@expcat/tigercat-core 1.3.3 → 1.4.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.
Files changed (73) hide show
  1. package/dist/icons/registry.cjs +1 -3
  2. package/dist/icons/registry.js +1 -3
  3. package/dist/index.cjs +562 -197
  4. package/dist/index.d.cts +370 -268
  5. package/dist/index.d.ts +370 -268
  6. package/dist/index.js +543 -196
  7. package/dist/locale-9tTj1QdZ.d.ts +300 -0
  8. package/dist/locale-DxwhmqfF.d.cts +300 -0
  9. package/dist/locales/ar-SA.cjs +67 -4
  10. package/dist/locales/ar-SA.d.cts +1 -1
  11. package/dist/locales/ar-SA.d.ts +1 -1
  12. package/dist/locales/ar-SA.js +67 -4
  13. package/dist/locales/de-DE.cjs +67 -4
  14. package/dist/locales/de-DE.d.cts +1 -1
  15. package/dist/locales/de-DE.d.ts +1 -1
  16. package/dist/locales/de-DE.js +67 -4
  17. package/dist/locales/en-US.cjs +64 -2
  18. package/dist/locales/en-US.d.cts +1 -1
  19. package/dist/locales/en-US.d.ts +1 -1
  20. package/dist/locales/en-US.js +62 -2
  21. package/dist/locales/es-ES.cjs +67 -4
  22. package/dist/locales/es-ES.d.cts +1 -1
  23. package/dist/locales/es-ES.d.ts +1 -1
  24. package/dist/locales/es-ES.js +67 -4
  25. package/dist/locales/fr-FR.cjs +67 -4
  26. package/dist/locales/fr-FR.d.cts +1 -1
  27. package/dist/locales/fr-FR.d.ts +1 -1
  28. package/dist/locales/fr-FR.js +67 -4
  29. package/dist/locales/id-ID.cjs +5 -2
  30. package/dist/locales/id-ID.d.cts +1 -1
  31. package/dist/locales/id-ID.d.ts +1 -1
  32. package/dist/locales/id-ID.js +5 -2
  33. package/dist/locales/ja-JP.cjs +5 -2
  34. package/dist/locales/ja-JP.d.cts +1 -1
  35. package/dist/locales/ja-JP.d.ts +1 -1
  36. package/dist/locales/ja-JP.js +5 -2
  37. package/dist/locales/ko-KR.cjs +5 -2
  38. package/dist/locales/ko-KR.d.cts +1 -1
  39. package/dist/locales/ko-KR.d.ts +1 -1
  40. package/dist/locales/ko-KR.js +5 -2
  41. package/dist/locales/pt-BR.cjs +67 -4
  42. package/dist/locales/pt-BR.d.cts +1 -1
  43. package/dist/locales/pt-BR.d.ts +1 -1
  44. package/dist/locales/pt-BR.js +67 -4
  45. package/dist/locales/th-TH.cjs +5 -2
  46. package/dist/locales/th-TH.d.cts +1 -1
  47. package/dist/locales/th-TH.d.ts +1 -1
  48. package/dist/locales/th-TH.js +5 -2
  49. package/dist/locales/vi-VN.cjs +5 -2
  50. package/dist/locales/vi-VN.d.cts +1 -1
  51. package/dist/locales/vi-VN.d.ts +1 -1
  52. package/dist/locales/vi-VN.js +5 -2
  53. package/dist/locales/zh-CN.cjs +64 -2
  54. package/dist/locales/zh-CN.d.cts +1 -1
  55. package/dist/locales/zh-CN.d.ts +1 -1
  56. package/dist/locales/zh-CN.js +62 -2
  57. package/dist/locales/zh-TW.cjs +5 -2
  58. package/dist/locales/zh-TW.d.cts +1 -1
  59. package/dist/locales/zh-TW.d.ts +1 -1
  60. package/dist/locales/zh-TW.js +5 -2
  61. package/dist/{table-export-CwJR6vfP.d.cts → table-export-BMBH75rj.d.cts} +2 -2
  62. package/dist/{table-export-B4VAha5n.d.ts → table-export-GRimhvlM.d.ts} +2 -2
  63. package/dist/tailwind/modern.cjs +1 -1
  64. package/dist/tailwind/modern.js +1 -1
  65. package/dist/utils/table-export.cjs +7 -0
  66. package/dist/utils/table-export.d.cts +2 -2
  67. package/dist/utils/table-export.d.ts +2 -2
  68. package/dist/utils/table-export.js +7 -0
  69. package/package.json +2 -10
  70. package/tokens/tailwind-tokens.js +3 -6
  71. package/tokens/tokens.css +15 -30
  72. package/dist/locale-BRmojkDM.d.cts +0 -131
  73. package/dist/locale-BxSSFEo2.d.ts +0 -131
