@deskhero/dh_ui 2.54.0 → 2.54.1

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.
Files changed (128) hide show
  1. package/dist/adapters/editorjs/EditorjsTransformer.d.ts +3 -0
  2. package/dist/adapters/editorjs/EditorjsView.vue.d.ts +72 -0
  3. package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +29 -0
  4. package/dist/adapters/tiptap/TiptapAdapter.d.ts +26 -0
  5. package/dist/adapters/tiptap/TiptapTransformer.d.ts +3 -0
  6. package/dist/adapters/tiptap/TiptapView.vue.d.ts +73 -0
  7. package/dist/adapters/tiptap/components/BlockquoteButton.vue.d.ts +2 -0
  8. package/dist/adapters/tiptap/components/CodeblockButton.vue.d.ts +2 -0
  9. package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +2 -0
  10. package/dist/adapters/tiptap/components/Dropdown.vue.d.ts +35 -0
  11. package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +11 -0
  12. package/dist/adapters/tiptap/components/HeadingDropdown.vue.d.ts +2 -0
  13. package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +11 -0
  14. package/dist/adapters/tiptap/components/Input.vue.d.ts +16 -0
  15. package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +2 -0
  16. package/dist/adapters/tiptap/components/ListDropdown.vue.d.ts +2 -0
  17. package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +12 -0
  18. package/dist/adapters/tiptap/components/Separator.vue.d.ts +33 -0
  19. package/dist/adapters/tiptap/components/TableButton.vue.d.ts +2 -0
  20. package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +12 -0
  21. package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +2 -0
  22. package/dist/adapters/tiptap/components/Toolbar.vue.d.ts +9 -0
  23. package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +17 -0
  24. package/dist/adapters/tiptap/components/button/Button.vue.d.ts +41 -0
  25. package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +29 -0
  26. package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +2 -0
  27. package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +2 -0
  28. package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +2 -0
  29. package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +2 -0
  30. package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +2 -0
  31. package/dist/adapters/tiptap/components/tiptap-icons/BlockquoteIcon.vue.d.ts +2 -0
  32. package/dist/adapters/tiptap/components/tiptap-icons/BoldIcon.vue.d.ts +2 -0
  33. package/dist/adapters/tiptap/components/tiptap-icons/ChevronDownIcon.vue.d.ts +2 -0
  34. package/dist/adapters/tiptap/components/tiptap-icons/CodeIcon.vue.d.ts +2 -0
  35. package/dist/adapters/tiptap/components/tiptap-icons/CodeblockIcon.vue.d.ts +2 -0
  36. package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +2 -0
  37. package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +2 -0
  38. package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +2 -0
  39. package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +2 -0
  40. package/dist/adapters/tiptap/components/tiptap-icons/HeadingFourIcon.vue.d.ts +2 -0
  41. package/dist/adapters/tiptap/components/tiptap-icons/HeadingIcon.vue.d.ts +2 -0
  42. package/dist/adapters/tiptap/components/tiptap-icons/HeadingOneIcon.vue.d.ts +2 -0
  43. package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +2 -0
  44. package/dist/adapters/tiptap/components/tiptap-icons/HeadingThreeIcon.vue.d.ts +2 -0
  45. package/dist/adapters/tiptap/components/tiptap-icons/HeadingTwoIcon.vue.d.ts +2 -0
  46. package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +2 -0
  47. package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +2 -0
  48. package/dist/adapters/tiptap/components/tiptap-icons/ItalicIcon.vue.d.ts +2 -0
  49. package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +2 -0
  50. package/dist/adapters/tiptap/components/tiptap-icons/ListIcon.vue.d.ts +2 -0
  51. package/dist/adapters/tiptap/components/tiptap-icons/ListOrderedIcon.vue.d.ts +2 -0
  52. package/dist/adapters/tiptap/components/tiptap-icons/ListTodoIcon.vue.d.ts +2 -0
  53. package/dist/adapters/tiptap/components/tiptap-icons/RedoIcon.vue.d.ts +2 -0
  54. package/dist/adapters/tiptap/components/tiptap-icons/StrikeIcon.vue.d.ts +2 -0
  55. package/dist/adapters/tiptap/components/tiptap-icons/SubscriptIcon.vue.d.ts +2 -0
  56. package/dist/adapters/tiptap/components/tiptap-icons/SuperscriptIcon.vue.d.ts +2 -0
  57. package/dist/adapters/tiptap/components/tiptap-icons/TableIcon.vue.d.ts +2 -0
  58. package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +2 -0
  59. package/dist/adapters/tiptap/components/tiptap-icons/UnderlineIcon.vue.d.ts +2 -0
  60. package/dist/adapters/tiptap/components/tiptap-icons/UndoIcon.vue.d.ts +2 -0
  61. package/dist/adapters/tiptap/components/undo-redo-button/UndoRedoButton.vue.d.ts +30 -0
  62. package/dist/adapters/tiptap/composables/useMenuNavigation.d.ts +18 -0
  63. package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +8 -0
  64. package/dist/adapters/tiptap/extensions/attachment.d.ts +2 -0
  65. package/dist/adapters/tiptap/extensions/file-upload-node/file-upload-node-extension.d.ts +80 -0
  66. package/dist/adapters/tiptap/extensions/file-upload-node/index.d.ts +1 -0
  67. package/dist/adapters/tiptap/extensions/image-resize/constants/index.d.ts +22 -0
  68. package/dist/adapters/tiptap/extensions/image-resize/controllers/image-node-view.d.ts +32 -0
  69. package/dist/adapters/tiptap/extensions/image-resize/controllers/position-controller.d.ts +12 -0
  70. package/dist/adapters/tiptap/extensions/image-resize/controllers/resize-controller.d.ts +12 -0
  71. package/dist/adapters/tiptap/extensions/image-resize/image-resize.d.ts +1 -0
  72. package/dist/adapters/tiptap/extensions/image-resize/index.d.ts +3 -0
  73. package/dist/adapters/tiptap/extensions/image-resize/types/index.d.ts +16 -0
  74. package/dist/adapters/tiptap/extensions/image-resize/utils/attribute-parser.d.ts +4 -0
  75. package/dist/adapters/tiptap/extensions/image-resize/utils/index.d.ts +7 -0
  76. package/dist/adapters/tiptap/extensions/image-resize/utils/style-manager.d.ts +6 -0
  77. package/dist/adapters/tiptap/extensions/signature.d.ts +2 -0
  78. package/dist/adapters/tiptap/extensions/table/index.d.ts +2 -0
  79. package/dist/adapters/tiptap/utils/tiptap-utils.d.ts +122 -0
  80. package/dist/components/ColorPicker.vue.d.ts +17 -0
  81. package/dist/components/Copiable.vue.d.ts +8 -0
  82. package/dist/components/DatePicker.vue.d.ts +11 -0
  83. package/dist/components/DropdownMenu.vue.d.ts +108 -0
  84. package/dist/components/DropdownMenuItem.vue.d.ts +50 -0
  85. package/dist/components/Error.vue.d.ts +16 -0
  86. package/dist/components/ExpansionPanel.vue.d.ts +58 -0
  87. package/dist/components/FileUpload.vue.d.ts +13 -0
  88. package/dist/components/IconWithText.vue.d.ts +247 -0
  89. package/dist/components/ImageCropper.vue.d.ts +73 -0
  90. package/dist/components/Input.vue.d.ts +51 -0
  91. package/dist/components/InputDropdown.vue.d.ts +16 -0
  92. package/dist/components/InputDropdownMultiple.vue.d.ts +16 -0
  93. package/dist/components/InputGroup.vue.d.ts +15 -0
  94. package/dist/components/InputList.vue.d.ts +23 -0
  95. package/dist/components/InputWithList/DropdownList.vue.d.ts +90 -0
  96. package/dist/components/InputWithList/MultipleInput.vue.d.ts +87 -0
  97. package/dist/components/InputWithList/SingleInput.vue.d.ts +48 -0
  98. package/dist/components/InputWithList/TagItem.vue.d.ts +33 -0
  99. package/dist/components/InputWithList/configs/input-with-list.config.d.ts +8 -0
  100. package/dist/components/InputWithList.vue.d.ts +165 -0
  101. package/dist/components/LineChart.vue.d.ts +9 -0
  102. package/dist/components/Modal.vue.d.ts +216 -0
  103. package/dist/components/Notification.vue.d.ts +293 -0
  104. package/dist/components/PasswordField.vue.d.ts +62 -0
  105. package/dist/components/RadioBox.vue.d.ts +9 -0
  106. package/dist/components/RadioBoxGroup.vue.d.ts +8 -0
  107. package/dist/components/SearchInput.vue.d.ts +36 -0
  108. package/dist/components/Stepper.vue.d.ts +23 -0
  109. package/dist/components/Tag.vue.d.ts +48 -0
  110. package/dist/components/Tags.vue.d.ts +137 -0
  111. package/dist/components/TextEditor.vue.d.ts +81 -0
  112. package/dist/components/TextEditorLegacy.vue.d.ts +40 -0
  113. package/dist/components/VerificationCode.vue.d.ts +45 -0
  114. package/dist/components/configs/input-with-list.config.d.ts +8 -0
  115. package/dist/factories/EditorFactory.d.ts +19 -0
  116. package/dist/helpers/inputWithListUtils.d.ts +4 -0
  117. package/dist/index.d.ts +39 -0
  118. package/dist/main.d.ts +1 -0
  119. package/dist/models/DropdownMenuItem.model.d.ts +13 -0
  120. package/dist/models/EditorJSi18n.model.d.ts +109 -0
  121. package/dist/models/EditorTransformer.d.ts +5 -0
  122. package/dist/models/InputDropdown.model.d.ts +4 -0
  123. package/dist/models/InputList.model.d.ts +4 -0
  124. package/dist/models/InputWithList.model.d.ts +1 -0
  125. package/dist/models/Tag.model.d.ts +7 -0
  126. package/dist/style.css +1 -1
  127. package/dist/tools/editorCode.d.ts +21 -0
  128. package/package.json +1 -1
