@expcat/tigercat-core 1.0.7 → 1.2.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/README.md +1 -1
- package/dist/datepicker-DXzS_8l8.d.cts +130 -0
- package/dist/datepicker-DXzS_8l8.d.ts +130 -0
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +46 -0
- package/dist/datepicker-locales/en-US.d.cts +6 -0
- package/dist/datepicker-locales/en-US.d.ts +6 -0
- package/dist/datepicker-locales/en-US.js +20 -0
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +46 -0
- package/dist/datepicker-locales/id-ID.d.cts +6 -0
- package/dist/datepicker-locales/id-ID.d.ts +6 -0
- package/dist/datepicker-locales/id-ID.js +20 -0
- package/dist/datepicker-locales/ja-JP.cjs +46 -0
- package/dist/datepicker-locales/ja-JP.d.cts +6 -0
- package/dist/datepicker-locales/ja-JP.d.ts +6 -0
- package/dist/datepicker-locales/ja-JP.js +20 -0
- package/dist/datepicker-locales/ko-KR.cjs +46 -0
- package/dist/datepicker-locales/ko-KR.d.cts +6 -0
- package/dist/datepicker-locales/ko-KR.d.ts +6 -0
- package/dist/datepicker-locales/ko-KR.js +20 -0
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +46 -0
- package/dist/datepicker-locales/th-TH.d.cts +6 -0
- package/dist/datepicker-locales/th-TH.d.ts +6 -0
- package/dist/datepicker-locales/th-TH.js +20 -0
- package/dist/datepicker-locales/vi-VN.cjs +46 -0
- package/dist/datepicker-locales/vi-VN.d.cts +6 -0
- package/dist/datepicker-locales/vi-VN.d.ts +6 -0
- package/dist/datepicker-locales/vi-VN.js +20 -0
- package/dist/datepicker-locales/zh-CN.cjs +46 -0
- package/dist/datepicker-locales/zh-CN.d.cts +6 -0
- package/dist/datepicker-locales/zh-CN.d.ts +6 -0
- package/dist/datepicker-locales/zh-CN.js +20 -0
- package/dist/datepicker-locales/zh-TW.cjs +46 -0
- package/dist/datepicker-locales/zh-TW.d.cts +6 -0
- package/dist/datepicker-locales/zh-TW.d.ts +6 -0
- package/dist/datepicker-locales/zh-TW.js +20 -0
- package/dist/icons/common.cjs +54 -0
- package/dist/icons/common.d.cts +20 -0
- package/dist/icons/common.d.ts +20 -0
- package/dist/icons/common.js +21 -0
- package/dist/icons/picker.cjs +75 -0
- package/dist/icons/picker.d.cts +53 -0
- package/dist/icons/picker.d.ts +53 -0
- package/dist/icons/picker.js +35 -0
- package/dist/icons/status.cjs +47 -0
- package/dist/icons/status.d.cts +13 -0
- package/dist/icons/status.d.ts +13 -0
- package/dist/icons/status.js +18 -0
- package/dist/icons/table.cjs +48 -0
- package/dist/icons/table.d.cts +25 -0
- package/dist/icons/table.d.ts +25 -0
- package/dist/icons/table.js +17 -0
- package/dist/index.cjs +7064 -886
- package/dist/index.d.cts +3826 -1238
- package/dist/index.d.ts +3826 -1238
- package/dist/index.js +6705 -1011
- package/dist/locale-9-B-d0mp.d.cts +97 -0
- package/dist/locale-Bc3zz2b0.d.ts +97 -0
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +69 -0
- package/dist/locales/en-US.d.cts +10 -0
- package/dist/locales/en-US.d.ts +10 -0
- package/dist/locales/en-US.js +44 -0
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +69 -0
- package/dist/locales/id-ID.d.cts +10 -0
- package/dist/locales/id-ID.d.ts +10 -0
- package/dist/locales/id-ID.js +44 -0
- package/dist/locales/ja-JP.cjs +69 -0
- package/dist/locales/ja-JP.d.cts +10 -0
- package/dist/locales/ja-JP.d.ts +10 -0
- package/dist/locales/ja-JP.js +44 -0
- package/dist/locales/ko-KR.cjs +69 -0
- package/dist/locales/ko-KR.d.cts +10 -0
- package/dist/locales/ko-KR.d.ts +10 -0
- package/dist/locales/ko-KR.js +44 -0
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +69 -0
- package/dist/locales/th-TH.d.cts +10 -0
- package/dist/locales/th-TH.d.ts +10 -0
- package/dist/locales/th-TH.js +44 -0
- package/dist/locales/vi-VN.cjs +69 -0
- package/dist/locales/vi-VN.d.cts +10 -0
- package/dist/locales/vi-VN.d.ts +10 -0
- package/dist/locales/vi-VN.js +44 -0
- package/dist/locales/zh-CN.cjs +69 -0
- package/dist/locales/zh-CN.d.cts +10 -0
- package/dist/locales/zh-CN.d.ts +10 -0
- package/dist/locales/zh-CN.js +44 -0
- package/dist/locales/zh-TW.cjs +69 -0
- package/dist/locales/zh-TW.d.cts +10 -0
- package/dist/locales/zh-TW.d.ts +10 -0
- package/dist/locales/zh-TW.js +44 -0
- package/dist/table-export-6ISYSoVB.d.cts +490 -0
- package/dist/table-export-6ISYSoVB.d.ts +490 -0
- package/dist/tailwind/modern.cjs +353 -0
- package/dist/tailwind/modern.d.cts +6 -0
- package/dist/tailwind/modern.d.ts +6 -0
- package/dist/tailwind/modern.js +320 -0
- package/dist/tailwind-entry-D4_sseNi.d.ts +218 -0
- package/dist/tailwind-entry-DUchHtjs.d.cts +218 -0
- package/dist/tailwind.cjs +206 -0
- package/dist/tailwind.d.cts +3 -0
- package/dist/tailwind.d.ts +3 -0
- package/dist/tailwind.js +173 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.cts +126 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.ts +126 -0
- package/dist/utils/table-export.cjs +112 -0
- package/dist/utils/table-export.d.cts +1 -0
- package/dist/utils/table-export.d.ts +1 -0
- package/dist/utils/table-export.js +79 -0
- package/package.json +190 -12
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/zh-CN.ts
|
|
21
|
+
var zh_CN_exports = {};
|
|
22
|
+
__export(zh_CN_exports, {
|
|
23
|
+
zhCN: () => zhCN
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(zh_CN_exports);
|
|
26
|
+
var zhCN = {
|
|
27
|
+
locale: "zh-CN",
|
|
28
|
+
direction: "ltr",
|
|
29
|
+
common: {
|
|
30
|
+
okText: "\u786E\u5B9A",
|
|
31
|
+
cancelText: "\u53D6\u6D88",
|
|
32
|
+
closeText: "\u5173\u95ED",
|
|
33
|
+
loadingText: "\u52A0\u8F7D\u4E2D...",
|
|
34
|
+
emptyText: "\u6682\u65E0\u6570\u636E"
|
|
35
|
+
},
|
|
36
|
+
modal: {
|
|
37
|
+
closeAriaLabel: "\u5173\u95ED",
|
|
38
|
+
okText: "\u786E\u5B9A",
|
|
39
|
+
cancelText: "\u53D6\u6D88"
|
|
40
|
+
},
|
|
41
|
+
drawer: {
|
|
42
|
+
closeAriaLabel: "\u5173\u95ED"
|
|
43
|
+
},
|
|
44
|
+
pagination: {
|
|
45
|
+
totalText: "\u5171 {total} \u6761",
|
|
46
|
+
itemsPerPageText: "\u6761/\u9875",
|
|
47
|
+
jumpToText: "\u8DF3\u81F3",
|
|
48
|
+
pageText: "\u9875",
|
|
49
|
+
prevPageAriaLabel: "\u4E0A\u4E00\u9875",
|
|
50
|
+
nextPageAriaLabel: "\u4E0B\u4E00\u9875",
|
|
51
|
+
pageAriaLabel: "\u7B2C {page} \u9875"
|
|
52
|
+
},
|
|
53
|
+
formWizard: {
|
|
54
|
+
prevText: "\u4E0A\u4E00\u6B65",
|
|
55
|
+
nextText: "\u4E0B\u4E00\u6B65",
|
|
56
|
+
finishText: "\u5B8C\u6210"
|
|
57
|
+
},
|
|
58
|
+
taskBoard: {
|
|
59
|
+
emptyColumnText: "\u6682\u65E0\u4EFB\u52A1",
|
|
60
|
+
addCardText: "\u6DFB\u52A0\u4EFB\u52A1",
|
|
61
|
+
wipLimitText: "WIP \u9650\u5236: {limit}",
|
|
62
|
+
dragHintText: "\u62D6\u62FD\u4EE5\u79FB\u52A8",
|
|
63
|
+
boardAriaLabel: "\u4EFB\u52A1\u770B\u677F"
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
67
|
+
0 && (module.exports = {
|
|
68
|
+
zhCN
|
|
69
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// src/utils/i18n/locales/zh-CN.ts
|
|
2
|
+
var zhCN = {
|
|
3
|
+
locale: "zh-CN",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "\u786E\u5B9A",
|
|
7
|
+
cancelText: "\u53D6\u6D88",
|
|
8
|
+
closeText: "\u5173\u95ED",
|
|
9
|
+
loadingText: "\u52A0\u8F7D\u4E2D...",
|
|
10
|
+
emptyText: "\u6682\u65E0\u6570\u636E"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "\u5173\u95ED",
|
|
14
|
+
okText: "\u786E\u5B9A",
|
|
15
|
+
cancelText: "\u53D6\u6D88"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "\u5173\u95ED"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "\u5171 {total} \u6761",
|
|
22
|
+
itemsPerPageText: "\u6761/\u9875",
|
|
23
|
+
jumpToText: "\u8DF3\u81F3",
|
|
24
|
+
pageText: "\u9875",
|
|
25
|
+
prevPageAriaLabel: "\u4E0A\u4E00\u9875",
|
|
26
|
+
nextPageAriaLabel: "\u4E0B\u4E00\u9875",
|
|
27
|
+
pageAriaLabel: "\u7B2C {page} \u9875"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "\u4E0A\u4E00\u6B65",
|
|
31
|
+
nextText: "\u4E0B\u4E00\u6B65",
|
|
32
|
+
finishText: "\u5B8C\u6210"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "\u6682\u65E0\u4EFB\u52A1",
|
|
36
|
+
addCardText: "\u6DFB\u52A0\u4EFB\u52A1",
|
|
37
|
+
wipLimitText: "WIP \u9650\u5236: {limit}",
|
|
38
|
+
dragHintText: "\u62D6\u62FD\u4EE5\u79FB\u52A8",
|
|
39
|
+
boardAriaLabel: "\u4EFB\u52A1\u770B\u677F"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
zhCN
|
|
44
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/zh-TW.ts
|
|
21
|
+
var zh_TW_exports = {};
|
|
22
|
+
__export(zh_TW_exports, {
|
|
23
|
+
zhTW: () => zhTW
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(zh_TW_exports);
|
|
26
|
+
var zhTW = {
|
|
27
|
+
locale: "zh-TW",
|
|
28
|
+
direction: "ltr",
|
|
29
|
+
common: {
|
|
30
|
+
okText: "\u78BA\u5B9A",
|
|
31
|
+
cancelText: "\u53D6\u6D88",
|
|
32
|
+
closeText: "\u95DC\u9589",
|
|
33
|
+
loadingText: "\u8F09\u5165\u4E2D...",
|
|
34
|
+
emptyText: "\u66AB\u7121\u8CC7\u6599"
|
|
35
|
+
},
|
|
36
|
+
modal: {
|
|
37
|
+
closeAriaLabel: "\u95DC\u9589",
|
|
38
|
+
okText: "\u78BA\u5B9A",
|
|
39
|
+
cancelText: "\u53D6\u6D88"
|
|
40
|
+
},
|
|
41
|
+
drawer: {
|
|
42
|
+
closeAriaLabel: "\u95DC\u9589"
|
|
43
|
+
},
|
|
44
|
+
pagination: {
|
|
45
|
+
totalText: "\u5171 {total} \u7B46",
|
|
46
|
+
itemsPerPageText: "\u7B46/\u9801",
|
|
47
|
+
jumpToText: "\u8DF3\u81F3",
|
|
48
|
+
pageText: "\u9801",
|
|
49
|
+
prevPageAriaLabel: "\u4E0A\u4E00\u9801",
|
|
50
|
+
nextPageAriaLabel: "\u4E0B\u4E00\u9801",
|
|
51
|
+
pageAriaLabel: "\u7B2C {page} \u9801"
|
|
52
|
+
},
|
|
53
|
+
formWizard: {
|
|
54
|
+
prevText: "\u4E0A\u4E00\u6B65",
|
|
55
|
+
nextText: "\u4E0B\u4E00\u6B65",
|
|
56
|
+
finishText: "\u5B8C\u6210"
|
|
57
|
+
},
|
|
58
|
+
taskBoard: {
|
|
59
|
+
emptyColumnText: "\u66AB\u7121\u4EFB\u52D9",
|
|
60
|
+
addCardText: "\u65B0\u589E\u4EFB\u52D9",
|
|
61
|
+
wipLimitText: "WIP \u9650\u5236: {limit}",
|
|
62
|
+
dragHintText: "\u62D6\u66F3\u4EE5\u79FB\u52D5",
|
|
63
|
+
boardAriaLabel: "\u4EFB\u52D9\u770B\u677F"
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
67
|
+
0 && (module.exports = {
|
|
68
|
+
zhTW
|
|
69
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// src/utils/i18n/locales/zh-TW.ts
|
|
2
|
+
var zhTW = {
|
|
3
|
+
locale: "zh-TW",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "\u78BA\u5B9A",
|
|
7
|
+
cancelText: "\u53D6\u6D88",
|
|
8
|
+
closeText: "\u95DC\u9589",
|
|
9
|
+
loadingText: "\u8F09\u5165\u4E2D...",
|
|
10
|
+
emptyText: "\u66AB\u7121\u8CC7\u6599"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "\u95DC\u9589",
|
|
14
|
+
okText: "\u78BA\u5B9A",
|
|
15
|
+
cancelText: "\u53D6\u6D88"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "\u95DC\u9589"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "\u5171 {total} \u7B46",
|
|
22
|
+
itemsPerPageText: "\u7B46/\u9801",
|
|
23
|
+
jumpToText: "\u8DF3\u81F3",
|
|
24
|
+
pageText: "\u9801",
|
|
25
|
+
prevPageAriaLabel: "\u4E0A\u4E00\u9801",
|
|
26
|
+
nextPageAriaLabel: "\u4E0B\u4E00\u9801",
|
|
27
|
+
pageAriaLabel: "\u7B2C {page} \u9801"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "\u4E0A\u4E00\u6B65",
|
|
31
|
+
nextText: "\u4E0B\u4E00\u6B65",
|
|
32
|
+
finishText: "\u5B8C\u6210"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "\u66AB\u7121\u4EFB\u52D9",
|
|
36
|
+
addCardText: "\u65B0\u589E\u4EFB\u52D9",
|
|
37
|
+
wipLimitText: "WIP \u9650\u5236: {limit}",
|
|
38
|
+
dragHintText: "\u62D6\u66F3\u4EE5\u79FB\u52D5",
|
|
39
|
+
boardAriaLabel: "\u4EFB\u52D9\u770B\u677F"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
zhTW
|
|
44
|
+
};
|