@comercti/react-components-hmg 0.0.49 → 0.2.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/comerc-style-guide.cjs.js +28 -28
- package/comerc-style-guide.es.js +2679 -2638
- package/comerc-style-guide.umd.js +28 -28
- package/index.d.ts +187 -126
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,16 +9,20 @@ import { PublicProps } from 'vue';
|
|
|
9
9
|
import { Ref } from 'vue';
|
|
10
10
|
import { VNode } from 'vue';
|
|
11
11
|
|
|
12
|
-
declare const __VLS_component: DefineComponent<
|
|
12
|
+
declare const __VLS_component: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13
13
|
"update:modelValue": (value: Record<string, any>[]) => any;
|
|
14
14
|
updateSelected: (value: Record<string, any>[]) => any;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
orderBy: (value: string) => any;
|
|
16
|
+
}, string, PublicProps, Readonly<DataTableProps> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: (value: Record<string, any>[]) => any;
|
|
18
|
+
onUpdateSelected?: (value: Record<string, any>[]) => any;
|
|
19
|
+
onOrderBy?: (value: string) => any;
|
|
18
20
|
}>, {
|
|
19
21
|
search: boolean;
|
|
20
|
-
striped: boolean;
|
|
21
22
|
selectable: boolean;
|
|
23
|
+
striped: boolean;
|
|
24
|
+
orderByServer: boolean;
|
|
25
|
+
expandLine: boolean;
|
|
22
26
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
27
|
rootRef: HTMLDivElement;
|
|
24
28
|
}, HTMLDivElement>;
|
|
@@ -26,16 +30,16 @@ rootRef: HTMLDivElement;
|
|
|
26
30
|
declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
27
31
|
block: boolean;
|
|
28
32
|
tag: string;
|
|
29
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
33
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
30
34
|
|
|
31
35
|
declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
32
36
|
redirect: (item: SubMenu | ItensMenu) => any;
|
|
33
37
|
backToHome: (value: boolean) => any;
|
|
34
38
|
logout: (value: boolean) => any;
|
|
35
39
|
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
36
|
-
onRedirect?: (
|
|
37
|
-
onBackToHome?: (
|
|
38
|
-
onLogout?: (
|
|
40
|
+
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
41
|
+
onBackToHome?: (value: boolean) => any;
|
|
42
|
+
onLogout?: (value: boolean) => any;
|
|
39
43
|
}>, {
|
|
40
44
|
itemsMenuMyService: ItensMenu[];
|
|
41
45
|
itemsMenu: ItensMenu[];
|
|
@@ -45,8 +49,8 @@ declare const __VLS_component_12: DefineComponent<IBreadcrumbsProps, {}, {}, {},
|
|
|
45
49
|
"update:modelValue": (path: string) => any;
|
|
46
50
|
redirect: (path: string) => any;
|
|
47
51
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
48
|
-
"onUpdate:modelValue"?: (
|
|
49
|
-
onRedirect?: (
|
|
52
|
+
"onUpdate:modelValue"?: (path: string) => any;
|
|
53
|
+
onRedirect?: (path: string) => any;
|
|
50
54
|
}>, {
|
|
51
55
|
variant: "primary" | "secondary" | "text";
|
|
52
56
|
home: string;
|
|
@@ -54,11 +58,9 @@ divider: "/" | ">";
|
|
|
54
58
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
55
59
|
|
|
56
60
|
declare const __VLS_component_13: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
57
|
-
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
58
61
|
updateValue: (value: string) => any;
|
|
59
62
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
60
|
-
|
|
61
|
-
onUpdateValue?: ((value: string) => any) | undefined;
|
|
63
|
+
onUpdateValue?: (value: string) => any;
|
|
62
64
|
}>, {
|
|
63
65
|
variant: keyof IVariants_2;
|
|
64
66
|
initialTab: string;
|
|
@@ -68,11 +70,11 @@ inactivate: boolean;
|
|
|
68
70
|
declare const __VLS_component_14: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
69
71
|
|
|
70
72
|
declare const __VLS_component_15: DefineComponent<__VLS_Props_21, {
|
|
71
|
-
rootRef: Ref<HTMLElement
|
|
73
|
+
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
72
74
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
73
75
|
click: (event: MouseEvent) => any;
|
|
74
76
|
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
75
|
-
onClick?: (
|
|
77
|
+
onClick?: (event: MouseEvent) => any;
|
|
76
78
|
}>, {
|
|
77
79
|
disabled: boolean;
|
|
78
80
|
size: "small" | "medium" | "large" | number;
|
|
@@ -80,7 +82,7 @@ alt: string;
|
|
|
80
82
|
sizeBagde: number | null;
|
|
81
83
|
badgeOffsetRight: number;
|
|
82
84
|
badgeOffsetBottom: number;
|
|
83
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
85
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
84
86
|
rootRef: HTMLDivElement;
|
|
85
87
|
}, any>;
|
|
86
88
|
|
|
@@ -88,11 +90,14 @@ declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}
|
|
|
88
90
|
submit: () => any;
|
|
89
91
|
clear: () => any;
|
|
90
92
|
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
91
|
-
onSubmit?: (
|
|
92
|
-
onClear?: (
|
|
93
|
+
onSubmit?: () => any;
|
|
94
|
+
onClear?: () => any;
|
|
93
95
|
}>, {
|
|
96
|
+
title: string;
|
|
94
97
|
color: string;
|
|
95
98
|
variant: "dropdown" | "collapse";
|
|
99
|
+
backgroundColor: string;
|
|
100
|
+
titleColor: string;
|
|
96
101
|
disabledSubmit: boolean;
|
|
97
102
|
disabledClear: boolean;
|
|
98
103
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -105,12 +110,12 @@ size: "sm" | "md" | "lg";
|
|
|
105
110
|
rounded: "sm" | "md" | "lg";
|
|
106
111
|
variant: "solid" | "outline" | "ghost";
|
|
107
112
|
status: boolean;
|
|
108
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
113
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
109
114
|
|
|
110
115
|
declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
111
116
|
close: (value: boolean) => any;
|
|
112
117
|
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
113
|
-
onClose?: (
|
|
118
|
+
onClose?: (value: boolean) => any;
|
|
114
119
|
}>, {
|
|
115
120
|
rounded: boolean;
|
|
116
121
|
isOpen: boolean;
|
|
@@ -122,7 +127,7 @@ showIcon: boolean;
|
|
|
122
127
|
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
123
128
|
close: (value: boolean) => any;
|
|
124
129
|
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
125
|
-
onClose?: (
|
|
130
|
+
onClose?: (value: boolean) => any;
|
|
126
131
|
}>, {
|
|
127
132
|
isOpen: boolean;
|
|
128
133
|
background: "1" | "2";
|
|
@@ -136,15 +141,14 @@ focus: () => void;
|
|
|
136
141
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
137
142
|
click: (event: MouseEvent) => any;
|
|
138
143
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
139
|
-
onClick?: (
|
|
144
|
+
onClick?: (event: MouseEvent) => any;
|
|
140
145
|
}>, {
|
|
141
146
|
disabled: boolean;
|
|
142
147
|
block: boolean;
|
|
143
148
|
type: "button" | "submit" | "a";
|
|
144
|
-
size: "small" | "medium" | "large";
|
|
145
149
|
rounded: "small" | "medium" | "large";
|
|
146
150
|
variant: tipoVariante;
|
|
147
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
148
152
|
buttonRef: unknown;
|
|
149
153
|
}, any>;
|
|
150
154
|
|
|
@@ -161,19 +165,21 @@ elevation: number;
|
|
|
161
165
|
hover: boolean;
|
|
162
166
|
mediaOrientation: "vertical" | "horizontal";
|
|
163
167
|
responsive: boolean;
|
|
164
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
168
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
169
|
+
rootRef: unknown;
|
|
170
|
+
}, any>;
|
|
165
171
|
|
|
166
172
|
declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
167
173
|
tag: string;
|
|
168
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
174
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
169
175
|
|
|
170
176
|
declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
171
177
|
tag: string;
|
|
172
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
178
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
173
179
|
|
|
174
180
|
declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
175
181
|
type: "inline" | "centralized" | "highlighted";
|
|
176
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
182
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
177
183
|
|
|
178
184
|
declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
179
185
|
openMenu: boolean;
|
|
@@ -183,25 +189,27 @@ layout: "default" | "base";
|
|
|
183
189
|
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
184
190
|
|
|
185
191
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
186
|
-
"update:modelValue": (value: boolean) => any;
|
|
187
|
-
change: (value: boolean) => any;
|
|
192
|
+
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
193
|
+
change: (value: boolean | CustomEvent<any>) => any;
|
|
188
194
|
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
189
|
-
"onUpdate:modelValue"?: (
|
|
190
|
-
onChange?: (
|
|
195
|
+
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
196
|
+
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
191
197
|
}>, {
|
|
198
|
+
modelValue: boolean;
|
|
192
199
|
invalid: boolean;
|
|
193
200
|
disabled: boolean;
|
|
194
|
-
|
|
195
|
-
|
|
201
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
202
|
+
rootRef: HTMLDivElement;
|
|
203
|
+
}, any>;
|
|
196
204
|
|
|
197
205
|
declare const __VLS_component_5: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
198
|
-
"update:modelValue": (value: CustomEvent<any> | Date
|
|
199
|
-
"update:start": (value: CustomEvent<any> | Date
|
|
200
|
-
"update:end": (value: CustomEvent<any> | Date
|
|
206
|
+
"update:modelValue": (value: CustomEvent<any> | Date) => any;
|
|
207
|
+
"update:start": (value: CustomEvent<any> | Date) => any;
|
|
208
|
+
"update:end": (value: CustomEvent<any> | Date) => any;
|
|
201
209
|
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
202
|
-
"onUpdate:modelValue"?: (
|
|
203
|
-
"onUpdate:start"?: (
|
|
204
|
-
"onUpdate:end"?: (
|
|
210
|
+
"onUpdate:modelValue"?: (value: CustomEvent<any> | Date) => any;
|
|
211
|
+
"onUpdate:start"?: (value: CustomEvent<any> | Date) => any;
|
|
212
|
+
"onUpdate:end"?: (value: CustomEvent<any> | Date) => any;
|
|
205
213
|
}>, {
|
|
206
214
|
invalid: boolean;
|
|
207
215
|
disabled: boolean;
|
|
@@ -209,8 +217,7 @@ range: boolean;
|
|
|
209
217
|
rounded: boolean;
|
|
210
218
|
noAlertIcon: boolean;
|
|
211
219
|
modal: boolean;
|
|
212
|
-
|
|
213
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
220
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
214
221
|
rootRef: HTMLDivElement;
|
|
215
222
|
}, any>;
|
|
216
223
|
|
|
@@ -219,10 +226,14 @@ declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {
|
|
|
219
226
|
focus: () => void;
|
|
220
227
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
221
228
|
"update:modelValue": (value: string | number | CustomEvent<any>) => any;
|
|
222
|
-
change: (value: string | CustomEvent<any>) => any;
|
|
229
|
+
change: (value: string | number | CustomEvent<any>) => any;
|
|
230
|
+
input: (value: string | number | CustomEvent<any>) => any;
|
|
231
|
+
blur: (value: Event) => any;
|
|
223
232
|
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
224
|
-
"onUpdate:modelValue"?: (
|
|
225
|
-
onChange?: (
|
|
233
|
+
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
234
|
+
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
235
|
+
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
236
|
+
onBlur?: (value: Event) => any;
|
|
226
237
|
}>, {
|
|
227
238
|
invalid: boolean;
|
|
228
239
|
disabled: boolean;
|
|
@@ -230,7 +241,8 @@ type: "text" | "password" | "email" | "number" | "tel" | "url" | "search" | "dat
|
|
|
230
241
|
rounded: boolean;
|
|
231
242
|
noAlertIcon: boolean;
|
|
232
243
|
readonly: boolean;
|
|
233
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
244
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
245
|
+
rootRef: HTMLDivElement;
|
|
234
246
|
inputRef: HTMLInputElement;
|
|
235
247
|
}, any>;
|
|
236
248
|
|
|
@@ -240,17 +252,17 @@ focus: () => void;
|
|
|
240
252
|
/** Abre/Fecha dropdown do select */
|
|
241
253
|
click: () => void;
|
|
242
254
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
243
|
-
"update:modelValue": (value: string | CustomEvent<any> | string[]
|
|
255
|
+
"update:modelValue": (value: string | CustomEvent<any> | string[]) => any;
|
|
244
256
|
change: (value: string | CustomEvent<any> | string[]) => any;
|
|
245
257
|
inputSearch: (value: string) => any;
|
|
246
258
|
openDropdown: () => any;
|
|
247
259
|
closeDropdown: () => any;
|
|
248
260
|
}, string, PublicProps, Readonly<CeSelectFieldProps> & Readonly<{
|
|
249
|
-
"onUpdate:modelValue"?: (
|
|
250
|
-
onChange?: (
|
|
251
|
-
onInputSearch?: (
|
|
252
|
-
onOpenDropdown?: (
|
|
253
|
-
onCloseDropdown?: (
|
|
261
|
+
"onUpdate:modelValue"?: (value: string | CustomEvent<any> | string[]) => any;
|
|
262
|
+
onChange?: (value: string | CustomEvent<any> | string[]) => any;
|
|
263
|
+
onInputSearch?: (value: string) => any;
|
|
264
|
+
onOpenDropdown?: () => any;
|
|
265
|
+
onCloseDropdown?: () => any;
|
|
254
266
|
}>, {
|
|
255
267
|
invalid: boolean;
|
|
256
268
|
disabled: boolean;
|
|
@@ -258,7 +270,7 @@ search: boolean;
|
|
|
258
270
|
multiple: boolean;
|
|
259
271
|
closeChip: boolean;
|
|
260
272
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
261
|
-
|
|
273
|
+
rootRef: HTMLDivElement;
|
|
262
274
|
inputRef: HTMLDivElement;
|
|
263
275
|
searchInputRef: HTMLInputElement;
|
|
264
276
|
}, any>;
|
|
@@ -266,14 +278,14 @@ searchInputRef: HTMLInputElement;
|
|
|
266
278
|
declare const __VLS_component_8: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
267
279
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
268
280
|
tag: string;
|
|
269
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
281
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
270
282
|
|
|
271
283
|
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
272
284
|
tag: string;
|
|
273
285
|
noGutters: boolean;
|
|
274
286
|
dense: boolean;
|
|
275
287
|
noCols: boolean;
|
|
276
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
288
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
277
289
|
|
|
278
290
|
declare type __VLS_Props = {
|
|
279
291
|
/** Indica o progresso */
|
|
@@ -483,7 +495,7 @@ declare type __VLS_Props_2 = {
|
|
|
483
495
|
|
|
484
496
|
declare type __VLS_Props_20 = {
|
|
485
497
|
/** Define o valor do model */
|
|
486
|
-
modelValue
|
|
498
|
+
modelValue?: string;
|
|
487
499
|
/** valor padrão do item exibido */
|
|
488
500
|
value: string;
|
|
489
501
|
};
|
|
@@ -512,6 +524,12 @@ declare type __VLS_Props_22 = {
|
|
|
512
524
|
variant?: 'dropdown' | 'collapse';
|
|
513
525
|
/** Define a cor do texto e do ícone */
|
|
514
526
|
color?: string;
|
|
527
|
+
/** Define a cor do background */
|
|
528
|
+
backgroundColor?: string;
|
|
529
|
+
/** Define o título do filtro */
|
|
530
|
+
title: string;
|
|
531
|
+
/** Define a cor do título do filtro */
|
|
532
|
+
titleColor?: string;
|
|
515
533
|
/** Define o texto do botão */
|
|
516
534
|
text: string;
|
|
517
535
|
/**Desabilita o botão de submit */
|
|
@@ -569,8 +587,8 @@ declare type __VLS_Props_26 = {
|
|
|
569
587
|
declare type __VLS_Props_27 = {
|
|
570
588
|
/** Define o tipo de spinner */
|
|
571
589
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
572
|
-
/** Define se o
|
|
573
|
-
showLoading
|
|
590
|
+
/** Define se o loading deve ser exibido ou não */
|
|
591
|
+
showLoading?: boolean;
|
|
574
592
|
};
|
|
575
593
|
|
|
576
594
|
declare type __VLS_Props_28 = {
|
|
@@ -606,8 +624,6 @@ declare type __VLS_Props_29 = {
|
|
|
606
624
|
declare type __VLS_Props_3 = {
|
|
607
625
|
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
608
626
|
type?: 'button' | 'submit' | 'a';
|
|
609
|
-
/** Tamanho do button */
|
|
610
|
-
size?: 'small' | 'medium' | 'large';
|
|
611
627
|
/** Variante de cores do button */
|
|
612
628
|
variant?: tipoVariante;
|
|
613
629
|
/** Arredondamento do button */
|
|
@@ -712,8 +728,6 @@ declare type __VLS_Props_7 = {
|
|
|
712
728
|
invalid?: boolean;
|
|
713
729
|
/** Desativa o checkbox */
|
|
714
730
|
disabled?: boolean;
|
|
715
|
-
/** Informa o uso de slot */
|
|
716
|
-
activeSlot?: boolean;
|
|
717
731
|
};
|
|
718
732
|
|
|
719
733
|
declare type __VLS_Props_8 = {
|
|
@@ -742,7 +756,6 @@ declare type __VLS_Props_8 = {
|
|
|
742
756
|
rounded?: boolean;
|
|
743
757
|
/** Desativa o sinalizador do input (quando não usa `slots['append-inner']`) */
|
|
744
758
|
noAlertIcon?: boolean;
|
|
745
|
-
slotInUse?: boolean;
|
|
746
759
|
};
|
|
747
760
|
|
|
748
761
|
declare type __VLS_Props_9 = {
|
|
@@ -760,7 +773,7 @@ declare type __VLS_Props_9 = {
|
|
|
760
773
|
|
|
761
774
|
declare function __VLS_template(): {
|
|
762
775
|
attrs: Partial<{}>;
|
|
763
|
-
slots: Readonly<{
|
|
776
|
+
slots: Readonly<NonNullable<{
|
|
764
777
|
[key: string]: (props: {
|
|
765
778
|
item: Record<string, any>;
|
|
766
779
|
}) => VNode[];
|
|
@@ -773,7 +786,13 @@ declare function __VLS_template(): {
|
|
|
773
786
|
} & {
|
|
774
787
|
/**Slot usado para exibir botões de ação */
|
|
775
788
|
groupButton?: (scope: {}) => VNode[];
|
|
776
|
-
|
|
789
|
+
/** Adiciona conteúdo na direta da tabela */
|
|
790
|
+
addToRight?: (scope: {}) => VNode[];
|
|
791
|
+
/**Slot usado para exibir o conteúdo expandido da tabela */
|
|
792
|
+
expandedRow?: (scope: {
|
|
793
|
+
item: Record<string, any>;
|
|
794
|
+
}) => VNode[];
|
|
795
|
+
}>> & {
|
|
777
796
|
[key: string]: (props: {
|
|
778
797
|
item: Record<string, any>;
|
|
779
798
|
}) => VNode[];
|
|
@@ -786,6 +805,12 @@ declare function __VLS_template(): {
|
|
|
786
805
|
} & {
|
|
787
806
|
/**Slot usado para exibir botões de ação */
|
|
788
807
|
groupButton?: (scope: {}) => VNode[];
|
|
808
|
+
/** Adiciona conteúdo na direta da tabela */
|
|
809
|
+
addToRight?: (scope: {}) => VNode[];
|
|
810
|
+
/**Slot usado para exibir o conteúdo expandido da tabela */
|
|
811
|
+
expandedRow?: (scope: {
|
|
812
|
+
item: Record<string, any>;
|
|
813
|
+
}) => VNode[];
|
|
789
814
|
};
|
|
790
815
|
refs: {
|
|
791
816
|
rootRef: HTMLDivElement;
|
|
@@ -814,18 +839,18 @@ declare function __VLS_template_11(): {
|
|
|
814
839
|
attrs: Partial<{}>;
|
|
815
840
|
slots: Readonly<{
|
|
816
841
|
/** Adiciona conteúdo na direta do menu */
|
|
817
|
-
addToRight?: (scope: {}) =>
|
|
842
|
+
addToRight?: (scope: {}) => VNode[];
|
|
818
843
|
/** Adiciona imagem no menu */
|
|
819
|
-
addImg?: (scope: {}) =>
|
|
844
|
+
addImg?: (scope: {}) => VNode[];
|
|
820
845
|
/** Adiciona conteúdo no menu */
|
|
821
|
-
addContent?: (scope: {}) =>
|
|
846
|
+
addContent?: (scope: {}) => VNode[];
|
|
822
847
|
}> & {
|
|
823
848
|
/** Adiciona conteúdo na direta do menu */
|
|
824
|
-
addToRight?: (scope: {}) =>
|
|
849
|
+
addToRight?: (scope: {}) => VNode[];
|
|
825
850
|
/** Adiciona imagem no menu */
|
|
826
|
-
addImg?: (scope: {}) =>
|
|
851
|
+
addImg?: (scope: {}) => VNode[];
|
|
827
852
|
/** Adiciona conteúdo no menu */
|
|
828
|
-
addContent?: (scope: {}) =>
|
|
853
|
+
addContent?: (scope: {}) => VNode[];
|
|
829
854
|
};
|
|
830
855
|
refs: {};
|
|
831
856
|
rootEl: any;
|
|
@@ -967,24 +992,42 @@ declare function __VLS_template_21(): {
|
|
|
967
992
|
attrs: Partial<{}>;
|
|
968
993
|
slots: Readonly<{
|
|
969
994
|
/** Conteúdo principal do card */
|
|
970
|
-
default?: (
|
|
995
|
+
default?: (props: {
|
|
996
|
+
isMobile?: boolean;
|
|
997
|
+
}) => VNode[];
|
|
971
998
|
/** Área de mídia do card */
|
|
972
|
-
media?: (
|
|
999
|
+
media?: (props: {
|
|
1000
|
+
isMobile?: boolean;
|
|
1001
|
+
}) => VNode[];
|
|
973
1002
|
/** Cabeçalho do card */
|
|
974
|
-
header?: (
|
|
1003
|
+
header?: (props: {
|
|
1004
|
+
isMobile?: boolean;
|
|
1005
|
+
}) => VNode[];
|
|
975
1006
|
/** Ações do card */
|
|
976
|
-
actions?: (
|
|
1007
|
+
actions?: (props: {
|
|
1008
|
+
isMobile?: boolean;
|
|
1009
|
+
}) => VNode[];
|
|
977
1010
|
}> & {
|
|
978
1011
|
/** Conteúdo principal do card */
|
|
979
|
-
default?: (
|
|
1012
|
+
default?: (props: {
|
|
1013
|
+
isMobile?: boolean;
|
|
1014
|
+
}) => VNode[];
|
|
980
1015
|
/** Área de mídia do card */
|
|
981
|
-
media?: (
|
|
1016
|
+
media?: (props: {
|
|
1017
|
+
isMobile?: boolean;
|
|
1018
|
+
}) => VNode[];
|
|
982
1019
|
/** Cabeçalho do card */
|
|
983
|
-
header?: (
|
|
1020
|
+
header?: (props: {
|
|
1021
|
+
isMobile?: boolean;
|
|
1022
|
+
}) => VNode[];
|
|
984
1023
|
/** Ações do card */
|
|
985
|
-
actions?: (
|
|
1024
|
+
actions?: (props: {
|
|
1025
|
+
isMobile?: boolean;
|
|
1026
|
+
}) => VNode[];
|
|
1027
|
+
};
|
|
1028
|
+
refs: {
|
|
1029
|
+
rootRef: unknown;
|
|
986
1030
|
};
|
|
987
|
-
refs: {};
|
|
988
1031
|
rootEl: any;
|
|
989
1032
|
};
|
|
990
1033
|
|
|
@@ -1059,12 +1102,20 @@ declare function __VLS_template_3(): {
|
|
|
1059
1102
|
|
|
1060
1103
|
declare function __VLS_template_4(): {
|
|
1061
1104
|
attrs: Partial<{}>;
|
|
1062
|
-
slots: {
|
|
1063
|
-
|
|
1064
|
-
default
|
|
1065
|
-
|
|
1105
|
+
slots: Readonly<{
|
|
1106
|
+
/** Adicione conteúdo a direita do componente */
|
|
1107
|
+
default?: () => VNode[];
|
|
1108
|
+
/** Adicione conteúdo label a esquerda do componente */
|
|
1109
|
+
label?: () => VNode[];
|
|
1110
|
+
}> & {
|
|
1111
|
+
/** Adicione conteúdo a direita do componente */
|
|
1112
|
+
default?: () => VNode[];
|
|
1113
|
+
/** Adicione conteúdo label a esquerda do componente */
|
|
1114
|
+
label?: () => VNode[];
|
|
1115
|
+
};
|
|
1116
|
+
refs: {
|
|
1117
|
+
rootRef: HTMLDivElement;
|
|
1066
1118
|
};
|
|
1067
|
-
refs: {};
|
|
1068
1119
|
rootEl: any;
|
|
1069
1120
|
};
|
|
1070
1121
|
|
|
@@ -1072,14 +1123,18 @@ declare function __VLS_template_5(): {
|
|
|
1072
1123
|
attrs: Partial<{}>;
|
|
1073
1124
|
slots: Readonly<{
|
|
1074
1125
|
/** Substitui input que abre o Datepicker */
|
|
1075
|
-
input?: (
|
|
1126
|
+
input?: (props: {
|
|
1127
|
+
value?: string;
|
|
1128
|
+
}) => VNode[];
|
|
1076
1129
|
/** Adicione conteúdo na esquerda do Input */
|
|
1077
1130
|
'prepend-inner'?: () => VNode[];
|
|
1078
1131
|
/** Adicione conteúdo na direita do Input */
|
|
1079
1132
|
'append-inner'?: () => VNode[];
|
|
1080
1133
|
}> & {
|
|
1081
1134
|
/** Substitui input que abre o Datepicker */
|
|
1082
|
-
input?: (
|
|
1135
|
+
input?: (props: {
|
|
1136
|
+
value?: string;
|
|
1137
|
+
}) => VNode[];
|
|
1083
1138
|
/** Adicione conteúdo na esquerda do Input */
|
|
1084
1139
|
'prepend-inner'?: () => VNode[];
|
|
1085
1140
|
/** Adicione conteúdo na direita do Input */
|
|
@@ -1105,6 +1160,7 @@ declare function __VLS_template_6(): {
|
|
|
1105
1160
|
'append-inner'?: () => VNode[];
|
|
1106
1161
|
};
|
|
1107
1162
|
refs: {
|
|
1163
|
+
rootRef: HTMLDivElement;
|
|
1108
1164
|
inputRef: HTMLInputElement;
|
|
1109
1165
|
};
|
|
1110
1166
|
rootEl: any;
|
|
@@ -1140,7 +1196,7 @@ declare function __VLS_template_7(): {
|
|
|
1140
1196
|
}) => VNode[];
|
|
1141
1197
|
};
|
|
1142
1198
|
refs: {
|
|
1143
|
-
|
|
1199
|
+
rootRef: HTMLDivElement;
|
|
1144
1200
|
inputRef: HTMLDivElement;
|
|
1145
1201
|
searchInputRef: HTMLInputElement;
|
|
1146
1202
|
};
|
|
@@ -1377,7 +1433,9 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1377
1433
|
};
|
|
1378
1434
|
};
|
|
1379
1435
|
|
|
1380
|
-
export declare const
|
|
1436
|
+
export declare const activateCeLoading: () => void;
|
|
1437
|
+
|
|
1438
|
+
export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
|
|
1381
1439
|
|
|
1382
1440
|
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_5>;
|
|
1383
1441
|
|
|
@@ -1496,11 +1554,6 @@ export declare const CeToggle: default_2.ComponentType<typeof _default_19>;
|
|
|
1496
1554
|
|
|
1497
1555
|
export declare const CeTooltip: default_2.ComponentType<typeof _default_35>;
|
|
1498
1556
|
|
|
1499
|
-
declare interface DataTableDefault extends DataTableProps {
|
|
1500
|
-
/** Ativa a opção de colorir linha sim linha não na tabela */
|
|
1501
|
-
striped?: boolean;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
1557
|
declare type DataTableProps = {
|
|
1505
1558
|
/** Array utilizado no header da tabela */
|
|
1506
1559
|
headers: Header[];
|
|
@@ -1510,19 +1563,25 @@ declare type DataTableProps = {
|
|
|
1510
1563
|
search?: boolean;
|
|
1511
1564
|
/** Array de objetos que serão exibidos na tabela */
|
|
1512
1565
|
items: Record<string, any>[];
|
|
1566
|
+
/** Ativa a opção de colorir linha sim linha não na tabela */
|
|
1567
|
+
striped?: boolean;
|
|
1568
|
+
/** Define que a ordenação será feita junto ao backend */
|
|
1569
|
+
orderByServer?: boolean;
|
|
1570
|
+
/**Permitir a expansão da linha */
|
|
1571
|
+
expandLine?: boolean;
|
|
1513
1572
|
};
|
|
1514
1573
|
|
|
1515
1574
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1516
1575
|
|
|
1517
1576
|
declare const _default_10: DefineComponent<__VLS_Props_6, {
|
|
1518
1577
|
/** Focus checkbox input */
|
|
1519
|
-
focus: () => void
|
|
1578
|
+
focus: () => void;
|
|
1520
1579
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1521
1580
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1522
1581
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1523
1582
|
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1524
|
-
"onUpdate:modelValue"?: (
|
|
1525
|
-
onChange?: (
|
|
1583
|
+
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1584
|
+
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1526
1585
|
}>, {
|
|
1527
1586
|
trueValue: string | number | boolean;
|
|
1528
1587
|
falseValue: string | number | boolean;
|
|
@@ -1530,7 +1589,7 @@ invalid: boolean;
|
|
|
1530
1589
|
disabled: boolean;
|
|
1531
1590
|
block: boolean;
|
|
1532
1591
|
indeterminate: boolean;
|
|
1533
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
1592
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1534
1593
|
inputRef: HTMLInputElement;
|
|
1535
1594
|
}, any>;
|
|
1536
1595
|
|
|
@@ -1542,8 +1601,8 @@ declare const _default_13: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, Compon
|
|
|
1542
1601
|
"update:modelValue": (value: IReturn) => any;
|
|
1543
1602
|
redirect: (item: ItensMenu) => any;
|
|
1544
1603
|
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
1545
|
-
"onUpdate:modelValue"?: (
|
|
1546
|
-
onRedirect?: (
|
|
1604
|
+
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1605
|
+
onRedirect?: (item: ItensMenu) => any;
|
|
1547
1606
|
}>, {
|
|
1548
1607
|
color: string;
|
|
1549
1608
|
items: ItensMenu[];
|
|
@@ -1554,8 +1613,8 @@ declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, Compo
|
|
|
1554
1613
|
"update:modelValue": (file: FileItem[]) => any;
|
|
1555
1614
|
updateFiles: (file: FileItem[]) => any;
|
|
1556
1615
|
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1557
|
-
"onUpdate:modelValue"?: (
|
|
1558
|
-
onUpdateFiles?: (
|
|
1616
|
+
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1617
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1559
1618
|
}>, {
|
|
1560
1619
|
disabled: boolean;
|
|
1561
1620
|
accept: string[];
|
|
@@ -1575,8 +1634,8 @@ focus: (id?: string) => void;
|
|
|
1575
1634
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1576
1635
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1577
1636
|
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1578
|
-
"onUpdate:modelValue"?: (
|
|
1579
|
-
onChange?: (
|
|
1637
|
+
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1638
|
+
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1580
1639
|
}>, {
|
|
1581
1640
|
invalid: boolean;
|
|
1582
1641
|
disabled: boolean;
|
|
@@ -1589,8 +1648,8 @@ declare const _default_18: DefineComponent<SliderProps, {}, {}, {}, {}, Componen
|
|
|
1589
1648
|
"update:modelValue": (value: number | number[]) => any;
|
|
1590
1649
|
sendValue: (value: number | number[]) => any;
|
|
1591
1650
|
}, string, PublicProps, Readonly<SliderProps> & Readonly<{
|
|
1592
|
-
"onUpdate:modelValue"?: (
|
|
1593
|
-
onSendValue?: (
|
|
1651
|
+
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
|
1652
|
+
onSendValue?: (value: number | number[]) => any;
|
|
1594
1653
|
}>, {
|
|
1595
1654
|
disabled: boolean;
|
|
1596
1655
|
size: "small" | "large";
|
|
@@ -1598,14 +1657,14 @@ variant: "default" | "range";
|
|
|
1598
1657
|
minValue: number;
|
|
1599
1658
|
maxValue: number;
|
|
1600
1659
|
showValue: boolean;
|
|
1601
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
1660
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1602
1661
|
|
|
1603
1662
|
declare const _default_19: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1604
1663
|
"update:modelValue": (value: boolean) => any;
|
|
1605
1664
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1606
1665
|
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1607
|
-
"onUpdate:modelValue"?: (
|
|
1608
|
-
onChange?: (
|
|
1666
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1667
|
+
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1609
1668
|
}>, {
|
|
1610
1669
|
invalid: boolean;
|
|
1611
1670
|
disabled: boolean;
|
|
@@ -1616,8 +1675,8 @@ declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, Compo
|
|
|
1616
1675
|
"update:modelValue": (value: number) => any;
|
|
1617
1676
|
paginate: (value: number) => any;
|
|
1618
1677
|
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
1619
|
-
"onUpdate:modelValue"?: (
|
|
1620
|
-
onPaginate?: (
|
|
1678
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
1679
|
+
onPaginate?: (value: number) => any;
|
|
1621
1680
|
}>, {
|
|
1622
1681
|
totalPages: number;
|
|
1623
1682
|
currentPage: number;
|
|
@@ -1641,8 +1700,8 @@ declare const _default_25: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, Compo
|
|
|
1641
1700
|
toggleMenu: (clicado: boolean) => any;
|
|
1642
1701
|
redirect: (item: SubMenu | ItensMenu) => any;
|
|
1643
1702
|
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1644
|
-
onToggleMenu?: (
|
|
1645
|
-
onRedirect?: (
|
|
1703
|
+
onToggleMenu?: (clicado: boolean) => any;
|
|
1704
|
+
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
1646
1705
|
}>, {
|
|
1647
1706
|
isHome: boolean;
|
|
1648
1707
|
isSearch: boolean;
|
|
@@ -1664,16 +1723,16 @@ declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16,
|
|
|
1664
1723
|
declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1665
1724
|
|
|
1666
1725
|
declare const _default_32: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1667
|
-
sendData: (data: IData_2<unknown>
|
|
1726
|
+
sendData: (data: IData_2<unknown>) => any;
|
|
1668
1727
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1669
|
-
onSendData?: (
|
|
1728
|
+
onSendData?: (data: IData_2<unknown>) => any;
|
|
1670
1729
|
}>, {
|
|
1671
1730
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1672
1731
|
pauseOnHover: boolean;
|
|
1673
1732
|
pauseToast: boolean;
|
|
1674
1733
|
showActionButton: boolean;
|
|
1675
1734
|
textButton: string;
|
|
1676
|
-
}, {}, {}, {}, string, ComponentProvideOptions,
|
|
1735
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1677
1736
|
|
|
1678
1737
|
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1679
1738
|
|
|
@@ -1697,9 +1756,9 @@ declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, C
|
|
|
1697
1756
|
declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1698
1757
|
|
|
1699
1758
|
declare const _default_41: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1700
|
-
redirect: (valor?: string
|
|
1759
|
+
redirect: (valor?: string) => any;
|
|
1701
1760
|
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1702
|
-
onRedirect?: (
|
|
1761
|
+
onRedirect?: (valor?: string) => any;
|
|
1703
1762
|
}>, {
|
|
1704
1763
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1705
1764
|
background: "white" | "green";
|
|
@@ -1715,10 +1774,10 @@ filterList: (value: string | CustomEvent<any>) => any;
|
|
|
1715
1774
|
clearFilter: () => any;
|
|
1716
1775
|
"input:focus": () => any;
|
|
1717
1776
|
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
1718
|
-
"onUpdate:modelValue"?: (
|
|
1719
|
-
onFilterList?: (
|
|
1720
|
-
onClearFilter?: (
|
|
1721
|
-
"onInput:focus"?: (
|
|
1777
|
+
"onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
|
|
1778
|
+
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1779
|
+
onClearFilter?: () => any;
|
|
1780
|
+
"onInput:focus"?: () => any;
|
|
1722
1781
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1723
1782
|
|
|
1724
1783
|
declare const _default_6: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
@@ -1735,8 +1794,8 @@ declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, Compone
|
|
|
1735
1794
|
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1736
1795
|
updateCurrentPage: (page: number) => any;
|
|
1737
1796
|
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
1738
|
-
"onUpdate:modelValue"?: (
|
|
1739
|
-
onUpdateCurrentPage?: (
|
|
1797
|
+
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1798
|
+
onUpdateCurrentPage?: (page: number) => any;
|
|
1740
1799
|
}>, {
|
|
1741
1800
|
currentPage: number;
|
|
1742
1801
|
totalPage: number;
|
|
@@ -1744,6 +1803,8 @@ totalPage: number;
|
|
|
1744
1803
|
|
|
1745
1804
|
declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1746
1805
|
|
|
1806
|
+
export declare const disableCeLoading: () => void;
|
|
1807
|
+
|
|
1747
1808
|
declare interface FileItem {
|
|
1748
1809
|
file: File;
|
|
1749
1810
|
progress: number;
|
|
@@ -1870,7 +1931,7 @@ declare type PaginationProps = {
|
|
|
1870
1931
|
currentPage: number;
|
|
1871
1932
|
};
|
|
1872
1933
|
|
|
1873
|
-
export declare const
|
|
1934
|
+
export declare const removeCeToast: (id: number) => void;
|
|
1874
1935
|
|
|
1875
1936
|
declare interface SelectOption {
|
|
1876
1937
|
label?: string;
|