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