@comercti/react-components 0.2.0 → 0.4.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,45 +3,62 @@ 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 { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
7
7
  import { IVariants as IVariants_2 } from './interfaces';
8
8
  import { PublicProps } from 'vue';
9
9
  import { Ref } from 'vue';
10
10
  import { VNode } from 'vue';
11
11
 
12
- declare const __VLS_component: DefineComponent<DataTableDefault, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ declare const __VLS_component: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13
13
  "update:modelValue": (value: Record<string, any>[]) => any;
14
14
  updateSelected: (value: Record<string, any>[]) => any;
15
- }, string, PublicProps, Readonly<DataTableDefault> & Readonly<{
15
+ orderBy: (value: {
16
+ key: string;
17
+ order: "asc" | "desc";
18
+ }) => any;
19
+ }, string, PublicProps, Readonly<DataTableProps> & Readonly<{
16
20
  "onUpdate:modelValue"?: (value: Record<string, any>[]) => any;
17
21
  onUpdateSelected?: (value: Record<string, any>[]) => any;
22
+ onOrderBy?: (value: {
23
+ key: string;
24
+ order: "asc" | "desc";
25
+ }) => any;
18
26
  }>, {
19
27
  search: boolean;
20
- striped: boolean;
21
28
  selectable: boolean;
29
+ striped: boolean;
30
+ orderByServer: boolean;
31
+ expandLine: boolean;
22
32
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
23
33
  rootRef: HTMLDivElement;
24
34
  }, HTMLDivElement>;
25
35
 
26
- declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
36
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
37
+ tag: string;
38
+ noGutters: boolean;
39
+ dense: boolean;
40
+ noCols: boolean;
41
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
42
+
43
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
27
44
  block: boolean;
28
45
  tag: string;
29
46
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
30
47
 
31
- declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
32
- redirect: (item: SubMenu | ItensMenu) => any;
48
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
49
+ redirect: (item: SubMenu | ItensMenu_2) => any;
33
50
  backToHome: (value: boolean) => any;
34
51
  logout: (value: boolean) => any;
35
52
  }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
36
- onRedirect?: (item: SubMenu | ItensMenu) => any;
53
+ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
37
54
  onBackToHome?: (value: boolean) => any;
38
55
  onLogout?: (value: boolean) => any;
39
56
  }>, {
40
- itemsMenuMyService: ItensMenu[];
41
- itemsMenu: ItensMenu[];
57
+ itemsMenu: ItensMenu_2[];
58
+ itemsMenuMyService: ItensMenu_2[];
42
59
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
60
 
44
- declare const __VLS_component_12: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
61
+ declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
45
62
  "update:modelValue": (path: string) => any;
46
63
  redirect: (path: string) => any;
47
64
  }, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
@@ -53,7 +70,7 @@ home: string;
53
70
  divider: "/" | ">";
54
71
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
55
72
 
56
- declare const __VLS_component_13: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
73
+ declare const __VLS_component_14: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
57
74
  updateValue: (value: string) => any;
58
75
  }, string, PublicProps, Readonly<ITabsProps> & Readonly<{
59
76
  onUpdateValue?: (value: string) => any;
@@ -63,9 +80,9 @@ initialTab: string;
63
80
  inactivate: boolean;
64
81
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
65
82
 
66
- declare const __VLS_component_14: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
83
+ declare const __VLS_component_15: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
67
84
 
68
- declare const __VLS_component_15: DefineComponent<__VLS_Props_21, {
85
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_21, {
69
86
  rootRef: Ref<HTMLElement, HTMLElement>;
70
87
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
71
88
  click: (event: MouseEvent) => any;
@@ -82,7 +99,7 @@ badgeOffsetBottom: number;
82
99
  rootRef: HTMLDivElement;
83
100
  }, any>;
84
101
 
85
- declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
102
+ declare const __VLS_component_17: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
86
103
  submit: () => any;
87
104
  clear: () => any;
88
105
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
@@ -100,7 +117,7 @@ disabledClear: boolean;
100
117
  menuRef: HTMLDivElement;
101
118
  }, HTMLDivElement>;
102
119
 
103
- declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
120
+ declare const __VLS_component_18: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
104
121
  color: "primary" | "secondary" | "success" | "danger" | "warning";
105
122
  size: "sm" | "md" | "lg";
106
123
  rounded: "sm" | "md" | "lg";
@@ -108,7 +125,7 @@ variant: "solid" | "outline" | "ghost";
108
125
  status: boolean;
109
126
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
110
127
 
111
- declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
128
+ declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
112
129
  close: (value: boolean) => any;
113
130
  }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
114
131
  onClose?: (value: boolean) => any;
@@ -120,41 +137,40 @@ background: "1" | "2";
120
137
  showIcon: boolean;
121
138
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
122
139
 
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, {
140
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
135
141
  /** Focus button */
136
142
  focus: () => void;
137
143
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
138
144
  click: (event: MouseEvent) => any;
139
- }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
145
+ }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
140
146
  onClick?: (event: MouseEvent) => any;
141
147
  }>, {
142
148
  disabled: boolean;
143
149
  block: boolean;
144
150
  type: "button" | "submit" | "a";
145
- size: "small" | "medium" | "large";
146
151
  rounded: "small" | "medium" | "large";
147
152
  variant: tipoVariante;
148
153
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
149
154
  buttonRef: unknown;
150
155
  }, any>;
151
156
 
152
- declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
157
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
158
+ close: (value: boolean) => any;
159
+ }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
160
+ onClose?: (value: boolean) => any;
161
+ }>, {
162
+ isOpen: boolean;
163
+ background: "1" | "2";
164
+ closeOutside: boolean;
165
+ showCloseButton: boolean;
166
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
+
168
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
153
169
  focus: boolean;
154
170
  location: "left" | "top" | "right" | "bottom";
155
171
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
156
172
 
157
- declare const __VLS_component_21: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
173
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
158
174
  color: number;
159
175
  rounded: boolean;
160
176
  tag: string;
@@ -166,29 +182,29 @@ responsive: boolean;
166
182
  rootRef: unknown;
167
183
  }, any>;
