@namba_one/ui-kit-2 1.0.146 → 1.0.147

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
@@ -110,9 +110,9 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_15, {}, {}, {}, {}
110
110
 
111
111
  declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
112
112
 
113
- declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
113
+ declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
114
114
  "update:values": (value: FilterValue[]) => any;
115
- }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
115
+ }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
116
116
  "onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
117
117
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
118
118
  parentElementRef: ({
@@ -180,10 +180,10 @@ triggerElementRef: HTMLDivElement;
180
180
 
181
181
  declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
182
182
 
183
- declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
183
+ declare const __VLS_component_30: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
184
184
  drop: (value: CheckboxGroupFilterValue) => any;
185
185
  apply: (value: CheckboxGroupFilterValue) => any;
186
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
186
+ }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
187
187
  onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
188
188
  onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
189
189
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -368,18 +368,18 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
368
368
  }) | null;
369
369
  }, any>;
370
370
 
371
- declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
371
+ declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
372
372
  "update:value": (value: string) => any;
373
373
  "update:isError": (value: boolean) => any;
374
- }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
374
+ }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
375
375
  "onUpdate:value"?: ((value: string) => any) | undefined;
376
376
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
377
377
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
378
378
 
379
- declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
379
+ declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
380
380
  "update:value": (value: string) => any;
381
381
  "update:isError": (value: boolean) => any;
382
- }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
382
+ }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
383
383
  "onUpdate:value"?: ((value: string) => any) | undefined;
