@syncfusion/ej2-base 26.1.35-8139 → 26.1.35-813929

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/{README.md → ReadMe.md} +100 -100
  2. package/bin/syncfusion-license.js +104 -1
  3. package/dist/ej2-base.min.js +1 -10
  4. package/dist/ej2-base.umd.min.js +1 -10
  5. package/dist/ej2-base.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-base.es2015.js +74 -67
  7. package/dist/es6/ej2-base.es2015.js.map +1 -1
  8. package/dist/es6/ej2-base.es5.js +124 -117
  9. package/dist/es6/ej2-base.es5.js.map +1 -1
  10. package/dist/global/ej2-base.min.js +1 -10
  11. package/dist/global/ej2-base.min.js.map +1 -1
  12. package/dist/global/index.d.ts +0 -9
  13. package/dist/ts/undefined +67 -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 +4 -0
  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 +1 -1
  29. package/src/droppable-model.d.ts +23 -23
  30. package/src/droppable.js +19 -19
  31. package/src/intl/number-formatter.js +8 -1
  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 +16 -15
  39. package/styles/_bds-definition.scss +16 -15
  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 +49 -48
  59. package/styles/_material-definition.scss +50 -49
  60. package/styles/_material3-dark-definition.scss +15 -14
  61. package/styles/_material3-definition.scss +16 -15
  62. package/styles/_tailwind-dark-definition.scss +16 -15
  63. package/styles/_tailwind-definition.scss +16 -15
  64. package/styles/_tailwind3-dark-definition.scss +15 -0
  65. package/styles/_tailwind3-definition.scss +15 -0
  66. package/styles/animation/_all.scss +535 -559
  67. package/styles/bds-lite.css +3408 -0
  68. package/styles/bds-lite.scss +3 -0
  69. package/styles/bds.css +3408 -0
  70. package/styles/bds.scss +3 -0
  71. package/styles/bootstrap-dark-lite.css +3749 -0
  72. package/styles/bootstrap-dark-lite.scss +3 -0
  73. package/styles/bootstrap-dark.css +235 -51
  74. package/styles/bootstrap-lite.css +3749 -0
  75. package/styles/bootstrap-lite.scss +3 -0
  76. package/styles/bootstrap.css +235 -51
  77. package/styles/bootstrap4-lite.css +3390 -0
  78. package/styles/bootstrap4-lite.scss +3 -0
  79. package/styles/bootstrap4.css +223 -51
  80. package/styles/bootstrap5-dark-lite.css +2966 -0
  81. package/styles/bootstrap5-dark-lite.scss +3 -0
  82. package/styles/bootstrap5-dark.css +228 -53
  83. package/styles/bootstrap5-lite.css +2966 -0
  84. package/styles/bootstrap5-lite.scss +3 -0
  85. package/styles/bootstrap5.3-lite.css +3559 -0
  86. package/styles/bootstrap5.3-lite.scss +3 -0
  87. package/styles/bootstrap5.3.css +3559 -0
  88. package/styles/bootstrap5.3.scss +3 -0
  89. package/styles/bootstrap5.css +226 -51
  90. package/styles/common/_all.scss +2 -2
  91. package/styles/common/_core.scss +111 -113
  92. package/styles/common/_mixin.scss +11 -9
  93. package/styles/definition/_bds-dark.scss +1193 -1067
  94. package/styles/definition/_bds.scss +1488 -1327
  95. package/styles/definition/_bootstrap-dark.scss +213 -207
  96. package/styles/definition/_bootstrap.scss +208 -202
  97. package/styles/definition/_bootstrap4.scss +159 -153
  98. package/styles/definition/_bootstrap5-dark.scss +481 -475
  99. package/styles/definition/_bootstrap5.3-dark.scss +1232 -853
  100. package/styles/definition/_bootstrap5.3.scss +1579 -1486
  101. package/styles/definition/_bootstrap5.scss +481 -475
  102. package/styles/definition/_fabric-dark.scss +194 -188
  103. package/styles/definition/_fabric.scss +192 -186
  104. package/styles/definition/_fluent-dark.scss +494 -488
  105. package/styles/definition/_fluent.scss +494 -488
  106. package/styles/definition/_fluent2-dark.scss +1523 -1506
  107. package/styles/definition/_fluent2-highcontrast.scss +1523 -1506
  108. package/styles/definition/_fluent2.scss +2295 -2266
  109. package/styles/definition/_fusionnew-dark.scss +330 -324
  110. package/styles/definition/_fusionnew.scss +331 -324
  111. package/styles/definition/_highcontrast-light.scss +189 -183
  112. package/styles/definition/_highcontrast.scss +189 -183
  113. package/styles/definition/_material-dark.scss +193 -187
  114. package/styles/definition/_material.scss +186 -180
  115. package/styles/definition/_material3-dark.scss +660 -654
  116. package/styles/definition/_material3.scss +729 -723
  117. package/styles/definition/_tailwind-dark.scss +445 -439
  118. package/styles/definition/_tailwind.scss +443 -437
  119. package/styles/definition/_tailwind3-dark.scss +1622 -0
  120. package/styles/definition/_tailwind3.scss +2093 -0
  121. package/styles/fabric-dark-lite.css +3734 -0
  122. package/styles/fabric-dark-lite.scss +3 -0
  123. package/styles/fabric-dark.css +235 -51
  124. package/styles/fabric-lite.css +3734 -0
  125. package/styles/fabric-lite.scss +3 -0
  126. package/styles/fabric.css +235 -51
  127. package/styles/fluent-dark-lite.css +2966 -0
  128. package/styles/fluent-dark-lite.scss +3 -0
  129. package/styles/fluent-dark.css +226 -51
  130. package/styles/fluent-lite.css +2966 -0
  131. package/styles/fluent-lite.scss +3 -0
  132. package/styles/fluent.css +226 -51
  133. package/styles/fluent2-lite.css +4017 -0
  134. package/styles/fluent2-lite.scss +3 -0
  135. package/styles/fluent2.css +274 -82
  136. package/styles/highcontrast-light-lite.css +3725 -0
  137. package/styles/highcontrast-light-lite.scss +3 -0
  138. package/styles/highcontrast-light.css +235 -51
  139. package/styles/highcontrast-lite.css +3725 -0
  140. package/styles/highcontrast-lite.scss +3 -0
  141. package/styles/highcontrast.css +235 -51
  142. package/styles/material-dark-lite.css +3702 -0
  143. package/styles/material-dark-lite.scss +3 -0
  144. package/styles/material-dark.css +235 -51
  145. package/styles/material-lite.css +3702 -0
  146. package/styles/material-lite.scss +3 -0
  147. package/styles/material.css +235 -51
  148. package/styles/material3-dark-lite.css +3021 -0
  149. package/styles/material3-dark-lite.scss +3 -0
  150. package/styles/material3-dark.css +226 -51
  151. package/styles/material3-lite.css +3077 -0
  152. package/styles/material3-lite.scss +3 -0
  153. package/styles/material3.css +226 -51
  154. package/styles/offline-theme/material-dark.css +235 -51
  155. package/styles/offline-theme/material.css +235 -51
  156. package/styles/offline-theme/tailwind-dark.css +226 -51
  157. package/styles/offline-theme/tailwind.css +226 -51
  158. package/styles/tailwind-dark-lite.css +2967 -0
  159. package/styles/tailwind-dark-lite.scss +3 -0
  160. package/styles/tailwind-dark.css +226 -51
  161. package/styles/tailwind-lite.css +2967 -0
  162. package/styles/tailwind-lite.scss +3 -0
  163. package/styles/tailwind.css +226 -51
  164. package/styles/tailwind3-lite.css +3775 -0
  165. package/styles/tailwind3-lite.scss +3 -0
  166. package/styles/tailwind3.css +3775 -0
  167. package/styles/tailwind3.scss +3 -0
  168. package/.eslintrc.json +0 -261
  169. package/tslint.json +0 -111
