@dialpad/dialtone-vue 3.222.1 → 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/modal/modal.vue.d.ts +1 -0
- package/dist/components/modal/modal.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/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +5 -2
- package/dist/lib/modal/modal.js.map +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 +56 -47
- 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-BCIq_1AD.cjs → message_input-B45NFtUx.cjs} +2 -2
- package/dist/{message_input-BCIq_1AD.cjs.map → message_input-B45NFtUx.cjs.map} +1 -1
- package/dist/{message_input-B47LB7C8.js → message_input-DQQ3d8vG.js} +2 -2
- package/dist/{message_input-B47LB7C8.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-CNFb6tIx.js → rich_text_editor-COc4LaIk.js} +5 -4
- package/dist/{rich_text_editor-CNFb6tIx.js.map → rich_text_editor-COc4LaIk.js.map} +1 -1
- package/dist/{rich_text_editor-DRytK1_9.cjs → rich_text_editor-DWrdKcza.cjs} +2 -2
- package/dist/{rich_text_editor-DRytK1_9.cjs.map → rich_text_editor-DWrdKcza.cjs.map} +1 -1
- package/package.json +3 -3
package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -747,8 +747,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
747
747
|
options: {
|
|
748
748
|
altAxis: boolean;
|
|
749
749
|
tether: boolean;
|
|
750
|
+
boundary: string;
|
|
750
751
|
fallbackPlacements?: undefined;
|
|
751
|
-
boundary?: undefined;
|
|
752
752
|
};
|
|
753
753
|
enabled?: undefined;
|
|
754
754
|
})[];
|
|
@@ -797,8 +797,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
797
797
|
options: {
|
|
798
798
|
altAxis: boolean;
|
|
799
799
|
tether: boolean;
|
|
800
|
+
boundary: string;
|
|
800
801
|
fallbackPlacements?: undefined;
|
|
801
|
-
boundary?: undefined;
|
|
802
802
|
};
|
|
803
803
|
enabled?: undefined;
|
|
804
804
|
})[];
|
|
@@ -985,6 +985,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
985
985
|
type: ArrayConstructor;
|
|
986
986
|
default: () => string[];
|
|
987
987
|
};
|
|
988
|
+
boundary: {
|
|
989
|
+
type: ({
|
|
990
|
+
new (): HTMLElement;
|
|
991
|
+
prototype: HTMLElement;
|
|
992
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
993
|
+
default: string;
|
|
994
|
+
validator: (boundary: unknown) => boolean;
|
|
995
|
+
};
|
|
988
996
|
placement: {
|
|
989
997
|
type: StringConstructor;
|
|
990
998
|
default: string;
|
|
@@ -1093,8 +1101,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1093
1101
|
options: {
|
|
1094
1102
|
altAxis: boolean;
|
|
1095
1103
|
tether: boolean;
|
|
1104
|
+
boundary: string;
|
|
1096
1105
|
fallbackPlacements?: undefined;
|
|
1097
|
-
boundary?: undefined;
|
|
1098
1106
|
};
|
|
1099
1107
|
enabled?: undefined;
|
|
1100
1108
|
})[];
|
|
@@ -1219,6 +1227,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1219
1227
|
type: ArrayConstructor;
|
|
1220
1228
|
default: () => string[];
|
|
1221
1229
|
};
|
|
1230
|
+
boundary: {
|
|
1231
|
+
type: ({
|
|
1232
|
+
new (): HTMLElement;
|
|
1233
|
+
prototype: HTMLElement;
|
|
1234
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1235
|
+
default: string;
|
|
1236
|
+
validator: (boundary: unknown) => boolean;
|
|
1237
|
+
};
|
|
1222
1238
|
placement: {
|
|
1223
1239
|
type: StringConstructor;
|
|
1224
1240
|
default: string;
|
|
@@ -1302,6 +1318,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1302
1318
|
hideOnClick: boolean;
|
|
1303
1319
|
placement: string;
|
|
1304
1320
|
sticky: string | boolean;
|
|
1321
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1305
1322
|
fallbackPlacements: unknown[];
|
|
1306
1323
|
tether: boolean;
|
|
1307
1324
|
externalAnchor: string;
|
package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AA6EA
|
|
1
|
+
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAyYA,IAvSG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuSH,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgWT,GAhWS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgWT,GAhWS;;;;;;;sCAoWwF,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -758,6 +758,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
758
758
|
type: ArrayConstructor;
|
|
759
759
|
default: () => string[];
|
|
760
760
|
};
|
|
761
|
+
boundary: {
|
|
762
|
+
type: ({
|
|
763
|
+
new (): HTMLElement;
|
|
764
|
+
prototype: HTMLElement;
|
|
765
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
766
|
+
default: string;
|
|
767
|
+
validator: (boundary: unknown) => boolean;
|
|
768
|
+
};
|
|
761
769
|
placement: {
|
|
762
770
|
type: StringConstructor;
|
|
763
771
|
default: string;
|
|
@@ -866,8 +874,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
866
874
|
options: {
|
|
867
875
|
altAxis: boolean;
|
|
868
876
|
tether: boolean;
|
|
877
|
+
boundary: string;
|
|
869
878
|
fallbackPlacements?: undefined;
|
|
870
|
-
boundary?: undefined;
|
|
871
879
|
};
|
|
872
880
|
enabled?: undefined;
|
|
873
881
|
})[];
|
|
@@ -992,6 +1000,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
992
1000
|
type: ArrayConstructor;
|
|
993
1001
|
default: () => string[];
|
|
994
1002
|
};
|
|
1003
|
+
boundary: {
|
|
1004
|
+
type: ({
|
|
1005
|
+
new (): HTMLElement;
|
|
1006
|
+
prototype: HTMLElement;
|
|
1007
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1008
|
+
default: string;
|
|
1009
|
+
validator: (boundary: unknown) => boolean;
|
|
1010
|
+
};
|
|
995
1011
|
placement: {
|
|
996
1012
|
type: StringConstructor;
|
|
997
1013
|
default: string;
|
|
@@ -1075,6 +1091,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1075
1091
|
hideOnClick: boolean;
|
|
1076
1092
|
placement: string;
|
|
1077
1093
|
sticky: string | boolean;
|
|
1094
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1078
1095
|
fallbackPlacements: unknown[];
|
|
1079
1096
|
tether: boolean;
|
|
1080
1097
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqPA,GAzMqB
|
|
1
|
+
{"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqPA,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAyMrB,IA5HC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4HD,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyMrB,GAzMqB"}
|
|
@@ -687,6 +687,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
687
687
|
type: ArrayConstructor;
|
|
688
688
|
default: () => string[];
|
|
689
689
|
};
|
|
690
|
+
boundary: {
|
|
691
|
+
type: ({
|
|
692
|
+
new (): HTMLElement;
|
|
693
|
+
prototype: HTMLElement;
|
|
694
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
695
|
+
default: string;
|
|
696
|
+
validator: (boundary: unknown) => boolean;
|
|
697
|
+
};
|
|
690
698
|
placement: {
|
|
691
699
|
type: StringConstructor;
|
|
692
700
|
default: string;
|
|
@@ -795,8 +803,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
795
803
|
options: {
|
|
796
804
|
altAxis: boolean;
|
|
797
805
|
tether: boolean;
|
|
806
|
+
boundary: string;
|
|
798
807
|
fallbackPlacements?: undefined;
|
|
799
|
-
boundary?: undefined;
|
|
800
808
|
};
|
|
801
809
|
enabled?: undefined;
|
|
802
810
|
})[];
|
|
@@ -921,6 +929,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
921
929
|
type: ArrayConstructor;
|
|
922
930
|
default: () => string[];
|
|
923
931
|
};
|
|
932
|
+
boundary: {
|
|
933
|
+
type: ({
|
|
934
|
+
new (): HTMLElement;
|
|
935
|
+
prototype: HTMLElement;
|
|
936
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
937
|
+
default: string;
|
|
938
|
+
validator: (boundary: unknown) => boolean;
|
|
939
|
+
};
|
|
924
940
|
placement: {
|
|
925
941
|
type: StringConstructor;
|
|
926
942
|
default: string;
|
|
@@ -1004,6 +1020,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1004
1020
|
hideOnClick: boolean;
|
|
1005
1021
|
placement: string;
|
|
1006
1022
|
sticky: string | boolean;
|
|
1023
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1007
1024
|
fallbackPlacements: unknown[];
|
|
1008
1025
|
tether: boolean;
|
|
1009
1026
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorToolbarDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/EditorToolbarDropdownButton.vue"],"names":[],"mappings":"AAuCA
|
|
1
|
+
{"version":3,"file":"EditorToolbarDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/EditorToolbarDropdownButton.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgKI,IAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA5BA,GAtFC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAsFD,GAtFC"}
|
|
@@ -414,6 +414,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
414
414
|
type: ArrayConstructor;
|
|
415
415
|
default: () => string[];
|
|
416
416
|
};
|
|
417
|
+
boundary: {
|
|
418
|
+
type: ({
|
|
419
|
+
new (): HTMLElement;
|
|
420
|
+
prototype: HTMLElement;
|
|
421
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
422
|
+
default: string;
|
|
423
|
+
validator: (boundary: unknown) => boolean;
|
|
424
|
+
};
|
|
417
425
|
placement: {
|
|
418
426
|
type: StringConstructor;
|
|
419
427
|
default: string;
|
|
@@ -522,8 +530,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
522
530
|
options: {
|
|
523
531
|
altAxis: boolean;
|
|
524
532
|
tether: boolean;
|
|
533
|
+
boundary: string;
|
|
525
534
|
fallbackPlacements?: undefined;
|
|
526
|
-
boundary?: undefined;
|
|
527
535
|
};
|
|
528
536
|
enabled?: undefined;
|
|
529
537
|
})[];
|
|
@@ -648,6 +656,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
648
656
|
type: ArrayConstructor;
|
|
649
657
|
default: () => string[];
|
|
650
658
|
};
|
|
659
|
+
boundary: {
|
|
660
|
+
type: ({
|
|
661
|
+
new (): HTMLElement;
|
|
662
|
+
prototype: HTMLElement;
|
|
663
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
664
|
+
default: string;
|
|
665
|
+
validator: (boundary: unknown) => boolean;
|
|
666
|
+
};
|
|
651
667
|
placement: {
|
|
652
668
|
type: StringConstructor;
|
|
653
669
|
default: string;
|
|
@@ -731,6 +747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
731
747
|
hideOnClick: boolean;
|
|
732
748
|
placement: string;
|
|
733
749
|
sticky: string | boolean;
|
|
750
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
734
751
|
fallbackPlacements: unknown[];
|
|
735
752
|
tether: boolean;
|
|
736
753
|
externalAnchor: string;
|
|
@@ -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
|
})[];
|