rotion 0.1.0 → 0.1.2
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/dist/ui/cjs/index.js +1 -1
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/types/ui/components/lib.d.ts +1 -1
- package/dist/ui/esm/index.js +1 -1
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/types/ui/components/lib.d.ts +1 -1
- package/dist/ui/types.d.ts +1 -1
- package/dist/ui/umd/index.js +1 -1
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/types/ui/components/lib.d.ts +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ export declare function UsePagination<T>(pages: T[], perPage: number): {
|
|
|
11
11
|
};
|
|
12
12
|
export declare function BuildPlainTextByPage(blocks: ListBlockChildrenResponseEx): string;
|
|
13
13
|
export declare function pathBasename(str: string): string;
|
|
14
|
-
export declare function getDatetimeFormat(): {
|
|
14
|
+
export declare function getDatetimeFormat(lang?: string): {
|
|
15
15
|
dateF: string;
|
|
16
16
|
timeF: string;
|
|
17
17
|
};
|
package/dist/ui/types.d.ts
CHANGED
|
@@ -758,7 +758,7 @@ declare function UsePagination<T>(pages: T[], perPage: number): {
|
|
|
758
758
|
};
|
|
759
759
|
declare function BuildPlainTextByPage(blocks: ListBlockChildrenResponseEx): string;
|
|
760
760
|
declare function pathBasename(str: string): string;
|
|
761
|
-
declare function getDatetimeFormat(): {
|
|
761
|
+
declare function getDatetimeFormat(lang?: string): {
|
|
762
762
|
dateF: string;
|
|
763
763
|
timeF: string;
|
|
764
764
|
};
|