energy-components 1.1.2 → 1.1.3

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 (67) hide show
  1. package/dist/components/accordion.es.js +11 -11
  2. package/dist/components/button.es.js +1 -1
  3. package/dist/components/card.es.js +21 -9
  4. package/dist/components/checkbox.es.js +1 -1
  5. package/dist/components/datepicker.es.js +2008 -2008
  6. package/dist/components/dropdown.es.js +97 -97
  7. package/dist/components/{icon-svg-CEZ-L3iv.js → icon-svg-GoL3_ayS.js} +699 -665
  8. package/dist/components/iconList.es.js +1 -1
  9. package/dist/components/iconSvg.es.js +1 -1
  10. package/dist/components/index.es.js +1 -1
  11. package/dist/components/infoBox.es.js +1 -1
  12. package/dist/components/link.es.js +1 -1
  13. package/dist/components/modal.es.js +28 -26
  14. package/dist/components/multiselect.es.js +2 -2
  15. package/dist/components/overlay.es.js +3 -3
  16. package/dist/components/persistentToast.es.js +8 -8
  17. package/dist/components/radioButton.es.js +1 -1
  18. package/dist/components/sidebar.es.js +11 -11
  19. package/dist/components/style/button.css +1 -1
  20. package/dist/components/style/card.css +1 -1
  21. package/dist/components/style/datepicker.css +1 -1
  22. package/dist/components/style/link.css +1 -1
  23. package/dist/components/style/modal.css +1 -1
  24. package/dist/components/style/tag.css +1 -1
  25. package/dist/components/style/textArea.css +1 -1
  26. package/dist/components/style/textField.css +1 -1
  27. package/dist/components/switch.es.js +1 -1
  28. package/dist/components/tabBar.es.js +27 -27
  29. package/dist/components/tag.es.js +1 -1
  30. package/dist/components/textArea.es.js +75 -75
  31. package/dist/components/textField.es.js +11 -11
  32. package/dist/components/tooltip.es.js +255 -252
  33. package/dist/energy-components.es.js +3751 -3700
  34. package/dist/energy-components.umd.js +1 -1
  35. package/dist/style.css +1 -1
  36. package/dist/types/src/components/buttons/action-button/action-button.vue.d.ts +4 -4
  37. package/dist/types/src/components/buttons/button/button.vue.d.ts +11 -18
  38. package/dist/types/src/components/buttons/floating-action-button/floating-action-button.vue.d.ts +4 -4
  39. package/dist/types/src/components/content/accordion/accordion.vue.d.ts +20 -24
  40. package/dist/types/src/components/content/acordion-group/accordion-group.vue.d.ts +8 -15
  41. package/dist/types/src/components/content/card/card.vue.d.ts +26 -15
  42. package/dist/types/src/components/content/divider/divider.vue.d.ts +4 -4
  43. package/dist/types/src/components/content/tag/tag.vue.d.ts +4 -4
  44. package/dist/types/src/components/feedback/indicator/indicator.vue.d.ts +7 -4
  45. package/dist/types/src/components/feedback/info-box/info-box.vue.d.ts +7 -4
  46. package/dist/types/src/components/feedback/persistent-toast/persistent-toast.vue.d.ts +13 -19
  47. package/dist/types/src/components/icon-svg/icon-list.vue.d.ts +1 -1
  48. package/dist/types/src/components/icon-svg/icon-svg.vue.d.ts +4 -4
  49. package/dist/types/src/components/input/checkbox/checkbox.vue.d.ts +13 -20
  50. package/dist/types/src/components/input/dropdown/dropdown.vue.d.ts +26 -36
  51. package/dist/types/src/components/input/radio-button/radio-button.vue.d.ts +4 -4
  52. package/dist/types/src/components/input/radio-button/radio-group.vue.d.ts +13 -20
  53. package/dist/types/src/components/input/switch/switch.vue.d.ts +13 -19
  54. package/dist/types/src/components/input/text-area/text-area.vue.d.ts +16 -25
  55. package/dist/types/src/components/input/text-field/text-field.vue.d.ts +15 -23
  56. package/dist/types/src/components/layout/sidebar/sidebar.vue.d.ts +16 -21
  57. package/dist/types/src/components/navigation/breadcrumbs/breadcrumbs.vue.d.ts +6 -6
  58. package/dist/types/src/components/navigation/link/link.vue.d.ts +11 -17
  59. package/dist/types/src/components/navigation/pagination/pagination.vue.d.ts +6 -6
  60. package/dist/types/src/components/navigation/tab-bar/tab-bar.vue.d.ts +24 -27
  61. package/dist/types/src/components/overlay/modal/modal.vue.d.ts +92 -58
  62. package/dist/types/src/components/overlay/overlay/overlay.vue.d.ts +11 -18
  63. package/dist/types/src/components/overlay/tooltip/tooltip.vue.d.ts +19 -22
  64. package/dist/types/src/composables/breakpoints.d.ts +1 -1
  65. package/dist/types/src/helpers/mobileMockup.vue.d.ts +1 -1
  66. package/dist/types/tsconfig.tsbuildinfo +1 -1
  67. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * <span>Icono a mostrar en el botón</span>
