@syncfusion/ej2-base 25.2.7 → 26.1.35-745115

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 (201) hide show
  1. package/{README.md → ReadMe.md} +100 -100
  2. package/bin/syncfusion-license.js +105 -2
  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 +268 -486
  7. package/dist/es6/ej2-base.es2015.js.map +1 -1
  8. package/dist/es6/ej2-base.es5.js +307 -522
  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 -161
  22. package/src/ajax.d.ts +1 -1
  23. package/src/ajax.js +3 -7
  24. package/src/animation-model.d.ts +41 -41
  25. package/src/animation.d.ts +1 -1
  26. package/src/animation.js +20 -22
  27. package/src/base.d.ts +2 -1
  28. package/src/base.js +4 -13
  29. package/src/browser.d.ts +1 -1
  30. package/src/browser.js +3 -4
  31. package/src/child-property.d.ts +1 -0
  32. package/src/child-property.js +2 -2
  33. package/src/component-model.d.ts +16 -16
  34. package/src/component.d.ts +4 -0
  35. package/src/component.js +28 -36
  36. package/src/dom.js +4 -11
  37. package/src/draggable-model.d.ts +113 -113
  38. package/src/draggable.js +20 -41
  39. package/src/droppable-model.d.ts +23 -23
  40. package/src/droppable.js +19 -20
  41. package/src/event-handler.js +2 -6
  42. package/src/fetch.js +1 -2
  43. package/src/hijri-parser.js +3 -3
  44. package/src/internationalization.d.ts +4 -0
  45. package/src/internationalization.js +0 -5
  46. package/src/intl/date-formatter.js +19 -33
  47. package/src/intl/date-parser.js +33 -62
  48. package/src/intl/intl-base.d.ts +9 -1
  49. package/src/intl/intl-base.js +19 -18
  50. package/src/intl/number-formatter.js +14 -7
  51. package/src/intl/number-parser.js +2 -6
  52. package/src/intl/parser-base.js +6 -11
  53. package/src/keyboard-model.d.ts +16 -16
  54. package/src/keyboard.js +19 -20
  55. package/src/module-loader.js +1 -0
  56. package/src/notify-property-change.d.ts +0 -20
  57. package/src/notify-property-change.js +16 -55
  58. package/src/observer.js +3 -6
  59. package/src/sanitize-helper.js +0 -1
  60. package/src/template-engine.js +1 -7
  61. package/src/template.js +13 -18
  62. package/src/touch-model.d.ts +39 -39
  63. package/src/touch.js +22 -27
  64. package/src/util.d.ts +4 -4
  65. package/src/util.js +12 -37
  66. package/src/validate-lic.js +4 -3
  67. package/styles/_all.scss +2 -2
  68. package/styles/_bds-dark-definition.scss +16 -15
  69. package/styles/_bds-definition.scss +16 -15
  70. package/styles/_bootstrap-dark-definition.scss +42 -42
  71. package/styles/_bootstrap-definition.scss +42 -42
  72. package/styles/_bootstrap4-definition.scss +11 -11
  73. package/styles/_bootstrap5-dark-definition.scss +9 -9
  74. package/styles/_bootstrap5-definition.scss +8 -8
  75. package/styles/_bootstrap5.3-dark-definition.scss +8 -0
  76. package/styles/_bootstrap5.3-definition.scss +8 -0
  77. package/styles/_fabric-dark-definition.scss +42 -42
  78. package/styles/_fabric-definition.scss +42 -42
  79. package/styles/_fluent-dark-definition.scss +9 -9
  80. package/styles/_fluent-definition.scss +9 -9
  81. package/styles/_fluent2-dark-definition.scss +9 -0
  82. package/styles/_fluent2-definition.scss +9 -0
  83. package/styles/_fluent2-highcontrast-definition.scss +9 -0
  84. package/styles/_fusionnew-dark-definition.scss +8 -8
  85. package/styles/_fusionnew-definition.scss +8 -8
  86. package/styles/_highcontrast-definition.scss +42 -42
  87. package/styles/_highcontrast-light-definition.scss +42 -42
  88. package/styles/_material-dark-definition.scss +49 -48
  89. package/styles/_material-definition.scss +50 -49
  90. package/styles/_material3-dark-definition.scss +15 -14
  91. package/styles/_material3-definition.scss +16 -15
  92. package/styles/_tailwind-dark-definition.scss +16 -15
  93. package/styles/_tailwind-definition.scss +16 -15
  94. package/styles/_tailwind3-dark-definition.scss +15 -0
  95. package/styles/_tailwind3-definition.scss +15 -0
  96. package/styles/animation/_all.scss +535 -560
  97. package/styles/bds-lite.css +3408 -0
  98. package/styles/bds-lite.scss +3 -0
  99. package/styles/bds.css +3408 -0
  100. package/styles/bds.scss +3 -0
  101. package/styles/bootstrap-dark-lite.css +3749 -0
  102. package/styles/bootstrap-dark-lite.scss +3 -0
  103. package/styles/bootstrap-dark.css +1075 -169
  104. package/styles/bootstrap-lite.css +3749 -0
  105. package/styles/bootstrap-lite.scss +3 -0
  106. package/styles/bootstrap.css +1075 -169
  107. package/styles/bootstrap4-lite.css +3390 -0
  108. package/styles/bootstrap4-lite.scss +3 -0
  109. package/styles/bootstrap4.css +1063 -169
  110. package/styles/bootstrap5-dark-lite.css +2966 -0
  111. package/styles/bootstrap5-dark-lite.scss +3 -0
  112. package/styles/bootstrap5-dark.css +1068 -171
  113. package/styles/bootstrap5-lite.css +2966 -0
  114. package/styles/bootstrap5-lite.scss +3 -0
  115. package/styles/bootstrap5.3-lite.css +3559 -0
  116. package/styles/bootstrap5.3-lite.scss +3 -0
  117. package/styles/bootstrap5.3.css +3559 -0
  118. package/styles/bootstrap5.3.scss +3 -0
  119. package/styles/bootstrap5.css +1066 -169
  120. package/styles/common/_all.scss +2 -2
  121. package/styles/common/_core.scss +111 -117
  122. package/styles/common/_mixin.scss +11 -9
  123. package/styles/definition/_bds-dark.scss +1193 -1178
  124. package/styles/definition/_bds.scss +1488 -1458
  125. package/styles/definition/_bootstrap-dark.scss +213 -219
  126. package/styles/definition/_bootstrap.scss +208 -215
  127. package/styles/definition/_bootstrap4.scss +159 -167
  128. package/styles/definition/_bootstrap5-dark.scss +481 -494
  129. package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
  130. package/styles/definition/_bootstrap5.3.scss +1579 -0
  131. package/styles/definition/_bootstrap5.scss +481 -495
  132. package/styles/definition/_fabric-dark.scss +194 -200
  133. package/styles/definition/_fabric.scss +192 -198
  134. package/styles/definition/_fluent-dark.scss +494 -557
  135. package/styles/definition/_fluent.scss +494 -558
  136. package/styles/definition/_fluent2-dark.scss +1523 -0
  137. package/styles/definition/_fluent2-highcontrast.scss +1523 -0
  138. package/styles/definition/_fluent2.scss +2295 -0
  139. package/styles/definition/_fusionnew-dark.scss +330 -362
  140. package/styles/definition/_fusionnew.scss +331 -363
  141. package/styles/definition/_highcontrast-light.scss +189 -193
  142. package/styles/definition/_highcontrast.scss +189 -195
  143. package/styles/definition/_material-dark.scss +193 -198
  144. package/styles/definition/_material.scss +186 -192
  145. package/styles/definition/_material3-dark.scss +660 -710
  146. package/styles/definition/_material3.scss +729 -792
  147. package/styles/definition/_tailwind-dark.scss +445 -488
  148. package/styles/definition/_tailwind.scss +443 -485
  149. package/styles/definition/_tailwind3-dark.scss +1622 -0
  150. package/styles/definition/_tailwind3.scss +2093 -0
  151. package/styles/fabric-dark-lite.css +3734 -0
  152. package/styles/fabric-dark-lite.scss +3 -0
  153. package/styles/fabric-dark.css +1075 -169
  154. package/styles/fabric-lite.css +3734 -0
  155. package/styles/fabric-lite.scss +3 -0
  156. package/styles/fabric.css +1075 -169
  157. package/styles/fluent-dark-lite.css +2966 -0
  158. package/styles/fluent-dark-lite.scss +3 -0
  159. package/styles/fluent-dark.css +1066 -169
  160. package/styles/fluent-lite.css +2966 -0
  161. package/styles/fluent-lite.scss +3 -0
  162. package/styles/fluent.css +1066 -169
  163. package/styles/fluent2-lite.css +4017 -0
  164. package/styles/fluent2-lite.scss +3 -0
  165. package/styles/fluent2.css +4017 -0
  166. package/styles/fluent2.scss +3 -0
  167. package/styles/highcontrast-light-lite.css +3725 -0
  168. package/styles/highcontrast-light-lite.scss +3 -0
  169. package/styles/highcontrast-light.css +1075 -169
  170. package/styles/highcontrast-lite.css +3725 -0
  171. package/styles/highcontrast-lite.scss +3 -0
  172. package/styles/highcontrast.css +1075 -169
  173. package/styles/material-dark-lite.css +3702 -0
  174. package/styles/material-dark-lite.scss +3 -0
  175. package/styles/material-dark.css +1075 -169
  176. package/styles/material-lite.css +3702 -0
  177. package/styles/material-lite.scss +3 -0
  178. package/styles/material.css +1075 -169
  179. package/styles/material3-dark-lite.css +3021 -0
  180. package/styles/material3-dark-lite.scss +3 -0
  181. package/styles/material3-dark.css +1066 -170
  182. package/styles/material3-lite.css +3077 -0
  183. package/styles/material3-lite.scss +3 -0
  184. package/styles/material3.css +1066 -170
  185. package/styles/offline-theme/material-dark.css +1075 -169
  186. package/styles/offline-theme/material.css +1075 -169
  187. package/styles/offline-theme/tailwind-dark.css +1067 -170
  188. package/styles/offline-theme/tailwind.css +1067 -170
  189. package/styles/tailwind-dark-lite.css +2967 -0
  190. package/styles/tailwind-dark-lite.scss +3 -0
  191. package/styles/tailwind-dark.css +1067 -170
  192. package/styles/tailwind-lite.css +2967 -0
  193. package/styles/tailwind-lite.scss +3 -0
  194. package/styles/tailwind.css +1067 -170
  195. package/styles/tailwind3-lite.css +3775 -0
  196. package/styles/tailwind3-lite.scss +3 -0
  197. package/styles/tailwind3.css +3775 -0
  198. package/styles/tailwind3.scss +3 -0
  199. package/.eslintrc.json +0 -260
  200. package/CHANGELOG.md +0 -649
  201. package/tslint.json +0 -111
