@dialpad/dialtone 9.168.0 → 9.170.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 (115) hide show
  1. package/dist/css/dialtone-default-theme.css +6 -0
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +6 -0
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +109861 -109861
  6. package/dist/vue3/component-documentation.json +1 -1
  7. package/dist/vue3/lib/button/button.cjs +1 -1
  8. package/dist/vue3/lib/button/button.cjs.map +1 -1
  9. package/dist/vue3/lib/button/button.js +56 -44
  10. package/dist/vue3/lib/button/button.js.map +1 -1
  11. package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
  12. package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
  13. package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
  14. package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
  15. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
  16. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
  17. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
  18. package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
  19. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
  20. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
  21. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
  22. package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
  23. package/dist/vue3/lib/editor/editor.cjs +1 -1
  24. package/dist/vue3/lib/editor/editor.cjs.map +1 -1
  25. package/dist/vue3/lib/editor/editor.js +114 -106
  26. package/dist/vue3/lib/editor/editor.js.map +1 -1
  27. package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
  28. package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
  29. package/dist/vue3/lib/hovercard/hovercard.js +47 -47
  30. package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
  31. package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
  32. package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
  33. package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
  34. package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
  35. package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
  36. package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
  37. package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
  38. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
  39. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  40. package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +54 -2
  41. package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  42. package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +112 -4
  43. package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  44. package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
  45. package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  46. package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
  47. package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
  48. package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
  49. package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
  50. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
  51. package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
  52. package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
  53. package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
  54. package/dist/vue3/types/components/popover/popover.vue.d.ts +54 -2
  55. package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
  56. package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
  57. package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  58. package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
  59. package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
  60. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
  61. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
  62. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
  63. package/dist/vue3/types/components/split_button/split_button.vue.d.ts +108 -4
  64. package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
  65. package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
  66. package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
  67. package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  68. package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
  69. package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  70. package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
  71. package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
  72. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
  73. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  74. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
  75. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  76. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
  77. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  78. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
  79. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  80. package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
  81. package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
  82. package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
  83. package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  84. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
  85. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  86. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
  87. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  88. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
  89. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
  90. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
  91. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
  92. package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
  93. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
  94. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  95. package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
  96. package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  97. package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
  98. package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  99. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
  100. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
  101. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
  102. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  103. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
  104. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  105. package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
  106. package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
  107. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
  108. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  109. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
  110. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  111. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
  112. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
  114. package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  115. package/package.json +4 -4
@@ -449,6 +449,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
449
449
  };
450
450
  computedAriaLive(): unknown;
451
451
  iconSize(): any;
