@expcat/tigercat-core 1.1.0 → 1.2.14

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 (122) hide show
  1. package/README.md +1 -1
  2. package/dist/datepicker-locales/ar-SA.cjs +46 -0
  3. package/dist/datepicker-locales/ar-SA.d.cts +6 -0
  4. package/dist/datepicker-locales/ar-SA.d.ts +6 -0
  5. package/dist/datepicker-locales/ar-SA.js +20 -0
  6. package/dist/datepicker-locales/de-DE.cjs +46 -0
  7. package/dist/datepicker-locales/de-DE.d.cts +6 -0
  8. package/dist/datepicker-locales/de-DE.d.ts +6 -0
  9. package/dist/datepicker-locales/de-DE.js +20 -0
  10. package/dist/datepicker-locales/en-US.cjs +30 -7
  11. package/dist/datepicker-locales/en-US.js +5 -2
  12. package/dist/datepicker-locales/es-ES.cjs +46 -0
  13. package/dist/datepicker-locales/es-ES.d.cts +6 -0
  14. package/dist/datepicker-locales/es-ES.d.ts +6 -0
  15. package/dist/datepicker-locales/es-ES.js +20 -0
  16. package/dist/datepicker-locales/fr-FR.cjs +46 -0
  17. package/dist/datepicker-locales/fr-FR.d.cts +6 -0
  18. package/dist/datepicker-locales/fr-FR.d.ts +6 -0
  19. package/dist/datepicker-locales/fr-FR.js +20 -0
  20. package/dist/datepicker-locales/id-ID.cjs +30 -7
  21. package/dist/datepicker-locales/id-ID.js +5 -2
  22. package/dist/datepicker-locales/ja-JP.cjs +30 -7
  23. package/dist/datepicker-locales/ja-JP.js +5 -2
  24. package/dist/datepicker-locales/ko-KR.cjs +30 -7
  25. package/dist/datepicker-locales/ko-KR.js +5 -2
  26. package/dist/datepicker-locales/pt-BR.cjs +46 -0
  27. package/dist/datepicker-locales/pt-BR.d.cts +6 -0
  28. package/dist/datepicker-locales/pt-BR.d.ts +6 -0
  29. package/dist/datepicker-locales/pt-BR.js +20 -0
  30. package/dist/datepicker-locales/th-TH.cjs +30 -7
  31. package/dist/datepicker-locales/th-TH.js +5 -2
  32. package/dist/datepicker-locales/vi-VN.cjs +30 -7
  33. package/dist/datepicker-locales/vi-VN.js +5 -2
  34. package/dist/datepicker-locales/zh-CN.cjs +30 -7
  35. package/dist/datepicker-locales/zh-CN.js +5 -2
  36. package/dist/datepicker-locales/zh-TW.cjs +30 -7
  37. package/dist/datepicker-locales/zh-TW.js +5 -2
  38. package/dist/icons/common.cjs +43 -11
  39. package/dist/icons/common.js +11 -2
  40. package/dist/icons/picker.cjs +57 -18
  41. package/dist/icons/picker.js +18 -2
  42. package/dist/icons/status.cjs +35 -7
  43. package/dist/icons/status.js +7 -2
  44. package/dist/icons/table.cjs +39 -9
  45. package/dist/icons/table.js +9 -2
  46. package/dist/index.cjs +6703 -1719
  47. package/dist/index.d.cts +1940 -58
  48. package/dist/index.d.ts +1940 -58
  49. package/dist/index.js +4821 -159
  50. package/dist/{locale-CEmE5uq-.d.cts → locale-9-B-d0mp.d.cts} +6 -1
  51. package/dist/{locale-m1sF4KRO.d.ts → locale-Bc3zz2b0.d.ts} +6 -1
  52. package/dist/locales/ar-SA.cjs +155 -0
  53. package/dist/locales/ar-SA.d.cts +10 -0
  54. package/dist/locales/ar-SA.d.ts +10 -0
  55. package/dist/locales/ar-SA.js +128 -0
  56. package/dist/locales/de-DE.cjs +155 -0
  57. package/dist/locales/de-DE.d.cts +10 -0
  58. package/dist/locales/de-DE.d.ts +10 -0
  59. package/dist/locales/de-DE.js +128 -0
  60. package/dist/locales/en-US.cjs +29 -3
  61. package/dist/locales/en-US.d.cts +1 -1
  62. package/dist/locales/en-US.d.ts +1 -1
  63. package/dist/locales/en-US.js +5 -2
  64. package/dist/locales/es-ES.cjs +155 -0
  65. package/dist/locales/es-ES.d.cts +10 -0
  66. package/dist/locales/es-ES.d.ts +10 -0
  67. package/dist/locales/es-ES.js +128 -0
  68. package/dist/locales/fr-FR.cjs +155 -0
  69. package/dist/locales/fr-FR.d.cts +10 -0
  70. package/dist/locales/fr-FR.d.ts +10 -0
  71. package/dist/locales/fr-FR.js +128 -0
  72. package/dist/locales/id-ID.cjs +29 -3
  73. package/dist/locales/id-ID.d.cts +1 -1
  74. package/dist/locales/id-ID.d.ts +1 -1
  75. package/dist/locales/id-ID.js +5 -2
  76. package/dist/locales/ja-JP.cjs +29 -3
  77. package/dist/locales/ja-JP.d.cts +1 -1
  78. package/dist/locales/ja-JP.d.ts +1 -1
  79. package/dist/locales/ja-JP.js +5 -2
  80. package/dist/locales/ko-KR.cjs +29 -3
  81. package/dist/locales/ko-KR.d.cts +1 -1
  82. package/dist/locales/ko-KR.d.ts +1 -1
  83. package/dist/locales/ko-KR.js +5 -2
  84. package/dist/locales/pt-BR.cjs +155 -0
  85. package/dist/locales/pt-BR.d.cts +10 -0
  86. package/dist/locales/pt-BR.d.ts +10 -0
  87. package/dist/locales/pt-BR.js +128 -0
  88. package/dist/locales/th-TH.cjs +29 -3
  89. package/dist/locales/th-TH.d.cts +1 -1
  90. package/dist/locales/th-TH.d.ts +1 -1
  91. package/dist/locales/th-TH.js +5 -2
  92. package/dist/locales/vi-VN.cjs +29 -3
  93. package/dist/locales/vi-VN.d.cts +1 -1
  94. package/dist/locales/vi-VN.d.ts +1 -1
  95. package/dist/locales/vi-VN.js +5 -2
  96. package/dist/locales/zh-CN.cjs +29 -3
  97. package/dist/locales/zh-CN.d.cts +1 -1
  98. package/dist/locales/zh-CN.d.ts +1 -1
  99. package/dist/locales/zh-CN.js +5 -2
  100. package/dist/locales/zh-TW.cjs +29 -3
  101. package/dist/locales/zh-TW.d.cts +1 -1
  102. package/dist/locales/zh-TW.d.ts +1 -1
  103. package/dist/locales/zh-TW.js +5 -2
  104. package/dist/{table-export-Cy9DgTiO.d.cts → table-export-6ISYSoVB.d.cts} +35 -3
  105. package/dist/{table-export-Cy9DgTiO.d.ts → table-export-6ISYSoVB.d.ts} +35 -3
  106. package/dist/tailwind/modern.cjs +81 -18
  107. package/dist/tailwind/modern.js +49 -13
  108. package/dist/{tailwind-entry-2KPvkOin.d.ts → tailwind-entry-D4_sseNi.d.ts} +1 -1
  109. package/dist/{tailwind-entry-CUaMC8Ma.d.cts → tailwind-entry-DUchHtjs.d.cts} +1 -1
  110. package/dist/tailwind.cjs +75 -10
  111. package/dist/tailwind.d.cts +1 -1
  112. package/dist/tailwind.d.ts +1 -1
  113. package/dist/tailwind.js +43 -5
  114. package/dist/utils/table-export.cjs +79 -5
  115. package/dist/utils/table-export.d.cts +1 -1
  116. package/dist/utils/table-export.d.ts +1 -1
  117. package/dist/utils/table-export.js +47 -2
  118. package/package.json +60 -6
  119. package/tokens/figma-variables.json +2553 -0
  120. package/tokens/tailwind-tokens.js +145 -0
  121. package/tokens/tokens.css +640 -0
  122. package/tokens/tokens.json +395 -0
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/@expcat/tigercat-core.svg)](https://www.npmjs.com/package/@expcat/tigercat-core)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- Core utilities and shared types for [Tigercat](https://github.com/expcats/Tigercat) UI library.
6
+ Core utilities and shared types for [Tigercat](https://github.com/expcat/Tigercat) UI library.
7
7
 
8
8
  > ⚠️ **Internal Package** - This package is used internally by `@expcat/tigercat-vue` and `@expcat/tigercat-react`. You typically don't need to install it directly.
9
9
 
@@ -0,0 +1,46 @@
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/datepicker-locales/ar-SA.ts
21
+ var ar_SA_exports = {};
22
+ __export(ar_SA_exports, {
23
+ AR_SA_DATEPICKER_LOCALE: () => AR_SA_DATEPICKER_LOCALE,
24
+ arSADatePickerLocale: () => arSADatePickerLocale,
25
+ default: () => ar_SA_default
26
+ });
27
+ module.exports = __toCommonJS(ar_SA_exports);
28
+ var AR_SA_DATEPICKER_LOCALE = {
29
+ locale: "ar-SA",
30
+ labels: {
31
+ today: "\u0627\u0644\u064A\u0648\u0645",
32
+ ok: "\u0645\u0648\u0627\u0641\u0642",
33
+ calendar: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
34
+ toggleCalendar: "\u0641\u062A\u062D \u0627\u0644\u062A\u0642\u0648\u064A\u0645",
35
+ clearDate: "\u0645\u0633\u062D \u0627\u0644\u062A\u0627\u0631\u064A\u062E",
36
+ previousMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0633\u0627\u0628\u0642",
37
+ nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A"
38
+ }
39
+ };
40
+ var arSADatePickerLocale = AR_SA_DATEPICKER_LOCALE;
41
+ var ar_SA_default = AR_SA_DATEPICKER_LOCALE;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ AR_SA_DATEPICKER_LOCALE,
45
+ arSADatePickerLocale
46
+ });
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
2
+
3
+ declare const AR_SA_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const arSADatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { AR_SA_DATEPICKER_LOCALE, arSADatePickerLocale, AR_SA_DATEPICKER_LOCALE as default };
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
2
+
3
+ declare const AR_SA_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const arSADatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { AR_SA_DATEPICKER_LOCALE, arSADatePickerLocale, AR_SA_DATEPICKER_LOCALE as default };
@@ -0,0 +1,20 @@
1
+ // src/utils/i18n/datepicker-locales/ar-SA.ts
2
+ var AR_SA_DATEPICKER_LOCALE = {
3
+ locale: "ar-SA",
4
+ labels: {
5
+ today: "\u0627\u0644\u064A\u0648\u0645",
6
+ ok: "\u0645\u0648\u0627\u0641\u0642",
7
+ calendar: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
8
+ toggleCalendar: "\u0641\u062A\u062D \u0627\u0644\u062A\u0642\u0648\u064A\u0645",
9
+ clearDate: "\u0645\u0633\u062D \u0627\u0644\u062A\u0627\u0631\u064A\u062E",
10
+ previousMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0633\u0627\u0628\u0642",
11
+ nextMonth: "\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u062A\u0627\u0644\u064A"
12
+ }
13
+ };
14
+ var arSADatePickerLocale = AR_SA_DATEPICKER_LOCALE;
15
+ var ar_SA_default = AR_SA_DATEPICKER_LOCALE;
16
+ export {
17
+ AR_SA_DATEPICKER_LOCALE,
18
+ arSADatePickerLocale,
19
+ ar_SA_default as default
20
+ };
@@ -0,0 +1,46 @@
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/datepicker-locales/de-DE.ts
21
+ var de_DE_exports = {};
22
+ __export(de_DE_exports, {
23
+ DE_DE_DATEPICKER_LOCALE: () => DE_DE_DATEPICKER_LOCALE,
24
+ deDEDatePickerLocale: () => deDEDatePickerLocale,
25
+ default: () => de_DE_default
26
+ });
27
+ module.exports = __toCommonJS(de_DE_exports);
28
+ var DE_DE_DATEPICKER_LOCALE = {
29
+ locale: "de-DE",
30
+ labels: {
31
+ today: "Heute",
32
+ ok: "OK",
33
+ calendar: "Kalender",
34
+ toggleCalendar: "Kalender \xF6ffnen",
35
+ clearDate: "Datum l\xF6schen",
36
+ previousMonth: "Vorheriger Monat",
37
+ nextMonth: "N\xE4chster Monat"
38
+ }
39
+ };
40
+ var deDEDatePickerLocale = DE_DE_DATEPICKER_LOCALE;
41
+ var de_DE_default = DE_DE_DATEPICKER_LOCALE;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ DE_DE_DATEPICKER_LOCALE,
45
+ deDEDatePickerLocale
46
+ });
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
2
+
3
+ declare const DE_DE_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const deDEDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { DE_DE_DATEPICKER_LOCALE, deDEDatePickerLocale, DE_DE_DATEPICKER_LOCALE as default };
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
2
+
3
+ declare const DE_DE_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const deDEDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { DE_DE_DATEPICKER_LOCALE, deDEDatePickerLocale, DE_DE_DATEPICKER_LOCALE as default };
@@ -0,0 +1,20 @@
1
+ // src/utils/i18n/datepicker-locales/de-DE.ts
2
+ var DE_DE_DATEPICKER_LOCALE = {
3
+ locale: "de-DE",
4
+ labels: {
5
+ today: "Heute",
6
+ ok: "OK",
7
+ calendar: "Kalender",
8
+ toggleCalendar: "Kalender \xF6ffnen",
9
+ clearDate: "Datum l\xF6schen",
10
+ previousMonth: "Vorheriger Monat",
11
+ nextMonth: "N\xE4chster Monat"
12
+ }
13
+ };
14
+ var deDEDatePickerLocale = DE_DE_DATEPICKER_LOCALE;
15
+ var de_DE_default = DE_DE_DATEPICKER_LOCALE;
16
+ export {
17
+ DE_DE_DATEPICKER_LOCALE,
18
+ deDEDatePickerLocale,
19
+ de_DE_default as default
20
+ };
@@ -1,8 +1,30 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
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);
4
19
 
