@comercti/react-components 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +80 -0
- package/comerc-style-guide.es.js +6023 -0
- package/comerc-style-guide.umd.js +80 -0
- package/favicon.ico +0 -0
- package/favicon.svg +9 -0
- package/index.d.ts +2051 -0
- package/package.json +95 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,2051 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { default as default_2 } from 'react';
|
|
4
|
+
import { DefineComponent } from 'vue';
|
|
5
|
+
import { IData } from './toast/interfaces';
|
|
6
|
+
import { ItensMenu as ItensMenu_2 } from '../../../../../../../../../src/components/menu/interfaces';
|
|
7
|
+
import { IVariants as IVariants_2 } from './interfaces';
|
|
8
|
+
import { PublicProps } from 'vue';
|
|
9
|
+
import { Ref } from 'vue';
|
|
10
|
+
import { VNode } from 'vue';
|
|
11
|
+
|
|
12
|
+
declare const __VLS_component: DefineComponent<DataTableDefault, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13
|
+
"update:modelValue": (value: Record<string, any>[]) => any;
|
|
14
|
+
updateSelected: (value: Record<string, any>[]) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<DataTableDefault> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: (value: Record<string, any>[]) => any;
|
|
17
|
+
onUpdateSelected?: (value: Record<string, any>[]) => any;
|
|
18
|
+
}>, {
|
|
19
|
+
search: boolean;
|
|
20
|
+
striped: boolean;
|
|
21
|
+
selectable: boolean;
|
|
22
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
+
rootRef: HTMLDivElement;
|
|
24
|
+
}, HTMLDivElement>;
|
|
25
|
+
|
|
26
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
27
|
+
block: boolean;
|
|
28
|
+
tag: string;
|
|
29
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
|
|
31
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
32
|
+
redirect: (item: SubMenu | ItensMenu) => any;
|
|
33
|
+
backToHome: (value: boolean) => any;
|
|
34
|
+
logout: (value: boolean) => any;
|
|
35
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
36
|
+
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
37
|
+
onBackToHome?: (value: boolean) => any;
|
|
38
|
+
onLogout?: (value: boolean) => any;
|
|
39
|
+
}>, {
|
|
40
|
+
itemsMenuMyService: ItensMenu[];
|
|
41
|
+
itemsMenu: ItensMenu[];
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_12: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
45
|
+
"update:modelValue": (path: string) => any;
|
|
46
|
+
redirect: (path: string) => any;
|
|
47
|
+
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
48
|
+
"onUpdate:modelValue"?: (path: string) => any;
|
|
49
|
+
onRedirect?: (path: string) => any;
|
|
50
|
+
}>, {
|
|
51
|
+
variant: "primary" | "secondary" | "text";
|
|
52
|
+
home: string;
|
|
53
|
+
divider: "/" | ">";
|
|
54
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
55
|
+
|
|
56
|
+
declare const __VLS_component_13: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
57
|
+
updateValue: (value: string) => any;
|
|
58
|
+
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
59
|
+
onUpdateValue?: (value: string) => any;
|
|
60
|
+
}>, {
|
|
61
|
+
variant: keyof IVariants_2;
|
|
62
|
+
initialTab: string;
|
|
63
|
+
inactivate: boolean;
|
|
64
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
65
|
+
|
|
66
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
67
|
+
|
|
68
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_21, {
|
|
69
|
+
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
70
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
71
|
+
click: (event: MouseEvent) => any;
|
|
72
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
73
|
+
onClick?: (event: MouseEvent) => any;
|
|
74
|
+
}>, {
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
size: "small" | "medium" | "large" | number;
|
|
77
|
+
alt: string;
|
|
78
|
+
sizeBagde: number | null;
|
|
79
|
+
badgeOffsetRight: number;
|
|
80
|
+
badgeOffsetBottom: number;
|
|
81
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
82
|
+
rootRef: HTMLDivElement;
|
|
83
|
+
}, any>;
|
|
84
|
+
|
|
85
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
86
|
+
submit: () => any;
|
|
87
|
+
clear: () => any;
|
|
88
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
89
|
+
onSubmit?: () => any;
|
|
90
|
+
onClear?: () => any;
|
|
91
|
+
}>, {
|
|
92
|
+
title: string;
|
|
93
|
+
color: string;
|
|
94
|
+
variant: "dropdown" | "collapse";
|
|
95
|
+
backgroundColor: string;
|
|
96
|
+
titleColor: string;
|
|
97
|
+
disabledSubmit: boolean;
|
|
98
|
+
disabledClear: boolean;
|
|
99
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
100
|
+
menuRef: HTMLDivElement;
|
|
101
|
+
}, HTMLDivElement>;
|
|
102
|
+
|
|
103
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
104
|
+
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
105
|
+
size: "sm" | "md" | "lg";
|
|
106
|
+
rounded: "sm" | "md" | "lg";
|
|
107
|
+
variant: "solid" | "outline" | "ghost";
|
|
108
|
+
status: boolean;
|
|
109
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
|
|
111
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
112
|
+
close: (value: boolean) => any;
|
|
113
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
114
|
+
onClose?: (value: boolean) => any;
|
|
115
|
+
}>, {
|
|
116
|
+
rounded: boolean;
|
|
117
|
+
isOpen: boolean;
|
|
118
|
+
position: "top" | "bottom";
|
|
119
|
+
background: "1" | "2";
|
|
120
|
+
showIcon: boolean;
|
|
121
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
122
|
+
|
|
123
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
124
|
+
close: (value: boolean) => any;
|
|
125
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
126
|
+
onClose?: (value: boolean) => any;
|
|
127
|
+
}>, {
|
|
128
|
+
isOpen: boolean;
|
|
129
|
+
background: "1" | "2";
|
|
130
|
+
closeOutside: boolean;
|
|
131
|
+
showCloseButton: boolean;
|
|
132
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
133
|
+
|
|
134
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {
|
|
135
|
+
/** Focus button */
|
|
136
|
+
focus: () => void;
|
|
137
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
138
|
+
click: (event: MouseEvent) => any;
|
|
139
|
+
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
140
|
+
onClick?: (event: MouseEvent) => any;
|
|
141
|
+
}>, {
|
|
142
|
+
disabled: boolean;
|
|
143
|
+
block: boolean;
|
|
144
|
+
type: "button" | "submit" | "a";
|
|
145
|
+
size: "small" | "medium" | "large";
|
|
146
|
+
rounded: "small" | "medium" | "large";
|
|
147
|
+
variant: tipoVariante;
|
|
148
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
149
|
+
buttonRef: unknown;
|
|
150
|
+
}, any>;
|
|
151
|
+
|
|
152
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
153
|
+
focus: boolean;
|
|
154
|
+
location: "left" | "top" | "right" | "bottom";
|
|
155
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
156
|
+
|
|
157
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
158
|
+
color: number;
|
|
159
|
+
rounded: boolean;
|
|
160
|
+
tag: string;
|
|
161
|
+
elevation: number;
|
|
162
|
+
hover: boolean;
|
|
163
|
+
mediaOrientation: "vertical" | "horizontal";
|
|
164
|
+
responsive: boolean;
|
|
165
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
166
|
+
rootRef: unknown;
|
|
167
|
+
}, any>;
|
|
168
|
+
|
|
169
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
170
|
+
tag: string;
|
|
171
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
172
|
+
|
|
173
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
174
|
+
tag: string;
|
|
175
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
176
|
+
|
|
177
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
178
|
+
type: "inline" | "centralized" | "highlighted";
|
|
179
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
182
|
+
openMenu: boolean;
|
|
183
|
+
layout: "default" | "base";
|
|
184
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
185
|
+
|
|
186
|
+
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
187
|
+
|
|
188
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
189
|
+
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
190
|
+
change: (value: boolean | CustomEvent<any>) => any;
|
|
191
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
192
|
+
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
193
|
+
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
194
|
+
}>, {
|
|
195
|
+
modelValue: boolean;
|
|
196
|
+
invalid: boolean;
|
|
197
|
+
disabled: boolean;
|
|
198
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
199
|
+
rootRef: HTMLDivElement;
|
|
200
|
+
}, any>;
|
|
201
|
+
|
|
202
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
203
|
+
"update:modelValue": (value: CustomEvent<any> | Date) => any;
|
|
204
|
+
"update:start": (value: CustomEvent<any> | Date) => any;
|
|
205
|
+
"update:end": (value: CustomEvent<any> | Date) => any;
|
|
206
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
207
|
+
"onUpdate:modelValue"?: (value: CustomEvent<any> | Date) => any;
|
|
208
|
+
"onUpdate:start"?: (value: CustomEvent<any> | Date) => any;
|
|
209
|
+
"onUpdate:end"?: (value: CustomEvent<any> | Date) => any;
|
|
210
|
+
}>, {
|
|
211
|
+
invalid: boolean;
|
|
212
|
+
disabled: boolean;
|
|
213
|
+
range: boolean;
|
|
214
|
+
rounded: boolean;
|
|
215
|
+
noAlertIcon: boolean;
|
|
216
|
+
modal: boolean;
|
|
217
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
218
|
+
rootRef: HTMLDivElement;
|
|
219
|
+
}, any>;
|
|
220
|
+
|
|
221
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {
|
|
222
|
+
/** focus input */
|
|
223
|
+
focus: () => void;
|
|
224
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
225
|
+
"update:modelValue": (value: string | number | CustomEvent<any>) => any;
|
|
226
|
+
change: (value: string | number | CustomEvent<any>) => any;
|
|
227
|
+
input: (value: string | number | CustomEvent<any>) => any;
|
|
228
|
+
blur: (value: Event) => any;
|
|
229
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
230
|
+
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
231
|
+
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
232
|
+
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
233
|
+
onBlur?: (value: Event) => any;
|
|
234
|
+
}>, {
|
|
235
|
+
invalid: boolean;
|
|
236
|
+
disabled: boolean;
|
|
237
|
+
type: "text" | "password" | "email" | "number" | "tel" | "url" | "search" | "date";
|
|
238
|
+
rounded: boolean;
|
|
239
|
+
noAlertIcon: boolean;
|
|
240
|
+
readonly: boolean;
|
|
241
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
242
|
+
rootRef: HTMLDivElement;
|
|
243
|
+
inputRef: HTMLInputElement;
|
|
244
|
+
}, any>;
|
|
245
|
+
|
|
246
|
+
declare const __VLS_component_7: DefineComponent<CeSelectFieldProps, {
|
|
247
|
+
/** Focus select */
|
|
248
|
+
focus: () => void;
|
|
249
|
+
/** Abre/Fecha dropdown do select */
|
|
250
|
+
click: () => void;
|
|
251
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
252
|
+
"update:modelValue": (value: string | CustomEvent<any> | string[]) => any;
|
|
253
|
+
change: (value: string | CustomEvent<any> | string[]) => any;
|
|
254
|
+
inputSearch: (value: string) => any;
|
|
255
|
+
openDropdown: () => any;
|
|
256
|
+
closeDropdown: () => any;
|
|
257
|
+
}, string, PublicProps, Readonly<CeSelectFieldProps> & Readonly<{
|
|
258
|
+
"onUpdate:modelValue"?: (value: string | CustomEvent<any> | string[]) => any;
|
|
259
|
+
onChange?: (value: string | CustomEvent<any> | string[]) => any;
|
|
260
|
+
onInputSearch?: (value: string) => any;
|
|
261
|
+
onOpenDropdown?: () => any;
|
|
262
|
+
onCloseDropdown?: () => any;
|
|
263
|
+
}>, {
|
|
264
|
+
invalid: boolean;
|
|
265
|
+
disabled: boolean;
|
|
266
|
+
search: boolean;
|
|
267
|
+
multiple: boolean;
|
|
268
|
+
closeChip: boolean;
|
|
269
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
270
|
+
rootRef: HTMLDivElement;
|
|
271
|
+
inputRef: HTMLDivElement;
|
|
272
|
+
searchInputRef: HTMLInputElement;
|
|
273
|
+
}, any>;
|
|
274
|
+
|
|
275
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
276
|
+
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
277
|
+
tag: string;
|
|
278
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
279
|
+
|
|
280
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
281
|
+
tag: string;
|
|
282
|
+
noGutters: boolean;
|
|
283
|
+
dense: boolean;
|
|
284
|
+
noCols: boolean;
|
|
285
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
286
|
+
|
|
287
|
+
declare type __VLS_Props = {
|
|
288
|
+
/** Indica o progresso */
|
|
289
|
+
progress: number;
|
|
290
|
+
/** Texto que será exibido abaixo do progresso circle ou semicircle */
|
|
291
|
+
label?: string;
|
|
292
|
+
/** Define o tipo de progresso */
|
|
293
|
+
variant: 'circle' | 'semicircle' | 'line';
|
|
294
|
+
};
|
|
295
|
+
|
|
296
|
+
declare type __VLS_Props_10 = {
|
|
297
|
+
/** Valor para two-way binding (v-model) */
|
|
298
|
+
modelValue?: FileItem[];
|
|
299
|
+
/** array com os tipos de arquivos permitidos */
|
|
300
|
+
accept: string[];
|
|
301
|
+
/** desabilita o componente */
|
|
302
|
+
disabled?: boolean;
|
|
303
|
+
/** permite o upload de multiplos arquivos */
|
|
304
|
+
multiple?: boolean;
|
|
305
|
+
/** quantidade máxima de arquivos permitidos */
|
|
306
|
+
maxFile?: number;
|
|
307
|
+
/** tamanho máximo do arquivo em KB */
|
|
308
|
+
maxFileSize?: number;
|
|
309
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
310
|
+
selectAll?: boolean;
|
|
311
|
+
/** limpa a lista de arquivos */
|
|
312
|
+
clear: boolean;
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
declare type __VLS_Props_11 = {
|
|
316
|
+
/** Valor do input para two-way binding (v-model) */
|
|
317
|
+
modelValue?: string | number;
|
|
318
|
+
/** Tipo do input (text, password, email, etc) */
|
|
319
|
+
type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date';
|
|
320
|
+
/** ID única do input */
|
|
321
|
+
id?: string;
|
|
322
|
+
/** Texto do placeholder do input */
|
|
323
|
+
placeholder?: string;
|
|
324
|
+
/** Texto da label exibida acima do input */
|
|
325
|
+
label?: string;
|
|
326
|
+
/** Comprimento máximo do Input */
|
|
327
|
+
maxlength?: number;
|
|
328
|
+
/** Texto de ajuda */
|
|
329
|
+
hint?: string;
|
|
330
|
+
/** Texto para ser um erro */
|
|
331
|
+
invalidFeedback?: string;
|
|
332
|
+
/** Aciona manualmente o estado de erro */
|
|
333
|
+
invalid?: boolean;
|
|
334
|
+
/** Desativa o Input */
|
|
335
|
+
disabled?: boolean;
|
|
336
|
+
/** Ativa cantos arrendondados no input */
|
|
337
|
+
rounded?: boolean;
|
|
338
|
+
/** Desativa o sinalizador do input (quando não usa `slots['append-inner']`) */
|
|
339
|
+
noAlertIcon?: boolean;
|
|
340
|
+
/** Desativa a edição do input */
|
|
341
|
+
readonly?: boolean;
|
|
342
|
+
};
|
|
343
|
+
|
|
344
|
+
declare type __VLS_Props_12 = {
|
|
345
|
+
/** Valor do radio para two-way binding (v-model) */
|
|
346
|
+
modelValue?: ModelValueType_2;
|
|
347
|
+
/** ID única do radio */
|
|
348
|
+
id?: string;
|
|
349
|
+
/** Estrutura para adicionar o radio */
|
|
350
|
+
options: optsRadio[];
|
|
351
|
+
/** Texto de ajuda */
|
|
352
|
+
hint?: string;
|
|
353
|
+
/** Texto para ser um erro */
|
|
354
|
+
invalidFeedback?: string;
|
|
355
|
+
/** Aciona manualmente o estado de erro */
|
|
356
|
+
invalid?: boolean;
|
|
357
|
+
/** Desativa o radio */
|
|
358
|
+
disabled?: boolean;
|
|
359
|
+
/** Abrange toda a largura de um elemento para o radio */
|
|
360
|
+
block?: boolean;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
declare type __VLS_Props_13 = {
|
|
364
|
+
/** Valor do toggle */
|
|
365
|
+
modelValue?: boolean;
|
|
366
|
+
/** Desabilita o toggle */
|
|
367
|
+
disabled?: boolean;
|
|
368
|
+
/** Define o contorno do toggle */
|
|
369
|
+
contoured?: boolean;
|
|
370
|
+
/** Idenficador do toggle */
|
|
371
|
+
id: string;
|
|
372
|
+
/** Informa que está invalido */
|
|
373
|
+
invalid?: boolean;
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
declare type __VLS_Props_14 = {
|
|
377
|
+
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
378
|
+
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
379
|
+
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
380
|
+
sm?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
381
|
+
/** Largura de um elemento `md` (baseado no `cols`) */
|
|
382
|
+
md?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
383
|
+
/** Largura de um elemento `lg` (baseado no `cols`) */
|
|
384
|
+
lg?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
385
|
+
/** Largura de um elemento `xl` (baseado no `cols`) */
|
|
386
|
+
xl?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
387
|
+
/** Ordem de um elemento de "1" a "12" */
|
|
388
|
+
order?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
389
|
+
/** Ordem de um elemento `sm` (baseado no `order`) */
|
|
390
|
+
orderSm?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
391
|
+
/** Ordem de um elemento `md` (baseado no `order`) */
|
|
392
|
+
orderMd?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
393
|
+
/** Ordem de um elemento `lg` (baseado no `order`) */
|
|
394
|
+
orderLg?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
395
|
+
/** Ordem de um elemento `xl` (baseado no `order`) */
|
|
396
|
+
orderXl?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
397
|
+
/** Define root element do container */
|
|
398
|
+
tag?: string;
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
declare type __VLS_Props_15 = {
|
|
402
|
+
/** Alinhamento dos itens (align-items) */
|
|
403
|
+
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
404
|
+
/** Alinhamento dos itens `sm` (align-items) */
|
|
405
|
+
alignSm?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
406
|
+
/** Alinhamento dos itens `md` (align-items) */
|
|
407
|
+
alignMd?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
408
|
+
/** Alinhamento dos itens `lg` (align-items) */
|
|
409
|
+
alignLg?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
410
|
+
/** Alinhamento dos itens `xl` (align-items) */
|
|
411
|
+
alignXl?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
412
|
+
/** Alinhamento do conteúdo (align-content) */
|
|
413
|
+
alignContent?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
414
|
+
/** Alinhamento do conteúdo `sm` (align-content) */
|
|
415
|
+
alignContentSm?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
416
|
+
/** Alinhamento do conteúdo `md` (align-content) */
|
|
417
|
+
alignContentMd?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
418
|
+
/** Alinhamento do conteúdo `lg` (align-content) */
|
|
419
|
+
alignContentLg?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
420
|
+
/** Alinhamento do conteúdo `xl` (align-content) */
|
|
421
|
+
alignContentXl?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
422
|
+
/** Justificação (justify-content) */
|
|
423
|
+
justify?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
424
|
+
/** Justificação `sm` (justify-content) */
|
|
425
|
+
justifySm?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
426
|
+
/** Justificação `md` (justify-content) */
|
|
427
|
+
justifyMd?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
428
|
+
/** Justificação `lg` (justify-content) */
|
|
429
|
+
justifyLg?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
430
|
+
/** Justificação `xl` (justify-content) */
|
|
431
|
+
justifyXl?: 'start' | 'end' | 'center' | 'stretch' | 'between' | 'around' | 'evenly';
|
|
432
|
+
/** Define root element do container */
|
|
433
|
+
tag?: string;
|
|
434
|
+
/** Controla o estado visual de espaçamento entre colunas zerado */
|
|
435
|
+
noGutters?: boolean;
|
|
436
|
+
/** Controla o estado visual de espaçamento entre colunas reduzido (metade) */
|
|
437
|
+
dense?: boolean;
|
|
438
|
+
/** Remove a limitação de ser cols-12 */
|
|
439
|
+
noCols?: boolean;
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
declare type __VLS_Props_16 = {
|
|
443
|
+
/** Define root element do container */
|
|
444
|
+
tag?: string;
|
|
445
|
+
/** Abrange toda a largura de um elemento para o container */
|
|
446
|
+
block?: boolean;
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
declare type __VLS_Props_17 = {
|
|
450
|
+
/** SVG bruto (como string) */
|
|
451
|
+
name: string;
|
|
452
|
+
/** Tamanho do ícone */
|
|
453
|
+
size?: number | string;
|
|
454
|
+
/** Cor do ícone */
|
|
455
|
+
color?: string;
|
|
456
|
+
/** Cor de preenchimento */
|
|
457
|
+
fill?: string;
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
declare type __VLS_Props_18 = {
|
|
461
|
+
/** Array de opções do menu meu serviços */
|
|
462
|
+
itemsMenuMyService: ItensMenu[];
|
|
463
|
+
/** Array de opções do menuSidebar para versão mobile */
|
|
464
|
+
itemsMenu?: ItensMenu[];
|
|
465
|
+
/** Array de módulos */
|
|
466
|
+
itemsModules?: ItensMenu[];
|
|
467
|
+
/** Nome do usuário */
|
|
468
|
+
name?: string;
|
|
469
|
+
/** Email do usuário */
|
|
470
|
+
email?: string;
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
declare type __VLS_Props_19 = {
|
|
474
|
+
/** Array de opções do menu */
|
|
475
|
+
items: ItensMenu[];
|
|
476
|
+
/** Define se o menu está na home */
|
|
477
|
+
isHome?: boolean;
|
|
478
|
+
/** Define se o input de pesquisa será exibido */
|
|
479
|
+
isSearch?: boolean;
|
|
480
|
+
/** Se true inicializa o menu aberto */
|
|
481
|
+
isOpen?: boolean;
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
declare type __VLS_Props_2 = {
|
|
485
|
+
/** Array de string com as opções do menu */
|
|
486
|
+
items: string[];
|
|
487
|
+
/** texto para o placeholder */
|
|
488
|
+
placeholder: string;
|
|
489
|
+
/** Valor para two-way binding (v-model) */
|
|
490
|
+
modelValue?: string;
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
declare type __VLS_Props_20 = {
|
|
494
|
+
/** Define o valor do model */
|
|
495
|
+
modelValue?: string;
|
|
496
|
+
/** valor padrão do item exibido */
|
|
497
|
+
value: string;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
declare type __VLS_Props_21 = {
|
|
501
|
+
/** Especifica o caminho para a imagem */
|
|
502
|
+
src?: string;
|
|
503
|
+
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
504
|
+
alt?: string;
|
|
505
|
+
/** Cores para cada tipo de status */
|
|
506
|
+
status?: 'disponivel' | 'ausente' | 'ocupado' | 'nao-incomodar' | 'volto-logo' | 'default' | null;
|
|
507
|
+
/** Tamanho do avatar (px) */
|
|
508
|
+
size?: 'small' | 'medium' | 'large' | number;
|
|
509
|
+
/** Define o tamanho do badge de status. Caso não seja especificado, será calculado automaticamente com base no valor de `props:size` (px) */
|
|
510
|
+
sizeBagde?: number | null;
|
|
511
|
+
/** Define a distância da direita para o badge de status (px) */
|
|
512
|
+
badgeOffsetRight?: number;
|
|
513
|
+
/** Define a distância do baixo para o badge de status (px) */
|
|
514
|
+
badgeOffsetBottom?: number;
|
|
515
|
+
/** Desativa o clique */
|
|
516
|
+
disabled?: boolean;
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
declare type __VLS_Props_22 = {
|
|
520
|
+
/** Define o tipo do filtro */
|
|
521
|
+
variant?: 'dropdown' | 'collapse';
|
|
522
|
+
/** Define a cor do texto e do ícone */
|
|
523
|
+
color?: string;
|
|
524
|
+
/** Define a cor do background */
|
|
525
|
+
backgroundColor?: string;
|
|
526
|
+
/** Define o título do filtro */
|
|
527
|
+
title: string;
|
|
528
|
+
/** Define a cor do título do filtro */
|
|
529
|
+
titleColor?: string;
|
|
530
|
+
/** Define o texto do botão */
|
|
531
|
+
text: string;
|
|
532
|
+
/**Desabilita o botão de submit */
|
|
533
|
+
disabledSubmit?: boolean;
|
|
534
|
+
/**Desabilita o botão de limpar */
|
|
535
|
+
disabledClear?: boolean;
|
|
536
|
+
};
|
|
537
|
+
|
|
538
|
+
declare type __VLS_Props_23 = {
|
|
539
|
+
/** Variante de estilo do badge */
|
|
540
|
+
variant?: 'solid' | 'outline' | 'ghost';
|
|
541
|
+
/** Cor do badge */
|
|
542
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning';
|
|
543
|
+
/** Tamanho do badge */
|
|
544
|
+
size?: 'sm' | 'md' | 'lg';
|
|
545
|
+
/** Arredondamento do badge */
|
|
546
|
+
rounded?: 'sm' | 'md' | 'lg';
|
|
547
|
+
/** Mostra/ou não os status do badge */
|
|
548
|
+
status?: boolean;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
declare type __VLS_Props_24 = {
|
|
552
|
+
/** Define a posição em que o banner aparece */
|
|
553
|
+
position?: 'top' | 'bottom';
|
|
554
|
+
/** Define se o banner abre ou fecha */
|
|
555
|
+
isOpen: boolean;
|
|
556
|
+
/** Define a cor do background */
|
|
557
|
+
background?: '1' | '2';
|
|
558
|
+
/** Define o border radius do banner */
|
|
559
|
+
rounded?: boolean;
|
|
560
|
+
/** Define se o icone aparece */
|
|
561
|
+
showIcon?: boolean;
|
|
562
|
+
};
|
|
563
|
+
|
|
564
|
+
declare type __VLS_Props_25 = {
|
|
565
|
+
/** Define se o modal abre ou fecha */
|
|
566
|
+
isOpen: boolean;
|
|
567
|
+
/** Define a cor do background */
|
|
568
|
+
background?: '1' | '2';
|
|
569
|
+
/** Define se o modal pode ser fechado clicando fora dele */
|
|
570
|
+
closeOutside?: boolean;
|
|
571
|
+
/** Define se o botão de fechar fica visível */
|
|
572
|
+
showCloseButton?: boolean;
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
declare type __VLS_Props_26 = {
|
|
576
|
+
/** Texto do tooltip */
|
|
577
|
+
text: string;
|
|
578
|
+
/** Localização do tooltip */
|
|
579
|
+
location: 'left' | 'top' | 'right' | 'bottom';
|
|
580
|
+
/** Ativa o tooltip quando o elemento estiver em foco */
|
|
581
|
+
focus?: boolean;
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
declare type __VLS_Props_27 = {
|
|
585
|
+
/** Define o tipo de spinner */
|
|
586
|
+
type: 'spinner' | 'semi-circle' | 'dots';
|
|
587
|
+
/** Define se o spinner deve ser exibido ou não */
|
|
588
|
+
showLoading: boolean;
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
declare type __VLS_Props_28 = {
|
|
592
|
+
/** Elemento raiz do card */
|
|
593
|
+
tag?: string;
|
|
594
|
+
/** Nível de elevação (sombra) de 0 a 5 */
|
|
595
|
+
elevation?: number;
|
|
596
|
+
/** Define se o card terá bordas arredondadas */
|
|
597
|
+
rounded?: boolean;
|
|
598
|
+
/** Classe de cor de fundo de 0 a 6 */
|
|
599
|
+
color?: number;
|
|
600
|
+
/** Ativa efeito hover (ex: aumenta a sombra ao passar o mouse) */
|
|
601
|
+
hover?: boolean;
|
|
602
|
+
/**
|
|
603
|
+
* Orientação da mídia (quando houver):
|
|
604
|
+
* - 'vertical': mídia no topo (padrão)
|
|
605
|
+
* - 'horizontal': mídia à esquerda
|
|
606
|
+
*/
|
|
607
|
+
mediaOrientation?: 'vertical' | 'horizontal';
|
|
608
|
+
/**
|
|
609
|
+
* Ativa comportamento responsivo:
|
|
610
|
+
* - Quando true, o card ignora mediaOrientation e inicia na horizontal
|
|
611
|
+
* - ao atingir a medida definida para "sm" ele muda para vertical
|
|
612
|
+
*/
|
|
613
|
+
responsive?: boolean;
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
declare type __VLS_Props_29 = {
|
|
617
|
+
/** Define root element */
|
|
618
|
+
tag?: string;
|
|
619
|
+
};
|
|
620
|
+
|
|
621
|
+
declare type __VLS_Props_3 = {
|
|
622
|
+
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
623
|
+
type?: 'button' | 'submit' | 'a';
|
|
624
|
+
/** Tamanho do button */
|
|
625
|
+
size?: 'small' | 'medium' | 'large';
|
|
626
|
+
/** Variante de cores do button */
|
|
627
|
+
variant?: tipoVariante;
|
|
628
|
+
/** Arredondamento do button */
|
|
629
|
+
rounded?: 'small' | 'medium' | 'large';
|
|
630
|
+
/** ID única do button */
|
|
631
|
+
id?: string;
|
|
632
|
+
/** Abrange toda a largura de um elemento para o button */
|
|
633
|
+
block?: boolean;
|
|
634
|
+
/** Desativa o button */
|
|
635
|
+
disabled?: boolean;
|
|
636
|
+
};
|
|
637
|
+
|
|
638
|
+
declare type __VLS_Props_30 = {
|
|
639
|
+
/** Define root element */
|
|
640
|
+
tag?: string;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
declare type __VLS_Props_31 = {
|
|
644
|
+
/** Define o tipo do Content divider */
|
|
645
|
+
type?: 'inline' | 'centralized' | 'highlighted';
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
declare type __VLS_Props_32 = {
|
|
649
|
+
variant: '1' | '2' | '3' | '4' | '5';
|
|
650
|
+
background: 'white' | 'green';
|
|
651
|
+
items?: ItensMenu_2[];
|
|
652
|
+
socialMedia?: ISocialMedia[];
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
declare type __VLS_Props_33 = {
|
|
656
|
+
/** Indica se o menu abriu */
|
|
657
|
+
openMenu?: boolean;
|
|
658
|
+
/** Defini o tipo de layout a ser usado */
|
|
659
|
+
layout: 'default' | 'base';
|
|
660
|
+
};
|
|
661
|
+
|
|
662
|
+
declare type __VLS_Props_34 = {
|
|
663
|
+
/** Array de mídia social contendo ícone e link */
|
|
664
|
+
socialMedia: {
|
|
665
|
+
icon: string;
|
|
666
|
+
link: string;
|
|
667
|
+
}[];
|
|
668
|
+
};
|
|
669
|
+
|
|
670
|
+
declare type __VLS_Props_4 = {
|
|
671
|
+
/** Define o id do botão */
|
|
672
|
+
id: string | number;
|
|
673
|
+
/** Define o texto do botão */
|
|
674
|
+
text: string;
|
|
675
|
+
/** Define o botão selecionado */
|
|
676
|
+
selected: number;
|
|
677
|
+
/** Define a variante do botão */
|
|
678
|
+
variant: 'text' | 'radio';
|
|
679
|
+
/** Define se o botão está desabilitado */
|
|
680
|
+
disabled?: boolean;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
declare type __VLS_Props_5 = {
|
|
684
|
+
/** Define o total de páginas */
|
|
685
|
+
totalPage: number;
|
|
686
|
+
/** Define a página atual */
|
|
687
|
+
currentPage: number;
|
|
688
|
+
/** Define o valor do v-model */
|
|
689
|
+
modelValue?: number;
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
declare type __VLS_Props_6 = {
|
|
693
|
+
/** Valor do checkbox para two-way binding (v-model) */
|
|
694
|
+
modelValue?: ModelValueType;
|
|
695
|
+
/** ID única do checkbox */
|
|
696
|
+
id?: string;
|
|
697
|
+
/** Valor a ser definido quando checkbox estiver marcado */
|
|
698
|
+
trueValue?: string | number | boolean;
|
|
699
|
+
/** Valor a ser definido quando checkbox estiver desmarcado */
|
|
700
|
+
falseValue?: string | number | boolean;
|
|
701
|
+
/** Texto da label exibida no lado do checkbox */
|
|
702
|
+
label?: string;
|
|
703
|
+
/** Texto de ajuda */
|
|
704
|
+
hint?: string;
|
|
705
|
+
/** Texto para ser um erro */
|
|
706
|
+
invalidFeedback?: string;
|
|
707
|
+
/** Aciona manualmente o estado de erro */
|
|
708
|
+
invalid?: boolean;
|
|
709
|
+
/** Desativa o checkbox */
|
|
710
|
+
disabled?: boolean;
|
|
711
|
+
/** Abrange toda a largura de um elemento para o Checkbox */
|
|
712
|
+
block?: boolean;
|
|
713
|
+
/** Controla o estado visual indeterminate */
|
|
714
|
+
indeterminate?: boolean;
|
|
715
|
+
};
|
|
716
|
+
|
|
717
|
+
declare type __VLS_Props_7 = {
|
|
718
|
+
/** Valor para two-way binding (v-model) */
|
|
719
|
+
modelValue?: boolean;
|
|
720
|
+
/** ID única do input */
|
|
721
|
+
id?: string;
|
|
722
|
+
/** Texto de ajuda */
|
|
723
|
+
hint?: string;
|
|
724
|
+
/** Texto para erro */
|
|
725
|
+
invalidFeedback?: string;
|
|
726
|
+
/** Aciona manualmente o estado de erro */
|
|
727
|
+
invalid?: boolean;
|
|
728
|
+
/** Desativa o checkbox */
|
|
729
|
+
disabled?: boolean;
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
declare type __VLS_Props_8 = {
|
|
733
|
+
modelValue?: Date | string | null;
|
|
734
|
+
start?: Date | string | null;
|
|
735
|
+
end?: Date | string | null;
|
|
736
|
+
/** Habilita range */
|
|
737
|
+
range?: boolean;
|
|
738
|
+
/** Controla o estado visual para modal */
|
|
739
|
+
modal?: boolean;
|
|
740
|
+
/** ID única do input */
|
|
741
|
+
id?: string;
|
|
742
|
+
/** Texto do placeholder do input */
|
|
743
|
+
placeholder?: string;
|
|
744
|
+
/** Texto da label exibida acima do input */
|
|
745
|
+
label?: string;
|
|
746
|
+
/** Texto de ajuda */
|
|
747
|
+
hint?: string;
|
|
748
|
+
/** Texto para ser um erro */
|
|
749
|
+
invalidFeedback?: string;
|
|
750
|
+
/** Aciona manualmente o estado de erro */
|
|
751
|
+
invalid?: boolean;
|
|
752
|
+
/** Desativa o Input */
|
|
753
|
+
disabled?: boolean;
|
|
754
|
+
/** Ativa cantos arrendondados no input */
|
|
755
|
+
rounded?: boolean;
|
|
756
|
+
/** Desativa o sinalizador do input (quando não usa `slots['append-inner']`) */
|
|
757
|
+
noAlertIcon?: boolean;
|
|
758
|
+
};
|
|
759
|
+
|
|
760
|
+
declare type __VLS_Props_9 = {
|
|
761
|
+
/** Array de itens para o dropdown */
|
|
762
|
+
items: ItensMenu[];
|
|
763
|
+
/** Define o layout do botão */
|
|
764
|
+
variant?: 'default' | 'outlined' | 'text';
|
|
765
|
+
/** Define a cor do botão */
|
|
766
|
+
color?: string;
|
|
767
|
+
/** Define o texto do botão */
|
|
768
|
+
text: string;
|
|
769
|
+
/** Valor para two-way binding (v-model) */
|
|
770
|
+
modelValue?: boolean;
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
declare function __VLS_template(): {
|
|
774
|
+
attrs: Partial<{}>;
|
|
775
|
+
slots: Readonly<NonNullable<{
|
|
776
|
+
[key: string]: (props: {
|
|
777
|
+
item: Record<string, any>;
|
|
778
|
+
}) => VNode[];
|
|
779
|
+
} & {
|
|
780
|
+
/**Slot usado para exibir a paginação da tabela */
|
|
781
|
+
pagination?: (scope: {}) => VNode[];
|
|
782
|
+
} & {
|
|
783
|
+
/**Slot usado para exibir o título da tabela */
|
|
784
|
+
title?: (scope: {}) => VNode[];
|
|
785
|
+
} & {
|
|
786
|
+
/**Slot usado para exibir botões de ação */
|
|
787
|
+
groupButton?: (scope: {}) => VNode[];
|
|
788
|
+
}>> & {
|
|
789
|
+
[key: string]: (props: {
|
|
790
|
+
item: Record<string, any>;
|
|
791
|
+
}) => VNode[];
|
|
792
|
+
} & {
|
|
793
|
+
/**Slot usado para exibir a paginação da tabela */
|
|
794
|
+
pagination?: (scope: {}) => VNode[];
|
|
795
|
+
} & {
|
|
796
|
+
/**Slot usado para exibir o título da tabela */
|
|
797
|
+
title?: (scope: {}) => VNode[];
|
|
798
|
+
} & {
|
|
799
|
+
/**Slot usado para exibir botões de ação */
|
|
800
|
+
groupButton?: (scope: {}) => VNode[];
|
|
801
|
+
};
|
|
802
|
+
refs: {
|
|
803
|
+
rootRef: HTMLDivElement;
|
|
804
|
+
};
|
|
805
|
+
rootEl: HTMLDivElement;
|
|
806
|
+
};
|
|
807
|
+
|
|
808
|
+
declare function __VLS_template_10(): {
|
|
809
|
+
attrs: Partial<{}>;
|
|
810
|
+
slots: Readonly<{
|
|
811
|
+
/** Adicione conteúdo dentro do container */
|
|
812
|
+
default?: (props: {
|
|
813
|
+
isMobile?: boolean;
|
|
814
|
+
}) => VNode[];
|
|
815
|
+
}> & {
|
|
816
|
+
/** Adicione conteúdo dentro do container */
|
|
817
|
+
default?: (props: {
|
|
818
|
+
isMobile?: boolean;
|
|
819
|
+
}) => VNode[];
|
|
820
|
+
};
|
|
821
|
+
refs: {};
|
|
822
|
+
rootEl: any;
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
declare function __VLS_template_11(): {
|
|
826
|
+
attrs: Partial<{}>;
|
|
827
|
+
slots: Readonly<{
|
|
828
|
+
/** Adiciona conteúdo na direta do menu */
|
|
829
|
+
addToRight?: (scope: {}) => any;
|
|
830
|
+
/** Adiciona imagem no menu */
|
|
831
|
+
addImg?: (scope: {}) => any;
|
|
832
|
+
/** Adiciona conteúdo no menu */
|
|
833
|
+
addContent?: (scope: {}) => any;
|
|
834
|
+
}> & {
|
|
835
|
+
/** Adiciona conteúdo na direta do menu */
|
|
836
|
+
addToRight?: (scope: {}) => any;
|
|
837
|
+
/** Adiciona imagem no menu */
|
|
838
|
+
addImg?: (scope: {}) => any;
|
|
839
|
+
/** Adiciona conteúdo no menu */
|
|
840
|
+
addContent?: (scope: {}) => any;
|
|
841
|
+
};
|
|
842
|
+
refs: {};
|
|
843
|
+
rootEl: any;
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
declare function __VLS_template_12(): {
|
|
847
|
+
attrs: Partial<{}>;
|
|
848
|
+
slots: Readonly<{
|
|
849
|
+
/** Define o slot de ícone */
|
|
850
|
+
icon: () => VNode[];
|
|
851
|
+
}> & {
|
|
852
|
+
/** Define o slot de ícone */
|
|
853
|
+
icon: () => VNode[];
|
|
854
|
+
};
|
|
855
|
+
refs: {};
|
|
856
|
+
rootEl: HTMLDivElement;
|
|
857
|
+
};
|
|
858
|
+
|
|
859
|
+
declare function __VLS_template_13(): {
|
|
860
|
+
attrs: Partial<{}>;
|
|
861
|
+
slots: {
|
|
862
|
+
default?(_: {}): any;
|
|
863
|
+
};
|
|
864
|
+
refs: {};
|
|
865
|
+
rootEl: any;
|
|
866
|
+
};
|
|
867
|
+
|
|
868
|
+
declare function __VLS_template_14(): {
|
|
869
|
+
attrs: Partial<{}>;
|
|
870
|
+
slots: {
|
|
871
|
+
default?(_: {}): any;
|
|
872
|
+
};
|
|
873
|
+
refs: {};
|
|
874
|
+
rootEl: any;
|
|
875
|
+
};
|
|
876
|
+
|
|
877
|
+
declare function __VLS_template_15(): {
|
|
878
|
+
attrs: Partial<{}>;
|
|
879
|
+
slots: Readonly<{
|
|
880
|
+
/** Adicione conteúdo no slot do Avatar */
|
|
881
|
+
default?: () => VNode[];
|
|
882
|
+
/** Adicione conteúdo no slot do Status */
|
|
883
|
+
'status-badge'?: () => VNode[];
|
|
884
|
+
}> & {
|
|
885
|
+
/** Adicione conteúdo no slot do Avatar */
|
|
886
|
+
default?: () => VNode[];
|
|
887
|
+
/** Adicione conteúdo no slot do Status */
|
|
888
|
+
'status-badge'?: () => VNode[];
|
|
889
|
+
};
|
|
890
|
+
refs: {
|
|
891
|
+
rootRef: HTMLDivElement;
|
|
892
|
+
};
|
|
893
|
+
rootEl: any;
|
|
894
|
+
};
|
|
895
|
+
|
|
896
|
+
declare function __VLS_template_16(): {
|
|
897
|
+
attrs: Partial<{}>;
|
|
898
|
+
slots: Readonly<{
|
|
899
|
+
/** Slot para o conteúdo do filtro */
|
|
900
|
+
content: () => VNode[];
|
|
901
|
+
}> & {
|
|
902
|
+
/** Slot para o conteúdo do filtro */
|
|
903
|
+
content: () => VNode[];
|
|
904
|
+
};
|
|
905
|
+
refs: {
|
|
906
|
+
menuRef: HTMLDivElement;
|
|
907
|
+
};
|
|
908
|
+
rootEl: HTMLDivElement;
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
declare function __VLS_template_17(): {
|
|
912
|
+
attrs: Partial<{}>;
|
|
913
|
+
slots: Readonly<{
|
|
914
|
+
/** Adicione conteúdo dentro do badge */
|
|
915
|
+
default?: () => VNode[];
|
|
916
|
+
}> & {
|
|
917
|
+
/** Adicione conteúdo dentro do badge */
|
|
918
|
+
default?: () => VNode[];
|
|
919
|
+
};
|
|
920
|
+
refs: {};
|
|
921
|
+
rootEl: any;
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
declare function __VLS_template_18(): {
|
|
925
|
+
attrs: Partial<{}>;
|
|
926
|
+
slots: Readonly<{
|
|
927
|
+
/** Slot para o icone do banner */
|
|
928
|
+
icon: () => VNode[];
|
|
929
|
+
/** Slot para o conteudo do banner */
|
|
930
|
+
content: () => VNode[];
|
|
931
|
+
}> & {
|
|
932
|
+
/** Slot para o icone do banner */
|
|
933
|
+
icon: () => VNode[];
|
|
934
|
+
/** Slot para o conteudo do banner */
|
|
935
|
+
content: () => VNode[];
|
|
936
|
+
};
|
|
937
|
+
refs: {};
|
|
938
|
+
rootEl: any;
|
|
939
|
+
};
|
|
940
|
+
|
|
941
|
+
declare function __VLS_template_19(): {
|
|
942
|
+
attrs: Partial<{}>;
|
|
943
|
+
slots: {
|
|
944
|
+
default?(_: {}): any;
|
|
945
|
+
};
|
|
946
|
+
refs: {};
|
|
947
|
+
rootEl: any;
|
|
948
|
+
};
|
|
949
|
+
|
|
950
|
+
declare function __VLS_template_2(): {
|
|
951
|
+
attrs: Partial<{}>;
|
|
952
|
+
slots: Readonly<{
|
|
953
|
+
/** Adicione conteúdo dentro do button */
|
|
954
|
+
default?: () => VNode[];
|
|
955
|
+
}> & {
|
|
956
|
+
/** Adicione conteúdo dentro do button */
|
|
957
|
+
default?: () => VNode[];
|
|
958
|
+
};
|
|
959
|
+
refs: {
|
|
960
|
+
buttonRef: unknown;
|
|
961
|
+
};
|
|
962
|
+
rootEl: any;
|
|
963
|
+
};
|
|
964
|
+
|
|
965
|
+
declare function __VLS_template_20(): {
|
|
966
|
+
attrs: Partial<{}>;
|
|
967
|
+
slots: Readonly<{
|
|
968
|
+
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
969
|
+
activator: () => VNode[];
|
|
970
|
+
}> & {
|
|
971
|
+
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
972
|
+
activator: () => VNode[];
|
|
973
|
+
};
|
|
974
|
+
refs: {};
|
|
975
|
+
rootEl: HTMLDivElement;
|
|
976
|
+
};
|
|
977
|
+
|
|
978
|
+
declare function __VLS_template_21(): {
|
|
979
|
+
attrs: Partial<{}>;
|
|
980
|
+
slots: Readonly<{
|
|
981
|
+
/** Conteúdo principal do card */
|
|
982
|
+
default?: (props: {
|
|
983
|
+
isMobile?: boolean;
|
|
984
|
+
}) => VNode[];
|
|
985
|
+
/** Área de mídia do card */
|
|
986
|
+
media?: (props: {
|
|
987
|
+
isMobile?: boolean;
|
|
988
|
+
}) => VNode[];
|
|
989
|
+
/** Cabeçalho do card */
|
|
990
|
+
header?: (props: {
|
|
991
|
+
isMobile?: boolean;
|
|
992
|
+
}) => VNode[];
|
|
993
|
+
/** Ações do card */
|
|
994
|
+
actions?: (props: {
|
|
995
|
+
isMobile?: boolean;
|
|
996
|
+
}) => VNode[];
|
|
997
|
+
}> & {
|
|
998
|
+
/** Conteúdo principal do card */
|
|
999
|
+
default?: (props: {
|
|
1000
|
+
isMobile?: boolean;
|
|
1001
|
+
}) => VNode[];
|
|
1002
|
+
/** Área de mídia do card */
|
|
1003
|
+
media?: (props: {
|
|
1004
|
+
isMobile?: boolean;
|
|
1005
|
+
}) => VNode[];
|
|
1006
|
+
/** Cabeçalho do card */
|
|
1007
|
+
header?: (props: {
|
|
1008
|
+
isMobile?: boolean;
|
|
1009
|
+
}) => VNode[];
|
|
1010
|
+
/** Ações do card */
|
|
1011
|
+
actions?: (props: {
|
|
1012
|
+
isMobile?: boolean;
|
|
1013
|
+
}) => VNode[];
|
|
1014
|
+
};
|
|
1015
|
+
refs: {
|
|
1016
|
+
rootRef: unknown;
|
|
1017
|
+
};
|
|
1018
|
+
rootEl: any;
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
declare function __VLS_template_22(): {
|
|
1022
|
+
attrs: Partial<{}>;
|
|
1023
|
+
slots: Readonly<{
|
|
1024
|
+
/** Adicione conteúdo dentro do root element */
|
|
1025
|
+
default: () => VNode[];
|
|
1026
|
+
}> & {
|
|
1027
|
+
/** Adicione conteúdo dentro do root element */
|
|
1028
|
+
default: () => VNode[];
|
|
1029
|
+
};
|
|
1030
|
+
refs: {};
|
|
1031
|
+
rootEl: any;
|
|
1032
|
+
};
|
|
1033
|
+
|
|
1034
|
+
declare function __VLS_template_23(): {
|
|
1035
|
+
attrs: Partial<{}>;
|
|
1036
|
+
slots: Readonly<{
|
|
1037
|
+
/** Adicione conteúdo dentro do root element */
|
|
1038
|
+
default: () => VNode[];
|
|
1039
|
+
}> & {
|
|
1040
|
+
/** Adicione conteúdo dentro do root element */
|
|
1041
|
+
default: () => VNode[];
|
|
1042
|
+
};
|
|
1043
|
+
refs: {};
|
|
1044
|
+
rootEl: any;
|
|
1045
|
+
};
|
|
1046
|
+
|
|
1047
|
+
declare function __VLS_template_24(): {
|
|
1048
|
+
attrs: Partial<{}>;
|
|
1049
|
+
slots: {
|
|
1050
|
+
default?(_: {}): any;
|
|
1051
|
+
};
|
|
1052
|
+
refs: {};
|
|
1053
|
+
rootEl: HTMLDivElement;
|
|
1054
|
+
};
|
|
1055
|
+
|
|
1056
|
+
declare function __VLS_template_25(): {
|
|
1057
|
+
attrs: Partial<{}>;
|
|
1058
|
+
slots: Readonly<{
|
|
1059
|
+
/** Adicione conteúdo no header */
|
|
1060
|
+
header?: () => VNode[];
|
|
1061
|
+
/** Adicione conteúdo na sidebar */
|
|
1062
|
+
sidebar?: () => VNode[];
|
|
1063
|
+
/** Adicione conteúdo no content */
|
|
1064
|
+
content?: () => VNode[];
|
|
1065
|
+
/** Adicione conteúdo no footer */
|
|
1066
|
+
footer?: () => VNode[];
|
|
1067
|
+
}> & {
|
|
1068
|
+
/** Adicione conteúdo no header */
|
|
1069
|
+
header?: () => VNode[];
|
|
1070
|
+
/** Adicione conteúdo na sidebar */
|
|
1071
|
+
sidebar?: () => VNode[];
|
|
1072
|
+
/** Adicione conteúdo no content */
|
|
1073
|
+
content?: () => VNode[];
|
|
1074
|
+
/** Adicione conteúdo no footer */
|
|
1075
|
+
footer?: () => VNode[];
|
|
1076
|
+
};
|
|
1077
|
+
refs: {};
|
|
1078
|
+
rootEl: any;
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
declare function __VLS_template_3(): {
|
|
1082
|
+
attrs: Partial<{}>;
|
|
1083
|
+
slots: {
|
|
1084
|
+
default?(_: {}): any;
|
|
1085
|
+
};
|
|
1086
|
+
refs: {};
|
|
1087
|
+
rootEl: HTMLDivElement;
|
|
1088
|
+
};
|
|
1089
|
+
|
|
1090
|
+
declare function __VLS_template_4(): {
|
|
1091
|
+
attrs: Partial<{}>;
|
|
1092
|
+
slots: Readonly<{
|
|
1093
|
+
/** Adicione conteúdo a direita do componente */
|
|
1094
|
+
default?: () => VNode[];
|
|
1095
|
+
/** Adicione conteúdo label a esquerda do componente */
|
|
1096
|
+
label?: () => VNode[];
|
|
1097
|
+
}> & {
|
|
1098
|
+
/** Adicione conteúdo a direita do componente */
|
|
1099
|
+
default?: () => VNode[];
|
|
1100
|
+
/** Adicione conteúdo label a esquerda do componente */
|
|
1101
|
+
label?: () => VNode[];
|
|
1102
|
+
};
|
|
1103
|
+
refs: {
|
|
1104
|
+
rootRef: HTMLDivElement;
|
|
1105
|
+
};
|
|
1106
|
+
rootEl: any;
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
declare function __VLS_template_5(): {
|
|
1110
|
+
attrs: Partial<{}>;
|
|
1111
|
+
slots: Readonly<{
|
|
1112
|
+
/** Substitui input que abre o Datepicker */
|
|
1113
|
+
input?: (props: {
|
|
1114
|
+
value?: string;
|
|
1115
|
+
}) => VNode[];
|
|
1116
|
+
/** Adicione conteúdo na esquerda do Input */
|
|
1117
|
+
'prepend-inner'?: () => VNode[];
|
|
1118
|
+
/** Adicione conteúdo na direita do Input */
|
|
1119
|
+
'append-inner'?: () => VNode[];
|
|
1120
|
+
}> & {
|
|
1121
|
+
/** Substitui input que abre o Datepicker */
|
|
1122
|
+
input?: (props: {
|
|
1123
|
+
value?: string;
|
|
1124
|
+
}) => VNode[];
|
|
1125
|
+
/** Adicione conteúdo na esquerda do Input */
|
|
1126
|
+
'prepend-inner'?: () => VNode[];
|
|
1127
|
+
/** Adicione conteúdo na direita do Input */
|
|
1128
|
+
'append-inner'?: () => VNode[];
|
|
1129
|
+
};
|
|
1130
|
+
refs: {
|
|
1131
|
+
rootRef: HTMLDivElement;
|
|
1132
|
+
};
|
|
1133
|
+
rootEl: any;
|
|
1134
|
+
};
|
|
1135
|
+
|
|
1136
|
+
declare function __VLS_template_6(): {
|
|
1137
|
+
attrs: Partial<{}>;
|
|
1138
|
+
slots: Readonly<{
|
|
1139
|
+
/** Adicione conteúdo na esquerda do Input */
|
|
1140
|
+
'prepend-inner'?: () => VNode[];
|
|
1141
|
+
/** Adicione conteúdo na direita do Input */
|
|
1142
|
+
'append-inner'?: () => VNode[];
|
|
1143
|
+
}> & {
|
|
1144
|
+
/** Adicione conteúdo na esquerda do Input */
|
|
1145
|
+
'prepend-inner'?: () => VNode[];
|
|
1146
|
+
/** Adicione conteúdo na direita do Input */
|
|
1147
|
+
'append-inner'?: () => VNode[];
|
|
1148
|
+
};
|
|
1149
|
+
refs: {
|
|
1150
|
+
rootRef: HTMLDivElement;
|
|
1151
|
+
inputRef: HTMLInputElement;
|
|
1152
|
+
};
|
|
1153
|
+
rootEl: any;
|
|
1154
|
+
};
|
|
1155
|
+
|
|
1156
|
+
declare function __VLS_template_7(): {
|
|
1157
|
+
attrs: Partial<{}>;
|
|
1158
|
+
slots: Readonly<{
|
|
1159
|
+
/** Slot para adicionar conteúdo antes das opções */
|
|
1160
|
+
'prepend-item'?: () => VNode[];
|
|
1161
|
+
/** Slot para adicionar conteúdo depois das opções */
|
|
1162
|
+
'append-item'?: () => VNode[];
|
|
1163
|
+
/** Slot para adicionar conteúdo à esquerda do input */
|
|
1164
|
+
'prepend-inner'?: () => VNode[];
|
|
1165
|
+
/** Slot para adicionar conteúdo à direita do input */
|
|
1166
|
+
'append-inner'?: () => VNode[];
|
|
1167
|
+
/** Slot para customizar a exibição da seleção; recebe as props { value } */
|
|
1168
|
+
selection?: (props: {
|
|
1169
|
+
value?: CeSelectFieldProps["modelValue"];
|
|
1170
|
+
}) => VNode[];
|
|
1171
|
+
}> & {
|
|
1172
|
+
/** Slot para adicionar conteúdo antes das opções */
|
|
1173
|
+
'prepend-item'?: () => VNode[];
|
|
1174
|
+
/** Slot para adicionar conteúdo depois das opções */
|
|
1175
|
+
'append-item'?: () => VNode[];
|
|
1176
|
+
/** Slot para adicionar conteúdo à esquerda do input */
|
|
1177
|
+
'prepend-inner'?: () => VNode[];
|
|
1178
|
+
/** Slot para adicionar conteúdo à direita do input */
|
|
1179
|
+
'append-inner'?: () => VNode[];
|
|
1180
|
+
/** Slot para customizar a exibição da seleção; recebe as props { value } */
|
|
1181
|
+
selection?: (props: {
|
|
1182
|
+
value?: CeSelectFieldProps["modelValue"];
|
|
1183
|
+
}) => VNode[];
|
|
1184
|
+
};
|
|
1185
|
+
refs: {
|
|
1186
|
+
rootRef: HTMLDivElement;
|
|
1187
|
+
inputRef: HTMLDivElement;
|
|
1188
|
+
searchInputRef: HTMLInputElement;
|
|
1189
|
+
};
|
|
1190
|
+
rootEl: any;
|
|
1191
|
+
};
|
|
1192
|
+
|
|
1193
|
+
declare function __VLS_template_8(): {
|
|
1194
|
+
attrs: Partial<{}>;
|
|
1195
|
+
slots: Readonly<{
|
|
1196
|
+
/** Adicione conteúdo dentro do col */
|
|
1197
|
+
default?: (props: {
|
|
1198
|
+
isMobile?: boolean;
|
|
1199
|
+
}) => VNode[];
|
|
1200
|
+
}> & {
|
|
1201
|
+
/** Adicione conteúdo dentro do col */
|
|
1202
|
+
default?: (props: {
|
|
1203
|
+
isMobile?: boolean;
|
|
1204
|
+
}) => VNode[];
|
|
1205
|
+
};
|
|
1206
|
+
refs: {};
|
|
1207
|
+
rootEl: any;
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
declare function __VLS_template_9(): {
|
|
1211
|
+
attrs: Partial<{}>;
|
|
1212
|
+
slots: Readonly<{
|
|
1213
|
+
/** Adicione conteúdo dentro do row */
|
|
1214
|
+
default?: () => VNode[];
|
|
1215
|
+
}> & {
|
|
1216
|
+
/** Adicione conteúdo dentro do row */
|
|
1217
|
+
default?: () => VNode[];
|
|
1218
|
+
};
|
|
1219
|
+
refs: {};
|
|
1220
|
+
rootEl: any;
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1224
|
+
|
|
1225
|
+
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
1226
|
+
|
|
1227
|
+
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
1228
|
+
|
|
1229
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
1230
|
+
|
|
1231
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
1232
|
+
|
|
1233
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
1234
|
+
|
|
1235
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
1236
|
+
|
|
1237
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
1238
|
+
|
|
1239
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
1240
|
+
|
|
1241
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
1242
|
+
|
|
1243
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
1244
|
+
|
|
1245
|
+
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1246
|
+
|
|
1247
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
1248
|
+
|
|
1249
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
1250
|
+
|
|
1251
|
+
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
1252
|
+
|
|
1253
|
+
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
1254
|
+
|
|
1255
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1256
|
+
|
|
1257
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1258
|
+
|
|
1259
|
+
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1260
|
+
|
|
1261
|
+
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1262
|
+
|
|
1263
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
1264
|
+
|
|
1265
|
+
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
1266
|
+
|
|
1267
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1268
|
+
|
|
1269
|
+
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
1270
|
+
|
|
1271
|
+
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
1272
|
+
|
|
1273
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1274
|
+
new (): {
|
|
1275
|
+
$slots: S;
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
|
1280
|
+
new (): {
|
|
1281
|
+
$slots: S;
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
1286
|
+
new (): {
|
|
1287
|
+
$slots: S;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
|
|
1291
|
+
declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
1292
|
+
new (): {
|
|
1293
|
+
$slots: S;
|
|
1294
|
+
};
|
|
1295
|
+
};
|
|
1296
|
+
|
|
1297
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
1298
|
+
new (): {
|
|
1299
|
+
$slots: S;
|
|
1300
|
+
};
|
|
1301
|
+
};
|
|
1302
|
+
|
|
1303
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
1304
|
+
new (): {
|
|
1305
|
+
$slots: S;
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1309
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
1310
|
+
new (): {
|
|
1311
|
+
$slots: S;
|
|
1312
|
+
};
|
|
1313
|
+
};
|
|
1314
|
+
|
|
1315
|
+
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
1316
|
+
new (): {
|
|
1317
|
+
$slots: S;
|
|
1318
|
+
};
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
1322
|
+
new (): {
|
|
1323
|
+
$slots: S;
|
|
1324
|
+
};
|
|
1325
|
+
};
|
|
1326
|
+
|
|
1327
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
1328
|
+
new (): {
|
|
1329
|
+
$slots: S;
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
declare type __VLS_WithTemplateSlots_19<T, S> = T & {
|
|
1334
|
+
new (): {
|
|
1335
|
+
$slots: S;
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
|
|
1339
|
+
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1340
|
+
new (): {
|
|
1341
|
+
$slots: S;
|
|
1342
|
+
};
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
1346
|
+
new (): {
|
|
1347
|
+
$slots: S;
|
|
1348
|
+
};
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
1352
|
+
new (): {
|
|
1353
|
+
$slots: S;
|
|
1354
|
+
};
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
1358
|
+
new (): {
|
|
1359
|
+
$slots: S;
|
|
1360
|
+
};
|
|
1361
|
+
};
|
|
1362
|
+
|
|
1363
|
+
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
1364
|
+
new (): {
|
|
1365
|
+
$slots: S;
|
|
1366
|
+
};
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1370
|
+
new (): {
|
|
1371
|
+
$slots: S;
|
|
1372
|
+
};
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1376
|
+
new (): {
|
|
1377
|
+
$slots: S;
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1382
|
+
new (): {
|
|
1383
|
+
$slots: S;
|
|
1384
|
+
};
|
|
1385
|
+
};
|
|
1386
|
+
|
|
1387
|
+
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1388
|
+
new (): {
|
|
1389
|
+
$slots: S;
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1392
|
+
|
|
1393
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1394
|
+
new (): {
|
|
1395
|
+
$slots: S;
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
|
|
1399
|
+
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1400
|
+
new (): {
|
|
1401
|
+
$slots: S;
|
|
1402
|
+
};
|
|
1403
|
+
};
|
|
1404
|
+
|
|
1405
|
+
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1406
|
+
new (): {
|
|
1407
|
+
$slots: S;
|
|
1408
|
+
};
|
|
1409
|
+
};
|
|
1410
|
+
|
|
1411
|
+
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
|
1412
|
+
new (): {
|
|
1413
|
+
$slots: S;
|
|
1414
|
+
};
|
|
1415
|
+
};
|
|
1416
|
+
|
|
1417
|
+
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
1418
|
+
new (): {
|
|
1419
|
+
$slots: S;
|
|
1420
|
+
};
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
export declare const addToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
|
|
1424
|
+
|
|
1425
|
+
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_5>;
|
|
1426
|
+
|
|
1427
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_29>;
|
|
1428
|
+
|
|
1429
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_31>;
|
|
1430
|
+
|
|
1431
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_33>;
|
|
1432
|
+
|
|
1433
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_26>;
|
|
1434
|
+
|
|
1435
|
+
export declare const CeButton: default_2.ComponentType<typeof _default_6>;
|
|
1436
|
+
|
|
1437
|
+
export declare const CeButtonGroup: default_2.ComponentType<typeof _default_7>;
|
|
1438
|
+
|
|
1439
|
+
export declare const CeButtonPagination: default_2.ComponentType<typeof _default_8>;
|
|
1440
|
+
|
|
1441
|
+
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_9>;
|
|
1442
|
+
|
|
1443
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_37>;
|
|
1444
|
+
|
|
1445
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_38>;
|
|
1446
|
+
|
|
1447
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_39>;
|
|
1448
|
+
|
|
1449
|
+
export declare const CeCheckbox: default_2.ComponentType<typeof _default_10>;
|
|
1450
|
+
|
|
1451
|
+
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_11>;
|
|
1452
|
+
|
|
1453
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_20>;
|
|
1454
|
+
|
|
1455
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_22>;
|
|
1456
|
+
|
|
1457
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_40>;
|
|
1458
|
+
|
|
1459
|
+
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1460
|
+
|
|
1461
|
+
declare type CeDataTableVueSlots = {
|
|
1462
|
+
[slotName: string]: ((ctx: any) => default_2.ReactNode) | default_2.ReactNode;
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
export declare const CeDatePicker: default_2.ComponentType<typeof _default_12>;
|
|
1466
|
+
|
|
1467
|
+
export declare const CeDropdown: default_2.ComponentType<typeof _default_13>;
|
|
1468
|
+
|
|
1469
|
+
export declare const CeFileUpload: default_2.ComponentType<typeof _default_14>;
|
|
1470
|
+
|
|
1471
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_30>;
|
|
1472
|
+
|
|
1473
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_41>;
|
|
1474
|
+
|
|
1475
|
+
export declare const CeInput: default_2.ComponentType<typeof _default_15>;
|
|
1476
|
+
|
|
1477
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_42>;
|
|
1478
|
+
|
|
1479
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_36>;
|
|
1480
|
+
|
|
1481
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_24>;
|
|
1482
|
+
|
|
1483
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_25>;
|
|
1484
|
+
|
|
1485
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_34>;
|
|
1486
|
+
|
|
1487
|
+
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1488
|
+
|
|
1489
|
+
export declare const CeProgressIndicator: default_2.ComponentType<typeof _default_3>;
|
|
1490
|
+
|
|
1491
|
+
export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>;
|
|
1492
|
+
|
|
1493
|
+
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_16>;
|
|
1494
|
+
|
|
1495
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_21>;
|
|
1496
|
+
|
|
1497
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_43>;
|
|
1498
|
+
|
|
1499
|
+
export declare const CeSelect: default_2.ComponentType<typeof _default_17>;
|
|
1500
|
+
|
|
1501
|
+
declare interface CeSelectFieldProps {
|
|
1502
|
+
/** Valor do select para two-way binding (v-model) */
|
|
1503
|
+
modelValue?: string | string[] | null;
|
|
1504
|
+
/** ID única do select */
|
|
1505
|
+
id?: string;
|
|
1506
|
+
/** Estrutura para adicionar o select */
|
|
1507
|
+
options: SelectOption[];
|
|
1508
|
+
/** Texto do placeholder do select */
|
|
1509
|
+
placeholder?: string;
|
|
1510
|
+
/** Texto da label exibida acima do select */
|
|
1511
|
+
label?: string;
|
|
1512
|
+
/** Texto de ajuda */
|
|
1513
|
+
hint?: string;
|
|
1514
|
+
/** Texto para ser um erro */
|
|
1515
|
+
invalidFeedback?: string;
|
|
1516
|
+
/** Aciona manualmente o estado de erro */
|
|
1517
|
+
invalid?: boolean;
|
|
1518
|
+
/** Desativa o select */
|
|
1519
|
+
disabled?: boolean;
|
|
1520
|
+
/** Ativa modo `multiple` do select */
|
|
1521
|
+
multiple?: boolean;
|
|
1522
|
+
/** Ativa campo de busca do select (prioridade "label" depois "value") */
|
|
1523
|
+
search?: boolean;
|
|
1524
|
+
/** Ativa botão de remover chip value */
|
|
1525
|
+
closeChip?: boolean;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
export declare const CeSlider: default_2.ComponentType<typeof _default_18>;
|
|
1529
|
+
|
|
1530
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_23>;
|
|
1531
|
+
|
|
1532
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_27>;
|
|
1533
|
+
|
|
1534
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_28>;
|
|
1535
|
+
|
|
1536
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_32>;
|
|
1537
|
+
|
|
1538
|
+
export declare const CeToggle: default_2.ComponentType<typeof _default_19>;
|
|
1539
|
+
|
|
1540
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_35>;
|
|
1541
|
+
|
|
1542
|
+
declare interface DataTableDefault extends DataTableProps {
|
|
1543
|
+
/** Ativa a opção de colorir linha sim linha não na tabela */
|
|
1544
|
+
striped?: boolean;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
declare type DataTableProps = {
|
|
1548
|
+
/** Array utilizado no header da tabela */
|
|
1549
|
+
headers: Header[];
|
|
1550
|
+
/** Ativa a opção de selecinar os conteúdos da tabela */
|
|
1551
|
+
selectable?: boolean;
|
|
1552
|
+
/** Ativa o input de pesquisa da tabela */
|
|
1553
|
+
search?: boolean;
|
|
1554
|
+
/** Array de objetos que serão exibidos na tabela */
|
|
1555
|
+
items: Record<string, any>[];
|
|
1556
|
+
};
|
|
1557
|
+
|
|
1558
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1559
|
+
|
|
1560
|
+
declare const _default_10: DefineComponent<__VLS_Props_6, {
|
|
1561
|
+
/** Focus checkbox input */
|
|
1562
|
+
focus: () => void;
|
|
1563
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1564
|
+
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1565
|
+
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1566
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1567
|
+
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1568
|
+
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1569
|
+
}>, {
|
|
1570
|
+
trueValue: string | number | boolean;
|
|
1571
|
+
falseValue: string | number | boolean;
|
|
1572
|
+
invalid: boolean;
|
|
1573
|
+
disabled: boolean;
|
|
1574
|
+
block: boolean;
|
|
1575
|
+
indeterminate: boolean;
|
|
1576
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1577
|
+
inputRef: HTMLInputElement;
|
|
1578
|
+
}, any>;
|
|
1579
|
+
|
|
1580
|
+
declare const _default_11: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1581
|
+
|
|
1582
|
+
declare const _default_12: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1583
|
+
|
|
1584
|
+
declare const _default_13: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1585
|
+
"update:modelValue": (value: IReturn) => any;
|
|
1586
|
+
redirect: (item: ItensMenu) => any;
|
|
1587
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
1588
|
+
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1589
|
+
onRedirect?: (item: ItensMenu) => any;
|
|
1590
|
+
}>, {
|
|
1591
|
+
color: string;
|
|
1592
|
+
items: ItensMenu[];
|
|
1593
|
+
variant: "default" | "outlined" | "text";
|
|
1594
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1595
|
+
|
|
1596
|
+
declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1597
|
+
"update:modelValue": (file: FileItem[]) => any;
|
|
1598
|
+
updateFiles: (file: FileItem[]) => any;
|
|
1599
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1600
|
+
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1601
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1602
|
+
}>, {
|
|
1603
|
+
disabled: boolean;
|
|
1604
|
+
accept: string[];
|
|
1605
|
+
multiple: boolean;
|
|
1606
|
+
maxFile: number;
|
|
1607
|
+
maxFileSize: number;
|
|
1608
|
+
selectAll: boolean;
|
|
1609
|
+
clear: boolean;
|
|
1610
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1611
|
+
|
|
1612
|
+
declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1613
|
+
|
|
1614
|
+
declare const _default_16: DefineComponent<__VLS_Props_12, {
|
|
1615
|
+
/** Focus radio input */
|
|
1616
|
+
focus: (id?: string) => void;
|
|
1617
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1618
|
+
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1619
|
+
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1620
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1621
|
+
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1622
|
+
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1623
|
+
}>, {
|
|
1624
|
+
invalid: boolean;
|
|
1625
|
+
disabled: boolean;
|
|
1626
|
+
block: boolean;
|
|
1627
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1628
|
+
|
|
1629
|
+
declare const _default_17: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1630
|
+
|
|
1631
|
+
declare const _default_18: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1632
|
+
"update:modelValue": (value: number | number[]) => any;
|
|
1633
|
+
sendValue: (value: number | number[]) => any;
|
|
1634
|
+
}, string, PublicProps, Readonly<SliderProps> & Readonly<{
|
|
1635
|
+
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
|
1636
|
+
onSendValue?: (value: number | number[]) => any;
|
|
1637
|
+
}>, {
|
|
1638
|
+
disabled: boolean;
|
|
1639
|
+
size: "small" | "large";
|
|
1640
|
+
variant: "default" | "range";
|
|
1641
|
+
minValue: number;
|
|
1642
|
+
maxValue: number;
|
|
1643
|
+
showValue: boolean;
|
|
1644
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1645
|
+
|
|
1646
|
+
declare const _default_19: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1647
|
+
"update:modelValue": (value: boolean) => any;
|
|
1648
|
+
change: (value: boolean | CustomEvent<any>) => any;
|
|
1649
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1650
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1651
|
+
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1652
|
+
}>, {
|
|
1653
|
+
invalid: boolean;
|
|
1654
|
+
disabled: boolean;
|
|
1655
|
+
contoured: boolean;
|
|
1656
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1657
|
+
|
|
1658
|
+
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1659
|
+
"update:modelValue": (value: number) => any;
|
|
1660
|
+
paginate: (value: number) => any;
|
|
1661
|
+
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
1662
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
1663
|
+
onPaginate?: (value: number) => any;
|
|
1664
|
+
}>, {
|
|
1665
|
+
totalPages: number;
|
|
1666
|
+
currentPage: number;
|
|
1667
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1668
|
+
|
|
1669
|
+
declare const _default_20: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1670
|
+
|
|
1671
|
+
declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1672
|
+
|
|
1673
|
+
declare const _default_22: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1674
|
+
|
|
1675
|
+
declare const _default_23: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1676
|
+
fill: string;
|
|
1677
|
+
color: string;
|
|
1678
|
+
size: number | string;
|
|
1679
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1680
|
+
|
|
1681
|
+
declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1682
|
+
|
|
1683
|
+
declare const _default_25: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1684
|
+
toggleMenu: (clicado: boolean) => any;
|
|
1685
|
+
redirect: (item: SubMenu | ItensMenu) => any;
|
|
1686
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1687
|
+
onToggleMenu?: (clicado: boolean) => any;
|
|
1688
|
+
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
1689
|
+
}>, {
|
|
1690
|
+
isHome: boolean;
|
|
1691
|
+
isSearch: boolean;
|
|
1692
|
+
isOpen: boolean;
|
|
1693
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1694
|
+
|
|
1695
|
+
declare const _default_26: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1696
|
+
|
|
1697
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1698
|
+
|
|
1699
|
+
declare const _default_28: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1700
|
+
|
|
1701
|
+
declare const _default_29: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1702
|
+
|
|
1703
|
+
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1704
|
+
|
|
1705
|
+
declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1706
|
+
|
|
1707
|
+
declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1708
|
+
|
|
1709
|
+
declare const _default_32: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1710
|
+
sendData: (data: IData_2<unknown>) => any;
|
|
1711
|
+
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1712
|
+
onSendData?: (data: IData_2<unknown>) => any;
|
|
1713
|
+
}>, {
|
|
1714
|
+
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1715
|
+
pauseOnHover: boolean;
|
|
1716
|
+
pauseToast: boolean;
|
|
1717
|
+
showActionButton: boolean;
|
|
1718
|
+
textButton: string;
|
|
1719
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1720
|
+
|
|
1721
|
+
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1722
|
+
|
|
1723
|
+
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1724
|
+
|
|
1725
|
+
declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1726
|
+
|
|
1727
|
+
declare const _default_36: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1728
|
+
type: "spinner" | "semi-circle" | "dots";
|
|
1729
|
+
showLoading: boolean;
|
|
1730
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1731
|
+
|
|
1732
|
+
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1733
|
+
|
|
1734
|
+
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1735
|
+
|
|
1736
|
+
declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1737
|
+
|
|
1738
|
+
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1739
|
+
|
|
1740
|
+
declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1741
|
+
|
|
1742
|
+
declare const _default_41: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1743
|
+
redirect: (valor?: string) => any;
|
|
1744
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1745
|
+
onRedirect?: (valor?: string) => any;
|
|
1746
|
+
}>, {
|
|
1747
|
+
variant: "1" | "2" | "3" | "4" | "5";
|
|
1748
|
+
background: "white" | "green";
|
|
1749
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1750
|
+
|
|
1751
|
+
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1752
|
+
|
|
1753
|
+
declare const _default_43: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1754
|
+
|
|
1755
|
+
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1756
|
+
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
1757
|
+
filterList: (value: string | CustomEvent<any>) => any;
|
|
1758
|
+
clearFilter: () => any;
|
|
1759
|
+
"input:focus": () => any;
|
|
1760
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
1761
|
+
"onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
|
|
1762
|
+
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1763
|
+
onClearFilter?: () => any;
|
|
1764
|
+
"onInput:focus"?: () => any;
|
|
1765
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1766
|
+
|
|
1767
|
+
declare const _default_6: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1768
|
+
|
|
1769
|
+
declare const _default_7: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
|
|
1770
|
+
id: string | number;
|
|
1771
|
+
disabled: boolean;
|
|
1772
|
+
text: string;
|
|
1773
|
+
variant: "text" | "radio";
|
|
1774
|
+
selected: number;
|
|
1775
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1776
|
+
|
|
1777
|
+
declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1778
|
+
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1779
|
+
updateCurrentPage: (page: number) => any;
|
|
1780
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
1781
|
+
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1782
|
+
onUpdateCurrentPage?: (page: number) => any;
|
|
1783
|
+
}>, {
|
|
1784
|
+
currentPage: number;
|
|
1785
|
+
totalPage: number;
|
|
1786
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1787
|
+
|
|
1788
|
+
declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1789
|
+
|
|
1790
|
+
declare interface FileItem {
|
|
1791
|
+
file: File;
|
|
1792
|
+
progress: number;
|
|
1793
|
+
status: string;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
declare type Header = {
|
|
1797
|
+
text: string;
|
|
1798
|
+
value: string;
|
|
1799
|
+
sortable?: boolean;
|
|
1800
|
+
};
|
|
1801
|
+
|
|
1802
|
+
declare interface IBreadcrumbsProps {
|
|
1803
|
+
/** Define o ponto de partida do breadcrumbs */
|
|
1804
|
+
home: string;
|
|
1805
|
+
/** Define os itens do breadcrumbs */
|
|
1806
|
+
items: {
|
|
1807
|
+
text: string;
|
|
1808
|
+
path: string;
|
|
1809
|
+
}[];
|
|
1810
|
+
/** Define o divisor entre os itens */
|
|
1811
|
+
divider?: '/' | '>';
|
|
1812
|
+
/** Define a variante do breadcrumbs */
|
|
1813
|
+
variant?: 'primary' | 'secondary' | 'text';
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
declare interface IData_2<T = unknown> {
|
|
1817
|
+
[key: string]: T;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
declare interface IItems {
|
|
1821
|
+
id: number;
|
|
1822
|
+
title: string;
|
|
1823
|
+
description: string;
|
|
1824
|
+
status: keyof IStatus;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
declare type IProgressStepsProps = {
|
|
1828
|
+
/** Define os itens que serão exibidos */
|
|
1829
|
+
items: IItems[];
|
|
1830
|
+
};
|
|
1831
|
+
|
|
1832
|
+
declare interface IReturn {
|
|
1833
|
+
text: string;
|
|
1834
|
+
path?: string;
|
|
1835
|
+
options?: unknown;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export declare const isMobile: Ref<boolean, boolean>;
|
|
1839
|
+
|
|
1840
|
+
declare interface ISocialMedia {
|
|
1841
|
+
icon: string;
|
|
1842
|
+
link: string;
|
|
1843
|
+
name: string;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
declare interface IStatus {
|
|
1847
|
+
pending: string;
|
|
1848
|
+
progress: string;
|
|
1849
|
+
done: string;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
declare interface ITabs {
|
|
1853
|
+
id: string;
|
|
1854
|
+
label: string;
|
|
1855
|
+
disabled: boolean;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
declare interface ITabsProps {
|
|
1859
|
+
/** Define os items a serem exibidos */
|
|
1860
|
+
tabs: ITabs[];
|
|
1861
|
+
/** Define a aba padrão a ser exibida */
|
|
1862
|
+
initialTab?: string;
|
|
1863
|
+
/** Define a variante do componente */
|
|
1864
|
+
variant: keyof IVariants;
|
|
1865
|
+
/** Desativa o tabs de forma geral */
|
|
1866
|
+
inactivate?: boolean;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
declare interface ItensMenu {
|
|
1870
|
+
text: string;
|
|
1871
|
+
path?: string;
|
|
1872
|
+
icon?: string;
|
|
1873
|
+
description?: string;
|
|
1874
|
+
subMenu?: SubMenu[];
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
declare interface IToastProps {
|
|
1878
|
+
/** Define a posição de exibição do toast */
|
|
1879
|
+
position?: 'left-top' | 'right-top' | 'left-bottom' | 'right-bottom';
|
|
1880
|
+
/** Pausa o toast ao passar o mouse por cima */
|
|
1881
|
+
pauseOnHover?: boolean;
|
|
1882
|
+
/** Se true, impede que o toast feche sozinho */
|
|
1883
|
+
pauseToast?: boolean;
|
|
1884
|
+
/** Se true, exibe o botão de ação */
|
|
1885
|
+
showActionButton?: boolean;
|
|
1886
|
+
/** Texto do botão de ação */
|
|
1887
|
+
textButton?: string;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
declare interface IVariants {
|
|
1891
|
+
primary: string;
|
|
1892
|
+
secondary: string;
|
|
1893
|
+
'line-primary': string;
|
|
1894
|
+
'line-text': string;
|
|
1895
|
+
soft: string;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
declare type ModelValueType = string | number | boolean | (string | number | boolean)[];
|
|
1899
|
+
|
|
1900
|
+
declare type ModelValueType_2 = string | number;
|
|
1901
|
+
|
|
1902
|
+
declare interface optsRadio {
|
|
1903
|
+
label?: string;
|
|
1904
|
+
hint?: string;
|
|
1905
|
+
value: ModelValueType_2;
|
|
1906
|
+
disabled?: boolean;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
declare type PaginationProps = {
|
|
1910
|
+
/** Total de páginas */
|
|
1911
|
+
totalPages: number;
|
|
1912
|
+
/** Página atual */
|
|
1913
|
+
currentPage: number;
|
|
1914
|
+
};
|
|
1915
|
+
|
|
1916
|
+
export declare const removeToast: (id: number) => void;
|
|
1917
|
+
|
|
1918
|
+
declare interface SelectOption {
|
|
1919
|
+
label?: string;
|
|
1920
|
+
value?: string | null;
|
|
1921
|
+
disabled?: boolean;
|
|
1922
|
+
header?: string;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
declare interface SliderProps {
|
|
1926
|
+
variant?: 'default' | 'range';
|
|
1927
|
+
disabled?: boolean;
|
|
1928
|
+
minValue?: number;
|
|
1929
|
+
maxValue?: number;
|
|
1930
|
+
showValue?: boolean;
|
|
1931
|
+
size?: 'small' | 'large';
|
|
1932
|
+
modelValue?: number | number[];
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
declare interface SubMenu {
|
|
1936
|
+
text: string;
|
|
1937
|
+
path: string;
|
|
1938
|
+
options?: unknown[];
|
|
1939
|
+
icon?: string;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
declare type tipoVariante = 'primary' | 'secondary-gray' | 'secondary' | 'tertiary' | 'gradient' | 'link-gray' | 'link' | 'primary-danger' | 'secondary-danger' | 'tertiary-danger' | 'link-danger';
|
|
1943
|
+
|
|
1944
|
+
export declare const toasts: Ref< {
|
|
1945
|
+
title: string;
|
|
1946
|
+
message: string;
|
|
1947
|
+
type: string;
|
|
1948
|
+
duration: number;
|
|
1949
|
+
id: number;
|
|
1950
|
+
data: IData | null;
|
|
1951
|
+
}[], {
|
|
1952
|
+
title: string;
|
|
1953
|
+
message: string;
|
|
1954
|
+
type: string;
|
|
1955
|
+
duration: number;
|
|
1956
|
+
id: number;
|
|
1957
|
+
data: IData | null;
|
|
1958
|
+
}[] | {
|
|
1959
|
+
title: string;
|
|
1960
|
+
message: string;
|
|
1961
|
+
type: string;
|
|
1962
|
+
duration: number;
|
|
1963
|
+
id: number;
|
|
1964
|
+
data: IData | null;
|
|
1965
|
+
}[]>;
|
|
1966
|
+
|
|
1967
|
+
export { }
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
declare module 'vue' {
|
|
1971
|
+
interface GlobalComponents {
|
|
1972
|
+
'ce-autocomplete': typeof AutocompleteComponent;
|
|
1973
|
+
'ce-button': typeof ButtonComponent;
|
|
1974
|
+
'ce-checkbox': typeof CheckboxComponent;
|
|
1975
|
+
'ce-checkbox-group': typeof CheckboxGroupComponent;
|
|
1976
|
+
'ce-date-picker': typeof DatePickerComponent;
|
|
1977
|
+
'ce-input': typeof InputComponent;
|
|
1978
|
+
'ce-button-groups': typeof ButtonGroupsComponent;
|
|
1979
|
+
'ce-dropdown': typeof DropdownComponent;
|
|
1980
|
+
'ce-file-upload': typeof FileUploadComponent;
|
|
1981
|
+
'ce-radio-group': typeof RadioGroupComponent;
|
|
1982
|
+
'ce-select': typeof SelectComponent;
|
|
1983
|
+
'ce-slider': typeof SliderComponent;
|
|
1984
|
+
'ce-toggle': typeof ToggleComponent;
|
|
1985
|
+
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
1986
|
+
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
declare module 'vue' {
|
|
1992
|
+
interface GlobalComponents {
|
|
1993
|
+
'ce-col': typeof ColComponent;
|
|
1994
|
+
'ce-row': typeof RowComponent;
|
|
1995
|
+
'ce-container': typeof ContainerComponent;
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
declare module 'vue' {
|
|
2001
|
+
interface GlobalComponents {
|
|
2002
|
+
'ce-menu-sidebar': typeof MenuSidebarComponent;
|
|
2003
|
+
'ce-menu-header': typeof MenuHeaderComponent;
|
|
2004
|
+
'ce-breadcrumbs': typeof BreadcrumbsComponent;
|
|
2005
|
+
'ce-tab': typeof TabComponent;
|
|
2006
|
+
'ce-tab-item': typeof TabItemComponent;
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
declare module 'vue' {
|
|
2012
|
+
interface GlobalComponents {
|
|
2013
|
+
'ce-card': typeof CardComponent;
|
|
2014
|
+
'ce-card-header': typeof CardHeaderComponent;
|
|
2015
|
+
'ce-card-text': typeof CardTextComponent;
|
|
2016
|
+
'ce-content-divider': typeof ContentDividerComponent;
|
|
2017
|
+
'ce-footer': typeof FooterComponent;
|
|
2018
|
+
'ce-layout': typeof LayoutComponent;
|
|
2019
|
+
'ce-section-footer': typeof SectionFooterComponent;
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
declare module 'vue' {
|
|
2025
|
+
interface GlobalComponents {
|
|
2026
|
+
'ce-banners': typeof BannersComponent;
|
|
2027
|
+
'ce-modal': typeof ModalComponent;
|
|
2028
|
+
'ce-toast': typeof ToastComponent;
|
|
2029
|
+
'ce-tooltip': typeof TooltipComponent;
|
|
2030
|
+
'ce-loading': typeof LoadingComponent;
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
declare module 'vue' {
|
|
2036
|
+
interface GlobalComponents {
|
|
2037
|
+
'ce-pagination': typeof PaginationComponent;
|
|
2038
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2039
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2040
|
+
'ce-data-table': typeof DataTableComponent;
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
declare module 'vue' {
|
|
2046
|
+
interface GlobalComponents {
|
|
2047
|
+
'ce-avatar': typeof AvatarComponent;
|
|
2048
|
+
'ce-filter-group': typeof FilterGroupComponent;
|
|
2049
|
+
'ce-badge': typeof BadgeComponent;
|
|
2050
|
+
}
|
|
2051
|
+
}
|