ik-next-ui 0.0.11 → 0.0.13
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/IkApprovalProcess/ik.index.es.js +90 -90
- package/dist/IkApprovalProcessDetail/ik.index.es.js +4387 -4209
- package/dist/IkAvatar/ik.index.es.js +140 -0
- package/dist/IkBaseDialog/ik.index.es.js +28 -28
- package/dist/IkCollapseCard/ik.index.es.js +11 -11
- package/dist/IkDescription/ik.index.es.js +4004 -3826
- package/dist/IkDetailPreviewFiles/ik.index.es.js +4060 -3882
- package/dist/IkIconPicker/ik.index.es.js +13 -13
- package/dist/IkImage/ik-next-ui.css +1 -0
- package/dist/IkImage/ik.index.es.js +173 -0
- package/dist/IkImageUploadEditor/ik.index.es.js +1416 -1436
- package/dist/IkMonacoEditor/ik.index.es.js +1 -1
- package/dist/IkPickerUser/ik.index.es.js +55 -55
- package/dist/IkPlayer/ik.index.es.js +1316 -1138
- package/dist/IkPreviewFile/ik.index.es.js +4307 -4129
- package/dist/IkPreviewFileDialog/ik.index.es.js +4107 -3929
- package/dist/IkRadioGroup/ik.index.es.js +24 -24
- package/dist/IkSideText/ik-next-ui.css +1 -1
- package/dist/IkSideText/ik.index.es.js +208 -142
- package/dist/IkSvgIcon/ik.index.es.js +10 -10
- package/dist/IkUploadFile/ik.index.es.js +4947 -4769
- package/dist/IkUploadImage/ik-next-ui.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +32 -31
- package/dist/IkVerticalStepBar/ik.index.es.js +15 -15
- package/dist/Provider/ik.index.es.js +1 -1
- package/dist/build/version.json.d.ts +5 -0
- package/dist/ik-next-ui.css +2 -2
- package/dist/index.es.js +28408 -28098
- package/dist/index.umd.js +133 -132
- package/dist/src/components/IkAvatar/index.d.ts +56 -0
- package/dist/src/components/IkAvatar/src/index.vue.d.ts +49 -0
- package/dist/src/components/IkBtnContent/index.d.ts +34 -0
- package/dist/src/components/IkBtnContent/src/index.d.ts +36 -0
- package/dist/src/components/IkDragList/index.d.ts +3 -3
- package/dist/src/components/IkDragList/src/IkDragList.vue.d.ts +1 -1
- package/dist/src/components/IkImage/index.d.ts +107 -0
- package/dist/src/components/IkImage/src/index.vue.d.ts +98 -0
- package/dist/src/components/IkMonacoEditor/index.d.ts +2 -2
- package/dist/src/components/IkMonacoEditor/src/index.vue.d.ts +2 -2
- package/dist/src/components/IkPickerUser/index.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/list/GroupList.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/list/PostList.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/list/RoleList.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +1 -1
- package/dist/src/components/IkSideText/IkSideText.vue.d.ts +10 -1
- package/dist/src/components/IkSideText/index.d.ts +10 -1
- package/dist/src/components/IkSvgIcon/index.d.ts +2 -2
- package/dist/src/components/IkTooltip/index.d.ts +3 -3
- package/dist/src/components/IkTooltip/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkTree/IkTree.vue.d.ts +2123 -63
- package/dist/src/components/IkTree/index.d.ts +6481 -301
- package/dist/src/components/IkUploadFile/src/components/ErrorFileItem.vue.d.ts +2 -2
- package/dist/src/components/IkUploadImage/index.d.ts +3 -3
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
- package/dist/src/components/index.d.ts +2 -0
- package/dist/src/iking-ui/version.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/components/package.json.d.ts +0 -33
- package/dist/src/components-dev/IkUmoEditor/index.d.ts +0 -322
|
@@ -5,15 +5,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
index: number;
|
|
6
6
|
fieldName: string;
|
|
7
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
retry: (file: UploadFile, index: number) => void;
|
|
9
8
|
remove: (file: UploadFile, index: number) => void;
|
|
9
|
+
retry: (file: UploadFile, index: number) => void;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
file: UploadFile;
|
|
12
12
|
index: number;
|
|
13
13
|
fieldName: string;
|
|
14
14
|
}>>> & Readonly<{
|
|
15
|
-
onRetry?: ((file: UploadFile, index: number) => any) | undefined;
|
|
16
15
|
onRemove?: ((file: UploadFile, index: number) => any) | undefined;
|
|
16
|
+
onRetry?: ((file: UploadFile, index: number) => any) | undefined;
|
|
17
17
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -84,12 +84,12 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
84
84
|
accept: string;
|
|
85
85
|
preview: boolean;
|
|
86
86
|
multiple: boolean;
|
|
87
|
+
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
87
88
|
headers: Record<string, any>;
|
|
88
89
|
tip: boolean;
|
|
89
90
|
tipText: string;
|
|
90
91
|
action: string;
|
|
91
92
|
limit: number;
|
|
92
|
-
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
93
93
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
94
94
|
P: {};
|
|
95
95
|
B: {};
|
|
@@ -178,12 +178,12 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
178
178
|
accept: string;
|
|
179
179
|
preview: boolean;
|
|
180
180
|
multiple: boolean;
|
|
181
|
+
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
181
182
|
headers: Record<string, any>;
|
|
182
183
|
tip: boolean;
|
|
183
184
|
tipText: string;
|
|
184
185
|
action: string;
|
|
185
186
|
limit: number;
|
|
186
|
-
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
187
187
|
}>;
|
|
188
188
|
__isFragment?: never;
|
|
189
189
|
__isTeleport?: never;
|
|
@@ -273,12 +273,12 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
273
273
|
accept: string;
|
|
274
274
|
preview: boolean;
|
|
275
275
|
multiple: boolean;
|
|
276
|
+
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
276
277
|
headers: Record<string, any>;
|
|
277
278
|
tip: boolean;
|
|
278
279
|
tipText: string;
|
|
279
280
|
action: string;
|
|
280
281
|
limit: number;
|
|
281
|
-
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
282
282
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
283
283
|
$slots: {
|
|
284
284
|
trigger?(_: {}): any;
|
|
@@ -155,12 +155,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
155
155
|
accept: string;
|
|
156
156
|
preview: boolean;
|
|
157
157
|
multiple: boolean;
|
|
158
|
+
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
158
159
|
headers: Record<string, any>;
|
|
159
160
|
tip: boolean;
|
|
160
161
|
tipText: string;
|
|
161
162
|
action: string;
|
|
162
163
|
limit: number;
|
|
163
|
-
fit: "fill" | "none" | "cover" | "contain" | "scale-down";
|
|
164
164
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
165
165
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
166
166
|
export default _default;
|
|
@@ -31,6 +31,8 @@ export * from './IkTemplateOfficeConfig';
|
|
|
31
31
|
export * from './IkAutoCard';
|
|
32
32
|
export * from './IkCurrencyInput';
|
|
33
33
|
export * from './IkOnlyOffice';
|
|
34
|
+
export * from './IkImage';
|
|
35
|
+
export * from './IkAvatar';
|
|
34
36
|
export * from './IkSelectTag';
|
|
35
37
|
export * from './IkImageViewer';
|
|
36
38
|
export * from './Provider';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.0.
|
|
1
|
+
export declare const version = "0.0.12";
|
package/package.json
CHANGED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"name": "@iking-ui/components",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"description": "ik-next-ui",
|
|
5
|
-
"main": "index.ts",
|
|
6
|
-
"module": "index.ts",
|
|
7
|
-
"unpkg": "index.js",
|
|
8
|
-
"jsdelivr": "index.js",
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@iconify/vue": "^4.1.1",
|
|
11
|
-
"@vueuse/core": "^9.1.0",
|
|
12
|
-
"js-base64": "^3.7.5",
|
|
13
|
-
"sass": "^1.45.0",
|
|
14
|
-
"typescript": "^5.0.4",
|
|
15
|
-
"vuedraggable": "^4.1.0"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@rollup/plugin-commonjs": "^24.1.0",
|
|
19
|
-
"@types/node": "*",
|
|
20
|
-
"@vitejs/plugin-vue": "^4.1.0",
|
|
21
|
-
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
22
|
-
"element-plus": "^2.13.5",
|
|
23
|
-
"sass": "^1.45.0",
|
|
24
|
-
"typescript": "^5.0.4",
|
|
25
|
-
"vite": "^6.0.6",
|
|
26
|
-
"vue": "^3.5.13",
|
|
27
|
-
"vue-router": "^4.0.16"
|
|
28
|
-
},
|
|
29
|
-
"types": "index.d.ts",
|
|
30
|
-
"sideEffects": false
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export default _default;
|
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
export declare const IkUmoEditor: import('../../utils/typescript').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
title: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
disabled: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
height: {
|
|
15
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
locale: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
theme: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
placeholder: {
|
|
27
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
toolbarMode: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
menus: {
|
|
35
|
-
type: ArrayConstructor;
|
|
36
|
-
default: () => string[];
|
|
37
|
-
};
|
|
38
|
-
layout: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
pageMargin: {
|
|
43
|
-
type: ObjectConstructor;
|
|
44
|
-
default: () => {
|
|
45
|
-
left: number;
|
|
46
|
-
right: number;
|
|
47
|
-
top: number;
|
|
48
|
-
bottom: number;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
watermark: {
|
|
52
|
-
type: ObjectConstructor;
|
|
53
|
-
default: () => {};
|
|
54
|
-
};
|
|
55
|
-
enableMarkdown: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
enableBubbleMenu: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
enableBlockMenu: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
callback: {
|
|
68
|
-
type: FunctionConstructor;
|
|
69
|
-
default: null;
|
|
70
|
-
};
|
|
71
|
-
videoCallback: {
|
|
72
|
-
type: FunctionConstructor;
|
|
73
|
-
default: null;
|
|
74
|
-
};
|
|
75
|
-
audioCallback: {
|
|
76
|
-
type: FunctionConstructor;
|
|
77
|
-
default: null;
|
|
78
|
-
};
|
|
79
|
-
size: {
|
|
80
|
-
type: NumberConstructor;
|
|
81
|
-
default: number;
|
|
82
|
-
};
|
|
83
|
-
videoSize: {
|
|
84
|
-
type: NumberConstructor;
|
|
85
|
-
default: number;
|
|
86
|
-
};
|
|
87
|
-
uploadUrl: {
|
|
88
|
-
type: StringConstructor;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
loadUrl: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
header: {
|
|
96
|
-
type: ObjectConstructor;
|
|
97
|
-
default: () => null;
|
|
98
|
-
};
|
|
99
|
-
onSave: {
|
|
100
|
-
type: FunctionConstructor;
|
|
101
|
-
default: null;
|
|
102
|
-
};
|
|
103
|
-
cdnUrl: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
userInfo: {
|
|
108
|
-
type: ObjectConstructor;
|
|
109
|
-
default: () => {};
|
|
110
|
-
};
|
|
111
|
-
themeDom: {
|
|
112
|
-
type: (StringConstructor | {
|
|
113
|
-
new (): HTMLElement;
|
|
114
|
-
prototype: HTMLElement;
|
|
115
|
-
})[];
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
|
-
autoSave: {
|
|
119
|
-
type: ObjectConstructor;
|
|
120
|
-
default: () => {
|
|
121
|
-
enabled: boolean;
|
|
122
|
-
interval: number;
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
setting: {
|
|
126
|
-
type: ObjectConstructor;
|
|
127
|
-
default: () => {};
|
|
128
|
-
};
|
|
129
|
-
}>, {
|
|
130
|
-
getHTML: () => string;
|
|
131
|
-
getJSON: () => Record<string, any>;
|
|
132
|
-
getText: () => string;
|
|
133
|
-
setContent: (content: string | Record<string, any>, options?: any) => void;
|
|
134
|
-
insertContent: (content: string, options?: any) => void;
|
|
135
|
-
setReadOnly: (readOnly: boolean) => void;
|
|
136
|
-
setDocument: (options: any) => void;
|
|
137
|
-
setLayout: (mode: "page" | "web") => void;
|
|
138
|
-
setPage: (options: any) => void;
|
|
139
|
-
setWatermark: (options: any) => void;
|
|
140
|
-
setToolbar: (options: any) => void;
|
|
141
|
-
getOptions: () => any;
|
|
142
|
-
getVanillaHTML: () => Promise<string>;
|
|
143
|
-
getContentExcerpt: (length?: number, suffix?: string) => string;
|
|
144
|
-
getSelectionText: () => string;
|
|
145
|
-
editor: any;
|
|
146
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
147
|
-
blur: (...args: any[]) => void;
|
|
148
|
-
focus: (...args: any[]) => void;
|
|
149
|
-
created: (...args: any[]) => void;
|
|
150
|
-
"update:modelValue": (...args: any[]) => void;
|
|
151
|
-
changed: (...args: any[]) => void;
|
|
152
|
-
saved: (...args: any[]) => void;
|
|
153
|
-
destroy: (...args: any[]) => void;
|
|
154
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
155
|
-
modelValue: {
|
|
156
|
-
type: StringConstructor;
|
|
157
|
-
default: string;
|
|
158
|
-
};
|
|
159
|
-
title: {
|
|
160
|
-
type: StringConstructor;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
|
-
disabled: {
|
|
164
|
-
type: BooleanConstructor;
|
|
165
|
-
default: boolean;
|
|
166
|
-
};
|
|
167
|
-
height: {
|
|
168
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
169
|
-
default: string;
|
|
170
|
-
};
|
|
171
|
-
locale: {
|
|
172
|
-
type: StringConstructor;
|
|
173
|
-
default: string;
|
|
174
|
-
};
|
|
175
|
-
theme: {
|
|
176
|
-
type: StringConstructor;
|
|
177
|
-
default: string;
|
|
178
|
-
};
|
|
179
|
-
placeholder: {
|
|
180
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
181
|
-
default: string;
|
|
182
|
-
};
|
|
183
|
-
toolbarMode: {
|
|
184
|
-
type: StringConstructor;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
menus: {
|
|
188
|
-
type: ArrayConstructor;
|
|
189
|
-
default: () => string[];
|
|
190
|
-
};
|
|
191
|
-
layout: {
|
|
192
|
-
type: StringConstructor;
|
|
193
|
-
default: string;
|
|
194
|
-
};
|
|
195
|
-
pageMargin: {
|
|
196
|
-
type: ObjectConstructor;
|
|
197
|
-
default: () => {
|
|
198
|
-
left: number;
|
|
199
|
-
right: number;
|
|
200
|
-
top: number;
|
|
201
|
-
bottom: number;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
watermark: {
|
|
205
|
-
type: ObjectConstructor;
|
|
206
|
-
default: () => {};
|
|
207
|
-
};
|
|
208
|
-
enableMarkdown: {
|
|
209
|
-
type: BooleanConstructor;
|
|
210
|
-
default: boolean;
|
|
211
|
-
};
|
|
212
|
-
enableBubbleMenu: {
|
|
213
|
-
type: BooleanConstructor;
|
|
214
|
-
default: boolean;
|
|
215
|
-
};
|
|
216
|
-
enableBlockMenu: {
|
|
217
|
-
type: BooleanConstructor;
|
|
218
|
-
default: boolean;
|
|
219
|
-
};
|
|
220
|
-
callback: {
|
|
221
|
-
type: FunctionConstructor;
|
|
222
|
-
default: null;
|
|
223
|
-
};
|
|
224
|
-
videoCallback: {
|
|
225
|
-
type: FunctionConstructor;
|
|
226
|
-
default: null;
|
|
227
|
-
};
|
|
228
|
-
audioCallback: {
|
|
229
|
-
type: FunctionConstructor;
|
|
230
|
-
default: null;
|
|
231
|
-
};
|
|
232
|
-
size: {
|
|
233
|
-
type: NumberConstructor;
|
|
234
|
-
default: number;
|
|
235
|
-
};
|
|
236
|
-
videoSize: {
|
|
237
|
-
type: NumberConstructor;
|
|
238
|
-
default: number;
|
|
239
|
-
};
|
|
240
|
-
uploadUrl: {
|
|
241
|
-
type: StringConstructor;
|
|
242
|
-
default: string;
|
|
243
|
-
};
|
|
244
|
-
loadUrl: {
|
|
245
|
-
type: StringConstructor;
|
|
246
|
-
default: string;
|
|
247
|
-
};
|
|
248
|
-
header: {
|
|
249
|
-
type: ObjectConstructor;
|
|
250
|
-
default: () => null;
|
|
251
|
-
};
|
|
252
|
-
onSave: {
|
|
253
|
-
type: FunctionConstructor;
|
|
254
|
-
default: null;
|
|
255
|
-
};
|
|
256
|
-
cdnUrl: {
|
|
257
|
-
type: StringConstructor;
|
|
258
|
-
default: string;
|
|
259
|
-
};
|
|
260
|
-
userInfo: {
|
|
261
|
-
type: ObjectConstructor;
|
|
262
|
-
default: () => {};
|
|
263
|
-
};
|
|
264
|
-
themeDom: {
|
|
265
|
-
type: (StringConstructor | {
|
|
266
|
-
new (): HTMLElement;
|
|
267
|
-
prototype: HTMLElement;
|
|
268
|
-
})[];
|
|
269
|
-
default: string;
|
|
270
|
-
};
|
|
271
|
-
autoSave: {
|
|
272
|
-
type: ObjectConstructor;
|
|
273
|
-
default: () => {
|
|
274
|
-
enabled: boolean;
|
|
275
|
-
interval: number;
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
setting: {
|
|
279
|
-
type: ObjectConstructor;
|
|
280
|
-
default: () => {};
|
|
281
|
-
};
|
|
282
|
-
}>> & Readonly<{
|
|
283
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
284
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
285
|
-
onCreated?: ((...args: any[]) => any) | undefined;
|
|
286
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
287
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
288
|
-
onSaved?: ((...args: any[]) => any) | undefined;
|
|
289
|
-
onDestroy?: ((...args: any[]) => any) | undefined;
|
|
290
|
-
}>, {
|
|
291
|
-
header: Record<string, any>;
|
|
292
|
-
title: string;
|
|
293
|
-
height: string | number;
|
|
294
|
-
disabled: boolean;
|
|
295
|
-
size: number;
|
|
296
|
-
placeholder: string | Record<string, any>;
|
|
297
|
-
loadUrl: string;
|
|
298
|
-
uploadUrl: string;
|
|
299
|
-
userInfo: Record<string, any>;
|
|
300
|
-
modelValue: string;
|
|
301
|
-
setting: Record<string, any>;
|
|
302
|
-
callback: Function;
|
|
303
|
-
videoCallback: Function;
|
|
304
|
-
videoSize: number;
|
|
305
|
-
audioCallback: Function;
|
|
306
|
-
themeDom: string | HTMLElement;
|
|
307
|
-
theme: string;
|
|
308
|
-
locale: string;
|
|
309
|
-
watermark: Record<string, any>;
|
|
310
|
-
onSave: Function;
|
|
311
|
-
toolbarMode: string;
|
|
312
|
-
menus: unknown[];
|
|
313
|
-
layout: string;
|
|
314
|
-
pageMargin: Record<string, any>;
|
|
315
|
-
enableMarkdown: boolean;
|
|
316
|
-
enableBubbleMenu: boolean;
|
|
317
|
-
enableBlockMenu: boolean;
|
|
318
|
-
cdnUrl: string;
|
|
319
|
-
autoSave: Record<string, any>;
|
|
320
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
321
|
-
export default IkUmoEditor;
|
|
322
|
-
export * from './src/types';
|