@expcat/tigercat-core 2.0.4 → 2.1.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.
- package/dist/{data-export-CJTP3rIi.d.ts → data-export-CJUETRjV.d.ts} +1 -1
- package/dist/index.d.ts +2928 -173
- package/dist/index.js +2424 -246
- package/dist/{locale-CaxkEHEG.d.ts → locale-CEDXoKX7.d.ts} +23 -1
- package/dist/locales/ar-SA.d.ts +1 -1
- package/dist/locales/ar-SA.js +16 -0
- package/dist/locales/de-DE.d.ts +1 -1
- package/dist/locales/de-DE.js +16 -0
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +8 -0
- package/dist/locales/es-ES.d.ts +1 -1
- package/dist/locales/es-ES.js +16 -0
- package/dist/locales/fr-FR.d.ts +1 -1
- package/dist/locales/fr-FR.js +16 -0
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +16 -0
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +16 -0
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +16 -0
- package/dist/locales/pt-BR.d.ts +1 -1
- package/dist/locales/pt-BR.js +16 -0
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +16 -0
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +16 -0
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +8 -0
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +16 -0
- package/dist/{table-DtmPxL6W.d.ts → table-CbPOY5bp.d.ts} +1 -1
- package/dist/utils/data-export.d.ts +3 -3
- package/dist/utils/table-export.d.ts +2 -2
- package/package.json +1 -1
- package/tokens/tailwind-tokens.js +3 -6
- package/tokens/tokens.css +4 -8
|
@@ -447,6 +447,26 @@ interface TigerLocaleFormValidation {
|
|
|
447
447
|
/** Custom validator threw */
|
|
448
448
|
validatorError?: string;
|
|
449
449
|
}
|
|
450
|
+
/**
|
|
451
|
+
* InputOTP labels.
|
|
452
|
+
* @since 2.1.0
|
|
453
|
+
*/
|
|
454
|
+
interface TigerLocaleInputOTP {
|
|
455
|
+
/** Accessible label for the slot group */
|
|
456
|
+
groupLabel?: string;
|
|
457
|
+
/** Per-slot aria-label — template: supports {index} (1-based) and {total} */
|
|
458
|
+
slotLabel?: string;
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* TagsInput labels.
|
|
462
|
+
* @since 2.1.0
|
|
463
|
+
*/
|
|
464
|
+
interface TigerLocaleTagsInput {
|
|
465
|
+
/** Remove-tag button aria-label — template: supports {tag} */
|
|
466
|
+
removeTagLabel?: string;
|
|
467
|
+
/** Clear-all button aria-label */
|
|
468
|
+
clearAllLabel?: string;
|
|
469
|
+
}
|
|
450
470
|
interface TigerLocale {
|
|
451
471
|
/** BCP 47 locale identifier, for Intl formatting and direction inference. */
|
|
452
472
|
locale?: string;
|
|
@@ -483,6 +503,8 @@ interface TigerLocale {
|
|
|
483
503
|
richTextEditor?: TigerLocaleRichTextEditor;
|
|
484
504
|
cronEditor?: TigerLocaleCronEditor;
|
|
485
505
|
formValidation?: TigerLocaleFormValidation;
|
|
506
|
+
inputOtp?: TigerLocaleInputOTP;
|
|
507
|
+
tagsInput?: TigerLocaleTagsInput;
|
|
486
508
|
}
|
|
487
509
|
/**
|
|
488
510
|
* Flat custom-text overlay for single-language projects that do not need i18n.
|
|
@@ -500,4 +522,4 @@ type TigerLocaleLazyModule = Partial<TigerLocale> | {
|
|
|
500
522
|
type TigerLocaleLoader = () => PromiseLike<TigerLocaleLazyModule>;
|
|
501
523
|
type TigerLocaleInput = Partial<TigerLocale> | PromiseLike<TigerLocaleLazyModule> | TigerLocaleLoader;
|
|
502
524
|
|
|
503
|
-
export type {
|
|
525
|
+
export type { TigerLocaleDirection as A, TigerLocaleLazyModule as B, TigerLocaleLoader as C, TigerText as D, TimeFormat as E, TigerLocaleDrawer as F, TigerLocaleModal as G, TigerLocaleCommon as H, TigerLocaleEmpty as I, TigerLocaleQRCode as J, TigerLocaleTimePicker as K, TigerLocaleTimeline as L, TigerLocaleUpload as M, TimePickerModelValue as N, TimePickerProps as O, TigerLocale as T, TigerLocaleInput as a, TigerLocalePagination as b, TigerLocaleTable as c, TigerLocaleAvatarGroup as d, TigerLocaleCalendar as e, TigerLocaleCarousel as f, TigerLocaleChart as g, TigerLocaleCronEditor as h, TigerLocaleDataExport as i, TigerLocaleFileManager as j, TigerLocaleFormValidation as k, TigerLocaleFormWizard as l, TigerLocaleImageEditor as m, TigerLocaleImageViewer as n, TigerLocaleInputOTP as o, TigerLocaleMarkdownEditor as p, TigerLocaleRate as q, TigerLocaleRichTextEditor as r, TigerLocaleSelect as s, TigerLocaleStatus as t, TigerLocaleTabs as u, TigerLocaleTagsInput as v, TigerLocaleTaskBoard as w, TimePickerLabels as x, TigerLocaleTour as y, TigerLocaleTransfer as z };
|
package/dist/locales/ar-SA.d.ts
CHANGED
package/dist/locales/ar-SA.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -436,6 +444,14 @@ var arSA = defineLocale({
|
|
|
436
444
|
},
|
|
437
445
|
select: {
|
|
438
446
|
doneText: "\u0625\u0646\u0647\u0627\u0621"
|
|
447
|
+
},
|
|
448
|
+
inputOtp: {
|
|
449
|
+
groupLabel: "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",
|
|
450
|
+
slotLabel: "\u0627\u0644\u062D\u0631\u0641 {index} \u0645\u0646 {total}"
|
|
451
|
+
},
|
|
452
|
+
tagsInput: {
|
|
453
|
+
removeTagLabel: "\u0625\u0632\u0627\u0644\u0629 {tag}",
|
|
454
|
+
clearAllLabel: "\u0645\u0633\u062D \u0643\u0644 \u0627\u0644\u0648\u0633\u0648\u0645"
|
|
439
455
|
}
|
|
440
456
|
});
|
|
441
457
|
var ar_SA_default = arSA;
|
package/dist/locales/de-DE.d.ts
CHANGED
package/dist/locales/de-DE.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -436,6 +444,14 @@ var deDE = defineLocale({
|
|
|
436
444
|
},
|
|
437
445
|
select: {
|
|
438
446
|
doneText: "Fertigstellen"
|
|
447
|
+
},
|
|
448
|
+
inputOtp: {
|
|
449
|
+
groupLabel: "Einmalpasswort",
|
|
450
|
+
slotLabel: "Zeichen {index} von {total}"
|
|
451
|
+
},
|
|
452
|
+
tagsInput: {
|
|
453
|
+
removeTagLabel: "{tag} entfernen",
|
|
454
|
+
clearAllLabel: "Alle Tags l\xF6schen"
|
|
439
455
|
}
|
|
440
456
|
});
|
|
441
457
|
var de_DE_default = deDE;
|
package/dist/locales/en-US.d.ts
CHANGED
package/dist/locales/en-US.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
export {
|
package/dist/locales/es-ES.d.ts
CHANGED
package/dist/locales/es-ES.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -436,6 +444,14 @@ var esES = defineLocale({
|
|
|
436
444
|
},
|
|
437
445
|
select: {
|
|
438
446
|
doneText: "Finalizar"
|
|
447
|
+
},
|
|
448
|
+
inputOtp: {
|
|
449
|
+
groupLabel: "Contrase\xF1a de un solo uso",
|
|
450
|
+
slotLabel: "Car\xE1cter {index} de {total}"
|
|
451
|
+
},
|
|
452
|
+
tagsInput: {
|
|
453
|
+
removeTagLabel: "Eliminar {tag}",
|
|
454
|
+
clearAllLabel: "Borrar todas las etiquetas"
|
|
439
455
|
}
|
|
440
456
|
});
|
|
441
457
|
var es_ES_default = esES;
|
package/dist/locales/fr-FR.d.ts
CHANGED
package/dist/locales/fr-FR.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -436,6 +444,14 @@ var frFR = defineLocale({
|
|
|
436
444
|
},
|
|
437
445
|
select: {
|
|
438
446
|
doneText: "Terminer"
|
|
447
|
+
},
|
|
448
|
+
inputOtp: {
|
|
449
|
+
groupLabel: "Mot de passe \xE0 usage unique",
|
|
450
|
+
slotLabel: "Caract\xE8re {index} sur {total}"
|
|
451
|
+
},
|
|
452
|
+
tagsInput: {
|
|
453
|
+
removeTagLabel: "Supprimer {tag}",
|
|
454
|
+
clearAllLabel: "Effacer toutes les \xE9tiquettes"
|
|
439
455
|
}
|
|
440
456
|
});
|
|
441
457
|
var fr_FR_default = frFR;
|
package/dist/locales/id-ID.d.ts
CHANGED
package/dist/locales/id-ID.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var idID = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "Selesai"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "Kata sandi sekali pakai",
|
|
435
|
+
slotLabel: "Karakter {index} dari {total}"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "Hapus {tag}",
|
|
439
|
+
clearAllLabel: "Hapus semua tag"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
package/dist/locales/ja-JP.d.ts
CHANGED
package/dist/locales/ja-JP.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var jaJP = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "\u5B8C\u4E86"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "\u30EF\u30F3\u30BF\u30A4\u30E0\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
435
|
+
slotLabel: "{total} \u6587\u5B57\u4E2D {index} \u6587\u5B57\u76EE"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "{tag} \u3092\u524A\u9664",
|
|
439
|
+
clearAllLabel: "\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u30AF\u30EA\u30A2"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
package/dist/locales/ko-KR.d.ts
CHANGED
package/dist/locales/ko-KR.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var koKR = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "\uC644\uB8CC"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "\uC77C\uD68C\uC6A9 \uBE44\uBC00\uBC88\uD638",
|
|
435
|
+
slotLabel: "\uCD1D {total}\uC790 \uC911 {index}\uBC88\uC9F8"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "{tag} \uC81C\uAC70",
|
|
439
|
+
clearAllLabel: "\uBAA8\uB4E0 \uD0DC\uADF8 \uC9C0\uC6B0\uAE30"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
package/dist/locales/pt-BR.d.ts
CHANGED
package/dist/locales/pt-BR.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -436,6 +444,14 @@ var ptBR = defineLocale({
|
|
|
436
444
|
},
|
|
437
445
|
select: {
|
|
438
446
|
doneText: "Concluir"
|
|
447
|
+
},
|
|
448
|
+
inputOtp: {
|
|
449
|
+
groupLabel: "Senha de uso \xFAnico",
|
|
450
|
+
slotLabel: "Caractere {index} de {total}"
|
|
451
|
+
},
|
|
452
|
+
tagsInput: {
|
|
453
|
+
removeTagLabel: "Remover {tag}",
|
|
454
|
+
clearAllLabel: "Limpar todas as tags"
|
|
439
455
|
}
|
|
440
456
|
});
|
|
441
457
|
var pt_BR_default = ptBR;
|
package/dist/locales/th-TH.d.ts
CHANGED
package/dist/locales/th-TH.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var thTH = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "\u0E23\u0E2B\u0E31\u0E2A\u0E1C\u0E48\u0E32\u0E19\u0E41\u0E1A\u0E1A\u0E43\u0E0A\u0E49\u0E04\u0E23\u0E31\u0E49\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27",
|
|
435
|
+
slotLabel: "\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48 {index} \u0E08\u0E32\u0E01 {total}"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "\u0E25\u0E1A {tag}",
|
|
439
|
+
clearAllLabel: "\u0E25\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
package/dist/locales/vi-VN.d.ts
CHANGED
package/dist/locales/vi-VN.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var viVN = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "Ho\xE0n th\xE0nh"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "M\u1EADt kh\u1EA9u d\xF9ng m\u1ED9t l\u1EA7n",
|
|
435
|
+
slotLabel: "K\xFD t\u1EF1 {index} trong {total}"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "X\xF3a {tag}",
|
|
439
|
+
clearAllLabel: "X\xF3a t\u1EA5t c\u1EA3 th\u1EBB"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
package/dist/locales/zh-CN.d.ts
CHANGED
package/dist/locales/zh-CN.js
CHANGED
|
@@ -306,6 +306,14 @@ var zhCN = {
|
|
|
306
306
|
patternMismatch: "\u683C\u5F0F\u4E0D\u6B63\u786E",
|
|
307
307
|
validatorFailed: "\u6821\u9A8C\u672A\u901A\u8FC7",
|
|
308
308
|
validatorError: "\u6821\u9A8C\u65F6\u53D1\u751F\u9519\u8BEF"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "\u4E00\u6B21\u6027\u9A8C\u8BC1\u7801",
|
|
312
|
+
slotLabel: "\u7B2C {index} \u4F4D\uFF0C\u5171 {total} \u4F4D"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "\u79FB\u9664 {tag}",
|
|
316
|
+
clearAllLabel: "\u6E05\u7A7A\u5168\u90E8\u6807\u7B7E"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
export {
|
package/dist/locales/zh-TW.d.ts
CHANGED
package/dist/locales/zh-TW.js
CHANGED
|
@@ -306,6 +306,14 @@ var enUS = {
|
|
|
306
306
|
patternMismatch: "Value does not match the required pattern",
|
|
307
307
|
validatorFailed: "Validation failed",
|
|
308
308
|
validatorError: "Validation error occurred"
|
|
309
|
+
},
|
|
310
|
+
inputOtp: {
|
|
311
|
+
groupLabel: "One-time password",
|
|
312
|
+
slotLabel: "Character {index} of {total}"
|
|
313
|
+
},
|
|
314
|
+
tagsInput: {
|
|
315
|
+
removeTagLabel: "Remove {tag}",
|
|
316
|
+
clearAllLabel: "Clear all tags"
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
319
|
|
|
@@ -421,6 +429,14 @@ var zhTW = defineLocale({
|
|
|
421
429
|
},
|
|
422
430
|
select: {
|
|
423
431
|
doneText: "\u5B8C\u6210"
|
|
432
|
+
},
|
|
433
|
+
inputOtp: {
|
|
434
|
+
groupLabel: "\u4E00\u6B21\u6027\u9A57\u8B49\u78BC",
|
|
435
|
+
slotLabel: "\u7B2C {index} \u4F4D\uFF0C\u5171 {total} \u4F4D"
|
|
436
|
+
},
|
|
437
|
+
tagsInput: {
|
|
438
|
+
removeTagLabel: "\u79FB\u9664 {tag}",
|
|
439
|
+
clearAllLabel: "\u6E05\u7A7A\u5168\u90E8\u6A19\u7C64"
|
|
424
440
|
}
|
|
425
441
|
});
|
|
426
442
|
export {
|
|
@@ -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-CEDXoKX7.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Pagination component types and interfaces
|
|
@@ -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-CbPOY5bp.js';
|
|
2
|
+
import { D as DataExportFormat, a as DataExportOptions } from '../data-export-CJUETRjV.js';
|
|
3
|
+
import '../locale-CEDXoKX7.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-CbPOY5bp.js';
|
|
2
|
+
import '../locale-CEDXoKX7.js';
|
|
3
3
|
import '../datepicker-Digy7Stt.js';
|
|
4
4
|
|
|
5
5
|
/**
|
package/package.json
CHANGED
|
@@ -109,12 +109,9 @@ module.exports = {
|
|
|
109
109
|
boxShadow: {
|
|
110
110
|
'tiger-xs': '0 1px 2px 0 rgba(0,0,0,0.05)',
|
|
111
111
|
'tiger-sm': '0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)',
|
|
112
|
-
'tiger-md':
|
|
113
|
-
|
|
114
|
-
'tiger-
|
|
115
|
-
'0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)',
|
|
116
|
-
'tiger-xl':
|
|
117
|
-
'0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)'
|
|
112
|
+
'tiger-md': '0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)',
|
|
113
|
+
'tiger-lg': '0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)',
|
|
114
|
+
'tiger-xl': '0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)'
|
|
118
115
|
},
|
|
119
116
|
fontFamily: {
|
|
120
117
|
'tiger-base': [
|
package/tokens/tokens.css
CHANGED
|
@@ -89,17 +89,14 @@
|
|
|
89
89
|
--tiger-primitive-radius-xl: 12px;
|
|
90
90
|
--tiger-primitive-radius-full: 9999px;
|
|
91
91
|
--tiger-primitive-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
92
|
-
--tiger-primitive-shadow-sm:
|
|
93
|
-
|
|
94
|
-
--tiger-primitive-shadow-md:
|
|
95
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
92
|
+
--tiger-primitive-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
93
|
+
--tiger-primitive-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
96
94
|
--tiger-primitive-shadow-lg:
|
|
97
95
|
0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
|
|
98
96
|
--tiger-primitive-shadow-xl:
|
|
99
97
|
0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
|
100
98
|
--tiger-primitive-font-family-base:
|
|
101
|
-
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
102
|
-
Arial, sans-serif;
|
|
99
|
+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
103
100
|
--tiger-primitive-font-family-mono:
|
|
104
101
|
'SF Mono', Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
105
102
|
--tiger-primitive-font-size-xs: 12px;
|
|
@@ -224,8 +221,7 @@
|
|
|
224
221
|
--tiger-component-drawer-width-xl: 680px;
|
|
225
222
|
--tiger-component-card-border-radius: 12px;
|
|
226
223
|
--tiger-component-card-padding: 24px;
|
|
227
|
-
--tiger-component-card-shadow:
|
|
228
|
-
0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
224
|
+
--tiger-component-card-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
229
225
|
--tiger-component-card-border-color: #e5e5e5;
|
|
230
226
|
--tiger-component-badge-font-size: 12px;
|
|
231
227
|
--tiger-component-badge-font-weight: 500;
|