@expcat/tigercat-core 2.0.0-preview.1 → 2.0.0-preview.3

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 (50) hide show
  1. package/dist/{datepicker-ZdzYUqm5.d.ts → datepicker-Digy7Stt.d.ts} +6 -1
  2. package/dist/datepicker-locales/ar-SA.d.ts +1 -1
  3. package/dist/datepicker-locales/de-DE.d.ts +1 -1
  4. package/dist/datepicker-locales/en-US.d.ts +1 -1
  5. package/dist/datepicker-locales/en-US.js +6 -1
  6. package/dist/datepicker-locales/es-ES.d.ts +1 -1
  7. package/dist/datepicker-locales/fr-FR.d.ts +1 -1
  8. package/dist/datepicker-locales/id-ID.d.ts +1 -1
  9. package/dist/datepicker-locales/ja-JP.d.ts +1 -1
  10. package/dist/datepicker-locales/ko-KR.d.ts +1 -1
  11. package/dist/datepicker-locales/pt-BR.d.ts +1 -1
  12. package/dist/datepicker-locales/registry.d.ts +1 -1
  13. package/dist/datepicker-locales/registry.js +14 -3
  14. package/dist/datepicker-locales/th-TH.d.ts +1 -1
  15. package/dist/datepicker-locales/vi-VN.d.ts +1 -1
  16. package/dist/datepicker-locales/zh-CN.d.ts +1 -1
  17. package/dist/datepicker-locales/zh-CN.js +6 -1
  18. package/dist/datepicker-locales/zh-TW.d.ts +1 -1
  19. package/dist/index.d.ts +96 -10
  20. package/dist/index.js +483 -20
  21. package/dist/{locale-44p_QYnH.d.ts → locale-DKOXT9k0.d.ts} +103 -2
  22. package/dist/locales/ar-SA.d.ts +2 -2
  23. package/dist/locales/ar-SA.js +91 -1
  24. package/dist/locales/de-DE.d.ts +2 -2
  25. package/dist/locales/de-DE.js +91 -1
  26. package/dist/locales/en-US.d.ts +2 -2
  27. package/dist/locales/en-US.js +88 -1
  28. package/dist/locales/es-ES.d.ts +2 -2
  29. package/dist/locales/es-ES.js +91 -1
  30. package/dist/locales/fr-FR.d.ts +2 -2
  31. package/dist/locales/fr-FR.js +91 -1
  32. package/dist/locales/id-ID.d.ts +2 -2
  33. package/dist/locales/id-ID.js +91 -1
  34. package/dist/locales/ja-JP.d.ts +2 -2
  35. package/dist/locales/ja-JP.js +91 -1
  36. package/dist/locales/ko-KR.d.ts +2 -2
  37. package/dist/locales/ko-KR.js +91 -1
  38. package/dist/locales/pt-BR.d.ts +2 -2
  39. package/dist/locales/pt-BR.js +91 -1
  40. package/dist/locales/th-TH.d.ts +2 -2
  41. package/dist/locales/th-TH.js +91 -1
  42. package/dist/locales/vi-VN.d.ts +2 -2
  43. package/dist/locales/vi-VN.js +91 -1
  44. package/dist/locales/zh-CN.d.ts +2 -2
  45. package/dist/locales/zh-CN.js +88 -1
  46. package/dist/locales/zh-TW.d.ts +2 -2
  47. package/dist/locales/zh-TW.js +91 -1
  48. package/dist/{table-export-CzPmX1b6.d.ts → table-export-DR-OBL6e.d.ts} +1 -1
  49. package/dist/utils/table-export.d.ts +3 -3
  50. package/package.json +1 -1
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
33
33
  var EN_US_DATEPICKER_LOCALE = {
34
34
  locale: "en-US",
35
35
  labels: {
36
+ placeholder: "Select date",
37
+ rangePlaceholder: "Select date range",
36
38
  today: "Today",
37
39
  ok: "OK",
38
40
  calendar: "Calendar",
39
41
  toggleCalendar: "Toggle calendar",
40
42
  clearDate: "Clear date",
41
43
  previousMonth: "Previous month",
42
- nextMonth: "Next month"
44
+ nextMonth: "Next month",
45
+ year: "Year",
46
+ month: "Month",
47
+ day: "Day"
43
48
  }
44
49
  };
