@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/banner/banner.d.ts
CHANGED
|
@@ -10,17 +10,18 @@ export declare const CONNOTATION_ICON_MAP: {
|
|
|
10
10
|
export type BannerConnotation = Connotation.Information | Connotation.Announcement | Connotation.Success | Connotation.Warning | Connotation.Alert;
|
|
11
11
|
declare const Banner_base: {
|
|
12
12
|
new (...args: any[]): {
|
|
13
|
-
icon?: string
|
|
14
|
-
iconSlottedContent?: HTMLElement[]
|
|
13
|
+
icon?: string;
|
|
14
|
+
iconSlottedContent?: HTMLElement[];
|
|
15
15
|
connectedCallback(): void;
|
|
16
|
-
_vividAriaBehaviour: import(
|
|
17
|
-
readonly $fastController: import(
|
|
18
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
16
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
17
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
18
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
19
19
|
disconnectedCallback(): void;
|
|
20
20
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
21
21
|
accessKey: string;
|
|
22
22
|
readonly accessKeyLabel: string;
|
|
23
23
|
autocapitalize: string;
|
|
24
|
+
autocorrect: boolean;
|
|
24
25
|
dir: string;
|
|
25
26
|
draggable: boolean;
|
|
26
27
|
hidden: boolean;
|
|
@@ -33,30 +34,39 @@ declare const Banner_base: {
|
|
|
33
34
|
readonly offsetTop: number;
|
|
34
35
|
readonly offsetWidth: number;
|
|
35
36
|
outerText: string;
|
|
37
|
+
popover: string | null;
|
|
36
38
|
spellcheck: boolean;
|
|
37
39
|
title: string;
|
|
38
40
|
translate: boolean;
|
|
41
|
+
writingSuggestions: string;
|
|
39
42
|
attachInternals(): ElementInternals;
|
|
40
43
|
click(): void;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
hidePopover(): void;
|
|
45
|
+
showPopover(): void;
|
|
46
|
+
togglePopover(options?: boolean): boolean;
|
|
47
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
48
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
49
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
50
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
45
51
|
readonly attributes: NamedNodeMap;
|
|
46
|
-
|
|
52
|
+
get classList(): DOMTokenList;
|
|
53
|
+
set classList(value: string);
|
|
47
54
|
className: string;
|
|
48
55
|
readonly clientHeight: number;
|
|
49
56
|
readonly clientLeft: number;
|
|
50
57
|
readonly clientTop: number;
|
|
51
58
|
readonly clientWidth: number;
|
|
59
|
+
readonly currentCSSZoom: number;
|
|
52
60
|
id: string;
|
|
61
|
+
innerHTML: string;
|
|
53
62
|
readonly localName: string;
|
|
54
63
|
readonly namespaceURI: string | null;
|
|
55
64
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
56
65
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
57
66
|
outerHTML: string;
|
|
58
67
|
readonly ownerDocument: Document;
|
|
59
|
-
|
|
68
|
+
get part(): DOMTokenList;
|
|
69
|
+
set part(value: string);
|
|
60
70
|
readonly prefix: string | null;
|
|
61
71
|
readonly scrollHeight: number;
|
|
62
72
|
scrollLeft: number;
|
|
@@ -66,11 +76,12 @@ declare const Banner_base: {
|
|
|
66
76
|
slot: string;
|
|
67
77
|
readonly tagName: string;
|
|
68
78
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
69
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
70
|
-
closest<
|
|
71
|
-
closest<
|
|
72
|
-
closest<
|
|
79
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
80
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
81
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
82
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
73
83
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
84
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
74
85
|
getAttribute(qualifiedName: string): string | null;
|
|
75
86
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
76
87
|
getAttributeNames(): string[];
|
|
@@ -79,43 +90,47 @@ declare const Banner_base: {
|
|
|
79
90
|
getBoundingClientRect(): DOMRect;
|
|
80
91
|
getClientRects(): DOMRectList;
|
|
81
92
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
82
|
-
getElementsByTagName<
|
|
83
|
-
getElementsByTagName<
|
|
84
|
-
getElementsByTagName<
|
|
85
|
-
getElementsByTagName<
|
|
93
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
94
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
95
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
96
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
86
97
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
87
98
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
88
99
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
89
100
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
90
101
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
102
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
91
103
|
hasAttribute(qualifiedName: string): boolean;
|
|
92
104
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
93
105
|
hasAttributes(): boolean;
|
|
94
106
|
hasPointerCapture(pointerId: number): boolean;
|
|
95
107
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
96
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
108
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
97
109
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
98
110
|
matches(selectors: string): boolean;
|
|
99
111
|
releasePointerCapture(pointerId: number): void;
|
|
100
112
|
removeAttribute(qualifiedName: string): void;
|
|
101
113
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
102
114
|
removeAttributeNode(attr: Attr): Attr;
|
|
103
|
-
requestFullscreen(options?: FullscreenOptions
|
|
104
|
-
requestPointerLock(): void
|
|
105
|
-
scroll(options?: ScrollToOptions
|
|
115
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
116
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
117
|
+
scroll(options?: ScrollToOptions): void;
|
|
106
118
|
scroll(x: number, y: number): void;
|
|
107
|
-
scrollBy(options?: ScrollToOptions
|
|
119
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
108
120
|
scrollBy(x: number, y: number): void;
|
|
109
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
110
|
-
scrollTo(options?: ScrollToOptions
|
|
121
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
122
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
111
123
|
scrollTo(x: number, y: number): void;
|
|
112
124
|
setAttribute(qualifiedName: string, value: string): void;
|
|
113
125
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
114
126
|
setAttributeNode(attr: Attr): Attr | null;
|
|
115
127
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
128
|
+
setHTMLUnsafe(html: string): void;
|
|
116
129
|
setPointerCapture(pointerId: number): void;
|
|
117
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
130
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
118
131
|
webkitMatchesSelector(selectors: string): boolean;
|
|
132
|
+
get textContent(): string;
|
|
133
|
+
set textContent(value: string | null);
|
|
119
134
|
readonly baseURI: string;
|
|
120
135
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
121
136
|
readonly firstChild: ChildNode | null;
|
|
@@ -128,22 +143,21 @@ declare const Banner_base: {
|
|
|
128
143
|
readonly parentElement: HTMLElement | null;
|
|
129
144
|
readonly parentNode: ParentNode | null;
|
|
130
145
|
readonly previousSibling: ChildNode | null;
|
|
131
|
-
textContent: string | null;
|
|
132
146
|
appendChild<T extends Node>(node: T): T;
|
|
133
|
-
cloneNode(
|
|
147
|
+
cloneNode(subtree?: boolean): Node;
|
|
134
148
|
compareDocumentPosition(other: Node): number;
|
|
135
149
|
contains(other: Node | null): boolean;
|
|
136
|
-
getRootNode(options?: GetRootNodeOptions
|
|
150
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
137
151
|
hasChildNodes(): boolean;
|
|
138
|
-
insertBefore<
|
|
152
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
139
153
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
140
154
|
isEqualNode(otherNode: Node | null): boolean;
|
|
141
155
|
isSameNode(otherNode: Node | null): boolean;
|
|
142
156
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
143
157
|
lookupPrefix(namespace: string | null): string | null;
|
|
144
158
|
normalize(): void;
|
|
145
|
-
removeChild<
|
|
146
|
-
replaceChild<
|
|
159
|
+
removeChild<T extends Node>(child: T): T;
|
|
160
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
147
161
|
readonly ELEMENT_NODE: 1;
|
|
148
162
|
readonly ATTRIBUTE_NODE: 2;
|
|
149
163
|
readonly TEXT_NODE: 3;
|
|
@@ -163,35 +177,49 @@ declare const Banner_base: {
|
|
|
163
177
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
164
178
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
165
179
|
dispatchEvent(event: Event): boolean;
|
|
180
|
+
ariaActiveDescendantElement: Element | null;
|
|
166
181
|
ariaAtomic: string | null;
|
|
167
182
|
ariaAutoComplete: string | null;
|
|
183
|
+
ariaBrailleLabel: string | null;
|
|
184
|
+
ariaBrailleRoleDescription: string | null;
|
|
168
185
|
ariaBusy: string | null;
|
|
169
186
|
ariaChecked: string | null;
|
|
170
187
|
ariaColCount: string | null;
|
|
171
188
|
ariaColIndex: string | null;
|
|
189
|
+
ariaColIndexText: string | null;
|
|
172
190
|
ariaColSpan: string | null;
|
|
191
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
173
192
|
ariaCurrent: string | null;
|
|
193
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
194
|
+
ariaDescription: string | null;
|
|
195
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
174
196
|
ariaDisabled: string | null;
|
|
197
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
175
198
|
ariaExpanded: string | null;
|
|
199
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
176
200
|
ariaHasPopup: string | null;
|
|
177
201
|
ariaHidden: string | null;
|
|
178
202
|
ariaInvalid: string | null;
|
|
179
203
|
ariaKeyShortcuts: string | null;
|
|
180
204
|
ariaLabel: string | null;
|
|
205
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
181
206
|
ariaLevel: string | null;
|
|
182
207
|
ariaLive: string | null;
|
|
183
208
|
ariaModal: string | null;
|
|
184
209
|
ariaMultiLine: string | null;
|
|
185
210
|
ariaMultiSelectable: string | null;
|
|
186
211
|
ariaOrientation: string | null;
|
|
212
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
187
213
|
ariaPlaceholder: string | null;
|
|
188
214
|
ariaPosInSet: string | null;
|
|
189
215
|
ariaPressed: string | null;
|
|
190
216
|
ariaReadOnly: string | null;
|
|
217
|
+
ariaRelevant: string | null;
|
|
191
218
|
ariaRequired: string | null;
|
|
192
219
|
ariaRoleDescription: string | null;
|
|
193
220
|
ariaRowCount: string | null;
|
|
194
221
|
ariaRowIndex: string | null;
|
|
222
|
+
ariaRowIndexText: string | null;
|
|
195
223
|
ariaRowSpan: string | null;
|
|
196
224
|
ariaSelected: string | null;
|
|
197
225
|
ariaSetSize: string | null;
|
|
@@ -201,34 +229,35 @@ declare const Banner_base: {
|
|
|
201
229
|
ariaValueNow: string | null;
|
|
202
230
|
ariaValueText: string | null;
|
|
203
231
|
role: string | null;
|
|
204
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
205
|
-
getAnimations(options?: GetAnimationsOptions
|
|
206
|
-
after(...nodes: (
|
|
207
|
-
before(...nodes: (
|
|
232
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
233
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
234
|
+
after(...nodes: (Node | string)[]): void;
|
|
235
|
+
before(...nodes: (Node | string)[]): void;
|
|
208
236
|
remove(): void;
|
|
209
|
-
replaceWith(...nodes: (
|
|
210
|
-
innerHTML: string;
|
|
237
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
211
238
|
readonly nextElementSibling: Element | null;
|
|
212
239
|
readonly previousElementSibling: Element | null;
|
|
213
240
|
readonly childElementCount: number;
|
|
214
241
|
readonly children: HTMLCollection;
|
|
215
242
|
readonly firstElementChild: Element | null;
|
|
216
243
|
readonly lastElementChild: Element | null;
|
|
217
|
-
append(...nodes: (
|
|
218
|
-
prepend(...nodes: (
|
|
219
|
-
querySelector<
|
|
220
|
-
querySelector<
|
|
221
|
-
querySelector<
|
|
222
|
-
querySelector<
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelectorAll<
|
|
225
|
-
querySelectorAll<
|
|
226
|
-
querySelectorAll<
|
|
227
|
-
querySelectorAll<
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
replaceChildren(...nodes: (
|
|
244
|
+
append(...nodes: (Node | string)[]): void;
|
|
245
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
246
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
247
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
248
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
249
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
250
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
251
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
252
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
253
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
254
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
255
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
256
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
230
257
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
231
|
-
readonly
|
|
258
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
259
|
+
get style(): CSSStyleDeclaration;
|
|
260
|
+
set style(cssText: string);
|
|
232
261
|
contentEditable: string;
|
|
233
262
|
enterKeyHint: string;
|
|
234
263
|
inputMode: string;
|
|
@@ -238,16 +267,20 @@ declare const Banner_base: {
|
|
|
238
267
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
239
268
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
240
269
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
241
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
270
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
242
271
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
272
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
243
274
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
244
275
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
245
276
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
246
277
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
247
278
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
248
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
279
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
249
280
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
250
|
-
|
|
281
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
283
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
251
284
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
252
285
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
286
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -294,12 +327,14 @@ declare const Banner_base: {
|
|
|
294
327
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
295
328
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
296
329
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
331
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
298
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
332
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
299
333
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
334
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
335
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
302
336
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
338
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
304
339
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
340
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -311,7 +346,7 @@ declare const Banner_base: {
|
|
|
311
346
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
312
347
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
348
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
349
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
315
350
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
316
351
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
317
352
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -329,14 +364,10 @@ declare const Banner_base: {
|
|
|
329
364
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
330
365
|
autofocus: boolean;
|
|
331
366
|
readonly dataset: DOMStringMap;
|
|
332
|
-
nonce?: string
|
|
367
|
+
nonce?: string;
|
|
333
368
|
tabIndex: number;
|
|
334
369
|
blur(): void;
|
|
335
|
-
focus(options?: FocusOptions
|
|
336
|
-
ariaColIndexText: string | null;
|
|
337
|
-
ariaDescription: string | null;
|
|
338
|
-
ariaRowIndexText: string | null;
|
|
339
|
-
ariaRelevant: string | null;
|
|
370
|
+
focus(options?: FocusOptions): void;
|
|
340
371
|
roleChanged(prev: string | null, next: string | null): void;
|
|
341
372
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
342
373
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -379,7 +410,7 @@ declare const Banner_base: {
|
|
|
379
410
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
380
411
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
381
412
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
382
|
-
"__#
|
|
413
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
383
414
|
newPropertyName: string;
|
|
384
415
|
deprecatedPropertyName: string;
|
|
385
416
|
fromDeprecated: (v: any) => any;
|
|
@@ -388,16 +419,17 @@ declare const Banner_base: {
|
|
|
388
419
|
};
|
|
389
420
|
} & {
|
|
390
421
|
new (...args: any[]): {
|
|
391
|
-
|
|
422
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
392
423
|
connectedCallback(): void;
|
|
393
|
-
_vividAriaBehaviour: import(
|
|
394
|
-
readonly $fastController: import(
|
|
395
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
424
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
425
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
426
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
396
427
|
disconnectedCallback(): void;
|
|
397
428
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
398
429
|
accessKey: string;
|
|
399
430
|
readonly accessKeyLabel: string;
|
|
400
431
|
autocapitalize: string;
|
|
432
|
+
autocorrect: boolean;
|
|
401
433
|
dir: string;
|
|
402
434
|
draggable: boolean;
|
|
403
435
|
hidden: boolean;
|
|
@@ -410,30 +442,39 @@ declare const Banner_base: {
|
|
|
410
442
|
readonly offsetTop: number;
|
|
411
443
|
readonly offsetWidth: number;
|
|
412
444
|
outerText: string;
|
|
445
|
+
popover: string | null;
|
|
413
446
|
spellcheck: boolean;
|
|
414
447
|
title: string;
|
|
415
448
|
translate: boolean;
|
|
449
|
+
writingSuggestions: string;
|
|
416
450
|
attachInternals(): ElementInternals;
|
|
417
451
|
click(): void;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
452
|
+
hidePopover(): void;
|
|
453
|
+
showPopover(): void;
|
|
454
|
+
togglePopover(options?: boolean): boolean;
|
|
455
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
456
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
457
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
458
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
422
459
|
readonly attributes: NamedNodeMap;
|
|
423
|
-
|
|
460
|
+
get classList(): DOMTokenList;
|
|
461
|
+
set classList(value: string);
|
|
424
462
|
className: string;
|
|
425
463
|
readonly clientHeight: number;
|
|
426
464
|
readonly clientLeft: number;
|
|
427
465
|
readonly clientTop: number;
|
|
428
466
|
readonly clientWidth: number;
|
|
467
|
+
readonly currentCSSZoom: number;
|
|
429
468
|
id: string;
|
|
469
|
+
innerHTML: string;
|
|
430
470
|
readonly localName: string;
|
|
431
471
|
readonly namespaceURI: string | null;
|
|
432
472
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
433
473
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
434
474
|
outerHTML: string;
|
|
435
475
|
readonly ownerDocument: Document;
|
|
436
|
-
|
|
476
|
+
get part(): DOMTokenList;
|
|
477
|
+
set part(value: string);
|
|
437
478
|
readonly prefix: string | null;
|
|
438
479
|
readonly scrollHeight: number;
|
|
439
480
|
scrollLeft: number;
|
|
@@ -443,11 +484,12 @@ declare const Banner_base: {
|
|
|
443
484
|
slot: string;
|
|
444
485
|
readonly tagName: string;
|
|
445
486
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
446
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
447
|
-
closest<
|
|
448
|
-
closest<
|
|
449
|
-
closest<
|
|
450
|
-
closest<
|
|
487
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
488
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
489
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
490
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
491
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
492
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
451
493
|
getAttribute(qualifiedName: string): string | null;
|
|
452
494
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
453
495
|
getAttributeNames(): string[];
|
|
@@ -456,43 +498,47 @@ declare const Banner_base: {
|
|
|
456
498
|
getBoundingClientRect(): DOMRect;
|
|
457
499
|
getClientRects(): DOMRectList;
|
|
458
500
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
459
|
-
getElementsByTagName<
|
|
460
|
-
getElementsByTagName<
|
|
461
|
-
getElementsByTagName<
|
|
462
|
-
getElementsByTagName<
|
|
501
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
502
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
503
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
504
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
463
505
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
464
506
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
465
507
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
466
508
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
467
509
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
510
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
468
511
|
hasAttribute(qualifiedName: string): boolean;
|
|
469
512
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
470
513
|
hasAttributes(): boolean;
|
|
471
514
|
hasPointerCapture(pointerId: number): boolean;
|
|
472
515
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
473
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
516
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
474
517
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
475
518
|
matches(selectors: string): boolean;
|
|
476
519
|
releasePointerCapture(pointerId: number): void;
|
|
477
520
|
removeAttribute(qualifiedName: string): void;
|
|
478
521
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
479
522
|
removeAttributeNode(attr: Attr): Attr;
|
|
480
|
-
requestFullscreen(options?: FullscreenOptions
|
|
481
|
-
requestPointerLock(): void
|
|
482
|
-
scroll(options?: ScrollToOptions
|
|
523
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
524
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
525
|
+
scroll(options?: ScrollToOptions): void;
|
|
483
526
|
scroll(x: number, y: number): void;
|
|
484
|
-
scrollBy(options?: ScrollToOptions
|
|
527
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
485
528
|
scrollBy(x: number, y: number): void;
|
|
486
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
487
|
-
scrollTo(options?: ScrollToOptions
|
|
529
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
530
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
488
531
|
scrollTo(x: number, y: number): void;
|
|
489
532
|
setAttribute(qualifiedName: string, value: string): void;
|
|
490
533
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
491
534
|
setAttributeNode(attr: Attr): Attr | null;
|
|
492
535
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
536
|
+
setHTMLUnsafe(html: string): void;
|
|
493
537
|
setPointerCapture(pointerId: number): void;
|
|
494
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
538
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
495
539
|
webkitMatchesSelector(selectors: string): boolean;
|
|
540
|
+
get textContent(): string;
|
|
541
|
+
set textContent(value: string | null);
|
|
496
542
|
readonly baseURI: string;
|
|
497
543
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
498
544
|
readonly firstChild: ChildNode | null;
|
|
@@ -505,22 +551,21 @@ declare const Banner_base: {
|
|
|
505
551
|
readonly parentElement: HTMLElement | null;
|
|
506
552
|
readonly parentNode: ParentNode | null;
|
|
507
553
|
readonly previousSibling: ChildNode | null;
|
|
508
|
-
textContent: string | null;
|
|
509
554
|
appendChild<T extends Node>(node: T): T;
|
|
510
|
-
cloneNode(
|
|
555
|
+
cloneNode(subtree?: boolean): Node;
|
|
511
556
|
compareDocumentPosition(other: Node): number;
|
|
512
557
|
contains(other: Node | null): boolean;
|
|
513
|
-
getRootNode(options?: GetRootNodeOptions
|
|
558
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
514
559
|
hasChildNodes(): boolean;
|
|
515
|
-
insertBefore<
|
|
560
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
516
561
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
517
562
|
isEqualNode(otherNode: Node | null): boolean;
|
|
518
563
|
isSameNode(otherNode: Node | null): boolean;
|
|
519
564
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
520
565
|
lookupPrefix(namespace: string | null): string | null;
|
|
521
566
|
normalize(): void;
|
|
522
|
-
removeChild<
|
|
523
|
-
replaceChild<
|
|
567
|
+
removeChild<T extends Node>(child: T): T;
|
|
568
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
524
569
|
readonly ELEMENT_NODE: 1;
|
|
525
570
|
readonly ATTRIBUTE_NODE: 2;
|
|
526
571
|
readonly TEXT_NODE: 3;
|
|
@@ -540,35 +585,49 @@ declare const Banner_base: {
|
|
|
540
585
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
541
586
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
542
587
|
dispatchEvent(event: Event): boolean;
|
|
588
|
+
ariaActiveDescendantElement: Element | null;
|
|
543
589
|
ariaAtomic: string | null;
|
|
544
590
|
ariaAutoComplete: string | null;
|
|
591
|
+
ariaBrailleLabel: string | null;
|
|
592
|
+
ariaBrailleRoleDescription: string | null;
|
|
545
593
|
ariaBusy: string | null;
|
|
546
594
|
ariaChecked: string | null;
|
|
547
595
|
ariaColCount: string | null;
|
|
548
596
|
ariaColIndex: string | null;
|
|
597
|
+
ariaColIndexText: string | null;
|
|
549
598
|
ariaColSpan: string | null;
|
|
599
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
550
600
|
ariaCurrent: string | null;
|
|
601
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
602
|
+
ariaDescription: string | null;
|
|
603
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
551
604
|
ariaDisabled: string | null;
|
|
605
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
552
606
|
ariaExpanded: string | null;
|
|
607
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
553
608
|
ariaHasPopup: string | null;
|
|
554
609
|
ariaHidden: string | null;
|
|
555
610
|
ariaInvalid: string | null;
|
|
556
611
|
ariaKeyShortcuts: string | null;
|
|
557
612
|
ariaLabel: string | null;
|
|
613
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
558
614
|
ariaLevel: string | null;
|
|
559
615
|
ariaLive: string | null;
|
|
560
616
|
ariaModal: string | null;
|
|
561
617
|
ariaMultiLine: string | null;
|
|
562
618
|
ariaMultiSelectable: string | null;
|
|
563
619
|
ariaOrientation: string | null;
|
|
620
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
564
621
|
ariaPlaceholder: string | null;
|
|
565
622
|
ariaPosInSet: string | null;
|
|
566
623
|
ariaPressed: string | null;
|
|
567
624
|
ariaReadOnly: string | null;
|
|
625
|
+
ariaRelevant: string | null;
|
|
568
626
|
ariaRequired: string | null;
|
|
569
627
|
ariaRoleDescription: string | null;
|
|
570
628
|
ariaRowCount: string | null;
|
|
571
629
|
ariaRowIndex: string | null;
|
|
630
|
+
ariaRowIndexText: string | null;
|
|
572
631
|
ariaRowSpan: string | null;
|
|
573
632
|
ariaSelected: string | null;
|
|
574
633
|
ariaSetSize: string | null;
|
|
@@ -578,34 +637,35 @@ declare const Banner_base: {
|
|
|
578
637
|
ariaValueNow: string | null;
|
|
579
638
|
ariaValueText: string | null;
|
|
580
639
|
role: string | null;
|
|
581
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
582
|
-
getAnimations(options?: GetAnimationsOptions
|
|
583
|
-
after(...nodes: (
|
|
584
|
-
before(...nodes: (
|
|
640
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
641
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
642
|
+
after(...nodes: (Node | string)[]): void;
|
|
643
|
+
before(...nodes: (Node | string)[]): void;
|
|
585
644
|
remove(): void;
|
|
586
|
-
replaceWith(...nodes: (
|
|
587
|
-
innerHTML: string;
|
|
645
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
588
646
|
readonly nextElementSibling: Element | null;
|
|
589
647
|
readonly previousElementSibling: Element | null;
|
|
590
648
|
readonly childElementCount: number;
|
|
591
649
|
readonly children: HTMLCollection;
|
|
592
650
|
readonly firstElementChild: Element | null;
|
|
593
651
|
readonly lastElementChild: Element | null;
|
|
594
|
-
append(...nodes: (
|
|
595
|
-
prepend(...nodes: (
|
|
596
|
-
querySelector<
|
|
597
|
-
querySelector<
|
|
598
|
-
querySelector<
|
|
599
|
-
querySelector<
|
|
600
|
-
querySelector<
|
|
601
|
-
querySelectorAll<
|
|
602
|
-
querySelectorAll<
|
|
603
|
-
querySelectorAll<
|
|
604
|
-
querySelectorAll<
|
|
605
|
-
querySelectorAll<
|
|
606
|
-
replaceChildren(...nodes: (
|
|
652
|
+
append(...nodes: (Node | string)[]): void;
|
|
653
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
654
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
655
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
656
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
657
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
658
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
659
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
660
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
661
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
662
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
663
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
664
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
607
665
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
608
|
-
readonly
|
|
666
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
667
|
+
get style(): CSSStyleDeclaration;
|
|
668
|
+
set style(cssText: string);
|
|
609
669
|
contentEditable: string;
|
|
610
670
|
enterKeyHint: string;
|
|
611
671
|
inputMode: string;
|
|
@@ -615,16 +675,20 @@ declare const Banner_base: {
|
|
|
615
675
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
616
676
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
617
677
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
618
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
678
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
619
679
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
680
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
620
682
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
621
683
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
684
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
685
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
686
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
687
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
626
688
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
|
-
|
|
689
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
690
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
691
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
692
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
629
693
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
630
694
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -671,12 +735,14 @@ declare const Banner_base: {
|
|
|
671
735
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
672
736
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
673
737
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
738
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
739
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
675
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
740
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
676
741
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
742
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
743
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
679
744
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
745
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
746
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
681
747
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
682
748
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -688,7 +754,7 @@ declare const Banner_base: {
|
|
|
688
754
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
689
755
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
690
756
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
757
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
692
758
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
693
759
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
694
760
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -706,14 +772,10 @@ declare const Banner_base: {
|
|
|
706
772
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
707
773
|
autofocus: boolean;
|
|
708
774
|
readonly dataset: DOMStringMap;
|
|
709
|
-
nonce?: string
|
|
775
|
+
nonce?: string;
|
|
710
776
|
tabIndex: number;
|
|
711
777
|
blur(): void;
|
|
712
|
-
focus(options?: FocusOptions
|
|
713
|
-
ariaColIndexText: string | null;
|
|
714
|
-
ariaDescription: string | null;
|
|
715
|
-
ariaRowIndexText: string | null;
|
|
716
|
-
ariaRelevant: string | null;
|
|
778
|
+
focus(options?: FocusOptions): void;
|
|
717
779
|
roleChanged(prev: string | null, next: string | null): void;
|
|
718
780
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
719
781
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -756,7 +818,7 @@ declare const Banner_base: {
|
|
|
756
818
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
757
819
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
758
820
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
759
|
-
"__#
|
|
821
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
760
822
|
newPropertyName: string;
|
|
761
823
|
deprecatedPropertyName: string;
|
|
762
824
|
fromDeprecated: (v: any) => any;
|
|
@@ -767,13 +829,14 @@ declare const Banner_base: {
|
|
|
767
829
|
new (...args: any[]): {
|
|
768
830
|
_vividAriaBehaviour: "delegate";
|
|
769
831
|
connectedCallback(): void;
|
|
770
|
-
readonly $fastController: import(
|
|
771
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
832
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
833
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
772
834
|
disconnectedCallback(): void;
|
|
773
835
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
774
836
|
accessKey: string;
|
|
775
837
|
readonly accessKeyLabel: string;
|
|
776
838
|
autocapitalize: string;
|
|
839
|
+
autocorrect: boolean;
|
|
777
840
|
dir: string;
|
|
778
841
|
draggable: boolean;
|
|
779
842
|
hidden: boolean;
|
|
@@ -786,30 +849,39 @@ declare const Banner_base: {
|
|
|
786
849
|
readonly offsetTop: number;
|
|
787
850
|
readonly offsetWidth: number;
|
|
788
851
|
outerText: string;
|
|
852
|
+
popover: string | null;
|
|
789
853
|
spellcheck: boolean;
|
|
790
854
|
title: string;
|
|
791
855
|
translate: boolean;
|
|
856
|
+
writingSuggestions: string;
|
|
792
857
|
attachInternals(): ElementInternals;
|
|
793
858
|
click(): void;
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
859
|
+
hidePopover(): void;
|
|
860
|
+
showPopover(): void;
|
|
861
|
+
togglePopover(options?: boolean): boolean;
|
|
862
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
863
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
864
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
865
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
798
866
|
readonly attributes: NamedNodeMap;
|
|
799
|
-
|
|
867
|
+
get classList(): DOMTokenList;
|
|
868
|
+
set classList(value: string);
|
|
800
869
|
className: string;
|
|
801
870
|
readonly clientHeight: number;
|
|
802
871
|
readonly clientLeft: number;
|
|
803
872
|
readonly clientTop: number;
|
|
804
873
|
readonly clientWidth: number;
|
|
874
|
+
readonly currentCSSZoom: number;
|
|
805
875
|
id: string;
|
|
876
|
+
innerHTML: string;
|
|
806
877
|
readonly localName: string;
|
|
807
878
|
readonly namespaceURI: string | null;
|
|
808
879
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
809
880
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
810
881
|
outerHTML: string;
|
|
811
882
|
readonly ownerDocument: Document;
|
|
812
|
-
|
|
883
|
+
get part(): DOMTokenList;
|
|
884
|
+
set part(value: string);
|
|
813
885
|
readonly prefix: string | null;
|
|
814
886
|
readonly scrollHeight: number;
|
|
815
887
|
scrollLeft: number;
|
|
@@ -819,11 +891,12 @@ declare const Banner_base: {
|
|
|
819
891
|
slot: string;
|
|
820
892
|
readonly tagName: string;
|
|
821
893
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
822
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
823
|
-
closest<
|
|
824
|
-
closest<
|
|
825
|
-
closest<
|
|
826
|
-
closest<
|
|
894
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
895
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
896
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
897
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
898
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
899
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
827
900
|
getAttribute(qualifiedName: string): string | null;
|
|
828
901
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
829
902
|
getAttributeNames(): string[];
|
|
@@ -832,43 +905,47 @@ declare const Banner_base: {
|
|
|
832
905
|
getBoundingClientRect(): DOMRect;
|
|
833
906
|
getClientRects(): DOMRectList;
|
|
834
907
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
835
|
-
getElementsByTagName<
|
|
836
|
-
getElementsByTagName<
|
|
837
|
-
getElementsByTagName<
|
|
838
|
-
getElementsByTagName<
|
|
908
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
909
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
910
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
911
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
839
912
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
840
913
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
841
914
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
842
915
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
843
916
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
917
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
844
918
|
hasAttribute(qualifiedName: string): boolean;
|
|
845
919
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
846
920
|
hasAttributes(): boolean;
|
|
847
921
|
hasPointerCapture(pointerId: number): boolean;
|
|
848
922
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
849
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
923
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
850
924
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
851
925
|
matches(selectors: string): boolean;
|
|
852
926
|
releasePointerCapture(pointerId: number): void;
|
|
853
927
|
removeAttribute(qualifiedName: string): void;
|
|
854
928
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
855
929
|
removeAttributeNode(attr: Attr): Attr;
|
|
856
|
-
requestFullscreen(options?: FullscreenOptions
|
|
857
|
-
requestPointerLock(): void
|
|
858
|
-
scroll(options?: ScrollToOptions
|
|
930
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
931
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
932
|
+
scroll(options?: ScrollToOptions): void;
|
|
859
933
|
scroll(x: number, y: number): void;
|
|
860
|
-
scrollBy(options?: ScrollToOptions
|
|
934
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
861
935
|
scrollBy(x: number, y: number): void;
|
|
862
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
863
|
-
scrollTo(options?: ScrollToOptions
|
|
936
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
937
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
864
938
|
scrollTo(x: number, y: number): void;
|
|
865
939
|
setAttribute(qualifiedName: string, value: string): void;
|
|
866
940
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
867
941
|
setAttributeNode(attr: Attr): Attr | null;
|
|
868
942
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
943
|
+
setHTMLUnsafe(html: string): void;
|
|
869
944
|
setPointerCapture(pointerId: number): void;
|
|
870
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
945
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
871
946
|
webkitMatchesSelector(selectors: string): boolean;
|
|
947
|
+
get textContent(): string;
|
|
948
|
+
set textContent(value: string | null);
|
|
872
949
|
readonly baseURI: string;
|
|
873
950
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
874
951
|
readonly firstChild: ChildNode | null;
|
|
@@ -881,22 +958,21 @@ declare const Banner_base: {
|
|
|
881
958
|
readonly parentElement: HTMLElement | null;
|
|
882
959
|
readonly parentNode: ParentNode | null;
|
|
883
960
|
readonly previousSibling: ChildNode | null;
|
|
884
|
-
textContent: string | null;
|
|
885
961
|
appendChild<T extends Node>(node: T): T;
|
|
886
|
-
cloneNode(
|
|
962
|
+
cloneNode(subtree?: boolean): Node;
|
|
887
963
|
compareDocumentPosition(other: Node): number;
|
|
888
964
|
contains(other: Node | null): boolean;
|
|
889
|
-
getRootNode(options?: GetRootNodeOptions
|
|
965
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
890
966
|
hasChildNodes(): boolean;
|
|
891
|
-
insertBefore<
|
|
967
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
892
968
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
893
969
|
isEqualNode(otherNode: Node | null): boolean;
|
|
894
970
|
isSameNode(otherNode: Node | null): boolean;
|
|
895
971
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
896
972
|
lookupPrefix(namespace: string | null): string | null;
|
|
897
973
|
normalize(): void;
|
|
898
|
-
removeChild<
|
|
899
|
-
replaceChild<
|
|
974
|
+
removeChild<T extends Node>(child: T): T;
|
|
975
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
900
976
|
readonly ELEMENT_NODE: 1;
|
|
901
977
|
readonly ATTRIBUTE_NODE: 2;
|
|
902
978
|
readonly TEXT_NODE: 3;
|
|
@@ -916,35 +992,49 @@ declare const Banner_base: {
|
|
|
916
992
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
917
993
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
918
994
|
dispatchEvent(event: Event): boolean;
|
|
995
|
+
ariaActiveDescendantElement: Element | null;
|
|
919
996
|
ariaAtomic: string | null;
|
|
920
997
|
ariaAutoComplete: string | null;
|
|
998
|
+
ariaBrailleLabel: string | null;
|
|
999
|
+
ariaBrailleRoleDescription: string | null;
|
|
921
1000
|
ariaBusy: string | null;
|
|
922
1001
|
ariaChecked: string | null;
|
|
923
1002
|
ariaColCount: string | null;
|
|
924
1003
|
ariaColIndex: string | null;
|
|
1004
|
+
ariaColIndexText: string | null;
|
|
925
1005
|
ariaColSpan: string | null;
|
|
1006
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
926
1007
|
ariaCurrent: string | null;
|
|
1008
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1009
|
+
ariaDescription: string | null;
|
|
1010
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
927
1011
|
ariaDisabled: string | null;
|
|
1012
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
928
1013
|
ariaExpanded: string | null;
|
|
1014
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
929
1015
|
ariaHasPopup: string | null;
|
|
930
1016
|
ariaHidden: string | null;
|
|
931
1017
|
ariaInvalid: string | null;
|
|
932
1018
|
ariaKeyShortcuts: string | null;
|
|
933
1019
|
ariaLabel: string | null;
|
|
1020
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
934
1021
|
ariaLevel: string | null;
|
|
935
1022
|
ariaLive: string | null;
|
|
936
1023
|
ariaModal: string | null;
|
|
937
1024
|
ariaMultiLine: string | null;
|
|
938
1025
|
ariaMultiSelectable: string | null;
|
|
939
1026
|
ariaOrientation: string | null;
|
|
1027
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
940
1028
|
ariaPlaceholder: string | null;
|
|
941
1029
|
ariaPosInSet: string | null;
|
|
942
1030
|
ariaPressed: string | null;
|
|
943
1031
|
ariaReadOnly: string | null;
|
|
1032
|
+
ariaRelevant: string | null;
|
|
944
1033
|
ariaRequired: string | null;
|
|
945
1034
|
ariaRoleDescription: string | null;
|
|
946
1035
|
ariaRowCount: string | null;
|
|
947
1036
|
ariaRowIndex: string | null;
|
|
1037
|
+
ariaRowIndexText: string | null;
|
|
948
1038
|
ariaRowSpan: string | null;
|
|
949
1039
|
ariaSelected: string | null;
|
|
950
1040
|
ariaSetSize: string | null;
|
|
@@ -954,34 +1044,35 @@ declare const Banner_base: {
|
|
|
954
1044
|
ariaValueNow: string | null;
|
|
955
1045
|
ariaValueText: string | null;
|
|
956
1046
|
role: string | null;
|
|
957
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
958
|
-
getAnimations(options?: GetAnimationsOptions
|
|
959
|
-
after(...nodes: (
|
|
960
|
-
before(...nodes: (
|
|
1047
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1048
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1049
|
+
after(...nodes: (Node | string)[]): void;
|
|
1050
|
+
before(...nodes: (Node | string)[]): void;
|
|
961
1051
|
remove(): void;
|
|
962
|
-
replaceWith(...nodes: (
|
|
963
|
-
innerHTML: string;
|
|
1052
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
964
1053
|
readonly nextElementSibling: Element | null;
|
|
965
1054
|
readonly previousElementSibling: Element | null;
|
|
966
1055
|
readonly childElementCount: number;
|
|
967
1056
|
readonly children: HTMLCollection;
|
|
968
1057
|
readonly firstElementChild: Element | null;
|
|
969
1058
|
readonly lastElementChild: Element | null;
|
|
970
|
-
append(...nodes: (
|
|
971
|
-
prepend(...nodes: (
|
|
972
|
-
querySelector<
|
|
973
|
-
querySelector<
|
|
974
|
-
querySelector<
|
|
975
|
-
querySelector<
|
|
976
|
-
querySelector<
|
|
977
|
-
querySelectorAll<
|
|
978
|
-
querySelectorAll<
|
|
979
|
-
querySelectorAll<
|
|
980
|
-
querySelectorAll<
|
|
981
|
-
querySelectorAll<
|
|
982
|
-
replaceChildren(...nodes: (
|
|
1059
|
+
append(...nodes: (Node | string)[]): void;
|
|
1060
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1061
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1062
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1063
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1064
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1065
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1066
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1067
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1068
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1069
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1070
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1071
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
983
1072
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
984
|
-
readonly
|
|
1073
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1074
|
+
get style(): CSSStyleDeclaration;
|
|
1075
|
+
set style(cssText: string);
|
|
985
1076
|
contentEditable: string;
|
|
986
1077
|
enterKeyHint: string;
|
|
987
1078
|
inputMode: string;
|
|
@@ -991,16 +1082,20 @@ declare const Banner_base: {
|
|
|
991
1082
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
992
1083
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
993
1084
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
994
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1085
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
995
1086
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1087
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
996
1089
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
997
1090
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
998
1091
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
999
1092
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1000
1093
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1001
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1094
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1002
1095
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1003
|
-
|
|
1096
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1097
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1098
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1004
1099
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1005
1100
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1006
1101
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1047,12 +1142,14 @@ declare const Banner_base: {
|
|
|
1047
1142
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1048
1143
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1049
1144
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1145
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1050
1146
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1051
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1147
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1052
1148
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1053
1149
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1054
1150
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1055
1151
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1152
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1056
1153
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1057
1154
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1058
1155
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1064,7 +1161,7 @@ declare const Banner_base: {
|
|
|
1064
1161
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1065
1162
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1066
1163
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1067
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1164
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1068
1165
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1069
1166
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1070
1167
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1082,14 +1179,10 @@ declare const Banner_base: {
|
|
|
1082
1179
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1083
1180
|
autofocus: boolean;
|
|
1084
1181
|
readonly dataset: DOMStringMap;
|
|
1085
|
-
nonce?: string
|
|
1182
|
+
nonce?: string;
|
|
1086
1183
|
tabIndex: number;
|
|
1087
1184
|
blur(): void;
|
|
1088
|
-
focus(options?: FocusOptions
|
|
1089
|
-
ariaColIndexText: string | null;
|
|
1090
|
-
ariaDescription: string | null;
|
|
1091
|
-
ariaRowIndexText: string | null;
|
|
1092
|
-
ariaRelevant: string | null;
|
|
1185
|
+
focus(options?: FocusOptions): void;
|
|
1093
1186
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1094
1187
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1095
1188
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1132,7 +1225,7 @@ declare const Banner_base: {
|
|
|
1132
1225
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1133
1226
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1134
1227
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1135
|
-
"__#
|
|
1228
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1136
1229
|
newPropertyName: string;
|
|
1137
1230
|
deprecatedPropertyName: string;
|
|
1138
1231
|
fromDeprecated: (v: any) => any;
|