4
4
  */
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
44
44
  type: BooleanConstructor;
45
45
  default: boolean;
46
46
  };
47
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
48
  /**
49
49
  * <span>Icono a mostrar en el botón</span>
50
50
  */
@@ -90,11 +90,11 @@ declare const _default: import("vue").DefineComponent<{
90
90
  type: BooleanConstructor;
91
91
  default: boolean;
92
92
  };
93
- }>>, {
93
+ }>> & Readonly<{}>, {
94
94
  loading: boolean;
95
95
  small: boolean;
96
96
  variant: string;
97
97
  inverse: boolean;
98
98
  disabled: boolean;
99
- }, {}>;
99
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLButtonElement>;
100
100
  export default _default;
@@ -1,16 +1,14 @@
1
1
  type ButtonType = 'button' | 'submit' | 'reset' | undefined;
2
- declare var __VLS_5: {};
3
- declare var __VLS_inheritedAttrs: {};
4
- declare const __VLS_refs: {};
5
- declare const __VLS_templateResult: {
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
6
4
  slots: {
7
- default?(_: typeof __VLS_5): any;
5
+ default?(_: {}): any;
8
6
  };
9
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
10
- attrs: Partial<typeof __VLS_inheritedAttrs>;
7
+ refs: {};
8
+ rootEl: HTMLButtonElement;
11
9
  };
12
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
13
- declare const __VLS_component: import("vue").DefineComponent<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
12
  /**
15
13
  * <span>Texto a mostrar en el botón</span>
16
14
  */
@@ -89,7 +87,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
89
87
  type: BooleanConstructor;
90
88
  default: boolean;
91
89
  };
92
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
90
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
93
91
  /**
94
92
  * <span>Texto a mostrar en el botón</span>
95
93
  */
@@ -168,7 +166,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
168
166
  type: BooleanConstructor;
169
167
  default: boolean;
170
168
  };
171
- }>>, {
169
+ }>> & Readonly<{}>, {
172
170
  loading: boolean;
173
171
  small: boolean;
174
172
  type: ButtonType;
@@ -179,14 +177,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
179
177
  inverse: boolean;
180
178
  disabled: boolean;
181
179
  revertIcon: boolean;
182
- }, {}>;
183
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
180
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLButtonElement>;
181
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
184
182
  export default _default;
185
- type __VLS_PickRefsExpose<T> = T extends object ? {
186
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
187
- expose?: (exposed: infer E) => void;
188
- } ? E : T[K]) | null;
189
- } : never;
190
183
  type __VLS_WithTemplateSlots<T, S> = T & {
191
184
  new (): {
192
185
  $slots: S;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * <span>Icono a mostrar en el botón</span>
4
4
  */
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  type: BooleanConstructor;
62
62
  default: boolean;
63
63
  };
64
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
65
  /**
66
66
  * <span>Icono a mostrar en el botón</span>
67
67
  */
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
124
124
  type: BooleanConstructor;
125
125
  default: boolean;
126
126
  };