45
50
 
@@ -191,6 +196,88 @@ var enUS = {
191
196
  dragHintText: "Drag to move",
192
197
  boardAriaLabel: "Task Board"
193
198
  },
199
+ select: {
200
+ doneText: "Done"
201
+ },
202
+ tabs: {
203
+ addTabAriaLabel: "Add tab",
204
+ closeTabAriaLabel: "Close {label}"
205
+ },
206
+ rate: {
207
+ ariaLabel: "Rating",
208
+ valueText: "{value} star{plural}"
209
+ },
210
+ avatarGroup: {
211
+ ariaLabel: "Avatar group",
212
+ overflowAriaLabel: "{count} more"
213
+ },
214
+ carousel: {
215
+ ariaLabel: "Image carousel",
216
+ navigationAriaLabel: "Carousel navigation",
217
+ previousSlideAriaLabel: "Previous slide",
218
+ nextSlideAriaLabel: "Next slide",
219
+ goToSlideAriaLabel: "Go to slide {index}",
220
+ slideAriaLabel: "Slide {index} of {total}"
221
+ },
222
+ transfer: {
223
+ sourceTitle: "Source",
224
+ targetTitle: "Target",
225
+ searchAriaLabel: "Search {title}",
226
+ itemsAriaLabel: "{title} items",
227
+ moveToTargetAriaLabel: "Move selected to target",
228
+ moveToSourceAriaLabel: "Move selected to source"
229
+ },
230
+ chart: {
231
+ legendAriaLabel: "Chart legend",
232
+ pointAriaLabel: "Point {index}: ({x}, {y})"
233
+ },
234
+ markdownEditor: {
235
+ formattingToolbarAriaLabel: "Markdown formatting",
236
+ modeToolbarAriaLabel: "Markdown view mode",
237
+ editorAriaLabel: "Markdown editor",
238
+ previewAriaLabel: "Markdown preview",
239
+ editModeLabel: "Edit",
240
+ splitModeLabel: "Split",
241
+ previewModeLabel: "Preview"
242
+ },
243
+ richTextEditor: {
244
+ formattingToolbarAriaLabel: "Text formatting",
245
+ editorAriaLabel: "Rich text editor"
246
+ },
247
+ cronEditor: {
248
+ ariaLabel: "Cron editor",
249
+ expressionAriaLabel: "Cron expression",
250
+ presetAriaLabel: "Cron preset",
251
+ presetPlaceholder: "Preset",
252
+ everyMinutePreset: "Every minute",
253
+ hourlyPreset: "Hourly",
254
+ dailyPreset: "Daily",
255
+ weeklyPreset: "Weekly",
256
+ monthlyPreset: "Monthly",
257
+ minuteLabel: "Minute",
258
+ hourLabel: "Hour",
259
+ dayOfMonthLabel: "Day",
260
+ monthLabel: "Month",
261
+ dayOfWeekLabel: "Weekday",
262
+ modeAnyLabel: "Any",
263
+ modeEveryLabel: "Every",
264
+ modeSpecificLabel: "Specific",
265
+ modeRangeLabel: "Range",
266
+ modeCustomLabel: "Custom",
267
+ modeAriaLabel: "{field} mode",
268
+ stepAriaLabel: "{field} step",
269
+ valueAriaLabel: "{field} value",
270
+ rangeStartAriaLabel: "{field} range start",
271
+ rangeEndAriaLabel: "{field} range end",
272
+ customValueAriaLabel: "{field} custom value",
273
+ expressionFieldsError: "Cron expression must contain 5 fields",
274
+ fieldRequiredError: "{field} is required",
275
+ invalidStepError: "{field} has an invalid step expression",
276
+ stepRangeError: "{field} step must be between 1 and {max}",
277
+ fieldRangeError: "{field} must be between {min} and {max}",
278
+ rangeOrderError: "{field} range start must be less than or equal to end",
279
+ invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
280
+ },
194
281
  formValidation: {
195
282
  required: "This field is required",
196
283
  typeString: "Value must be a string",
@@ -324,6 +411,9 @@ var thTH = defineLocale({
324
411
  wipLimitText: "\u0E08\u0E33\u0E01\u0E31\u0E14 WIP: {limit}",
325
412
  dragHintText: "\u0E25\u0E32\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22",
326
413
  boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
414
+ },
415
+ select: {
416
+ doneText: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
327
417
  }
328
418
  });
