@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/es6/ej2-base.es5.js
CHANGED
|
@@ -5432,8 +5432,7 @@ var DateFormat$1 = /** @__PURE__ @class */ (function () {
|
|
|
5432
5432
|
var numObject = getValue('parserObject.numbers', dependable);
|
|
5433
5433
|
var dateObject = dependable.dateObject;
|
|
5434
5434
|
var formatOptions = { isIslamic: IntlBase.islamicRegex.test(option.calendar) };
|
|
5435
|
-
|
|
5436
|
-
formatOptions.firstDayOfWeek = firsDayOfWeekCollection.indexOf(culture) !== -1 ? 1 : 0;
|
|
5435
|
+
formatOptions.firstDayOfWeek = IntlBase.getWeekData(culture, cldr);
|
|
5437
5436
|
if (isBlazor() && option.isServerRendered) {
|
|
5438
5437
|
option = IntlBase.compareBlazorDateFormats(option, culture);
|
|
5439
5438
|
}
|