@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
|
@@ -1811,6 +1811,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1811
1811
|
type: ArrayConstructor;
|
|
1812
1812
|
default: () => string[];
|
|
1813
1813
|
};
|
|
1814
|
+
boundary: {
|
|
1815
|
+
type: ({
|
|
1816
|
+
new (): HTMLElement;
|
|
1817
|
+
prototype: HTMLElement;
|
|
1818
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1819
|
+
default: string;
|
|
1820
|
+
validator: (boundary: unknown) => boolean;
|
|
1821
|
+
};
|
|
1814
1822
|
placement: {
|
|
1815
1823
|
type: StringConstructor;
|
|
1816
1824
|
default: string;
|
|
@@ -1919,8 +1927,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1919
1927
|
options: {
|
|
1920
1928
|
altAxis: boolean;
|
|
1921
1929
|
tether: boolean;
|
|
1930
|
+
boundary: string;
|
|
1922
1931
|
fallbackPlacements?: undefined;
|
|
1923
|
-
boundary?: undefined;
|
|
1924
1932
|
};
|
|
1925
1933
|
enabled?: undefined;
|
|
1926
1934
|
})[];
|
|
@@ -2045,6 +2053,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2045
2053
|
type: ArrayConstructor;
|
|
2046
2054
|
default: () => string[];
|
|
2047
2055
|
};
|
|
2056
|
+
boundary: {
|
|
2057
|
+
type: ({
|
|
2058
|
+
new (): HTMLElement;
|
|
2059
|
+
prototype: HTMLElement;
|
|
2060
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
2061
|
+
default: string;
|
|
2062
|
+
validator: (boundary: unknown) => boolean;
|
|
2063
|
+
};
|
|
2048
2064
|
placement: {
|
|
2049
2065
|
type: StringConstructor;
|
|
2050
2066
|
default: string;
|
|
@@ -2128,6 +2144,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2128
2144
|
hideOnClick: boolean;
|
|
2129
2145
|
placement: string;
|
|
2130
2146
|
sticky: string | boolean;
|
|
2147
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
2131
2148
|
fallbackPlacements: unknown[];
|
|
2132
2149
|
tether: boolean;
|
|
2133
2150
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../components/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAkHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8eA,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAicH,GAjcG
|
|
1
|
+
{"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../components/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAkHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8eA,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAicH,IAzXqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyXrB,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;+BAqc6C,gBAAgB"}
|
|
@@ -354,6 +354,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
354
354
|
type: ArrayConstructor;
|
|
355
355
|
default: () => string[];
|
|
356
356
|
};
|
|
357
|
+
boundary: {
|
|
358
|
+
type: ({
|
|
359
|
+
new (): HTMLElement;
|
|
360
|
+
prototype: HTMLElement;
|
|
361
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
362
|
+
default: string;
|
|
363
|
+
validator: (boundary: unknown) => boolean;
|
|
364
|
+
};
|
|
357
365
|
placement: {
|
|
358
366
|
type: StringConstructor;
|
|
359
367
|
default: string;
|
|
@@ -462,8 +470,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
462
470
|
options: {
|
|
463
471
|
altAxis: boolean;
|
|
464
472
|
tether: boolean;
|
|
473
|
+
boundary: string;
|
|
465
474
|
fallbackPlacements?: undefined;
|
|
466
|
-
boundary?: undefined;
|
|
467
475
|
};
|
|
468
476
|
enabled?: undefined;
|
|
469
477
|
})[];
|
|
@@ -588,6 +596,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
588
596
|
type: ArrayConstructor;
|
|
589
597
|
default: () => string[];
|
|
590
598
|
};
|
|
599
|
+
boundary: {
|
|
600
|
+
type: ({
|
|
601
|
+
new (): HTMLElement;
|
|
602
|
+
prototype: HTMLElement;
|
|
603
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
604
|
+
default: string;
|
|
605
|
+
validator: (boundary: unknown) => boolean;
|
|
606
|
+
};
|
|
591
607
|
placement: {
|
|
592
608
|
type: StringConstructor;
|
|
593
609
|
default: string;
|
|
@@ -671,6 +687,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
671
687
|
hideOnClick: boolean;
|
|
672
688
|
placement: string;
|
|
673
689
|
sticky: string | boolean;
|
|
690
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
674
691
|
fallbackPlacements: unknown[];
|
|
675
692
|
tether: boolean;
|
|
676
693
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA
|
|
1
|
+
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IAtY4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAsY5B,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}
|
|
@@ -94,6 +94,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
94
94
|
type: ArrayConstructor;
|
|
95
95
|
default: () => string[];
|
|
96
96
|
};
|
|
97
|
+
boundary: {
|
|
98
|
+
type: ({
|
|
99
|
+
new (): HTMLElement;
|
|
100
|
+
prototype: HTMLElement;
|
|
101
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
102
|
+
default: string;
|
|
103
|
+
validator: (boundary: unknown) => boolean;
|
|
104
|
+
};
|
|
97
105
|
placement: {
|
|
98
106
|
type: StringConstructor;
|
|
99
107
|
default: string;
|
|
@@ -210,8 +218,8 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
210
218
|
options: {
|
|
211
219
|
altAxis: boolean;
|
|
212
220
|
tether: boolean;
|
|
221
|
+
boundary: string;
|
|
213
222
|
fallbackPlacements?: undefined;
|
|
214
|
-
boundary?: undefined;
|
|
215
223
|
};
|
|
216
224
|
enabled?: undefined;
|
|
217
225
|
})[];
|
|
@@ -271,6 +279,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
271
279
|
hideOnClick: boolean;
|
|
272
280
|
placement: string;
|
|
273
281
|
sticky: string | boolean;
|
|
282
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
274
283
|
fallbackPlacements: unknown[];
|
|
275
284
|
tether: boolean;
|
|
276
285
|
externalAnchor: string;
|
|
@@ -1075,6 +1084,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1075
1084
|
type: ArrayConstructor;
|
|
1076
1085
|
default: () => string[];
|
|
1077
1086
|
};
|
|
1087
|
+
boundary: {
|
|
1088
|
+
type: ({
|
|
1089
|
+
new (): HTMLElement;
|
|
1090
|
+
prototype: HTMLElement;
|
|
1091
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1092
|
+
default: string;
|
|
1093
|
+
validator: (boundary: unknown) => boolean;
|
|
1094
|
+
};
|
|
1078
1095
|
placement: {
|
|
1079
1096
|
type: StringConstructor;
|
|
1080
1097
|
default: string;
|
|
@@ -1198,8 +1215,8 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1198
1215
|
options: {
|
|
1199
1216
|
altAxis: boolean;
|
|
1200
1217
|
tether: boolean;
|
|
1218
|
+
boundary: string;
|
|
1201
1219
|
fallbackPlacements?: undefined;
|
|
1202
|
-
boundary?: undefined;
|
|
1203
1220
|
};
|
|
1204
1221
|
enabled?: undefined;
|
|
1205
1222
|
})[];
|
|
@@ -1250,6 +1267,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1250
1267
|
hideOnClick: boolean;
|
|
1251
1268
|
placement: string;
|
|
1252
1269
|
sticky: string | boolean;
|
|
1270
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1253
1271
|
fallbackPlacements: unknown[];
|
|
1254
1272
|
tether: boolean;
|
|
1255
1273
|
externalAnchor: string;
|
|
@@ -1358,6 +1376,14 @@ type __VLS_TemplateResult = {
|
|
|
1358
1376
|
type: ArrayConstructor;
|
|
1359
1377
|
default: () => string[];
|
|
1360
1378
|
};
|
|
1379
|
+
boundary: {
|
|
1380
|
+
type: ({
|
|
1381
|
+
new (): HTMLElement;
|
|
1382
|
+
prototype: HTMLElement;
|
|
1383
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1384
|
+
default: string;
|
|
1385
|
+
validator: (boundary: unknown) => boolean;
|
|
1386
|
+
};
|
|
1361
1387
|
placement: {
|
|
1362
1388
|
type: StringConstructor;
|
|
1363
1389
|
default: string;
|
|
@@ -1466,8 +1492,8 @@ type __VLS_TemplateResult = {
|
|
|
1466
1492
|
options: {
|
|
1467
1493
|
altAxis: boolean;
|
|
1468
1494
|
tether: boolean;
|
|
1495
|
+
boundary: string;
|
|
1469
1496
|
fallbackPlacements?: undefined;
|
|
1470
|
-
boundary?: undefined;
|
|
1471
1497
|
};
|
|
1472
1498
|
enabled?: undefined;
|
|
1473
1499
|
})[];
|
|
@@ -1527,6 +1553,7 @@ type __VLS_TemplateResult = {
|
|
|
1527
1553
|
hideOnClick: boolean;
|
|
1528
1554
|
placement: string;
|
|
1529
1555
|
sticky: string | boolean;
|
|
1556
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1530
1557
|
fallbackPlacements: unknown[];
|
|
1531
1558
|
tether: boolean;
|
|
1532
1559
|
externalAnchor: string;
|
|
@@ -2307,6 +2334,14 @@ type __VLS_TemplateResult = {
|
|
|
2307
2334
|
type: ArrayConstructor;
|
|
2308
2335
|
default: () => string[];
|
|
2309
2336
|
};
|
|
2337
|
+
boundary: {
|
|
2338
|
+
type: ({
|
|
2339
|
+
new (): HTMLElement;
|
|
2340
|
+
prototype: HTMLElement;
|
|
2341
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
2342
|
+
default: string;
|
|
2343
|
+
validator: (boundary: unknown) => boolean;
|
|
2344
|
+
};
|
|
2310
2345
|
placement: {
|
|
2311
2346
|
type: StringConstructor;
|
|
2312
2347
|
default: string;
|
|
@@ -2430,8 +2465,8 @@ type __VLS_TemplateResult = {
|
|
|
2430
2465
|
options: {
|
|
2431
2466
|
altAxis: boolean;
|
|
2432
2467
|
tether: boolean;
|
|
2468
|
+
boundary: string;
|
|
2433
2469
|
fallbackPlacements?: undefined;
|
|
2434
|
-
boundary?: undefined;
|
|
2435
2470
|
};
|
|
2436
2471
|
enabled?: undefined;
|
|
2437
2472
|
})[];
|
|
@@ -2482,6 +2517,7 @@ type __VLS_TemplateResult = {
|
|
|
2482
2517
|
hideOnClick: boolean;
|
|
2483
2518
|
placement: string;
|
|
2484
2519
|
sticky: string | boolean;
|
|
2520
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
2485
2521
|
fallbackPlacements: unknown[];
|
|
2486
2522
|
tether: boolean;
|
|
2487
2523
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBAiuBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAdjC
|
|
1
|
+
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBAiuBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAdjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA1ZA,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoN3B,GAlRC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkRD,GAlRC;;;;;;;;;;;;;;;;yEAkRD,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAoN3B,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAynBxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/LH,sCAGC;AAED,sCAMC"}
|
|
@@ -117,6 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
i18n: any;
|
|
118
118
|
}, {
|
|
119
119
|
modalListeners(): {
|
|
120
|
+
mousedown: (event: any) => void;
|
|
120
121
|
click: (event: any) => void;
|
|
121
122
|
keydown: (event: any) => void;
|
|
122
123
|
'after-enter': () => Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA
|
|
1
|
+
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+fA,IArYE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqYF,GA5ckB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4clB,GA5ckB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAodwF,gBAAgB"}
|
|
@@ -82,6 +82,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
type: ArrayConstructor;
|
|
83
83
|
default: () => string[];
|
|
84
84
|
};
|
|
85
|
+
boundary: {
|
|
86
|
+
type: ({
|
|
87
|
+
new (): HTMLElement;
|
|
88
|
+
prototype: HTMLElement;
|
|
89
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
90
|
+
default: string;
|
|
91
|
+
validator: (boundary: unknown) => boolean;
|
|
92
|
+
};
|
|
85
93
|
placement: {
|
|
86
94
|
type: StringConstructor;
|
|
87
95
|
default: string;
|
|
@@ -190,8 +198,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
198
|
options: {
|
|
191
199
|
altAxis: boolean;
|
|
192
200
|
tether: boolean;
|
|
201
|
+
boundary: string;
|
|
193
202
|
fallbackPlacements?: undefined;
|
|
194
|
-
boundary?: undefined;
|
|
195
203
|
};
|
|
196
204
|
enabled?: undefined;
|
|
197
205
|
})[];
|
|
@@ -316,6 +324,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
324
|
type: ArrayConstructor;
|
|
317
325
|
default: () => string[];
|
|
318
326
|
};
|
|
327
|
+
boundary: {
|
|
328
|
+
type: ({
|
|
329
|
+
new (): HTMLElement;
|
|
330
|
+
prototype: HTMLElement;
|
|
331
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
332
|
+
default: string;
|
|
333
|
+
validator: (boundary: unknown) => boolean;
|
|
334
|
+
};
|
|
319
335
|
placement: {
|
|
320
336
|
type: StringConstructor;
|
|
321
337
|
default: string;
|
|
@@ -399,6 +415,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
415
|
hideOnClick: boolean;
|
|
400
416
|
placement: string;
|
|
401
417
|
sticky: string | boolean;
|
|
418
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
402
419
|
fallbackPlacements: unknown[];
|
|
403
420
|
tether: boolean;
|
|
404
421
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA
|
|
1
|
+
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+mCA,IAhhCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAghCA,GA1kCG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0kCH,GA1kCG;;;;;;;;+BAolCyI,gBAAgB"}
|
|
@@ -15,6 +15,7 @@ export namespace POPOVER_HEADER_FOOTER_PADDING_CLASSES {
|
|
|
15
15
|
export { large_1 as large };
|
|
16
16
|
}
|
|
17
17
|
export const POPOVER_ROLES: string[];
|
|
18
|
+
export const POPOVER_BOUNDARY_VALUES: string[];
|
|
18
19
|
export const POPOVER_CONTENT_WIDTHS: string[];
|
|
19
20
|
export const POPOVER_INITIAL_FOCUS_STRINGS: string[];
|
|
20
21
|
export const POPOVER_APPEND_TO_VALUES: string[];
|
|
@@ -24,6 +25,7 @@ declare namespace _default {
|
|
|
24
25
|
export { POPOVER_PADDING_CLASSES };
|
|
25
26
|
export { POPOVER_HEADER_FOOTER_PADDING_CLASSES };
|
|
26
27
|
export { POPOVER_ROLES };
|
|
28
|
+
export { POPOVER_BOUNDARY_VALUES };
|
|
27
29
|
export { POPOVER_CONTENT_WIDTHS };
|
|
28
30
|
export { POPOVER_INITIAL_FOCUS_STRINGS };
|
|
29
31
|
export { POPOVER_APPEND_TO_VALUES };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover_constants.d.ts","sourceRoot":"","sources":["../../../components/popover/popover_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAcA,qCAA2E;AAC3E,8CAAqD;AACrD,qDAAyE;AACzE,gDAAmE;AACnE,yDAEE;AACF,0CAEE"}
|
|
1
|
+
{"version":3,"file":"popover_constants.d.ts","sourceRoot":"","sources":["../../../components/popover/popover_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAcA,qCAA2E;AAC3E,+CAAmF;AACnF,8CAAqD;AACrD,qDAAyE;AACzE,gDAAmE;AACnE,yDAEE;AACF,0CAEE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tippy_utils.d.ts","sourceRoot":"","sources":["../../../components/popover/tippy_utils.js"],"names":[],"mappings":"AAEA,6CAKE;AAEF,uDAAwE;AACjE,8HAQN;AAEM,uHAKN;AAEM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tippy_utils.d.ts","sourceRoot":"","sources":["../../../components/popover/tippy_utils.js"],"names":[],"mappings":"AAEA,6CAKE;AAEF,uDAAwE;AACjE,8HAQN;AAEM,uHAKN;AAEM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BN;AAUM,mDAQN;AAEM;;EAQN"}
|
|
@@ -587,6 +587,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
587
|
type: ArrayConstructor;
|
|
588
588
|
default: () => string[];
|
|
589
589
|
};
|
|
590
|
+
boundary: {
|
|
591
|
+
type: ({
|
|
592
|
+
new (): HTMLElement;
|
|
593
|
+
prototype: HTMLElement;
|
|
594
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
595
|
+
default: string;
|
|
596
|
+
validator: (boundary: unknown) => boolean;
|
|
597
|
+
};
|
|
590
598
|
placement: {
|
|
591
599
|
type: StringConstructor;
|
|
592
600
|
default: string;
|
|
@@ -695,8 +703,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
695
703
|
options: {
|
|
696
704
|
altAxis: boolean;
|
|
697
705
|
tether: boolean;
|
|
706
|
+
boundary: string;
|
|
698
707
|
fallbackPlacements?: undefined;
|
|
699
|
-
boundary?: undefined;
|
|
700
708
|
};
|
|
701
709
|
enabled?: undefined;
|
|
702
710
|
})[];
|
|
@@ -821,6 +829,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
821
829
|
type: ArrayConstructor;
|
|
822
830
|
default: () => string[];
|
|
823
831
|
};
|
|
832
|
+
boundary: {
|
|
833
|
+
type: ({
|
|
834
|
+
new (): HTMLElement;
|
|
835
|
+
prototype: HTMLElement;
|
|
836
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
837
|
+
default: string;
|
|
838
|
+
validator: (boundary: unknown) => boolean;
|
|
839
|
+
};
|
|
824
840
|
placement: {
|
|
825
841
|
type: StringConstructor;
|
|
826
842
|
default: string;
|
|
@@ -904,6 +920,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
904
920
|
hideOnClick: boolean;
|
|
905
921
|
placement: string;
|
|
906
922
|
sticky: string | boolean;
|
|
923
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
907
924
|
fallbackPlacements: unknown[];
|
|
908
925
|
tether: boolean;
|
|
909
926
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAmIE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVN,GA3DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2DD,GA3DC"}
|
|
@@ -969,6 +969,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
969
969
|
type: ArrayConstructor;
|
|
970
970
|
default: () => string[];
|
|
971
971
|
};
|
|
972
|
+
boundary: {
|
|
973
|
+
type: ({
|
|
974
|
+
new (): HTMLElement;
|
|
975
|
+
prototype: HTMLElement;
|
|
976
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
977
|
+
default: string;
|
|
978
|
+
validator: (boundary: unknown) => boolean;
|
|
979
|
+
};
|
|
972
980
|
placement: {
|
|
973
981
|
type: StringConstructor;
|
|
974
982
|
default: string;
|
|
@@ -1077,8 +1085,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1077
1085
|
options: {
|
|
1078
1086
|
altAxis: boolean;
|
|
1079
1087
|
tether: boolean;
|
|
1088
|
+
boundary: string;
|
|
1080
1089
|
fallbackPlacements?: undefined;
|
|
1081
|
-
boundary?: undefined;
|
|
1082
1090
|
};
|
|
1083
1091
|
enabled?: undefined;
|
|
1084
1092
|
})[];
|
|
@@ -1203,6 +1211,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1203
1211
|
type: ArrayConstructor;
|
|
1204
1212
|
default: () => string[];
|
|
1205
1213
|
};
|
|
1214
|
+
boundary: {
|
|
1215
|
+
type: ({
|
|
1216
|
+
new (): HTMLElement;
|
|
1217
|
+
prototype: HTMLElement;
|
|
1218
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1219
|
+
default: string;
|
|
1220
|
+
validator: (boundary: unknown) => boolean;
|
|
1221
|
+
};
|
|
1206
1222
|
placement: {
|
|
1207
1223
|
type: StringConstructor;
|
|
1208
1224
|
default: string;
|
|
@@ -1286,6 +1302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1286
1302
|
hideOnClick: boolean;
|
|
1287
1303
|
placement: string;
|
|
1288
1304
|
sticky: string | boolean;
|
|
1305
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1289
1306
|
fallbackPlacements: unknown[];
|
|
1290
1307
|
tether: boolean;
|
|
1291
1308
|
externalAnchor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsYA,GA9VE
|
|
1
|
+
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsYA,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA8VF,IA5QG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4QH,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8VF,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuW6D,gBAAgB"}
|
|
@@ -115,8 +115,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
115
|
options: {
|
|
116
116
|
altAxis: boolean;
|
|
117
117
|
tether: boolean;
|
|
118
|
+
boundary: string;
|
|
118
119
|
fallbackPlacements?: undefined;
|
|
119
|
-
boundary?: undefined;
|
|
120
120
|
};
|
|
121
121
|
enabled?: undefined;
|
|
122
122
|
})[];
|
|
@@ -165,8 +165,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
165
165
|
options: {
|
|
166
166
|
altAxis: boolean;
|
|
167
167
|
tether: boolean;
|
|
168
|
+
boundary: string;
|
|
168
169
|
fallbackPlacements?: undefined;
|
|
169
|
-
boundary?: undefined;
|
|
170
170
|
};
|
|
171
171
|
enabled?: undefined;
|
|
172
172
|
})[];
|