@dialpad/dialtone-vue 3.222.2 → 3.222.3
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/component-documentation.json +1 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +18 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +18 -1
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/components/hovercard/hovercard.vue.d.ts +40 -4
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/components/popover/popover.vue.d.ts +18 -1
- package/dist/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/components/popover/popover_constants.d.ts +2 -0
- package/dist/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/components/popover/tippy_utils.d.ts +1 -1
- package/dist/components/popover/tippy_utils.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +18 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/components/split_button/split_button.vue.d.ts +18 -1
- package/dist/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +2 -2
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.js +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/popover/popover-constants.cjs +1 -1
- package/dist/lib/popover/popover-constants.cjs.map +1 -1
- package/dist/lib/popover/popover-constants.js +14 -9
- package/dist/lib/popover/popover-constants.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 +55 -46
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/popover/tippy-utils.cjs +1 -1
- package/dist/lib/popover/tippy-utils.cjs.map +1 -1
- package/dist/lib/popover/tippy-utils.js +2 -1
- package/dist/lib/popover/tippy-utils.js.map +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/markdownRenderer.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/markdownRenderer-DCgGQseq.cjs.map +1 -1
- package/dist/{markdownRenderer-D_P94RyM.js → markdownRenderer-vnndXQhE.js} +2 -2
- package/dist/{markdownRenderer-D_P94RyM.js.map → markdownRenderer-vnndXQhE.js.map} +1 -1
- package/dist/{message_input-DmLi63dh.cjs → message_input-B45NFtUx.cjs} +2 -2
- package/dist/{message_input-DmLi63dh.cjs.map → message_input-B45NFtUx.cjs.map} +1 -1
- package/dist/{message_input-B2fppje7.js → message_input-DQQ3d8vG.js} +2 -2
- package/dist/{message_input-B2fppje7.js.map → message_input-DQQ3d8vG.js.map} +1 -1
- package/dist/node_modules/@tiptap/vue-3.cjs.map +1 -1
- package/dist/node_modules/@tiptap/vue-3.js +1 -1
- package/dist/node_modules/@tiptap/vue-3.js.map +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +20 -3
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +20 -3
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +18 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +18 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +18 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +56 -5
- 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 +2 -2
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +42 -8
- 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 +2 -2
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +20 -3
- 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 +2 -2
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +2 -2
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +2 -2
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +2 -2
- package/dist/{rich_text_editor-BhUKyR0E.js → rich_text_editor-COc4LaIk.js} +4 -3
- package/dist/{rich_text_editor-BhUKyR0E.js.map → rich_text_editor-COc4LaIk.js.map} +1 -1
- package/dist/{rich_text_editor-wvONcbYd.cjs → rich_text_editor-DWrdKcza.cjs} +2 -2
- package/dist/{rich_text_editor-wvONcbYd.cjs.map → rich_text_editor-DWrdKcza.cjs.map} +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorToolbarPopoverButton.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/EditorToolbarPopoverButton.vue"],"names":[],"mappings":"AAwCA
|
|
1
|
+
{"version":3,"file":"EditorToolbarPopoverButton.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/EditorToolbarPopoverButton.vue"],"names":[],"mappings":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAgKM,IAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAzBT,GAzF2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyF3B,GAzF2B"}
|
|
@@ -1468,6 +1468,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1468
1468
|
type: ArrayConstructor;
|
|
1469
1469
|
default: () => string[];
|
|
1470
1470
|
};
|
|
1471
|
+
boundary: {
|
|
1472
|
+
type: ({
|
|
1473
|
+
new (): HTMLElement;
|
|
1474
|
+
prototype: HTMLElement;
|
|
1475
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1476
|
+
default: string;
|
|
1477
|
+
validator: (boundary: unknown) => boolean;
|
|
1478
|
+
};
|
|
1471
1479
|
placement: {
|
|
1472
1480
|
type: StringConstructor;
|
|
1473
1481
|
default: string;
|
|
@@ -1576,8 +1584,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1576
1584
|
options: {
|
|
1577
1585
|
altAxis: boolean;
|
|
1578
1586
|
tether: boolean;
|
|
1587
|
+
boundary: string;
|
|
1579
1588
|
fallbackPlacements?: undefined;
|
|
1580
|
-
boundary?: undefined;
|
|
1581
1589
|
};
|
|
1582
1590
|
enabled?: undefined;
|
|
1583
1591
|
})[];
|
|
@@ -1702,6 +1710,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1702
1710
|
type: ArrayConstructor;
|
|
1703
1711
|
default: () => string[];
|
|
1704
1712
|
};
|
|
1713
|
+
boundary: {
|
|
1714
|
+
type: ({
|
|
1715
|
+
new (): HTMLElement;
|
|
1716
|
+
prototype: HTMLElement;
|
|
1717
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1718
|
+
default: string;
|
|
1719
|
+
validator: (boundary: unknown) => boolean;
|
|
1720
|
+
};
|
|
1705
1721
|
placement: {
|
|
1706
1722
|
type: StringConstructor;
|
|
1707
1723
|
default: string;
|
|
@@ -1785,6 +1801,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1785
1801
|
hideOnClick: boolean;
|
|
1786
1802
|
placement: string;
|
|
1787
1803
|
sticky: string | boolean;
|
|
1804
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1788
1805
|
fallbackPlacements: unknown[];
|
|
1789
1806
|
tether: boolean;
|
|
1790
1807
|
externalAnchor: string;
|
|
@@ -2960,8 +2977,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2960
2977
|
options: {
|
|
2961
2978
|
altAxis: boolean;
|
|
2962
2979
|
tether: boolean;
|
|
2980
|
+
boundary: string;
|
|
2963
2981
|
fallbackPlacements?: undefined;
|
|
2964
|
-
boundary?: undefined;
|
|
2965
2982
|
};
|
|
2966
2983
|
enabled?: undefined;
|
|
2967
2984
|
})[];
|
|
@@ -3010,8 +3027,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3010
3027
|
options: {
|
|
3011
3028
|
altAxis: boolean;
|
|
3012
3029
|
tether: boolean;
|
|
3030
|
+
boundary: string;
|
|
3013
3031
|
fallbackPlacements?: undefined;
|
|
3014
|
-
boundary?: undefined;
|
|
3015
3032
|
};
|
|
3016
3033
|
enabled?: undefined;
|
|
3017
3034
|
})[];
|
|
@@ -5611,6 +5628,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5611
5628
|
type: ArrayConstructor;
|
|
5612
5629
|
default: () => string[];
|
|
5613
5630
|
};
|
|
5631
|
+
boundary: {
|
|
5632
|
+
type: ({
|
|
5633
|
+
new (): HTMLElement;
|
|
5634
|
+
prototype: HTMLElement;
|
|
5635
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5636
|
+
default: string;
|
|
5637
|
+
validator: (boundary: unknown) => boolean;
|
|
5638
|
+
};
|
|
5614
5639
|
placement: {
|
|
5615
5640
|
type: StringConstructor;
|
|
5616
5641
|
default: string;
|
|
@@ -5719,8 +5744,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5719
5744
|
options: {
|
|
5720
5745
|
altAxis: boolean;
|
|
5721
5746
|
tether: boolean;
|
|
5747
|
+
boundary: string;
|
|
5722
5748
|
fallbackPlacements?: undefined;
|
|
5723
|
-
boundary?: undefined;
|
|
5724
5749
|
};
|
|
5725
5750
|
enabled?: undefined;
|
|
5726
5751
|
})[];
|
|
@@ -5845,6 +5870,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5845
5870
|
type: ArrayConstructor;
|
|
5846
5871
|
default: () => string[];
|
|
5847
5872
|
};
|
|
5873
|
+
boundary: {
|
|
5874
|
+
type: ({
|
|
5875
|
+
new (): HTMLElement;
|
|
5876
|
+
prototype: HTMLElement;
|
|
5877
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
5878
|
+
default: string;
|
|
5879
|
+
validator: (boundary: unknown) => boolean;
|
|
5880
|
+
};
|
|
5848
5881
|
placement: {
|
|
5849
5882
|
type: StringConstructor;
|
|
5850
5883
|
default: string;
|
|
@@ -5928,6 +5961,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5928
5961
|
hideOnClick: boolean;
|
|
5929
5962
|
placement: string;
|
|
5930
5963
|
sticky: string | boolean;
|
|
5964
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
5931
5965
|
fallbackPlacements: unknown[];
|
|
5932
5966
|
tether: boolean;
|
|
5933
5967
|
externalAnchor: string;
|
|
@@ -7047,6 +7081,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7047
7081
|
type: ArrayConstructor;
|
|
7048
7082
|
default: () => string[];
|
|
7049
7083
|
};
|
|
7084
|
+
boundary: {
|
|
7085
|
+
type: ({
|
|
7086
|
+
new (): HTMLElement;
|
|
7087
|
+
prototype: HTMLElement;
|
|
7088
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7089
|
+
default: string;
|
|
7090
|
+
validator: (boundary: unknown) => boolean;
|
|
7091
|
+
};
|
|
7050
7092
|
placement: {
|
|
7051
7093
|
type: StringConstructor;
|
|
7052
7094
|
default: string;
|
|
@@ -7155,8 +7197,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7155
7197
|
options: {
|
|
7156
7198
|
altAxis: boolean;
|
|
7157
7199
|
tether: boolean;
|
|
7200
|
+
boundary: string;
|
|
7158
7201
|
fallbackPlacements?: undefined;
|
|
7159
|
-
boundary?: undefined;
|
|
7160
7202
|
};
|
|
7161
7203
|
enabled?: undefined;
|
|
7162
7204
|
})[];
|
|
@@ -7281,6 +7323,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7281
7323
|
type: ArrayConstructor;
|
|
7282
7324
|
default: () => string[];
|
|
7283
7325
|
};
|
|
7326
|
+
boundary: {
|
|
7327
|
+
type: ({
|
|
7328
|
+
new (): HTMLElement;
|
|
7329
|
+
prototype: HTMLElement;
|
|
7330
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7331
|
+
default: string;
|
|
7332
|
+
validator: (boundary: unknown) => boolean;
|
|
7333
|
+
};
|
|
7284
7334
|
placement: {
|
|
7285
7335
|
type: StringConstructor;
|
|
7286
7336
|
default: string;
|
|
@@ -7364,6 +7414,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7364
7414
|
hideOnClick: boolean;
|
|
7365
7415
|
placement: string;
|
|
7366
7416
|
sticky: string | boolean;
|
|
7417
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
7367
7418
|
fallbackPlacements: unknown[];
|
|
7368
7419
|
tether: boolean;
|
|
7369
7420
|
externalAnchor: string;
|
|
@@ -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
|
|
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"}
|
|
@@ -138,8 +138,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
138
|
options: {
|
|
139
139
|
altAxis: boolean;
|
|
140
140
|
tether: boolean;
|
|
141
|
+
boundary: string;
|
|
141
142
|
fallbackPlacements?: undefined;
|
|
142
|
-
boundary?: undefined;
|
|
143
143
|
};
|
|
144
144
|
enabled?: undefined;
|
|
145
145
|
})[];
|
|
@@ -188,8 +188,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
options: {
|
|
189
189
|
altAxis: boolean;
|
|
190
190
|
tether: boolean;
|
|
191
|
+
boundary: string;
|
|
191
192
|
fallbackPlacements?: undefined;
|
|
192
|
-
boundary?: undefined;
|
|
193
193
|
};
|
|
194
194
|
enabled?: undefined;
|
|
195
195
|
})[];
|
|
@@ -1533,6 +1533,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1533
1533
|
type: ArrayConstructor;
|
|
1534
1534
|
default: () => string[];
|
|
1535
1535
|
};
|
|
1536
|
+
boundary: {
|
|
1537
|
+
type: ({
|
|
1538
|
+
new (): HTMLElement;
|
|
1539
|
+
prototype: HTMLElement;
|
|
1540
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1541
|
+
default: string;
|
|
1542
|
+
validator: (boundary: unknown) => boolean;
|
|
1543
|
+
};
|
|
1536
1544
|
placement: {
|
|
1537
1545
|
type: StringConstructor;
|
|
1538
1546
|
default: string;
|
|
@@ -1641,8 +1649,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1641
1649
|
options: {
|
|
1642
1650
|
altAxis: boolean;
|
|
1643
1651
|
tether: boolean;
|
|
1652
|
+
boundary: string;
|
|
1644
1653
|
fallbackPlacements?: undefined;
|
|
1645
|
-
boundary?: undefined;
|
|
1646
1654
|
};
|
|
1647
1655
|
enabled?: undefined;
|
|
1648
1656
|
})[];
|
|
@@ -1767,6 +1775,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1767
1775
|
type: ArrayConstructor;
|
|
1768
1776
|
default: () => string[];
|
|
1769
1777
|
};
|
|
1778
|
+
boundary: {
|
|
1779
|
+
type: ({
|
|
1780
|
+
new (): HTMLElement;
|
|
1781
|
+
prototype: HTMLElement;
|
|
1782
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1783
|
+
default: string;
|
|
1784
|
+
validator: (boundary: unknown) => boolean;
|
|
1785
|
+
};
|
|
1770
1786
|
placement: {
|
|
1771
1787
|
type: StringConstructor;
|
|
1772
1788
|
default: string;
|
|
@@ -1850,6 +1866,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1850
1866
|
hideOnClick: boolean;
|
|
1851
1867
|
placement: string;
|
|
1852
1868
|
sticky: string | boolean;
|
|
1869
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1853
1870
|
fallbackPlacements: unknown[];
|
|
1854
1871
|
tether: boolean;
|
|
1855
1872
|
externalAnchor: string;
|
|
@@ -3391,8 +3408,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3391
3408
|
options: {
|
|
3392
3409
|
altAxis: boolean;
|
|
3393
3410
|
tether: boolean;
|
|
3411
|
+
boundary: string;
|
|
3394
3412
|
fallbackPlacements?: undefined;
|
|
3395
|
-
boundary?: undefined;
|
|
3396
3413
|
};
|
|
3397
3414
|
enabled?: undefined;
|
|
3398
3415
|
})[];
|
|
@@ -3441,8 +3458,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3441
3458
|
options: {
|
|
3442
3459
|
altAxis: boolean;
|
|
3443
3460
|
tether: boolean;
|
|
3461
|
+
boundary: string;
|
|
3444
3462
|
fallbackPlacements?: undefined;
|
|
3445
|
-
boundary?: undefined;
|
|
3446
3463
|
};
|
|
3447
3464
|
enabled?: undefined;
|
|
3448
3465
|
})[];
|
|
@@ -4267,6 +4284,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4267
4284
|
type: ArrayConstructor;
|
|
4268
4285
|
default: () => string[];
|
|
4269
4286
|
};
|
|
4287
|
+
boundary: {
|
|
4288
|
+
type: ({
|
|
4289
|
+
new (): HTMLElement;
|
|
4290
|
+
prototype: HTMLElement;
|
|
4291
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4292
|
+
default: string;
|
|
4293
|
+
validator: (boundary: unknown) => boolean;
|
|
4294
|
+
};
|
|
4270
4295
|
placement: {
|
|
4271
4296
|
type: StringConstructor;
|
|
4272
4297
|
default: string;
|
|
@@ -4375,8 +4400,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4375
4400
|
options: {
|
|
4376
4401
|
altAxis: boolean;
|
|
4377
4402
|
tether: boolean;
|
|
4403
|
+
boundary: string;
|
|
4378
4404
|
fallbackPlacements?: undefined;
|
|
4379
|
-
boundary?: undefined;
|
|
4380
4405
|
};
|
|
4381
4406
|
enabled?: undefined;
|
|
4382
4407
|
})[];
|
|
@@ -4501,6 +4526,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4501
4526
|
type: ArrayConstructor;
|
|
4502
4527
|
default: () => string[];
|
|
4503
4528
|
};
|
|
4529
|
+
boundary: {
|
|
4530
|
+
type: ({
|
|
4531
|
+
new (): HTMLElement;
|
|
4532
|
+
prototype: HTMLElement;
|
|
4533
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4534
|
+
default: string;
|
|
4535
|
+
validator: (boundary: unknown) => boolean;
|
|
4536
|
+
};
|
|
4504
4537
|
placement: {
|
|
4505
4538
|
type: StringConstructor;
|
|
4506
4539
|
default: string;
|
|
@@ -4584,6 +4617,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4584
4617
|
hideOnClick: boolean;
|
|
4585
4618
|
placement: string;
|
|
4586
4619
|
sticky: string | boolean;
|
|
4620
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
4587
4621
|
fallbackPlacements: unknown[];
|
|
4588
4622
|
tether: boolean;
|
|
4589
4623
|
externalAnchor: string;
|
|
@@ -6377,8 +6411,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6377
6411
|
options: {
|
|
6378
6412
|
altAxis: boolean;
|
|
6379
6413
|
tether: boolean;
|
|
6414
|
+
boundary: string;
|
|
6380
6415
|
fallbackPlacements?: undefined;
|
|
6381
|
-
boundary?: undefined;
|
|
6382
6416
|
};
|
|
6383
6417
|
enabled?: undefined;
|
|
6384
6418
|
})[];
|
|
@@ -6427,8 +6461,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6427
6461
|
options: {
|
|
6428
6462
|
altAxis: boolean;
|
|
6429
6463
|
tether: boolean;
|
|
6464
|
+
boundary: string;
|
|
6430
6465
|
fallbackPlacements?: undefined;
|
|
6431
|
-
boundary?: undefined;
|
|
6432
6466
|
};
|
|
6433
6467
|
enabled?: undefined;
|
|
6434
6468
|
})[];
|
|
@@ -7238,8 +7272,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7238
7272
|
options: {
|
|
7239
7273
|
altAxis: boolean;
|
|
7240
7274
|
tether: boolean;
|
|
7275
|
+
boundary: string;
|
|
7241
7276
|
fallbackPlacements?: undefined;
|
|
7242
|
-
boundary?: undefined;
|
|
7243
7277
|
};
|
|
7244
7278
|
enabled?: undefined;
|
|
7245
7279
|
})[];
|
|
@@ -7288,8 +7322,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7288
7322
|
options: {
|
|
7289
7323
|
altAxis: boolean;
|
|
7290
7324
|
tether: boolean;
|
|
7325
|
+
boundary: string;
|
|
7291
7326
|
fallbackPlacements?: undefined;
|
|
7292
|
-
boundary?: undefined;
|
|
7293
7327
|
};
|
|
7294
7328
|
enabled?: undefined;
|
|
7295
7329
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAihCA,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA6+BP,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;4BAk/BqB,qBAAqB;sCACwB,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -432,8 +432,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
432
|
options: {
|
|
433
433
|
altAxis: boolean;
|
|
434
434
|
tether: boolean;
|
|
435
|
+
boundary: string;
|
|
435
436
|
fallbackPlacements?: undefined;
|
|
436
|
-
boundary?: undefined;
|
|
437
437
|
};
|
|
438
438
|
enabled?: undefined;
|
|
439
439
|
})[];
|
|
@@ -482,8 +482,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
482
|
options: {
|
|
483
483
|
altAxis: boolean;
|
|
484
484
|
tether: boolean;
|
|
485
|
+
boundary: string;
|
|
485
486
|
fallbackPlacements?: undefined;
|
|
486
|
-
boundary?: undefined;
|
|
487
487
|
};
|
|
488
488
|
enabled?: undefined;
|
|
489
489
|
})[];
|
|
@@ -130,6 +130,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
type: ArrayConstructor;
|
|
131
131
|
default: () => string[];
|
|
132
132
|
};
|
|
133
|
+
boundary: {
|
|
134
|
+
type: ({
|
|
135
|
+
new (): HTMLElement;
|
|
136
|
+
prototype: HTMLElement;
|
|
137
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
138
|
+
default: string;
|
|
139
|
+
validator: (boundary: unknown) => boolean;
|
|
140
|
+
};
|
|
133
141
|
placement: {
|
|
134
142
|
type: StringConstructor;
|
|
135
143
|
default: string;
|
|
@@ -238,8 +246,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
246
|
options: {
|
|
239
247
|
altAxis: boolean;
|
|
240
248
|
tether: boolean;
|
|
249
|
+
boundary: string;
|
|
241
250
|
fallbackPlacements?: undefined;
|
|
242
|
-
boundary?: undefined;
|
|
243
251
|
};
|
|
244
252
|
enabled?: undefined;
|
|
245
253
|
})[];
|
|
@@ -364,6 +372,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
372
|
type: ArrayConstructor;
|
|
365
373
|
default: () => string[];
|
|
366
374
|
};
|
|
375
|
+
boundary: {
|
|
376
|
+
type: ({
|
|
377
|
+
new (): HTMLElement;
|
|
378
|
+
prototype: HTMLElement;
|
|
379
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
380
|
+
default: string;
|
|
381
|
+
validator: (boundary: unknown) => boolean;
|
|
382
|
+
};
|
|
367
383
|
placement: {
|
|
368
384
|
type: StringConstructor;
|
|
369
385
|
default: string;
|
|
@@ -447,6 +463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
447
463
|
hideOnClick: boolean;
|
|
448
464
|
placement: string;
|
|
449
465
|
sticky: string | boolean;
|
|
466
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
450
467
|
fallbackPlacements: unknown[];
|
|
451
468
|
tether: boolean;
|
|
452
469
|
externalAnchor: string;
|
|
@@ -2240,8 +2257,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2240
2257
|
options: {
|
|
2241
2258
|
altAxis: boolean;
|
|
2242
2259
|
tether: boolean;
|
|
2260
|
+
boundary: string;
|
|
2243
2261
|
fallbackPlacements?: undefined;
|
|
2244
|
-
boundary?: undefined;
|
|
2245
2262
|
};
|
|
2246
2263
|
enabled?: undefined;
|
|
2247
2264
|
})[];
|
|
@@ -2290,8 +2307,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2290
2307
|
options: {
|
|
2291
2308
|
altAxis: boolean;
|
|
2292
2309
|
tether: boolean;
|
|
2310
|
+
boundary: string;
|
|
2293
2311
|
fallbackPlacements?: undefined;
|
|
2294
|
-
boundary?: undefined;
|
|
2295
2312
|
};
|
|
2296
2313
|
enabled?: undefined;
|
|
2297
2314
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA
|
|
1
|
+
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC"}
|
|
@@ -838,8 +838,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
838
838
|
options: {
|
|
839
839
|
altAxis: boolean;
|
|
840
840
|
tether: boolean;
|
|
841
|
+
boundary: string;
|
|
841
842
|
fallbackPlacements?: undefined;
|
|
842
|
-
boundary?: undefined;
|
|
843
843
|
};
|
|
844
844
|
enabled?: undefined;
|
|
845
845
|
})[];
|
|
@@ -888,8 +888,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
888
888
|
options: {
|
|
889
889
|
altAxis: boolean;
|
|
890
890
|
tether: boolean;
|
|
891
|
+
boundary: string;
|
|
891
892
|
fallbackPlacements?: undefined;
|
|
892
|
-
boundary?: undefined;
|
|
893
893
|
};
|
|
894
894
|
enabled?: undefined;
|
|
895
895
|
})[];
|
|
@@ -1975,8 +1975,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1975
1975
|
options: {
|
|
1976
1976
|
altAxis: boolean;
|
|
1977
1977
|
tether: boolean;
|
|
1978
|
+
boundary: string;
|
|
1978
1979
|
fallbackPlacements?: undefined;
|
|
1979
|
-
boundary?: undefined;
|
|
1980
1980
|
};
|
|
1981
1981
|
enabled?: undefined;
|
|
1982
1982
|
})[];
|
|
@@ -2025,8 +2025,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2025
2025
|
options: {
|
|
2026
2026
|
altAxis: boolean;
|
|
2027
2027
|
tether: boolean;
|
|
2028
|
+
boundary: string;
|
|
2028
2029
|
fallbackPlacements?: undefined;
|
|
2029
|
-
boundary?: undefined;
|
|
2030
2030
|
};
|
|
2031
2031
|
enabled?: undefined;
|
|
2032
2032
|
})[];
|
|
@@ -1594,8 +1594,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1594
1594
|
options: {
|
|
1595
1595
|
altAxis: boolean;
|
|
1596
1596
|
tether: boolean;
|
|
1597
|
+
boundary: string;
|
|
1597
1598
|
fallbackPlacements?: undefined;
|
|
1598
|
-
boundary?: undefined;
|
|
1599
1599
|
};
|
|
1600
1600
|
enabled?: undefined;
|
|
1601
1601
|
})[];
|
|
@@ -1644,8 +1644,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1644
1644
|
options: {
|
|
1645
1645
|
altAxis: boolean;
|
|
1646
1646
|
tether: boolean;
|
|
1647
|
+
boundary: string;
|
|
1647
1648
|
fallbackPlacements?: undefined;
|
|
1648
|
-
boundary?: undefined;
|
|
1649
1649
|
};
|
|
1650
1650
|
enabled?: undefined;
|
|
1651
1651
|
})[];
|
|
@@ -1690,8 +1690,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1690
1690
|
options: {
|
|
1691
1691
|
altAxis: boolean;
|
|
1692
1692
|
tether: boolean;
|
|
1693
|
+
boundary: string;
|
|
1693
1694
|
fallbackPlacements?: undefined;
|
|
1694
|
-
boundary?: undefined;
|
|
1695
1695
|
};
|
|
1696
1696
|
enabled?: undefined;
|
|
1697
1697
|
})[];
|
|
@@ -1740,8 +1740,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1740
1740
|
options: {
|
|
1741
1741
|
altAxis: boolean;
|
|
1742
1742
|
tether: boolean;
|
|
1743
|
+
boundary: string;
|
|
1743
1744
|
fallbackPlacements?: undefined;
|
|
1744
|
-
boundary?: undefined;
|
|
1745
1745
|
};
|
|
1746
1746
|
enabled?: undefined;
|
|
1747
1747
|
})[];
|