@expcat/tigercat-core 1.1.0 → 1.2.14

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.
Files changed (122) hide show
  1. package/README.md +1 -1
  2. package/dist/datepicker-locales/ar-SA.cjs +46 -0
  3. package/dist/datepicker-locales/ar-SA.d.cts +6 -0
  4. package/dist/datepicker-locales/ar-SA.d.ts +6 -0
  5. package/dist/datepicker-locales/ar-SA.js +20 -0
  6. package/dist/datepicker-locales/de-DE.cjs +46 -0
  7. package/dist/datepicker-locales/de-DE.d.cts +6 -0
  8. package/dist/datepicker-locales/de-DE.d.ts +6 -0
  9. package/dist/datepicker-locales/de-DE.js +20 -0
  10. package/dist/datepicker-locales/en-US.cjs +30 -7
  11. package/dist/datepicker-locales/en-US.js +5 -2
  12. package/dist/datepicker-locales/es-ES.cjs +46 -0
  13. package/dist/datepicker-locales/es-ES.d.cts +6 -0
  14. package/dist/datepicker-locales/es-ES.d.ts +6 -0
  15. package/dist/datepicker-locales/es-ES.js +20 -0
  16. package/dist/datepicker-locales/fr-FR.cjs +46 -0
  17. package/dist/datepicker-locales/fr-FR.d.cts +6 -0
  18. package/dist/datepicker-locales/fr-FR.d.ts +6 -0
  19. package/dist/datepicker-locales/fr-FR.js +20 -0
  20. package/dist/datepicker-locales/id-ID.cjs +30 -7
  21. package/dist/datepicker-locales/id-ID.js +5 -2
  22. package/dist/datepicker-locales/ja-JP.cjs +30 -7
  23. package/dist/datepicker-locales/ja-JP.js +5 -2
  24. package/dist/datepicker-locales/ko-KR.cjs +30 -7
  25. package/dist/datepicker-locales/ko-KR.js +5 -2
  26. package/dist/datepicker-locales/pt-BR.cjs +46 -0
  27. package/dist/datepicker-locales/pt-BR.d.cts +6 -0
  28. package/dist/datepicker-locales/pt-BR.d.ts +6 -0
  29. package/dist/datepicker-locales/pt-BR.js +20 -0
  30. package/dist/datepicker-locales/th-TH.cjs +30 -7
  31. package/dist/datepicker-locales/th-TH.js +5 -2
  32. package/dist/datepicker-locales/vi-VN.cjs +30 -7
  33. package/dist/datepicker-locales/vi-VN.js +5 -2
  34. package/dist/datepicker-locales/zh-CN.cjs +30 -7
  35. package/dist/datepicker-locales/zh-CN.js +5 -2
  36. package/dist/datepicker-locales/zh-TW.cjs +30 -7
  37. package/dist/datepicker-locales/zh-TW.js +5 -2
  38. package/dist/icons/common.cjs +43 -11
  39. package/dist/icons/common.js +11 -2
  40. package/dist/icons/picker.cjs +57 -18
  41. package/dist/icons/picker.js +18 -2
  42. package/dist/icons/status.cjs +35 -7
  43. package/dist/icons/status.js +7 -2
  44. package/dist/icons/table.cjs +39 -9
  45. package/dist/icons/table.js +9 -2
  46. package/dist/index.cjs +6703 -1719
  47. package/dist/index.d.cts +1940 -58
  48. package/dist/index.d.ts +1940 -58
  49. package/dist/index.js +4821 -159
  50. package/dist/{locale-CEmE5uq-.d.cts → locale-9-B-d0mp.d.cts} +6 -1
  51. package/dist/{locale-m1sF4KRO.d.ts → locale-Bc3zz2b0.d.ts} +6 -1
  52. package/dist/locales/ar-SA.cjs +155 -0
  53. package/dist/locales/ar-SA.d.cts +10 -0
  54. package/dist/locales/ar-SA.d.ts +10 -0
  55. package/dist/locales/ar-SA.js +128 -0
  56. package/dist/locales/de-DE.cjs +155 -0
  57. package/dist/locales/de-DE.d.cts +10 -0
  58. package/dist/locales/de-DE.d.ts +10 -0
  59. package/dist/locales/de-DE.js +128 -0
  60. package/dist/locales/en-US.cjs +29 -3
  61. package/dist/locales/en-US.d.cts +1 -1
  62. package/dist/locales/en-US.d.ts +1 -1
  63. package/dist/locales/en-US.js +5 -2
  64. package/dist/locales/es-ES.cjs +155 -0
  65. package/dist/locales/es-ES.d.cts +10 -0
  66. package/dist/locales/es-ES.d.ts +10 -0
  67. package/dist/locales/es-ES.js +128 -0
  68. package/dist/locales/fr-FR.cjs +155 -0
  69. package/dist/locales/fr-FR.d.cts +10 -0
  70. package/dist/locales/fr-FR.d.ts +10 -0
  71. package/dist/locales/fr-FR.js +128 -0
  72. package/dist/locales/id-ID.cjs +29 -3
  73. package/dist/locales/id-ID.d.cts +1 -1
  74. package/dist/locales/id-ID.d.ts +1 -1
  75. package/dist/locales/id-ID.js +5 -2
  76. package/dist/locales/ja-JP.cjs +29 -3
  77. package/dist/locales/ja-JP.d.cts +1 -1
  78. package/dist/locales/ja-JP.d.ts +1 -1
  79. package/dist/locales/ja-JP.js +5 -2
  80. package/dist/locales/ko-KR.cjs +29 -3
  81. package/dist/locales/ko-KR.d.cts +1 -1
  82. package/dist/locales/ko-KR.d.ts +1 -1
  83. package/dist/locales/ko-KR.js +5 -2
  84. package/dist/locales/pt-BR.cjs +155 -0
  85. package/dist/locales/pt-BR.d.cts +10 -0
  86. package/dist/locales/pt-BR.d.ts +10 -0
  87. package/dist/locales/pt-BR.js +128 -0
  88. package/dist/locales/th-TH.cjs +29 -3
  89. package/dist/locales/th-TH.d.cts +1 -1
  90. package/dist/locales/th-TH.d.ts +1 -1
  91. package/dist/locales/th-TH.js +5 -2
  92. package/dist/locales/vi-VN.cjs +29 -3
  93. package/dist/locales/vi-VN.d.cts +1 -1
  94. package/dist/locales/vi-VN.d.ts +1 -1
  95. package/dist/locales/vi-VN.js +5 -2
  96. package/dist/locales/zh-CN.cjs +29 -3
  97. package/dist/locales/zh-CN.d.cts +1 -1
  98. package/dist/locales/zh-CN.d.ts +1 -1
  99. package/dist/locales/zh-CN.js +5 -2
  100. package/dist/locales/zh-TW.cjs +29 -3
  101. package/dist/locales/zh-TW.d.cts +1 -1
  102. package/dist/locales/zh-TW.d.ts +1 -1
  103. package/dist/locales/zh-TW.js +5 -2
  104. package/dist/{table-export-Cy9DgTiO.d.cts → table-export-6ISYSoVB.d.cts} +35 -3
  105. package/dist/{table-export-Cy9DgTiO.d.ts → table-export-6ISYSoVB.d.ts} +35 -3
  106. package/dist/tailwind/modern.cjs +81 -18
  107. package/dist/tailwind/modern.js +49 -13
  108. package/dist/{tailwind-entry-2KPvkOin.d.ts → tailwind-entry-D4_sseNi.d.ts} +1 -1
  109. package/dist/{tailwind-entry-CUaMC8Ma.d.cts → tailwind-entry-DUchHtjs.d.cts} +1 -1
  110. package/dist/tailwind.cjs +75 -10
  111. package/dist/tailwind.d.cts +1 -1
  112. package/dist/tailwind.d.ts +1 -1
  113. package/dist/tailwind.js +43 -5
  114. package/dist/utils/table-export.cjs +79 -5
  115. package/dist/utils/table-export.d.cts +1 -1
  116. package/dist/utils/table-export.d.ts +1 -1
  117. package/dist/utils/table-export.js +47 -2
  118. package/package.json +60 -6
  119. package/tokens/figma-variables.json +2553 -0
  120. package/tokens/tailwind-tokens.js +145 -0
  121. package/tokens/tokens.css +640 -0
  122. package/tokens/tokens.json +395 -0
