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