energy-components 1.14.2 → 1.15.1
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/README.md +1 -1
- package/dist/components/accordion.es.js +30 -27
- package/dist/components/actionButton.es.js +56 -11
- package/dist/components/avatar.es.js +24 -16
- package/dist/components/breadcrumbs.es.js +37 -29
- package/dist/components/button.es.js +31 -22
- package/dist/components/card.es.js +17 -9
- package/dist/components/checkbox.es.js +67 -56
- package/dist/components/collapsable.es.js +1 -1
- package/dist/components/{collapsable.scss_vue_type_style_index_0_src_true_lang-DfOWp1XD.js → collapsable.scss_vue_type_style_index_0_src_true_lang-CWwaY_PV.js} +1 -1
- package/dist/components/directAccess.es.js +26 -18
- package/dist/components/dragAndDrop.es.js +1 -1
- package/dist/components/dropdown.es.js +27 -27
- package/dist/components/fileUploadItem.es.js +23 -21
- package/dist/components/filterChip.es.js +22 -14
- package/dist/components/filterTag.es.js +27 -19
- package/dist/components/floating-ui.vue-7LKzPqHI.js +1148 -0
- package/dist/components/floatingActionButton.es.js +19 -11
- package/dist/components/{icon-svg-DuzOdbk1.js → icon-svg-BGa9K9qG.js} +993 -745
- package/dist/components/iconList.es.js +1 -1
- package/dist/components/iconSvg.es.js +1 -1
- package/dist/components/index.es.js +83 -77
- package/dist/components/indicator.es.js +37 -29
- package/dist/components/infoBox.es.js +47 -39
- package/dist/components/link.es.js +22 -13
- package/dist/components/loader.es.js +22 -21
- package/dist/components/modal.es.js +37 -28
- package/dist/components/overlay.es.js +21 -11
- package/dist/components/pagination.es.js +164 -109
- package/dist/components/persistentToast.es.js +32 -24
- package/dist/components/popover.es.js +166 -0
- package/dist/components/progressBar.es.js +30 -22
- package/dist/components/quantitySelector.es.js +60 -48
- package/dist/components/radioButton.es.js +1 -1
- package/dist/components/selectionChip.es.js +15 -7
- package/dist/components/sidedrawer.es.js +1 -1
- package/dist/components/snackBar.es.js +131 -0
- package/dist/components/style/accordion.css +1 -1
- package/dist/components/style/actionButton.css +1 -1
- package/dist/components/style/avatar.css +1 -1
- package/dist/components/style/breadcrumbs.css +1 -1
- package/dist/components/style/button.css +1 -1
- package/dist/components/style/card.css +1 -1
- package/dist/components/style/checkbox.css +1 -1
- package/dist/components/style/directAccess.css +1 -1
- package/dist/components/style/fileUploadItem.css +1 -1
- package/dist/components/style/filterChip.css +1 -1
- package/dist/components/style/filterTag.css +1 -1
- package/dist/components/style/floatingActionButton.css +1 -1
- package/dist/components/style/icon-svg.css +1 -1
- package/dist/components/style/indicator.css +1 -1
- package/dist/components/style/infoBox.css +1 -1
- package/dist/components/style/link.css +1 -1
- package/dist/components/style/loader.css +1 -1
- package/dist/components/style/modal.css +1 -1
- package/dist/components/style/overlay.css +1 -1
- package/dist/components/style/pagination.css +1 -1
- package/dist/components/style/persistentToast.css +1 -1
- package/dist/components/style/popover.css +1 -0
- package/dist/components/style/progressBar.css +1 -1
- package/dist/components/style/quantitySelector.css +1 -1
- package/dist/components/style/selectionChip.css +1 -1
- package/dist/components/style/snackBar.css +1 -0
- package/dist/components/style/tabBar.css +1 -1
- package/dist/components/style/tag.css +1 -1
- package/dist/components/style/toggle.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 +23 -15
- package/dist/components/tableslotedcomponent.es.js +1 -1
- package/dist/components/tag.es.js +31 -23
- package/dist/components/textArea.es.js +1 -1
- package/dist/components/textField.es.js +1 -1
- package/dist/components/toggle.es.js +20 -16
- package/dist/components/tooltip.es.js +71 -1019
- package/dist/energy-components.es.js +6847 -5846
- package/dist/energy-components.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/src/components/buttons/action-button/action-button.vue.d.ts +47 -0
- package/dist/types/src/components/buttons/button/button.vue.d.ts +15 -0
- package/dist/types/src/components/buttons/floating-action-button/floating-action-button.vue.d.ts +15 -0
- package/dist/types/src/components/content/avatar/avatar.vue.d.ts +15 -0
- package/dist/types/src/components/content/card/card.vue.d.ts +15 -0
- package/dist/types/src/components/content/collapsable/collapsable.vue.d.ts +1 -1
- package/dist/types/src/components/content/tag/tag.vue.d.ts +15 -0
- package/dist/types/src/components/feedback/indicator/indicator.vue.d.ts +15 -0
- package/dist/types/src/components/feedback/info-box/info-box.vue.d.ts +15 -0
- package/dist/types/src/components/feedback/loader/loader.vue.d.ts +1 -1
- package/dist/types/src/components/feedback/persistent-toast/persistent-toast.vue.d.ts +15 -0
- package/dist/types/src/components/feedback/progress-bar/progress-bar.vue.d.ts +15 -0
- package/dist/types/src/components/feedback/snack-bar/snack-bar.vue.d.ts +180 -0
- package/dist/types/src/components/icon-svg/icon-svg.vue.d.ts +15 -0
- package/dist/types/src/components/index.d.ts +2 -0
- package/dist/types/src/components/input/checkbox/checkbox.vue.d.ts +24 -7
- package/dist/types/src/components/input/drag-and-drop/drag-and-drop.vue.d.ts +1 -1
- package/dist/types/src/components/input/file-upload-item/file-upload-item.vue.d.ts +1 -1
- package/dist/types/src/components/input/filter-chip/filter-chip.vue.d.ts +15 -0
- package/dist/types/src/components/input/filter-tag/filter-tag.vue.d.ts +15 -0
- package/dist/types/src/components/input/quantity-selector/quantity-selector.vue.d.ts +15 -0
- package/dist/types/src/components/input/selection-chip/selection-chip.vue.d.ts +15 -0
- package/dist/types/src/components/input/switch/switch.vue.d.ts +1 -1
- package/dist/types/src/components/input/toggle/toggle.vue.d.ts +4 -0
- package/dist/types/src/components/navigation/breadcrumbs/breadcrumbs.vue.d.ts +15 -0
- package/dist/types/src/components/navigation/direct-access/direct-access.vue.d.ts +15 -0
- package/dist/types/src/components/navigation/link/link.vue.d.ts +15 -0
- package/dist/types/src/components/navigation/pagination/pagination.vue.d.ts +47 -0
- package/dist/types/src/components/navigation/tab-bar/tab-bar.vue.d.ts +15 -0
- package/dist/types/src/components/overlay/modal/modal.vue.d.ts +15 -0
- package/dist/types/src/components/overlay/overlay/overlay.vue.d.ts +15 -0
- package/dist/types/src/components/overlay/popover/popover.vue.d.ts +35 -0
- package/dist/types/src/components/overlay/tooltip/tooltip.vue.d.ts +15 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -15,7 +15,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
15
15
|
*/
|
|
16
16
|
id: {
|
|
17
17
|
type: (StringConstructor | NumberConstructor)[];
|
|
18
|
-
default:
|
|
18
|
+
default: undefined;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* <span>Texto de accesibilidad</span>
|
|
@@ -39,11 +39,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
|
+
* @deprecated Usar `v-model` o la prop `modelValue` en su lugar.
|
|
42
43
|
* <span>Estado del checkbox</span>
|
|
43
44
|
*/
|
|
44
45
|
isChecked: {
|
|
45
46
|
type: BooleanConstructor;
|
|
46
|
-
default:
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* <span>Valor del checkbox, para uso con v-model.</span>
|
|
51
|
+
*/
|
|
52
|
+
modelValue: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: undefined;
|
|
47
55
|
};
|
|
48
56
|
/**
|
|
49
57
|
* <span>Indica si el campo es requerido</span>
|
|
@@ -74,7 +82,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
74
82
|
default: boolean;
|
|
75
83
|
};
|
|
76
84
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
77
|
-
"update:modelValue": (
|
|
85
|
+
"update:modelValue": (value: boolean) => any;
|
|
78
86
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
79
87
|
/**
|
|
80
88
|
* <span>Texto a mostrar en el label</span>
|
|
@@ -88,7 +96,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
88
96
|
*/
|
|
89
97
|
id: {
|
|
90
98
|
type: (StringConstructor | NumberConstructor)[];
|
|
91
|
-
default:
|
|
99
|
+
default: undefined;
|
|
92
100
|
};
|
|
93
101
|
/**
|
|
94
102
|
* <span>Texto de accesibilidad</span>
|
|
@@ -112,11 +120,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
112
120
|
default: string;
|
|
113
121
|
};
|
|
114
122
|
/**
|
|
123
|
+
* @deprecated Usar `v-model` o la prop `modelValue` en su lugar.
|
|
115
124
|
* <span>Estado del checkbox</span>
|
|
116
125
|
*/
|
|
117
126
|
isChecked: {
|
|
118
127
|
type: BooleanConstructor;
|
|
119
|
-
default:
|
|
128
|
+
default: undefined;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* <span>Valor del checkbox, para uso con v-model.</span>
|
|
132
|
+
*/
|
|
133
|
+
modelValue: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: undefined;
|
|
120
136
|
};
|
|
121
137
|
/**
|
|
122
138
|
* <span>Indica si el campo es requerido</span>
|
|
@@ -147,17 +163,18 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
147
163
|
default: boolean;
|
|
148
164
|
};
|
|
149
165
|
}>> & Readonly<{
|
|
150
|
-
"onUpdate:modelValue"?: ((
|
|
166
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
151
167
|
}>, {
|
|
152
168
|
error: boolean;
|
|
153
169
|
label: string;
|
|
170
|
+
id: string | number;
|
|
154
171
|
required: boolean;
|
|
155
172
|
icon: string;
|
|
156
173
|
disabled: boolean;
|
|
157
|
-
id: string | number;
|
|
158
174
|
accessibilityLabel: string;
|
|
159
175
|
iconTooltip: string;
|
|
160
176
|
isChecked: boolean;
|
|
177
|
+
modelValue: boolean;
|
|
161
178
|
indeterminate: boolean;
|
|
162
179
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
163
180
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -195,10 +195,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
195
195
|
}) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
197
|
error: boolean;
|
|
198
|
+
id: string;
|
|
198
199
|
icon: string;
|
|
199
200
|
disabled: boolean;
|
|
200
201
|
fullWidth: boolean;
|
|
201
|
-
id: string;
|
|
202
202
|
multiple: boolean;
|
|
203
203
|
accept: string;
|
|
204
204
|
detailText: string;
|
|
@@ -210,9 +210,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
210
210
|
fileId: string;
|
|
211
211
|
}) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
|
+
id: string;
|
|
213
214
|
progress: number;
|
|
214
215
|
disabled: boolean;
|
|
215
|
-
id: string;
|
|
216
216
|
errorMessage: string;
|
|
217
217
|
fileIcon: string;
|
|
218
218
|
status: FileStatus;
|
|
@@ -66,6 +66,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
+
/**
|
|
70
|
+
* ID del filter-chip para testing
|
|
71
|
+
*/
|
|
72
|
+
id: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: undefined;
|
|
75
|
+
};
|
|
69
76
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
70
77
|
onClickChip: (value: string | number | boolean | object) => any;
|
|
71
78
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -136,9 +143,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
143
|
type: BooleanConstructor;
|
|
137
144
|
default: boolean;
|
|
138
145
|
};
|
|
146
|
+
/**
|
|
147
|
+
* ID del filter-chip para testing
|
|
148
|
+
*/
|
|
149
|
+
id: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: undefined;
|
|
152
|
+
};
|
|
139
153
|
}>> & Readonly<{
|
|
140
154
|
onOnClickChip?: ((value: string | number | boolean | object) => any) | undefined;
|
|
141
155
|
}>, {
|
|
156
|
+
id: string;
|
|
142
157
|
disabled: boolean;
|
|
143
158
|
highlight: boolean;
|
|
144
159
|
surfaceType: string;
|
|
@@ -20,6 +20,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
type: (StringConstructor | NumberConstructor)[];
|
|
21
21
|
default: number;
|
|
22
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* ID del filter-tag para testing
|
|
25
|
+
*/
|
|
26
|
+
id: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
23
30
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
31
|
remove: (event: MouseEvent | KeyboardEvent) => any;
|
|
25
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -44,9 +51,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
44
51
|
type: (StringConstructor | NumberConstructor)[];
|
|
45
52
|
default: number;
|
|
46
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* ID del filter-tag para testing
|
|
56
|
+
*/
|
|
57
|
+
id: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
47
61
|
}>> & Readonly<{
|
|
48
62
|
onRemove?: ((event: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
49
63
|
}>, {
|
|
64
|
+
id: string;
|
|
50
65
|
disabled: boolean;
|
|
51
66
|
tabindex: string | number;
|
|
52
67
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -33,6 +33,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
type: BooleanConstructor;
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* ID del quantity-selector para testing
|
|
38
|
+
*/
|
|
39
|
+
id: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: undefined;
|
|
42
|
+
};
|
|
36
43
|
modelValue: {
|
|
37
44
|
type: PropType<number>;
|
|
38
45
|
};
|
|
@@ -77,6 +84,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
77
84
|
type: BooleanConstructor;
|
|
78
85
|
default: boolean;
|
|
79
86
|
};
|
|
87
|
+
/**
|
|
88
|
+
* ID del quantity-selector para testing
|
|
89
|
+
*/
|
|
90
|
+
id: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: undefined;
|
|
93
|
+
};
|
|
80
94
|
modelValue: {
|
|
81
95
|
type: PropType<number>;
|
|
82
96
|
};
|
|
@@ -88,6 +102,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
102
|
onOnDelete?: (() => any) | undefined;
|
|
89
103
|
}>, {
|
|
90
104
|
size: "small" | "default";
|
|
105
|
+
id: string;
|
|
91
106
|
disabled: boolean;
|
|
92
107
|
fullWidth: boolean;
|
|
93
108
|
deleteButton: boolean;
|
|
@@ -51,6 +51,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
type: BooleanConstructor;
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* ID del selection-chip para testing
|
|
56
|
+
*/
|
|
57
|
+
id: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
54
61
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
55
62
|
onClickChip: (value: string | number | boolean | object) => any;
|
|
56
63
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -106,9 +113,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
113
|
type: BooleanConstructor;
|
|
107
114
|
default: boolean;
|
|
108
115
|
};
|
|
116
|
+
/**
|
|
117
|
+
* ID del selection-chip para testing
|
|
118
|
+
*/
|
|
119
|
+
id: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: undefined;
|
|
122
|
+
};
|
|
109
123
|
}>> & Readonly<{
|
|
110
124
|
onOnClickChip?: ((value: string | number | boolean | object) => any) | undefined;
|
|
111
125
|
}>, {
|
|
126
|
+
id: string;
|
|
112
127
|
icon: string;
|
|
113
128
|
disabled: boolean;
|
|
114
129
|
highlight: boolean;
|
|
@@ -98,8 +98,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
98
98
|
label: string;
|
|
99
99
|
icon: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
checked: boolean;
|
|
102
101
|
modelValue: boolean;
|
|
102
|
+
checked: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
105
105
|
export default _default;
|
|
@@ -32,6 +32,10 @@ type __VLS_Props = {
|
|
|
32
32
|
* Texto a mostrar en el botón derecho.
|
|
33
33
|
*/
|
|
34
34
|
labelRight?: string;
|
|
35
|
+
/**
|
|
36
|
+
* ID del toggle para testing
|
|
37
|
+
*/
|
|
38
|
+
id?: string;
|
|
35
39
|
};
|
|
36
40
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
37
41
|
"update:modelValue": (isOn: string | number | boolean | undefined) => any;
|
|
@@ -37,6 +37,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
+
/**
|
|
41
|
+
* ID del breadcrumbs para testing
|
|
42
|
+
*/
|
|
43
|
+
id: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: undefined;
|
|
46
|
+
};
|
|
40
47
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
41
48
|
onClickTrimmedList: (value: RDSLinkProps[]) => any;
|
|
42
49
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -68,9 +75,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
75
|
type: BooleanConstructor;
|
|
69
76
|
default: boolean;
|
|
70
77
|
};
|
|
78
|
+
/**
|
|
79
|
+
* ID del breadcrumbs para testing
|
|
80
|
+
*/
|
|
81
|
+
id: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: undefined;
|
|
84
|
+
};
|
|
71
85
|
}>> & Readonly<{
|
|
72
86
|
onOnClickTrimmedList?: ((value: RDSLinkProps[]) => any) | undefined;
|
|
73
87
|
}>, {
|
|
88
|
+
id: string;
|
|
74
89
|
inverse: boolean;
|
|
75
90
|
trimItems: boolean;
|
|
76
91
|
leftTrim: boolean;
|
|
@@ -90,6 +90,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
90
90
|
type: BooleanConstructor;
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
|
+
/**
|
|
94
|
+
* ID del direct-access para testing
|
|
95
|
+
*/
|
|
96
|
+
id: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: undefined;
|
|
99
|
+
};
|
|
93
100
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
94
101
|
click: (event: MouseEvent) => any;
|
|
95
102
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -158,9 +165,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
158
165
|
type: BooleanConstructor;
|
|
159
166
|
default: boolean;
|
|
160
167
|
};
|
|
168
|
+
/**
|
|
169
|
+
* ID del direct-access para testing
|
|
170
|
+
*/
|
|
171
|
+
id: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
161
175
|
}>> & Readonly<{
|
|
162
176
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
163
177
|
}>, {
|
|
178
|
+
id: string;
|
|
164
179
|
disabled: boolean;
|
|
165
180
|
ariaLabel: string;
|
|
166
181
|
arrow: boolean;
|
|
@@ -95,6 +95,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
95
95
|
type: StringConstructor;
|
|
96
96
|
default: string;
|
|
97
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* <span>ID del link para testing</span>
|
|
100
|
+
*/
|
|
101
|
+
id: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: undefined;
|
|
104
|
+
};
|
|
98
105
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
106
|
/**
|
|
100
107
|
* <span>Texto a mostrar en el link</span>
|
|
@@ -186,8 +193,16 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
186
193
|
type: StringConstructor;
|
|
187
194
|
default: string;
|
|
188
195
|
};
|
|
196
|
+
/**
|
|
197
|
+
* <span>ID del link para testing</span>
|
|
198
|
+
*/
|
|
199
|
+
id: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default: undefined;
|
|
202
|
+
};
|
|
189
203
|
}>> & Readonly<{}>, {
|
|
190
204
|
color: string;
|
|
205
|
+
id: string;
|
|
191
206
|
icon: Record<string, any>;
|
|
192
207
|
inverse: boolean;
|
|
193
208
|
disabled: boolean;
|
|
@@ -82,6 +82,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* Habilita la funcionalidad de selector de paginación.
|
|
87
|
+
* Añade un dropdown para seleccionar la página. Cómo máximo se muestran 3 páginas en la paginación
|
|
88
|
+
*/
|
|
89
|
+
enablePageDropdown: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Label para el dropdown de selección de página.
|
|
95
|
+
*/
|
|
96
|
+
pageDropdownLabel: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* ID de la paginación para testing
|
|
102
|
+
*/
|
|
103
|
+
id: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: undefined;
|
|
106
|
+
};
|
|
85
107
|
}>, {
|
|
86
108
|
/** Resetea la paginación a la primera página y emite el evento pageChanged. */
|
|
87
109
|
resetPagination: () => void;
|
|
@@ -166,6 +188,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
166
188
|
type: BooleanConstructor;
|
|
167
189
|
default: boolean;
|
|
168
190
|
};
|
|
191
|
+
/**
|
|
192
|
+
* Habilita la funcionalidad de selector de paginación.
|
|
193
|
+
* Añade un dropdown para seleccionar la página. Cómo máximo se muestran 3 páginas en la paginación
|
|
194
|
+
*/
|
|
195
|
+
enablePageDropdown: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* Label para el dropdown de selección de página.
|
|
201
|
+
*/
|
|
202
|
+
pageDropdownLabel: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* ID de la paginación para testing
|
|
208
|
+
*/
|
|
209
|
+
id: {
|
|
210
|
+
type: StringConstructor;
|
|
211
|
+
default: undefined;
|
|
212
|
+
};
|
|
169
213
|
}>> & Readonly<{
|
|
170
214
|
onPageChanged?: ((payload: PageChangedEventPayload) => any) | undefined;
|
|
171
215
|
onEllipsisClicked?: ((payload: {
|
|
@@ -175,6 +219,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
219
|
totalPages: number;
|
|
176
220
|
}) => any) | undefined;
|
|
177
221
|
}>, {
|
|
222
|
+
id: string;
|
|
178
223
|
selected: boolean;
|
|
179
224
|
jumpTo: boolean;
|
|
180
225
|
hideLeyend: boolean;
|
|
@@ -183,5 +228,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
183
228
|
totalPages: number;
|
|
184
229
|
disableFirstLoad: boolean;
|
|
185
230
|
enableEllipsis: boolean;
|
|
231
|
+
enablePageDropdown: boolean;
|
|
232
|
+
pageDropdownLabel: string;
|
|
186
233
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
187
234
|
export default _default;
|
|
@@ -61,6 +61,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
61
61
|
type: PropType<(id: string, tab: RDSTab) => Promise<boolean>>;
|
|
62
62
|
default: (id: string, tab: RDSTab) => Promise<boolean> | undefined;
|
|
63
63
|
};
|
|
64
|
+
/**
|
|
65
|
+
* ID del tab-bar para testing
|
|
66
|
+
*/
|
|
67
|
+
id: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: undefined;
|
|
70
|
+
};
|
|
64
71
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
72
|
"update:activeTab": (value: string) => any;
|
|
66
73
|
} & {
|
|
@@ -116,10 +123,18 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
116
123
|
type: PropType<(id: string, tab: RDSTab) => Promise<boolean>>;
|
|
117
124
|
default: (id: string, tab: RDSTab) => Promise<boolean> | undefined;
|
|
118
125
|
};
|
|
126
|
+
/**
|
|
127
|
+
* ID del tab-bar para testing
|
|
128
|
+
*/
|
|
129
|
+
id: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
default: undefined;
|
|
132
|
+
};
|
|
119
133
|
}>> & Readonly<{
|
|
120
134
|
onActiveTabChanged?: ((id: string) => any) | undefined;
|
|
121
135
|
"onUpdate:activeTab"?: ((value: string) => any) | undefined;
|
|
122
136
|
}>, {
|
|
137
|
+
id: string;
|
|
123
138
|
inverse: boolean;
|
|
124
139
|
fluid: boolean;
|
|
125
140
|
backgroundAlternative: boolean;
|
|
@@ -53,6 +53,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
53
53
|
default: number;
|
|
54
54
|
validator: (value: string | number) => boolean;
|
|
55
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* ID del modal para testing
|
|
58
|
+
*/
|
|
59
|
+
id: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
56
63
|
}>, {
|
|
57
64
|
/**
|
|
58
65
|
* { () => void } Gestiona el clic fuera del modal.
|
|
@@ -126,6 +133,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
126
133
|
default: number;
|
|
127
134
|
validator: (value: string | number) => boolean;
|
|
128
135
|
};
|
|
136
|
+
/**
|
|
137
|
+
* ID del modal para testing
|
|
138
|
+
*/
|
|
139
|
+
id: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: undefined;
|
|
142
|
+
};
|
|
129
143
|
}>> & Readonly<{
|
|
130
144
|
onOnCloseRequest?: (() => any) | undefined;
|
|
131
145
|
onOnOpenRequest?: (() => any) | undefined;
|
|
@@ -133,6 +147,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
133
147
|
}>, {
|
|
134
148
|
open: boolean;
|
|
135
149
|
width: string | number;
|
|
150
|
+
id: string;
|
|
136
151
|
teleport: string;
|
|
137
152
|
showClose: boolean;
|
|
138
153
|
preventClose: boolean;
|
|
@@ -12,6 +12,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
12
12
|
default: string;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* ID para testing
|
|
17
|
+
*/
|
|
18
|
+
id: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
15
22
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
23
|
/**
|
|
17
24
|
* Indica el punto de anclaje del overlay, para que funcione debe de estar montado en el DOM
|
|
@@ -22,7 +29,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
22
29
|
default: string;
|
|
23
30
|
required: true;
|
|
24
31
|
};
|
|
32
|
+
/**
|
|
33
|
+
* ID para testing
|
|
34
|
+
*/
|
|
35
|
+
id: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
25
39
|
}>> & Readonly<{}>, {
|
|
40
|
+
id: string;
|
|
26
41
|
teleport: string;
|
|
27
42
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
43
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "select", ...args: any[]) => void;
|
|
8
|
+
width: number;
|
|
9
|
+
placement: string;
|
|
10
|
+
offsetSpace: number;
|
|
11
|
+
items: unknown[];
|
|
12
|
+
teleportTo: string;
|
|
13
|
+
fallbackPlacements: unknown[];
|
|
14
|
+
autoFlip: boolean;
|
|
15
|
+
closeOnTriggerHidden: boolean;
|
|
16
|
+
$props: {
|
|
17
|
+
readonly width?: number | undefined;
|
|
18
|
+
readonly placement?: string | undefined;
|
|
19
|
+
readonly offsetSpace?: number | undefined;
|
|
20
|
+
readonly items?: unknown[] | undefined;
|
|
21
|
+
readonly teleportTo?: string | undefined;
|
|
22
|
+
readonly fallbackPlacements?: unknown[] | undefined;
|
|
23
|
+
readonly autoFlip?: boolean | undefined;
|
|
24
|
+
readonly closeOnTriggerHidden?: boolean | undefined;
|
|
25
|
+
};
|
|
26
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
type __VLS_Slots = {
|
|
28
|
+
trigger?: ((props: {}) => any) | undefined;
|
|
29
|
+
} & {
|
|
30
|
+
item?: ((props: {
|
|
31
|
+
item: unknown;
|
|
32
|
+
index: number;
|
|
33
|
+
onSelect: () => void;
|
|
34
|
+
}) => any) | undefined;
|
|
35
|
+
};
|
|
@@ -53,6 +53,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* ID para testing
|
|
58
|
+
*/
|
|
59
|
+
id: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
56
63
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
64
|
/**
|
|
58
65
|
* <span>Título del tooltip</span>
|
|
@@ -102,7 +109,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
102
109
|
type: BooleanConstructor;
|
|
103
110
|
default: boolean;
|
|
104
111
|
};
|
|
112
|
+
/**
|
|
113
|
+
* ID para testing
|
|
114
|
+
*/
|
|
115
|
+
id: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: undefined;
|
|
118
|
+
};
|
|
105
119
|
}>> & Readonly<{}>, {
|
|
120
|
+
id: string;
|
|
106
121
|
title: string;
|
|
107
122
|
inverse: boolean;
|
|
108
123
|
content: string;
|