@choosemycompany/ui 0.15.2 → 0.15.4

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
@@ -24,7 +24,10 @@ declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {},
24
24
  gap: ButtonGroupGap;
25
25
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
26
26
 
27
- declare const __VLS_component_3: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
27
+ declare const __VLS_component_3: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
28
+ margin: boolean;
29
+ level: HeadingLevels;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
28
31
 
29
32
  declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
33
  "update:modelValue": (...args: any[]) => void;
@@ -49,12 +52,6 @@ declare type __VLS_Props = {
49
52
  };
50
53
 
51
54
  declare type __VLS_Props_10 = {
52
- size?: inputSize;
53
- variant?: inputVariant;
54
- placeholder?: string;
55
- };
56
-
57
- declare type __VLS_Props_11 = {
58
55
  id: string;
59
56
  options: SelectOption[];
60
57
  label?: string;
@@ -66,14 +63,14 @@ declare type __VLS_Props_11 = {
66
63
  description?: string;
67
64
  };
68
65
 
69
- declare type __VLS_Props_12 = {
66
+ declare type __VLS_Props_11 = {
70
67
  text: string;
71
68
  status?: Status;
72
69
  };
73
70
 
74
- declare type __VLS_Props_13 = Props;
71
+ declare type __VLS_Props_12 = Props_2;
75
72
 
76
- declare type __VLS_Props_14 = {
73
+ declare type __VLS_Props_13 = {
77
74
  itemsPerPage: number;
78
75
  currentPage: number;
79
76
  rows?: Row_2[];
@@ -82,14 +79,14 @@ declare type __VLS_Props_14 = {
82
79
  emptyText?: string;
83
80
  };
84
81
 
85
- declare type __VLS_Props_15 = {
82
+ declare type __VLS_Props_14 = {
86
83
  id?: string;
87
84
  disabled?: boolean;
88
85
  required?: boolean;
89
86
  size?: ToggleSize;
90
87
  };
91
88
 
92
- declare type __VLS_Props_16 = {
89
+ declare type __VLS_Props_15 = {
93
90
  steps: Step[];
94
91
  current: number;
95
92
  clickable?: boolean;
@@ -115,15 +112,11 @@ declare type __VLS_Props_4 = {
115
112
  };
116
113
 
117
114
  declare type __VLS_Props_5 = {
118
- level: HeadingLevels;
119
- };
120
-
121
- declare type __VLS_Props_6 = {
122
115
  name: IconName;
123
116
  color?: IconColor;
124
117
  };
125
118
 
126
- declare type __VLS_Props_7 = {
119
+ declare type __VLS_Props_6 = {
127
120
  id: string;
128
121
  label?: string;
129
122
  placeholder?: string;
@@ -138,20 +131,26 @@ declare type __VLS_Props_7 = {
138
131
  max?: number;
139
132
  };
140
133
 
141
- declare type __VLS_Props_8 = {
134
+ declare type __VLS_Props_7 = {
142
135
  href?: string;
143
136
  variant?: LogoVariant;
144
137
  language?: LogoLanguage;
145
138
  size?: LogoSize;
146
139
  };
147
140
 
148
- declare type __VLS_Props_9 = {
141
+ declare type __VLS_Props_8 = {
149
142
  currentPage: number;
150
143
  totalItems: number;
151
144
  itemsPerPage: number;
152
145
  visibleRange?: number;
153
146
  };
154
147
 
148
+ declare type __VLS_Props_9 = {
149
+ size?: inputSize;
150
+ variant?: inputVariant;
151
+ placeholder?: string;
152
+ };
153
+
155
154
  declare type __VLS_PublicProps = {
156
155
  modelValue?: string;
157
156
  } & __VLS_Props;
@@ -162,19 +161,19 @@ declare type __VLS_PublicProps_2 = {
162
161
 
163
162
  declare type __VLS_PublicProps_3 = {
164
163
  modelValue?: string | number;
165
- } & __VLS_Props_7;
164
+ } & __VLS_Props_6;
166
165
 
167
166
  declare type __VLS_PublicProps_4 = {
168
167
  modelValue?: string;
169
- } & __VLS_Props_10;
168
+ } & __VLS_Props_9;
170
169
 
171
170
  declare type __VLS_PublicProps_5 = {
172
171
  modelValue?: string | number;
173
- } & __VLS_Props_11;
172
+ } & __VLS_Props_10;
174
173
 
175
174
  declare type __VLS_PublicProps_6 = {
176
175
  modelValue?: boolean;
177
- } & __VLS_Props_15;
176
+ } & __VLS_Props_14;
178
177
 
179
178
  declare function __VLS_template(): {
180
179
  attrs: Partial<{}>;
@@ -338,7 +337,7 @@ export declare const CmcCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {
338
337
 
339
338
  export declare const CmcHeading: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
340
339
 
341
- export declare const CmcIcon: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
340
+ export declare const CmcIcon: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
342
341
  name: IconName;
343
342
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
344
343
 
@@ -346,9 +345,9 @@ export declare const CmcInput: __VLS_WithTemplateSlots_4<typeof __VLS_component_
346
345
 
347
346
  export declare const CmcLoading: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLImageElement>;
348
347
 
349
- export declare const CmcLogo: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
348
+ export declare const CmcLogo: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
350
349
  click: () => any;
351
- }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
350
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
352
351
  onClick?: (() => any) | undefined;
353
352
  }>, {
354
353
  variant: LogoVariant;
@@ -356,9 +355,9 @@ export declare const CmcLogo: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, Com
356
355
  language: LogoLanguage;
357
356
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLAnchorElement>;
358
357
 
359
- export declare const CmcPagination: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
358
+ export declare const CmcPagination: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
360
359
  "update:currentPage": (page: number) => any;
361
- }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
360
+ }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
362
361
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
363
362
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
364
363
 
@@ -381,19 +380,19 @@ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_5, {}, {}, {},
381
380
  variant: SelectVariant;
382
381
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
383
382
 
384
- export declare const CmcStatus: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
383
+ export declare const CmcStatus: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
385
384
  status: Status;
386
385
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
387
386
 
388
- export declare const CmcTable: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
387
+ export declare const CmcTable: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
389
388
  rows: Row[];
390
389
  emptyText: string;
391
390
  columns: ColumnDefinition_2[];
392
391
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableElement>;
393
392
 
394
- export declare const CmcTablePagination: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
393
+ export declare const CmcTablePagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
395
394
  "update:currentPage": (page: number) => any;
396
- }, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
395
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
397
396
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
398
397
  }>, {
399
398
  currentPage: number;
@@ -414,9 +413,9 @@ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_6, {}, {}, {},
414
413
  size: ToggleSize;
415
414
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
416
415
 
417
- export declare const CmcWizard: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
416
+ export declare const CmcWizard: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
418
417
  "update:current": (value: number) => any;
419
- }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
418
+ }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
420
419
  "onUpdate:current"?: ((value: number) => any) | undefined;
421
420
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
422
421
 
@@ -496,7 +495,12 @@ export declare const primaryTypeOptions: {
496
495
  readonly students: "students";
497
496
  };
498
497
 
499
- declare type Props<TRow extends Row = Row> = {
498
+ declare interface Props {
499
+ margin?: boolean;
500
+ level: HeadingLevels;
501
+ }
502
+
503
+ declare type Props_2<TRow extends Row = Row> = {
500
504
  rows?: TRow[];
501
505
  columns?: ColumnDefinition_2[];
502
506
  emptyText?: string;