@comercti/react-components 0.3.0 → 0.5.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/index.d.ts CHANGED
@@ -3,7 +3,8 @@ import { ComponentProvideOptions } from 'vue';
3
3
  import { default as default_2 } from 'react';
4
4
  import { DefineComponent } from 'vue';
5
5
  import { IData } from './toast/interfaces';
6
- import { ItensMenu as ItensMenu_2 } from '../../../../../../../../../src/components/menu/interfaces';
6
+ import { ItemsSelection as ItemsSelection_2 } from './interfaces';
7
+ import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
7
8
  import { IVariants as IVariants_2 } from './interfaces';
8
9
  import { PublicProps } from 'vue';
9
10
  import { Ref } from 'vue';
@@ -12,11 +13,17 @@ import { VNode } from 'vue';
12
13
  declare const __VLS_component: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13
14
  "update:modelValue": (value: Record<string, any>[]) => any;
14
15
  updateSelected: (value: Record<string, any>[]) => any;
15
- orderBy: (value: string) => any;
16
+ orderBy: (value: {
17
+ key: string;
18
+ order: "asc" | "desc";
19
+ }) => any;
16
20
  }, string, PublicProps, Readonly<DataTableProps> & Readonly<{
17
21
  "onUpdate:modelValue"?: (value: Record<string, any>[]) => any;
18
22
  onUpdateSelected?: (value: Record<string, any>[]) => any;
19
- onOrderBy?: (value: string) => any;
23
+ onOrderBy?: (value: {
24
+ key: string;
25
+ order: "asc" | "desc";
26
+ }) => any;
20
27
  }>, {
21
28
  search: boolean;
22
29
  selectable: boolean;
@@ -27,25 +34,32 @@ expandLine: boolean;
27
34
  rootRef: HTMLDivElement;
28
35
  }, HTMLDivElement>;
29
36
 
30
- declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
37
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
38
+ tag: string;
39
+ noGutters: boolean;
40
+ dense: boolean;
41
+ noCols: boolean;
42
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
43
+
44
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
31
45
  block: boolean;
32
46
  tag: string;
33
47
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
34
48
 
35
- declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
36
- redirect: (item: SubMenu | ItensMenu) => any;
49
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
50
+ redirect: (item: SubMenu | ItensMenu_2) => any;
37
51
  backToHome: (value: boolean) => any;
38
52
  logout: (value: boolean) => any;
39
53
  }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
40
- onRedirect?: (item: SubMenu | ItensMenu) => any;
54
+ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
41
55
  onBackToHome?: (value: boolean) => any;
42
56
  onLogout?: (value: boolean) => any;
43
57
  }>, {
44
- itemsMenuMyService: ItensMenu[];
45
- itemsMenu: ItensMenu[];
58
+ itemsMenu: ItensMenu_2[];
59
+ itemsMenuMyService: ItensMenu_2[];
46
60
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
61
 
48
- declare const __VLS_component_12: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
62
+ declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
49
63
  "update:modelValue": (path: string) => any;
50
64
  redirect: (path: string) => any;
51
65
  }, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
@@ -57,7 +71,7 @@ home: string;
57
71
  divider: "/" | ">";
58
72
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
59
73
 
60
- declare const __VLS_component_13: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
74
+ declare const __VLS_component_14: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
61
75
  updateValue: (value: string) => any;
62
76
  }, string, PublicProps, Readonly<ITabsProps> & Readonly<{
63
77
  onUpdateValue?: (value: string) => any;
@@ -67,9 +81,9 @@ initialTab: string;
67
81
  inactivate: boolean;
68
82
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
69
83
 
70
- declare const __VLS_component_14: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
84
+ declare const __VLS_component_15: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
85
 
72
- declare const __VLS_component_15: DefineComponent<__VLS_Props_21, {
86
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_21, {
73
87
  rootRef: Ref<HTMLElement, HTMLElement>;
74
88
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
75
89
  click: (event: MouseEvent) => any;
@@ -86,7 +100,7 @@ badgeOffsetBottom: number;
86
100
  rootRef: HTMLDivElement;
87
101
  }, any>;
88
102
 
89
- declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
103
+ declare const __VLS_component_17: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
90
104
  submit: () => any;
91
105
  clear: () => any;
92
106
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
@@ -104,7 +118,7 @@ disabledClear: boolean;
104
118
  menuRef: HTMLDivElement;
105
119
  }, HTMLDivElement>;
106
120
 
107
- declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
121
+ declare const __VLS_component_18: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
108
122
  color: "primary" | "secondary" | "success" | "danger" | "warning";
109
123
  size: "sm" | "md" | "lg";
110
124
  rounded: "sm" | "md" | "lg";
@@ -112,7 +126,7 @@ variant: "solid" | "outline" | "ghost";
112
126
  status: boolean;
113
127
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
114
128
 
115
- declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
129
+ declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
116
130
  close: (value: boolean) => any;
117
131
  }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
118
132
  onClose?: (value: boolean) => any;
@@ -124,23 +138,12 @@ background: "1" | "2";
124
138
  showIcon: boolean;
125
139
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
126
140
 
127
- declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
128
- close: (value: boolean) => any;
129
- }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
130
- onClose?: (value: boolean) => any;
131
- }>, {
132
- isOpen: boolean;
133
- background: "1" | "2";
134
- closeOutside: boolean;
135
- showCloseButton: boolean;
136
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
137
-
138
- declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {
141
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
139
142
  /** Focus button */
140
143
  focus: () => void;
141
144
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
142
145
  click: (event: MouseEvent) => any;
143
- }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
146
+ }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
144
147
  onClick?: (event: MouseEvent) => any;
