@deot/vc 1.0.25 → 1.0.26

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 CHANGED
@@ -3063,26 +3063,44 @@ export declare const Components: {
3063
3063
  fit: StringConstructor;
3064
3064
  lazy: BooleanConstructor;
3065
3065
  wrapper: (ObjectConstructor | StringConstructor)[];
3066
+ previewable: {
3067
+ type: BooleanConstructor;
3068
+ default: boolean;
3069
+ };
3066
3070
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3067
3071
  src: StringConstructor;
3068
3072
  fit: StringConstructor;
3069
3073
  lazy: BooleanConstructor;
3070
3074
  wrapper: (ObjectConstructor | StringConstructor)[];
3075
+ previewable: {
3076
+ type: BooleanConstructor;
3077
+ default: boolean;
3078
+ };
3071
3079
  }>> & Readonly<{}>, {
3072
3080
  lazy: boolean;
3081
+ previewable: boolean;
3073
3082
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3074
3083
  MImage: DefineComponent<ExtractPropTypes< {
3075
3084
  src: StringConstructor;
3076
3085
  fit: StringConstructor;
3077
3086
  lazy: BooleanConstructor;
3078
3087
  wrapper: (ObjectConstructor | StringConstructor)[];
3088
+ previewable: {
3089
+ type: BooleanConstructor;
3090
+ default: boolean;
3091
+ };
3079
3092
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3080
3093
  src: StringConstructor;
3081
3094
  fit: StringConstructor;
3082
3095
  lazy: BooleanConstructor;
3083
3096
  wrapper: (ObjectConstructor | StringConstructor)[];
3097
+ previewable: {
3098
+ type: BooleanConstructor;
3099
+ default: boolean;
3100
+ };
3084
3101
  }>> & Readonly<{}>, {
3085
3102
  lazy: boolean;
3103
+ previewable: boolean;
3086
3104
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3087
3105
  ImageCrop: DefineComponent<ExtractPropTypes< {
3088
3106
  tag: {
@@ -10948,7 +10966,7 @@ export declare const Components: {
10948
10966
  };
10949
10967
  showMessage: BooleanConstructor;
10950
10968
  gallery: BooleanConstructor;
10951
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
10969
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
10952
10970
  picker: {
10953
10971
  type: ArrayConstructor;
10954
10972
  default: () => string[];
@@ -11015,8 +11033,10 @@ export declare const Components: {
11015
11033
  onError?: ((...args: any[]) => any) | undefined;
11016
11034
  onChange?: ((...args: any[]) => any) | undefined;
11017
11035
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11036
+ "onFile-before"?: ((...args: any[]) => any) | undefined;
11018
11037
  "onFile-start"?: ((...args: any[]) => any) | undefined;
11019
11038
  "onFile-success"?: ((...args: any[]) => any) | undefined;
11039
+ "onFile-error"?: ((...args: any[]) => any) | undefined;
11020
11040
  onComplete?: ((...args: any[]) => any) | undefined;
11021
11041
  onSuccess?: ((...args: any[]) => any) | undefined;
11022
11042
  "onRemove-before"?: ((...args: any[]) => any) | undefined;
@@ -11098,7 +11118,7 @@ export declare const Components: {
11098
11118
  };
11099
11119
  showMessage: BooleanConstructor;
11100
11120
  gallery: BooleanConstructor;
11101
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
11121
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
11102
11122
  picker: {
11103
11123
  type: ArrayConstructor;
11104
11124
  default: () => string[];
@@ -11165,8 +11185,10 @@ export declare const Components: {
11165
11185
  onError?: ((...args: any[]) => any) | undefined;
11166
11186
  onChange?: ((...args: any[]) => any) | undefined;
11167
11187
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11188
+ "onFile-before"?: ((...args: any[]) => any) | undefined;
11168
11189
  "onFile-start"?: ((...args: any[]) => any) | undefined;
11169
11190
  "onFile-success"?: ((...args: any[]) => any) | undefined;
11191
+ "onFile-error"?: ((...args: any[]) => any) | undefined;
11170
11192
  onComplete?: ((...args: any[]) => any) | undefined;
11171
11193
  onSuccess?: ((...args: any[]) => any) | undefined;
11172
11194
  "onRemove-before"?: ((...args: any[]) => any) | undefined;