@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.
Files changed (169) hide show
  1. package/.eslintrc.json +261 -0
  2. package/{ReadMe.md → README.md} +100 -100
  3. package/bin/syncfusion-license.js +1 -104
  4. package/dist/ej2-base.min.js +10 -1
  5. package/dist/ej2-base.umd.min.js +10 -1
  6. package/dist/ej2-base.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-base.es2015.js +67 -74
  8. package/dist/es6/ej2-base.es2015.js.map +1 -1
  9. package/dist/es6/ej2-base.es5.js +117 -124
  10. package/dist/es6/ej2-base.es5.js.map +1 -1
  11. package/dist/global/ej2-base.min.js +10 -1
  12. package/dist/global/ej2-base.min.js.map +1 -1
  13. package/dist/global/index.d.ts +9 -0
  14. package/e2e/crypto.js +16 -16
  15. package/e2e/index.d.ts +27 -27
  16. package/e2e/m.protractor.config.js +286 -286
  17. package/e2e/modified-protractor/protractor.config.js +316 -316
  18. package/e2e/protractor.config.js +389 -389
  19. package/helpers/e2e/index.js +3 -3
  20. package/license +10 -10
  21. package/package.json +225 -225
  22. package/src/animation-model.d.ts +41 -41
  23. package/src/animation.js +19 -19
  24. package/src/browser.js +0 -4
  25. package/src/component-model.d.ts +16 -16
  26. package/src/component.js +19 -19
  27. package/src/draggable-model.d.ts +113 -113
  28. package/src/draggable.js +72 -35
  29. package/src/droppable-model.d.ts +23 -23
  30. package/src/droppable.js +19 -19
  31. package/src/intl/number-formatter.js +1 -8
  32. package/src/keyboard-model.d.ts +16 -16
  33. package/src/keyboard.js +19 -19
  34. package/src/touch-model.d.ts +39 -39
  35. package/src/touch.js +19 -19
  36. package/src/validate-lic.js +1 -1
  37. package/styles/_all.scss +2 -2
  38. package/styles/_bds-dark-definition.scss +15 -16
  39. package/styles/_bds-definition.scss +15 -16
  40. package/styles/_bootstrap-dark-definition.scss +42 -42
  41. package/styles/_bootstrap-definition.scss +42 -42
  42. package/styles/_bootstrap4-definition.scss +11 -11
  43. package/styles/_bootstrap5-dark-definition.scss +9 -9
  44. package/styles/_bootstrap5-definition.scss +8 -8
  45. package/styles/_bootstrap5.3-dark-definition.scss +8 -8
  46. package/styles/_bootstrap5.3-definition.scss +8 -8
  47. package/styles/_fabric-dark-definition.scss +42 -42
  48. package/styles/_fabric-definition.scss +42 -42
  49. package/styles/_fluent-dark-definition.scss +9 -9
  50. package/styles/_fluent-definition.scss +9 -9
  51. package/styles/_fluent2-dark-definition.scss +9 -9
  52. package/styles/_fluent2-definition.scss +9 -9
  53. package/styles/_fluent2-highcontrast-definition.scss +9 -9
  54. package/styles/_fusionnew-dark-definition.scss +8 -8
  55. package/styles/_fusionnew-definition.scss +8 -8
  56. package/styles/_highcontrast-definition.scss +42 -42
  57. package/styles/_highcontrast-light-definition.scss +42 -42
  58. package/styles/_material-dark-definition.scss +48 -49
  59. package/styles/_material-definition.scss +49 -50
  60. package/styles/_material3-dark-definition.scss +14 -15
  61. package/styles/_material3-definition.scss +15 -16
  62. package/styles/_tailwind-dark-definition.scss +15 -16
  63. package/styles/_tailwind-definition.scss +15 -16
  64. package/styles/animation/_all.scss +559 -535
  65. package/styles/bootstrap-dark.css +51 -235
  66. package/styles/bootstrap.css +51 -235
  67. package/styles/bootstrap4.css +51 -223
  68. package/styles/bootstrap5-dark.css +53 -228
  69. package/styles/bootstrap5.css +51 -226
  70. package/styles/common/_all.scss +2 -2
  71. package/styles/common/_core.scss +113 -111
  72. package/styles/common/_mixin.scss +9 -11
  73. package/styles/definition/_bds-dark.scss +1067 -1193
  74. package/styles/definition/_bds.scss +1327 -1488
  75. package/styles/definition/_bootstrap-dark.scss +207 -213
  76. package/styles/definition/_bootstrap.scss +202 -208
  77. package/styles/definition/_bootstrap4.scss +153 -159
  78. package/styles/definition/_bootstrap5-dark.scss +475 -481
  79. package/styles/definition/_bootstrap5.3-dark.scss +853 -1232
  80. package/styles/definition/_bootstrap5.3.scss +1486 -1579
  81. package/styles/definition/_bootstrap5.scss +475 -481
  82. package/styles/definition/_fabric-dark.scss +188 -194
  83. package/styles/definition/_fabric.scss +186 -192
  84. package/styles/definition/_fluent-dark.scss +488 -494
  85. package/styles/definition/_fluent.scss +488 -494
  86. package/styles/definition/_fluent2-dark.scss +1506 -1523
  87. package/styles/definition/_fluent2-highcontrast.scss +1506 -1523
  88. package/styles/definition/_fluent2.scss +2266 -2295
  89. package/styles/definition/_fusionnew-dark.scss +324 -330
  90. package/styles/definition/_fusionnew.scss +324 -331
  91. package/styles/definition/_highcontrast-light.scss +183 -189
  92. package/styles/definition/_highcontrast.scss +183 -189
  93. package/styles/definition/_material-dark.scss +187 -193
  94. package/styles/definition/_material.scss +180 -186
  95. package/styles/definition/_material3-dark.scss +654 -660
  96. package/styles/definition/_material3.scss +723 -729
  97. package/styles/definition/_tailwind-dark.scss +439 -445
  98. package/styles/definition/_tailwind.scss +437 -443
  99. package/styles/fabric-dark.css +51 -235
  100. package/styles/fabric.css +51 -235
  101. package/styles/fluent-dark.css +51 -226
  102. package/styles/fluent.css +51 -226
  103. package/styles/fluent2.css +82 -274
  104. package/styles/highcontrast-light.css +51 -235
  105. package/styles/highcontrast.css +51 -235
  106. package/styles/material-dark.css +51 -235
  107. package/styles/material.css +51 -235
  108. package/styles/material3-dark.css +51 -226
  109. package/styles/material3.css +51 -226
  110. package/styles/offline-theme/material-dark.css +51 -235
  111. package/styles/offline-theme/material.css +51 -235
  112. package/styles/offline-theme/tailwind-dark.css +51 -226
  113. package/styles/offline-theme/tailwind.css +51 -226
  114. package/styles/tailwind-dark.css +51 -226
  115. package/styles/tailwind.css +51 -226
  116. package/tslint.json +111 -0
  117. package/dist/ts/undefined +0 -67
  118. package/styles/_tailwind3-dark-definition.scss +0 -15
  119. package/styles/_tailwind3-definition.scss +0 -15
  120. package/styles/bds-lite.css +0 -3408
  121. package/styles/bds-lite.scss +0 -3
  122. package/styles/bds.css +0 -3408
  123. package/styles/bds.scss +0 -3
  124. package/styles/bootstrap-dark-lite.css +0 -3749
  125. package/styles/bootstrap-dark-lite.scss +0 -3
  126. package/styles/bootstrap-lite.css +0 -3749
  127. package/styles/bootstrap-lite.scss +0 -3
  128. package/styles/bootstrap4-lite.css +0 -3390
  129. package/styles/bootstrap4-lite.scss +0 -3
  130. package/styles/bootstrap5-dark-lite.css +0 -2966
  131. package/styles/bootstrap5-dark-lite.scss +0 -3
  132. package/styles/bootstrap5-lite.css +0 -2966
  133. package/styles/bootstrap5-lite.scss +0 -3
  134. package/styles/bootstrap5.3-lite.css +0 -3559
  135. package/styles/bootstrap5.3-lite.scss +0 -3
  136. package/styles/bootstrap5.3.css +0 -3559
  137. package/styles/bootstrap5.3.scss +0 -3
  138. package/styles/definition/_tailwind3-dark.scss +0 -1622
  139. package/styles/definition/_tailwind3.scss +0 -2093
  140. package/styles/fabric-dark-lite.css +0 -3734
  141. package/styles/fabric-dark-lite.scss +0 -3
  142. package/styles/fabric-lite.css +0 -3734
  143. package/styles/fabric-lite.scss +0 -3
  144. package/styles/fluent-dark-lite.css +0 -2966
  145. package/styles/fluent-dark-lite.scss +0 -3
  146. package/styles/fluent-lite.css +0 -2966
  147. package/styles/fluent-lite.scss +0 -3
  148. package/styles/fluent2-lite.css +0 -4017
  149. package/styles/fluent2-lite.scss +0 -3
  150. package/styles/highcontrast-light-lite.css +0 -3725
  151. package/styles/highcontrast-light-lite.scss +0 -3
  152. package/styles/highcontrast-lite.css +0 -3725
  153. package/styles/highcontrast-lite.scss +0 -3
  154. package/styles/material-dark-lite.css +0 -3702
  155. package/styles/material-dark-lite.scss +0 -3
  156. package/styles/material-lite.css +0 -3702
  157. package/styles/material-lite.scss +0 -3
  158. package/styles/material3-dark-lite.css +0 -3021
  159. package/styles/material3-dark-lite.scss +0 -3
  160. package/styles/material3-lite.css +0 -3077
  161. package/styles/material3-lite.scss +0 -3
  162. package/styles/tailwind-dark-lite.css +0 -2967
  163. package/styles/tailwind-dark-lite.scss +0 -3
  164. package/styles/tailwind-lite.css +0 -2967
  165. package/styles/tailwind-lite.scss +0 -3
  166. package/styles/tailwind3-lite.css +0 -3775
  167. package/styles/tailwind3-lite.scss +0 -3
  168. package/styles/tailwind3.css +0 -3775
  169. package/styles/tailwind3.scss +0 -3
@@ -1573,14 +1573,7 @@ var NumberFormat = /** @__PURE__ @class */ (function () {
1573
1573
  break;
1574
1574
  }
1575
1575
  }
1576
- // removes the dot and trailing zero
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 = '{syncfusionReleaseversion}';
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={versionencodedData}&utm_source=es_license_validation_banner&utm_medium=listing&utm_campaign=license-information';
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
  */