145
148
  }>, {
146
149
  disabled: boolean;
@@ -152,12 +155,23 @@ variant: tipoVariante;
152
155
  buttonRef: unknown;
153
156
  }, any>;
154
157
 
155
- declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
158
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
159
+ close: (value: boolean) => any;
160
+ }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
161
+ onClose?: (value: boolean) => any;
162
+ }>, {
163
+ isOpen: boolean;
164
+ background: "1" | "2";
165
+ closeOutside: boolean;
166
+ showCloseButton: boolean;
167
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
168
+
169
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
156
170
  focus: boolean;
157
171
  location: "left" | "top" | "right" | "bottom";
158
172
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
159
173
 
160
- declare const __VLS_component_21: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
174
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
161
175
  color: number;
162
176
  rounded: boolean;
163
177
  tag: string;
@@ -169,29 +183,29 @@ responsive: boolean;
169
183
  rootRef: unknown;
170
184
  }, any>;
171
185
 
172
- declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
186
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
173
187
  tag: string;
174
188
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
175
189
 
176
- declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
190
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
177
191
  tag: string;
178
192
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
179
193
 
180
- declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
194
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
181
195
  type: "inline" | "centralized" | "highlighted";
182
196
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
183
197
 
184
- declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
198
+ declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
185
199
  openMenu: boolean;
186
200
  layout: "default" | "base";
187
201
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
188
202
 
189
203
  declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
190
204
 
191
- declare const __VLS_component_4: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
205
+ declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
192
206
  "update:modelValue": (value: boolean | CustomEvent<any>) => any;
193
207
  change: (value: boolean | CustomEvent<any>) => any;
194
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
208
+ }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
195
209
  "onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
196
210
  onChange?: (value: boolean | CustomEvent<any>) => any;
197
211
  }>, {
@@ -202,11 +216,11 @@ disabled: boolean;
202
216
  rootRef: HTMLDivElement;
203
217
  }, any>;
204
218
 
205
- declare const __VLS_component_5: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
219
+ declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
206
220
  "update:modelValue": (value: CustomEvent<any> | Date) => any;
207
221
  "update:start": (value: CustomEvent<any> | Date) => any;
208
222
  "update:end": (value: CustomEvent<any> | Date) => any;
209
- }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
223
+ }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
210
224
  "onUpdate:modelValue"?: (value: CustomEvent<any> | Date) => any;
211
225
  "onUpdate:start"?: (value: CustomEvent<any> | Date) => any;
212
226
  "onUpdate:end"?: (value: CustomEvent<any> | Date) => any;
@@ -221,7 +235,24 @@ modal: boolean;
221
235
  rootRef: HTMLDivElement;
222
236
  }, any>;
223
237
 
224
- declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {
238
+ declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
239
+ "update:modelValue": (value: IReturn | Coluna[]) => any;
240
+ selected: (value: Coluna[]) => any;
241
+ redirect: (item: ItensMenu_2) => any;
242
+ }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
243
+ "onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
244
+ onSelected?: (value: Coluna[]) => any;
245
+ onRedirect?: (item: ItensMenu_2) => any;
246
+ }>, {
247
+ type: "menu" | "selection";
248
+ variant: "outlined" | "text";
249
+ itemsMenu: ItensMenu_2[];
250
+ itemsSelection: ItemsSelection_2[];
251
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
252
+ dropdownRef: HTMLDivElement;
253
+ }, HTMLDivElement>;
254
+
255
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
225
256
  /** focus input */
226
257
  focus: () => void;
227
258
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -246,7 +277,7 @@ rootRef: HTMLDivElement;
246
277
  inputRef: HTMLInputElement;
247
278
  }, any>;
248
279
 
