@dialpad/dialtone-vue 3.222.0 → 3.222.1
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 +5 -5
- 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/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/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +56 -56
- 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 +75 -74
- 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/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/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/package.json +1 -1
package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts
CHANGED
|
@@ -622,10 +622,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
622
|
validator: (sticky: unknown) => boolean;
|
|
623
623
|
};
|
|
624
624
|
appendTo: {
|
|
625
|
-
type: (
|
|
625
|
+
type: ({
|
|
626
626
|
new (): HTMLElement;
|
|
627
627
|
prototype: HTMLElement;
|
|
628
|
-
})[];
|
|
628
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
629
629
|
default: string;
|
|
630
630
|
validator: (appendTo: unknown) => boolean;
|
|
631
631
|
};
|
|
@@ -665,7 +665,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
665
665
|
type: {
|
|
666
666
|
new (): HTMLElement;
|
|
667
667
|
prototype: HTMLElement;
|
|
668
|
-
};
|
|
668
|
+
} | ObjectConstructor;
|
|
669
669
|
default: null;
|
|
670
670
|
};
|
|
671
671
|
}>, {}, {
|
|
@@ -797,10 +797,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
797
797
|
validator: (sticky: unknown) => boolean;
|
|
798
798
|
};
|
|
799
799
|
appendTo: {
|
|
800
|
-
type: (
|
|
800
|
+
type: ({
|
|
801
801
|
new (): HTMLElement;
|
|
802
802
|
prototype: HTMLElement;
|
|
803
|
-
})[];
|
|
803
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
804
804
|
default: string;
|
|
805
805
|
validator: (appendTo: unknown) => boolean;
|
|
806
806
|
};
|
|
@@ -840,7 +840,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
840
840
|
type: {
|
|
841
841
|
new (): HTMLElement;
|
|
842
842
|
prototype: HTMLElement;
|
|
843
|
-
};
|
|
843
|
+
} | ObjectConstructor;
|
|
844
844
|
default: null;
|
|
845
845
|
};
|
|
846
846
|
}>> & Readonly<{
|
|
@@ -854,7 +854,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
854
854
|
contentClass: string | unknown[] | Record<string, any>;
|
|
855
855
|
show: boolean;
|
|
856
856
|
transition: boolean;
|
|
857
|
-
appendTo: string | HTMLElement
|
|
857
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
858
858
|
delay: boolean;
|
|
859
859
|
placement: string;
|
|
860
860
|
sticky: string | boolean;
|
|
@@ -862,7 +862,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
862
862
|
fallbackPlacements: unknown[];
|
|
863
863
|
enabled: boolean;
|
|
864
864
|
externalAnchor: string;
|
|
865
|
-
externalAnchorElement:
|
|
865
|
+
externalAnchorElement: any;
|
|
866
866
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
867
867
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
868
868
|
DtDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -925,10 +925,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
925
925
|
default: string;
|
|
926
926
|
};
|
|
927
927
|
appendTo: {
|
|
928
|
-
type: (
|
|
928
|
+
type: ({
|
|
929
929
|
new (): HTMLElement;
|
|
930
930
|
prototype: HTMLElement;
|
|
931
|
-
})[];
|
|
931
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
932
932
|
default: string;
|
|
933
933
|
validator: (appendTo: unknown) => boolean;
|
|
934
934
|
};
|
|
@@ -1099,10 +1099,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1099
1099
|
default: string;
|
|
1100
1100
|
};
|
|
1101
1101
|
appendTo: {
|
|
1102
|
-
type: (
|
|
1102
|
+
type: ({
|
|
1103
1103
|
new (): HTMLElement;
|
|
1104
1104
|
prototype: HTMLElement;
|
|
1105
|
-
})[];
|
|
1105
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1106
1106
|
default: string;
|
|
1107
1107
|
validator: (appendTo: unknown) => boolean;
|
|
1108
1108
|
};
|
|
@@ -1128,7 +1128,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1128
1128
|
listId: string;
|
|
1129
1129
|
onBeginningOfList: Function;
|
|
1130
1130
|
onEndOfList: Function;
|
|
1131
|
-
appendTo: string | HTMLElement
|
|
1131
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1132
1132
|
placement: string;
|
|
1133
1133
|
fallbackPlacements: unknown[];
|
|
1134
1134
|
tether: boolean;
|
|
@@ -1198,7 +1198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1198
1198
|
type: {
|
|
1199
1199
|
new (): HTMLElement;
|
|
1200
1200
|
prototype: HTMLElement;
|
|
1201
|
-
};
|
|
1201
|
+
} | ObjectConstructor;
|
|
1202
1202
|
default: null;
|
|
1203
1203
|
};
|
|
1204
1204
|
id: {
|
|
@@ -1259,10 +1259,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1259
1259
|
default: string;
|
|
1260
1260
|
};
|
|
1261
1261
|
initialFocusElement: {
|
|
1262
|
-
type: (
|
|
1262
|
+
type: ({
|
|
1263
1263
|
new (): HTMLElement;
|
|
1264
1264
|
prototype: HTMLElement;
|
|
1265
|
-
})[];
|
|
1265
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1266
1266
|
default: string;
|
|
1267
1267
|
validator: (initialFocusElement: unknown) => any;
|
|
1268
1268
|
};
|
|
@@ -1271,10 +1271,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1271
1271
|
default: boolean;
|
|
1272
1272
|
};
|
|
1273
1273
|
appendTo: {
|
|
1274
|
-
type: (
|
|
1274
|
+
type: ({
|
|
1275
1275
|
new (): HTMLElement;
|
|
1276
1276
|
prototype: HTMLElement;
|
|
1277
|
-
})[];
|
|
1277
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1278
1278
|
default: string;
|
|
1279
1279
|
validator: (appendTo: unknown) => boolean;
|
|
1280
1280
|
};
|
|
@@ -1432,7 +1432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1432
1432
|
type: {
|
|
1433
1433
|
new (): HTMLElement;
|
|
1434
1434
|
prototype: HTMLElement;
|
|
1435
|
-
};
|
|
1435
|
+
} | ObjectConstructor;
|
|
1436
1436
|
default: null;
|
|
1437
1437
|
};
|
|
1438
1438
|
id: {
|
|
@@ -1493,10 +1493,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1493
1493
|
default: string;
|
|
1494
1494
|
};
|
|
1495
1495
|
initialFocusElement: {
|
|
1496
|
-
type: (
|
|
1496
|
+
type: ({
|
|
1497
1497
|
new (): HTMLElement;
|
|
1498
1498
|
prototype: HTMLElement;
|
|
1499
|
-
})[];
|
|
1499
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1500
1500
|
default: string;
|
|
1501
1501
|
validator: (initialFocusElement: unknown) => any;
|
|
1502
1502
|
};
|
|
@@ -1505,10 +1505,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1505
1505
|
default: boolean;
|
|
1506
1506
|
};
|
|
1507
1507
|
appendTo: {
|
|
1508
|
-
type: (
|
|
1508
|
+
type: ({
|
|
1509
1509
|
new (): HTMLElement;
|
|
1510
1510
|
prototype: HTMLElement;
|
|
1511
|
-
})[];
|
|
1511
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1512
1512
|
default: string;
|
|
1513
1513
|
validator: (appendTo: unknown) => boolean;
|
|
1514
1514
|
};
|
|
@@ -1534,14 +1534,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1534
1534
|
elementType: string;
|
|
1535
1535
|
transition: string;
|
|
1536
1536
|
maxWidth: string;
|
|
1537
|
-
appendTo: string | HTMLElement
|
|
1537
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1538
1538
|
hideOnClick: boolean;
|
|
1539
1539
|
placement: string;
|
|
1540
1540
|
sticky: string | boolean;
|
|
1541
1541
|
fallbackPlacements: unknown[];
|
|
1542
1542
|
tether: boolean;
|
|
1543
1543
|
externalAnchor: string;
|
|
1544
|
-
externalAnchorElement:
|
|
1544
|
+
externalAnchorElement: any;
|
|
1545
1545
|
showCloseButton: boolean;
|
|
1546
1546
|
openOnContext: boolean;
|
|
1547
1547
|
ariaLabelledby: string;
|
|
@@ -1550,7 +1550,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1550
1550
|
contentAppear: boolean;
|
|
1551
1551
|
contentTabindex: number;
|
|
1552
1552
|
modal: boolean;
|
|
1553
|
-
initialFocusElement: string | HTMLElement
|
|
1553
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1554
1554
|
openWithArrowKeys: boolean;
|
|
1555
1555
|
}, {}, {
|
|
1556
1556
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -659,10 +659,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
659
659
|
validator: (sticky: unknown) => boolean;
|
|
660
660
|
};
|
|
661
661
|
appendTo: {
|
|
662
|
-
type: (
|
|
662
|
+
type: ({
|
|
663
663
|
new (): HTMLElement;
|
|
664
664
|
prototype: HTMLElement;
|
|
665
|
-
})[];
|
|
665
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
666
666
|
default: string;
|
|
667
667
|
validator: (appendTo: unknown) => boolean;
|
|
668
668
|
};
|
|
@@ -702,7 +702,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
702
702
|
type: {
|
|
703
703
|
new (): HTMLElement;
|
|
704
704
|
prototype: HTMLElement;
|
|
705
|
-
};
|
|
705
|
+
} | ObjectConstructor;
|
|
706
706
|
default: null;
|
|
707
707
|
};
|
|
708
708
|
}>, {}, {
|
|
@@ -834,10 +834,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
834
834
|
validator: (sticky: unknown) => boolean;
|
|
835
835
|
};
|
|
836
836
|
appendTo: {
|
|
837
|
-
type: (
|
|
837
|
+
type: ({
|
|
838
838
|
new (): HTMLElement;
|
|
839
839
|
prototype: HTMLElement;
|
|
840
|
-
})[];
|
|
840
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
841
841
|
default: string;
|
|
842
842
|
validator: (appendTo: unknown) => boolean;
|
|
843
843
|
};
|
|
@@ -877,7 +877,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
877
877
|
type: {
|
|
878
878
|
new (): HTMLElement;
|
|
879
879
|
prototype: HTMLElement;
|
|
880
|
-
};
|
|
880
|
+
} | ObjectConstructor;
|
|
881
881
|
default: null;
|
|
882
882
|
};
|
|
883
883
|
}>> & Readonly<{
|
|
@@ -891,7 +891,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
891
891
|
contentClass: string | unknown[] | Record<string, any>;
|
|
892
892
|
show: boolean;
|
|
893
893
|
transition: boolean;
|
|
894
|
-
appendTo: string | HTMLElement
|
|
894
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
895
895
|
delay: boolean;
|
|
896
896
|
placement: string;
|
|
897
897
|
sticky: string | boolean;
|
|
@@ -899,7 +899,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
899
899
|
fallbackPlacements: unknown[];
|
|
900
900
|
enabled: boolean;
|
|
901
901
|
externalAnchor: string;
|
|
902
|
-
externalAnchorElement:
|
|
902
|
+
externalAnchorElement: any;
|
|
903
903
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
904
904
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
905
905
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -962,7 +962,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
962
962
|
type: {
|
|
963
963
|
new (): HTMLElement;
|
|
964
964
|
prototype: HTMLElement;
|
|
965
|
-
};
|
|
965
|
+
} | ObjectConstructor;
|
|
966
966
|
default: null;
|
|
967
967
|
};
|
|
968
968
|
id: {
|
|
@@ -1023,10 +1023,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1023
1023
|
default: string;
|
|
1024
1024
|
};
|
|
1025
1025
|
initialFocusElement: {
|
|
1026
|
-
type: (
|
|
1026
|
+
type: ({
|
|
1027
1027
|
new (): HTMLElement;
|
|
1028
1028
|
prototype: HTMLElement;
|
|
1029
|
-
})[];
|
|
1029
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1030
1030
|
default: string;
|
|
1031
1031
|
validator: (initialFocusElement: unknown) => any;
|
|
1032
1032
|
};
|
|
@@ -1035,10 +1035,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1035
1035
|
default: boolean;
|
|
1036
1036
|
};
|
|
1037
1037
|
appendTo: {
|
|
1038
|
-
type: (
|
|
1038
|
+
type: ({
|
|
1039
1039
|
new (): HTMLElement;
|
|
1040
1040
|
prototype: HTMLElement;
|
|
1041
|
-
})[];
|
|
1041
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1042
1042
|
default: string;
|
|
1043
1043
|
validator: (appendTo: unknown) => boolean;
|
|
1044
1044
|
};
|
|
@@ -1196,7 +1196,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1196
1196
|
type: {
|
|
1197
1197
|
new (): HTMLElement;
|
|
1198
1198
|
prototype: HTMLElement;
|
|
1199
|
-
};
|
|
1199
|
+
} | ObjectConstructor;
|
|
1200
1200
|
default: null;
|
|
1201
1201
|
};
|
|
1202
1202
|
id: {
|
|
@@ -1257,10 +1257,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1257
1257
|
default: string;
|
|
1258
1258
|
};
|
|
1259
1259
|
initialFocusElement: {
|
|
1260
|
-
type: (
|
|
1260
|
+
type: ({
|
|
1261
1261
|
new (): HTMLElement;
|
|
1262
1262
|
prototype: HTMLElement;
|
|
1263
|
-
})[];
|
|
1263
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1264
1264
|
default: string;
|
|
1265
1265
|
validator: (initialFocusElement: unknown) => any;
|
|
1266
1266
|
};
|
|
@@ -1269,10 +1269,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1269
1269
|
default: boolean;
|
|
1270
1270
|
};
|
|
1271
1271
|
appendTo: {
|
|
1272
|
-
type: (
|
|
1272
|
+
type: ({
|
|
1273
1273
|
new (): HTMLElement;
|
|
1274
1274
|
prototype: HTMLElement;
|
|
1275
|
-
})[];
|
|
1275
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1276
1276
|
default: string;
|
|
1277
1277
|
validator: (appendTo: unknown) => boolean;
|
|
1278
1278
|
};
|
|
@@ -1298,14 +1298,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1298
1298
|
elementType: string;
|
|
1299
1299
|
transition: string;
|
|
1300
1300
|
maxWidth: string;
|
|
1301
|
-
appendTo: string | HTMLElement
|
|
1301
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1302
1302
|
hideOnClick: boolean;
|
|
1303
1303
|
placement: string;
|
|
1304
1304
|
sticky: string | boolean;
|
|
1305
1305
|
fallbackPlacements: unknown[];
|
|
1306
1306
|
tether: boolean;
|
|
1307
1307
|
externalAnchor: string;
|
|
1308
|
-
externalAnchorElement:
|
|
1308
|
+
externalAnchorElement: any;
|
|
1309
1309
|
showCloseButton: boolean;
|
|
1310
1310
|
openOnContext: boolean;
|
|
1311
1311
|
ariaLabelledby: string;
|
|
@@ -1314,7 +1314,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1314
1314
|
contentAppear: boolean;
|
|
1315
1315
|
contentTabindex: number;
|
|
1316
1316
|
modal: boolean;
|
|
1317
|
-
initialFocusElement: string | HTMLElement
|
|
1317
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1318
1318
|
openWithArrowKeys: boolean;
|
|
1319
1319
|
}, {}, {
|
|
1320
1320
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -462,10 +462,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
462
462
|
default: string;
|
|
463
463
|
};
|
|
464
464
|
appendTo: {
|
|
465
|
-
type: (
|
|
465
|
+
type: ({
|
|
466
466
|
new (): HTMLElement;
|
|
467
467
|
prototype: HTMLElement;
|
|
468
|
-
})[];
|
|
468
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
469
469
|
default: string;
|
|
470
470
|
validator: (appendTo: unknown) => boolean;
|
|
471
471
|
};
|
|
@@ -636,10 +636,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
636
636
|
default: string;
|
|
637
637
|
};
|
|
638
638
|
appendTo: {
|
|
639
|
-
type: (
|
|
639
|
+
type: ({
|
|
640
640
|
new (): HTMLElement;
|
|
641
641
|
prototype: HTMLElement;
|
|
642
|
-
})[];
|
|
642
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
643
643
|
default: string;
|
|
644
644
|
validator: (appendTo: unknown) => boolean;
|
|
645
645
|
};
|
|
@@ -665,7 +665,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
665
665
|
listId: string;
|
|
666
666
|
onBeginningOfList: Function;
|
|
667
667
|
onEndOfList: Function;
|
|
668
|
-
appendTo: string | HTMLElement
|
|
668
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
669
669
|
placement: string;
|
|
670
670
|
fallbackPlacements: unknown[];
|
|
671
671
|
tether: boolean;
|
|
@@ -735,7 +735,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
735
735
|
type: {
|
|
736
736
|
new (): HTMLElement;
|
|
737
737
|
prototype: HTMLElement;
|
|
738
|
-
};
|
|
738
|
+
} | ObjectConstructor;
|
|
739
739
|
default: null;
|
|
740
740
|
};
|
|
741
741
|
id: {
|
|
@@ -796,10 +796,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
796
796
|
default: string;
|
|
797
797
|
};
|
|
798
798
|
initialFocusElement: {
|
|
799
|
-
type: (
|
|
799
|
+
type: ({
|
|
800
800
|
new (): HTMLElement;
|
|
801
801
|
prototype: HTMLElement;
|
|
802
|
-
})[];
|
|
802
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
803
803
|
default: string;
|
|
804
804
|
validator: (initialFocusElement: unknown) => any;
|
|
805
805
|
};
|
|
@@ -808,10 +808,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
808
808
|
default: boolean;
|
|
809
809
|
};
|
|
810
810
|
appendTo: {
|
|
811
|
-
type: (
|
|
811
|
+
type: ({
|
|
812
812
|
new (): HTMLElement;
|
|
813
813
|
prototype: HTMLElement;
|
|
814
|
-
})[];
|
|
814
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
815
815
|
default: string;
|
|
816
816
|
validator: (appendTo: unknown) => boolean;
|
|
817
817
|
};
|
|
@@ -969,7 +969,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
969
969
|
type: {
|
|
970
970
|
new (): HTMLElement;
|
|
971
971
|
prototype: HTMLElement;
|
|
972
|
-
};
|
|
972
|
+
} | ObjectConstructor;
|
|
973
973
|
default: null;
|
|
974
974
|
};
|
|
975
975
|
id: {
|
|
@@ -1030,10 +1030,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1030
1030
|
default: string;
|
|
1031
1031
|
};
|
|
1032
1032
|
initialFocusElement: {
|
|
1033
|
-
type: (
|
|
1033
|
+
type: ({
|
|
1034
1034
|
new (): HTMLElement;
|
|
1035
1035
|
prototype: HTMLElement;
|
|
1036
|
-
})[];
|
|
1036
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1037
1037
|
default: string;
|
|
1038
1038
|
validator: (initialFocusElement: unknown) => any;
|
|
1039
1039
|
};
|
|
@@ -1042,10 +1042,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1042
1042
|
default: boolean;
|
|
1043
1043
|
};
|
|
1044
1044
|
appendTo: {
|
|
1045
|
-
type: (
|
|
1045
|
+
type: ({
|
|
1046
1046
|
new (): HTMLElement;
|
|
1047
1047
|
prototype: HTMLElement;
|
|
1048
|
-
})[];
|
|
1048
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1049
1049
|
default: string;
|
|
1050
1050
|
validator: (appendTo: unknown) => boolean;
|
|
1051
1051
|
};
|
|
@@ -1071,14 +1071,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1071
1071
|
elementType: string;
|
|
1072
1072
|
transition: string;
|
|
1073
1073
|
maxWidth: string;
|
|
1074
|
-
appendTo: string | HTMLElement
|
|
1074
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1075
1075
|
hideOnClick: boolean;
|
|
1076
1076
|
placement: string;
|
|
1077
1077
|
sticky: string | boolean;
|
|
1078
1078
|
fallbackPlacements: unknown[];
|
|
1079
1079
|
tether: boolean;
|
|
1080
1080
|
externalAnchor: string;
|
|
1081
|
-
externalAnchorElement:
|
|
1081
|
+
externalAnchorElement: any;
|
|
1082
1082
|
showCloseButton: boolean;
|
|
1083
1083
|
openOnContext: boolean;
|
|
1084
1084
|
ariaLabelledby: string;
|
|
@@ -1087,7 +1087,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1087
1087
|
contentAppear: boolean;
|
|
1088
1088
|
contentTabindex: number;
|
|
1089
1089
|
modal: boolean;
|
|
1090
|
-
initialFocusElement: string | HTMLElement
|
|
1090
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1091
1091
|
openWithArrowKeys: boolean;
|
|
1092
1092
|
}, {}, {
|
|
1093
1093
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
@@ -391,10 +391,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
391
|
default: string;
|
|
392
392
|
};
|
|
393
393
|
appendTo: {
|
|
394
|
-
type: (
|
|
394
|
+
type: ({
|
|
395
395
|
new (): HTMLElement;
|
|
396
396
|
prototype: HTMLElement;
|
|
397
|
-
})[];
|
|
397
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
398
398
|
default: string;
|
|
399
399
|
validator: (appendTo: unknown) => boolean;
|
|
400
400
|
};
|
|
@@ -565,10 +565,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
565
565
|
default: string;
|
|
566
566
|
};
|
|
567
567
|
appendTo: {
|
|
568
|
-
type: (
|
|
568
|
+
type: ({
|
|
569
569
|
new (): HTMLElement;
|
|
570
570
|
prototype: HTMLElement;
|
|
571
|
-
})[];
|
|
571
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
572
572
|
default: string;
|
|
573
573
|
validator: (appendTo: unknown) => boolean;
|
|
574
574
|
};
|
|
@@ -594,7 +594,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
594
594
|
listId: string;
|
|
595
595
|
onBeginningOfList: Function;
|
|
596
596
|
onEndOfList: Function;
|
|
597
|
-
appendTo: string | HTMLElement
|
|
597
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
598
598
|
placement: string;
|
|
599
599
|
fallbackPlacements: unknown[];
|
|
600
600
|
tether: boolean;
|
|
@@ -664,7 +664,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
664
664
|
type: {
|
|
665
665
|
new (): HTMLElement;
|
|
666
666
|
prototype: HTMLElement;
|
|
667
|
-
};
|
|
667
|
+
} | ObjectConstructor;
|
|
668
668
|
default: null;
|
|
669
669
|
};
|
|
670
670
|
id: {
|
|
@@ -725,10 +725,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
725
725
|
default: string;
|
|
726
726
|
};
|
|
727
727
|
initialFocusElement: {
|
|
728
|
-
type: (
|
|
728
|
+
type: ({
|
|
729
729
|
new (): HTMLElement;
|
|
730
730
|
prototype: HTMLElement;
|
|
731
|
-
})[];
|
|
731
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
732
732
|
default: string;
|
|
733
733
|
validator: (initialFocusElement: unknown) => any;
|
|
734
734
|
};
|
|
@@ -737,10 +737,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
737
737
|
default: boolean;
|
|
738
738
|
};
|
|
739
739
|
appendTo: {
|
|
740
|
-
type: (
|
|
740
|
+
type: ({
|
|
741
741
|
new (): HTMLElement;
|
|
742
742
|
prototype: HTMLElement;
|
|
743
|
-
})[];
|
|
743
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
744
744
|
default: string;
|
|
745
745
|
validator: (appendTo: unknown) => boolean;
|
|
746
746
|
};
|
|
@@ -898,7 +898,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
898
898
|
type: {
|
|
899
899
|
new (): HTMLElement;
|
|
900
900
|
prototype: HTMLElement;
|
|
901
|
-
};
|
|
901
|
+
} | ObjectConstructor;
|
|
902
902
|
default: null;
|
|
903
903
|
};
|
|
904
904
|
id: {
|
|
@@ -959,10 +959,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
959
959
|
default: string;
|
|
960
960
|
};
|
|
961
961
|
initialFocusElement: {
|
|
962
|
-
type: (
|
|
962
|
+
type: ({
|
|
963
963
|
new (): HTMLElement;
|
|
964
964
|
prototype: HTMLElement;
|
|
965
|
-
})[];
|
|
965
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
966
966
|
default: string;
|
|
967
967
|
validator: (initialFocusElement: unknown) => any;
|
|
968
968
|
};
|
|
@@ -971,10 +971,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
971
971
|
default: boolean;
|
|
972
972
|
};
|
|
973
973
|
appendTo: {
|
|
974
|
-
type: (
|
|
974
|
+
type: ({
|
|
975
975
|
new (): HTMLElement;
|
|
976
976
|
prototype: HTMLElement;
|
|
977
|
-
})[];
|
|
977
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
978
978
|
default: string;
|
|
979
979
|
validator: (appendTo: unknown) => boolean;
|
|
980
980
|
};
|
|
@@ -1000,14 +1000,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1000
1000
|
elementType: string;
|
|
1001
1001
|
transition: string;
|
|
1002
1002
|
maxWidth: string;
|
|
1003
|
-
appendTo: string | HTMLElement
|
|
1003
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
1004
1004
|
hideOnClick: boolean;
|
|
1005
1005
|
placement: string;
|
|
1006
1006
|
sticky: string | boolean;
|
|
1007
1007
|
fallbackPlacements: unknown[];
|
|
1008
1008
|
tether: boolean;
|
|
1009
1009
|
externalAnchor: string;
|
|
1010
|
-
externalAnchorElement:
|
|
1010
|
+
externalAnchorElement: any;
|
|
1011
1011
|
showCloseButton: boolean;
|
|
1012
1012
|
openOnContext: boolean;
|
|
1013
1013
|
ariaLabelledby: string;
|
|
@@ -1016,7 +1016,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1016
1016
|
contentAppear: boolean;
|
|
1017
1017
|
contentTabindex: number;
|
|
1018
1018
|
modal: boolean;
|
|
1019
|
-
initialFocusElement: string | HTMLElement
|
|
1019
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1020
1020
|
openWithArrowKeys: boolean;
|
|
1021
1021
|
}, {}, {
|
|
1022
1022
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|