@deskhero/dh_ui 2.33.0 → 2.33.2

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.
@@ -1,22 +1,12 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $props: {
3
- readonly zIndex?: number | undefined;
3
+ readonly data?: unknown[] | undefined;
4
+ readonly accept?: string | undefined;
5
+ readonly multiple?: boolean | undefined;
4
6
  readonly inline?: boolean | undefined;
5
7
  readonly large?: boolean | undefined;
6
- readonly fileList?: unknown[] | undefined;
7
- readonly fileFormats?: unknown[] | undefined;
8
- readonly uploadProgress?: unknown[] | undefined;
9
- readonly errorOccurred?: unknown[] | undefined;
10
- readonly virusCheck?: unknown[] | undefined;
11
- readonly errorMessage?: string | undefined;
12
- readonly fileSaved?: boolean | undefined;
13
- readonly virusCheckText?: string | undefined;
14
- readonly virusCheckFailedText?: string | undefined;
15
- readonly virusDetectedText?: string | undefined;
16
- readonly deleteConfirmationText?: string | undefined;
17
- readonly fieldIndex?: number | undefined;
18
- readonly modelValue?: FileList | undefined;
8
+ readonly i18n?: Record<string, any> | undefined;
19
9
  };
20
- $emit: (event: "update:modelValue" | "reload", ...args: any[]) => void;
10
+ $emit: (event: "upload" | "delete", ...args: any[]) => void;
21
11
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
22
12
  export default _default;
@@ -12,6 +12,7 @@ declare const _default: import("vue").DefineComponent<{}, {
12
12
  readonly placeholder?: string | undefined;
13
13
  readonly focus?: boolean | undefined;
14
14
  readonly readOnly?: boolean | undefined;
15
+ readonly i18n?: Record<string, any> | undefined;
15
16
  readonly minHeight?: number | undefined;
16
17
  readonly featureSet?: string | undefined;
17
18
  readonly firstBlock?: boolean | undefined;
@@ -22,7 +23,6 @@ declare const _default: import("vue").DefineComponent<{}, {
22
23
  readonly toolbarPosition?: string | undefined;
23
24
  readonly isSuggestionReplyEnabled?: boolean | undefined;
24
25
  readonly suggestionReplyTitle?: string | undefined;
25
- readonly i18n?: Record<string, any> | undefined;
26
26
  };
27
27
  $emit: (event: "change" | "blockMoved" | "blockRemoved" | "fileUpload" | "fileDelete", ...args: any[]) => void;
28
28
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;