249
- declare const __VLS_component_7: DefineComponent<CeSelectFieldProps, {
280
+ declare const __VLS_component_8: DefineComponent<CeSelectFieldProps, {
250
281
  /** Focus select */
251
282
  focus: () => void;
252
283
  /** Abre/Fecha dropdown do select */
@@ -275,18 +306,11 @@ inputRef: HTMLDivElement;
275
306
  searchInputRef: HTMLInputElement;
276
307
  }, any>;
277
308
 
278
- declare const __VLS_component_8: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
309
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
279
310
  cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
280
311
  tag: string;
281
312
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
282
313
 
283
- declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
284
- tag: string;
285
- noGutters: boolean;
286
- dense: boolean;
287
- noCols: boolean;
288
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
289
-
290
314
  declare type __VLS_Props = {
291
315
  /** Indica o progresso */
292
316
  progress: number;
@@ -374,6 +398,8 @@ declare type __VLS_Props_13 = {
374
398
  id: string;
375
399
  /** Informa que está invalido */
376
400
  invalid?: boolean;
401
+ /** Label do toggle */
402
+ label?: string;
377
403
  };
378
404
 
379
405
  declare type __VLS_Props_14 = {
@@ -462,11 +488,11 @@ declare type __VLS_Props_17 = {
462
488
 
463
489
  declare type __VLS_Props_18 = {
464
490
  /** Array de opções do menu meu serviços */
465
- itemsMenuMyService: ItensMenu[];
491
+ itemsMenuMyService: ItensMenu_2[];
466
492
  /** Array de opções do menuSidebar para versão mobile */
467
- itemsMenu?: ItensMenu[];
493
+ itemsMenu?: ItensMenu_2[];
468
494
  /** Array de módulos */
469
- itemsModules?: ItensMenu[];
495
+ itemsModules?: ItensMenu_2[];
470
496
  /** Nome do usuário */
471
497
  name?: string;
472
498
  /** Email do usuário */
@@ -475,7 +501,7 @@ declare type __VLS_Props_18 = {
475
501
 
476
502
  declare type __VLS_Props_19 = {
477
503
  /** Array de opções do menu */
478
- items: ItensMenu[];
504
+ items: ItensMenu_2[];
479
505
  /** Define se o menu está na home */
480
506
  isHome?: boolean;
481
507
  /** Define se o input de pesquisa será exibido */
@@ -485,12 +511,14 @@ declare type __VLS_Props_19 = {
485
511
  };
486
512
 
487
513
  declare type __VLS_Props_2 = {
488
- /** Array de string com as opções do menu */
489
- items: string[];
490
- /** texto para o placeholder */
491
- placeholder: string;
492
- /** Valor para two-way binding (v-model) */
493
- modelValue?: string;
514
+ /** Define o label do componente */
515
+ label: string;
516
+ /** Define os valores exibidos no select */
517
+ options: number[];
518
+ /** Desabilita o componente */
519
+ disabled?: boolean;
520
+ /** Define a direção do texto */
521
+ textDirection?: 'left' | 'right';
494
522
  };
495
523
 
496
524
  declare type __VLS_Props_20 = {
@@ -624,18 +652,12 @@ declare type __VLS_Props_29 = {
624
652
  };
625
653
 
626
654
  declare type __VLS_Props_3 = {
627
- /** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
628
- type?: 'button' | 'submit' | 'a';
629
- /** Variante de cores do button */
630
- variant?: tipoVariante;
631
- /** Arredondamento do button */
632
- rounded?: 'small' | 'medium' | 'large';
633
- /** ID única do button */
634
- id?: string;
635
- /** Abrange toda a largura de um elemento para o button */
636
- block?: boolean;
637
- /** Desativa o button */
638
- disabled?: boolean;
655
+ /** Array de string com as opções do menu */
656
+ items: string[];
657
+ /** texto para o placeholder */
658
+ placeholder: string;
659
+ /** Valor para two-way binding (v-model) */
660
+ modelValue?: string;
639
661
  };
640
662
 
641
663
  declare type __VLS_Props_30 = {
@@ -651,7 +673,7 @@ declare type __VLS_Props_31 = {
651
673
  declare type __VLS_Props_32 = {
652
674
  variant: '1' | '2' | '3' | '4' | '5';
653
675
  background: 'white' | 'green';
654
- items?: ItensMenu_2[];
676
+ items?: ItensMenu[];
655
677
  socialMedia?: ISocialMedia[];
656
678
  };
657
679
 
@@ -671,6 +693,21 @@ declare type __VLS_Props_34 = {
671
693
  };
672
694
 
673
695
  declare type __VLS_Props_4 = {
696
+ /** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
697
+ type?: 'button' | 'submit' | 'a';
698
+ /** Variante de cores do button */
699
+ variant?: tipoVariante;
700
+ /** Arredondamento do button */
701
+ rounded?: 'small' | 'medium' | 'large';
702
+ /** ID única do button */
703
+ id?: string;
704
+ /** Abrange toda a largura de um elemento para o button */
705
+ block?: boolean;
706
+ /** Desativa o button */
707
+ disabled?: boolean;
708
+ };
709
+
710
+ declare type __VLS_Props_5 = {
674
711
  /** Define o id do botão */
675
712
  id: string | number;
676
713
  /** Define o texto do botão */
@@ -683,7 +720,7 @@ declare type __VLS_Props_4 = {
683
720
  disabled?: boolean;
684
721
  };
685
722
 
686
- declare type __VLS_Props_5 = {
723
+ declare type __VLS_Props_6 = {
687
724
  /** Define o total de páginas */
688
725
  totalPage: number;
689
726
  /** Define a página atual */
@@ -692,7 +729,7 @@ declare type __VLS_Props_5 = {
692
729
  modelValue?: number;
693
730
  };
694
731
 
695
- declare type __VLS_Props_6 = {
732
+ declare type __VLS_Props_7 = {
696
733
  /** Valor do checkbox para two-way binding (v-model) */
697
734
  modelValue?: ModelValueType;
698
735
  /** ID única do checkbox */
@@ -717,7 +754,7 @@ declare type __VLS_Props_6 = {
717
754
  indeterminate?: boolean;
718
755
  };
719
756
 
720
- declare type __VLS_Props_7 = {
757
+ declare type __VLS_Props_8 = {
721
758
  /** Valor para two-way binding (v-model) */
722
759
  modelValue?: boolean;
723
760
  /** ID única do input */
@@ -732,7 +769,7 @@ declare type __VLS_Props_7 = {
732
769
  disabled?: boolean;
733
770
  };
734
771
 
735
- declare type __VLS_Props_8 = {
772
+ declare type __VLS_Props_9 = {
736
773
  modelValue?: Date | string | null;
737
774
  start?: Date | string | null;
738
775
  end?: Date | string | null;
@@ -760,19 +797,6 @@ declare type __VLS_Props_8 = {
760
797
  noAlertIcon?: boolean;
761
798
  };
762
799
 
763
- declare type __VLS_Props_9 = {
764
- /** Array de itens para o dropdown */
765
- items: ItensMenu[];
766
- /** Define o layout do botão */
767
- variant?: 'default' | 'outlined' | 'text';
768
- /** Define a cor do botão */
769
- color?: string;
770
- /** Define o texto do botão */
771
- text: string;
772
- /** Valor para two-way binding (v-model) */
773
- modelValue?: boolean;
774
- };
775
-
776
800
  declare function __VLS_template(): {
777
801
  attrs: Partial<{}>;
778
802
  slots: Readonly<NonNullable<{
@@ -821,6 +845,19 @@ declare function __VLS_template(): {
821
845
  };
822
846
 
823
847
  declare function __VLS_template_10(): {
848
+ attrs: Partial<{}>;
849
+ slots: Readonly<{
850
+ /** Adicione conteúdo dentro do row */
851
+ default?: () => VNode[];
852
+ }> & {
853
+ /** Adicione conteúdo dentro do row */
854
+ default?: () => VNode[];
855
+ };
856
+ refs: {};
857
+ rootEl: any;
858
+ };
859
+
860
+ declare function __VLS_template_11(): {
824
861
  attrs: Partial<{}>;
825
862
  slots: Readonly<{
826
863
  /** Adicione conteúdo dentro do container */
@@ -837,7 +874,7 @@ declare function __VLS_template_10(): {
837
874
  rootEl: any;
838
875
  };
839
876
 
840
- declare function __VLS_template_11(): {
877
+ declare function __VLS_template_12(): {
841
878
  attrs: Partial<{}>;
842
879
  slots: Readonly<{
843
880
  /** Adiciona conteúdo na direta do menu */
@@ -858,7 +895,7 @@ declare function __VLS_template_11(): {
858
895
  rootEl: any;
859
896
  };
860
897
 
861
- declare function __VLS_template_12(): {
898
+ declare function __VLS_template_13(): {
862
899
  attrs: Partial<{}>;
863
900
  slots: Readonly<{
864
901
  /** Define o slot de ícone */
@@ -871,7 +908,7 @@ declare function __VLS_template_12(): {
871
908
  rootEl: HTMLDivElement;
872
909
  };
873
910
 
874
- declare function __VLS_template_13(): {
911
+ declare function __VLS_template_14(): {
875
912
  attrs: Partial<{}>;
876
913
  slots: {
877
914
  default?(_: {}): any;
@@ -880,7 +917,7 @@ declare function __VLS_template_13(): {
880
917
  rootEl: any;
881
918
  };
882
919
 
883
- declare function __VLS_template_14(): {
920
+ declare function __VLS_template_15(): {
884
921
  attrs: Partial<{}>;
885
922
  slots: {
886
923
  default?(_: {}): any;
@@ -889,7 +926,7 @@ declare function __VLS_template_14(): {
889
926
  rootEl: any;
890
927
  };
891
928
 
892
- declare function __VLS_template_15(): {
929
+ declare function __VLS_template_16(): {
893
930
  attrs: Partial<{}>;
894
931
  slots: Readonly<{
895
932
  /** Adicione conteúdo no slot do Avatar */
@@ -908,7 +945,7 @@ declare function __VLS_template_15(): {
908
945
  rootEl: any;
909
946
  };
910
947
 
911
- declare function __VLS_template_16(): {
948
+ declare function __VLS_template_17(): {
912
949
  attrs: Partial<{}>;
913
950
  slots: Readonly<{
914
951
  /** Slot para o conteúdo do filtro */
@@ -923,7 +960,7 @@ declare function __VLS_template_16(): {
923
960
  rootEl: HTMLDivElement;
924
961
  };
925
962
 
926
- declare function __VLS_template_17(): {
963
+ declare function __VLS_template_18(): {
927
964
  attrs: Partial<{}>;
928
965
  slots: Readonly<{
929
966
  /** Adicione conteúdo dentro do badge */
@@ -936,7 +973,7 @@ declare function __VLS_template_17(): {
936
973
  rootEl: any;
937
974
  };
938
975
 
939
- declare function __VLS_template_18(): {
976
+ declare function __VLS_template_19(): {
940
977
  attrs: Partial<{}>;
941
978
  slots: Readonly<{
942
979
  /** Slot para o icone do banner */
@@ -953,15 +990,6 @@ declare function __VLS_template_18(): {
953
990
  rootEl: any;
954
991
  };
955
992
 
956
- declare function __VLS_template_19(): {
957
- attrs: Partial<{}>;
958
- slots: {
959
- default?(_: {}): any;
960
- };
961
- refs: {};
962
- rootEl: any;
963
- };
964
-
965
993
  declare function __VLS_template_2(): {
966
994
  attrs: Partial<{}>;
967
995
  slots: Readonly<{
@@ -978,6 +1006,15 @@ declare function __VLS_template_2(): {
978
1006
  };
979
1007
 
980
1008
  declare function __VLS_template_20(): {
1009
+ attrs: Partial<{}>;
1010
+ slots: {
1011
+ default?(_: {}): any;
1012
+ };
1013
+ refs: {};
1014
+ rootEl: any;
1015
+ };
1016
+
1017
+ declare function __VLS_template_21(): {
981
1018
  attrs: Partial<{}>;
982
1019
  slots: Readonly<{
983
1020
  /** Permite passar qualquer elemento como ativador do tooltip */
@@ -990,7 +1027,7 @@ declare function __VLS_template_20(): {
990
1027
  rootEl: HTMLDivElement;
991
1028
  };
992
1029
 
993
- declare function __VLS_template_21(): {
1030
+ declare function __VLS_template_22(): {
994
1031
  attrs: Partial<{}>;
995
1032
  slots: Readonly<{
996
1033
  /** Conteúdo principal do card */
@@ -1033,7 +1070,7 @@ declare function __VLS_template_21(): {
1033
1070
  rootEl: any;
1034
1071
  };
1035
1072
 
1036
- declare function __VLS_template_22(): {
1073
+ declare function __VLS_template_23(): {
1037
1074
  attrs: Partial<{}>;
1038
1075
  slots: Readonly<{
1039
1076
  /** Adicione conteúdo dentro do root element */
@@ -1046,7 +1083,7 @@ declare function __VLS_template_22(): {
1046
1083
  rootEl: any;
1047
1084
  };
1048
1085
 
1049
- declare function __VLS_template_23(): {
1086
+ declare function __VLS_template_24(): {
1050
1087
  attrs: Partial<{}>;
1051
1088
  slots: Readonly<{
1052
1089
  /** Adicione conteúdo dentro do root element */
@@ -1059,7 +1096,7 @@ declare function __VLS_template_23(): {
1059
1096
  rootEl: any;
1060
1097
  };
1061
1098
 
1062
- declare function __VLS_template_24(): {
1099
+ declare function __VLS_template_25(): {
1063
1100
  attrs: Partial<{}>;
1064
1101
  slots: {
1065
1102
  default?(_: {}): any;
@@ -1068,7 +1105,7 @@ declare function __VLS_template_24(): {
1068
1105
  rootEl: HTMLDivElement;
1069
1106
  };
1070
1107
 
1071
- declare function __VLS_template_25(): {
1108
+ declare function __VLS_template_26(): {
1072
1109
  attrs: Partial<{}>;
1073
1110
  slots: Readonly<{
1074
1111
  /** Adicione conteúdo no header */
@@ -1149,6 +1186,21 @@ declare function __VLS_template_5(): {
1149
1186
  };
1150
1187
 
1151
1188
  declare function __VLS_template_6(): {
1189
+ attrs: Partial<{}>;
1190
+ slots: Readonly<{
1191
+ /** Slot para o conteúdo do button */
1192
+ default: () => VNode[];
1193
+ }> & {
1194
+ /** Slot para o conteúdo do button */
1195
+ default: () => VNode[];
1196
+ };
1197
+ refs: {
1198
+ dropdownRef: HTMLDivElement;
1199
+ };
1200
+ rootEl: HTMLDivElement;
1201
+ };
1202
+
1203
+ declare function __VLS_template_7(): {
1152
1204
  attrs: Partial<{}>;
1153
1205
  slots: Readonly<{
1154
1206
  /** Adicione conteúdo na esquerda do Input */
@@ -1168,7 +1220,7 @@ declare function __VLS_template_6(): {
1168
1220
  rootEl: any;
1169
1221
  };
1170
1222
 
1171
- declare function __VLS_template_7(): {
1223
+ declare function __VLS_template_8(): {
1172
1224
  attrs: Partial<{}>;
1173
1225
  slots: Readonly<{
1174
1226
  /** Slot para adicionar conteúdo antes das opções */
@@ -1205,7 +1257,7 @@ declare function __VLS_template_7(): {
1205
1257
  rootEl: any;
1206
1258
  };
1207
1259
 
1208
- declare function __VLS_template_8(): {
1260
+ declare function __VLS_template_9(): {
1209
1261
  attrs: Partial<{}>;
1210
1262
  slots: Readonly<{
1211
1263
  /** Adicione conteúdo dentro do col */
@@ -1222,19 +1274,6 @@ declare function __VLS_template_8(): {
1222
1274
  rootEl: any;
1223
1275
  };
1224
1276
 
1225
- declare function __VLS_template_9(): {
1226
- attrs: Partial<{}>;
1227
- slots: Readonly<{
1228
- /** Adicione conteúdo dentro do row */
1229
- default?: () => VNode[];
1230
- }> & {
1231
- /** Adicione conteúdo dentro do row */
1232
- default?: () => VNode[];
1233
- };
1234
- refs: {};
1235
- rootEl: any;
1236
- };
1237
-
1238
1277
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1239
1278
 
1240
1279
  declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
@@ -1271,6 +1310,8 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
1271
1310
 
1272
1311
  declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
1273
1312
 
1313
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
1314
+
1274
1315
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1275
1316
 
1276
1317
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -1393,6 +1434,12 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1393
1434
  };
1394
1435
  };
1395
1436
 
1437
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1438
+ new (): {
1439
+ $slots: S;
1440
+ };
1441
+ };
1442
+
1396
1443
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1397
1444
  new (): {
1398
1445
  $slots: S;
@@ -1439,39 +1486,39 @@ export declare const activateCeLoading: () => void;
1439
1486
 
1440
1487
  export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
1441
1488
 
1442
- export declare const CeAutocomplete: default_2.ComponentType<typeof _default_5>;
1489
+ export declare const CeAutocomplete: default_2.ComponentType<typeof _default_6>;
1443
1490
 
1444
- export declare const CeAvatar: default_2.ComponentType<typeof _default_29>;
1491
+ export declare const CeAvatar: default_2.ComponentType<typeof _default_30>;
1445
1492
 
1446
- export declare const CeBadge: default_2.ComponentType<typeof _default_31>;
1493
+ export declare const CeBadge: default_2.ComponentType<typeof _default_32>;
1447
1494
 
1448
- export declare const CeBanners: default_2.ComponentType<typeof _default_33>;
1495
+ export declare const CeBanners: default_2.ComponentType<typeof _default_34>;
1449
1496
 
1450
- export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_26>;
1497
+ export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_27>;
1451
1498
 
1452
- export declare const CeButton: default_2.ComponentType<typeof _default_6>;
1499
+ export declare const CeButton: default_2.ComponentType<typeof _default_7>;
1453
1500
 
1454
- export declare const CeButtonGroup: default_2.ComponentType<typeof _default_7>;
1501
+ export declare const CeButtonGroup: default_2.ComponentType<typeof _default_8>;
1455
1502
 
1456
- export declare const CeButtonPagination: default_2.ComponentType<typeof _default_8>;
1503
+ export declare const CeButtonPagination: default_2.ComponentType<typeof _default_9>;
1457
1504
 
1458
- export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_9>;
1505
+ export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_10>;
1459
1506
 
1460
- export declare const CeCard: default_2.ComponentType<typeof _default_37>;
1507
+ export declare const CeCard: default_2.ComponentType<typeof _default_38>;
1461
1508
 
1462
- export declare const CeCardHeader: default_2.ComponentType<typeof _default_38>;
1509
+ export declare const CeCardHeader: default_2.ComponentType<typeof _default_39>;
1463
1510
 
1464
- export declare const CeCardText: default_2.ComponentType<typeof _default_39>;
1511
+ export declare const CeCardText: default_2.ComponentType<typeof _default_40>;
1465
1512
 
1466
- export declare const CeCheckbox: default_2.ComponentType<typeof _default_10>;
1513
+ export declare const CeCheckbox: default_2.ComponentType<typeof _default_11>;
1467
1514
 
1468
- export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_11>;
1515
+ export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_12>;
1469
1516
 
1470
- export declare const CeCol: default_2.ComponentType<typeof _default_20>;
1517
+ export declare const CeCol: default_2.ComponentType<typeof _default_21>;
1471
1518
 
1472
- export declare const CeContainer: default_2.ComponentType<typeof _default_22>;
1519
+ export declare const CeContainer: default_2.ComponentType<typeof _default_23>;
1473
1520
 
1474
- export declare const CeContentDivider: default_2.ComponentType<typeof _default_40>;
1521
+ export declare const CeContentDivider: default_2.ComponentType<typeof _default_41>;
1475
1522
 
1476
1523
  export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
1477
1524
 
@@ -1479,27 +1526,29 @@ declare type CeDataTableVueSlots = {
1479
1526
  [slotName: string]: ((ctx: any) => default_2.ReactNode) | default_2.ReactNode;
1480
1527
  };
1481
1528
 
1482
- export declare const CeDatePicker: default_2.ComponentType<typeof _default_12>;
1529
+ export declare const CeDatePicker: default_2.ComponentType<typeof _default_13>;
1483
1530
 
1484
- export declare const CeDropdown: default_2.ComponentType<typeof _default_13>;
1531
+ export declare const CeDropdown: default_2.ComponentType<typeof _default_14>;
1485
1532
 
1486
- export declare const CeFileUpload: default_2.ComponentType<typeof _default_14>;
1533
+ export declare const CeFileUpload: default_2.ComponentType<typeof _default_15>;
1487
1534
 
1488
- export declare const CeFilterGroup: default_2.ComponentType<typeof _default_30>;
1535
+ export declare const CeFilterGroup: default_2.ComponentType<typeof _default_31>;
1489
1536
 
1490
- export declare const CeFooter: default_2.ComponentType<typeof _default_41>;
1537
+ export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
1491
1538
 
1492
- export declare const CeInput: default_2.ComponentType<typeof _default_15>;
1539
+ export declare const CeInput: default_2.ComponentType<typeof _default_16>;
1493
1540
 
1494
- export declare const CeLayout: default_2.ComponentType<typeof _default_42>;
1541
+ export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
1495
1542
 
1496
- export declare const CeLoading: default_2.ComponentType<typeof _default_36>;
1543
+ export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
1497
1544
 
1498
- export declare const CeMenuHeader: default_2.ComponentType<typeof _default_24>;
1545
+ export declare const CeLoading: default_2.ComponentType<typeof _default_37>;
1499
1546
 
1500
- export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_25>;
1547
+ export declare const CeMenuHeader: default_2.ComponentType<typeof _default_25>;
1501
1548
 
1502
- export declare const CeModal: default_2.ComponentType<typeof _default_34>;
1549
+ export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_26>;
1550
+
1551
+ export declare const CeModal: default_2.ComponentType<typeof _default_35>;
1503
1552
 
1504
1553
  export declare const CePagination: default_2.ComponentType<typeof _default_2>;
1505
1554
 
@@ -1507,13 +1556,13 @@ export declare const CeProgressIndicator: default_2.ComponentType<typeof _defaul
1507
1556
 
1508
1557
  export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>;
1509
1558
 
1510
- export declare const CeRadioGroup: default_2.ComponentType<typeof _default_16>;
1559
+ export declare const CeRadioGroup: default_2.ComponentType<typeof _default_17>;
1511
1560
 
1512
- export declare const CeRow: default_2.ComponentType<typeof _default_21>;
1561
+ export declare const CeRow: default_2.ComponentType<typeof _default_22>;
1513
1562
 
1514
- export declare const CeSectionFooter: default_2.ComponentType<typeof _default_43>;
1563
+ export declare const CeSectionFooter: default_2.ComponentType<typeof _default_44>;
1515
1564
 
1516
- export declare const CeSelect: default_2.ComponentType<typeof _default_17>;
1565
+ export declare const CeSelect: default_2.ComponentType<typeof _default_18>;
1517
1566
 
1518
1567
  declare interface CeSelectFieldProps {
1519
1568
  /** Valor do select para two-way binding (v-model) */
@@ -1542,19 +1591,24 @@ declare interface CeSelectFieldProps {
1542
1591
  closeChip?: boolean;
1543
1592
  }
1544
1593
 
1545
- export declare const CeSlider: default_2.ComponentType<typeof _default_18>;
1594
+ export declare const CeSlider: default_2.ComponentType<typeof _default_19>;
1595
+
1596
+ export declare const CeSvgIcon: default_2.ComponentType<typeof _default_24>;
1546
1597
 
1547
- export declare const CeSvgIcon: default_2.ComponentType<typeof _default_23>;
1598
+ export declare const CeTab: default_2.ComponentType<typeof _default_28>;
1548
1599
 
1549
- export declare const CeTab: default_2.ComponentType<typeof _default_27>;
1600
+ export declare const CeTabItem: default_2.ComponentType<typeof _default_29>;
1550
1601
 
1551
- export declare const CeTabItem: default_2.ComponentType<typeof _default_28>;
1602
+ export declare const CeToast: default_2.ComponentType<typeof _default_33>;
1552
1603
 
1553
- export declare const CeToast: default_2.ComponentType<typeof _default_32>;
1604
+ export declare const CeToggle: default_2.ComponentType<typeof _default_20>;
1554
1605
 
1555
- export declare const CeToggle: default_2.ComponentType<typeof _default_19>;
1606
+ export declare const CeTooltip: default_2.ComponentType<typeof _default_36>;
1556
1607
 
1557
- export declare const CeTooltip: default_2.ComponentType<typeof _default_35>;
1608
+ declare interface Coluna {
1609
+ text: string;
1610
+ value: string;
1611
+ }
1558
1612
 
1559
1613
  declare type DataTableProps = {
1560
1614
  /** Array utilizado no header da tabela */
@@ -1575,13 +1629,15 @@ declare type DataTableProps = {
1575
1629
 
1576
1630
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1577
1631
 
1578
- declare const _default_10: DefineComponent<__VLS_Props_6, {
1632
+ declare const _default_10: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1633
+
1634
+ declare const _default_11: DefineComponent<__VLS_Props_7, {
1579
1635
  /** Focus checkbox input */
1580
1636
  focus: () => void;
1581
1637
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1582
1638
  "update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
1583
1639
  change: (value: ModelValueType | CustomEvent<any>) => any;
1584
- }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
1640
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
1585
1641
  "onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
1586
1642
  onChange?: (value: ModelValueType | CustomEvent<any>) => any;
1587
1643
  }>, {
@@ -1595,23 +1651,13 @@ indeterminate: boolean;
1595
1651
  inputRef: HTMLInputElement;
1596
1652
  }, any>;
1597
1653
 
1598
- declare const _default_11: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1654
+ declare const _default_12: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1599
1655
 
1600
- declare const _default_12: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1656
+ declare const _default_13: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1601
1657
 
1602
- declare const _default_13: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1603
- "update:modelValue": (value: IReturn) => any;
1604
- redirect: (item: ItensMenu) => any;
1605
- }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
1606
- "onUpdate:modelValue"?: (value: IReturn) => any;
1607
- onRedirect?: (item: ItensMenu) => any;
1608
- }>, {
1609
- color: string;
1610
- items: ItensMenu[];
1611
- variant: "default" | "outlined" | "text";
1612
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1658
+ declare const _default_14: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1613
1659
 
1614
- declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1660
+ declare const _default_15: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1615
1661
  "update:modelValue": (file: FileItem[]) => any;
1616
1662
  updateFiles: (file: FileItem[]) => any;
1617
1663
  }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
@@ -1627,9 +1673,9 @@ selectAll: boolean;
1627
1673
  clear: boolean;
1628
1674
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1629
1675
 
1630
- declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1676
+ declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1631
1677
 
1632
- declare const _default_16: DefineComponent<__VLS_Props_12, {
1678
+ declare const _default_17: DefineComponent<__VLS_Props_12, {
1633
1679
  /** Focus radio input */
1634
1680
  focus: (id?: string) => void;
1635
1681
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -1644,9 +1690,9 @@ disabled: boolean;
1644
1690
  block: boolean;
1645
1691
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1646
1692
 
1647
- declare const _default_17: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1693
+ declare const _default_18: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1648
1694
 
1649
- declare const _default_18: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1695
+ declare const _default_19: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1650
1696
  "update:modelValue": (value: number | number[]) => any;
1651
1697
  sendValue: (value: number | number[]) => any;
1652
1698
  }, string, PublicProps, Readonly<SliderProps> & Readonly<{
@@ -1661,18 +1707,6 @@ maxValue: number;
1661
1707
  showValue: boolean;
1662
1708
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1663
1709
 
1664
- declare const _default_19: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1665
- "update:modelValue": (value: boolean) => any;
1666
- change: (value: boolean | CustomEvent<any>) => any;
1667
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1668
- "onUpdate:modelValue"?: (value: boolean) => any;
1669
- onChange?: (value: boolean | CustomEvent<any>) => any;
1670
- }>, {
1671
- invalid: boolean;
1672
- disabled: boolean;
1673
- contoured: boolean;
1674
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1675
-
1676
1710
  declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1677
1711
  "update:modelValue": (value: number) => any;
1678
1712
  paginate: (value: number) => any;
@@ -1684,34 +1718,44 @@ totalPages: number;
1684
1718
  currentPage: number;
1685
1719
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1686
1720
 
1687
- declare const _default_20: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1721
+ declare const _default_20: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1722
+ "update:modelValue": (value: boolean) => any;
1723
+ change: (value: boolean | CustomEvent<any>) => any;
1724
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1725
+ "onUpdate:modelValue"?: (value: boolean) => any;
1726
+ onChange?: (value: boolean | CustomEvent<any>) => any;
1727
+ }>, {
1728
+ invalid: boolean;
1729
+ disabled: boolean;
1730
+ contoured: boolean;
1731
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1688
1732
 
1689
1733
  declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1690
1734
 
1691
1735
  declare const _default_22: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1692
1736
 
1693
- declare const _default_23: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1737
+ declare const _default_23: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1738
+
1739
+ declare const _default_24: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1694
1740
  fill: string;
1695
1741
  color: string;
1696
1742
  size: number | string;
1697
1743
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1698
1744
 
1699
- declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1745
+ declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1700
1746
 
1701
- declare const _default_25: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1747
+ declare const _default_26: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1748
+ redirect: (item: SubMenu | ItensMenu_2) => any;
1702
1749
  toggleMenu: (clicado: boolean) => any;
1703
- redirect: (item: SubMenu | ItensMenu) => any;
1704
1750
  }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1751
+ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
1705
1752
  onToggleMenu?: (clicado: boolean) => any;
1706
- onRedirect?: (item: SubMenu | ItensMenu) => any;
1707
1753
  }>, {
1708
1754
  isHome: boolean;
1709
1755
  isSearch: boolean;
1710
1756
  isOpen: boolean;
1711
1757
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1712
1758
 
1713
- declare const _default_26: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1714
-
1715
1759
  declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1716
1760
 
1717
1761
  declare const _default_28: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
@@ -1724,7 +1768,9 @@ declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16,
1724
1768
 
1725
1769
  declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1726
1770
 
1727
- declare const _default_32: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1771
+ declare const _default_32: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1772
+
1773
+ declare const _default_33: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1728
1774
  sendData: (data: IData_2<unknown>) => any;
1729
1775
  }, string, PublicProps, Readonly<IToastProps> & Readonly<{
1730
1776
  onSendData?: (data: IData_2<unknown>) => any;
@@ -1736,20 +1782,18 @@ showActionButton: boolean;
1736
1782
  textButton: string;
1737
1783
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1738
1784
 
1739
- declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1740
-
1741
1785
  declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1742
1786
 
1743
1787
  declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1744
1788
 
1745
- declare const _default_36: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1789
+ declare const _default_36: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1790
+
1791
+ declare const _default_37: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1746
1792
  type: "spinner" | "semi-circle" | "dots";
1747
1793
  background: "smoky" | "transparent";
1748
1794
  showLoading: boolean;
1749
1795
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1750
1796
 
1751
- declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1752
-
1753
1797
  declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1754
1798
 
1755
1799
  declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
@@ -1758,7 +1802,9 @@ declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, C
1758
1802
 
1759
1803
  declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1760
1804
 
1761
- declare const _default_41: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1805
+ declare const _default_41: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1806
+
1807
+ declare const _default_42: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1762
1808
  redirect: (valor?: string) => any;
1763
1809
  }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1764
1810
  onRedirect?: (valor?: string) => any;
@@ -1767,25 +1813,38 @@ variant: "1" | "2" | "3" | "4" | "5";
1767
1813
  background: "white" | "green";
1768
1814
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1769
1815
 
1770
- declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1816
+ declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1771
1817
 
1772
- declare const _default_43: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1818
+ declare const _default_44: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1773
1819
 
1774
1820
  declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1821
+ "update:modelValue": (value: number) => any;
1822
+ updatePerPage: (value: number) => any;
1823
+ }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
1824
+ "onUpdate:modelValue"?: (value: number) => any;
1825
+ onUpdatePerPage?: (value: number) => any;
1826
+ }>, {
1827
+ disabled: boolean;
1828
+ textDirection: "left" | "right";
1829
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1830
+ menuRef: HTMLDivElement;
1831
+ }, HTMLDivElement>;
1832
+
1833
+ declare const _default_6: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1775
1834
  "update:modelValue": (value: string | CustomEvent<any>) => any;
1776
1835
  filterList: (value: string | CustomEvent<any>) => any;
1777
1836
  clearFilter: () => any;
1778
1837
  "input:focus": () => any;
1779
- }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
1838
+ }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
1780
1839
  "onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
1781
1840
  onFilterList?: (value: string | CustomEvent<any>) => any;
1782
1841
  onClearFilter?: () => any;
1783
1842
  "onInput:focus"?: () => any;
1784
1843
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1785
1844
 
1786
- declare const _default_6: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1845
+ declare const _default_7: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1787
1846
 
1788
- declare const _default_7: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
1847
+ declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
1789
1848
  id: string | number;
1790
1849
  disabled: boolean;
1791
1850
  text: string;
@@ -1793,10 +1852,10 @@ variant: "text" | "radio";
1793
1852
  selected: number;
1794
1853
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1795
1854
 
1796
- declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1855
+ declare const _default_9: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1797
1856
  "update:modelValue": (value: number | CustomEvent<any>) => any;
1798
1857
  updateCurrentPage: (page: number) => any;
1799
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
1858
+ }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
1800
1859
  "onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
1801
1860
  onUpdateCurrentPage?: (page: number) => any;
1802
1861
  }>, {
@@ -1804,10 +1863,19 @@ currentPage: number;
1804
1863
  totalPage: number;
1805
1864
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1806
1865
 
1807
- declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1808
-
1809
1866
  export declare const disableCeLoading: () => void;
1810
1867
 
1868
+ declare interface DropdownProps {
1869
+ /** Define os itens do dropdown tipo menu */
1870
+ itemsMenu?: ItensMenu[];
1871
+ /** Define os itens do dropdown tipo seleção */
1872
+ itemsSelection?: ItemsSelection[];
1873
+ /** Define a variante do dropdown */
1874
+ variant?: 'outlined' | 'text';
1875
+ /** Define o tipo do dropdown */
1876
+ type?: 'menu' | 'selection';
1877
+ }
1878
+
1811
1879
  declare interface FileItem {
1812
1880
  file: File;
1813
1881
  progress: number;
@@ -1887,7 +1955,15 @@ declare interface ITabsProps {
1887
1955
  inactivate?: boolean;
1888
1956
  }
1889
1957
 
1890
- declare interface ItensMenu {
1958
+ declare interface ItemsSelection {
1959
+ text: string;
1960
+ value: string;
1961
+ visible: boolean;
1962
+ subtext?: string;
1963
+ icon?: string;
1964
+ }
1965
+
1966
+ declare interface ItensMenu_2 {
1891
1967
  text: string;
1892
1968
  path?: string;
1893
1969
  icon?: string;
@@ -2059,6 +2135,7 @@ declare module 'vue' {
2059
2135
  'ce-progress-indicator': typeof ProgressIndicatorComponent;
2060
2136
  'ce-progress-steps': typeof ProgressStepsComponent;
2061
2137
  'ce-data-table': typeof DataTableComponent;
2138
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
2062
2139
  }
2063
2140
  }
2064
2141