@@ -1,5 +1,6 @@
1
1
  import { D as DatePickerLocalePreset } from './datepicker-DXzS_8l8.cjs';
2
2
 
3
+ type TigerLocaleDirection = 'ltr' | 'rtl';
3
4
  interface TigerLocaleCommon {
4
5
  okText?: string;
5
6
  cancelText?: string;
@@ -74,6 +75,10 @@ interface TigerLocaleTaskBoard {
74
75
  boardAriaLabel?: string;
75
76
  }
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;
77
82
  common?: TigerLocaleCommon;
78
83
  modal?: TigerLocaleModal;
79
84
  drawer?: TigerLocaleDrawer;
@@ -89,4 +94,4 @@ type TigerLocaleLazyModule = Partial<TigerLocale> | {
89
94
  type TigerLocaleLoader = () => PromiseLike<TigerLocaleLazyModule>;
90
95
  type TigerLocaleInput = Partial<TigerLocale> | PromiseLike<TigerLocaleLazyModule> | TigerLocaleLoader;
91
96
 
92
- export type { TigerLocale as T, TigerLocaleInput as a, TigerLocaleLazyModule as b, TigerLocaleLoader as c, TigerLocalePagination as d, TigerLocaleFormWizard as e, TigerLocaleTaskBoard as f, TigerLocaleCommon as g, TigerLocaleModal as h, TigerLocaleDrawer as i, TigerLocaleUpload as j };
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 };
@@ -1,5 +1,6 @@
1
1
  import { D as DatePickerLocalePreset } from './datepicker-DXzS_8l8.js';
2
2
 
3
+ type TigerLocaleDirection = 'ltr' | 'rtl';
3
4
  interface TigerLocaleCommon {
4
5
  okText?: string;
5
6
  cancelText?: string;
@@ -74,6 +75,10 @@ interface TigerLocaleTaskBoard {
74
75
  boardAriaLabel?: string;
75
76
  }
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;
77
82
  common?: TigerLocaleCommon;
78
83
  modal?: TigerLocaleModal;
79
84
  drawer?: TigerLocaleDrawer;
@@ -89,4 +94,4 @@ type TigerLocaleLazyModule = Partial<TigerLocale> | {
89
94
  type TigerLocaleLoader = () => PromiseLike<TigerLocaleLazyModule>;
90
95
  type TigerLocaleInput = Partial<TigerLocale> | PromiseLike<TigerLocaleLazyModule> | TigerLocaleLoader;
91
96
 
92
- export type { TigerLocale as T, TigerLocaleInput as a, TigerLocaleLazyModule as b, TigerLocaleLoader as c, TigerLocalePagination as d, TigerLocaleFormWizard as e, TigerLocaleTaskBoard as f, TigerLocaleCommon as g, TigerLocaleModal as h, TigerLocaleDrawer as i, TigerLocaleUpload as j };
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,10 @@
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
+ import '../datepicker-DXzS_8l8.cjs';
3
+
4
+ /**
5
+ * Arabic (Saudi Arabia) (ar-SA).
6
+ */
7
+
8
+ declare const arSA: TigerLocale;
9
+
10
+ export { arSA, arSA as default };
@@ -0,0 +1,10 @@
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
+ import '../datepicker-DXzS_8l8.js';
3
+
4
+ /**
5
+ * Arabic (Saudi Arabia) (ar-SA).
6
+ */
7
+
8
+ declare const arSA: TigerLocale;
9
+
10
+ export { arSA, arSA as default };
@@ -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
+ });
@@ -0,0 +1,10 @@
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
+ import '../datepicker-DXzS_8l8.cjs';
3
+
4
+ /**
5
+ * German (Germany) (de-DE).
6
+ */
7
+
8
+ declare const deDE: TigerLocale;
9
+
10
+ export { deDE, deDE as default };
@@ -0,0 +1,10 @@
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
+ import '../datepicker-DXzS_8l8.js';
3
+
4
+ /**
5
+ * German (Germany) (de-DE).
6
+ */
7
+
8
+ declare const deDE: TigerLocale;
9
+
10
+ export { deDE, deDE as default };
@@ -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/de-DE.ts
69
+ var deDE = defineLocale({
70
+ locale: "de-DE",
71
+ direction: "ltr",
72
+ common: {
73
+ okText: "OK",
74
+ cancelText: "Abbrechen",
75
+ closeText: "Schlie\xDFen",
76
+ loadingText: "Wird geladen...",
77
+ emptyText: "Keine Daten"
78
+ },
79
+ modal: {
80
+ closeAriaLabel: "Schlie\xDFen",
81
+ okText: "OK",
82
+ cancelText: "Abbrechen"
83
+ },
84
+ drawer: {
85
+ closeAriaLabel: "Schlie\xDFen"
86
+ },
87
+ upload: {
88
+ dragAreaAriaLabel: "Datei per Klick oder Drag-and-drop hochladen",
89
+ buttonAriaLabel: "Datei hochladen",
90
+ clickToUploadText: "Zum Hochladen klicken",
91
+ dragAndDropText: "oder hierher ziehen",
92
+ acceptInfoText: "Akzeptiert: {accept}",
93
+ maxSizeInfoText: "Maximale Gr\xF6\xDFe: {maxSize}",
94
+ selectFileText: "Datei ausw\xE4hlen",
95
+ uploadedFilesAriaLabel: "Hochgeladene Dateien",
96
+ successAriaLabel: "Erfolg",
97
+ errorAriaLabel: "Fehler",
98
+ uploadingAriaLabel: "Wird hochgeladen",
99
+ removeFileAriaLabel: "{fileName} entfernen",
100
+ previewFileAriaLabel: "Vorschau von {fileName}"
101
+ },
102
+ pagination: {
103
+ totalText: "Insgesamt {total} Elemente",
104
+ itemsPerPageText: "/ Seite",
105
+ jumpToText: "Gehe zu",
106
+ pageText: "Seite",
107
+ prevPageAriaLabel: "Vorherige Seite",
108
+ nextPageAriaLabel: "N\xE4chste Seite",
109
+ pageAriaLabel: "Seite {page}"
110
+ },
111
+ formWizard: {
112
+ prevText: "Zur\xFCck",
113
+ nextText: "Weiter",
114
+ finishText: "Fertigstellen"
115
+ },
116
+ taskBoard: {
117
+ emptyColumnText: "Keine Aufgaben",
118
+ addCardText: "Aufgabe hinzuf\xFCgen",
119
+ wipLimitText: "WIP-Limit: {limit}",
120
+ dragHintText: "Zum Verschieben ziehen",
121
+ boardAriaLabel: "Aufgabenboard"
122
+ }
123
+ });
124
+ var de_DE_default = deDE;
125
+ export {
126
+ deDE,
127
+ de_DE_default as default
128
+ };