168
184
 
169
- declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
185
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
170
186
  tag: string;
171
187
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
172
188
 
173
- declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
189
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
174
190
  tag: string;
175
191
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
176
192
 
177
- declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
193
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
178
194
  type: "inline" | "centralized" | "highlighted";
179
195
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
180
196
 
181
- declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
197
+ declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
182
198
  openMenu: boolean;
183
199
  layout: "default" | "base";
184
200
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
185
201
 
186
202
  declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
187
203
 
188
- declare const __VLS_component_4: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
204
+ declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
189
205
  "update:modelValue": (value: boolean | CustomEvent<any>) => any;
190
206
  change: (value: boolean | CustomEvent<any>) => any;
191
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
207
+ }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
192
208
  "onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
193
209
  onChange?: (value: boolean | CustomEvent<any>) => any;
194
210
  }>, {
@@ -199,11 +215,11 @@ disabled: boolean;
199
215
  rootRef: HTMLDivElement;
200
216
  }, any>;
201
217
 
202
- declare const __VLS_component_5: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
218
+ declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
203
219
  "update:modelValue": (value: CustomEvent<any> | Date) => any;
204
220
  "update:start": (value: CustomEvent<any> | Date) => any;
205
221
  "update:end": (value: CustomEvent<any> | Date) => any;
206
- }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
222
+ }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
207
223
  "onUpdate:modelValue"?: (value: CustomEvent<any> | Date) => any;
208
224
  "onUpdate:start"?: (value: CustomEvent<any> | Date) => any;
209
225
  "onUpdate:end"?: (value: CustomEvent<any> | Date) => any;
@@ -218,7 +234,22 @@ modal: boolean;
218
234
  rootRef: HTMLDivElement;
219
235
  }, any>;
220
236
 
221
- declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {
237
+ declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
238
+ "update:modelValue": (value: IReturn | Coluna[]) => any;
239
+ selected: (value: Coluna[]) => any;
240
+ redirect: (item: ItensMenu_2) => any;
241
+ }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
242
+ "onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
243
+ onSelected?: (value: Coluna[]) => any;
244
+ onRedirect?: (item: ItensMenu_2) => any;
245
+ }>, {
246
+ type: "menu" | "selection";
247
+ variant: "outlined" | "text";
248
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
249
+ dropdownRef: HTMLDivElement;
250
+ }, HTMLDivElement>;
251
+
252
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
222
253
  /** focus input */
223
254
  focus: () => void;
224
255
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -243,7 +274,7 @@ rootRef: HTMLDivElement;
243
274
  inputRef: HTMLInputElement;
244
275
  }, any>;
245
276
 
