@expcat/tigercat-core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{data-export-CJUETRjV.d.ts → data-export-CLWdsrRn.d.ts} +1 -1
- package/dist/index.d.ts +474 -101
- package/dist/index.js +1388 -304
- package/dist/{locale-CEDXoKX7.d.ts → locale-KMGxL6bT.d.ts} +101 -1
- package/dist/locales/ar-SA.d.ts +1 -1
- package/dist/locales/ar-SA.js +140 -4
- package/dist/locales/de-DE.d.ts +1 -1
- package/dist/locales/de-DE.js +140 -4
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +86 -3
- package/dist/locales/es-ES.d.ts +1 -1
- package/dist/locales/es-ES.js +140 -4
- package/dist/locales/fr-FR.d.ts +1 -1
- package/dist/locales/fr-FR.js +140 -4
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +140 -4
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +140 -4
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +140 -4
- package/dist/locales/pt-BR.d.ts +1 -1
- package/dist/locales/pt-BR.js +140 -4
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +140 -4
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +140 -4
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +86 -3
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +140 -4
- package/dist/{table-CbPOY5bp.d.ts → table-CHeBgM_2.d.ts} +1 -1
- package/dist/tailwind/modern.js +25 -14
- package/dist/{tailwind-entry-CNBAH7iv.d.ts → tailwind-entry-nnuviNxx.d.ts} +1 -1
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +23 -12
- package/dist/utils/data-export.d.ts +3 -3
- package/dist/utils/table-export.d.ts +2 -2
- package/package.json +1 -1
package/dist/locales/vi-VN.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
205
|
},
|
|
206
|
+
chatWindow: {
|
|
207
|
+
emptyText: "No messages",
|
|
208
|
+
sendText: "Send",
|
|
209
|
+
placeholder: "Type a message",
|
|
210
|
+
sendingText: "Sending",
|
|
211
|
+
sentText: "Delivered",
|
|
212
|
+
failedText: "Failed to send"
|
|
213
|
+
},
|
|
214
|
+
code: {
|
|
215
|
+
copyLabel: "Copy",
|
|
216
|
+
copiedLabel: "Copied",
|
|
217
|
+
copyFailedLabel: "Copy failed"
|
|
218
|
+
},
|
|
219
|
+
commentThread: {
|
|
220
|
+
emptyText: "No comments",
|
|
221
|
+
replyPlaceholder: "Write a reply...",
|
|
222
|
+
replyButtonText: "Reply",
|
|
223
|
+
cancelReplyText: "Cancel",
|
|
224
|
+
likeText: "Like",
|
|
225
|
+
likedText: "Liked",
|
|
226
|
+
replyText: "Reply",
|
|
227
|
+
moreText: "More",
|
|
228
|
+
loadMoreText: "Load more",
|
|
229
|
+
collapseRepliesText: "\u25BE Collapse replies",
|
|
230
|
+
expandRepliesText: "\u25B8 Expand {count} replies"
|
|
231
|
+
},
|
|
232
|
+
activityFeed: {
|
|
233
|
+
emptyText: "No activity",
|
|
234
|
+
loadingText: "Loading..."
|
|
235
|
+
},
|
|
236
|
+
notificationCenter: {
|
|
237
|
+
title: "Notifications",
|
|
238
|
+
emptyText: "No notifications",
|
|
239
|
+
loadingText: "Loading...",
|
|
240
|
+
allLabel: "All",
|
|
241
|
+
unreadLabel: "Unread",
|
|
242
|
+
readLabel: "Read",
|
|
243
|
+
markAllReadText: "Mark all as read",
|
|
244
|
+
markReadText: "Mark as read",
|
|
245
|
+
markUnreadText: "Mark as unread"
|
|
246
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
248
|
+
doneText: "Done",
|
|
249
|
+
placeholder: "Select an option",
|
|
250
|
+
emptyText: "No options found"
|
|
251
|
+
},
|
|
252
|
+
colorPicker: {
|
|
253
|
+
trigger: "Pick color",
|
|
254
|
+
panelTitle: "Color",
|
|
255
|
+
clear: "Clear",
|
|
256
|
+
hue: "Hue",
|
|
257
|
+
alpha: "Alpha",
|
|
258
|
+
value: "Color value",
|
|
259
|
+
preview: "Color preview",
|
|
260
|
+
selectPreset: "Select {color}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
301
|
+
previewModeLabel: "Preview",
|
|
302
|
+
bold: "Bold",
|
|
303
|
+
italic: "Italic",
|
|
304
|
+
strikethrough: "Strikethrough",
|
|
305
|
+
heading: "Heading",
|
|
306
|
+
blockquote: "Blockquote",
|
|
307
|
+
unorderedList: "Bulleted list",
|
|
308
|
+
orderedList: "Numbered list",
|
|
309
|
+
inlineCode: "Inline code",
|
|
310
|
+
codeBlock: "Code block",
|
|
311
|
+
link: "Link",
|
|
312
|
+
image: "Image",
|
|
313
|
+
table: "Table",
|
|
314
|
+
horizontalRule: "Horizontal rule"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
318
|
+
editorAriaLabel: "Rich text editor",
|
|
319
|
+
bold: "Bold",
|
|
320
|
+
italic: "Italic",
|
|
321
|
+
underline: "Underline",
|
|
322
|
+
strikethrough: "Strikethrough",
|
|
323
|
+
heading1: "H1",
|
|
324
|
+
heading2: "H2",
|
|
325
|
+
heading3: "H3",
|
|
326
|
+
bulletList: "Bullet List",
|
|
327
|
+
orderedList: "Ordered List",
|
|
328
|
+
blockquote: "Blockquote",
|
|
329
|
+
codeBlock: "Code",
|
|
330
|
+
link: "Link",
|
|
331
|
+
image: "Image",
|
|
332
|
+
horizontalRule: "HR",
|
|
333
|
+
undo: "Undo",
|
|
334
|
+
redo: "Redo",
|
|
335
|
+
clear: "Clear"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -427,8 +510,61 @@ var viVN = defineLocale({
|
|
|
427
510
|
dragHintText: "K\xE9o \u0111\u1EC3 di chuy\u1EC3n",
|
|
428
511
|
boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
|
|
429
512
|
},
|
|
513
|
+
chatWindow: {
|
|
514
|
+
emptyText: "Kh\xF4ng c\xF3 tin nh\u1EAFn",
|
|
515
|
+
sendText: "G\u1EEDi",
|
|
516
|
+
placeholder: "Nh\u1EADp tin nh\u1EAFn",
|
|
517
|
+
sendingText: "\u0110ang g\u1EEDi",
|
|
518
|
+
sentText: "\u0110\xE3 g\u1EEDi",
|
|
519
|
+
failedText: "G\u1EEDi th\u1EA5t b\u1EA1i"
|
|
520
|
+
},
|
|
521
|
+
code: {
|
|
522
|
+
copyLabel: "Sao ch\xE9p",
|
|
523
|
+
copiedLabel: "\u0110\xE3 sao ch\xE9p",
|
|
524
|
+
copyFailedLabel: "Sao ch\xE9p th\u1EA5t b\u1EA1i"
|
|
525
|
+
},
|
|
526
|
+
commentThread: {
|
|
527
|
+
emptyText: "Kh\xF4ng c\xF3 b\xECnh lu\u1EADn",
|
|
528
|
+
replyPlaceholder: "Vi\u1EBFt ph\u1EA3n h\u1ED3i...",
|
|
529
|
+
replyButtonText: "Tr\u1EA3 l\u1EDDi",
|
|
530
|
+
cancelReplyText: "H\u1EE7y",
|
|
531
|
+
likeText: "Th\xEDch",
|
|
532
|
+
likedText: "\u0110\xE3 th\xEDch",
|
|
533
|
+
replyText: "Tr\u1EA3 l\u1EDDi",
|
|
534
|
+
moreText: "Th\xEAm",
|
|
535
|
+
loadMoreText: "T\u1EA3i th\xEAm",
|
|
536
|
+
collapseRepliesText: "\u25BE Thu g\u1ECDn ph\u1EA3n h\u1ED3i",
|
|
537
|
+
expandRepliesText: "\u25B8 M\u1EDF r\u1ED9ng {count} ph\u1EA3n h\u1ED3i"
|
|
538
|
+
},
|
|
539
|
+
activityFeed: {
|
|
540
|
+
emptyText: "Kh\xF4ng c\xF3 ho\u1EA1t \u0111\u1ED9ng",
|
|
541
|
+
loadingText: "\u0110ang t\u1EA3i..."
|
|
542
|
+
},
|
|
543
|
+
notificationCenter: {
|
|
544
|
+
title: "Th\xF4ng b\xE1o",
|
|
545
|
+
emptyText: "Kh\xF4ng c\xF3 th\xF4ng b\xE1o",
|
|
546
|
+
loadingText: "\u0110ang t\u1EA3i...",
|
|
547
|
+
allLabel: "T\u1EA5t c\u1EA3",
|
|
548
|
+
unreadLabel: "Ch\u01B0a \u0111\u1ECDc",
|
|
549
|
+
readLabel: "\u0110\xE3 \u0111\u1ECDc",
|
|
550
|
+
markAllReadText: "\u0110\xE1nh d\u1EA5u t\u1EA5t c\u1EA3 l\xE0 \u0111\xE3 \u0111\u1ECDc",
|
|
551
|
+
markReadText: "\u0110\xE1nh d\u1EA5u \u0111\xE3 \u0111\u1ECDc",
|
|
552
|
+
markUnreadText: "\u0110\xE1nh d\u1EA5u ch\u01B0a \u0111\u1ECDc"
|
|
553
|
+
},
|
|
430
554
|
select: {
|
|
431
|
-
doneText: "Ho\xE0n th\xE0nh"
|
|
555
|
+
doneText: "Ho\xE0n th\xE0nh",
|
|
556
|
+
placeholder: "Ch\u1ECDn m\u1ED9t t\xF9y ch\u1ECDn",
|
|
557
|
+
emptyText: "Kh\xF4ng c\xF3 t\xF9y ch\u1ECDn"
|
|
558
|
+
},
|
|
559
|
+
colorPicker: {
|
|
560
|
+
trigger: "Ch\u1ECDn m\xE0u",
|
|
561
|
+
panelTitle: "M\xE0u",
|
|
562
|
+
clear: "X\xF3a",
|
|
563
|
+
hue: "Hue",
|
|
564
|
+
alpha: "\u0110\u1ED9 trong su\u1ED1t",
|
|
565
|
+
value: "Gi\xE1 tr\u1ECB m\xE0u",
|
|
566
|
+
preview: "Xem tr\u01B0\u1EDBc",
|
|
567
|
+
selectPreset: "Ch\u1ECDn {color}"
|
|
432
568
|
},
|
|
433
569
|
inputOtp: {
|
|
434
570
|
groupLabel: "M\u1EADt kh\u1EA9u d\xF9ng m\u1ED9t l\u1EA7n",
|
package/dist/locales/zh-CN.d.ts
CHANGED
package/dist/locales/zh-CN.js
CHANGED
|
@@ -203,8 +203,61 @@ var zhCN = {
|
|
|
203
203
|
dragHintText: "\u62D6\u62FD\u4EE5\u79FB\u52A8",
|
|
204
204
|
boardAriaLabel: "\u4EFB\u52A1\u770B\u677F"
|
|
205
205
|
},
|
|
206
|
+
chatWindow: {
|
|
207
|
+
emptyText: "\u6682\u65E0\u6D88\u606F",
|
|
208
|
+
sendText: "\u53D1\u9001",
|
|
209
|
+
placeholder: "\u8BF7\u8F93\u5165\u6D88\u606F",
|
|
210
|
+
sendingText: "\u53D1\u9001\u4E2D",
|
|
211
|
+
sentText: "\u5DF2\u9001\u8FBE",
|
|
212
|
+
failedText: "\u53D1\u9001\u5931\u8D25"
|
|
213
|
+
},
|
|
214
|
+
code: {
|
|
215
|
+
copyLabel: "\u590D\u5236",
|
|
216
|
+
copiedLabel: "\u5DF2\u590D\u5236",
|
|
217
|
+
copyFailedLabel: "\u590D\u5236\u5931\u8D25"
|
|
218
|
+
},
|
|
219
|
+
commentThread: {
|
|
220
|
+
emptyText: "\u6682\u65E0\u8BC4\u8BBA",
|
|
221
|
+
replyPlaceholder: "\u5199\u4E0B\u56DE\u590D...",
|
|
222
|
+
replyButtonText: "\u56DE\u590D",
|
|
223
|
+
cancelReplyText: "\u53D6\u6D88",
|
|
224
|
+
likeText: "\u70B9\u8D5E",
|
|
225
|
+
likedText: "\u5DF2\u8D5E",
|
|
226
|
+
replyText: "\u56DE\u590D",
|
|
227
|
+
moreText: "\u66F4\u591A",
|
|
228
|
+
loadMoreText: "\u52A0\u8F7D\u66F4\u591A",
|
|
229
|
+
collapseRepliesText: "\u25BE \u6536\u8D77\u56DE\u590D",
|
|
230
|
+
expandRepliesText: "\u25B8 \u5C55\u5F00 {count} \u6761\u56DE\u590D"
|
|
231
|
+
},
|
|
232
|
+
activityFeed: {
|
|
233
|
+
emptyText: "\u6682\u65E0\u52A8\u6001",
|
|
234
|
+
loadingText: "\u52A0\u8F7D\u4E2D..."
|
|
235
|
+
},
|
|
236
|
+
notificationCenter: {
|
|
237
|
+
title: "\u901A\u77E5\u4E2D\u5FC3",
|
|
238
|
+
emptyText: "\u6682\u65E0\u901A\u77E5",
|
|
239
|
+
loadingText: "\u52A0\u8F7D\u4E2D...",
|
|
240
|
+
allLabel: "\u5168\u90E8",
|
|
241
|
+
unreadLabel: "\u672A\u8BFB",
|
|
242
|
+
readLabel: "\u5DF2\u8BFB",
|
|
243
|
+
markAllReadText: "\u5168\u90E8\u6807\u8BB0\u5DF2\u8BFB",
|
|
244
|
+
markReadText: "\u6807\u8BB0\u5DF2\u8BFB",
|
|
245
|
+
markUnreadText: "\u6807\u8BB0\u672A\u8BFB"
|
|
246
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "\u5B8C\u6210"
|
|
248
|
+
doneText: "\u5B8C\u6210",
|
|
249
|
+
placeholder: "\u8BF7\u9009\u62E9",
|
|
250
|
+
emptyText: "\u6682\u65E0\u9009\u9879"
|
|
251
|
+
},
|
|
252
|
+
colorPicker: {
|
|
253
|
+
trigger: "\u9009\u62E9\u989C\u8272",
|
|
254
|
+
panelTitle: "\u989C\u8272",
|
|
255
|
+
clear: "\u6E05\u7A7A",
|
|
256
|
+
hue: "\u8272\u76F8",
|
|
257
|
+
alpha: "\u900F\u660E\u5EA6",
|
|
258
|
+
value: "\u989C\u8272\u503C",
|
|
259
|
+
preview: "\u989C\u8272\u9884\u89C8",
|
|
260
|
+
selectPreset: "\u9009\u62E9 {color}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "\u65B0\u589E\u6807\u7B7E\u9875",
|
|
@@ -245,11 +298,41 @@ var zhCN = {
|
|
|
245
298
|
previewAriaLabel: "Markdown \u9884\u89C8",
|
|
246
299
|
editModeLabel: "\u7F16\u8F91",
|
|
247
300
|
splitModeLabel: "\u5206\u680F",
|
|
248
|
-
previewModeLabel: "\u9884\u89C8"
|
|
301
|
+
previewModeLabel: "\u9884\u89C8",
|
|
302
|
+
bold: "\u52A0\u7C97",
|
|
303
|
+
italic: "\u659C\u4F53",
|
|
304
|
+
strikethrough: "\u5220\u9664\u7EBF",
|
|
305
|
+
heading: "\u6807\u9898",
|
|
306
|
+
blockquote: "\u5F15\u7528",
|
|
307
|
+
unorderedList: "\u65E0\u5E8F\u5217\u8868",
|
|
308
|
+
orderedList: "\u6709\u5E8F\u5217\u8868",
|
|
309
|
+
inlineCode: "\u884C\u5185\u4EE3\u7801",
|
|
310
|
+
codeBlock: "\u4EE3\u7801\u5757",
|
|
311
|
+
link: "\u94FE\u63A5",
|
|
312
|
+
image: "\u56FE\u7247",
|
|
313
|
+
table: "\u8868\u683C",
|
|
314
|
+
horizontalRule: "\u5206\u9694\u7EBF"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "\u5BCC\u6587\u672C\u683C\u5F0F\u5DE5\u5177\u680F",
|
|
252
|
-
editorAriaLabel: "\u5BCC\u6587\u672C\u7F16\u8F91\u5668"
|
|
318
|
+
editorAriaLabel: "\u5BCC\u6587\u672C\u7F16\u8F91\u5668",
|
|
319
|
+
bold: "\u52A0\u7C97",
|
|
320
|
+
italic: "\u659C\u4F53",
|
|
321
|
+
underline: "\u4E0B\u5212\u7EBF",
|
|
322
|
+
strikethrough: "\u5220\u9664\u7EBF",
|
|
323
|
+
heading1: "\u6807\u98981",
|
|
324
|
+
heading2: "\u6807\u98982",
|
|
325
|
+
heading3: "\u6807\u98983",
|
|
326
|
+
bulletList: "\u65E0\u5E8F\u5217\u8868",
|
|
327
|
+
orderedList: "\u6709\u5E8F\u5217\u8868",
|
|
328
|
+
blockquote: "\u5F15\u7528",
|
|
329
|
+
codeBlock: "\u4EE3\u7801",
|
|
330
|
+
link: "\u94FE\u63A5",
|
|
331
|
+
image: "\u56FE\u7247",
|
|
332
|
+
horizontalRule: "\u5206\u9694\u7EBF",
|
|
333
|
+
undo: "\u64A4\u9500",
|
|
334
|
+
redo: "\u91CD\u505A",
|
|
335
|
+
clear: "\u6E05\u9664\u683C\u5F0F"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron \u8868\u8FBE\u5F0F\u7F16\u8F91\u5668",
|
package/dist/locales/zh-TW.d.ts
CHANGED
package/dist/locales/zh-TW.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
205
|
},
|
|
206
|
+
chatWindow: {
|
|
207
|
+
emptyText: "No messages",
|
|
208
|
+
sendText: "Send",
|
|
209
|
+
placeholder: "Type a message",
|
|
210
|
+
sendingText: "Sending",
|
|
211
|
+
sentText: "Delivered",
|
|
212
|
+
failedText: "Failed to send"
|
|
213
|
+
},
|
|
214
|
+
code: {
|
|
215
|
+
copyLabel: "Copy",
|
|
216
|
+
copiedLabel: "Copied",
|
|
217
|
+
copyFailedLabel: "Copy failed"
|
|
218
|
+
},
|
|
219
|
+
commentThread: {
|
|
220
|
+
emptyText: "No comments",
|
|
221
|
+
replyPlaceholder: "Write a reply...",
|
|
222
|
+
replyButtonText: "Reply",
|
|
223
|
+
cancelReplyText: "Cancel",
|
|
224
|
+
likeText: "Like",
|
|
225
|
+
likedText: "Liked",
|
|
226
|
+
replyText: "Reply",
|
|
227
|
+
moreText: "More",
|
|
228
|
+
loadMoreText: "Load more",
|
|
229
|
+
collapseRepliesText: "\u25BE Collapse replies",
|
|
230
|
+
expandRepliesText: "\u25B8 Expand {count} replies"
|
|
231
|
+
},
|
|
232
|
+
activityFeed: {
|
|
233
|
+
emptyText: "No activity",
|
|
234
|
+
loadingText: "Loading..."
|
|
235
|
+
},
|
|
236
|
+
notificationCenter: {
|
|
237
|
+
title: "Notifications",
|
|
238
|
+
emptyText: "No notifications",
|
|
239
|
+
loadingText: "Loading...",
|
|
240
|
+
allLabel: "All",
|
|
241
|
+
unreadLabel: "Unread",
|
|
242
|
+
readLabel: "Read",
|
|
243
|
+
markAllReadText: "Mark all as read",
|
|
244
|
+
markReadText: "Mark as read",
|
|
245
|
+
markUnreadText: "Mark as unread"
|
|
246
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
248
|
+
doneText: "Done",
|
|
249
|
+
placeholder: "Select an option",
|
|
250
|
+
emptyText: "No options found"
|
|
251
|
+
},
|
|
252
|
+
colorPicker: {
|
|
253
|
+
trigger: "Pick color",
|
|
254
|
+
panelTitle: "Color",
|
|
255
|
+
clear: "Clear",
|
|
256
|
+
hue: "Hue",
|
|
257
|
+
alpha: "Alpha",
|
|
258
|
+
value: "Color value",
|
|
259
|
+
preview: "Color preview",
|
|
260
|
+
selectPreset: "Select {color}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
301
|
+
previewModeLabel: "Preview",
|
|
302
|
+
bold: "Bold",
|
|
303
|
+
italic: "Italic",
|
|
304
|
+
strikethrough: "Strikethrough",
|
|
305
|
+
heading: "Heading",
|
|
306
|
+
blockquote: "Blockquote",
|
|
307
|
+
unorderedList: "Bulleted list",
|
|
308
|
+
orderedList: "Numbered list",
|
|
309
|
+
inlineCode: "Inline code",
|
|
310
|
+
codeBlock: "Code block",
|
|
311
|
+
link: "Link",
|
|
312
|
+
image: "Image",
|
|
313
|
+
table: "Table",
|
|
314
|
+
horizontalRule: "Horizontal rule"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
318
|
+
editorAriaLabel: "Rich text editor",
|
|
319
|
+
bold: "Bold",
|
|
320
|
+
italic: "Italic",
|
|
321
|
+
underline: "Underline",
|
|
322
|
+
strikethrough: "Strikethrough",
|
|
323
|
+
heading1: "H1",
|
|
324
|
+
heading2: "H2",
|
|
325
|
+
heading3: "H3",
|
|
326
|
+
bulletList: "Bullet List",
|
|
327
|
+
orderedList: "Ordered List",
|
|
328
|
+
blockquote: "Blockquote",
|
|
329
|
+
codeBlock: "Code",
|
|
330
|
+
link: "Link",
|
|
331
|
+
image: "Image",
|
|
332
|
+
horizontalRule: "HR",
|
|
333
|
+
undo: "Undo",
|
|
334
|
+
redo: "Redo",
|
|
335
|
+
clear: "Clear"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -427,8 +510,61 @@ var zhTW = defineLocale({
|
|
|
427
510
|
dragHintText: "\u62D6\u66F3\u4EE5\u79FB\u52D5",
|
|
428
511
|
boardAriaLabel: "\u4EFB\u52D9\u770B\u677F"
|
|
429
512
|
},
|
|
513
|
+
chatWindow: {
|
|
514
|
+
emptyText: "\u66AB\u7121\u8A0A\u606F",
|
|
515
|
+
sendText: "\u50B3\u9001",
|
|
516
|
+
placeholder: "\u8ACB\u8F38\u5165\u8A0A\u606F",
|
|
517
|
+
sendingText: "\u50B3\u9001\u4E2D",
|
|
518
|
+
sentText: "\u5DF2\u9001\u9054",
|
|
519
|
+
failedText: "\u50B3\u9001\u5931\u6557"
|
|
520
|
+
},
|
|
521
|
+
code: {
|
|
522
|
+
copyLabel: "\u8907\u88FD",
|
|
523
|
+
copiedLabel: "\u5DF2\u8907\u88FD",
|
|
524
|
+
copyFailedLabel: "\u8907\u88FD\u5931\u6557"
|
|
525
|
+
},
|
|
526
|
+
commentThread: {
|
|
527
|
+
emptyText: "\u66AB\u7121\u8A55\u8AD6",
|
|
528
|
+
replyPlaceholder: "\u5BEB\u4E0B\u56DE\u8986...",
|
|
529
|
+
replyButtonText: "\u56DE\u8986",
|
|
530
|
+
cancelReplyText: "\u53D6\u6D88",
|
|
531
|
+
likeText: "\u9EDE\u8B9A",
|
|
532
|
+
likedText: "\u5DF2\u8B9A",
|
|
533
|
+
replyText: "\u56DE\u8986",
|
|
534
|
+
moreText: "\u66F4\u591A",
|
|
535
|
+
loadMoreText: "\u8F09\u5165\u66F4\u591A",
|
|
536
|
+
collapseRepliesText: "\u25BE \u6536\u5408\u56DE\u8986",
|
|
537
|
+
expandRepliesText: "\u25B8 \u5C55\u958B {count} \u5247\u56DE\u8986"
|
|
538
|
+
},
|
|
539
|
+
activityFeed: {
|
|
540
|
+
emptyText: "\u66AB\u7121\u52D5\u614B",
|
|
541
|
+
loadingText: "\u8F09\u5165\u4E2D..."
|
|
542
|
+
},
|
|
543
|
+
notificationCenter: {
|
|
544
|
+
title: "\u901A\u77E5\u4E2D\u5FC3",
|
|
545
|
+
emptyText: "\u66AB\u7121\u901A\u77E5",
|
|
546
|
+
loadingText: "\u8F09\u5165\u4E2D...",
|
|
547
|
+
allLabel: "\u5168\u90E8",
|
|
548
|
+
unreadLabel: "\u672A\u8B80",
|
|
549
|
+
readLabel: "\u5DF2\u8B80",
|
|
550
|
+
markAllReadText: "\u5168\u90E8\u6A19\u8A18\u5DF2\u8B80",
|
|
551
|
+
markReadText: "\u6A19\u8A18\u5DF2\u8B80",
|
|
552
|
+
markUnreadText: "\u6A19\u8A18\u672A\u8B80"
|
|
553
|
+
},
|
|
430
554
|
select: {
|
|
431
|
-
doneText: "\u5B8C\u6210"
|
|
555
|
+
doneText: "\u5B8C\u6210",
|
|
556
|
+
placeholder: "\u8ACB\u9078\u64C7",
|
|
557
|
+
emptyText: "\u66AB\u7121\u9078\u9805"
|
|
558
|
+
},
|
|
559
|
+
colorPicker: {
|
|
560
|
+
trigger: "\u9078\u64C7\u984F\u8272",
|
|
561
|
+
panelTitle: "\u984F\u8272",
|
|
562
|
+
clear: "\u6E05\u9664",
|
|
563
|
+
hue: "\u8272\u76F8",
|
|
564
|
+
alpha: "\u900F\u660E\u5EA6",
|
|
565
|
+
value: "\u984F\u8272\u503C",
|
|
566
|
+
preview: "\u984F\u8272\u9810\u89BD",
|
|
567
|
+
selectPreset: "\u9078\u64C7 {color}"
|
|
432
568
|
},
|
|
433
569
|
inputOtp: {
|
|
434
570
|
groupLabel: "\u4E00\u6B21\u6027\u9A57\u8B49\u78BC",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TigerLocaleInput, b as TigerLocalePagination, c as TigerLocaleTable } from './locale-
|
|
1
|
+
import { a as TigerLocaleInput, b as TigerLocalePagination, c as TigerLocaleTable } from './locale-KMGxL6bT.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Pagination component types and interfaces
|
package/dist/tailwind/modern.js
CHANGED
|
@@ -41,6 +41,10 @@ var THEME_CSS_VARS = {
|
|
|
41
41
|
chart4: "--tiger-chart-4",
|
|
42
42
|
chart5: "--tiger-chart-5",
|
|
43
43
|
chart6: "--tiger-chart-6",
|
|
44
|
+
// Aliases of existing semantic tokens (not a third color system)
|
|
45
|
+
textMuted: "--tiger-text-muted",
|
|
46
|
+
fill: "--tiger-fill",
|
|
47
|
+
bg: "--tiger-bg",
|
|
44
48
|
// Breakpoints
|
|
45
49
|
breakpointXs: "--tiger-breakpoint-xs",
|
|
46
50
|
breakpointSm: "--tiger-breakpoint-sm",
|
|
@@ -48,6 +52,23 @@ var THEME_CSS_VARS = {
|
|
|
48
52
|
breakpointLg: "--tiger-breakpoint-lg",
|
|
49
53
|
breakpointXl: "--tiger-breakpoint-xl"
|
|
50
54
|
};
|
|
55
|
+
var THEME_CSS_VAR_ALIAS_SOURCES = {
|
|
56
|
+
textMuted: "textSecondary",
|
|
57
|
+
fill: "surfaceMuted",
|
|
58
|
+
bg: "surface"
|
|
59
|
+
};
|
|
60
|
+
function semanticColorsToCssVars(colors = {}) {
|
|
61
|
+
const vars = {};
|
|
62
|
+
for (const [key, value] of Object.entries(colors)) {
|
|
63
|
+
const varName = THEME_CSS_VARS[key];
|
|
64
|
+
if (varName && value) vars[varName] = value;
|
|
65
|
+
}
|
|
66
|
+
for (const aliasKey of Object.keys(THEME_CSS_VAR_ALIAS_SOURCES)) {
|
|
67
|
+
const sourceKey = THEME_CSS_VAR_ALIAS_SOURCES[aliasKey];
|
|
68
|
+
vars[THEME_CSS_VARS[aliasKey]] = `var(${THEME_CSS_VARS[sourceKey]})`;
|
|
69
|
+
}
|
|
70
|
+
return vars;
|
|
71
|
+
}
|
|
51
72
|
|
|
52
73
|
// src/themes/modern/tokens.ts
|
|
53
74
|
var MODERN_BASE_TOKENS_LIGHT = {
|
|
@@ -249,18 +270,8 @@ var defaultThemeDarkColors = {
|
|
|
249
270
|
};
|
|
250
271
|
|
|
251
272
|
// src/tailwind-plugin.ts
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
for (const [key, value] of Object.entries(colors)) {
|
|
255
|
-
const varName = THEME_CSS_VARS[key];
|
|
256
|
-
if (varName && value) {
|
|
257
|
-
vars[varName] = value;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
return vars;
|
|
261
|
-
}
|
|
262
|
-
var tigercatTheme = presetToVars(defaultThemeLightColors);
|
|
263
|
-
var tigercatDarkTheme = presetToVars(defaultThemeDarkColors);
|
|
273
|
+
var tigercatTheme = semanticColorsToCssVars(defaultThemeLightColors);
|
|
274
|
+
var tigercatDarkTheme = semanticColorsToCssVars(defaultThemeDarkColors);
|
|
264
275
|
var tigercatDirectionBase = {
|
|
265
276
|
'[dir="rtl"] .tiger-rtl-mirror, [data-tiger-dir="rtl"] .tiger-rtl-mirror': {
|
|
266
277
|
transform: "scaleX(-1)"
|
|
@@ -302,8 +313,8 @@ var tigercatPlugin = plugin(function({ addBase }) {
|
|
|
302
313
|
function createTigercatPlugin(options = {}) {
|
|
303
314
|
return plugin(function({ addBase }) {
|
|
304
315
|
const preset = options.preset;
|
|
305
|
-
const lightVars = preset?.light?.colors ?
|
|
306
|
-
const darkVars = preset?.dark?.colors ?
|
|
316
|
+
const lightVars = preset?.light?.colors ? semanticColorsToCssVars(preset.light.colors) : tigercatTheme;
|
|
317
|
+
const darkVars = preset?.dark?.colors ? semanticColorsToCssVars(preset.dark.colors) : tigercatDarkTheme;
|
|
307
318
|
addBase({
|
|
308
319
|
":root": { ...lightVars, ...MODERN_BASE_TOKENS_LIGHT },
|
|
309
320
|
".dark": { ...darkVars, ...MODERN_BASE_TOKENS_DARK },
|
|
@@ -181,4 +181,4 @@ interface TigercatPluginOptions {
|
|
|
181
181
|
*/
|
|
182
182
|
declare function createTigercatPlugin(options?: TigercatPluginOptions): tailwindcss_plugin.PluginWithConfig;
|
|
183
183
|
|
|
184
|
-
export { type ColorScheme as C, type
|
|
184
|
+
export { type ColorScheme as C, type ThemeSemanticColors as T, type ThemePreset as a, type ThemeConfig as b, type ThemeColorScale as c, type ThemeMotion as d, type ThemePresetName as e, type ThemeRadius as f, type ThemeShadows as g, type ThemeSpacing as h, type ThemeTypography as i, type TigercatPluginOptions as j, createTigercatPlugin as k, tigercatPlugin as l, tigercatTheme as m, tigercatDarkTheme as t };
|
package/dist/tailwind.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { l as default } from './tailwind-entry-
|
|
1
|
+
export { l as default } from './tailwind-entry-nnuviNxx.js';
|
|
2
2
|
import 'tailwindcss/plugin';
|
package/dist/tailwind.js
CHANGED
|
@@ -41,6 +41,10 @@ var THEME_CSS_VARS = {
|
|
|
41
41
|
chart4: "--tiger-chart-4",
|
|
42
42
|
chart5: "--tiger-chart-5",
|
|
43
43
|
chart6: "--tiger-chart-6",
|
|
44
|
+
// Aliases of existing semantic tokens (not a third color system)
|
|
45
|
+
textMuted: "--tiger-text-muted",
|
|
46
|
+
fill: "--tiger-fill",
|
|
47
|
+
bg: "--tiger-bg",
|
|
44
48
|
// Breakpoints
|
|
45
49
|
breakpointXs: "--tiger-breakpoint-xs",
|
|
46
50
|
breakpointSm: "--tiger-breakpoint-sm",
|
|
@@ -48,6 +52,23 @@ var THEME_CSS_VARS = {
|
|
|
48
52
|
breakpointLg: "--tiger-breakpoint-lg",
|
|
49
53
|
breakpointXl: "--tiger-breakpoint-xl"
|
|
50
54
|
};
|
|
55
|
+
var THEME_CSS_VAR_ALIAS_SOURCES = {
|
|
56
|
+
textMuted: "textSecondary",
|
|
57
|
+
fill: "surfaceMuted",
|
|
58
|
+
bg: "surface"
|
|
59
|
+
};
|
|
60
|
+
function semanticColorsToCssVars(colors = {}) {
|
|
61
|
+
const vars = {};
|
|
62
|
+
for (const [key, value] of Object.entries(colors)) {
|
|
63
|
+
const varName = THEME_CSS_VARS[key];
|
|
64
|
+
if (varName && value) vars[varName] = value;
|
|
65
|
+
}
|
|
66
|
+
for (const aliasKey of Object.keys(THEME_CSS_VAR_ALIAS_SOURCES)) {
|
|
67
|
+
const sourceKey = THEME_CSS_VAR_ALIAS_SOURCES[aliasKey];
|
|
68
|
+
vars[THEME_CSS_VARS[aliasKey]] = `var(${THEME_CSS_VARS[sourceKey]})`;
|
|
69
|
+
}
|
|
70
|
+
return vars;
|
|
71
|
+
}
|
|
51
72
|
|
|
52
73
|
// src/themes/modern/tokens.ts
|
|
53
74
|
var MODERN_BASE_TOKENS_LIGHT = {
|
|
@@ -186,18 +207,8 @@ var defaultThemeDarkColors = {
|
|
|
186
207
|
};
|
|
187
208
|
|
|
188
209
|
// src/tailwind-plugin.ts
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
for (const [key, value] of Object.entries(colors)) {
|
|
192
|
-
const varName = THEME_CSS_VARS[key];
|
|
193
|
-
if (varName && value) {
|
|
194
|
-
vars[varName] = value;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
return vars;
|
|
198
|
-
}
|
|
199
|
-
var tigercatTheme = presetToVars(defaultThemeLightColors);
|
|
200
|
-
var tigercatDarkTheme = presetToVars(defaultThemeDarkColors);
|
|
210
|
+
var tigercatTheme = semanticColorsToCssVars(defaultThemeLightColors);
|
|
211
|
+
var tigercatDarkTheme = semanticColorsToCssVars(defaultThemeDarkColors);
|
|
201
212
|
var tigercatDirectionBase = {
|
|
202
213
|
'[dir="rtl"] .tiger-rtl-mirror, [data-tiger-dir="rtl"] .tiger-rtl-mirror': {
|
|
203
214
|
transform: "scaleX(-1)"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TableColumn } from '../table-
|
|
2
|
-
import { D as DataExportFormat, a as DataExportOptions } from '../data-export-
|
|
3
|
-
import '../locale-
|
|
1
|
+
import { T as TableColumn } from '../table-CHeBgM_2.js';
|
|
2
|
+
import { D as DataExportFormat, a as DataExportOptions } from '../data-export-CLWdsrRn.js';
|
|
3
|
+
import '../locale-KMGxL6bT.js';
|
|
4
4
|
import '../datepicker-Digy7Stt.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { x as TableExportFormat, T as TableColumn } from '../table-
|
|
2
|
-
import '../locale-
|
|
1
|
+
import { x as TableExportFormat, T as TableColumn } from '../table-CHeBgM_2.js';
|
|
2
|
+
import '../locale-KMGxL6bT.js';
|
|
3
3
|
import '../datepicker-Digy7Stt.js';
|
|
4
4
|
|
|
5
5
|
/**
|