@thetwin_13/vue-components 1.0.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.
Files changed (151) hide show
  1. package/README.md +205 -0
  2. package/dist/components/VAccordion.vue.d.ts +29 -0
  3. package/dist/components/VAccordion.vue.d.ts.map +1 -0
  4. package/dist/components/VAlert.vue.d.ts +28 -0
  5. package/dist/components/VAlert.vue.d.ts.map +1 -0
  6. package/dist/components/VAvatar.vue.d.ts +27 -0
  7. package/dist/components/VAvatar.vue.d.ts.map +1 -0
  8. package/dist/components/VBadge.vue.d.ts +23 -0
  9. package/dist/components/VBadge.vue.d.ts.map +1 -0
  10. package/dist/components/VBreadcrumb.vue.d.ts +13 -0
  11. package/dist/components/VBreadcrumb.vue.d.ts.map +1 -0
  12. package/dist/components/VButton.vue.d.ts +29 -0
  13. package/dist/components/VButton.vue.d.ts.map +1 -0
  14. package/dist/components/VCallout.vue.d.ts +22 -0
  15. package/dist/components/VCallout.vue.d.ts.map +1 -0
  16. package/dist/components/VCard.vue.d.ts +22 -0
  17. package/dist/components/VCard.vue.d.ts.map +1 -0
  18. package/dist/components/VCarousel.vue.d.ts +28 -0
  19. package/dist/components/VCarousel.vue.d.ts.map +1 -0
  20. package/dist/components/VCheckbox.vue.d.ts +33 -0
  21. package/dist/components/VCheckbox.vue.d.ts.map +1 -0
  22. package/dist/components/VChip.vue.d.ts +31 -0
  23. package/dist/components/VChip.vue.d.ts.map +1 -0
  24. package/dist/components/VCode.vue.d.ts +18 -0
  25. package/dist/components/VCode.vue.d.ts.map +1 -0
  26. package/dist/components/VCol.vue.d.ts +23 -0
  27. package/dist/components/VCol.vue.d.ts.map +1 -0
  28. package/dist/components/VColorPicker.vue.d.ts +17 -0
  29. package/dist/components/VColorPicker.vue.d.ts.map +1 -0
  30. package/dist/components/VContainer.vue.d.ts +20 -0
  31. package/dist/components/VContainer.vue.d.ts.map +1 -0
  32. package/dist/components/VDatePicker.vue.d.ts +21 -0
  33. package/dist/components/VDatePicker.vue.d.ts.map +1 -0
  34. package/dist/components/VDivider.vue.d.ts +12 -0
  35. package/dist/components/VDivider.vue.d.ts.map +1 -0
  36. package/dist/components/VDrawer.vue.d.ts +36 -0
  37. package/dist/components/VDrawer.vue.d.ts.map +1 -0
  38. package/dist/components/VDropdown.vue.d.ts +22 -0
  39. package/dist/components/VDropdown.vue.d.ts.map +1 -0
  40. package/dist/components/VEmpty.vue.d.ts +22 -0
  41. package/dist/components/VEmpty.vue.d.ts.map +1 -0
  42. package/dist/components/VFileUpload.vue.d.ts +28 -0
  43. package/dist/components/VFileUpload.vue.d.ts.map +1 -0
  44. package/dist/components/VImage.vue.d.ts +26 -0
  45. package/dist/components/VImage.vue.d.ts.map +1 -0
  46. package/dist/components/VInput.vue.d.ts +43 -0
  47. package/dist/components/VInput.vue.d.ts.map +1 -0
  48. package/dist/components/VKbd.vue.d.ts +19 -0
  49. package/dist/components/VKbd.vue.d.ts.map +1 -0
  50. package/dist/components/VList.vue.d.ts +40 -0
  51. package/dist/components/VList.vue.d.ts.map +1 -0
  52. package/dist/components/VMenu.vue.d.ts +40 -0
  53. package/dist/components/VMenu.vue.d.ts.map +1 -0
  54. package/dist/components/VModal.vue.d.ts +34 -0
  55. package/dist/components/VModal.vue.d.ts.map +1 -0
  56. package/dist/components/VNavbar.vue.d.ts +28 -0
  57. package/dist/components/VNavbar.vue.d.ts.map +1 -0
  58. package/dist/components/VPageHeader.vue.d.ts +20 -0
  59. package/dist/components/VPageHeader.vue.d.ts.map +1 -0
  60. package/dist/components/VPagination.vue.d.ts +19 -0
  61. package/dist/components/VPagination.vue.d.ts.map +1 -0
  62. package/dist/components/VPaginationSimple.vue.d.ts +18 -0
  63. package/dist/components/VPaginationSimple.vue.d.ts.map +1 -0
  64. package/dist/components/VPopover.vue.d.ts +31 -0
  65. package/dist/components/VPopover.vue.d.ts.map +1 -0
  66. package/dist/components/VProgress.vue.d.ts +21 -0
  67. package/dist/components/VProgress.vue.d.ts.map +1 -0
  68. package/dist/components/VQuote.vue.d.ts +20 -0
  69. package/dist/components/VQuote.vue.d.ts.map +1 -0
  70. package/dist/components/VRadio.vue.d.ts +33 -0
  71. package/dist/components/VRadio.vue.d.ts.map +1 -0
  72. package/dist/components/VRating.vue.d.ts +23 -0
  73. package/dist/components/VRating.vue.d.ts.map +1 -0
  74. package/dist/components/VResult.vue.d.ts +24 -0
  75. package/dist/components/VResult.vue.d.ts.map +1 -0
  76. package/dist/components/VRow.vue.d.ts +22 -0
  77. package/dist/components/VRow.vue.d.ts.map +1 -0
  78. package/dist/components/VSelect.vue.d.ts +32 -0
  79. package/dist/components/VSelect.vue.d.ts.map +1 -0
  80. package/dist/components/VSidebar.vue.d.ts +24 -0
  81. package/dist/components/VSidebar.vue.d.ts.map +1 -0
  82. package/dist/components/VSkeleton.vue.d.ts +14 -0
  83. package/dist/components/VSkeleton.vue.d.ts.map +1 -0
  84. package/dist/components/VSlider.vue.d.ts +24 -0
  85. package/dist/components/VSlider.vue.d.ts.map +1 -0
  86. package/dist/components/VSpinner.vue.d.ts +11 -0
  87. package/dist/components/VSpinner.vue.d.ts.map +1 -0
  88. package/dist/components/VStat.vue.d.ts +15 -0
  89. package/dist/components/VStat.vue.d.ts.map +1 -0
  90. package/dist/components/VStepper.vue.d.ts +14 -0
  91. package/dist/components/VStepper.vue.d.ts.map +1 -0
  92. package/dist/components/VTable.vue.d.ts +41 -0
  93. package/dist/components/VTable.vue.d.ts.map +1 -0
  94. package/dist/components/VTabs.vue.d.ts +31 -0
  95. package/dist/components/VTabs.vue.d.ts.map +1 -0
  96. package/dist/components/VTextarea.vue.d.ts +31 -0
  97. package/dist/components/VTextarea.vue.d.ts.map +1 -0
  98. package/dist/components/VTimePicker.vue.d.ts +17 -0
  99. package/dist/components/VTimePicker.vue.d.ts.map +1 -0
  100. package/dist/components/VTimeline.vue.d.ts +32 -0
  101. package/dist/components/VTimeline.vue.d.ts.map +1 -0
  102. package/dist/components/VToggle.vue.d.ts +31 -0
  103. package/dist/components/VToggle.vue.d.ts.map +1 -0
  104. package/dist/components/VTooltip.vue.d.ts +21 -0
  105. package/dist/components/VTooltip.vue.d.ts.map +1 -0
  106. package/dist/components/VVideo.vue.d.ts +24 -0
  107. package/dist/components/VVideo.vue.d.ts.map +1 -0
  108. package/dist/composables/useSize.d.ts +5 -0
  109. package/dist/composables/useSize.d.ts.map +1 -0
  110. package/dist/composables/useVariant.d.ts +5 -0
  111. package/dist/composables/useVariant.d.ts.map +1 -0
  112. package/dist/i18n/index.d.ts +25 -0
  113. package/dist/i18n/index.d.ts.map +1 -0
  114. package/dist/i18n/locales/de.d.ts +3 -0
  115. package/dist/i18n/locales/de.d.ts.map +1 -0
  116. package/dist/i18n/locales/en.d.ts +3 -0
  117. package/dist/i18n/locales/en.d.ts.map +1 -0
  118. package/dist/i18n/locales/es.d.ts +3 -0
  119. package/dist/i18n/locales/es.d.ts.map +1 -0
  120. package/dist/i18n/locales/fr.d.ts +3 -0
  121. package/dist/i18n/locales/fr.d.ts.map +1 -0
  122. package/dist/i18n/locales/it.d.ts +3 -0
  123. package/dist/i18n/locales/it.d.ts.map +1 -0
  124. package/dist/i18n/locales/ja.d.ts +3 -0
  125. package/dist/i18n/locales/ja.d.ts.map +1 -0
  126. package/dist/i18n/locales/ko.d.ts +3 -0
  127. package/dist/i18n/locales/ko.d.ts.map +1 -0
  128. package/dist/i18n/locales/pt.d.ts +3 -0
  129. package/dist/i18n/locales/pt.d.ts.map +1 -0
  130. package/dist/i18n/locales/zh.d.ts +3 -0
  131. package/dist/i18n/locales/zh.d.ts.map +1 -0
  132. package/dist/index.cjs +1 -0
  133. package/dist/index.d.ts +63 -0
  134. package/dist/index.d.ts.map +1 -0
  135. package/dist/index.js +6829 -0
  136. package/dist/plugin.d.ts +23 -0
  137. package/dist/plugin.d.ts.map +1 -0
  138. package/dist/theme/index.d.ts +87 -0
  139. package/dist/theme/index.d.ts.map +1 -0
  140. package/dist/theme/presets.d.ts +14 -0
  141. package/dist/theme/presets.d.ts.map +1 -0
  142. package/dist/types/i18n.d.ts +110 -0
  143. package/dist/types/i18n.d.ts.map +1 -0
  144. package/dist/types/index.d.ts +25 -0
  145. package/dist/types/index.d.ts.map +1 -0
  146. package/dist/types/theme.d.ts +65 -0
  147. package/dist/types/theme.d.ts.map +1 -0
  148. package/dist/utils/cn.d.ts +2 -0
  149. package/dist/utils/cn.d.ts.map +1 -0
  150. package/package.json +75 -0
  151. package/tailwind.preset.js +44 -0
