@expcat/tigercat-core 1.0.7 → 1.2.0
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/dist/datepicker-DXzS_8l8.d.cts +130 -0
- package/dist/datepicker-DXzS_8l8.d.ts +130 -0
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +46 -0
- package/dist/datepicker-locales/en-US.d.cts +6 -0
- package/dist/datepicker-locales/en-US.d.ts +6 -0
- package/dist/datepicker-locales/en-US.js +20 -0
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +46 -0
- package/dist/datepicker-locales/id-ID.d.cts +6 -0
- package/dist/datepicker-locales/id-ID.d.ts +6 -0
- package/dist/datepicker-locales/id-ID.js +20 -0
- package/dist/datepicker-locales/ja-JP.cjs +46 -0
- package/dist/datepicker-locales/ja-JP.d.cts +6 -0
- package/dist/datepicker-locales/ja-JP.d.ts +6 -0
- package/dist/datepicker-locales/ja-JP.js +20 -0
- package/dist/datepicker-locales/ko-KR.cjs +46 -0
- package/dist/datepicker-locales/ko-KR.d.cts +6 -0
- package/dist/datepicker-locales/ko-KR.d.ts +6 -0
- package/dist/datepicker-locales/ko-KR.js +20 -0
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +46 -0
- package/dist/datepicker-locales/th-TH.d.cts +6 -0
- package/dist/datepicker-locales/th-TH.d.ts +6 -0
- package/dist/datepicker-locales/th-TH.js +20 -0
- package/dist/datepicker-locales/vi-VN.cjs +46 -0
- package/dist/datepicker-locales/vi-VN.d.cts +6 -0
- package/dist/datepicker-locales/vi-VN.d.ts +6 -0
- package/dist/datepicker-locales/vi-VN.js +20 -0
- package/dist/datepicker-locales/zh-CN.cjs +46 -0
- package/dist/datepicker-locales/zh-CN.d.cts +6 -0
- package/dist/datepicker-locales/zh-CN.d.ts +6 -0
- package/dist/datepicker-locales/zh-CN.js +20 -0
- package/dist/datepicker-locales/zh-TW.cjs +46 -0
- package/dist/datepicker-locales/zh-TW.d.cts +6 -0
- package/dist/datepicker-locales/zh-TW.d.ts +6 -0
- package/dist/datepicker-locales/zh-TW.js +20 -0
- package/dist/icons/common.cjs +54 -0
- package/dist/icons/common.d.cts +20 -0
- package/dist/icons/common.d.ts +20 -0
- package/dist/icons/common.js +21 -0
- package/dist/icons/picker.cjs +75 -0
- package/dist/icons/picker.d.cts +53 -0
- package/dist/icons/picker.d.ts +53 -0
- package/dist/icons/picker.js +35 -0
- package/dist/icons/status.cjs +47 -0
- package/dist/icons/status.d.cts +13 -0
- package/dist/icons/status.d.ts +13 -0
- package/dist/icons/status.js +18 -0
- package/dist/icons/table.cjs +48 -0
- package/dist/icons/table.d.cts +25 -0
- package/dist/icons/table.d.ts +25 -0
- package/dist/icons/table.js +17 -0
- package/dist/index.cjs +7064 -886
- package/dist/index.d.cts +3826 -1238
- package/dist/index.d.ts +3826 -1238
- package/dist/index.js +6705 -1011
- package/dist/locale-9-B-d0mp.d.cts +97 -0
- package/dist/locale-Bc3zz2b0.d.ts +97 -0
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +69 -0
- package/dist/locales/en-US.d.cts +10 -0
- package/dist/locales/en-US.d.ts +10 -0
- package/dist/locales/en-US.js +44 -0
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +69 -0
- package/dist/locales/id-ID.d.cts +10 -0
- package/dist/locales/id-ID.d.ts +10 -0
- package/dist/locales/id-ID.js +44 -0
- package/dist/locales/ja-JP.cjs +69 -0
- package/dist/locales/ja-JP.d.cts +10 -0
- package/dist/locales/ja-JP.d.ts +10 -0
- package/dist/locales/ja-JP.js +44 -0
- package/dist/locales/ko-KR.cjs +69 -0
- package/dist/locales/ko-KR.d.cts +10 -0
- package/dist/locales/ko-KR.d.ts +10 -0
- package/dist/locales/ko-KR.js +44 -0
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +69 -0
- package/dist/locales/th-TH.d.cts +10 -0
- package/dist/locales/th-TH.d.ts +10 -0
- package/dist/locales/th-TH.js +44 -0
- package/dist/locales/vi-VN.cjs +69 -0
- package/dist/locales/vi-VN.d.cts +10 -0
- package/dist/locales/vi-VN.d.ts +10 -0
- package/dist/locales/vi-VN.js +44 -0
- package/dist/locales/zh-CN.cjs +69 -0
- package/dist/locales/zh-CN.d.cts +10 -0
- package/dist/locales/zh-CN.d.ts +10 -0
- package/dist/locales/zh-CN.js +44 -0
- package/dist/locales/zh-TW.cjs +69 -0
- package/dist/locales/zh-TW.d.cts +10 -0
- package/dist/locales/zh-TW.d.ts +10 -0
- package/dist/locales/zh-TW.js +44 -0
- package/dist/table-export-6ISYSoVB.d.cts +490 -0
- package/dist/table-export-6ISYSoVB.d.ts +490 -0
- package/dist/tailwind/modern.cjs +353 -0
- package/dist/tailwind/modern.d.cts +6 -0
- package/dist/tailwind/modern.d.ts +6 -0
- package/dist/tailwind/modern.js +320 -0
- package/dist/tailwind-entry-D4_sseNi.d.ts +218 -0
- package/dist/tailwind-entry-DUchHtjs.d.cts +218 -0
- package/dist/tailwind.cjs +206 -0
- package/dist/tailwind.d.cts +3 -0
- package/dist/tailwind.d.ts +3 -0
- package/dist/tailwind.js +173 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.cts +126 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.ts +126 -0
- package/dist/utils/table-export.cjs +112 -0
- package/dist/utils/table-export.d.cts +1 -0
- package/dist/utils/table-export.d.ts +1 -0
- package/dist/utils/table-export.js +79 -0
- package/package.json +190 -12
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from './datepicker-DXzS_8l8.cjs';
|
|
2
|
+
|
|
3
|
+
type TigerLocaleDirection = 'ltr' | 'rtl';
|
|
4
|
+
interface TigerLocaleCommon {
|
|
5
|
+
okText?: string;
|
|
6
|
+
cancelText?: string;
|
|
7
|
+
closeText?: string;
|
|
8
|
+
loadingText?: string;
|
|
9
|
+
emptyText?: string;
|
|
10
|
+
}
|
|
11
|
+
interface TigerLocaleModal {
|
|
12
|
+
closeAriaLabel?: string;
|
|
13
|
+
okText?: string;
|
|
14
|
+
cancelText?: string;
|
|
15
|
+
}
|
|
16
|
+
interface TigerLocaleDrawer {
|
|
17
|
+
closeAriaLabel?: string;
|
|
18
|
+
}
|
|
19
|
+
interface TigerLocaleUpload {
|
|
20
|
+
/** Drag area aria-label */
|
|
21
|
+
dragAreaAriaLabel?: string;
|
|
22
|
+
/** Upload button aria-label (non-drag mode) */
|
|
23
|
+
buttonAriaLabel?: string;
|
|
24
|
+
/** Main drag-area instruction (emphasized part) */
|
|
25
|
+
clickToUploadText?: string;
|
|
26
|
+
/** Secondary drag-area instruction */
|
|
27
|
+
dragAndDropText?: string;
|
|
28
|
+
/** Template: supports {accept} */
|
|
29
|
+
acceptInfoText?: string;
|
|
30
|
+
/** Template: supports {maxSize} */
|
|
31
|
+
maxSizeInfoText?: string;
|
|
32
|
+
/** Default non-drag button text */
|
|
33
|
+
selectFileText?: string;
|
|
34
|
+
/** File list aria-label */
|
|
35
|
+
uploadedFilesAriaLabel?: string;
|
|
36
|
+
/** Status aria-labels */
|
|
37
|
+
successAriaLabel?: string;
|
|
38
|
+
errorAriaLabel?: string;
|
|
39
|
+
uploadingAriaLabel?: string;
|
|
40
|
+
/** Templates: support {fileName} */
|
|
41
|
+
removeFileAriaLabel?: string;
|
|
42
|
+
previewFileAriaLabel?: string;
|
|
43
|
+
}
|
|
44
|
+
interface TigerLocalePagination {
|
|
45
|
+
/** Total text template: supports {total}, {start}, {end} */
|
|
46
|
+
totalText?: string;
|
|
47
|
+
/** Items per page text */
|
|
48
|
+
itemsPerPageText?: string;
|
|
49
|
+
/** Quick jumper label */
|
|
50
|
+
jumpToText?: string;
|
|
51
|
+
/** Page text (after number) */
|
|
52
|
+
pageText?: string;
|
|
53
|
+
/** Previous page button aria-label */
|
|
54
|
+
prevPageAriaLabel?: string;
|
|
55
|
+
/** Next page button aria-label */
|
|
56
|
+
nextPageAriaLabel?: string;
|
|
57
|
+
/** Page button aria-label template: supports {page} */
|
|
58
|
+
pageAriaLabel?: string;
|
|
59
|
+
}
|
|
60
|
+
interface TigerLocaleFormWizard {
|
|
61
|
+
prevText?: string;
|
|
62
|
+
nextText?: string;
|
|
63
|
+
finishText?: string;
|
|
64
|
+
}
|
|
65
|
+
interface TigerLocaleTaskBoard {
|
|
66
|
+
/** Placeholder shown inside an empty column */
|
|
67
|
+
emptyColumnText?: string;
|
|
68
|
+
/** Label for the add-card button */
|
|
69
|
+
addCardText?: string;
|
|
70
|
+
/** Template: supports {limit} */
|
|
71
|
+
wipLimitText?: string;
|
|
72
|
+
/** Aria hint for draggable items */
|
|
73
|
+
dragHintText?: string;
|
|
74
|
+
/** Aria label for the board root region */
|
|
75
|
+
boardAriaLabel?: string;
|
|
76
|
+
}
|
|
77
|
+
interface TigerLocale {
|
|
78
|
+
/** BCP 47 locale identifier, for Intl formatting and direction inference. */
|
|
79
|
+
locale?: string;
|
|
80
|
+
/** Text/layout direction. RTL locales should set this to `rtl`. */
|
|
81
|
+
direction?: TigerLocaleDirection;
|
|
82
|
+
common?: TigerLocaleCommon;
|
|
83
|
+
modal?: TigerLocaleModal;
|
|
84
|
+
drawer?: TigerLocaleDrawer;
|
|
85
|
+
upload?: TigerLocaleUpload;
|
|
86
|
+
pagination?: TigerLocalePagination;
|
|
87
|
+
datePicker?: Partial<DatePickerLocalePreset>;
|
|
88
|
+
formWizard?: TigerLocaleFormWizard;
|
|
89
|
+
taskBoard?: TigerLocaleTaskBoard;
|
|
90
|
+
}
|
|
91
|
+
type TigerLocaleLazyModule = Partial<TigerLocale> | {
|
|
92
|
+
default?: Partial<TigerLocale>;
|
|
93
|
+
} | Record<string, unknown>;
|
|
94
|
+
type TigerLocaleLoader = () => PromiseLike<TigerLocaleLazyModule>;
|
|
95
|
+
type TigerLocaleInput = Partial<TigerLocale> | PromiseLike<TigerLocaleLazyModule> | TigerLocaleLoader;
|
|
96
|
+
|
|
97
|
+
export type { TigerLocale as T, TigerLocaleInput as a, TigerLocaleLazyModule as b, TigerLocaleLoader as c, TigerLocaleDirection as d, TigerLocalePagination as e, TigerLocaleFormWizard as f, TigerLocaleTaskBoard as g, TigerLocaleCommon as h, TigerLocaleModal as i, TigerLocaleDrawer as j, TigerLocaleUpload as k };
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { D as DatePickerLocalePreset } from './datepicker-DXzS_8l8.js';
|
|
2
|
+
|
|
3
|
+
type TigerLocaleDirection = 'ltr' | 'rtl';
|
|
4
|
+
interface TigerLocaleCommon {
|
|
5
|
+
okText?: string;
|
|
6
|
+
cancelText?: string;
|
|
7
|
+
closeText?: string;
|
|
8
|
+
loadingText?: string;
|
|
9
|
+
emptyText?: string;
|
|
10
|
+
}
|
|
11
|
+
interface TigerLocaleModal {
|
|
12
|
+
closeAriaLabel?: string;
|
|
13
|
+
okText?: string;
|
|
14
|
+
cancelText?: string;
|
|
15
|
+
}
|
|
16
|
+
interface TigerLocaleDrawer {
|
|
17
|
+
closeAriaLabel?: string;
|
|
18
|
+
}
|
|
19
|
+
interface TigerLocaleUpload {
|
|
20
|
+
/** Drag area aria-label */
|
|
21
|
+
dragAreaAriaLabel?: string;
|
|
22
|
+
/** Upload button aria-label (non-drag mode) */
|
|
23
|
+
buttonAriaLabel?: string;
|
|
24
|
+
/** Main drag-area instruction (emphasized part) */
|
|
25
|
+
clickToUploadText?: string;
|
|
26
|
+
/** Secondary drag-area instruction */
|
|
27
|
+
dragAndDropText?: string;
|
|
28
|
+
/** Template: supports {accept} */
|
|
29
|
+
acceptInfoText?: string;
|
|
30
|
+
/** Template: supports {maxSize} */
|
|
31
|
+
maxSizeInfoText?: string;
|
|
32
|
+
/** Default non-drag button text */
|
|
33
|
+
selectFileText?: string;
|
|
34
|
+
/** File list aria-label */
|
|
35
|
+
uploadedFilesAriaLabel?: string;
|
|
36
|
+
/** Status aria-labels */
|
|
37
|
+
successAriaLabel?: string;
|
|
38
|
+
errorAriaLabel?: string;
|
|
39
|
+
uploadingAriaLabel?: string;
|
|
40
|
+
/** Templates: support {fileName} */
|
|
41
|
+
removeFileAriaLabel?: string;
|
|
42
|
+
previewFileAriaLabel?: string;
|
|
43
|
+
}
|
|
44
|
+
interface TigerLocalePagination {
|
|
45
|
+
/** Total text template: supports {total}, {start}, {end} */
|
|
46
|
+
totalText?: string;
|
|
47
|
+
/** Items per page text */
|
|
48
|
+
itemsPerPageText?: string;
|
|
49
|
+
/** Quick jumper label */
|
|
50
|
+
jumpToText?: string;
|
|
51
|
+
/** Page text (after number) */
|
|
52
|
+
pageText?: string;
|
|
53
|
+
/** Previous page button aria-label */
|
|
54
|
+
prevPageAriaLabel?: string;
|
|
55
|
+
/** Next page button aria-label */
|
|
56
|
+
nextPageAriaLabel?: string;
|
|
57
|
+
/** Page button aria-label template: supports {page} */
|
|
58
|
+
pageAriaLabel?: string;
|
|
59
|
+
}
|
|
60
|
+
interface TigerLocaleFormWizard {
|
|
61
|
+
prevText?: string;
|
|
62
|
+
nextText?: string;
|
|
63
|
+
finishText?: string;
|
|
64
|
+
}
|
|
65
|
+
interface TigerLocaleTaskBoard {
|
|
66
|
+
/** Placeholder shown inside an empty column */
|
|
67
|
+
emptyColumnText?: string;
|
|
68
|
+
/** Label for the add-card button */
|
|
69
|
+
addCardText?: string;
|
|
70
|
+
/** Template: supports {limit} */
|
|
71
|
+
wipLimitText?: string;
|
|
72
|
+
/** Aria hint for draggable items */
|
|
73
|
+
dragHintText?: string;
|
|
74
|
+
/** Aria label for the board root region */
|
|
75
|
+
boardAriaLabel?: string;
|
|
76
|
+
}
|
|
77
|
+
interface TigerLocale {
|
|
78
|
+
/** BCP 47 locale identifier, for Intl formatting and direction inference. */
|
|
79
|
+
locale?: string;
|
|
80
|
+
/** Text/layout direction. RTL locales should set this to `rtl`. */
|
|
81
|
+
direction?: TigerLocaleDirection;
|
|
82
|
+
common?: TigerLocaleCommon;
|
|
83
|
+
modal?: TigerLocaleModal;
|
|
84
|
+
drawer?: TigerLocaleDrawer;
|
|
85
|
+
upload?: TigerLocaleUpload;
|
|
86
|
+
pagination?: TigerLocalePagination;
|
|
87
|
+
datePicker?: Partial<DatePickerLocalePreset>;
|
|
88
|
+
formWizard?: TigerLocaleFormWizard;
|
|
89
|
+
taskBoard?: TigerLocaleTaskBoard;
|
|
90
|
+
}
|
|
91
|
+
type TigerLocaleLazyModule = Partial<TigerLocale> | {
|
|
92
|
+
default?: Partial<TigerLocale>;
|
|
93
|
+
} | Record<string, unknown>;
|
|
94
|
+
type TigerLocaleLoader = () => PromiseLike<TigerLocaleLazyModule>;
|
|
95
|
+
type TigerLocaleInput = Partial<TigerLocale> | PromiseLike<TigerLocaleLazyModule> | TigerLocaleLoader;
|
|
96
|
+
|
|
97
|
+
export type { TigerLocale as T, TigerLocaleInput as a, TigerLocaleLazyModule as b, TigerLocaleLoader as c, TigerLocaleDirection as d, TigerLocalePagination as e, TigerLocaleFormWizard as f, TigerLocaleTaskBoard as g, TigerLocaleCommon as h, TigerLocaleModal as i, TigerLocaleDrawer as j, TigerLocaleUpload as k };
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/ar-SA.ts
|
|
21
|
+
var ar_SA_exports = {};
|
|
22
|
+
__export(ar_SA_exports, {
|
|
23
|
+
arSA: () => arSA,
|
|
24
|
+
default: () => ar_SA_default
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(ar_SA_exports);
|
|
27
|
+
|
|
28
|
+
// src/utils/i18n/locales/en-US.ts
|
|
29
|
+
var enUS = {
|
|
30
|
+
locale: "en-US",
|
|
31
|
+
direction: "ltr",
|
|
32
|
+
common: {
|
|
33
|
+
okText: "OK",
|
|
34
|
+
cancelText: "Cancel",
|
|
35
|
+
closeText: "Close",
|
|
36
|
+
loadingText: "Loading...",
|
|
37
|
+
emptyText: "No data"
|
|
38
|
+
},
|
|
39
|
+
modal: {
|
|
40
|
+
closeAriaLabel: "Close",
|
|
41
|
+
okText: "OK",
|
|
42
|
+
cancelText: "Cancel"
|
|
43
|
+
},
|
|
44
|
+
drawer: {
|
|
45
|
+
closeAriaLabel: "Close"
|
|
46
|
+
},
|
|
47
|
+
pagination: {
|
|
48
|
+
totalText: "Total {total} items",
|
|
49
|
+
itemsPerPageText: "/ page",
|
|
50
|
+
jumpToText: "Go to",
|
|
51
|
+
pageText: "page",
|
|
52
|
+
prevPageAriaLabel: "Previous page",
|
|
53
|
+
nextPageAriaLabel: "Next page",
|
|
54
|
+
pageAriaLabel: "Page {page}"
|
|
55
|
+
},
|
|
56
|
+
formWizard: {
|
|
57
|
+
prevText: "Previous",
|
|
58
|
+
nextText: "Next",
|
|
59
|
+
finishText: "Finish"
|
|
60
|
+
},
|
|
61
|
+
taskBoard: {
|
|
62
|
+
emptyColumnText: "No tasks",
|
|
63
|
+
addCardText: "Add task",
|
|
64
|
+
wipLimitText: "WIP limit: {limit}",
|
|
65
|
+
dragHintText: "Drag to move",
|
|
66
|
+
boardAriaLabel: "Task Board"
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// src/utils/i18n/define-locale.ts
|
|
71
|
+
function isPlainObject(value) {
|
|
72
|
+
if (value === null || typeof value !== "object") return false;
|
|
73
|
+
const proto = Object.getPrototypeOf(value);
|
|
74
|
+
return proto === Object.prototype || proto === null;
|
|
75
|
+
}
|
|
76
|
+
function deepMerge(base, override) {
|
|
77
|
+
if (!override) return { ...base };
|
|
78
|
+
const out = { ...base };
|
|
79
|
+
for (const key of Object.keys(override)) {
|
|
80
|
+
const next = override[key];
|
|
81
|
+
if (next === void 0) continue;
|
|
82
|
+
const prev = base[key];
|
|
83
|
+
if (isPlainObject(prev) && isPlainObject(next)) {
|
|
84
|
+
out[key] = deepMerge(prev, next);
|
|
85
|
+
} else {
|
|
86
|
+
out[key] = next;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return out;
|
|
90
|
+
}
|
|
91
|
+
function defineLocale(overrides = {}) {
|
|
92
|
+
return deepMerge(enUS, overrides);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// src/utils/i18n/locales/ar-SA.ts
|
|
96
|
+
var arSA = defineLocale({
|
|
97
|
+
locale: "ar-SA",
|
|
98
|
+
direction: "rtl",
|
|
99
|
+
common: {
|
|
100
|
+
okText: "\u0645\u0648\u0627\u0641\u0642",
|
|
101
|
+
cancelText: "\u0625\u0644\u063A\u0627\u0621",
|
|
102
|
+
closeText: "\u0625\u063A\u0644\u0627\u0642",
|
|
103
|
+
loadingText: "\u062C\u0627\u0631 \u0627\u0644\u062A\u062D\u0645\u064A\u0644...",
|
|
104
|
+
emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"
|
|
105
|
+
},
|
|
106
|
+
modal: {
|
|
107
|
+
closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642",
|
|
108
|
+
okText: "\u0645\u0648\u0627\u0641\u0642",
|
|
109
|
+
cancelText: "\u0625\u0644\u063A\u0627\u0621"
|
|
110
|
+
},
|
|
111
|
+
drawer: {
|
|
112
|
+
closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642"
|
|
113
|
+
},
|
|
114
|
+
upload: {
|
|
115
|
+
dragAreaAriaLabel: "\u0631\u0641\u0639 \u0645\u0644\u0641 \u0628\u0627\u0644\u0646\u0642\u0631 \u0623\u0648 \u0627\u0644\u0633\u062D\u0628",
|
|
116
|
+
buttonAriaLabel: "\u0631\u0641\u0639 \u0645\u0644\u0641",
|
|
117
|
+
clickToUploadText: "\u0627\u0646\u0642\u0631 \u0644\u0644\u0631\u0641\u0639",
|
|
118
|
+
dragAndDropText: "\u0623\u0648 \u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A",
|
|
119
|
+
acceptInfoText: "\u0627\u0644\u0645\u0642\u0628\u0648\u0644: {accept}",
|
|
120
|
+
maxSizeInfoText: "\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0642\u0635\u0649: {maxSize}",
|
|
121
|
+
selectFileText: "\u0627\u062E\u062A\u0631 \u0645\u0644\u0641\u064B\u0627",
|
|
122
|
+
uploadedFilesAriaLabel: "\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0648\u0639\u0629",
|
|
123
|
+
successAriaLabel: "\u0646\u062C\u0627\u062D",
|
|
124
|
+
errorAriaLabel: "\u062E\u0637\u0623",
|
|
125
|
+
uploadingAriaLabel: "\u062C\u0627\u0631 \u0627\u0644\u0631\u0641\u0639",
|
|
126
|
+
removeFileAriaLabel: "\u0625\u0632\u0627\u0644\u0629 {fileName}",
|
|
127
|
+
previewFileAriaLabel: "\u0645\u0639\u0627\u064A\u0646\u0629 {fileName}"
|
|
128
|
+
},
|
|
129
|
+
pagination: {
|
|
130
|
+
totalText: "\u0627\u0644\u0625\u062C\u0645\u0627\u0644\u064A {total} \u0639\u0646\u0635\u0631\u064B\u0627",
|
|
131
|
+
itemsPerPageText: "/ \u0635\u0641\u062D\u0629",
|
|
132
|
+
jumpToText: "\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649",
|
|
133
|
+
pageText: "\u0635\u0641\u062D\u0629",
|
|
134
|
+
prevPageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",
|
|
135
|
+
nextPageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629",
|
|
136
|
+
pageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 {page}"
|
|
137
|
+
},
|
|
138
|
+
formWizard: {
|
|
139
|
+
prevText: "\u0627\u0644\u0633\u0627\u0628\u0642",
|
|
140
|
+
nextText: "\u0627\u0644\u062A\u0627\u0644\u064A",
|
|
141
|
+
finishText: "\u0625\u0646\u0647\u0627\u0621"
|
|
142
|
+
},
|
|
143
|
+
taskBoard: {
|
|
144
|
+
emptyColumnText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0647\u0627\u0645",
|
|
145
|
+
addCardText: "\u0625\u0636\u0627\u0641\u0629 \u0645\u0647\u0645\u0629",
|
|
146
|
+
wipLimitText: "\u062D\u062F \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062C\u0627\u0631\u064A: {limit}",
|
|
147
|
+
dragHintText: "\u0627\u0633\u062D\u0628 \u0644\u0644\u0646\u0642\u0644",
|
|
148
|
+
boardAriaLabel: "\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0647\u0627\u0645"
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
var ar_SA_default = arSA;
|
|
152
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
153
|
+
0 && (module.exports = {
|
|
154
|
+
arSA
|
|
155
|
+
});
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
// src/utils/i18n/locales/en-US.ts
|
|
2
|
+
var enUS = {
|
|
3
|
+
locale: "en-US",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "OK",
|
|
7
|
+
cancelText: "Cancel",
|
|
8
|
+
closeText: "Close",
|
|
9
|
+
loadingText: "Loading...",
|
|
10
|
+
emptyText: "No data"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "Close",
|
|
14
|
+
okText: "OK",
|
|
15
|
+
cancelText: "Cancel"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "Close"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "Total {total} items",
|
|
22
|
+
itemsPerPageText: "/ page",
|
|
23
|
+
jumpToText: "Go to",
|
|
24
|
+
pageText: "page",
|
|
25
|
+
prevPageAriaLabel: "Previous page",
|
|
26
|
+
nextPageAriaLabel: "Next page",
|
|
27
|
+
pageAriaLabel: "Page {page}"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "Previous",
|
|
31
|
+
nextText: "Next",
|
|
32
|
+
finishText: "Finish"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "No tasks",
|
|
36
|
+
addCardText: "Add task",
|
|
37
|
+
wipLimitText: "WIP limit: {limit}",
|
|
38
|
+
dragHintText: "Drag to move",
|
|
39
|
+
boardAriaLabel: "Task Board"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
// src/utils/i18n/define-locale.ts
|
|
44
|
+
function isPlainObject(value) {
|
|
45
|
+
if (value === null || typeof value !== "object") return false;
|
|
46
|
+
const proto = Object.getPrototypeOf(value);
|
|
47
|
+
return proto === Object.prototype || proto === null;
|
|
48
|
+
}
|
|
49
|
+
function deepMerge(base, override) {
|
|
50
|
+
if (!override) return { ...base };
|
|
51
|
+
const out = { ...base };
|
|
52
|
+
for (const key of Object.keys(override)) {
|
|
53
|
+
const next = override[key];
|
|
54
|
+
if (next === void 0) continue;
|
|
55
|
+
const prev = base[key];
|
|
56
|
+
if (isPlainObject(prev) && isPlainObject(next)) {
|
|
57
|
+
out[key] = deepMerge(prev, next);
|
|
58
|
+
} else {
|
|
59
|
+
out[key] = next;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return out;
|
|
63
|
+
}
|
|
64
|
+
function defineLocale(overrides = {}) {
|
|
65
|
+
return deepMerge(enUS, overrides);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// src/utils/i18n/locales/ar-SA.ts
|
|
69
|
+
var arSA = defineLocale({
|
|
70
|
+
locale: "ar-SA",
|
|
71
|
+
direction: "rtl",
|
|
72
|
+
common: {
|
|
73
|
+
okText: "\u0645\u0648\u0627\u0641\u0642",
|
|
74
|
+
cancelText: "\u0625\u0644\u063A\u0627\u0621",
|
|
75
|
+
closeText: "\u0625\u063A\u0644\u0627\u0642",
|
|
76
|
+
loadingText: "\u062C\u0627\u0631 \u0627\u0644\u062A\u062D\u0645\u064A\u0644...",
|
|
77
|
+
emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"
|
|
78
|
+
},
|
|
79
|
+
modal: {
|
|
80
|
+
closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642",
|
|
81
|
+
okText: "\u0645\u0648\u0627\u0641\u0642",
|
|
82
|
+
cancelText: "\u0625\u0644\u063A\u0627\u0621"
|
|
83
|
+
},
|
|
84
|
+
drawer: {
|
|
85
|
+
closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642"
|
|
86
|
+
},
|
|
87
|
+
upload: {
|
|
88
|
+
dragAreaAriaLabel: "\u0631\u0641\u0639 \u0645\u0644\u0641 \u0628\u0627\u0644\u0646\u0642\u0631 \u0623\u0648 \u0627\u0644\u0633\u062D\u0628",
|
|
89
|
+
buttonAriaLabel: "\u0631\u0641\u0639 \u0645\u0644\u0641",
|
|
90
|
+
clickToUploadText: "\u0627\u0646\u0642\u0631 \u0644\u0644\u0631\u0641\u0639",
|
|
91
|
+
dragAndDropText: "\u0623\u0648 \u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A",
|
|
92
|
+
acceptInfoText: "\u0627\u0644\u0645\u0642\u0628\u0648\u0644: {accept}",
|
|
93
|
+
maxSizeInfoText: "\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0642\u0635\u0649: {maxSize}",
|
|
94
|
+
selectFileText: "\u0627\u062E\u062A\u0631 \u0645\u0644\u0641\u064B\u0627",
|
|
95
|
+
uploadedFilesAriaLabel: "\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0648\u0639\u0629",
|
|
96
|
+
successAriaLabel: "\u0646\u062C\u0627\u062D",
|
|
97
|
+
errorAriaLabel: "\u062E\u0637\u0623",
|
|
98
|
+
uploadingAriaLabel: "\u062C\u0627\u0631 \u0627\u0644\u0631\u0641\u0639",
|
|
99
|
+
removeFileAriaLabel: "\u0625\u0632\u0627\u0644\u0629 {fileName}",
|
|
100
|
+
previewFileAriaLabel: "\u0645\u0639\u0627\u064A\u0646\u0629 {fileName}"
|
|
101
|
+
},
|
|
102
|
+
pagination: {
|
|
103
|
+
totalText: "\u0627\u0644\u0625\u062C\u0645\u0627\u0644\u064A {total} \u0639\u0646\u0635\u0631\u064B\u0627",
|
|
104
|
+
itemsPerPageText: "/ \u0635\u0641\u062D\u0629",
|
|
105
|
+
jumpToText: "\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649",
|
|
106
|
+
pageText: "\u0635\u0641\u062D\u0629",
|
|
107
|
+
prevPageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",
|
|
108
|
+
nextPageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629",
|
|
109
|
+
pageAriaLabel: "\u0627\u0644\u0635\u0641\u062D\u0629 {page}"
|
|
110
|
+
},
|
|
111
|
+
formWizard: {
|
|
112
|
+
prevText: "\u0627\u0644\u0633\u0627\u0628\u0642",
|
|
113
|
+
nextText: "\u0627\u0644\u062A\u0627\u0644\u064A",
|
|
114
|
+
finishText: "\u0625\u0646\u0647\u0627\u0621"
|
|
115
|
+
},
|
|
116
|
+
taskBoard: {
|
|
117
|
+
emptyColumnText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0647\u0627\u0645",
|
|
118
|
+
addCardText: "\u0625\u0636\u0627\u0641\u0629 \u0645\u0647\u0645\u0629",
|
|
119
|
+
wipLimitText: "\u062D\u062F \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062C\u0627\u0631\u064A: {limit}",
|
|
120
|
+
dragHintText: "\u0627\u0633\u062D\u0628 \u0644\u0644\u0646\u0642\u0644",
|
|
121
|
+
boardAriaLabel: "\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0647\u0627\u0645"
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
var ar_SA_default = arSA;
|
|
125
|
+
export {
|
|
126
|
+
arSA,
|
|
127
|
+
ar_SA_default as default
|
|
128
|
+
};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/de-DE.ts
|
|
21
|
+
var de_DE_exports = {};
|
|
22
|
+
__export(de_DE_exports, {
|
|
23
|
+
deDE: () => deDE,
|
|
24
|
+
default: () => de_DE_default
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(de_DE_exports);
|
|
27
|
+
|
|
28
|
+
// src/utils/i18n/locales/en-US.ts
|
|
29
|
+
var enUS = {
|
|
30
|
+
locale: "en-US",
|
|
31
|
+
direction: "ltr",
|
|
32
|
+
common: {
|
|
33
|
+
okText: "OK",
|
|
34
|
+
cancelText: "Cancel",
|
|
35
|
+
closeText: "Close",
|
|
36
|
+
loadingText: "Loading...",
|
|
37
|
+
emptyText: "No data"
|
|
38
|
+
},
|
|
39
|
+
modal: {
|
|
40
|
+
closeAriaLabel: "Close",
|
|
41
|
+
okText: "OK",
|
|
42
|
+
cancelText: "Cancel"
|
|
43
|
+
},
|
|
44
|
+
drawer: {
|
|
45
|
+
closeAriaLabel: "Close"
|
|
46
|
+
},
|
|
47
|
+
pagination: {
|
|
48
|
+
totalText: "Total {total} items",
|
|
49
|
+
itemsPerPageText: "/ page",
|
|
50
|
+
jumpToText: "Go to",
|
|
51
|
+
pageText: "page",
|
|
52
|
+
prevPageAriaLabel: "Previous page",
|
|
53
|
+
nextPageAriaLabel: "Next page",
|
|
54
|
+
pageAriaLabel: "Page {page}"
|
|
55
|
+
},
|
|
56
|
+
formWizard: {
|
|
57
|
+
prevText: "Previous",
|
|
58
|
+
nextText: "Next",
|
|
59
|
+
finishText: "Finish"
|
|
60
|
+
},
|
|
61
|
+
taskBoard: {
|
|
62
|
+
emptyColumnText: "No tasks",
|
|
63
|
+
addCardText: "Add task",
|
|
64
|
+
wipLimitText: "WIP limit: {limit}",
|
|
65
|
+
dragHintText: "Drag to move",
|
|
66
|
+
boardAriaLabel: "Task Board"
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// src/utils/i18n/define-locale.ts
|
|
71
|
+
function isPlainObject(value) {
|
|
72
|
+
if (value === null || typeof value !== "object") return false;
|
|
73
|
+
const proto = Object.getPrototypeOf(value);
|
|
74
|
+
return proto === Object.prototype || proto === null;
|
|
75
|
+
}
|
|
76
|
+
function deepMerge(base, override) {
|
|
77
|
+
if (!override) return { ...base };
|
|
78
|
+
const out = { ...base };
|
|
79
|
+
for (const key of Object.keys(override)) {
|
|
80
|
+
const next = override[key];
|
|
81
|
+
if (next === void 0) continue;
|
|
82
|
+
const prev = base[key];
|
|
83
|
+
if (isPlainObject(prev) && isPlainObject(next)) {
|
|
84
|
+
out[key] = deepMerge(prev, next);
|
|
85
|
+
} else {
|
|
86
|
+
out[key] = next;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return out;
|
|
90
|
+
}
|
|
91
|
+
function defineLocale(overrides = {}) {
|
|
92
|
+
return deepMerge(enUS, overrides);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// src/utils/i18n/locales/de-DE.ts
|
|
96
|
+
var deDE = defineLocale({
|
|
97
|
+
locale: "de-DE",
|
|
98
|
+
direction: "ltr",
|
|
99
|
+
common: {
|
|
100
|
+
okText: "OK",
|
|
101
|
+
cancelText: "Abbrechen",
|
|
102
|
+
closeText: "Schlie\xDFen",
|
|
103
|
+
loadingText: "Wird geladen...",
|
|
104
|
+
emptyText: "Keine Daten"
|
|
105
|
+
},
|
|
106
|
+
modal: {
|
|
107
|
+
closeAriaLabel: "Schlie\xDFen",
|
|
108
|
+
okText: "OK",
|
|
109
|
+
cancelText: "Abbrechen"
|
|
110
|
+
},
|
|
111
|
+
drawer: {
|
|
112
|
+
closeAriaLabel: "Schlie\xDFen"
|
|
113
|
+
},
|
|
114
|
+
upload: {
|
|
115
|
+
dragAreaAriaLabel: "Datei per Klick oder Drag-and-drop hochladen",
|
|
116
|
+
buttonAriaLabel: "Datei hochladen",
|
|
117
|
+
clickToUploadText: "Zum Hochladen klicken",
|
|
118
|
+
dragAndDropText: "oder hierher ziehen",
|
|
119
|
+
acceptInfoText: "Akzeptiert: {accept}",
|
|
120
|
+
maxSizeInfoText: "Maximale Gr\xF6\xDFe: {maxSize}",
|
|
121
|
+
selectFileText: "Datei ausw\xE4hlen",
|
|
122
|
+
uploadedFilesAriaLabel: "Hochgeladene Dateien",
|
|
123
|
+
successAriaLabel: "Erfolg",
|
|
124
|
+
errorAriaLabel: "Fehler",
|
|
125
|
+
uploadingAriaLabel: "Wird hochgeladen",
|
|
126
|
+
removeFileAriaLabel: "{fileName} entfernen",
|
|
127
|
+
previewFileAriaLabel: "Vorschau von {fileName}"
|
|
128
|
+
},
|
|
129
|
+
pagination: {
|
|
130
|
+
totalText: "Insgesamt {total} Elemente",
|
|
131
|
+
itemsPerPageText: "/ Seite",
|
|
132
|
+
jumpToText: "Gehe zu",
|
|
133
|
+
pageText: "Seite",
|
|
134
|
+
prevPageAriaLabel: "Vorherige Seite",
|
|
135
|
+
nextPageAriaLabel: "N\xE4chste Seite",
|
|
136
|
+
pageAriaLabel: "Seite {page}"
|
|
137
|
+
},
|
|
138
|
+
formWizard: {
|
|
139
|
+
prevText: "Zur\xFCck",
|
|
140
|
+
nextText: "Weiter",
|
|
141
|
+
finishText: "Fertigstellen"
|
|
142
|
+
},
|
|
143
|
+
taskBoard: {
|
|
144
|
+
emptyColumnText: "Keine Aufgaben",
|
|
145
|
+
addCardText: "Aufgabe hinzuf\xFCgen",
|
|
146
|
+
wipLimitText: "WIP-Limit: {limit}",
|
|
147
|
+
dragHintText: "Zum Verschieben ziehen",
|
|
148
|
+
boardAriaLabel: "Aufgabenboard"
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
var de_DE_default = deDE;
|
|
152
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
153
|
+
0 && (module.exports = {
|
|
154
|
+
deDE
|
|
155
|
+
});
|