@@ -1,8 +1,8 @@
1
1
  define(["require", "exports", "./base"], function (require, exports, base_1) {
2
2
  "use strict";
3
- function __export(m) {
4
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5
- }
3
+ function __export(m) {
4
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5
+ }
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  __export(base_1);
8
8
  });
package/license CHANGED
@@ -1,10 +1,10 @@
1
- Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
-
3
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
-
5
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
-
7
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
-
9
- The Syncfusion license that contains the terms and conditions can be found at
10
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,162 +1,226 @@
1
- {
2
- "_from": "@syncfusion/ej2-base@*",
3
- "_id": "@syncfusion/ej2-base@25.2.5",
4
- "_inBundle": false,
5
- "_integrity": "sha512-mEZeTV5r0OLz21jKiHPmGVW6H5KUooH+8cgljh1E+yw1vgixMUvRbz9rYmSl82RRFcAvuIrpRQXDpAb6+btelw==",
6
- "_location": "/@syncfusion/ej2-base",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-base@*",
12
- "name": "@syncfusion/ej2-base",
13
- "escapedName": "@syncfusion%2fej2-base",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2",
22
- "/@syncfusion/ej2-angular-barcode-generator",
23
- "/@syncfusion/ej2-angular-base",
24
- "/@syncfusion/ej2-angular-buttons",
25
- "/@syncfusion/ej2-angular-calendars",
26
- "/@syncfusion/ej2-angular-documenteditor",
27
- "/@syncfusion/ej2-angular-dropdowns",
28
- "/@syncfusion/ej2-angular-gantt",
29
- "/@syncfusion/ej2-angular-grids",
30
- "/@syncfusion/ej2-angular-pdfviewer",
31
- "/@syncfusion/ej2-angular-popups",
32
- "/@syncfusion/ej2-angular-querybuilder",
33
- "/@syncfusion/ej2-angular-richtexteditor",
34
- "/@syncfusion/ej2-angular-schedule",
35
- "/@syncfusion/ej2-angular-spreadsheet",
36
- "/@syncfusion/ej2-barcode-generator",
37
- "/@syncfusion/ej2-buttons",
38
- "/@syncfusion/ej2-calendars",
39
- "/@syncfusion/ej2-charts",
40
- "/@syncfusion/ej2-circulargauge",
41
- "/@syncfusion/ej2-data",
42
- "/@syncfusion/ej2-diagrams",
43
- "/@syncfusion/ej2-documenteditor",
44
- "/@syncfusion/ej2-drawings",
45
- "/@syncfusion/ej2-dropdowns",
46
- "/@syncfusion/ej2-excel-export",
47
- "/@syncfusion/ej2-filemanager",
48
- "/@syncfusion/ej2-gantt",
49
- "/@syncfusion/ej2-grids",
50
- "/@syncfusion/ej2-heatmap",
51
- "/@syncfusion/ej2-image-editor",
52
- "/@syncfusion/ej2-inplace-editor",
53
- "/@syncfusion/ej2-inputs",
54
- "/@syncfusion/ej2-kanban",
55
- "/@syncfusion/ej2-layouts",
56
- "/@syncfusion/ej2-lineargauge",
57
- "/@syncfusion/ej2-lists",
58
- "/@syncfusion/ej2-maps",
59
- "/@syncfusion/ej2-navigations",
60
- "/@syncfusion/ej2-notifications",
61
- "/@syncfusion/ej2-pdf",
62
- "/@syncfusion/ej2-pdfviewer",
63
- "/@syncfusion/ej2-pivotview",
64
- "/@syncfusion/ej2-popups",
65
- "/@syncfusion/ej2-progressbar",
66
- "/@syncfusion/ej2-querybuilder",
67
- "/@syncfusion/ej2-react-barcode-generator",
68
- "/@syncfusion/ej2-react-base",
69
- "/@syncfusion/ej2-react-buttons",
70
- "/@syncfusion/ej2-react-calendars",
71
- "/@syncfusion/ej2-react-documenteditor",
72
- "/@syncfusion/ej2-react-dropdowns",
73
- "/@syncfusion/ej2-react-gantt",
74
- "/@syncfusion/ej2-react-grids",
75
- "/@syncfusion/ej2-react-pdfviewer",
76
- "/@syncfusion/ej2-react-popups",
77
- "/@syncfusion/ej2-react-querybuilder",
78
- "/@syncfusion/ej2-react-richtexteditor",
79
- "/@syncfusion/ej2-react-schedule",
80
- "/@syncfusion/ej2-react-spreadsheet",
81
- "/@syncfusion/ej2-ribbon",
82
- "/@syncfusion/ej2-richtexteditor",
83
- "/@syncfusion/ej2-schedule",
84
- "/@syncfusion/ej2-splitbuttons",
85
- "/@syncfusion/ej2-spreadsheet",
86
- "/@syncfusion/ej2-svg-base",
87
- "/@syncfusion/ej2-treegrid",
88
- "/@syncfusion/ej2-treemap",
89
- "/@syncfusion/ej2-vue-barcode-generator",
90
- "/@syncfusion/ej2-vue-base",
91
- "/@syncfusion/ej2-vue-buttons",
92
- "/@syncfusion/ej2-vue-calendars",
93
- "/@syncfusion/ej2-vue-documenteditor",
94
- "/@syncfusion/ej2-vue-dropdowns",
95
- "/@syncfusion/ej2-vue-gantt",
96
- "/@syncfusion/ej2-vue-grids",
97
- "/@syncfusion/ej2-vue-pdfviewer",
98
- "/@syncfusion/ej2-vue-popups",
99
- "/@syncfusion/ej2-vue-querybuilder",
100
- "/@syncfusion/ej2-vue-richtexteditor",
101
- "/@syncfusion/ej2-vue-schedule",
102
- "/@syncfusion/ej2-vue-spreadsheet"
103
- ],
104
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-base/-/ej2-base-25.2.5.tgz",
105
- "_shasum": "4b6b20f42a9a79ac3a5ae3527f74ed9911336327",
106
- "_spec": "@syncfusion/ej2-base@*",
107
- "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
108
- "author": {
109
- "name": "Syncfusion Inc."
110
- },
111
- "bin": {
112
- "syncfusion-license": "bin/syncfusion-license.js"
113
- },
114
- "bugs": {
115
- "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
116
- },
117
- "bundleDependencies": false,
118
- "dependencies": {
119
- "@syncfusion/ej2-icons": "~25.2.3"
120
- },
121
- "deprecated": false,
122
- "description": "A common package of Essential JS 2 base libraries, methods and class definitions",
123
- "devDependencies": {},
124
- "es2015": "./dist/es6/ej2-base.es5.js",
125
- "homepage": "https://www.syncfusion.com/javascript-ui-controls",
126
- "keywords": [
127
- "ej2",
128
- "syncfusion",
129
- "ej2-base",
130
- "web-components",
131
- "typescript",
132
- "base",
133
- "common",
134
- "core",
135
- "library",
136
- "ajax",
137
- "animation",
138
- "internationalization",
139
- "drag",
140
- "drop",
141
- "drag-drop",
142
- "template",
143
- "template-engine",
144
- "rtl",
145
- "right-to-left",
146
- "persistence",
147
- "state-persistence",
148
- "theme",
149
- "styles"
150
- ],
151
- "license": "SEE LICENSE IN license",
152
- "main": "./dist/ej2-base.umd.min.js",
153
- "module": "./index.js",
154
- "name": "@syncfusion/ej2-base",
155
- "repository": {
156
- "type": "git",
157
- "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
158
- },
159
- "typings": "index.d.ts",
160
- "version": "25.2.7",
161
- "sideEffects": true
1
+ {
2
+ "_from": "@syncfusion/ej2-base@*",
3
+ "_id": "@syncfusion/ej2-base@18.92.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-rZOMO+O2Ro1uTwkzHzAu3HegBPcyvvmxC4u3bFVLStheeCUR1FQmVTqX95I1A8N9HO7v2i5sVnt+G2FiQqA0dA==",
6
+ "_location": "/@syncfusion/ej2-base",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-base@*",
12
+ "name": "@syncfusion/ej2-base",
13
+ "escapedName": "@syncfusion%2fej2-base",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-barcode-generator",
23
+ "/@syncfusion/ej2-angular-base",
24
+ "/@syncfusion/ej2-angular-buttons",
25
+ "/@syncfusion/ej2-angular-calendars",
26
+ "/@syncfusion/ej2-angular-charts",
27
+ "/@syncfusion/ej2-angular-circulargauge",
28
+ "/@syncfusion/ej2-angular-diagrams",
29
+ "/@syncfusion/ej2-angular-documenteditor",
30
+ "/@syncfusion/ej2-angular-dropdowns",
31
+ "/@syncfusion/ej2-angular-filemanager",
32
+ "/@syncfusion/ej2-angular-gantt",
33
+ "/@syncfusion/ej2-angular-grids",
34
+ "/@syncfusion/ej2-angular-heatmap",
35
+ "/@syncfusion/ej2-angular-image-editor",
36
+ "/@syncfusion/ej2-angular-inplace-editor",
37
+ "/@syncfusion/ej2-angular-inputs",
38
+ "/@syncfusion/ej2-angular-kanban",
39
+ "/@syncfusion/ej2-angular-layouts",
40
+ "/@syncfusion/ej2-angular-lineargauge",
41
+ "/@syncfusion/ej2-angular-lists",
42
+ "/@syncfusion/ej2-angular-maps",
43
+ "/@syncfusion/ej2-angular-navigations",
44
+ "/@syncfusion/ej2-angular-notifications",
45
+ "/@syncfusion/ej2-angular-pdfviewer",
46
+ "/@syncfusion/ej2-angular-pivotview",
47
+ "/@syncfusion/ej2-angular-popups",
48
+ "/@syncfusion/ej2-angular-progressbar",
49
+ "/@syncfusion/ej2-angular-querybuilder",
50
+ "/@syncfusion/ej2-angular-ribbon",
51
+ "/@syncfusion/ej2-angular-richtexteditor",
52
+ "/@syncfusion/ej2-angular-schedule",
53
+ "/@syncfusion/ej2-angular-splitbuttons",
54
+ "/@syncfusion/ej2-angular-spreadsheet",
55
+ "/@syncfusion/ej2-angular-treegrid",
56
+ "/@syncfusion/ej2-angular-treemap",
57
+ "/@syncfusion/ej2-barcode-generator",
58
+ "/@syncfusion/ej2-buttons",
59
+ "/@syncfusion/ej2-calendars",
60
+ "/@syncfusion/ej2-charts",
61
+ "/@syncfusion/ej2-circulargauge",
62
+ "/@syncfusion/ej2-data",
63
+ "/@syncfusion/ej2-diagrams",
64
+ "/@syncfusion/ej2-documenteditor",
65
+ "/@syncfusion/ej2-drawings",
66
+ "/@syncfusion/ej2-dropdowns",
67
+ "/@syncfusion/ej2-excel-export",
68
+ "/@syncfusion/ej2-filemanager",
69
+ "/@syncfusion/ej2-gantt",
70
+ "/@syncfusion/ej2-grids",
71
+ "/@syncfusion/ej2-heatmap",
72
+ "/@syncfusion/ej2-image-editor",
73
+ "/@syncfusion/ej2-inplace-editor",
74
+ "/@syncfusion/ej2-inputs",
75
+ "/@syncfusion/ej2-kanban",
76
+ "/@syncfusion/ej2-layouts",
77
+ "/@syncfusion/ej2-lineargauge",
78
+ "/@syncfusion/ej2-lists",
79
+ "/@syncfusion/ej2-maps",
80
+ "/@syncfusion/ej2-multicolumn-combobox",
81
+ "/@syncfusion/ej2-navigations",
82
+ "/@syncfusion/ej2-notifications",
83
+ "/@syncfusion/ej2-pdf",
84
+ "/@syncfusion/ej2-pdfviewer",
85
+ "/@syncfusion/ej2-pivotview",
86
+ "/@syncfusion/ej2-popups",
87
+ "/@syncfusion/ej2-progressbar",
88
+ "/@syncfusion/ej2-querybuilder",
89
+ "/@syncfusion/ej2-react-barcode-generator",
90
+ "/@syncfusion/ej2-react-base",
91
+ "/@syncfusion/ej2-react-buttons",
92
+ "/@syncfusion/ej2-react-calendars",
93
+ "/@syncfusion/ej2-react-charts",
94
+ "/@syncfusion/ej2-react-circulargauge",
95
+ "/@syncfusion/ej2-react-diagrams",
96
+ "/@syncfusion/ej2-react-documenteditor",
97
+ "/@syncfusion/ej2-react-dropdowns",
98
+ "/@syncfusion/ej2-react-filemanager",
99
+ "/@syncfusion/ej2-react-gantt",
100
+ "/@syncfusion/ej2-react-grids",
101
+ "/@syncfusion/ej2-react-heatmap",
102
+ "/@syncfusion/ej2-react-image-editor",
103
+ "/@syncfusion/ej2-react-inplace-editor",
104
+ "/@syncfusion/ej2-react-inputs",
105
+ "/@syncfusion/ej2-react-kanban",
106
+ "/@syncfusion/ej2-react-layouts",
107
+ "/@syncfusion/ej2-react-lineargauge",
108
+ "/@syncfusion/ej2-react-lists",
109
+ "/@syncfusion/ej2-react-maps",
110
+ "/@syncfusion/ej2-react-navigations",
111
+ "/@syncfusion/ej2-react-notifications",
112
+ "/@syncfusion/ej2-react-pdfviewer",
113
+ "/@syncfusion/ej2-react-pivotview",
114
+ "/@syncfusion/ej2-react-popups",
115
+ "/@syncfusion/ej2-react-progressbar",
116
+ "/@syncfusion/ej2-react-querybuilder",
117
+ "/@syncfusion/ej2-react-ribbon",
118
+ "/@syncfusion/ej2-react-richtexteditor",
119
+ "/@syncfusion/ej2-react-schedule",
120
+ "/@syncfusion/ej2-react-splitbuttons",
121
+ "/@syncfusion/ej2-react-spreadsheet",
122
+ "/@syncfusion/ej2-react-treegrid",
123
+ "/@syncfusion/ej2-react-treemap",
124
+ "/@syncfusion/ej2-ribbon",
125
+ "/@syncfusion/ej2-richtexteditor",
126
+ "/@syncfusion/ej2-schedule",
127
+ "/@syncfusion/ej2-splitbuttons",
128
+ "/@syncfusion/ej2-spreadsheet",
129
+ "/@syncfusion/ej2-svg-base",
130
+ "/@syncfusion/ej2-treegrid",
131
+ "/@syncfusion/ej2-treemap",
132
+ "/@syncfusion/ej2-vue-barcode-generator",
133
+ "/@syncfusion/ej2-vue-base",
134
+ "/@syncfusion/ej2-vue-buttons",
135
+ "/@syncfusion/ej2-vue-calendars",
136
+ "/@syncfusion/ej2-vue-charts",
137
+ "/@syncfusion/ej2-vue-circulargauge",
138
+ "/@syncfusion/ej2-vue-diagrams",
139
+ "/@syncfusion/ej2-vue-documenteditor",
140
+ "/@syncfusion/ej2-vue-dropdowns",
141
+ "/@syncfusion/ej2-vue-filemanager",
142
+ "/@syncfusion/ej2-vue-gantt",
143
+ "/@syncfusion/ej2-vue-grids",
144
+ "/@syncfusion/ej2-vue-heatmap",
145
+ "/@syncfusion/ej2-vue-image-editor",
146
+ "/@syncfusion/ej2-vue-inplace-editor",
147
+ "/@syncfusion/ej2-vue-inputs",
148
+ "/@syncfusion/ej2-vue-kanban",
149
+ "/@syncfusion/ej2-vue-layouts",
150
+ "/@syncfusion/ej2-vue-lineargauge",
151
+ "/@syncfusion/ej2-vue-lists",
152
+ "/@syncfusion/ej2-vue-maps",
153
+ "/@syncfusion/ej2-vue-navigations",
154
+ "/@syncfusion/ej2-vue-notifications",
155
+ "/@syncfusion/ej2-vue-pdfviewer",
156
+ "/@syncfusion/ej2-vue-pivotview",
157
+ "/@syncfusion/ej2-vue-popups",
158
+ "/@syncfusion/ej2-vue-progressbar",
159
+ "/@syncfusion/ej2-vue-querybuilder",
160
+ "/@syncfusion/ej2-vue-ribbon",
161
+ "/@syncfusion/ej2-vue-richtexteditor",
162
+ "/@syncfusion/ej2-vue-schedule",
163
+ "/@syncfusion/ej2-vue-splitbuttons",
164
+ "/@syncfusion/ej2-vue-spreadsheet",
165
+ "/@syncfusion/ej2-vue-treegrid",
166
+ "/@syncfusion/ej2-vue-treemap"
167
+ ],
168
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-base/-/ej2-base-18.92.0.tgz",
169
+ "_shasum": "f501d832abeab3a58710fb18fc2e73b774a2cc32",
170
+ "_spec": "@syncfusion/ej2-base@*",
171
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
172
+ "author": {
173
+ "name": "Syncfusion Inc."
174
+ },
175
+ "bin": {
176
+ "syncfusion-license": "bin/syncfusion-license.js"
177
+ },
178
+ "bugs": {
179
+ "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
180
+ },
181
+ "bundleDependencies": false,
182
+ "dependencies": {
183
+ "@syncfusion/ej2-icons": "~26.1.35"
184
+ },
185
+ "deprecated": false,
186
+ "description": "A common package of Essential JS 2 base libraries, methods and class definitions",
187
+ "devDependencies": {},
188
+ "es2015": "./dist/es6/ej2-base.es5.js",
189
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls",
190
+ "keywords": [
191
+ "ej2",
192
+ "syncfusion",
193
+ "ej2-base",
194
+ "web-components",
195
+ "typescript",
196
+ "base",
197
+ "common",
198
+ "core",
199
+ "library",
200
+ "ajax",
201
+ "animation",
202
+ "internationalization",
203
+ "drag",
204
+ "drop",
205
+ "drag-drop",
206
+ "template",
207
+ "template-engine",
208
+ "rtl",
209
+ "right-to-left",
210
+ "persistence",
211
+ "state-persistence",
212
+ "theme",
213
+ "styles"
214
+ ],
215
+ "license": "SEE LICENSE IN license",
216
+ "main": "./dist/ej2-base.umd.min.js",
217
+ "module": "./index.js",
218
+ "name": "@syncfusion/ej2-base",
219
+ "repository": {
220
+ "type": "git",
221
+ "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
222
+ },
223
+ "typings": "index.d.ts",
224
+ "version": "26.1.35-745115",
225
+ "sideEffects": true
162
226
  }
