@dialpad/dialtone 9.167.0 → 9.169.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +6 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +6 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +85072 -85072
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +56 -44
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +114 -106
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.js +37 -28
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/lib/popover/popover.cjs +1 -1
- package/dist/vue3/lib/popover/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover/popover.js +16 -4
- package/dist/vue3/lib/popover/popover.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +69 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +140 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +69 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +96 -3
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +123 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +69 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -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;
|
|
@@ -932,6 +958,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
932
958
|
type: StringConstructor;
|
|
933
959
|
default: string;
|
|
934
960
|
};
|
|
961
|
+
externalAnchorElement: {
|
|
962
|
+
type: {
|
|
963
|
+
new (): HTMLElement;
|
|
964
|
+
prototype: HTMLElement;
|
|
965
|
+
};
|
|
966
|
+
default: null;
|
|
967
|
+
};
|
|
935
968
|
id: {
|
|
936
969
|
type: StringConstructor;
|
|
937
970
|
default(): string;
|
|
@@ -1159,6 +1192,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1159
1192
|
type: StringConstructor;
|
|
1160
1193
|
default: string;
|
|
1161
1194
|
};
|
|
1195
|
+
externalAnchorElement: {
|
|
1196
|
+
type: {
|
|
1197
|
+
new (): HTMLElement;
|
|
1198
|
+
prototype: HTMLElement;
|
|
1199
|
+
};
|
|
1200
|
+
default: null;
|
|
1201
|
+
};
|
|
1162
1202
|
id: {
|
|
1163
1203
|
type: StringConstructor;
|
|
1164
1204
|
default(): string;
|
|
@@ -1265,6 +1305,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1265
1305
|
fallbackPlacements: unknown[];
|
|
1266
1306
|
tether: boolean;
|
|
1267
1307
|
externalAnchor: string;
|
|
1308
|
+
externalAnchorElement: HTMLElement;
|
|
1268
1309
|
showCloseButton: boolean;
|
|
1269
1310
|
openOnContext: boolean;
|
|
1270
1311
|
ariaLabelledby: string;
|
|
@@ -1440,6 +1481,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1440
1481
|
};
|
|
1441
1482
|
computedAriaLive(): unknown;
|
|
1442
1483
|
iconSize(): any;
|
|
1484
|
+
loaderSize(): any;
|
|
1443
1485
|
}, {
|
|
1444
1486
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1445
1487
|
buttonClasses(): any[];
|
|
@@ -1558,7 +1600,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1558
1600
|
width: string;
|
|
1559
1601
|
assertiveOnFocus: boolean;
|
|
1560
1602
|
rel: string;
|
|
1561
|
-
}, {}, {
|
|
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>;
|
|
1562
1629
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1563
1630
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1564
1631
|
show: {
|
|
@@ -1759,6 +1826,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1759
1826
|
};
|
|
1760
1827
|
computedAriaLive(): unknown;
|
|
1761
1828
|
iconSize(): any;
|
|
1829
|
+
loaderSize(): any;
|
|
1762
1830
|
}, {
|
|
1763
1831
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1764
1832
|
buttonClasses(): any[];
|
|
@@ -1877,7 +1945,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1877
1945
|
width: string;
|
|
1878
1946
|
assertiveOnFocus: boolean;
|
|
1879
1947
|
rel: string;
|
|
1880
|
-
}, {}, {
|
|
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>;
|
|
1881
1974
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1882
1975
|
size: {
|
|
1883
1976
|
type: StringConstructor;
|
|
@@ -2035,6 +2128,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2035
2128
|
};
|
|
2036
2129
|
computedAriaLive(): unknown;
|
|
2037
2130
|
iconSize(): any;
|
|
2131
|
+
loaderSize(): any;
|
|
2038
2132
|
}, {
|
|
2039
2133
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2040
2134
|
buttonClasses(): any[];
|
|
@@ -2153,7 +2247,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2153
2247
|
width: string;
|
|
2154
2248
|
assertiveOnFocus: boolean;
|
|
2155
2249
|
rel: string;
|
|
2156
|
-
}, {}, {
|
|
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>;
|
|
2157
2276
|
DtIconChevronUp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2158
2277
|
size: {
|
|
2159
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;
|
|
@@ -705,6 +731,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
705
731
|
type: StringConstructor;
|
|
706
732
|
default: string;
|
|
707
733
|
};
|
|
734
|
+
externalAnchorElement: {
|
|
735
|
+
type: {
|
|
736
|
+
new (): HTMLElement;
|
|
737
|
+
prototype: HTMLElement;
|
|
738
|
+
};
|
|
739
|
+
default: null;
|
|
740
|
+
};
|
|
708
741
|
id: {
|
|
709
742
|
type: StringConstructor;
|
|
710
743
|
default(): string;
|
|
@@ -932,6 +965,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
932
965
|
type: StringConstructor;
|
|
933
966
|
default: string;
|
|
934
967
|
};
|
|
968
|
+
externalAnchorElement: {
|
|
969
|
+
type: {
|
|
970
|
+
new (): HTMLElement;
|
|
971
|
+
prototype: HTMLElement;
|
|
972
|
+
};
|
|
973
|
+
default: null;
|
|
974
|
+
};
|
|
935
975
|
id: {
|
|
936
976
|
type: StringConstructor;
|
|
937
977
|
default(): string;
|
|
@@ -1038,6 +1078,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1038
1078
|
fallbackPlacements: unknown[];
|
|
1039
1079
|
tether: boolean;
|
|
1040
1080
|
externalAnchor: string;
|
|
1081
|
+
externalAnchorElement: HTMLElement;
|
|
1041
1082
|
showCloseButton: boolean;
|
|
1042
1083
|
openOnContext: boolean;
|
|
1043
1084
|
ariaLabelledby: string;
|
|
@@ -1213,6 +1254,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1213
1254
|
};
|
|
1214
1255
|
computedAriaLive(): unknown;
|
|
1215
1256
|
iconSize(): any;
|
|
1257
|
+
loaderSize(): any;
|
|
1216
1258
|
}, {
|
|
1217
1259
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1218
1260
|
buttonClasses(): any[];
|
|
@@ -1331,7 +1373,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1331
1373
|
width: string;
|
|
1332
1374
|
assertiveOnFocus: boolean;
|
|
1333
1375
|
rel: string;
|
|
1334
|
-
}, {}, {
|
|
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>;
|
|
1335
1402
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1336
1403
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1337
1404
|
show: {
|
|
@@ -1532,6 +1599,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1532
1599
|
};
|
|
1533
1600
|
computedAriaLive(): unknown;
|
|
1534
1601
|
iconSize(): any;
|
|
1602
|
+
loaderSize(): any;
|
|
1535
1603
|
}, {
|
|
1536
1604
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1537
1605
|
buttonClasses(): any[];
|
|
@@ -1650,7 +1718,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1650
1718
|
width: string;
|
|
1651
1719
|
assertiveOnFocus: boolean;
|
|
1652
1720
|
rel: string;
|
|
1653
|
-
}, {}, {
|
|
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>;
|
|
1654
1747
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1655
1748
|
size: {
|
|
1656
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"}
|
package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts
CHANGED
|
@@ -1773,6 +1773,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1773
1773
|
type: StringConstructor;
|
|
1774
1774
|
default: string;
|
|
1775
1775
|
};
|
|
1776
|
+
externalAnchorElement: {
|
|
1777
|
+
type: {
|
|
1778
|
+
new (): HTMLElement;
|
|
1779
|
+
prototype: HTMLElement;
|
|
1780
|
+
};
|
|
1781
|
+
default: null;
|
|
1782
|
+
};
|
|
1776
1783
|
id: {
|
|
1777
1784
|
type: StringConstructor;
|
|
1778
1785
|
default(): string;
|
|
@@ -2000,6 +2007,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2000
2007
|
type: StringConstructor;
|
|
2001
2008
|
default: string;
|
|
2002
2009
|
};
|
|
2010
|
+
externalAnchorElement: {
|
|
2011
|
+
type: {
|
|
2012
|
+
new (): HTMLElement;
|
|
2013
|
+
prototype: HTMLElement;
|
|
2014
|
+
};
|
|
2015
|
+
default: null;
|
|
2016
|
+
};
|
|
2003
2017
|
id: {
|
|
2004
2018
|
type: StringConstructor;
|
|
2005
2019
|
default(): string;
|
|
@@ -2106,6 +2120,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2106
2120
|
fallbackPlacements: unknown[];
|
|
2107
2121
|
tether: boolean;
|
|
2108
2122
|
externalAnchor: string;
|
|
2123
|
+
externalAnchorElement: HTMLElement;
|
|
2109
2124
|
showCloseButton: boolean;
|
|
2110
2125
|
openOnContext: boolean;
|
|
2111
2126
|
ariaLabelledby: string;
|
|
@@ -2281,6 +2296,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2281
2296
|
};
|
|
2282
2297
|
computedAriaLive(): unknown;
|
|
2283
2298
|
iconSize(): any;
|
|
2299
|
+
loaderSize(): any;
|
|
2284
2300
|
}, {
|
|
2285
2301
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2286
2302
|
buttonClasses(): any[];
|
|
@@ -2399,7 +2415,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2399
2415
|
width: string;
|
|
2400
2416
|
assertiveOnFocus: boolean;
|
|
2401
2417
|
rel: string;
|
|
2402
|
-
}, {}, {
|
|
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>;
|
|
2403
2444
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2404
2445
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2405
2446
|
show: {
|
|
@@ -2600,6 +2641,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2600
2641
|
};
|
|
2601
2642
|
computedAriaLive(): unknown;
|
|
2602
2643
|
iconSize(): any;
|
|
2644
|
+
loaderSize(): any;
|
|
2603
2645
|
}, {
|
|
2604
2646
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2605
2647
|
buttonClasses(): any[];
|
|
@@ -2718,7 +2760,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2718
2760
|
width: string;
|
|
2719
2761
|
assertiveOnFocus: boolean;
|
|
2720
2762
|
rel: string;
|
|
2721
|
-
}, {}, {
|
|
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>;
|
|
2722
2789
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2723
2790
|
size: {
|
|
2724
2791
|
type: StringConstructor;
|
package/dist/vue3/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
|
|
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"}
|