452
+ loaderSize(): any;
452
453
  }, {
453
454
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
454
455
  buttonClasses(): any[];
@@ -567,7 +568,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
567
568
  width: string;
568
569
  assertiveOnFocus: boolean;
569
570
  rel: string;
570
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
571
+ }, {}, {
572
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
573
+ ariaLabel: {
574
+ type: StringConstructor;
575
+ default: string;
576
+ };
577
+ size: {
578
+ type: StringConstructor;
579
+ default: string;
580
+ validator: (s: unknown) => boolean;
581
+ };
582
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
583
+ ariaLabel: {
584
+ type: StringConstructor;
585
+ default: string;
586
+ };
587
+ size: {
588
+ type: StringConstructor;
589
+ default: string;
590
+ validator: (s: unknown) => boolean;
591
+ };
592
+ }>> & Readonly<{}>, {
593
+ size: string;
594
+ ariaLabel: string;
595
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
596
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
571
597
  DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
572
598
  id: {
573
599
  type: StringConstructor;
@@ -1691,6 +1717,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1691
1717
  };
1692
1718
  computedAriaLive(): unknown;
1693
1719
  iconSize(): any;
1720
+ loaderSize(): any;
1694
1721
  }, {
1695
1722
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1696
1723
  buttonClasses(): any[];
@@ -1809,7 +1836,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1809
1836
  width: string;
1810
1837
  assertiveOnFocus: boolean;
1811
1838
  rel: string;
1812
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1839
+ }, {}, {
1840
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1841
+ ariaLabel: {
1842
+ type: StringConstructor;
1843
+ default: string;
1844
+ };
1845
+ size: {
1846
+ type: StringConstructor;
1847
+ default: string;
1848
+ validator: (s: unknown) => boolean;
1849
+ };
1850
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1851
+ ariaLabel: {
1852
+ type: StringConstructor;
1853
+ default: string;
1854
+ };
1855
+ size: {
1856
+ type: StringConstructor;
1857
+ default: string;
1858
+ validator: (s: unknown) => boolean;
1859
+ };
1860
+ }>> & Readonly<{}>, {
1861
+ size: string;
1862
+ ariaLabel: string;
1863
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1864
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1813
1865
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1814
1866
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1815
1867
  show: {
@@ -2010,6 +2062,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2010
2062
  };
2011
2063
  computedAriaLive(): unknown;
2012
2064
  iconSize(): any;
2065
+ loaderSize(): any;
2013
2066
  }, {
2014
2067
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
2015
2068
  buttonClasses(): any[];
@@ -2128,7 +2181,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2128
2181
  width: string;
2129
2182
  assertiveOnFocus: boolean;
2130
2183
  rel: string;
2131
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2184
+ }, {}, {
2185
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2186
+ ariaLabel: {
2187
+ type: StringConstructor;
2188
+ default: string;
2189
+ };
2190
+ size: {
2191
+ type: StringConstructor;
2192
+ default: string;
2193
+ validator: (s: unknown) => boolean;
2194
+ };
2195
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2196
+ ariaLabel: {
2197
+ type: StringConstructor;
2198
+ default: string;
2199
+ };
2200
+ size: {
2201
+ type: StringConstructor;
2202
+ default: string;
2203
+ validator: (s: unknown) => boolean;
2204
+ };
2205
+ }>> & Readonly<{}>, {
2206
+ size: string;
2207
+ ariaLabel: string;
2208
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2209
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2132
2210
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2133
2211
  size: {
2134
2212
  type: StringConstructor;
@@ -2287,6 +2365,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2287
2365
  };
2288
2366
  computedAriaLive(): unknown;
2289
2367
  iconSize(): any;
2368
+ loaderSize(): any;
2290
2369
  }, {
2291
2370
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
2292
2371
  buttonClasses(): any[];
@@ -2405,7 +2484,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2405
2484
  width: string;
2406
2485
  assertiveOnFocus: boolean;
2407
2486
  rel: string;
2408
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2487
+ }, {}, {
2488
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2489
+ ariaLabel: {
2490
+ type: StringConstructor;
2491
+ default: string;
2492
+ };
2493
+ size: {
2494
+ type: StringConstructor;
2495
+ default: string;
2496
+ validator: (s: unknown) => boolean;
2497
+ };
2498
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2499
+ ariaLabel: {
2500
+ type: StringConstructor;
2501
+ default: string;
2502
+ };
2503
+ size: {
2504
+ type: StringConstructor;
2505
+ default: string;
2506
+ validator: (s: unknown) => boolean;
2507
+ };
2508
+ }>> & Readonly<{}>, {
2509
+ size: string;
2510
+ ariaLabel: string;
2511
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2512
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2409
2513
  DtIconChevronUp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2410
2514
  size: {
2411
2515
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqVA,IA1OQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0OR,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0S9C,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0S9C,GA1S8C;;;;;;;sCA8SmD,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqVA,IA1OQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0OR,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0S9C,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0S9C,GA1S8C;;;;;;;sCA8SmD,gBAAgB;mCAAhB,gBAAgB"}
@@ -486,6 +486,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
486
486
  };
487
487
  computedAriaLive(): unknown;
488
488
  iconSize(): any;
489
+ loaderSize(): any;
489
490
  }, {
490
491
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
491
492
  buttonClasses(): any[];
@@ -604,7 +605,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
604
605
  width: string;
605
606
  assertiveOnFocus: boolean;
606
607
  rel: string;
607
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
608
+ }, {}, {
609
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
610
+ ariaLabel: {
611
+ type: StringConstructor;
612
+ default: string;
613
+ };
614
+ size: {
615
+ type: StringConstructor;
616
+ default: string;
617
+ validator: (s: unknown) => boolean;
618
+ };
619
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
620
+ ariaLabel: {
621
+ type: StringConstructor;
622
+ default: string;
623
+ };
624
+ size: {
625
+ type: StringConstructor;
626
+ default: string;
627
+ validator: (s: unknown) => boolean;
628
+ };
629
+ }>> & Readonly<{}>, {
630
+ size: string;
631
+ ariaLabel: string;
632
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
633
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
608
634
  DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
609
635
  id: {
610
636
  type: StringConstructor;
@@ -1455,6 +1481,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1455
1481
  };
1456
1482
  computedAriaLive(): unknown;
1457
1483
  iconSize(): any;
1484
+ loaderSize(): any;
1458
1485
  }, {
1459
1486
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1460
1487
  buttonClasses(): any[];
@@ -1573,7 +1600,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1573
1600
  width: string;
1574
1601
  assertiveOnFocus: boolean;
1575
1602
  rel: string;
1576
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1603
+ }, {}, {
1604
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1605
+ ariaLabel: {
1606
+ type: StringConstructor;
1607
+ default: string;
1608
+ };
1609
+ size: {
1610
+ type: StringConstructor;
1611
+ default: string;
1612
+ validator: (s: unknown) => boolean;
1613
+ };
1614
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1615
+ ariaLabel: {
1616
+ type: StringConstructor;
1617
+ default: string;
1618
+ };
1619
+ size: {
1620
+ type: StringConstructor;
1621
+ default: string;
1622
+ validator: (s: unknown) => boolean;
1623
+ };
1624
+ }>> & Readonly<{}>, {
1625
+ size: string;
1626
+ ariaLabel: string;
1627
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1628
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1577
1629
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1578
1630
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1579
1631
  show: {
@@ -1774,6 +1826,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1774
1826
  };
1775
1827
  computedAriaLive(): unknown;
1776
1828
  iconSize(): any;
1829
+ loaderSize(): any;
1777
1830
  }, {
1778
1831
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1779
1832
  buttonClasses(): any[];
@@ -1892,7 +1945,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1892
1945
  width: string;
1893
1946
  assertiveOnFocus: boolean;
1894
1947
  rel: string;
1895
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1948
+ }, {}, {
1949
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1950
+ ariaLabel: {
1951
+ type: StringConstructor;
1952
+ default: string;
1953
+ };
1954
+ size: {
1955
+ type: StringConstructor;
1956
+ default: string;
1957
+ validator: (s: unknown) => boolean;
1958
+ };
1959
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1960
+ ariaLabel: {
1961
+ type: StringConstructor;
1962
+ default: string;
1963
+ };
1964
+ size: {
1965
+ type: StringConstructor;
1966
+ default: string;
1967
+ validator: (s: unknown) => boolean;
1968
+ };
1969
+ }>> & Readonly<{}>, {
1970
+ size: string;
1971
+ ariaLabel: string;
1972
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1973
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1896
1974
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1897
1975
  size: {
1898
1976
  type: StringConstructor;
@@ -2050,6 +2128,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2050
2128
  };
2051
2129
  computedAriaLive(): unknown;
2052
2130
  iconSize(): any;
2131
+ loaderSize(): any;
2053
2132
  }, {
2054
2133
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
2055
2134
  buttonClasses(): any[];
@@ -2168,7 +2247,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2168
2247
  width: string;
2169
2248
  assertiveOnFocus: boolean;
2170
2249
  rel: string;
2171
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2250
+ }, {}, {
2251
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2252
+ ariaLabel: {
2253
+ type: StringConstructor;
2254
+ default: string;
2255
+ };
2256
+ size: {
2257
+ type: StringConstructor;
2258
+ default: string;
2259
+ validator: (s: unknown) => boolean;
2260
+ };
2261
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2262
+ ariaLabel: {
2263
+ type: StringConstructor;
2264
+ default: string;
2265
+ };
2266
+ size: {
2267
+ type: StringConstructor;
2268
+ default: string;
2269
+ validator: (s: unknown) => boolean;
2270
+ };
2271
+ }>> & Readonly<{}>, {
2272
+ size: string;
2273
+ ariaLabel: string;
2274
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2275
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2172
2276
  DtIconChevronUp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2173
2277
  size: {
2174
2278
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAyYA,IAvSG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuSH,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgWT,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgWT,GAhWS;;;;;;;sCAoWwF,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAyYA,IAvSG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuSH,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgWT,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgWT,GAhWS;;;;;;;sCAoWwF,gBAAgB;mCAAhB,gBAAgB"}
@@ -257,6 +257,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
257
257
  };
258
258
  computedAriaLive(): unknown;
259
259
  iconSize(): any;
260
+ loaderSize(): any;
260
261
  }, {
261
262
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
262
263
  buttonClasses(): any[];
@@ -375,7 +376,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
375
376
  width: string;
376
377
  assertiveOnFocus: boolean;
377
378
  rel: string;
378
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
379
+ }, {}, {
380
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
381
+ ariaLabel: {
382
+ type: StringConstructor;
383
+ default: string;
384
+ };
385
+ size: {
386
+ type: StringConstructor;
387
+ default: string;
388
+ validator: (s: unknown) => boolean;
389
+ };
390
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
391
+ ariaLabel: {
392
+ type: StringConstructor;
393
+ default: string;
394
+ };
395
+ size: {
396
+ type: StringConstructor;
397
+ default: string;
398
+ validator: (s: unknown) => boolean;
399
+ };
400
+ }>> & Readonly<{}>, {
401
+ size: string;
402
+ ariaLabel: string;
403
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
404
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
379
405
  DtDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
380
406
  open: {
381
407
  type: BooleanConstructor;
@@ -1228,6 +1254,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1228
1254
  };
1229
1255
  computedAriaLive(): unknown;
1230
1256
  iconSize(): any;
1257
+ loaderSize(): any;
1231
1258
  }, {
1232
1259
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1233
1260
  buttonClasses(): any[];
@@ -1346,7 +1373,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1346
1373
  width: string;
1347
1374
  assertiveOnFocus: boolean;
1348
1375
  rel: string;
1349
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1376
+ }, {}, {
1377
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1378
+ ariaLabel: {
1379
+ type: StringConstructor;
1380
+ default: string;
1381
+ };
1382
+ size: {
1383
+ type: StringConstructor;
1384
+ default: string;
1385
+ validator: (s: unknown) => boolean;
1386
+ };
1387
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1388
+ ariaLabel: {
1389
+ type: StringConstructor;
1390
+ default: string;
1391
+ };
1392
+ size: {
1393
+ type: StringConstructor;
1394
+ default: string;
1395
+ validator: (s: unknown) => boolean;
1396
+ };
1397
+ }>> & Readonly<{}>, {
1398
+ size: string;
1399
+ ariaLabel: string;
1400
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1401
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1350
1402
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1351
1403
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1352
1404
  show: {
@@ -1547,6 +1599,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1547
1599
  };
1548
1600
  computedAriaLive(): unknown;
1549
1601
  iconSize(): any;
1602
+ loaderSize(): any;
1550
1603
  }, {
1551
1604
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1552
1605
  buttonClasses(): any[];
@@ -1665,7 +1718,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1665
1718
  width: string;
1666
1719
  assertiveOnFocus: boolean;
1667
1720
  rel: string;
1668
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1721
+ }, {}, {
1722
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1723
+ ariaLabel: {
1724
+ type: StringConstructor;
1725
+ default: string;
1726
+ };
1727
+ size: {
1728
+ type: StringConstructor;
1729
+ default: string;
1730
+ validator: (s: unknown) => boolean;
1731
+ };
1732
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1733
+ ariaLabel: {
1734
+ type: StringConstructor;
1735
+ default: string;
1736
+ };
1737
+ size: {
1738
+ type: StringConstructor;
1739
+ default: string;
1740
+ validator: (s: unknown) => boolean;
1741
+ };
1742
+ }>> & Readonly<{}>, {
1743
+ size: string;
1744
+ ariaLabel: string;
1745
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1746
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1669
1747
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1670
1748
  size: {
1671
1749
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqPA,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAyMrB,IA5HC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4HD,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB"}
1
+ {"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqPA,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAyMrB,IA5HC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4HD,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB"}
@@ -226,6 +226,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
226
226
  };
227
227
  computedAriaLive(): unknown;
228
228
  iconSize(): any;
229
+ loaderSize(): any;
229
230
  }, {
230
231
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
231
232
  buttonClasses(): any[];
@@ -344,7 +345,32 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
344
345
  width: string;
345
346
  assertiveOnFocus: boolean;
346
347
  rel: string;
347
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
348
+ }, {}, {
349
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
350
+ ariaLabel: {
351
+ type: StringConstructor;
352
+ default: string;
353
+ };
354
+ size: {
355
+ type: StringConstructor;
356
+ default: string;
357
+ validator: (s: unknown) => boolean;
358
+ };
359
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
360
+ ariaLabel: {
361
+ type: StringConstructor;
362
+ default: string;
363
+ };
364
+ size: {
365
+ type: StringConstructor;
366
+ default: string;
367
+ validator: (s: unknown) => boolean;
368
+ };
369
+ }>> & Readonly<{}>, {
370
+ size: string;
371
+ ariaLabel: string;
372
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
373
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
348
374
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
349
375
  size: {
350
376
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"grouped_chip.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/chips/grouped_chip/grouped_chip.vue"],"names":[],"mappings":"AAgEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFA,GAxCgC;;;;;;;;+BAyCD,gBAAgB"}
1
+ {"version":3,"file":"grouped_chip.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/chips/grouped_chip/grouped_chip.vue"],"names":[],"mappings":"AAgEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFA,GAxCgC;;;;;;;;+BAyCD,gBAAgB"}
@@ -2296,6 +2296,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2296
2296
  };
