@deskhero/dh_ui 2.49.9 → 2.50.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 (49) hide show
  1. package/dist/adapters/editorjs/EditorjsView.vue.d.ts +72 -0
  2. package/dist/adapters/tiptap/components/TextAlignButton.vue.d.ts +10 -4
  3. package/dist/adapters/tiptap/components/ToolbarGroup.vue.d.ts +10 -7
  4. package/dist/adapters/tiptap/components/button/ButtonGroup.vue.d.ts +22 -9
  5. package/dist/adapters/tiptap/components/tiptap-icons/HeadingFiveIcon.vue.d.ts +1 -1
  6. package/dist/adapters/tiptap/components/tiptap-icons/HeadingSixIcon.vue.d.ts +1 -1
  7. package/dist/components/ColorPicker.vue.d.ts +13 -7
  8. package/dist/components/IconWithText.vue.d.ts +149 -0
  9. package/dist/components/ImageCropper.vue.d.ts +10 -10
  10. package/dist/components/InputWithList/DropdownList.vue.d.ts +6 -8
  11. package/dist/components/InputWithList/MultipleInput.vue.d.ts +9 -18
  12. package/dist/components/InputWithList/SingleInput.vue.d.ts +8 -14
  13. package/dist/components/InputWithList/TagItem.vue.d.ts +5 -7
  14. package/dist/components/InputWithList.vue.d.ts +14 -25
  15. package/dist/components/LineChart.vue.d.ts +1 -5
  16. package/dist/components/Tags.vue.d.ts +7 -53
  17. package/dist/components/TextEditorLegacy.vue.d.ts +6 -25
  18. package/dist/dh_ui.es.js +22863 -22858
  19. package/dist/dh_ui.umd.js +358 -142
  20. package/dist/style.css +4 -4
  21. package/package.json +6 -4
  22. package/dist/adapters/editorjs/EditorjsTransformer.d.ts +0 -3
  23. package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +0 -17
  24. package/dist/adapters/tiptap/TiptapTransformer.d.ts +0 -3
  25. package/dist/adapters/tiptap/TiptapView.vue.d.ts +0 -22
  26. package/dist/adapters/tiptap/components/ColorHighlightDropdown.vue.d.ts +0 -2
  27. package/dist/adapters/tiptap/components/FileUploadButton.vue.d.ts +0 -7
  28. package/dist/adapters/tiptap/components/ImageUploadButton.vue.d.ts +0 -7
  29. package/dist/adapters/tiptap/components/Input.vue.d.ts +0 -10
  30. package/dist/adapters/tiptap/components/LinkDropdown.vue.d.ts +0 -2
  31. package/dist/adapters/tiptap/components/MarkButton.vue.d.ts +0 -6
  32. package/dist/adapters/tiptap/components/TextAlignDropdown.vue.d.ts +0 -2
  33. package/dist/adapters/tiptap/components/tiptap-icons/AlignCenterIcon.vue.d.ts +0 -2
  34. package/dist/adapters/tiptap/components/tiptap-icons/AlignJustifyIcon.vue.d.ts +0 -2
  35. package/dist/adapters/tiptap/components/tiptap-icons/AlignLeftIcon.vue.d.ts +0 -2
  36. package/dist/adapters/tiptap/components/tiptap-icons/AlignRightIcon.vue.d.ts +0 -2
  37. package/dist/adapters/tiptap/components/tiptap-icons/BanIcon.vue.d.ts +0 -2
  38. package/dist/adapters/tiptap/components/tiptap-icons/CornerDownLeftIcon.vue.d.ts +0 -2
  39. package/dist/adapters/tiptap/components/tiptap-icons/ExternalLinkIcon.vue.d.ts +0 -2
  40. package/dist/adapters/tiptap/components/tiptap-icons/FileIcon.vue.d.ts +0 -2
  41. package/dist/adapters/tiptap/components/tiptap-icons/HighlighterIcon.vue.d.ts +0 -2
  42. package/dist/adapters/tiptap/components/tiptap-icons/ImagePlusIcon.vue.d.ts +0 -2
  43. package/dist/adapters/tiptap/components/tiptap-icons/LinkIcon.vue.d.ts +0 -2
  44. package/dist/adapters/tiptap/components/tiptap-icons/TrashIcon.vue.d.ts +0 -2
  45. package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +0 -8
  46. package/dist/components/TextEditor.vue.d.ts +0 -39
  47. package/dist/components/VerificationCode.vue.d.ts +0 -47
  48. package/dist/factories/EditorFactory.d.ts +0 -19
  49. package/dist/models/EditorTransformer.d.ts +0 -5
@@ -1,6 +1,6 @@
1
1
  import { Tag, TagSize } from "@/models/Tag.model";
