@vonage/vivid 5.12.0 → 5.14.0
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/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
package/lib/popover/popover.d.ts
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Placement } from '@floating-ui/dom';
|
|
2
2
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
3
|
export type PopoverLayout = 'default' | 'condensed';
|
|
4
4
|
declare const Popover_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
6
|
-
|
|
6
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
7
7
|
connectedCallback(): void;
|
|
8
|
-
_vividAriaBehaviour: import(
|
|
9
|
-
readonly $fastController: import(
|
|
10
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
8
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
9
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
10
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
13
13
|
accessKey: string;
|
|
14
14
|
readonly accessKeyLabel: string;
|
|
15
15
|
autocapitalize: string;
|
|
16
|
+
autocorrect: boolean;
|
|
16
17
|
dir: string;
|
|
17
18
|
draggable: boolean;
|
|
18
19
|
hidden: boolean;
|
|
@@ -25,30 +26,39 @@ declare const Popover_base: {
|
|
|
25
26
|
readonly offsetTop: number;
|
|
26
27
|
readonly offsetWidth: number;
|
|
27
28
|
outerText: string;
|
|
29
|
+
popover: string | null;
|
|
28
30
|
spellcheck: boolean;
|
|
29
31
|
title: string;
|
|
30
32
|
translate: boolean;
|
|
33
|
+
writingSuggestions: string;
|
|
31
34
|
attachInternals(): ElementInternals;
|
|
32
35
|
click(): void;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
hidePopover(): void;
|
|
37
|
+
showPopover(): void;
|
|
38
|
+
togglePopover(options?: boolean): boolean;
|
|
39
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
40
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
41
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
42
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
37
43
|
readonly attributes: NamedNodeMap;
|
|
38
|
-
|
|
44
|
+
get classList(): DOMTokenList;
|
|
45
|
+
set classList(value: string);
|
|
39
46
|
className: string;
|
|
40
47
|
readonly clientHeight: number;
|
|
41
48
|
readonly clientLeft: number;
|
|
42
49
|
readonly clientTop: number;
|
|
43
50
|
readonly clientWidth: number;
|
|
51
|
+
readonly currentCSSZoom: number;
|
|
44
52
|
id: string;
|
|
53
|
+
innerHTML: string;
|
|
45
54
|
readonly localName: string;
|
|
46
55
|
readonly namespaceURI: string | null;
|
|
47
56
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
48
57
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
49
58
|
outerHTML: string;
|
|
50
59
|
readonly ownerDocument: Document;
|
|
51
|
-
|
|
60
|
+
get part(): DOMTokenList;
|
|
61
|
+
set part(value: string);
|
|
52
62
|
readonly prefix: string | null;
|
|
53
63
|
readonly scrollHeight: number;
|
|
54
64
|
scrollLeft: number;
|
|
@@ -58,11 +68,12 @@ declare const Popover_base: {
|
|
|
58
68
|
slot: string;
|
|
59
69
|
readonly tagName: string;
|
|
60
70
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
61
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
62
|
-
closest<
|
|
63
|
-
closest<
|
|
64
|
-
closest<
|
|
71
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
72
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
73
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
74
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
65
75
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
76
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
66
77
|
getAttribute(qualifiedName: string): string | null;
|
|
67
78
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
68
79
|
getAttributeNames(): string[];
|
|
@@ -71,43 +82,47 @@ declare const Popover_base: {
|
|
|
71
82
|
getBoundingClientRect(): DOMRect;
|
|
72
83
|
getClientRects(): DOMRectList;
|
|
73
84
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
74
|
-
getElementsByTagName<
|
|
75
|
-
getElementsByTagName<
|
|
76
|
-
getElementsByTagName<
|
|
77
|
-
getElementsByTagName<
|
|
85
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
86
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
87
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
88
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
78
89
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
79
90
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
80
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
81
92
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
82
93
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
94
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
83
95
|
hasAttribute(qualifiedName: string): boolean;
|
|
84
96
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
85
97
|
hasAttributes(): boolean;
|
|
86
98
|
hasPointerCapture(pointerId: number): boolean;
|
|
87
99
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
88
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
100
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
89
101
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
90
102
|
matches(selectors: string): boolean;
|
|
91
103
|
releasePointerCapture(pointerId: number): void;
|
|
92
104
|
removeAttribute(qualifiedName: string): void;
|
|
93
105
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
94
106
|
removeAttributeNode(attr: Attr): Attr;
|
|
95
|
-
requestFullscreen(options?: FullscreenOptions
|
|
96
|
-
requestPointerLock(): void
|
|
97
|
-
scroll(options?: ScrollToOptions
|
|
107
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
108
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
109
|
+
scroll(options?: ScrollToOptions): void;
|
|
98
110
|
scroll(x: number, y: number): void;
|
|
99
|
-
scrollBy(options?: ScrollToOptions
|
|
111
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
100
112
|
scrollBy(x: number, y: number): void;
|
|
101
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
102
|
-
scrollTo(options?: ScrollToOptions
|
|
113
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
114
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
103
115
|
scrollTo(x: number, y: number): void;
|
|
104
116
|
setAttribute(qualifiedName: string, value: string): void;
|
|
105
117
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
106
118
|
setAttributeNode(attr: Attr): Attr | null;
|
|
107
119
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
120
|
+
setHTMLUnsafe(html: string): void;
|
|
108
121
|
setPointerCapture(pointerId: number): void;
|
|
109
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
122
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
110
123
|
webkitMatchesSelector(selectors: string): boolean;
|
|
124
|
+
get textContent(): string;
|
|
125
|
+
set textContent(value: string | null);
|
|
111
126
|
readonly baseURI: string;
|
|
112
127
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
113
128
|
readonly firstChild: ChildNode | null;
|
|
@@ -120,22 +135,21 @@ declare const Popover_base: {
|
|
|
120
135
|
readonly parentElement: HTMLElement | null;
|
|
121
136
|
readonly parentNode: ParentNode | null;
|
|
122
137
|
readonly previousSibling: ChildNode | null;
|
|
123
|
-
textContent: string | null;
|
|
124
138
|
appendChild<T extends Node>(node: T): T;
|
|
125
|
-
cloneNode(
|
|
139
|
+
cloneNode(subtree?: boolean): Node;
|
|
126
140
|
compareDocumentPosition(other: Node): number;
|
|
127
141
|
contains(other: Node | null): boolean;
|
|
128
|
-
getRootNode(options?: GetRootNodeOptions
|
|
142
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
129
143
|
hasChildNodes(): boolean;
|
|
130
|
-
insertBefore<
|
|
144
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
131
145
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
132
146
|
isEqualNode(otherNode: Node | null): boolean;
|
|
133
147
|
isSameNode(otherNode: Node | null): boolean;
|
|
134
148
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
135
149
|
lookupPrefix(namespace: string | null): string | null;
|
|
136
150
|
normalize(): void;
|
|
137
|
-
removeChild<
|
|
138
|
-
replaceChild<
|
|
151
|
+
removeChild<T extends Node>(child: T): T;
|
|
152
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
139
153
|
readonly ELEMENT_NODE: 1;
|
|
140
154
|
readonly ATTRIBUTE_NODE: 2;
|
|
141
155
|
readonly TEXT_NODE: 3;
|
|
@@ -155,35 +169,49 @@ declare const Popover_base: {
|
|
|
155
169
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
156
170
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
157
171
|
dispatchEvent(event: Event): boolean;
|
|
172
|
+
ariaActiveDescendantElement: Element | null;
|
|
158
173
|
ariaAtomic: string | null;
|
|
159
174
|
ariaAutoComplete: string | null;
|
|
175
|
+
ariaBrailleLabel: string | null;
|
|
176
|
+
ariaBrailleRoleDescription: string | null;
|
|
160
177
|
ariaBusy: string | null;
|
|
161
178
|
ariaChecked: string | null;
|
|
162
179
|
ariaColCount: string | null;
|
|
163
180
|
ariaColIndex: string | null;
|
|
181
|
+
ariaColIndexText: string | null;
|
|
164
182
|
ariaColSpan: string | null;
|
|
183
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
165
184
|
ariaCurrent: string | null;
|
|
185
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
186
|
+
ariaDescription: string | null;
|
|
187
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
166
188
|
ariaDisabled: string | null;
|
|
189
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
167
190
|
ariaExpanded: string | null;
|
|
191
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
168
192
|
ariaHasPopup: string | null;
|
|
169
193
|
ariaHidden: string | null;
|
|
170
194
|
ariaInvalid: string | null;
|
|
171
195
|
ariaKeyShortcuts: string | null;
|
|
172
196
|
ariaLabel: string | null;
|
|
197
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
173
198
|
ariaLevel: string | null;
|
|
174
199
|
ariaLive: string | null;
|
|
175
200
|
ariaModal: string | null;
|
|
176
201
|
ariaMultiLine: string | null;
|
|
177
202
|
ariaMultiSelectable: string | null;
|
|
178
203
|
ariaOrientation: string | null;
|
|
204
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
179
205
|
ariaPlaceholder: string | null;
|
|
180
206
|
ariaPosInSet: string | null;
|
|
181
207
|
ariaPressed: string | null;
|
|
182
208
|
ariaReadOnly: string | null;
|
|
209
|
+
ariaRelevant: string | null;
|
|
183
210
|
ariaRequired: string | null;
|
|
184
211
|
ariaRoleDescription: string | null;
|
|
185
212
|
ariaRowCount: string | null;
|
|
186
213
|
ariaRowIndex: string | null;
|
|
214
|
+
ariaRowIndexText: string | null;
|
|
187
215
|
ariaRowSpan: string | null;
|
|
188
216
|
ariaSelected: string | null;
|
|
189
217
|
ariaSetSize: string | null;
|
|
@@ -193,34 +221,35 @@ declare const Popover_base: {
|
|
|
193
221
|
ariaValueNow: string | null;
|
|
194
222
|
ariaValueText: string | null;
|
|
195
223
|
role: string | null;
|
|
196
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
197
|
-
getAnimations(options?: GetAnimationsOptions
|
|
198
|
-
after(...nodes: (
|
|
199
|
-
before(...nodes: (
|
|
224
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
225
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
226
|
+
after(...nodes: (Node | string)[]): void;
|
|
227
|
+
before(...nodes: (Node | string)[]): void;
|
|
200
228
|
remove(): void;
|
|
201
|
-
replaceWith(...nodes: (
|
|
202
|
-
innerHTML: string;
|
|
229
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
203
230
|
readonly nextElementSibling: Element | null;
|
|
204
231
|
readonly previousElementSibling: Element | null;
|
|
205
232
|
readonly childElementCount: number;
|
|
206
233
|
readonly children: HTMLCollection;
|
|
207
234
|
readonly firstElementChild: Element | null;
|
|
208
235
|
readonly lastElementChild: Element | null;
|
|
209
|
-
append(...nodes: (
|
|
210
|
-
prepend(...nodes: (
|
|
211
|
-
querySelector<
|
|
212
|
-
querySelector<
|
|
213
|
-
querySelector<
|
|
214
|
-
querySelector<
|
|
215
|
-
querySelector<
|
|
216
|
-
querySelectorAll<
|
|
217
|
-
querySelectorAll<
|
|
218
|
-
querySelectorAll<
|
|
219
|
-
querySelectorAll<
|
|
220
|
-
querySelectorAll<
|
|
221
|
-
replaceChildren(...nodes: (
|
|
236
|
+
append(...nodes: (Node | string)[]): void;
|
|
237
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
238
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
239
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
240
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
241
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
242
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
243
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
244
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
245
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
246
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
247
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
248
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
222
249
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
223
|
-
readonly
|
|
250
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
251
|
+
get style(): CSSStyleDeclaration;
|
|
252
|
+
set style(cssText: string);
|
|
224
253
|
contentEditable: string;
|
|
225
254
|
enterKeyHint: string;
|
|
226
255
|
inputMode: string;
|
|
@@ -230,16 +259,20 @@ declare const Popover_base: {
|
|
|
230
259
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
231
260
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
232
261
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
233
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
262
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
234
263
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
264
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
235
266
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
236
267
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
237
268
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
269
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
239
270
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
240
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
271
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
241
272
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
|
-
|
|
273
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
275
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
276
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
244
277
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
245
278
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -286,12 +319,14 @@ declare const Popover_base: {
|
|
|
286
319
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
287
320
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
321
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
323
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
290
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
324
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
291
325
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
326
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
327
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
294
328
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
330
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
296
331
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
332
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -303,7 +338,7 @@ declare const Popover_base: {
|
|
|
303
338
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
304
339
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
340
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
341
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
307
342
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
308
343
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
309
344
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -321,14 +356,10 @@ declare const Popover_base: {
|
|
|
321
356
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
322
357
|
autofocus: boolean;
|
|
323
358
|
readonly dataset: DOMStringMap;
|
|
324
|
-
nonce?: string
|
|
359
|
+
nonce?: string;
|
|
325
360
|
tabIndex: number;
|
|
326
361
|
blur(): void;
|
|
327
|
-
focus(options?: FocusOptions
|
|
328
|
-
ariaColIndexText: string | null;
|
|
329
|
-
ariaDescription: string | null;
|
|
330
|
-
ariaRowIndexText: string | null;
|
|
331
|
-
ariaRelevant: string | null;
|
|
362
|
+
focus(options?: FocusOptions): void;
|
|
332
363
|
roleChanged(prev: string | null, next: string | null): void;
|
|
333
364
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
334
365
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -371,7 +402,7 @@ declare const Popover_base: {
|
|
|
371
402
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
372
403
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
373
404
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
374
|
-
"__#
|
|
405
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
375
406
|
newPropertyName: string;
|
|
376
407
|
deprecatedPropertyName: string;
|
|
377
408
|
fromDeprecated: (v: any) => any;
|
|
@@ -382,13 +413,14 @@ declare const Popover_base: {
|
|
|
382
413
|
new (...args: any[]): {
|
|
383
414
|
_vividAriaBehaviour: "delegate";
|
|
384
415
|
connectedCallback(): void;
|
|
385
|
-
readonly $fastController: import(
|
|
386
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
416
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
417
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
387
418
|
disconnectedCallback(): void;
|
|
388
419
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
389
420
|
accessKey: string;
|
|
390
421
|
readonly accessKeyLabel: string;
|
|
391
422
|
autocapitalize: string;
|
|
423
|
+
autocorrect: boolean;
|
|
392
424
|
dir: string;
|
|
393
425
|
draggable: boolean;
|
|
394
426
|
hidden: boolean;
|
|
@@ -401,30 +433,39 @@ declare const Popover_base: {
|
|
|
401
433
|
readonly offsetTop: number;
|
|
402
434
|
readonly offsetWidth: number;
|
|
403
435
|
outerText: string;
|
|
436
|
+
popover: string | null;
|
|
404
437
|
spellcheck: boolean;
|
|
405
438
|
title: string;
|
|
406
439
|
translate: boolean;
|
|
440
|
+
writingSuggestions: string;
|
|
407
441
|
attachInternals(): ElementInternals;
|
|
408
442
|
click(): void;
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
443
|
+
hidePopover(): void;
|
|
444
|
+
showPopover(): void;
|
|
445
|
+
togglePopover(options?: boolean): boolean;
|
|
446
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
447
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
448
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
449
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
413
450
|
readonly attributes: NamedNodeMap;
|
|
414
|
-
|
|
451
|
+
get classList(): DOMTokenList;
|
|
452
|
+
set classList(value: string);
|
|
415
453
|
className: string;
|
|
416
454
|
readonly clientHeight: number;
|
|
417
455
|
readonly clientLeft: number;
|
|
418
456
|
readonly clientTop: number;
|
|
419
457
|
readonly clientWidth: number;
|
|
458
|
+
readonly currentCSSZoom: number;
|
|
420
459
|
id: string;
|
|
460
|
+
innerHTML: string;
|
|
421
461
|
readonly localName: string;
|
|
422
462
|
readonly namespaceURI: string | null;
|
|
423
463
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
424
464
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
425
465
|
outerHTML: string;
|
|
426
466
|
readonly ownerDocument: Document;
|
|
427
|
-
|
|
467
|
+
get part(): DOMTokenList;
|
|
468
|
+
set part(value: string);
|
|
428
469
|
readonly prefix: string | null;
|
|
429
470
|
readonly scrollHeight: number;
|
|
430
471
|
scrollLeft: number;
|
|
@@ -434,11 +475,12 @@ declare const Popover_base: {
|
|
|
434
475
|
slot: string;
|
|
435
476
|
readonly tagName: string;
|
|
436
477
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
437
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
438
|
-
closest<
|
|
439
|
-
closest<
|
|
440
|
-
closest<
|
|
441
|
-
closest<
|
|
478
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
479
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
480
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
481
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
482
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
483
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
442
484
|
getAttribute(qualifiedName: string): string | null;
|
|
443
485
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
444
486
|
getAttributeNames(): string[];
|
|
@@ -447,43 +489,47 @@ declare const Popover_base: {
|
|
|
447
489
|
getBoundingClientRect(): DOMRect;
|
|
448
490
|
getClientRects(): DOMRectList;
|
|
449
491
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
450
|
-
getElementsByTagName<
|
|
451
|
-
getElementsByTagName<
|
|
452
|
-
getElementsByTagName<
|
|
453
|
-
getElementsByTagName<
|
|
492
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
493
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
494
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
495
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
454
496
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
455
497
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
456
498
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
457
499
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
458
500
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
501
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
459
502
|
hasAttribute(qualifiedName: string): boolean;
|
|
460
503
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
461
504
|
hasAttributes(): boolean;
|
|
462
505
|
hasPointerCapture(pointerId: number): boolean;
|
|
463
506
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
464
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
507
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
465
508
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
466
509
|
matches(selectors: string): boolean;
|
|
467
510
|
releasePointerCapture(pointerId: number): void;
|
|
468
511
|
removeAttribute(qualifiedName: string): void;
|
|
469
512
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
470
513
|
removeAttributeNode(attr: Attr): Attr;
|
|
471
|
-
requestFullscreen(options?: FullscreenOptions
|
|
472
|
-
requestPointerLock(): void
|
|
473
|
-
scroll(options?: ScrollToOptions
|
|
514
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
515
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
516
|
+
scroll(options?: ScrollToOptions): void;
|
|
474
517
|
scroll(x: number, y: number): void;
|
|
475
|
-
scrollBy(options?: ScrollToOptions
|
|
518
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
476
519
|
scrollBy(x: number, y: number): void;
|
|
477
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
478
|
-
scrollTo(options?: ScrollToOptions
|
|
520
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
521
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
479
522
|
scrollTo(x: number, y: number): void;
|
|
480
523
|
setAttribute(qualifiedName: string, value: string): void;
|
|
481
524
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
482
525
|
setAttributeNode(attr: Attr): Attr | null;
|
|
483
526
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
527
|
+
setHTMLUnsafe(html: string): void;
|
|
484
528
|
setPointerCapture(pointerId: number): void;
|
|
485
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
529
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
486
530
|
webkitMatchesSelector(selectors: string): boolean;
|
|
531
|
+
get textContent(): string;
|
|
532
|
+
set textContent(value: string | null);
|
|
487
533
|
readonly baseURI: string;
|
|
488
534
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
489
535
|
readonly firstChild: ChildNode | null;
|
|
@@ -496,22 +542,21 @@ declare const Popover_base: {
|
|
|
496
542
|
readonly parentElement: HTMLElement | null;
|
|
497
543
|
readonly parentNode: ParentNode | null;
|
|
498
544
|
readonly previousSibling: ChildNode | null;
|
|
499
|
-
textContent: string | null;
|
|
500
545
|
appendChild<T extends Node>(node: T): T;
|
|
501
|
-
cloneNode(
|
|
546
|
+
cloneNode(subtree?: boolean): Node;
|
|
502
547
|
compareDocumentPosition(other: Node): number;
|
|
503
548
|
contains(other: Node | null): boolean;
|
|
504
|
-
getRootNode(options?: GetRootNodeOptions
|
|
549
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
505
550
|
hasChildNodes(): boolean;
|
|
506
|
-
insertBefore<
|
|
551
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
507
552
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
508
553
|
isEqualNode(otherNode: Node | null): boolean;
|
|
509
554
|
isSameNode(otherNode: Node | null): boolean;
|
|
510
555
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
511
556
|
lookupPrefix(namespace: string | null): string | null;
|
|
512
557
|
normalize(): void;
|
|
513
|
-
removeChild<
|
|
514
|
-
replaceChild<
|
|
558
|
+
removeChild<T extends Node>(child: T): T;
|
|
559
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
515
560
|
readonly ELEMENT_NODE: 1;
|
|
516
561
|
readonly ATTRIBUTE_NODE: 2;
|
|
517
562
|
readonly TEXT_NODE: 3;
|
|
@@ -531,35 +576,49 @@ declare const Popover_base: {
|
|
|
531
576
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
532
577
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
533
578
|
dispatchEvent(event: Event): boolean;
|
|
579
|
+
ariaActiveDescendantElement: Element | null;
|
|
534
580
|
ariaAtomic: string | null;
|
|
535
581
|
ariaAutoComplete: string | null;
|
|
582
|
+
ariaBrailleLabel: string | null;
|
|
583
|
+
ariaBrailleRoleDescription: string | null;
|
|
536
584
|
ariaBusy: string | null;
|
|
537
585
|
ariaChecked: string | null;
|
|
538
586
|
ariaColCount: string | null;
|
|
539
587
|
ariaColIndex: string | null;
|
|
588
|
+
ariaColIndexText: string | null;
|
|
540
589
|
ariaColSpan: string | null;
|
|
590
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
541
591
|
ariaCurrent: string | null;
|
|
592
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
593
|
+
ariaDescription: string | null;
|
|
594
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
542
595
|
ariaDisabled: string | null;
|
|
596
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
543
597
|
ariaExpanded: string | null;
|
|
598
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
544
599
|
ariaHasPopup: string | null;
|
|
545
600
|
ariaHidden: string | null;
|
|
546
601
|
ariaInvalid: string | null;
|
|
547
602
|
ariaKeyShortcuts: string | null;
|
|
548
603
|
ariaLabel: string | null;
|
|
604
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
549
605
|
ariaLevel: string | null;
|
|
550
606
|
ariaLive: string | null;
|
|
551
607
|
ariaModal: string | null;
|
|
552
608
|
ariaMultiLine: string | null;
|
|
553
609
|
ariaMultiSelectable: string | null;
|
|
554
610
|
ariaOrientation: string | null;
|
|
611
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
555
612
|
ariaPlaceholder: string | null;
|
|
556
613
|
ariaPosInSet: string | null;
|
|
557
614
|
ariaPressed: string | null;
|
|
558
615
|
ariaReadOnly: string | null;
|
|
616
|
+
ariaRelevant: string | null;
|
|
559
617
|
ariaRequired: string | null;
|
|
560
618
|
ariaRoleDescription: string | null;
|
|
561
619
|
ariaRowCount: string | null;
|
|
562
620
|
ariaRowIndex: string | null;
|
|
621
|
+
ariaRowIndexText: string | null;
|
|
563
622
|
ariaRowSpan: string | null;
|
|
564
623
|
ariaSelected: string | null;
|
|
565
624
|
ariaSetSize: string | null;
|
|
@@ -569,34 +628,35 @@ declare const Popover_base: {
|
|
|
569
628
|
ariaValueNow: string | null;
|
|
570
629
|
ariaValueText: string | null;
|
|
571
630
|
role: string | null;
|
|
572
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
573
|
-
getAnimations(options?: GetAnimationsOptions
|
|
574
|
-
after(...nodes: (
|
|
575
|
-
before(...nodes: (
|
|
631
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
632
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
633
|
+
after(...nodes: (Node | string)[]): void;
|
|
634
|
+
before(...nodes: (Node | string)[]): void;
|
|
576
635
|
remove(): void;
|
|
577
|
-
replaceWith(...nodes: (
|
|
578
|
-
innerHTML: string;
|
|
636
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
579
637
|
readonly nextElementSibling: Element | null;
|
|
580
638
|
readonly previousElementSibling: Element | null;
|
|
581
639
|
readonly childElementCount: number;
|
|
582
640
|
readonly children: HTMLCollection;
|
|
583
641
|
readonly firstElementChild: Element | null;
|
|
584
642
|
readonly lastElementChild: Element | null;
|
|
585
|
-
append(...nodes: (
|
|
586
|
-
prepend(...nodes: (
|
|
587
|
-
querySelector<
|
|
588
|
-
querySelector<
|
|
589
|
-
querySelector<
|
|
590
|
-
querySelector<
|
|
591
|
-
querySelector<
|
|
592
|
-
querySelectorAll<
|
|
593
|
-
querySelectorAll<
|
|
594
|
-
querySelectorAll<
|
|
595
|
-
querySelectorAll<
|
|
596
|
-
querySelectorAll<
|
|
597
|
-
replaceChildren(...nodes: (
|
|
643
|
+
append(...nodes: (Node | string)[]): void;
|
|
644
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
645
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
646
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
647
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
648
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
649
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
650
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
651
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
652
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
653
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
654
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
655
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
598
656
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
599
|
-
readonly
|
|
657
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
658
|
+
get style(): CSSStyleDeclaration;
|
|
659
|
+
set style(cssText: string);
|
|
600
660
|
contentEditable: string;
|
|
601
661
|
enterKeyHint: string;
|
|
602
662
|
inputMode: string;
|
|
@@ -606,16 +666,20 @@ declare const Popover_base: {
|
|
|
606
666
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
607
667
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
608
668
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
609
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
669
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
610
670
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
671
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
611
673
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
612
674
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
613
675
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
614
676
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
615
677
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
616
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
678
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
617
679
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
618
|
-
|
|
680
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
682
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
619
683
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
620
684
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
685
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -662,12 +726,14 @@ declare const Popover_base: {
|
|
|
662
726
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
663
727
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
664
728
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
729
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
730
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
666
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
731
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
667
732
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
733
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
734
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
670
735
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
736
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
737
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
672
738
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
739
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -679,7 +745,7 @@ declare const Popover_base: {
|
|
|
679
745
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
680
746
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
747
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
682
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
748
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
683
749
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
684
750
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
685
751
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -697,14 +763,10 @@ declare const Popover_base: {
|
|
|
697
763
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
698
764
|
autofocus: boolean;
|
|
699
765
|
readonly dataset: DOMStringMap;
|
|
700
|
-
nonce?: string
|
|
766
|
+
nonce?: string;
|
|
701
767
|
tabIndex: number;
|
|
702
768
|
blur(): void;
|
|
703
|
-
focus(options?: FocusOptions
|
|
704
|
-
ariaColIndexText: string | null;
|
|
705
|
-
ariaDescription: string | null;
|
|
706
|
-
ariaRowIndexText: string | null;
|
|
707
|
-
ariaRelevant: string | null;
|
|
769
|
+
focus(options?: FocusOptions): void;
|
|
708
770
|
roleChanged(prev: string | null, next: string | null): void;
|
|
709
771
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
710
772
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -747,7 +809,7 @@ declare const Popover_base: {
|
|
|
747
809
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
748
810
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
749
811
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
750
|
-
"__#
|
|
812
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
751
813
|
newPropertyName: string;
|
|
752
814
|
deprecatedPropertyName: string;
|
|
753
815
|
fromDeprecated: (v: any) => any;
|