@namba_one/ui-kit-2 1.0.130 → 1.0.131
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 +63 -32
- package/dist/index.es.js +25319 -10975
- package/dist/index.umd.js +77 -13
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -108,9 +108,9 @@ 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<
|
|
111
|
+
declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
112
112
|
"update:values": (value: FilterValue[]) => any;
|
|
113
|
-
}, string, PublicProps, Readonly<
|
|
113
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
114
114
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
115
115
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
116
116
|
parentElementRef: ({
|
|
@@ -176,10 +176,10 @@ default?(_: {}): any;
|
|
|
176
176
|
triggerElementRef: HTMLDivElement;
|
|
177
177
|
}, HTMLDivElement>;
|
|
178
178
|
|
|
179
|
-
declare const __VLS_component_29: DefineComponent<
|
|
179
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
180
180
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
181
181
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
182
|
-
}, string, PublicProps, Readonly<
|
|
182
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
183
183
|
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
184
184
|
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
185
185
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -366,18 +366,18 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
|
366
366
|
|
|
367
367
|
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
368
368
|
|
|
369
|
-
declare const __VLS_component_30: DefineComponent<
|
|
369
|
+
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
370
370
|
"update:value": (value: string) => any;
|
|
371
371
|
"update:isError": (value: boolean) => any;
|
|
372
|
-
}, string, PublicProps, Readonly<
|
|
372
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
373
373
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
374
374
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
375
375
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
376
376
|
|
|
377
|
-
declare const __VLS_component_31: DefineComponent<
|
|
377
|
+
declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
378
378
|
"update:value": (value: string) => any;
|
|
379
379
|
"update:isError": (value: boolean) => any;
|
|
380
|
-
}, string, PublicProps, Readonly<
|
|
380
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
381
381
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
382
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
383
383
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -465,29 +465,31 @@ declare type __VLS_Props_15 = {
|
|
|
465
465
|
size?: '16' | '20';
|
|
466
466
|
};
|
|
467
467
|
|
|
468
|
-
declare type __VLS_Props_16 =
|
|
468
|
+
declare type __VLS_Props_16 = EditorProps;
|
|
469
469
|
|
|
470
|
-
declare type __VLS_Props_17 =
|
|
470
|
+
declare type __VLS_Props_17 = FilterHubProps;
|
|
471
|
+
|
|
472
|
+
declare type __VLS_Props_18 = {
|
|
471
473
|
filter: CheckboxGroupFilter_2;
|
|
472
474
|
value: CheckboxGroupFilterValue;
|
|
473
475
|
};
|
|
474
476
|
|
|
475
|
-
declare type
|
|
477
|
+
declare type __VLS_Props_19 = {
|
|
476
478
|
filter: DatepickerFilter_2;
|
|
477
479
|
value: DatepickerFilterValue;
|
|
478
480
|
};
|
|
479
481
|
|
|
480
|
-
declare type __VLS_Props_19 = InputFieldProps;
|
|
481
|
-
|
|
482
482
|
declare type __VLS_Props_2 = CardContentProps;
|
|
483
483
|
|
|
484
|
-
declare type __VLS_Props_20 =
|
|
484
|
+
declare type __VLS_Props_20 = InputFieldProps;
|
|
485
|
+
|
|
486
|
+
declare type __VLS_Props_21 = InputMaskFieldProps;
|
|
485
487
|
|
|
486
|
-
declare type
|
|
488
|
+
declare type __VLS_Props_22 = MultiSelectFieldProps;
|
|
487
489
|
|
|
488
|
-
declare type
|
|
490
|
+
declare type __VLS_Props_23 = SelectFieldProps;
|
|
489
491
|
|
|
490
|
-
declare type
|
|
492
|
+
declare type __VLS_Props_24 = MultiInputFieldProps;
|
|
491
493
|
|
|
492
494
|
declare type __VLS_Props_3 = CardContentListProps;
|
|
493
495
|
|
|
@@ -520,13 +522,12 @@ declare type __VLS_PublicProps_12 = {
|
|
|
520
522
|
} & __VLS_Props_12;
|
|
521
523
|
|
|
522
524
|
declare type __VLS_PublicProps_13 = {
|
|
523
|
-
'
|
|
525
|
+
'value': EditorProps['value'];
|
|
524
526
|
} & __VLS_Props_16;
|
|
525
527
|
|
|
526
528
|
declare type __VLS_PublicProps_14 = {
|
|
527
|
-
'
|
|
528
|
-
|
|
529
|
-
} & __VLS_Props_19;
|
|
529
|
+
'values': FilterValue[];
|
|
530
|
+
} & __VLS_Props_17;
|
|
530
531
|
|
|
531
532
|
declare type __VLS_PublicProps_15 = {
|
|
532
533
|
'isError'?: boolean;
|
|
@@ -535,19 +536,24 @@ declare type __VLS_PublicProps_15 = {
|
|
|
535
536
|
|
|
536
537
|
declare type __VLS_PublicProps_16 = {
|
|
537
538
|
'isError'?: boolean;
|
|
538
|
-
'value'
|
|
539
|
+
'value'?: string;
|
|
539
540
|
} & __VLS_Props_21;
|
|
540
541
|
|
|
541
542
|
declare type __VLS_PublicProps_17 = {
|
|
542
543
|
'isError'?: boolean;
|
|
543
|
-
'value'
|
|
544
|
+
'value': string[];
|
|
544
545
|
} & __VLS_Props_22;
|
|
545
546
|
|
|
546
547
|
declare type __VLS_PublicProps_18 = {
|
|
547
548
|
'isError'?: boolean;
|
|
548
|
-
'value'
|
|
549
|
+
'value'?: string | null;
|
|
549
550
|
} & __VLS_Props_23;
|
|
550
551
|
|
|
552
|
+
declare type __VLS_PublicProps_19 = {
|
|
553
|
+
'isError'?: boolean;
|
|
554
|
+
'value': Set<string>;
|
|
555
|
+
} & __VLS_Props_24;
|
|
556
|
+
|
|
551
557
|
declare type __VLS_PublicProps_2 = {
|
|
552
558
|
'list': CardContentListProps['list'];
|
|
553
559
|
} & __VLS_Props_3;
|
|
@@ -1648,10 +1654,10 @@ declare type DatepickerFilter_2 = {
|
|
|
1648
1654
|
isDisabled?: boolean;
|
|
1649
1655
|
};
|
|
1650
1656
|
|
|
1651
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
1657
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1652
1658
|
drop: (value: DatepickerFilterValue) => any;
|
|
1653
1659
|
apply: (value: DatepickerFilterValue) => any;
|
|
1654
|
-
}, string, PublicProps, Readonly<
|
|
1660
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1655
1661
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1656
1662
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1657
1663
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2043,6 +2049,31 @@ export declare type DynamicVisibleAreaEmits = {
|
|
|
2043
2049
|
|
|
2044
2050
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
2045
2051
|
|
|
2052
|
+
export declare const Editor: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2053
|
+
"update:value": (value: string) => any;
|
|
2054
|
+
} & {
|
|
2055
|
+
"update:isError": (value: boolean) => any;
|
|
2056
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
2057
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
2058
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2059
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2060
|
+
|
|
2061
|
+
export declare type EditorProps = {
|
|
2062
|
+
value: string;
|
|
2063
|
+
label?: string;
|
|
2064
|
+
maxLength?: number;
|
|
2065
|
+
isDisabled?: boolean;
|
|
2066
|
+
isError?: boolean;
|
|
2067
|
+
isBorder?: boolean;
|
|
2068
|
+
placeholder: string;
|
|
2069
|
+
};
|
|
2070
|
+
|
|
2071
|
+
export declare const EditorText: DefineComponent<EditorTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EditorTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2072
|
+
|
|
2073
|
+
export declare type EditorTextProps = {
|
|
2074
|
+
value: string;
|
|
2075
|
+
};
|
|
2076
|
+
|
|
2046
2077
|
export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
2047
2078
|
|
|
2048
2079
|
declare type EmptyResponseProps = ResponseBaseProps & {
|
|
@@ -2457,10 +2488,10 @@ export declare type ModalConfirmationProps = {
|
|
|
2457
2488
|
isLoading?: boolean;
|
|
2458
2489
|
};
|
|
2459
2490
|
|
|
2460
|
-
export declare const MultiInputField: DefineComponent<
|
|
2491
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2461
2492
|
"update:value": (value: Set<string>) => any;
|
|
2462
2493
|
"update:isError": (value: boolean) => any;
|
|
2463
|
-
}, string, PublicProps, Readonly<
|
|
2494
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
|
|
2464
2495
|
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2465
2496
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2466
2497
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2546,10 +2577,10 @@ export declare type MultiInputFieldProps = {
|
|
|
2546
2577
|
maxLength?: string;
|
|
2547
2578
|
};
|
|
2548
2579
|
|
|
2549
|
-
export declare const MultiSelectField: DefineComponent<
|
|
2580
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2550
2581
|
"update:value": (value: string[]) => any;
|
|
2551
2582
|
"update:isError": (value: boolean) => any;
|
|
2552
|
-
}, string, PublicProps, Readonly<
|
|
2583
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
2553
2584
|
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2554
2585
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2555
2586
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2748,10 +2779,10 @@ export declare type SelectBaseProps = {
|
|
|
2748
2779
|
dropdownMaxHeight?: number;
|
|
2749
2780
|
};
|
|
2750
2781
|
|
|
2751
|
-
export declare const SelectField: DefineComponent<
|
|
2782
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2752
2783
|
"update:value": (value: string | null) => any;
|
|
2753
2784
|
"update:isError": (value: boolean) => any;
|
|
2754
|
-
}, string, PublicProps, Readonly<
|
|
2785
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2755
2786
|
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
2756
2787
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2757
2788
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|