orion-design 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
37
37
  href?: string;
38
38
  } | null | false;
39
39
  };
40
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "uploadImageSuccess" | "uploadImageFailed" | "uploadImageError")[], "update:modelValue" | "uploadImageSuccess" | "uploadImageFailed" | "uploadImageError", import('vue').PublicProps, Readonly<ExtractPropTypes<{
40
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<ExtractPropTypes<{
41
41
  modelValue: StringConstructor;
42
42
  readonly: {
43
43
  type: BooleanConstructor;
@@ -57,9 +57,6 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
57
57
  };
58
58
  }>> & Readonly<{
59
59
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
- onUploadImageSuccess?: ((...args: any[]) => any) | undefined;
61
- onUploadImageFailed?: ((...args: any[]) => any) | undefined;
62
- onUploadImageError?: ((...args: any[]) => any) | undefined;
63
60
  }>, {
64
61
  readonly: boolean;
65
62
  uploadImage: (file: File) => {
@@ -17,7 +17,7 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
17
17
  href?: string;
18
18
  } | null | false;
19
19
  };
20
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "uploadImageSuccess" | "uploadImageFailed" | "uploadImageError")[], "update:modelValue" | "uploadImageSuccess" | "uploadImageFailed" | "uploadImageError", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
21
  modelValue: StringConstructor;
22
22
  readonly: {
23
23
  type: BooleanConstructor;
@@ -37,9 +37,6 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
37
37
  };
38
38
  }>> & Readonly<{
39
39
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
40
- onUploadImageSuccess?: ((...args: any[]) => any) | undefined;
41
- onUploadImageFailed?: ((...args: any[]) => any) | undefined;
42
- onUploadImageError?: ((...args: any[]) => any) | undefined;
43
40
  }>, {
44
41
  readonly: boolean;
45
42
  uploadImage: (file: File) => {