@namba_one/ui-kit-2 1.0.129 → 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 +67 -34
- package/dist/index.es.js +25434 -11085
- package/dist/index.umd.js +77 -13
- package/dist/namba-one-uikit.css +1 -1
- package/dist/sprite/sprite.svg +9 -0
- 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;
|
|
@@ -1550,9 +1556,11 @@ export declare type CellInfoProps = {
|
|
|
1550
1556
|
value: string;
|
|
1551
1557
|
};
|
|
1552
1558
|
|
|
1553
|
-
export declare const Checkbox: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1559
|
+
export declare const Checkbox: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1560
|
+
click: (event: MouseEvent) => any;
|
|
1554
1561
|
"update:value": (value: boolean) => any;
|
|
1555
1562
|
}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
1563
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1556
1564
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
1557
1565
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
1558
1566
|
|
|
@@ -1646,10 +1654,10 @@ declare type DatepickerFilter_2 = {
|
|
|
1646
1654
|
isDisabled?: boolean;
|
|
1647
1655
|
};
|
|
1648
1656
|
|
|
1649
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
1657
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1650
1658
|
drop: (value: DatepickerFilterValue) => any;
|
|
1651
1659
|
apply: (value: DatepickerFilterValue) => any;
|
|
1652
|
-
}, string, PublicProps, Readonly<
|
|
1660
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1653
1661
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1654
1662
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1655
1663
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2041,6 +2049,31 @@ export declare type DynamicVisibleAreaEmits = {
|
|
|
2041
2049
|
|
|
2042
2050
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
2043
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
|
+
|
|
2044
2077
|
export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
2045
2078
|
|
|
2046
2079
|
declare type EmptyResponseProps = ResponseBaseProps & {
|
|
@@ -2100,7 +2133,7 @@ export declare type IconBaseProps = {
|
|
|
2100
2133
|
|
|
2101
2134
|
export declare type IconName = (typeof iconNames)[number];
|
|
2102
2135
|
|
|
2103
|
-
export declare const iconNames: readonly ["filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-settings", "outline-shop-1", "outline-shop", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "static-telegram", "static-whats-app"];
|
|
2136
|
+
export declare const iconNames: readonly ["filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-settings", "outline-shop-1", "outline-shop", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline_filter-horizontal", "static-telegram", "static-whats-app"];
|
|
2104
2137
|
|
|
2105
2138
|
export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2106
2139
|
|
|
@@ -2455,10 +2488,10 @@ export declare type ModalConfirmationProps = {
|
|
|
2455
2488
|
isLoading?: boolean;
|
|
2456
2489
|
};
|
|
2457
2490
|
|
|
2458
|
-
export declare const MultiInputField: DefineComponent<
|
|
2491
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2459
2492
|
"update:value": (value: Set<string>) => any;
|
|
2460
2493
|
"update:isError": (value: boolean) => any;
|
|
2461
|
-
}, string, PublicProps, Readonly<
|
|
2494
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
|
|
2462
2495
|
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2463
2496
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2464
2497
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2544,10 +2577,10 @@ export declare type MultiInputFieldProps = {
|
|
|
2544
2577
|
maxLength?: string;
|
|
2545
2578
|
};
|
|
2546
2579
|
|
|
2547
|
-
export declare const MultiSelectField: DefineComponent<
|
|
2580
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2548
2581
|
"update:value": (value: string[]) => any;
|
|
2549
2582
|
"update:isError": (value: boolean) => any;
|
|
2550
|
-
}, string, PublicProps, Readonly<
|
|
2583
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
2551
2584
|
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2552
2585
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2553
2586
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2746,10 +2779,10 @@ export declare type SelectBaseProps = {
|
|
|
2746
2779
|
dropdownMaxHeight?: number;
|
|
2747
2780
|
};
|
|
2748
2781
|
|
|
2749
|
-
export declare const SelectField: DefineComponent<
|
|
2782
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2750
2783
|
"update:value": (value: string | null) => any;
|
|
2751
2784
|
"update:isError": (value: boolean) => any;
|
|
2752
|
-
}, string, PublicProps, Readonly<
|
|
2785
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2753
2786
|
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
2754
2787
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2755
2788
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|