@@ -0,0 +1,87 @@
1
+ import { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ modelValue: {
4
+ type: PropType<string[]>;
5
+ default: () => never[];
6
+ };
7
+ placeholder: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ errors: {
16
+ type: PropType<string[]>;
17
+ default: () => never[];
18
+ };
19
+ tagClassFunction: {
20
+ type: PropType<(value: string) => string>;
21
+ default: null;
22
+ };
23
+ allowCreate: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ createOnKeys: {
28
+ type: PropType<string[]>;
29
+ default: () => string[];
30
+ };
31
+ validateValue: {
32
+ type: PropType<(value: string) => boolean>;
33
+ default: null;
34
+ };
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
+ modelValue: {
37
+ type: PropType<string[]>;
38
+ default: () => never[];
39
+ };
40
+ placeholder: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ disabled: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ errors: {
49
+ type: PropType<string[]>;
50
+ default: () => never[];
51
+ };
52
+ tagClassFunction: {
53
+ type: PropType<(value: string) => string>;
54
+ default: null;
55
+ };
56
+ allowCreate: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ createOnKeys: {
61
+ type: PropType<string[]>;
62
+ default: () => string[];
63
+ };
64
+ validateValue: {
65
+ type: PropType<(value: string) => boolean>;
66
+ default: null;
67
+ };
68
+ }>> & Readonly<{
69
+ onFocus?: ((...args: any[]) => any) | undefined;
70
+ onBlur?: ((...args: any[]) => any) | undefined;
71
+ onInput?: ((...args: any[]) => any) | undefined;
72
+ onKeydown?: ((...args: any[]) => any) | undefined;
73
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
74
+ onClear?: ((...args: any[]) => any) | undefined;
75
+ onCreate?: ((...args: any[]) => any) | undefined;
76
+ onRemove?: ((...args: any[]) => any) | undefined;
77
+ }>, {
78
+ placeholder: string;
79
+ disabled: boolean;
80
+ modelValue: string[];
81
+ errors: string[];
82
+ tagClassFunction: (value: string) => string;
83
+ allowCreate: boolean;
84
+ createOnKeys: string[];
85
+ validateValue: (value: string) => boolean;
86
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ export default _default;
@@ -0,0 +1,48 @@
1
+ import { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ modelValue: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ placeholder: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ errors: {
16
+ type: PropType<string[]>;
17
+ default: () => never[];
18
+ };
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
+ modelValue: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ placeholder: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ disabled: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ errors: {
33
+ type: PropType<string[]>;
34
+ default: () => never[];
35
+ };
36
+ }>> & Readonly<{
37
+ onFocus?: ((...args: any[]) => any) | undefined;
38
+ onBlur?: ((...args: any[]) => any) | undefined;
39
+ onInput?: ((...args: any[]) => any) | undefined;
40
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
41
+ onClear?: ((...args: any[]) => any) | undefined;
42
+ }>, {
43
+ placeholder: string;
44
+ disabled: boolean;
45
+ modelValue: string;
46
+ errors: string[];
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ label: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ tagClass: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove"[], "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ label: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ disabled: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ tagClass: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ }>> & Readonly<{
28
+ onRemove?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ disabled: boolean;
31
+ tagClass: string;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
+ export default _default;
@@ -0,0 +1,8 @@
1
+ export declare const INPUT_CONFIG: {
2
+ readonly DEBOUNCE_DELAY: 300;
3
+ readonly MIN_SEARCH_LENGTH: 0;
4
+ readonly DEFAULT_PLACEHOLDER: "Type or select";
5
+ readonly DEFAULT_LOADING_TEXT: "Loading...";
6
+ readonly CREATE_KEYS: readonly ["enter", ",", "space"];
7
+ readonly BLUR_DELAY: 50;
8
+ };
@@ -0,0 +1,165 @@
1
+ import { PropType } from "vue";
2
+ import { InputWithListOption } from "@/models/InputWithList.model";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ modelValue: {
5
+ type: PropType<string | string[]>;
6
+ default: string;
7
+ };
8
+ options: {
9
+ type: PropType<InputWithListOption[]>;
10
+ default: () => never[];
11
+ };
12
+ placeholder: {
13
+ type: StringConstructor;
14
+ default: "Type or select";
15
+ };
16
+ labelKey: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ valueKey: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ multiple: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ disabled: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ errors: {
33
+ type: PropType<string[]>;
34
+ default: () => never[];
35
+ };
36
+ isLoading: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ loadingText: {
41
+ type: StringConstructor;
42
+ default: "Loading...";
43
+ };
44
+ searchDebounce: {
45
+ type: NumberConstructor;
46
+ default: 300;
47
+ };
48
+ minSearchLength: {
49
+ type: NumberConstructor;
50
+ default: 0;
51
+ };
52
+ allowCreate: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ createOnKeys: {
57
+ type: PropType<string[]>;
58
+ default: () => readonly ["enter", ",", "space"];
59
+ };
60
+ validateValue: {
61
+ type: PropType<(value: string) => boolean>;
62
+ default: null;
63
+ };
64
+ tagClassFunction: {
65
+ type: PropType<(value: string) => string>;
66
+ default: null;
67
+ };
68
+ }>, {
69
+ clear: () => void;
70
+ focus: () => void | undefined;
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
+ modelValue: {
73
+ type: PropType<string | string[]>;
74
+ default: string;
75
+ };
76
+ options: {
77
+ type: PropType<InputWithListOption[]>;
78
+ default: () => never[];
79
+ };
80
+ placeholder: {
81
+ type: StringConstructor;
82
+ default: "Type or select";
83
+ };
84
+ labelKey: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ valueKey: {
89
+ type: StringConstructor;
90
+ default: string;
91
+ };
92
+ multiple: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ disabled: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ errors: {
101
+ type: PropType<string[]>;
102
+ default: () => never[];
103
+ };
104
+ isLoading: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ loadingText: {
109
+ type: StringConstructor;
110
+ default: "Loading...";
111
+ };
112
+ searchDebounce: {
113
+ type: NumberConstructor;
114
+ default: 300;
115
+ };
116
+ minSearchLength: {
117
+ type: NumberConstructor;
118
+ default: 0;
119
+ };
120
+ allowCreate: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ createOnKeys: {
125
+ type: PropType<string[]>;
126
+ default: () => readonly ["enter", ",", "space"];
127
+ };
128
+ validateValue: {
129
+ type: PropType<(value: string) => boolean>;
130
+ default: null;
131
+ };
132
+ tagClassFunction: {
133
+ type: PropType<(value: string) => string>;
134
+ default: null;
135
+ };
136
+ }>> & Readonly<{
137
+ onChange?: ((...args: any[]) => any) | undefined;
138
+ onFocus?: ((...args: any[]) => any) | undefined;
139
+ onFocusout?: ((...args: any[]) => any) | undefined;
140
+ onBlur?: ((...args: any[]) => any) | undefined;
141
+ onSelect?: ((...args: any[]) => any) | undefined;
142
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
143
+ onClear?: ((...args: any[]) => any) | undefined;
144
+ onCreate?: ((...args: any[]) => any) | undefined;
145
+ onRemove?: ((...args: any[]) => any) | undefined;
146
+ onSearch?: ((...args: any[]) => any) | undefined;
147
+ }>, {
148
+ placeholder: string;
149
+ disabled: boolean;
150
+ multiple: boolean;
151
+ modelValue: string | string[];
152
+ options: InputWithListOption[];
153
+ errors: string[];
154
+ tagClassFunction: (value: string) => string;
155
+ allowCreate: boolean;
156
+ createOnKeys: string[];
157
+ validateValue: (value: string) => boolean;
158
+ labelKey: string;
159
+ valueKey: string;
160
+ isLoading: boolean;
161
+ loadingText: string;
162
+ searchDebounce: number;
163
+ minSearchLength: number;
164
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
165
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly title?: string | undefined;
4
+ readonly height?: number | undefined;
5
+ readonly width?: number | undefined;
6
+ readonly dataSets?: Record<string, any> | undefined;
7
+ };
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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;