@dialpad/dialtone 9.186.0 → 9.187.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.
- package/dist/css/dialtone-default-theme.css +3 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +3 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +113845 -113845
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.d.ts.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/link_phone_numbers/link_phone_numbers.d.ts +3 -0
- package/dist/vue3/components/rich_text_editor/extensions/link_phone_numbers/link_phone_numbers.d.ts.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -872
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +2 -2
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.js +1 -1
- package/dist/vue3/lib/message-input/index.cjs +1 -1
- package/dist/vue3/lib/message-input/index.js +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input/message-input.js +1 -1
- package/dist/vue3/lib/rich-text-editor/index.cjs +1 -1
- package/dist/vue3/lib/rich-text-editor/index.js +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/vue3/{message_input-DO6pV_GG.js → message_input-B47LB7C8.js} +2 -2
- package/dist/vue3/{message_input-DO6pV_GG.js.map → message_input-B47LB7C8.js.map} +1 -1
- package/dist/vue3/{message_input-BiCHkV9g.cjs → message_input-BCIq_1AD.cjs} +2 -2
- package/dist/vue3/{message_input-BiCHkV9g.cjs.map → message_input-BCIq_1AD.cjs.map} +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.d.ts +1 -870
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -870
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/{rich_text_editor-DYu2R0kw.js → rich_text_editor-CNFb6tIx.js} +589 -540
- package/dist/vue3/rich_text_editor-CNFb6tIx.js.map +1 -0
- package/dist/vue3/{rich_text_editor-FduHYl-G.cjs → rich_text_editor-DRytK1_9.cjs} +5 -5
- package/dist/vue3/rich_text_editor-DRytK1_9.cjs.map +1 -0
- package/package.json +3 -3
- package/dist/vue3/rich_text_editor-DYu2R0kw.js.map +0 -1
- package/dist/vue3/rich_text_editor-FduHYl-G.cjs.map +0 -1
|
@@ -1114,876 +1114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1114
1114
|
ariaLabel: string;
|
|
1115
1115
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1116
1116
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1117
|
-
DtRichTextEditor: import('vue').
|
|
1118
|
-
modelValue: {
|
|
1119
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1120
|
-
default: string;
|
|
1121
|
-
};
|
|
1122
|
-
editable: {
|
|
1123
|
-
type: BooleanConstructor;
|
|
1124
|
-
default: boolean;
|
|
1125
|
-
};
|
|
1126
|
-
preventTyping: {
|
|
1127
|
-
type: BooleanConstructor;
|
|
1128
|
-
default: boolean;
|
|
1129
|
-
};
|
|
1130
|
-
pasteRichText: {
|
|
1131
|
-
type: BooleanConstructor;
|
|
1132
|
-
default: boolean;
|
|
1133
|
-
};
|
|
1134
|
-
allowLineBreaks: {
|
|
1135
|
-
type: BooleanConstructor;
|
|
1136
|
-
default: boolean;
|
|
1137
|
-
};
|
|
1138
|
-
inputAriaLabel: {
|
|
1139
|
-
type: StringConstructor;
|
|
1140
|
-
required: true;
|
|
1141
|
-
};
|
|
1142
|
-
inputClass: {
|
|
1143
|
-
type: StringConstructor;
|
|
1144
|
-
default: string;
|
|
1145
|
-
};
|
|
1146
|
-
autoFocus: {
|
|
1147
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1148
|
-
default: boolean;
|
|
1149
|
-
validator(autoFocus: unknown): boolean;
|
|
1150
|
-
};
|
|
1151
|
-
outputFormat: {
|
|
1152
|
-
type: StringConstructor;
|
|
1153
|
-
default: string;
|
|
1154
|
-
validator(outputFormat: unknown): boolean;
|
|
1155
|
-
};
|
|
1156
|
-
placeholder: {
|
|
1157
|
-
type: StringConstructor;
|
|
1158
|
-
default: string;
|
|
1159
|
-
};
|
|
1160
|
-
link: {
|
|
1161
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
1162
|
-
default: boolean;
|
|
1163
|
-
};
|
|
1164
|
-
customLink: {
|
|
1165
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
1166
|
-
default: boolean;
|
|
1167
|
-
};
|
|
1168
|
-
mentionSuggestion: {
|
|
1169
|
-
type: ObjectConstructor;
|
|
1170
|
-
default: null;
|
|
1171
|
-
};
|
|
1172
|
-
channelSuggestion: {
|
|
1173
|
-
type: ObjectConstructor;
|
|
1174
|
-
default: null;
|
|
1175
|
-
};
|
|
1176
|
-
slashCommandSuggestion: {
|
|
1177
|
-
type: ObjectConstructor;
|
|
1178
|
-
default: null;
|
|
1179
|
-
};
|
|
1180
|
-
allowBlockquote: {
|
|
1181
|
-
type: BooleanConstructor;
|
|
1182
|
-
default: boolean;
|
|
1183
|
-
};
|
|
1184
|
-
allowBold: {
|
|
1185
|
-
type: BooleanConstructor;
|
|
1186
|
-
default: boolean;
|
|
1187
|
-
};
|
|
1188
|
-
allowBulletList: {
|
|
1189
|
-
type: BooleanConstructor;
|
|
1190
|
-
default: boolean;
|
|
1191
|
-
};
|
|
1192
|
-
allowItalic: {
|
|
1193
|
-
type: BooleanConstructor;
|
|
1194
|
-
default: boolean;
|
|
1195
|
-
};
|
|
1196
|
-
allowStrike: {
|
|
1197
|
-
type: BooleanConstructor;
|
|
1198
|
-
default: boolean;
|
|
1199
|
-
};
|
|
1200
|
-
allowUnderline: {
|
|
1201
|
-
type: BooleanConstructor;
|
|
1202
|
-
default: boolean;
|
|
1203
|
-
};
|
|
1204
|
-
allowCode: {
|
|
1205
|
-
type: BooleanConstructor;
|
|
1206
|
-
default: boolean;
|
|
1207
|
-
};
|
|
1208
|
-
allowCodeblock: {
|
|
1209
|
-
type: BooleanConstructor;
|
|
1210
|
-
default: boolean;
|
|
1211
|
-
};
|
|
1212
|
-
allowInlineImages: {
|
|
1213
|
-
type: BooleanConstructor;
|
|
1214
|
-
default: boolean;
|
|
1215
|
-
};
|
|
1216
|
-
allowFontColor: {
|
|
1217
|
-
type: BooleanConstructor;
|
|
1218
|
-
default: boolean;
|
|
1219
|
-
};
|
|
1220
|
-
allowBackgroundColor: {
|
|
1221
|
-
type: BooleanConstructor;
|
|
1222
|
-
default: boolean;
|
|
1223
|
-
};
|
|
1224
|
-
allowFontSize: {
|
|
1225
|
-
type: BooleanConstructor;
|
|
1226
|
-
default: boolean;
|
|
1227
|
-
};
|
|
1228
|
-
allowFontFamily: {
|
|
1229
|
-
type: BooleanConstructor;
|
|
1230
|
-
default: boolean;
|
|
1231
|
-
};
|
|
1232
|
-
allowLineHeight: {
|
|
1233
|
-
type: BooleanConstructor;
|
|
1234
|
-
default: boolean;
|
|
1235
|
-
};
|
|
1236
|
-
allowVariable: {
|
|
1237
|
-
type: BooleanConstructor;
|
|
1238
|
-
default: boolean;
|
|
1239
|
-
};
|
|
1240
|
-
variableItems: {
|
|
1241
|
-
type: ArrayConstructor;
|
|
1242
|
-
default: () => never[];
|
|
1243
|
-
};
|
|
1244
|
-
additionalExtensions: {
|
|
1245
|
-
type: ArrayConstructor;
|
|
1246
|
-
default: () => never[];
|
|
1247
|
-
};
|
|
1248
|
-
hideLinkBubbleMenu: {
|
|
1249
|
-
type: BooleanConstructor;
|
|
1250
|
-
default: boolean;
|
|
1251
|
-
};
|
|
1252
|
-
preserveWhitespace: {
|
|
1253
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
1254
|
-
default: string;
|
|
1255
|
-
};
|
|
1256
|
-
useDivTags: {
|
|
1257
|
-
type: BooleanConstructor;
|
|
1258
|
-
default: boolean;
|
|
1259
|
-
};
|
|
1260
|
-
allowTables: {
|
|
1261
|
-
type: BooleanConstructor;
|
|
1262
|
-
default: boolean;
|
|
1263
|
-
};
|
|
1264
|
-
allowTextAlign: {
|
|
1265
|
-
type: BooleanConstructor;
|
|
1266
|
-
default: boolean;
|
|
1267
|
-
};
|
|
1268
|
-
allowImageResize: {
|
|
1269
|
-
type: BooleanConstructor;
|
|
1270
|
-
default: boolean;
|
|
1271
|
-
};
|
|
1272
|
-
}>, {}, {
|
|
1273
|
-
editor: null;
|
|
1274
|
-
appendTo: () => any;
|
|
1275
|
-
floatingOptions: {
|
|
1276
|
-
placement: string;
|
|
1277
|
-
};
|
|
1278
|
-
i18n: any;
|
|
1279
|
-
}, {
|
|
1280
|
-
attrs(): {
|
|
1281
|
-
onInput: () => void;
|
|
1282
|
-
onFocus: () => void;
|
|
1283
|
-
onBlur: () => void;
|
|
1284
|
-
class?: import('vue').ClassValue;
|
|
1285
|
-
style?: import('vue').StyleValue;
|
|
1286
|
-
};
|
|
1287
|
-
extensions(): (import('@tiptap/core').Node<any, any> | import('@tiptap/core').Extension<import('@tiptap/extensions').UndoRedoOptions, any> | import('@tiptap/core').Node<import('@tiptap/extension-hard-break').HardBreakOptions, any>)[];
|
|
1288
|
-
inputAttrs(): {
|
|
1289
|
-
'aria-label': string;
|
|
1290
|
-
'aria-multiline': boolean;
|
|
1291
|
-
role: string;
|
|
1292
|
-
};
|
|
1293
|
-
}, {
|
|
1294
|
-
createEditor(): void;
|
|
1295
|
-
bubbleMenuShouldShow({ editor }: {
|
|
1296
|
-
editor: any;
|
|
1297
|
-
}): any;
|
|
1298
|
-
getSelectedLinkText(editor: any): any;
|
|
1299
|
-
editLink(): void;
|
|
1300
|
-
removeLink(): void;
|
|
1301
|
-
openLink(): void;
|
|
1302
|
-
setLink(linkInput: any, linkText: any, linkOptions: any, linkProtocols: string[] | undefined, defaultPrefix: any): void;
|
|
1303
|
-
processValue(newValue: any, returnIfEqual?: boolean): void;
|
|
1304
|
-
destroyEditor(): void;
|
|
1305
|
-
insertPlainTextWithHardBreaks(view: any, textData: any): void;
|
|
1306
|
-
shouldPreserveLineBreaks(textData: any, htmlData: any): any;
|
|
1307
|
-
processPasteData(view: any, textData: any, htmlData: any): boolean;
|
|
1308
|
-
shouldHandlePreformattedHTML(htmlData: any): any;
|
|
1309
|
-
containsPreformattedContent(htmlData: any): boolean;
|
|
1310
|
-
hasPreWhitespace(element: any): any;
|
|
1311
|
-
hasLineBreaks(element: any): any;
|
|
1312
|
-
hasBlankLines(textData: any): any;
|
|
1313
|
-
extractPreformattedText(htmlData: any): string;
|
|
1314
|
-
walkAndExtractText(node: any): string;
|
|
1315
|
-
triggerInputChangeEvents(): void;
|
|
1316
|
-
addEditorListeners(): void;
|
|
1317
|
-
getOutput(): any;
|
|
1318
|
-
getExtension(extension: any, options: any): any;
|
|
1319
|
-
updateEditorAttributes(attributes: any): void;
|
|
1320
|
-
focusEditor(): void;
|
|
1321
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link" | "mention-click" | "mention-hover" | "mention-leave" | "channel-click")[], "input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link" | "mention-click" | "mention-hover" | "mention-leave" | "channel-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1322
|
-
modelValue: {
|
|
1323
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1324
|
-
default: string;
|
|
1325
|
-
};
|
|
1326
|
-
editable: {
|
|
1327
|
-
type: BooleanConstructor;
|
|
1328
|
-
default: boolean;
|
|
1329
|
-
};
|
|
1330
|
-
preventTyping: {
|
|
1331
|
-
type: BooleanConstructor;
|
|
1332
|
-
default: boolean;
|
|
1333
|
-
};
|
|
1334
|
-
pasteRichText: {
|
|
1335
|
-
type: BooleanConstructor;
|
|
1336
|
-
default: boolean;
|
|
1337
|
-
};
|
|
1338
|
-
allowLineBreaks: {
|
|
1339
|
-
type: BooleanConstructor;
|
|
1340
|
-
default: boolean;
|
|
1341
|
-
};
|
|
1342
|
-
inputAriaLabel: {
|
|
1343
|
-
type: StringConstructor;
|
|
1344
|
-
required: true;
|
|
1345
|
-
};
|
|
1346
|
-
inputClass: {
|
|
1347
|
-
type: StringConstructor;
|
|
1348
|
-
default: string;
|
|
1349
|
-
};
|
|
1350
|
-
autoFocus: {
|
|
1351
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1352
|
-
default: boolean;
|
|
1353
|
-
validator(autoFocus: unknown): boolean;
|
|
1354
|
-
};
|
|
1355
|
-
outputFormat: {
|
|
1356
|
-
type: StringConstructor;
|
|
1357
|
-
default: string;
|
|
1358
|
-
validator(outputFormat: unknown): boolean;
|
|
1359
|
-
};
|
|
1360
|
-
placeholder: {
|
|
1361
|
-
type: StringConstructor;
|
|
1362
|
-
default: string;
|
|
1363
|
-
};
|
|
1364
|
-
link: {
|
|
1365
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
1366
|
-
default: boolean;
|
|
1367
|
-
};
|
|
1368
|
-
customLink: {
|
|
1369
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
1370
|
-
default: boolean;
|
|
1371
|
-
};
|
|
1372
|
-
mentionSuggestion: {
|
|
1373
|
-
type: ObjectConstructor;
|
|
1374
|
-
default: null;
|
|
1375
|
-
};
|
|
1376
|
-
channelSuggestion: {
|
|
1377
|
-
type: ObjectConstructor;
|
|
1378
|
-
default: null;
|
|
1379
|
-
};
|
|
1380
|
-
slashCommandSuggestion: {
|
|
1381
|
-
type: ObjectConstructor;
|
|
1382
|
-
default: null;
|
|
1383
|
-
};
|
|
1384
|
-
allowBlockquote: {
|
|
1385
|
-
type: BooleanConstructor;
|
|
1386
|
-
default: boolean;
|
|
1387
|
-
};
|
|
1388
|
-
allowBold: {
|
|
1389
|
-
type: BooleanConstructor;
|
|
1390
|
-
default: boolean;
|
|
1391
|
-
};
|
|
1392
|
-
allowBulletList: {
|
|
1393
|
-
type: BooleanConstructor;
|
|
1394
|
-
default: boolean;
|
|
1395
|
-
};
|
|
1396
|
-
allowItalic: {
|
|
1397
|
-
type: BooleanConstructor;
|
|
1398
|
-
default: boolean;
|
|
1399
|
-
};
|
|
1400
|
-
allowStrike: {
|
|
1401
|
-
type: BooleanConstructor;
|
|
1402
|
-
default: boolean;
|
|
1403
|
-
};
|
|
1404
|
-
allowUnderline: {
|
|
1405
|
-
type: BooleanConstructor;
|
|
1406
|
-
default: boolean;
|
|
1407
|
-
};
|
|
1408
|
-
allowCode: {
|
|
1409
|
-
type: BooleanConstructor;
|
|
1410
|
-
default: boolean;
|
|
1411
|
-
};
|
|
1412
|
-
allowCodeblock: {
|
|
1413
|
-
type: BooleanConstructor;
|
|
1414
|
-
default: boolean;
|
|
1415
|
-
};
|
|
1416
|
-
allowInlineImages: {
|
|
1417
|
-
type: BooleanConstructor;
|
|
1418
|
-
default: boolean;
|
|
1419
|
-
};
|
|
1420
|
-
allowFontColor: {
|
|
1421
|
-
type: BooleanConstructor;
|
|
1422
|
-
default: boolean;
|
|
1423
|
-
};
|
|
1424
|
-
allowBackgroundColor: {
|
|
1425
|
-
type: BooleanConstructor;
|
|
1426
|
-
default: boolean;
|
|
1427
|
-
};
|
|
1428
|
-
allowFontSize: {
|
|
1429
|
-
type: BooleanConstructor;
|
|
1430
|
-
default: boolean;
|
|
1431
|
-
};
|
|
1432
|
-
allowFontFamily: {
|
|
1433
|
-
type: BooleanConstructor;
|
|
1434
|
-
default: boolean;
|
|
1435
|
-
};
|
|
1436
|
-
allowLineHeight: {
|
|
1437
|
-
type: BooleanConstructor;
|
|
1438
|
-
default: boolean;
|
|
1439
|
-
};
|
|
1440
|
-
allowVariable: {
|
|
1441
|
-
type: BooleanConstructor;
|
|
1442
|
-
default: boolean;
|
|
1443
|
-
};
|
|
1444
|
-
variableItems: {
|
|
1445
|
-
type: ArrayConstructor;
|
|
1446
|
-
default: () => never[];
|
|
1447
|
-
};
|
|
1448
|
-
additionalExtensions: {
|
|
1449
|
-
type: ArrayConstructor;
|
|
1450
|
-
default: () => never[];
|
|
1451
|
-
};
|
|
1452
|
-
hideLinkBubbleMenu: {
|
|
1453
|
-
type: BooleanConstructor;
|
|
1454
|
-
default: boolean;
|
|
1455
|
-
};
|
|
1456
|
-
preserveWhitespace: {
|
|
1457
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
1458
|
-
default: string;
|
|
1459
|
-
};
|
|
1460
|
-
useDivTags: {
|
|
1461
|
-
type: BooleanConstructor;
|
|
1462
|
-
default: boolean;
|
|
1463
|
-
};
|
|
1464
|
-
allowTables: {
|
|
1465
|
-
type: BooleanConstructor;
|
|
1466
|
-
default: boolean;
|
|
1467
|
-
};
|
|
1468
|
-
allowTextAlign: {
|
|
1469
|
-
type: BooleanConstructor;
|
|
1470
|
-
default: boolean;
|
|
1471
|
-
};
|
|
1472
|
-
allowImageResize: {
|
|
1473
|
-
type: BooleanConstructor;
|
|
1474
|
-
default: boolean;
|
|
1475
|
-
};
|
|
1476
|
-
}>> & Readonly<{
|
|
1477
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
1478
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1479
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1480
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1481
|
-
"onSelected-command"?: ((...args: any[]) => any) | undefined;
|
|
1482
|
-
onEnter?: ((...args: any[]) => any) | undefined;
|
|
1483
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
1484
|
-
"onJson-input"?: ((...args: any[]) => any) | undefined;
|
|
1485
|
-
"onHtml-input"?: ((...args: any[]) => any) | undefined;
|
|
1486
|
-
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1487
|
-
"onMarkdown-input"?: ((...args: any[]) => any) | undefined;
|
|
1488
|
-
"onEdit-link"?: ((...args: any[]) => any) | undefined;
|
|
1489
|
-
"onMention-click"?: ((...args: any[]) => any) | undefined;
|
|
1490
|
-
"onMention-hover"?: ((...args: any[]) => any) | undefined;
|
|
1491
|
-
"onMention-leave"?: ((...args: any[]) => any) | undefined;
|
|
1492
|
-
"onChannel-click"?: ((...args: any[]) => any) | undefined;
|
|
1493
|
-
}>, {
|
|
1494
|
-
link: boolean | Record<string, any>;
|
|
1495
|
-
modelValue: string | Record<string, any>;
|
|
1496
|
-
placeholder: string;
|
|
1497
|
-
inputClass: string;
|
|
1498
|
-
preserveWhitespace: string | boolean;
|
|
1499
|
-
variableItems: unknown[];
|
|
1500
|
-
editable: boolean;
|
|
1501
|
-
preventTyping: boolean;
|
|
1502
|
-
pasteRichText: boolean;
|
|
1503
|
-
allowLineBreaks: boolean;
|
|
1504
|
-
autoFocus: string | number | boolean;
|
|
1505
|
-
outputFormat: string;
|
|
1506
|
-
customLink: boolean | Record<string, any>;
|
|
1507
|
-
mentionSuggestion: Record<string, any>;
|
|
1508
|
-
channelSuggestion: Record<string, any>;
|
|
1509
|
-
slashCommandSuggestion: Record<string, any>;
|
|
1510
|
-
allowBlockquote: boolean;
|
|
1511
|
-
allowBold: boolean;
|
|
1512
|
-
allowBulletList: boolean;
|
|
1513
|
-
allowItalic: boolean;
|
|
1514
|
-
allowStrike: boolean;
|
|
1515
|
-
allowUnderline: boolean;
|
|
1516
|
-
allowCode: boolean;
|
|
1517
|
-
allowCodeblock: boolean;
|
|
1518
|
-
allowInlineImages: boolean;
|
|
1519
|
-
allowFontColor: boolean;
|
|
1520
|
-
allowBackgroundColor: boolean;
|
|
1521
|
-
allowFontSize: boolean;
|
|
1522
|
-
allowFontFamily: boolean;
|
|
1523
|
-
allowLineHeight: boolean;
|
|
1524
|
-
allowVariable: boolean;
|
|
1525
|
-
additionalExtensions: unknown[];
|
|
1526
|
-
hideLinkBubbleMenu: boolean;
|
|
1527
|
-
useDivTags: boolean;
|
|
1528
|
-
allowTables: boolean;
|
|
1529
|
-
allowTextAlign: boolean;
|
|
1530
|
-
allowImageResize: boolean;
|
|
1531
|
-
}, {}, {
|
|
1532
|
-
EditorContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1533
|
-
editor: {
|
|
1534
|
-
default: null;
|
|
1535
|
-
type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
|
|
1536
|
-
};
|
|
1537
|
-
}>, {
|
|
1538
|
-
rootEl: import('vue').Ref<Element | undefined, Element | undefined>;
|
|
1539
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1540
|
-
editor: {
|
|
1541
|
-
default: null;
|
|
1542
|
-
type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
|
|
1543
|
-
};
|
|
1544
|
-
}>> & Readonly<{}>, {
|
|
1545
|
-
editor: import('@tiptap/vue-3').Editor;
|
|
1546
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1547
|
-
BubbleMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1548
|
-
pluginKey: {
|
|
1549
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["pluginKey"]>;
|
|
1550
|
-
default: string;
|
|
1551
|
-
};
|
|
1552
|
-
editor: {
|
|
1553
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["editor"]>;
|
|
1554
|
-
required: true;
|
|
1555
|
-
};
|
|
1556
|
-
updateDelay: {
|
|
1557
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["updateDelay"]>;
|
|
1558
|
-
default: undefined;
|
|
1559
|
-
};
|
|
1560
|
-
resizeDelay: {
|
|
1561
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["resizeDelay"]>;
|
|
1562
|
-
default: undefined;
|
|
1563
|
-
};
|
|
1564
|
-
options: {
|
|
1565
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["options"]>;
|
|
1566
|
-
default: () => {};
|
|
1567
|
-
};
|
|
1568
|
-
appendTo: {
|
|
1569
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["appendTo"]>;
|
|
1570
|
-
default: undefined;
|
|
1571
|
-
};
|
|
1572
|
-
shouldShow: {
|
|
1573
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["shouldShow"], null>>;
|
|
1574
|
-
default: null;
|
|
1575
|
-
};
|
|
1576
|
-
getReferencedVirtualElement: {
|
|
1577
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["getReferencedVirtualElement"], null>>;
|
|
1578
|
-
default: undefined;
|
|
1579
|
-
};
|
|
1580
|
-
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1581
|
-
[key: string]: any;
|
|
1582
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1583
|
-
pluginKey: {
|
|
1584
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["pluginKey"]>;
|
|
1585
|
-
default: string;
|
|
1586
|
-
};
|
|
1587
|
-
editor: {
|
|
1588
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["editor"]>;
|
|
1589
|
-
required: true;
|
|
1590
|
-
};
|
|
1591
|
-
updateDelay: {
|
|
1592
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["updateDelay"]>;
|
|
1593
|
-
default: undefined;
|
|
1594
|
-
};
|
|
1595
|
-
resizeDelay: {
|
|
1596
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["resizeDelay"]>;
|
|
1597
|
-
default: undefined;
|
|
1598
|
-
};
|
|
1599
|
-
options: {
|
|
1600
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["options"]>;
|
|
1601
|
-
default: () => {};
|
|
1602
|
-
};
|
|
1603
|
-
appendTo: {
|
|
1604
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["appendTo"]>;
|
|
1605
|
-
default: undefined;
|
|
1606
|
-
};
|
|
1607
|
-
shouldShow: {
|
|
1608
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["shouldShow"], null>>;
|
|
1609
|
-
default: null;
|
|
1610
|
-
};
|
|
1611
|
-
getReferencedVirtualElement: {
|
|
1612
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["getReferencedVirtualElement"], null>>;
|
|
1613
|
-
default: undefined;
|
|
1614
|
-
};
|
|
1615
|
-
}>> & Readonly<{}>, {
|
|
1616
|
-
options: {
|
|
1617
|
-
strategy?: "absolute" | "fixed";
|
|
1618
|
-
placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
1619
|
-
offset?: Parameters<typeof import('@floating-ui/dom').offset>[0] | boolean;
|
|
1620
|
-
flip?: Parameters<typeof import('@floating-ui/dom').flip>[0] | boolean;
|
|
1621
|
-
shift?: Parameters<typeof import('@floating-ui/dom').shift>[0] | boolean;
|
|
1622
|
-
arrow?: Parameters<typeof import('@floating-ui/dom').arrow>[0] | false;
|
|
1623
|
-
size?: Parameters<typeof import('@floating-ui/dom').size>[0] | boolean;
|
|
1624
|
-
autoPlacement?: Parameters<typeof import('@floating-ui/dom').autoPlacement>[0] | boolean;
|
|
1625
|
-
hide?: Parameters<typeof import('@floating-ui/dom').hide>[0] | boolean;
|
|
1626
|
-
inline?: Parameters<typeof import('@floating-ui/dom').inline>[0] | boolean;
|
|
1627
|
-
onShow?: () => void;
|
|
1628
|
-
onHide?: () => void;
|
|
1629
|
-
onUpdate?: () => void;
|
|
1630
|
-
onDestroy?: () => void;
|
|
1631
|
-
scrollTarget?: HTMLElement | Window;
|
|
1632
|
-
} | undefined;
|
|
1633
|
-
updateDelay: number | undefined;
|
|
1634
|
-
resizeDelay: number | undefined;
|
|
1635
|
-
appendTo: HTMLElement | (() => HTMLElement) | undefined;
|
|
1636
|
-
getReferencedVirtualElement: () => import('@floating-ui/dom').VirtualElement | null;
|
|
1637
|
-
shouldShow: (props: {
|
|
1638
|
-
editor: import('@tiptap/core').Editor;
|
|
1639
|
-
element: HTMLElement;
|
|
1640
|
-
view: import('@tiptap/pm/view').EditorView;
|
|
1641
|
-
state: import('@tiptap/pm/state').EditorState;
|
|
1642
|
-
oldState?: import('@tiptap/pm/state').EditorState;
|
|
1643
|
-
from: number;
|
|
1644
|
-
to: number;
|
|
1645
|
-
}) => boolean;
|
|
1646
|
-
pluginKey: string | import('@tiptap/pm/state').PluginKey<any>;
|
|
1647
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1648
|
-
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1649
|
-
circle: {
|
|
1650
|
-
type: BooleanConstructor;
|
|
1651
|
-
default: boolean;
|
|
1652
|
-
};
|
|
1653
|
-
iconPosition: {
|
|
1654
|
-
type: StringConstructor;
|
|
1655
|
-
default: string;
|
|
1656
|
-
validator: (position: unknown) => boolean;
|
|
1657
|
-
};
|
|
1658
|
-
importance: {
|
|
1659
|
-
type: StringConstructor;
|
|
1660
|
-
default: string;
|
|
1661
|
-
validator: (i: unknown) => boolean;
|
|
1662
|
-
};
|
|
1663
|
-
link: {
|
|
1664
|
-
type: BooleanConstructor;
|
|
1665
|
-
default: boolean;
|
|
1666
|
-
};
|
|
1667
|
-
linkKind: {
|
|
1668
|
-
type: StringConstructor;
|
|
1669
|
-
default: string;
|
|
1670
|
-
validator: (lk: unknown) => boolean;
|
|
1671
|
-
};
|
|
1672
|
-
linkInverted: {
|
|
1673
|
-
type: BooleanConstructor;
|
|
1674
|
-
default: boolean;
|
|
1675
|
-
};
|
|
1676
|
-
disabled: {
|
|
1677
|
-
type: BooleanConstructor;
|
|
1678
|
-
default: boolean;
|
|
1679
|
-
};
|
|
1680
|
-
type: {
|
|
1681
|
-
type: StringConstructor;
|
|
1682
|
-
default: string;
|
|
1683
|
-
validator: (t: unknown) => boolean;
|
|
1684
|
-
};
|
|
1685
|
-
width: {
|
|
1686
|
-
type: StringConstructor;
|
|
1687
|
-
default: null;
|
|
1688
|
-
};
|
|
1689
|
-
size: {
|
|
1690
|
-
type: StringConstructor;
|
|
1691
|
-
default: string;
|
|
1692
|
-
validator: (s: unknown) => boolean;
|
|
1693
|
-
};
|
|
1694
|
-
labelClass: {
|
|
1695
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1696
|
-
default: string;
|
|
1697
|
-
};
|
|
1698
|
-
loading: {
|
|
1699
|
-
type: BooleanConstructor;
|
|
1700
|
-
default: boolean;
|
|
1701
|
-
};
|
|
1702
|
-
kind: {
|
|
1703
|
-
type: StringConstructor;
|
|
1704
|
-
default: string;
|
|
1705
|
-
validator: (k: unknown) => boolean;
|
|
1706
|
-
};
|
|
1707
|
-
assertiveOnFocus: {
|
|
1708
|
-
type: BooleanConstructor;
|
|
1709
|
-
default: boolean;
|
|
1710
|
-
};
|
|
1711
|
-
active: {
|
|
1712
|
-
type: BooleanConstructor;
|
|
1713
|
-
default: boolean;
|
|
1714
|
-
};
|
|
1715
|
-
to: {
|
|
1716
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1717
|
-
default: null;
|
|
1718
|
-
};
|
|
1719
|
-
href: {
|
|
1720
|
-
type: StringConstructor;
|
|
1721
|
-
default: null;
|
|
1722
|
-
};
|
|
1723
|
-
target: {
|
|
1724
|
-
type: StringConstructor;
|
|
1725
|
-
default: null;
|
|
1726
|
-
};
|
|
1727
|
-
rel: {
|
|
1728
|
-
type: StringConstructor;
|
|
1729
|
-
default: null;
|
|
1730
|
-
};
|
|
1731
|
-
replace: {
|
|
1732
|
-
type: BooleanConstructor;
|
|
1733
|
-
default: boolean;
|
|
1734
|
-
};
|
|
1735
|
-
}>, {}, {
|
|
1736
|
-
ICON_POSITION_MODIFIERS: {
|
|
1737
|
-
left: string;
|
|
1738
|
-
right: string;
|
|
1739
|
-
top: string;
|
|
1740
|
-
bottom: string;
|
|
1741
|
-
};
|
|
1742
|
-
isInFocus: boolean;
|
|
1743
|
-
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1744
|
-
i18n: any;
|
|
1745
|
-
}, {
|
|
1746
|
-
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1747
|
-
isNativeButton(): boolean;
|
|
1748
|
-
computedAttrs(): {
|
|
1749
|
-
'aria-disabled'?: string | undefined;
|
|
1750
|
-
tabindex?: string | undefined;
|
|
1751
|
-
to: string | Record<string, any>;
|
|
1752
|
-
replace: boolean;
|
|
1753
|
-
type?: undefined;
|
|
1754
|
-
disabled?: undefined;
|
|
1755
|
-
} | {
|
|
1756
|
-
'aria-disabled'?: string | undefined;
|
|
1757
|
-
tabindex?: string | undefined;
|
|
1758
|
-
href: string | null;
|
|
1759
|
-
target: string;
|
|
1760
|
-
rel: string;
|
|
1761
|
-
type?: undefined;
|
|
1762
|
-
disabled?: undefined;
|
|
1763
|
-
} | {
|
|
1764
|
-
type: string;
|
|
1765
|
-
disabled: boolean;
|
|
1766
|
-
};
|
|
1767
|
-
computedListeners(): {
|
|
1768
|
-
focusin: (e: any) => void;
|
|
1769
|
-
focusout: (e: any) => void;
|
|
1770
|
-
};
|
|
1771
|
-
computedAriaLive(): unknown;
|
|
1772
|
-
iconSize(): any;
|
|
1773
|
-
loaderSize(): any;
|
|
1774
|
-
}, {
|
|
1775
|
-
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1776
|
-
buttonClasses(): any[];
|
|
1777
|
-
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1778
|
-
shouldRenderIcon(): any;
|
|
1779
|
-
isIconOnly(): any;
|
|
1780
|
-
isVerticalIconLayout(): boolean;
|
|
1781
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1782
|
-
circle: {
|
|
1783
|
-
type: BooleanConstructor;
|
|
1784
|
-
default: boolean;
|
|
1785
|
-
};
|
|
1786
|
-
iconPosition: {
|
|
1787
|
-
type: StringConstructor;
|
|
1788
|
-
default: string;
|
|
1789
|
-
validator: (position: unknown) => boolean;
|
|
1790
|
-
};
|
|
1791
|
-
importance: {
|
|
1792
|
-
type: StringConstructor;
|
|
1793
|
-
default: string;
|
|
1794
|
-
validator: (i: unknown) => boolean;
|
|
1795
|
-
};
|
|
1796
|
-
link: {
|
|
1797
|
-
type: BooleanConstructor;
|
|
1798
|
-
default: boolean;
|
|
1799
|
-
};
|
|
1800
|
-
linkKind: {
|
|
1801
|
-
type: StringConstructor;
|
|
1802
|
-
default: string;
|
|
1803
|
-
validator: (lk: unknown) => boolean;
|
|
1804
|
-
};
|
|
1805
|
-
linkInverted: {
|
|
1806
|
-
type: BooleanConstructor;
|
|
1807
|
-
default: boolean;
|
|
1808
|
-
};
|
|
1809
|
-
disabled: {
|
|
1810
|
-
type: BooleanConstructor;
|
|
1811
|
-
default: boolean;
|
|
1812
|
-
};
|
|
1813
|
-
type: {
|
|
1814
|
-
type: StringConstructor;
|
|
1815
|
-
default: string;
|
|
1816
|
-
validator: (t: unknown) => boolean;
|
|
1817
|
-
};
|
|
1818
|
-
width: {
|
|
1819
|
-
type: StringConstructor;
|
|
1820
|
-
default: null;
|
|
1821
|
-
};
|
|
1822
|
-
size: {
|
|
1823
|
-
type: StringConstructor;
|
|
1824
|
-
default: string;
|
|
1825
|
-
validator: (s: unknown) => boolean;
|
|
1826
|
-
};
|
|
1827
|
-
labelClass: {
|
|
1828
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1829
|
-
default: string;
|
|
1830
|
-
};
|
|
1831
|
-
loading: {
|
|
1832
|
-
type: BooleanConstructor;
|
|
1833
|
-
default: boolean;
|
|
1834
|
-
};
|
|
1835
|
-
kind: {
|
|
1836
|
-
type: StringConstructor;
|
|
1837
|
-
default: string;
|
|
1838
|
-
validator: (k: unknown) => boolean;
|
|
1839
|
-
};
|
|
1840
|
-
assertiveOnFocus: {
|
|
1841
|
-
type: BooleanConstructor;
|
|
1842
|
-
default: boolean;
|
|
1843
|
-
};
|
|
1844
|
-
active: {
|
|
1845
|
-
type: BooleanConstructor;
|
|
1846
|
-
default: boolean;
|
|
1847
|
-
};
|
|
1848
|
-
to: {
|
|
1849
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1850
|
-
default: null;
|
|
1851
|
-
};
|
|
1852
|
-
href: {
|
|
1853
|
-
type: StringConstructor;
|
|
1854
|
-
default: null;
|
|
1855
|
-
};
|
|
1856
|
-
target: {
|
|
1857
|
-
type: StringConstructor;
|
|
1858
|
-
default: null;
|
|
1859
|
-
};
|
|
1860
|
-
rel: {
|
|
1861
|
-
type: StringConstructor;
|
|
1862
|
-
default: null;
|
|
1863
|
-
};
|
|
1864
|
-
replace: {
|
|
1865
|
-
type: BooleanConstructor;
|
|
1866
|
-
default: boolean;
|
|
1867
|
-
};
|
|
1868
|
-
}>> & Readonly<{
|
|
1869
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1870
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
1871
|
-
}>, {
|
|
1872
|
-
link: boolean;
|
|
1873
|
-
disabled: boolean;
|
|
1874
|
-
type: string;
|
|
1875
|
-
target: string;
|
|
1876
|
-
circle: boolean;
|
|
1877
|
-
active: boolean;
|
|
1878
|
-
loading: boolean;
|
|
1879
|
-
size: string;
|
|
1880
|
-
replace: boolean;
|
|
1881
|
-
kind: string;
|
|
1882
|
-
labelClass: string | unknown[] | Record<string, any>;
|
|
1883
|
-
href: string;
|
|
1884
|
-
to: string | Record<string, any>;
|
|
1885
|
-
iconPosition: string;
|
|
1886
|
-
importance: string;
|
|
1887
|
-
linkKind: string;
|
|
1888
|
-
linkInverted: boolean;
|
|
1889
|
-
width: string;
|
|
1890
|
-
assertiveOnFocus: boolean;
|
|
1891
|
-
rel: string;
|
|
1892
|
-
}, {}, {
|
|
1893
|
-
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1894
|
-
ariaLabel: {
|
|
1895
|
-
type: StringConstructor;
|
|
1896
|
-
default: string;
|
|
1897
|
-
};
|
|
1898
|
-
size: {
|
|
1899
|
-
type: StringConstructor;
|
|
1900
|
-
default: string;
|
|
1901
|
-
validator: (s: unknown) => boolean;
|
|
1902
|
-
};
|
|
1903
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1904
|
-
ariaLabel: {
|
|
1905
|
-
type: StringConstructor;
|
|
1906
|
-
default: string;
|
|
1907
|
-
};
|
|
1908
|
-
size: {
|
|
1909
|
-
type: StringConstructor;
|
|
1910
|
-
default: string;
|
|
1911
|
-
validator: (s: unknown) => boolean;
|
|
1912
|
-
};
|
|
1913
|
-
}>> & Readonly<{}>, {
|
|
1914
|
-
size: string;
|
|
1915
|
-
ariaLabel: string;
|
|
1916
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1917
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1918
|
-
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1919
|
-
direction: {
|
|
1920
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1921
|
-
default: string;
|
|
1922
|
-
validator: (direction: unknown) => boolean;
|
|
1923
|
-
};
|
|
1924
|
-
as: {
|
|
1925
|
-
type: StringConstructor;
|
|
1926
|
-
default: string;
|
|
1927
|
-
};
|
|
1928
|
-
gap: {
|
|
1929
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1930
|
-
default: string;
|
|
1931
|
-
validator: (gap: unknown) => boolean;
|
|
1932
|
-
};
|
|
1933
|
-
align: {
|
|
1934
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1935
|
-
validator: (align: unknown) => boolean;
|
|
1936
|
-
};
|
|
1937
|
-
justify: {
|
|
1938
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1939
|
-
default: string;
|
|
1940
|
-
validator: (justify: unknown) => boolean;
|
|
1941
|
-
};
|
|
1942
|
-
}>, {}, {
|
|
1943
|
-
DT_STACK_DIRECTION: {
|
|
1944
|
-
[x: string]: string;
|
|
1945
|
-
};
|
|
1946
|
-
DT_STACK_GAP: string[];
|
|
1947
|
-
DT_STACK_RESPONSIVE_BREAKPOINTS: string[];
|
|
1948
|
-
DT_STACK_ALIGN: string[];
|
|
1949
|
-
DT_STACK_JUSTIFY: string[];
|
|
1950
|
-
}, {
|
|
1951
|
-
defaultGap(): string | null;
|
|
1952
|
-
defaultDirection(): string | null;
|
|
1953
|
-
defaultAlign(): string | null;
|
|
1954
|
-
defaultJustify(): string | null;
|
|
1955
|
-
stackResponsive(): any[];
|
|
1956
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1957
|
-
direction: {
|
|
1958
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1959
|
-
default: string;
|
|
1960
|
-
validator: (direction: unknown) => boolean;
|
|
1961
|
-
};
|
|
1962
|
-
as: {
|
|
1963
|
-
type: StringConstructor;
|
|
1964
|
-
default: string;
|
|
1965
|
-
};
|
|
1966
|
-
gap: {
|
|
1967
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1968
|
-
default: string;
|
|
1969
|
-
validator: (gap: unknown) => boolean;
|
|
1970
|
-
};
|
|
1971
|
-
align: {
|
|
1972
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1973
|
-
validator: (align: unknown) => boolean;
|
|
1974
|
-
};
|
|
1975
|
-
justify: {
|
|
1976
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
1977
|
-
default: string;
|
|
1978
|
-
validator: (justify: unknown) => boolean;
|
|
1979
|
-
};
|
|
1980
|
-
}>> & Readonly<{}>, {
|
|
1981
|
-
direction: string | Record<string, any>;
|
|
1982
|
-
as: string;
|
|
1983
|
-
gap: string | Record<string, any>;
|
|
1984
|
-
justify: string | Record<string, any>;
|
|
1985
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1986
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1117
|
+
DtRichTextEditor: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
1987
1118
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1988
1119
|
circle: {
|
|
1989
1120
|
type: BooleanConstructor;
|