@namba_one/ui-kit-2 1.0.130 → 1.0.132

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
@@ -108,9 +108,11 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_15, {}, {}, {}, {}
108
108
  "onUpdate:value"?: ((value: boolean) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
110
110
 
111
- declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
111
+ declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
112
+
113
+ declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
112
114
  "update:values": (value: FilterValue[]) => any;
113
- }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
115
+ }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
114
116
  "onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
115
117
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
116
118
  parentElementRef: ({
@@ -176,10 +178,12 @@ default?(_: {}): any;
176
178
  triggerElementRef: HTMLDivElement;
177
179
  }, HTMLDivElement>;
178
180
 
179
- declare const __VLS_component_29: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
181
+ declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
182
+
183
+ declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
180
184
  drop: (value: CheckboxGroupFilterValue) => any;
181
185
  apply: (value: CheckboxGroupFilterValue) => any;
182
- }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
186
+ }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
183
187
  onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
184
188
  onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
185
189
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -364,20 +368,18 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
364
368
  }) | null;
365
369
  }, any>;
366
370
 
367
- declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
368
-
369
- declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
371
+ declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
370
372
  "update:value": (value: string) => any;
371
373
  "update:isError": (value: boolean) => any;
372
- }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
374
+ }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
373
375
  "onUpdate:value"?: ((value: string) => any) | undefined;
374
376
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
375
377
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
376
378
 
377
- declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
379
+ declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
378
380
  "update:value": (value: string) => any;
379
381
  "update:isError": (value: boolean) => any;
380
- }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
382
+ }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
381
383
  "onUpdate:value"?: ((value: string) => any) | undefined;
382
384
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
383
385
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -465,29 +467,31 @@ declare type __VLS_Props_15 = {
465
467
  size?: '16' | '20';
466
468
  };
467
469
 
468
- declare type __VLS_Props_16 = FilterHubProps;
470
+ declare type __VLS_Props_16 = EditorProps;
469
471
 
