@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
package/README.md ADDED
@@ -0,0 +1,205 @@
1
+ # @tu-org/vue-components
2
+
3
+ Librería de componentes Vue 3 con Tailwind CSS, temas e i18n integrado.
4
+
5
+ ## 📦 Publicar en npm
6
+
7
+ ### Paso 1: Crear cuenta en npm (si no tienes)
8
+
9
+ ```bash
10
+ npm adduser
11
+ ```
12
+
13
+ O ve a [npmjs.com](https://www.npmjs.com) y crea una cuenta.
14
+
15
+ ### Paso 2: Login en npm
16
+
17
+ ```bash
18
+ npm login
19
+ ```
20
+
21
+ Introduce tu usuario, contraseña y email.
22
+
23
+ ### Paso 3: Cambiar nombre del paquete
24
+
25
+ Edita `package.json` y cambia el nombre:
26
+
27
+ ```json
28
+ {
29
+ "name": "@tu-org/vue-components"
30
+ }
31
+ ```
32
+
33
+ Donde `tu-org` es tu nombre de usuario o organización en npm.
34
+
35
+ ### Paso 4: Construir
36
+
37
+ ```bash
38
+ npm run build
39
+ ```
40
+
41
+ ### Paso 5: Publicar
42
+
43
+ **Público** (cualquiera puede instalarlo):
44
+ ```bash
45
+ npm publish --access public
46
+ ```
47
+
48
+ **Privado** (solo tú puedes instalarlo):
49
+ ```bash
50
+ npm publish --access restricted
51
+ ```
52
+
53
+ ### Paso 6: Actualizar versiones
54
+
55
+ ```bash
56
+ # Corrección de bugs (1.0.0 → 1.0.1)
57
+ npm version patch && npm publish --access public
58
+
59
+ # Nuevas funcionalidades (1.0.0 → 1.1.0)
60
+ npm version minor && npm publish --access public
61
+
62
+ # Cambios grandes (1.0.0 → 2.0.0)
63
+ npm version major && npm publish --access public
64
+ ```
65
+
66
+ ---
67
+
68
+ ## 🚀 Usar en tus proyectos
69
+
70
+ ### 1. Instalar
71
+
72
+ ```bash
73
+ npm install @tu-org/vue-components
74
+ ```
75
+
76
+ ### 2. Configurar Tailwind CSS
77
+
78
+ ```javascript
79
+ // tailwind.config.js
80
+ export default {
81
+ content: [
82
+ './index.html',
83
+ './src/**/*.{vue,js,ts,jsx,tsx}',
84
+ './node_modules/@tu-org/vue-components/**/*.vue'
85
+ ]
86
+ }
87
+ ```
88
+
89
+ ### 3. Configurar el plugin
90
+
91
+ ```typescript
92
+ // main.ts
93
+ import { createApp } from 'vue'
94
+ import App from './App.vue'
95
+ import { VueComponents } from '@tu-org/vue-components'
96
+ import '@tu-org/vue-components/dist/style.css'
97
+
98
+ const app = createApp(App)
99
+
100
+ app.use(VueComponents, {
101
+ theme: {
102
+ defaultTheme: 'default', // default | green | purple | red | orange
103
+ defaultMode: 'system' // light | dark | system
104
+ },
105
+ i18n: {
106
+ locale: 'es' // es | en | fr | de | pt | it | ja | zh | ko
107
+ }
108
+ })
109
+
110
+ app.mount('#app')
111
+ ```
112
+
113
+ ### 4. Usar componentes
114
+
115
+ ```vue
116
+ <script setup>
117
+ import { VButton, VCard, VInput } from '@tu-org/vue-components'
118
+ </script>
119
+
120
+ <template>
121
+ <VCard>
122
+ <VInput label="Email" placeholder="tu@email.com" />
123
+ <VButton variant="primary">Enviar</VButton>
124
+ </VCard>
125
+ </template>
126
+ ```
127
+
128
+ ---
129
+
130
+ ## 🎨 Cambiar tema
131
+
132
+ ```vue
133
+ <script setup>
134
+ import { useTheme } from '@tu-org/vue-components'
135
+
136
+ const { setTheme, toggleMode, isDark } = useTheme()
137
+ </script>
138
+
139
+ <template>
140
+ <button @click="toggleMode">
141
+ {{ isDark ? '☀️ Claro' : '🌙 Oscuro' }}
142
+ </button>
143
+
144
+ <button @click="setTheme('green')">Verde</button>
145
+ <button @click="setTheme('purple')">Púrpura</button>
146
+ </template>
147
+ ```
148
+
149
+ ---
150
+
151
+ ## 🌍 Cambiar idioma
152
+
153
+ ```vue
154
+ <script setup>
155
+ import { useI18n } from '@tu-org/vue-components'
156
+
157
+ const { setLocale, t } = useI18n()
158
+ </script>
159
+
160
+ <template>
161
+ <button @click="setLocale('es')">ES</button>
162
+ <button @click="setLocale('en')">EN</button>
163
+
164
+ <p>{{ t('common.confirm') }}</p>
165
+ </template>
166
+ ```
167
+
168
+ ---
169
+
170
+ ## 📚 Storybook
171
+
172
+ ```bash
173
+ npm run storybook
174
+ ```
175
+
176
+ Abre en `http://localhost:6006`
177
+
178
+ ---
179
+
180
+ ## Scripts
181
+
182
+ ```bash
183
+ npm run dev # Desarrollo
184
+ npm run build # Construir
185
+ npm run storybook # Storybook
186
+ npm run build-storybook # Construir Storybook
187
+ ```
188
+
189
+ ---
190
+
191
+ ## Componentes (45+)
192
+
193
+ VButton, VInput, VTextarea, VSelect, VCheckbox, VRadio, VToggle, VSlider, VFileUpload, VDatePicker, VTimePicker, VColorPicker, VCard, VBadge, VChip, VAvatar, VTable, VList, VStat, VImage, VVideo, VAlert, VModal, VDrawer, VSpinner, VSkeleton, VProgress, VEmpty, VResult, VCallout, VTooltip, VPopover, VTabs, VPagination, VDropdown, VMenu, VBreadcrumb, VStepper, VNavbar, VSidebar, VContainer, VRow, VCol, VDivider, VPageHeader, VAccordion, VTimeline, VCarousel, VCode, VKbd, VQuote, VRating
194
+
195
+ ## Idiomas
196
+
197
+ Español, English, Français, Deutsch, Português, Italiano, 日本語, 中文, 한국어
198
+
199
+ ## Temas
200
+
201
+ default (azul), green, purple, red, orange
202
+
203
+ ## Licencia
204
+
205
+ MIT
@@ -0,0 +1,29 @@
1
+ type __VLS_Props = {
2
+ items: {
3
+ title: string;
4
+ content?: string;
5
+ }[];
6
+ multiple?: boolean;
7
+ bordered?: boolean;
8
+ };
9
+ declare var __VLS_6: `content-${number}`, __VLS_7: {
10
+ item: {
11
+ title: string;
12
+ content?: string;
13
+ };
14
+ };
15
+ type __VLS_Slots = {} & {
16
+ [K in NonNullable<typeof __VLS_6>]?: (props: typeof __VLS_7) => any;
17
+ };
18
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ multiple: boolean;
20
+ bordered: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=VAccordion.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VAccordion.vue.d.ts","sourceRoot":"","sources":["../../src/components/VAccordion.vue"],"names":[],"mappings":"AA4FA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAkHF,QAAA,IAAI,OAAO,qBAAU,EAAE,OAAO;;eArHZ,MAAM;kBAAY,MAAM;;CAqHD,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG;CAAE,CAAC;AA2B1E,QAAA,MAAM,eAAe;cAjJR,OAAO;cACP,OAAO;6EAuJlB,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
+ variant?: 'info' | 'success' | 'warning' | 'danger';
3
+ title?: string;
4
+ closable?: boolean;
5
+ icon?: boolean;
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
+ close: () => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onClose?: (() => any) | undefined;
15
+ }>, {
16
+ variant: "info" | "success" | "warning" | "danger";
17
+ title: string;
18
+ closable: boolean;
19
+ icon: 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=VAlert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VAlert.vue.d.ts","sourceRoot":"","sources":["../../src/components/VAlert.vue"],"names":[],"mappings":"AA0FA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;IACnD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAkHF,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;;;;;aA/IT,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ;WAC3C,MAAM;cACH,OAAO;UACX,OAAO;6EAoJd,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,27 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ src?: string;
4
+ alt?: string;
5
+ size?: ComponentSize;
6
+ rounded?: boolean;
7
+ status?: 'online' | 'offline' | 'busy' | 'away' | '';
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, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ size: ComponentSize;
15
+ rounded: boolean;
16
+ src: string;
17
+ alt: string;
18
+ status: "online" | "offline" | "busy" | "away" | "";
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=VAvatar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VAvatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/VAvatar.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,EAAE,CAAA;CACrD,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;AAsB/C,QAAA,MAAM,eAAe;UAjIZ,aAAa;aACV,OAAO;SAHX,MAAM;SACN,MAAM;YAGH,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,EAAE;6EAsIpD,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
+ variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
4
+ size?: ComponentSize;
5
+ rounded?: boolean;
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
+ variant: "primary" | "secondary" | "success" | "warning" | "danger" | "info";
13
+ size: ComponentSize;
14
+ rounded: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=VBadge.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/VBadge.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC7E,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAkDF,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;aA5ET,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM;UACtE,aAAa;aACV,OAAO;6EAiFjB,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,13 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ items: {
4
+ label: string;
5
+ href?: string;
6
+ }[];
7
+ size?: ComponentSize;
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
+ size: ComponentSize;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
13
+ //# sourceMappingURL=VBreadcrumb.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../src/components/VBreadcrumb.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACzC,IAAI,CAAC,EAAE,aAAa,CAAA;CACrB,CAAC;;UADO,aAAa;;AAwHtB,wBAOG"}
@@ -0,0 +1,29 @@
1
+ import type { ComponentVariant, ComponentSize, ComponentRounded } from '@/types';
2
+ type __VLS_Props = {
3
+ variant?: ComponentVariant;
4
+ size?: ComponentSize;
5
+ rounded?: ComponentRounded;
6
+ type?: 'button' | 'submit' | 'reset';
7
+ disabled?: boolean;
8
+ loading?: boolean;
9
+ };
10
+ declare var __VLS_1: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ variant: ComponentVariant;
16
+ size: ComponentSize;
17
+ rounded: ComponentRounded;
18
+ type: "button" | "submit" | "reset";
19
+ disabled: boolean;
20
+ loading: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=VButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/VButton.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAEhF,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAmFF,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;aAhHT,gBAAgB;UACnB,aAAa;aACV,gBAAgB;UACnB,QAAQ,GAAG,QAAQ,GAAG,OAAO;cACzB,OAAO;aACR,OAAO;6EAkHjB,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
+ type?: 'info' | 'tip' | 'warning' | 'danger';
3
+ title?: string;
4
+ };
5
+ declare var __VLS_1: {}, __VLS_3: {};
6
+ type __VLS_Slots = {} & {
7
+ icon?: (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
+ type: "info" | "tip" | "warning" | "danger";
13
+ title: 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=VCallout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCallout.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCallout.vue"],"names":[],"mappings":"AAsDA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,CAAA;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AA4HF,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,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;UAtJZ,MAAM,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ;WACpC,MAAM;6EA4Jd,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
+ bordered?: boolean;
3
+ shadow?: 'none' | 'sm' | 'md' | 'lg' | 'xl';
4
+ padding?: 'none' | 'sm' | 'md' | 'lg';
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
+ bordered: boolean;
12
+ shadow: "none" | "sm" | "md" | "lg" | "xl";
13
+ padding: "none" | "sm" | "md" | "lg";
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=VCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCard.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCard.vue"],"names":[],"mappings":"AA+CA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC3C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CACtC,CAAC;AAgDF,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;cA1ER,OAAO;YACT,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;aACjC,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;6EA+ErC,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
+ autoplay?: boolean;
3
+ interval?: number;
4
+ showArrows?: boolean;
5
+ showDots?: boolean;
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, {
12
+ next: () => void;
13
+ prev: () => void;
14
+ goTo: (index: number) => void;
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
+ autoplay: boolean;
17
+ interval: number;
18
+ showArrows: boolean;
19
+ showDots: 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=VCarousel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCarousel.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCarousel.vue"],"names":[],"mappings":"AA0GA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AA+IF,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;AA6B/C,QAAA,MAAM,eAAe;;;kBA1IA,MAAM;;cAxCd,OAAO;cACP,MAAM;gBACJ,OAAO;cACT,OAAO;6EAuLlB,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,33 @@
1
+ import type { ComponentSize } from '@/types';
2
+ type __VLS_Props = {
3
+ modelValue?: boolean;
4
+ label?: string;
5
+ size?: ComponentSize;
6
+ disabled?: boolean;
7
+ indeterminate?: boolean;
8
+ id?: string;
9
+ };
10
+ declare var __VLS_1: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => 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
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18
+ }>, {
19
+ size: ComponentSize;
20
+ modelValue: boolean;
21
+ label: string;
22
+ disabled: boolean;
23
+ id: string;
24
+ indeterminate: boolean;
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=VCheckbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCheckbox.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCheckbox.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,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;;;;;UApHZ,aAAa;gBAFP,OAAO;WACZ,MAAM;cAEH,OAAO;QAEb,MAAM;mBADK,OAAO;6EA0HvB,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
+ variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'outline';
4
+ size?: ComponentSize;
5
+ rounded?: boolean;
6
+ closable?: boolean;
7
+ };
8
+ declare var __VLS_1: {}, __VLS_3: {};
9
+ type __VLS_Slots = {} & {
10
+ prefix?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_3) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ close: () => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
+ onClose?: (() => any) | undefined;
18
+ }>, {
19
+ variant: "primary" | "secondary" | "success" | "warning" | "danger" | "info" | "outline";
20
+ size: ComponentSize;
21
+ rounded: boolean;
22
+ closable: boolean;
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=VChip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VChip.vue.d.ts","sourceRoot":"","sources":["../../src/components/VChip.vue"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAA;IACzF,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAuFF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;;;;;aApHT,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS;UAClF,aAAa;aACV,OAAO;cACN,OAAO;6EAyHlB,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,18 @@
1
+ type __VLS_Props = {
2
+ inline?: boolean;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ inline: boolean;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=VCode.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCode.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCode.vue"],"names":[],"mappings":"AA2BA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AA4BF,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;YApDV,OAAO;6EA2DhB,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
+ type __VLS_Props = {
2
+ cols?: number | 'auto' | 'full';
3
+ sm?: number | 'auto' | 'full';
4
+ md?: number | 'auto' | 'full';
5
+ lg?: number | 'auto' | 'full';
6
+ xl?: number | 'auto' | 'full';
7
+ offset?: number;
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, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ cols: number | "auto" | "full";
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=VCol.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VCol.vue.d.ts","sourceRoot":"","sources":["../../src/components/VCol.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IAC/B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,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;UAnEZ,MAAM,GAAG,MAAM,GAAG,MAAM;6EA0E/B,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,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=VColorPicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VColorPicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/VColorPicker.vue"],"names":[],"mappings":"AA+CA,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;;AAuEpB,wBAQG"}
@@ -0,0 +1,20 @@
1
+ type __VLS_Props = {
2
+ fluid?: boolean;
3
+ size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
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: "sm" | "md" | "lg" | "xl" | "2xl" | "full";
11
+ fluid: boolean;
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=VContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VContainer.vue.d.ts","sourceRoot":"","sources":["../../src/components/VContainer.vue"],"names":[],"mappings":"AAqCA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CAAA;CAClD,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,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM;WADzC,OAAO;6EAsEf,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"}