329
419
  export {
@@ -1,5 +1,5 @@
1
- import { T as TigerLocale } from '../locale-44p_QYnH.js';
2
- import '../datepicker-ZdzYUqm5.js';
1
+ import { T as TigerLocale } from '../locale-DKOXT9k0.js';
2
+ import '../datepicker-Digy7Stt.js';
3
3
 
4
4
  /**
5
5
  * Vietnamese (vi-VN).
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
33
33
  var EN_US_DATEPICKER_LOCALE = {
34
34
  locale: "en-US",
35
35
  labels: {
36
+ placeholder: "Select date",
37
+ rangePlaceholder: "Select date range",
36
38
  today: "Today",
37
39
  ok: "OK",
38
40
  calendar: "Calendar",
39
41
  toggleCalendar: "Toggle calendar",
40
42
  clearDate: "Clear date",
41
43
  previousMonth: "Previous month",
42
- nextMonth: "Next month"
44
+ nextMonth: "Next month",
45
+ year: "Year",
46
+ month: "Month",
47
+ day: "Day"
43
48
  }
44
49
  };
45
50
 
@@ -191,6 +196,88 @@ var enUS = {
191
196
  dragHintText: "Drag to move",
192
197
  boardAriaLabel: "Task Board"
193
198
  },
199
+ select: {
200
+ doneText: "Done"
201
+ },
202
+ tabs: {
203
+ addTabAriaLabel: "Add tab",
204
+ closeTabAriaLabel: "Close {label}"
205
+ },
206
+ rate: {
207
+ ariaLabel: "Rating",
208
+ valueText: "{value} star{plural}"
209
+ },
210
+ avatarGroup: {
211
+ ariaLabel: "Avatar group",
212
+ overflowAriaLabel: "{count} more"
213
+ },
214
+ carousel: {
215
+ ariaLabel: "Image carousel",
216
+ navigationAriaLabel: "Carousel navigation",
217
+ previousSlideAriaLabel: "Previous slide",
218
+ nextSlideAriaLabel: "Next slide",
219
+ goToSlideAriaLabel: "Go to slide {index}",
220
+ slideAriaLabel: "Slide {index} of {total}"
221
+ },
222
+ transfer: {
223
+ sourceTitle: "Source",
224
+ targetTitle: "Target",
225
+ searchAriaLabel: "Search {title}",
226
+ itemsAriaLabel: "{title} items",
227
+ moveToTargetAriaLabel: "Move selected to target",
228
+ moveToSourceAriaLabel: "Move selected to source"
229
+ },
230
+ chart: {
231
+ legendAriaLabel: "Chart legend",
232
+ pointAriaLabel: "Point {index}: ({x}, {y})"
233
+ },
234
+ markdownEditor: {
235
+ formattingToolbarAriaLabel: "Markdown formatting",
236
+ modeToolbarAriaLabel: "Markdown view mode",
237
+ editorAriaLabel: "Markdown editor",
238
+ previewAriaLabel: "Markdown preview",
239
+ editModeLabel: "Edit",
240
+ splitModeLabel: "Split",
241
+ previewModeLabel: "Preview"
242
+ },
243
+ richTextEditor: {
244
+ formattingToolbarAriaLabel: "Text formatting",
245
+ editorAriaLabel: "Rich text editor"
246
+ },
247
+ cronEditor: {
248
+ ariaLabel: "Cron editor",
249
+ expressionAriaLabel: "Cron expression",
250
+ presetAriaLabel: "Cron preset",
251
+ presetPlaceholder: "Preset",
252
+ everyMinutePreset: "Every minute",
253
+ hourlyPreset: "Hourly",
254
+ dailyPreset: "Daily",
255
+ weeklyPreset: "Weekly",
256
+ monthlyPreset: "Monthly",
257
+ minuteLabel: "Minute",
258
+ hourLabel: "Hour",
259
+ dayOfMonthLabel: "Day",
260
+ monthLabel: "Month",
261
+ dayOfWeekLabel: "Weekday",
262
+ modeAnyLabel: "Any",
263
+ modeEveryLabel: "Every",
264
+ modeSpecificLabel: "Specific",
265
+ modeRangeLabel: "Range",
266
+ modeCustomLabel: "Custom",
267
+ modeAriaLabel: "{field} mode",
268
+ stepAriaLabel: "{field} step",
269
+ valueAriaLabel: "{field} value",
270
+ rangeStartAriaLabel: "{field} range start",
271
+ rangeEndAriaLabel: "{field} range end",
272
+ customValueAriaLabel: "{field} custom value",
273
+ expressionFieldsError: "Cron expression must contain 5 fields",
274
+ fieldRequiredError: "{field} is required",
275
+ invalidStepError: "{field} has an invalid step expression",
276
+ stepRangeError: "{field} step must be between 1 and {max}",
277
+ fieldRangeError: "{field} must be between {min} and {max}",
278
+ rangeOrderError: "{field} range start must be less than or equal to end",
279
+ invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
280
+ },
194
281
  formValidation: {
195
282
  required: "This field is required",
196
283
  typeString: "Value must be a string",
@@ -324,6 +411,9 @@ var viVN = defineLocale({
324
411
  wipLimitText: "Gi\u1EDBi h\u1EA1n WIP: {limit}",
325
412
  dragHintText: "K\xE9o \u0111\u1EC3 di chuy\u1EC3n",
326
413
  boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
414
+ },
415
+ select: {
416
+ doneText: "Ho\xE0n th\xE0nh"
327
417
  }
328
418
  });
329
419
  export {
@@ -1,5 +1,5 @@
1
- import { T as TigerLocale } from '../locale-44p_QYnH.js';
2
- import '../datepicker-ZdzYUqm5.js';
1
+ import { T as TigerLocale } from '../locale-DKOXT9k0.js';
2
+ import '../datepicker-Digy7Stt.js';
3
3
 
4
4
  /**
5
5
  * Simplified Chinese (zh-CN).
@@ -33,13 +33,18 @@ var ZH_CN_UPLOAD_LABELS = {
33
33
  var ZH_CN_DATEPICKER_LOCALE = {
34
34
  locale: "zh-CN",
35
35
  labels: {
36
+ placeholder: "\u8BF7\u9009\u62E9\u65E5\u671F",
37
+ rangePlaceholder: "\u8BF7\u9009\u62E9\u65E5\u671F\u8303\u56F4",
36
38
  today: "\u4ECA\u5929",
37
39
  ok: "\u786E\u5B9A",
38
40
  calendar: "\u65E5\u5386",
39
41
  toggleCalendar: "\u6253\u5F00\u65E5\u5386",
40
42
  clearDate: "\u6E05\u9664\u65E5\u671F",
41
43
  previousMonth: "\u4E0A\u4E2A\u6708",
42
- nextMonth: "\u4E0B\u4E2A\u6708"
44
+ nextMonth: "\u4E0B\u4E2A\u6708",
45
+ year: "\u5E74\u4EFD",
46
+ month: "\u6708\u4EFD",
47
+ day: "\u65E5\u671F"
43
48
  }
44
49
  };
45
50
 
@@ -191,6 +196,88 @@ var zhCN = {
191
196
  dragHintText: "\u62D6\u62FD\u4EE5\u79FB\u52A8",
192
197
  boardAriaLabel: "\u4EFB\u52A1\u770B\u677F"
193
198
  },
199
+ select: {
200
+ doneText: "\u5B8C\u6210"
201
+ },
202
+ tabs: {
203
+ addTabAriaLabel: "\u65B0\u589E\u6807\u7B7E\u9875",
204
+ closeTabAriaLabel: "\u5173\u95ED{label}"
205
+ },
206
+ rate: {
207
+ ariaLabel: "\u8BC4\u5206",
208
+ valueText: "{value} \u661F"
209
+ },
210
+ avatarGroup: {
211
+ ariaLabel: "\u5934\u50CF\u7EC4",
212
+ overflowAriaLabel: "\u8FD8\u6709 {count} \u4F4D"
213
+ },
214
+ carousel: {
215
+ ariaLabel: "\u56FE\u7247\u8F6E\u64AD",
216
+ navigationAriaLabel: "\u8F6E\u64AD\u5BFC\u822A",
217
+ previousSlideAriaLabel: "\u4E0A\u4E00\u5F20",
218
+ nextSlideAriaLabel: "\u4E0B\u4E00\u5F20",
219
+ goToSlideAriaLabel: "\u8DF3\u8F6C\u5230\u7B2C {index} \u5F20",
220
+ slideAriaLabel: "\u7B2C {index} \u5F20\uFF0C\u5171 {total} \u5F20"
221
+ },
222
+ transfer: {
223
+ sourceTitle: "\u6E90\u5217\u8868",
224
+ targetTitle: "\u76EE\u6807\u5217\u8868",
225
+ searchAriaLabel: "\u641C\u7D22{title}",
226
+ itemsAriaLabel: "{title}\u9879\u76EE",
227
+ moveToTargetAriaLabel: "\u79FB\u52A8\u9009\u4E2D\u9879\u5230\u76EE\u6807\u5217\u8868",
228
+ moveToSourceAriaLabel: "\u79FB\u52A8\u9009\u4E2D\u9879\u5230\u6E90\u5217\u8868"
229
+ },
230
+ chart: {
231
+ legendAriaLabel: "\u56FE\u8868\u56FE\u4F8B",
232
+ pointAriaLabel: "\u7B2C {index} \u4E2A\u70B9\uFF1A({x}, {y})"
233
+ },
234
+ markdownEditor: {
235
+ formattingToolbarAriaLabel: "Markdown \u683C\u5F0F\u5DE5\u5177\u680F",
236
+ modeToolbarAriaLabel: "Markdown \u89C6\u56FE\u6A21\u5F0F",
237
+ editorAriaLabel: "Markdown \u7F16\u8F91\u5668",
238
+ previewAriaLabel: "Markdown \u9884\u89C8",
239
+ editModeLabel: "\u7F16\u8F91",
240
+ splitModeLabel: "\u5206\u680F",
241
+ previewModeLabel: "\u9884\u89C8"
242
+ },
243
+ richTextEditor: {
244
+ formattingToolbarAriaLabel: "\u5BCC\u6587\u672C\u683C\u5F0F\u5DE5\u5177\u680F",
245
+ editorAriaLabel: "\u5BCC\u6587\u672C\u7F16\u8F91\u5668"
246
+ },
247
+ cronEditor: {
248
+ ariaLabel: "Cron \u8868\u8FBE\u5F0F\u7F16\u8F91\u5668",
249
+ expressionAriaLabel: "Cron \u8868\u8FBE\u5F0F",
250
+ presetAriaLabel: "Cron \u9884\u8BBE",
251
+ presetPlaceholder: "\u9009\u62E9\u9884\u8BBE",
252
+ everyMinutePreset: "\u6BCF\u5206\u949F",
253
+ hourlyPreset: "\u6BCF\u5C0F\u65F6",
254
+ dailyPreset: "\u6BCF\u5929",
255
+ weeklyPreset: "\u6BCF\u5468",
256
+ monthlyPreset: "\u6BCF\u6708",
257
+ minuteLabel: "\u5206\u949F",
258
+ hourLabel: "\u5C0F\u65F6",
259
+ dayOfMonthLabel: "\u65E5\u671F",
260
+ monthLabel: "\u6708\u4EFD",
261
+ dayOfWeekLabel: "\u661F\u671F",
262
+ modeAnyLabel: "\u4EFB\u610F",
263
+ modeEveryLabel: "\u6BCF\u9694",
264
+ modeSpecificLabel: "\u6307\u5B9A",
265
+ modeRangeLabel: "\u8303\u56F4",
266
+ modeCustomLabel: "\u81EA\u5B9A\u4E49",
267
+ modeAriaLabel: "{field}\u6A21\u5F0F",
268
+ stepAriaLabel: "{field}\u6B65\u957F",
269
+ valueAriaLabel: "{field}\u503C",
270
+ rangeStartAriaLabel: "{field}\u8303\u56F4\u5F00\u59CB",
271
+ rangeEndAriaLabel: "{field}\u8303\u56F4\u7ED3\u675F",
272
+ customValueAriaLabel: "{field}\u81EA\u5B9A\u4E49\u503C",
273
+ expressionFieldsError: "Cron \u8868\u8FBE\u5F0F\u5FC5\u987B\u5305\u542B 5 \u4E2A\u5B57\u6BB5",
274
+ fieldRequiredError: "{field}\u4E3A\u5FC5\u586B\u9879",
275
+ invalidStepError: "{field}\u6B65\u957F\u8868\u8FBE\u5F0F\u65E0\u6548",
276
+ stepRangeError: "{field}\u6B65\u957F\u5FC5\u987B\u5728 1 \u5230 {max} \u4E4B\u95F4",
277
+ fieldRangeError: "{field}\u5FC5\u987B\u5728 {min} \u5230 {max} \u4E4B\u95F4",
278
+ rangeOrderError: "{field}\u8303\u56F4\u5F00\u59CB\u503C\u5FC5\u987B\u5C0F\u4E8E\u6216\u7B49\u4E8E\u7ED3\u675F\u503C",
279
+ invalidFieldError: "{field}\u5FC5\u987B\u662F *\u3001\u6570\u5B57\u3001\u8303\u56F4\u3001\u6B65\u957F\u6216\u9017\u53F7\u5217\u8868"
280
+ },
194
281
  formValidation: {
195
282
  required: "\u6B64\u5B57\u6BB5\u4E3A\u5FC5\u586B\u9879",
196
283
  typeString: "\u503C\u5FC5\u987B\u662F\u5B57\u7B26\u4E32",
@@ -1,5 +1,5 @@
1
- import { T as TigerLocale } from '../locale-44p_QYnH.js';
2
- import '../datepicker-ZdzYUqm5.js';
1
+ import { T as TigerLocale } from '../locale-DKOXT9k0.js';
2
+ import '../datepicker-Digy7Stt.js';
3
3
 
4
4
  /**
5
5
  * Traditional Chinese (zh-TW).
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
33
33
  var EN_US_DATEPICKER_LOCALE = {
34
34
  locale: "en-US",
35
35
  labels: {
36
+ placeholder: "Select date",
37
+ rangePlaceholder: "Select date range",
36
38
  today: "Today",
37
39
  ok: "OK",
38
40
  calendar: "Calendar",
39
41
  toggleCalendar: "Toggle calendar",
40
42
  clearDate: "Clear date",
41
43
  previousMonth: "Previous month",
42
- nextMonth: "Next month"
44
+ nextMonth: "Next month",
45
+ year: "Year",
46
+ month: "Month",
47
+ day: "Day"
43
48
  }
44
49
  };
45
50
 
@@ -191,6 +196,88 @@ var enUS = {
191
196
  dragHintText: "Drag to move",
192
197
  boardAriaLabel: "Task Board"
193
198
  },
199
+ select: {
200
+ doneText: "Done"
201
+ },
202
+ tabs: {
203
+ addTabAriaLabel: "Add tab",
204
+ closeTabAriaLabel: "Close {label}"
205
+ },
206
+ rate: {
207
+ ariaLabel: "Rating",
208
+ valueText: "{value} star{plural}"
209
+ },
210
+ avatarGroup: {
211
+ ariaLabel: "Avatar group",
212
+ overflowAriaLabel: "{count} more"
213
+ },
214
+ carousel: {
215
+ ariaLabel: "Image carousel",
216
+ navigationAriaLabel: "Carousel navigation",
217
+ previousSlideAriaLabel: "Previous slide",
218
+ nextSlideAriaLabel: "Next slide",
219
+ goToSlideAriaLabel: "Go to slide {index}",
220
+ slideAriaLabel: "Slide {index} of {total}"
221
+ },
222
+ transfer: {
223
+ sourceTitle: "Source",
224
+ targetTitle: "Target",
225
+ searchAriaLabel: "Search {title}",
226
+ itemsAriaLabel: "{title} items",
227
+ moveToTargetAriaLabel: "Move selected to target",
228
+ moveToSourceAriaLabel: "Move selected to source"
229
+ },
230
+ chart: {
231
+ legendAriaLabel: "Chart legend",
232
+ pointAriaLabel: "Point {index}: ({x}, {y})"
233
+ },
234
+ markdownEditor: {
235
+ formattingToolbarAriaLabel: "Markdown formatting",
236
+ modeToolbarAriaLabel: "Markdown view mode",
237
+ editorAriaLabel: "Markdown editor",
238
+ previewAriaLabel: "Markdown preview",
239
+ editModeLabel: "Edit",
240
+ splitModeLabel: "Split",
241
+ previewModeLabel: "Preview"
242
+ },
243
+ richTextEditor: {
244
+ formattingToolbarAriaLabel: "Text formatting",
245
+ editorAriaLabel: "Rich text editor"
246
+ },
247
+ cronEditor: {
248
+ ariaLabel: "Cron editor",
249
+ expressionAriaLabel: "Cron expression",
250
+ presetAriaLabel: "Cron preset",
251
+ presetPlaceholder: "Preset",
252
+ everyMinutePreset: "Every minute",
253
+ hourlyPreset: "Hourly",
254
+ dailyPreset: "Daily",
255
+ weeklyPreset: "Weekly",
256
+ monthlyPreset: "Monthly",
257
+ minuteLabel: "Minute",
258
+ hourLabel: "Hour",
259
+ dayOfMonthLabel: "Day",
260
+ monthLabel: "Month",
261
+ dayOfWeekLabel: "Weekday",
262
+ modeAnyLabel: "Any",
263
+ modeEveryLabel: "Every",
264
+ modeSpecificLabel: "Specific",
265
+ modeRangeLabel: "Range",
266
+ modeCustomLabel: "Custom",
267
+ modeAriaLabel: "{field} mode",
268
+ stepAriaLabel: "{field} step",
269
+ valueAriaLabel: "{field} value",
270
+ rangeStartAriaLabel: "{field} range start",
271
+ rangeEndAriaLabel: "{field} range end",
272
+ customValueAriaLabel: "{field} custom value",
273
+ expressionFieldsError: "Cron expression must contain 5 fields",
274
+ fieldRequiredError: "{field} is required",
275
+ invalidStepError: "{field} has an invalid step expression",
276
+ stepRangeError: "{field} step must be between 1 and {max}",
277
+ fieldRangeError: "{field} must be between {min} and {max}",
278
+ rangeOrderError: "{field} range start must be less than or equal to end",
279
+ invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
280
+ },
194
281
  formValidation: {
195
282
  required: "This field is required",
196
283
  typeString: "Value must be a string",
@@ -324,6 +411,9 @@ var zhTW = defineLocale({
324
411
  wipLimitText: "WIP \u9650\u5236: {limit}",
325
412
  dragHintText: "\u62D6\u66F3\u4EE5\u79FB\u52D5",
326
413
  boardAriaLabel: "\u4EFB\u52D9\u770B\u677F"
414
+ },
415
+ select: {
416
+ doneText: "\u5B8C\u6210"
327
417
  }
328
418
  });
329
419
  export {
@@ -1,4 +1,4 @@
1
- import { m as TigerLocaleInput, g as TigerLocalePagination, i as TigerLocaleTable } from './locale-44p_QYnH.js';
1
+ import { w as TigerLocaleInput, l as TigerLocalePagination, q as TigerLocaleTable } from './locale-DKOXT9k0.js';
2
2
 
3
3
  /**
4
4
  * Pagination component types and interfaces
@@ -1,3 +1,3 @@
1
- export { D as downloadCsv, G as downloadExcel, H as downloadTableExport, I as exportTableData, J as exportTableToCsv, K as exportTableToExcel, L as tableExportButtonClasses } from '../table-export-CzPmX1b6.js';
2
- import '../locale-44p_QYnH.js';
3
- import '../datepicker-ZdzYUqm5.js';
1
+ export { D as downloadCsv, G as downloadExcel, H as downloadTableExport, I as exportTableData, J as exportTableToCsv, K as exportTableToExcel, L as tableExportButtonClasses } from '../table-export-DR-OBL6e.js';
2
+ import '../locale-DKOXT9k0.js';
3
+ import '../datepicker-Digy7Stt.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expcat/tigercat-core",
3
- "version": "2.0.0-preview.1",
3
+ "version": "2.0.0-preview.3",
4
4
  "type": "module",
5
5
  "description": "Core utilities for Tigercat UI library",
6
6
  "license": "MIT",