470
- declare type __VLS_Props_17 = {
472
+ declare type __VLS_Props_17 = FilterHubProps;
473
+
474
+ declare type __VLS_Props_18 = {
471
475
  filter: CheckboxGroupFilter_2;
472
476
  value: CheckboxGroupFilterValue;
473
477
  };
474
478
 
475
- declare type __VLS_Props_18 = {
479
+ declare type __VLS_Props_19 = {
476
480
  filter: DatepickerFilter_2;
477
481
  value: DatepickerFilterValue;
478
482
  };
479
483
 
480
- declare type __VLS_Props_19 = InputFieldProps;
481
-
482
484
  declare type __VLS_Props_2 = CardContentProps;
483
485
 
484
- declare type __VLS_Props_20 = InputMaskFieldProps;
486
+ declare type __VLS_Props_20 = InputFieldProps;
485
487
 
486
- declare type __VLS_Props_21 = MultiSelectFieldProps;
488
+ declare type __VLS_Props_21 = InputMaskFieldProps;
487
489
 
488
- declare type __VLS_Props_22 = SelectFieldProps;
490
+ declare type __VLS_Props_22 = MultiSelectFieldProps;
489
491
 
490
- declare type __VLS_Props_23 = MultiInputFieldProps;
492
+ declare type __VLS_Props_23 = SelectFieldProps;
493
+
494
+ declare type __VLS_Props_24 = MultiInputFieldProps;
491
495
 
492
496
  declare type __VLS_Props_3 = CardContentListProps;
493
497
 
@@ -520,13 +524,12 @@ declare type __VLS_PublicProps_12 = {
520
524
  } & __VLS_Props_12;
521
525
 
522
526
  declare type __VLS_PublicProps_13 = {
523
- 'values': FilterValue[];
527
+ 'value': EditorProps['value'];
524
528
  } & __VLS_Props_16;
525
529
 
526
530
  declare type __VLS_PublicProps_14 = {
527
- 'isError'?: boolean;
528
- 'value'?: string;
529
- } & __VLS_Props_19;
531
+ 'values': FilterValue[];
532
+ } & __VLS_Props_17;
530
533
 
531
534
  declare type __VLS_PublicProps_15 = {
532
535
  'isError'?: boolean;
@@ -535,19 +538,24 @@ declare type __VLS_PublicProps_15 = {
535
538
 
536
539
  declare type __VLS_PublicProps_16 = {
537
540
  'isError'?: boolean;
538
- 'value': string[];
541
+ 'value'?: string;
539
542
  } & __VLS_Props_21;
540
543
 
541
544
  declare type __VLS_PublicProps_17 = {
542
545
  'isError'?: boolean;
543
- 'value'?: string | null;
546
+ 'value': string[];
544
547
  } & __VLS_Props_22;
545
548
 
546
549
  declare type __VLS_PublicProps_18 = {
547
550
  'isError'?: boolean;
548
- 'value': Set<string>;
551
+ 'value'?: string | null;
549
552
  } & __VLS_Props_23;
550
553
 
554
+ declare type __VLS_PublicProps_19 = {
555
+ 'isError'?: boolean;
556
+ 'value': Set<string>;
557
+ } & __VLS_Props_24;
558
+
551
559
  declare type __VLS_PublicProps_2 = {
552
560
  'list': CardContentListProps['list'];
553
561
  } & __VLS_Props_3;
@@ -785,6 +793,16 @@ declare function __VLS_template_27(): {
785
793
  };
786
794
 
787
795
  declare function __VLS_template_28(): {
796
+ attrs: Partial<{}>;
797
+ slots: {
798
+ label?(_: {}): any;
799
+ value?(_: {}): any;
800
+ };
801
+ refs: {};
802
+ rootEl: HTMLDivElement;
803
+ };
804
+
805
+ declare function __VLS_template_29(): {
788
806
  attrs: Partial<{}>;
789
807
  slots: {
790
808
  before?(_: {}): any;
@@ -869,7 +887,16 @@ declare function __VLS_template_28(): {
869
887
  rootEl: HTMLDivElement;
870
888
  };
871
889
 
872
- declare function __VLS_template_29(): {
890
+ declare function __VLS_template_3(): {
891
+ attrs: Partial<{}>;
892
+ slots: {
893
+ default?(_: {}): any;
894
+ };
895
+ refs: {};
896
+ rootEl: any;
897
+ };
898
+
899
+ declare function __VLS_template_30(): {
873
900
  attrs: Partial<{}>;
874
901
  slots: {
875
902
  renderItem?(_: {
@@ -1062,16 +1089,7 @@ declare function __VLS_template_29(): {
1062
1089
  rootEl: any;
1063
1090
  };
1064
1091
 
1065
- declare function __VLS_template_3(): {
1066
- attrs: Partial<{}>;
1067
- slots: {
1068
- default?(_: {}): any;
1069
- };
1070
- refs: {};
1071
- rootEl: any;
1072
- };
1073
-
1074
- declare function __VLS_template_30(): {
1092
+ declare function __VLS_template_31(): {
1075
1093
  attrs: Partial<{}>;
1076
1094
  slots: {
1077
1095
  after?(_: {}): any;
@@ -1080,7 +1098,7 @@ declare function __VLS_template_30(): {
1080
1098
  rootEl: HTMLLabelElement;
1081
1099
  };
1082
1100
 
1083
- declare function __VLS_template_31(): {
1101
+ declare function __VLS_template_32(): {
1084
1102
  attrs: Partial<{}>;
1085
1103
  slots: {
1086
1104
  after?(_: {}): any;
@@ -1197,6 +1215,8 @@ declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
1197
1215
 
1198
1216
  declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
1199
1217
 
1218
+ declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
1219
+
1200
1220
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
1201
1221
 
1202
1222
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
@@ -1359,6 +1379,12 @@ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
1359
1379
  };
1360
1380
  };
1361
1381
 
1382
+ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
1383
+ new (): {
1384
+ $slots: S;
1385
+ };
1386
+ };
1387
+
1362
1388
  declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1363
1389
  new (): {
1364
1390
  $slots: S;
@@ -1579,7 +1605,7 @@ declare type CheckboxGroupFilter_2 = {
1579
1605
  }[];
1580
1606
  };
1581
1607
 
1582
- export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1608
+ export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1583
1609
 
1584
1610
  export declare type CheckboxGroupFilterChipProps = {};
1585
1611
 
@@ -1648,10 +1674,10 @@ declare type DatepickerFilter_2 = {
1648
1674
  isDisabled?: boolean;
1649
1675
  };
1650
1676
 
1651
- export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1677
+ export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1652
1678
  drop: (value: DatepickerFilterValue) => any;
1653
1679
  apply: (value: DatepickerFilterValue) => any;
1654
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
1680
+ }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
1655
1681
  onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
1656
1682
  onApply?: ((value: DatepickerFilterValue) => any) | undefined;
1657
1683
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2043,6 +2069,31 @@ export declare type DynamicVisibleAreaEmits = {
2043
2069
 
2044
2070
  export declare type DynamicVisibleAreaProvider = () => void;
2045
2071
 
2072
+ export declare const Editor: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2073
+ "update:value": (value: string) => any;
2074
+ } & {
2075
+ "update:isError": (value: boolean) => any;
2076
+ }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
2077
+ "onUpdate:value"?: ((value: string) => any) | undefined;
2078
+ "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2079
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2080
+
2081
+ export declare type EditorProps = {
2082
+ value: string;
2083
+ label?: string;
2084
+ maxLength?: number;
2085
+ isDisabled?: boolean;
2086
+ isError?: boolean;
2087
+ isBorder?: boolean;
2088
+ placeholder: string;
2089
+ };
2090
+
2091
+ export declare const EditorText: DefineComponent<EditorTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EditorTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2092
+
2093
+ export declare type EditorTextProps = {
2094
+ value: string;
2095
+ };
2096
+
2046
2097
  export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2047
2098
 
2048
2099
  declare type EmptyResponseProps = ResponseBaseProps & {
@@ -2065,7 +2116,7 @@ declare type FieldBaseProps = {
2065
2116
 
2066
2117
  export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
2067
2118
 
2068
- export declare const FilterHub: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2119
+ export declare const FilterHub: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
2069
2120
 
2070
2121
  export declare type FilterHubProps = {
2071
2122
  list: Filter[];
@@ -2123,7 +2174,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
2123
2174
 
2124
2175
  export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
2125
2176
 
2126
- export declare const InputField: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2177
+ export declare const InputField: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2127
2178
 
2128
2179
  export declare type InputFieldProps = {
2129
2180
  autocomplete?: 'on' | 'off';
@@ -2142,7 +2193,7 @@ export declare type InputFieldProps = {
2142
2193
  maxLength?: number | string;
2143
2194
  };
2144
2195
 
2145
- export declare const InputMaskField: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2196
+ export declare const InputMaskField: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2146
2197
 
2147
2198
  export declare type InputMaskFieldProps = {
2148
2199
  autofocus?: boolean;
@@ -2457,10 +2508,10 @@ export declare type ModalConfirmationProps = {
2457
2508
  isLoading?: boolean;
2458
2509
  };
2459
2510
 
2460
- export declare const MultiInputField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2511
+ export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2461
2512
  "update:value": (value: Set<string>) => any;
2462
2513
  "update:isError": (value: boolean) => any;
2463
- }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2514
+ }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
2464
2515
  "onUpdate:value"?: ((value: Set<string>) => any) | undefined;
2465
2516
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2466
2517
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2546,10 +2597,10 @@ export declare type MultiInputFieldProps = {
2546
2597
  maxLength?: string;
2547
2598
  };
2548
2599
 
2549
- export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2600
+ export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2550
2601
  "update:value": (value: string[]) => any;
2551
2602
  "update:isError": (value: boolean) => any;
2552
- }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
2603
+ }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
2553
2604
  "onUpdate:value"?: ((value: string[]) => any) | undefined;
2554
2605
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2555
2606
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2696,6 +2747,32 @@ declare function onDropFilter(value: FilterValue): void;
2696
2747
 
2697
2748
  declare function open_2(): void;
2698
2749
 
2750
+ export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2751
+
2752
+ export declare type PageInfoCellProps = {
2753
+ label?: string;
2754
+ value?: string;
2755
+ isShowDivider?: boolean;
2756
+ };
2757
+
2758
+ export declare const PageInfoCellSkeleton: DefineComponent<PageInfoCellSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2759
+
2760
+ export declare type PageInfoCellSkeletonProps = Pick<PageInfoCellProps, 'isShowDivider'>;
2761
+
2762
+ export declare const PageInfoCellTable: DefineComponent<PageInfoCellTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2763
+
2764
+ export declare type PageInfoCellTableProps = {
2765
+ data: (PageInfoCellProps & {
2766
+ isBadge?: boolean;
2767
+ })[];
2768
+ };
2769
+
2770
+ export declare const PageInfoCellTableSkeleton: DefineComponent<PageInfoCellTableSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellTableSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2771
+
2772
+ export declare type PageInfoCellTableSkeletonProps = {
2773
+ size?: number | string;
2774
+ };
2775
+
2699
2776
  export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
2700
2777
 
2701
2778
  export declare type PopoverProps = {
@@ -2748,10 +2825,10 @@ export declare type SelectBaseProps = {
2748
2825
  dropdownMaxHeight?: number;
2749
2826
  };
2750
2827
 
2751
- export declare const SelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2828
+ export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2752
2829
  "update:value": (value: string | null) => any;
2753
2830
  "update:isError": (value: boolean) => any;
2754
- }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
2831
+ }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
2755
2832
  "onUpdate:value"?: ((value: string | null) => any) | undefined;
2756
2833
  "onUpdate:isError"?: ((value: boolean) => any) | undefined;
2757
2834
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {