@dialpad/dialtone-vue 3.222.0 → 3.222.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/constants/index.cjs +1 -1
- package/dist/common/constants/index.cjs.map +1 -1
- package/dist/common/constants/index.d.ts +4 -0
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +10 -10
- package/dist/common/constants/index.js.map +1 -1
- package/dist/component-documentation.json +1 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +18 -18
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +18 -18
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts +22 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +22 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/components/hovercard/hovercard.vue.d.ts +32 -32
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/components/input/input.vue.d.ts +11 -0
- package/dist/components/input/input.vue.d.ts.map +1 -1
- package/dist/components/modal/modal.vue.d.ts +6 -5
- package/dist/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/components/popover/popover.vue.d.ts +13 -13
- package/dist/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/components/resizable/composables/useResizableGroup.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +24 -13
- package/dist/components/split_button/split_button.vue.d.ts +18 -18
- package/dist/components/tooltip/tooltip.vue.d.ts +8 -8
- package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +149 -149
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.js +49 -48
- package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.js +43 -42
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/dropdown/dropdown.cjs +1 -1
- package/dist/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown.js +33 -33
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.js +1 -1
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +28 -27
- package/dist/lib/hovercard/hovercard.js.map +1 -1
- package/dist/lib/input/input.cjs +1 -1
- package/dist/lib/input/input.cjs.map +1 -1
- package/dist/lib/input/input.js +6 -6
- package/dist/lib/input/input.js.map +1 -1
- package/dist/lib/message-input/index.cjs +1 -1
- package/dist/lib/message-input/index.js +1 -1
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.js +1 -1
- package/dist/lib/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +61 -58
- package/dist/lib/modal/modal.js.map +1 -1
- package/dist/lib/popover/popover.cjs +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +76 -75
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/resizable/index.cjs +1 -1
- package/dist/lib/resizable/index.js +1 -1
- package/dist/lib/resizable/resizable.cjs +1 -1
- package/dist/lib/resizable/resizable.js +1 -1
- package/dist/lib/rich-text-editor/index.cjs +1 -1
- package/dist/lib/rich-text-editor/index.js +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/lib/tooltip/tooltip.cjs +2 -2
- package/dist/lib/tooltip/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip.js +30 -29
- package/dist/lib/tooltip/tooltip.js.map +1 -1
- package/dist/{message_input-B47LB7C8.js → message_input-B2fppje7.js} +2 -2
- package/dist/{message_input-B47LB7C8.js.map → message_input-B2fppje7.js.map} +1 -1
- package/dist/{message_input-BCIq_1AD.cjs → message_input-DmLi63dh.cjs} +2 -2
- package/dist/{message_input-BCIq_1AD.cjs.map → message_input-DmLi63dh.cjs.map} +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +8 -8
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +26 -26
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +21 -21
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +18 -18
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +18 -18
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +13 -13
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +63 -52
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +8 -8
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +94 -50
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +8 -8
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +32 -21
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +8 -8
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +8 -8
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +8 -8
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +8 -8
- package/dist/{resizable-aOVGO_Os.cjs → resizable-BOCf9EIc.cjs} +2 -2
- package/dist/{resizable-aOVGO_Os.cjs.map → resizable-BOCf9EIc.cjs.map} +1 -1
- package/dist/{resizable-D4-peBOl.js → resizable-CPaF9dgG.js} +7 -3
- package/dist/{resizable-D4-peBOl.js.map → resizable-CPaF9dgG.js.map} +1 -1
- package/dist/{rich_text_editor-CNFb6tIx.js → rich_text_editor-BhUKyR0E.js} +2 -2
- package/dist/{rich_text_editor-CNFb6tIx.js.map → rich_text_editor-BhUKyR0E.js.map} +1 -1
- package/dist/{rich_text_editor-DRytK1_9.cjs → rich_text_editor-wvONcbYd.cjs} +2 -2
- package/dist/{rich_text_editor-DRytK1_9.cjs.map → rich_text_editor-wvONcbYd.cjs.map} +1 -1
- package/package.json +3 -3
|
@@ -768,6 +768,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
768
768
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
769
769
|
isComposing: boolean;
|
|
770
770
|
justEndedComposition: boolean;
|
|
771
|
+
labelSizeClasses: {
|
|
772
|
+
xs: string;
|
|
773
|
+
sm: string;
|
|
774
|
+
md: string;
|
|
775
|
+
lg: string;
|
|
776
|
+
xl: string;
|
|
777
|
+
};
|
|
778
|
+
descriptionSizeClasses: {
|
|
779
|
+
lg: string;
|
|
780
|
+
xl: string;
|
|
781
|
+
};
|
|
771
782
|
}, {
|
|
772
783
|
isTextarea(): boolean;
|
|
773
784
|
isDefaultSize(): boolean;
|
|
@@ -999,6 +1010,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
999
1010
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1000
1011
|
isComposing: boolean;
|
|
1001
1012
|
justEndedComposition: boolean;
|
|
1013
|
+
labelSizeClasses: {
|
|
1014
|
+
xs: string;
|
|
1015
|
+
sm: string;
|
|
1016
|
+
md: string;
|
|
1017
|
+
lg: string;
|
|
1018
|
+
xl: string;
|
|
1019
|
+
};
|
|
1020
|
+
descriptionSizeClasses: {
|
|
1021
|
+
lg: string;
|
|
1022
|
+
xl: string;
|
|
1023
|
+
};
|
|
1002
1024
|
}, {
|
|
1003
1025
|
formattedMessages(): any;
|
|
1004
1026
|
} & {
|
|
@@ -1208,6 +1230,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1208
1230
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1209
1231
|
isComposing: boolean;
|
|
1210
1232
|
justEndedComposition: boolean;
|
|
1233
|
+
labelSizeClasses: {
|
|
1234
|
+
xs: string;
|
|
1235
|
+
sm: string;
|
|
1236
|
+
md: string;
|
|
1237
|
+
lg: string;
|
|
1238
|
+
xl: string;
|
|
1239
|
+
};
|
|
1240
|
+
descriptionSizeClasses: {
|
|
1241
|
+
lg: string;
|
|
1242
|
+
xl: string;
|
|
1243
|
+
};
|
|
1211
1244
|
}, {
|
|
1212
1245
|
isTextarea(): boolean;
|
|
1213
1246
|
isDefaultSize(): boolean;
|
|
@@ -1477,7 +1510,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1477
1510
|
type: {
|
|
1478
1511
|
new (): HTMLElement;
|
|
1479
1512
|
prototype: HTMLElement;
|
|
1480
|
-
};
|
|
1513
|
+
} | ObjectConstructor;
|
|
1481
1514
|
default: null;
|
|
1482
1515
|
};
|
|
1483
1516
|
id: {
|
|
@@ -1538,10 +1571,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1538
1571
|
default: string;
|
|
1539
1572
|
};
|
|
1540
1573
|
initialFocusElement: {
|
|
1541
|
-
type: (
|
|
1574
|
+
type: ({
|
|
1542
1575
|
new (): HTMLElement;
|
|
1543
1576
|
prototype: HTMLElement;
|
|
1544
|
-
})[];
|
|
1577
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1545
1578
|
default: string;
|
|
1546
1579
|
validator: (initialFocusElement: unknown) => any;
|
|
1547
1580
|
};
|
|
@@ -1550,10 +1583,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1550
1583
|
default: boolean;
|
|
1551
1584
|
};
|
|
1552
1585
|
appendTo: {
|
|
1553
|
-
type: (
|
|
1586
|
+
type: ({
|
|
1554
1587
|
new (): HTMLElement;
|
|
1555
1588
|
prototype: HTMLElement;
|
|
1556
|
-
})[];
|
|
1589
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1557
1590
|
default: string;
|
|
1558
1591
|
validator: (appendTo: unknown) => boolean;
|
|
1559
1592
|
};
|
|
@@ -1711,7 +1744,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1711
1744
|
type: {
|
|
1712
1745
|
new (): HTMLElement;
|
|
1713
1746
|
prototype: HTMLElement;
|
|
1714
|
-
};
|
|
1747
|
+
} | ObjectConstructor;
|
|
1715
1748
|
default: null;
|
|
1716
1749
|
};
|
|
1717
1750
|
id: {
|
|
@@ -1772,10 +1805,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1772
1805
|
default: string;
|
|
1773
1806
|
};
|
|
1774
1807
|
initialFocusElement: {
|
|
1775
|
-
type: (
|
|
1808
|
+
type: ({
|
|
1776
1809
|
new (): HTMLElement;
|
|
1777
1810
|
prototype: HTMLElement;
|
|
1778
|
-
})[];
|
|
1811
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1779
1812
|
default: string;
|
|
1780
1813
|
validator: (initialFocusElement: unknown) => any;
|
|
1781
1814
|
};
|
|
@@ -1784,10 +1817,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1784
1817
|
default: boolean;
|
|
1785
1818
|
};
|
|
1786
1819
|
appendTo: {
|
|
1787
|
-
type: (
|
|
1820
|
+
type: ({
|
|
1788
1821
|
new (): HTMLElement;
|
|
1789
1822
|
prototype: HTMLElement;
|
|
1790
|
-
})[];
|
|
1823
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1791
1824
|
default: string;
|
|
1792
1825
|
validator: (appendTo: unknown) => boolean;
|
|
1793
1826
|
};
|
|
@@ -1813,14 +1846,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1813
1846
|
elementType: string;
|
|
1814
1847
|
transition: string;
|
|
1815
1848
|
maxWidth: string;
|
|
1816
|
-
appendTo: string | HTMLElement
|
|
1849
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1817
1850
|
hideOnClick: boolean;
|
|
1818
1851
|
placement: string;
|
|
1819
1852
|
sticky: string | boolean;
|
|
1820
1853
|
fallbackPlacements: unknown[];
|
|
1821
1854
|
tether: boolean;
|
|
1822
1855
|
externalAnchor: string;
|
|
1823
|
-
externalAnchorElement:
|
|
1856
|
+
externalAnchorElement: any;
|
|
1824
1857
|
showCloseButton: boolean;
|
|
1825
1858
|
openOnContext: boolean;
|
|
1826
1859
|
ariaLabelledby: string;
|
|
@@ -1829,7 +1862,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1829
1862
|
contentAppear: boolean;
|
|
1830
1863
|
contentTabindex: number;
|
|
1831
1864
|
modal: boolean;
|
|
1832
|
-
initialFocusElement: string | HTMLElement
|
|
1865
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1833
1866
|
openWithArrowKeys: boolean;
|
|
1834
1867
|
}, {}, {
|
|
1835
1868
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -3270,10 +3303,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3270
3303
|
validator: (sticky: unknown) => boolean;
|
|
3271
3304
|
};
|
|
3272
3305
|
appendTo: {
|
|
3273
|
-
type: (
|
|
3306
|
+
type: ({
|
|
3274
3307
|
new (): HTMLElement;
|
|
3275
3308
|
prototype: HTMLElement;
|
|
3276
|
-
})[];
|
|
3309
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
3277
3310
|
default: string;
|
|
3278
3311
|
validator: (appendTo: unknown) => boolean;
|
|
3279
3312
|
};
|
|
@@ -3313,7 +3346,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3313
3346
|
type: {
|
|
3314
3347
|
new (): HTMLElement;
|
|
3315
3348
|
prototype: HTMLElement;
|
|
3316
|
-
};
|
|
3349
|
+
} | ObjectConstructor;
|
|
3317
3350
|
default: null;
|
|
3318
3351
|
};
|
|
3319
3352
|
}>, {}, {
|
|
@@ -3445,10 +3478,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3445
3478
|
validator: (sticky: unknown) => boolean;
|
|
3446
3479
|
};
|
|
3447
3480
|
appendTo: {
|
|
3448
|
-
type: (
|
|
3481
|
+
type: ({
|
|
3449
3482
|
new (): HTMLElement;
|
|
3450
3483
|
prototype: HTMLElement;
|
|
3451
|
-
})[];
|
|
3484
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
3452
3485
|
default: string;
|
|
3453
3486
|
validator: (appendTo: unknown) => boolean;
|
|
3454
3487
|
};
|
|
@@ -3488,7 +3521,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3488
3521
|
type: {
|
|
3489
3522
|
new (): HTMLElement;
|
|
3490
3523
|
prototype: HTMLElement;
|
|
3491
|
-
};
|
|
3524
|
+
} | ObjectConstructor;
|
|
3492
3525
|
default: null;
|
|
3493
3526
|
};
|
|
3494
3527
|
}>> & Readonly<{
|
|
@@ -3502,7 +3535,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3502
3535
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3503
3536
|
show: boolean;
|
|
3504
3537
|
transition: boolean;
|
|
3505
|
-
appendTo: string | HTMLElement
|
|
3538
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
3506
3539
|
delay: boolean;
|
|
3507
3540
|
placement: string;
|
|
3508
3541
|
sticky: string | boolean;
|
|
@@ -3510,7 +3543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3510
3543
|
fallbackPlacements: unknown[];
|
|
3511
3544
|
enabled: boolean;
|
|
3512
3545
|
externalAnchor: string;
|
|
3513
|
-
externalAnchorElement:
|
|
3546
|
+
externalAnchorElement: any;
|
|
3514
3547
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3515
3548
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3516
3549
|
direction: {
|
|
@@ -4211,7 +4244,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4211
4244
|
type: {
|
|
4212
4245
|
new (): HTMLElement;
|
|
4213
4246
|
prototype: HTMLElement;
|
|
4214
|
-
};
|
|
4247
|
+
} | ObjectConstructor;
|
|
4215
4248
|
default: null;
|
|
4216
4249
|
};
|
|
4217
4250
|
id: {
|
|
@@ -4272,10 +4305,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4272
4305
|
default: string;
|
|
4273
4306
|
};
|
|
4274
4307
|
initialFocusElement: {
|
|
4275
|
-
type: (
|
|
4308
|
+
type: ({
|
|
4276
4309
|
new (): HTMLElement;
|
|
4277
4310
|
prototype: HTMLElement;
|
|
4278
|
-
})[];
|
|
4311
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4279
4312
|
default: string;
|
|
4280
4313
|
validator: (initialFocusElement: unknown) => any;
|
|
4281
4314
|
};
|
|
@@ -4284,10 +4317,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4284
4317
|
default: boolean;
|
|
4285
4318
|
};
|
|
4286
4319
|
appendTo: {
|
|
4287
|
-
type: (
|
|
4320
|
+
type: ({
|
|
4288
4321
|
new (): HTMLElement;
|
|
4289
4322
|
prototype: HTMLElement;
|
|
4290
|
-
})[];
|
|
4323
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4291
4324
|
default: string;
|
|
4292
4325
|
validator: (appendTo: unknown) => boolean;
|
|
4293
4326
|
};
|
|
@@ -4445,7 +4478,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4445
4478
|
type: {
|
|
4446
4479
|
new (): HTMLElement;
|
|
4447
4480
|
prototype: HTMLElement;
|
|
4448
|
-
};
|
|
4481
|
+
} | ObjectConstructor;
|
|
4449
4482
|
default: null;
|
|
4450
4483
|
};
|
|
4451
4484
|
id: {
|
|
@@ -4506,10 +4539,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4506
4539
|
default: string;
|
|
4507
4540
|
};
|
|
4508
4541
|
initialFocusElement: {
|
|
4509
|
-
type: (
|
|
4542
|
+
type: ({
|
|
4510
4543
|
new (): HTMLElement;
|
|
4511
4544
|
prototype: HTMLElement;
|
|
4512
|
-
})[];
|
|
4545
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4513
4546
|
default: string;
|
|
4514
4547
|
validator: (initialFocusElement: unknown) => any;
|
|
4515
4548
|
};
|
|
@@ -4518,10 +4551,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4518
4551
|
default: boolean;
|
|
4519
4552
|
};
|
|
4520
4553
|
appendTo: {
|
|
4521
|
-
type: (
|
|
4554
|
+
type: ({
|
|
4522
4555
|
new (): HTMLElement;
|
|
4523
4556
|
prototype: HTMLElement;
|
|
4524
|
-
})[];
|
|
4557
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
4525
4558
|
default: string;
|
|
4526
4559
|
validator: (appendTo: unknown) => boolean;
|
|
4527
4560
|
};
|
|
@@ -4547,14 +4580,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4547
4580
|
elementType: string;
|
|
4548
4581
|
transition: string;
|
|
4549
4582
|
maxWidth: string;
|
|
4550
|
-
appendTo: string | HTMLElement
|
|
4583
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
4551
4584
|
hideOnClick: boolean;
|
|
4552
4585
|
placement: string;
|
|
4553
4586
|
sticky: string | boolean;
|
|
4554
4587
|
fallbackPlacements: unknown[];
|
|
4555
4588
|
tether: boolean;
|
|
4556
4589
|
externalAnchor: string;
|
|
4557
|
-
externalAnchorElement:
|
|
4590
|
+
externalAnchorElement: any;
|
|
4558
4591
|
showCloseButton: boolean;
|
|
4559
4592
|
openOnContext: boolean;
|
|
4560
4593
|
ariaLabelledby: string;
|
|
@@ -4563,7 +4596,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4563
4596
|
contentAppear: boolean;
|
|
4564
4597
|
contentTabindex: number;
|
|
4565
4598
|
modal: boolean;
|
|
4566
|
-
initialFocusElement: string | HTMLElement
|
|
4599
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
4567
4600
|
openWithArrowKeys: boolean;
|
|
4568
4601
|
}, {}, {
|
|
4569
4602
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -5322,6 +5355,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5322
5355
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
5323
5356
|
isComposing: boolean;
|
|
5324
5357
|
justEndedComposition: boolean;
|
|
5358
|
+
labelSizeClasses: {
|
|
5359
|
+
xs: string;
|
|
5360
|
+
sm: string;
|
|
5361
|
+
md: string;
|
|
5362
|
+
lg: string;
|
|
5363
|
+
xl: string;
|
|
5364
|
+
};
|
|
5365
|
+
descriptionSizeClasses: {
|
|
5366
|
+
lg: string;
|
|
5367
|
+
xl: string;
|
|
5368
|
+
};
|
|
5325
5369
|
}, {
|
|
5326
5370
|
isTextarea(): boolean;
|
|
5327
5371
|
isDefaultSize(): boolean;
|
|
@@ -6245,10 +6289,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6245
6289
|
validator: (sticky: unknown) => boolean;
|
|
6246
6290
|
};
|
|
6247
6291
|
appendTo: {
|
|
6248
|
-
type: (
|
|
6292
|
+
type: ({
|
|
6249
6293
|
new (): HTMLElement;
|
|
6250
6294
|
prototype: HTMLElement;
|
|
6251
|
-
})[];
|
|
6295
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
6252
6296
|
default: string;
|
|
6253
6297
|
validator: (appendTo: unknown) => boolean;
|
|
6254
6298
|
};
|
|
@@ -6288,7 +6332,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6288
6332
|
type: {
|
|
6289
6333
|
new (): HTMLElement;
|
|
6290
6334
|
prototype: HTMLElement;
|
|
6291
|
-
};
|
|
6335
|
+
} | ObjectConstructor;
|
|
6292
6336
|
default: null;
|
|
6293
6337
|
};
|
|
6294
6338
|
}>, {}, {
|
|
@@ -6420,10 +6464,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6420
6464
|
validator: (sticky: unknown) => boolean;
|
|
6421
6465
|
};
|
|
6422
6466
|
appendTo: {
|
|
6423
|
-
type: (
|
|
6467
|
+
type: ({
|
|
6424
6468
|
new (): HTMLElement;
|
|
6425
6469
|
prototype: HTMLElement;
|
|
6426
|
-
})[];
|
|
6470
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
6427
6471
|
default: string;
|
|
6428
6472
|
validator: (appendTo: unknown) => boolean;
|
|
6429
6473
|
};
|
|
@@ -6463,7 +6507,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6463
6507
|
type: {
|
|
6464
6508
|
new (): HTMLElement;
|
|
6465
6509
|
prototype: HTMLElement;
|
|
6466
|
-
};
|
|
6510
|
+
} | ObjectConstructor;
|
|
6467
6511
|
default: null;
|
|
6468
6512
|
};
|
|
6469
6513
|
}>> & Readonly<{
|
|
@@ -6477,7 +6521,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6477
6521
|
contentClass: string | unknown[] | Record<string, any>;
|
|
6478
6522
|
show: boolean;
|
|
6479
6523
|
transition: boolean;
|
|
6480
|
-
appendTo: string | HTMLElement
|
|
6524
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
6481
6525
|
delay: boolean;
|
|
6482
6526
|
placement: string;
|
|
6483
6527
|
sticky: string | boolean;
|
|
@@ -6485,7 +6529,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6485
6529
|
fallbackPlacements: unknown[];
|
|
6486
6530
|
enabled: boolean;
|
|
6487
6531
|
externalAnchor: string;
|
|
6488
|
-
externalAnchorElement:
|
|
6532
|
+
externalAnchorElement: any;
|
|
6489
6533
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6490
6534
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6491
6535
|
direction: {
|
|
@@ -7106,10 +7150,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7106
7150
|
validator: (sticky: unknown) => boolean;
|
|
7107
7151
|
};
|
|
7108
7152
|
appendTo: {
|
|
7109
|
-
type: (
|
|
7153
|
+
type: ({
|
|
7110
7154
|
new (): HTMLElement;
|
|
7111
7155
|
prototype: HTMLElement;
|
|
7112
|
-
})[];
|
|
7156
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7113
7157
|
default: string;
|
|
7114
7158
|
validator: (appendTo: unknown) => boolean;
|
|
7115
7159
|
};
|
|
@@ -7149,7 +7193,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7149
7193
|
type: {
|
|
7150
7194
|
new (): HTMLElement;
|
|
7151
7195
|
prototype: HTMLElement;
|
|
7152
|
-
};
|
|
7196
|
+
} | ObjectConstructor;
|
|
7153
7197
|
default: null;
|
|
7154
7198
|
};
|
|
7155
7199
|
}>, {}, {
|
|
@@ -7281,10 +7325,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7281
7325
|
validator: (sticky: unknown) => boolean;
|
|
7282
7326
|
};
|
|
7283
7327
|
appendTo: {
|
|
7284
|
-
type: (
|
|
7328
|
+
type: ({
|
|
7285
7329
|
new (): HTMLElement;
|
|
7286
7330
|
prototype: HTMLElement;
|
|
7287
|
-
})[];
|
|
7331
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
7288
7332
|
default: string;
|
|
7289
7333
|
validator: (appendTo: unknown) => boolean;
|
|
7290
7334
|
};
|
|
@@ -7324,7 +7368,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7324
7368
|
type: {
|
|
7325
7369
|
new (): HTMLElement;
|
|
7326
7370
|
prototype: HTMLElement;
|
|
7327
|
-
};
|
|
7371
|
+
} | ObjectConstructor;
|
|
7328
7372
|
default: null;
|
|
7329
7373
|
};
|
|
7330
7374
|
}>> & Readonly<{
|
|
@@ -7338,7 +7382,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7338
7382
|
contentClass: string | unknown[] | Record<string, any>;
|
|
7339
7383
|
show: boolean;
|
|
7340
7384
|
transition: boolean;
|
|
7341
|
-
appendTo: string | HTMLElement
|
|
7385
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
7342
7386
|
delay: boolean;
|
|
7343
7387
|
placement: string;
|
|
7344
7388
|
sticky: string | boolean;
|
|
@@ -7346,7 +7390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7346
7390
|
fallbackPlacements: unknown[];
|
|
7347
7391
|
enabled: boolean;
|
|
7348
7392
|
externalAnchor: string;
|
|
7349
|
-
externalAnchorElement:
|
|
7393
|
+
externalAnchorElement: any;
|
|
7350
7394
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7351
7395
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7352
7396
|
direction: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAihCA,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA6+BP,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6+BP,GA7+BO;;;;;;;4BAk/BqB,qBAAqB;sCACwB,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -344,10 +344,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
344
|
validator: (sticky: unknown) => boolean;
|
|
345
345
|
};
|
|
346
346
|
appendTo: {
|
|
347
|
-
type: (
|
|
347
|
+
type: ({
|
|
348
348
|
new (): HTMLElement;
|
|
349
349
|
prototype: HTMLElement;
|
|
350
|
-
})[];
|
|
350
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
351
351
|
default: string;
|
|
352
352
|
validator: (appendTo: unknown) => boolean;
|
|
353
353
|
};
|
|
@@ -387,7 +387,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
387
387
|
type: {
|
|
388
388
|
new (): HTMLElement;
|
|
389
389
|
prototype: HTMLElement;
|
|
390
|
-
};
|
|
390
|
+
} | ObjectConstructor;
|
|
391
391
|
default: null;
|
|
392
392
|
};
|
|
393
393
|
}>, {}, {
|
|
@@ -519,10 +519,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
519
|
validator: (sticky: unknown) => boolean;
|
|
520
520
|
};
|
|
521
521
|
appendTo: {
|
|
522
|
-
type: (
|
|
522
|
+
type: ({
|
|
523
523
|
new (): HTMLElement;
|
|
524
524
|
prototype: HTMLElement;
|
|
525
|
-
})[];
|
|
525
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
526
526
|
default: string;
|
|
527
527
|
validator: (appendTo: unknown) => boolean;
|
|
528
528
|
};
|
|
@@ -562,7 +562,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
562
|
type: {
|
|
563
563
|
new (): HTMLElement;
|
|
564
564
|
prototype: HTMLElement;
|
|
565
|
-
};
|
|
565
|
+
} | ObjectConstructor;
|
|
566
566
|
default: null;
|
|
567
567
|
};
|
|
568
568
|
}>> & Readonly<{
|
|
@@ -576,7 +576,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
576
576
|
contentClass: string | unknown[] | Record<string, any>;
|
|
577
577
|
show: boolean;
|
|
578
578
|
transition: boolean;
|
|
579
|
-
appendTo: string | HTMLElement
|
|
579
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
580
580
|
delay: boolean;
|
|
581
581
|
placement: string;
|
|
582
582
|
sticky: string | boolean;
|
|
@@ -584,7 +584,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
584
584
|
fallbackPlacements: unknown[];
|
|
585
585
|
enabled: boolean;
|
|
586
586
|
externalAnchor: string;
|
|
587
|
-
externalAnchorElement:
|
|
587
|
+
externalAnchorElement: any;
|
|
588
588
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
589
589
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
590
590
|
direction: {
|