@deskhero/dh_ui 2.50.1 → 2.51.0
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/adapters/editorjs/EditorjsView.vue.d.ts +7 -7
- package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +5 -5
- package/dist/adapters/tiptap/TiptapView.vue.d.ts +7 -7
- package/dist/adapters/tiptap/components/BlockquoteButton.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/CodeblockButton.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/Dropdown.vue.d.ts +35 -0
- package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +3 -3
- package/dist/adapters/tiptap/components/HeadingDropdown.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +3 -3
- package/dist/adapters/tiptap/components/Input.vue.d.ts +16 -0
- package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/ListDropdown.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +12 -0
- package/dist/adapters/tiptap/components/Separator.vue.d.ts +33 -0
- package/dist/adapters/tiptap/components/TableButton.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +3 -3
- package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/Toolbar.vue.d.ts +9 -0
- package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +3 -3
- package/dist/adapters/tiptap/components/button/Button.vue.d.ts +41 -0
- package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +3 -3
- package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/BlockquoteIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/BoldIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ChevronDownIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/CodeIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/CodeblockIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingFourIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingOneIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +1 -1
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingThreeIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/HeadingTwoIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ItalicIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ListIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ListOrderedIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/ListTodoIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/RedoIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/StrikeIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/SubscriptIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/SuperscriptIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/TableIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/UnderlineIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/tiptap-icons/UndoIcon.vue.d.ts +2 -0
- package/dist/adapters/tiptap/components/undo-redo-button/UndoRedoButton.vue.d.ts +30 -0
- package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +6 -6
- package/dist/adapters/tiptap/extensions/attachment.d.ts +2 -0
- package/dist/adapters/tiptap/extensions/file-upload-node/file-upload-node-extension.d.ts +80 -0
- package/dist/adapters/tiptap/extensions/file-upload-node/index.d.ts +1 -0
- package/dist/adapters/tiptap/extensions/image-resize/constants/index.d.ts +22 -0
- package/dist/adapters/tiptap/extensions/image-resize/controllers/image-node-view.d.ts +32 -0
- package/dist/adapters/tiptap/extensions/image-resize/controllers/position-controller.d.ts +12 -0
- package/dist/adapters/tiptap/extensions/image-resize/controllers/resize-controller.d.ts +12 -0
- package/dist/adapters/tiptap/extensions/image-resize/image-resize.d.ts +1 -0
- package/dist/adapters/tiptap/extensions/image-resize/index.d.ts +3 -0
- package/dist/adapters/tiptap/extensions/image-resize/types/index.d.ts +16 -0
- package/dist/adapters/tiptap/extensions/image-resize/utils/attribute-parser.d.ts +4 -0
- package/dist/adapters/tiptap/extensions/image-resize/utils/index.d.ts +7 -0
- package/dist/adapters/tiptap/extensions/image-resize/utils/style-manager.d.ts +6 -0
- package/dist/adapters/tiptap/extensions/signature.d.ts +2 -0
- package/dist/adapters/tiptap/extensions/table/index.d.ts +2 -0
- package/dist/adapters/tiptap/utils/tiptap-utils.d.ts +122 -0
- package/dist/components/ColorPicker.vue.d.ts +5 -5
- package/dist/components/IconWithText.vue.d.ts +104 -6
- package/dist/components/ImageCropper.vue.d.ts +6 -6
- package/dist/components/InputList.vue.d.ts +23 -0
- package/dist/components/InputWithList/DropdownList.vue.d.ts +5 -5
- package/dist/components/InputWithList/MultipleInput.vue.d.ts +5 -5
- package/dist/components/InputWithList/SingleInput.vue.d.ts +5 -5
- package/dist/components/InputWithList/TagItem.vue.d.ts +5 -5
- package/dist/components/InputWithList.vue.d.ts +7 -7
- package/dist/components/LineChart.vue.d.ts +1 -1
- package/dist/components/Modal.vue.d.ts +216 -0
- package/dist/components/Notification.vue.d.ts +293 -0
- package/dist/components/PasswordField.vue.d.ts +62 -0
- package/dist/components/RadioBox.vue.d.ts +9 -0
- package/dist/components/RadioBoxGroup.vue.d.ts +8 -0
- package/dist/components/SearchInput.vue.d.ts +36 -0
- package/dist/components/Stepper.vue.d.ts +23 -0
- package/dist/components/Tag.vue.d.ts +48 -0
- package/dist/components/Tags.vue.d.ts +52 -6
- package/dist/components/TextEditor.vue.d.ts +7 -7
- package/dist/components/TextEditorLegacy.vue.d.ts +1 -1
- package/dist/components/VerificationCode.vue.d.ts +5 -5
- package/dist/dh_ui.es.js +19419 -20347
- package/dist/dh_ui.umd.js +138 -138
- package/dist/models/Tag.model.d.ts +7 -0
- package/dist/style.css +1 -1
- package/package.json +9 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: PropType<string[]>;
|
|
5
5
|
default: () => never[];
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
type: PropType<(value: string) => boolean>;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "blur" | "focus" | "keydown" | "remove" | "clear" | "update:modelValue" | "create")[], "input" | "blur" | "focus" | "keydown" | "remove" | "clear" | "update:modelValue" | "create", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
modelValue: {
|
|
37
37
|
type: PropType<string[]>;
|
|
38
38
|
default: () => never[];
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
type: PropType<(value: string) => boolean>;
|
|
66
66
|
default: null;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
}
|
|
77
|
+
}>, {
|
|
78
78
|
placeholder: string;
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
modelValue: string[];
|
|
@@ -83,5 +83,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
allowCreate: boolean;
|
|
84
84
|
createOnKeys: string[];
|
|
85
85
|
validateValue: (value: string) => boolean;
|
|
86
|
-
}, {}>;
|
|
86
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
87
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
default: string;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: PropType<string[]>;
|
|
17
17
|
default: () => never[];
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "blur" | "focus" | "clear" | "update:modelValue")[], "input" | "blur" | "focus" | "clear" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
modelValue: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
@@ -33,16 +33,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
type: PropType<string[]>;
|
|
34
34
|
default: () => never[];
|
|
35
35
|
};
|
|
36
|
-
}>> & {
|
|
36
|
+
}>> & Readonly<{
|
|
37
37
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
}
|
|
42
|
+
}>, {
|
|
43
43
|
placeholder: string;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
modelValue: string;
|
|
46
46
|
errors: string[];
|
|
47
|
-
}, {}>;
|
|
47
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
label: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove"[], "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
label: {
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
required: true;
|
|
@@ -24,10 +24,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
-
}>> & {
|
|
27
|
+
}>> & Readonly<{
|
|
28
28
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}
|
|
29
|
+
}>, {
|
|
30
30
|
disabled: boolean;
|
|
31
31
|
tagClass: string;
|
|
32
|
-
}, {}>;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
2
|
import { InputWithListOption } from "@/models/InputWithList.model";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
type: PropType<string | string[]>;
|
|
6
6
|
default: string;
|
|
@@ -65,10 +65,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
type: PropType<(value: string) => string>;
|
|
66
66
|
default: null;
|
|
67
67
|
};
|
|
68
|
-
}
|
|
68
|
+
}>, {
|
|
69
69
|
clear: () => void;
|
|
70
70
|
focus: () => void | undefined;
|
|
71
|
-
},
|
|
71
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "select" | "blur" | "change" | "focus" | "focusout" | "remove" | "clear" | "update:modelValue" | "create")[], "search" | "select" | "blur" | "change" | "focus" | "focusout" | "remove" | "clear" | "update:modelValue" | "create", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
modelValue: {
|
|
73
73
|
type: PropType<string | string[]>;
|
|
74
74
|
default: string;
|
|
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
type: PropType<(value: string) => string>;
|
|
134
134
|
default: null;
|
|
135
135
|
};
|
|
136
|
-
}>> & {
|
|
136
|
+
}>> & Readonly<{
|
|
137
137
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
138
138
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
139
139
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -144,12 +144,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
145
145
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
146
146
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
147
|
-
}
|
|
147
|
+
}>, {
|
|
148
148
|
placeholder: string;
|
|
149
149
|
disabled: boolean;
|
|
150
150
|
multiple: boolean;
|
|
151
|
-
options: InputWithListOption[];
|
|
152
151
|
modelValue: string | string[];
|
|
152
|
+
options: InputWithListOption[];
|
|
153
153
|
errors: string[];
|
|
154
154
|
tagClassFunction: (value: string) => string;
|
|
155
155
|
allowCreate: boolean;
|
|
@@ -161,5 +161,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
161
|
loadingText: string;
|
|
162
162
|
searchDebounce: number;
|
|
163
163
|
minSearchLength: number;
|
|
164
|
-
}, {}>;
|
|
164
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
165
165
|
export default _default;
|
|
@@ -5,5 +5,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
readonly width?: number | undefined;
|
|
6
6
|
readonly dataSets?: Record<string, any> | undefined;
|
|
7
7
|
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
hasCloseButton: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
hasSideBar: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
hasSideBarButtonBottom: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
hasHeader: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
hasFooter: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
hasFooterButtonRight: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
hasBodyScrolling: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
sideBarPosition: {
|
|
32
|
+
type: PropType<"left" | "right">;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
hasCloseConfirmation: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
bodyClass: {
|
|
40
|
+
type: PropType<"" | "content-horizontally-centered">;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
fitContent: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
minHeight: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
}>, {}, {}, {}, {
|
|
52
|
+
closed(): void;
|
|
53
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
hasCloseButton: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
hasSideBar: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
hasSideBarButtonBottom: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
hasHeader: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
hasFooter: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
hasFooterButtonRight: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
hasBodyScrolling: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
sideBarPosition: {
|
|
83
|
+
type: PropType<"left" | "right">;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
hasCloseConfirmation: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
bodyClass: {
|
|
91
|
+
type: PropType<"" | "content-horizontally-centered">;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
fitContent: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
minHeight: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{
|
|
103
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
}>, {
|
|
105
|
+
hasCloseButton: boolean;
|
|
106
|
+
hasSideBar: boolean;
|
|
107
|
+
hasSideBarButtonBottom: boolean;
|
|
108
|
+
hasHeader: boolean;
|
|
109
|
+
hasFooter: boolean;
|
|
110
|
+
hasFooterButtonRight: boolean;
|
|
111
|
+
hasBodyScrolling: boolean;
|
|
112
|
+
sideBarPosition: "left" | "right";
|
|
113
|
+
hasCloseConfirmation: boolean;
|
|
114
|
+
bodyClass: "" | "content-horizontally-centered";
|
|
115
|
+
fitContent: boolean;
|
|
116
|
+
minHeight: string;
|
|
117
|
+
}, {}, {
|
|
118
|
+
DhIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
119
|
+
iconName: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
required: true;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
alt: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
required: false;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
title: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
required: false;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
size: {
|
|
135
|
+
type: NumberConstructor;
|
|
136
|
+
required: true;
|
|
137
|
+
default: number;
|
|
138
|
+
};
|
|
139
|
+
active: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
required: false;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
144
|
+
isDanger: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
required: false;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
149
|
+
activeOnHover: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
required: false;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
customColor: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
required: false;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
}>, {}, {}, {}, {
|
|
160
|
+
getIconUrl(): string;
|
|
161
|
+
emitError(): void;
|
|
162
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
163
|
+
iconName: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
required: true;
|
|
166
|
+
default: string;
|
|
167
|
+
};
|
|
168
|
+
alt: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
required: false;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
title: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
required: false;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
size: {
|
|
179
|
+
type: NumberConstructor;
|
|
180
|
+
required: true;
|
|
181
|
+
default: number;
|
|
182
|
+
};
|
|
183
|
+
active: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
188
|
+
isDanger: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
required: false;
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
193
|
+
activeOnHover: {
|
|
194
|
+
type: BooleanConstructor;
|
|
195
|
+
required: false;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
customColor: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
required: false;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
}>> & Readonly<{
|
|
204
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
205
|
+
}>, {
|
|
206
|
+
title: string;
|
|
207
|
+
iconName: string;
|
|
208
|
+
alt: string;
|
|
209
|
+
size: number;
|
|
210
|
+
active: boolean;
|
|
211
|
+
isDanger: boolean;
|
|
212
|
+
activeOnHover: boolean;
|
|
213
|
+
customColor: string;
|
|
214
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
215
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
216
|
+
export default _default;
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
notificationType: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
default: string;
|
|
6
|
+
validator: (value: string) => boolean;
|
|
7
|
+
};
|
|
8
|
+
icon: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
isActive: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
required: false;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
title: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
message: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: false;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
dismissible: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
required: false;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
showCloseIcon: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
buttonAction: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
buttonActionE2e: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
buttonDismiss: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
buttonDismissE2e: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
disableClick: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
zIndex: {
|
|
58
|
+
type: NumberConstructor;
|
|
59
|
+
default: number;
|
|
60
|
+
};
|
|
61
|
+
show: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
animationEnter: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
animationUp: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
animationSpeed: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
showDismissButton: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
width: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
}>, {}, {}, {}, {
|
|
86
|
+
close(confirmation?: boolean): void;
|
|
87
|
+
limitTitle(_title: string, _type: string): string;
|
|
88
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
|
+
notificationType: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
required: true;
|
|
92
|
+
default: string;
|
|
93
|
+
validator: (value: string) => boolean;
|
|
94
|
+
};
|
|
95
|
+
icon: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: true;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
isActive: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
required: false;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
title: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
required: false;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
message: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
required: false;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
dismissible: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
required: false;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
showCloseIcon: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
buttonAction: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
|
+
buttonActionE2e: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
buttonDismiss: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
buttonDismissE2e: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
disableClick: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
144
|
+
zIndex: {
|
|
145
|
+
type: NumberConstructor;
|
|
146
|
+
default: number;
|
|
147
|
+
};
|
|
148
|
+
show: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
default: boolean;
|
|
151
|
+
};
|
|
152
|
+
animationEnter: {
|
|
153
|
+
type: StringConstructor;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
animationUp: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
animationSpeed: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
showDismissButton: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
168
|
+
width: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
172
|
+
}>> & Readonly<{
|
|
173
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
}>, {
|
|
175
|
+
title: string;
|
|
176
|
+
message: string;
|
|
177
|
+
icon: string;
|
|
178
|
+
width: string;
|
|
179
|
+
zIndex: number;
|
|
180
|
+
show: boolean;
|
|
181
|
+
notificationType: string;
|
|
182
|
+
isActive: boolean;
|
|
183
|
+
dismissible: boolean;
|
|
184
|
+
showCloseIcon: boolean;
|
|
185
|
+
buttonAction: string;
|
|
186
|
+
buttonActionE2e: string;
|
|
187
|
+
buttonDismiss: string;
|
|
188
|
+
buttonDismissE2e: string;
|
|
189
|
+
disableClick: boolean;
|
|
190
|
+
animationEnter: string;
|
|
191
|
+
animationUp: string;
|
|
192
|
+
animationSpeed: string;
|
|
193
|
+
showDismissButton: boolean;
|
|
194
|
+
}, {}, {
|
|
195
|
+
DhIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
196
|
+
iconName: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
required: true;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
alt: {
|
|
202
|
+
type: StringConstructor;
|
|
203
|
+
required: false;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
title: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
required: false;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
size: {
|
|
212
|
+
type: NumberConstructor;
|
|
213
|
+
required: true;
|
|
214
|
+
default: number;
|
|
215
|
+
};
|
|
216
|
+
active: {
|
|
217
|
+
type: BooleanConstructor;
|
|
218
|
+
required: false;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
isDanger: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
required: false;
|
|
224
|
+
default: boolean;
|
|
225
|
+
};
|
|
226
|
+
activeOnHover: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
required: false;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
231
|
+
customColor: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
required: false;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
}>, {}, {}, {}, {
|
|
237
|
+
getIconUrl(): string;
|
|
238
|
+
emitError(): void;
|
|
239
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
iconName: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
required: true;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
alt: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
required: false;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
title: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
required: false;
|
|
253
|
+
default: string;
|
|
254
|
+
};
|
|
255
|
+
size: {
|
|
256
|
+
type: NumberConstructor;
|
|
257
|
+
required: true;
|
|
258
|
+
default: number;
|
|
259
|
+
};
|
|
260
|
+
active: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
required: false;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
isDanger: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
required: false;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
activeOnHover: {
|
|
271
|
+
type: BooleanConstructor;
|
|
272
|
+
required: false;
|
|
273
|
+
default: boolean;
|
|
274
|
+
};
|
|
275
|
+
customColor: {
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
required: false;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
}>> & Readonly<{
|
|
281
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
282
|
+
}>, {
|
|
283
|
+
title: string;
|
|
284
|
+
iconName: string;
|
|
285
|
+
alt: string;
|
|
286
|
+
size: number;
|
|
287
|
+
active: boolean;
|
|
288
|
+
isDanger: boolean;
|
|
289
|
+
activeOnHover: boolean;
|
|
290
|
+
customColor: string;
|
|
291
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
292
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
293
|
+
export default _default;
|