@choosemycompany/ui 0.22.1 → 0.24.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
@@ -50,13 +50,13 @@ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_3, {}, {}, {}
50
50
 
51
51
  declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
52
52
 
53
- declare const __VLS_component_6: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
53
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
54
54
  submit: () => any;
55
- }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
55
+ }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
56
56
  onSubmit?: (() => any) | undefined;
57
57
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
58
58
 
59
- declare const __VLS_component_7: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
59
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
60
60
 
61
61
  declare type __VLS_Props = {
62
62
  title: string;
@@ -66,6 +66,19 @@ declare type __VLS_Props = {
66
66
  };
67
67
 
68
68
  declare type __VLS_Props_10 = {
69
+ value: number;
70
+ label?: string;
71
+ loading?: boolean;
72
+ };
73
+
74
+ declare type __VLS_Props_11 = {
75
+ size?: InputSize;
76
+ variant?: InputVariant;
77
+ label?: string;
78
+ placeholder?: string;
79
+ };
80
+
81
+ declare type __VLS_Props_12 = {
69
82
  id: string;
70
83
  options: SelectOption[];
71
84
  label?: string;
@@ -78,14 +91,14 @@ declare type __VLS_Props_10 = {
78
91
  width?: number;
79
92
  };
80
93
 
81
- declare type __VLS_Props_11 = {
94
+ declare type __VLS_Props_13 = {
82
95
  text: string;
83
96
  status?: Status;
84
97
  };
85
98
 
86
- declare type __VLS_Props_12 = Props_5;
99
+ declare type __VLS_Props_14 = Props_5;
87
100
 
88
- declare type __VLS_Props_13 = {
101
+ declare type __VLS_Props_15 = {
89
102
  itemsPerPage: number;
90
103
  currentPage: number;
91
104
  rows?: Row_2[];
@@ -94,24 +107,24 @@ declare type __VLS_Props_13 = {
94
107
  emptyText?: string;
95
108
  };
96
109
 
97
- declare type __VLS_Props_14 = {
110
+ declare type __VLS_Props_16 = {
98
111
  id?: string;
99
112
  disabled?: boolean;
100
113
  required?: boolean;
101
114
  size?: ToggleSize;
102
115
  };
103
116
 
104
- declare type __VLS_Props_15 = {
117
+ declare type __VLS_Props_17 = {
105
118
  steps: Step[];
106
119
  current: number;
107
120
  clickable?: boolean;
108
121
  };
109
122
 
110
- declare type __VLS_Props_16 = {
123
+ declare type __VLS_Props_18 = {
111
124
  errors: ErrorItem[];
112
125
  };
113
126
 
114
- declare type __VLS_Props_17 = {
127
+ declare type __VLS_Props_19 = {
115
128
  errorMessage?: string;
116
129
  };
117
130
 
@@ -172,10 +185,10 @@ declare type __VLS_Props_8 = {
172
185
  };
173
186
 
174
187
  declare type __VLS_Props_9 = {
175
- size?: InputSize;
176
- variant?: InputVariant;
188
+ value: number;
177
189
  label?: string;
178
- placeholder?: string;
190
+ description?: string;
191
+ loading?: boolean;
179
192
  };
180
193
 
181
194
  declare type __VLS_PublicProps = {
@@ -193,15 +206,15 @@ declare type __VLS_PublicProps_3 = {
193
206
 
194
207
  declare type __VLS_PublicProps_4 = {
195
208
  modelValue?: string;
196
- } & __VLS_Props_9;
209
+ } & __VLS_Props_11;
197
210
 
198
211
  declare type __VLS_PublicProps_5 = {
199
212
  modelValue?: string | number;
200
- } & __VLS_Props_10;
213
+ } & __VLS_Props_12;
201
214
 
202
215
  declare type __VLS_PublicProps_6 = {
203
216
  modelValue?: boolean;
204
- } & __VLS_Props_14;
217
+ } & __VLS_Props_16;
205
218
 
206
219
  declare function __VLS_template(): {
207
220
  attrs: Partial<{}>;
@@ -446,6 +459,8 @@ export declare const CmcForm: __VLS_WithTemplateSlots_6<typeof __VLS_component_6
446
459
 
447
460
  export declare const CmcFormField: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
448
461
 
462
+ export declare const CmcGauge: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
463
+
449
464
  export declare const CmcHeading: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
450
465
 
451
466
  export declare const CmcIcon: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
@@ -472,6 +487,8 @@ export declare const CmcPagination: DefineComponent<__VLS_Props_8, {}, {}, {}, {
472
487
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
473
488
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
474
489
 
490
+ export declare const CmcProgressBar: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
491
+
475
492
  export declare const CmcSearch: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
476
493
  "update:modelValue": (value: string) => any;
477
494
  }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
@@ -493,19 +510,19 @@ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_5, {}, {}, {},
493
510
  invalid: boolean;
494
511
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
495
512
 
496
- export declare const CmcStatus: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
513
+ export declare const CmcStatus: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
497
514
  status: Status;
498
515
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
499
516
 
500
- export declare const CmcTable: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
517
+ export declare const CmcTable: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
501
518
  rows: Row[];
502
519
  emptyText: string;
503
520
  columns: ColumnDefinition_2[];
504
521
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableElement>;
505
522
 
506
- export declare const CmcTablePagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
523
+ export declare const CmcTablePagination: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
507
524
  "update:currentPage": (page: number) => any;
508
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
525
+ }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
509
526
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
510
527
  }>, {
511
528
  currentPage: number;
@@ -526,9 +543,9 @@ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_6, {}, {}, {},
526
543
  size: ToggleSize;
527
544
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
528
545
 
529
- export declare const CmcWizard: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
546
+ export declare const CmcWizard: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
530
547
  "update:current": (value: number) => any;
531
- }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
548
+ }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
532
549
  "onUpdate:current"?: ((value: number) => any) | undefined;
533
550
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
534
551