@syncfusion/ej2-base 26.1.35-806029 → 26.1.35-8139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +261 -0
- package/{ReadMe.md → README.md} +100 -100
- package/bin/syncfusion-license.js +1 -104
- package/dist/ej2-base.min.js +10 -1
- package/dist/ej2-base.umd.min.js +10 -1
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +67 -74
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +117 -124
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +10 -1
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -225
- package/src/animation-model.d.ts +41 -41
- package/src/animation.js +19 -19
- package/src/browser.js +0 -4
- package/src/component-model.d.ts +16 -16
- package/src/component.js +19 -19
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +72 -35
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -19
- package/src/intl/number-formatter.js +1 -8
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -19
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +19 -19
- package/src/validate-lic.js +1 -1
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +15 -16
- package/styles/_bds-definition.scss +15 -16
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -8
- package/styles/_bootstrap5.3-definition.scss +8 -8
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -9
- package/styles/_fluent2-definition.scss +9 -9
- package/styles/_fluent2-highcontrast-definition.scss +9 -9
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +48 -49
- package/styles/_material-definition.scss +49 -50
- package/styles/_material3-dark-definition.scss +14 -15
- package/styles/_material3-definition.scss +15 -16
- package/styles/_tailwind-dark-definition.scss +15 -16
- package/styles/_tailwind-definition.scss +15 -16
- package/styles/animation/_all.scss +559 -535
- package/styles/bootstrap-dark.css +51 -235
- package/styles/bootstrap.css +51 -235
- package/styles/bootstrap4.css +51 -223
- package/styles/bootstrap5-dark.css +53 -228
- package/styles/bootstrap5.css +51 -226
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +113 -111
- package/styles/common/_mixin.scss +9 -11
- package/styles/definition/_bds-dark.scss +1067 -1193
- package/styles/definition/_bds.scss +1327 -1488
- package/styles/definition/_bootstrap-dark.scss +207 -213
- package/styles/definition/_bootstrap.scss +202 -208
- package/styles/definition/_bootstrap4.scss +153 -159
- package/styles/definition/_bootstrap5-dark.scss +475 -481
- package/styles/definition/_bootstrap5.3-dark.scss +853 -1232
- package/styles/definition/_bootstrap5.3.scss +1486 -1579
- package/styles/definition/_bootstrap5.scss +475 -481
- package/styles/definition/_fabric-dark.scss +188 -194
- package/styles/definition/_fabric.scss +186 -192
- package/styles/definition/_fluent-dark.scss +488 -494
- package/styles/definition/_fluent.scss +488 -494
- package/styles/definition/_fluent2-dark.scss +1506 -1523
- package/styles/definition/_fluent2-highcontrast.scss +1506 -1523
- package/styles/definition/_fluent2.scss +2266 -2295
- package/styles/definition/_fusionnew-dark.scss +324 -330
- package/styles/definition/_fusionnew.scss +324 -331
- package/styles/definition/_highcontrast-light.scss +183 -189
- package/styles/definition/_highcontrast.scss +183 -189
- package/styles/definition/_material-dark.scss +187 -193
- package/styles/definition/_material.scss +180 -186
- package/styles/definition/_material3-dark.scss +654 -660
- package/styles/definition/_material3.scss +723 -729
- package/styles/definition/_tailwind-dark.scss +439 -445
- package/styles/definition/_tailwind.scss +437 -443
- package/styles/fabric-dark.css +51 -235
- package/styles/fabric.css +51 -235
- package/styles/fluent-dark.css +51 -226
- package/styles/fluent.css +51 -226
- package/styles/fluent2.css +82 -274
- package/styles/highcontrast-light.css +51 -235
- package/styles/highcontrast.css +51 -235
- package/styles/material-dark.css +51 -235
- package/styles/material.css +51 -235
- package/styles/material3-dark.css +51 -226
- package/styles/material3.css +51 -226
- package/styles/offline-theme/material-dark.css +51 -235
- package/styles/offline-theme/material.css +51 -235
- package/styles/offline-theme/tailwind-dark.css +51 -226
- package/styles/offline-theme/tailwind.css +51 -226
- package/styles/tailwind-dark.css +51 -226
- package/styles/tailwind.css +51 -226
- package/tslint.json +111 -0
- package/dist/ts/undefined +0 -67
- package/styles/_tailwind3-dark-definition.scss +0 -15
- package/styles/_tailwind3-definition.scss +0 -15
- package/styles/bds-lite.css +0 -3408
- package/styles/bds-lite.scss +0 -3
- package/styles/bds.css +0 -3408
- package/styles/bds.scss +0 -3
- package/styles/bootstrap-dark-lite.css +0 -3749
- package/styles/bootstrap-dark-lite.scss +0 -3
- package/styles/bootstrap-lite.css +0 -3749
- package/styles/bootstrap-lite.scss +0 -3
- package/styles/bootstrap4-lite.css +0 -3390
- package/styles/bootstrap4-lite.scss +0 -3
- package/styles/bootstrap5-dark-lite.css +0 -2966
- package/styles/bootstrap5-dark-lite.scss +0 -3
- package/styles/bootstrap5-lite.css +0 -2966
- package/styles/bootstrap5-lite.scss +0 -3
- package/styles/bootstrap5.3-lite.css +0 -3559
- package/styles/bootstrap5.3-lite.scss +0 -3
- package/styles/bootstrap5.3.css +0 -3559
- package/styles/bootstrap5.3.scss +0 -3
- package/styles/definition/_tailwind3-dark.scss +0 -1622
- package/styles/definition/_tailwind3.scss +0 -2093
- package/styles/fabric-dark-lite.css +0 -3734
- package/styles/fabric-dark-lite.scss +0 -3
- package/styles/fabric-lite.css +0 -3734
- package/styles/fabric-lite.scss +0 -3
- package/styles/fluent-dark-lite.css +0 -2966
- package/styles/fluent-dark-lite.scss +0 -3
- package/styles/fluent-lite.css +0 -2966
- package/styles/fluent-lite.scss +0 -3
- package/styles/fluent2-lite.css +0 -4017
- package/styles/fluent2-lite.scss +0 -3
- package/styles/highcontrast-light-lite.css +0 -3725
- package/styles/highcontrast-light-lite.scss +0 -3
- package/styles/highcontrast-lite.css +0 -3725
- package/styles/highcontrast-lite.scss +0 -3
- package/styles/material-dark-lite.css +0 -3702
- package/styles/material-dark-lite.scss +0 -3
- package/styles/material-lite.css +0 -3702
- package/styles/material-lite.scss +0 -3
- package/styles/material3-dark-lite.css +0 -3021
- package/styles/material3-dark-lite.scss +0 -3
- package/styles/material3-lite.css +0 -3077
- package/styles/material3-lite.scss +0 -3
- package/styles/tailwind-dark-lite.css +0 -2967
- package/styles/tailwind-dark-lite.scss +0 -3
- package/styles/tailwind-lite.css +0 -2967
- package/styles/tailwind-lite.scss +0 -3
- package/styles/tailwind3-lite.css +0 -3775
- package/styles/tailwind3-lite.scss +0 -3
- package/styles/tailwind3.css +0 -3775
- package/styles/tailwind3.scss +0 -3
package/dist/es6/ej2-base.es5.js
CHANGED
|
@@ -1573,14 +1573,7 @@ var NumberFormat = /** @__PURE__ @class */ (function () {
|
|
|
1573
1573
|
break;
|
|
1574
1574
|
}
|
|
1575
1575
|
}
|
|
1576
|
-
|
|
1577
|
-
var decimalSeparator = (dOptions).numberMapper.numberSymbols[mapper[3]] || '.';
|
|
1578
|
-
if (decimalPart === '') {
|
|
1579
|
-
fValue = temp[0];
|
|
1580
|
-
}
|
|
1581
|
-
else {
|
|
1582
|
-
fValue = temp[0] + decimalSeparator + decimalPart;
|
|
1583
|
-
}
|
|
1576
|
+
fValue = temp[0] + '.' + decimalPart;
|
|
1584
1577
|
}
|
|
1585
1578
|
}
|
|
1586
1579
|
if (curData.type === 'scientific') {
|
|
@@ -6098,25 +6091,25 @@ function getParentContext(context, prefix) {
|
|
|
6098
6091
|
}
|
|
6099
6092
|
}
|
|
6100
6093
|
|
|
6101
|
-
var __extends = (undefined && undefined.__extends) || (function () {
|
|
6102
|
-
var extendStatics = function (d, b) {
|
|
6103
|
-
extendStatics = Object.setPrototypeOf ||
|
|
6104
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6105
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6106
|
-
return extendStatics(d, b);
|
|
6107
|
-
};
|
|
6108
|
-
return function (d, b) {
|
|
6109
|
-
extendStatics(d, b);
|
|
6110
|
-
function __() { this.constructor = d; }
|
|
6111
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
6112
|
-
};
|
|
6113
|
-
})();
|
|
6114
|
-
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
6115
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
6116
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
6117
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6118
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6119
|
-
};
|
|
6094
|
+
var __extends = (undefined && undefined.__extends) || (function () {
|
|
6095
|
+
var extendStatics = function (d, b) {
|
|
6096
|
+
extendStatics = Object.setPrototypeOf ||
|
|
6097
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6098
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6099
|
+
return extendStatics(d, b);
|
|
6100
|
+
};
|
|
6101
|
+
return function (d, b) {
|
|
6102
|
+
extendStatics(d, b);
|
|
6103
|
+
function __() { this.constructor = d; }
|
|
6104
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
6105
|
+
};
|
|
6106
|
+
})();
|
|
6107
|
+
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
6108
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
6109
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
6110
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6111
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6112
|
+
};
|
|
6120
6113
|
/**
|
|
6121
6114
|
* The Animation framework provide options to animate the html DOM elements
|
|
6122
6115
|
* ```typescript
|
|
@@ -6857,7 +6850,7 @@ var LicenseValidator = /** @__PURE__ @class */ (function () {
|
|
|
6857
6850
|
function LicenseValidator(key) {
|
|
6858
6851
|
this.isValidated = false;
|
|
6859
6852
|
this.isLicensed = true;
|
|
6860
|
-
this.version = '
|
|
6853
|
+
this.version = '26';
|
|
6861
6854
|
this.platform = /JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats|essentialstudio/i;
|
|
6862
6855
|
this.errors = {
|
|
6863
6856
|
noLicense: '<span>This application was built using a trial version of Syncfusion Essential Studio.' +
|
|
@@ -6961,7 +6954,7 @@ var LicenseValidator = /** @__PURE__ @class */ (function () {
|
|
|
6961
6954
|
}
|
|
6962
6955
|
}
|
|
6963
6956
|
if (validateMsg && typeof document !== 'undefined' && !isNullOrUndefined(document)) {
|
|
6964
|
-
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=
|
|
6957
|
+
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=MjY=&utm_source=es_license_validation_banner&utm_medium=listing&utm_campaign=license-information';
|
|
6965
6958
|
var errorDiv = createElement('div', {
|
|
6966
6959
|
innerHTML: "<img src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5OV80KSI+CjxwYXRoIGQ9Ik0xMiAyMUMxNi45NzA2IDIxIDIxIDE2Ljk3MDYgMjEgMTJDMjEgNy4wMjk0NCAxNi45NzA2IDMgMTIgM0M3LjAyOTQ0IDMgMyA3LjAyOTQ0IDMgMTJDMyAxNi45NzA2IDcuMDI5NDQgMjEgMTIgMjFaIiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBmaWxsPSIjNjE2MDYzIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS44MTI1IDlDMTIuNDMzOCA5IDEyLjkzNzUgOC40OTYzMiAxMi45Mzc1IDcuODc1QzEyLjkzNzUgNy4yNTM2OCAxMi40MzM4IDYuNzUgMTEuODEyNSA2Ljc1QzExLjE5MTIgNi43NSAxMC42ODc1IDcuMjUzNjggMTAuNjg3NSA3Ljg3NUMxMC42ODc1IDguNDk2MzIgMTEuMTkxMiA5IDExLjgxMjUgOVoiIGZpbGw9IiM3MzczNzMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTlfNCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K' style=\"top: 6px;\n position: absolute;\n left: 16px;\n width: 24px;\n height: 24px;\"/>" + validateMsg + ' ' + '<a style="text-decoration: none;color: #0D6EFD;font-weight: 500;" href=' + accountURL + '>Claim your free account</a>'
|
|
6967
6960
|
});
|
|
@@ -7104,25 +7097,25 @@ var createLicenseOverlay = function () {
|
|
|
7104
7097
|
}
|
|
7105
7098
|
};
|
|
7106
7099
|
|
|
7107
|
-
var __extends$1 = (undefined && undefined.__extends) || (function () {
|
|
7108
|
-
var extendStatics = function (d, b) {
|
|
7109
|
-
extendStatics = Object.setPrototypeOf ||
|
|
7110
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7111
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7112
|
-
return extendStatics(d, b);
|
|
7113
|
-
};
|
|
7114
|
-
return function (d, b) {
|
|
7115
|
-
extendStatics(d, b);
|
|
7116
|
-
function __() { this.constructor = d; }
|
|
7117
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7118
|
-
};
|
|
7119
|
-
})();
|
|
7120
|
-
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
7121
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7122
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
7123
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
7124
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7125
|
-
};
|
|
7100
|
+
var __extends$1 = (undefined && undefined.__extends) || (function () {
|
|
7101
|
+
var extendStatics = function (d, b) {
|
|
7102
|
+
extendStatics = Object.setPrototypeOf ||
|
|
7103
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7104
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7105
|
+
return extendStatics(d, b);
|
|
7106
|
+
};
|
|
7107
|
+
return function (d, b) {
|
|
7108
|
+
extendStatics(d, b);
|
|
7109
|
+
function __() { this.constructor = d; }
|
|
7110
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7111
|
+
};
|
|
7112
|
+
})();
|
|
7113
|
+
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
7114
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7115
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
7116
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
7117
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7118
|
+
};
|
|
7126
7119
|
var componentCount = 0;
|
|
7127
7120
|
var lastPageID;
|
|
7128
7121
|
var lastHistoryLen = 0;
|
|
@@ -7630,25 +7623,25 @@ var Component = /** @__PURE__ @class */ (function (_super) {
|
|
|
7630
7623
|
}
|
|
7631
7624
|
})();
|
|
7632
7625
|
|
|
7633
|
-
var __extends$2 = (undefined && undefined.__extends) || (function () {
|
|
7634
|
-
var extendStatics = function (d, b) {
|
|
7635
|
-
extendStatics = Object.setPrototypeOf ||
|
|
7636
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7637
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7638
|
-
return extendStatics(d, b);
|
|
7639
|
-
};
|
|
7640
|
-
return function (d, b) {
|
|
7641
|
-
extendStatics(d, b);
|
|
7642
|
-
function __() { this.constructor = d; }
|
|
7643
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7644
|
-
};
|
|
7645
|
-
})();
|
|
7646
|
-
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
7647
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7648
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
7649
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
7650
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7651
|
-
};
|
|
7626
|
+
var __extends$2 = (undefined && undefined.__extends) || (function () {
|
|
7627
|
+
var extendStatics = function (d, b) {
|
|
7628
|
+
extendStatics = Object.setPrototypeOf ||
|
|
7629
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7630
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7631
|
+
return extendStatics(d, b);
|
|
7632
|
+
};
|
|
7633
|
+
return function (d, b) {
|
|
7634
|
+
extendStatics(d, b);
|
|
7635
|
+
function __() { this.constructor = d; }
|
|
7636
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7637
|
+
};
|
|
7638
|
+
})();
|
|
7639
|
+
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
7640
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7641
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
7642
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
7643
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7644
|
+
};
|
|
7652
7645
|
var defaultPosition = { left: 0, top: 0, bottom: 0, right: 0 };
|
|
7653
7646
|
var isDraggedObject = { isDragged: false };
|
|
7654
7647
|
/**
|
|
@@ -8542,25 +8535,25 @@ var Draggable = /** @__PURE__ @class */ (function (_super) {
|
|
|
8542
8535
|
return Draggable;
|
|
8543
8536
|
}(Base));
|
|
8544
8537
|
|
|
8545
|
-
var __extends$3 = (undefined && undefined.__extends) || (function () {
|
|
8546
|
-
var extendStatics = function (d, b) {
|
|
8547
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8548
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8549
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8550
|
-
return extendStatics(d, b);
|
|
8551
|
-
};
|
|
8552
|
-
return function (d, b) {
|
|
8553
|
-
extendStatics(d, b);
|
|
8554
|
-
function __() { this.constructor = d; }
|
|
8555
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8556
|
-
};
|
|
8557
|
-
})();
|
|
8558
|
-
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8559
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8560
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8561
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
8562
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8563
|
-
};
|
|
8538
|
+
var __extends$3 = (undefined && undefined.__extends) || (function () {
|
|
8539
|
+
var extendStatics = function (d, b) {
|
|
8540
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8541
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8542
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8543
|
+
return extendStatics(d, b);
|
|
8544
|
+
};
|
|
8545
|
+
return function (d, b) {
|
|
8546
|
+
extendStatics(d, b);
|
|
8547
|
+
function __() { this.constructor = d; }
|
|
8548
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8549
|
+
};
|
|
8550
|
+
})();
|
|
8551
|
+
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8552
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8553
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8554
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
8555
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8556
|
+
};
|
|
8564
8557
|
/**
|
|
8565
8558
|
* Droppable Module provides support to enable droppable functionality in Dom Elements.
|
|
8566
8559
|
* ```html
|
|
@@ -8675,25 +8668,25 @@ var Droppable = /** @__PURE__ @class */ (function (_super) {
|
|
|
8675
8668
|
return Droppable;
|
|
8676
8669
|
}(Base));
|
|
8677
8670
|
|
|
8678
|
-
var __extends$4 = (undefined && undefined.__extends) || (function () {
|
|
8679
|
-
var extendStatics = function (d, b) {
|
|
8680
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8681
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8682
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8683
|
-
return extendStatics(d, b);
|
|
8684
|
-
};
|
|
8685
|
-
return function (d, b) {
|
|
8686
|
-
extendStatics(d, b);
|
|
8687
|
-
function __() { this.constructor = d; }
|
|
8688
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8689
|
-
};
|
|
8690
|
-
})();
|
|
8691
|
-
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8692
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8693
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8694
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
8695
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8696
|
-
};
|
|
8671
|
+
var __extends$4 = (undefined && undefined.__extends) || (function () {
|
|
8672
|
+
var extendStatics = function (d, b) {
|
|
8673
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8674
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8675
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8676
|
+
return extendStatics(d, b);
|
|
8677
|
+
};
|
|
8678
|
+
return function (d, b) {
|
|
8679
|
+
extendStatics(d, b);
|
|
8680
|
+
function __() { this.constructor = d; }
|
|
8681
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8682
|
+
};
|
|
8683
|
+
})();
|
|
8684
|
+
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8685
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8686
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8687
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
8688
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8689
|
+
};
|
|
8697
8690
|
var keyCode = {
|
|
8698
8691
|
'backspace': 8,
|
|
8699
8692
|
'tab': 9,
|
|
@@ -8981,25 +8974,25 @@ var L10n = /** @__PURE__ @class */ (function () {
|
|
|
8981
8974
|
return L10n;
|
|
8982
8975
|
}());
|
|
8983
8976
|
|
|
8984
|
-
var __extends$5 = (undefined && undefined.__extends) || (function () {
|
|
8985
|
-
var extendStatics = function (d, b) {
|
|
8986
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8987
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8988
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8989
|
-
return extendStatics(d, b);
|
|
8990
|
-
};
|
|
8991
|
-
return function (d, b) {
|
|
8992
|
-
extendStatics(d, b);
|
|
8993
|
-
function __() { this.constructor = d; }
|
|
8994
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8995
|
-
};
|
|
8996
|
-
})();
|
|
8997
|
-
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8998
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8999
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
9000
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
9001
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
9002
|
-
};
|
|
8977
|
+
var __extends$5 = (undefined && undefined.__extends) || (function () {
|
|
8978
|
+
var extendStatics = function (d, b) {
|
|
8979
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8980
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8981
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8982
|
+
return extendStatics(d, b);
|
|
8983
|
+
};
|
|
8984
|
+
return function (d, b) {
|
|
8985
|
+
extendStatics(d, b);
|
|
8986
|
+
function __() { this.constructor = d; }
|
|
8987
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8988
|
+
};
|
|
8989
|
+
})();
|
|
8990
|
+
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8991
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8992
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8993
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
8994
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8995
|
+
};
|
|
9003
8996
|
/**
|
|
9004
8997
|
* SwipeSettings is a framework module that provides support to handle swipe event like swipe up, swipe right, etc..,
|
|
9005
8998
|
*/
|