@namba_one/ui-kit-2 1.1.10 → 1.1.12
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 +5 -1
- package/dist/index.es.js +1570 -1564
- package/dist/index.umd.js +12 -12
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2960,6 +2960,8 @@ export declare type ChipProps = {
|
|
|
2960
2960
|
view?: (typeof views_5)[number];
|
|
2961
2961
|
};
|
|
2962
2962
|
|
|
2963
|
+
declare function clear(): void;
|
|
2964
|
+
|
|
2963
2965
|
declare function close_2(): void;
|
|
2964
2966
|
|
|
2965
2967
|
export declare type Color = typeof colors[number];
|
|
@@ -3384,7 +3386,9 @@ export declare type DropdownProps = {
|
|
|
3384
3386
|
isActive?: boolean;
|
|
3385
3387
|
};
|
|
3386
3388
|
|
|
3387
|
-
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {
|
|
3389
|
+
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {
|
|
3390
|
+
clear: typeof clear;
|
|
3391
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3388
3392
|
"update:value": (value: Maybe<Base64> | undefined) => any;
|
|
3389
3393
|
"update:isError": (value: boolean | undefined) => any;
|
|
3390
3394
|
} & {
|