@vonage/vivid 5.12.0 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { VividElementDefinitionContext } from '../../design-system/defineVividComponent';
|
|
2
2
|
import { InlineTimePicker } from './inline-time-picker/inline-time-picker';
|
|
3
|
-
export declare const TimeSelectionPickerTemplate: (context: VividElementDefinitionContext, numOptionsVisible: number) => import(
|
|
4
|
-
|
|
5
|
-
_withUpdatedTime(timeStr:
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export declare const TimeSelectionPickerTemplate: (context: VividElementDefinitionContext, numOptionsVisible: number) => import('@microsoft/fast-element').ViewTemplate<{
|
|
4
|
+
get _timeValue(): string;
|
|
5
|
+
_withUpdatedTime(timeStr: import('../../datetime/dateStr').DateStr): string;
|
|
6
|
+
get _resolvedMinTime(): import('../../datetime/time').TimeStr | null;
|
|
7
|
+
get _resolvedMaxTime(): import('../../datetime/time').TimeStr | null;
|
|
8
8
|
minutesStep: number | null;
|
|
9
9
|
secondsStep: number | null;
|
|
10
|
-
clock?: "12h" | "24h"
|
|
10
|
+
clock?: "12h" | "24h";
|
|
11
11
|
_inlineTimePickerEl: InlineTimePicker;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"__#
|
|
12
|
+
get _displaySeconds(): boolean;
|
|
13
|
+
get _use12hClock(): boolean;
|
|
14
|
+
get _timePlaceholder(): string;
|
|
15
|
+
"__#private@#clockChangeHandler": {
|
|
16
16
|
handleChange: () => void;
|
|
17
17
|
};
|
|
18
|
-
"__#
|
|
19
|
-
"__#
|
|
20
|
-
"__#
|
|
18
|
+
"__#private@#clockChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
19
|
+
"__#private@#startObservingClockChanges"(): void;
|
|
20
|
+
"__#private@#stopObservingClockChanges"(): void;
|
|
21
21
|
connectedCallback(): void;
|
|
22
22
|
disconnectedCallback(): void;
|
|
23
23
|
_onPickerButtonClick(): void;
|
|
@@ -36,52 +36,53 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
36
36
|
_onClearClick: (() => void) & (() => void);
|
|
37
37
|
readOnly: boolean;
|
|
38
38
|
readOnlyChanged(): void;
|
|
39
|
-
_textFieldEl: import(
|
|
39
|
+
_textFieldEl: import('../../..').VwcTextFieldElement;
|
|
40
40
|
_dialogEl: HTMLElement;
|
|
41
|
-
_pickerButtonEl: import(
|
|
42
|
-
"__#
|
|
43
|
-
"__#
|
|
41
|
+
_pickerButtonEl: import('../../..').VwcButtonElement;
|
|
42
|
+
"__#private@#onFocusIn": () => void;
|
|
43
|
+
"__#private@#onFocusOut": () => void;
|
|
44
44
|
proxy: HTMLInputElement;
|
|
45
45
|
validate(): void;
|
|
46
46
|
_getCustomValidationError(): string | null;
|
|
47
|
-
"__#
|
|
47
|
+
"__#private@#localeChangeHandler": {
|
|
48
48
|
handleChange: () => void;
|
|
49
49
|
};
|
|
50
|
-
"__#
|
|
51
|
-
"__#
|
|
52
|
-
"__#
|
|
50
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
51
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
52
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
53
53
|
_popupOpen: boolean;
|
|
54
|
-
"__#
|
|
55
|
-
"__#
|
|
54
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
55
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
56
56
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
57
57
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
58
58
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
59
|
-
|
|
59
|
+
get _dialogLabel(): string;
|
|
60
60
|
_presentationValue: string;
|
|
61
61
|
_presentationValueChanged(): void;
|
|
62
|
-
|
|
63
|
-
_textFieldSize?: string
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
get _textFieldPlaceholder(): string;
|
|
63
|
+
_textFieldSize?: string;
|
|
64
|
+
get _pickerButtonLabel(): string;
|
|
65
|
+
get _pickerButtonIcon(): string;
|
|
66
66
|
_onOkClick(): void;
|
|
67
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
68
|
-
|
|
67
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
68
|
+
get _hasContextualHelp(): boolean;
|
|
69
69
|
_isFromContextualHelp(e: Event): boolean;
|
|
70
|
-
label?: string
|
|
70
|
+
label?: string;
|
|
71
71
|
errorValidationMessage: string;
|
|
72
72
|
forceErrorDisplay: boolean;
|
|
73
73
|
hasBeenTouched: boolean;
|
|
74
|
-
"__#
|
|
74
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
75
75
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
76
|
+
get validity(): ValidityState;
|
|
77
|
+
get form(): HTMLFormElement | null;
|
|
78
|
+
get validationMessage(): string;
|
|
79
|
+
get willValidate(): boolean;
|
|
80
|
+
get labels(): ReadonlyArray<Node>;
|
|
81
81
|
dirtyValue: boolean;
|
|
82
|
-
proxySlot?: HTMLSlotElement
|
|
82
|
+
proxySlot?: HTMLSlotElement;
|
|
83
83
|
value: string;
|
|
84
|
-
currentValue: string;
|
|
84
|
+
get currentValue(): string;
|
|
85
|
+
set currentValue(value: string);
|
|
85
86
|
initialValue: string;
|
|
86
87
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
87
88
|
disabled: boolean;
|
|
@@ -90,25 +91,26 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
90
91
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
91
92
|
required: boolean;
|
|
92
93
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
93
|
-
|
|
94
|
+
get elementInternals(): ElementInternals | null;
|
|
94
95
|
proxyEventsToBlock: string[];
|
|
95
96
|
checkValidity: (() => boolean) & (() => boolean);
|
|
96
97
|
reportValidity: (() => boolean) & (() => boolean);
|
|
97
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
98
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
98
99
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
99
100
|
proxyInitialized: boolean;
|
|
100
101
|
attachProxy: (() => void) & (() => void);
|
|
101
102
|
detachProxy: (() => void) & (() => void);
|
|
102
|
-
setFormValue: ((value:
|
|
103
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
103
104
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
104
105
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
105
|
-
_vividAriaBehaviour: import(
|
|
106
|
-
readonly $fastController: import(
|
|
107
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
106
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
107
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
108
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
108
109
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
109
110
|
accessKey: string;
|
|
110
111
|
readonly accessKeyLabel: string;
|
|
111
112
|
autocapitalize: string;
|
|
113
|
+
autocorrect: boolean;
|
|
112
114
|
dir: string;
|
|
113
115
|
draggable: boolean;
|
|
114
116
|
hidden: boolean;
|
|
@@ -121,30 +123,39 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
121
123
|
readonly offsetTop: number;
|
|
122
124
|
readonly offsetWidth: number;
|
|
123
125
|
outerText: string;
|
|
126
|
+
popover: string | null;
|
|
124
127
|
spellcheck: boolean;
|
|
125
128
|
title: string;
|
|
126
129
|
translate: boolean;
|
|
130
|
+
writingSuggestions: string;
|
|
127
131
|
attachInternals(): ElementInternals;
|
|
128
132
|
click(): void;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
+
hidePopover(): void;
|
|
134
|
+
showPopover(): void;
|
|
135
|
+
togglePopover(options?: boolean): boolean;
|
|
136
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
137
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
138
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
139
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
133
140
|
readonly attributes: NamedNodeMap;
|
|
134
|
-
|
|
141
|
+
get classList(): DOMTokenList;
|
|
142
|
+
set classList(value: string);
|
|
135
143
|
className: string;
|
|
136
144
|
readonly clientHeight: number;
|
|
137
145
|
readonly clientLeft: number;
|
|
138
146
|
readonly clientTop: number;
|
|
139
147
|
readonly clientWidth: number;
|
|
148
|
+
readonly currentCSSZoom: number;
|
|
140
149
|
id: string;
|
|
150
|
+
innerHTML: string;
|
|
141
151
|
readonly localName: string;
|
|
142
152
|
readonly namespaceURI: string | null;
|
|
143
153
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
144
154
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
145
155
|
outerHTML: string;
|
|
146
156
|
readonly ownerDocument: Document;
|
|
147
|
-
|
|
157
|
+
get part(): DOMTokenList;
|
|
158
|
+
set part(value: string);
|
|
148
159
|
readonly prefix: string | null;
|
|
149
160
|
readonly scrollHeight: number;
|
|
150
161
|
scrollLeft: number;
|
|
@@ -154,11 +165,12 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
154
165
|
slot: string;
|
|
155
166
|
readonly tagName: string;
|
|
156
167
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
157
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
158
|
-
closest<
|
|
159
|
-
closest<
|
|
160
|
-
closest<
|
|
168
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
169
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
170
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
171
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
161
172
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
173
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
162
174
|
getAttribute(qualifiedName: string): string | null;
|
|
163
175
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
164
176
|
getAttributeNames(): string[];
|
|
@@ -167,43 +179,47 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
167
179
|
getBoundingClientRect(): DOMRect;
|
|
168
180
|
getClientRects(): DOMRectList;
|
|
169
181
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
170
|
-
getElementsByTagName<
|
|
171
|
-
getElementsByTagName<
|
|
172
|
-
getElementsByTagName<
|
|
173
|
-
getElementsByTagName<
|
|
182
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
183
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
184
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
185
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
174
186
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
175
187
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
176
188
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
177
189
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
178
190
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
191
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
179
192
|
hasAttribute(qualifiedName: string): boolean;
|
|
180
193
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
181
194
|
hasAttributes(): boolean;
|
|
182
195
|
hasPointerCapture(pointerId: number): boolean;
|
|
183
196
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
184
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
197
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
185
198
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
186
199
|
matches(selectors: string): boolean;
|
|
187
200
|
releasePointerCapture(pointerId: number): void;
|
|
188
201
|
removeAttribute(qualifiedName: string): void;
|
|
189
202
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
190
203
|
removeAttributeNode(attr: Attr): Attr;
|
|
191
|
-
requestFullscreen(options?: FullscreenOptions
|
|
192
|
-
requestPointerLock(): void
|
|
193
|
-
scroll(options?: ScrollToOptions
|
|
204
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
205
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
206
|
+
scroll(options?: ScrollToOptions): void;
|
|
194
207
|
scroll(x: number, y: number): void;
|
|
195
|
-
scrollBy(options?: ScrollToOptions
|
|
208
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
196
209
|
scrollBy(x: number, y: number): void;
|
|
197
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
198
|
-
scrollTo(options?: ScrollToOptions
|
|
210
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
211
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
199
212
|
scrollTo(x: number, y: number): void;
|
|
200
213
|
setAttribute(qualifiedName: string, value: string): void;
|
|
201
214
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
202
215
|
setAttributeNode(attr: Attr): Attr | null;
|
|
203
216
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
217
|
+
setHTMLUnsafe(html: string): void;
|
|
204
218
|
setPointerCapture(pointerId: number): void;
|
|
205
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
219
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
206
220
|
webkitMatchesSelector(selectors: string): boolean;
|
|
221
|
+
get textContent(): string;
|
|
222
|
+
set textContent(value: string | null);
|
|
207
223
|
readonly baseURI: string;
|
|
208
224
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
209
225
|
readonly firstChild: ChildNode | null;
|
|
@@ -216,22 +232,21 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
216
232
|
readonly parentElement: HTMLElement | null;
|
|
217
233
|
readonly parentNode: ParentNode | null;
|
|
218
234
|
readonly previousSibling: ChildNode | null;
|
|
219
|
-
textContent: string | null;
|
|
220
235
|
appendChild<T extends Node>(node: T): T;
|
|
221
|
-
cloneNode(
|
|
236
|
+
cloneNode(subtree?: boolean): Node;
|
|
222
237
|
compareDocumentPosition(other: Node): number;
|
|
223
238
|
contains(other: Node | null): boolean;
|
|
224
|
-
getRootNode(options?: GetRootNodeOptions
|
|
239
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
225
240
|
hasChildNodes(): boolean;
|
|
226
|
-
insertBefore<
|
|
241
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
227
242
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
228
243
|
isEqualNode(otherNode: Node | null): boolean;
|
|
229
244
|
isSameNode(otherNode: Node | null): boolean;
|
|
230
245
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
231
246
|
lookupPrefix(namespace: string | null): string | null;
|
|
232
247
|
normalize(): void;
|
|
233
|
-
removeChild<
|
|
234
|
-
replaceChild<
|
|
248
|
+
removeChild<T extends Node>(child: T): T;
|
|
249
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
235
250
|
readonly ELEMENT_NODE: 1;
|
|
236
251
|
readonly ATTRIBUTE_NODE: 2;
|
|
237
252
|
readonly TEXT_NODE: 3;
|
|
@@ -251,35 +266,49 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
251
266
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
252
267
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
253
268
|
dispatchEvent(event: Event): boolean;
|
|
269
|
+
ariaActiveDescendantElement: Element | null;
|
|
254
270
|
ariaAtomic: string | null;
|
|
255
271
|
ariaAutoComplete: string | null;
|
|
272
|
+
ariaBrailleLabel: string | null;
|
|
273
|
+
ariaBrailleRoleDescription: string | null;
|
|
256
274
|
ariaBusy: string | null;
|
|
257
275
|
ariaChecked: string | null;
|
|
258
276
|
ariaColCount: string | null;
|
|
259
277
|
ariaColIndex: string | null;
|
|
278
|
+
ariaColIndexText: string | null;
|
|
260
279
|
ariaColSpan: string | null;
|
|
280
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
261
281
|
ariaCurrent: string | null;
|
|
282
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
283
|
+
ariaDescription: string | null;
|
|
284
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
262
285
|
ariaDisabled: string | null;
|
|
286
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
263
287
|
ariaExpanded: string | null;
|
|
288
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
264
289
|
ariaHasPopup: string | null;
|
|
265
290
|
ariaHidden: string | null;
|
|
266
291
|
ariaInvalid: string | null;
|
|
267
292
|
ariaKeyShortcuts: string | null;
|
|
268
293
|
ariaLabel: string | null;
|
|
294
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
269
295
|
ariaLevel: string | null;
|
|
270
296
|
ariaLive: string | null;
|
|
271
297
|
ariaModal: string | null;
|
|
272
298
|
ariaMultiLine: string | null;
|
|
273
299
|
ariaMultiSelectable: string | null;
|
|
274
300
|
ariaOrientation: string | null;
|
|
301
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
275
302
|
ariaPlaceholder: string | null;
|
|
276
303
|
ariaPosInSet: string | null;
|
|
277
304
|
ariaPressed: string | null;
|
|
278
305
|
ariaReadOnly: string | null;
|
|
306
|
+
ariaRelevant: string | null;
|
|
279
307
|
ariaRequired: string | null;
|
|
280
308
|
ariaRoleDescription: string | null;
|
|
281
309
|
ariaRowCount: string | null;
|
|
282
310
|
ariaRowIndex: string | null;
|
|
311
|
+
ariaRowIndexText: string | null;
|
|
283
312
|
ariaRowSpan: string | null;
|
|
284
313
|
ariaSelected: string | null;
|
|
285
314
|
ariaSetSize: string | null;
|
|
@@ -289,34 +318,35 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
289
318
|
ariaValueNow: string | null;
|
|
290
319
|
ariaValueText: string | null;
|
|
291
320
|
role: string | null;
|
|
292
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
293
|
-
getAnimations(options?: GetAnimationsOptions
|
|
294
|
-
after(...nodes: (
|
|
295
|
-
before(...nodes: (
|
|
321
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
322
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
323
|
+
after(...nodes: (Node | string)[]): void;
|
|
324
|
+
before(...nodes: (Node | string)[]): void;
|
|
296
325
|
remove(): void;
|
|
297
|
-
replaceWith(...nodes: (
|
|
298
|
-
innerHTML: string;
|
|
326
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
299
327
|
readonly nextElementSibling: Element | null;
|
|
300
328
|
readonly previousElementSibling: Element | null;
|
|
301
329
|
readonly childElementCount: number;
|
|
302
330
|
readonly children: HTMLCollection;
|
|
303
331
|
readonly firstElementChild: Element | null;
|
|
304
332
|
readonly lastElementChild: Element | null;
|
|
305
|
-
append(...nodes: (
|
|
306
|
-
prepend(...nodes: (
|
|
307
|
-
querySelector<
|
|
308
|
-
querySelector<
|
|
309
|
-
querySelector<
|
|
310
|
-
querySelector<
|
|
311
|
-
querySelector<
|
|
312
|
-
querySelectorAll<
|
|
313
|
-
querySelectorAll<
|
|
314
|
-
querySelectorAll<
|
|
315
|
-
querySelectorAll<
|
|
316
|
-
querySelectorAll<
|
|
317
|
-
replaceChildren(...nodes: (
|
|
333
|
+
append(...nodes: (Node | string)[]): void;
|
|
334
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
335
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
336
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
337
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
338
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
339
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
340
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
341
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
342
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
343
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
344
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
345
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
318
346
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
319
|
-
readonly
|
|
347
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
348
|
+
get style(): CSSStyleDeclaration;
|
|
349
|
+
set style(cssText: string);
|
|
320
350
|
contentEditable: string;
|
|
321
351
|
enterKeyHint: string;
|
|
322
352
|
inputMode: string;
|
|
@@ -326,16 +356,20 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
326
356
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
357
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
358
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
359
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
360
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
361
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
331
363
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
332
364
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
365
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
366
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
367
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
368
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
369
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
-
|
|
370
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
371
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
372
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
373
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
340
374
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
375
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -382,12 +416,14 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
382
416
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
417
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
418
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
419
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
385
420
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
386
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
421
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
387
422
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
423
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
424
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
390
425
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
426
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
391
427
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
392
428
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
429
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -399,7 +435,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
399
435
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
400
436
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
437
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
438
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
403
439
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
440
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
441
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -417,14 +453,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
417
453
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
418
454
|
autofocus: boolean;
|
|
419
455
|
readonly dataset: DOMStringMap;
|
|
420
|
-
nonce?: string
|
|
456
|
+
nonce?: string;
|
|
421
457
|
tabIndex: number;
|
|
422
458
|
blur(): void;
|
|
423
|
-
focus(options?: FocusOptions
|
|
424
|
-
ariaColIndexText: string | null;
|
|
425
|
-
ariaDescription: string | null;
|
|
426
|
-
ariaRowIndexText: string | null;
|
|
427
|
-
ariaRelevant: string | null;
|
|
459
|
+
focus(options?: FocusOptions): void;
|
|
428
460
|
roleChanged(prev: string | null, next: string | null): void;
|
|
429
461
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
430
462
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -467,39 +499,40 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
467
499
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
468
500
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
469
501
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
470
|
-
"__#
|
|
502
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
471
503
|
newPropertyName: string;
|
|
472
504
|
deprecatedPropertyName: string;
|
|
473
505
|
fromDeprecated: (v: any) => any;
|
|
474
506
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
475
507
|
}): void;
|
|
476
|
-
helperText?: string
|
|
477
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
478
|
-
|
|
508
|
+
helperText?: string;
|
|
509
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
510
|
+
get _feedbackDescribedBy(): string;
|
|
479
511
|
_internalFeedback(): {
|
|
480
|
-
type: import(
|
|
512
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
481
513
|
message: string;
|
|
482
514
|
};
|
|
483
515
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
484
|
-
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import(
|
|
485
|
-
helperText?: string
|
|
486
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
487
|
-
|
|
516
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
517
|
+
helperText?: string;
|
|
518
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
519
|
+
get _feedbackDescribedBy(): string;
|
|
488
520
|
_internalFeedback(): {
|
|
489
|
-
type: import(
|
|
521
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
490
522
|
message: string;
|
|
491
523
|
};
|
|
492
524
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
493
|
-
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import(
|
|
525
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
494
526
|
connectedCallback(): void;
|
|
495
|
-
_vividAriaBehaviour: import(
|
|
496
|
-
readonly $fastController: import(
|
|
497
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
527
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
528
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
529
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
498
530
|
disconnectedCallback(): void;
|
|
499
531
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
500
532
|
accessKey: string;
|
|
501
533
|
readonly accessKeyLabel: string;
|
|
502
534
|
autocapitalize: string;
|
|
535
|
+
autocorrect: boolean;
|
|
503
536
|
dir: string;
|
|
504
537
|
draggable: boolean;
|
|
505
538
|
hidden: boolean;
|
|
@@ -512,30 +545,39 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
512
545
|
readonly offsetTop: number;
|
|
513
546
|
readonly offsetWidth: number;
|
|
514
547
|
outerText: string;
|
|
548
|
+
popover: string | null;
|
|
515
549
|
spellcheck: boolean;
|
|
516
550
|
title: string;
|
|
517
551
|
translate: boolean;
|
|
552
|
+
writingSuggestions: string;
|
|
518
553
|
attachInternals(): ElementInternals;
|
|
519
554
|
click(): void;
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
555
|
+
hidePopover(): void;
|
|
556
|
+
showPopover(): void;
|
|
557
|
+
togglePopover(options?: boolean): boolean;
|
|
558
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
559
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
560
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
561
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
524
562
|
readonly attributes: NamedNodeMap;
|
|
525
|
-
|
|
563
|
+
get classList(): DOMTokenList;
|
|
564
|
+
set classList(value: string);
|
|
526
565
|
className: string;
|
|
527
566
|
readonly clientHeight: number;
|
|
528
567
|
readonly clientLeft: number;
|
|
529
568
|
readonly clientTop: number;
|
|
530
569
|
readonly clientWidth: number;
|
|
570
|
+
readonly currentCSSZoom: number;
|
|
531
571
|
id: string;
|
|
572
|
+
innerHTML: string;
|
|
532
573
|
readonly localName: string;
|
|
533
574
|
readonly namespaceURI: string | null;
|
|
534
575
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
535
576
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
536
577
|
outerHTML: string;
|
|
537
578
|
readonly ownerDocument: Document;
|
|
538
|
-
|
|
579
|
+
get part(): DOMTokenList;
|
|
580
|
+
set part(value: string);
|
|
539
581
|
readonly prefix: string | null;
|
|
540
582
|
readonly scrollHeight: number;
|
|
541
583
|
scrollLeft: number;
|
|
@@ -545,11 +587,12 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
545
587
|
slot: string;
|
|
546
588
|
readonly tagName: string;
|
|
547
589
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
548
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
549
|
-
closest<
|
|
550
|
-
closest<
|
|
551
|
-
closest<
|
|
552
|
-
closest<
|
|
590
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
591
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
592
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
593
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
594
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
595
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
553
596
|
getAttribute(qualifiedName: string): string | null;
|
|
554
597
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
555
598
|
getAttributeNames(): string[];
|
|
@@ -558,43 +601,47 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
558
601
|
getBoundingClientRect(): DOMRect;
|
|
559
602
|
getClientRects(): DOMRectList;
|
|
560
603
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
561
|
-
getElementsByTagName<
|
|
562
|
-
getElementsByTagName<
|
|
563
|
-
getElementsByTagName<
|
|
564
|
-
getElementsByTagName<
|
|
604
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
605
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
606
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
607
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
565
608
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
566
609
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
567
610
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
568
611
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
569
612
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
613
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
570
614
|
hasAttribute(qualifiedName: string): boolean;
|
|
571
615
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
572
616
|
hasAttributes(): boolean;
|
|
573
617
|
hasPointerCapture(pointerId: number): boolean;
|
|
574
618
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
575
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
619
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
576
620
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
577
621
|
matches(selectors: string): boolean;
|
|
578
622
|
releasePointerCapture(pointerId: number): void;
|
|
579
623
|
removeAttribute(qualifiedName: string): void;
|
|
580
624
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
581
625
|
removeAttributeNode(attr: Attr): Attr;
|
|
582
|
-
requestFullscreen(options?: FullscreenOptions
|
|
583
|
-
requestPointerLock(): void
|
|
584
|
-
scroll(options?: ScrollToOptions
|
|
626
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
627
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
628
|
+
scroll(options?: ScrollToOptions): void;
|
|
585
629
|
scroll(x: number, y: number): void;
|
|
586
|
-
scrollBy(options?: ScrollToOptions
|
|
630
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
587
631
|
scrollBy(x: number, y: number): void;
|
|
588
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
589
|
-
scrollTo(options?: ScrollToOptions
|
|
632
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
633
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
590
634
|
scrollTo(x: number, y: number): void;
|
|
591
635
|
setAttribute(qualifiedName: string, value: string): void;
|
|
592
636
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
593
637
|
setAttributeNode(attr: Attr): Attr | null;
|
|
594
638
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
639
|
+
setHTMLUnsafe(html: string): void;
|
|
595
640
|
setPointerCapture(pointerId: number): void;
|
|
596
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
641
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
597
642
|
webkitMatchesSelector(selectors: string): boolean;
|
|
643
|
+
get textContent(): string;
|
|
644
|
+
set textContent(value: string | null);
|
|
598
645
|
readonly baseURI: string;
|
|
599
646
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
600
647
|
readonly firstChild: ChildNode | null;
|
|
@@ -607,22 +654,21 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
607
654
|
readonly parentElement: HTMLElement | null;
|
|
608
655
|
readonly parentNode: ParentNode | null;
|
|
609
656
|
readonly previousSibling: ChildNode | null;
|
|
610
|
-
textContent: string | null;
|
|
611
657
|
appendChild<T extends Node>(node: T): T;
|
|
612
|
-
cloneNode(
|
|
658
|
+
cloneNode(subtree?: boolean): Node;
|
|
613
659
|
compareDocumentPosition(other: Node): number;
|
|
614
660
|
contains(other: Node | null): boolean;
|
|
615
|
-
getRootNode(options?: GetRootNodeOptions
|
|
661
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
616
662
|
hasChildNodes(): boolean;
|
|
617
|
-
insertBefore<
|
|
663
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
618
664
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
619
665
|
isEqualNode(otherNode: Node | null): boolean;
|
|
620
666
|
isSameNode(otherNode: Node | null): boolean;
|
|
621
667
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
622
668
|
lookupPrefix(namespace: string | null): string | null;
|
|
623
669
|
normalize(): void;
|
|
624
|
-
removeChild<
|
|
625
|
-
replaceChild<
|
|
670
|
+
removeChild<T extends Node>(child: T): T;
|
|
671
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
626
672
|
readonly ELEMENT_NODE: 1;
|
|
627
673
|
readonly ATTRIBUTE_NODE: 2;
|
|
628
674
|
readonly TEXT_NODE: 3;
|
|
@@ -642,35 +688,49 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
642
688
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
643
689
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
644
690
|
dispatchEvent(event: Event): boolean;
|
|
691
|
+
ariaActiveDescendantElement: Element | null;
|
|
645
692
|
ariaAtomic: string | null;
|
|
646
693
|
ariaAutoComplete: string | null;
|
|
694
|
+
ariaBrailleLabel: string | null;
|
|
695
|
+
ariaBrailleRoleDescription: string | null;
|
|
647
696
|
ariaBusy: string | null;
|
|
648
697
|
ariaChecked: string | null;
|
|
649
698
|
ariaColCount: string | null;
|
|
650
699
|
ariaColIndex: string | null;
|
|
700
|
+
ariaColIndexText: string | null;
|
|
651
701
|
ariaColSpan: string | null;
|
|
702
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
652
703
|
ariaCurrent: string | null;
|
|
704
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
705
|
+
ariaDescription: string | null;
|
|
706
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
653
707
|
ariaDisabled: string | null;
|
|
708
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
654
709
|
ariaExpanded: string | null;
|
|
710
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
655
711
|
ariaHasPopup: string | null;
|
|
656
712
|
ariaHidden: string | null;
|
|
657
713
|
ariaInvalid: string | null;
|
|
658
714
|
ariaKeyShortcuts: string | null;
|
|
659
715
|
ariaLabel: string | null;
|
|
716
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
660
717
|
ariaLevel: string | null;
|
|
661
718
|
ariaLive: string | null;
|
|
662
719
|
ariaModal: string | null;
|
|
663
720
|
ariaMultiLine: string | null;
|
|
664
721
|
ariaMultiSelectable: string | null;
|
|
665
722
|
ariaOrientation: string | null;
|
|
723
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
666
724
|
ariaPlaceholder: string | null;
|
|
667
725
|
ariaPosInSet: string | null;
|
|
668
726
|
ariaPressed: string | null;
|
|
669
727
|
ariaReadOnly: string | null;
|
|
728
|
+
ariaRelevant: string | null;
|
|
670
729
|
ariaRequired: string | null;
|
|
671
730
|
ariaRoleDescription: string | null;
|
|
672
731
|
ariaRowCount: string | null;
|
|
673
732
|
ariaRowIndex: string | null;
|
|
733
|
+
ariaRowIndexText: string | null;
|
|
674
734
|
ariaRowSpan: string | null;
|
|
675
735
|
ariaSelected: string | null;
|
|
676
736
|
ariaSetSize: string | null;
|
|
@@ -680,34 +740,35 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
680
740
|
ariaValueNow: string | null;
|
|
681
741
|
ariaValueText: string | null;
|
|
682
742
|
role: string | null;
|
|
683
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
684
|
-
getAnimations(options?: GetAnimationsOptions
|
|
685
|
-
after(...nodes: (
|
|
686
|
-
before(...nodes: (
|
|
743
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
744
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
745
|
+
after(...nodes: (Node | string)[]): void;
|
|
746
|
+
before(...nodes: (Node | string)[]): void;
|
|
687
747
|
remove(): void;
|
|
688
|
-
replaceWith(...nodes: (
|
|
689
|
-
innerHTML: string;
|
|
748
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
690
749
|
readonly nextElementSibling: Element | null;
|
|
691
750
|
readonly previousElementSibling: Element | null;
|
|
692
751
|
readonly childElementCount: number;
|
|
693
752
|
readonly children: HTMLCollection;
|
|
694
753
|
readonly firstElementChild: Element | null;
|
|
695
754
|
readonly lastElementChild: Element | null;
|
|
696
|
-
append(...nodes: (
|
|
697
|
-
prepend(...nodes: (
|
|
698
|
-
querySelector<
|
|
699
|
-
querySelector<
|
|
700
|
-
querySelector<
|
|
701
|
-
querySelector<
|
|
702
|
-
querySelector<
|
|
703
|
-
querySelectorAll<
|
|
704
|
-
querySelectorAll<
|
|
705
|
-
querySelectorAll<
|
|
706
|
-
querySelectorAll<
|
|
707
|
-
querySelectorAll<
|
|
708
|
-
replaceChildren(...nodes: (
|
|
755
|
+
append(...nodes: (Node | string)[]): void;
|
|
756
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
757
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
758
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
759
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
760
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
761
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
762
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
763
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
764
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
765
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
766
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
767
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
709
768
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
710
|
-
readonly
|
|
769
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
770
|
+
get style(): CSSStyleDeclaration;
|
|
771
|
+
set style(cssText: string);
|
|
711
772
|
contentEditable: string;
|
|
712
773
|
enterKeyHint: string;
|
|
713
774
|
inputMode: string;
|
|
@@ -717,16 +778,20 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
717
778
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
718
779
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
719
780
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
720
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
781
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
721
782
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
783
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
784
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
722
785
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
723
786
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
724
787
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
788
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
726
789
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
790
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
728
791
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
729
|
-
|
|
792
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
793
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
794
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
730
795
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
731
796
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
732
797
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -773,12 +838,14 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
773
838
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
774
839
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
775
840
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
841
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
776
842
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
777
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
843
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
778
844
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
779
845
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
780
846
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
781
847
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
848
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
782
849
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
783
850
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
784
851
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -790,7 +857,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
790
857
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
791
858
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
792
859
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
793
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
860
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
794
861
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
795
862
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
796
863
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -808,14 +875,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
808
875
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
809
876
|
autofocus: boolean;
|
|
810
877
|
readonly dataset: DOMStringMap;
|
|
811
|
-
nonce?: string
|
|
878
|
+
nonce?: string;
|
|
812
879
|
tabIndex: number;
|
|
813
880
|
blur(): void;
|
|
814
|
-
focus(options?: FocusOptions
|
|
815
|
-
ariaColIndexText: string | null;
|
|
816
|
-
ariaDescription: string | null;
|
|
817
|
-
ariaRowIndexText: string | null;
|
|
818
|
-
ariaRelevant: string | null;
|
|
881
|
+
focus(options?: FocusOptions): void;
|
|
819
882
|
roleChanged(prev: string | null, next: string | null): void;
|
|
820
883
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
821
884
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -858,21 +921,21 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
858
921
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
859
922
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
860
923
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
861
|
-
"__#
|
|
924
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
862
925
|
newPropertyName: string;
|
|
863
926
|
deprecatedPropertyName: string;
|
|
864
927
|
fromDeprecated: (v: any) => any;
|
|
865
928
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
866
929
|
}): void;
|
|
867
930
|
}, any>;
|
|
868
|
-
errorText?: string
|
|
931
|
+
errorText?: string;
|
|
869
932
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
870
|
-
"__#
|
|
871
|
-
"__#
|
|
872
|
-
"__#
|
|
873
|
-
"__#
|
|
933
|
+
"__#private@#blockValidateCalls": boolean;
|
|
934
|
+
"__#private@#originalValidateFn": () => void;
|
|
935
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
936
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
874
937
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
875
|
-
|
|
938
|
+
get locale(): import('../../localization/Locale').Locale;
|
|
876
939
|
} & {
|
|
877
940
|
_isValidValue(value: string): boolean;
|
|
878
941
|
_toPresentationValue(value: string): string;
|
|
@@ -887,55 +950,56 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
887
950
|
_onClearClick(): void;
|
|
888
951
|
readOnly: boolean;
|
|
889
952
|
readOnlyChanged(): void;
|
|
890
|
-
_textFieldEl: import(
|
|
953
|
+
_textFieldEl: import('../../..').VwcTextFieldElement;
|
|
891
954
|
_dialogEl: HTMLElement;
|
|
892
|
-
_pickerButtonEl: import(
|
|
955
|
+
_pickerButtonEl: import('../../..').VwcButtonElement;
|
|
893
956
|
connectedCallback(): void;
|
|
894
957
|
disconnectedCallback(): void;
|
|
895
|
-
"__#
|
|
896
|
-
"__#
|
|
958
|
+
"__#private@#onFocusIn": () => void;
|
|
959
|
+
"__#private@#onFocusOut": () => void;
|
|
897
960
|
proxy: HTMLInputElement;
|
|
898
961
|
validate(): void;
|
|
899
962
|
_getCustomValidationError(): string | null;
|
|
900
|
-
"__#
|
|
963
|
+
"__#private@#localeChangeHandler": {
|
|
901
964
|
handleChange: () => void;
|
|
902
965
|
};
|
|
903
|
-
"__#
|
|
904
|
-
"__#
|
|
905
|
-
"__#
|
|
966
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
967
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
968
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
906
969
|
_popupOpen: boolean;
|
|
907
|
-
"__#
|
|
908
|
-
"__#
|
|
970
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
971
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
909
972
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
910
973
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
911
974
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
912
|
-
|
|
975
|
+
get _dialogLabel(): string;
|
|
913
976
|
_presentationValue: string;
|
|
914
977
|
_presentationValueChanged(): void;
|
|
915
|
-
|
|
916
|
-
_textFieldSize?: string
|
|
917
|
-
|
|
918
|
-
|
|
978
|
+
get _textFieldPlaceholder(): string;
|
|
979
|
+
_textFieldSize?: string;
|
|
980
|
+
get _pickerButtonLabel(): string;
|
|
981
|
+
get _pickerButtonIcon(): string;
|
|
919
982
|
_onPickerButtonClick(): void;
|
|
920
983
|
_onOkClick(): void;
|
|
921
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
922
|
-
|
|
984
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
985
|
+
get _hasContextualHelp(): boolean;
|
|
923
986
|
_isFromContextualHelp(e: Event): boolean;
|
|
924
|
-
label?: string
|
|
987
|
+
label?: string;
|
|
925
988
|
errorValidationMessage: string;
|
|
926
989
|
forceErrorDisplay: boolean;
|
|
927
990
|
hasBeenTouched: boolean;
|
|
928
|
-
"__#
|
|
991
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
929
992
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
993
|
+
get validity(): ValidityState;
|
|
994
|
+
get form(): HTMLFormElement | null;
|
|
995
|
+
get validationMessage(): string;
|
|
996
|
+
get willValidate(): boolean;
|
|
997
|
+
get labels(): ReadonlyArray<Node>;
|
|
935
998
|
dirtyValue: boolean;
|
|
936
|
-
proxySlot?: HTMLSlotElement
|
|
999
|
+
proxySlot?: HTMLSlotElement;
|
|
937
1000
|
value: string;
|
|
938
|
-
currentValue: string;
|
|
1001
|
+
get currentValue(): string;
|
|
1002
|
+
set currentValue(value: string);
|
|
939
1003
|
initialValue: string;
|
|
940
1004
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
941
1005
|
disabled: boolean;
|
|
@@ -944,25 +1008,26 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
944
1008
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
945
1009
|
required: boolean;
|
|
946
1010
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
947
|
-
|
|
1011
|
+
get elementInternals(): ElementInternals | null;
|
|
948
1012
|
proxyEventsToBlock: string[];
|
|
949
1013
|
checkValidity: (() => boolean) & (() => boolean);
|
|
950
1014
|
reportValidity: (() => boolean) & (() => boolean);
|
|
951
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
1015
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
952
1016
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
953
1017
|
proxyInitialized: boolean;
|
|
954
1018
|
attachProxy: (() => void) & (() => void);
|
|
955
1019
|
detachProxy: (() => void) & (() => void);
|
|
956
|
-
setFormValue: ((value:
|
|
1020
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
957
1021
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
958
1022
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
959
|
-
_vividAriaBehaviour: import(
|
|
960
|
-
readonly $fastController: import(
|
|
961
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1023
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
1024
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1025
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
962
1026
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
963
1027
|
accessKey: string;
|
|
964
1028
|
readonly accessKeyLabel: string;
|
|
965
1029
|
autocapitalize: string;
|
|
1030
|
+
autocorrect: boolean;
|
|
966
1031
|
dir: string;
|
|
967
1032
|
draggable: boolean;
|
|
968
1033
|
hidden: boolean;
|
|
@@ -975,30 +1040,39 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
975
1040
|
readonly offsetTop: number;
|
|
976
1041
|
readonly offsetWidth: number;
|
|
977
1042
|
outerText: string;
|
|
1043
|
+
popover: string | null;
|
|
978
1044
|
spellcheck: boolean;
|
|
979
1045
|
title: string;
|
|
980
1046
|
translate: boolean;
|
|
1047
|
+
writingSuggestions: string;
|
|
981
1048
|
attachInternals(): ElementInternals;
|
|
982
1049
|
click(): void;
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
1050
|
+
hidePopover(): void;
|
|
1051
|
+
showPopover(): void;
|
|
1052
|
+
togglePopover(options?: boolean): boolean;
|
|
1053
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1054
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1055
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1056
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
987
1057
|
readonly attributes: NamedNodeMap;
|
|
988
|
-
|
|
1058
|
+
get classList(): DOMTokenList;
|
|
1059
|
+
set classList(value: string);
|
|
989
1060
|
className: string;
|
|
990
1061
|
readonly clientHeight: number;
|
|
991
1062
|
readonly clientLeft: number;
|
|
992
1063
|
readonly clientTop: number;
|
|
993
1064
|
readonly clientWidth: number;
|
|
1065
|
+
readonly currentCSSZoom: number;
|
|
994
1066
|
id: string;
|
|
1067
|
+
innerHTML: string;
|
|
995
1068
|
readonly localName: string;
|
|
996
1069
|
readonly namespaceURI: string | null;
|
|
997
1070
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
998
1071
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
999
1072
|
outerHTML: string;
|
|
1000
1073
|
readonly ownerDocument: Document;
|
|
1001
|
-
|
|
1074
|
+
get part(): DOMTokenList;
|
|
1075
|
+
set part(value: string);
|
|
1002
1076
|
readonly prefix: string | null;
|
|
1003
1077
|
readonly scrollHeight: number;
|
|
1004
1078
|
scrollLeft: number;
|
|
@@ -1008,11 +1082,12 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1008
1082
|
slot: string;
|
|
1009
1083
|
readonly tagName: string;
|
|
1010
1084
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1011
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1012
|
-
closest<
|
|
1013
|
-
closest<
|
|
1014
|
-
closest<
|
|
1015
|
-
closest<
|
|
1085
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1086
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1087
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1088
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1089
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1090
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1016
1091
|
getAttribute(qualifiedName: string): string | null;
|
|
1017
1092
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1018
1093
|
getAttributeNames(): string[];
|
|
@@ -1021,43 +1096,47 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1021
1096
|
getBoundingClientRect(): DOMRect;
|
|
1022
1097
|
getClientRects(): DOMRectList;
|
|
1023
1098
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1024
|
-
getElementsByTagName<
|
|
1025
|
-
getElementsByTagName<
|
|
1026
|
-
getElementsByTagName<
|
|
1027
|
-
getElementsByTagName<
|
|
1099
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1100
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1101
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1102
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1028
1103
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1029
1104
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1030
1105
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1031
1106
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1032
1107
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1108
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1033
1109
|
hasAttribute(qualifiedName: string): boolean;
|
|
1034
1110
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1035
1111
|
hasAttributes(): boolean;
|
|
1036
1112
|
hasPointerCapture(pointerId: number): boolean;
|
|
1037
1113
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1038
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1114
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1039
1115
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1040
1116
|
matches(selectors: string): boolean;
|
|
1041
1117
|
releasePointerCapture(pointerId: number): void;
|
|
1042
1118
|
removeAttribute(qualifiedName: string): void;
|
|
1043
1119
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1044
1120
|
removeAttributeNode(attr: Attr): Attr;
|
|
1045
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1046
|
-
requestPointerLock(): void
|
|
1047
|
-
scroll(options?: ScrollToOptions
|
|
1121
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1122
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1123
|
+
scroll(options?: ScrollToOptions): void;
|
|
1048
1124
|
scroll(x: number, y: number): void;
|
|
1049
|
-
scrollBy(options?: ScrollToOptions
|
|
1125
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1050
1126
|
scrollBy(x: number, y: number): void;
|
|
1051
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1052
|
-
scrollTo(options?: ScrollToOptions
|
|
1127
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1128
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1053
1129
|
scrollTo(x: number, y: number): void;
|
|
1054
1130
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1055
1131
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1056
1132
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1057
1133
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1134
|
+
setHTMLUnsafe(html: string): void;
|
|
1058
1135
|
setPointerCapture(pointerId: number): void;
|
|
1059
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1136
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1060
1137
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1138
|
+
get textContent(): string;
|
|
1139
|
+
set textContent(value: string | null);
|
|
1061
1140
|
readonly baseURI: string;
|
|
1062
1141
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1063
1142
|
readonly firstChild: ChildNode | null;
|
|
@@ -1070,22 +1149,21 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1070
1149
|
readonly parentElement: HTMLElement | null;
|
|
1071
1150
|
readonly parentNode: ParentNode | null;
|
|
1072
1151
|
readonly previousSibling: ChildNode | null;
|
|
1073
|
-
textContent: string | null;
|
|
1074
1152
|
appendChild<T extends Node>(node: T): T;
|
|
1075
|
-
cloneNode(
|
|
1153
|
+
cloneNode(subtree?: boolean): Node;
|
|
1076
1154
|
compareDocumentPosition(other: Node): number;
|
|
1077
1155
|
contains(other: Node | null): boolean;
|
|
1078
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1156
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1079
1157
|
hasChildNodes(): boolean;
|
|
1080
|
-
insertBefore<
|
|
1158
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1081
1159
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1082
1160
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1083
1161
|
isSameNode(otherNode: Node | null): boolean;
|
|
1084
1162
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1085
1163
|
lookupPrefix(namespace: string | null): string | null;
|
|
1086
1164
|
normalize(): void;
|
|
1087
|
-
removeChild<
|
|
1088
|
-
replaceChild<
|
|
1165
|
+
removeChild<T extends Node>(child: T): T;
|
|
1166
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1089
1167
|
readonly ELEMENT_NODE: 1;
|
|
1090
1168
|
readonly ATTRIBUTE_NODE: 2;
|
|
1091
1169
|
readonly TEXT_NODE: 3;
|
|
@@ -1105,35 +1183,49 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1105
1183
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1106
1184
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1107
1185
|
dispatchEvent(event: Event): boolean;
|
|
1186
|
+
ariaActiveDescendantElement: Element | null;
|
|
1108
1187
|
ariaAtomic: string | null;
|
|
1109
1188
|
ariaAutoComplete: string | null;
|
|
1189
|
+
ariaBrailleLabel: string | null;
|
|
1190
|
+
ariaBrailleRoleDescription: string | null;
|
|
1110
1191
|
ariaBusy: string | null;
|
|
1111
1192
|
ariaChecked: string | null;
|
|
1112
1193
|
ariaColCount: string | null;
|
|
1113
1194
|
ariaColIndex: string | null;
|
|
1195
|
+
ariaColIndexText: string | null;
|
|
1114
1196
|
ariaColSpan: string | null;
|
|
1197
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1115
1198
|
ariaCurrent: string | null;
|
|
1199
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1200
|
+
ariaDescription: string | null;
|
|
1201
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1116
1202
|
ariaDisabled: string | null;
|
|
1203
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1117
1204
|
ariaExpanded: string | null;
|
|
1205
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1118
1206
|
ariaHasPopup: string | null;
|
|
1119
1207
|
ariaHidden: string | null;
|
|
1120
1208
|
ariaInvalid: string | null;
|
|
1121
1209
|
ariaKeyShortcuts: string | null;
|
|
1122
1210
|
ariaLabel: string | null;
|
|
1211
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1123
1212
|
ariaLevel: string | null;
|
|
1124
1213
|
ariaLive: string | null;
|
|
1125
1214
|
ariaModal: string | null;
|
|
1126
1215
|
ariaMultiLine: string | null;
|
|
1127
1216
|
ariaMultiSelectable: string | null;
|
|
1128
1217
|
ariaOrientation: string | null;
|
|
1218
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1129
1219
|
ariaPlaceholder: string | null;
|
|
1130
1220
|
ariaPosInSet: string | null;
|
|
1131
1221
|
ariaPressed: string | null;
|
|
1132
1222
|
ariaReadOnly: string | null;
|
|
1223
|
+
ariaRelevant: string | null;
|
|
1133
1224
|
ariaRequired: string | null;
|
|
1134
1225
|
ariaRoleDescription: string | null;
|
|
1135
1226
|
ariaRowCount: string | null;
|
|
1136
1227
|
ariaRowIndex: string | null;
|
|
1228
|
+
ariaRowIndexText: string | null;
|
|
1137
1229
|
ariaRowSpan: string | null;
|
|
1138
1230
|
ariaSelected: string | null;
|
|
1139
1231
|
ariaSetSize: string | null;
|
|
@@ -1143,34 +1235,35 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1143
1235
|
ariaValueNow: string | null;
|
|
1144
1236
|
ariaValueText: string | null;
|
|
1145
1237
|
role: string | null;
|
|
1146
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1147
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1148
|
-
after(...nodes: (
|
|
1149
|
-
before(...nodes: (
|
|
1238
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1239
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1240
|
+
after(...nodes: (Node | string)[]): void;
|
|
1241
|
+
before(...nodes: (Node | string)[]): void;
|
|
1150
1242
|
remove(): void;
|
|
1151
|
-
replaceWith(...nodes: (
|
|
1152
|
-
innerHTML: string;
|
|
1243
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1153
1244
|
readonly nextElementSibling: Element | null;
|
|
1154
1245
|
readonly previousElementSibling: Element | null;
|
|
1155
1246
|
readonly childElementCount: number;
|
|
1156
1247
|
readonly children: HTMLCollection;
|
|
1157
1248
|
readonly firstElementChild: Element | null;
|
|
1158
1249
|
readonly lastElementChild: Element | null;
|
|
1159
|
-
append(...nodes: (
|
|
1160
|
-
prepend(...nodes: (
|
|
1161
|
-
querySelector<
|
|
1162
|
-
querySelector<
|
|
1163
|
-
querySelector<
|
|
1164
|
-
querySelector<
|
|
1165
|
-
querySelector<
|
|
1166
|
-
querySelectorAll<
|
|
1167
|
-
querySelectorAll<
|
|
1168
|
-
querySelectorAll<
|
|
1169
|
-
querySelectorAll<
|
|
1170
|
-
querySelectorAll<
|
|
1171
|
-
replaceChildren(...nodes: (
|
|
1250
|
+
append(...nodes: (Node | string)[]): void;
|
|
1251
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1252
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1253
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1254
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1255
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1256
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1257
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1258
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1259
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1260
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1261
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1262
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1172
1263
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1173
|
-
readonly
|
|
1264
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1265
|
+
get style(): CSSStyleDeclaration;
|
|
1266
|
+
set style(cssText: string);
|
|
1174
1267
|
contentEditable: string;
|
|
1175
1268
|
enterKeyHint: string;
|
|
1176
1269
|
inputMode: string;
|
|
@@ -1180,16 +1273,20 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1180
1273
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1181
1274
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1182
1275
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1183
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1276
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1184
1277
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1278
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1279
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1185
1280
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1186
1281
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1187
1282
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
1283
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1189
1284
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1285
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1191
1286
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1192
|
-
|
|
1287
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1288
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1289
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1193
1290
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1194
1291
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1195
1292
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1236,12 +1333,14 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1236
1333
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1237
1334
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1238
1335
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1336
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1239
1337
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1240
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1338
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1241
1339
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1242
1340
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1243
1341
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1244
1342
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1343
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1245
1344
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1246
1345
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1247
1346
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1253,7 +1352,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1253
1352
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1254
1353
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1255
1354
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1256
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1355
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1257
1356
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1258
1357
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1259
1358
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1271,14 +1370,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1271
1370
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1272
1371
|
autofocus: boolean;
|
|
1273
1372
|
readonly dataset: DOMStringMap;
|
|
1274
|
-
nonce?: string
|
|
1373
|
+
nonce?: string;
|
|
1275
1374
|
tabIndex: number;
|
|
1276
1375
|
blur(): void;
|
|
1277
|
-
focus(options?: FocusOptions
|
|
1278
|
-
ariaColIndexText: string | null;
|
|
1279
|
-
ariaDescription: string | null;
|
|
1280
|
-
ariaRowIndexText: string | null;
|
|
1281
|
-
ariaRelevant: string | null;
|
|
1376
|
+
focus(options?: FocusOptions): void;
|
|
1282
1377
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1283
1378
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1284
1379
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1321,39 +1416,40 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1321
1416
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1322
1417
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1323
1418
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1324
|
-
"__#
|
|
1419
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1325
1420
|
newPropertyName: string;
|
|
1326
1421
|
deprecatedPropertyName: string;
|
|
1327
1422
|
fromDeprecated: (v: any) => any;
|
|
1328
1423
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1329
1424
|
}): void;
|
|
1330
|
-
helperText?: string
|
|
1331
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1332
|
-
|
|
1425
|
+
helperText?: string;
|
|
1426
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1427
|
+
get _feedbackDescribedBy(): string;
|
|
1333
1428
|
_internalFeedback(): {
|
|
1334
|
-
type: import(
|
|
1429
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
1335
1430
|
message: string;
|
|
1336
1431
|
};
|
|
1337
1432
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1338
|
-
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import(
|
|
1339
|
-
helperText?: string
|
|
1340
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1341
|
-
|
|
1433
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
1434
|
+
helperText?: string;
|
|
1435
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1436
|
+
get _feedbackDescribedBy(): string;
|
|
1342
1437
|
_internalFeedback(): {
|
|
1343
|
-
type: import(
|
|
1438
|
+
type: import('../../feedback/feedback-message').FeedbackType;
|
|
1344
1439
|
message: string;
|
|
1345
1440
|
};
|
|
1346
1441
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1347
|
-
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import(
|
|
1442
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
1348
1443
|
connectedCallback(): void;
|
|
1349
|
-
_vividAriaBehaviour: import(
|
|
1350
|
-
readonly $fastController: import(
|
|
1351
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1444
|
+
_vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
|
|
1445
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1446
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1352
1447
|
disconnectedCallback(): void;
|
|
1353
1448
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1354
1449
|
accessKey: string;
|
|
1355
1450
|
readonly accessKeyLabel: string;
|
|
1356
1451
|
autocapitalize: string;
|
|
1452
|
+
autocorrect: boolean;
|
|
1357
1453
|
dir: string;
|
|
1358
1454
|
draggable: boolean;
|
|
1359
1455
|
hidden: boolean;
|
|
@@ -1366,30 +1462,39 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1366
1462
|
readonly offsetTop: number;
|
|
1367
1463
|
readonly offsetWidth: number;
|
|
1368
1464
|
outerText: string;
|
|
1465
|
+
popover: string | null;
|
|
1369
1466
|
spellcheck: boolean;
|
|
1370
1467
|
title: string;
|
|
1371
1468
|
translate: boolean;
|
|
1469
|
+
writingSuggestions: string;
|
|
1372
1470
|
attachInternals(): ElementInternals;
|
|
1373
1471
|
click(): void;
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1472
|
+
hidePopover(): void;
|
|
1473
|
+
showPopover(): void;
|
|
1474
|
+
togglePopover(options?: boolean): boolean;
|
|
1475
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1476
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1477
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1478
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1378
1479
|
readonly attributes: NamedNodeMap;
|
|
1379
|
-
|
|
1480
|
+
get classList(): DOMTokenList;
|
|
1481
|
+
set classList(value: string);
|
|
1380
1482
|
className: string;
|
|
1381
1483
|
readonly clientHeight: number;
|
|
1382
1484
|
readonly clientLeft: number;
|
|
1383
1485
|
readonly clientTop: number;
|
|
1384
1486
|
readonly clientWidth: number;
|
|
1487
|
+
readonly currentCSSZoom: number;
|
|
1385
1488
|
id: string;
|
|
1489
|
+
innerHTML: string;
|
|
1386
1490
|
readonly localName: string;
|
|
1387
1491
|
readonly namespaceURI: string | null;
|
|
1388
1492
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1389
1493
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1390
1494
|
outerHTML: string;
|
|
1391
1495
|
readonly ownerDocument: Document;
|
|
1392
|
-
|
|
1496
|
+
get part(): DOMTokenList;
|
|
1497
|
+
set part(value: string);
|
|
1393
1498
|
readonly prefix: string | null;
|
|
1394
1499
|
readonly scrollHeight: number;
|
|
1395
1500
|
scrollLeft: number;
|
|
@@ -1399,11 +1504,12 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1399
1504
|
slot: string;
|
|
1400
1505
|
readonly tagName: string;
|
|
1401
1506
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1402
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1403
|
-
closest<
|
|
1404
|
-
closest<
|
|
1405
|
-
closest<
|
|
1406
|
-
closest<
|
|
1507
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1508
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1509
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1510
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1511
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1512
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1407
1513
|
getAttribute(qualifiedName: string): string | null;
|
|
1408
1514
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1409
1515
|
getAttributeNames(): string[];
|
|
@@ -1412,43 +1518,47 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1412
1518
|
getBoundingClientRect(): DOMRect;
|
|
1413
1519
|
getClientRects(): DOMRectList;
|
|
1414
1520
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1415
|
-
getElementsByTagName<
|
|
1416
|
-
getElementsByTagName<
|
|
1417
|
-
getElementsByTagName<
|
|
1418
|
-
getElementsByTagName<
|
|
1521
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1522
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1523
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1524
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1419
1525
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1420
1526
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1421
1527
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1422
1528
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1423
1529
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1530
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1424
1531
|
hasAttribute(qualifiedName: string): boolean;
|
|
1425
1532
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1426
1533
|
hasAttributes(): boolean;
|
|
1427
1534
|
hasPointerCapture(pointerId: number): boolean;
|
|
1428
1535
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1429
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1536
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1430
1537
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1431
1538
|
matches(selectors: string): boolean;
|
|
1432
1539
|
releasePointerCapture(pointerId: number): void;
|
|
1433
1540
|
removeAttribute(qualifiedName: string): void;
|
|
1434
1541
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1435
1542
|
removeAttributeNode(attr: Attr): Attr;
|
|
1436
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1437
|
-
requestPointerLock(): void
|
|
1438
|
-
scroll(options?: ScrollToOptions
|
|
1543
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1544
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1545
|
+
scroll(options?: ScrollToOptions): void;
|
|
1439
1546
|
scroll(x: number, y: number): void;
|
|
1440
|
-
scrollBy(options?: ScrollToOptions
|
|
1547
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1441
1548
|
scrollBy(x: number, y: number): void;
|
|
1442
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1443
|
-
scrollTo(options?: ScrollToOptions
|
|
1549
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1550
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1444
1551
|
scrollTo(x: number, y: number): void;
|
|
1445
1552
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1446
1553
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1447
1554
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1448
1555
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1556
|
+
setHTMLUnsafe(html: string): void;
|
|
1449
1557
|
setPointerCapture(pointerId: number): void;
|
|
1450
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1558
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1451
1559
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1560
|
+
get textContent(): string;
|
|
1561
|
+
set textContent(value: string | null);
|
|
1452
1562
|
readonly baseURI: string;
|
|
1453
1563
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1454
1564
|
readonly firstChild: ChildNode | null;
|
|
@@ -1461,22 +1571,21 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1461
1571
|
readonly parentElement: HTMLElement | null;
|
|
1462
1572
|
readonly parentNode: ParentNode | null;
|
|
1463
1573
|
readonly previousSibling: ChildNode | null;
|
|
1464
|
-
textContent: string | null;
|
|
1465
1574
|
appendChild<T extends Node>(node: T): T;
|
|
1466
|
-
cloneNode(
|
|
1575
|
+
cloneNode(subtree?: boolean): Node;
|
|
1467
1576
|
compareDocumentPosition(other: Node): number;
|
|
1468
1577
|
contains(other: Node | null): boolean;
|
|
1469
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1578
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1470
1579
|
hasChildNodes(): boolean;
|
|
1471
|
-
insertBefore<
|
|
1580
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1472
1581
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1473
1582
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1474
1583
|
isSameNode(otherNode: Node | null): boolean;
|
|
1475
1584
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1476
1585
|
lookupPrefix(namespace: string | null): string | null;
|
|
1477
1586
|
normalize(): void;
|
|
1478
|
-
removeChild<
|
|
1479
|
-
replaceChild<
|
|
1587
|
+
removeChild<T extends Node>(child: T): T;
|
|
1588
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1480
1589
|
readonly ELEMENT_NODE: 1;
|
|
1481
1590
|
readonly ATTRIBUTE_NODE: 2;
|
|
1482
1591
|
readonly TEXT_NODE: 3;
|
|
@@ -1496,35 +1605,49 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1496
1605
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1497
1606
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1498
1607
|
dispatchEvent(event: Event): boolean;
|
|
1608
|
+
ariaActiveDescendantElement: Element | null;
|
|
1499
1609
|
ariaAtomic: string | null;
|
|
1500
1610
|
ariaAutoComplete: string | null;
|
|
1611
|
+
ariaBrailleLabel: string | null;
|
|
1612
|
+
ariaBrailleRoleDescription: string | null;
|
|
1501
1613
|
ariaBusy: string | null;
|
|
1502
1614
|
ariaChecked: string | null;
|
|
1503
1615
|
ariaColCount: string | null;
|
|
1504
1616
|
ariaColIndex: string | null;
|
|
1617
|
+
ariaColIndexText: string | null;
|
|
1505
1618
|
ariaColSpan: string | null;
|
|
1619
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1506
1620
|
ariaCurrent: string | null;
|
|
1621
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1622
|
+
ariaDescription: string | null;
|
|
1623
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1507
1624
|
ariaDisabled: string | null;
|
|
1625
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1508
1626
|
ariaExpanded: string | null;
|
|
1627
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1509
1628
|
ariaHasPopup: string | null;
|
|
1510
1629
|
ariaHidden: string | null;
|
|
1511
1630
|
ariaInvalid: string | null;
|
|
1512
1631
|
ariaKeyShortcuts: string | null;
|
|
1513
1632
|
ariaLabel: string | null;
|
|
1633
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1514
1634
|
ariaLevel: string | null;
|
|
1515
1635
|
ariaLive: string | null;
|
|
1516
1636
|
ariaModal: string | null;
|
|
1517
1637
|
ariaMultiLine: string | null;
|
|
1518
1638
|
ariaMultiSelectable: string | null;
|
|
1519
1639
|
ariaOrientation: string | null;
|
|
1640
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1520
1641
|
ariaPlaceholder: string | null;
|
|
1521
1642
|
ariaPosInSet: string | null;
|
|
1522
1643
|
ariaPressed: string | null;
|
|
1523
1644
|
ariaReadOnly: string | null;
|
|
1645
|
+
ariaRelevant: string | null;
|
|
1524
1646
|
ariaRequired: string | null;
|
|
1525
1647
|
ariaRoleDescription: string | null;
|
|
1526
1648
|
ariaRowCount: string | null;
|
|
1527
1649
|
ariaRowIndex: string | null;
|
|
1650
|
+
ariaRowIndexText: string | null;
|
|
1528
1651
|
ariaRowSpan: string | null;
|
|
1529
1652
|
ariaSelected: string | null;
|
|
1530
1653
|
ariaSetSize: string | null;
|
|
@@ -1534,34 +1657,35 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1534
1657
|
ariaValueNow: string | null;
|
|
1535
1658
|
ariaValueText: string | null;
|
|
1536
1659
|
role: string | null;
|
|
1537
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1538
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1539
|
-
after(...nodes: (
|
|
1540
|
-
before(...nodes: (
|
|
1660
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1661
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1662
|
+
after(...nodes: (Node | string)[]): void;
|
|
1663
|
+
before(...nodes: (Node | string)[]): void;
|
|
1541
1664
|
remove(): void;
|
|
1542
|
-
replaceWith(...nodes: (
|
|
1543
|
-
innerHTML: string;
|
|
1665
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1544
1666
|
readonly nextElementSibling: Element | null;
|
|
1545
1667
|
readonly previousElementSibling: Element | null;
|
|
1546
1668
|
readonly childElementCount: number;
|
|
1547
1669
|
readonly children: HTMLCollection;
|
|
1548
1670
|
readonly firstElementChild: Element | null;
|
|
1549
1671
|
readonly lastElementChild: Element | null;
|
|
1550
|
-
append(...nodes: (
|
|
1551
|
-
prepend(...nodes: (
|
|
1552
|
-
querySelector<
|
|
1553
|
-
querySelector<
|
|
1554
|
-
querySelector<
|
|
1555
|
-
querySelector<
|
|
1556
|
-
querySelector<
|
|
1557
|
-
querySelectorAll<
|
|
1558
|
-
querySelectorAll<
|
|
1559
|
-
querySelectorAll<
|
|
1560
|
-
querySelectorAll<
|
|
1561
|
-
querySelectorAll<
|
|
1562
|
-
replaceChildren(...nodes: (
|
|
1672
|
+
append(...nodes: (Node | string)[]): void;
|
|
1673
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1674
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1675
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1676
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1677
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1678
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1679
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1680
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1681
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1682
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1683
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1684
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1563
1685
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1564
|
-
readonly
|
|
1686
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1687
|
+
get style(): CSSStyleDeclaration;
|
|
1688
|
+
set style(cssText: string);
|
|
1565
1689
|
contentEditable: string;
|
|
1566
1690
|
enterKeyHint: string;
|
|
1567
1691
|
inputMode: string;
|
|
@@ -1571,16 +1695,20 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1571
1695
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1572
1696
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1573
1697
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1574
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1698
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1575
1699
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1700
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1701
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1576
1702
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1577
1703
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1578
1704
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1579
1705
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1580
1706
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1581
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1707
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1582
1708
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1583
|
-
|
|
1709
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1710
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1711
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1584
1712
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1585
1713
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1586
1714
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1627,12 +1755,14 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1627
1755
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1628
1756
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1629
1757
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1758
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1630
1759
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1631
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1760
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1632
1761
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1633
1762
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1634
1763
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1635
1764
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1765
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1636
1766
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1637
1767
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1638
1768
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1644,7 +1774,7 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1644
1774
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1645
1775
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1646
1776
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1647
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1777
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1648
1778
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1649
1779
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1650
1780
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1662,14 +1792,10 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1662
1792
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1663
1793
|
autofocus: boolean;
|
|
1664
1794
|
readonly dataset: DOMStringMap;
|
|
1665
|
-
nonce?: string
|
|
1795
|
+
nonce?: string;
|
|
1666
1796
|
tabIndex: number;
|
|
1667
1797
|
blur(): void;
|
|
1668
|
-
focus(options?: FocusOptions
|
|
1669
|
-
ariaColIndexText: string | null;
|
|
1670
|
-
ariaDescription: string | null;
|
|
1671
|
-
ariaRowIndexText: string | null;
|
|
1672
|
-
ariaRelevant: string | null;
|
|
1798
|
+
focus(options?: FocusOptions): void;
|
|
1673
1799
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1674
1800
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1675
1801
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1712,19 +1838,19 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
|
|
|
1712
1838
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1713
1839
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1714
1840
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1715
|
-
"__#
|
|
1841
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1716
1842
|
newPropertyName: string;
|
|
1717
1843
|
deprecatedPropertyName: string;
|
|
1718
1844
|
fromDeprecated: (v: any) => any;
|
|
1719
1845
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1720
1846
|
}): void;
|
|
1721
1847
|
}, any>;
|
|
1722
|
-
errorText?: string
|
|
1848
|
+
errorText?: string;
|
|
1723
1849
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1724
|
-
"__#
|
|
1725
|
-
"__#
|
|
1726
|
-
"__#
|
|
1727
|
-
"__#
|
|
1850
|
+
"__#private@#blockValidateCalls": boolean;
|
|
1851
|
+
"__#private@#originalValidateFn": () => void;
|
|
1852
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
1853
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
1728
1854
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1729
|
-
|
|
1730
|
-
} & import(
|
|
1855
|
+
get locale(): import('../../localization/Locale').Locale;
|
|
1856
|
+
} & import('../picker-field').PickerField, any>;
|