@choosemycompany/ui 0.43.0 → 0.45.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/dist/index.d.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  import { AlertStatus } from './CmcAlert';
2
+ import { BannerBorderPosition } from './components/Molecules/CmcBanner/CmcBanner';
3
+ import { BannerBorderPosition as BannerBorderPosition_2 } from './CmcBanner';
4
+ import { BannerStatus } from './components/Molecules/CmcBanner/CmcBanner';
5
+ import { BannerStatus as BannerStatus_2 } from './CmcBanner';
2
6
  import { BreadcrumbItem } from './CmcBreadcrumb';
3
7
  import { ButtonProps } from '../CmcButton/CmcButton';
4
8
  import { ButtonProps as ButtonProps_2 } from './CmcButton';
@@ -37,19 +41,24 @@ declare const __VLS_component: DefineComponent<Props_3, {}, {}, {}, {}, Componen
37
41
  }>, {
38
42
  loading: boolean;
39
43
  type: ButtonType;
44
+ iconPosition: "left" | "right";
40
45
  disabled: boolean;
41
46
  kind: ButtonKind;
42
47
  variant: ButtonVariant;
43
48
  multiline: boolean;
44
49
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
45
50
 
46
- declare const __VLS_component_10: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
51
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
52
+
53
+ declare const __VLS_component_11: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
47
54
  close: () => any;
48
55
  }, string, PublicProps, Readonly<Props_8> & Readonly<{
49
56
  onClose?: (() => any) | undefined;
50
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
57
+ }>, {
58
+ teleport: boolean;
59
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
51
60
 
52
- declare const __VLS_component_11: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
61
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
53
62
  pagination: boolean;
54
63
  navigation: boolean;
55
64
  slidesPerView: number | "auto";
@@ -63,17 +72,19 @@ declare const __VLS_component_11: DefineComponent<__VLS_Props_27, {}, {}, {}, {}
63
72
  paginationRef: HTMLDivElement;
64
73
  }, HTMLDivElement>;
65
74
 
66
- declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
75
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
67
76
  gap: ButtonGroupGap;
68
77
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
69
78
 
70
- declare const __VLS_component_3: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
79
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
80
+
81
+ declare const __VLS_component_4: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
71
82
  color: string;
72
83
  level: HeadingLevels;
73
84
  margin: boolean;
74
85
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
75
86
 
76
- declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
87
+ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
77
88
  "update:modelValue": (...args: any[]) => void;
78
89
  }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
79
90
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -85,11 +96,11 @@ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_4, {}, {}, {}
85
96
  invalid: boolean;
86
97
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
87
98
 
88
- declare const __VLS_component_5: DefineComponent<__VLS_Props_18, {
99
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_20, {
89
100
  selectedRows: ComputedRef<{
90
101
  expendedData?: ExpandedDataFn;
91
102
  }[]>;
92
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
103
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
93
104
  rows: Row[];
94
105
  emptyText: string;
95
106
  defaultExpandedIndexes: number[];
@@ -97,9 +108,9 @@ declare const __VLS_component_5: DefineComponent<__VLS_Props_18, {
97
108
  enableRowSelection: boolean | ((row: Row_2<RowData>) => boolean);
98
109
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
99
110
 
100
- declare const __VLS_component_6: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
111
+ declare const __VLS_component_7: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
101
112
 
102
- declare const __VLS_component_7: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
113
+ declare const __VLS_component_8: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
103
114
  openOn: TooltipOpenOn;
104
115
  placement: TooltipPlacement;
105
116
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -107,14 +118,12 @@ declare const __VLS_component_7: DefineComponent<__VLS_Props_22, {}, {}, {}, {},
107
118
  tooltipRef: HTMLDivElement;
108
119
  }, any>;
109
120
 
110
- declare const __VLS_component_8: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
121
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
111
122
  submit: () => any;
112
- }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
123
+ }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
113
124
  onSubmit?: (() => any) | undefined;
114
125
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
115
126
 
