@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
|
@@ -437,6 +437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
437
|
};
|
|
438
438
|
computedAriaLive(): unknown;
|
|
439
439
|
iconSize(): any;
|
|
440
|
+
loaderSize(): any;
|
|
440
441
|
}, {
|
|
441
442
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
442
443
|
buttonClasses(): any[];
|
|
@@ -555,7 +556,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
555
556
|
width: string;
|
|
556
557
|
assertiveOnFocus: boolean;
|
|
557
558
|
rel: string;
|
|
558
|
-
}, {}, {
|
|
559
|
+
}, {}, {
|
|
560
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
561
|
+
ariaLabel: {
|
|
562
|
+
type: StringConstructor;
|
|
563
|
+
default: string;
|
|
564
|
+
};
|
|
565
|
+
size: {
|
|
566
|
+
type: StringConstructor;
|
|
567
|
+
default: string;
|
|
568
|
+
validator: (s: unknown) => boolean;
|
|
569
|
+
};
|
|
570
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
571
|
+
ariaLabel: {
|
|
572
|
+
type: StringConstructor;
|
|
573
|
+
default: string;
|
|
574
|
+
};
|
|
575
|
+
size: {
|
|
576
|
+
type: StringConstructor;
|
|
577
|
+
default: string;
|
|
578
|
+
validator: (s: unknown) => boolean;
|
|
579
|
+
};
|
|
580
|
+
}>> & Readonly<{}>, {
|
|
581
|
+
size: string;
|
|
582
|
+
ariaLabel: string;
|
|
583
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
584
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
559
585
|
DtIconChevronDown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
560
586
|
size: {
|
|
561
587
|
type: StringConstructor;
|
|
@@ -916,6 +942,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
916
942
|
type: StringConstructor;
|
|
917
943
|
default: string;
|
|
918
944
|
};
|
|
945
|
+
externalAnchorElement: {
|
|
946
|
+
type: {
|
|
947
|
+
new (): HTMLElement;
|
|
948
|
+
prototype: HTMLElement;
|
|
949
|
+
};
|
|
950
|
+
default: null;
|
|
951
|
+
};
|
|
919
952
|
id: {
|
|
920
953
|
type: StringConstructor;
|
|
921
954
|
default(): string;
|
|
@@ -1143,6 +1176,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1143
1176
|
type: StringConstructor;
|
|
1144
1177
|
default: string;
|
|
1145
1178
|
};
|
|
1179
|
+
externalAnchorElement: {
|
|
1180
|
+
type: {
|
|
1181
|
+
new (): HTMLElement;
|
|
1182
|
+
prototype: HTMLElement;
|
|
1183
|
+
};
|
|
1184
|
+
default: null;
|
|
1185
|
+
};
|
|
1146
1186
|
id: {
|
|
1147
1187
|
type: StringConstructor;
|
|
1148
1188
|
default(): string;
|
|
@@ -1249,6 +1289,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1249
1289
|
fallbackPlacements: unknown[];
|
|
1250
1290
|
tether: boolean;
|
|
1251
1291
|
externalAnchor: string;
|
|
1292
|
+
externalAnchorElement: HTMLElement;
|
|
1252
1293
|
showCloseButton: boolean;
|
|
1253
1294
|
openOnContext: boolean;
|
|
1254
1295
|
ariaLabelledby: string;
|
|
@@ -1424,6 +1465,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1424
1465
|
};
|
|
1425
1466
|
computedAriaLive(): unknown;
|
|
1426
1467
|
iconSize(): any;
|
|
1468
|
+
loaderSize(): any;
|
|
1427
1469
|
}, {
|
|
1428
1470
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1429
1471
|
buttonClasses(): any[];
|
|
@@ -1542,7 +1584,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1542
1584
|
width: string;
|
|
1543
1585
|
assertiveOnFocus: boolean;
|
|
1544
1586
|
rel: string;
|
|
1545
|
-
}, {}, {
|
|
1587
|
+
}, {}, {
|
|
1588
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1589
|
+
ariaLabel: {
|
|
1590
|
+
type: StringConstructor;
|
|
1591
|
+
default: string;
|
|
1592
|
+
};
|
|
1593
|
+
size: {
|
|
1594
|
+
type: StringConstructor;
|
|
1595
|
+
default: string;
|
|
1596
|
+
validator: (s: unknown) => boolean;
|
|
1597
|
+
};
|
|
1598
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1599
|
+
ariaLabel: {
|
|
1600
|
+
type: StringConstructor;
|
|
1601
|
+
default: string;
|
|
1602
|
+
};
|
|
1603
|
+
size: {
|
|
1604
|
+
type: StringConstructor;
|
|
1605
|
+
default: string;
|
|
1606
|
+
validator: (s: unknown) => boolean;
|
|
1607
|
+
};
|
|
1608
|
+
}>> & Readonly<{}>, {
|
|
1609
|
+
size: string;
|
|
1610
|
+
ariaLabel: string;
|
|
1611
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1612
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1546
1613
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1547
1614
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1548
1615
|
show: {
|
|
@@ -1743,6 +1810,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1743
1810
|
};
|
|
1744
1811
|
computedAriaLive(): unknown;
|
|
1745
1812
|
iconSize(): any;
|
|
1813
|
+
loaderSize(): any;
|
|
1746
1814
|
}, {
|
|
1747
1815
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1748
1816
|
buttonClasses(): any[];
|
|
@@ -1861,7 +1929,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1861
1929
|
width: string;
|
|
1862
1930
|
assertiveOnFocus: boolean;
|
|
1863
1931
|
rel: string;
|
|
1864
|
-
}, {}, {
|
|
1932
|
+
}, {}, {
|
|
1933
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1934
|
+
ariaLabel: {
|
|
1935
|
+
type: StringConstructor;
|
|
1936
|
+
default: string;
|
|
1937
|
+
};
|
|
1938
|
+
size: {
|
|
1939
|
+
type: StringConstructor;
|
|
1940
|
+
default: string;
|
|
1941
|
+
validator: (s: unknown) => boolean;
|
|
1942
|
+
};
|
|
1943
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1944
|
+
ariaLabel: {
|
|
1945
|
+
type: StringConstructor;
|
|
1946
|
+
default: string;
|
|
1947
|
+
};
|
|
1948
|
+
size: {
|
|
1949
|
+
type: StringConstructor;
|
|
1950
|
+
default: string;
|
|
1951
|
+
validator: (s: unknown) => boolean;
|
|
1952
|
+
};
|
|
1953
|
+
}>> & Readonly<{}>, {
|
|
1954
|
+
size: string;
|
|
1955
|
+
ariaLabel: string;
|
|
1956
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1957
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1865
1958
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1866
1959
|
size: {
|
|
1867
1960
|
type: StringConstructor;
|
|
@@ -2136,6 +2229,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2136
2229
|
};
|
|
2137
2230
|
computedAriaLive(): unknown;
|
|
2138
2231
|
iconSize(): any;
|
|
2232
|
+
loaderSize(): any;
|
|
2139
2233
|
}, {
|
|
2140
2234
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2141
2235
|
buttonClasses(): any[];
|
|
@@ -2254,7 +2348,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2254
2348
|
width: string;
|
|
2255
2349
|
assertiveOnFocus: boolean;
|
|
2256
2350
|
rel: string;
|
|
2257
|
-
}, {}, {
|
|
2351
|
+
}, {}, {
|
|
2352
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2353
|
+
ariaLabel: {
|
|
2354
|
+
type: StringConstructor;
|
|
2355
|
+
default: string;
|
|
2356
|
+
};
|
|
2357
|
+
size: {
|
|
2358
|
+
type: StringConstructor;
|
|
2359
|
+
default: string;
|
|
2360
|
+
validator: (s: unknown) => boolean;
|
|
2361
|
+
};
|
|
2362
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2363
|
+
ariaLabel: {
|
|
2364
|
+
type: StringConstructor;
|
|
2365
|
+
default: string;
|
|
2366
|
+
};
|
|
2367
|
+
size: {
|
|
2368
|
+
type: StringConstructor;
|
|
2369
|
+
default: string;
|
|
2370
|
+
validator: (s: unknown) => boolean;
|
|
2371
|
+
};
|
|
2372
|
+
}>> & Readonly<{}>, {
|
|
2373
|
+
size: string;
|
|
2374
|
+
ariaLabel: string;
|
|
2375
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2376
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2258
2377
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2259
2378
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2260
2379
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA
|
|
1
|
+
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsYA,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA8VF,IA5QG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4QH,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8VF,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuW6D,gBAAgB"}
|
|
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
192
192
|
};
|
|
193
193
|
computedAriaLive(): unknown;
|
|
194
194
|
iconSize(): any;
|
|
195
|
+
loaderSize(): any;
|
|
195
196
|
}, {
|
|
196
197
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
197
198
|
buttonClasses(): any[];
|
|
@@ -310,7 +311,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
311
|
width: string;
|
|
311
312
|
assertiveOnFocus: boolean;
|
|
312
313
|
rel: string;
|
|
313
|
-
}, {}, {
|
|
314
|
+
}, {}, {
|
|
315
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
316
|
+
ariaLabel: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
size: {
|
|
321
|
+
type: StringConstructor;
|
|
322
|
+
default: string;
|
|
323
|
+
validator: (s: unknown) => boolean;
|
|
324
|
+
};
|
|
325
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
326
|
+
ariaLabel: {
|
|
327
|
+
type: StringConstructor;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
size: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
validator: (s: unknown) => boolean;
|
|
334
|
+
};
|
|
335
|
+
}>> & Readonly<{}>, {
|
|
336
|
+
size: string;
|
|
337
|
+
ariaLabel: string;
|
|
338
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
339
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
340
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
315
341
|
export default _default;
|
|
316
342
|
//# sourceMappingURL=tab.vue.d.ts.map
|
|
@@ -275,6 +275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
275
275
|
};
|
|
276
276
|
computedAriaLive(): unknown;
|
|
277
277
|
iconSize(): any;
|
|
278
|
+
loaderSize(): any;
|
|
278
279
|
}, {
|
|
279
280
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
280
281
|
buttonClasses(): any[];
|
|
@@ -393,7 +394,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
393
394
|
width: string;
|
|
394
395
|
assertiveOnFocus: boolean;
|
|
395
396
|
rel: string;
|
|
396
|
-
}, {}, {
|
|
397
|
+
}, {}, {
|
|
398
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
399
|
+
ariaLabel: {
|
|
400
|
+
type: StringConstructor;
|
|
401
|
+
default: string;
|
|
402
|
+
};
|
|
403
|
+
size: {
|
|
404
|
+
type: StringConstructor;
|
|
405
|
+
default: string;
|
|
406
|
+
validator: (s: unknown) => boolean;
|
|
407
|
+
};
|
|
408
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
409
|
+
ariaLabel: {
|
|
410
|
+
type: StringConstructor;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
|
+
size: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
default: string;
|
|
416
|
+
validator: (s: unknown) => boolean;
|
|
417
|
+
};
|
|
418
|
+
}>> & Readonly<{}>, {
|
|
419
|
+
size: string;
|
|
420
|
+
ariaLabel: string;
|
|
421
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
422
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
397
423
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
398
424
|
i18n: any;
|
|
399
425
|
}, {
|
|
@@ -558,6 +584,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
558
584
|
};
|
|
559
585
|
computedAriaLive(): unknown;
|
|
560
586
|
iconSize(): any;
|
|
587
|
+
loaderSize(): any;
|
|
561
588
|
}, {
|
|
562
589
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
563
590
|
buttonClasses(): any[];
|
|
@@ -676,7 +703,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
676
703
|
width: string;
|
|
677
704
|
assertiveOnFocus: boolean;
|
|
678
705
|
rel: string;
|
|
679
|
-
}, {}, {
|
|
706
|
+
}, {}, {
|
|
707
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
708
|
+
ariaLabel: {
|
|
709
|
+
type: StringConstructor;
|
|
710
|
+
default: string;
|
|
711
|
+
};
|
|
712
|
+
size: {
|
|
713
|
+
type: StringConstructor;
|
|
714
|
+
default: string;
|
|
715
|
+
validator: (s: unknown) => boolean;
|
|
716
|
+
};
|
|
717
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
718
|
+
ariaLabel: {
|
|
719
|
+
type: StringConstructor;
|
|
720
|
+
default: string;
|
|
721
|
+
};
|
|
722
|
+
size: {
|
|
723
|
+
type: StringConstructor;
|
|
724
|
+
default: string;
|
|
725
|
+
validator: (s: unknown) => boolean;
|
|
726
|
+
};
|
|
727
|
+
}>> & Readonly<{}>, {
|
|
728
|
+
size: string;
|
|
729
|
+
ariaLabel: string;
|
|
730
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
731
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
680
732
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
681
733
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
682
734
|
DtNoticeContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast_layout_alternate.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_alternate.vue"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+KA,GA1Hc
|
|
1
|
+
{"version":3,"file":"toast_layout_alternate.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_alternate.vue"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+KA,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc"}
|
|
@@ -527,6 +527,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
527
527
|
};
|
|
528
528
|
computedAriaLive(): unknown;
|
|
529
529
|
iconSize(): any;
|
|
530
|
+
loaderSize(): any;
|
|
530
531
|
}, {
|
|
531
532
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
532
533
|
buttonClasses(): any[];
|
|
@@ -645,7 +646,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
645
646
|
width: string;
|
|
646
647
|
assertiveOnFocus: boolean;
|
|
647
648
|
rel: string;
|
|
648
|
-
}, {}, {
|
|
649
|
+
}, {}, {
|
|
650
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
651
|
+
ariaLabel: {
|
|
652
|
+
type: StringConstructor;
|
|
653
|
+
default: string;
|
|
654
|
+
};
|
|
655
|
+
size: {
|
|
656
|
+
type: StringConstructor;
|
|
657
|
+
default: string;
|
|
658
|
+
validator: (s: unknown) => boolean;
|
|
659
|
+
};
|
|
660
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
661
|
+
ariaLabel: {
|
|
662
|
+
type: StringConstructor;
|
|
663
|
+
default: string;
|
|
664
|
+
};
|
|
665
|
+
size: {
|
|
666
|
+
type: StringConstructor;
|
|
667
|
+
default: string;
|
|
668
|
+
validator: (s: unknown) => boolean;
|
|
669
|
+
};
|
|
670
|
+
}>> & Readonly<{}>, {
|
|
671
|
+
size: string;
|
|
672
|
+
ariaLabel: string;
|
|
673
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
674
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
649
675
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
650
676
|
i18n: any;
|
|
651
677
|
}, {
|
|
@@ -810,6 +836,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
810
836
|
};
|
|
811
837
|
computedAriaLive(): unknown;
|
|
812
838
|
iconSize(): any;
|
|
839
|
+
loaderSize(): any;
|
|
813
840
|
}, {
|
|
814
841
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
815
842
|
buttonClasses(): any[];
|
|
@@ -928,7 +955,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
928
955
|
width: string;
|
|
929
956
|
assertiveOnFocus: boolean;
|
|
930
957
|
rel: string;
|
|
931
|
-
}, {}, {
|
|
958
|
+
}, {}, {
|
|
959
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
960
|
+
ariaLabel: {
|
|
961
|
+
type: StringConstructor;
|
|
962
|
+
default: string;
|
|
963
|
+
};
|
|
964
|
+
size: {
|
|
965
|
+
type: StringConstructor;
|
|
966
|
+
default: string;
|
|
967
|
+
validator: (s: unknown) => boolean;
|
|
968
|
+
};
|
|
969
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
970
|
+
ariaLabel: {
|
|
971
|
+
type: StringConstructor;
|
|
972
|
+
default: string;
|
|
973
|
+
};
|
|
974
|
+
size: {
|
|
975
|
+
type: StringConstructor;
|
|
976
|
+
default: string;
|
|
977
|
+
validator: (s: unknown) => boolean;
|
|
978
|
+
};
|
|
979
|
+
}>> & Readonly<{}>, {
|
|
980
|
+
size: string;
|
|
981
|
+
ariaLabel: string;
|
|
982
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
983
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
932
984
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
933
985
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
934
986
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast_layout_default.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_default.vue"],"names":[],"mappings":"AAkDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiMA,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D
|
|
1
|
+
{"version":3,"file":"toast_layout_default.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_default.vue"],"names":[],"mappings":"AAkDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiMA,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAqJ7D,GArJ6D"}
|