127
- }>>, {
127
+ }>> & Readonly<{}>, {
128
128
  loading: boolean;
129
129
  small: boolean;
130
130
  inverse: boolean;
@@ -132,5 +132,5 @@ declare const _default: import("vue").DefineComponent<{
132
132
  position: string;
133
133
  placement: string;
134
134
  extraSmall: boolean;
135
- }, {}>;
135
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLButtonElement>;
136
136
  export default _default;
@@ -1,21 +1,19 @@
1
1
  import type { PropType } from 'vue';
2
2
  import RDSTag from '../../content/tag/tag.vue';
3
3
  type RDSTagProps = Omit<typeof RDSTag['$props'], `$${string}`>;
4
- declare var __VLS_10: {};
5
- declare var __VLS_inheritedAttrs: {};
6
- declare const __VLS_refs: {
7
- panel: import("vue").HTMLAttributes & import("vue").ReservedProps;
8
- panelContent: import("vue").HTMLAttributes & import("vue").ReservedProps;
9
- };
10
- declare const __VLS_templateResult: {
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
11
6
  slots: {
12
- default?(_: typeof __VLS_10): any;
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {
10
+ panel: HTMLDivElement;
11
+ panelContent: HTMLDivElement;
13
12
  };
14
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
15
- attrs: Partial<typeof __VLS_inheritedAttrs>;
13
+ rootEl: HTMLDivElement;
16
14
  };
17
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
18
- declare const __VLS_component: import("vue").DefineComponent<{
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
19
17
  /**
20
18
  * El identificador único del elemento.
21
19
  */
@@ -52,7 +50,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
52
50
  type: PropType<RDSTagProps>;
53
51
  default: null;
54
52
  };
55
- }, {
53
+ }>, {
56
54
  /**
57
55
  * Abre el panel.
58
56
  */
@@ -61,8 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
61
59
  * Cierra el panel.
62
60
  */
63
61
  closePanel: () => void;
64
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
- "update:open": (open: boolean) => void;
62
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
63
+ "update:open": (open: boolean) => any;
66
64
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
65
  /**
68
66
  * El identificador único del elemento.
@@ -100,19 +98,17 @@ declare const __VLS_component: import("vue").DefineComponent<{
100
98
  type: PropType<RDSTagProps>;
101
99
  default: null;
102
100
  };
103
- }>> & {
101
+ }>> & Readonly<{
104
102
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
105
- }, {
103
+ }>, {
106
104
  open: boolean;
107
105
  tag: RDSTagProps;
108
- }, {}>;
109
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
106
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
107
+ panel: HTMLDivElement;
108
+ panelContent: HTMLDivElement;
109
+ }, HTMLDivElement>;
110
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
110
111
  export default _default;
111
- type __VLS_PickRefsExpose<T> = T extends object ? {
112
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
113
- expose?: (exposed: infer E) => void;
114
- } ? E : T[K]) | null;
115
- } : never;
116
112
  type __VLS_WithTemplateSlots<T, S> = T & {
117
113
  new (): {
118
114
  $slots: S;
@@ -1,14 +1,12 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_refs: {};
4
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
5
3
  slots: {
6
- default?(_: typeof __VLS_0): any;
4
+ default?(_: {}): any;
7
5
  };
8
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
10
8
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
10
  declare const __VLS_component: import("vue").DefineComponent<{}, {
13
11
  /**
14
12
  * Abre todos los paneles del acordeón
@@ -18,14 +16,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
18
16
  * Cierra todos los paneles del acordeón
19
17
  */
20
18
  closeAll: () => void;
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
21
  export default _default;
24
- type __VLS_PickRefsExpose<T> = T extends object ? {
25
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
26
- expose?: (exposed: infer E) => void;
27
- } ? E : T[K]) | null;
28
- } : never;
29
22
  type __VLS_WithTemplateSlots<T, S> = T & {
30
23
  new (): {
31
24
  $slots: S;
@@ -1,22 +1,33 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_refs: {};
4
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
5
3
  slots: {
6
- default?(_: typeof __VLS_0): any;
4
+ default?(_: {}): any;
7
5
  };
8
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
10
8
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
12
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
+ /**
12
+ * Clase personalizada.
13
+ */
14
+ customClass: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ /**
20
+ * Clase personalizada.
21
+ */
22
+ customClass: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ customClass: string;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
30
  export default _default;
15
- type __VLS_PickRefsExpose<T> = T extends object ? {
16
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
17
- expose?: (exposed: infer E) => void;
18
- } ? E : T[K]) | null;
19
- } : never;
20
31
  type __VLS_WithTemplateSlots<T, S> = T & {
21
32
  new (): {
22
33
  $slots: S;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * Si es true, el tipo será low, de lo contrario será high
4
4
  */
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  type: BooleanConstructor;
14
14
  default: boolean;
15
15
  };
16
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  /**
18
18
  * Si es true, el tipo será low, de lo contrario será high
19
19
  */
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: BooleanConstructor;
29
29
  default: boolean;
30
30
  };