116
- declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
117
-
118
127
  declare type __VLS_Props = {
119
128
  title: string;
120
129
  message: string;
@@ -122,51 +131,60 @@ declare type __VLS_Props = {
122
131
  button?: ButtonProps;
123
132
  };
124
133
 
125
- declare type __VLS_Props_10 = {
134
+ declare type __VLS_Props_10 = Props_6;
135
+
136
+ declare type __VLS_Props_11 = {
137
+ currentPage: number;
138
+ totalItems: number;
139
+ itemsPerPage: number;
140
+ visibleRange?: number;
141
+ };
142
+
143
+ declare type __VLS_Props_12 = {
126
144
  value: number;
127
145
  label?: string;
128
146
  description?: string;
129
147
  loading?: boolean;
130
148
  };
131
149
 
132
- declare type __VLS_Props_11 = {
150
+ declare type __VLS_Props_13 = {
133
151
  value: number | null;
134
152
  threshold?: number;
135
153
  loading?: boolean;
136
154
  };
137
155
 
138
- declare type __VLS_Props_12 = {
156
+ declare type __VLS_Props_14 = {
139
157
  id?: string;
140
158
  name?: string;
141
- disabled?: boolean;
142
159
  required?: boolean;
160
+ disabled?: boolean;
143
161
  };
144
162
 
145
- declare type __VLS_Props_13 = {
163
+ declare type __VLS_Props_15 = {
146
164
  id?: string;
147
165
  name?: string;
148
166
  label: string;
149
167
  description?: string;
150
- disabled?: boolean;
151
168
  required?: boolean;
169
+ disabled?: boolean;
152
170
  };
153
171
 
154
- declare type __VLS_Props_14 = {
172
+ declare type __VLS_Props_16 = {
155
173
  label: string;
156
174
  options: RadioCardOption[];
157
175
  name?: string;
158
- disabled?: boolean;
159
176
  required?: boolean;
177
+ disabled?: boolean;
160
178
  };
161
179
 
162
- declare type __VLS_Props_15 = {
180
+ declare type __VLS_Props_17 = {
163
181
  compact?: boolean;
164
182
  variant?: InputVariant;
165
183
  label?: string;
166
184
  placeholder?: string;
167
185
  };
168
186
 
169
- declare type __VLS_Props_16 = {
187
+ declare type __VLS_Props_18 = {
170
188
  id: string;
171
189
  options: SelectOptions;
172
190
  label?: string;
@@ -193,14 +211,23 @@ declare type __VLS_Props_16 = {
193
211
  groupSelect?: boolean;
194
212
  };
195
213
 
196
- declare type __VLS_Props_17 = {
214
+ declare type __VLS_Props_19 = {
197
215
  text: string;
198
216
  status?: Status;
199
217
  };
200
218
 
201
- declare type __VLS_Props_18 = Props_7;
219
+ declare type __VLS_Props_2 = {
220
+ message: string;
221
+ date?: string;
222
+ status?: BannerStatus_2;
223
+ borderPosition?: BannerBorderPosition_2;
224
+ icon?: IconName;
225
+ dismissible?: boolean;
226
+ };
202
227
 
203
- declare type __VLS_Props_19 = {
228
+ declare type __VLS_Props_20 = Props_7;
229
+
230
+ declare type __VLS_Props_21 = {
204
231
  itemsPerPage: number;
205
232
  currentPage: number;
206
233
  rows?: Row_3[];
@@ -209,54 +236,47 @@ declare type __VLS_Props_19 = {
209
236
  emptyText?: string;
210
237
  };
211
238
 
212
- declare type __VLS_Props_2 = {
213
- items: AutocompleteItem[];
214
- label?: string;
215
- loading?: boolean;
216
- placeholder?: string;
217
- description?: string;
218
- emptyValue: string;
219
- minChars?: number;
220
- debounce?: number;
221
- compact?: boolean;
222
- required?: boolean;
223
- };
224
-
225
- declare type __VLS_Props_20 = {
239
+ declare type __VLS_Props_22 = {
226
240
  message: string;
227
241
  status: ToastStatus_2;
228
242
  closable?: boolean;
229
243
  duration?: number;
230
244
  };
231
245
 
232
- declare type __VLS_Props_21 = {
246
+ declare type __VLS_Props_23 = {
233
247
  id?: string;
234
- disabled?: boolean;
235
248
  required?: boolean;
249
+ disabled?: boolean;
236
250
  size?: ToggleSize;
237
251
  };
238
252
 
239
- declare type __VLS_Props_22 = {
253
+ declare type __VLS_Props_24 = {
240
254
  openOn?: TooltipOpenOn;
241
255
  placement?: TooltipPlacement;
242
256
  };
243
257
 
244
- declare type __VLS_Props_23 = {
258
+ declare type __VLS_Props_25 = {
245
259
  steps: Step[];
246
260
  current: number;
247
261
  checkable?: boolean;
248
262
  clickable?: boolean;
249
263
  };
250
264
 
251
- declare type __VLS_Props_24 = {
265
+ declare type __VLS_Props_26 = {
252
266
  errors: ErrorItem[];
253
267
  };
254
268
 
255
- declare type __VLS_Props_25 = {
269
+ declare type __VLS_Props_27 = {
256
270
  errorMessage?: string;
271
+ required?: boolean;
257
272
  };
258
273
 
259
- declare type __VLS_Props_26 = {
274
+ declare type __VLS_Props_28 = {
275
+ options: FilterChipsOption[];
276
+ ariaLabel?: string;
277
+ };
278
+
279
+ declare type __VLS_Props_29 = {
260
280
  filterTypes: FilterTypeConfig[];
261
281
  filters: Filter[];
262
282
  title?: string;
@@ -266,7 +286,20 @@ declare type __VLS_Props_26 = {
266
286
  addFilterLabel?: string;
267
287
  };
268
288
 
269
- declare type __VLS_Props_27 = {
289
+ declare type __VLS_Props_3 = {
290
+ items: AutocompleteItem[];
291
+ label?: string;
292
+ loading?: boolean;
293
+ placeholder?: string;
294
+ description?: string;
295
+ emptyValue: string;
296
+ minChars?: number;
297
+ debounce?: number;
298
+ compact?: boolean;
299
+ required?: boolean;
300
+ };
301
+
302
+ declare type __VLS_Props_30 = {
270
303
  navigation?: boolean;
271
304
  pagination?: boolean;
272
305
  slidesPerView?: number | "auto";
@@ -275,18 +308,23 @@ declare type __VLS_Props_27 = {
275
308
  peek?: boolean;
276
309
  };
277
310
 
278
- declare type __VLS_Props_3 = {
311
+ declare type __VLS_Props_4 = {
279
312
  gap: ButtonGroupGap;
280
313
  };
281
314
 
282
- declare type __VLS_Props_4 = {
315
+ declare type __VLS_Props_5 = {
316
+ tagLabel?: string;
317
+ headerColor?: string;
318
+ };
319
+
320
+ declare type __VLS_Props_6 = {
283
321
  id?: string;
284
- disabled?: boolean;
285
322
  required?: boolean;
323
+ disabled?: boolean;
286
324
  indeterminate?: boolean;
287
325
  };
288
326
 
289
- declare type __VLS_Props_5 = {
327
+ declare type __VLS_Props_7 = {
290
328
  id: string;
291
329
  label?: string;
292
330
  ariaLabel?: string;
@@ -306,66 +344,61 @@ declare type __VLS_Props_5 = {
306
344
  maxDate?: Date | string;
307
345
  };
308
346
 
309
- declare type __VLS_Props_6 = {
347
+ declare type __VLS_Props_8 = {
310
348
  name: IconName;
311
349
  color?: IconColor;
312
350
  };
313
351
 
314
- declare type __VLS_Props_7 = Props_5;
315
-
316
- declare type __VLS_Props_8 = Props_6;
317
-
318
- declare type __VLS_Props_9 = {
319
- currentPage: number;
320
- totalItems: number;
321
- itemsPerPage: number;
322
- visibleRange?: number;
323
- };
352
+ declare type __VLS_Props_9 = Props_5;
324
353
 
325
354
  declare type __VLS_PublicProps = {
326
355
  modelValue?: string | null;
327
356
  "search"?: string;
328
- } & __VLS_Props_2;
357
+ } & __VLS_Props_3;
329
358
 
330
359
  declare type __VLS_PublicProps_10 = {
331
360
  modelValue?: string | number | string[] | number[];
332
- } & __VLS_Props_16;
361
+ } & __VLS_Props_18;
333
362
 
334
363
  declare type __VLS_PublicProps_11 = {
335
364
  modelValue?: boolean;
336
- } & __VLS_Props_21;
365
+ } & __VLS_Props_23;
366
+
367
+ declare type __VLS_PublicProps_12 = {
368
+ modelValue?: string | number;
369
+ } & __VLS_Props_28;
337
370
 
338
371
  declare type __VLS_PublicProps_2 = {
339
372
  modelValue?: boolean;
340
- } & __VLS_Props_4;
373
+ } & __VLS_Props_6;
341
374
 
342
375
  declare type __VLS_PublicProps_3 = {
343
376
  modelValue?: Date | Date[] | DateMonthYear | null;
344
- } & __VLS_Props_5;
377
+ } & __VLS_Props_7;
345
378
 
346
379
  declare type __VLS_PublicProps_4 = {
347
380
  modelValue?: string | number;
348
- } & __VLS_Props_7;
381
+ } & __VLS_Props_9;
349
382
 
350
383
  declare type __VLS_PublicProps_5 = {
351
384
  modelValue?: string;
352
- } & __VLS_Props_8;
385
+ } & __VLS_Props_10;
353
386
 
354
387
  declare type __VLS_PublicProps_6 = {
355
388
  modelValue?: boolean;
356
- } & __VLS_Props_12;
389
+ } & __VLS_Props_14;
357
390
 
358
391
  declare type __VLS_PublicProps_7 = {
359
392
  modelValue?: boolean;
360
- } & __VLS_Props_13;
393
+ } & __VLS_Props_15;
361
394
 
362
395
  declare type __VLS_PublicProps_8 = {
363
396
  modelValue?: string | number | null;
364
- } & __VLS_Props_14;
397
+ } & __VLS_Props_16;
365
398
 
366
399
  declare type __VLS_PublicProps_9 = {
367
400
  modelValue?: string;
368
- } & __VLS_Props_15;
401
+ } & __VLS_Props_17;
369
402
 
370
403
  declare function __VLS_template(): {
371
404
  attrs: Partial<{}>;
@@ -386,6 +419,15 @@ declare function __VLS_template_10(): {
386
419
  };
387
420
 
388
421
  declare function __VLS_template_11(): {
422
+ attrs: Partial<{}>;
423
+ slots: {
424
+ default?(_: {}): any;
425
+ };
426
+ refs: {};
427
+ rootEl: any;
428
+ };
429
+
430
+ declare function __VLS_template_12(): {
389
431
  attrs: Partial<{}>;
390
432
  slots: {
391
433
  default?(_: {}): any;
@@ -409,6 +451,16 @@ declare function __VLS_template_2(): {
409
451
  };
410
452
 
411
453
  declare function __VLS_template_3(): {
454
+ attrs: Partial<{}>;
455
+ slots: {
456
+ default?(_: {}): any;
457
+ footer?(_: {}): any;
458
+ };
459
+ refs: {};
460
+ rootEl: HTMLDivElement;
461
+ };
462
+
463
+ declare function __VLS_template_4(): {
412
464
  attrs: Partial<{}>;
413
465
  slots: {
414
466
  default?(_: {}): any;
@@ -421,7 +473,7 @@ declare function __VLS_template_3(): {
421
473
  rootEl: any;
422
474
  };
423
475
 
424
- declare function __VLS_template_4(): {
476
+ declare function __VLS_template_5(): {
425
477
  attrs: Partial<{}>;
426
478
  slots: {
427
479
  left?(_: {}): any;
@@ -431,7 +483,7 @@ declare function __VLS_template_4(): {
431
483
  rootEl: HTMLDivElement;
432
484
  };
433
485
 
434
- declare function __VLS_template_5(): {
486
+ declare function __VLS_template_6(): {
435
487
  attrs: Partial<{}>;
436
488
  slots: {
437
489
  'expanded-row'?(_: {
@@ -443,7 +495,7 @@ declare function __VLS_template_5(): {
443
495
  rootEl: HTMLDivElement;
444
496
  };
445
497
 
446
- declare function __VLS_template_6(): {
498
+ declare function __VLS_template_7(): {
447
499
  attrs: Partial<{}>;
448
500
  slots: {
449
501
  default?(_: {}): any;
@@ -452,7 +504,7 @@ declare function __VLS_template_6(): {
452
504
  rootEl: any;
453
505
  };
454
506
 
455
- declare function __VLS_template_7(): {
507
+ declare function __VLS_template_8(): {
456
508
  attrs: Partial<{}>;
457
509
  slots: {
458
510
  trigger?(_: {}): any;
@@ -465,7 +517,7 @@ declare function __VLS_template_7(): {
465
517
  rootEl: any;
466
518
  };
467
519
 
468
- declare function __VLS_template_8(): {
520
+ declare function __VLS_template_9(): {
469
521
  attrs: Partial<{}>;
470
522
  slots: {
471
523
  header?(_: {}): any;
@@ -476,21 +528,14 @@ declare function __VLS_template_8(): {
476
528
  rootEl: HTMLDivElement;
477
529
  };
478
530
 
479
- declare function __VLS_template_9(): {
480
- attrs: Partial<{}>;
481
- slots: {
482
- default?(_: {}): any;
483
- };
484
- refs: {};
485
- rootEl: HTMLDivElement;
486
- };
487
-
488
531
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
489
532
 
490
533
  declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
491
534
 
492
535
  declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
493
536
 
537
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
538
+
494
539
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
495
540
 
496
541
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
@@ -525,6 +570,12 @@ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
525
570
  };
526
571
  };
527
572
 
573
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
574
+ new (): {
575
+ $slots: S;
576
+ };
577
+ };
578
+
528
579
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
529
580
  new (): {
530
581
  $slots: S;
@@ -595,6 +646,23 @@ declare const badgePillVariantOptions: {
595
646
  readonly outline: "outline";
596
647
  };
597
648
 
649
+ export { BannerBorderPosition }
650
+
651
+ export declare const bannerBorderPositionOptions: {
652
+ readonly left: "left";
653
+ readonly bottom: "bottom";
654
+ };
655
+
656
+ export { BannerStatus }
657
+
658
+ export declare const bannerStatusOptions: {
659
+ readonly brand: "brand";
660
+ readonly error: "error";
661
+ readonly info: "info";
662
+ readonly success: "success";
663
+ readonly warning: "warning";
664
+ };
665
+
598
666
  declare type ButtonGroupGap = keyof typeof buttonGroupGapOptions;
599
667
 
600
668
  declare const buttonGroupGapOptions: {
@@ -673,12 +741,26 @@ export declare const CmcBadgePill: DefineComponent<Props_2, {}, {}, {}, {}, Comp
673
741
  variant: BadgePillVariant;
674
742
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
675
743
 
744
+ export declare const CmcBanner: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
745
+ close: () => any;
746
+ }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
747
+ onClose?: (() => any) | undefined;
748
+ }>, {
749
+ icon: IconName;
750
+ status: BannerStatus_2;
751
+ date: string;
752
+ borderPosition: BannerBorderPosition_2;
753
+ dismissible: boolean;
754
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
755
+
676
756
  export declare const CmcBreadcrumb: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
677
757
 
678
758
  export declare const CmcButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
679
759
 
680
760
  export declare const CmcButtonGroup: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
681
761
 
762
+ export declare const CmcCard: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
763
+
682
764
  export declare const CmcCertificate: DefineComponent<CertificateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CertificateProps> & Readonly<{}>, {
683
765
  rank: Rank_2;
684
766
  version: CertificateVersion;
@@ -711,11 +793,20 @@ export declare const CmcDatePicker: DefineComponent<__VLS_PublicProps_3, {}, {},
711
793
  yearPicker: boolean;
712
794
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
713
795
 
714
- export declare const CmcFilterModal: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
796
+ export declare const CmcFilterChips: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
797
+ "update:modelValue": (value: string | number) => any;
798
+ } & {
799
+ change: (value: string | number) => any;
800
+ }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
801
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
802
+ onChange?: ((value: string | number) => any) | undefined;
803
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
804
+
805
+ export declare const CmcFilterModal: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
715
806
  close: () => any;
716
807
  apply: (filters: Filter[]) => any;
717
808
  erase: () => any;
718
- }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
809
+ }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
719
810
  onClose?: (() => any) | undefined;
720
811
  onApply?: ((filters: Filter[]) => any) | undefined;
721
812
  onErase?: (() => any) | undefined;
@@ -729,19 +820,19 @@ export declare const CmcFilterModal: DefineComponent<__VLS_Props_26, {}, {}, {},
729
820
  dropdownRef: HTMLDivElement;
730
821
  }, HTMLDivElement>;
731
822
 
732
- export declare const CmcForm: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
823
+ export declare const CmcForm: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
733
824
 
734
- export declare const CmcFormField: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
825
+ export declare const CmcFormField: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
735
826
 
736
- export declare const CmcGauge: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
827
+ export declare const CmcGauge: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
737
828
 
738
- export declare const CmcHeading: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
829
+ export declare const CmcHeading: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
739
830
 
740
- export declare const CmcIcon: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
831
+ export declare const CmcIcon: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
741
832
  name: IconName;
742
833
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
743
834
 
744
- export declare const CmcInput: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
835
+ export declare const CmcInput: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
745
836
 
746
837
  export declare const CmcLoading: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLImageElement>;
747
838
 
@@ -752,15 +843,15 @@ export declare const CmcMedal: DefineComponent<MedalProps, {}, {}, {}, {}, Compo
752
843
  version: MedalVersion;
753
844
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
754
845
 
755
- export declare const CmcModal: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
846
+ export declare const CmcModal: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
756
847
 
757
- export declare const CmcPagination: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
848
+ export declare const CmcPagination: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
758
849
  "update:currentPage": (page: number) => any;
759
- }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
850
+ }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
760
851
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
761
852
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
762
853
 
763
- export declare const CmcProgressBar: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
854
+ export declare const CmcProgressBar: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
764
855
 
765
856
  export declare const CmcRadioButton: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
766
857
  "update:modelValue": (value: boolean) => any;
@@ -856,17 +947,17 @@ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_10, {}, {}, {}
856
947
  searchInputEl: HTMLInputElement;
857
948
  }, HTMLDivElement>;
858
949
 
859
- export declare const CmcStatus: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
950
+ export declare const CmcStatus: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
860
951
  status: Status;
861
952
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
862
953
 
863
- export declare const CmcSwiper: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
954
+ export declare const CmcSwiper: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
864
955
 
865
- export declare const CmcTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
956
+ export declare const CmcTable: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
866
957
 
867
- export declare const CmcTablePagination: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
958
+ export declare const CmcTablePagination: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
868
959
  "update:currentPage": (page: number) => any;
869
- }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
960
+ }, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
870
961
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
871
962
  }>, {
872
963
  rows: Row_3[];
@@ -887,11 +978,11 @@ export declare const CmcTextarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {
887
978
  rows: number;
888
979
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
889
980
 
890
- export declare const CmcTitle: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
981
+ export declare const CmcTitle: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
891
982
 
892
- export declare const CmcToast: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
983
+ export declare const CmcToast: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
893
984
  close: () => any;
894
- }, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
985
+ }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
895
986
  onClose?: (() => any) | undefined;
896
987
  }>, {
897
988
  closable: boolean;
@@ -908,11 +999,11 @@ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_11, {}, {}, {}
908
999
  disabled: boolean;
909
1000
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
910
1001
 
911
- export declare const CmcTooltip: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1002
+ export declare const CmcTooltip: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
912
1003
 
913
- export declare const CmcWizard: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1004
+ export declare const CmcWizard: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
914
1005
  "update:current": (value: number) => any;
915
- }, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
1006
+ }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
916
1007
  "onUpdate:current"?: ((value: number) => any) | undefined;
917
1008
  }>, {
918
1009
  checkable: boolean;
@@ -956,6 +1047,11 @@ export declare interface Filter {
956
1047
  dateValue?: Date | Date[] | null;
957
1048
  }
958
1049
 
1050
+ export declare interface FilterChipsOption {
1051
+ value: string | number;
1052
+ label: string;
1053
+ }
1054
+
959
1055
  export declare interface FilterTypeConfig {
960
1056
  value: string;
961
1057
  label: string;
@@ -1119,6 +1215,7 @@ declare type Props_7<TRow extends Row = Row> = {
1119
1215
 
1120
1216
  declare interface Props_8 {
1121
1217
  title: string;
1218
+ teleport?: boolean;
1122
1219
  }
1123
1220
 
1124
1221
  export declare interface RadioCardOption {