2297
2297
  computedAriaLive(): unknown;
2298
2298
  iconSize(): any;
2299
+ loaderSize(): any;
2299
2300
  }, {
2300
2301
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
2301
2302
  buttonClasses(): any[];
@@ -2414,7 +2415,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2414
2415
  width: string;
2415
2416
  assertiveOnFocus: boolean;
2416
2417
  rel: string;
2417
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2418
+ }, {}, {
2419
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2420
+ ariaLabel: {
2421
+ type: StringConstructor;
2422
+ default: string;
2423
+ };
2424
+ size: {
2425
+ type: StringConstructor;
2426
+ default: string;
2427
+ validator: (s: unknown) => boolean;
2428
+ };
2429
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2430
+ ariaLabel: {
2431
+ type: StringConstructor;
2432
+ default: string;
2433
+ };
2434
+ size: {
2435
+ type: StringConstructor;
2436
+ default: string;
2437
+ validator: (s: unknown) => boolean;
2438
+ };
2439
+ }>> & Readonly<{}>, {
2440
+ size: string;
2441
+ ariaLabel: string;
2442
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2443
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2418
2444
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2419
2445
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2420
2446
  show: {
@@ -2615,6 +2641,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2615
2641
  };
2616
2642
  computedAriaLive(): unknown;
2617
2643
  iconSize(): any;
2644
+ loaderSize(): any;
2618
2645
  }, {
2619
2646
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
2620
2647
  buttonClasses(): any[];
@@ -2733,7 +2760,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2733
2760
  width: string;
2734
2761
  assertiveOnFocus: boolean;
2735
2762
  rel: string;
2736
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2763
+ }, {}, {
2764
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2765
+ ariaLabel: {
2766
+ type: StringConstructor;
2767
+ default: string;
2768
+ };
2769
+ size: {
2770
+ type: StringConstructor;
2771
+ default: string;
2772
+ validator: (s: unknown) => boolean;
2773
+ };
2774
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2775
+ ariaLabel: {
2776
+ type: StringConstructor;
2777
+ default: string;
2778
+ };
2779
+ size: {
2780
+ type: StringConstructor;
2781
+ default: string;
2782
+ validator: (s: unknown) => boolean;
2783
+ };
2784
+ }>> & Readonly<{}>, {
2785
+ size: string;
2786
+ ariaLabel: string;
2787
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2788
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2737
2789
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2738
2790
  size: {
2739
2791
  type: StringConstructor;