31
- }>>, {
31
+ }>> & Readonly<{}>, {
32
32
  inverse: boolean;
33
33
  low: boolean;
34
- }, {}>;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
35
35
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * Nombre del icono a mostrar en la parte izquierda del tag
4
4
  */
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
50
  /**
51
51
  * Nombre del icono a mostrar en la parte izquierda del tag
52
52
  */
@@ -94,12 +94,12 @@ declare const _default: import("vue").DefineComponent<{
94
94
  type: BooleanConstructor;
95
95
  default: boolean;
96
96
  };
97
- }>>, {
97
+ }>> & Readonly<{}>, {
98
98
  small: boolean;
99
99
  type: string;
100
100
  text: string;
101
101
  icon: string;
102
102
  inverse: boolean;
103
103
  actionable: boolean;
104
- }, {}>;
104
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
105
105
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { type PropType } from 'vue';
2
2
  type DirectionType = 'horizontal' | 'vertical' | undefined;
3
3
  type VariantType = 'default' | 'small' | undefined;
4
- declare const _default: import("vue").DefineComponent<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  /**
6
6
  * Los pasos a mostrar en el indicador.
7
7
  */
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
50
  /**
51
51
  * Los pasos a mostrar en el indicador.
52
52
  */
@@ -91,10 +91,13 @@ declare const _default: import("vue").DefineComponent<{
91
91
  type: BooleanConstructor;
92
92
  default: boolean;
93
93
  };
94
- }>>, {
94
+ }>> & Readonly<{}>, {
95
95
  variant: VariantType;
96
96
  direction: DirectionType;
97
97
  fullWidth: boolean;
98
98
  ellipsis: boolean;
99
- }, {}>;
99
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
100
+ $indicator: HTMLDivElement;
101
+ $progressBar: HTMLDivElement;
102
+ }, HTMLDivElement>;
100
103
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * Tipo del mensaje.
4
4
  *
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
63
63
  required: false;
64
64
  default: boolean;
65
65
  };
