@syncfusion/ej2-base 26.2.5 → 27.1.48
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 +1 -1
- 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 +7 -6
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +7 -6
- 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 +12 -7
- package/src/component.js +1 -1
- package/src/internationalization.d.ts +4 -0
- package/src/intl/intl-base.d.ts +2 -1
- package/src/intl/intl-base.js +3 -2
- package/src/intl/number-formatter.js +1 -1
- package/src/validate-lic.js +2 -2
- package/styles/bootstrap-dark-lite.css +3634 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +70 -1
- package/styles/bootstrap-lite.css +3634 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +70 -1
- package/styles/bootstrap4-lite.css +3284 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +67 -1
- package/styles/bootstrap5-dark-lite.css +2857 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +67 -1
- package/styles/bootstrap5-lite.css +2857 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3450 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3450 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +67 -1
- package/styles/definition/_bds-dark.scss +139 -25
- package/styles/definition/_bds.scss +201 -52
- package/styles/definition/_bootstrap5.3-dark.scss +912 -540
- package/styles/definition/_bootstrap5.3.scss +912 -826
- package/styles/definition/_fluent2-dark.scss +20 -6
- package/styles/definition/_fluent2-highcontrast.scss +45 -31
- package/styles/definition/_fluent2.scss +60 -34
- package/styles/fabric-dark-lite.css +3619 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +70 -1
- package/styles/fabric-lite.css +3619 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +70 -1
- package/styles/fluent-dark-lite.css +2857 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +67 -1
- package/styles/fluent-lite.css +2857 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +67 -1
- package/styles/fluent2-lite.css +3908 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +113 -30
- package/styles/highcontrast-light-lite.css +3610 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +70 -1
- package/styles/highcontrast-lite.css +3610 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +70 -1
- package/styles/material-dark-lite.css +3587 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +70 -1
- package/styles/material-lite.css +3587 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +70 -1
- package/styles/material3-dark-lite.css +2912 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +67 -1
- package/styles/material3-lite.css +2968 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +67 -1
- package/styles/offline-theme/material-dark.css +70 -1
- package/styles/offline-theme/material.css +70 -1
- package/styles/offline-theme/tailwind-dark.css +67 -1
- package/styles/offline-theme/tailwind.css +67 -1
- package/styles/tailwind-dark-lite.css +2858 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +67 -1
- package/styles/tailwind-lite.css +2858 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +67 -1
- package/hotfix/26.1.35_Vol2.txt +0 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 27.1.48
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-base@18.92.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rVSbB+nDSmk/q2uaEaJhoqpSqRMI5wflitAg6RRWUObfJONkf0W0qgONoTANT1A7l4zyfAatXWGO4fg0ZWSt7Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-base",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"/@syncfusion/ej2-angular-image-editor",
|
|
36
36
|
"/@syncfusion/ej2-angular-inplace-editor",
|
|
37
37
|
"/@syncfusion/ej2-angular-inputs",
|
|
38
|
+
"/@syncfusion/ej2-angular-interactive-chat",
|
|
38
39
|
"/@syncfusion/ej2-angular-kanban",
|
|
39
40
|
"/@syncfusion/ej2-angular-layouts",
|
|
40
41
|
"/@syncfusion/ej2-angular-lineargauge",
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
"/@syncfusion/ej2-image-editor",
|
|
74
75
|
"/@syncfusion/ej2-inplace-editor",
|
|
75
76
|
"/@syncfusion/ej2-inputs",
|
|
77
|
+
"/@syncfusion/ej2-interactive-chat",
|
|
76
78
|
"/@syncfusion/ej2-kanban",
|
|
77
79
|
"/@syncfusion/ej2-layouts",
|
|
78
80
|
"/@syncfusion/ej2-lineargauge",
|
|
@@ -103,6 +105,7 @@
|
|
|
103
105
|
"/@syncfusion/ej2-react-image-editor",
|
|
104
106
|
"/@syncfusion/ej2-react-inplace-editor",
|
|
105
107
|
"/@syncfusion/ej2-react-inputs",
|
|
108
|
+
"/@syncfusion/ej2-react-interactive-chat",
|
|
106
109
|
"/@syncfusion/ej2-react-kanban",
|
|
107
110
|
"/@syncfusion/ej2-react-layouts",
|
|
108
111
|
"/@syncfusion/ej2-react-lineargauge",
|
|
@@ -147,6 +150,7 @@
|
|
|
147
150
|
"/@syncfusion/ej2-vue-image-editor",
|
|
148
151
|
"/@syncfusion/ej2-vue-inplace-editor",
|
|
149
152
|
"/@syncfusion/ej2-vue-inputs",
|
|
153
|
+
"/@syncfusion/ej2-vue-interactive-chat",
|
|
150
154
|
"/@syncfusion/ej2-vue-kanban",
|
|
151
155
|
"/@syncfusion/ej2-vue-layouts",
|
|
152
156
|
"/@syncfusion/ej2-vue-lineargauge",
|
|
@@ -168,10 +172,10 @@
|
|
|
168
172
|
"/@syncfusion/ej2-vue-treegrid",
|
|
169
173
|
"/@syncfusion/ej2-vue-treemap"
|
|
170
174
|
],
|
|
171
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
172
|
-
"_shasum": "
|
|
175
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-base/-/ej2-base-18.92.0.tgz",
|
|
176
|
+
"_shasum": "40a1d271e8fd200e92ba2a422bb9f82f46f04389",
|
|
173
177
|
"_spec": "@syncfusion/ej2-base@*",
|
|
174
|
-
"_where": "/jenkins/workspace/elease-
|
|
178
|
+
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
|
175
179
|
"author": {
|
|
176
180
|
"name": "Syncfusion Inc."
|
|
177
181
|
},
|
|
@@ -183,7 +187,8 @@
|
|
|
183
187
|
},
|
|
184
188
|
"bundleDependencies": false,
|
|
185
189
|
"dependencies": {
|
|
186
|
-
"@syncfusion/ej2-icons": "~
|
|
190
|
+
"@syncfusion/ej2-icons": "~27.1.48",
|
|
191
|
+
"markdown-spellcheck": "^1.3.1"
|
|
187
192
|
},
|
|
188
193
|
"deprecated": false,
|
|
189
194
|
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
|
|
@@ -224,6 +229,6 @@
|
|
|
224
229
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
225
230
|
},
|
|
226
231
|
"typings": "index.d.ts",
|
|
227
|
-
"version": "
|
|
232
|
+
"version": "27.1.48",
|
|
228
233
|
"sideEffects": true
|
|
229
234
|
}
|
package/src/component.js
CHANGED
|
@@ -229,7 +229,7 @@ var Component = /** @class */ (function (_super) {
|
|
|
229
229
|
diagram: 'all',
|
|
230
230
|
PdfViewer: 'all',
|
|
231
231
|
grid: ['logger'],
|
|
232
|
-
richtexteditor: ['link', 'table', 'image', 'audio', 'video', 'formatPainter', 'emojiPicker', 'pasteCleanup', 'htmlEditor', 'toolbar'],
|
|
232
|
+
richtexteditor: ['link', 'table', 'image', 'audio', 'video', 'formatPainter', 'emojiPicker', 'pasteCleanup', 'htmlEditor', 'toolbar', 'importExport'],
|
|
233
233
|
treegrid: ['filter'],
|
|
234
234
|
gantt: ['tooltip'],
|
|
235
235
|
chart: ['Export', 'Zoom'],
|
|
@@ -58,6 +58,10 @@ export interface NumberFormatOptions {
|
|
|
58
58
|
* Specifies whether to use grouping or not in formatted value,
|
|
59
59
|
*/
|
|
60
60
|
useGrouping?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Specifies whether to ignore currency symbol in formatted value,
|
|
63
|
+
*/
|
|
64
|
+
ignoreCurrency?: boolean;
|
|
61
65
|
/**
|
|
62
66
|
* Specifies the skeleton for perform formatting.
|
|
63
67
|
*/
|
package/src/intl/intl-base.d.ts
CHANGED
|
@@ -148,9 +148,10 @@ export declare namespace IntlBase {
|
|
|
148
148
|
* @param {Object} numericObject ?
|
|
149
149
|
* @param {string} currencyCode ?
|
|
150
150
|
* @param {string} altSymbol ?
|
|
151
|
+
* @param {string} ignoreCurrency ?
|
|
151
152
|
* @returns {string} ?
|
|
152
153
|
*/
|
|
153
|
-
function getCurrencySymbol(numericObject: Object, currencyCode: string, altSymbol?: string): string;
|
|
154
|
+
function getCurrencySymbol(numericObject: Object, currencyCode: string, altSymbol?: string, ignoreCurrency?: boolean): string;
|
|
154
155
|
/**
|
|
155
156
|
* Returns formatting options for custom number format
|
|
156
157
|
*
|
package/src/intl/intl-base.js
CHANGED
|
@@ -836,11 +836,12 @@ export var IntlBase;
|
|
|
836
836
|
* @param {Object} numericObject ?
|
|
837
837
|
* @param {string} currencyCode ?
|
|
838
838
|
* @param {string} altSymbol ?
|
|
839
|
+
* @param {string} ignoreCurrency ?
|
|
839
840
|
* @returns {string} ?
|
|
840
841
|
*/
|
|
841
|
-
function getCurrencySymbol(numericObject, currencyCode, altSymbol) {
|
|
842
|
+
function getCurrencySymbol(numericObject, currencyCode, altSymbol, ignoreCurrency) {
|
|
842
843
|
var symbol = altSymbol ? ('.' + altSymbol) : '.symbol';
|
|
843
|
-
var getCurrency = getValue('currencies.' + currencyCode + symbol, numericObject) ||
|
|
844
|
+
var getCurrency = ignoreCurrency ? '$' : getValue('currencies.' + currencyCode + symbol, numericObject) ||
|
|
844
845
|
getValue('currencies.' + currencyCode + '.symbol-alt-narrow', numericObject) || '$';
|
|
845
846
|
return getCurrency;
|
|
846
847
|
}
|
|
@@ -38,7 +38,7 @@ var NumberFormat = /** @class */ (function () {
|
|
|
38
38
|
var numObject = dependable.numericObject;
|
|
39
39
|
dOptions.numberMapper = isBlazor() ? extend({}, numObject) :
|
|
40
40
|
parser.getNumberMapper(dependable.parserObject, parser.getNumberingSystem(cldr), true);
|
|
41
|
-
dOptions.currencySymbol = isBlazor() ? getValue('currencySymbol', numObject) : base.getCurrencySymbol(dependable.numericObject, fOptions.currency || defaultCurrencyCode, option.altSymbol);
|
|
41
|
+
dOptions.currencySymbol = isBlazor() ? getValue('currencySymbol', numObject) : base.getCurrencySymbol(dependable.numericObject, fOptions.currency || defaultCurrencyCode, option.altSymbol, option.ignoreCurrency);
|
|
42
42
|
dOptions.percentSymbol = isBlazor() ? getValue('numberSymbols.percentSign', numObject) :
|
|
43
43
|
dOptions.numberMapper.numberSymbols["" + percentSign];
|
|
44
44
|
dOptions.minusSymbol = isBlazor() ? getValue('numberSymbols.minusSign', numObject) :
|
package/src/validate-lic.js
CHANGED
|
@@ -14,7 +14,7 @@ var LicenseValidator = /** @class */ (function () {
|
|
|
14
14
|
function LicenseValidator(key) {
|
|
15
15
|
this.isValidated = false;
|
|
16
16
|
this.isLicensed = true;
|
|
17
|
-
this.version = '
|
|
17
|
+
this.version = '27';
|
|
18
18
|
this.platform = /JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats|essentialstudio/i;
|
|
19
19
|
this.errors = {
|
|
20
20
|
noLicense: '<span>This application was built using a trial version of Syncfusion Essential Studio.' +
|
|
@@ -118,7 +118,7 @@ var LicenseValidator = /** @class */ (function () {
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
if (validateMsg && typeof document !== 'undefined' && !isNullOrUndefined(document)) {
|
|
121
|
-
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=
|
|
121
|
+
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=Mjc=&utm_source=es_license_validation_banner&utm_medium=listing&utm_campaign=license-information';
|
|
122
122
|
var errorDiv = createElement('div', {
|
|
123
123
|
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>'
|
|
124
124
|
});
|