@vonage/vivid 5.12.0 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/base-color-picker.js +2 -2
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +17 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +71 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2540 -2206
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/index.cjs +1 -0
- package/index.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +10 -8
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +51 -24
- package/rich-text-editor/definition.js +52 -26
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +1255 -1237
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/base-color-picker.cjs +2 -2
- package/unbundled/base-color-picker.js +2 -2
- package/unbundled/localized.cjs +1 -0
- package/unbundled/localized.js +1 -0
- package/unbundled/slottable-request.cjs +8 -5
- package/unbundled/slottable-request.js +8 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +759 -38
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Placement } from '@floating-ui/dom';
|
|
2
2
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
3
|
declare const Toggletip_base: {
|
|
4
4
|
new (...args: any[]): {
|
|
5
|
-
|
|
5
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
6
6
|
connectedCallback(): void;
|
|
7
|
-
_vividAriaBehaviour: import(
|
|
8
|
-
readonly $fastController: import(
|
|
9
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
7
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
8
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
9
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
11
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
12
12
|
accessKey: string;
|
|
13
13
|
readonly accessKeyLabel: string;
|
|
14
14
|
autocapitalize: string;
|
|
15
|
+
autocorrect: boolean;
|
|
15
16
|
dir: string;
|
|
16
17
|
draggable: boolean;
|
|
17
18
|
hidden: boolean;
|
|
@@ -24,30 +25,39 @@ declare const Toggletip_base: {
|
|
|
24
25
|
readonly offsetTop: number;
|
|
25
26
|
readonly offsetWidth: number;
|
|
26
27
|
outerText: string;
|
|
28
|
+
popover: string | null;
|
|
27
29
|
spellcheck: boolean;
|
|
28
30
|
title: string;
|
|
29
31
|
translate: boolean;
|
|
32
|
+
writingSuggestions: string;
|
|
30
33
|
attachInternals(): ElementInternals;
|
|
31
34
|
click(): void;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
hidePopover(): void;
|
|
36
|
+
showPopover(): void;
|
|
37
|
+
togglePopover(options?: boolean): boolean;
|
|
38
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
39
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
40
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
41
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
36
42
|
readonly attributes: NamedNodeMap;
|
|
37
|
-
|
|
43
|
+
get classList(): DOMTokenList;
|
|
44
|
+
set classList(value: string);
|
|
38
45
|
className: string;
|
|
39
46
|
readonly clientHeight: number;
|
|
40
47
|
readonly clientLeft: number;
|
|
41
48
|
readonly clientTop: number;
|
|
42
49
|
readonly clientWidth: number;
|
|
50
|
+
readonly currentCSSZoom: number;
|
|
43
51
|
id: string;
|
|
52
|
+
innerHTML: string;
|
|
44
53
|
readonly localName: string;
|
|
45
54
|
readonly namespaceURI: string | null;
|
|
46
55
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
47
56
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
48
57
|
outerHTML: string;
|
|
49
58
|
readonly ownerDocument: Document;
|
|
50
|
-
|
|
59
|
+
get part(): DOMTokenList;
|
|
60
|
+
set part(value: string);
|
|
51
61
|
readonly prefix: string | null;
|
|
52
62
|
readonly scrollHeight: number;
|
|
53
63
|
scrollLeft: number;
|
|
@@ -57,11 +67,12 @@ declare const Toggletip_base: {
|
|
|
57
67
|
slot: string;
|
|
58
68
|
readonly tagName: string;
|
|
59
69
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
60
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
61
|
-
closest<
|
|
62
|
-
closest<
|
|
63
|
-
closest<
|
|
70
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
71
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
72
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
73
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
64
74
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
75
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
65
76
|
getAttribute(qualifiedName: string): string | null;
|
|
66
77
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
67
78
|
getAttributeNames(): string[];
|
|
@@ -70,43 +81,47 @@ declare const Toggletip_base: {
|
|
|
70
81
|
getBoundingClientRect(): DOMRect;
|
|
71
82
|
getClientRects(): DOMRectList;
|
|
72
83
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
73
|
-
getElementsByTagName<
|
|
74
|
-
getElementsByTagName<
|
|
75
|
-
getElementsByTagName<
|
|
76
|
-
getElementsByTagName<
|
|
84
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
85
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
86
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
87
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
77
88
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
78
89
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
79
90
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
80
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
81
92
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
93
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
82
94
|
hasAttribute(qualifiedName: string): boolean;
|
|
83
95
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
84
96
|
hasAttributes(): boolean;
|
|
85
97
|
hasPointerCapture(pointerId: number): boolean;
|
|
86
98
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
87
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
99
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
88
100
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
89
101
|
matches(selectors: string): boolean;
|
|
90
102
|
releasePointerCapture(pointerId: number): void;
|
|
91
103
|
removeAttribute(qualifiedName: string): void;
|
|
92
104
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
93
105
|
removeAttributeNode(attr: Attr): Attr;
|
|
94
|
-
requestFullscreen(options?: FullscreenOptions
|
|
95
|
-
requestPointerLock(): void
|
|
96
|
-
scroll(options?: ScrollToOptions
|
|
106
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
107
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
108
|
+
scroll(options?: ScrollToOptions): void;
|
|
97
109
|
scroll(x: number, y: number): void;
|
|
98
|
-
scrollBy(options?: ScrollToOptions
|
|
110
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
99
111
|
scrollBy(x: number, y: number): void;
|
|
100
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
101
|
-
scrollTo(options?: ScrollToOptions
|
|
112
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
113
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
102
114
|
scrollTo(x: number, y: number): void;
|
|
103
115
|
setAttribute(qualifiedName: string, value: string): void;
|
|
104
116
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
105
117
|
setAttributeNode(attr: Attr): Attr | null;
|
|
106
118
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
119
|
+
setHTMLUnsafe(html: string): void;
|
|
107
120
|
setPointerCapture(pointerId: number): void;
|
|
108
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
121
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
109
122
|
webkitMatchesSelector(selectors: string): boolean;
|
|
123
|
+
get textContent(): string;
|
|
124
|
+
set textContent(value: string | null);
|
|
110
125
|
readonly baseURI: string;
|
|
111
126
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
112
127
|
readonly firstChild: ChildNode | null;
|
|
@@ -119,22 +134,21 @@ declare const Toggletip_base: {
|
|
|
119
134
|
readonly parentElement: HTMLElement | null;
|
|
120
135
|
readonly parentNode: ParentNode | null;
|
|
121
136
|
readonly previousSibling: ChildNode | null;
|
|
122
|
-
textContent: string | null;
|
|
123
137
|
appendChild<T extends Node>(node: T): T;
|
|
124
|
-
cloneNode(
|
|
138
|
+
cloneNode(subtree?: boolean): Node;
|
|
125
139
|
compareDocumentPosition(other: Node): number;
|
|
126
140
|
contains(other: Node | null): boolean;
|
|
127
|
-
getRootNode(options?: GetRootNodeOptions
|
|
141
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
128
142
|
hasChildNodes(): boolean;
|
|
129
|
-
insertBefore<
|
|
143
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
130
144
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
131
145
|
isEqualNode(otherNode: Node | null): boolean;
|
|
132
146
|
isSameNode(otherNode: Node | null): boolean;
|
|
133
147
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
134
148
|
lookupPrefix(namespace: string | null): string | null;
|
|
135
149
|
normalize(): void;
|
|
136
|
-
removeChild<
|
|
137
|
-
replaceChild<
|
|
150
|
+
removeChild<T extends Node>(child: T): T;
|
|
151
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
138
152
|
readonly ELEMENT_NODE: 1;
|
|
139
153
|
readonly ATTRIBUTE_NODE: 2;
|
|
140
154
|
readonly TEXT_NODE: 3;
|
|
@@ -154,35 +168,49 @@ declare const Toggletip_base: {
|
|
|
154
168
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
155
169
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
156
170
|
dispatchEvent(event: Event): boolean;
|
|
171
|
+
ariaActiveDescendantElement: Element | null;
|
|
157
172
|
ariaAtomic: string | null;
|
|
158
173
|
ariaAutoComplete: string | null;
|
|
174
|
+
ariaBrailleLabel: string | null;
|
|
175
|
+
ariaBrailleRoleDescription: string | null;
|
|
159
176
|
ariaBusy: string | null;
|
|
160
177
|
ariaChecked: string | null;
|
|
161
178
|
ariaColCount: string | null;
|
|
162
179
|
ariaColIndex: string | null;
|
|
180
|
+
ariaColIndexText: string | null;
|
|
163
181
|
ariaColSpan: string | null;
|
|
182
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
164
183
|
ariaCurrent: string | null;
|
|
184
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
185
|
+
ariaDescription: string | null;
|
|
186
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
165
187
|
ariaDisabled: string | null;
|
|
188
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
166
189
|
ariaExpanded: string | null;
|
|
190
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
167
191
|
ariaHasPopup: string | null;
|
|
168
192
|
ariaHidden: string | null;
|
|
169
193
|
ariaInvalid: string | null;
|
|
170
194
|
ariaKeyShortcuts: string | null;
|
|
171
195
|
ariaLabel: string | null;
|
|
196
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
172
197
|
ariaLevel: string | null;
|
|
173
198
|
ariaLive: string | null;
|
|
174
199
|
ariaModal: string | null;
|
|
175
200
|
ariaMultiLine: string | null;
|
|
176
201
|
ariaMultiSelectable: string | null;
|
|
177
202
|
ariaOrientation: string | null;
|
|
203
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
178
204
|
ariaPlaceholder: string | null;
|
|
179
205
|
ariaPosInSet: string | null;
|
|
180
206
|
ariaPressed: string | null;
|
|
181
207
|
ariaReadOnly: string | null;
|
|
208
|
+
ariaRelevant: string | null;
|
|
182
209
|
ariaRequired: string | null;
|
|
183
210
|
ariaRoleDescription: string | null;
|
|
184
211
|
ariaRowCount: string | null;
|
|
185
212
|
ariaRowIndex: string | null;
|
|
213
|
+
ariaRowIndexText: string | null;
|
|
186
214
|
ariaRowSpan: string | null;
|
|
187
215
|
ariaSelected: string | null;
|
|
188
216
|
ariaSetSize: string | null;
|
|
@@ -192,34 +220,35 @@ declare const Toggletip_base: {
|
|
|
192
220
|
ariaValueNow: string | null;
|
|
193
221
|
ariaValueText: string | null;
|
|
194
222
|
role: string | null;
|
|
195
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
196
|
-
getAnimations(options?: GetAnimationsOptions
|
|
197
|
-
after(...nodes: (
|
|
198
|
-
before(...nodes: (
|
|
223
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
224
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
225
|
+
after(...nodes: (Node | string)[]): void;
|
|
226
|
+
before(...nodes: (Node | string)[]): void;
|
|
199
227
|
remove(): void;
|
|
200
|
-
replaceWith(...nodes: (
|
|
201
|
-
innerHTML: string;
|
|
228
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
202
229
|
readonly nextElementSibling: Element | null;
|
|
203
230
|
readonly previousElementSibling: Element | null;
|
|
204
231
|
readonly childElementCount: number;
|
|
205
232
|
readonly children: HTMLCollection;
|
|
206
233
|
readonly firstElementChild: Element | null;
|
|
207
234
|
readonly lastElementChild: Element | null;
|
|
208
|
-
append(...nodes: (
|
|
209
|
-
prepend(...nodes: (
|
|
210
|
-
querySelector<
|
|
211
|
-
querySelector<
|
|
212
|
-
querySelector<
|
|
213
|
-
querySelector<
|
|
214
|
-
querySelector<
|
|
215
|
-
querySelectorAll<
|
|
216
|
-
querySelectorAll<
|
|
217
|
-
querySelectorAll<
|
|
218
|
-
querySelectorAll<
|
|
219
|
-
querySelectorAll<
|
|
220
|
-
replaceChildren(...nodes: (
|
|
235
|
+
append(...nodes: (Node | string)[]): void;
|
|
236
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
237
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
238
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
239
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
240
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
241
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
242
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
243
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
244
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
245
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
246
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
247
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
221
248
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
222
|
-
readonly
|
|
249
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
250
|
+
get style(): CSSStyleDeclaration;
|
|
251
|
+
set style(cssText: string);
|
|
223
252
|
contentEditable: string;
|
|
224
253
|
enterKeyHint: string;
|
|
225
254
|
inputMode: string;
|
|
@@ -229,16 +258,20 @@ declare const Toggletip_base: {
|
|
|
229
258
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
230
259
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
231
260
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
232
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
261
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
233
262
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
263
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
234
265
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
235
266
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
236
267
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
237
268
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
269
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
239
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
270
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
240
271
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
241
|
-
|
|
272
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
274
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
275
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
243
276
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
277
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -285,12 +318,14 @@ declare const Toggletip_base: {
|
|
|
285
318
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
319
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
287
320
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
321
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
322
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
289
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
323
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
290
324
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
325
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
326
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
293
327
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
329
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
295
330
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
331
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -302,7 +337,7 @@ declare const Toggletip_base: {
|
|
|
302
337
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
303
338
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
339
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
340
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
306
341
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
307
342
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
308
343
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -320,14 +355,10 @@ declare const Toggletip_base: {
|
|
|
320
355
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
321
356
|
autofocus: boolean;
|
|
322
357
|
readonly dataset: DOMStringMap;
|
|
323
|
-
nonce?: string
|
|
358
|
+
nonce?: string;
|
|
324
359
|
tabIndex: number;
|
|
325
360
|
blur(): void;
|
|
326
|
-
focus(options?: FocusOptions
|
|
327
|
-
ariaColIndexText: string | null;
|
|
328
|
-
ariaDescription: string | null;
|
|
329
|
-
ariaRowIndexText: string | null;
|
|
330
|
-
ariaRelevant: string | null;
|
|
361
|
+
focus(options?: FocusOptions): void;
|
|
331
362
|
roleChanged(prev: string | null, next: string | null): void;
|
|
332
363
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
333
364
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -370,7 +401,7 @@ declare const Toggletip_base: {
|
|
|
370
401
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
371
402
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
372
403
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
373
|
-
"__#
|
|
404
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
374
405
|
newPropertyName: string;
|
|
375
406
|
deprecatedPropertyName: string;
|
|
376
407
|
fromDeprecated: (v: any) => any;
|
|
@@ -379,24 +410,25 @@ declare const Toggletip_base: {
|
|
|
379
410
|
};
|
|
380
411
|
} & {
|
|
381
412
|
new (...args: any[]): {
|
|
382
|
-
anchor?:
|
|
413
|
+
anchor?: string | HTMLElement;
|
|
383
414
|
anchorChanged(): void;
|
|
384
|
-
_slottedAnchor?: HTMLElement[]
|
|
415
|
+
_slottedAnchor?: HTMLElement[];
|
|
385
416
|
_slottedAnchorChanged(): void;
|
|
386
417
|
_anchorEl?: HTMLElement | undefined;
|
|
387
|
-
"__#
|
|
388
|
-
"__#
|
|
389
|
-
"__#
|
|
390
|
-
"__#
|
|
418
|
+
"__#private@#updateAnchorEl": () => void;
|
|
419
|
+
"__#private@#observer"?: MutationObserver;
|
|
420
|
+
"__#private@#observeMissingAnchor": (anchorId: string) => void;
|
|
421
|
+
"__#private@#cleanupObserverIfNeeded": () => void;
|
|
391
422
|
connectedCallback(): void;
|
|
392
423
|
disconnectedCallback(): void;
|
|
393
|
-
_vividAriaBehaviour: import(
|
|
394
|
-
readonly $fastController: import(
|
|
395
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
424
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
425
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
426
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
396
427
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
397
428
|
accessKey: string;
|
|
398
429
|
readonly accessKeyLabel: string;
|
|
399
430
|
autocapitalize: string;
|
|
431
|
+
autocorrect: boolean;
|
|
400
432
|
dir: string;
|
|
401
433
|
draggable: boolean;
|
|
402
434
|
hidden: boolean;
|
|
@@ -409,30 +441,39 @@ declare const Toggletip_base: {
|
|
|
409
441
|
readonly offsetTop: number;
|
|
410
442
|
readonly offsetWidth: number;
|
|
411
443
|
outerText: string;
|
|
444
|
+
popover: string | null;
|
|
412
445
|
spellcheck: boolean;
|
|
413
446
|
title: string;
|
|
414
447
|
translate: boolean;
|
|
448
|
+
writingSuggestions: string;
|
|
415
449
|
attachInternals(): ElementInternals;
|
|
416
450
|
click(): void;
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
451
|
+
hidePopover(): void;
|
|
452
|
+
showPopover(): void;
|
|
453
|
+
togglePopover(options?: boolean): boolean;
|
|
454
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
455
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
456
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
457
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
421
458
|
readonly attributes: NamedNodeMap;
|
|
422
|
-
|
|
459
|
+
get classList(): DOMTokenList;
|
|
460
|
+
set classList(value: string);
|
|
423
461
|
className: string;
|
|
424
462
|
readonly clientHeight: number;
|
|
425
463
|
readonly clientLeft: number;
|
|
426
464
|
readonly clientTop: number;
|
|
427
465
|
readonly clientWidth: number;
|
|
466
|
+
readonly currentCSSZoom: number;
|
|
428
467
|
id: string;
|
|
468
|
+
innerHTML: string;
|
|
429
469
|
readonly localName: string;
|
|
430
470
|
readonly namespaceURI: string | null;
|
|
431
471
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
432
472
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
433
473
|
outerHTML: string;
|
|
434
474
|
readonly ownerDocument: Document;
|
|
435
|
-
|
|
475
|
+
get part(): DOMTokenList;
|
|
476
|
+
set part(value: string);
|
|
436
477
|
readonly prefix: string | null;
|
|
437
478
|
readonly scrollHeight: number;
|
|
438
479
|
scrollLeft: number;
|
|
@@ -442,11 +483,12 @@ declare const Toggletip_base: {
|
|
|
442
483
|
slot: string;
|
|
443
484
|
readonly tagName: string;
|
|
444
485
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
445
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
446
|
-
closest<
|
|
447
|
-
closest<
|
|
448
|
-
closest<
|
|
449
|
-
closest<
|
|
486
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
487
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
488
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
489
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
490
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
491
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
450
492
|
getAttribute(qualifiedName: string): string | null;
|
|
451
493
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
452
494
|
getAttributeNames(): string[];
|
|
@@ -455,43 +497,47 @@ declare const Toggletip_base: {
|
|
|
455
497
|
getBoundingClientRect(): DOMRect;
|
|
456
498
|
getClientRects(): DOMRectList;
|
|
457
499
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
458
|
-
getElementsByTagName<
|
|
459
|
-
getElementsByTagName<
|
|
460
|
-
getElementsByTagName<
|
|
461
|
-
getElementsByTagName<
|
|
500
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
501
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
502
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
503
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
462
504
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
463
505
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
464
506
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
465
507
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
466
508
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
509
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
467
510
|
hasAttribute(qualifiedName: string): boolean;
|
|
468
511
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
469
512
|
hasAttributes(): boolean;
|
|
470
513
|
hasPointerCapture(pointerId: number): boolean;
|
|
471
514
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
472
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
515
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
473
516
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
474
517
|
matches(selectors: string): boolean;
|
|
475
518
|
releasePointerCapture(pointerId: number): void;
|
|
476
519
|
removeAttribute(qualifiedName: string): void;
|
|
477
520
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
478
521
|
removeAttributeNode(attr: Attr): Attr;
|
|
479
|
-
requestFullscreen(options?: FullscreenOptions
|
|
480
|
-
requestPointerLock(): void
|
|
481
|
-
scroll(options?: ScrollToOptions
|
|
522
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
523
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
524
|
+
scroll(options?: ScrollToOptions): void;
|
|
482
525
|
scroll(x: number, y: number): void;
|
|
483
|
-
scrollBy(options?: ScrollToOptions
|
|
526
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
484
527
|
scrollBy(x: number, y: number): void;
|
|
485
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
486
|
-
scrollTo(options?: ScrollToOptions
|
|
528
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
529
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
487
530
|
scrollTo(x: number, y: number): void;
|
|
488
531
|
setAttribute(qualifiedName: string, value: string): void;
|
|
489
532
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
490
533
|
setAttributeNode(attr: Attr): Attr | null;
|
|
491
534
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
535
|
+
setHTMLUnsafe(html: string): void;
|
|
492
536
|
setPointerCapture(pointerId: number): void;
|
|
493
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
537
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
494
538
|
webkitMatchesSelector(selectors: string): boolean;
|
|
539
|
+
get textContent(): string;
|
|
540
|
+
set textContent(value: string | null);
|
|
495
541
|
readonly baseURI: string;
|
|
496
542
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
497
543
|
readonly firstChild: ChildNode | null;
|
|
@@ -504,22 +550,21 @@ declare const Toggletip_base: {
|
|
|
504
550
|
readonly parentElement: HTMLElement | null;
|
|
505
551
|
readonly parentNode: ParentNode | null;
|
|
506
552
|
readonly previousSibling: ChildNode | null;
|
|
507
|
-
textContent: string | null;
|
|
508
553
|
appendChild<T extends Node>(node: T): T;
|
|
509
|
-
cloneNode(
|
|
554
|
+
cloneNode(subtree?: boolean): Node;
|
|
510
555
|
compareDocumentPosition(other: Node): number;
|
|
511
556
|
contains(other: Node | null): boolean;
|
|
512
|
-
getRootNode(options?: GetRootNodeOptions
|
|
557
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
513
558
|
hasChildNodes(): boolean;
|
|
514
|
-
insertBefore<
|
|
559
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
515
560
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
516
561
|
isEqualNode(otherNode: Node | null): boolean;
|
|
517
562
|
isSameNode(otherNode: Node | null): boolean;
|
|
518
563
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
519
564
|
lookupPrefix(namespace: string | null): string | null;
|
|
520
565
|
normalize(): void;
|
|
521
|
-
removeChild<
|
|
522
|
-
replaceChild<
|
|
566
|
+
removeChild<T extends Node>(child: T): T;
|
|
567
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
523
568
|
readonly ELEMENT_NODE: 1;
|
|
524
569
|
readonly ATTRIBUTE_NODE: 2;
|
|
525
570
|
readonly TEXT_NODE: 3;
|
|
@@ -539,35 +584,49 @@ declare const Toggletip_base: {
|
|
|
539
584
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
540
585
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
541
586
|
dispatchEvent(event: Event): boolean;
|
|
587
|
+
ariaActiveDescendantElement: Element | null;
|
|
542
588
|
ariaAtomic: string | null;
|
|
543
589
|
ariaAutoComplete: string | null;
|
|
590
|
+
ariaBrailleLabel: string | null;
|
|
591
|
+
ariaBrailleRoleDescription: string | null;
|
|
544
592
|
ariaBusy: string | null;
|
|
545
593
|
ariaChecked: string | null;
|
|
546
594
|
ariaColCount: string | null;
|
|
547
595
|
ariaColIndex: string | null;
|
|
596
|
+
ariaColIndexText: string | null;
|
|
548
597
|
ariaColSpan: string | null;
|
|
598
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
549
599
|
ariaCurrent: string | null;
|
|
600
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
601
|
+
ariaDescription: string | null;
|
|
602
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
550
603
|
ariaDisabled: string | null;
|
|
604
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
551
605
|
ariaExpanded: string | null;
|
|
606
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
552
607
|
ariaHasPopup: string | null;
|
|
553
608
|
ariaHidden: string | null;
|
|
554
609
|
ariaInvalid: string | null;
|
|
555
610
|
ariaKeyShortcuts: string | null;
|
|
556
611
|
ariaLabel: string | null;
|
|
612
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
557
613
|
ariaLevel: string | null;
|
|
558
614
|
ariaLive: string | null;
|
|
559
615
|
ariaModal: string | null;
|
|
560
616
|
ariaMultiLine: string | null;
|
|
561
617
|
ariaMultiSelectable: string | null;
|
|
562
618
|
ariaOrientation: string | null;
|
|
619
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
563
620
|
ariaPlaceholder: string | null;
|
|
564
621
|
ariaPosInSet: string | null;
|
|
565
622
|
ariaPressed: string | null;
|
|
566
623
|
ariaReadOnly: string | null;
|
|
624
|
+
ariaRelevant: string | null;
|
|
567
625
|
ariaRequired: string | null;
|
|
568
626
|
ariaRoleDescription: string | null;
|
|
569
627
|
ariaRowCount: string | null;
|
|
570
628
|
ariaRowIndex: string | null;
|
|
629
|
+
ariaRowIndexText: string | null;
|
|
571
630
|
ariaRowSpan: string | null;
|
|
572
631
|
ariaSelected: string | null;
|
|
573
632
|
ariaSetSize: string | null;
|
|
@@ -577,34 +636,35 @@ declare const Toggletip_base: {
|
|
|
577
636
|
ariaValueNow: string | null;
|
|
578
637
|
ariaValueText: string | null;
|
|
579
638
|
role: string | null;
|
|
580
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
581
|
-
getAnimations(options?: GetAnimationsOptions
|
|
582
|
-
after(...nodes: (
|
|
583
|
-
before(...nodes: (
|
|
639
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
640
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
641
|
+
after(...nodes: (Node | string)[]): void;
|
|
642
|
+
before(...nodes: (Node | string)[]): void;
|
|
584
643
|
remove(): void;
|
|
585
|
-
replaceWith(...nodes: (
|
|
586
|
-
innerHTML: string;
|
|
644
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
587
645
|
readonly nextElementSibling: Element | null;
|
|
588
646
|
readonly previousElementSibling: Element | null;
|
|
589
647
|
readonly childElementCount: number;
|
|
590
648
|
readonly children: HTMLCollection;
|
|
591
649
|
readonly firstElementChild: Element | null;
|
|
592
650
|
readonly lastElementChild: Element | null;
|
|
593
|
-
append(...nodes: (
|
|
594
|
-
prepend(...nodes: (
|
|
595
|
-
querySelector<
|
|
596
|
-
querySelector<
|
|
597
|
-
querySelector<
|
|
598
|
-
querySelector<
|
|
599
|
-
querySelector<
|
|
600
|
-
querySelectorAll<
|
|
601
|
-
querySelectorAll<
|
|
602
|
-
querySelectorAll<
|
|
603
|
-
querySelectorAll<
|
|
604
|
-
querySelectorAll<
|
|
605
|
-
replaceChildren(...nodes: (
|
|
651
|
+
append(...nodes: (Node | string)[]): void;
|
|
652
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
653
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
654
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
655
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
656
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
657
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
658
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
659
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
660
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
661
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
662
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
663
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
606
664
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
607
|
-
readonly
|
|
665
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
666
|
+
get style(): CSSStyleDeclaration;
|
|
667
|
+
set style(cssText: string);
|
|
608
668
|
contentEditable: string;
|
|
609
669
|
enterKeyHint: string;
|
|
610
670
|
inputMode: string;
|
|
@@ -614,16 +674,20 @@ declare const Toggletip_base: {
|
|
|
614
674
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
615
675
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
616
676
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
617
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
677
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
618
678
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
679
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
619
681
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
620
682
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
683
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
684
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
685
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
686
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
625
687
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
626
|
-
|
|
688
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
689
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
690
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
691
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
628
692
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
629
693
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -670,12 +734,14 @@ declare const Toggletip_base: {
|
|
|
670
734
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
671
735
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
672
736
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
737
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
738
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
674
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
739
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
675
740
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
676
741
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
742
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
678
743
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
744
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
745
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
680
746
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
747
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -687,7 +753,7 @@ declare const Toggletip_base: {
|
|
|
687
753
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
688
754
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
689
755
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
690
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
756
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
691
757
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
692
758
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
693
759
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -705,14 +771,10 @@ declare const Toggletip_base: {
|
|
|
705
771
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
706
772
|
autofocus: boolean;
|
|
707
773
|
readonly dataset: DOMStringMap;
|
|
708
|
-
nonce?: string
|
|
774
|
+
nonce?: string;
|
|
709
775
|
tabIndex: number;
|
|
710
776
|
blur(): void;
|
|
711
|
-
focus(options?: FocusOptions
|
|
712
|
-
ariaColIndexText: string | null;
|
|
713
|
-
ariaDescription: string | null;
|
|
714
|
-
ariaRowIndexText: string | null;
|
|
715
|
-
ariaRelevant: string | null;
|
|
777
|
+
focus(options?: FocusOptions): void;
|
|
716
778
|
roleChanged(prev: string | null, next: string | null): void;
|
|
717
779
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
718
780
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -755,7 +817,7 @@ declare const Toggletip_base: {
|
|
|
755
817
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
756
818
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
757
819
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
758
|
-
"__#
|
|
820
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
759
821
|
newPropertyName: string;
|
|
760
822
|
deprecatedPropertyName: string;
|
|
761
823
|
fromDeprecated: (v: any) => any;
|