@dialpad/dialtone-vue 3.212.0 → 3.213.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.
Files changed (105) hide show
  1. package/dist/lib/button/button.cjs +1 -1
  2. package/dist/lib/button/button.cjs.map +1 -1
  3. package/dist/lib/button/button.js +56 -44
  4. package/dist/lib/button/button.js.map +1 -1
  5. package/dist/lib/editor/EditorToolbarButton.cjs +1 -1
  6. package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -1
  7. package/dist/lib/editor/EditorToolbarButton.js +18 -17
  8. package/dist/lib/editor/EditorToolbarButton.js.map +1 -1
  9. package/dist/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
  10. package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
  11. package/dist/lib/editor/EditorToolbarDropdownButton.js +38 -35
  12. package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
  13. package/dist/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
  14. package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
  15. package/dist/lib/editor/EditorToolbarPopoverButton.js +38 -35
  16. package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
  17. package/dist/lib/editor/editor.cjs +1 -1
  18. package/dist/lib/editor/editor.cjs.map +1 -1
  19. package/dist/lib/editor/editor.js +114 -106
  20. package/dist/lib/editor/editor.js.map +1 -1
  21. package/dist/types/common/sr_only_close_button.vue.d.ts +27 -1
  22. package/dist/types/components/banner/banner.vue.d.ts +54 -2
  23. package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
  24. package/dist/types/components/button/button.vue.d.ts +27 -1
  25. package/dist/types/components/button/button.vue.d.ts.map +1 -1
  26. package/dist/types/components/chip/chip.vue.d.ts +27 -1
  27. package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
  28. package/dist/types/components/collapsible/collapsible.vue.d.ts +27 -1
  29. package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  30. package/dist/types/components/dropdown/dropdown.vue.d.ts +54 -2
  31. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  32. package/dist/types/components/hovercard/hovercard.vue.d.ts +108 -4
  33. package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  34. package/dist/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
  35. package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  36. package/dist/types/components/modal/modal.vue.d.ts +54 -2
  37. package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
  38. package/dist/types/components/notice/notice.vue.d.ts +54 -2
  39. package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
  40. package/dist/types/components/notice/notice_action.vue.d.ts +54 -2
  41. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  42. package/dist/types/components/pagination/pagination.vue.d.ts +27 -1
  43. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  44. package/dist/types/components/popover/popover.vue.d.ts +54 -2
  45. package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
  46. package/dist/types/components/popover/popover_header_footer.vue.d.ts +27 -1
  47. package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  48. package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
  49. package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
  50. package/dist/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
  51. package/dist/types/components/split_button/split_button-omega.vue.d.ts +27 -1
  52. package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
  53. package/dist/types/components/split_button/split_button.vue.d.ts +108 -4
  54. package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
  55. package/dist/types/components/tab/tab.vue.d.ts +27 -1
  56. package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
  57. package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  58. package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
  59. package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  60. package/dist/types/components/toast/toast.vue.d.ts +216 -8
  61. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  62. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
  63. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  64. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
  65. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  66. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
  67. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  68. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
  69. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  70. package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
  71. package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
  72. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
  73. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  74. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
  75. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  76. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
  77. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  78. package/dist/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
  79. package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
  80. package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
  81. package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
  82. package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
  83. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
  84. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  85. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
  86. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  87. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
  88. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  89. package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
  90. package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
  91. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
  92. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  93. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
  94. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  95. package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
  96. package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
  97. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
  98. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  99. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
  100. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  101. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
  102. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  103. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
  104. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  105. 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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgD1B,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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoQA,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS"}
1
+ {"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoQA,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS"}
@@ -578,6 +578,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
578
578
  };
579
579
  computedAriaLive(): unknown;
580
580
  iconSize(): any;
581
+ loaderSize(): any;
581
582
  }, {
582
583
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
583
584
  buttonClasses(): any[];
@@ -696,7 +697,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
696
697
  width: string;
697
698
  assertiveOnFocus: boolean;
698
699
  rel: string;
699
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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>;
700
726
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
701
727
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
702
728
  show: {
@@ -897,6 +923,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
897
923
  };
898
924
  computedAriaLive(): unknown;
899
925
  iconSize(): any;
926
+ loaderSize(): any;
900
927
  }, {
901
928
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
902
929
  buttonClasses(): any[];
@@ -1015,7 +1042,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1015
1042
  width: string;
1016
1043
  assertiveOnFocus: boolean;
1017
1044
  rel: string;
1018
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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>;
1019
1071
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1020
1072
  size: {
1021
1073
  type: StringConstructor;
@@ -1 +1 @@
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"}
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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqHA,GAtEA;;;;;;;+BAwE8C,gBAAgB"}
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"}
@@ -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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;
@@ -1057,6 +1083,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1057
1083
  };
1058
1084
  computedAriaLive(): unknown;
1059
1085
  iconSize(): any;
1086
+ loaderSize(): any;
1060
1087
  }, {
1061
1088
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1062
1089
  buttonClasses(): any[];
@@ -1175,7 +1202,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1175
1202
  width: string;
1176
1203
  assertiveOnFocus: boolean;
1177
1204
  rel: string;
1178
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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>;
1179
1231
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1180
1232
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1181
1233
  show: {
@@ -1376,6 +1428,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1376
1428
  };
1377
1429
  computedAriaLive(): unknown;
1378
1430
  iconSize(): any;
1431
+ loaderSize(): any;
1379
1432
  }, {
1380
1433
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1381
1434
  buttonClasses(): any[];
@@ -1494,7 +1547,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1494
1547
  width: string;
1495
1548
  assertiveOnFocus: boolean;
1496
1549
  rel: string;
1497
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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>;
1498
1576
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1499
1577
  size: {
1500
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAmIE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVN,GA3DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2DD,GA3DC"}
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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkHA,GA1Dc"}
1
+ {"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkHA,GA1Dc"}