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