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