5
20
  // src/utils/i18n/datepicker-locales/en-US.ts
21
+ var en_US_exports = {};
22
+ __export(en_US_exports, {
23
+ EN_US_DATEPICKER_LOCALE: () => EN_US_DATEPICKER_LOCALE,
24
+ default: () => en_US_default,
25
+ enUSDatePickerLocale: () => enUSDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(en_US_exports);
6
28
  var EN_US_DATEPICKER_LOCALE = {
7
29
  locale: "en-US",
8
30
  labels: {
@@ -17,7 +39,8 @@ var EN_US_DATEPICKER_LOCALE = {
17
39
  };
18
40
  var enUSDatePickerLocale = EN_US_DATEPICKER_LOCALE;
19
41
  var en_US_default = EN_US_DATEPICKER_LOCALE;
20
-
21
- exports.EN_US_DATEPICKER_LOCALE = EN_US_DATEPICKER_LOCALE;
22
- exports.default = en_US_default;
23
- exports.enUSDatePickerLocale = enUSDatePickerLocale;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ EN_US_DATEPICKER_LOCALE,
45
+ enUSDatePickerLocale
46
+ });
@@ -13,5 +13,8 @@ var EN_US_DATEPICKER_LOCALE = {
13
13
  };
14
14
  var enUSDatePickerLocale = EN_US_DATEPICKER_LOCALE;
15
15
  var en_US_default = EN_US_DATEPICKER_LOCALE;
16
-
17
- export { EN_US_DATEPICKER_LOCALE, en_US_default as default, enUSDatePickerLocale };
16
+ export {
17
+ EN_US_DATEPICKER_LOCALE,
18
+ en_US_default as default,
19
+ enUSDatePickerLocale
20
+ };
@@ -0,0 +1,46 @@
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/datepicker-locales/es-ES.ts
21
+ var es_ES_exports = {};
22
+ __export(es_ES_exports, {
23
+ ES_ES_DATEPICKER_LOCALE: () => ES_ES_DATEPICKER_LOCALE,
24
+ default: () => es_ES_default,
25
+ esESDatePickerLocale: () => esESDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(es_ES_exports);
28
+ var ES_ES_DATEPICKER_LOCALE = {
29
+ locale: "es-ES",
30
+ labels: {
31
+ today: "Hoy",
32
+ ok: "Aceptar",
33
+ calendar: "Calendario",
34
+ toggleCalendar: "Abrir calendario",
35
+ clearDate: "Borrar fecha",
36
+ previousMonth: "Mes anterior",
37
+ nextMonth: "Mes siguiente"
38
+ }
39
+ };
40
+ var esESDatePickerLocale = ES_ES_DATEPICKER_LOCALE;
41
+ var es_ES_default = ES_ES_DATEPICKER_LOCALE;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ ES_ES_DATEPICKER_LOCALE,
45
+ esESDatePickerLocale
46
+ });
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
2
+
3
+ declare const ES_ES_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const esESDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { ES_ES_DATEPICKER_LOCALE, ES_ES_DATEPICKER_LOCALE as default, esESDatePickerLocale };
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
2
+
3
+ declare const ES_ES_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const esESDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { ES_ES_DATEPICKER_LOCALE, ES_ES_DATEPICKER_LOCALE as default, esESDatePickerLocale };
@@ -0,0 +1,20 @@
1
+ // src/utils/i18n/datepicker-locales/es-ES.ts
2
+ var ES_ES_DATEPICKER_LOCALE = {
3
+ locale: "es-ES",
4
+ labels: {
5
+ today: "Hoy",
6
+ ok: "Aceptar",
7
+ calendar: "Calendario",
8
+ toggleCalendar: "Abrir calendario",
9
+ clearDate: "Borrar fecha",
10
+ previousMonth: "Mes anterior",
11
+ nextMonth: "Mes siguiente"
12
+ }
13
+ };
14
+ var esESDatePickerLocale = ES_ES_DATEPICKER_LOCALE;
15
+ var es_ES_default = ES_ES_DATEPICKER_LOCALE;
16
+ export {
17
+ ES_ES_DATEPICKER_LOCALE,
18
+ es_ES_default as default,
19
+ esESDatePickerLocale
20
+ };
@@ -0,0 +1,46 @@
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/datepicker-locales/fr-FR.ts
21
+ var fr_FR_exports = {};
22
+ __export(fr_FR_exports, {
23
+ FR_FR_DATEPICKER_LOCALE: () => FR_FR_DATEPICKER_LOCALE,
24
+ default: () => fr_FR_default,
25
+ frFRDatePickerLocale: () => frFRDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(fr_FR_exports);
28
+ var FR_FR_DATEPICKER_LOCALE = {
29
+ locale: "fr-FR",
30
+ labels: {
31
+ today: "Aujourd'hui",
32
+ ok: "OK",
33
+ calendar: "Calendrier",
34
+ toggleCalendar: "Ouvrir le calendrier",
35
+ clearDate: "Effacer la date",
36
+ previousMonth: "Mois pr\xE9c\xE9dent",
37
+ nextMonth: "Mois suivant"
38
+ }
39
+ };
40
+ var frFRDatePickerLocale = FR_FR_DATEPICKER_LOCALE;
41
+ var fr_FR_default = FR_FR_DATEPICKER_LOCALE;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ FR_FR_DATEPICKER_LOCALE,
45
+ frFRDatePickerLocale
46
+ });
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
2
+
3
+ declare const FR_FR_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const frFRDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { FR_FR_DATEPICKER_LOCALE, FR_FR_DATEPICKER_LOCALE as default, frFRDatePickerLocale };
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
2
+
3
+ declare const FR_FR_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const frFRDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { FR_FR_DATEPICKER_LOCALE, FR_FR_DATEPICKER_LOCALE as default, frFRDatePickerLocale };
@@ -0,0 +1,20 @@
1
+ // src/utils/i18n/datepicker-locales/fr-FR.ts
2
+ var FR_FR_DATEPICKER_LOCALE = {
3
+ locale: "fr-FR",
4
+ labels: {
5
+ today: "Aujourd'hui",
6
+ ok: "OK",
7
+ calendar: "Calendrier",
8
+ toggleCalendar: "Ouvrir le calendrier",
9
+ clearDate: "Effacer la date",
10
+ previousMonth: "Mois pr\xE9c\xE9dent",
11
+ nextMonth: "Mois suivant"
12
+ }
13
+ };
14
+ var frFRDatePickerLocale = FR_FR_DATEPICKER_LOCALE;
15
+ var fr_FR_default = FR_FR_DATEPICKER_LOCALE;
16
+ export {
17
+ FR_FR_DATEPICKER_LOCALE,
18
+ fr_FR_default as default,
19
+ frFRDatePickerLocale
20
+ };
@@ -1,8 +1,30 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
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);
4
19
 
5
20
  // src/utils/i18n/datepicker-locales/id-ID.ts
21
+ var id_ID_exports = {};
22
+ __export(id_ID_exports, {
23
+ ID_ID_DATEPICKER_LOCALE: () => ID_ID_DATEPICKER_LOCALE,
24
+ default: () => id_ID_default,
25
+ idIDDatePickerLocale: () => idIDDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(id_ID_exports);
6
28
  var ID_ID_DATEPICKER_LOCALE = {
7
29
  locale: "id-ID",
8
30
  labels: {
@@ -17,7 +39,8 @@ var ID_ID_DATEPICKER_LOCALE = {
17
39
  };
18
40
  var idIDDatePickerLocale = ID_ID_DATEPICKER_LOCALE;
19
41
  var id_ID_default = ID_ID_DATEPICKER_LOCALE;
20
-
21
- exports.ID_ID_DATEPICKER_LOCALE = ID_ID_DATEPICKER_LOCALE;
22
- exports.default = id_ID_default;
23
- exports.idIDDatePickerLocale = idIDDatePickerLocale;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ ID_ID_DATEPICKER_LOCALE,
45
+ idIDDatePickerLocale
46
+ });
@@ -13,5 +13,8 @@ var ID_ID_DATEPICKER_LOCALE = {
13
13
  };
14
14
  var idIDDatePickerLocale = ID_ID_DATEPICKER_LOCALE;
15
15
  var id_ID_default = ID_ID_DATEPICKER_LOCALE;
16
-
17
- export { ID_ID_DATEPICKER_LOCALE, id_ID_default as default, idIDDatePickerLocale };
16
+ export {
17
+ ID_ID_DATEPICKER_LOCALE,
18
+ id_ID_default as default,
19
+ idIDDatePickerLocale
20
+ };
@@ -1,8 +1,30 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
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);
4
19
 
5
20
  // src/utils/i18n/datepicker-locales/ja-JP.ts
21
+ var ja_JP_exports = {};
22
+ __export(ja_JP_exports, {
23
+ JA_JP_DATEPICKER_LOCALE: () => JA_JP_DATEPICKER_LOCALE,
24
+ default: () => ja_JP_default,
25
+ jaJPDatePickerLocale: () => jaJPDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(ja_JP_exports);
6
28
  var JA_JP_DATEPICKER_LOCALE = {
7
29
  locale: "ja-JP",
8
30
  labels: {
@@ -17,7 +39,8 @@ var JA_JP_DATEPICKER_LOCALE = {
17
39
  };
18
40
  var jaJPDatePickerLocale = JA_JP_DATEPICKER_LOCALE;
19
41
  var ja_JP_default = JA_JP_DATEPICKER_LOCALE;
20
-
21
- exports.JA_JP_DATEPICKER_LOCALE = JA_JP_DATEPICKER_LOCALE;
22
- exports.default = ja_JP_default;
23
- exports.jaJPDatePickerLocale = jaJPDatePickerLocale;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ JA_JP_DATEPICKER_LOCALE,
45
+ jaJPDatePickerLocale
46
+ });
@@ -13,5 +13,8 @@ var JA_JP_DATEPICKER_LOCALE = {
13
13
  };
14
14
  var jaJPDatePickerLocale = JA_JP_DATEPICKER_LOCALE;
15
15
  var ja_JP_default = JA_JP_DATEPICKER_LOCALE;
16
-
17
- export { JA_JP_DATEPICKER_LOCALE, ja_JP_default as default, jaJPDatePickerLocale };
16
+ export {
17
+ JA_JP_DATEPICKER_LOCALE,
18
+ ja_JP_default as default,
19
+ jaJPDatePickerLocale
20
+ };
@@ -1,8 +1,30 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
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);
4
19
 
5
20
  // src/utils/i18n/datepicker-locales/ko-KR.ts
21
+ var ko_KR_exports = {};
22
+ __export(ko_KR_exports, {
23
+ KO_KR_DATEPICKER_LOCALE: () => KO_KR_DATEPICKER_LOCALE,
24
+ default: () => ko_KR_default,
25
+ koKRDatePickerLocale: () => koKRDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(ko_KR_exports);
6
28
  var KO_KR_DATEPICKER_LOCALE = {
7
29
  locale: "ko-KR",
8
30
  labels: {
@@ -17,7 +39,8 @@ var KO_KR_DATEPICKER_LOCALE = {
17
39
  };
18
40
  var koKRDatePickerLocale = KO_KR_DATEPICKER_LOCALE;
19
41
  var ko_KR_default = KO_KR_DATEPICKER_LOCALE;
20
-
21
- exports.KO_KR_DATEPICKER_LOCALE = KO_KR_DATEPICKER_LOCALE;
22
- exports.default = ko_KR_default;
23
- exports.koKRDatePickerLocale = koKRDatePickerLocale;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ KO_KR_DATEPICKER_LOCALE,
45
+ koKRDatePickerLocale
46
+ });
@@ -13,5 +13,8 @@ var KO_KR_DATEPICKER_LOCALE = {
13
13
  };
14
14
  var koKRDatePickerLocale = KO_KR_DATEPICKER_LOCALE;
15
15
  var ko_KR_default = KO_KR_DATEPICKER_LOCALE;
16
-
17
- export { KO_KR_DATEPICKER_LOCALE, ko_KR_default as default, koKRDatePickerLocale };
16
+ export {
17
+ KO_KR_DATEPICKER_LOCALE,
18
+ ko_KR_default as default,
19
+ koKRDatePickerLocale
20
+ };
@@ -0,0 +1,46 @@
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/datepicker-locales/pt-BR.ts
21
+ var pt_BR_exports = {};
22
+ __export(pt_BR_exports, {
23
+ PT_BR_DATEPICKER_LOCALE: () => PT_BR_DATEPICKER_LOCALE,
24
+ default: () => pt_BR_default,
25
+ ptBRDatePickerLocale: () => ptBRDatePickerLocale
26
+ });
27
+ module.exports = __toCommonJS(pt_BR_exports);
28
+ var PT_BR_DATEPICKER_LOCALE = {
29
+ locale: "pt-BR",
30
+ labels: {
31
+ today: "Hoje",
32
+ ok: "OK",
33
+ calendar: "Calend\xE1rio",
34
+ toggleCalendar: "Abrir calend\xE1rio",
35
+ clearDate: "Limpar data",
36
+ previousMonth: "M\xEAs anterior",
37
+ nextMonth: "Pr\xF3ximo m\xEAs"
38
+ }
39
+ };
40
+ var ptBRDatePickerLocale = PT_BR_DATEPICKER_LOCALE;
41
+ var pt_BR_default = PT_BR_DATEPICKER_LOCALE;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ PT_BR_DATEPICKER_LOCALE,
45
+ ptBRDatePickerLocale
46
+ });
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.cjs';
2
+
3
+ declare const PT_BR_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const ptBRDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { PT_BR_DATEPICKER_LOCALE, PT_BR_DATEPICKER_LOCALE as default, ptBRDatePickerLocale };
@@ -0,0 +1,6 @@
1
+ import { D as DatePickerLocalePreset } from '../datepicker-DXzS_8l8.js';
2
+
3
+ declare const PT_BR_DATEPICKER_LOCALE: DatePickerLocalePreset;
4
+ declare const ptBRDatePickerLocale: DatePickerLocalePreset;
5
+
6
+ export { PT_BR_DATEPICKER_LOCALE, PT_BR_DATEPICKER_LOCALE as default, ptBRDatePickerLocale };