package/src/ajax.d.ts CHANGED
@@ -71,7 +71,7 @@ export declare class Ajax {
71
71
  * Send the request to server.
72
72
  *
73
73
  * @param {any} data - To send the user data
74
- * @return {Promise} ?
74
+ * @returns {Promise} ?
75
75
  */
76
76
  send(data?: string | Object): Promise<Ajax>;
77
77
  /**
package/src/ajax.js CHANGED
@@ -55,7 +55,7 @@ var Ajax = /** @class */ (function () {
55
55
  * Send the request to server.
56
56
  *
57
57
  * @param {any} data - To send the user data
58
- * @return {Promise} ?
58
+ * @returns {Promise} ?
59
59
  */
60
60
  Ajax.prototype.send = function (data) {
61
61
  var _this = this;
@@ -150,17 +150,13 @@ var Ajax = /** @class */ (function () {
150
150
  * @returns {string} ?
151
151
  */
152
152
  Ajax.prototype.getResponseHeader = function (key) {
153
- var responseHeaders;
154
- var header;
155
- // eslint-disable-next-line
156
- responseHeaders = {};
153
+ var responseHeaders = {};
157
154
  var headers = headerRegex.exec(this.httpRequest.getAllResponseHeaders());
158
155
  while (headers) {
159
156
  responseHeaders[headers[1].toLowerCase()] = headers[2];
160
157
  headers = headerRegex.exec(this.httpRequest.getAllResponseHeaders());
161
158
  }
162
- // eslint-disable-next-line
163
- header = responseHeaders[key.toLowerCase()];
159
+ var header = responseHeaders[key.toLowerCase()];
164
160
  return isNullOrUndefined(header) ? null : header;
165
161
  };
166
162
  return Ajax;
@@ -1,4 +1,4 @@
1
- import { createElement, selectAll, closest } from './dom';import { Base, EmitType } from './base';import { Browser } from './browser';import { EventHandler } from './event-handler';import { Property, NotifyPropertyChanges, INotifyPropertyChanged, Event } from './notify-property-change';
1
+ import { createElement, selectAll, closest } from './dom';
2
2
  import {Effect,AnimationOptions} from "./animation";
3
3
 
4
4
  /**
@@ -7,59 +7,59 @@ import {Effect,AnimationOptions} from "./animation";
7
7
  export interface AnimationModel {
8
8
 
9
9
  /**
10
- * Specify the type of animation
11
- *
12
- * @default : 'FadeIn';
13
- */
14
- name?: Effect;
10
+ * Specify the type of animation
11
+ *
12
+ * @default : 'FadeIn';
13
+ */
14
+ name?: Effect;
15
15
 
16
16
  /**
17
- * Specify the duration to animate
18
- *
19
- * @default : 400;
20
- */
21
- duration?: number;
17
+ * Specify the duration to animate
18
+ *
19
+ * @default : 400;
20
+ */
21
+ duration?: number;
22
22
 
23
23
  /**
24
- * Specify the animation timing function
25
- *
26
- * @default : 'ease';
27
- */
28
- timingFunction?: string;
24
+ * Specify the animation timing function
25
+ *
26
+ * @default : 'ease';
27
+ */
28
+ timingFunction?: string;
29
29
 
30
30
  /**
31
- * Specify the delay to start animation
32
- *
33
- * @default : 0;
34
- */
35
- delay?: number;
31
+ * Specify the delay to start animation
32
+ *
33
+ * @default : 0;
34
+ */
35
+ delay?: number;
36
36
 
37
37
  /**
38
- * Triggers when animation is in-progress
39
- *
40
- * @event progress
41
- */
42
- progress?: EmitType<AnimationOptions>;
38
+ * Triggers when animation is in-progress
39
+ *
40
+ * @event progress
41
+ */
42
+ progress?: EmitType<AnimationOptions>;
43
43
 
44
44
  /**
45
- * Triggers when the animation is started
46
- *
47
- * @event begin
48
- */
49
- begin?: EmitType<AnimationOptions>;
45
+ * Triggers when the animation is started
46
+ *
47
+ * @event begin
48
+ */
49
+ begin?: EmitType<AnimationOptions>;
50
50
 
51
51
  /**
52
- * Triggers when animation is completed
53
- *
54
- * @event end
55
- */
56
- end?: EmitType<AnimationOptions>;
52
+ * Triggers when animation is completed
53
+ *
54
+ * @event end
55
+ */
56
+ end?: EmitType<AnimationOptions>;
57
57
 
58
58
  /**
59
- * Triggers when animation is failed due to any scripts
60
- *
61
- * @event fail
62
- */
63
- fail?: EmitType<AnimationOptions>;
59
+ * Triggers when animation is failed due to any scripts
60
+ *
61
+ * @event fail
62
+ */
63
+ fail?: EmitType<AnimationOptions>;
64
64
 
65
65
  }
@@ -85,7 +85,7 @@ export declare class Animation extends Base<HTMLElement> implements INotifyPrope
85
85
  *
86
86
  * @param {HTMLElement} element - Element which needs to be stop the animation.
87
87
  * @param {AnimationOptions} model - Handling the animation model at stop function.
88
- * @return {void}
88
+ * @returns {void}
89
89
  */
90
90
  static stop(element: HTMLElement, model?: AnimationOptions): void;
91
91
  /**
package/src/animation.js CHANGED
@@ -1,22 +1,22 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
14
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
17
- 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;
18
- return c > 3 && r && Object.defineProperty(target, key, r), r;
19
- };
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ extendStatics(d, b);
10
+ function __() { this.constructor = d; }
11
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
+ };
13
+ })();
14
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
17
+ 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;
18
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
19
+ };
20
20
  import { createElement, selectAll, closest } from './dom';
21
21
  import { Base } from './base';
22
22
  import { Browser } from './browser';
@@ -81,7 +81,7 @@ var Animation = /** @class */ (function (_super) {
81
81
  *
82
82
  * @param {HTMLElement} element - Element which needs to be stop the animation.
83
83
  * @param {AnimationOptions} model - Handling the animation model at stop function.
84
- * @return {void}
84
+ * @returns {void}
85
85
  */
86
86
  Animation.stop = function (element, model) {
87
87
  element.style.animation = '';
@@ -211,7 +211,6 @@ var Animation = /** @class */ (function (_super) {
211
211
  * @param {AnimationModel} oldProp ?
212
212
  * @returns {void} ?
213
213
  */
214
- // eslint-disable-next-line
215
214
  Animation.prototype.onPropertyChanged = function (newProp, oldProp) {
216
215
  // no code needed
217
216
  };
@@ -401,7 +400,6 @@ function removeRipple(e, eventArgs) {
401
400
  if (eventArgs.parent !== element) {
402
401
  EventHandler.remove(element, 'mouseleave', rippleLeaveHandler);
403
402
  }
404
- /* tslint:disable:align */
405
403
  setTimeout(function () {
406
404
  if (rippleElement && rippleElement.parentNode) {
407
405
  rippleElement.parentNode.removeChild(rippleElement);