246
- declare const __VLS_component_7: DefineComponent<CeSelectFieldProps, {
277
+ declare const __VLS_component_8: DefineComponent<CeSelectFieldProps, {
247
278
  /** Focus select */
248
279
  focus: () => void;
249
280
  /** Abre/Fecha dropdown do select */
@@ -272,18 +303,11 @@ inputRef: HTMLDivElement;
272
303
  searchInputRef: HTMLInputElement;
273
304
  }, any>;
274
305
 
275
- declare const __VLS_component_8: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
306
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
276
307
  cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
277
308
  tag: string;
278
309
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
279
310
 
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
311
  declare type __VLS_Props = {
288
312
  /** Indica o progresso */
289
313
  progress: number;
@@ -371,6 +395,8 @@ declare type __VLS_Props_13 = {
371
395
  id: string;
372
396
  /** Informa que está invalido */
373
397
  invalid?: boolean;
398
+ /** Label do toggle */
399
+ label?: string;
374
400
  };
375
401
 
376
402
  declare type __VLS_Props_14 = {
@@ -459,11 +485,11 @@ declare type __VLS_Props_17 = {
459
485
 
460
486
  declare type __VLS_Props_18 = {
461
487
  /** Array de opções do menu meu serviços */
462
- itemsMenuMyService: ItensMenu[];
488
+ itemsMenuMyService: ItensMenu_2[];
463
489
  /** Array de opções do menuSidebar para versão mobile */
464
- itemsMenu?: ItensMenu[];
490
+ itemsMenu?: ItensMenu_2[];
465
491
  /** Array de módulos */
466
- itemsModules?: ItensMenu[];
492
+ itemsModules?: ItensMenu_2[];
467
493
  /** Nome do usuário */
468
494
  name?: string;
469
495
  /** Email do usuário */
@@ -472,7 +498,7 @@ declare type __VLS_Props_18 = {
472
498
 
473
499
  declare type __VLS_Props_19 = {
474
500
  /** Array de opções do menu */
475
- items: ItensMenu[];
501
+ items: ItensMenu_2[];
476
502
  /** Define se o menu está na home */
477
503
  isHome?: boolean;
478
504
  /** Define se o input de pesquisa será exibido */
@@ -482,12 +508,14 @@ declare type __VLS_Props_19 = {
482
508
  };
483
509
 
484
510
  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;
511
+ /** Define o label do componente */
512
+ label: string;
513
+ /** Define os valores exibidos no select */
514
+ options: number[];
515
+ /** Desabilita o componente */
516
+ disabled?: boolean;
517
+ /** Define a direção do texto */
518
+ textDirection?: 'left' | 'right';
491
519
  };
492
520
 
493
521
  declare type __VLS_Props_20 = {
@@ -584,8 +612,10 @@ declare type __VLS_Props_26 = {
584
612
  declare type __VLS_Props_27 = {
585
613
  /** Define o tipo de spinner */
586
614
  type: 'spinner' | 'semi-circle' | 'dots';
587
- /** Define se o spinner deve ser exibido ou não */
588
- showLoading: boolean;
615
+ /** Define se o loading deve ser exibido ou não */
616
+ showLoading?: boolean;
617
+ /** Define a cor do background */
618
+ background?: 'smoky' | 'transparent';
589
619
  };
590
620
 
591
621
  declare type __VLS_Props_28 = {
@@ -619,20 +649,12 @@ declare type __VLS_Props_29 = {
619
649
  };
620
650
 
621
651
  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;
652
+ /** Array de string com as opções do menu */
653
+ items: string[];
654
+ /** texto para o placeholder */
655
+ placeholder: string;
656
+ /** Valor para two-way binding (v-model) */
657
+ modelValue?: string;
636
658
  };
637
659
 
638
660
  declare type __VLS_Props_30 = {
@@ -648,7 +670,7 @@ declare type __VLS_Props_31 = {
648
670
  declare type __VLS_Props_32 = {
649
671
  variant: '1' | '2' | '3' | '4' | '5';
650
672
  background: 'white' | 'green';
651
- items?: ItensMenu_2[];
673
+ items?: ItensMenu[];
652
674
  socialMedia?: ISocialMedia[];
653
675
  };
654
676
 
@@ -668,6 +690,21 @@ declare type __VLS_Props_34 = {
668
690
  };
669
691
 
670
692
  declare type __VLS_Props_4 = {
693
+ /** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
694
+ type?: 'button' | 'submit' | 'a';
695
+ /** Variante de cores do button */
696
+ variant?: tipoVariante;
697
+ /** Arredondamento do button */
698
+ rounded?: 'small' | 'medium' | 'large';
699
+ /** ID única do button */
700
+ id?: string;
701
+ /** Abrange toda a largura de um elemento para o button */
702
+ block?: boolean;
703
+ /** Desativa o button */
704
+ disabled?: boolean;
705
+ };
706
+
707
+ declare type __VLS_Props_5 = {
671
708
  /** Define o id do botão */
672
709
  id: string | number;
673
710
  /** Define o texto do botão */
@@ -680,7 +717,7 @@ declare type __VLS_Props_4 = {
680
717
  disabled?: boolean;
681
718
  };
682
719
 
683
- declare type __VLS_Props_5 = {
720
+ declare type __VLS_Props_6 = {
684
721
  /** Define o total de páginas */
685
722
  totalPage: number;
686
723
  /** Define a página atual */
@@ -689,7 +726,7 @@ declare type __VLS_Props_5 = {
689
726
  modelValue?: number;
690
727
  };
691
728
 
692
- declare type __VLS_Props_6 = {
729
+ declare type __VLS_Props_7 = {
693
730
  /** Valor do checkbox para two-way binding (v-model) */
694
731
  modelValue?: ModelValueType;
695
732
  /** ID única do checkbox */
@@ -714,7 +751,7 @@ declare type __VLS_Props_6 = {
714
751
  indeterminate?: boolean;
715
752
  };
716
753
 
717
- declare type __VLS_Props_7 = {
754
+ declare type __VLS_Props_8 = {
718
755
  /** Valor para two-way binding (v-model) */
719
756
  modelValue?: boolean;
720
757
  /** ID única do input */
@@ -729,7 +766,7 @@ declare type __VLS_Props_7 = {
729
766
  disabled?: boolean;
730
767
  };
731
768
 
732
- declare type __VLS_Props_8 = {
769
+ declare type __VLS_Props_9 = {
733
770
  modelValue?: Date | string | null;
734
771
  start?: Date | string | null;
735
772
  end?: Date | string | null;
@@ -757,19 +794,6 @@ declare type __VLS_Props_8 = {
757
794
  noAlertIcon?: boolean;
758
795
  };
759
796
 
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
797
  declare function __VLS_template(): {
774
798
  attrs: Partial<{}>;
775
799
  slots: Readonly<NonNullable<{
@@ -785,6 +809,12 @@ declare function __VLS_template(): {
785
809
  } & {
786
810
  /**Slot usado para exibir botões de ação */
787
811
  groupButton?: (scope: {}) => VNode[];
812
+ /** Adiciona conteúdo na direta da tabela */
813
+ addToRight?: (scope: {}) => VNode[];
814
+ /**Slot usado para exibir o conteúdo expandido da tabela */
815
+ expandedRow?: (scope: {
816
+ item: Record<string, any>;
817
+ }) => VNode[];
788
818
  }>> & {
789
819
  [key: string]: (props: {
790
820
  item: Record<string, any>;
@@ -798,6 +828,12 @@ declare function __VLS_template(): {
798
828
  } & {
799
829
  /**Slot usado para exibir botões de ação */
800
830
  groupButton?: (scope: {}) => VNode[];
831
+ /** Adiciona conteúdo na direta da tabela */
832
+ addToRight?: (scope: {}) => VNode[];
833
+ /**Slot usado para exibir o conteúdo expandido da tabela */
834
+ expandedRow?: (scope: {
835
+ item: Record<string, any>;
836
+ }) => VNode[];
801
837
  };
802
838
  refs: {
803
839
  rootRef: HTMLDivElement;
@@ -806,6 +842,19 @@ declare function __VLS_template(): {
806
842
  };
807
843
 
808
844
  declare function __VLS_template_10(): {
845
+ attrs: Partial<{}>;
846
+ slots: Readonly<{
847
+ /** Adicione conteúdo dentro do row */
848
+ default?: () => VNode[];
849
+ }> & {
850
+ /** Adicione conteúdo dentro do row */
851
+ default?: () => VNode[];
852
+ };
853
+ refs: {};
854
+ rootEl: any;
855
+ };
856
+
857
+ declare function __VLS_template_11(): {
809
858
  attrs: Partial<{}>;
810
859
  slots: Readonly<{
811
860
  /** Adicione conteúdo dentro do container */
@@ -822,28 +871,28 @@ declare function __VLS_template_10(): {
822
871
  rootEl: any;
823
872
  };
824
873
 
825
- declare function __VLS_template_11(): {
874
+ declare function __VLS_template_12(): {
826
875
  attrs: Partial<{}>;
827
876
  slots: Readonly<{
828
877
  /** Adiciona conteúdo na direta do menu */
829
- addToRight?: (scope: {}) => any;
878
+ addToRight?: (scope: {}) => VNode[];
830
879
  /** Adiciona imagem no menu */
831
- addImg?: (scope: {}) => any;
880
+ addImg?: (scope: {}) => VNode[];
832
881
  /** Adiciona conteúdo no menu */
833
- addContent?: (scope: {}) => any;
882
+ addContent?: (scope: {}) => VNode[];
834
883
  }> & {
835
884
  /** Adiciona conteúdo na direta do menu */
836
- addToRight?: (scope: {}) => any;
885
+ addToRight?: (scope: {}) => VNode[];
837
886
  /** Adiciona imagem no menu */
838
- addImg?: (scope: {}) => any;
887
+ addImg?: (scope: {}) => VNode[];
839
888
  /** Adiciona conteúdo no menu */
840
- addContent?: (scope: {}) => any;
889
+ addContent?: (scope: {}) => VNode[];
841
890
  };
842
891
  refs: {};
843
892
  rootEl: any;
844
893
  };
845
894
 
846
- declare function __VLS_template_12(): {
895
+ declare function __VLS_template_13(): {
847
896
  attrs: Partial<{}>;
848
897
  slots: Readonly<{
849
898
  /** Define o slot de ícone */
@@ -856,7 +905,7 @@ declare function __VLS_template_12(): {
856
905
  rootEl: HTMLDivElement;
857
906
  };
858
907
 
859
- declare function __VLS_template_13(): {
908
+ declare function __VLS_template_14(): {
860
909
  attrs: Partial<{}>;
861
910
  slots: {
862
911
  default?(_: {}): any;
@@ -865,7 +914,7 @@ declare function __VLS_template_13(): {
865
914
  rootEl: any;
866
915
  };
867
916
 
868
- declare function __VLS_template_14(): {
917
+ declare function __VLS_template_15(): {
869
918
  attrs: Partial<{}>;
870
919
  slots: {
871
920
  default?(_: {}): any;
@@ -874,7 +923,7 @@ declare function __VLS_template_14(): {
874
923
  rootEl: any;
875
924
  };
876
925
 
877
- declare function __VLS_template_15(): {
926
+ declare function __VLS_template_16(): {
878
927
  attrs: Partial<{}>;
879
928
  slots: Readonly<{
880
929
  /** Adicione conteúdo no slot do Avatar */
@@ -893,7 +942,7 @@ declare function __VLS_template_15(): {
893
942
  rootEl: any;
894
943
  };
895
944
 
896
- declare function __VLS_template_16(): {
945
+ declare function __VLS_template_17(): {
897
946
  attrs: Partial<{}>;
898
947
  slots: Readonly<{
899
948
  /** Slot para o conteúdo do filtro */
@@ -908,7 +957,7 @@ declare function __VLS_template_16(): {
908
957
  rootEl: HTMLDivElement;
909
958
  };
910
959
 
911
- declare function __VLS_template_17(): {
960
+ declare function __VLS_template_18(): {
912
961
  attrs: Partial<{}>;
913
962
  slots: Readonly<{
914
963
  /** Adicione conteúdo dentro do badge */
@@ -921,7 +970,7 @@ declare function __VLS_template_17(): {
921
970
  rootEl: any;
922
971
  };
923
972
 
924
- declare function __VLS_template_18(): {
973
+ declare function __VLS_template_19(): {
925
974
  attrs: Partial<{}>;
926
975
  slots: Readonly<{
927
976
  /** Slot para o icone do banner */
@@ -938,15 +987,6 @@ declare function __VLS_template_18(): {
938
987
  rootEl: any;
939
988
  };
940
989
 
941
- declare function __VLS_template_19(): {
942
- attrs: Partial<{}>;
943
- slots: {
944
- default?(_: {}): any;
945
- };
946
- refs: {};
947
- rootEl: any;
948
- };
949
-
950
990
  declare function __VLS_template_2(): {
951
991
  attrs: Partial<{}>;
952
992
  slots: Readonly<{
@@ -963,6 +1003,15 @@ declare function __VLS_template_2(): {
963
1003
  };
964
1004
 
965
1005
  declare function __VLS_template_20(): {
1006
+ attrs: Partial<{}>;
1007
+ slots: {
1008
+ default?(_: {}): any;
1009
+ };
1010
+ refs: {};
1011
+ rootEl: any;
1012
+ };
1013
+
1014
+ declare function __VLS_template_21(): {
966
1015
  attrs: Partial<{}>;
967
1016
  slots: Readonly<{
968
1017
  /** Permite passar qualquer elemento como ativador do tooltip */
@@ -975,7 +1024,7 @@ declare function __VLS_template_20(): {
975
1024
  rootEl: HTMLDivElement;
976
1025
  };
977
1026
 
978
- declare function __VLS_template_21(): {
1027
+ declare function __VLS_template_22(): {
979
1028
  attrs: Partial<{}>;
980
1029
  slots: Readonly<{
981
1030
  /** Conteúdo principal do card */
@@ -1018,7 +1067,7 @@ declare function __VLS_template_21(): {
1018
1067
  rootEl: any;
1019
1068
  };
1020
1069
 
1021
- declare function __VLS_template_22(): {
1070
+ declare function __VLS_template_23(): {
1022
1071
  attrs: Partial<{}>;
1023
1072
  slots: Readonly<{
1024
1073
  /** Adicione conteúdo dentro do root element */
@@ -1031,7 +1080,7 @@ declare function __VLS_template_22(): {
1031
1080
  rootEl: any;
1032
1081
  };
1033
1082
 
1034
- declare function __VLS_template_23(): {
1083
+ declare function __VLS_template_24(): {
1035
1084
  attrs: Partial<{}>;
1036
1085
  slots: Readonly<{
1037
1086
  /** Adicione conteúdo dentro do root element */
@@ -1044,7 +1093,7 @@ declare function __VLS_template_23(): {
1044
1093
  rootEl: any;
1045
1094
  };
1046
1095
 
1047
- declare function __VLS_template_24(): {
1096
+ declare function __VLS_template_25(): {
1048
1097
  attrs: Partial<{}>;
1049
1098
  slots: {
1050
1099
  default?(_: {}): any;
@@ -1053,7 +1102,7 @@ declare function __VLS_template_24(): {
1053
1102
  rootEl: HTMLDivElement;
1054
1103
  };
1055
1104
 
1056
- declare function __VLS_template_25(): {
1105
+ declare function __VLS_template_26(): {
1057
1106
  attrs: Partial<{}>;
1058
1107
  slots: Readonly<{
1059
1108
  /** Adicione conteúdo no header */
@@ -1134,6 +1183,19 @@ declare function __VLS_template_5(): {
1134
1183
  };
1135
1184
 
1136
1185
  declare function __VLS_template_6(): {
1186
+ attrs: Partial<{}>;
1187
+ slots: Readonly<{
1188
+ default: () => VNode[];
1189
+ }> & {
1190
+ default: () => VNode[];
1191
+ };
1192
+ refs: {
1193
+ dropdownRef: HTMLDivElement;
1194
+ };
1195
+ rootEl: HTMLDivElement;
1196
+ };
1197
+
1198
+ declare function __VLS_template_7(): {
1137
1199
  attrs: Partial<{}>;
1138
1200
  slots: Readonly<{
1139
1201
  /** Adicione conteúdo na esquerda do Input */
@@ -1153,7 +1215,7 @@ declare function __VLS_template_6(): {
1153
1215
  rootEl: any;
1154
1216
  };
1155
1217
 
1156
- declare function __VLS_template_7(): {
1218
+ declare function __VLS_template_8(): {
1157
1219
  attrs: Partial<{}>;
1158
1220
  slots: Readonly<{
1159
1221
  /** Slot para adicionar conteúdo antes das opções */
@@ -1190,7 +1252,7 @@ declare function __VLS_template_7(): {
1190
1252
  rootEl: any;
1191
1253
  };
1192
1254
 
1193
- declare function __VLS_template_8(): {
1255
+ declare function __VLS_template_9(): {
1194
1256
  attrs: Partial<{}>;
1195
1257
  slots: Readonly<{
1196
1258
  /** Adicione conteúdo dentro do col */
@@ -1207,19 +1269,6 @@ declare function __VLS_template_8(): {
1207
1269
  rootEl: any;
1208
1270
  };
1209
1271
 
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
1272
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1224
1273
 
1225
1274
  declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
@@ -1256,6 +1305,8 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
1256
1305
 
1257
1306
  declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
1258
1307
 
1308
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
1309
+
1259
1310
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1260
1311
 
1261
1312
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -1378,6 +1429,12 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1378
1429
  };
1379
1430
  };
1380
1431
 
1432
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1433
+ new (): {
1434
+ $slots: S;
1435
+ };
1436
+ };
1437
+
1381
1438
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1382
1439
  new (): {
1383
1440
  $slots: S;
@@ -1420,41 +1477,43 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1420
1477
  };
1421
1478
  };
1422
1479
 
1423
- export declare const addToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
1480
+ export declare const activateCeLoading: () => void;
1481
+
1482
+ export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
1424
1483
 
1425
- export declare const CeAutocomplete: default_2.ComponentType<typeof _default_5>;
1484
+ export declare const CeAutocomplete: default_2.ComponentType<typeof _default_6>;
1426
1485
 
1427
- export declare const CeAvatar: default_2.ComponentType<typeof _default_29>;
1486
+ export declare const CeAvatar: default_2.ComponentType<typeof _default_30>;
1428
1487
 
1429
- export declare const CeBadge: default_2.ComponentType<typeof _default_31>;
1488
+ export declare const CeBadge: default_2.ComponentType<typeof _default_32>;
1430
1489
 
1431
- export declare const CeBanners: default_2.ComponentType<typeof _default_33>;
1490
+ export declare const CeBanners: default_2.ComponentType<typeof _default_34>;
1432
1491
 
1433
- export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_26>;
1492
+ export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_27>;
1434
1493
 
1435
- export declare const CeButton: default_2.ComponentType<typeof _default_6>;
1494
+ export declare const CeButton: default_2.ComponentType<typeof _default_7>;
1436
1495
 
1437
- export declare const CeButtonGroup: default_2.ComponentType<typeof _default_7>;
1496
+ export declare const CeButtonGroup: default_2.ComponentType<typeof _default_8>;
1438
1497
 
1439
- export declare const CeButtonPagination: default_2.ComponentType<typeof _default_8>;
1498
+ export declare const CeButtonPagination: default_2.ComponentType<typeof _default_9>;
1440
1499
 
1441
- export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_9>;
1500
+ export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_10>;
1442
1501
 
1443
- export declare const CeCard: default_2.ComponentType<typeof _default_37>;
1502
+ export declare const CeCard: default_2.ComponentType<typeof _default_38>;
1444
1503
 
1445
- export declare const CeCardHeader: default_2.ComponentType<typeof _default_38>;
1504
+ export declare const CeCardHeader: default_2.ComponentType<typeof _default_39>;
1446
1505
 
1447
- export declare const CeCardText: default_2.ComponentType<typeof _default_39>;
1506
+ export declare const CeCardText: default_2.ComponentType<typeof _default_40>;
1448
1507
 
1449
- export declare const CeCheckbox: default_2.ComponentType<typeof _default_10>;
1508
+ export declare const CeCheckbox: default_2.ComponentType<typeof _default_11>;
1450
1509
 
1451
- export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_11>;
1510
+ export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_12>;
1452
1511
 
1453
- export declare const CeCol: default_2.ComponentType<typeof _default_20>;
1512
+ export declare const CeCol: default_2.ComponentType<typeof _default_21>;
1454
1513
 
1455
- export declare const CeContainer: default_2.ComponentType<typeof _default_22>;
1514
+ export declare const CeContainer: default_2.ComponentType<typeof _default_23>;
1456
1515
 
1457
- export declare const CeContentDivider: default_2.ComponentType<typeof _default_40>;
1516
+ export declare const CeContentDivider: default_2.ComponentType<typeof _default_41>;
1458
1517
 
1459
1518
  export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
1460
1519
 
@@ -1462,27 +1521,29 @@ declare type CeDataTableVueSlots = {
1462
1521
  [slotName: string]: ((ctx: any) => default_2.ReactNode) | default_2.ReactNode;
1463
1522
  };
1464
1523
 
1465
- export declare const CeDatePicker: default_2.ComponentType<typeof _default_12>;
1524
+ export declare const CeDatePicker: default_2.ComponentType<typeof _default_13>;
1466
1525
 
1467
- export declare const CeDropdown: default_2.ComponentType<typeof _default_13>;
1526
+ export declare const CeDropdown: default_2.ComponentType<typeof _default_14>;
1468
1527
 
1469
- export declare const CeFileUpload: default_2.ComponentType<typeof _default_14>;
1528
+ export declare const CeFileUpload: default_2.ComponentType<typeof _default_15>;
1470
1529
 
1471
- export declare const CeFilterGroup: default_2.ComponentType<typeof _default_30>;
1530
+ export declare const CeFilterGroup: default_2.ComponentType<typeof _default_31>;
1472
1531
 
1473
- export declare const CeFooter: default_2.ComponentType<typeof _default_41>;
1532
+ export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
1474
1533
 
1475
- export declare const CeInput: default_2.ComponentType<typeof _default_15>;
1534
+ export declare const CeInput: default_2.ComponentType<typeof _default_16>;
1476
1535
 
1477
- export declare const CeLayout: default_2.ComponentType<typeof _default_42>;
1536
+ export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
1478
1537
 
1479
- export declare const CeLoading: default_2.ComponentType<typeof _default_36>;
1538
+ export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
1480
1539
 
1481
- export declare const CeMenuHeader: default_2.ComponentType<typeof _default_24>;
1540
+ export declare const CeLoading: default_2.ComponentType<typeof _default_37>;
1482
1541
 
1483
- export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_25>;
1542
+ export declare const CeMenuHeader: default_2.ComponentType<typeof _default_25>;
1484
1543
 
1485
- export declare const CeModal: default_2.ComponentType<typeof _default_34>;
1544
+ export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_26>;
1545
+
1546
+ export declare const CeModal: default_2.ComponentType<typeof _default_35>;
1486
1547
 
1487
1548
  export declare const CePagination: default_2.ComponentType<typeof _default_2>;
1488
1549
 
@@ -1490,13 +1551,13 @@ export declare const CeProgressIndicator: default_2.ComponentType<typeof _defaul
1490
1551
 
1491
1552
  export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>;
1492
1553
 
1493
- export declare const CeRadioGroup: default_2.ComponentType<typeof _default_16>;
1554
+ export declare const CeRadioGroup: default_2.ComponentType<typeof _default_17>;
1494
1555
 
1495
- export declare const CeRow: default_2.ComponentType<typeof _default_21>;
1556
+ export declare const CeRow: default_2.ComponentType<typeof _default_22>;
1496
1557
 
1497
- export declare const CeSectionFooter: default_2.ComponentType<typeof _default_43>;
1558
+ export declare const CeSectionFooter: default_2.ComponentType<typeof _default_44>;
1498
1559
 
1499
- export declare const CeSelect: default_2.ComponentType<typeof _default_17>;
1560
+ export declare const CeSelect: default_2.ComponentType<typeof _default_18>;
1500
1561
 
1501
1562
  declare interface CeSelectFieldProps {
1502
1563
  /** Valor do select para two-way binding (v-model) */
@@ -1525,23 +1586,23 @@ declare interface CeSelectFieldProps {
1525
1586
  closeChip?: boolean;
1526
1587
  }
1527
1588
 
1528
- export declare const CeSlider: default_2.ComponentType<typeof _default_18>;
1589
+ export declare const CeSlider: default_2.ComponentType<typeof _default_19>;
1529
1590
 
1530
- export declare const CeSvgIcon: default_2.ComponentType<typeof _default_23>;
1591
+ export declare const CeSvgIcon: default_2.ComponentType<typeof _default_24>;
1531
1592
 
1532
- export declare const CeTab: default_2.ComponentType<typeof _default_27>;
1593
+ export declare const CeTab: default_2.ComponentType<typeof _default_28>;
1533
1594
 
1534
- export declare const CeTabItem: default_2.ComponentType<typeof _default_28>;
1595
+ export declare const CeTabItem: default_2.ComponentType<typeof _default_29>;
1535
1596
 
1536
- export declare const CeToast: default_2.ComponentType<typeof _default_32>;
1597
+ export declare const CeToast: default_2.ComponentType<typeof _default_33>;
1537
1598
 
1538
- export declare const CeToggle: default_2.ComponentType<typeof _default_19>;
1599
+ export declare const CeToggle: default_2.ComponentType<typeof _default_20>;
1539
1600
 
1540
- export declare const CeTooltip: default_2.ComponentType<typeof _default_35>;
1601
+ export declare const CeTooltip: default_2.ComponentType<typeof _default_36>;
1541
1602
 
1542
- declare interface DataTableDefault extends DataTableProps {
1543
- /** Ativa a opção de colorir linha sim linha não na tabela */
1544
- striped?: boolean;
1603
+ declare interface Coluna {
1604
+ text: string;
1605
+ value: string;
1545
1606
  }
1546
1607
 
1547
1608
  declare type DataTableProps = {
@@ -1553,17 +1614,25 @@ declare type DataTableProps = {
1553
1614
  search?: boolean;
1554
1615
  /** Array de objetos que serão exibidos na tabela */
1555
1616
  items: Record<string, any>[];
1617
+ /** Ativa a opção de colorir linha sim linha não na tabela */
1618
+ striped?: boolean;
1619
+ /** Define que a ordenação será feita junto ao backend */
1620
+ orderByServer?: boolean;
1621
+ /**Permitir a expansão da linha */
1622
+ expandLine?: boolean;
1556
1623
  };
1557
1624
 
1558
1625
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1559
1626
 
1560
- declare const _default_10: DefineComponent<__VLS_Props_6, {
1627
+ declare const _default_10: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1628
+
1629
+ declare const _default_11: DefineComponent<__VLS_Props_7, {
1561
1630
  /** Focus checkbox input */
1562
1631
  focus: () => void;
1563
1632
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1564
1633
  "update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
1565
1634
  change: (value: ModelValueType | CustomEvent<any>) => any;
1566
- }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
1635
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
1567
1636
  "onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
1568
1637
  onChange?: (value: ModelValueType | CustomEvent<any>) => any;
1569
1638
  }>, {
@@ -1577,23 +1646,13 @@ indeterminate: boolean;
1577
1646
  inputRef: HTMLInputElement;
1578
1647
  }, any>;
1579
1648
 
1580
- declare const _default_11: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1649
+ declare const _default_12: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1581
1650
 
1582
- declare const _default_12: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1651
+ declare const _default_13: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1583
1652
 
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>;
1653
+ declare const _default_14: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1595
1654
 
1596
- declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1655
+ declare const _default_15: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1597
1656
  "update:modelValue": (file: FileItem[]) => any;
1598
1657
  updateFiles: (file: FileItem[]) => any;
1599
1658
  }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
@@ -1609,9 +1668,9 @@ selectAll: boolean;
1609
1668
  clear: boolean;
1610
1669
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1611
1670
 
1612
- declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1671
+ declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1613
1672
 
1614
- declare const _default_16: DefineComponent<__VLS_Props_12, {
1673
+ declare const _default_17: DefineComponent<__VLS_Props_12, {
1615
1674
  /** Focus radio input */
1616
1675
  focus: (id?: string) => void;
1617
1676
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -1626,9 +1685,9 @@ disabled: boolean;
1626
1685
  block: boolean;
1627
1686
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1628
1687
 
1629
- declare const _default_17: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1688
+ declare const _default_18: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1630
1689
 
1631
- declare const _default_18: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1690
+ declare const _default_19: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1632
1691
  "update:modelValue": (value: number | number[]) => any;
1633
1692
  sendValue: (value: number | number[]) => any;
1634
1693
  }, string, PublicProps, Readonly<SliderProps> & Readonly<{
@@ -1643,18 +1702,6 @@ maxValue: number;
1643
1702
  showValue: boolean;
1644
1703
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1645
1704
 
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
1705
  declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1659
1706
  "update:modelValue": (value: number) => any;
1660
1707
  paginate: (value: number) => any;
@@ -1666,34 +1713,44 @@ totalPages: number;
1666
1713
  currentPage: number;
1667
1714
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1668
1715
 
1669
- declare const _default_20: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1716
+ declare const _default_20: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1717
+ "update:modelValue": (value: boolean) => any;
1718
+ change: (value: boolean | CustomEvent<any>) => any;
1719
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1720
+ "onUpdate:modelValue"?: (value: boolean) => any;
1721
+ onChange?: (value: boolean | CustomEvent<any>) => any;
1722
+ }>, {
1723
+ invalid: boolean;
1724
+ disabled: boolean;
1725
+ contoured: boolean;
1726
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1670
1727
 
1671
1728
  declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1672
1729
 
1673
1730
  declare const _default_22: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1674
1731
 
1675
- declare const _default_23: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1732
+ declare const _default_23: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1733
+
1734
+ declare const _default_24: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1676
1735
  fill: string;
1677
1736
  color: string;
1678
1737
  size: number | string;
1679
1738
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1680
1739
 
1681
- declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1740
+ declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1682
1741
 
1683
- declare const _default_25: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1742
+ declare const _default_26: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1684
1743
  toggleMenu: (clicado: boolean) => any;
1685
- redirect: (item: SubMenu | ItensMenu) => any;
1744
+ redirect: (item: SubMenu | ItensMenu_2) => any;
1686
1745
  }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1687
1746
  onToggleMenu?: (clicado: boolean) => any;
1688
- onRedirect?: (item: SubMenu | ItensMenu) => any;
1747
+ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
1689
1748
  }>, {
1690
1749
  isHome: boolean;
1691
1750
  isSearch: boolean;
1692
1751
  isOpen: boolean;
1693
1752
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1694
1753
 
1695
- declare const _default_26: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1696
-
1697
1754
  declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1698
1755
 
1699
1756
  declare const _default_28: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
@@ -1706,7 +1763,9 @@ declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16,
1706
1763
 
1707
1764
  declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1708
1765
 
1709
- declare const _default_32: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1766
+ declare const _default_32: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1767
+
1768
+ declare const _default_33: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1710
1769
  sendData: (data: IData_2<unknown>) => any;
1711
1770
  }, string, PublicProps, Readonly<IToastProps> & Readonly<{
1712
1771
  onSendData?: (data: IData_2<unknown>) => any;
@@ -1718,19 +1777,18 @@ showActionButton: boolean;
1718
1777
  textButton: string;
1719
1778
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1720
1779
 
1721
- declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1722
-
1723
1780
  declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1724
1781
 
1725
1782
  declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1726
1783
 
1727
- declare const _default_36: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1784
+ declare const _default_36: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1785
+
1786
+ declare const _default_37: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1728
1787
  type: "spinner" | "semi-circle" | "dots";
1788
+ background: "smoky" | "transparent";
1729
1789
  showLoading: boolean;
1730
1790
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1731
1791
 
1732
- declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1733
-
1734
1792
  declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1735
1793
 
1736
1794
  declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
@@ -1739,7 +1797,9 @@ declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, C
1739
1797
 
1740
1798
  declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1741
1799
 
1742
- declare const _default_41: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1800
+ declare const _default_41: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1801
+
1802
+ declare const _default_42: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1743
1803
  redirect: (valor?: string) => any;
1744
1804
  }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1745
1805
  onRedirect?: (valor?: string) => any;
@@ -1748,25 +1808,38 @@ variant: "1" | "2" | "3" | "4" | "5";
1748
1808
  background: "white" | "green";
1749
1809
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1750
1810
 
1751
- declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1811
+ declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1752
1812
 
1753
- declare const _default_43: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1813
+ declare const _default_44: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1754
1814
 
1755
1815
  declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1816
+ "update:modelValue": (value: number) => any;
1817
+ updatePerPage: (value: number) => any;
1818
+ }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
1819
+ "onUpdate:modelValue"?: (value: number) => any;
1820
+ onUpdatePerPage?: (value: number) => any;
1821
+ }>, {
1822
+ disabled: boolean;
1823
+ textDirection: "left" | "right";
1824
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1825
+ menuRef: HTMLDivElement;
1826
+ }, HTMLDivElement>;
1827
+
1828
+ declare const _default_6: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1756
1829
  "update:modelValue": (value: string | CustomEvent<any>) => any;
1757
1830
  filterList: (value: string | CustomEvent<any>) => any;
1758
1831
  clearFilter: () => any;
1759
1832
  "input:focus": () => any;
1760
- }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
1833
+ }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
1761
1834
  "onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
1762
1835
  onFilterList?: (value: string | CustomEvent<any>) => any;
1763
1836
  onClearFilter?: () => any;
1764
1837
  "onInput:focus"?: () => any;
1765
1838
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1766
1839
 
1767
- declare const _default_6: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1840
+ declare const _default_7: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1768
1841
 
1769
- declare const _default_7: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
1842
+ declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
1770
1843
  id: string | number;
1771
1844
  disabled: boolean;
1772
1845
  text: string;
@@ -1774,10 +1847,10 @@ variant: "text" | "radio";
1774
1847
  selected: number;
1775
1848
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1776
1849
 
1777
- declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1850
+ declare const _default_9: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1778
1851
  "update:modelValue": (value: number | CustomEvent<any>) => any;
1779
1852
  updateCurrentPage: (page: number) => any;
1780
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
1853
+ }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
1781
1854
  "onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
1782
1855
  onUpdateCurrentPage?: (page: number) => any;
1783
1856
  }>, {
@@ -1785,7 +1858,18 @@ currentPage: number;
1785
1858
  totalPage: number;
1786
1859
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1787
1860
 
1788
- declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1861
+ export declare const disableCeLoading: () => void;
1862
+
1863
+ declare interface DropdownProps {
1864
+ /** Define os itens do dropdown tipo menu */
1865
+ itemsMenu?: ItensMenu[];
1866
+ /** Define os itens do dropdown tipo seleção */
1867
+ itemsSelection?: ItemsSelection[];
1868
+ /** Define a variante do dropdown */
1869
+ variant?: 'outlined' | 'text';
1870
+ /** Define o tipo do dropdown */
1871
+ type?: 'menu' | 'selection';
1872
+ }
1789
1873
 
1790
1874
  declare interface FileItem {
1791
1875
  file: File;
@@ -1866,7 +1950,15 @@ declare interface ITabsProps {
1866
1950
  inactivate?: boolean;
1867
1951
  }
1868
1952
 
1869
- declare interface ItensMenu {
1953
+ declare interface ItemsSelection {
1954
+ text: string;
1955
+ value: string;
1956
+ visible: boolean;
1957
+ subtext?: string;
1958
+ icon?: string;
1959
+ }
1960
+
1961
+ declare interface ItensMenu_2 {
1870
1962
  text: string;
1871
1963
  path?: string;
1872
1964
  icon?: string;
@@ -1913,7 +2005,7 @@ declare type PaginationProps = {
1913
2005
  currentPage: number;
1914
2006
  };
1915
2007
 
1916
- export declare const removeToast: (id: number) => void;
2008
+ export declare const removeCeToast: (id: number) => void;
1917
2009
 
1918
2010
  declare interface SelectOption {
1919
2011
  label?: string;
@@ -2038,6 +2130,7 @@ declare module 'vue' {
2038
2130
  'ce-progress-indicator': typeof ProgressIndicatorComponent;
2039
2131
  'ce-progress-steps': typeof ProgressStepsComponent;
2040
2132
  'ce-data-table': typeof DataTableComponent;
2133
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
2041
2134
  }
2042
2135
  }
2043
2136