@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,7 +1,31 @@
1
- 'use strict';
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);
2
19
 
3
20
  // src/utils/i18n/locales/id-ID.ts
21
+ var id_ID_exports = {};
22
+ __export(id_ID_exports, {
23
+ idID: () => idID
24
+ });
25
+ module.exports = __toCommonJS(id_ID_exports);
4
26
  var idID = {
27
+ locale: "id-ID",
28
+ direction: "ltr",
5
29
  common: {
6
30
  okText: "OK",
7
31
  cancelText: "Batal",
@@ -39,5 +63,7 @@ var idID = {
39
63
  boardAriaLabel: "Papan Tugas"
40
64
  }
41
65
  };
42
-
43
- exports.idID = idID;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ idID
69
+ });
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-CEmE5uq-.cjs';
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-m1sF4KRO.js';
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,5 +1,7 @@
1
1
  // src/utils/i18n/locales/id-ID.ts
2
2
  var idID = {
3
+ locale: "id-ID",
4
+ direction: "ltr",
3
5
  common: {
4
6
  okText: "OK",
5
7
  cancelText: "Batal",
@@ -37,5 +39,6 @@ var idID = {
37
39
  boardAriaLabel: "Papan Tugas"
38
40
  }
39
41
  };
40
-
41
- export { idID };
42
+ export {
43
+ idID
44
+ };
@@ -1,7 +1,31 @@
1
- 'use strict';
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);
2
19
 
3
20
  // src/utils/i18n/locales/ja-JP.ts
21
+ var ja_JP_exports = {};
22
+ __export(ja_JP_exports, {
23
+ jaJP: () => jaJP
24
+ });
25
+ module.exports = __toCommonJS(ja_JP_exports);
4
26
  var jaJP = {
27
+ locale: "ja-JP",
28
+ direction: "ltr",
5
29
  common: {
6
30
  okText: "OK",
7
31
  cancelText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
@@ -39,5 +63,7 @@ var jaJP = {
39
63
  boardAriaLabel: "\u30BF\u30B9\u30AF\u30DC\u30FC\u30C9"
40
64
  }
41
65
  };
42
-
43
- exports.jaJP = jaJP;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ jaJP
69
+ });
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-CEmE5uq-.cjs';
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-m1sF4KRO.js';
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,5 +1,7 @@
1
1
  // src/utils/i18n/locales/ja-JP.ts
2
2
  var jaJP = {
3
+ locale: "ja-JP",
4
+ direction: "ltr",
3
5
  common: {
4
6
  okText: "OK",
5
7
  cancelText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
@@ -37,5 +39,6 @@ var jaJP = {
37
39
  boardAriaLabel: "\u30BF\u30B9\u30AF\u30DC\u30FC\u30C9"
38
40
  }
39
41
  };
40
-
41
- export { jaJP };
42
+ export {
43
+ jaJP
44
+ };
@@ -1,7 +1,31 @@
1
- 'use strict';
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);
2
19
 
3
20
  // src/utils/i18n/locales/ko-KR.ts
21
+ var ko_KR_exports = {};
22
+ __export(ko_KR_exports, {
23
+ koKR: () => koKR
24
+ });
25
+ module.exports = __toCommonJS(ko_KR_exports);
4
26
  var koKR = {
27
+ locale: "ko-KR",
28
+ direction: "ltr",
5
29
  common: {
6
30
  okText: "\uD655\uC778",
7
31
  cancelText: "\uCDE8\uC18C",
@@ -39,5 +63,7 @@ var koKR = {
39
63
  boardAriaLabel: "\uC791\uC5C5 \uBCF4\uB4DC"
40
64
  }
41
65
  };
42
-
43
- exports.koKR = koKR;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ koKR
69
+ });
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-CEmE5uq-.cjs';
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-m1sF4KRO.js';
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,5 +1,7 @@
1
1
  // src/utils/i18n/locales/ko-KR.ts
