@deskhero/dh_ui 2.42.0 → 2.43.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.
Files changed (50) hide show
  1. package/dist/dh_ui.es.js +21381 -15099
  2. package/dist/dh_ui.umd.js +89 -75
  3. package/dist/style.css +1 -1
  4. package/package.json +3 -2
  5. package/dist/App.vue.d.ts +0 -2
  6. package/dist/components/AdvancedDatePicker.vue.d.ts +0 -7
  7. package/dist/components/AdvancedFilter.vue.d.ts +0 -55
  8. package/dist/components/Button.vue.d.ts +0 -102
  9. package/dist/components/Copiable.vue.d.ts +0 -8
  10. package/dist/components/DatePicker.vue.d.ts +0 -11
  11. package/dist/components/DropdownMenu.vue.d.ts +0 -108
  12. package/dist/components/DropdownMenuItem.vue.d.ts +0 -50
  13. package/dist/components/Error.vue.d.ts +0 -16
  14. package/dist/components/ExpansionPanel.vue.d.ts +0 -58
  15. package/dist/components/FileUpload.vue.d.ts +0 -13
  16. package/dist/components/Icon.vue.d.ts +0 -98
  17. package/dist/components/IconWithText.vue.d.ts +0 -149
  18. package/dist/components/ImageCropper.vue.d.ts +0 -73
  19. package/dist/components/Input.vue.d.ts +0 -51
  20. package/dist/components/InputDropdown.vue.d.ts +0 -16
  21. package/dist/components/InputDropdownMultiple.vue.d.ts +0 -16
  22. package/dist/components/InputGroup.vue.d.ts +0 -15
  23. package/dist/components/InputList.vue.d.ts +0 -20
  24. package/dist/components/LineChart.vue.d.ts +0 -9
  25. package/dist/components/Modal.vue.d.ts +0 -118
  26. package/dist/components/Notification.vue.d.ts +0 -195
  27. package/dist/components/NumberRange.vue.d.ts +0 -174
  28. package/dist/components/PasswordField.vue.d.ts +0 -62
  29. package/dist/components/RadioBox.vue.d.ts +0 -9
  30. package/dist/components/RadioBoxGroup.vue.d.ts +0 -8
  31. package/dist/components/SearchInput.vue.d.ts +0 -36
  32. package/dist/components/Stepper.vue.d.ts +0 -23
  33. package/dist/components/Switch.vue.d.ts +0 -79
  34. package/dist/components/Tag.vue.d.ts +0 -48
  35. package/dist/components/Tags.vue.d.ts +0 -91
  36. package/dist/components/TextEditor.vue.d.ts +0 -40
  37. package/dist/components/Tooltip.vue.d.ts +0 -102
  38. package/dist/components/VerificationCode.vue.d.ts +0 -45
  39. package/dist/helpers/colorUtils.d.ts +0 -7
  40. package/dist/index.d.ts +0 -37
  41. package/dist/main.d.ts +0 -1
  42. package/dist/models/DropdownMenuItem.model.d.ts +0 -13
  43. package/dist/models/EditorJSi18n.model.d.ts +0 -109
  44. package/dist/models/InputDropdown.model.d.ts +0 -4
  45. package/dist/models/InputList.model.d.ts +0 -4
  46. package/dist/models/Tag.model.d.ts +0 -7
  47. package/dist/models/Tooltip.model.d.ts +0 -11
  48. package/dist/tools/editorCode.d.ts +0 -21
  49. package/dist/tools/editorFiles.d.ts +0 -37
  50. package/dist/tools/editorImage.d.ts +0 -60
