@zeedhi/zd-richtext-vue 3.0.0 → 3.0.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.
- package/dist/richtext-vue.es.js +5246 -61747
- package/dist/types/components/RichText.d.ts +35 -38
- package/dist/types/extensions/FontFamily/FontFamily.d.ts +18 -18
- package/package.json +7 -8
|
@@ -80,11 +80,11 @@ export declare const ZdRichTextProps: {
|
|
|
80
80
|
type: StringConstructor;
|
|
81
81
|
};
|
|
82
82
|
allowDuplicate: {
|
|
83
|
-
type: (
|
|
83
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
84
84
|
default: boolean;
|
|
85
85
|
};
|
|
86
86
|
autofocus: {
|
|
87
|
-
type: (
|
|
87
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
cssClass: {
|
|
@@ -107,7 +107,7 @@ export declare const ZdRichTextProps: {
|
|
|
107
107
|
type: ObjectConstructor;
|
|
108
108
|
};
|
|
109
109
|
isVisible: {
|
|
110
|
-
type: (
|
|
110
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
111
111
|
default: boolean;
|
|
112
112
|
};
|
|
113
113
|
keyMap: {
|
|
@@ -115,7 +115,7 @@ export declare const ZdRichTextProps: {
|
|
|
115
115
|
default(): {};
|
|
116
116
|
};
|
|
117
117
|
light: {
|
|
118
|
-
type: (
|
|
118
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
name: {
|
|
@@ -126,7 +126,7 @@ export declare const ZdRichTextProps: {
|
|
|
126
126
|
type: ObjectConstructor;
|
|
127
127
|
};
|
|
128
128
|
tabStop: {
|
|
129
|
-
type: (
|
|
129
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
theme: {
|
|
@@ -215,11 +215,11 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
215
215
|
type: StringConstructor;
|
|
216
216
|
};
|
|
217
217
|
allowDuplicate: {
|
|
218
|
-
type: (
|
|
218
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
219
219
|
default: boolean;
|
|
220
220
|
};
|
|
221
221
|
autofocus: {
|
|
222
|
-
type: (
|
|
222
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
223
223
|
default: boolean;
|
|
224
224
|
};
|
|
225
225
|
cssClass: {
|
|
@@ -242,7 +242,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
242
242
|
type: ObjectConstructor;
|
|
243
243
|
};
|
|
244
244
|
isVisible: {
|
|
245
|
-
type: (
|
|
245
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
246
246
|
default: boolean;
|
|
247
247
|
};
|
|
248
248
|
keyMap: {
|
|
@@ -250,7 +250,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
250
250
|
default(): {};
|
|
251
251
|
};
|
|
252
252
|
light: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
254
254
|
default: boolean;
|
|
255
255
|
};
|
|
256
256
|
name: {
|
|
@@ -261,7 +261,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
261
261
|
type: ObjectConstructor;
|
|
262
262
|
};
|
|
263
263
|
tabStop: {
|
|
264
|
-
type: (
|
|
264
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
265
265
|
default: boolean;
|
|
266
266
|
};
|
|
267
267
|
theme: {
|
|
@@ -723,11 +723,11 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
723
723
|
type: StringConstructor;
|
|
724
724
|
};
|
|
725
725
|
allowDuplicate: {
|
|
726
|
-
type: (
|
|
726
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
727
727
|
default: boolean;
|
|
728
728
|
};
|
|
729
729
|
autofocus: {
|
|
730
|
-
type: (
|
|
730
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
731
731
|
default: boolean;
|
|
732
732
|
};
|
|
733
733
|
cssClass: {
|
|
@@ -750,7 +750,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
750
750
|
type: ObjectConstructor;
|
|
751
751
|
};
|
|
752
752
|
isVisible: {
|
|
753
|
-
type: (
|
|
753
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
754
754
|
default: boolean;
|
|
755
755
|
};
|
|
756
756
|
keyMap: {
|
|
@@ -758,7 +758,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
758
758
|
default(): {};
|
|
759
759
|
};
|
|
760
760
|
light: {
|
|
761
|
-
type: (
|
|
761
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
762
762
|
default: boolean;
|
|
763
763
|
};
|
|
764
764
|
name: {
|
|
@@ -769,7 +769,7 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
769
769
|
type: ObjectConstructor;
|
|
770
770
|
};
|
|
771
771
|
tabStop: {
|
|
772
|
-
type: (
|
|
772
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
773
773
|
default: boolean;
|
|
774
774
|
};
|
|
775
775
|
theme: {
|
|
@@ -895,17 +895,16 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
895
895
|
};
|
|
896
896
|
errorMessages: {
|
|
897
897
|
type: import('vue').PropType<string | string[] | null>;
|
|
898
|
-
required: true;
|
|
899
898
|
default: () => never[];
|
|
900
899
|
};
|
|
901
|
-
}>> & {
|
|
902
|
-
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
900
|
+
}>> & Readonly<{
|
|
903
901
|
onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
|
|
904
902
|
onEnter?: (() => any) | undefined;
|
|
903
|
+
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
905
904
|
"onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
|
|
906
|
-
}
|
|
907
|
-
editor: import('@tiptap/vue-3').Editor
|
|
908
|
-
},
|
|
905
|
+
}>, {
|
|
906
|
+
editor: import('vue').ShallowRef<import('@tiptap/vue-3').Editor | undefined, import('@tiptap/vue-3').Editor | undefined>;
|
|
907
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
909
908
|
enter: () => void;
|
|
910
909
|
change: (value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => void;
|
|
911
910
|
"update:modelValue": (value: string | object | undefined) => void;
|
|
@@ -915,21 +914,21 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
915
914
|
extensions: import('@tiptap/core').AnyExtension[];
|
|
916
915
|
flat: boolean;
|
|
917
916
|
disabled: boolean;
|
|
917
|
+
disableToolbar: boolean;
|
|
918
918
|
maxHeight: string | number;
|
|
919
919
|
maxWidth: string | number;
|
|
920
920
|
minHeight: string | number;
|
|
921
921
|
outlined: boolean;
|
|
922
922
|
modelValue: string | object;
|
|
923
|
+
errorMessages: string | string[] | null;
|
|
923
924
|
label: string;
|
|
924
925
|
output: "html" | "json" | "text";
|
|
925
926
|
dark: boolean;
|
|
926
927
|
dense: boolean;
|
|
927
928
|
hideToolbar: boolean;
|
|
928
|
-
disableToolbar: boolean;
|
|
929
929
|
hideBubble: boolean;
|
|
930
930
|
removeDefaultWrapper: boolean;
|
|
931
931
|
editorClass: string | string[] | Record<string, any>;
|
|
932
|
-
errorMessages: string | string[] | null;
|
|
933
932
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
934
933
|
P: {};
|
|
935
934
|
B: {};
|
|
@@ -1012,36 +1011,35 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
1012
1011
|
};
|
|
1013
1012
|
errorMessages: {
|
|
1014
1013
|
type: import('vue').PropType<string | string[] | null>;
|
|
1015
|
-
required: true;
|
|
1016
1014
|
default: () => never[];
|
|
1017
1015
|
};
|
|
1018
|
-
}>> & {
|
|
1019
|
-
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
1016
|
+
}>> & Readonly<{
|
|
1020
1017
|
onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
|
|
1021
1018
|
onEnter?: (() => any) | undefined;
|
|
1019
|
+
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
1022
1020
|
"onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
|
|
1023
|
-
}
|
|
1024
|
-
editor: import('@tiptap/vue-3').Editor
|
|
1021
|
+
}>, {
|
|
1022
|
+
editor: import('vue').ShallowRef<import('@tiptap/vue-3').Editor | undefined, import('@tiptap/vue-3').Editor | undefined>;
|
|
1025
1023
|
}, {}, {}, {}, {
|
|
1026
1024
|
markdownTheme: string | false;
|
|
1027
1025
|
extensions: import('@tiptap/core').AnyExtension[];
|
|
1028
1026
|
flat: boolean;
|
|
1029
1027
|
disabled: boolean;
|
|
1028
|
+
disableToolbar: boolean;
|
|
1030
1029
|
maxHeight: string | number;
|
|
1031
1030
|
maxWidth: string | number;
|
|
1032
1031
|
minHeight: string | number;
|
|
1033
1032
|
outlined: boolean;
|
|
1034
1033
|
modelValue: string | object;
|
|
1034
|
+
errorMessages: string | string[] | null;
|
|
1035
1035
|
label: string;
|
|
1036
1036
|
output: "html" | "json" | "text";
|
|
1037
1037
|
dark: boolean;
|
|
1038
1038
|
dense: boolean;
|
|
1039
1039
|
hideToolbar: boolean;
|
|
1040
|
-
disableToolbar: boolean;
|
|
1041
1040
|
hideBubble: boolean;
|
|
1042
1041
|
removeDefaultWrapper: boolean;
|
|
1043
1042
|
editorClass: string | string[] | Record<string, any>;
|
|
1044
|
-
errorMessages: string | string[] | null;
|
|
1045
1043
|
}>;
|
|
1046
1044
|
__isFragment?: never;
|
|
1047
1045
|
__isTeleport?: never;
|
|
@@ -1121,17 +1119,16 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
1121
1119
|
};
|
|
1122
1120
|
errorMessages: {
|
|
1123
1121
|
type: import('vue').PropType<string | string[] | null>;
|
|
1124
|
-
required: true;
|
|
1125
1122
|
default: () => never[];
|
|
1126
1123
|
};
|
|
1127
|
-
}>> & {
|
|
1128
|
-
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
1124
|
+
}>> & Readonly<{
|
|
1129
1125
|
onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
|
|
1130
1126
|
onEnter?: (() => any) | undefined;
|
|
1127
|
+
"onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
|
|
1131
1128
|
"onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
|
|
1132
|
-
}
|
|
1133
|
-
editor: import('@tiptap/vue-3').Editor
|
|
1134
|
-
},
|
|
1129
|
+
}>, {
|
|
1130
|
+
editor: import('vue').ShallowRef<import('@tiptap/vue-3').Editor | undefined, import('@tiptap/vue-3').Editor | undefined>;
|
|
1131
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1135
1132
|
enter: () => void;
|
|
1136
1133
|
change: (value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => void;
|
|
1137
1134
|
"update:modelValue": (value: string | object | undefined) => void;
|
|
@@ -1141,21 +1138,21 @@ declare const richTextComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
1141
1138
|
extensions: import('@tiptap/core').AnyExtension[];
|
|
1142
1139
|
flat: boolean;
|
|
1143
1140
|
disabled: boolean;
|
|
1141
|
+
disableToolbar: boolean;
|
|
1144
1142
|
maxHeight: string | number;
|
|
1145
1143
|
maxWidth: string | number;
|
|
1146
1144
|
minHeight: string | number;
|
|
1147
1145
|
outlined: boolean;
|
|
1148
1146
|
modelValue: string | object;
|
|
1147
|
+
errorMessages: string | string[] | null;
|
|
1149
1148
|
label: string;
|
|
1150
1149
|
output: "html" | "json" | "text";
|
|
1151
1150
|
dark: boolean;
|
|
1152
1151
|
dense: boolean;
|
|
1153
1152
|
hideToolbar: boolean;
|
|
1154
|
-
disableToolbar: boolean;
|
|
1155
1153
|
hideBubble: boolean;
|
|
1156
1154
|
removeDefaultWrapper: boolean;
|
|
1157
1155
|
editorClass: string | string[] | Record<string, any>;
|
|
1158
|
-
errorMessages: string | string[] | null;
|
|
1159
1156
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1160
1157
|
$slots: {
|
|
1161
1158
|
editor?(_: {
|
|
@@ -34,11 +34,11 @@ export declare const ZdFontFamilyProps: {
|
|
|
34
34
|
type: StringConstructor;
|
|
35
35
|
};
|
|
36
36
|
allowDuplicate: {
|
|
37
|
-
type: (
|
|
37
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
40
|
autofocus: {
|
|
41
|
-
type: (
|
|
41
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
44
|
cssClass: {
|
|
@@ -50,7 +50,7 @@ export declare const ZdFontFamilyProps: {
|
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
dark: {
|
|
53
|
-
type: (
|
|
53
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
directives: {
|
|
@@ -65,7 +65,7 @@ export declare const ZdFontFamilyProps: {
|
|
|
65
65
|
type: ObjectConstructor;
|
|
66
66
|
};
|
|
67
67
|
isVisible: {
|
|
68
|
-
type: (
|
|
68
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
keyMap: {
|
|
@@ -73,7 +73,7 @@ export declare const ZdFontFamilyProps: {
|
|
|
73
73
|
default(): {};
|
|
74
74
|
};
|
|
75
75
|
light: {
|
|
76
|
-
type: (
|
|
76
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
77
77
|
default: boolean;
|
|
78
78
|
};
|
|
79
79
|
name: {
|
|
@@ -84,7 +84,7 @@ export declare const ZdFontFamilyProps: {
|
|
|
84
84
|
type: ObjectConstructor;
|
|
85
85
|
};
|
|
86
86
|
tabStop: {
|
|
87
|
-
type: (
|
|
87
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
theme: {
|
|
@@ -125,11 +125,11 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
125
125
|
type: StringConstructor;
|
|
126
126
|
};
|
|
127
127
|
allowDuplicate: {
|
|
128
|
-
type: (
|
|
128
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
autofocus: {
|
|
132
|
-
type: (
|
|
132
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
133
133
|
default: boolean;
|
|
134
134
|
};
|
|
135
135
|
cssClass: {
|
|
@@ -141,7 +141,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
141
141
|
default: string;
|
|
142
142
|
};
|
|
143
143
|
dark: {
|
|
144
|
-
type: (
|
|
144
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
145
145
|
default: boolean;
|
|
146
146
|
};
|
|
147
147
|
directives: {
|
|
@@ -156,7 +156,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
156
156
|
type: ObjectConstructor;
|
|
157
157
|
};
|
|
158
158
|
isVisible: {
|
|
159
|
-
type: (
|
|
159
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
162
|
keyMap: {
|
|
@@ -164,7 +164,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
164
164
|
default(): {};
|
|
165
165
|
};
|
|
166
166
|
light: {
|
|
167
|
-
type: (
|
|
167
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
168
168
|
default: boolean;
|
|
169
169
|
};
|
|
170
170
|
name: {
|
|
@@ -175,7 +175,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
175
175
|
type: ObjectConstructor;
|
|
176
176
|
};
|
|
177
177
|
tabStop: {
|
|
178
|
-
type: (
|
|
178
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
179
179
|
default: boolean;
|
|
180
180
|
};
|
|
181
181
|
theme: {
|
|
@@ -219,11 +219,11 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
219
219
|
type: StringConstructor;
|
|
220
220
|
};
|
|
221
221
|
allowDuplicate: {
|
|
222
|
-
type: (
|
|
222
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
223
223
|
default: boolean;
|
|
224
224
|
};
|
|
225
225
|
autofocus: {
|
|
226
|
-
type: (
|
|
226
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
227
227
|
default: boolean;
|
|
228
228
|
};
|
|
229
229
|
cssClass: {
|
|
@@ -235,7 +235,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
235
235
|
default: string;
|
|
236
236
|
};
|
|
237
237
|
dark: {
|
|
238
|
-
type: (
|
|
238
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
239
239
|
default: boolean;
|
|
240
240
|
};
|
|
241
241
|
directives: {
|
|
@@ -250,7 +250,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
250
250
|
type: ObjectConstructor;
|
|
251
251
|
};
|
|
252
252
|
isVisible: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
254
254
|
default: boolean;
|
|
255
255
|
};
|
|
256
256
|
keyMap: {
|
|
@@ -258,7 +258,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
258
258
|
default(): {};
|
|
259
259
|
};
|
|
260
260
|
light: {
|
|
261
|
-
type: (
|
|
261
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
262
262
|
default: boolean;
|
|
263
263
|
};
|
|
264
264
|
name: {
|
|
@@ -269,7 +269,7 @@ declare const fontFamilyComponent: import('vue').DefineComponent<import('vue').E
|
|
|
269
269
|
type: ObjectConstructor;
|
|
270
270
|
};
|
|
271
271
|
tabStop: {
|
|
272
|
-
type: (
|
|
272
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
273
273
|
default: boolean;
|
|
274
274
|
};
|
|
275
275
|
theme: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-richtext-vue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Powered by Zeedhi",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"preview": "vite preview"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@zeedhi/
|
|
26
|
+
"@zeedhi/vuetify": "^3.0.0",
|
|
27
27
|
"@zeedhi/zd-richtext-common": "^3.0.0",
|
|
28
28
|
"vue": "^3.5.13"
|
|
29
29
|
},
|
|
@@ -31,9 +31,8 @@
|
|
|
31
31
|
"@types/node": "^22.10.2",
|
|
32
32
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
33
33
|
"@vue/tsconfig": "^0.7.0",
|
|
34
|
-
"@zeedhi/common": "^3.0.0",
|
|
35
34
|
"@zeedhi/vuetify": "^3.0.0",
|
|
36
|
-
"@zeedhi/zd-richtext-common": "^3.0.
|
|
35
|
+
"@zeedhi/zd-richtext-common": "^3.0.1",
|
|
37
36
|
"sass": "^1.83.0",
|
|
38
37
|
"typescript": "~5.6.2",
|
|
39
38
|
"vite": "^5.4.0",
|
|
@@ -43,10 +42,10 @@
|
|
|
43
42
|
"vue-tsc": "^2.1.10"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
|
-
"@tiptap/core": "^
|
|
47
|
-
"@tiptap/starter-kit": "^
|
|
48
|
-
"@tiptap/vue-3": "^
|
|
45
|
+
"@tiptap/core": "^3.0.0",
|
|
46
|
+
"@tiptap/starter-kit": "^3.0.0",
|
|
47
|
+
"@tiptap/vue-3": "^3.0.0",
|
|
49
48
|
"vuetify-pro-tiptap": "^2.5.7"
|
|
50
49
|
},
|
|
51
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9c3a64ef1706d04bb6e1019a3776532016b147d8"
|
|
52
51
|
}
|