Home
last modified time | relevance | path

Searched refs:CopyPaste (Results 1 – 3 of 3) sorted by relevance

/plugin/edittable/lib/
H A Dhandsontable.full.js31550 exports.CopyPaste = _copyPaste2.default;
41257 var CopyPaste = function (_BasePlugin) {
41258 _inherits(CopyPaste, _BasePlugin);
41260 function CopyPaste(hotInstance) {
41261 _classCallCheck(this, CopyPaste);
41327 _createClass(CopyPaste, [{
41365 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'enablePlugin', …
41377 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'updatePlugin', …
41810 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'destroy', this)…
41814 return CopyPaste;
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js32876 function CopyPaste( class
32959 CopyPaste.$inject = [
32978 CopyPaste.prototype.copy = function(elements) {
33016 CopyPaste.prototype.paste = function(context) {
33087 CopyPaste.prototype._createElements = function(tree) {
33154 CopyPaste.prototype.createConnection = function(attrs) {
33160 CopyPaste.prototype.createLabel = function(attrs) {
33166 CopyPaste.prototype.createShape = function(attrs) {
33180 CopyPaste.prototype.hasRelations = function(element, elements) {
33226 CopyPaste.prototype.createTree = function(elements) {
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md636 * `CopyPaste`: remove `ModelCloneHelper` in favor of `ModdleCopy` service, remove `property.clone` …