@dialpad/dialtone-vue 3.222.0 → 3.222.2
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/common/constants/index.cjs +1 -1
- package/dist/common/constants/index.cjs.map +1 -1
- package/dist/common/constants/index.d.ts +4 -0
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +10 -10
- package/dist/common/constants/index.js.map +1 -1
- package/dist/component-documentation.json +1 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +18 -18
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +18 -18
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts +22 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +22 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/components/hovercard/hovercard.vue.d.ts +32 -32
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/components/input/input.vue.d.ts +11 -0
- package/dist/components/input/input.vue.d.ts.map +1 -1
- package/dist/components/modal/modal.vue.d.ts +6 -5
- package/dist/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/components/popover/popover.vue.d.ts +13 -13
- package/dist/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/components/resizable/composables/useResizableGroup.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +24 -13
- package/dist/components/split_button/split_button.vue.d.ts +18 -18
- package/dist/components/tooltip/tooltip.vue.d.ts +8 -8
- package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +149 -149
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.js +49 -48
- package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.js +43 -42
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/dropdown/dropdown.cjs +1 -1
- package/dist/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown.js +33 -33
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.js +1 -1
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +28 -27
- package/dist/lib/hovercard/hovercard.js.map +1 -1
- package/dist/lib/input/input.cjs +1 -1
- package/dist/lib/input/input.cjs.map +1 -1
- package/dist/lib/input/input.js +6 -6
- package/dist/lib/input/input.js.map +1 -1
- package/dist/lib/message-input/index.cjs +1 -1
- package/dist/lib/message-input/index.js +1 -1
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.js +1 -1
- package/dist/lib/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +61 -58
- package/dist/lib/modal/modal.js.map +1 -1
- package/dist/lib/popover/popover.cjs +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +76 -75
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/resizable/index.cjs +1 -1
- package/dist/lib/resizable/index.js +1 -1
- package/dist/lib/resizable/resizable.cjs +1 -1
- package/dist/lib/resizable/resizable.js +1 -1
- package/dist/lib/rich-text-editor/index.cjs +1 -1
- package/dist/lib/rich-text-editor/index.js +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/lib/tooltip/tooltip.cjs +2 -2
- package/dist/lib/tooltip/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip.js +30 -29
- package/dist/lib/tooltip/tooltip.js.map +1 -1
- package/dist/{message_input-B47LB7C8.js → message_input-B2fppje7.js} +2 -2
- package/dist/{message_input-B47LB7C8.js.map → message_input-B2fppje7.js.map} +1 -1
- package/dist/{message_input-BCIq_1AD.cjs → message_input-DmLi63dh.cjs} +2 -2
- package/dist/{message_input-BCIq_1AD.cjs.map → message_input-DmLi63dh.cjs.map} +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +8 -8
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +26 -26
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +21 -21
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +18 -18
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +18 -18
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +13 -13
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +63 -52
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +8 -8
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +94 -50
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +8 -8
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +32 -21
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +8 -8
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +8 -8
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +8 -8
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +8 -8
- package/dist/{resizable-aOVGO_Os.cjs → resizable-BOCf9EIc.cjs} +2 -2
- package/dist/{resizable-aOVGO_Os.cjs.map → resizable-BOCf9EIc.cjs.map} +1 -1
- package/dist/{resizable-D4-peBOl.js → resizable-CPaF9dgG.js} +7 -3
- package/dist/{resizable-D4-peBOl.js.map → resizable-CPaF9dgG.js.map} +1 -1
- package/dist/{rich_text_editor-CNFb6tIx.js → rich_text_editor-BhUKyR0E.js} +2 -2
- package/dist/{rich_text_editor-CNFb6tIx.js.map → rich_text_editor-BhUKyR0E.js.map} +1 -1
- package/dist/{rich_text_editor-DRytK1_9.cjs → rich_text_editor-wvONcbYd.cjs} +2 -2
- package/dist/{rich_text_editor-DRytK1_9.cjs.map → rich_text_editor-wvONcbYd.cjs.map} +1 -1
- package/package.json +3 -3
|
@@ -1445,7 +1445,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1445
1445
|
type: {
|
|
1446
1446
|
new (): HTMLElement;
|
|
1447
1447
|
prototype: HTMLElement;
|
|
1448
|
-
};
|
|
1448
|
+
} | ObjectConstructor;
|
|
1449
1449
|
default: null;
|
|
1450
1450
|
};
|
|
1451
1451
|
id: {
|
|
@@ -1506,10 +1506,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1506
1506
|
default: string;
|
|
1507
1507
|
};
|
|
1508
1508
|
initialFocusElement: {
|
|
1509
|
-
type: (
|
|
1509
|
+
type: ({
|
|
1510
1510
|
new (): HTMLElement;
|
|
1511
1511
|
prototype: HTMLElement;
|
|
1512
|
-
})[];
|
|
1512
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1513
1513
|
default: string;
|
|
1514
1514
|
validator: (initialFocusElement: unknown) => any;
|
|
1515
1515
|
};
|
|
@@ -1518,10 +1518,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1518
1518
|
default: boolean;
|
|
1519
1519
|
};
|
|
1520
1520
|
appendTo: {
|
|
1521
|
-
type: (
|
|
1521
|
+
type: ({
|
|
1522
1522
|
new (): HTMLElement;
|
|
1523
1523
|
prototype: HTMLElement;
|
|
1524
|
-
})[];
|
|
1524
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1525
1525
|
default: string;
|
|
1526
1526
|
validator: (appendTo: unknown) => boolean;
|
|
1527
1527
|
};
|
|
@@ -1679,7 +1679,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1679
1679
|
type: {
|
|
1680
1680
|
new (): HTMLElement;
|
|
1681
1681
|
prototype: HTMLElement;
|
|
1682
|
-
};
|
|
1682
|
+
} | ObjectConstructor;
|
|
1683
1683
|
default: null;
|
|
1684
1684
|
};
|
|
1685
1685
|
id: {
|
|
@@ -1740,10 +1740,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1740
1740
|
default: string;
|
|
1741
1741
|
};
|
|
1742
1742
|
initialFocusElement: {
|
|
1743
|
-
type: (
|
|
1743
|
+
type: ({
|
|
1744
1744
|
new (): HTMLElement;
|
|
1745
1745
|
prototype: HTMLElement;
|
|
1746
|
-
})[];
|
|
1746
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1747
1747
|
default: string;
|
|
1748
1748
|
validator: (initialFocusElement: unknown) => any;
|
|
1749
1749
|
};
|
|
@@ -1752,10 +1752,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1752
1752
|
default: boolean;
|
|
1753
1753
|
};
|
|
1754
1754
|
appendTo: {
|
|
1755
|
-
type: (
|
|
1755
|
+
type: ({
|
|
1756
1756
|
new (): HTMLElement;
|
|
1757
1757
|
prototype: HTMLElement;
|
|
1758
|
-
})[];
|
|
1758
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1759
1759
|
default: string;
|
|
1760
1760
|
validator: (appendTo: unknown) => boolean;
|
|
1761
1761
|
};
|
|
@@ -1781,14 +1781,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1781
1781
|
elementType: string;
|
|
1782
1782
|
transition: string;
|
|
1783
1783
|
maxWidth: string;
|
|
1784
|
-
appendTo: string | HTMLElement
|
|
1784
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1785
1785
|
hideOnClick: boolean;
|
|
1786
1786
|
placement: string;
|
|
1787
1787
|
sticky: string | boolean;
|
|
1788
1788
|
fallbackPlacements: unknown[];
|
|
1789
1789
|
tether: boolean;
|
|
1790
1790
|
externalAnchor: string;
|
|
1791
|
-
externalAnchorElement:
|
|
1791
|
+
externalAnchorElement: any;
|
|
1792
1792
|
showCloseButton: boolean;
|
|
1793
1793
|
openOnContext: boolean;
|
|
1794
1794
|
ariaLabelledby: string;
|
|
@@ -1797,7 +1797,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1797
1797
|
contentAppear: boolean;
|
|
1798
1798
|
contentTabindex: number;
|
|
1799
1799
|
modal: boolean;
|
|
1800
|
-
initialFocusElement: string | HTMLElement
|
|
1800
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1801
1801
|
openWithArrowKeys: boolean;
|
|
1802
1802
|
}, {}, {
|
|
1803
1803
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -2624,6 +2624,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2624
2624
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2625
2625
|
isComposing: boolean;
|
|
2626
2626
|
justEndedComposition: boolean;
|
|
2627
|
+
labelSizeClasses: {
|
|
2628
|
+
xs: string;
|
|
2629
|
+
sm: string;
|
|
2630
|
+
md: string;
|
|
2631
|
+
lg: string;
|
|
2632
|
+
xl: string;
|
|
2633
|
+
};
|
|
2634
|
+
descriptionSizeClasses: {
|
|
2635
|
+
lg: string;
|
|
2636
|
+
xl: string;
|
|
2637
|
+
};
|
|
2627
2638
|
}, {
|
|
2628
2639
|
isTextarea(): boolean;
|
|
2629
2640
|
isDefaultSize(): boolean;
|
|
@@ -2861,10 +2872,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2861
2872
|
validator: (sticky: unknown) => boolean;
|
|
2862
2873
|
};
|
|
2863
2874
|
appendTo: {
|
|
2864
|
-
type: (
|
|
2875
|
+
type: ({
|
|
2865
2876
|
new (): HTMLElement;
|
|
2866
2877
|
prototype: HTMLElement;
|
|
2867
|
-
})[];
|
|
2878
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
2868
2879
|
default: string;
|
|
2869
2880
|
validator: (appendTo: unknown) => boolean;
|
|
2870
2881
|
};
|
|
@@ -2904,7 +2915,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2904
2915
|
type: {
|
|
2905
2916
|
new (): HTMLElement;
|
|
2906
2917
|
prototype: HTMLElement;
|
|
2907
|
-
};
|
|
2918
|
+
} | ObjectConstructor;
|
|
2908
2919
|
default: null;
|
|
2909
2920
|
};
|
|
2910
2921
|
}>, {}, {
|
|
@@ -3036,10 +3047,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3036
3047
|
validator: (sticky: unknown) => boolean;
|
|
3037
3048
|
};
|
|
3038
3049
|
appendTo: {
|
|
3039
|
-
type: (
|
|
3050
|
+
type: ({
|
|
3040
3051
|
new (): HTMLElement;
|
|
3041
3052
|
prototype: HTMLElement;
|
|
3042
|
-
})[];
|
|
3053
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
3043
3054
|
default: string;
|
|
3044
3055
|
validator: (appendTo: unknown) => boolean;
|
|
3045
3056
|
};
|
|
@@ -3079,7 +3090,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3079
3090
|
type: {
|
|
3080
3091
|
new (): HTMLElement;
|
|
3081
3092
|
prototype: HTMLElement;
|
|
3082
|
-
};
|
|
3093
|
+
} | ObjectConstructor;
|
|
3083
3094
|
default: null;
|
|
3084
3095
|
};
|
|
3085
3096
|
}>> & Readonly<{
|
|
@@ -3093,7 +3104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3093
3104
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3094
3105
|
show: boolean;
|
|
3095
3106
|
transition: boolean;
|
|
3096
|
-
appendTo: string | HTMLElement
|
|
3107
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
3097
3108
|
delay: boolean;
|
|
3098
3109
|
placement: string;
|
|
3099
3110
|
sticky: string | boolean;
|
|
@@ -3101,7 +3112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3101
3112
|
fallbackPlacements: unknown[];
|
|
3102
3113
|
enabled: boolean;
|
|
3103
3114
|
externalAnchor: string;
|
|
3104
|
-
externalAnchorElement:
|
|
3115
|
+
externalAnchorElement: any;
|
|
3105
3116
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3106
3117
|
DtCombobox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3107
3118
|
label: {
|
|
@@ -5304,10 +5315,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5304
5315
|
default: string;
|
|
5305
5316
|
};
|
|
5306
5317
|
appendTo: {
|
|
5307
|
-
type: (
|
|
5318
|
+
type: ({
|
|
5308
5319
|
new (): HTMLElement;
|
|
5309
5320
|
prototype: HTMLElement;
|
|
5310
|
-
})[];
|
|
5321
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5311
5322
|
default: string;
|
|
5312
5323
|
validator: (appendTo: unknown) => boolean;
|
|
5313
5324
|
};
|
|
@@ -5478,10 +5489,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5478
5489
|
default: string;
|
|
5479
5490
|
};
|
|
5480
5491
|
appendTo: {
|
|
5481
|
-
type: (
|
|
5492
|
+
type: ({
|
|
5482
5493
|
new (): HTMLElement;
|
|
5483
5494
|
prototype: HTMLElement;
|
|
5484
|
-
})[];
|
|
5495
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5485
5496
|
default: string;
|
|
5486
5497
|
validator: (appendTo: unknown) => boolean;
|
|
5487
5498
|
};
|
|
@@ -5507,7 +5518,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5507
5518
|
listId: string;
|
|
5508
5519
|
onBeginningOfList: Function;
|
|
5509
5520
|
onEndOfList: Function;
|
|
5510
|
-
appendTo: string | HTMLElement
|
|
5521
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
5511
5522
|
placement: string;
|
|
5512
5523
|
fallbackPlacements: unknown[];
|
|
5513
5524
|
tether: boolean;
|
|
@@ -5577,7 +5588,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5577
5588
|
type: {
|
|
5578
5589
|
new (): HTMLElement;
|
|
5579
5590
|
prototype: HTMLElement;
|
|
5580
|
-
};
|
|
5591
|
+
} | ObjectConstructor;
|
|
5581
5592
|
default: null;
|
|
5582
5593
|
};
|
|
5583
5594
|
id: {
|
|
@@ -5638,10 +5649,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5638
5649
|
default: string;
|
|
5639
5650
|
};
|
|
5640
5651
|
initialFocusElement: {
|
|
5641
|
-
type: (
|
|
5652
|
+
type: ({
|
|
5642
5653
|
new (): HTMLElement;
|
|
5643
5654
|
prototype: HTMLElement;
|
|
5644
|
-
})[];
|
|
5655
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5645
5656
|
default: string;
|
|
5646
5657
|
validator: (initialFocusElement: unknown) => any;
|
|
5647
5658
|
};
|
|
@@ -5650,10 +5661,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5650
5661
|
default: boolean;
|
|
5651
5662
|
};
|
|
5652
5663
|
appendTo: {
|
|
5653
|
-
type: (
|
|
5664
|
+
type: ({
|
|
5654
5665
|
new (): HTMLElement;
|
|
5655
5666
|
prototype: HTMLElement;
|
|
5656
|
-
})[];
|
|
5667
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5657
5668
|
default: string;
|
|
5658
5669
|
validator: (appendTo: unknown) => boolean;
|
|
5659
5670
|
};
|
|
@@ -5811,7 +5822,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5811
5822
|
type: {
|
|
5812
5823
|
new (): HTMLElement;
|
|
5813
5824
|
prototype: HTMLElement;
|
|
5814
|
-
};
|
|
5825
|
+
} | ObjectConstructor;
|
|
5815
5826
|
default: null;
|
|
5816
5827
|
};
|
|
5817
5828
|
id: {
|
|
@@ -5872,10 +5883,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5872
5883
|
default: string;
|
|
5873
5884
|
};
|
|
5874
5885
|
initialFocusElement: {
|
|
5875
|
-
type: (
|
|
5886
|
+
type: ({
|
|
5876
5887
|
new (): HTMLElement;
|
|
5877
5888
|
prototype: HTMLElement;
|
|
5878
|
-
})[];
|
|
5889
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5879
5890
|
default: string;
|
|
5880
5891
|
validator: (initialFocusElement: unknown) => any;
|
|
5881
5892
|
};
|
|
@@ -5884,10 +5895,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5884
5895
|
default: boolean;
|
|
5885
5896
|
};
|
|
5886
5897
|
appendTo: {
|
|
5887
|
-
type: (
|
|
5898
|
+
type: ({
|
|
5888
5899
|
new (): HTMLElement;
|
|
5889
5900
|
prototype: HTMLElement;
|
|
5890
|
-
})[];
|
|
5901
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5891
5902
|
default: string;
|
|
5892
5903
|
validator: (appendTo: unknown) => boolean;
|
|
5893
5904
|
};
|
|
@@ -5913,14 +5924,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5913
5924
|
elementType: string;
|
|
5914
5925
|
transition: string;
|
|
5915
5926
|
maxWidth: string;
|
|
5916
|
-
appendTo: string | HTMLElement
|
|
5927
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
5917
5928
|
hideOnClick: boolean;
|
|
5918
5929
|
placement: string;
|
|
5919
5930
|
sticky: string | boolean;
|
|
5920
5931
|
fallbackPlacements: unknown[];
|
|
5921
5932
|
tether: boolean;
|
|
5922
5933
|
externalAnchor: string;
|
|
5923
|
-
externalAnchorElement:
|
|
5934
|
+
externalAnchorElement: any;
|
|
5924
5935
|
showCloseButton: boolean;
|
|
5925
5936
|
openOnContext: boolean;
|
|
5926
5937
|
ariaLabelledby: string;
|
|
@@ -5929,7 +5940,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5929
5940
|
contentAppear: boolean;
|
|
5930
5941
|
contentTabindex: number;
|
|
5931
5942
|
modal: boolean;
|
|
5932
|
-
initialFocusElement: string | HTMLElement
|
|
5943
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
5933
5944
|
openWithArrowKeys: boolean;
|
|
5934
5945
|
}, {}, {
|
|
5935
5946
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -7013,7 +7024,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7013
7024
|
type: {
|
|
7014
7025
|
new (): HTMLElement;
|
|
7015
7026
|
prototype: HTMLElement;
|
|
7016
|
-
};
|
|
7027
|
+
} | ObjectConstructor;
|
|
7017
7028
|
default: null;
|
|
7018
7029
|
};
|
|
7019
7030
|
id: {
|
|
@@ -7074,10 +7085,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7074
7085
|
default: string;
|
|
7075
7086
|
};
|
|
7076
7087
|
initialFocusElement: {
|
|
7077
|
-
type: (
|
|
7088
|
+
type: ({
|
|
7078
7089
|
new (): HTMLElement;
|
|
7079
7090
|
prototype: HTMLElement;
|
|
7080
|
-
})[];
|
|
7091
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7081
7092
|
default: string;
|
|
7082
7093
|
validator: (initialFocusElement: unknown) => any;
|
|
7083
7094
|
};
|
|
@@ -7086,10 +7097,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7086
7097
|
default: boolean;
|
|
7087
7098
|
};
|
|
7088
7099
|
appendTo: {
|
|
7089
|
-
type: (
|
|
7100
|
+
type: ({
|
|
7090
7101
|
new (): HTMLElement;
|
|
7091
7102
|
prototype: HTMLElement;
|
|
7092
|
-
})[];
|
|
7103
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7093
7104
|
default: string;
|
|
7094
7105
|
validator: (appendTo: unknown) => boolean;
|
|
7095
7106
|
};
|
|
@@ -7247,7 +7258,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7247
7258
|
type: {
|
|
7248
7259
|
new (): HTMLElement;
|
|
7249
7260
|
prototype: HTMLElement;
|
|
7250
|
-
};
|
|
7261
|
+
} | ObjectConstructor;
|
|
7251
7262
|
default: null;
|
|
7252
7263
|
};
|
|
7253
7264
|
id: {
|
|
@@ -7308,10 +7319,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7308
7319
|
default: string;
|
|
7309
7320
|
};
|
|
7310
7321
|
initialFocusElement: {
|
|
7311
|
-
type: (
|
|
7322
|
+
type: ({
|
|
7312
7323
|
new (): HTMLElement;
|
|
7313
7324
|
prototype: HTMLElement;
|
|
7314
|
-
})[];
|
|
7325
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7315
7326
|
default: string;
|
|
7316
7327
|
validator: (initialFocusElement: unknown) => any;
|
|
7317
7328
|
};
|
|
@@ -7320,10 +7331,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7320
7331
|
default: boolean;
|
|
7321
7332
|
};
|
|
7322
7333
|
appendTo: {
|
|
7323
|
-
type: (
|
|
7334
|
+
type: ({
|
|
7324
7335
|
new (): HTMLElement;
|
|
7325
7336
|
prototype: HTMLElement;
|
|
7326
|
-
})[];
|
|
7337
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7327
7338
|
default: string;
|
|
7328
7339
|
validator: (appendTo: unknown) => boolean;
|
|
7329
7340
|
};
|
|
@@ -7349,14 +7360,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7349
7360
|
elementType: string;
|
|
7350
7361
|
transition: string;
|
|
7351
7362
|
maxWidth: string;
|
|
7352
|
-
appendTo: string | HTMLElement
|
|
7363
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
7353
7364
|
hideOnClick: boolean;
|
|
7354
7365
|
placement: string;
|
|
7355
7366
|
sticky: string | boolean;
|
|
7356
7367
|
fallbackPlacements: unknown[];
|
|
7357
7368
|
tether: boolean;
|
|
7358
7369
|
externalAnchor: string;
|
|
7359
|
-
externalAnchorElement:
|
|
7370
|
+
externalAnchorElement: any;
|
|
7360
7371
|
showCloseButton: boolean;
|
|
7361
7372
|
openOnContext: boolean;
|
|
7362
7373
|
ariaLabelledby: string;
|
|
@@ -7365,7 +7376,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7365
7376
|
contentAppear: boolean;
|
|
7366
7377
|
contentTabindex: number;
|
|
7367
7378
|
modal: boolean;
|
|
7368
|
-
initialFocusElement: string | HTMLElement
|
|
7379
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
7369
7380
|
openWithArrowKeys: boolean;
|
|
7370
7381
|
}, {}, {
|
|
7371
7382
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA+XA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAw8CA,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAq3EjC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA98BrB,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD
|
|
1
|
+
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA+XA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAw8CA,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAq3EjC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA98BrB,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;sCAi7CU,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -50,10 +50,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
validator: (sticky: unknown) => boolean;
|
|
51
51
|
};
|
|
52
52
|
appendTo: {
|
|
53
|
-
type: (
|
|
53
|
+
type: ({
|
|
54
54
|
new (): HTMLElement;
|
|
55
55
|
prototype: HTMLElement;
|
|
56
|
-
})[];
|
|
56
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
57
57
|
default: string;
|
|
58
58
|
validator: (appendTo: unknown) => boolean;
|
|
59
59
|
};
|
|
@@ -93,7 +93,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
type: {
|
|
94
94
|
new (): HTMLElement;
|
|
95
95
|
prototype: HTMLElement;
|
|
96
|
-
};
|
|
96
|
+
} | ObjectConstructor;
|
|
97
97
|
default: null;
|
|
98
98
|
};
|
|
99
99
|
}>, {}, {
|
|
@@ -225,10 +225,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
225
225
|
validator: (sticky: unknown) => boolean;
|
|
226
226
|
};
|
|
227
227
|
appendTo: {
|
|
228
|
-
type: (
|
|
228
|
+
type: ({
|
|
229
229
|
new (): HTMLElement;
|
|
230
230
|
prototype: HTMLElement;
|
|
231
|
-
})[];
|
|
231
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
232
232
|
default: string;
|
|
233
233
|
validator: (appendTo: unknown) => boolean;
|
|
234
234
|
};
|
|
@@ -268,7 +268,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
268
268
|
type: {
|
|
269
269
|
new (): HTMLElement;
|
|
270
270
|
prototype: HTMLElement;
|
|
271
|
-
};
|
|
271
|
+
} | ObjectConstructor;
|
|
272
272
|
default: null;
|
|
273
273
|
};
|
|
274
274
|
}>> & Readonly<{
|
|
@@ -282,7 +282,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
282
|
contentClass: string | unknown[] | Record<string, any>;
|
|
283
283
|
show: boolean;
|
|
284
284
|
transition: boolean;
|
|
285
|
-
appendTo: string | HTMLElement
|
|
285
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
286
286
|
delay: boolean;
|
|
287
287
|
placement: string;
|
|
288
288
|
sticky: string | boolean;
|
|
@@ -290,7 +290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
290
|
fallbackPlacements: unknown[];
|
|
291
291
|
enabled: boolean;
|
|
292
292
|
externalAnchor: string;
|
|
293
|
-
externalAnchorElement:
|
|
293
|
+
externalAnchorElement: any;
|
|
294
294
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
295
295
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
296
296
|
circle: {
|