@@ -1573,7 +1573,14 @@ var NumberFormat = /** @__PURE__ @class */ (function () {
1573
1573
  break;
1574
1574
  }
1575
1575
  }
1576
- fValue = temp[0] + '.' + decimalPart;
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
+ }
1577
1584
  }
1578
1585
  }
1579
1586
  if (curData.type === 'scientific') {
@@ -6091,25 +6098,25 @@ function getParentContext(context, prefix) {
6091
6098
  }
6092
6099
  }
6093
6100
 
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
- };
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
+ };
6113
6120
  /**
6114
6121
  * The Animation framework provide options to animate the html DOM elements
6115
6122
  * ```typescript
@@ -6850,7 +6857,7 @@ var LicenseValidator = /** @__PURE__ @class */ (function () {
6850
6857
  function LicenseValidator(key) {
6851
6858
  this.isValidated = false;
6852
6859
  this.isLicensed = true;
6853
- this.version = '26';
6860
+ this.version = '{syncfusionReleaseversion}';
6854
6861
  this.platform = /JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats|essentialstudio/i;
6855
6862
  this.errors = {
6856
6863
  noLicense: '<span>This application was built using a trial version of Syncfusion Essential Studio.' +
@@ -6954,7 +6961,7 @@ var LicenseValidator = /** @__PURE__ @class */ (function () {
6954
6961
  }
6955
6962
  }
6956
6963
  if (validateMsg && typeof document !== 'undefined' && !isNullOrUndefined(document)) {
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';
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';
6958
6965
  var errorDiv = createElement('div', {
6959
6966
  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>'
6960
6967
  });
@@ -7097,25 +7104,25 @@ var createLicenseOverlay = function () {
7097
7104
  }
7098
7105
  };
7099
7106
 
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
- };
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
+ };
7119
7126
  var componentCount = 0;
7120
7127
  var lastPageID;
7121
7128
  var lastHistoryLen = 0;
@@ -7623,25 +7630,25 @@ var Component = /** @__PURE__ @class */ (function (_super) {
7623
7630
  }
7624
7631
  })();
7625
7632
 
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
- };
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
+ };
7645
7652
  var defaultPosition = { left: 0, top: 0, bottom: 0, right: 0 };
7646
7653
  var isDraggedObject = { isDragged: false };
7647
7654
  /**
@@ -8535,25 +8542,25 @@ var Draggable = /** @__PURE__ @class */ (function (_super) {
8535
8542
  return Draggable;
8536
8543
  }(Base));
8537
8544
 
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
- };
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
+ };
8557
8564
  /**
8558
8565
  * Droppable Module provides support to enable droppable functionality in Dom Elements.
8559
8566
  * ```html
@@ -8668,25 +8675,25 @@ var Droppable = /** @__PURE__ @class */ (function (_super) {
8668
8675
  return Droppable;
8669
8676
  }(Base));
8670
8677
 
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
- };
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
+ };
8690
8697
  var keyCode = {
8691
8698
  'backspace': 8,
8692
8699
  'tab': 9,
@@ -8974,25 +8981,25 @@ var L10n = /** @__PURE__ @class */ (function () {
8974
8981
  return L10n;
8975
8982
  }());
8976
8983
 
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
- };
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
+ };
8996
9003
  /**
8997
9004
  * SwipeSettings is a framework module that provides support to handle swipe event like swipe up, swipe right, etc..,
8998
9005
  */