@dialpad/dialtone 9.167.0 → 9.169.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 +6 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +6 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +85072 -85072
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +56 -44
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +114 -106
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.js +37 -28
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/lib/popover/popover.cjs +1 -1
- package/dist/vue3/lib/popover/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover/popover.js +16 -4
- package/dist/vue3/lib/popover/popover.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +69 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +140 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +69 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +96 -3
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +123 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +69 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -183,6 +183,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
183
|
};
|
|
184
184
|
computedAriaLive(): unknown;
|
|
185
185
|
iconSize(): any;
|
|
186
|
+
loaderSize(): any;
|
|
186
187
|
}, {
|
|
187
188
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
188
189
|
buttonClasses(): any[];
|
|
@@ -301,7 +302,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
301
302
|
width: string;
|
|
302
303
|
assertiveOnFocus: boolean;
|
|
303
304
|
rel: string;
|
|
304
|
-
}, {}, {
|
|
305
|
+
}, {}, {
|
|
306
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
307
|
+
ariaLabel: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
size: {
|
|
312
|
+
type: StringConstructor;
|
|
313
|
+
default: string;
|
|
314
|
+
validator: (s: unknown) => boolean;
|
|
315
|
+
};
|
|
316
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
317
|
+
ariaLabel: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
size: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
validator: (s: unknown) => boolean;
|
|
325
|
+
};
|
|
326
|
+
}>> & Readonly<{}>, {
|
|
327
|
+
size: string;
|
|
328
|
+
ariaLabel: string;
|
|
329
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
330
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
331
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
306
332
|
i18n: any;
|
|
307
333
|
}, {
|
|
@@ -466,6 +492,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
466
492
|
};
|
|
467
493
|
computedAriaLive(): unknown;
|
|
468
494
|
iconSize(): any;
|
|
495
|
+
loaderSize(): any;
|
|
469
496
|
}, {
|
|
470
497
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
471
498
|
buttonClasses(): any[];
|
|
@@ -584,7 +611,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
584
611
|
width: string;
|
|
585
612
|
assertiveOnFocus: boolean;
|
|
586
613
|
rel: string;
|
|
587
|
-
}, {}, {
|
|
614
|
+
}, {}, {
|
|
615
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
616
|
+
ariaLabel: {
|
|
617
|
+
type: StringConstructor;
|
|
618
|
+
default: string;
|
|
619
|
+
};
|
|
620
|
+
size: {
|
|
621
|
+
type: StringConstructor;
|
|
622
|
+
default: string;
|
|
623
|
+
validator: (s: unknown) => boolean;
|
|
624
|
+
};
|
|
625
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
626
|
+
ariaLabel: {
|
|
627
|
+
type: StringConstructor;
|
|
628
|
+
default: string;
|
|
629
|
+
};
|
|
630
|
+
size: {
|
|
631
|
+
type: StringConstructor;
|
|
632
|
+
default: string;
|
|
633
|
+
validator: (s: unknown) => boolean;
|
|
634
|
+
};
|
|
635
|
+
}>> & Readonly<{}>, {
|
|
636
|
+
size: string;
|
|
637
|
+
ariaLabel: string;
|
|
638
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
639
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
588
640
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
589
641
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
590
642
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2GA,GAhD0B
|
|
1
|
+
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2GA,GAhD0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgD1B,GAhD0B"}
|
|
@@ -185,6 +185,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
185
|
};
|
|
186
186
|
computedAriaLive(): unknown;
|
|
187
187
|
iconSize(): any;
|
|
188
|
+
loaderSize(): any;
|
|
188
189
|
}, {
|
|
189
190
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
190
191
|
buttonClasses(): any[];
|
|
@@ -303,7 +304,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
304
|
width: string;
|
|
304
305
|
assertiveOnFocus: boolean;
|
|
305
306
|
rel: string;
|
|
306
|
-
}, {}, {
|
|
307
|
+
}, {}, {
|
|
308
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
309
|
+
ariaLabel: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
size: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
validator: (s: unknown) => boolean;
|
|
317
|
+
};
|
|
318
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
319
|
+
ariaLabel: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
size: {
|
|
324
|
+
type: StringConstructor;
|
|
325
|
+
default: string;
|
|
326
|
+
validator: (s: unknown) => boolean;
|
|
327
|
+
};
|
|
328
|
+
}>> & Readonly<{}>, {
|
|
329
|
+
size: string;
|
|
330
|
+
ariaLabel: string;
|
|
331
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
332
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
307
333
|
DtIconChevronLeft: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
308
334
|
size: {
|
|
309
335
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA
|
|
1
|
+
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoQA,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS"}
|
|
@@ -55,6 +55,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
+
externalAnchorElement: {
|
|
59
|
+
type: {
|
|
60
|
+
new (): HTMLElement;
|
|
61
|
+
prototype: HTMLElement;
|
|
62
|
+
};
|
|
63
|
+
default: null;
|
|
64
|
+
};
|
|
58
65
|
id: {
|
|
59
66
|
type: StringConstructor;
|
|
60
67
|
default(): string;
|
|
@@ -282,6 +289,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
289
|
type: StringConstructor;
|
|
283
290
|
default: string;
|
|
284
291
|
};
|
|
292
|
+
externalAnchorElement: {
|
|
293
|
+
type: {
|
|
294
|
+
new (): HTMLElement;
|
|
295
|
+
prototype: HTMLElement;
|
|
296
|
+
};
|
|
297
|
+
default: null;
|
|
298
|
+
};
|
|
285
299
|
id: {
|
|
286
300
|
type: StringConstructor;
|
|
287
301
|
default(): string;
|
|
@@ -388,6 +402,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
388
402
|
fallbackPlacements: unknown[];
|
|
389
403
|
tether: boolean;
|
|
390
404
|
externalAnchor: string;
|
|
405
|
+
externalAnchorElement: HTMLElement;
|
|
391
406
|
showCloseButton: boolean;
|
|
392
407
|
openOnContext: boolean;
|
|
393
408
|
ariaLabelledby: string;
|
|
@@ -563,6 +578,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
563
578
|
};
|
|
564
579
|
computedAriaLive(): unknown;
|
|
565
580
|
iconSize(): any;
|
|
581
|
+
loaderSize(): any;
|
|
566
582
|
}, {
|
|
567
583
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
568
584
|
buttonClasses(): any[];
|
|
@@ -681,7 +697,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
681
697
|
width: string;
|
|
682
698
|
assertiveOnFocus: boolean;
|
|
683
699
|
rel: string;
|
|
684
|
-
}, {}, {
|
|
700
|
+
}, {}, {
|
|
701
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
702
|
+
ariaLabel: {
|
|
703
|
+
type: StringConstructor;
|
|
704
|
+
default: string;
|
|
705
|
+
};
|
|
706
|
+
size: {
|
|
707
|
+
type: StringConstructor;
|
|
708
|
+
default: string;
|
|
709
|
+
validator: (s: unknown) => boolean;
|
|
710
|
+
};
|
|
711
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
712
|
+
ariaLabel: {
|
|
713
|
+
type: StringConstructor;
|
|
714
|
+
default: string;
|
|
715
|
+
};
|
|
716
|
+
size: {
|
|
717
|
+
type: StringConstructor;
|
|
718
|
+
default: string;
|
|
719
|
+
validator: (s: unknown) => boolean;
|
|
720
|
+
};
|
|
721
|
+
}>> & Readonly<{}>, {
|
|
722
|
+
size: string;
|
|
723
|
+
ariaLabel: string;
|
|
724
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
725
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
685
726
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
686
727
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
687
728
|
show: {
|
|
@@ -882,6 +923,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
882
923
|
};
|
|
883
924
|
computedAriaLive(): unknown;
|
|
884
925
|
iconSize(): any;
|
|
926
|
+
loaderSize(): any;
|
|
885
927
|
}, {
|
|
886
928
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
887
929
|
buttonClasses(): any[];
|
|
@@ -1000,7 +1042,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1000
1042
|
width: string;
|
|
1001
1043
|
assertiveOnFocus: boolean;
|
|
1002
1044
|
rel: string;
|
|
1003
|
-
}, {}, {
|
|
1045
|
+
}, {}, {
|
|
1046
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1047
|
+
ariaLabel: {
|
|
1048
|
+
type: StringConstructor;
|
|
1049
|
+
default: string;
|
|
1050
|
+
};
|
|
1051
|
+
size: {
|
|
1052
|
+
type: StringConstructor;
|
|
1053
|
+
default: string;
|
|
1054
|
+
validator: (s: unknown) => boolean;
|
|
1055
|
+
};
|
|
1056
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1057
|
+
ariaLabel: {
|
|
1058
|
+
type: StringConstructor;
|
|
1059
|
+
default: string;
|
|
1060
|
+
};
|
|
1061
|
+
size: {
|
|
1062
|
+
type: StringConstructor;
|
|
1063
|
+
default: string;
|
|
1064
|
+
validator: (s: unknown) => boolean;
|
|
1065
|
+
};
|
|
1066
|
+
}>> & Readonly<{}>, {
|
|
1067
|
+
size: string;
|
|
1068
|
+
ariaLabel: string;
|
|
1069
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1070
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1004
1071
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1005
1072
|
size: {
|
|
1006
1073
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA
|
|
1
|
+
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAukCA,IAx+BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAw+BA,GAliCG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkiCH,GAliCG;;;;;;;;+BA2iCyI,gBAAgB"}
|
|
@@ -163,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
};
|
|
164
164
|
computedAriaLive(): unknown;
|
|
165
165
|
iconSize(): any;
|
|
166
|
+
loaderSize(): any;
|
|
166
167
|
}, {
|
|
167
168
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
168
169
|
buttonClasses(): any[];
|
|
@@ -281,7 +282,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
282
|
width: string;
|
|
282
283
|
assertiveOnFocus: boolean;
|
|
283
284
|
rel: string;
|
|
284
|
-
}, {}, {
|
|
285
|
+
}, {}, {
|
|
286
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
287
|
+
ariaLabel: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
size: {
|
|
292
|
+
type: StringConstructor;
|
|
293
|
+
default: string;
|
|
294
|
+
validator: (s: unknown) => boolean;
|
|
295
|
+
};
|
|
296
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
297
|
+
ariaLabel: {
|
|
298
|
+
type: StringConstructor;
|
|
299
|
+
default: string;
|
|
300
|
+
};
|
|
301
|
+
size: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
validator: (s: unknown) => boolean;
|
|
305
|
+
};
|
|
306
|
+
}>> & Readonly<{}>, {
|
|
307
|
+
size: string;
|
|
308
|
+
ariaLabel: string;
|
|
309
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
310
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
285
311
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
286
312
|
size: {
|
|
287
313
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA
|
|
1
|
+
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqHA,GAtEA;;;;;;;+BAwE8C,gBAAgB"}
|
package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts
CHANGED
|
@@ -359,6 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
359
|
};
|
|
360
360
|
computedAriaLive(): unknown;
|
|
361
361
|
iconSize(): any;
|
|
362
|
+
loaderSize(): any;
|
|
362
363
|
}, {
|
|
363
364
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
364
365
|
buttonClasses(): any[];
|
|
@@ -477,7 +478,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
478
|
width: string;
|
|
478
479
|
assertiveOnFocus: boolean;
|
|
479
480
|
rel: string;
|
|
480
|
-
}, {}, {
|
|
481
|
+
}, {}, {
|
|
482
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
483
|
+
ariaLabel: {
|
|
484
|
+
type: StringConstructor;
|
|
485
|
+
default: string;
|
|
486
|
+
};
|
|
487
|
+
size: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
validator: (s: unknown) => boolean;
|
|
491
|
+
};
|
|
492
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
493
|
+
ariaLabel: {
|
|
494
|
+
type: StringConstructor;
|
|
495
|
+
default: string;
|
|
496
|
+
};
|
|
497
|
+
size: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: string;
|
|
500
|
+
validator: (s: unknown) => boolean;
|
|
501
|
+
};
|
|
502
|
+
}>> & Readonly<{}>, {
|
|
503
|
+
size: string;
|
|
504
|
+
ariaLabel: string;
|
|
505
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
506
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
481
507
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
482
508
|
open: {
|
|
483
509
|
type: BooleanConstructor;
|
|
@@ -534,6 +560,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
534
560
|
type: StringConstructor;
|
|
535
561
|
default: string;
|
|
536
562
|
};
|
|
563
|
+
externalAnchorElement: {
|
|
564
|
+
type: {
|
|
565
|
+
new (): HTMLElement;
|
|
566
|
+
prototype: HTMLElement;
|
|
567
|
+
};
|
|
568
|
+
default: null;
|
|
569
|
+
};
|
|
537
570
|
id: {
|
|
538
571
|
type: StringConstructor;
|
|
539
572
|
default(): string;
|
|
@@ -761,6 +794,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
761
794
|
type: StringConstructor;
|
|
762
795
|
default: string;
|
|
763
796
|
};
|
|
797
|
+
externalAnchorElement: {
|
|
798
|
+
type: {
|
|
799
|
+
new (): HTMLElement;
|
|
800
|
+
prototype: HTMLElement;
|
|
801
|
+
};
|
|
802
|
+
default: null;
|
|
803
|
+
};
|
|
764
804
|
id: {
|
|
765
805
|
type: StringConstructor;
|
|
766
806
|
default(): string;
|
|
@@ -867,6 +907,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
867
907
|
fallbackPlacements: unknown[];
|
|
868
908
|
tether: boolean;
|
|
869
909
|
externalAnchor: string;
|
|
910
|
+
externalAnchorElement: HTMLElement;
|
|
870
911
|
showCloseButton: boolean;
|
|
871
912
|
openOnContext: boolean;
|
|
872
913
|
ariaLabelledby: string;
|
|
@@ -1042,6 +1083,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1042
1083
|
};
|
|
1043
1084
|
computedAriaLive(): unknown;
|
|
1044
1085
|
iconSize(): any;
|
|
1086
|
+
loaderSize(): any;
|
|
1045
1087
|
}, {
|
|
1046
1088
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1047
1089
|
buttonClasses(): any[];
|
|
@@ -1160,7 +1202,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1160
1202
|
width: string;
|
|
1161
1203
|
assertiveOnFocus: boolean;
|
|
1162
1204
|
rel: string;
|
|
1163
|
-
}, {}, {
|
|
1205
|
+
}, {}, {
|
|
1206
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1207
|
+
ariaLabel: {
|
|
1208
|
+
type: StringConstructor;
|
|
1209
|
+
default: string;
|
|
1210
|
+
};
|
|
1211
|
+
size: {
|
|
1212
|
+
type: StringConstructor;
|
|
1213
|
+
default: string;
|
|
1214
|
+
validator: (s: unknown) => boolean;
|
|
1215
|
+
};
|
|
1216
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1217
|
+
ariaLabel: {
|
|
1218
|
+
type: StringConstructor;
|
|
1219
|
+
default: string;
|
|
1220
|
+
};
|
|
1221
|
+
size: {
|
|
1222
|
+
type: StringConstructor;
|
|
1223
|
+
default: string;
|
|
1224
|
+
validator: (s: unknown) => boolean;
|
|
1225
|
+
};
|
|
1226
|
+
}>> & Readonly<{}>, {
|
|
1227
|
+
size: string;
|
|
1228
|
+
ariaLabel: string;
|
|
1229
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1230
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1164
1231
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1165
1232
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1166
1233
|
show: {
|
|
@@ -1361,6 +1428,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1361
1428
|
};
|
|
1362
1429
|
computedAriaLive(): unknown;
|
|
1363
1430
|
iconSize(): any;
|
|
1431
|
+
loaderSize(): any;
|
|
1364
1432
|
}, {
|
|
1365
1433
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1366
1434
|
buttonClasses(): any[];
|
|
@@ -1479,7 +1547,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1479
1547
|
width: string;
|
|
1480
1548
|
assertiveOnFocus: boolean;
|
|
1481
1549
|
rel: string;
|
|
1482
|
-
}, {}, {
|
|
1550
|
+
}, {}, {
|
|
1551
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1552
|
+
ariaLabel: {
|
|
1553
|
+
type: StringConstructor;
|
|
1554
|
+
default: string;
|
|
1555
|
+
};
|
|
1556
|
+
size: {
|
|
1557
|
+
type: StringConstructor;
|
|
1558
|
+
default: string;
|
|
1559
|
+
validator: (s: unknown) => boolean;
|
|
1560
|
+
};
|
|
1561
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1562
|
+
ariaLabel: {
|
|
1563
|
+
type: StringConstructor;
|
|
1564
|
+
default: string;
|
|
1565
|
+
};
|
|
1566
|
+
size: {
|
|
1567
|
+
type: StringConstructor;
|
|
1568
|
+
default: string;
|
|
1569
|
+
validator: (s: unknown) => boolean;
|
|
1570
|
+
};
|
|
1571
|
+
}>> & Readonly<{}>, {
|
|
1572
|
+
size: string;
|
|
1573
|
+
ariaLabel: string;
|
|
1574
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1575
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1483
1576
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1484
1577
|
size: {
|
|
1485
1578
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAmIE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVN,GA3DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2DD,GA3DC"}
|
|
@@ -239,6 +239,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
239
239
|
};
|
|
240
240
|
computedAriaLive(): unknown;
|
|
241
241
|
iconSize(): any;
|
|
242
|
+
loaderSize(): any;
|
|
242
243
|
}, {
|
|
243
244
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
244
245
|
buttonClasses(): any[];
|
|
@@ -357,7 +358,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
358
|
width: string;
|
|
358
359
|
assertiveOnFocus: boolean;
|
|
359
360
|
rel: string;
|
|
360
|
-
}, {}, {
|
|
361
|
+
}, {}, {
|
|
362
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
363
|
+
ariaLabel: {
|
|
364
|
+
type: StringConstructor;
|
|
365
|
+
default: string;
|
|
366
|
+
};
|
|
367
|
+
size: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: string;
|
|
370
|
+
validator: (s: unknown) => boolean;
|
|
371
|
+
};
|
|
372
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
373
|
+
ariaLabel: {
|
|
374
|
+
type: StringConstructor;
|
|
375
|
+
default: string;
|
|
376
|
+
};
|
|
377
|
+
size: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: string;
|
|
380
|
+
validator: (s: unknown) => boolean;
|
|
381
|
+
};
|
|
382
|
+
}>> & Readonly<{}>, {
|
|
383
|
+
size: string;
|
|
384
|
+
ariaLabel: string;
|
|
385
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
386
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
361
387
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
362
388
|
export default _default;
|
|
363
389
|
//# sourceMappingURL=split_button-alpha.vue.d.ts.map
|
|
@@ -207,6 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
207
|
};
|
|
208
208
|
computedAriaLive(): unknown;
|
|
209
209
|
iconSize(): any;
|
|
210
|
+
loaderSize(): any;
|
|
210
211
|
}, {
|
|
211
212
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
212
213
|
buttonClasses(): any[];
|
|
@@ -325,7 +326,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
326
|
width: string;
|
|
326
327
|
assertiveOnFocus: boolean;
|
|
327
328
|
rel: string;
|
|
328
|
-
}, {}, {
|
|
329
|
+
}, {}, {
|
|
330
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
331
|
+
ariaLabel: {
|
|
332
|
+
type: StringConstructor;
|
|
333
|
+
default: string;
|
|
334
|
+
};
|
|
335
|
+
size: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
validator: (s: unknown) => boolean;
|
|
339
|
+
};
|
|
340
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
341
|
+
ariaLabel: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
size: {
|
|
346
|
+
type: StringConstructor;
|
|
347
|
+
default: string;
|
|
348
|
+
validator: (s: unknown) => boolean;
|
|
349
|
+
};
|
|
350
|
+
}>> & Readonly<{}>, {
|
|
351
|
+
size: string;
|
|
352
|
+
ariaLabel: string;
|
|
353
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
354
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
329
355
|
DtIconChevronDown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
330
356
|
size: {
|
|
331
357
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue"],"names":[],"mappings":"AAuBA
|
|
1
|
+
{"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkHA,GA1Dc"}
|