384
384
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
385
385
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -469,29 +469,31 @@ declare type __VLS_Props_15 = {
469
469
 
470
470
  declare type __VLS_Props_16 = EditorProps;
471
471
 
472
- declare type __VLS_Props_17 = FilterHubProps;
472
+ declare type __VLS_Props_17 = DatepickerProps;
473
+
474
+ declare type __VLS_Props_18 = FilterHubProps;
473
475
 
474
- declare type __VLS_Props_18 = {
476
+ declare type __VLS_Props_19 = {
475
477
  filter: CheckboxGroupFilter_2;
476
478
  value: CheckboxGroupFilterValue;
477
479
  };
478
480
 
479
- declare type __VLS_Props_19 = {
481
+ declare type __VLS_Props_2 = CardContentProps;
482
+
483
+ declare type __VLS_Props_20 = {
480
484
  filter: DatepickerFilter_2;
481
485
  value: DatepickerFilterValue;
482
486
  };
483
487
 
484
- declare type __VLS_Props_2 = CardContentProps;
488
+ declare type __VLS_Props_21 = InputFieldProps;
485
489
 
486
- declare type __VLS_Props_20 = InputFieldProps;
490
+ declare type __VLS_Props_22 = InputMaskFieldProps;
487
491
 
488
- declare type __VLS_Props_21 = InputMaskFieldProps;
492
+ declare type __VLS_Props_23 = MultiSelectFieldProps;
489
493
 
490
- declare type __VLS_Props_22 = MultiSelectFieldProps;
494
+ declare type __VLS_Props_24 = SelectFieldProps;
491
495
 
492
- declare type __VLS_Props_23 = SelectFieldProps;
493
-
494
- declare type __VLS_Props_24 = MultiInputFieldProps;
496
+ declare type __VLS_Props_25 = MultiInputFieldProps;
495
497
 
496
498
  declare type __VLS_Props_3 = CardContentListProps;
497
499
 
@@ -528,13 +530,12 @@ declare type __VLS_PublicProps_13 = {
528
530
  } & __VLS_Props_16;
529
531
 
530
532
  declare type __VLS_PublicProps_14 = {
531
- 'values': FilterValue[];
533
+ 'value': DatepickerProps['value'];
532
534
  } & __VLS_Props_17;
533
535
 
534
536
  declare type __VLS_PublicProps_15 = {
535
- 'isError'?: boolean;
536
- 'value'?: string;
537
- } & __VLS_Props_20;
537
+ 'values': FilterValue[];
538
+ } & __VLS_Props_18;
538
539
 
539
540
  declare type __VLS_PublicProps_16 = {
540
541
  'isError'?: boolean;
@@ -543,23 +544,28 @@ declare type __VLS_PublicProps_16 = {
543
544
 
544
545
  declare type __VLS_PublicProps_17 = {
545
546
  'isError'?: boolean;
546
- 'value': string[];
547
+ 'value'?: string;
547
548
  } & __VLS_Props_22;
548
549
 
549
550
  declare type __VLS_PublicProps_18 = {
550
551
  'isError'?: boolean;
551
- 'value'?: string | null;
552
+ 'value': string[];
552
553
  } & __VLS_Props_23;
553
554
 
554
555
  declare type __VLS_PublicProps_19 = {
555
556
  'isError'?: boolean;
556
- 'value': Set<string>;
557
+ 'value'?: string | null;
557
558
  } & __VLS_Props_24;
558
559
 
559
560
  declare type __VLS_PublicProps_2 = {
560
561
  'list': CardContentListProps['list'];
561
562
  } & __VLS_Props_3;
562
563
 
564
+ declare type __VLS_PublicProps_20 = {
565
+ 'isError'?: boolean;
566
+ 'value': Set<string>;
567
+ } & __VLS_Props_25;
568
+
563
569
  declare type __VLS_PublicProps_3 = {
564
570
  'value': DropzoneProps['value'];
565
571
  'isError'?: DropzoneProps['isError'];
@@ -1666,6 +1672,12 @@ export declare const Currency: {
1666
1672
 
1667
1673
  export declare type Currency = (typeof Currency)[keyof typeof Currency];
1668
1674
 
1675
+ export declare const Datepicker: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1676
+ "update:value": (value: Date[]) => any;
1677
+ }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
1678
+ "onUpdate:value"?: ((value: Date[]) => any) | undefined;
1679
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1680
+
1669
1681
  declare type DatepickerFilter_2 = {
1670
1682
  key: string;
1671
1683
  label: string;
@@ -1674,10 +1686,10 @@ declare type DatepickerFilter_2 = {
1674
1686
  isDisabled?: boolean;
1675
1687
  };
1676
1688
 
1677
- export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1689
+ export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1678
1690
  drop: (value: DatepickerFilterValue) => any;
1679
1691
  apply: (value: DatepickerFilterValue) => any;
1680
- }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1692
+ }, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
1681
1693
  onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
1682
1694
  onApply?: ((value: DatepickerFilterValue) => any) | undefined;
1683
1695
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -1818,7 +1830,7 @@ export declare type DatepickerFilterProps = DatepickerProps & {
1818
1830
 
1819
1831
  export declare type DatepickerFilterValue = FilterValueBase<Date[]>;
1820
1832
 
1821
- declare type DatepickerProps = {
1833
+ export declare type DatepickerProps = {
1822
1834
  value: Date[];
1823
1835
  disabledDates?: VueDatePickerProps['disabledDates'];
1824
1836
  };
@@ -2509,10 +2521,10 @@ export declare type ModalConfirmationProps = {
2509
2521
  isLoading?: boolean;
2510
2522
  };
2511
2523
 
2512
- export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2524
+ export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2513
2525
  "update:value": (value: Set<string>) => any;
2514
2526
  "update:isError": (value: boolean) => any;
2515
- }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
2527
+ }, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
2516
2528
  "onUpdate:value"?: ((value: Set<string>) => any) | undefined;
2517
2529
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2518
2530
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2598,10 +2610,10 @@ export declare type MultiInputFieldProps = {
2598
2610
  maxLength?: string;
2599
2611
  };
2600
2612
 
2601
- export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2613
+ export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2602
2614
  "update:value": (value: string[]) => any;
2603
2615
  "update:isError": (value: boolean) => any;
2604
- }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
2616
+ }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2605
2617
  "onUpdate:value"?: ((value: string[]) => any) | undefined;
2606
2618
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2607
2619
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2830,10 +2842,10 @@ export declare type SelectBaseProps = {
2830
2842
  dropdownMaxHeight?: number;
2831
2843
  };
2832
2844
 
2833
- export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2845
+ export declare const SelectField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2834
2846
  "update:value": (value: string | null) => any;
2835
2847
  "update:isError": (value: boolean) => any;
2836
- }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2848
+ }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
2837
2849
  "onUpdate:value"?: ((value: string | null) => any) | undefined;
2838
2850
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2839
2851
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {