@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
|
@@ -7077,876 +7077,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7077
7077
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7078
7078
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7079
7079
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7080
|
-
DtRichTextEditor: import('vue').
|
|
7081
|
-
modelValue: {
|
|
7082
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7083
|
-
default: string;
|
|
7084
|
-
};
|
|
7085
|
-
editable: {
|
|
7086
|
-
type: BooleanConstructor;
|
|
7087
|
-
default: boolean;
|
|
7088
|
-
};
|
|
7089
|
-
preventTyping: {
|
|
7090
|
-
type: BooleanConstructor;
|
|
7091
|
-
default: boolean;
|
|
7092
|
-
};
|
|
7093
|
-
pasteRichText: {
|
|
7094
|
-
type: BooleanConstructor;
|
|
7095
|
-
default: boolean;
|
|
7096
|
-
};
|
|
7097
|
-
allowLineBreaks: {
|
|
7098
|
-
type: BooleanConstructor;
|
|
7099
|
-
default: boolean;
|
|
7100
|
-
};
|
|
7101
|
-
inputAriaLabel: {
|
|
7102
|
-
type: StringConstructor;
|
|
7103
|
-
required: true;
|
|
7104
|
-
};
|
|
7105
|
-
inputClass: {
|
|
7106
|
-
type: StringConstructor;
|
|
7107
|
-
default: string;
|
|
7108
|
-
};
|
|
7109
|
-
autoFocus: {
|
|
7110
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7111
|
-
default: boolean;
|
|
7112
|
-
validator(autoFocus: unknown): boolean;
|
|
7113
|
-
};
|
|
7114
|
-
outputFormat: {
|
|
7115
|
-
type: StringConstructor;
|
|
7116
|
-
default: string;
|
|
7117
|
-
validator(outputFormat: unknown): boolean;
|
|
7118
|
-
};
|
|
7119
|
-
placeholder: {
|
|
7120
|
-
type: StringConstructor;
|
|
7121
|
-
default: string;
|
|
7122
|
-
};
|
|
7123
|
-
link: {
|
|
7124
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
7125
|
-
default: boolean;
|
|
7126
|
-
};
|
|
7127
|
-
customLink: {
|
|
7128
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
7129
|
-
default: boolean;
|
|
7130
|
-
};
|
|
7131
|
-
mentionSuggestion: {
|
|
7132
|
-
type: ObjectConstructor;
|
|
7133
|
-
default: null;
|
|
7134
|
-
};
|
|
7135
|
-
channelSuggestion: {
|
|
7136
|
-
type: ObjectConstructor;
|
|
7137
|
-
default: null;
|
|
7138
|
-
};
|
|
7139
|
-
slashCommandSuggestion: {
|
|
7140
|
-
type: ObjectConstructor;
|
|
7141
|
-
default: null;
|
|
7142
|
-
};
|
|
7143
|
-
allowBlockquote: {
|
|
7144
|
-
type: BooleanConstructor;
|
|
7145
|
-
default: boolean;
|
|
7146
|
-
};
|
|
7147
|
-
allowBold: {
|
|
7148
|
-
type: BooleanConstructor;
|
|
7149
|
-
default: boolean;
|
|
7150
|
-
};
|
|
7151
|
-
allowBulletList: {
|
|
7152
|
-
type: BooleanConstructor;
|
|
7153
|
-
default: boolean;
|
|
7154
|
-
};
|
|
7155
|
-
allowItalic: {
|
|
7156
|
-
type: BooleanConstructor;
|
|
7157
|
-
default: boolean;
|
|
7158
|
-
};
|
|
7159
|
-
allowStrike: {
|
|
7160
|
-
type: BooleanConstructor;
|
|
7161
|
-
default: boolean;
|
|
7162
|
-
};
|
|
7163
|
-
allowUnderline: {
|
|
7164
|
-
type: BooleanConstructor;
|
|
7165
|
-
default: boolean;
|
|
7166
|
-
};
|
|
7167
|
-
allowCode: {
|
|
7168
|
-
type: BooleanConstructor;
|
|
7169
|
-
default: boolean;
|
|
7170
|
-
};
|
|
7171
|
-
allowCodeblock: {
|
|
7172
|
-
type: BooleanConstructor;
|
|
7173
|
-
default: boolean;
|
|
7174
|
-
};
|
|
7175
|
-
allowInlineImages: {
|
|
7176
|
-
type: BooleanConstructor;
|
|
7177
|
-
default: boolean;
|
|
7178
|
-
};
|
|
7179
|
-
allowFontColor: {
|
|
7180
|
-
type: BooleanConstructor;
|
|
7181
|
-
default: boolean;
|
|
7182
|
-
};
|
|
7183
|
-
allowBackgroundColor: {
|
|
7184
|
-
type: BooleanConstructor;
|
|
7185
|
-
default: boolean;
|
|
7186
|
-
};
|
|
7187
|
-
allowFontSize: {
|
|
7188
|
-
type: BooleanConstructor;
|
|
7189
|
-
default: boolean;
|
|
7190
|
-
};
|
|
7191
|
-
allowFontFamily: {
|
|
7192
|
-
type: BooleanConstructor;
|
|
7193
|
-
default: boolean;
|
|
7194
|
-
};
|
|
7195
|
-
allowLineHeight: {
|
|
7196
|
-
type: BooleanConstructor;
|
|
7197
|
-
default: boolean;
|
|
7198
|
-
};
|
|
7199
|
-
allowVariable: {
|
|
7200
|
-
type: BooleanConstructor;
|
|
7201
|
-
default: boolean;
|
|
7202
|
-
};
|
|
7203
|
-
variableItems: {
|
|
7204
|
-
type: ArrayConstructor;
|
|
7205
|
-
default: () => never[];
|
|
7206
|
-
};
|
|
7207
|
-
additionalExtensions: {
|
|
7208
|
-
type: ArrayConstructor;
|
|
7209
|
-
default: () => never[];
|
|
7210
|
-
};
|
|
7211
|
-
hideLinkBubbleMenu: {
|
|
7212
|
-
type: BooleanConstructor;
|
|
7213
|
-
default: boolean;
|
|
7214
|
-
};
|
|
7215
|
-
preserveWhitespace: {
|
|
7216
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
7217
|
-
default: string;
|
|
7218
|
-
};
|
|
7219
|
-
useDivTags: {
|
|
7220
|
-
type: BooleanConstructor;
|
|
7221
|
-
default: boolean;
|
|
7222
|
-
};
|
|
7223
|
-
allowTables: {
|
|
7224
|
-
type: BooleanConstructor;
|
|
7225
|
-
default: boolean;
|
|
7226
|
-
};
|
|
7227
|
-
allowTextAlign: {
|
|
7228
|
-
type: BooleanConstructor;
|
|
7229
|
-
default: boolean;
|
|
7230
|
-
};
|
|
7231
|
-
allowImageResize: {
|
|
7232
|
-
type: BooleanConstructor;
|
|
7233
|
-
default: boolean;
|
|
7234
|
-
};
|
|
7235
|
-
}>, {}, {
|
|
7236
|
-
editor: null;
|
|
7237
|
-
appendTo: () => any;
|
|
7238
|
-
floatingOptions: {
|
|
7239
|
-
placement: string;
|
|
7240
|
-
};
|
|
7241
|
-
i18n: any;
|
|
7242
|
-
}, {
|
|
7243
|
-
attrs(): {
|
|
7244
|
-
onInput: () => void;
|
|
7245
|
-
onFocus: () => void;
|
|
7246
|
-
onBlur: () => void;
|
|
7247
|
-
class?: import('vue').ClassValue;
|
|
7248
|
-
style?: import('vue').StyleValue;
|
|
7249
|
-
};
|
|
7250
|
-
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>)[];
|
|
7251
|
-
inputAttrs(): {
|
|
7252
|
-
'aria-label': string;
|
|
7253
|
-
'aria-multiline': boolean;
|
|
7254
|
-
role: string;
|
|
7255
|
-
};
|
|
7256
|
-
}, {
|
|
7257
|
-
createEditor(): void;
|
|
7258
|
-
bubbleMenuShouldShow({ editor }: {
|
|
7259
|
-
editor: any;
|
|
7260
|
-
}): any;
|
|
7261
|
-
getSelectedLinkText(editor: any): any;
|
|
7262
|
-
editLink(): void;
|
|
7263
|
-
removeLink(): void;
|
|
7264
|
-
openLink(): void;
|
|
7265
|
-
setLink(linkInput: any, linkText: any, linkOptions: any, linkProtocols: string[] | undefined, defaultPrefix: any): void;
|
|
7266
|
-
processValue(newValue: any, returnIfEqual?: boolean): void;
|
|
7267
|
-
destroyEditor(): void;
|
|
7268
|
-
insertPlainTextWithHardBreaks(view: any, textData: any): void;
|
|
7269
|
-
shouldPreserveLineBreaks(textData: any, htmlData: any): any;
|
|
7270
|
-
processPasteData(view: any, textData: any, htmlData: any): boolean;
|
|
7271
|
-
shouldHandlePreformattedHTML(htmlData: any): any;
|
|
7272
|
-
containsPreformattedContent(htmlData: any): boolean;
|
|
7273
|
-
hasPreWhitespace(element: any): any;
|
|
7274
|
-
hasLineBreaks(element: any): any;
|
|
7275
|
-
hasBlankLines(textData: any): any;
|
|
7276
|
-
extractPreformattedText(htmlData: any): string;
|
|
7277
|
-
walkAndExtractText(node: any): string;
|
|
7278
|
-
triggerInputChangeEvents(): void;
|
|
7279
|
-
addEditorListeners(): void;
|
|
7280
|
-
getOutput(): any;
|
|
7281
|
-
getExtension(extension: any, options: any): any;
|
|
7282
|
-
updateEditorAttributes(attributes: any): void;
|
|
7283
|
-
focusEditor(): void;
|
|
7284
|
-
}, 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<{
|
|
7285
|
-
modelValue: {
|
|
7286
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7287
|
-
default: string;
|
|
7288
|
-
};
|
|
7289
|
-
editable: {
|
|
7290
|
-
type: BooleanConstructor;
|
|
7291
|
-
default: boolean;
|
|
7292
|
-
};
|
|
7293
|
-
preventTyping: {
|
|
7294
|
-
type: BooleanConstructor;
|
|
7295
|
-
default: boolean;
|
|
7296
|
-
};
|
|
7297
|
-
pasteRichText: {
|
|
7298
|
-
type: BooleanConstructor;
|
|
7299
|
-
default: boolean;
|
|
7300
|
-
};
|
|
7301
|
-
allowLineBreaks: {
|
|
7302
|
-
type: BooleanConstructor;
|
|
7303
|
-
default: boolean;
|
|
7304
|
-
};
|
|
7305
|
-
inputAriaLabel: {
|
|
7306
|
-
type: StringConstructor;
|
|
7307
|
-
required: true;
|
|
7308
|
-
};
|
|
7309
|
-
inputClass: {
|
|
7310
|
-
type: StringConstructor;
|
|
7311
|
-
default: string;
|
|
7312
|
-
};
|
|
7313
|
-
autoFocus: {
|
|
7314
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7315
|
-
default: boolean;
|
|
7316
|
-
validator(autoFocus: unknown): boolean;
|
|
7317
|
-
};
|
|
7318
|
-
outputFormat: {
|
|
7319
|
-
type: StringConstructor;
|
|
7320
|
-
default: string;
|
|
7321
|
-
validator(outputFormat: unknown): boolean;
|
|
7322
|
-
};
|
|
7323
|
-
placeholder: {
|
|
7324
|
-
type: StringConstructor;
|
|
7325
|
-
default: string;
|
|
7326
|
-
};
|
|
7327
|
-
link: {
|
|
7328
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
7329
|
-
default: boolean;
|
|
7330
|
-
};
|
|
7331
|
-
customLink: {
|
|
7332
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
7333
|
-
default: boolean;
|
|
7334
|
-
};
|
|
7335
|
-
mentionSuggestion: {
|
|
7336
|
-
type: ObjectConstructor;
|
|
7337
|
-
default: null;
|
|
7338
|
-
};
|
|
7339
|
-
channelSuggestion: {
|
|
7340
|
-
type: ObjectConstructor;
|
|
7341
|
-
default: null;
|
|
7342
|
-
};
|
|
7343
|
-
slashCommandSuggestion: {
|
|
7344
|
-
type: ObjectConstructor;
|
|
7345
|
-
default: null;
|
|
7346
|
-
};
|
|
7347
|
-
allowBlockquote: {
|
|
7348
|
-
type: BooleanConstructor;
|
|
7349
|
-
default: boolean;
|
|
7350
|
-
};
|
|
7351
|
-
allowBold: {
|
|
7352
|
-
type: BooleanConstructor;
|
|
7353
|
-
default: boolean;
|
|
7354
|
-
};
|
|
7355
|
-
allowBulletList: {
|
|
7356
|
-
type: BooleanConstructor;
|
|
7357
|
-
default: boolean;
|
|
7358
|
-
};
|
|
7359
|
-
allowItalic: {
|
|
7360
|
-
type: BooleanConstructor;
|
|
7361
|
-
default: boolean;
|
|
7362
|
-
};
|
|
7363
|
-
allowStrike: {
|
|
7364
|
-
type: BooleanConstructor;
|
|
7365
|
-
default: boolean;
|
|
7366
|
-
};
|
|
7367
|
-
allowUnderline: {
|
|
7368
|
-
type: BooleanConstructor;
|
|
7369
|
-
default: boolean;
|
|
7370
|
-
};
|
|
7371
|
-
allowCode: {
|
|
7372
|
-
type: BooleanConstructor;
|
|
7373
|
-
default: boolean;
|
|
7374
|
-
};
|
|
7375
|
-
allowCodeblock: {
|
|
7376
|
-
type: BooleanConstructor;
|
|
7377
|
-
default: boolean;
|
|
7378
|
-
};
|
|
7379
|
-
allowInlineImages: {
|
|
7380
|
-
type: BooleanConstructor;
|
|
7381
|
-
default: boolean;
|
|
7382
|
-
};
|
|
7383
|
-
allowFontColor: {
|
|
7384
|
-
type: BooleanConstructor;
|
|
7385
|
-
default: boolean;
|
|
7386
|
-
};
|
|
7387
|
-
allowBackgroundColor: {
|
|
7388
|
-
type: BooleanConstructor;
|
|
7389
|
-
default: boolean;
|
|
7390
|
-
};
|
|
7391
|
-
allowFontSize: {
|
|
7392
|
-
type: BooleanConstructor;
|
|
7393
|
-
default: boolean;
|
|
7394
|
-
};
|
|
7395
|
-
allowFontFamily: {
|
|
7396
|
-
type: BooleanConstructor;
|
|
7397
|
-
default: boolean;
|
|
7398
|
-
};
|
|
7399
|
-
allowLineHeight: {
|
|
7400
|
-
type: BooleanConstructor;
|
|
7401
|
-
default: boolean;
|
|
7402
|
-
};
|
|
7403
|
-
allowVariable: {
|
|
7404
|
-
type: BooleanConstructor;
|
|
7405
|
-
default: boolean;
|
|
7406
|
-
};
|
|
7407
|
-
variableItems: {
|
|
7408
|
-
type: ArrayConstructor;
|
|
7409
|
-
default: () => never[];
|
|
7410
|
-
};
|
|
7411
|
-
additionalExtensions: {
|
|
7412
|
-
type: ArrayConstructor;
|
|
7413
|
-
default: () => never[];
|
|
7414
|
-
};
|
|
7415
|
-
hideLinkBubbleMenu: {
|
|
7416
|
-
type: BooleanConstructor;
|
|
7417
|
-
default: boolean;
|
|
7418
|
-
};
|
|
7419
|
-
preserveWhitespace: {
|
|
7420
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
7421
|
-
default: string;
|
|
7422
|
-
};
|
|
7423
|
-
useDivTags: {
|
|
7424
|
-
type: BooleanConstructor;
|
|
7425
|
-
default: boolean;
|
|
7426
|
-
};
|
|
7427
|
-
allowTables: {
|
|
7428
|
-
type: BooleanConstructor;
|
|
7429
|
-
default: boolean;
|
|
7430
|
-
};
|
|
7431
|
-
allowTextAlign: {
|
|
7432
|
-
type: BooleanConstructor;
|
|
7433
|
-
default: boolean;
|
|
7434
|
-
};
|
|
7435
|
-
allowImageResize: {
|
|
7436
|
-
type: BooleanConstructor;
|
|
7437
|
-
default: boolean;
|
|
7438
|
-
};
|
|
7439
|
-
}>> & Readonly<{
|
|
7440
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
7441
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
7442
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
7443
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7444
|
-
"onSelected-command"?: ((...args: any[]) => any) | undefined;
|
|
7445
|
-
onEnter?: ((...args: any[]) => any) | undefined;
|
|
7446
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
7447
|
-
"onJson-input"?: ((...args: any[]) => any) | undefined;
|
|
7448
|
-
"onHtml-input"?: ((...args: any[]) => any) | undefined;
|
|
7449
|
-
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
7450
|
-
"onMarkdown-input"?: ((...args: any[]) => any) | undefined;
|
|
7451
|
-
"onEdit-link"?: ((...args: any[]) => any) | undefined;
|
|
7452
|
-
"onMention-click"?: ((...args: any[]) => any) | undefined;
|
|
7453
|
-
"onMention-hover"?: ((...args: any[]) => any) | undefined;
|
|
7454
|
-
"onMention-leave"?: ((...args: any[]) => any) | undefined;
|
|
7455
|
-
"onChannel-click"?: ((...args: any[]) => any) | undefined;
|
|
7456
|
-
}>, {
|
|
7457
|
-
link: boolean | Record<string, any>;
|
|
7458
|
-
modelValue: string | Record<string, any>;
|
|
7459
|
-
placeholder: string;
|
|
7460
|
-
inputClass: string;
|
|
7461
|
-
preserveWhitespace: string | boolean;
|
|
7462
|
-
variableItems: unknown[];
|
|
7463
|
-
editable: boolean;
|
|
7464
|
-
preventTyping: boolean;
|
|
7465
|
-
pasteRichText: boolean;
|
|
7466
|
-
allowLineBreaks: boolean;
|
|
7467
|
-
autoFocus: string | number | boolean;
|
|
7468
|
-
outputFormat: string;
|
|
7469
|
-
customLink: boolean | Record<string, any>;
|
|
7470
|
-
mentionSuggestion: Record<string, any>;
|
|
7471
|
-
channelSuggestion: Record<string, any>;
|
|
7472
|
-
slashCommandSuggestion: Record<string, any>;
|
|
7473
|
-
allowBlockquote: boolean;
|
|
7474
|
-
allowBold: boolean;
|
|
7475
|
-
allowBulletList: boolean;
|
|
7476
|
-
allowItalic: boolean;
|
|
7477
|
-
allowStrike: boolean;
|
|
7478
|
-
allowUnderline: boolean;
|
|
7479
|
-
allowCode: boolean;
|
|
7480
|
-
allowCodeblock: boolean;
|
|
7481
|
-
allowInlineImages: boolean;
|
|
7482
|
-
allowFontColor: boolean;
|
|
7483
|
-
allowBackgroundColor: boolean;
|
|
7484
|
-
allowFontSize: boolean;
|
|
7485
|
-
allowFontFamily: boolean;
|
|
7486
|
-
allowLineHeight: boolean;
|
|
7487
|
-
allowVariable: boolean;
|
|
7488
|
-
additionalExtensions: unknown[];
|
|
7489
|
-
hideLinkBubbleMenu: boolean;
|
|
7490
|
-
useDivTags: boolean;
|
|
7491
|
-
allowTables: boolean;
|
|
7492
|
-
allowTextAlign: boolean;
|
|
7493
|
-
allowImageResize: boolean;
|
|
7494
|
-
}, {}, {
|
|
7495
|
-
EditorContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7496
|
-
editor: {
|
|
7497
|
-
default: null;
|
|
7498
|
-
type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
|
|
7499
|
-
};
|
|
7500
|
-
}>, {
|
|
7501
|
-
rootEl: import('vue').Ref<Element | undefined, Element | undefined>;
|
|
7502
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7503
|
-
editor: {
|
|
7504
|
-
default: null;
|
|
7505
|
-
type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
|
|
7506
|
-
};
|
|
7507
|
-
}>> & Readonly<{}>, {
|
|
7508
|
-
editor: import('@tiptap/vue-3').Editor;
|
|
7509
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7510
|
-
BubbleMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7511
|
-
pluginKey: {
|
|
7512
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["pluginKey"]>;
|
|
7513
|
-
default: string;
|
|
7514
|
-
};
|
|
7515
|
-
editor: {
|
|
7516
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["editor"]>;
|
|
7517
|
-
required: true;
|
|
7518
|
-
};
|
|
7519
|
-
updateDelay: {
|
|
7520
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["updateDelay"]>;
|
|
7521
|
-
default: undefined;
|
|
7522
|
-
};
|
|
7523
|
-
resizeDelay: {
|
|
7524
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["resizeDelay"]>;
|
|
7525
|
-
default: undefined;
|
|
7526
|
-
};
|
|
7527
|
-
options: {
|
|
7528
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["options"]>;
|
|
7529
|
-
default: () => {};
|
|
7530
|
-
};
|
|
7531
|
-
appendTo: {
|
|
7532
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["appendTo"]>;
|
|
7533
|
-
default: undefined;
|
|
7534
|
-
};
|
|
7535
|
-
shouldShow: {
|
|
7536
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["shouldShow"], null>>;
|
|
7537
|
-
default: null;
|
|
7538
|
-
};
|
|
7539
|
-
getReferencedVirtualElement: {
|
|
7540
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["getReferencedVirtualElement"], null>>;
|
|
7541
|
-
default: undefined;
|
|
7542
|
-
};
|
|
7543
|
-
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
7544
|
-
[key: string]: any;
|
|
7545
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7546
|
-
pluginKey: {
|
|
7547
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["pluginKey"]>;
|
|
7548
|
-
default: string;
|
|
7549
|
-
};
|
|
7550
|
-
editor: {
|
|
7551
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["editor"]>;
|
|
7552
|
-
required: true;
|
|
7553
|
-
};
|
|
7554
|
-
updateDelay: {
|
|
7555
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["updateDelay"]>;
|
|
7556
|
-
default: undefined;
|
|
7557
|
-
};
|
|
7558
|
-
resizeDelay: {
|
|
7559
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["resizeDelay"]>;
|
|
7560
|
-
default: undefined;
|
|
7561
|
-
};
|
|
7562
|
-
options: {
|
|
7563
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["options"]>;
|
|
7564
|
-
default: () => {};
|
|
7565
|
-
};
|
|
7566
|
-
appendTo: {
|
|
7567
|
-
type: import('vue').PropType<import('@tiptap/vue-3/menus').BubbleMenuPluginProps["appendTo"]>;
|
|
7568
|
-
default: undefined;
|
|
7569
|
-
};
|
|
7570
|
-
shouldShow: {
|
|
7571
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["shouldShow"], null>>;
|
|
7572
|
-
default: null;
|
|
7573
|
-
};
|
|
7574
|
-
getReferencedVirtualElement: {
|
|
7575
|
-
type: import('vue').PropType<Exclude<Required<import('@tiptap/vue-3/menus').BubbleMenuPluginProps>["getReferencedVirtualElement"], null>>;
|
|
7576
|
-
default: undefined;
|
|
7577
|
-
};
|
|
7578
|
-
}>> & Readonly<{}>, {
|
|
7579
|
-
options: {
|
|
7580
|
-
strategy?: "absolute" | "fixed";
|
|
7581
|
-
placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
7582
|
-
offset?: Parameters<typeof import('@floating-ui/dom').offset>[0] | boolean;
|
|
7583
|
-
flip?: Parameters<typeof import('@floating-ui/dom').flip>[0] | boolean;
|
|
7584
|
-
shift?: Parameters<typeof import('@floating-ui/dom').shift>[0] | boolean;
|
|
7585
|
-
arrow?: Parameters<typeof import('@floating-ui/dom').arrow>[0] | false;
|
|
7586
|
-
size?: Parameters<typeof import('@floating-ui/dom').size>[0] | boolean;
|
|
7587
|
-
autoPlacement?: Parameters<typeof import('@floating-ui/dom').autoPlacement>[0] | boolean;
|
|
7588
|
-
hide?: Parameters<typeof import('@floating-ui/dom').hide>[0] | boolean;
|
|
7589
|
-
inline?: Parameters<typeof import('@floating-ui/dom').inline>[0] | boolean;
|
|
7590
|
-
onShow?: () => void;
|
|
7591
|
-
onHide?: () => void;
|
|
7592
|
-
onUpdate?: () => void;
|
|
7593
|
-
onDestroy?: () => void;
|
|
7594
|
-
scrollTarget?: HTMLElement | Window;
|
|
7595
|
-
} | undefined;
|
|
7596
|
-
updateDelay: number | undefined;
|
|
7597
|
-
resizeDelay: number | undefined;
|
|
7598
|
-
appendTo: HTMLElement | (() => HTMLElement) | undefined;
|
|
7599
|
-
getReferencedVirtualElement: () => import('@floating-ui/dom').VirtualElement | null;
|
|
7600
|
-
shouldShow: (props: {
|
|
7601
|
-
editor: import('@tiptap/core').Editor;
|
|
7602
|
-
element: HTMLElement;
|
|
7603
|
-
view: import('@tiptap/pm/view').EditorView;
|
|
7604
|
-
state: import('@tiptap/pm/state').EditorState;
|
|
7605
|
-
oldState?: import('@tiptap/pm/state').EditorState;
|
|
7606
|
-
from: number;
|
|
7607
|
-
to: number;
|
|
7608
|
-
}) => boolean;
|
|
7609
|
-
pluginKey: string | import('@tiptap/pm/state').PluginKey<any>;
|
|
7610
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7611
|
-
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7612
|
-
circle: {
|
|
7613
|
-
type: BooleanConstructor;
|
|
7614
|
-
default: boolean;
|
|
7615
|
-
};
|
|
7616
|
-
iconPosition: {
|
|
7617
|
-
type: StringConstructor;
|
|
7618
|
-
default: string;
|
|
7619
|
-
validator: (position: unknown) => boolean;
|
|
7620
|
-
};
|
|
7621
|
-
importance: {
|
|
7622
|
-
type: StringConstructor;
|
|
7623
|
-
default: string;
|
|
7624
|
-
validator: (i: unknown) => boolean;
|
|
7625
|
-
};
|
|
7626
|
-
link: {
|
|
7627
|
-
type: BooleanConstructor;
|
|
7628
|
-
default: boolean;
|
|
7629
|
-
};
|
|
7630
|
-
linkKind: {
|
|
7631
|
-
type: StringConstructor;
|
|
7632
|
-
default: string;
|
|
7633
|
-
validator: (lk: unknown) => boolean;
|
|
7634
|
-
};
|
|
7635
|
-
linkInverted: {
|
|
7636
|
-
type: BooleanConstructor;
|
|
7637
|
-
default: boolean;
|
|
7638
|
-
};
|
|
7639
|
-
disabled: {
|
|
7640
|
-
type: BooleanConstructor;
|
|
7641
|
-
default: boolean;
|
|
7642
|
-
};
|
|
7643
|
-
type: {
|
|
7644
|
-
type: StringConstructor;
|
|
7645
|
-
default: string;
|
|
7646
|
-
validator: (t: unknown) => boolean;
|
|
7647
|
-
};
|
|
7648
|
-
width: {
|
|
7649
|
-
type: StringConstructor;
|
|
7650
|
-
default: null;
|
|
7651
|
-
};
|
|
7652
|
-
size: {
|
|
7653
|
-
type: StringConstructor;
|
|
7654
|
-
default: string;
|
|
7655
|
-
validator: (s: unknown) => boolean;
|
|
7656
|
-
};
|
|
7657
|
-
labelClass: {
|
|
7658
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7659
|
-
default: string;
|
|
7660
|
-
};
|
|
7661
|
-
loading: {
|
|
7662
|
-
type: BooleanConstructor;
|
|
7663
|
-
default: boolean;
|
|
7664
|
-
};
|
|
7665
|
-
kind: {
|
|
7666
|
-
type: StringConstructor;
|
|
7667
|
-
default: string;
|
|
7668
|
-
validator: (k: unknown) => boolean;
|
|
7669
|
-
};
|
|
7670
|
-
assertiveOnFocus: {
|
|
7671
|
-
type: BooleanConstructor;
|
|
7672
|
-
default: boolean;
|
|
7673
|
-
};
|
|
7674
|
-
active: {
|
|
7675
|
-
type: BooleanConstructor;
|
|
7676
|
-
default: boolean;
|
|
7677
|
-
};
|
|
7678
|
-
to: {
|
|
7679
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7680
|
-
default: null;
|
|
7681
|
-
};
|
|
7682
|
-
href: {
|
|
7683
|
-
type: StringConstructor;
|
|
7684
|
-
default: null;
|
|
7685
|
-
};
|
|
7686
|
-
target: {
|
|
7687
|
-
type: StringConstructor;
|
|
7688
|
-
default: null;
|
|
7689
|
-
};
|
|
7690
|
-
rel: {
|
|
7691
|
-
type: StringConstructor;
|
|
7692
|
-
default: null;
|
|
7693
|
-
};
|
|
7694
|
-
replace: {
|
|
7695
|
-
type: BooleanConstructor;
|
|
7696
|
-
default: boolean;
|
|
7697
|
-
};
|
|
7698
|
-
}>, {}, {
|
|
7699
|
-
ICON_POSITION_MODIFIERS: {
|
|
7700
|
-
left: string;
|
|
7701
|
-
right: string;
|
|
7702
|
-
top: string;
|
|
7703
|
-
bottom: string;
|
|
7704
|
-
};
|
|
7705
|
-
isInFocus: boolean;
|
|
7706
|
-
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
7707
|
-
i18n: any;
|
|
7708
|
-
}, {
|
|
7709
|
-
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
7710
|
-
isNativeButton(): boolean;
|
|
7711
|
-
computedAttrs(): {
|
|
7712
|
-
'aria-disabled'?: string | undefined;
|
|
7713
|
-
tabindex?: string | undefined;
|
|
7714
|
-
to: string | Record<string, any>;
|
|
7715
|
-
replace: boolean;
|
|
7716
|
-
type?: undefined;
|
|
7717
|
-
disabled?: undefined;
|
|
7718
|
-
} | {
|
|
7719
|
-
'aria-disabled'?: string | undefined;
|
|
7720
|
-
tabindex?: string | undefined;
|
|
7721
|
-
href: string | null;
|
|
7722
|
-
target: string;
|
|
7723
|
-
rel: string;
|
|
7724
|
-
type?: undefined;
|
|
7725
|
-
disabled?: undefined;
|
|
7726
|
-
} | {
|
|
7727
|
-
type: string;
|
|
7728
|
-
disabled: boolean;
|
|
7729
|
-
};
|
|
7730
|
-
computedListeners(): {
|
|
7731
|
-
focusin: (e: any) => void;
|
|
7732
|
-
focusout: (e: any) => void;
|
|
7733
|
-
};
|
|
7734
|
-
computedAriaLive(): unknown;
|
|
7735
|
-
iconSize(): any;
|
|
7736
|
-
loaderSize(): any;
|
|
7737
|
-
}, {
|
|
7738
|
-
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
7739
|
-
buttonClasses(): any[];
|
|
7740
|
-
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
7741
|
-
shouldRenderIcon(): any;
|
|
7742
|
-
isIconOnly(): any;
|
|
7743
|
-
isVerticalIconLayout(): boolean;
|
|
7744
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7745
|
-
circle: {
|
|
7746
|
-
type: BooleanConstructor;
|
|
7747
|
-
default: boolean;
|
|
7748
|
-
};
|
|
7749
|
-
iconPosition: {
|
|
7750
|
-
type: StringConstructor;
|
|
7751
|
-
default: string;
|
|
7752
|
-
validator: (position: unknown) => boolean;
|
|
7753
|
-
};
|
|
7754
|
-
importance: {
|
|
7755
|
-
type: StringConstructor;
|
|
7756
|
-
default: string;
|
|
7757
|
-
validator: (i: unknown) => boolean;
|
|
7758
|
-
};
|
|
7759
|
-
link: {
|
|
7760
|
-
type: BooleanConstructor;
|
|
7761
|
-
default: boolean;
|
|
7762
|
-
};
|
|
7763
|
-
linkKind: {
|
|
7764
|
-
type: StringConstructor;
|
|
7765
|
-
default: string;
|
|
7766
|
-
validator: (lk: unknown) => boolean;
|
|
7767
|
-
};
|
|
7768
|
-
linkInverted: {
|
|
7769
|
-
type: BooleanConstructor;
|
|
7770
|
-
default: boolean;
|
|
7771
|
-
};
|
|
7772
|
-
disabled: {
|
|
7773
|
-
type: BooleanConstructor;
|
|
7774
|
-
default: boolean;
|
|
7775
|
-
};
|
|
7776
|
-
type: {
|
|
7777
|
-
type: StringConstructor;
|
|
7778
|
-
default: string;
|
|
7779
|
-
validator: (t: unknown) => boolean;
|
|
7780
|
-
};
|
|
7781
|
-
width: {
|
|
7782
|
-
type: StringConstructor;
|
|
7783
|
-
default: null;
|
|
7784
|
-
};
|
|
7785
|
-
size: {
|
|
7786
|
-
type: StringConstructor;
|
|
7787
|
-
default: string;
|
|
7788
|
-
validator: (s: unknown) => boolean;
|
|
7789
|
-
};
|
|
7790
|
-
labelClass: {
|
|
7791
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7792
|
-
default: string;
|
|
7793
|
-
};
|
|
7794
|
-
loading: {
|
|
7795
|
-
type: BooleanConstructor;
|
|
7796
|
-
default: boolean;
|
|
7797
|
-
};
|
|
7798
|
-
kind: {
|
|
7799
|
-
type: StringConstructor;
|
|
7800
|
-
default: string;
|
|
7801
|
-
validator: (k: unknown) => boolean;
|
|
7802
|
-
};
|
|
7803
|
-
assertiveOnFocus: {
|
|
7804
|
-
type: BooleanConstructor;
|
|
7805
|
-
default: boolean;
|
|
7806
|
-
};
|
|
7807
|
-
active: {
|
|
7808
|
-
type: BooleanConstructor;
|
|
7809
|
-
default: boolean;
|
|
7810
|
-
};
|
|
7811
|
-
to: {
|
|
7812
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7813
|
-
default: null;
|
|
7814
|
-
};
|
|
7815
|
-
href: {
|
|
7816
|
-
type: StringConstructor;
|
|
7817
|
-
default: null;
|
|
7818
|
-
};
|
|
7819
|
-
target: {
|
|
7820
|
-
type: StringConstructor;
|
|
7821
|
-
default: null;
|
|
7822
|
-
};
|
|
7823
|
-
rel: {
|
|
7824
|
-
type: StringConstructor;
|
|
7825
|
-
default: null;
|
|
7826
|
-
};
|
|
7827
|
-
replace: {
|
|
7828
|
-
type: BooleanConstructor;
|
|
7829
|
-
default: boolean;
|
|
7830
|
-
};
|
|
7831
|
-
}>> & Readonly<{
|
|
7832
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
7833
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
7834
|
-
}>, {
|
|
7835
|
-
link: boolean;
|
|
7836
|
-
disabled: boolean;
|
|
7837
|
-
type: string;
|
|
7838
|
-
target: string;
|
|
7839
|
-
circle: boolean;
|
|
7840
|
-
active: boolean;
|
|
7841
|
-
loading: boolean;
|
|
7842
|
-
size: string;
|
|
7843
|
-
replace: boolean;
|
|
7844
|
-
kind: string;
|
|
7845
|
-
labelClass: string | unknown[] | Record<string, any>;
|
|
7846
|
-
href: string;
|
|
7847
|
-
to: string | Record<string, any>;
|
|
7848
|
-
iconPosition: string;
|
|
7849
|
-
importance: string;
|
|
7850
|
-
linkKind: string;
|
|
7851
|
-
linkInverted: boolean;
|
|
7852
|
-
width: string;
|
|
7853
|
-
assertiveOnFocus: boolean;
|
|
7854
|
-
rel: string;
|
|
7855
|
-
}, {}, {
|
|
7856
|
-
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7857
|
-
ariaLabel: {
|
|
7858
|
-
type: StringConstructor;
|
|
7859
|
-
default: string;
|
|
7860
|
-
};
|
|
7861
|
-
size: {
|
|
7862
|
-
type: StringConstructor;
|
|
7863
|
-
default: string;
|
|
7864
|
-
validator: (s: unknown) => boolean;
|
|
7865
|
-
};
|
|
7866
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7867
|
-
ariaLabel: {
|
|
7868
|
-
type: StringConstructor;
|
|
7869
|
-
default: string;
|
|
7870
|
-
};
|
|
7871
|
-
size: {
|
|
7872
|
-
type: StringConstructor;
|
|
7873
|
-
default: string;
|
|
7874
|
-
validator: (s: unknown) => boolean;
|
|
7875
|
-
};
|
|
7876
|
-
}>> & Readonly<{}>, {
|
|
7877
|
-
size: string;
|
|
7878
|
-
ariaLabel: string;
|
|
7879
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7880
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7881
|
-
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7882
|
-
direction: {
|
|
7883
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7884
|
-
default: string;
|
|
7885
|
-
validator: (direction: unknown) => boolean;
|
|
7886
|
-
};
|
|
7887
|
-
as: {
|
|
7888
|
-
type: StringConstructor;
|
|
7889
|
-
default: string;
|
|
7890
|
-
};
|
|
7891
|
-
gap: {
|
|
7892
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7893
|
-
default: string;
|
|
7894
|
-
validator: (gap: unknown) => boolean;
|
|
7895
|
-
};
|
|
7896
|
-
align: {
|
|
7897
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7898
|
-
validator: (align: unknown) => boolean;
|
|
7899
|
-
};
|
|
7900
|
-
justify: {
|
|
7901
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7902
|
-
default: string;
|
|
7903
|
-
validator: (justify: unknown) => boolean;
|
|
7904
|
-
};
|
|
7905
|
-
}>, {}, {
|
|
7906
|
-
DT_STACK_DIRECTION: {
|
|
7907
|
-
[x: string]: string;
|
|
7908
|
-
};
|
|
7909
|
-
DT_STACK_GAP: string[];
|
|
7910
|
-
DT_STACK_RESPONSIVE_BREAKPOINTS: string[];
|
|
7911
|
-
DT_STACK_ALIGN: string[];
|
|
7912
|
-
DT_STACK_JUSTIFY: string[];
|
|
7913
|
-
}, {
|
|
7914
|
-
defaultGap(): string | null;
|
|
7915
|
-
defaultDirection(): string | null;
|
|
7916
|
-
defaultAlign(): string | null;
|
|
7917
|
-
defaultJustify(): string | null;
|
|
7918
|
-
stackResponsive(): any[];
|
|
7919
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7920
|
-
direction: {
|
|
7921
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7922
|
-
default: string;
|
|
7923
|
-
validator: (direction: unknown) => boolean;
|
|
7924
|
-
};
|
|
7925
|
-
as: {
|
|
7926
|
-
type: StringConstructor;
|
|
7927
|
-
default: string;
|
|
7928
|
-
};
|
|
7929
|
-
gap: {
|
|
7930
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7931
|
-
default: string;
|
|
7932
|
-
validator: (gap: unknown) => boolean;
|
|
7933
|
-
};
|
|
7934
|
-
align: {
|
|
7935
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7936
|
-
validator: (align: unknown) => boolean;
|
|
7937
|
-
};
|
|
7938
|
-
justify: {
|
|
7939
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
7940
|
-
default: string;
|
|
7941
|
-
validator: (justify: unknown) => boolean;
|
|
7942
|
-
};
|
|
7943
|
-
}>> & Readonly<{}>, {
|
|
7944
|
-
direction: string | Record<string, any>;
|
|
7945
|
-
as: string;
|
|
7946
|
-
gap: string | Record<string, any>;
|
|
7947
|
-
justify: string | Record<string, any>;
|
|
7948
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7949
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7080
|
+
DtRichTextEditor: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
7950
7081
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7951
7082
|
id: {
|
|
7952
7083
|
type: StringConstructor;
|