2
2
  import type { PropType } from "vue";
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: import("vue").DefineComponent<{
4
4
  maxTags: {
5
5
  type: NumberConstructor;
6
6
  required: false;
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
34
  type: NumberConstructor;
35
35
  default: number;
36
36
  };
37
- }>, {}, {
37
+ }, unknown, {
38
38
  isHovering: boolean;
39
39
  }, {}, {
40
40
  getTags(): Tag[];
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
43
43
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
44
  onMoreClick: null;
45
45
  onClick: null;
46
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  maxTags: {
48
48
  type: NumberConstructor;
49
49
  required: false;
@@ -77,61 +77,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
77
77
  type: NumberConstructor;
78
78
  default: number;
79
79
  };
80
- }>> & Readonly<{
80
+ }>> & {
81
81
  onOnClick?: ((...args: any[]) => any) | undefined;
82
82
  onOnMoreClick?: ((...args: any[]) => any) | undefined;
83
- }>, {
83
+ }, {
84
84
  size: TagSize;
85
- zIndex: number;
86
85
  color: string;
86
+ zIndex: number;
87
87
  isClickable: boolean;
88
88
  maxTags: number;
89
89
  showAllOnHover: boolean;
90
- }, {}, {
91
- DhTag: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
92
- label: {
93
- type: StringConstructor;
94
- required: true;
95
- };
96
- color: {
97
- type: PropType<import("@/models/Tag.model").TagColor>;
98
- required: false;
99
- default: string;
100
- };
101
- size: {
102
- type: PropType<TagSize>;
103
- required: false;
104
- default: string;
105
- };
106
- isClickable: {
107
- type: BooleanConstructor;
108
- required: false;
109
- default: boolean;
110
- };
111
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
112
- label: {
113
- type: StringConstructor;
114
- required: true;
115
- };
116
- color: {
117
- type: PropType<import("@/models/Tag.model").TagColor>;
118
- required: false;
119
- default: string;
120
- };
121
- size: {
122
- type: PropType<TagSize>;
123
- required: false;
124
- default: string;
125
- };
126
- isClickable: {
127
- type: BooleanConstructor;
128
- required: false;
129
- default: boolean;
130
- };
131
- }>> & Readonly<{}>, {
132
- size: TagSize;
133
- color: import("@/models/Tag.model").TagColor;
134
- isClickable: boolean;
135
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
136
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
90
+ }, {}>;
137
91
  export default _default;
@@ -7,35 +7,15 @@ declare const _default: import("vue").DefineComponent<{}, {
7
7
  render: typeof render;
8
8
  update: typeof update;
9
9
  getFilteredBlocks: typeof getFilteredBlocks;
10
- $emit: (event: "change" | "fileUpload" | "accept-suggestion" | "blockMoved" | "blockRemoved" | "fileDelete" | "translation-click", ...args: any[]) => void;
11
- customColor: string;
12
- data: string | Record<string, any>;
13
- focus: boolean;
14
- placeholder: string;
15
- i18n: Record<string, any>;
16
- minHeight: number;
17
- holder: string;
18
- readOnly: boolean;
19
- toolbarPosition: string;
20
- featureSet: string;
21
- firstBlock: boolean;
22
- firstBlockText: string;
23
- learnMoreText: string;
24
- wordCount: boolean;
25
- showSuggestedReplyControls: boolean;
26
- enableTranslation: boolean;
27
- translateEditorButtonText: string;
28
- isSuggestionReplyEnabled: boolean;
29
- suggestionReplyTitle: string;
30
10
  $props: {
31
- readonly customColor?: string | undefined;
32
11
  readonly data?: string | Record<string, any> | undefined;
33
12
  readonly focus?: boolean | undefined;
34
- readonly placeholder?: string | undefined;
35
- readonly i18n?: Record<string, any> | undefined;
36
- readonly minHeight?: number | undefined;
37
13
  readonly holder?: string | undefined;
14
+ readonly i18n?: Record<string, any> | undefined;
38
15
  readonly readOnly?: boolean | undefined;
16
+ readonly placeholder?: string | undefined;
17
+ readonly customColor?: string | undefined;
18
+ readonly minHeight?: number | undefined;
39
19
  readonly toolbarPosition?: string | undefined;
40
20
  readonly featureSet?: string | undefined;
41
21
  readonly firstBlock?: boolean | undefined;
@@ -48,7 +28,8 @@ declare const _default: import("vue").DefineComponent<{}, {
48
28
  readonly isSuggestionReplyEnabled?: boolean | undefined;
49
29
  readonly suggestionReplyTitle?: string | undefined;
50
30
  };
51
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ $emit: (event: "change" | "fileUpload" | "accept-suggestion" | "blockMoved" | "blockRemoved" | "fileDelete" | "translation-click", ...args: any[]) => void;
32
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
52
33
  export default _default;
53
34
  declare function toggleReadOnly(): void;
54
35
  declare function save(): any;