@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,21 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string;
4
+ size?: ComponentSize;
5
+ disabled?: boolean;
6
+ min?: string;
7
+ max?: string;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ }>, {
14
+ size: ComponentSize;
15
+ modelValue: string;
16
+ disabled: boolean;
17
+ min: string;
18
+ max: string;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
21
+ //# sourceMappingURL=VDatePicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VDatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/VDatePicker.vue"],"names":[],"mappings":"AAsDA,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;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;;;;;;UAJO,aAAa;gBADP,MAAM;cAER,OAAO;SACZ,MAAM;SACN,MAAM;;AA8Ed,wBAQG"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ orientation?: 'horizontal' | 'vertical';
3
+ variant?: 'solid' | 'dashed' | 'dotted';
4
+ spacing?: 'none' | 'sm' | 'md' | 'lg';
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
+ variant: "solid" | "dashed" | "dotted";
8
+ orientation: "horizontal" | "vertical";
9
+ spacing: "none" | "sm" | "md" | "lg";
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
12
+ //# sourceMappingURL=VDivider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VDivider.vue.d.ts","sourceRoot":"","sources":["../../src/components/VDivider.vue"],"names":[],"mappings":"AA4CA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAA;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CACtC,CAAC;;aAFU,OAAO,GAAG,QAAQ,GAAG,QAAQ;iBADzB,YAAY,GAAG,UAAU;aAE7B,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;;AAmEvC,wBAOG"}
@@ -0,0 +1,36 @@
1
+ type __VLS_Props = {
2
+ modelValue?: boolean;
3
+ title?: string;
4
+ position?: 'left' | 'right';
5
+ size?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
6
+ closable?: boolean;
7
+ persistent?: boolean;
8
+ };
9
+ declare var __VLS_9: {}, __VLS_11: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_9) => any;
12
+ } & {
13
+ footer?: (props: typeof __VLS_11) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "update:modelValue": (value: boolean) => any;
17
+ close: () => any;
18
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20
+ onClose?: (() => any) | undefined;
21
+ }>, {
22
+ size: "sm" | "md" | "lg" | "xl" | "full";
23
+ modelValue: boolean;
24
+ title: string;
25
+ closable: boolean;
26
+ persistent: boolean;
27
+ position: "left" | "right";
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=VDrawer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VDrawer.vue.d.ts","sourceRoot":"","sources":["../../src/components/VDrawer.vue"],"names":[],"mappings":"AAgHA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;AA6KF,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,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,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;;;UA3MZ,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;gBAH5B,OAAO;WACZ,MAAM;cAGH,OAAO;gBACL,OAAO;cAHT,MAAM,GAAG,OAAO;6EAoN3B,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
+ position?: 'bottom-start' | 'bottom-end' | 'top-start' | 'top-end';
3
+ disabled?: boolean;
4
+ };
5
+ declare var __VLS_1: {}, __VLS_3: {};
6
+ type __VLS_Slots = {} & {
7
+ trigger?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_3) => 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
+ disabled: boolean;
13
+ position: "bottom-start" | "bottom-end" | "top-start" | "top-end";
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=VDropdown.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VDropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/VDropdown.vue"],"names":[],"mappings":"AAsDA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,cAAc,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,CAAA;IAClE,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAyDF,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,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,QAAA,MAAM,eAAe;cApFR,OAAO;cADP,cAAc,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS;6EA4FlE,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
+ description?: string;
3
+ };
4
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
5
+ type __VLS_Slots = {} & {
6
+ image?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ default?: (props: typeof __VLS_3) => any;
9
+ } & {
10
+ action?: (props: typeof __VLS_5) => 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
+ description: string;
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=VEmpty.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VEmpty.vue.d.ts","sourceRoot":"","sources":["../../src/components/VEmpty.vue"],"names":[],"mappings":"AAmCA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AA0DF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC9D,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;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;iBApFL,MAAM;6EA2FpB,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,28 @@
1
+ type __VLS_Props = {
2
+ modelValue?: File[];
3
+ accept?: string;
4
+ multiple?: boolean;
5
+ maxSize?: number;
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, {
12
+ "update:modelValue": (value: File[]) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
15
+ }>, {
16
+ modelValue: File[];
17
+ accept: string;
18
+ multiple: boolean;
19
+ maxSize: number;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ export default _default;
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ //# sourceMappingURL=VFileUpload.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VFileUpload.vue.d.ts","sourceRoot":"","sources":["../../src/components/VFileUpload.vue"],"names":[],"mappings":"AA6HA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,IAAI,EAAE,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AA+MF,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;AA+B/C,QAAA,MAAM,eAAe;;;;;gBApPN,IAAI,EAAE;YACV,MAAM;cACJ,OAAO;aACR,MAAM;6EAyPhB,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,26 @@
1
+ type __VLS_Props = {
2
+ src?: string;
3
+ alt?: string;
4
+ aspectRatio?: 'auto' | 'square' | 'video' | 'wide';
5
+ rounded?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
6
+ fit?: 'cover' | 'contain' | 'fill' | 'none';
7
+ };
8
+ declare var __VLS_1: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_1) => 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
+ rounded: "none" | "sm" | "md" | "lg" | "xl" | "full";
14
+ src: string;
15
+ alt: string;
16
+ aspectRatio: "auto" | "square" | "video" | "wide";
17
+ fit: "cover" | "contain" | "fill" | "none";
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
+ export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
26
+ //# sourceMappingURL=VImage.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VImage.vue.d.ts","sourceRoot":"","sources":["../../src/components/VImage.vue"],"names":[],"mappings":"AAsFA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACrD,GAAG,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAA;CAC5C,CAAC;AAsGF,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;aAlIT,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;SAH/C,MAAM;SACN,MAAM;iBACE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM;SAE5C,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM;6EAwI3C,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,43 @@
1
+ import type { ComponentSize, ComponentRounded } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string | number;
4
+ type?: string;
5
+ placeholder?: string;
6
+ size?: ComponentSize;
7
+ rounded?: ComponentRounded;
8
+ disabled?: boolean;
9
+ error?: string;
10
+ label?: string;
11
+ id?: string;
12
+ };
13
+ declare var __VLS_1: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_1) => any;
16
+ };
17
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string) => any;
19
+ focus: (event: FocusEvent) => any;
20
+ blur: (event: FocusEvent) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
23
+ onFocus?: ((event: FocusEvent) => any) | undefined;
24
+ onBlur?: ((event: FocusEvent) => any) | undefined;
25
+ }>, {
26
+ size: ComponentSize;
27
+ rounded: ComponentRounded;
28
+ type: string;
29
+ modelValue: string | number;
30
+ placeholder: string;
31
+ error: string;
32
+ label: string;
33
+ disabled: boolean;
34
+ id: string;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
37
+ export default _default;
38
+ type __VLS_WithSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=VInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/VInput.vue"],"names":[],"mappings":"AAsGA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE9D,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,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;AAmHF,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;AAuB/C,QAAA,MAAM,eAAe;;;;;;;;;UAlJZ,aAAa;aACV,gBAAgB;UAHnB,MAAM;gBADA,MAAM,GAAG,MAAM;iBAEd,MAAM;WAIZ,MAAM;WACN,MAAM;cAFH,OAAO;QAGb,MAAM;6EAqJX,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,19 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ size?: ComponentSize;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ size: ComponentSize;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=VKbd.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VKbd.vue.d.ts","sourceRoot":"","sources":["../../src/components/VKbd.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,aAAa,CAAA;CACrB,CAAC;AAsCF,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;UA9DZ,aAAa;6EAqEpB,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,40 @@
1
+ type __VLS_Props = {
2
+ items: {
3
+ title: string;
4
+ description?: string;
5
+ }[];
6
+ hoverable?: boolean;
7
+ bordered?: boolean;
8
+ divided?: boolean;
9
+ };
10
+ declare var __VLS_1: {
11
+ item: {
12
+ title: string;
13
+ description?: string;
14
+ };
15
+ index: number;
16
+ }, __VLS_3: {
17
+ item: {
18
+ title: string;
19
+ description?: string;
20
+ };
21
+ index: number;
22
+ };
23
+ type __VLS_Slots = {} & {
24
+ prefix?: (props: typeof __VLS_1) => any;
25
+ } & {
26
+ suffix?: (props: typeof __VLS_3) => any;
27
+ };
28
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
29
+ bordered: boolean;
30
+ hoverable: boolean;
31
+ divided: boolean;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
+ export default _default;
35
+ type __VLS_WithSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //# sourceMappingURL=VList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VList.vue.d.ts","sourceRoot":"","sources":["../../src/components/VList.vue"],"names":[],"mappings":"AAsDA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAChD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAuEF,QAAA,IAAI,OAAO;;eA3EO,MAAM;sBAAgB,MAAM;;;CA2EzB,EAAE,OAAO;;eA3EZ,MAAM;sBAAgB,MAAM;;;CA2EL,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB9C,QAAA,MAAM,eAAe;cAnGR,OAAO;eADN,OAAO;aAET,OAAO;6EAyGjB,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,40 @@
1
+ interface MenuItem {
2
+ label?: string;
3
+ href?: string;
4
+ onClick?: () => void;
5
+ disabled?: boolean;
6
+ danger?: boolean;
7
+ divider?: boolean;
8
+ }
9
+ type __VLS_Props = {
10
+ items: MenuItem[];
11
+ };
12
+ declare var __VLS_1: {
13
+ item: MenuItem;
14
+ }, __VLS_3: {
15
+ item: MenuItem;
16
+ }, __VLS_5: {
17
+ item: MenuItem;
18
+ }, __VLS_7: {
19
+ item: MenuItem;
20
+ };
21
+ type __VLS_Slots = {} & {
22
+ prefix?: (props: typeof __VLS_1) => any;
23
+ } & {
24
+ suffix?: (props: typeof __VLS_3) => any;
25
+ } & {
26
+ prefix?: (props: typeof __VLS_5) => any;
27
+ } & {
28
+ suffix?: (props: typeof __VLS_7) => any;
29
+ };
30
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
31
+ items: MenuItem[];
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
+ export default _default;
35
+ type __VLS_WithSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //# sourceMappingURL=VMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/VMenu.vue"],"names":[],"mappings":"AAoEA,UAAU,QAAQ;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAA;CAClB,CAAC;AAwFF,QAAA,IAAI,OAAO;;CAAU,EAAE,OAAO;;CAAU,EAAE,OAAO;;CAAU,EAAE,OAAO;;CAAW,CAAE;AACjF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB9C,QAAA,MAAM,eAAe;WApHZ,QAAQ,EAAE;6EA2HjB,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,34 @@
1
+ type __VLS_Props = {
2
+ modelValue?: boolean;
3
+ title?: string;
4
+ size?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
5
+ closable?: boolean;
6
+ persistent?: boolean;
7
+ };
8
+ declare var __VLS_9: {}, __VLS_11: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_9) => any;
11
+ } & {
12
+ footer?: (props: typeof __VLS_11) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (value: boolean) => any;
16
+ close: () => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19
+ onClose?: (() => any) | undefined;
20
+ }>, {
21
+ size: "sm" | "md" | "lg" | "xl" | "full";
22
+ modelValue: boolean;
23
+ title: string;
24
+ closable: boolean;
25
+ persistent: boolean;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ //# sourceMappingURL=VModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/VModal.vue"],"names":[],"mappings":"AAwHA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;AAgLF,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,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,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;;;UA9MZ,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;gBAF5B,OAAO;WACZ,MAAM;cAEH,OAAO;gBACL,OAAO;6EAoNpB,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,28 @@
1
+ type __VLS_Props = {
2
+ sticky?: boolean;
3
+ bordered?: boolean;
4
+ transparent?: boolean;
5
+ };
6
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
7
+ type __VLS_Slots = {} & {
8
+ logo?: (props: typeof __VLS_1) => any;
9
+ } & {
10
+ brand?: (props: typeof __VLS_3) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_5) => any;
13
+ } & {
14
+ actions?: (props: typeof __VLS_7) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
+ bordered: boolean;
18
+ sticky: boolean;
19
+ transparent: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ export default _default;
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ //# sourceMappingURL=VNavbar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VNavbar.vue.d.ts","sourceRoot":"","sources":["../../src/components/VNavbar.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AA0DF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AACjF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;cAtFR,OAAO;YADT,OAAO;iBAEF,OAAO;6EA4FrB,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,20 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ description?: string;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ actions?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ title: string;
11
+ description: string;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
20
+ //# sourceMappingURL=VPageHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VPageHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/VPageHeader.vue"],"names":[],"mappings":"AAqCA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,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;WAlFX,MAAM;iBACA,MAAM;6EAwFpB,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,19 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue: number;
4
+ totalPages: number;
5
+ size?: ComponentSize;
6
+ showEdges?: boolean;
7
+ siblingsCount?: number;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: number) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
13
+ }>, {
14
+ size: ComponentSize;
15
+ showEdges: boolean;
16
+ siblingsCount: number;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
19
+ //# sourceMappingURL=VPagination.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VPagination.vue.d.ts","sourceRoot":"","sources":["../../src/components/VPagination.vue"],"names":[],"mappings":"AA+MA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;;;;;;UAHO,aAAa;eACR,OAAO;mBACH,MAAM;;AAsPxB,wBAQG"}
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ modelValue?: number;
3
+ total?: number;
4
+ pageSize?: number;
5
+ siblings?: number;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:modelValue": (value: number) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
11
+ }>, {
12
+ modelValue: number;
13
+ total: number;
14
+ pageSize: number;
15
+ siblings: number;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=VPaginationSimple.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VPaginationSimple.vue.d.ts","sourceRoot":"","sources":["../../src/components/VPaginationSimple.vue"],"names":[],"mappings":"AAiFA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAC;;;;;;gBAJa,MAAM;WACX,MAAM;cACH,MAAM;cACN,MAAM;;AA0HnB,wBAQG"}
@@ -0,0 +1,31 @@
1
+ type __VLS_Props = {
2
+ modelValue?: boolean;
3
+ title?: string;
4
+ position?: 'top' | 'bottom' | 'left' | 'right';
5
+ trigger?: 'click' | 'hover';
6
+ };
7
+ declare var __VLS_9: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_9) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
12
+ open: () => void;
13
+ close: () => void;
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (value: boolean) => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18
+ }>, {
19
+ modelValue: boolean;
20
+ title: string;
21
+ position: "top" | "bottom" | "left" | "right";
22
+ trigger: "click" | "hover";
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=VPopover.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VPopover.vue.d.ts","sourceRoot":"","sources":["../../src/components/VPopover.vue"],"names":[],"mappings":"AA4FA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;IAC9C,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;CAC5B,CAAC;AA0HF,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;;;;;;;;gBA3JN,OAAO;WACZ,MAAM;cACH,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO;aACpC,OAAO,GAAG,OAAO;6EAiK3B,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
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ value?: number;
4
+ label?: string;
5
+ showValue?: boolean;
6
+ size?: ComponentSize;
7
+ variant?: 'primary' | 'success' | 'warning' | 'danger' | 'info';
8
+ animated?: boolean;
9
+ striped?: boolean;
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ variant: "primary" | "success" | "warning" | "danger" | "info";
13
+ size: ComponentSize;
14
+ label: string;
15
+ value: number;
16
+ showValue: boolean;
17
+ striped: boolean;
18
+ animated: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
21
+ //# sourceMappingURL=VProgress.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VProgress.vue.d.ts","sourceRoot":"","sources":["../../src/components/VProgress.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;aAHU,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM;UADxD,aAAa;WAFZ,MAAM;WADN,MAAM;eAEF,OAAO;aAIT,OAAO;cADN,OAAO;;AAoIpB,wBAOG"}
@@ -0,0 +1,20 @@
1
+ type __VLS_Props = {
2
+ author?: string;
3
+ source?: string;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ source: string;
11
+ author: string;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
20
+ //# sourceMappingURL=VQuote.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VQuote.vue.d.ts","sourceRoot":"","sources":["../../src/components/VQuote.vue"],"names":[],"mappings":"AAiCA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAsDF,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;YA9EV,MAAM;YADN,MAAM;6EAsFf,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"}