@@ -1,149 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: StringConstructor;
4
- required: false;
5
- default: string;
6
- };
7
- iconName: {
8
- type: StringConstructor;
9
- required: false;
10
- default: string;
11
- };
12
- iconUrl: {
13
- type: StringConstructor;
14
- required: false;
15
- default: string;
16
- };
17
- text: {
18
- type: StringConstructor;
19
- required: true;
20
- };
21
- textPosition: {
22
- type: StringConstructor;
23
- default: string;
24
- validator: (value: string) => boolean;
25
- };
26
- labelKlass: {
27
- type: StringConstructor;
28
- required: false;
29
- default: string;
30
- };
31
- size: {
32
- type: NumberConstructor;
33
- required: false;
34
- default: number;
35
- };
36
- hideText: {
37
- type: BooleanConstructor;
38
- required: false;
39
- default: boolean;
40
- };
41
- hasBackground: {
42
- type: BooleanConstructor;
43
- required: false;
44
- default: boolean;
45
- };
46
- active: {
47
- type: BooleanConstructor;
48
- required: false;
49
- default: boolean;
50
- };
51
- activeOnHover: {
52
- type: BooleanConstructor;
53
- required: false;
54
- default: boolean;
55
- };
56
- textEllipsis: {
57
- type: BooleanConstructor;
58
- required: false;
59
- default: boolean;
60
- };
61
- isDanger: {
62
- type: BooleanConstructor;
63
- required: false;
64
- default: boolean;
65
- };
66
- }, unknown, unknown, {}, {
67
- emitError(): void;
68
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
69
- title: {
70
- type: StringConstructor;
71
- required: false;
72
- default: string;
73
- };
74
- iconName: {
75
- type: StringConstructor;
76
- required: false;
77
- default: string;
78
- };
79
- iconUrl: {
80
- type: StringConstructor;
81
- required: false;
82
- default: string;
83
- };
84
- text: {
85
- type: StringConstructor;
86
- required: true;
87
- };
88
- textPosition: {
89
- type: StringConstructor;
90
- default: string;
91
- validator: (value: string) => boolean;
92
- };
93
- labelKlass: {
94
- type: StringConstructor;
95
- required: false;
96
- default: string;
97
- };
98
- size: {
99
- type: NumberConstructor;
100
- required: false;
101
- default: number;
102
- };
103
- hideText: {
104
- type: BooleanConstructor;
105
- required: false;
106
- default: boolean;
107
- };
108
- hasBackground: {
109
- type: BooleanConstructor;
110
- required: false;
111
- default: boolean;
112
- };
113
- active: {
114
- type: BooleanConstructor;
115
- required: false;
116
- default: boolean;
117
- };
118
- activeOnHover: {
119
- type: BooleanConstructor;
120
- required: false;
121
- default: boolean;
122
- };
123
- textEllipsis: {
124
- type: BooleanConstructor;
125
- required: false;
126
- default: boolean;
127
- };
128
- isDanger: {
129
- type: BooleanConstructor;
130
- required: false;
131
- default: boolean;
132
- };
133
- }>> & {
134
- onError?: ((...args: any[]) => any) | undefined;
135
- }, {
136
- iconName: string;
137
- title: string;
138
- size: number;
139
- active: boolean;
140
- isDanger: boolean;
141
- activeOnHover: boolean;
142
- iconUrl: string;
143
- textPosition: string;
144
- labelKlass: string;
145
- hideText: boolean;
146
- hasBackground: boolean;
147
- textEllipsis: boolean;
148
- }, {}>;
149
- export default _default;
@@ -1,73 +0,0 @@
1
- import "cropperjs/dist/cropper.css";
2
- declare const _default: import("vue").DefineComponent<{
3
- image: {
4
- type: {
5
- new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
6
- prototype: File;
7
- };
8
- required: false;
9
- default: null;
10
- };
11
- width: {
12
- type: NumberConstructor[];
13
- required: false;
14
- default: number;
15
- };
16
- height: {
17
- type: NumberConstructor[];
18
- required: false;
19
- default: number;
20
- };
21
- showPreview: {
22
- type: BooleanConstructor;
23
- required: false;
24
- default: boolean;
25
- };
26
- isRound: {
27
- type: BooleanConstructor;
28
- required: false;
29
- default: boolean;
30
- };
31
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
- update: (value: HTMLCanvasElement) => void;
33
- sizeError: () => void;
34
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
- image: {
36
- type: {
37
- new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File;
38
- prototype: File;
39
- };
40
- required: false;
41
- default: null;
42
- };
43
- width: {
44
- type: NumberConstructor[];
45
- required: false;
46
- default: number;
47
- };
48
- height: {
49
- type: NumberConstructor[];
50
- required: false;
51
- default: number;
52
- };
53
- showPreview: {
54
- type: BooleanConstructor;
55
- required: false;
56
- default: boolean;
57
- };
58
- isRound: {
59
- type: BooleanConstructor;
60
- required: false;
61
- default: boolean;
62
- };
63
- }>> & {
64
- onUpdate?: ((value: HTMLCanvasElement) => any) | undefined;
65
- onSizeError?: (() => any) | undefined;
66
- }, {
67
- image: File;
68
- height: number;
69
- width: number;
70
- showPreview: boolean;
71
- isRound: boolean;
72
- }, {}>;
73
- export default _default;
@@ -1,51 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- placeholder: {
3
- type: StringConstructor;
4
- required: false;
5
- default: string;
6
- };
7
- error: {
8
- type: BooleanConstructor;
9
- required: false;
10
- default: boolean;
11
- };
12
- success: {
13
- type: BooleanConstructor;
14
- required: false;
15
- default: boolean;
16
- };
17
- modelValue: {
18
- type: StringConstructor;
19
- required: false;
20
- default: string;
21
- };
22
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
- placeholder: {
24
- type: StringConstructor;
25
- required: false;
26
- default: string;
27
- };
28
- error: {
29
- type: BooleanConstructor;
30
- required: false;
31
- default: boolean;
32
- };
33
- success: {
34
- type: BooleanConstructor;
35
- required: false;
36
- default: boolean;
37
- };
38
- modelValue: {
39
- type: StringConstructor;
40
- required: false;
41
- default: string;
42
- };
43
- }>> & {
44
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
- }, {
46
- error: boolean;
47
- placeholder: string;
48
- modelValue: string;
49
- success: boolean;
50
- }, {}>;
51
- export default _default;
@@ -1,16 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $props: {
3
- readonly icon?: string | undefined;
4
- readonly tabindex?: number | undefined;
5
- readonly options?: unknown[] | undefined;
6
- readonly labelProp?: string | undefined;
7
- readonly valueProp?: string | undefined;
8
- readonly placeholderInput?: string | undefined;
9
- readonly inputValue?: string | undefined;
10
- readonly inputWidth?: string | undefined;
11
- readonly selectedOption?: Record<string, any> | undefined;
12
- readonly clearIconPosition?: string | undefined;
13
- };
14
- $emit: (event: "update" | "clear", ...args: any[]) => void;
15
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
16
- export default _default;
@@ -1,16 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $props: {
3
- readonly title?: string | undefined;
4
- readonly icon?: string | undefined;
5
- readonly tabindex?: number | undefined;
6
- readonly value?: unknown[] | undefined;
7
- readonly options?: unknown[] | undefined;
8
- readonly labelProp?: string | undefined;
9
- readonly valueProp?: string | undefined;
10
- readonly placeholderInput?: string | undefined;
11
- readonly inputWidth?: string | undefined;
12
- readonly clearIconPosition?: string | undefined;
13
- };
14
- $emit: (event: "update", ...args: any[]) => void;
15
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
16
- export default _default;
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $props: {
3
- readonly iconName?: string | undefined;
4
- readonly placeholder?: string | undefined;
5
- readonly modelValue?: string | number | undefined;
6
- readonly inputType?: string | undefined;
7
- readonly sideContent?: string | undefined;
8
- readonly widthProp?: string | undefined;
9
- readonly heightProp?: string | undefined;
10
- readonly direction?: string | undefined;
11
- readonly e2e?: string | undefined;
12
- };
13
- $emit: (event: "update:modelValue", ...args: any[]) => void;
14
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
15
- export default _default;
@@ -1,20 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
2
- $props: {
3
- readonly placeholder?: string | undefined;
4
- readonly list?: unknown[] | undefined;
5
- readonly layout?: string | undefined;
6
- readonly modelValue?: Record<string, any> | unknown[] | undefined;
7
- readonly maxHeight?: string | undefined;
8
- readonly labelProp?: string | undefined;
9
- readonly valueProp?: string | undefined;
10
- readonly canClear?: boolean | undefined;
11
- readonly showAvatar?: boolean | undefined;
12
- };
13
- $emit: (event: "select" | "update" | "clear" | "deselect", ...args: any[]) => void;
14
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
15
- default?(_: {}): any;
16
- }>;
17
- export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & (new () => {
19
- $slots: S;
20
- });
@@ -1,9 +0,0 @@
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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
@@ -1,118 +0,0 @@
1
- import { type PropType } from "vue";
2
- declare const _default: import("vue").DefineComponent<{
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
- }, unknown, unknown, {}, {
52
- closed(): void;
53
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
- }>> & {
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
- export default _default;
@@ -1,195 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
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
- }, unknown, unknown, {}, {
86
- close(confirmation?: boolean): void;
87
- limitTitle(_title: string, _type: string): string;
88
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
- }>> & {
173
- onAction?: ((...args: any[]) => any) | undefined;
174
- }, {
175
- title: string;
176
- icon: string;
177
- width: string;
178
- zIndex: number;
179
- show: boolean;
180
- notificationType: string;
181
- isActive: boolean;
182
- message: string;
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
- export default _default;