@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.
- package/dist/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +56 -44
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +114 -106
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/button/button.vue.d.ts +27 -1
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +54 -2
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/hovercard/hovercard.vue.d.ts +108 -4
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +54 -2
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button.vue.d.ts +108 -4
- package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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
|
|
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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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
|
|
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
|
-
}, {}, {
|
|
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
|
|
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
|
-
}, {}, {
|
|
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
|
-
}, {}, {
|
|
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;
|
package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAiHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAoeA,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAubH,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAubH,IAhXyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgXzD,GAvbG
|
|
1
|
+
{"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAiHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAoeA,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAubH,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAubH,IAhXyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgXzD,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAubH,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAubH,GAvbG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAubH,GAvbG;;;;;;;;;+BA2b6C,gBAAgB"}
|
package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts
CHANGED
|
@@ -146,6 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
146
|
};
|
|
147
147
|
computedAriaLive(): unknown;
|
|
148
148
|
iconSize(): any;
|
|
149
|
+
loaderSize(): any;
|
|
149
150
|
}, {
|
|
150
151
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
151
152
|
buttonClasses(): any[];
|
|
@@ -264,7 +265,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
265
|
width: string;
|
|
265
266
|
assertiveOnFocus: boolean;
|
|
266
267
|
rel: string;
|
|
267
|
-
}, {}, {
|
|
268
|
+
}, {}, {
|
|
269
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
270
|
+
ariaLabel: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
size: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: string;
|
|
277
|
+
validator: (s: unknown) => boolean;
|
|
278
|
+
};
|
|
279
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
280
|
+
ariaLabel: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
size: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: string;
|
|
287
|
+
validator: (s: unknown) => boolean;
|
|
288
|
+
};
|
|
289
|
+
}>> & Readonly<{}>, {
|
|
290
|
+
size: string;
|
|
291
|
+
ariaLabel: string;
|
|
292
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
293
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
268
294
|
DtIconArrowRight: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
269
295
|
size: {
|
|
270
296
|
type: StringConstructor;
|
|
@@ -600,6 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
600
626
|
};
|
|
601
627
|
computedAriaLive(): unknown;
|
|
602
628
|
iconSize(): any;
|
|
629
|
+
loaderSize(): any;
|
|
603
630
|
}, {
|
|
604
631
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
605
632
|
buttonClasses(): any[];
|
|
@@ -718,7 +745,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
718
745
|
width: string;
|
|
719
746
|
assertiveOnFocus: boolean;
|
|
720
747
|
rel: string;
|
|
721
|
-
}, {}, {
|
|
748
|
+
}, {}, {
|
|
749
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
750
|
+
ariaLabel: {
|
|
751
|
+
type: StringConstructor;
|
|
752
|
+
default: string;
|
|
753
|
+
};
|
|
754
|
+
size: {
|
|
755
|
+
type: StringConstructor;
|
|
756
|
+
default: string;
|
|
757
|
+
validator: (s: unknown) => boolean;
|
|
758
|
+
};
|
|
759
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
760
|
+
ariaLabel: {
|
|
761
|
+
type: StringConstructor;
|
|
762
|
+
default: string;
|
|
763
|
+
};
|
|
764
|
+
size: {
|
|
765
|
+
type: StringConstructor;
|
|
766
|
+
default: string;
|
|
767
|
+
validator: (s: unknown) => boolean;
|
|
768
|
+
};
|
|
769
|
+
}>> & Readonly<{}>, {
|
|
770
|
+
size: string;
|
|
771
|
+
ariaLabel: string;
|
|
772
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
773
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
722
774
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
723
775
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
724
776
|
circle: {
|
|
@@ -845,6 +897,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
845
897
|
};
|
|
846
898
|
computedAriaLive(): unknown;
|
|
847
899
|
iconSize(): any;
|
|
900
|
+
loaderSize(): any;
|
|
848
901
|
}, {
|
|
849
902
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
850
903
|
buttonClasses(): any[];
|
|
@@ -963,7 +1016,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
963
1016
|
width: string;
|
|
964
1017
|
assertiveOnFocus: boolean;
|
|
965
1018
|
rel: string;
|
|
966
|
-
}, {}, {
|
|
1019
|
+
}, {}, {
|
|
1020
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1021
|
+
ariaLabel: {
|
|
1022
|
+
type: StringConstructor;
|
|
1023
|
+
default: string;
|
|
1024
|
+
};
|
|
1025
|
+
size: {
|
|
1026
|
+
type: StringConstructor;
|
|
1027
|
+
default: string;
|
|
1028
|
+
validator: (s: unknown) => boolean;
|
|
1029
|
+
};
|
|
1030
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1031
|
+
ariaLabel: {
|
|
1032
|
+
type: StringConstructor;
|
|
1033
|
+
default: string;
|
|
1034
|
+
};
|
|
1035
|
+
size: {
|
|
1036
|
+
type: StringConstructor;
|
|
1037
|
+
default: string;
|
|
1038
|
+
validator: (s: unknown) => boolean;
|
|
1039
|
+
};
|
|
1040
|
+
}>> & Readonly<{}>, {
|
|
1041
|
+
size: string;
|
|
1042
|
+
ariaLabel: string;
|
|
1043
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1044
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
967
1045
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
968
1046
|
size: {
|
|
969
1047
|
type: StringConstructor;
|
|
@@ -1120,6 +1198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1120
1198
|
};
|
|
1121
1199
|
computedAriaLive(): unknown;
|
|
1122
1200
|
iconSize(): any;
|
|
1201
|
+
loaderSize(): any;
|
|
1123
1202
|
}, {
|
|
1124
1203
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1125
1204
|
buttonClasses(): any[];
|
|
@@ -1238,7 +1317,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1238
1317
|
width: string;
|
|
1239
1318
|
assertiveOnFocus: boolean;
|
|
1240
1319
|
rel: string;
|
|
1241
|
-
}, {}, {
|
|
1320
|
+
}, {}, {
|
|
1321
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1322
|
+
ariaLabel: {
|
|
1323
|
+
type: StringConstructor;
|
|
1324
|
+
default: string;
|
|
1325
|
+
};
|
|
1326
|
+
size: {
|
|
1327
|
+
type: StringConstructor;
|
|
1328
|
+
default: string;
|
|
1329
|
+
validator: (s: unknown) => boolean;
|
|
1330
|
+
};
|
|
1331
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1332
|
+
ariaLabel: {
|
|
1333
|
+
type: StringConstructor;
|
|
1334
|
+
default: string;
|
|
1335
|
+
};
|
|
1336
|
+
size: {
|
|
1337
|
+
type: StringConstructor;
|
|
1338
|
+
default: string;
|
|
1339
|
+
validator: (s: unknown) => boolean;
|
|
1340
|
+
};
|
|
1341
|
+
}>> & Readonly<{}>, {
|
|
1342
|
+
size: string;
|
|
1343
|
+
ariaLabel: string;
|
|
1344
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1345
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1242
1346
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1243
1347
|
size: {
|
|
1244
1348
|
type: StringConstructor;
|