@syncfusion/ej2-base 25.2.7 → 26.1.35-7502
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/{README.md → ReadMe.md} +100 -100
- package/bin/syncfusion-license.js +104 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +268 -486
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +307 -522
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/undefined +67 -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 -161
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation-model.d.ts +41 -41
- package/src/animation.d.ts +1 -1
- package/src/animation.js +20 -22
- package/src/base.d.ts +2 -1
- package/src/base.js +4 -13
- package/src/browser.d.ts +1 -1
- package/src/browser.js +3 -4
- package/src/child-property.d.ts +1 -0
- package/src/child-property.js +2 -2
- package/src/component-model.d.ts +16 -16
- package/src/component.d.ts +4 -0
- package/src/component.js +28 -36
- package/src/dom.js +4 -11
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +20 -41
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -20
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- package/src/internationalization.d.ts +4 -0
- package/src/internationalization.js +0 -5
- package/src/intl/date-formatter.js +19 -33
- package/src/intl/date-parser.js +33 -62
- package/src/intl/intl-base.d.ts +9 -1
- package/src/intl/intl-base.js +19 -18
- package/src/intl/number-formatter.js +14 -7
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -20
- package/src/module-loader.js +1 -0
- package/src/notify-property-change.d.ts +0 -20
- package/src/notify-property-change.js +16 -55
- package/src/observer.js +3 -6
- package/src/sanitize-helper.js +0 -1
- package/src/template-engine.js +1 -7
- package/src/template.js +13 -18
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +22 -27
- package/src/util.d.ts +4 -4
- package/src/util.js +12 -37
- package/src/validate-lic.js +4 -3
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +16 -15
- package/styles/_bds-definition.scss +16 -15
- 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 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- 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 -0
- package/styles/_fluent2-definition.scss +9 -0
- package/styles/_fluent2-highcontrast-definition.scss +9 -0
- 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 +49 -48
- package/styles/_material-definition.scss +50 -49
- package/styles/_material3-dark-definition.scss +15 -14
- package/styles/_material3-definition.scss +16 -15
- package/styles/_tailwind-dark-definition.scss +16 -15
- package/styles/_tailwind-definition.scss +16 -15
- package/styles/_tailwind3-dark-definition.scss +15 -0
- package/styles/_tailwind3-definition.scss +15 -0
- package/styles/animation/_all.scss +535 -560
- package/styles/bds-lite.css +3408 -0
- package/styles/bds-lite.scss +3 -0
- package/styles/bds.css +3408 -0
- package/styles/bds.scss +3 -0
- package/styles/bootstrap-dark-lite.css +3749 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +1075 -169
- package/styles/bootstrap-lite.css +3749 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +1075 -169
- package/styles/bootstrap4-lite.css +3390 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +1063 -169
- package/styles/bootstrap5-dark-lite.css +2966 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +1068 -171
- package/styles/bootstrap5-lite.css +2966 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3559 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3559 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +1066 -169
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +111 -117
- package/styles/common/_mixin.scss +11 -9
- package/styles/definition/_bds-dark.scss +1193 -1178
- package/styles/definition/_bds.scss +1488 -1458
- package/styles/definition/_bootstrap-dark.scss +213 -219
- package/styles/definition/_bootstrap.scss +208 -215
- package/styles/definition/_bootstrap4.scss +159 -167
- package/styles/definition/_bootstrap5-dark.scss +481 -494
- package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
- package/styles/definition/_bootstrap5.3.scss +1579 -0
- package/styles/definition/_bootstrap5.scss +481 -495
- package/styles/definition/_fabric-dark.scss +194 -200
- package/styles/definition/_fabric.scss +192 -198
- package/styles/definition/_fluent-dark.scss +494 -557
- package/styles/definition/_fluent.scss +494 -558
- package/styles/definition/_fluent2-dark.scss +1523 -0
- package/styles/definition/_fluent2-highcontrast.scss +1523 -0
- package/styles/definition/_fluent2.scss +2295 -0
- package/styles/definition/_fusionnew-dark.scss +330 -362
- package/styles/definition/_fusionnew.scss +331 -363
- package/styles/definition/_highcontrast-light.scss +189 -193
- package/styles/definition/_highcontrast.scss +189 -195
- package/styles/definition/_material-dark.scss +193 -198
- package/styles/definition/_material.scss +186 -192
- package/styles/definition/_material3-dark.scss +660 -710
- package/styles/definition/_material3.scss +729 -792
- package/styles/definition/_tailwind-dark.scss +445 -488
- package/styles/definition/_tailwind.scss +443 -485
- package/styles/definition/_tailwind3-dark.scss +1622 -0
- package/styles/definition/_tailwind3.scss +2093 -0
- package/styles/fabric-dark-lite.css +3734 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +1075 -169
- package/styles/fabric-lite.css +3734 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +1075 -169
- package/styles/fluent-dark-lite.css +2966 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +1066 -169
- package/styles/fluent-lite.css +2966 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +1066 -169
- package/styles/fluent2-lite.css +4017 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +4017 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light-lite.css +3725 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +1075 -169
- package/styles/highcontrast-lite.css +3725 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +1075 -169
- package/styles/material-dark-lite.css +3702 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +1075 -169
- package/styles/material-lite.css +3702 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +1075 -169
- package/styles/material3-dark-lite.css +3021 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +1066 -170
- package/styles/material3-lite.css +3077 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +1066 -170
- package/styles/offline-theme/material-dark.css +1075 -169
- package/styles/offline-theme/material.css +1075 -169
- package/styles/offline-theme/tailwind-dark.css +1067 -170
- package/styles/offline-theme/tailwind.css +1067 -170
- package/styles/tailwind-dark-lite.css +2967 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +1067 -170
- package/styles/tailwind-lite.css +2967 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +1067 -170
- package/styles/tailwind3-lite.css +3775 -0
- package/styles/tailwind3-lite.scss +3 -0
- package/styles/tailwind3.css +3775 -0
- package/styles/tailwind3.scss +3 -0
- package/.eslintrc.json +0 -260
- package/CHANGELOG.md +0 -649
- package/tslint.json +0 -111
package/.eslintrc.json
DELETED
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"env": {
|
|
3
|
-
"browser": true,
|
|
4
|
-
"es2021": true
|
|
5
|
-
},
|
|
6
|
-
"extends": [
|
|
7
|
-
"eslint:recommended",
|
|
8
|
-
"plugin:@typescript-eslint/recommended",
|
|
9
|
-
"plugin:jsdoc/recommended",
|
|
10
|
-
"plugin:security/recommended"
|
|
11
|
-
],
|
|
12
|
-
"parser": "@typescript-eslint/parser",
|
|
13
|
-
"parserOptions": {
|
|
14
|
-
"ecmaFeatures": { "js": true },
|
|
15
|
-
"ecmaVersion": 2018,
|
|
16
|
-
"project": "./tsconfig.json",
|
|
17
|
-
"sourceType": "module"
|
|
18
|
-
},
|
|
19
|
-
"plugins": [
|
|
20
|
-
"@typescript-eslint",
|
|
21
|
-
"@typescript-eslint/tslint",
|
|
22
|
-
"eslint-plugin-security",
|
|
23
|
-
"jsdoc"
|
|
24
|
-
],
|
|
25
|
-
"rules": {
|
|
26
|
-
"use-isnan": "error",
|
|
27
|
-
"security/detect-unsafe-regex":"error",
|
|
28
|
-
"security/detect-buffer-noassert":"error",
|
|
29
|
-
"security/detect-child-process":"error",
|
|
30
|
-
"security/detect-disable-mustache-escape":"error",
|
|
31
|
-
"security/detect-eval-with-expression":"error",
|
|
32
|
-
"security/detect-no-csrf-before-method-override":"error",
|
|
33
|
-
"security/detect-non-literal-fs-filename":"error",
|
|
34
|
-
"security/detect-non-literal-regexp":"error",
|
|
35
|
-
"security/detect-non-literal-require":"error",
|
|
36
|
-
"security/detect-object-injection":"error",
|
|
37
|
-
"security/detect-possible-timing-attacks":"error",
|
|
38
|
-
"security/detect-pseudoRandomBytes":"error",
|
|
39
|
-
"security/detect-new-buffer":"error",
|
|
40
|
-
"security/detect-bidi-characters":"error",
|
|
41
|
-
"@typescript-eslint/no-inferrable-types": "off",
|
|
42
|
-
"@typescript-eslint/ban-types": ["warn", {
|
|
43
|
-
"types": {
|
|
44
|
-
"Object": false,
|
|
45
|
-
"object": false,
|
|
46
|
-
"{}": false,
|
|
47
|
-
"Function": false
|
|
48
|
-
}
|
|
49
|
-
}],
|
|
50
|
-
"jsdoc/check-tag-names": 0,
|
|
51
|
-
"@typescript-eslint/tslint/config": [
|
|
52
|
-
"error",
|
|
53
|
-
{
|
|
54
|
-
"rules": {
|
|
55
|
-
"ban": true,
|
|
56
|
-
"chai-vague-errors": true,
|
|
57
|
-
"max-func-body-length": [
|
|
58
|
-
true,
|
|
59
|
-
120,
|
|
60
|
-
{
|
|
61
|
-
"ignore-parameters-to-function-regex": "describe"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"missing-jsdoc": true,
|
|
65
|
-
"no-backbone-get-set-outside-model": false,
|
|
66
|
-
"no-cookies": false,
|
|
67
|
-
"no-delete-expression": false,
|
|
68
|
-
"no-disable-auto-sanitization": true,
|
|
69
|
-
"no-duplicate-case": true,
|
|
70
|
-
"no-duplicate-parameter-names": true,
|
|
71
|
-
"no-empty-interfaces": false,
|
|
72
|
-
"no-exec-script": true,
|
|
73
|
-
"no-function-expression": false,
|
|
74
|
-
"no-multiple-var-decl": false,
|
|
75
|
-
"no-string-based-set-immediate": false,
|
|
76
|
-
"no-string-based-set-interval": false,
|
|
77
|
-
"no-unnecessary-bind": false,
|
|
78
|
-
"no-unused-imports": true,
|
|
79
|
-
"no-with-statement": false,
|
|
80
|
-
"prefer-array-literal": false,
|
|
81
|
-
"typedef": [
|
|
82
|
-
true,
|
|
83
|
-
"call-signature",
|
|
84
|
-
"parameter",
|
|
85
|
-
"property-declaration",
|
|
86
|
-
"variable-declaration",
|
|
87
|
-
"arrow-parameter",
|
|
88
|
-
"member-variable-declaration"
|
|
89
|
-
],
|
|
90
|
-
"use-named-parameter": false,
|
|
91
|
-
"valid-typeof": true,
|
|
92
|
-
"whitespace": [
|
|
93
|
-
true,
|
|
94
|
-
"check-branch",
|
|
95
|
-
"check-decl",
|
|
96
|
-
"check-operator",
|
|
97
|
-
"check-separator",
|
|
98
|
-
"check-type"
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"no-control-regex": "error",
|
|
104
|
-
"no-constant-condition": "error",
|
|
105
|
-
"no-invalid-regexp": "error",
|
|
106
|
-
"curly": "error",
|
|
107
|
-
"eol-last": [
|
|
108
|
-
"error",
|
|
109
|
-
"always"
|
|
110
|
-
],
|
|
111
|
-
"guard-for-in": "error",
|
|
112
|
-
"no-labels": "error",
|
|
113
|
-
"max-len": [
|
|
114
|
-
"error",
|
|
115
|
-
{
|
|
116
|
-
"code": 140,
|
|
117
|
-
"tabWidth": 4,
|
|
118
|
-
"ignoreComments": true,
|
|
119
|
-
"ignoreStrings": true,
|
|
120
|
-
"ignoreTemplateLiterals": true,
|
|
121
|
-
"ignoreRegExpLiterals": true
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"no-console": [
|
|
125
|
-
"error",
|
|
126
|
-
{
|
|
127
|
-
"allow": [
|
|
128
|
-
"warn",
|
|
129
|
-
"dir",
|
|
130
|
-
"timeLog",
|
|
131
|
-
"assert",
|
|
132
|
-
"clear",
|
|
133
|
-
"count",
|
|
134
|
-
"countReset",
|
|
135
|
-
"group",
|
|
136
|
-
"groupEnd",
|
|
137
|
-
"table",
|
|
138
|
-
"dirxml",
|
|
139
|
-
"error",
|
|
140
|
-
"groupCollapsed",
|
|
141
|
-
"Console",
|
|
142
|
-
"profile",
|
|
143
|
-
"profileEnd",
|
|
144
|
-
"timeStamp",
|
|
145
|
-
"context"
|
|
146
|
-
]
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"no-redeclare": [
|
|
150
|
-
"error",
|
|
151
|
-
{
|
|
152
|
-
"builtinGlobals": true
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"@typescript-eslint/no-parameter-properties": "error",
|
|
156
|
-
"@typescript-eslint/indent": [
|
|
157
|
-
"error",
|
|
158
|
-
4,
|
|
159
|
-
{
|
|
160
|
-
"CallExpression": {
|
|
161
|
-
"arguments": "first"
|
|
162
|
-
},
|
|
163
|
-
"FunctionDeclaration": {
|
|
164
|
-
"parameters": "first"
|
|
165
|
-
},
|
|
166
|
-
"FunctionExpression": {
|
|
167
|
-
"parameters": "first"
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"no-debugger": "error",
|
|
172
|
-
"no-eval": "error",
|
|
173
|
-
"no-extra-semi": "error",
|
|
174
|
-
"no-throw-literal": "error",
|
|
175
|
-
"no-fallthrough": "error",
|
|
176
|
-
"comma-dangle": [
|
|
177
|
-
"error",
|
|
178
|
-
"never"
|
|
179
|
-
],
|
|
180
|
-
"no-trailing-spaces": "error",
|
|
181
|
-
"@typescript-eslint/no-unused-expressions": "error",
|
|
182
|
-
"@typescript-eslint/no-var-requires": "error",
|
|
183
|
-
"one-var": [
|
|
184
|
-
"error",
|
|
185
|
-
"never"
|
|
186
|
-
],
|
|
187
|
-
"@typescript-eslint/no-explicit-any": "error",
|
|
188
|
-
"no-cond-assign": [
|
|
189
|
-
"error",
|
|
190
|
-
"always"
|
|
191
|
-
],
|
|
192
|
-
"@typescript-eslint/consistent-type-assertions": "off",
|
|
193
|
-
"jsdoc/check-alignment": "error",
|
|
194
|
-
"no-empty": "error",
|
|
195
|
-
"quotes": [
|
|
196
|
-
"error",
|
|
197
|
-
"single"
|
|
198
|
-
],
|
|
199
|
-
"semi": [
|
|
200
|
-
"error",
|
|
201
|
-
"always"
|
|
202
|
-
],
|
|
203
|
-
"eqeqeq": [
|
|
204
|
-
"error",
|
|
205
|
-
"smart"
|
|
206
|
-
],
|
|
207
|
-
"valid-typeof": [
|
|
208
|
-
"error",
|
|
209
|
-
{
|
|
210
|
-
"requireStringLiterals": true
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"camelcase": [
|
|
214
|
-
"error",
|
|
215
|
-
{
|
|
216
|
-
"properties": "always",
|
|
217
|
-
"ignoreDestructuring": true,
|
|
218
|
-
"ignoreImports": true
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"no-irregular-whitespace": [
|
|
222
|
-
"error",
|
|
223
|
-
{
|
|
224
|
-
"skipStrings": true,
|
|
225
|
-
"skipComments": true,
|
|
226
|
-
"skipRegExps": true,
|
|
227
|
-
"skipTemplates": true
|
|
228
|
-
}
|
|
229
|
-
],
|
|
230
|
-
"valid-jsdoc": [
|
|
231
|
-
"error",
|
|
232
|
-
{
|
|
233
|
-
"prefer": {
|
|
234
|
-
"arg": "param",
|
|
235
|
-
"argument": "param",
|
|
236
|
-
"class": "constructor",
|
|
237
|
-
"return": "returns",
|
|
238
|
-
"virtual": "abstract"
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"no-var": "error",
|
|
243
|
-
"radix": "error"
|
|
244
|
-
},
|
|
245
|
-
"reportUnusedDisableDirectives": true,
|
|
246
|
-
"overrides": [
|
|
247
|
-
{
|
|
248
|
-
"files": [
|
|
249
|
-
"node_modules",
|
|
250
|
-
"dist",
|
|
251
|
-
"public",
|
|
252
|
-
"coverage",
|
|
253
|
-
"test-report"
|
|
254
|
-
],
|
|
255
|
-
"rules": {
|
|
256
|
-
"no-unused-expressions": "off"
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
]
|
|
260
|
-
}
|