@namba_one/ui-kit-2 1.1.20 → 1.1.21
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 +1 -7
- package/dist/index.es.js +2309 -2309
- package/dist/index.umd.js +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3387,19 +3387,13 @@ export declare type DropdownProps = {
|
|
|
3387
3387
|
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3388
3388
|
"update:value": (value: Maybe<Base64> | undefined) => any;
|
|
3389
3389
|
"update:isError": (value: boolean | undefined) => any;
|
|
3390
|
-
} & {
|
|
3391
|
-
"update:value": (value: boolean) => any;
|
|
3392
3390
|
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
3393
|
-
"onUpdate:value"?: ((value:
|
|
3391
|
+
"onUpdate:value"?: ((value: Maybe<Base64> | undefined) => any) | undefined;
|
|
3394
3392
|
"onUpdate:isError"?: ((value: boolean | undefined) => any) | undefined;
|
|
3395
3393
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3396
3394
|
refInput: HTMLInputElement;
|
|
3397
3395
|
}, HTMLDivElement>;
|
|
3398
3396
|
|
|
3399
|
-
export declare type DropzoneEmits = {
|
|
3400
|
-
(event: 'update:value', value: boolean): void;
|
|
3401
|
-
};
|
|
3402
|
-
|
|
3403
3397
|
export declare type DropzoneProps = {
|
|
3404
3398
|
value?: Maybe<Base64>;
|
|
3405
3399
|
label?: string;
|