@choosemycompany/ui 0.23.0 → 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/assets/index.css +1 -1
- package/dist/index.d.ts +30 -21
- package/dist/index.js +526 -464
- package/dist/index.umd.js +6 -6
- package/package.json +1 -1
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<
|
|
53
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
54
54
|
submit: () => any;
|
|
55
|
-
}, string, PublicProps, 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<
|
|
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,13 +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 = {
|
|
69
75
|
size?: InputSize;
|
|
70
76
|
variant?: InputVariant;
|
|
71
77
|
label?: string;
|
|
72
78
|
placeholder?: string;
|
|
73
79
|
};
|
|
74
80
|
|
|
75
|
-
declare type
|
|
81
|
+
declare type __VLS_Props_12 = {
|
|
76
82
|
id: string;
|
|
77
83
|
options: SelectOption[];
|
|
78
84
|
label?: string;
|
|
@@ -85,14 +91,14 @@ declare type __VLS_Props_11 = {
|
|
|
85
91
|
width?: number;
|
|
86
92
|
};
|
|
87
93
|
|
|
88
|
-
declare type
|
|
94
|
+
declare type __VLS_Props_13 = {
|
|
89
95
|
text: string;
|
|
90
96
|
status?: Status;
|
|
91
97
|
};
|
|
92
98
|
|
|
93
|
-
declare type
|
|
99
|
+
declare type __VLS_Props_14 = Props_5;
|
|
94
100
|
|
|
95
|
-
declare type
|
|
101
|
+
declare type __VLS_Props_15 = {
|
|
96
102
|
itemsPerPage: number;
|
|
97
103
|
currentPage: number;
|
|
98
104
|
rows?: Row_2[];
|
|
@@ -101,24 +107,24 @@ declare type __VLS_Props_14 = {
|
|
|
101
107
|
emptyText?: string;
|
|
102
108
|
};
|
|
103
109
|
|
|
104
|
-
declare type
|
|
110
|
+
declare type __VLS_Props_16 = {
|
|
105
111
|
id?: string;
|
|
106
112
|
disabled?: boolean;
|
|
107
113
|
required?: boolean;
|
|
108
114
|
size?: ToggleSize;
|
|
109
115
|
};
|
|
110
116
|
|
|
111
|
-
declare type
|
|
117
|
+
declare type __VLS_Props_17 = {
|
|
112
118
|
steps: Step[];
|
|
113
119
|
current: number;
|
|
114
120
|
clickable?: boolean;
|
|
115
121
|
};
|
|
116
122
|
|
|
117
|
-
declare type
|
|
123
|
+
declare type __VLS_Props_18 = {
|
|
118
124
|
errors: ErrorItem[];
|
|
119
125
|
};
|
|
120
126
|
|
|
121
|
-
declare type
|
|
127
|
+
declare type __VLS_Props_19 = {
|
|
122
128
|
errorMessage?: string;
|
|
123
129
|
};
|
|
124
130
|
|
|
@@ -181,6 +187,7 @@ declare type __VLS_Props_8 = {
|
|
|
181
187
|
declare type __VLS_Props_9 = {
|
|
182
188
|
value: number;
|
|
183
189
|
label?: string;
|
|
190
|
+
description?: string;
|
|
184
191
|
loading?: boolean;
|
|
185
192
|
};
|
|
186
193
|
|
|
@@ -199,15 +206,15 @@ declare type __VLS_PublicProps_3 = {
|
|
|
199
206
|
|
|
200
207
|
declare type __VLS_PublicProps_4 = {
|
|
201
208
|
modelValue?: string;
|
|
202
|
-
} &
|
|
209
|
+
} & __VLS_Props_11;
|
|
203
210
|
|
|
204
211
|
declare type __VLS_PublicProps_5 = {
|
|
205
212
|
modelValue?: string | number;
|
|
206
|
-
} &
|
|
213
|
+
} & __VLS_Props_12;
|
|
207
214
|
|
|
208
215
|
declare type __VLS_PublicProps_6 = {
|
|
209
216
|
modelValue?: boolean;
|
|
210
|
-
} &
|
|
217
|
+
} & __VLS_Props_16;
|
|
211
218
|
|
|
212
219
|
declare function __VLS_template(): {
|
|
213
220
|
attrs: Partial<{}>;
|
|
@@ -452,6 +459,8 @@ export declare const CmcForm: __VLS_WithTemplateSlots_6<typeof __VLS_component_6
|
|
|
452
459
|
|
|
453
460
|
export declare const CmcFormField: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
454
461
|
|
|
462
|
+
export declare const CmcGauge: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
463
|
+
|
|
455
464
|
export declare const CmcHeading: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
456
465
|
|
|
457
466
|
export declare const CmcIcon: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
@@ -478,7 +487,7 @@ export declare const CmcPagination: DefineComponent<__VLS_Props_8, {}, {}, {}, {
|
|
|
478
487
|
"onUpdate:currentPage"?: ((page: number) => any) | undefined;
|
|
479
488
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
480
489
|
|
|
481
|
-
export declare const CmcProgressBar: DefineComponent<
|
|
490
|
+
export declare const CmcProgressBar: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
482
491
|
|
|
483
492
|
export declare const CmcSearch: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
484
493
|
"update:modelValue": (value: string) => any;
|
|
@@ -501,19 +510,19 @@ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_5, {}, {}, {},
|
|
|
501
510
|
invalid: boolean;
|
|
502
511
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
503
512
|
|
|
504
|
-
export declare const CmcStatus: DefineComponent<
|
|
513
|
+
export declare const CmcStatus: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
505
514
|
status: Status;
|
|
506
515
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
507
516
|
|
|
508
|
-
export declare const CmcTable: DefineComponent<
|
|
517
|
+
export declare const CmcTable: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
509
518
|
rows: Row[];
|
|
510
519
|
emptyText: string;
|
|
511
520
|
columns: ColumnDefinition_2[];
|
|
512
521
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableElement>;
|
|
513
522
|
|
|
514
|
-
export declare const CmcTablePagination: DefineComponent<
|
|
523
|
+
export declare const CmcTablePagination: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
515
524
|
"update:currentPage": (page: number) => any;
|
|
516
|
-
}, string, PublicProps, Readonly<
|
|
525
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
517
526
|
"onUpdate:currentPage"?: ((page: number) => any) | undefined;
|
|
518
527
|
}>, {
|
|
519
528
|
currentPage: number;
|
|
@@ -534,9 +543,9 @@ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_6, {}, {}, {},
|
|
|
534
543
|
size: ToggleSize;
|
|
535
544
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
536
545
|
|
|
537
|
-
export declare const CmcWizard: DefineComponent<
|
|
546
|
+
export declare const CmcWizard: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
538
547
|
"update:current": (value: number) => any;
|
|
539
|
-
}, string, PublicProps, Readonly<
|
|
548
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
540
549
|
"onUpdate:current"?: ((value: number) => any) | undefined;
|
|
541
550
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
542
551
|
|