energy-components 1.1.2-beta.1 → 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.
- package/dist/components/accordion.es.js +11 -11
- package/dist/components/button.es.js +10 -11
- package/dist/components/card.es.js +21 -9
- package/dist/components/checkbox.es.js +1 -1
- package/dist/components/datepicker.es.js +2008 -2008
- package/dist/components/dropdown.es.js +97 -97
- package/dist/components/{icon-svg-CEZ-L3iv.js → icon-svg-GoL3_ayS.js} +699 -665
- package/dist/components/iconList.es.js +1 -1
- package/dist/components/iconSvg.es.js +1 -1
- package/dist/components/index.es.js +1 -1
- package/dist/components/infoBox.es.js +1 -1
- package/dist/components/link.es.js +29 -26
- package/dist/components/modal.es.js +28 -26
- package/dist/components/multiselect.es.js +2 -2
- package/dist/components/overlay.es.js +3 -3
- package/dist/components/persistentToast.es.js +8 -8
- package/dist/components/radioButton.es.js +1 -1
- package/dist/components/sidebar.es.js +11 -11
- package/dist/components/style/button.css +1 -1
- package/dist/components/style/card.css +1 -1
- package/dist/components/style/datepicker.css +1 -1
- package/dist/components/style/link.css +1 -1
- package/dist/components/style/modal.css +1 -1
- package/dist/components/style/tag.css +1 -1
- package/dist/components/style/textArea.css +1 -1
- package/dist/components/style/textField.css +1 -1
- package/dist/components/style/tooltip.css +1 -1
- package/dist/components/switch.es.js +1 -1
- package/dist/components/tabBar.es.js +27 -27
- package/dist/components/tag.es.js +1 -1
- package/dist/components/textArea.es.js +77 -75
- package/dist/components/textField.es.js +62 -59
- package/dist/components/tooltip.es.js +262 -259
- package/dist/energy-components.es.js +4600 -4542
- package/dist/energy-components.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/buttons/action-button/action-button.vue.d.ts +4 -4
- package/dist/types/src/components/buttons/button/button.vue.d.ts +11 -20
- package/dist/types/src/components/buttons/floating-action-button/floating-action-button.vue.d.ts +4 -4
- package/dist/types/src/components/content/accordion/accordion.vue.d.ts +20 -24
- package/dist/types/src/components/content/acordion-group/accordion-group.vue.d.ts +8 -15
- package/dist/types/src/components/content/card/card.vue.d.ts +26 -15
- package/dist/types/src/components/content/divider/divider.vue.d.ts +4 -4
- package/dist/types/src/components/content/tag/tag.vue.d.ts +4 -4
- package/dist/types/src/components/feedback/indicator/indicator.vue.d.ts +7 -4
- package/dist/types/src/components/feedback/info-box/info-box.vue.d.ts +7 -4
- package/dist/types/src/components/feedback/persistent-toast/persistent-toast.vue.d.ts +13 -19
- package/dist/types/src/components/icon-svg/icon-list.vue.d.ts +1 -1
- package/dist/types/src/components/icon-svg/icon-svg.vue.d.ts +4 -4
- package/dist/types/src/components/input/checkbox/checkbox.vue.d.ts +13 -20
- package/dist/types/src/components/input/dropdown/dropdown.vue.d.ts +26 -36
- package/dist/types/src/components/input/radio-button/radio-button.vue.d.ts +4 -4
- package/dist/types/src/components/input/radio-button/radio-group.vue.d.ts +13 -20
- package/dist/types/src/components/input/switch/switch.vue.d.ts +13 -19
- package/dist/types/src/components/input/text-area/text-area.vue.d.ts +16 -25
- package/dist/types/src/components/input/text-field/text-field.vue.d.ts +15 -23
- package/dist/types/src/components/layout/sidebar/sidebar.vue.d.ts +16 -21
- package/dist/types/src/components/navigation/breadcrumbs/breadcrumbs.vue.d.ts +6 -6
- package/dist/types/src/components/navigation/link/link.vue.d.ts +11 -19
- package/dist/types/src/components/navigation/pagination/pagination.vue.d.ts +6 -6
- package/dist/types/src/components/navigation/tab-bar/tab-bar.vue.d.ts +24 -27
- package/dist/types/src/components/overlay/modal/modal.vue.d.ts +92 -58
- package/dist/types/src/components/overlay/overlay/overlay.vue.d.ts +11 -18
- package/dist/types/src/components/overlay/tooltip/tooltip.vue.d.ts +19 -22
- package/dist/types/src/composables/breakpoints.d.ts +1 -1
- package/dist/types/src/helpers/mobileMockup.vue.d.ts +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- 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
|
-
}
|
|
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
|
|
3
|
-
|
|
4
|
-
declare const __VLS_refs: {};
|
|
5
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
6
4
|
slots: {
|
|
7
|
-
default?(_:
|
|
5
|
+
default?(_: {}): any;
|
|
8
6
|
};
|
|
9
|
-
refs:
|
|
10
|
-
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLButtonElement;
|
|
11
9
|
};
|
|
12
|
-
type
|
|
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
|
*/
|
|
@@ -45,7 +43,6 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
45
43
|
variant: {
|
|
46
44
|
type: StringConstructor;
|
|
47
45
|
default: string;
|
|
48
|
-
required: true;
|
|
49
46
|
validator(value: string): boolean;
|
|
50
47
|
};
|
|
51
48
|
/**
|
|
@@ -90,7 +87,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
90
87
|
type: BooleanConstructor;
|
|
91
88
|
default: boolean;
|
|
92
89
|
};
|
|
93
|
-
}
|
|
90
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
91
|
/**
|
|
95
92
|
* <span>Texto a mostrar en el botón</span>
|
|
96
93
|
*/
|
|
@@ -125,7 +122,6 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
125
122
|
variant: {
|
|
126
123
|
type: StringConstructor;
|
|
127
124
|
default: string;
|
|
128
|
-
required: true;
|
|
129
125
|
validator(value: string): boolean;
|
|
130
126
|
};
|
|
131
127
|
/**
|
|
@@ -170,7 +166,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
170
166
|
type: BooleanConstructor;
|
|
171
167
|
default: boolean;
|
|
172
168
|
};
|
|
173
|
-
}
|
|
169
|
+
}>> & Readonly<{}>, {
|
|
174
170
|
loading: boolean;
|
|
175
171
|
small: boolean;
|
|
176
172
|
type: ButtonType;
|
|
@@ -181,14 +177,9 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
181
177
|
inverse: boolean;
|
|
182
178
|
disabled: boolean;
|
|
183
179
|
revertIcon: boolean;
|
|
184
|
-
}, {}>;
|
|
185
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
180
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
181
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
186
182
|
export default _default;
|
|
187
|
-
type __VLS_PickRefsExpose<T> = T extends object ? {
|
|
188
|
-
[K in keyof T]: (T[K] extends any[] ? Parameters<T[K][0]['expose']>[0][] : T[K] extends {
|
|
189
|
-
expose?: (exposed: infer E) => void;
|
|
190
|
-
} ? E : T[K]) | null;
|
|
191
|
-
} : never;
|
|
192
183
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
193
184
|
new (): {
|
|
194
185
|
$slots: S;
|
package/dist/types/src/components/buttons/floating-action-button/floating-action-button.vue.d.ts
CHANGED
|
@@ -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
|
-
}
|
|
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
|
|
5
|
-
|
|
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?(_:
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
panel: HTMLDivElement;
|
|
11
|
+
panelContent: HTMLDivElement;
|
|
13
12
|
};
|
|
14
|
-
|
|
15
|
-
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
16
14
|
};
|
|
17
|
-
type
|
|
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
|
-
},
|
|
65
|
-
"update:open": (open: boolean) =>
|
|
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
|
-
|
|
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
|
|
2
|
-
|
|
3
|
-
declare const __VLS_refs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
|
-
refs:
|
|
9
|
-
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
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").
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
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
|
|
2
|
-
|
|
3
|
-
declare const __VLS_refs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
|
-
refs:
|
|
9
|
-
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
13
|
-
|
|
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
|
-
}
|
|
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
|
-
}
|
|
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
|
-
}
|
|
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
|
-
}
|
|
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
|
|
2
|
-
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
4
3
|
slots: {
|
|
5
|
-
|
|
4
|
+
'action-section'?(_: {}): any;
|
|
6
5
|
};
|
|
7
|
-
refs:
|
|
8
|
-
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
9
8
|
};
|
|
10
|
-
type
|
|
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
|
-
}
|
|
78
|
-
onCloseToastAction: () =>
|
|
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,
|
|
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").
|
|
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
|
-
}
|
|
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
|
|
2
|
-
|
|
3
|
-
declare const __VLS_refs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
5
3
|
slots: {
|
|
6
|
-
|
|
4
|
+
'label-text'?(_: {}): any;
|
|
7
5
|
};
|
|
8
|
-
refs:
|
|
9
|
-
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
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
|
-
}
|
|
70
|
-
"update:modelValue": (event: boolean) =>
|
|
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,
|
|
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;
|