2
2
  var koKR = {
3
+ locale: "ko-KR",
4
+ direction: "ltr",
3
5
  common: {
4
6
  okText: "\uD655\uC778",
5
7
  cancelText: "\uCDE8\uC18C",
@@ -37,5 +39,6 @@ var koKR = {
37
39
  boardAriaLabel: "\uC791\uC5C5 \uBCF4\uB4DC"
38
40
  }
39
41
  };
40
-
41
- export { koKR };
42
+ export {
43
+ koKR
44
+ };
@@ -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/pt-BR.ts
21
+ var pt_BR_exports = {};
22
+ __export(pt_BR_exports, {
23
+ default: () => pt_BR_default,
24
+ ptBR: () => ptBR
25
+ });
26
+ module.exports = __toCommonJS(pt_BR_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/pt-BR.ts
96
+ var ptBR = defineLocale({
97
+ locale: "pt-BR",
98
+ direction: "ltr",
99
+ common: {
100
+ okText: "OK",
101
+ cancelText: "Cancelar",
102
+ closeText: "Fechar",
103
+ loadingText: "Carregando...",
104
+ emptyText: "Sem dados"
105
+ },
106
+ modal: {
107
+ closeAriaLabel: "Fechar",
108
+ okText: "OK",
109
+ cancelText: "Cancelar"
110
+ },
111
+ drawer: {
112
+ closeAriaLabel: "Fechar"
113
+ },
114
+ upload: {
115
+ dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
116
+ buttonAriaLabel: "Enviar arquivo",
117
+ clickToUploadText: "Clique para enviar",
118
+ dragAndDropText: "ou arraste e solte",
119
+ acceptInfoText: "Aceito: {accept}",
120
+ maxSizeInfoText: "Tamanho m\xE1ximo: {maxSize}",
121
+ selectFileText: "Selecionar arquivo",
122
+ uploadedFilesAriaLabel: "Arquivos enviados",
123
+ successAriaLabel: "Sucesso",
124
+ errorAriaLabel: "Erro",
125
+ uploadingAriaLabel: "Enviando",
126
+ removeFileAriaLabel: "Remover {fileName}",
127
+ previewFileAriaLabel: "Pr\xE9-visualizar {fileName}"
128
+ },
129
+ pagination: {
130
+ totalText: "Total de {total} itens",
131
+ itemsPerPageText: "/ p\xE1gina",
132
+ jumpToText: "Ir para",
133
+ pageText: "p\xE1gina",
134
+ prevPageAriaLabel: "P\xE1gina anterior",
135
+ nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
136
+ pageAriaLabel: "P\xE1gina {page}"
137
+ },
138
+ formWizard: {
139
+ prevText: "Anterior",
140
+ nextText: "Pr\xF3ximo",
141
+ finishText: "Concluir"
142
+ },
143
+ taskBoard: {
144
+ emptyColumnText: "Sem tarefas",
145
+ addCardText: "Adicionar tarefa",
146
+ wipLimitText: "Limite WIP: {limit}",
147
+ dragHintText: "Arraste para mover",
148
+ boardAriaLabel: "Quadro de tarefas"
149
+ }
150
+ });
151
+ var pt_BR_default = ptBR;
152
+ // Annotate the CommonJS export names for ESM import in node:
153
+ 0 && (module.exports = {
154
+ ptBR
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
+ * Portuguese (Brazil) (pt-BR).
6
+ */
7
+
8
+ declare const ptBR: TigerLocale;
9
+
10
+ export { ptBR as default, ptBR };
@@ -0,0 +1,10 @@
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
+ import '../datepicker-DXzS_8l8.js';
3
+
4
+ /**
5
+ * Portuguese (Brazil) (pt-BR).
6
+ */
7
+
8
+ declare const ptBR: TigerLocale;
9
+
10
+ export { ptBR as default, ptBR };
@@ -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/pt-BR.ts
69
+ var ptBR = defineLocale({
70
+ locale: "pt-BR",
71
+ direction: "ltr",
72
+ common: {
73
+ okText: "OK",
74
+ cancelText: "Cancelar",
75
+ closeText: "Fechar",
76
+ loadingText: "Carregando...",
77
+ emptyText: "Sem dados"
78
+ },
79
+ modal: {
80
+ closeAriaLabel: "Fechar",
81
+ okText: "OK",
82
+ cancelText: "Cancelar"
83
+ },
84
+ drawer: {
85
+ closeAriaLabel: "Fechar"
86
+ },
87
+ upload: {
88
+ dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
89
+ buttonAriaLabel: "Enviar arquivo",
90
+ clickToUploadText: "Clique para enviar",
91
+ dragAndDropText: "ou arraste e solte",
92
+ acceptInfoText: "Aceito: {accept}",
93
+ maxSizeInfoText: "Tamanho m\xE1ximo: {maxSize}",
94
+ selectFileText: "Selecionar arquivo",
95
+ uploadedFilesAriaLabel: "Arquivos enviados",
96
+ successAriaLabel: "Sucesso",
97
+ errorAriaLabel: "Erro",
98
+ uploadingAriaLabel: "Enviando",
99
+ removeFileAriaLabel: "Remover {fileName}",
100
+ previewFileAriaLabel: "Pr\xE9-visualizar {fileName}"
101
+ },
102
+ pagination: {
103
+ totalText: "Total de {total} itens",
104
+ itemsPerPageText: "/ p\xE1gina",
105
+ jumpToText: "Ir para",
106
+ pageText: "p\xE1gina",
107
+ prevPageAriaLabel: "P\xE1gina anterior",
108
+ nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
109
+ pageAriaLabel: "P\xE1gina {page}"
110
+ },
111
+ formWizard: {
112
+ prevText: "Anterior",
113
+ nextText: "Pr\xF3ximo",
114
+ finishText: "Concluir"
115
+ },
116
+ taskBoard: {
117
+ emptyColumnText: "Sem tarefas",
118
+ addCardText: "Adicionar tarefa",
119
+ wipLimitText: "Limite WIP: {limit}",
120
+ dragHintText: "Arraste para mover",
121
+ boardAriaLabel: "Quadro de tarefas"
122
+ }
123
+ });
124
+ var pt_BR_default = ptBR;
125
+ export {
126
+ pt_BR_default as default,
127
+ ptBR
128
+ };
@@ -1,7 +1,31 @@
1
- 'use strict';
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);
2
19
 
3
20
  // src/utils/i18n/locales/th-TH.ts
21
+ var th_TH_exports = {};
22
+ __export(th_TH_exports, {
23
+ thTH: () => thTH
24
+ });
25
+ module.exports = __toCommonJS(th_TH_exports);
4
26
  var thTH = {
27
+ locale: "th-TH",
28
+ direction: "ltr",
5
29
  common: {
6
30
  okText: "\u0E15\u0E01\u0E25\u0E07",
7
31
  cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
@@ -39,5 +63,7 @@ var thTH = {
39
63
  boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
40
64
  }
41
65
  };
42
-
43
- exports.thTH = thTH;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ thTH
69
+ });
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-CEmE5uq-.cjs';
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-m1sF4KRO.js';
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,5 +1,7 @@
1
1
  // src/utils/i18n/locales/th-TH.ts
2
2
  var thTH = {
3
+ locale: "th-TH",
4
+ direction: "ltr",
3
5
  common: {
4
6
  okText: "\u0E15\u0E01\u0E25\u0E07",
5
7
  cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
@@ -37,5 +39,6 @@ var thTH = {
37
39
  boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
38
40
  }
39
41
  };
40
-
41
- export { thTH };
42
+ export {
43
+ thTH
44
+ };
@@ -1,7 +1,31 @@
1
- 'use strict';
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);
2
19
 
3
20
  // src/utils/i18n/locales/vi-VN.ts
21
+ var vi_VN_exports = {};
22
+ __export(vi_VN_exports, {
23
+ viVN: () => viVN
24
+ });
25
+ module.exports = __toCommonJS(vi_VN_exports);
4
26
  var viVN = {
27
+ locale: "vi-VN",
28
+ direction: "ltr",
5
29
  common: {
6
30
  okText: "\u0110\u1ED3ng \xFD",
7
31
  cancelText: "H\u1EE7y",
@@ -39,5 +63,7 @@ var viVN = {
39
63
  boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
40
64
  }
41
65
  };
42
-
43
- exports.viVN = viVN;
66
+ // Annotate the CommonJS export names for ESM import in node:
67
+ 0 && (module.exports = {
68
+ viVN
69
+ });
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-CEmE5uq-.cjs';
1
+ import { T as TigerLocale } from '../locale-9-B-d0mp.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-m1sF4KRO.js';
1
+ import { T as TigerLocale } from '../locale-Bc3zz2b0.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,5 +1,7 @@
1
1
  // src/utils/i18n/locales/vi-VN.ts
2
2
  var viVN = {
3
+ locale: "vi-VN",
4
+ direction: "ltr",
3
5
  common: {
4
6
  okText: "\u0110\u1ED3ng \xFD",
5
7
  cancelText: "H\u1EE7y",
@@ -37,5 +39,6 @@ var viVN = {
37
39
  boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
38
40
  }
39
41
  };
40
-
41
- export { viVN };
42
+ export {
43
+ viVN
44
+ };