@mescius/wijmo 5.20252.43-nightly.d20251027.t174409 → 5.20252.43-nightly.d20251028.t173629
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +2 -1
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20252.43-nightly.
|
|
3
|
+
* Wijmo Library 5.20252.43-nightly.d20251028.t173629
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -2343,6 +2343,7 @@ export declare var culture: any;
|
|
|
2343
2343
|
* {@sample Core/Globalization/Formatting Example}
|
|
2344
2344
|
*/
|
|
2345
2345
|
export declare class Globalize {
|
|
2346
|
+
static DefaultDateFormat: string;
|
|
2346
2347
|
/**
|
|
2347
2348
|
* Formats a number or a date.
|
|
2348
2349
|
*
|