@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
|
@@ -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<{}, {}, {
|
|
@@ -391,7 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
391
|
type: {
|
|
392
392
|
new (): HTMLElement;
|
|
393
393
|
prototype: HTMLElement;
|
|
394
|
-
};
|
|
394
|
+
} | ObjectConstructor;
|
|
395
395
|
default: null;
|
|
396
396
|
};
|
|
397
397
|
id: {
|
|
@@ -452,10 +452,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
452
452
|
default: string;
|
|
453
453
|
};
|
|
454
454
|
initialFocusElement: {
|
|
455
|
-
type: (
|
|
455
|
+
type: ({
|
|
456
456
|
new (): HTMLElement;
|
|
457
457
|
prototype: HTMLElement;
|
|
458
|
-
})[];
|
|
458
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
459
459
|
default: string;
|
|
460
460
|
validator: (initialFocusElement: unknown) => any;
|
|
461
461
|
};
|
|
@@ -464,10 +464,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
464
464
|
default: boolean;
|
|
465
465
|
};
|
|
466
466
|
appendTo: {
|
|
467
|
-
type: (
|
|
467
|
+
type: ({
|
|
468
468
|
new (): HTMLElement;
|
|
469
469
|
prototype: HTMLElement;
|
|
470
|
-
})[];
|
|
470
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
471
471
|
default: string;
|
|
472
472
|
validator: (appendTo: unknown) => boolean;
|
|
473
473
|
};
|
|
@@ -625,7 +625,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
625
|
type: {
|
|
626
626
|
new (): HTMLElement;
|
|
627
627
|
prototype: HTMLElement;
|
|
628
|
-
};
|
|
628
|
+
} | ObjectConstructor;
|
|
629
629
|
default: null;
|
|
630
630
|
};
|
|
631
631
|
id: {
|
|
@@ -686,10 +686,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
686
686
|
default: string;
|
|
687
687
|
};
|
|
688
688
|
initialFocusElement: {
|
|
689
|
-
type: (
|
|
689
|
+
type: ({
|
|
690
690
|
new (): HTMLElement;
|
|
691
691
|
prototype: HTMLElement;
|
|
692
|
-
})[];
|
|
692
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
693
693
|
default: string;
|
|
694
694
|
validator: (initialFocusElement: unknown) => any;
|
|
695
695
|
};
|
|
@@ -698,10 +698,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
698
698
|
default: boolean;
|
|
699
699
|
};
|
|
700
700
|
appendTo: {
|
|
701
|
-
type: (
|
|
701
|
+
type: ({
|
|
702
702
|
new (): HTMLElement;
|
|
703
703
|
prototype: HTMLElement;
|
|
704
|
-
})[];
|
|
704
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
705
705
|
default: string;
|
|
706
706
|
validator: (appendTo: unknown) => boolean;
|
|
707
707
|
};
|
|
@@ -727,14 +727,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
727
727
|
elementType: string;
|
|
728
728
|
transition: string;
|
|
729
729
|
maxWidth: string;
|
|
730
|
-
appendTo: string | HTMLElement
|
|
730
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
731
731
|
hideOnClick: boolean;
|
|
732
732
|
placement: string;
|
|
733
733
|
sticky: string | boolean;
|
|
734
734
|
fallbackPlacements: unknown[];
|
|
735
735
|
tether: boolean;
|
|
736
736
|
externalAnchor: string;
|
|
737
|
-
externalAnchorElement:
|
|
737
|
+
externalAnchorElement: any;
|
|
738
738
|
showCloseButton: boolean;
|
|
739
739
|
openOnContext: boolean;
|
|
740
740
|
ariaLabelledby: string;
|
|
@@ -743,7 +743,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
743
743
|
contentAppear: boolean;
|
|
744
744
|
contentTabindex: number;
|
|
745
745
|
modal: boolean;
|
|
746
|
-
initialFocusElement: string | HTMLElement
|
|
746
|
+
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
747
747
|
openWithArrowKeys: boolean;
|
|
748
748
|
}, {}, {
|
|
749
749
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|