66
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
66
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
67
  /**
68
68
  * Tipo del mensaje.
69
69
  *
@@ -128,7 +128,10 @@ declare const _default: import("vue").DefineComponent<{
128
128
  required: false;
129
129
  default: boolean;
130
130
  };
131
- }>>, {
131
+ }>> & Readonly<{}>, {
132
132
  collapsable: boolean;
133
- }, {}>;
133
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
134
+ panel: HTMLDivElement;
135
+ panelContent: HTMLDivElement;
136
+ }, HTMLDivElement>;
134
137
  export default _default;
@@ -1,14 +1,13 @@
1
- declare var __VLS_inheritedAttrs: {};
2
- declare const __VLS_refs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
4
3
  slots: {
5
- "action-section"?(_: {}): any;
4
+ 'action-section'?(_: {}): any;
6
5
  };
7
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
9
8
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
11
  /**
13
12
  * Tipo del mensaje.
14
13
  *
@@ -74,8 +73,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
74
73
  type: BooleanConstructor;
75
74
  required: false;
76
75
  };
77
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
- onCloseToastAction: () => void;
76
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
77
+ onCloseToastAction: () => any;
79
78
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
80
79
  /**
81
80
  * Tipo del mensaje.
@@ -142,18 +141,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
142
141
  type: BooleanConstructor;
143
142
  required: false;
144
143
  };
145
- }>> & {
144
+ }>> & Readonly<{
146
145
  onOnCloseToastAction?: (() => any) | undefined;
147
- }, {
146
+ }>, {
148
147
  close: boolean;
149
- }, {}>;
150
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
148
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
149
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
151
150
  export default _default;
152
- type __VLS_PickRefsExpose<T> = T extends object ? {
153
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
154
- expose?: (exposed: infer E) => void;
155
- } ? E : T[K]) | null;
156
- } : never;
157
151
  type __VLS_WithTemplateSlots<T, S> = T & {
158
152
  new (): {
159
153
  $slots: S;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  /**
3
3
  * <span>Nombre del icono, todos en listado.</span>
4
4
  */
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  type: StringConstructor;
31
31
  default: string;
32
32
  };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
34
  /**
35
35
  * <span>Nombre del icono, todos en listado.</span>
36
36
  */
@@ -62,9 +62,9 @@ declare const _default: import("vue").DefineComponent<{
62
62
  type: StringConstructor;
63
63
  default: string;
64
64
  };
65
- }>>, {
65
+ }>> & Readonly<{}>, {
66
66
  modifier: string;
67
67
  small: boolean;
68
68
  color: string;
69
- }, {}>;
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLSpanElement>;
70
70
  export default _default;
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_refs: {};
4
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
5
3
  slots: {
6
- "label-text"?(_: typeof __VLS_0): any;
4
+ 'label-text'?(_: {}): any;
7
5
  };
8
- refs: __VLS_PickRefsExpose<typeof __VLS_refs>;
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
10
8
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
12
- declare const __VLS_component: import("vue").DefineComponent<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
11
  /**
14
12
  * <span>Texto a mostrar en el label</span>
15
13
  */
@@ -66,8 +64,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
66
64
  type: BooleanConstructor;
67
65
  default: boolean;
68
66
  };
69
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
70
- "update:modelValue": (event: boolean) => void;
67
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
68
+ "update:modelValue": (event: boolean) => any;
71
69
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
72
70
  /**
73
71
  * <span>Texto a mostrar en el label</span>
@@ -125,9 +123,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
125
123
  type: BooleanConstructor;
126
124
  default: boolean;
127
125
  };
128
- }>> & {
126
+ }>> & Readonly<{
129
127
  "onUpdate:modelValue"?: ((event: boolean) => any) | undefined;
130
- }, {
128
+ }>, {
131
129
  error: boolean;
132
130
  label: string;
133
131
  required: boolean;
@@ -136,14 +134,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
136
134
  id: string | number;
137
135
  accessibilityLabel: string;
138
136
  isChecked: boolean;
139
- }, {}>;
140
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
137
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
138
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
141
139
  export default _default;
142
- type __VLS_PickRefsExpose<T> = T extends object ? {
143
- [K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
144
- expose?: (exposed: infer E) => void;
145
- } ? E : T[K]) | null;
146
- } : never;
147
140
  type __VLS_WithTemplateSlots<T, S> = T & {
148
141
  new (): {
149
142
  $slots: S;