@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/alert/alert.d.ts
CHANGED
|
@@ -13,17 +13,18 @@ export type AlertPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'botto
|
|
|
13
13
|
export type AlertStrategy = 'fixed' | 'static';
|
|
14
14
|
declare const Alert_base: {
|
|
15
15
|
new (...args: any[]): {
|
|
16
|
-
icon?: string
|
|
17
|
-
iconSlottedContent?: HTMLElement[]
|
|
16
|
+
icon?: string;
|
|
17
|
+
iconSlottedContent?: HTMLElement[];
|
|
18
18
|
connectedCallback(): void;
|
|
19
|
-
_vividAriaBehaviour: import(
|
|
20
|
-
readonly $fastController: import(
|
|
21
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
19
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
20
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
21
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
22
22
|
disconnectedCallback(): void;
|
|
23
23
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
24
24
|
accessKey: string;
|
|
25
25
|
readonly accessKeyLabel: string;
|
|
26
26
|
autocapitalize: string;
|
|
27
|
+
autocorrect: boolean;
|
|
27
28
|
dir: string;
|
|
28
29
|
draggable: boolean;
|
|
29
30
|
hidden: boolean;
|
|
@@ -36,30 +37,39 @@ declare const Alert_base: {
|
|
|
36
37
|
readonly offsetTop: number;
|
|
37
38
|
readonly offsetWidth: number;
|
|
38
39
|
outerText: string;
|
|
40
|
+
popover: string | null;
|
|
39
41
|
spellcheck: boolean;
|
|
40
42
|
title: string;
|
|
41
43
|
translate: boolean;
|
|
44
|
+
writingSuggestions: string;
|
|
42
45
|
attachInternals(): ElementInternals;
|
|
43
46
|
click(): void;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
hidePopover(): void;
|
|
48
|
+
showPopover(): void;
|
|
49
|
+
togglePopover(options?: boolean): boolean;
|
|
50
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
51
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
52
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
53
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
48
54
|
readonly attributes: NamedNodeMap;
|
|
49
|
-
|
|
55
|
+
get classList(): DOMTokenList;
|
|
56
|
+
set classList(value: string);
|
|
50
57
|
className: string;
|
|
51
58
|
readonly clientHeight: number;
|
|
52
59
|
readonly clientLeft: number;
|
|
53
60
|
readonly clientTop: number;
|
|
54
61
|
readonly clientWidth: number;
|
|
62
|
+
readonly currentCSSZoom: number;
|
|
55
63
|
id: string;
|
|
64
|
+
innerHTML: string;
|
|
56
65
|
readonly localName: string;
|
|
57
66
|
readonly namespaceURI: string | null;
|
|
58
67
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
59
68
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
60
69
|
outerHTML: string;
|
|
61
70
|
readonly ownerDocument: Document;
|
|
62
|
-
|
|
71
|
+
get part(): DOMTokenList;
|
|
72
|
+
set part(value: string);
|
|
63
73
|
readonly prefix: string | null;
|
|
64
74
|
readonly scrollHeight: number;
|
|
65
75
|
scrollLeft: number;
|
|
@@ -69,11 +79,12 @@ declare const Alert_base: {
|
|
|
69
79
|
slot: string;
|
|
70
80
|
readonly tagName: string;
|
|
71
81
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
72
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
73
|
-
closest<
|
|
74
|
-
closest<
|
|
75
|
-
closest<
|
|
82
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
83
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
84
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
85
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
76
86
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
87
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
77
88
|
getAttribute(qualifiedName: string): string | null;
|
|
78
89
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
79
90
|
getAttributeNames(): string[];
|
|
@@ -82,43 +93,47 @@ declare const Alert_base: {
|
|
|
82
93
|
getBoundingClientRect(): DOMRect;
|
|
83
94
|
getClientRects(): DOMRectList;
|
|
84
95
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
85
|
-
getElementsByTagName<
|
|
86
|
-
getElementsByTagName<
|
|
87
|
-
getElementsByTagName<
|
|
88
|
-
getElementsByTagName<
|
|
96
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
97
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
98
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
99
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
89
100
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
90
101
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
91
102
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
92
103
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
93
104
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
105
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
94
106
|
hasAttribute(qualifiedName: string): boolean;
|
|
95
107
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
96
108
|
hasAttributes(): boolean;
|
|
97
109
|
hasPointerCapture(pointerId: number): boolean;
|
|
98
110
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
99
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
111
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
100
112
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
101
113
|
matches(selectors: string): boolean;
|
|
102
114
|
releasePointerCapture(pointerId: number): void;
|
|
103
115
|
removeAttribute(qualifiedName: string): void;
|
|
104
116
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
105
117
|
removeAttributeNode(attr: Attr): Attr;
|
|
106
|
-
requestFullscreen(options?: FullscreenOptions
|
|
107
|
-
requestPointerLock(): void
|
|
108
|
-
scroll(options?: ScrollToOptions
|
|
118
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
119
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
120
|
+
scroll(options?: ScrollToOptions): void;
|
|
109
121
|
scroll(x: number, y: number): void;
|
|
110
|
-
scrollBy(options?: ScrollToOptions
|
|
122
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
111
123
|
scrollBy(x: number, y: number): void;
|
|
112
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
113
|
-
scrollTo(options?: ScrollToOptions
|
|
124
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
125
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
114
126
|
scrollTo(x: number, y: number): void;
|
|
115
127
|
setAttribute(qualifiedName: string, value: string): void;
|
|
116
128
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
117
129
|
setAttributeNode(attr: Attr): Attr | null;
|
|
118
130
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
131
|
+
setHTMLUnsafe(html: string): void;
|
|
119
132
|
setPointerCapture(pointerId: number): void;
|
|
120
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
133
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
121
134
|
webkitMatchesSelector(selectors: string): boolean;
|
|
135
|
+
get textContent(): string;
|
|
136
|
+
set textContent(value: string | null);
|
|
122
137
|
readonly baseURI: string;
|
|
123
138
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
124
139
|
readonly firstChild: ChildNode | null;
|
|
@@ -131,22 +146,21 @@ declare const Alert_base: {
|
|
|
131
146
|
readonly parentElement: HTMLElement | null;
|
|
132
147
|
readonly parentNode: ParentNode | null;
|
|
133
148
|
readonly previousSibling: ChildNode | null;
|
|
134
|
-
textContent: string | null;
|
|
135
149
|
appendChild<T extends Node>(node: T): T;
|
|
136
|
-
cloneNode(
|
|
150
|
+
cloneNode(subtree?: boolean): Node;
|
|
137
151
|
compareDocumentPosition(other: Node): number;
|
|
138
152
|
contains(other: Node | null): boolean;
|
|
139
|
-
getRootNode(options?: GetRootNodeOptions
|
|
153
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
140
154
|
hasChildNodes(): boolean;
|
|
141
|
-
insertBefore<
|
|
155
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
142
156
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
143
157
|
isEqualNode(otherNode: Node | null): boolean;
|
|
144
158
|
isSameNode(otherNode: Node | null): boolean;
|
|
145
159
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
146
160
|
lookupPrefix(namespace: string | null): string | null;
|
|
147
161
|
normalize(): void;
|
|
148
|
-
removeChild<
|
|
149
|
-
replaceChild<
|
|
162
|
+
removeChild<T extends Node>(child: T): T;
|
|
163
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
150
164
|
readonly ELEMENT_NODE: 1;
|
|
151
165
|
readonly ATTRIBUTE_NODE: 2;
|
|
152
166
|
readonly TEXT_NODE: 3;
|
|
@@ -166,35 +180,49 @@ declare const Alert_base: {
|
|
|
166
180
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
167
181
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
168
182
|
dispatchEvent(event: Event): boolean;
|
|
183
|
+
ariaActiveDescendantElement: Element | null;
|
|
169
184
|
ariaAtomic: string | null;
|
|
170
185
|
ariaAutoComplete: string | null;
|
|
186
|
+
ariaBrailleLabel: string | null;
|
|
187
|
+
ariaBrailleRoleDescription: string | null;
|
|
171
188
|
ariaBusy: string | null;
|
|
172
189
|
ariaChecked: string | null;
|
|
173
190
|
ariaColCount: string | null;
|
|
174
191
|
ariaColIndex: string | null;
|
|
192
|
+
ariaColIndexText: string | null;
|
|
175
193
|
ariaColSpan: string | null;
|
|
194
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
176
195
|
ariaCurrent: string | null;
|
|
196
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
197
|
+
ariaDescription: string | null;
|
|
198
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
177
199
|
ariaDisabled: string | null;
|
|
200
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
178
201
|
ariaExpanded: string | null;
|
|
202
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
179
203
|
ariaHasPopup: string | null;
|
|
180
204
|
ariaHidden: string | null;
|
|
181
205
|
ariaInvalid: string | null;
|
|
182
206
|
ariaKeyShortcuts: string | null;
|
|
183
207
|
ariaLabel: string | null;
|
|
208
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
184
209
|
ariaLevel: string | null;
|
|
185
210
|
ariaLive: string | null;
|
|
186
211
|
ariaModal: string | null;
|
|
187
212
|
ariaMultiLine: string | null;
|
|
188
213
|
ariaMultiSelectable: string | null;
|
|
189
214
|
ariaOrientation: string | null;
|
|
215
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
190
216
|
ariaPlaceholder: string | null;
|
|
191
217
|
ariaPosInSet: string | null;
|
|
192
218
|
ariaPressed: string | null;
|
|
193
219
|
ariaReadOnly: string | null;
|
|
220
|
+
ariaRelevant: string | null;
|
|
194
221
|
ariaRequired: string | null;
|
|
195
222
|
ariaRoleDescription: string | null;
|
|
196
223
|
ariaRowCount: string | null;
|
|
197
224
|
ariaRowIndex: string | null;
|
|
225
|
+
ariaRowIndexText: string | null;
|
|
198
226
|
ariaRowSpan: string | null;
|
|
199
227
|
ariaSelected: string | null;
|
|
200
228
|
ariaSetSize: string | null;
|
|
@@ -204,34 +232,35 @@ declare const Alert_base: {
|
|
|
204
232
|
ariaValueNow: string | null;
|
|
205
233
|
ariaValueText: string | null;
|
|
206
234
|
role: string | null;
|
|
207
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
208
|
-
getAnimations(options?: GetAnimationsOptions
|
|
209
|
-
after(...nodes: (
|
|
210
|
-
before(...nodes: (
|
|
235
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
236
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
237
|
+
after(...nodes: (Node | string)[]): void;
|
|
238
|
+
before(...nodes: (Node | string)[]): void;
|
|
211
239
|
remove(): void;
|
|
212
|
-
replaceWith(...nodes: (
|
|
213
|
-
innerHTML: string;
|
|
240
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
214
241
|
readonly nextElementSibling: Element | null;
|
|
215
242
|
readonly previousElementSibling: Element | null;
|
|
216
243
|
readonly childElementCount: number;
|
|
217
244
|
readonly children: HTMLCollection;
|
|
218
245
|
readonly firstElementChild: Element | null;
|
|
219
246
|
readonly lastElementChild: Element | null;
|
|
220
|
-
append(...nodes: (
|
|
221
|
-
prepend(...nodes: (
|
|
222
|
-
querySelector<
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelector<
|
|
225
|
-
querySelector<
|
|
226
|
-
querySelector<
|
|
227
|
-
querySelectorAll<
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
querySelectorAll<
|
|
230
|
-
querySelectorAll<
|
|
231
|
-
querySelectorAll<
|
|
232
|
-
replaceChildren(...nodes: (
|
|
247
|
+
append(...nodes: (Node | string)[]): void;
|
|
248
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
249
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
250
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
251
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
252
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
253
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
254
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
255
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
256
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
257
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
258
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
259
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
233
260
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
234
|
-
readonly
|
|
261
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
262
|
+
get style(): CSSStyleDeclaration;
|
|
263
|
+
set style(cssText: string);
|
|
235
264
|
contentEditable: string;
|
|
236
265
|
enterKeyHint: string;
|
|
237
266
|
inputMode: string;
|
|
@@ -241,16 +270,20 @@ declare const Alert_base: {
|
|
|
241
270
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
242
271
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
243
272
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
244
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
273
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
245
274
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
275
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
246
277
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
247
278
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
248
279
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
249
280
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
250
281
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
251
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
282
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
252
283
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
|
-
|
|
284
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
287
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
255
288
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
289
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -297,12 +330,14 @@ declare const Alert_base: {
|
|
|
297
330
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
298
331
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
299
332
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
334
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
301
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
335
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
302
336
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
337
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
338
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
305
339
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
341
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
307
342
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
343
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -314,7 +349,7 @@ declare const Alert_base: {
|
|
|
314
349
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
315
350
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
351
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
352
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
318
353
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
319
354
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
320
355
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -332,14 +367,10 @@ declare const Alert_base: {
|
|
|
332
367
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
333
368
|
autofocus: boolean;
|
|
334
369
|
readonly dataset: DOMStringMap;
|
|
335
|
-
nonce?: string
|
|
370
|
+
nonce?: string;
|
|
336
371
|
tabIndex: number;
|
|
337
372
|
blur(): void;
|
|
338
|
-
focus(options?: FocusOptions
|
|
339
|
-
ariaColIndexText: string | null;
|
|
340
|
-
ariaDescription: string | null;
|
|
341
|
-
ariaRowIndexText: string | null;
|
|
342
|
-
ariaRelevant: string | null;
|
|
373
|
+
focus(options?: FocusOptions): void;
|
|
343
374
|
roleChanged(prev: string | null, next: string | null): void;
|
|
344
375
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
345
376
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -382,7 +413,7 @@ declare const Alert_base: {
|
|
|
382
413
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
383
414
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
384
415
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
385
|
-
"__#
|
|
416
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
386
417
|
newPropertyName: string;
|
|
387
418
|
deprecatedPropertyName: string;
|
|
388
419
|
fromDeprecated: (v: any) => any;
|
|
@@ -391,16 +422,17 @@ declare const Alert_base: {
|
|
|
391
422
|
};
|
|
392
423
|
} & {
|
|
393
424
|
new (...args: any[]): {
|
|
394
|
-
|
|
425
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
395
426
|
connectedCallback(): void;
|
|
396
|
-
_vividAriaBehaviour: import(
|
|
397
|
-
readonly $fastController: import(
|
|
398
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
427
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
428
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
429
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
399
430
|
disconnectedCallback(): void;
|
|
400
431
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
401
432
|
accessKey: string;
|
|
402
433
|
readonly accessKeyLabel: string;
|
|
403
434
|
autocapitalize: string;
|
|
435
|
+
autocorrect: boolean;
|
|
404
436
|
dir: string;
|
|
405
437
|
draggable: boolean;
|
|
406
438
|
hidden: boolean;
|
|
@@ -413,30 +445,39 @@ declare const Alert_base: {
|
|
|
413
445
|
readonly offsetTop: number;
|
|
414
446
|
readonly offsetWidth: number;
|
|
415
447
|
outerText: string;
|
|
448
|
+
popover: string | null;
|
|
416
449
|
spellcheck: boolean;
|
|
417
450
|
title: string;
|
|
418
451
|
translate: boolean;
|
|
452
|
+
writingSuggestions: string;
|
|
419
453
|
attachInternals(): ElementInternals;
|
|
420
454
|
click(): void;
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
455
|
+
hidePopover(): void;
|
|
456
|
+
showPopover(): void;
|
|
457
|
+
togglePopover(options?: boolean): boolean;
|
|
458
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
459
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
460
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
461
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
425
462
|
readonly attributes: NamedNodeMap;
|
|
426
|
-
|
|
463
|
+
get classList(): DOMTokenList;
|
|
464
|
+
set classList(value: string);
|
|
427
465
|
className: string;
|
|
428
466
|
readonly clientHeight: number;
|
|
429
467
|
readonly clientLeft: number;
|
|
430
468
|
readonly clientTop: number;
|
|
431
469
|
readonly clientWidth: number;
|
|
470
|
+
readonly currentCSSZoom: number;
|
|
432
471
|
id: string;
|
|
472
|
+
innerHTML: string;
|
|
433
473
|
readonly localName: string;
|
|
434
474
|
readonly namespaceURI: string | null;
|
|
435
475
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
436
476
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
437
477
|
outerHTML: string;
|
|
438
478
|
readonly ownerDocument: Document;
|
|
439
|
-
|
|
479
|
+
get part(): DOMTokenList;
|
|
480
|
+
set part(value: string);
|
|
440
481
|
readonly prefix: string | null;
|
|
441
482
|
readonly scrollHeight: number;
|
|
442
483
|
scrollLeft: number;
|
|
@@ -446,11 +487,12 @@ declare const Alert_base: {
|
|
|
446
487
|
slot: string;
|
|
447
488
|
readonly tagName: string;
|
|
448
489
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
449
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
450
|
-
closest<
|
|
451
|
-
closest<
|
|
452
|
-
closest<
|
|
453
|
-
closest<
|
|
490
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
491
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
492
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
493
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
494
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
495
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
454
496
|
getAttribute(qualifiedName: string): string | null;
|
|
455
497
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
456
498
|
getAttributeNames(): string[];
|
|
@@ -459,43 +501,47 @@ declare const Alert_base: {
|
|
|
459
501
|
getBoundingClientRect(): DOMRect;
|
|
460
502
|
getClientRects(): DOMRectList;
|
|
461
503
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
462
|
-
getElementsByTagName<
|
|
463
|
-
getElementsByTagName<
|
|
464
|
-
getElementsByTagName<
|
|
465
|
-
getElementsByTagName<
|
|
504
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
505
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
506
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
507
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
466
508
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
467
509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
468
510
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
469
511
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
470
512
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
513
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
471
514
|
hasAttribute(qualifiedName: string): boolean;
|
|
472
515
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
473
516
|
hasAttributes(): boolean;
|
|
474
517
|
hasPointerCapture(pointerId: number): boolean;
|
|
475
518
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
476
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
519
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
477
520
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
478
521
|
matches(selectors: string): boolean;
|
|
479
522
|
releasePointerCapture(pointerId: number): void;
|
|
480
523
|
removeAttribute(qualifiedName: string): void;
|
|
481
524
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
482
525
|
removeAttributeNode(attr: Attr): Attr;
|
|
483
|
-
requestFullscreen(options?: FullscreenOptions
|
|
484
|
-
requestPointerLock(): void
|
|
485
|
-
scroll(options?: ScrollToOptions
|
|
526
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
527
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
528
|
+
scroll(options?: ScrollToOptions): void;
|
|
486
529
|
scroll(x: number, y: number): void;
|
|
487
|
-
scrollBy(options?: ScrollToOptions
|
|
530
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
488
531
|
scrollBy(x: number, y: number): void;
|
|
489
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
490
|
-
scrollTo(options?: ScrollToOptions
|
|
532
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
533
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
491
534
|
scrollTo(x: number, y: number): void;
|
|
492
535
|
setAttribute(qualifiedName: string, value: string): void;
|
|
493
536
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
494
537
|
setAttributeNode(attr: Attr): Attr | null;
|
|
495
538
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
539
|
+
setHTMLUnsafe(html: string): void;
|
|
496
540
|
setPointerCapture(pointerId: number): void;
|
|
497
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
541
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
498
542
|
webkitMatchesSelector(selectors: string): boolean;
|
|
543
|
+
get textContent(): string;
|
|
544
|
+
set textContent(value: string | null);
|
|
499
545
|
readonly baseURI: string;
|
|
500
546
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
501
547
|
readonly firstChild: ChildNode | null;
|
|
@@ -508,22 +554,21 @@ declare const Alert_base: {
|
|
|
508
554
|
readonly parentElement: HTMLElement | null;
|
|
509
555
|
readonly parentNode: ParentNode | null;
|
|
510
556
|
readonly previousSibling: ChildNode | null;
|
|
511
|
-
textContent: string | null;
|
|
512
557
|
appendChild<T extends Node>(node: T): T;
|
|
513
|
-
cloneNode(
|
|
558
|
+
cloneNode(subtree?: boolean): Node;
|
|
514
559
|
compareDocumentPosition(other: Node): number;
|
|
515
560
|
contains(other: Node | null): boolean;
|
|
516
|
-
getRootNode(options?: GetRootNodeOptions
|
|
561
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
517
562
|
hasChildNodes(): boolean;
|
|
518
|
-
insertBefore<
|
|
563
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
519
564
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
520
565
|
isEqualNode(otherNode: Node | null): boolean;
|
|
521
566
|
isSameNode(otherNode: Node | null): boolean;
|
|
522
567
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
523
568
|
lookupPrefix(namespace: string | null): string | null;
|
|
524
569
|
normalize(): void;
|
|
525
|
-
removeChild<
|
|
526
|
-
replaceChild<
|
|
570
|
+
removeChild<T extends Node>(child: T): T;
|
|
571
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
527
572
|
readonly ELEMENT_NODE: 1;
|
|
528
573
|
readonly ATTRIBUTE_NODE: 2;
|
|
529
574
|
readonly TEXT_NODE: 3;
|
|
@@ -543,35 +588,49 @@ declare const Alert_base: {
|
|
|
543
588
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
544
589
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
545
590
|
dispatchEvent(event: Event): boolean;
|
|
591
|
+
ariaActiveDescendantElement: Element | null;
|
|
546
592
|
ariaAtomic: string | null;
|
|
547
593
|
ariaAutoComplete: string | null;
|
|
594
|
+
ariaBrailleLabel: string | null;
|
|
595
|
+
ariaBrailleRoleDescription: string | null;
|
|
548
596
|
ariaBusy: string | null;
|
|
549
597
|
ariaChecked: string | null;
|
|
550
598
|
ariaColCount: string | null;
|
|
551
599
|
ariaColIndex: string | null;
|
|
600
|
+
ariaColIndexText: string | null;
|
|
552
601
|
ariaColSpan: string | null;
|
|
602
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
553
603
|
ariaCurrent: string | null;
|
|
604
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
605
|
+
ariaDescription: string | null;
|
|
606
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
554
607
|
ariaDisabled: string | null;
|
|
608
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
555
609
|
ariaExpanded: string | null;
|
|
610
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
556
611
|
ariaHasPopup: string | null;
|
|
557
612
|
ariaHidden: string | null;
|
|
558
613
|
ariaInvalid: string | null;
|
|
559
614
|
ariaKeyShortcuts: string | null;
|
|
560
615
|
ariaLabel: string | null;
|
|
616
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
561
617
|
ariaLevel: string | null;
|
|
562
618
|
ariaLive: string | null;
|
|
563
619
|
ariaModal: string | null;
|
|
564
620
|
ariaMultiLine: string | null;
|
|
565
621
|
ariaMultiSelectable: string | null;
|
|
566
622
|
ariaOrientation: string | null;
|
|
623
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
567
624
|
ariaPlaceholder: string | null;
|
|
568
625
|
ariaPosInSet: string | null;
|
|
569
626
|
ariaPressed: string | null;
|
|
570
627
|
ariaReadOnly: string | null;
|
|
628
|
+
ariaRelevant: string | null;
|
|
571
629
|
ariaRequired: string | null;
|
|
572
630
|
ariaRoleDescription: string | null;
|
|
573
631
|
ariaRowCount: string | null;
|
|
574
632
|
ariaRowIndex: string | null;
|
|
633
|
+
ariaRowIndexText: string | null;
|
|
575
634
|
ariaRowSpan: string | null;
|
|
576
635
|
ariaSelected: string | null;
|
|
577
636
|
ariaSetSize: string | null;
|
|
@@ -581,34 +640,35 @@ declare const Alert_base: {
|
|
|
581
640
|
ariaValueNow: string | null;
|
|
582
641
|
ariaValueText: string | null;
|
|
583
642
|
role: string | null;
|
|
584
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
585
|
-
getAnimations(options?: GetAnimationsOptions
|
|
586
|
-
after(...nodes: (
|
|
587
|
-
before(...nodes: (
|
|
643
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
644
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
645
|
+
after(...nodes: (Node | string)[]): void;
|
|
646
|
+
before(...nodes: (Node | string)[]): void;
|
|
588
647
|
remove(): void;
|
|
589
|
-
replaceWith(...nodes: (
|
|
590
|
-
innerHTML: string;
|
|
648
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
591
649
|
readonly nextElementSibling: Element | null;
|
|
592
650
|
readonly previousElementSibling: Element | null;
|
|
593
651
|
readonly childElementCount: number;
|
|
594
652
|
readonly children: HTMLCollection;
|
|
595
653
|
readonly firstElementChild: Element | null;
|
|
596
654
|
readonly lastElementChild: Element | null;
|
|
597
|
-
append(...nodes: (
|
|
598
|
-
prepend(...nodes: (
|
|
599
|
-
querySelector<
|
|
600
|
-
querySelector<
|
|
601
|
-
querySelector<
|
|
602
|
-
querySelector<
|
|
603
|
-
querySelector<
|
|
604
|
-
querySelectorAll<
|
|
605
|
-
querySelectorAll<
|
|
606
|
-
querySelectorAll<
|
|
607
|
-
querySelectorAll<
|
|
608
|
-
querySelectorAll<
|
|
609
|
-
replaceChildren(...nodes: (
|
|
655
|
+
append(...nodes: (Node | string)[]): void;
|
|
656
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
657
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
658
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
659
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
660
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
661
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
662
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
663
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
664
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
665
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
666
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
667
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
610
668
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
611
|
-
readonly
|
|
669
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
670
|
+
get style(): CSSStyleDeclaration;
|
|
671
|
+
set style(cssText: string);
|
|
612
672
|
contentEditable: string;
|
|
613
673
|
enterKeyHint: string;
|
|
614
674
|
inputMode: string;
|
|
@@ -618,16 +678,20 @@ declare const Alert_base: {
|
|
|
618
678
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
619
679
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
620
680
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
621
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
681
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
622
682
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
683
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
684
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
623
685
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
624
686
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
687
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
626
688
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
689
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
690
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
629
691
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
630
|
-
|
|
692
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
693
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
694
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
631
695
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
632
696
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
633
697
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -674,12 +738,14 @@ declare const Alert_base: {
|
|
|
674
738
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
675
739
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
676
740
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
741
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
742
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
678
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
743
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
679
744
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
745
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
746
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
682
747
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
748
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
683
749
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
684
750
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
685
751
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -691,7 +757,7 @@ declare const Alert_base: {
|
|
|
691
757
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
692
758
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
693
759
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
694
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
760
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
695
761
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
696
762
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
697
763
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -709,14 +775,10 @@ declare const Alert_base: {
|
|
|
709
775
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
710
776
|
autofocus: boolean;
|
|
711
777
|
readonly dataset: DOMStringMap;
|
|
712
|
-
nonce?: string
|
|
778
|
+
nonce?: string;
|
|
713
779
|
tabIndex: number;
|
|
714
780
|
blur(): void;
|
|
715
|
-
focus(options?: FocusOptions
|
|
716
|
-
ariaColIndexText: string | null;
|
|
717
|
-
ariaDescription: string | null;
|
|
718
|
-
ariaRowIndexText: string | null;
|
|
719
|
-
ariaRelevant: string | null;
|
|
781
|
+
focus(options?: FocusOptions): void;
|
|
720
782
|
roleChanged(prev: string | null, next: string | null): void;
|
|
721
783
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
722
784
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -759,7 +821,7 @@ declare const Alert_base: {
|
|
|
759
821
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
760
822
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
761
823
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
762
|
-
"__#
|
|
824
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
763
825
|
newPropertyName: string;
|
|
764
826
|
deprecatedPropertyName: string;
|
|
765
827
|
fromDeprecated: (v: any) => any;
|