@choosemycompany/ui 0.34.0 → 0.35.1

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
@@ -18,6 +18,8 @@ import { GlobalComponents } from 'vue';
18
18
  import { GlobalDirectives } from 'vue';
19
19
  import { HoverMenuConfig } from './CmcTable.d.ts';
20
20
  import { MethodOptions } from 'vue';
21
+ import { Month } from './types';
22
+ import { Month as Month_2 } from '../../../../../../../src/types';
21
23
  import { MultiselectMixinProps } from 'vue-multiselect';
22
24
  import { PointerMixinProps } from 'vue-multiselect';
23
25
  import { PublicProps } from 'vue';
@@ -39,13 +41,13 @@ declare const __VLS_component: DefineComponent<Props_3, {}, {}, {}, {}, Componen
39
41
  multiline: boolean;
40
42
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
41
43
 
42
- declare const __VLS_component_10: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
44
+ declare const __VLS_component_10: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
43
45
  close: () => any;
44
- }, string, PublicProps, Readonly<Props_7> & Readonly<{
46
+ }, string, PublicProps, Readonly<Props_8> & Readonly<{
45
47
  onClose?: (() => any) | undefined;
46
48
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
47
49
 
48
- declare const __VLS_component_11: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
50
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
49
51
  pagination: boolean;
50
52
  navigation: boolean;
51
53
  slidesPerView: number | "auto";
@@ -81,11 +83,11 @@ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_4, {}, {}, {}
81
83
  invalid: boolean;
82
84
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
83
85
 
84
- declare const __VLS_component_5: DefineComponent<__VLS_Props_14, {
86
+ declare const __VLS_component_5: DefineComponent<__VLS_Props_15, {
85
87
  selectedRows: ComputedRef<{
86
88
  expendedData?: ExpandedDataFn;
87
89
  }[]>;
88
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
90
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
89
91
  rows: Row[];
90
92
  emptyText: string;
91
93
  defaultExpandedIndexes: number[];
@@ -95,19 +97,19 @@ declare const __VLS_component_5: DefineComponent<__VLS_Props_14, {
95
97
 
96
98
  declare const __VLS_component_6: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
97
99
 
98
- declare const __VLS_component_7: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
100
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
99
101
  openOn: TooltipOpenOn;
100
102
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
101
103
  triggerRef: HTMLDivElement;
102
104
  }, any>;
103
105
 
104
- declare const __VLS_component_8: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
106
+ declare const __VLS_component_8: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
105
107
  submit: () => any;
106
- }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
108
+ }, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
107
109
  onSubmit?: (() => any) | undefined;
108
110
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
109
111
 
110
- declare const __VLS_component_9: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
112
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
111
113
 
112
114
  declare type __VLS_Props = {
113
115
  title: string;
@@ -117,19 +119,26 @@ declare type __VLS_Props = {
117
119
  };
118
120
 
119
121
  declare type __VLS_Props_10 = {
122
+ value: number;
123
+ label?: string;
124
+ description?: string;
125
+ loading?: boolean;
126
+ };
127
+
128
+ declare type __VLS_Props_11 = {
120
129
  value: number | null;
121
130
  threshold?: number;
122
131
  loading?: boolean;
123
132
  };
124
133
 
125
- declare type __VLS_Props_11 = {
134
+ declare type __VLS_Props_12 = {
126
135
  compact?: boolean;
127
136
  variant?: InputVariant;
128
137
  label?: string;
129
138
  placeholder?: string;
130
139
  };
131
140
 
132
- declare type __VLS_Props_12 = {
141
+ declare type __VLS_Props_13 = {
133
142
  id: string;
134
143
  options: SelectOptions;
135
144
  label?: string;
@@ -155,14 +164,14 @@ declare type __VLS_Props_12 = {
155
164
  groupSelect?: boolean;
156
165
  };
157
166
 
158
- declare type __VLS_Props_13 = {
167
+ declare type __VLS_Props_14 = {
159
168
  text: string;
160
169
  status?: Status;
161
170
  };
162
171
 
163
- declare type __VLS_Props_14 = Props_6;
172
+ declare type __VLS_Props_15 = Props_7;
164
173
 
165
- declare type __VLS_Props_15 = {
174
+ declare type __VLS_Props_16 = {
166
175
  itemsPerPage: number;
167
176
  currentPage: number;
168
177
  rows?: Row_3[];
@@ -171,27 +180,23 @@ declare type __VLS_Props_15 = {
171
180
  emptyText?: string;
172
181
  };
173
182
 
174
- declare type __VLS_Props_16 = {
183
+ declare type __VLS_Props_17 = {
175
184
  id?: string;
176
185
  disabled?: boolean;
177
186
  required?: boolean;
178
187
  size?: ToggleSize;
179
188
  };
180
189
 
181
- declare type __VLS_Props_17 = {
190
+ declare type __VLS_Props_18 = {
182
191
  openOn?: TooltipOpenOn;
183
192
  };
184
193
 
185
- declare type __VLS_Props_18 = {
194
+ declare type __VLS_Props_19 = {
186
195
  steps: Step[];
187
196
  current: number;
188
197
  clickable?: boolean;
189
198
  };
190
199
 
191
- declare type __VLS_Props_19 = {
192
- errors: ErrorItem[];
193
- };
194
-
195
200
  declare type __VLS_Props_2 = {
196
201
  items: AutocompleteItem[];
197
202
  label?: string;
@@ -205,10 +210,14 @@ declare type __VLS_Props_2 = {
205
210
  };
206
211
 
207
212
  declare type __VLS_Props_20 = {
208
- errorMessage?: string;
213
+ errors: ErrorItem[];
209
214
  };
210
215
 
211
216
  declare type __VLS_Props_21 = {
217
+ errorMessage?: string;
218
+ };
219
+
220
+ declare type __VLS_Props_22 = {
212
221
  filterTypes: FilterTypeConfig[];
213
222
  filters: Filter[];
214
223
  title?: string;
@@ -218,7 +227,7 @@ declare type __VLS_Props_21 = {
218
227
  addFilterLabel?: string;
219
228
  };
220
229
 
221
- declare type __VLS_Props_22 = {
230
+ declare type __VLS_Props_23 = {
222
231
  navigation?: boolean;
223
232
  pagination?: boolean;
224
233
  slidesPerView?: number | "auto";
@@ -264,20 +273,15 @@ declare type __VLS_Props_6 = {
264
273
 
265
274
  declare type __VLS_Props_7 = Props_5;
266
275
 
267
- declare type __VLS_Props_8 = {
276
+ declare type __VLS_Props_8 = Props_6;
277
+
278
+ declare type __VLS_Props_9 = {
268
279
  currentPage: number;
269
280
  totalItems: number;
270
281
  itemsPerPage: number;
271
282
  visibleRange?: number;
272
283
  };
273
284
 
274
- declare type __VLS_Props_9 = {
275
- value: number;
276
- label?: string;
277
- description?: string;
278
- loading?: boolean;
279
- };
280
-
281
285
  declare type __VLS_PublicProps = {
282
286
  modelValue?: string | null;
283
287
  "search"?: string;
@@ -297,15 +301,19 @@ declare type __VLS_PublicProps_4 = {
297
301
 
298
302
  declare type __VLS_PublicProps_5 = {
299
303
  modelValue?: string;
300
- } & __VLS_Props_11;
304
+ } & __VLS_Props_8;
301
305
 
302
306
  declare type __VLS_PublicProps_6 = {
303
- modelValue?: string | number | string[] | number[];
307
+ modelValue?: string;
304
308
  } & __VLS_Props_12;
305
309
 
306
310
  declare type __VLS_PublicProps_7 = {
311
+ modelValue?: string | number | string[] | number[];
312
+ } & __VLS_Props_13;
313
+
314
+ declare type __VLS_PublicProps_8 = {
307
315
  modelValue?: boolean;
308
- } & __VLS_Props_16;
316
+ } & __VLS_Props_17;
309
317
 
310
318
  declare function __VLS_template(): {
311
319
  attrs: Partial<{}>;
@@ -570,12 +578,20 @@ declare interface CertificateProps {
570
578
  primaryType: PrimaryType;
571
579
  rank?: Rank;
572
580
  period: number;
573
- month?: Month;
581
+ month?: Month_2;
574
582
  country: string;
575
583
  width?: number;
576
584
  height?: number;
585
+ version?: CertificateVersion;
577
586
  }
578
587
 
588
+ export declare type CertificateVersion = (typeof certificateVersionOptions)[keyof typeof certificateVersionOptions];
589
+
590
+ export declare const certificateVersionOptions: {
591
+ readonly cmc2026: "cmc-2026";
592
+ readonly cmc2026haw: "cmc-2026-haw";
593
+ };
594
+
579
595
  export declare const CmcAlert: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
580
596
  click: () => any;
581
597
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -611,6 +627,7 @@ export declare const CmcButtonGroup: __VLS_WithTemplateSlots_2<typeof __VLS_comp
611
627
 
612
628
  export declare const CmcCertificate: DefineComponent<CertificateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CertificateProps> & Readonly<{}>, {
613
629
  rank: Rank;
630
+ version: CertificateVersion;
614
631
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
615
632
 
616
633
  export declare const CmcCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -639,11 +656,11 @@ export declare const CmcDatePicker: DefineComponent<__VLS_PublicProps_3, {}, {},
639
656
  monthPicker: boolean;
640
657
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
641
658
 
642
- export declare const CmcFilterModal: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
659
+ export declare const CmcFilterModal: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
643
660
  close: () => any;
644
661
  apply: (filters: Filter[]) => any;
645
662
  erase: () => any;
646
- }, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
663
+ }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
647
664
  onClose?: (() => any) | undefined;
648
665
  onApply?: ((filters: Filter[]) => any) | undefined;
649
666
  onErase?: (() => any) | undefined;
@@ -661,7 +678,7 @@ export declare const CmcForm: __VLS_WithTemplateSlots_8<typeof __VLS_component_8
661
678
 
662
679
  export declare const CmcFormField: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
663
680
 
664
- export declare const CmcGauge: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
681
+ export declare const CmcGauge: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
665
682
 
666
683
  export declare const CmcHeading: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
667
684
 
@@ -677,17 +694,17 @@ export declare const CmcLogo: DefineSetupFnComponent<Record<string, any>, {}, {}
677
694
 
678
695
  export declare const CmcModal: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
679
696
 
680
- export declare const CmcPagination: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
697
+ export declare const CmcPagination: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
681
698
  "update:currentPage": (page: number) => any;
682
- }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
699
+ }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
683
700
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
684
701
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
685
702
 
686
- export declare const CmcProgressBar: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
703
+ export declare const CmcProgressBar: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
687
704
 
688
- export declare const CmcSearch: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
705
+ export declare const CmcSearch: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
689
706
  "update:modelValue": (value: string) => any;
690
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
707
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
691
708
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
692
709
  }>, {
693
710
  placeholder: string;
@@ -695,12 +712,12 @@ export declare const CmcSearch: DefineComponent<__VLS_PublicProps_5, {}, {}, {},
695
712
  compact: boolean;
696
713
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
697
714
 
698
- export declare const CmcSelect: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
715
+ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
699
716
  select: (option: SelectOption, id: string) => any;
700
717
  "update:modelValue": (...args: unknown[]) => any;
701
718
  remove: (option: SelectOption, id: string) => any;
702
719
  "search-change": (searchQuery: string) => any;
703
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
720
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
704
721
  onSelect?: ((option: SelectOption, id: string) => any) | undefined;
705
722
  "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
706
723
  onRemove?: ((option: SelectOption, id: string) => any) | undefined;
@@ -751,7 +768,7 @@ export declare const CmcSelect: DefineComponent<__VLS_PublicProps_6, {}, {}, {},
751
768
  }, {} & {} & {}> | null;
752
769
  }, HTMLDivElement>;
753
770
 
754
- export declare const CmcStatus: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
771
+ export declare const CmcStatus: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
755
772
  status: Status;
756
773
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
757
774
 
@@ -759,22 +776,34 @@ export declare const CmcSwiper: __VLS_WithTemplateSlots_11<typeof __VLS_componen
759
776
 
760
777
  export declare const CmcTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
761
778
 
762
- export declare const CmcTablePagination: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
779
+ export declare const CmcTablePagination: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
763
780
  "update:currentPage": (page: number) => any;
764
- }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
781
+ }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
765
782
  "onUpdate:currentPage"?: ((page: number) => any) | undefined;
766
783
  }>, {
784
+ rows: Row_3[];
767
785
  currentPage: number;
768
786
  itemsPerPage: number;
769
- rows: Row_3[];
770
787
  columns: ColumnDefinition_3[];
771
788
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
772
789
 
790
+ export declare const CmcTextarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
791
+ "update:modelValue": (...args: any[]) => void;
792
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
793
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
794
+ }>, {
795
+ required: boolean;
796
+ disabled: boolean;
797
+ variant: InputVariant;
798
+ invalid: boolean;
799
+ rows: number;
800
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
801
+
773
802
  export declare const CmcTitle: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
774
803
 
775
- export declare const CmcToggle: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
804
+ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
776
805
  "update:modelValue": (value: boolean) => any;
777
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
806
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
778
807
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
779
808
  }>, {
780
809
  required: boolean;
@@ -784,9 +813,9 @@ export declare const CmcToggle: DefineComponent<__VLS_PublicProps_7, {}, {}, {},
784
813
 
785
814
  export declare const CmcTooltip: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
786
815
 
787
- export declare const CmcWizard: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
816
+ export declare const CmcWizard: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
788
817
  "update:current": (value: number) => any;
789
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
818
+ }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
790
819
  "onUpdate:current"?: ((value: number) => any) | undefined;
791
820
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
792
821
 
@@ -872,9 +901,9 @@ export declare const inputVariantOptions: {
872
901
  readonly borderless: "borderless";
873
902
  };
874
903
 
875
- declare type Month = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
904
+ export { Month }
876
905
 
877
- declare type PrimaryType = keyof typeof primaryTypeOptions;
906
+ export declare type PrimaryType = keyof typeof primaryTypeOptions;
878
907
 
879
908
  export declare const primaryTypeOptions: {
880
909
  readonly employees: "employees";
@@ -928,7 +957,19 @@ declare interface Props_5 {
928
957
  step?: number;
929
958
  }
930
959
 
931
- declare type Props_6<TRow extends Row = Row> = {
960
+ declare interface Props_6 {
961
+ id: string;
962
+ label?: string;
963
+ placeholder?: string;
964
+ required?: boolean;
965
+ disabled?: boolean;
966
+ invalid?: boolean;
967
+ variant?: InputVariant;
968
+ description?: string;
969
+ rows?: number;
970
+ }
971
+
972
+ declare type Props_7<TRow extends Row = Row> = {
932
973
  rows?: TRow[];
933
974
  columns?: ColumnDefinition_2[];
934
975
  emptyText?: string;
@@ -937,11 +978,11 @@ declare type Props_6<TRow extends Row = Row> = {
937
978
  defaultExpandedIndexes?: number[];
938
979
  };
939
980
 
940
- declare interface Props_7 {
981
+ declare interface Props_8 {
941
982
  title: string;
942
983
  }
943
984
 
944
- declare type Rank = keyof typeof rankOptions;
985
+ export declare type Rank = keyof typeof rankOptions;
945
986
 
946
987
  export declare const rankOptions: {
947
988
  readonly attestation: "attestation";