@namba_one/ui-kit-2 1.0.109 → 1.0.111
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 +29 -3
- package/dist/index.es.js +286 -258
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -90,7 +90,9 @@ apply: (value: string[] | null) => any;
|
|
|
90
90
|
onApply?: ((value: string[] | null) => any) | undefined;
|
|
91
91
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
92
|
|
|
93
|
-
declare const __VLS_component_24: DefineComponent<
|
|
93
|
+
declare const __VLS_component_24: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
94
|
+
|
|
95
|
+
declare const __VLS_component_25: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
94
96
|
"update:values": (value: FilterValue[]) => any;
|
|
95
97
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
96
98
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
@@ -488,6 +490,15 @@ declare function __VLS_template_23(): {
|
|
|
488
490
|
};
|
|
489
491
|
|
|
490
492
|
declare function __VLS_template_24(): {
|
|
493
|
+
attrs: Partial<{}>;
|
|
494
|
+
slots: {
|
|
495
|
+
default?(_: {}): any;
|
|
496
|
+
};
|
|
497
|
+
refs: {};
|
|
498
|
+
rootEl: HTMLElement;
|
|
499
|
+
};
|
|
500
|
+
|
|
501
|
+
declare function __VLS_template_25(): {
|
|
491
502
|
attrs: Partial<{}>;
|
|
492
503
|
slots: {
|
|
493
504
|
before?(_: {}): any;
|
|
@@ -671,6 +682,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
671
682
|
|
|
672
683
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
673
684
|
|
|
685
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
686
|
+
|
|
674
687
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
675
688
|
|
|
676
689
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -787,6 +800,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
787
800
|
};
|
|
788
801
|
};
|
|
789
802
|
|
|
803
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
804
|
+
new (): {
|
|
805
|
+
$slots: S;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
|
|
790
809
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
791
810
|
new (): {
|
|
792
811
|
$slots: S;
|
|
@@ -1680,7 +1699,7 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
1680
1699
|
|
|
1681
1700
|
export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
|
|
1682
1701
|
|
|
1683
|
-
export declare const FilterHub:
|
|
1702
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1684
1703
|
|
|
1685
1704
|
export declare type FilterHubProps = {
|
|
1686
1705
|
list: Filter[];
|
|
@@ -1984,6 +2003,12 @@ declare function onDropFilter(value: FilterValue): void;
|
|
|
1984
2003
|
|
|
1985
2004
|
declare function open_2(): void;
|
|
1986
2005
|
|
|
2006
|
+
export declare const Popover: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2007
|
+
|
|
2008
|
+
export declare type PopoverProps = {
|
|
2009
|
+
borderRadius?: string | number;
|
|
2010
|
+
};
|
|
2011
|
+
|
|
1987
2012
|
export declare const Price: DefineComponent<PriceProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PriceProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1988
2013
|
|
|
1989
2014
|
export declare type PriceProps = {
|
|
@@ -1991,6 +2016,7 @@ export declare type PriceProps = {
|
|
|
1991
2016
|
size: TheTextProps['size'];
|
|
1992
2017
|
weight: TheTextProps['weight'];
|
|
1993
2018
|
color: Color;
|
|
2019
|
+
isShowPlusSign?: boolean;
|
|
1994
2020
|
};
|
|
1995
2021
|
|
|
1996
2022
|
export declare const ResponseBase: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
@@ -2450,7 +2476,7 @@ declare const views: readonly ["brand", "secondary", "success", "critical", "bas
|
|
|
2450
2476
|
|
|
2451
2477
|
declare const views_2: readonly ["critical-primary", "critical", "base-primary", "base", "base-flat", "brand-flat", "product-surface", "surface-shadow", "surface", "secondary"];
|
|
2452
2478
|
|
|
2453
|
-
declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow"];
|
|
2479
|
+
declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow", "base-flat"];
|
|
2454
2480
|
|
|
2455
2481
|
declare const views_4: readonly ["base-primary", "base-secondary"];
|
|
2456
2482
|
|