@syncfusion/ej2-base 28.2.4 → 28.2.5
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} +1 -1
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +10 -1
- package/dist/ej2-base.umd.min.js +10 -1
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +1 -2
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +1 -2
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +10 -1
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +169 -232
- package/src/intl/date-formatter.js +1 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 28.2.5
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _base from '@syncfusion/ej2-base';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,233 +1,170 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
"/@syncfusion/ej2-vue-spreadsheet",
|
|
172
|
-
"/@syncfusion/ej2-vue-treegrid",
|
|
173
|
-
"/@syncfusion/ej2-vue-treemap"
|
|
174
|
-
],
|
|
175
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-base/-/ej2-base-28.1.33.tgz",
|
|
176
|
-
"_shasum": "c79ff08aa9d74da3825ddce746d4cfe2b1bfac30",
|
|
177
|
-
"_spec": "@syncfusion/ej2-base@*",
|
|
178
|
-
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
179
|
-
"author": {
|
|
180
|
-
"name": "Syncfusion Inc."
|
|
181
|
-
},
|
|
182
|
-
"bin": {
|
|
183
|
-
"syncfusion-license": "bin/syncfusion-license.js"
|
|
184
|
-
},
|
|
185
|
-
"bugs": {
|
|
186
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
187
|
-
},
|
|
188
|
-
"bundleDependencies": false,
|
|
189
|
-
"dependencies": {
|
|
190
|
-
"@syncfusion/ej2-icons": "~28.2.3"
|
|
191
|
-
},
|
|
192
|
-
"deprecated": false,
|
|
193
|
-
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
|
|
194
|
-
"devDependencies": {},
|
|
195
|
-
"es2015": "./dist/es6/ej2-base.es5.js",
|
|
196
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
197
|
-
"keywords": [
|
|
198
|
-
"ej2",
|
|
199
|
-
"syncfusion",
|
|
200
|
-
"ej2-base",
|
|
201
|
-
"web-components",
|
|
202
|
-
"typescript",
|
|
203
|
-
"base",
|
|
204
|
-
"common",
|
|
205
|
-
"core",
|
|
206
|
-
"library",
|
|
207
|
-
"ajax",
|
|
208
|
-
"animation",
|
|
209
|
-
"internationalization",
|
|
210
|
-
"drag",
|
|
211
|
-
"drop",
|
|
212
|
-
"drag-drop",
|
|
213
|
-
"template",
|
|
214
|
-
"template-engine",
|
|
215
|
-
"rtl",
|
|
216
|
-
"right-to-left",
|
|
217
|
-
"persistence",
|
|
218
|
-
"state-persistence",
|
|
219
|
-
"theme",
|
|
220
|
-
"styles"
|
|
221
|
-
],
|
|
222
|
-
"license": "SEE LICENSE IN license",
|
|
223
|
-
"main": "./dist/ej2-base.umd.min.js",
|
|
224
|
-
"module": "./index.js",
|
|
225
|
-
"name": "@syncfusion/ej2-base",
|
|
226
|
-
"repository": {
|
|
227
|
-
"type": "git",
|
|
228
|
-
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
229
|
-
},
|
|
230
|
-
"typings": "index.d.ts",
|
|
231
|
-
"version": "28.2.4",
|
|
232
|
-
"sideEffects": true
|
|
233
|
-
}
|
|
2
|
+
"_from": "@syncfusion/ej2-base@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-base@28.2.3",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-yXaWQqF1blhhfKLoGq2+RSfLpvl0Dl/rKY/f8w3o/kHPsLMgaGwkXuKbgvTXxMtJfSTpsAiNeB/J7+oMF9LtVw==",
|
|
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-charts",
|
|
25
|
+
"/@syncfusion/ej2-angular-documenteditor",
|
|
26
|
+
"/@syncfusion/ej2-angular-dropdowns",
|
|
27
|
+
"/@syncfusion/ej2-angular-filemanager",
|
|
28
|
+
"/@syncfusion/ej2-angular-gantt",
|
|
29
|
+
"/@syncfusion/ej2-angular-grids",
|
|
30
|
+
"/@syncfusion/ej2-angular-interactive-chat",
|
|
31
|
+
"/@syncfusion/ej2-angular-layouts",
|
|
32
|
+
"/@syncfusion/ej2-angular-maps",
|
|
33
|
+
"/@syncfusion/ej2-angular-navigations",
|
|
34
|
+
"/@syncfusion/ej2-angular-pdfviewer",
|
|
35
|
+
"/@syncfusion/ej2-angular-richtexteditor",
|
|
36
|
+
"/@syncfusion/ej2-angular-schedule",
|
|
37
|
+
"/@syncfusion/ej2-angular-spreadsheet",
|
|
38
|
+
"/@syncfusion/ej2-barcode-generator",
|
|
39
|
+
"/@syncfusion/ej2-buttons",
|
|
40
|
+
"/@syncfusion/ej2-calendars",
|
|
41
|
+
"/@syncfusion/ej2-charts",
|
|
42
|
+
"/@syncfusion/ej2-circulargauge",
|
|
43
|
+
"/@syncfusion/ej2-data",
|
|
44
|
+
"/@syncfusion/ej2-diagrams",
|
|
45
|
+
"/@syncfusion/ej2-documenteditor",
|
|
46
|
+
"/@syncfusion/ej2-drawings",
|
|
47
|
+
"/@syncfusion/ej2-dropdowns",
|
|
48
|
+
"/@syncfusion/ej2-excel-export",
|
|
49
|
+
"/@syncfusion/ej2-filemanager",
|
|
50
|
+
"/@syncfusion/ej2-gantt",
|
|
51
|
+
"/@syncfusion/ej2-grids",
|
|
52
|
+
"/@syncfusion/ej2-heatmap",
|
|
53
|
+
"/@syncfusion/ej2-image-editor",
|
|
54
|
+
"/@syncfusion/ej2-inplace-editor",
|
|
55
|
+
"/@syncfusion/ej2-inputs",
|
|
56
|
+
"/@syncfusion/ej2-interactive-chat",
|
|
57
|
+
"/@syncfusion/ej2-kanban",
|
|
58
|
+
"/@syncfusion/ej2-layouts",
|
|
59
|
+
"/@syncfusion/ej2-lineargauge",
|
|
60
|
+
"/@syncfusion/ej2-lists",
|
|
61
|
+
"/@syncfusion/ej2-maps",
|
|
62
|
+
"/@syncfusion/ej2-multicolumn-combobox",
|
|
63
|
+
"/@syncfusion/ej2-navigations",
|
|
64
|
+
"/@syncfusion/ej2-notifications",
|
|
65
|
+
"/@syncfusion/ej2-pdf",
|
|
66
|
+
"/@syncfusion/ej2-pdfviewer",
|
|
67
|
+
"/@syncfusion/ej2-pivotview",
|
|
68
|
+
"/@syncfusion/ej2-popups",
|
|
69
|
+
"/@syncfusion/ej2-progressbar",
|
|
70
|
+
"/@syncfusion/ej2-querybuilder",
|
|
71
|
+
"/@syncfusion/ej2-react-barcode-generator",
|
|
72
|
+
"/@syncfusion/ej2-react-base",
|
|
73
|
+
"/@syncfusion/ej2-react-charts",
|
|
74
|
+
"/@syncfusion/ej2-react-documenteditor",
|
|
75
|
+
"/@syncfusion/ej2-react-dropdowns",
|
|
76
|
+
"/@syncfusion/ej2-react-filemanager",
|
|
77
|
+
"/@syncfusion/ej2-react-gantt",
|
|
78
|
+
"/@syncfusion/ej2-react-grids",
|
|
79
|
+
"/@syncfusion/ej2-react-interactive-chat",
|
|
80
|
+
"/@syncfusion/ej2-react-layouts",
|
|
81
|
+
"/@syncfusion/ej2-react-maps",
|
|
82
|
+
"/@syncfusion/ej2-react-navigations",
|
|
83
|
+
"/@syncfusion/ej2-react-pdfviewer",
|
|
84
|
+
"/@syncfusion/ej2-react-richtexteditor",
|
|
85
|
+
"/@syncfusion/ej2-react-schedule",
|
|
86
|
+
"/@syncfusion/ej2-react-spreadsheet",
|
|
87
|
+
"/@syncfusion/ej2-ribbon",
|
|
88
|
+
"/@syncfusion/ej2-richtexteditor",
|
|
89
|
+
"/@syncfusion/ej2-schedule",
|
|
90
|
+
"/@syncfusion/ej2-splitbuttons",
|
|
91
|
+
"/@syncfusion/ej2-spreadsheet",
|
|
92
|
+
"/@syncfusion/ej2-svg-base",
|
|
93
|
+
"/@syncfusion/ej2-treegrid",
|
|
94
|
+
"/@syncfusion/ej2-treemap",
|
|
95
|
+
"/@syncfusion/ej2-vue-barcode-generator",
|
|
96
|
+
"/@syncfusion/ej2-vue-base",
|
|
97
|
+
"/@syncfusion/ej2-vue-charts",
|
|
98
|
+
"/@syncfusion/ej2-vue-documenteditor",
|
|
99
|
+
"/@syncfusion/ej2-vue-dropdowns",
|
|
100
|
+
"/@syncfusion/ej2-vue-filemanager",
|
|
101
|
+
"/@syncfusion/ej2-vue-gantt",
|
|
102
|
+
"/@syncfusion/ej2-vue-grids",
|
|
103
|
+
"/@syncfusion/ej2-vue-interactive-chat",
|
|
104
|
+
"/@syncfusion/ej2-vue-layouts",
|
|
105
|
+
"/@syncfusion/ej2-vue-maps",
|
|
106
|
+
"/@syncfusion/ej2-vue-navigations",
|
|
107
|
+
"/@syncfusion/ej2-vue-pdfviewer",
|
|
108
|
+
"/@syncfusion/ej2-vue-richtexteditor",
|
|
109
|
+
"/@syncfusion/ej2-vue-schedule",
|
|
110
|
+
"/@syncfusion/ej2-vue-spreadsheet"
|
|
111
|
+
],
|
|
112
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-base/-/ej2-base-28.2.3.tgz",
|
|
113
|
+
"_shasum": "2a76c33acea5452d32cbbe2867fa6784164852b0",
|
|
114
|
+
"_spec": "@syncfusion/ej2-base@*",
|
|
115
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
116
|
+
"author": {
|
|
117
|
+
"name": "Syncfusion Inc."
|
|
118
|
+
},
|
|
119
|
+
"bin": {
|
|
120
|
+
"syncfusion-license": "bin/syncfusion-license.js"
|
|
121
|
+
},
|
|
122
|
+
"bugs": {
|
|
123
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
124
|
+
},
|
|
125
|
+
"bundleDependencies": false,
|
|
126
|
+
"dependencies": {
|
|
127
|
+
"@syncfusion/ej2-icons": "~28.2.3"
|
|
128
|
+
},
|
|
129
|
+
"deprecated": false,
|
|
130
|
+
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
|
|
131
|
+
"devDependencies": {},
|
|
132
|
+
"es2015": "./dist/es6/ej2-base.es5.js",
|
|
133
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
134
|
+
"keywords": [
|
|
135
|
+
"ej2",
|
|
136
|
+
"syncfusion",
|
|
137
|
+
"ej2-base",
|
|
138
|
+
"web-components",
|
|
139
|
+
"typescript",
|
|
140
|
+
"base",
|
|
141
|
+
"common",
|
|
142
|
+
"core",
|
|
143
|
+
"library",
|
|
144
|
+
"ajax",
|
|
145
|
+
"animation",
|
|
146
|
+
"internationalization",
|
|
147
|
+
"drag",
|
|
148
|
+
"drop",
|
|
149
|
+
"drag-drop",
|
|
150
|
+
"template",
|
|
151
|
+
"template-engine",
|
|
152
|
+
"rtl",
|
|
153
|
+
"right-to-left",
|
|
154
|
+
"persistence",
|
|
155
|
+
"state-persistence",
|
|
156
|
+
"theme",
|
|
157
|
+
"styles"
|
|
158
|
+
],
|
|
159
|
+
"license": "SEE LICENSE IN license",
|
|
160
|
+
"main": "./dist/ej2-base.umd.min.js",
|
|
161
|
+
"module": "./index.js",
|
|
162
|
+
"name": "@syncfusion/ej2-base",
|
|
163
|
+
"repository": {
|
|
164
|
+
"type": "git",
|
|
165
|
+
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
166
|
+
},
|
|
167
|
+
"typings": "index.d.ts",
|
|
168
|
+
"version": "28.2.5",
|
|
169
|
+
"sideEffects": true
|
|
170
|
+
}
|
|
@@ -55,8 +55,7 @@ var DateFormat = /** @class */ (function () {
|
|
|
55
55
|
var numObject = getValue('parserObject.numbers', dependable);
|
|
56
56
|
var dateObject = dependable.dateObject;
|
|
57
57
|
var formatOptions = { isIslamic: base.islamicRegex.test(option.calendar) };
|
|
58
|
-
|
|
59
|
-
formatOptions.firstDayOfWeek = firsDayOfWeekCollection.indexOf(culture) !== -1 ? 1 : 0;
|
|
58
|
+
formatOptions.firstDayOfWeek = base.getWeekData(culture, cldr);
|
|
60
59
|
if (isBlazor() && option.isServerRendered) {
|
|
61
60
|
option = base.compareBlazorDateFormats(option, culture);
|
|
62
61
|
}
|