@@ -0,0 +1,33 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string | number | boolean;
4
+ value: string | number | boolean;
5
+ label?: string;
6
+ name: string;
7
+ size?: ComponentSize;
8
+ disabled?: boolean;
9
+ id?: string;
10
+ };
11
+ declare var __VLS_1: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "update:modelValue": (value: string | number | boolean) => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
19
+ }>, {
20
+ size: ComponentSize;
21
+ modelValue: string | number | boolean;
22
+ label: string;
23
+ disabled: boolean;
24
+ id: string;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
33
+ //# sourceMappingURL=VRadio.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VRadio.vue.d.ts","sourceRoot":"","sources":["../../src/components/VRadio.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;IACtC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;AAsFF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;UAnHZ,aAAa;gBAJP,MAAM,GAAG,MAAM,GAAG,OAAO;WAE9B,MAAM;cAGH,OAAO;QACb,MAAM;6EAyHX,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: number;
4
+ max?: number;
5
+ size?: ComponentSize;
6
+ disabled?: boolean;
7
+ readonly?: boolean;
8
+ color?: string;
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ "update:modelValue": (value: number) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
14
+ }>, {
15
+ size: ComponentSize;
16
+ modelValue: number;
17
+ disabled: boolean;
18
+ color: string;
19
+ max: number;
20
+ readonly: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ export default _default;
23
+ //# sourceMappingURL=VRating.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VRating.vue.d.ts","sourceRoot":"","sources":["../../src/components/VRating.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;;;;;UAJO,aAAa;gBAFP,MAAM;cAGR,OAAO;WAEV,MAAM;SAJR,MAAM;cAGD,OAAO;;AAsIpB,wBAQG"}
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ status?: 'success' | 'error' | 'warning' | 'info' | 'default';
3
+ title?: string;
4
+ description?: string;
5
+ };
6
+ declare var __VLS_1: {}, __VLS_3: {};
7
+ type __VLS_Slots = {} & {
8
+ icon?: (props: typeof __VLS_1) => any;
9
+ } & {
10
+ action?: (props: typeof __VLS_3) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ title: string;
14
+ status: "success" | "error" | "warning" | "info" | "default";
15
+ description: string;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=VResult.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VResult.vue.d.ts","sourceRoot":"","sources":["../../src/components/VResult.vue"],"names":[],"mappings":"AA0DA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AAmJF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB9C,QAAA,MAAM,eAAe;WA9KX,MAAM;YADL,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS;iBAE/C,MAAM;6EAoLpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ gap?: 'none' | 'sm' | 'md' | 'lg' | 'xl';
3
+ align?: 'start' | 'center' | 'end' | 'stretch';
4
+ justify?: 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
5
+ };
6
+ declare var __VLS_1: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_1) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ gap: "none" | "sm" | "md" | "lg" | "xl";
12
+ align: "start" | "center" | "end" | "stretch";
13
+ justify: "start" | "center" | "end" | "between" | "around" | "evenly";
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=VRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VRow.vue.d.ts","sourceRoot":"","sources":["../../src/components/VRow.vue"],"names":[],"mappings":"AAwDA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACxC,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAA;IAC9C,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAA;CACvE,CAAC;AAyDF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;SAnFb,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;WAChC,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS;aACpC,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ;6EAwFtE,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,32 @@
1
+ import type { ComponentSize, ComponentRounded } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string | number | string[];
4
+ options: {
5
+ label: string;
6
+ value: string | number;
7
+ disabled?: boolean;
8
+ }[];
9
+ placeholder?: string;
10
+ size?: ComponentSize;
11
+ rounded?: ComponentRounded;
12
+ disabled?: boolean;
13
+ error?: string;
14
+ label?: string;
15
+ id?: string;
16
+ };
17
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string | number | string[]) => any;
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: string | number | string[]) => any) | undefined;
21
+ }>, {
22
+ size: ComponentSize;
23
+ rounded: ComponentRounded;
24
+ modelValue: string | number | string[];
25
+ placeholder: string;
26
+ error: string;
27
+ label: string;
28
+ disabled: boolean;
29
+ id: string;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ export default _default;
32
+ //# sourceMappingURL=VSelect.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VSelect.vue.d.ts","sourceRoot":"","sources":["../../src/components/VSelect.vue"],"names":[],"mappings":"AAoIA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE9D,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;IACvC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IACxE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;;;;;;UANO,aAAa;aACV,gBAAgB;gBAJb,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE;iBAEzB,MAAM;WAIZ,MAAM;WACN,MAAM;cAFH,OAAO;QAGb,MAAM;;AA+Kb,wBAQG"}
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ width?: string;
3
+ bordered?: boolean;
4
+ collapsed?: boolean;
5
+ };
6
+ declare var __VLS_1: {}, __VLS_3: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_1) => any;
9
+ } & {
10
+ footer?: (props: typeof __VLS_3) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ bordered: boolean;
14
+ width: string;
15
+ collapsed: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=VSidebar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VSidebar.vue.d.ts","sourceRoot":"","sources":["../../src/components/VSidebar.vue"],"names":[],"mappings":"AAoCA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAiDF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB9C,QAAA,MAAM,eAAe;cA3ER,OAAO;WADV,MAAM;eAEF,OAAO;6EAiFnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ width?: string;
3
+ height?: string;
4
+ rounded?: 'none' | 'sm' | 'md' | 'lg' | 'full';
5
+ animate?: boolean;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ rounded: "none" | "sm" | "md" | "lg" | "full";
9
+ animate: boolean;
10
+ width: string;
11
+ height: string;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
14
+ //# sourceMappingURL=VSkeleton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VSkeleton.vue.d.ts","sourceRoot":"","sources":["../../src/components/VSkeleton.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;aAFU,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;aACpC,OAAO;WAHT,MAAM;YACL,MAAM;;AAgEjB,wBAOG"}
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ modelValue?: number;
3
+ min?: number;
4
+ max?: number;
5
+ step?: number;
6
+ disabled?: boolean;
7
+ showValue?: boolean;
8
+ size?: 'sm' | 'md' | 'lg';
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ "update:modelValue": (value: number) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
14
+ }>, {
15
+ size: "sm" | "md" | "lg";
16
+ modelValue: number;
17
+ disabled: boolean;
18
+ min: number;
19
+ max: number;
20
+ step: number;
21
+ showValue: boolean;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
24
+ //# sourceMappingURL=VSlider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VSlider.vue.d.ts","sourceRoot":"","sources":["../../src/components/VSlider.vue"],"names":[],"mappings":"AA4EA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CAC1B,CAAC;;;;;;UADO,IAAI,GAAG,IAAI,GAAG,IAAI;gBANZ,MAAM;cAIR,OAAO;SAHZ,MAAM;SACN,MAAM;UACL,MAAM;eAED,OAAO;;AA6GrB,wBAQG"}
@@ -0,0 +1,11 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ size?: ComponentSize;
4
+ color?: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ size: ComponentSize;
8
+ color: string;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
11
+ //# sourceMappingURL=VSpinner.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VSpinner.vue.d.ts","sourceRoot":"","sources":["../../src/components/VSpinner.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;UAFO,aAAa;WACZ,MAAM;;AAkFhB,wBAOG"}
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ value: string | number;
4
+ suffix?: string;
5
+ change?: number;
6
+ period?: string;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ label: string;
10
+ suffix: string;
11
+ change: number;
12
+ period: string;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=VStat.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VStat.vue.d.ts","sourceRoot":"","sources":["../../src/components/VStat.vue"],"names":[],"mappings":"AA2EA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;;WALQ,MAAM;YAEL,MAAM;YACN,MAAM;YACN,MAAM;;AAmIjB,wBAOG"}
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ steps: {
3
+ label: string;
4
+ description?: string;
5
+ }[];
6
+ currentStep?: number;
7
+ orientation?: 'horizontal' | 'vertical';
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ currentStep: number;
11
+ orientation: "horizontal" | "vertical";
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
14
+ //# sourceMappingURL=VStepper.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VStepper.vue.d.ts","sourceRoot":"","sources":["../../src/components/VStepper.vue"],"names":[],"mappings":"AAiFA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAChD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACxC,CAAC;;iBAFc,MAAM;iBACN,YAAY,GAAG,UAAU;;AAoIzC,wBAOG"}
@@ -0,0 +1,41 @@
1
+ type __VLS_Props = {
2
+ headers: {
3
+ key: string;
4
+ label: string;
5
+ }[];
6
+ data: Record<string, any>[];
7
+ striped?: boolean;
8
+ hoverable?: boolean;
9
+ bordered?: boolean;
10
+ compact?: boolean;
11
+ emptyText?: string;
12
+ };
13
+ declare var __VLS_2: `cell-${string}`, __VLS_3: {
14
+ row: Record<string, any>;
15
+ value: any;
16
+ }, __VLS_5: {
17
+ row: Record<string, any>;
18
+ index: number;
19
+ }, __VLS_7: {};
20
+ type __VLS_Slots = {} & {
21
+ [K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
22
+ } & {
23
+ actions?: (props: typeof __VLS_5) => any;
24
+ } & {
25
+ empty?: (props: typeof __VLS_7) => any;
26
+ };
27
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
28
+ bordered: boolean;
29
+ striped: boolean;
30
+ hoverable: boolean;
31
+ compact: boolean;
32
+ emptyText: string;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
35
+ export default _default;
36
+ type __VLS_WithSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ //# sourceMappingURL=VTable.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTable.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTable.vue"],"names":[],"mappings":"AA8FA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACzC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AA0HF,QAAA,IAAI,OAAO,kBAAU,EAAE,OAAO;;;CAAU,EAAE,OAAO;;;CAAU,EAAE,OAAO,IAAW,CAAE;AACjF,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG;CAAE,GACvE;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB7C,QAAA,MAAM,eAAe;cAzJR,OAAO;aAFR,OAAO;eACL,OAAO;aAET,OAAO;eACL,MAAM;6EA8JlB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue: string | number;
4
+ tabs: {
5
+ label: string;
6
+ value: string | number;
7
+ disabled?: boolean;
8
+ }[];
9
+ size?: ComponentSize;
10
+ variant?: 'default' | 'pills' | 'underline';
11
+ };
12
+ declare var __VLS_1: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_1) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ "update:modelValue": (value: string | number) => any;
18
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
20
+ }>, {
21
+ variant: "default" | "pills" | "underline";
22
+ size: ComponentSize;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //# sourceMappingURL=VTabs.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTabs.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTabs.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IACrE,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,WAAW,CAAA;CAC5C,CAAC;AAiGF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;aA5HT,SAAS,GAAG,OAAO,GAAG,WAAW;UADpC,aAAa;6EAqIpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { ComponentSize, ComponentRounded } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string;
4
+ placeholder?: string;
5
+ size?: ComponentSize;
6
+ rounded?: ComponentRounded;
7
+ disabled?: boolean;
8
+ error?: string;
9
+ label?: string;
10
+ rows?: number;
11
+ resize?: 'none' | 'vertical' | 'horizontal' | 'both';
12
+ id?: string;
13
+ };
14
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string) => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
+ }>, {
19
+ size: ComponentSize;
20
+ rounded: ComponentRounded;
21
+ modelValue: string;
22
+ placeholder: string;
23
+ error: string;
24
+ label: string;
25
+ disabled: boolean;
26
+ id: string;
27
+ rows: number;
28
+ resize: "none" | "vertical" | "horizontal" | "both";
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ export default _default;
31
+ //# sourceMappingURL=VTextarea.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTextarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTextarea.vue"],"names":[],"mappings":"AA+GA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE9D,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM,CAAA;IACpD,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;;;;;;UARO,aAAa;aACV,gBAAgB;gBAHb,MAAM;iBACL,MAAM;WAIZ,MAAM;WACN,MAAM;cAFH,OAAO;QAKb,MAAM;UAFJ,MAAM;YACJ,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM;;AAiJtD,wBAQG"}
@@ -0,0 +1,17 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string;
4
+ size?: ComponentSize;
5
+ disabled?: boolean;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:modelValue": (value: string) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
11
+ }>, {
12
+ size: ComponentSize;
13
+ modelValue: string;
14
+ disabled: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=VTimePicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTimePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTimePicker.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;;;;;UAFO,aAAa;gBADP,MAAM;cAER,OAAO;;AAwEpB,wBAQG"}
@@ -0,0 +1,32 @@
1
+ type __VLS_Props = {
2
+ items: {
3
+ title: string;
4
+ description?: string;
5
+ time?: string;
6
+ active?: boolean;
7
+ }[];
8
+ variant?: 'default' | 'success' | 'warning' | 'danger';
9
+ };
10
+ declare var __VLS_1: {
11
+ item: {
12
+ title: string;
13
+ description?: string;
14
+ time?: string;
15
+ active?: boolean;
16
+ };
17
+ index: number;
18
+ };
19
+ type __VLS_Slots = {} & {
20
+ icon?: (props: typeof __VLS_1) => any;
21
+ };
22
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
+ variant: "default" | "success" | "warning" | "danger";
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=VTimeline.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTimeline.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTimeline.vue"],"names":[],"mappings":"AA4EA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IACjF,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;CACvD,CAAC;AAsGF,QAAA,IAAI,OAAO;;eAxGO,MAAM;sBAAgB,MAAM;eAAS,MAAM;iBAAW,OAAO;;;CAwGzD,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAyB5C,QAAA,MAAM,eAAe;aAlIT,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ;6EAyItD,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: boolean;
4
+ size?: ComponentSize;
5
+ disabled?: boolean;
6
+ label?: string;
7
+ id?: string;
8
+ };
9
+ declare var __VLS_1: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ size: ComponentSize;
19
+ modelValue: boolean;
20
+ label: string;
21
+ disabled: boolean;
22
+ id: string;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //# sourceMappingURL=VToggle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VToggle.vue.d.ts","sourceRoot":"","sources":["../../src/components/VToggle.vue"],"names":[],"mappings":"AAoHA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;AAoHF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA2B/C,QAAA,MAAM,eAAe;;;;;UArJZ,aAAa;gBADP,OAAO;WAGZ,MAAM;cADH,OAAO;QAEb,MAAM;6EA0JX,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ content: string;
3
+ position?: 'top' | 'bottom' | 'left' | 'right';
4
+ delay?: number;
5
+ };
6
+ declare var __VLS_1: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_1) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ position: "top" | "bottom" | "left" | "right";
12
+ delay: number;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=VTooltip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VTooltip.vue.d.ts","sourceRoot":"","sources":["../../src/components/VTooltip.vue"],"names":[],"mappings":"AA8EA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAgFF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAyB/C,QAAA,MAAM,eAAe;cA7GR,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO;WACtC,MAAM;6EAmHd,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ src?: string;
3
+ title?: string;
4
+ aspectRatio?: 'auto' | 'square' | 'video' | 'wide';
5
+ rounded?: 'none' | 'sm' | 'md' | 'lg' | 'xl';
6
+ };
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ rounded: "none" | "sm" | "md" | "lg" | "xl";
13
+ title: string;
14
+ src: string;
15
+ aspectRatio: "auto" | "square" | "video" | "wide";
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=VVideo.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VVideo.vue.d.ts","sourceRoot":"","sources":["../../src/components/VVideo.vue"],"names":[],"mappings":"AAoEA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CAC7C,CAAC;AA2FF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;aApHT,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;WAFpC,MAAM;SADR,MAAM;iBAEE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM;6EA4HlD,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ComponentSize } from '@/types';
2
+ export declare function useSize(defaultSize?: ComponentSize): {
3
+ getSizeClass: (size?: ComponentSize) => string;
4
+ };
5
+ //# sourceMappingURL=useSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSize.d.ts","sourceRoot":"","sources":["../../src/composables/useSize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAU5C,wBAAgB,OAAO,CAAC,WAAW,GAAE,aAAoB;0BAC1B,aAAa;EAK3C"}
@@ -0,0 +1,5 @@
1
+ import type { ComponentVariant } from '@/types';
2
+ export declare function useVariant(): {
3
+ getVariantClass: (variant?: ComponentVariant) => string;
4
+ };
5
+ //# sourceMappingURL=useVariant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useVariant.d.ts","sourceRoot":"","sources":["../../src/composables/useVariant.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAW/C,wBAAgB,UAAU;gCACU,gBAAgB;EAKnD"}
@@ -0,0 +1,25 @@
1
+ import type { LocaleCode, LocaleMessages } from '@/types/i18n';
2
+ declare const locales: Record<LocaleCode, LocaleMessages>;
3
+ export declare function useI18n(): {
4
+ locale: import("vue").ComputedRef<LocaleCode>;
5
+ messages: import("vue").ComputedRef<LocaleMessages>;
6
+ t: (path: string, params?: Record<string, string | number>) => string;
7
+ setLocale: (locale: LocaleCode) => void;
8
+ registerLocale: (code: LocaleCode, messages: LocaleMessages) => void;
9
+ setFallbackLocale: (locale: LocaleCode) => void;
10
+ availableLocales: import("vue").ComputedRef<LocaleCode[]>;
11
+ locales: Record<LocaleCode, LocaleMessages>;
12
+ };
13
+ export { locales };
14
+ export declare const localeMessages: {
15
+ es: LocaleMessages;
16
+ en: LocaleMessages;
17
+ fr: LocaleMessages;
18
+ de: LocaleMessages;
19
+ pt: LocaleMessages;
20
+ it: LocaleMessages;
21
+ ja: LocaleMessages;
22
+ zh: LocaleMessages;
23
+ ko: LocaleMessages;
24
+ };
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAc,MAAM,cAAc,CAAA;AAc1E,QAAA,MAAM,OAAO,EAAE,MAAM,CAAC,UAAU,EAAE,cAAc,CAU/C,CAAA;AAED,wBAAgB,OAAO;;;cAGJ,MAAM,WAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAG,MAAM;wBAmC/C,UAAU;2BAMP,UAAU,YAAY,cAAc;gCAI/B,UAAU;;;EAgB9C;AAED,OAAO,EAAE,OAAO,EAAE,CAAA;AAElB,eAAO,MAAM,cAAc;;;;;;;;;;CAU1B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { LocaleMessages } from '@/types/i18n';
2
+ export declare const de: LocaleMessages;
3
+ //# sourceMappingURL=de.d.ts.map