@syncfusion/ej2-base 24.2.3 → 24.2.6
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/CHANGELOG.md +8 -0
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +17 -0
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +17 -0
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -48
- package/src/template.js +17 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-base@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-base@24.
|
|
3
|
+
"_id": "@syncfusion/ej2-base@24.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MK/w2WTDobsOz8Cbrj13klwPn4pxjoNHEoRbF9TZi1gCVhnZ2gjdPYb6qrOzyVsg6esMKSoFWoE6WGxgfvOtIg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-base",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,36 +24,22 @@
|
|
|
24
24
|
"/@syncfusion/ej2-angular-buttons",
|
|
25
25
|
"/@syncfusion/ej2-angular-calendars",
|
|
26
26
|
"/@syncfusion/ej2-angular-charts",
|
|
27
|
-
"/@syncfusion/ej2-angular-circulargauge",
|
|
28
27
|
"/@syncfusion/ej2-angular-diagrams",
|
|
29
28
|
"/@syncfusion/ej2-angular-documenteditor",
|
|
30
29
|
"/@syncfusion/ej2-angular-dropdowns",
|
|
31
30
|
"/@syncfusion/ej2-angular-filemanager",
|
|
32
31
|
"/@syncfusion/ej2-angular-gantt",
|
|
33
32
|
"/@syncfusion/ej2-angular-grids",
|
|
34
|
-
"/@syncfusion/ej2-angular-heatmap",
|
|
35
33
|
"/@syncfusion/ej2-angular-image-editor",
|
|
36
|
-
"/@syncfusion/ej2-angular-inplace-editor",
|
|
37
34
|
"/@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
35
|
"/@syncfusion/ej2-angular-pdfviewer",
|
|
46
36
|
"/@syncfusion/ej2-angular-pivotview",
|
|
47
37
|
"/@syncfusion/ej2-angular-popups",
|
|
48
38
|
"/@syncfusion/ej2-angular-progressbar",
|
|
49
39
|
"/@syncfusion/ej2-angular-querybuilder",
|
|
50
|
-
"/@syncfusion/ej2-angular-ribbon",
|
|
51
|
-
"/@syncfusion/ej2-angular-richtexteditor",
|
|
52
|
-
"/@syncfusion/ej2-angular-schedule",
|
|
53
40
|
"/@syncfusion/ej2-angular-splitbuttons",
|
|
54
41
|
"/@syncfusion/ej2-angular-spreadsheet",
|
|
55
42
|
"/@syncfusion/ej2-angular-treegrid",
|
|
56
|
-
"/@syncfusion/ej2-angular-treemap",
|
|
57
43
|
"/@syncfusion/ej2-barcode-generator",
|
|
58
44
|
"/@syncfusion/ej2-buttons",
|
|
59
45
|
"/@syncfusion/ej2-calendars",
|
|
@@ -90,36 +76,22 @@
|
|
|
90
76
|
"/@syncfusion/ej2-react-buttons",
|
|
91
77
|
"/@syncfusion/ej2-react-calendars",
|
|
92
78
|
"/@syncfusion/ej2-react-charts",
|
|
93
|
-
"/@syncfusion/ej2-react-circulargauge",
|
|
94
79
|
"/@syncfusion/ej2-react-diagrams",
|
|
95
80
|
"/@syncfusion/ej2-react-documenteditor",
|
|
96
81
|
"/@syncfusion/ej2-react-dropdowns",
|
|
97
82
|
"/@syncfusion/ej2-react-filemanager",
|
|
98
83
|
"/@syncfusion/ej2-react-gantt",
|
|
99
84
|
"/@syncfusion/ej2-react-grids",
|
|
100
|
-
"/@syncfusion/ej2-react-heatmap",
|
|
101
85
|
"/@syncfusion/ej2-react-image-editor",
|
|
102
|
-
"/@syncfusion/ej2-react-inplace-editor",
|
|
103
86
|
"/@syncfusion/ej2-react-inputs",
|
|
104
|
-
"/@syncfusion/ej2-react-kanban",
|
|
105
|
-
"/@syncfusion/ej2-react-layouts",
|
|
106
|
-
"/@syncfusion/ej2-react-lineargauge",
|
|
107
|
-
"/@syncfusion/ej2-react-lists",
|
|
108
|
-
"/@syncfusion/ej2-react-maps",
|
|
109
|
-
"/@syncfusion/ej2-react-navigations",
|
|
110
|
-
"/@syncfusion/ej2-react-notifications",
|
|
111
87
|
"/@syncfusion/ej2-react-pdfviewer",
|
|
112
88
|
"/@syncfusion/ej2-react-pivotview",
|
|
113
89
|
"/@syncfusion/ej2-react-popups",
|
|
114
90
|
"/@syncfusion/ej2-react-progressbar",
|
|
115
91
|
"/@syncfusion/ej2-react-querybuilder",
|
|
116
|
-
"/@syncfusion/ej2-react-ribbon",
|
|
117
|
-
"/@syncfusion/ej2-react-richtexteditor",
|
|
118
|
-
"/@syncfusion/ej2-react-schedule",
|
|
119
92
|
"/@syncfusion/ej2-react-splitbuttons",
|
|
120
93
|
"/@syncfusion/ej2-react-spreadsheet",
|
|
121
94
|
"/@syncfusion/ej2-react-treegrid",
|
|
122
|
-
"/@syncfusion/ej2-react-treemap",
|
|
123
95
|
"/@syncfusion/ej2-ribbon",
|
|
124
96
|
"/@syncfusion/ej2-richtexteditor",
|
|
125
97
|
"/@syncfusion/ej2-schedule",
|
|
@@ -133,39 +105,25 @@
|
|
|
133
105
|
"/@syncfusion/ej2-vue-buttons",
|
|
134
106
|
"/@syncfusion/ej2-vue-calendars",
|
|
135
107
|
"/@syncfusion/ej2-vue-charts",
|
|
136
|
-
"/@syncfusion/ej2-vue-circulargauge",
|
|
137
108
|
"/@syncfusion/ej2-vue-diagrams",
|
|
138
109
|
"/@syncfusion/ej2-vue-documenteditor",
|
|
139
110
|
"/@syncfusion/ej2-vue-dropdowns",
|
|
140
111
|
"/@syncfusion/ej2-vue-filemanager",
|
|
141
112
|
"/@syncfusion/ej2-vue-gantt",
|
|
142
113
|
"/@syncfusion/ej2-vue-grids",
|
|
143
|
-
"/@syncfusion/ej2-vue-heatmap",
|
|
144
114
|
"/@syncfusion/ej2-vue-image-editor",
|
|
145
|
-
"/@syncfusion/ej2-vue-inplace-editor",
|
|
146
115
|
"/@syncfusion/ej2-vue-inputs",
|
|
147
|
-
"/@syncfusion/ej2-vue-kanban",
|
|
148
|
-
"/@syncfusion/ej2-vue-layouts",
|
|
149
|
-
"/@syncfusion/ej2-vue-lineargauge",
|
|
150
|
-
"/@syncfusion/ej2-vue-lists",
|
|
151
|
-
"/@syncfusion/ej2-vue-maps",
|
|
152
|
-
"/@syncfusion/ej2-vue-navigations",
|
|
153
|
-
"/@syncfusion/ej2-vue-notifications",
|
|
154
116
|
"/@syncfusion/ej2-vue-pdfviewer",
|
|
155
117
|
"/@syncfusion/ej2-vue-pivotview",
|
|
156
118
|
"/@syncfusion/ej2-vue-popups",
|
|
157
119
|
"/@syncfusion/ej2-vue-progressbar",
|
|
158
120
|
"/@syncfusion/ej2-vue-querybuilder",
|
|
159
|
-
"/@syncfusion/ej2-vue-ribbon",
|
|
160
|
-
"/@syncfusion/ej2-vue-richtexteditor",
|
|
161
|
-
"/@syncfusion/ej2-vue-schedule",
|
|
162
121
|
"/@syncfusion/ej2-vue-splitbuttons",
|
|
163
122
|
"/@syncfusion/ej2-vue-spreadsheet",
|
|
164
|
-
"/@syncfusion/ej2-vue-treegrid"
|
|
165
|
-
"/@syncfusion/ej2-vue-treemap"
|
|
123
|
+
"/@syncfusion/ej2-vue-treegrid"
|
|
166
124
|
],
|
|
167
|
-
"_resolved": "https://nexus.
|
|
168
|
-
"_shasum": "
|
|
125
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-base/-/ej2-base-24.2.3.tgz",
|
|
126
|
+
"_shasum": "37d6d60cdad84712f0ab92cc57a984b0d0195c27",
|
|
169
127
|
"_spec": "@syncfusion/ej2-base@*",
|
|
170
128
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
171
129
|
"author": {
|
|
@@ -220,6 +178,6 @@
|
|
|
220
178
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
221
179
|
},
|
|
222
180
|
"typings": "index.d.ts",
|
|
223
|
-
"version": "24.2.
|
|
181
|
+
"version": "24.2.6",
|
|
224
182
|
"sideEffects": true
|
|
225
183
|
}
|
package/src/template.js
CHANGED
|
@@ -94,6 +94,23 @@ function evalExp(str, nameSpace, helper, ignorePrefix) {
|
|
|
94
94
|
str = str.replace(value, singleSpace);
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
|
+
if (exp.test(str)) {
|
|
98
|
+
var insideBraces = false;
|
|
99
|
+
var outputString = '';
|
|
100
|
+
for (var i = 0; i < str.length; i++) {
|
|
101
|
+
if (str[i + ''] === '$' && str[i + 1] === '{') {
|
|
102
|
+
insideBraces = true;
|
|
103
|
+
}
|
|
104
|
+
else if (str[i + ''] === '}') {
|
|
105
|
+
insideBraces = false;
|
|
106
|
+
}
|
|
107
|
+
outputString += (str[i + ''] === '"' && !insideBraces) ? '\\"' : str[i + ''];
|
|
108
|
+
}
|
|
109
|
+
str = outputString;
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
str = str.replace(/\\?"/g, '\\"');
|
|
113
|
+
}
|
|
97
114
|
return str.replace(LINES, '').replace(DBL_QUOTED_STR, '\'$1\'').replace(exp,
|
|
98
115
|
// eslint-disable-next-line
|
|
99
116
|
function (match, cnt, offset, matchStr) {
|