@@ -25,6 +25,37 @@ __export(ar_SA_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(ar_SA_exports);
27
27
 
28
+ // src/utils/locale-utils.ts
29
+ var DEFAULT_TIME_PICKER_LABELS = {
30
+ hour: "Hour",
31
+ minute: "Min",
32
+ second: "Sec",
33
+ now: "Now",
34
+ ok: "OK",
35
+ start: "Start",
36
+ end: "End",
37
+ clear: "Clear time",
38
+ toggle: "Toggle time picker",
39
+ dialog: "Time picker",
40
+ selectTime: "Select time",
41
+ selectTimeRange: "Select time range"
42
+ };
43
+ var DEFAULT_UPLOAD_LABELS = {
44
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
45
+ buttonAriaLabel: "Upload file",
46
+ clickToUploadText: "Click to upload",
47
+ dragAndDropText: "or drag and drop",
48
+ acceptInfoText: "Accepted: {accept}",
49
+ maxSizeInfoText: "Max size: {maxSize}",
50
+ selectFileText: "Select File",
51
+ uploadedFilesAriaLabel: "Uploaded files",
52
+ successAriaLabel: "Success",
53
+ errorAriaLabel: "Error",
54
+ uploadingAriaLabel: "Uploading",
55
+ removeFileAriaLabel: "Remove {fileName}",
56
+ previewFileAriaLabel: "Preview {fileName}"
57
+ };
58
+
28
59
  // src/utils/i18n/locales/en-US.ts
29
60
  var enUS = {
30
61
  locale: "en-US",
@@ -34,7 +65,10 @@ var enUS = {
34
65
  cancelText: "Cancel",
35
66
  closeText: "Close",
36
67
  loadingText: "Loading...",
37
- emptyText: "No data"
68
+ emptyText: "No data",
69
+ noMoreText: "No more data",
70
+ searchPlaceholder: "Search",
71
+ clearText: "Clear"
38
72
  },
39
73
  modal: {
40
74
  closeAriaLabel: "Close",
@@ -44,6 +78,7 @@ var enUS = {
44
78
  drawer: {
45
79
  closeAriaLabel: "Close"
46
80
  },
81
+ upload: DEFAULT_UPLOAD_LABELS,
47
82
  pagination: {
48
83
  totalText: "Total {total} items",
49
84
  itemsPerPageText: "/ page",
@@ -69,8 +104,11 @@ var enUS = {
69
104
  selectedText: "Selected",
70
105
  selectedItemsText: "items",
71
106
  columnSettingsText: "Column settings",
72
- columnSettingsAriaLabel: "Column settings"
107
+ columnSettingsAriaLabel: "Column settings",
108
+ lockColumnAriaLabel: "Lock column {column}",
109
+ unlockColumnAriaLabel: "Unlock column {column}"
73
110
  },
111
+ timePicker: DEFAULT_TIME_PICKER_LABELS,
74
112
  formWizard: {
75
113
  prevText: "Previous",
76
114
  nextText: "Next",
@@ -82,6 +120,28 @@ var enUS = {
82
120
  wipLimitText: "WIP limit: {limit}",
83
121
  dragHintText: "Drag to move",
84
122
  boardAriaLabel: "Task Board"
123
+ },
124
+ formValidation: {
125
+ required: "This field is required",
126
+ typeString: "Value must be a string",
127
+ typeNumber: "Value must be a number",
128
+ typeBoolean: "Value must be a boolean",
129
+ typeArray: "Value must be an array",
130
+ typeObject: "Value must be an object",
131
+ email: "Please enter a valid email address",
132
+ phone: "Please enter a valid phone number",
133
+ url: "Please enter a valid URL",
134
+ date: "Please enter a valid date",
135
+ idCard: "Please enter a valid ID card number",
136
+ minLength: "Minimum length is {min} characters",
137
+ maxLength: "Maximum length is {max} characters",
138
+ minValue: "Minimum value is {min}",
139
+ maxValue: "Maximum value is {max}",
140
+ minItems: "Minimum {min} items required",
141
+ maxItems: "Maximum {max} items allowed",
142
+ patternMismatch: "Value does not match the required pattern",
143
+ validatorFailed: "Validation failed",
144
+ validatorError: "Validation error occurred"
85
145
  }
86
146
  };
87
147
 
@@ -119,7 +179,8 @@ var arSA = defineLocale({
119
179
  cancelText: "\u0625\u0644\u063A\u0627\u0621",
120
180
  closeText: "\u0625\u063A\u0644\u0627\u0642",
121
181
  loadingText: "\u062C\u0627\u0631 \u0627\u0644\u062A\u062D\u0645\u064A\u0644...",
122
- emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"
182
+ emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",
183
+ noMoreText: "\u0644\u0627 \u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A"
123
184
  },
124
185
  modal: {
125
186
  closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642",
@@ -169,7 +230,9 @@ var arSA = defineLocale({
169
230
  selectedText: "\u0645\u062D\u062F\u062F",
170
231
  selectedItemsText: "\u0639\u0646\u0627\u0635\u0631",
171
232
  columnSettingsText: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629",
172
- columnSettingsAriaLabel: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629"
233
+ columnSettingsAriaLabel: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629",
234
+ lockColumnAriaLabel: "\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0639\u0645\u0648\u062F {column}",
235
+ unlockColumnAriaLabel: "\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0639\u0645\u0648\u062F {column}"
173
236
  },
174
237
  formWizard: {
175
238
  prevText: "\u0627\u0644\u0633\u0627\u0628\u0642",
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BRmojkDM.cjs';
1
+ import { T as TigerLocale } from '../locale-DxwhmqfF.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BxSSFEo2.js';
1
+ import { T as TigerLocale } from '../locale-9tTj1QdZ.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,3 +1,34 @@
1
+ // src/utils/locale-utils.ts
2
+ var DEFAULT_TIME_PICKER_LABELS = {
3
+ hour: "Hour",
4
+ minute: "Min",
5
+ second: "Sec",
6
+ now: "Now",
7
+ ok: "OK",
8
+ start: "Start",
9
+ end: "End",
10
+ clear: "Clear time",
11
+ toggle: "Toggle time picker",
12
+ dialog: "Time picker",
13
+ selectTime: "Select time",
14
+ selectTimeRange: "Select time range"
15
+ };
16
+ var DEFAULT_UPLOAD_LABELS = {
17
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
18
+ buttonAriaLabel: "Upload file",
19
+ clickToUploadText: "Click to upload",
20
+ dragAndDropText: "or drag and drop",
21
+ acceptInfoText: "Accepted: {accept}",
22
+ maxSizeInfoText: "Max size: {maxSize}",
23
+ selectFileText: "Select File",
24
+ uploadedFilesAriaLabel: "Uploaded files",
25
+ successAriaLabel: "Success",
26
+ errorAriaLabel: "Error",
27
+ uploadingAriaLabel: "Uploading",
28
+ removeFileAriaLabel: "Remove {fileName}",
29
+ previewFileAriaLabel: "Preview {fileName}"
30
+ };
31
+
1
32
  // src/utils/i18n/locales/en-US.ts
2
33
  var enUS = {
3
34
  locale: "en-US",
@@ -7,7 +38,10 @@ var enUS = {
7
38
  cancelText: "Cancel",
8
39
  closeText: "Close",
9
40
  loadingText: "Loading...",
10
- emptyText: "No data"
41
+ emptyText: "No data",
42
+ noMoreText: "No more data",
43
+ searchPlaceholder: "Search",
44
+ clearText: "Clear"
11
45
  },
12
46
  modal: {
13
47
  closeAriaLabel: "Close",
@@ -17,6 +51,7 @@ var enUS = {
17
51
  drawer: {
18
52
  closeAriaLabel: "Close"
19
53
  },
54
+ upload: DEFAULT_UPLOAD_LABELS,
20
55
  pagination: {
21
56
  totalText: "Total {total} items",
22
57
  itemsPerPageText: "/ page",
@@ -42,8 +77,11 @@ var enUS = {
42
77
  selectedText: "Selected",
43
78
  selectedItemsText: "items",
44
79
  columnSettingsText: "Column settings",
45
- columnSettingsAriaLabel: "Column settings"
80
+ columnSettingsAriaLabel: "Column settings",
81
+ lockColumnAriaLabel: "Lock column {column}",
82
+ unlockColumnAriaLabel: "Unlock column {column}"
46
83
  },
84
+ timePicker: DEFAULT_TIME_PICKER_LABELS,
47
85
  formWizard: {
48
86
  prevText: "Previous",
49
87
  nextText: "Next",
@@ -55,6 +93,28 @@ var enUS = {
55
93
  wipLimitText: "WIP limit: {limit}",
56
94
  dragHintText: "Drag to move",
57
95
  boardAriaLabel: "Task Board"
96
+ },
97
+ formValidation: {
98
+ required: "This field is required",
99
+ typeString: "Value must be a string",
100
+ typeNumber: "Value must be a number",
101
+ typeBoolean: "Value must be a boolean",
102
+ typeArray: "Value must be an array",
103
+ typeObject: "Value must be an object",
104
+ email: "Please enter a valid email address",
105
+ phone: "Please enter a valid phone number",
106
+ url: "Please enter a valid URL",
107
+ date: "Please enter a valid date",
108
+ idCard: "Please enter a valid ID card number",
109
+ minLength: "Minimum length is {min} characters",
110
+ maxLength: "Maximum length is {max} characters",
111
+ minValue: "Minimum value is {min}",
112
+ maxValue: "Maximum value is {max}",
113
+ minItems: "Minimum {min} items required",
114
+ maxItems: "Maximum {max} items allowed",
115
+ patternMismatch: "Value does not match the required pattern",
116
+ validatorFailed: "Validation failed",
117
+ validatorError: "Validation error occurred"
58
118
  }
59
119
  };
60
120
 
@@ -92,7 +152,8 @@ var arSA = defineLocale({
92
152
  cancelText: "\u0625\u0644\u063A\u0627\u0621",
93
153
  closeText: "\u0625\u063A\u0644\u0627\u0642",
94
154
  loadingText: "\u062C\u0627\u0631 \u0627\u0644\u062A\u062D\u0645\u064A\u0644...",
95
- emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"
155
+ emptyText: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",
156
+ noMoreText: "\u0644\u0627 \u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A"
96
157
  },
97
158
  modal: {
98
159
  closeAriaLabel: "\u0625\u063A\u0644\u0627\u0642",
@@ -142,7 +203,9 @@ var arSA = defineLocale({
142
203
  selectedText: "\u0645\u062D\u062F\u062F",
143
204
  selectedItemsText: "\u0639\u0646\u0627\u0635\u0631",
144
205
  columnSettingsText: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629",
145
- columnSettingsAriaLabel: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629"
206
+ columnSettingsAriaLabel: "\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0639\u0645\u062F\u0629",
207
+ lockColumnAriaLabel: "\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0639\u0645\u0648\u062F {column}",
208
+ unlockColumnAriaLabel: "\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0639\u0645\u0648\u062F {column}"
146
209
  },
147
210
  formWizard: {
148
211
  prevText: "\u0627\u0644\u0633\u0627\u0628\u0642",
@@ -25,6 +25,37 @@ __export(de_DE_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(de_DE_exports);
27
27
 
28
+ // src/utils/locale-utils.ts
29
+ var DEFAULT_TIME_PICKER_LABELS = {
30
+ hour: "Hour",
31
+ minute: "Min",
32
+ second: "Sec",
33
+ now: "Now",
34
+ ok: "OK",
35
+ start: "Start",
36
+ end: "End",
37
+ clear: "Clear time",
38
+ toggle: "Toggle time picker",
39
+ dialog: "Time picker",
40
+ selectTime: "Select time",
41
+ selectTimeRange: "Select time range"
42
+ };
43
+ var DEFAULT_UPLOAD_LABELS = {
44
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
45
+ buttonAriaLabel: "Upload file",
46
+ clickToUploadText: "Click to upload",
47
+ dragAndDropText: "or drag and drop",
48
+ acceptInfoText: "Accepted: {accept}",
49
+ maxSizeInfoText: "Max size: {maxSize}",
50
+ selectFileText: "Select File",
51
+ uploadedFilesAriaLabel: "Uploaded files",
52
+ successAriaLabel: "Success",
53
+ errorAriaLabel: "Error",
54
+ uploadingAriaLabel: "Uploading",
55
+ removeFileAriaLabel: "Remove {fileName}",
56
+ previewFileAriaLabel: "Preview {fileName}"
57
+ };
58
+
28
59
  // src/utils/i18n/locales/en-US.ts
29
60
  var enUS = {
30
61
  locale: "en-US",
@@ -34,7 +65,10 @@ var enUS = {
34
65
  cancelText: "Cancel",
35
66
  closeText: "Close",
36
67
  loadingText: "Loading...",
37
- emptyText: "No data"
68
+ emptyText: "No data",
69
+ noMoreText: "No more data",
70
+ searchPlaceholder: "Search",
71
+ clearText: "Clear"
38
72
  },
39
73
  modal: {
40
74
  closeAriaLabel: "Close",
@@ -44,6 +78,7 @@ var enUS = {
44
78
  drawer: {
45
79
  closeAriaLabel: "Close"
46
80
  },
81
+ upload: DEFAULT_UPLOAD_LABELS,
47
82
  pagination: {
48
83
  totalText: "Total {total} items",
49
84
  itemsPerPageText: "/ page",
@@ -69,8 +104,11 @@ var enUS = {
69
104
  selectedText: "Selected",
70
105
  selectedItemsText: "items",
71
106
  columnSettingsText: "Column settings",
72
- columnSettingsAriaLabel: "Column settings"
107
+ columnSettingsAriaLabel: "Column settings",
108
+ lockColumnAriaLabel: "Lock column {column}",
109
+ unlockColumnAriaLabel: "Unlock column {column}"
73
110
  },
111
+ timePicker: DEFAULT_TIME_PICKER_LABELS,
74
112
  formWizard: {
75
113
  prevText: "Previous",
76
114
  nextText: "Next",
@@ -82,6 +120,28 @@ var enUS = {
82
120
  wipLimitText: "WIP limit: {limit}",
83
121
  dragHintText: "Drag to move",
84
122
  boardAriaLabel: "Task Board"
123
+ },
124
+ formValidation: {
125
+ required: "This field is required",
126
+ typeString: "Value must be a string",
127
+ typeNumber: "Value must be a number",
128
+ typeBoolean: "Value must be a boolean",
129
+ typeArray: "Value must be an array",
130
+ typeObject: "Value must be an object",
131
+ email: "Please enter a valid email address",
132
+ phone: "Please enter a valid phone number",
133
+ url: "Please enter a valid URL",
134
+ date: "Please enter a valid date",
135
+ idCard: "Please enter a valid ID card number",
136
+ minLength: "Minimum length is {min} characters",
137
+ maxLength: "Maximum length is {max} characters",
138
+ minValue: "Minimum value is {min}",
139
+ maxValue: "Maximum value is {max}",
140
+ minItems: "Minimum {min} items required",
141
+ maxItems: "Maximum {max} items allowed",
142
+ patternMismatch: "Value does not match the required pattern",
143
+ validatorFailed: "Validation failed",
144
+ validatorError: "Validation error occurred"
85
145
  }
86
146
  };
87
147
 
@@ -119,7 +179,8 @@ var deDE = defineLocale({
119
179
  cancelText: "Abbrechen",
120
180
  closeText: "Schlie\xDFen",
121
181
  loadingText: "Wird geladen...",
122
- emptyText: "Keine Daten"
182
+ emptyText: "Keine Daten",
183
+ noMoreText: "Keine weiteren Daten"
123
184
  },
124
185
  modal: {
125
186
  closeAriaLabel: "Schlie\xDFen",
@@ -169,7 +230,9 @@ var deDE = defineLocale({
169
230
  selectedText: "Ausgew\xE4hlt",
170
231
  selectedItemsText: "Eintr\xE4ge",
171
232
  columnSettingsText: "Spalteneinstellungen",
172
- columnSettingsAriaLabel: "Spalteneinstellungen"
233
+ columnSettingsAriaLabel: "Spalteneinstellungen",
234
+ lockColumnAriaLabel: "Spalte {column} sperren",
235
+ unlockColumnAriaLabel: "Spalte {column} entsperren"
173
236
  },
174
237
  formWizard: {
175
238
  prevText: "Zur\xFCck",
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BRmojkDM.cjs';
1
+ import { T as TigerLocale } from '../locale-DxwhmqfF.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BxSSFEo2.js';
1
+ import { T as TigerLocale } from '../locale-9tTj1QdZ.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**
@@ -1,3 +1,34 @@
1
+ // src/utils/locale-utils.ts
2
+ var DEFAULT_TIME_PICKER_LABELS = {
3
+ hour: "Hour",
4
+ minute: "Min",
5
+ second: "Sec",
6
+ now: "Now",
7
+ ok: "OK",
8
+ start: "Start",
9
+ end: "End",
10
+ clear: "Clear time",
11
+ toggle: "Toggle time picker",
12
+ dialog: "Time picker",
13
+ selectTime: "Select time",
14
+ selectTimeRange: "Select time range"
15
+ };
16
+ var DEFAULT_UPLOAD_LABELS = {
17
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
18
+ buttonAriaLabel: "Upload file",
19
+ clickToUploadText: "Click to upload",
20
+ dragAndDropText: "or drag and drop",
21
+ acceptInfoText: "Accepted: {accept}",
22
+ maxSizeInfoText: "Max size: {maxSize}",
23
+ selectFileText: "Select File",
24
+ uploadedFilesAriaLabel: "Uploaded files",
25
+ successAriaLabel: "Success",
26
+ errorAriaLabel: "Error",
27
+ uploadingAriaLabel: "Uploading",
28
+ removeFileAriaLabel: "Remove {fileName}",
29
+ previewFileAriaLabel: "Preview {fileName}"
30
+ };
31
+
1
32
  // src/utils/i18n/locales/en-US.ts
2
33
  var enUS = {
3
34
  locale: "en-US",
@@ -7,7 +38,10 @@ var enUS = {
7
38
  cancelText: "Cancel",
8
39
  closeText: "Close",
9
40
  loadingText: "Loading...",
10
- emptyText: "No data"
41
+ emptyText: "No data",
42
+ noMoreText: "No more data",
43
+ searchPlaceholder: "Search",
44
+ clearText: "Clear"
11
45
  },
12
46
  modal: {
13
47
  closeAriaLabel: "Close",
@@ -17,6 +51,7 @@ var enUS = {
17
51
  drawer: {
18
52
  closeAriaLabel: "Close"
19
53
  },
54
+ upload: DEFAULT_UPLOAD_LABELS,
20
55
  pagination: {
21
56
  totalText: "Total {total} items",
22
57
  itemsPerPageText: "/ page",
@@ -42,8 +77,11 @@ var enUS = {
42
77
  selectedText: "Selected",
43
78
  selectedItemsText: "items",
44
79
  columnSettingsText: "Column settings",
45
- columnSettingsAriaLabel: "Column settings"
80
+ columnSettingsAriaLabel: "Column settings",
81
+ lockColumnAriaLabel: "Lock column {column}",
82
+ unlockColumnAriaLabel: "Unlock column {column}"
46
83
  },
84
+ timePicker: DEFAULT_TIME_PICKER_LABELS,
47
85
  formWizard: {
48
86
  prevText: "Previous",
49
87
  nextText: "Next",
@@ -55,6 +93,28 @@ var enUS = {
55
93
  wipLimitText: "WIP limit: {limit}",
56
94
  dragHintText: "Drag to move",
57
95
  boardAriaLabel: "Task Board"
96
+ },
97
+ formValidation: {
98
+ required: "This field is required",
99
+ typeString: "Value must be a string",
100
+ typeNumber: "Value must be a number",
101
+ typeBoolean: "Value must be a boolean",
102
+ typeArray: "Value must be an array",
103
+ typeObject: "Value must be an object",
104
+ email: "Please enter a valid email address",
105
+ phone: "Please enter a valid phone number",
106
+ url: "Please enter a valid URL",
107
+ date: "Please enter a valid date",
108
+ idCard: "Please enter a valid ID card number",
109
+ minLength: "Minimum length is {min} characters",
110
+ maxLength: "Maximum length is {max} characters",
111
+ minValue: "Minimum value is {min}",
112
+ maxValue: "Maximum value is {max}",
113
+ minItems: "Minimum {min} items required",
114
+ maxItems: "Maximum {max} items allowed",
115
+ patternMismatch: "Value does not match the required pattern",
116
+ validatorFailed: "Validation failed",
117
+ validatorError: "Validation error occurred"
58
118
  }
59
119
  };
60
120
 
@@ -92,7 +152,8 @@ var deDE = defineLocale({
92
152
  cancelText: "Abbrechen",
93
153
  closeText: "Schlie\xDFen",
94
154
  loadingText: "Wird geladen...",
95
- emptyText: "Keine Daten"
155
+ emptyText: "Keine Daten",
156
+ noMoreText: "Keine weiteren Daten"
96
157
  },
97
158
  modal: {
98
159
  closeAriaLabel: "Schlie\xDFen",
@@ -142,7 +203,9 @@ var deDE = defineLocale({
142
203
  selectedText: "Ausgew\xE4hlt",
143
204
  selectedItemsText: "Eintr\xE4ge",
144
205
  columnSettingsText: "Spalteneinstellungen",
145
- columnSettingsAriaLabel: "Spalteneinstellungen"
206
+ columnSettingsAriaLabel: "Spalteneinstellungen",
207
+ lockColumnAriaLabel: "Spalte {column} sperren",
208
+ unlockColumnAriaLabel: "Spalte {column} entsperren"
146
209
  },
147
210
  formWizard: {
148
211
  prevText: "Zur\xFCck",
@@ -23,6 +23,39 @@ __export(en_US_exports, {
23
23
  enUS: () => enUS
24
24
  });
25
25
  module.exports = __toCommonJS(en_US_exports);
26
+
27
+ // src/utils/locale-utils.ts
28
+ var DEFAULT_TIME_PICKER_LABELS = {
29
+ hour: "Hour",
30
+ minute: "Min",
31
+ second: "Sec",
32
+ now: "Now",
33
+ ok: "OK",
34
+ start: "Start",
35
+ end: "End",
36
+ clear: "Clear time",
37
+ toggle: "Toggle time picker",
38
+ dialog: "Time picker",
39
+ selectTime: "Select time",
40
+ selectTimeRange: "Select time range"
41
+ };
42
+ var DEFAULT_UPLOAD_LABELS = {
43
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
44
+ buttonAriaLabel: "Upload file",
45
+ clickToUploadText: "Click to upload",
46
+ dragAndDropText: "or drag and drop",
47
+ acceptInfoText: "Accepted: {accept}",
48
+ maxSizeInfoText: "Max size: {maxSize}",
49
+ selectFileText: "Select File",
50
+ uploadedFilesAriaLabel: "Uploaded files",
51
+ successAriaLabel: "Success",
52
+ errorAriaLabel: "Error",
53
+ uploadingAriaLabel: "Uploading",
54
+ removeFileAriaLabel: "Remove {fileName}",
55
+ previewFileAriaLabel: "Preview {fileName}"
56
+ };
57
+
58
+ // src/utils/i18n/locales/en-US.ts
26
59
  var enUS = {
27
60
  locale: "en-US",
28
61
  direction: "ltr",
@@ -31,7 +64,10 @@ var enUS = {
31
64
  cancelText: "Cancel",
32
65
  closeText: "Close",
33
66
  loadingText: "Loading...",
34
- emptyText: "No data"
67
+ emptyText: "No data",
68
+ noMoreText: "No more data",
69
+ searchPlaceholder: "Search",
70
+ clearText: "Clear"
35
71
  },
36
72
  modal: {
37
73
  closeAriaLabel: "Close",
@@ -41,6 +77,7 @@ var enUS = {
41
77
  drawer: {
42
78
  closeAriaLabel: "Close"
43
79
  },
80
+ upload: DEFAULT_UPLOAD_LABELS,
44
81
  pagination: {
45
82
  totalText: "Total {total} items",
46
83
  itemsPerPageText: "/ page",
@@ -66,8 +103,11 @@ var enUS = {
66
103
  selectedText: "Selected",
67
104
  selectedItemsText: "items",
68
105
  columnSettingsText: "Column settings",
69
- columnSettingsAriaLabel: "Column settings"
106
+ columnSettingsAriaLabel: "Column settings",
107
+ lockColumnAriaLabel: "Lock column {column}",
108
+ unlockColumnAriaLabel: "Unlock column {column}"
70
109
  },
110
+ timePicker: DEFAULT_TIME_PICKER_LABELS,
71
111
  formWizard: {
72
112
  prevText: "Previous",
73
113
  nextText: "Next",
@@ -79,6 +119,28 @@ var enUS = {
79
119
  wipLimitText: "WIP limit: {limit}",
80
120
  dragHintText: "Drag to move",
81
121
  boardAriaLabel: "Task Board"
122
+ },
123
+ formValidation: {
124
+ required: "This field is required",
125
+ typeString: "Value must be a string",
126
+ typeNumber: "Value must be a number",
127
+ typeBoolean: "Value must be a boolean",
128
+ typeArray: "Value must be an array",
129
+ typeObject: "Value must be an object",
130
+ email: "Please enter a valid email address",
131
+ phone: "Please enter a valid phone number",
132
+ url: "Please enter a valid URL",
133
+ date: "Please enter a valid date",
134
+ idCard: "Please enter a valid ID card number",
135
+ minLength: "Minimum length is {min} characters",
136
+ maxLength: "Maximum length is {max} characters",
137
+ minValue: "Minimum value is {min}",
138
+ maxValue: "Maximum value is {max}",
139
+ minItems: "Minimum {min} items required",
140
+ maxItems: "Maximum {max} items allowed",
141
+ patternMismatch: "Value does not match the required pattern",
142
+ validatorFailed: "Validation failed",
143
+ validatorError: "Validation error occurred"
82
144
  }
83
145
  };
84
146
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BRmojkDM.cjs';
1
+ import { T as TigerLocale } from '../locale-DxwhmqfF.cjs';
2
2
  import '../datepicker-DXzS_8l8.cjs';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { T as TigerLocale } from '../locale-BxSSFEo2.js';
1
+ import { T as TigerLocale } from '../locale-9tTj1QdZ.js';
2
2
  import '../datepicker-DXzS_8l8.js';
3
3
 
4
4
  /**