@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,32 +1,33 @@
|
|
|
1
1
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
2
|
-
import {
|
|
2
|
+
import { ColorSwatch } from '../../shared/color-picker';
|
|
3
3
|
export declare const vcPickerTag = "vvd-hex-picker";
|
|
4
4
|
export declare const vcInputTag = "vvd-hex-input";
|
|
5
5
|
declare const ColorPicker_base: {
|
|
6
6
|
new (...args: any[]): {
|
|
7
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
8
|
-
|
|
7
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
8
|
+
get _hasContextualHelp(): boolean;
|
|
9
9
|
_isFromContextualHelp(e: Event): boolean;
|
|
10
|
-
label?: string
|
|
10
|
+
label?: string;
|
|
11
11
|
errorValidationMessage: string;
|
|
12
12
|
forceErrorDisplay: boolean;
|
|
13
13
|
hasBeenTouched: boolean;
|
|
14
14
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
15
|
-
"__#
|
|
15
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
16
16
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
17
17
|
formResetCallback: (() => void) & (() => void);
|
|
18
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
19
|
-
proxy: import(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
19
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
20
|
+
get validity(): ValidityState;
|
|
21
|
+
get form(): HTMLFormElement | null;
|
|
22
|
+
get validationMessage(): string;
|
|
23
|
+
get willValidate(): boolean;
|
|
24
|
+
get labels(): ReadonlyArray<Node>;
|
|
25
25
|
dirtyValue: boolean;
|
|
26
|
-
proxySlot?: HTMLSlotElement
|
|
26
|
+
proxySlot?: HTMLSlotElement;
|
|
27
27
|
value: string;
|
|
28
28
|
valueChanged(_previous: string, _next: string): void;
|
|
29
|
-
currentValue: string;
|
|
29
|
+
get currentValue(): string;
|
|
30
|
+
set currentValue(value: string);
|
|
30
31
|
initialValue: string;
|
|
31
32
|
initialValueChanged(_previous: string, _next: string): void;
|
|
32
33
|
disabled: boolean;
|
|
@@ -35,25 +36,26 @@ declare const ColorPicker_base: {
|
|
|
35
36
|
nameChanged(_previous: string, _next: string): void;
|
|
36
37
|
required: boolean;
|
|
37
38
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
38
|
-
|
|
39
|
+
get elementInternals(): ElementInternals | null;
|
|
39
40
|
proxyEventsToBlock: string[];
|
|
40
41
|
checkValidity(): boolean;
|
|
41
42
|
reportValidity(): boolean;
|
|
42
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
43
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
43
44
|
formDisabledCallback(disabled: boolean): void;
|
|
44
45
|
proxyInitialized: boolean;
|
|
45
46
|
attachProxy(): void;
|
|
46
47
|
detachProxy(): void;
|
|
47
|
-
setFormValue(value:
|
|
48
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
48
49
|
_keypressHandler(e: KeyboardEvent): void;
|
|
49
50
|
stopPropagation(e: Event): void;
|
|
50
|
-
_vividAriaBehaviour: import(
|
|
51
|
-
readonly $fastController: import(
|
|
52
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
51
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
52
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
53
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
53
54
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
54
55
|
accessKey: string;
|
|
55
56
|
readonly accessKeyLabel: string;
|
|
56
57
|
autocapitalize: string;
|
|
58
|
+
autocorrect: boolean;
|
|
57
59
|
dir: string;
|
|
58
60
|
draggable: boolean;
|
|
59
61
|
hidden: boolean;
|
|
@@ -66,30 +68,39 @@ declare const ColorPicker_base: {
|
|
|
66
68
|
readonly offsetTop: number;
|
|
67
69
|
readonly offsetWidth: number;
|
|
68
70
|
outerText: string;
|
|
71
|
+
popover: string | null;
|
|
69
72
|
spellcheck: boolean;
|
|
70
73
|
title: string;
|
|
71
74
|
translate: boolean;
|
|
75
|
+
writingSuggestions: string;
|
|
72
76
|
attachInternals(): ElementInternals;
|
|
73
77
|
click(): void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
hidePopover(): void;
|
|
79
|
+
showPopover(): void;
|
|
80
|
+
togglePopover(options?: boolean): boolean;
|
|
81
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
82
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
83
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
84
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
78
85
|
readonly attributes: NamedNodeMap;
|
|
79
|
-
|
|
86
|
+
get classList(): DOMTokenList;
|
|
87
|
+
set classList(value: string);
|
|
80
88
|
className: string;
|
|
81
89
|
readonly clientHeight: number;
|
|
82
90
|
readonly clientLeft: number;
|
|
83
91
|
readonly clientTop: number;
|
|
84
92
|
readonly clientWidth: number;
|
|
93
|
+
readonly currentCSSZoom: number;
|
|
85
94
|
id: string;
|
|
95
|
+
innerHTML: string;
|
|
86
96
|
readonly localName: string;
|
|
87
97
|
readonly namespaceURI: string | null;
|
|
88
98
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
89
99
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
90
100
|
outerHTML: string;
|
|
91
101
|
readonly ownerDocument: Document;
|
|
92
|
-
|
|
102
|
+
get part(): DOMTokenList;
|
|
103
|
+
set part(value: string);
|
|
93
104
|
readonly prefix: string | null;
|
|
94
105
|
readonly scrollHeight: number;
|
|
95
106
|
scrollLeft: number;
|
|
@@ -99,11 +110,12 @@ declare const ColorPicker_base: {
|
|
|
99
110
|
slot: string;
|
|
100
111
|
readonly tagName: string;
|
|
101
112
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
102
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
103
|
-
closest<
|
|
104
|
-
closest<
|
|
105
|
-
closest<
|
|
113
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
114
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
115
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
116
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
106
117
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
118
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
107
119
|
getAttribute(qualifiedName: string): string | null;
|
|
108
120
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
109
121
|
getAttributeNames(): string[];
|
|
@@ -112,43 +124,47 @@ declare const ColorPicker_base: {
|
|
|
112
124
|
getBoundingClientRect(): DOMRect;
|
|
113
125
|
getClientRects(): DOMRectList;
|
|
114
126
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
115
|
-
getElementsByTagName<
|
|
116
|
-
getElementsByTagName<
|
|
117
|
-
getElementsByTagName<
|
|
118
|
-
getElementsByTagName<
|
|
127
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
128
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
129
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
130
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
119
131
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
120
132
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
121
133
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
122
134
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
123
135
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
136
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
124
137
|
hasAttribute(qualifiedName: string): boolean;
|
|
125
138
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
126
139
|
hasAttributes(): boolean;
|
|
127
140
|
hasPointerCapture(pointerId: number): boolean;
|
|
128
141
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
129
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
142
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
130
143
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
131
144
|
matches(selectors: string): boolean;
|
|
132
145
|
releasePointerCapture(pointerId: number): void;
|
|
133
146
|
removeAttribute(qualifiedName: string): void;
|
|
134
147
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
135
148
|
removeAttributeNode(attr: Attr): Attr;
|
|
136
|
-
requestFullscreen(options?: FullscreenOptions
|
|
137
|
-
requestPointerLock(): void
|
|
138
|
-
scroll(options?: ScrollToOptions
|
|
149
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
150
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
151
|
+
scroll(options?: ScrollToOptions): void;
|
|
139
152
|
scroll(x: number, y: number): void;
|
|
140
|
-
scrollBy(options?: ScrollToOptions
|
|
153
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
141
154
|
scrollBy(x: number, y: number): void;
|
|
142
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
143
|
-
scrollTo(options?: ScrollToOptions
|
|
155
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
156
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
144
157
|
scrollTo(x: number, y: number): void;
|
|
145
158
|
setAttribute(qualifiedName: string, value: string): void;
|
|
146
159
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
147
160
|
setAttributeNode(attr: Attr): Attr | null;
|
|
148
161
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
162
|
+
setHTMLUnsafe(html: string): void;
|
|
149
163
|
setPointerCapture(pointerId: number): void;
|
|
150
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
164
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
151
165
|
webkitMatchesSelector(selectors: string): boolean;
|
|
166
|
+
get textContent(): string;
|
|
167
|
+
set textContent(value: string | null);
|
|
152
168
|
readonly baseURI: string;
|
|
153
169
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
154
170
|
readonly firstChild: ChildNode | null;
|
|
@@ -161,22 +177,21 @@ declare const ColorPicker_base: {
|
|
|
161
177
|
readonly parentElement: HTMLElement | null;
|
|
162
178
|
readonly parentNode: ParentNode | null;
|
|
163
179
|
readonly previousSibling: ChildNode | null;
|
|
164
|
-
textContent: string | null;
|
|
165
180
|
appendChild<T extends Node>(node: T): T;
|
|
166
|
-
cloneNode(
|
|
181
|
+
cloneNode(subtree?: boolean): Node;
|
|
167
182
|
compareDocumentPosition(other: Node): number;
|
|
168
183
|
contains(other: Node | null): boolean;
|
|
169
|
-
getRootNode(options?: GetRootNodeOptions
|
|
184
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
170
185
|
hasChildNodes(): boolean;
|
|
171
|
-
insertBefore<
|
|
186
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
172
187
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
173
188
|
isEqualNode(otherNode: Node | null): boolean;
|
|
174
189
|
isSameNode(otherNode: Node | null): boolean;
|
|
175
190
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
176
191
|
lookupPrefix(namespace: string | null): string | null;
|
|
177
192
|
normalize(): void;
|
|
178
|
-
removeChild<
|
|
179
|
-
replaceChild<
|
|
193
|
+
removeChild<T extends Node>(child: T): T;
|
|
194
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
180
195
|
readonly ELEMENT_NODE: 1;
|
|
181
196
|
readonly ATTRIBUTE_NODE: 2;
|
|
182
197
|
readonly TEXT_NODE: 3;
|
|
@@ -196,35 +211,49 @@ declare const ColorPicker_base: {
|
|
|
196
211
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
197
212
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
198
213
|
dispatchEvent(event: Event): boolean;
|
|
214
|
+
ariaActiveDescendantElement: Element | null;
|
|
199
215
|
ariaAtomic: string | null;
|
|
200
216
|
ariaAutoComplete: string | null;
|
|
217
|
+
ariaBrailleLabel: string | null;
|
|
218
|
+
ariaBrailleRoleDescription: string | null;
|
|
201
219
|
ariaBusy: string | null;
|
|
202
220
|
ariaChecked: string | null;
|
|
203
221
|
ariaColCount: string | null;
|
|
204
222
|
ariaColIndex: string | null;
|
|
223
|
+
ariaColIndexText: string | null;
|
|
205
224
|
ariaColSpan: string | null;
|
|
225
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
206
226
|
ariaCurrent: string | null;
|
|
227
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
228
|
+
ariaDescription: string | null;
|
|
229
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
207
230
|
ariaDisabled: string | null;
|
|
231
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
208
232
|
ariaExpanded: string | null;
|
|
233
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
209
234
|
ariaHasPopup: string | null;
|
|
210
235
|
ariaHidden: string | null;
|
|
211
236
|
ariaInvalid: string | null;
|
|
212
237
|
ariaKeyShortcuts: string | null;
|
|
213
238
|
ariaLabel: string | null;
|
|
239
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
214
240
|
ariaLevel: string | null;
|
|
215
241
|
ariaLive: string | null;
|
|
216
242
|
ariaModal: string | null;
|
|
217
243
|
ariaMultiLine: string | null;
|
|
218
244
|
ariaMultiSelectable: string | null;
|
|
219
245
|
ariaOrientation: string | null;
|
|
246
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
220
247
|
ariaPlaceholder: string | null;
|
|
221
248
|
ariaPosInSet: string | null;
|
|
222
249
|
ariaPressed: string | null;
|
|
223
250
|
ariaReadOnly: string | null;
|
|
251
|
+
ariaRelevant: string | null;
|
|
224
252
|
ariaRequired: string | null;
|
|
225
253
|
ariaRoleDescription: string | null;
|
|
226
254
|
ariaRowCount: string | null;
|
|
227
255
|
ariaRowIndex: string | null;
|
|
256
|
+
ariaRowIndexText: string | null;
|
|
228
257
|
ariaRowSpan: string | null;
|
|
229
258
|
ariaSelected: string | null;
|
|
230
259
|
ariaSetSize: string | null;
|
|
@@ -234,34 +263,35 @@ declare const ColorPicker_base: {
|
|
|
234
263
|
ariaValueNow: string | null;
|
|
235
264
|
ariaValueText: string | null;
|
|
236
265
|
role: string | null;
|
|
237
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
238
|
-
getAnimations(options?: GetAnimationsOptions
|
|
239
|
-
after(...nodes: (
|
|
240
|
-
before(...nodes: (
|
|
266
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
267
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
268
|
+
after(...nodes: (Node | string)[]): void;
|
|
269
|
+
before(...nodes: (Node | string)[]): void;
|
|
241
270
|
remove(): void;
|
|
242
|
-
replaceWith(...nodes: (
|
|
243
|
-
innerHTML: string;
|
|
271
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
244
272
|
readonly nextElementSibling: Element | null;
|
|
245
273
|
readonly previousElementSibling: Element | null;
|
|
246
274
|
readonly childElementCount: number;
|
|
247
275
|
readonly children: HTMLCollection;
|
|
248
276
|
readonly firstElementChild: Element | null;
|
|
249
277
|
readonly lastElementChild: Element | null;
|
|
250
|
-
append(...nodes: (
|
|
251
|
-
prepend(...nodes: (
|
|
252
|
-
querySelector<
|
|
253
|
-
querySelector<
|
|
254
|
-
querySelector<
|
|
255
|
-
querySelector<
|
|
256
|
-
querySelector<
|
|
257
|
-
querySelectorAll<
|
|
258
|
-
querySelectorAll<
|
|
259
|
-
querySelectorAll<
|
|
260
|
-
querySelectorAll<
|
|
261
|
-
querySelectorAll<
|
|
262
|
-
replaceChildren(...nodes: (
|
|
278
|
+
append(...nodes: (Node | string)[]): void;
|
|
279
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
280
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
281
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
282
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
283
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
284
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
285
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
286
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
287
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
288
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
289
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
290
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
263
291
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
264
|
-
readonly
|
|
292
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
293
|
+
get style(): CSSStyleDeclaration;
|
|
294
|
+
set style(cssText: string);
|
|
265
295
|
contentEditable: string;
|
|
266
296
|
enterKeyHint: string;
|
|
267
297
|
inputMode: string;
|
|
@@ -271,16 +301,20 @@ declare const ColorPicker_base: {
|
|
|
271
301
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
272
302
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
273
303
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
274
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
304
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
275
305
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
306
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
276
308
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
277
309
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
310
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
311
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
312
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
313
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
282
314
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
-
|
|
315
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
317
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
318
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
285
319
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
320
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -327,12 +361,14 @@ declare const ColorPicker_base: {
|
|
|
327
361
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
362
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
329
363
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
364
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
365
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
366
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
332
367
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
368
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
369
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
335
370
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
371
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
372
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
337
373
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
374
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -344,7 +380,7 @@ declare const ColorPicker_base: {
|
|
|
344
380
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
345
381
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
382
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
383
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
348
384
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
385
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
350
386
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -362,14 +398,10 @@ declare const ColorPicker_base: {
|
|
|
362
398
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
363
399
|
autofocus: boolean;
|
|
364
400
|
readonly dataset: DOMStringMap;
|
|
365
|
-
nonce?: string
|
|
401
|
+
nonce?: string;
|
|
366
402
|
tabIndex: number;
|
|
367
403
|
blur(): void;
|
|
368
|
-
focus(options?: FocusOptions
|
|
369
|
-
ariaColIndexText: string | null;
|
|
370
|
-
ariaDescription: string | null;
|
|
371
|
-
ariaRowIndexText: string | null;
|
|
372
|
-
ariaRelevant: string | null;
|
|
404
|
+
focus(options?: FocusOptions): void;
|
|
373
405
|
roleChanged(prev: string | null, next: string | null): void;
|
|
374
406
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
375
407
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -412,7 +444,7 @@ declare const ColorPicker_base: {
|
|
|
412
444
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
413
445
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
414
446
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
415
|
-
"__#
|
|
447
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
416
448
|
newPropertyName: string;
|
|
417
449
|
deprecatedPropertyName: string;
|
|
418
450
|
fromDeprecated: (v: any) => any;
|
|
@@ -421,24 +453,25 @@ declare const ColorPicker_base: {
|
|
|
421
453
|
};
|
|
422
454
|
} & {
|
|
423
455
|
new (...args: any[]): {
|
|
424
|
-
helperText?: string
|
|
425
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
426
|
-
|
|
456
|
+
helperText?: string;
|
|
457
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
458
|
+
get _feedbackDescribedBy(): string;
|
|
427
459
|
_internalFeedback(): {
|
|
428
|
-
type: import(
|
|
460
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
429
461
|
message: string;
|
|
430
462
|
};
|
|
431
463
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
432
|
-
_getFeedbackTemplate(ctx: import(
|
|
464
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
433
465
|
connectedCallback(): void;
|
|
434
|
-
_vividAriaBehaviour: import(
|
|
435
|
-
readonly $fastController: import(
|
|
436
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
466
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
467
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
468
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
437
469
|
disconnectedCallback(): void;
|
|
438
470
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
439
471
|
accessKey: string;
|
|
440
472
|
readonly accessKeyLabel: string;
|
|
441
473
|
autocapitalize: string;
|
|
474
|
+
autocorrect: boolean;
|
|
442
475
|
dir: string;
|
|
443
476
|
draggable: boolean;
|
|
444
477
|
hidden: boolean;
|
|
@@ -451,30 +484,39 @@ declare const ColorPicker_base: {
|
|
|
451
484
|
readonly offsetTop: number;
|
|
452
485
|
readonly offsetWidth: number;
|
|
453
486
|
outerText: string;
|
|
487
|
+
popover: string | null;
|
|
454
488
|
spellcheck: boolean;
|
|
455
489
|
title: string;
|
|
456
490
|
translate: boolean;
|
|
491
|
+
writingSuggestions: string;
|
|
457
492
|
attachInternals(): ElementInternals;
|
|
458
493
|
click(): void;
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
494
|
+
hidePopover(): void;
|
|
495
|
+
showPopover(): void;
|
|
496
|
+
togglePopover(options?: boolean): boolean;
|
|
497
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
498
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
499
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
500
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
463
501
|
readonly attributes: NamedNodeMap;
|
|
464
|
-
|
|
502
|
+
get classList(): DOMTokenList;
|
|
503
|
+
set classList(value: string);
|
|
465
504
|
className: string;
|
|
466
505
|
readonly clientHeight: number;
|
|
467
506
|
readonly clientLeft: number;
|
|
468
507
|
readonly clientTop: number;
|
|
469
508
|
readonly clientWidth: number;
|
|
509
|
+
readonly currentCSSZoom: number;
|
|
470
510
|
id: string;
|
|
511
|
+
innerHTML: string;
|
|
471
512
|
readonly localName: string;
|
|
472
513
|
readonly namespaceURI: string | null;
|
|
473
514
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
474
515
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
475
516
|
outerHTML: string;
|
|
476
517
|
readonly ownerDocument: Document;
|
|
477
|
-
|
|
518
|
+
get part(): DOMTokenList;
|
|
519
|
+
set part(value: string);
|
|
478
520
|
readonly prefix: string | null;
|
|
479
521
|
readonly scrollHeight: number;
|
|
480
522
|
scrollLeft: number;
|
|
@@ -484,11 +526,12 @@ declare const ColorPicker_base: {
|
|
|
484
526
|
slot: string;
|
|
485
527
|
readonly tagName: string;
|
|
486
528
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
487
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
488
|
-
closest<
|
|
489
|
-
closest<
|
|
490
|
-
closest<
|
|
491
|
-
closest<
|
|
529
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
530
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
531
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
532
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
533
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
534
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
492
535
|
getAttribute(qualifiedName: string): string | null;
|
|
493
536
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
494
537
|
getAttributeNames(): string[];
|
|
@@ -497,43 +540,47 @@ declare const ColorPicker_base: {
|
|
|
497
540
|
getBoundingClientRect(): DOMRect;
|
|
498
541
|
getClientRects(): DOMRectList;
|
|
499
542
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
500
|
-
getElementsByTagName<
|
|
501
|
-
getElementsByTagName<
|
|
502
|
-
getElementsByTagName<
|
|
503
|
-
getElementsByTagName<
|
|
543
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
544
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
545
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
546
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
504
547
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
505
548
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
506
549
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
507
550
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
508
551
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
552
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
509
553
|
hasAttribute(qualifiedName: string): boolean;
|
|
510
554
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
511
555
|
hasAttributes(): boolean;
|
|
512
556
|
hasPointerCapture(pointerId: number): boolean;
|
|
513
557
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
514
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
558
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
515
559
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
516
560
|
matches(selectors: string): boolean;
|
|
517
561
|
releasePointerCapture(pointerId: number): void;
|
|
518
562
|
removeAttribute(qualifiedName: string): void;
|
|
519
563
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
520
564
|
removeAttributeNode(attr: Attr): Attr;
|
|
521
|
-
requestFullscreen(options?: FullscreenOptions
|
|
522
|
-
requestPointerLock(): void
|
|
523
|
-
scroll(options?: ScrollToOptions
|
|
565
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
566
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
567
|
+
scroll(options?: ScrollToOptions): void;
|
|
524
568
|
scroll(x: number, y: number): void;
|
|
525
|
-
scrollBy(options?: ScrollToOptions
|
|
569
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
526
570
|
scrollBy(x: number, y: number): void;
|
|
527
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
528
|
-
scrollTo(options?: ScrollToOptions
|
|
571
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
572
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
529
573
|
scrollTo(x: number, y: number): void;
|
|
530
574
|
setAttribute(qualifiedName: string, value: string): void;
|
|
531
575
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
532
576
|
setAttributeNode(attr: Attr): Attr | null;
|
|
533
577
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
578
|
+
setHTMLUnsafe(html: string): void;
|
|
534
579
|
setPointerCapture(pointerId: number): void;
|
|
535
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
580
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
536
581
|
webkitMatchesSelector(selectors: string): boolean;
|
|
582
|
+
get textContent(): string;
|
|
583
|
+
set textContent(value: string | null);
|
|
537
584
|
readonly baseURI: string;
|
|
538
585
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
539
586
|
readonly firstChild: ChildNode | null;
|
|
@@ -546,22 +593,21 @@ declare const ColorPicker_base: {
|
|
|
546
593
|
readonly parentElement: HTMLElement | null;
|
|
547
594
|
readonly parentNode: ParentNode | null;
|
|
548
595
|
readonly previousSibling: ChildNode | null;
|
|
549
|
-
textContent: string | null;
|
|
550
596
|
appendChild<T extends Node>(node: T): T;
|
|
551
|
-
cloneNode(
|
|
597
|
+
cloneNode(subtree?: boolean): Node;
|
|
552
598
|
compareDocumentPosition(other: Node): number;
|
|
553
599
|
contains(other: Node | null): boolean;
|
|
554
|
-
getRootNode(options?: GetRootNodeOptions
|
|
600
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
555
601
|
hasChildNodes(): boolean;
|
|
556
|
-
insertBefore<
|
|
602
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
557
603
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
558
604
|
isEqualNode(otherNode: Node | null): boolean;
|
|
559
605
|
isSameNode(otherNode: Node | null): boolean;
|
|
560
606
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
561
607
|
lookupPrefix(namespace: string | null): string | null;
|
|
562
608
|
normalize(): void;
|
|
563
|
-
removeChild<
|
|
564
|
-
replaceChild<
|
|
609
|
+
removeChild<T extends Node>(child: T): T;
|
|
610
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
565
611
|
readonly ELEMENT_NODE: 1;
|
|
566
612
|
readonly ATTRIBUTE_NODE: 2;
|
|
567
613
|
readonly TEXT_NODE: 3;
|
|
@@ -581,35 +627,49 @@ declare const ColorPicker_base: {
|
|
|
581
627
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
582
628
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
583
629
|
dispatchEvent(event: Event): boolean;
|
|
630
|
+
ariaActiveDescendantElement: Element | null;
|
|
584
631
|
ariaAtomic: string | null;
|
|
585
632
|
ariaAutoComplete: string | null;
|
|
633
|
+
ariaBrailleLabel: string | null;
|
|
634
|
+
ariaBrailleRoleDescription: string | null;
|
|
586
635
|
ariaBusy: string | null;
|
|
587
636
|
ariaChecked: string | null;
|
|
588
637
|
ariaColCount: string | null;
|
|
589
638
|
ariaColIndex: string | null;
|
|
639
|
+
ariaColIndexText: string | null;
|
|
590
640
|
ariaColSpan: string | null;
|
|
641
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
591
642
|
ariaCurrent: string | null;
|
|
643
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
644
|
+
ariaDescription: string | null;
|
|
645
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
592
646
|
ariaDisabled: string | null;
|
|
647
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
593
648
|
ariaExpanded: string | null;
|
|
649
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
594
650
|
ariaHasPopup: string | null;
|
|
595
651
|
ariaHidden: string | null;
|
|
596
652
|
ariaInvalid: string | null;
|
|
597
653
|
ariaKeyShortcuts: string | null;
|
|
598
654
|
ariaLabel: string | null;
|
|
655
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
599
656
|
ariaLevel: string | null;
|
|
600
657
|
ariaLive: string | null;
|
|
601
658
|
ariaModal: string | null;
|
|
602
659
|
ariaMultiLine: string | null;
|
|
603
660
|
ariaMultiSelectable: string | null;
|
|
604
661
|
ariaOrientation: string | null;
|
|
662
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
605
663
|
ariaPlaceholder: string | null;
|
|
606
664
|
ariaPosInSet: string | null;
|
|
607
665
|
ariaPressed: string | null;
|
|
608
666
|
ariaReadOnly: string | null;
|
|
667
|
+
ariaRelevant: string | null;
|
|
609
668
|
ariaRequired: string | null;
|
|
610
669
|
ariaRoleDescription: string | null;
|
|
611
670
|
ariaRowCount: string | null;
|
|
612
671
|
ariaRowIndex: string | null;
|
|
672
|
+
ariaRowIndexText: string | null;
|
|
613
673
|
ariaRowSpan: string | null;
|
|
614
674
|
ariaSelected: string | null;
|
|
615
675
|
ariaSetSize: string | null;
|
|
@@ -619,34 +679,35 @@ declare const ColorPicker_base: {
|
|
|
619
679
|
ariaValueNow: string | null;
|
|
620
680
|
ariaValueText: string | null;
|
|
621
681
|
role: string | null;
|
|
622
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
623
|
-
getAnimations(options?: GetAnimationsOptions
|
|
624
|
-
after(...nodes: (
|
|
625
|
-
before(...nodes: (
|
|
682
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
683
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
684
|
+
after(...nodes: (Node | string)[]): void;
|
|
685
|
+
before(...nodes: (Node | string)[]): void;
|
|
626
686
|
remove(): void;
|
|
627
|
-
replaceWith(...nodes: (
|
|
628
|
-
innerHTML: string;
|
|
687
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
629
688
|
readonly nextElementSibling: Element | null;
|
|
630
689
|
readonly previousElementSibling: Element | null;
|
|
631
690
|
readonly childElementCount: number;
|
|
632
691
|
readonly children: HTMLCollection;
|
|
633
692
|
readonly firstElementChild: Element | null;
|
|
634
693
|
readonly lastElementChild: Element | null;
|
|
635
|
-
append(...nodes: (
|
|
636
|
-
prepend(...nodes: (
|
|
637
|
-
querySelector<
|
|
638
|
-
querySelector<
|
|
639
|
-
querySelector<
|
|
640
|
-
querySelector<
|
|
641
|
-
querySelector<
|
|
642
|
-
querySelectorAll<
|
|
643
|
-
querySelectorAll<
|
|
644
|
-
querySelectorAll<
|
|
645
|
-
querySelectorAll<
|
|
646
|
-
querySelectorAll<
|
|
647
|
-
replaceChildren(...nodes: (
|
|
694
|
+
append(...nodes: (Node | string)[]): void;
|
|
695
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
696
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
697
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
698
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
699
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
700
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
701
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
702
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
703
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
704
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
705
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
706
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
648
707
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
649
|
-
readonly
|
|
708
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
709
|
+
get style(): CSSStyleDeclaration;
|
|
710
|
+
set style(cssText: string);
|
|
650
711
|
contentEditable: string;
|
|
651
712
|
enterKeyHint: string;
|
|
652
713
|
inputMode: string;
|
|
@@ -656,16 +717,20 @@ declare const ColorPicker_base: {
|
|
|
656
717
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
657
718
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
658
719
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
659
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
720
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
660
721
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
722
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
723
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
661
724
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
662
725
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
663
726
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
664
727
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
728
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
729
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
667
730
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
-
|
|
731
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
732
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
733
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
734
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
670
735
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
736
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -712,12 +777,14 @@ declare const ColorPicker_base: {
|
|
|
712
777
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
713
778
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
714
779
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
780
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
715
781
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
716
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
782
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
717
783
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
718
784
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
719
785
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
720
786
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
787
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
788
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
722
789
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
723
790
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -729,7 +796,7 @@ declare const ColorPicker_base: {
|
|
|
729
796
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
730
797
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
731
798
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
732
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
799
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
733
800
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
734
801
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
735
802
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -747,14 +814,10 @@ declare const ColorPicker_base: {
|
|
|
747
814
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
748
815
|
autofocus: boolean;
|
|
749
816
|
readonly dataset: DOMStringMap;
|
|
750
|
-
nonce?: string
|
|
817
|
+
nonce?: string;
|
|
751
818
|
tabIndex: number;
|
|
752
819
|
blur(): void;
|
|
753
|
-
focus(options?: FocusOptions
|
|
754
|
-
ariaColIndexText: string | null;
|
|
755
|
-
ariaDescription: string | null;
|
|
756
|
-
ariaRowIndexText: string | null;
|
|
757
|
-
ariaRelevant: string | null;
|
|
820
|
+
focus(options?: FocusOptions): void;
|
|
758
821
|
roleChanged(prev: string | null, next: string | null): void;
|
|
759
822
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
760
823
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -797,7 +860,7 @@ declare const ColorPicker_base: {
|
|
|
797
860
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
798
861
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
799
862
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
800
|
-
"__#
|
|
863
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
801
864
|
newPropertyName: string;
|
|
802
865
|
deprecatedPropertyName: string;
|
|
803
866
|
fromDeprecated: (v: any) => any;
|
|
@@ -806,32 +869,33 @@ declare const ColorPicker_base: {
|
|
|
806
869
|
};
|
|
807
870
|
} & {
|
|
808
871
|
new (...args: any[]): {
|
|
809
|
-
errorText?: string
|
|
872
|
+
errorText?: string;
|
|
810
873
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
811
|
-
"__#
|
|
812
|
-
"__#
|
|
813
|
-
"__#
|
|
814
|
-
"__#
|
|
815
|
-
label?: string
|
|
874
|
+
"__#private@#blockValidateCalls": boolean;
|
|
875
|
+
"__#private@#originalValidateFn": () => void;
|
|
876
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
877
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
878
|
+
label?: string;
|
|
816
879
|
errorValidationMessage: string;
|
|
817
880
|
forceErrorDisplay: boolean;
|
|
818
881
|
hasBeenTouched: boolean;
|
|
819
882
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
820
|
-
"__#
|
|
883
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
821
884
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
822
885
|
formResetCallback: (() => void) & (() => void);
|
|
823
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
824
|
-
proxy: import(
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
886
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
887
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
888
|
+
get validity(): ValidityState;
|
|
889
|
+
get form(): HTMLFormElement | null;
|
|
890
|
+
get validationMessage(): string;
|
|
891
|
+
get willValidate(): boolean;
|
|
892
|
+
get labels(): ReadonlyArray<Node>;
|
|
830
893
|
dirtyValue: boolean;
|
|
831
|
-
proxySlot?: HTMLSlotElement
|
|
894
|
+
proxySlot?: HTMLSlotElement;
|
|
832
895
|
value: string;
|
|
833
896
|
valueChanged(_previous: string, _next: string): void;
|
|
834
|
-
currentValue: string;
|
|
897
|
+
get currentValue(): string;
|
|
898
|
+
set currentValue(value: string);
|
|
835
899
|
initialValue: string;
|
|
836
900
|
initialValueChanged(_previous: string, _next: string): void;
|
|
837
901
|
disabled: boolean;
|
|
@@ -840,25 +904,26 @@ declare const ColorPicker_base: {
|
|
|
840
904
|
nameChanged(_previous: string, _next: string): void;
|
|
841
905
|
required: boolean;
|
|
842
906
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
843
|
-
|
|
907
|
+
get elementInternals(): ElementInternals | null;
|
|
844
908
|
proxyEventsToBlock: string[];
|
|
845
909
|
checkValidity(): boolean;
|
|
846
910
|
reportValidity(): boolean;
|
|
847
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
911
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
848
912
|
formDisabledCallback(disabled: boolean): void;
|
|
849
913
|
proxyInitialized: boolean;
|
|
850
914
|
attachProxy(): void;
|
|
851
915
|
detachProxy(): void;
|
|
852
|
-
setFormValue(value:
|
|
916
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
853
917
|
_keypressHandler(e: KeyboardEvent): void;
|
|
854
918
|
stopPropagation(e: Event): void;
|
|
855
|
-
_vividAriaBehaviour: import(
|
|
856
|
-
readonly $fastController: import(
|
|
857
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
919
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
920
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
921
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
858
922
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
859
923
|
accessKey: string;
|
|
860
924
|
readonly accessKeyLabel: string;
|
|
861
925
|
autocapitalize: string;
|
|
926
|
+
autocorrect: boolean;
|
|
862
927
|
dir: string;
|
|
863
928
|
draggable: boolean;
|
|
864
929
|
hidden: boolean;
|
|
@@ -871,30 +936,39 @@ declare const ColorPicker_base: {
|
|
|
871
936
|
readonly offsetTop: number;
|
|
872
937
|
readonly offsetWidth: number;
|
|
873
938
|
outerText: string;
|
|
939
|
+
popover: string | null;
|
|
874
940
|
spellcheck: boolean;
|
|
875
941
|
title: string;
|
|
876
942
|
translate: boolean;
|
|
943
|
+
writingSuggestions: string;
|
|
877
944
|
attachInternals(): ElementInternals;
|
|
878
945
|
click(): void;
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
946
|
+
hidePopover(): void;
|
|
947
|
+
showPopover(): void;
|
|
948
|
+
togglePopover(options?: boolean): boolean;
|
|
949
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
950
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
951
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
952
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
883
953
|
readonly attributes: NamedNodeMap;
|
|
884
|
-
|
|
954
|
+
get classList(): DOMTokenList;
|
|
955
|
+
set classList(value: string);
|
|
885
956
|
className: string;
|
|
886
957
|
readonly clientHeight: number;
|
|
887
958
|
readonly clientLeft: number;
|
|
888
959
|
readonly clientTop: number;
|
|
889
960
|
readonly clientWidth: number;
|
|
961
|
+
readonly currentCSSZoom: number;
|
|
890
962
|
id: string;
|
|
963
|
+
innerHTML: string;
|
|
891
964
|
readonly localName: string;
|
|
892
965
|
readonly namespaceURI: string | null;
|
|
893
966
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
894
967
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
895
968
|
outerHTML: string;
|
|
896
969
|
readonly ownerDocument: Document;
|
|
897
|
-
|
|
970
|
+
get part(): DOMTokenList;
|
|
971
|
+
set part(value: string);
|
|
898
972
|
readonly prefix: string | null;
|
|
899
973
|
readonly scrollHeight: number;
|
|
900
974
|
scrollLeft: number;
|
|
@@ -904,11 +978,12 @@ declare const ColorPicker_base: {
|
|
|
904
978
|
slot: string;
|
|
905
979
|
readonly tagName: string;
|
|
906
980
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
907
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
908
|
-
closest<
|
|
909
|
-
closest<
|
|
910
|
-
closest<
|
|
911
|
-
closest<
|
|
981
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
982
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
983
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
984
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
985
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
986
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
912
987
|
getAttribute(qualifiedName: string): string | null;
|
|
913
988
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
914
989
|
getAttributeNames(): string[];
|
|
@@ -917,43 +992,47 @@ declare const ColorPicker_base: {
|
|
|
917
992
|
getBoundingClientRect(): DOMRect;
|
|
918
993
|
getClientRects(): DOMRectList;
|
|
919
994
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
920
|
-
getElementsByTagName<
|
|
921
|
-
getElementsByTagName<
|
|
922
|
-
getElementsByTagName<
|
|
923
|
-
getElementsByTagName<
|
|
995
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
996
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
997
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
998
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
924
999
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
925
1000
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
926
1001
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
927
1002
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
928
1003
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1004
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
929
1005
|
hasAttribute(qualifiedName: string): boolean;
|
|
930
1006
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
931
1007
|
hasAttributes(): boolean;
|
|
932
1008
|
hasPointerCapture(pointerId: number): boolean;
|
|
933
1009
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
934
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1010
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
935
1011
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
936
1012
|
matches(selectors: string): boolean;
|
|
937
1013
|
releasePointerCapture(pointerId: number): void;
|
|
938
1014
|
removeAttribute(qualifiedName: string): void;
|
|
939
1015
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
940
1016
|
removeAttributeNode(attr: Attr): Attr;
|
|
941
|
-
requestFullscreen(options?: FullscreenOptions
|
|
942
|
-
requestPointerLock(): void
|
|
943
|
-
scroll(options?: ScrollToOptions
|
|
1017
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1018
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1019
|
+
scroll(options?: ScrollToOptions): void;
|
|
944
1020
|
scroll(x: number, y: number): void;
|
|
945
|
-
scrollBy(options?: ScrollToOptions
|
|
1021
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
946
1022
|
scrollBy(x: number, y: number): void;
|
|
947
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
948
|
-
scrollTo(options?: ScrollToOptions
|
|
1023
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1024
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
949
1025
|
scrollTo(x: number, y: number): void;
|
|
950
1026
|
setAttribute(qualifiedName: string, value: string): void;
|
|
951
1027
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
952
1028
|
setAttributeNode(attr: Attr): Attr | null;
|
|
953
1029
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1030
|
+
setHTMLUnsafe(html: string): void;
|
|
954
1031
|
setPointerCapture(pointerId: number): void;
|
|
955
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1032
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
956
1033
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1034
|
+
get textContent(): string;
|
|
1035
|
+
set textContent(value: string | null);
|
|
957
1036
|
readonly baseURI: string;
|
|
958
1037
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
959
1038
|
readonly firstChild: ChildNode | null;
|
|
@@ -966,22 +1045,21 @@ declare const ColorPicker_base: {
|
|
|
966
1045
|
readonly parentElement: HTMLElement | null;
|
|
967
1046
|
readonly parentNode: ParentNode | null;
|
|
968
1047
|
readonly previousSibling: ChildNode | null;
|
|
969
|
-
textContent: string | null;
|
|
970
1048
|
appendChild<T extends Node>(node: T): T;
|
|
971
|
-
cloneNode(
|
|
1049
|
+
cloneNode(subtree?: boolean): Node;
|
|
972
1050
|
compareDocumentPosition(other: Node): number;
|
|
973
1051
|
contains(other: Node | null): boolean;
|
|
974
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1052
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
975
1053
|
hasChildNodes(): boolean;
|
|
976
|
-
insertBefore<
|
|
1054
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
977
1055
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
978
1056
|
isEqualNode(otherNode: Node | null): boolean;
|
|
979
1057
|
isSameNode(otherNode: Node | null): boolean;
|
|
980
1058
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
981
1059
|
lookupPrefix(namespace: string | null): string | null;
|
|
982
1060
|
normalize(): void;
|
|
983
|
-
removeChild<
|
|
984
|
-
replaceChild<
|
|
1061
|
+
removeChild<T extends Node>(child: T): T;
|
|
1062
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
985
1063
|
readonly ELEMENT_NODE: 1;
|
|
986
1064
|
readonly ATTRIBUTE_NODE: 2;
|
|
987
1065
|
readonly TEXT_NODE: 3;
|
|
@@ -1001,35 +1079,49 @@ declare const ColorPicker_base: {
|
|
|
1001
1079
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1002
1080
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1003
1081
|
dispatchEvent(event: Event): boolean;
|
|
1082
|
+
ariaActiveDescendantElement: Element | null;
|
|
1004
1083
|
ariaAtomic: string | null;
|
|
1005
1084
|
ariaAutoComplete: string | null;
|
|
1085
|
+
ariaBrailleLabel: string | null;
|
|
1086
|
+
ariaBrailleRoleDescription: string | null;
|
|
1006
1087
|
ariaBusy: string | null;
|
|
1007
1088
|
ariaChecked: string | null;
|
|
1008
1089
|
ariaColCount: string | null;
|
|
1009
1090
|
ariaColIndex: string | null;
|
|
1091
|
+
ariaColIndexText: string | null;
|
|
1010
1092
|
ariaColSpan: string | null;
|
|
1093
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1011
1094
|
ariaCurrent: string | null;
|
|
1095
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1096
|
+
ariaDescription: string | null;
|
|
1097
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1012
1098
|
ariaDisabled: string | null;
|
|
1099
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1013
1100
|
ariaExpanded: string | null;
|
|
1101
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1014
1102
|
ariaHasPopup: string | null;
|
|
1015
1103
|
ariaHidden: string | null;
|
|
1016
1104
|
ariaInvalid: string | null;
|
|
1017
1105
|
ariaKeyShortcuts: string | null;
|
|
1018
1106
|
ariaLabel: string | null;
|
|
1107
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1019
1108
|
ariaLevel: string | null;
|
|
1020
1109
|
ariaLive: string | null;
|
|
1021
1110
|
ariaModal: string | null;
|
|
1022
1111
|
ariaMultiLine: string | null;
|
|
1023
1112
|
ariaMultiSelectable: string | null;
|
|
1024
1113
|
ariaOrientation: string | null;
|
|
1114
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1025
1115
|
ariaPlaceholder: string | null;
|
|
1026
1116
|
ariaPosInSet: string | null;
|
|
1027
1117
|
ariaPressed: string | null;
|
|
1028
1118
|
ariaReadOnly: string | null;
|
|
1119
|
+
ariaRelevant: string | null;
|
|
1029
1120
|
ariaRequired: string | null;
|
|
1030
1121
|
ariaRoleDescription: string | null;
|
|
1031
1122
|
ariaRowCount: string | null;
|
|
1032
1123
|
ariaRowIndex: string | null;
|
|
1124
|
+
ariaRowIndexText: string | null;
|
|
1033
1125
|
ariaRowSpan: string | null;
|
|
1034
1126
|
ariaSelected: string | null;
|
|
1035
1127
|
ariaSetSize: string | null;
|
|
@@ -1039,34 +1131,35 @@ declare const ColorPicker_base: {
|
|
|
1039
1131
|
ariaValueNow: string | null;
|
|
1040
1132
|
ariaValueText: string | null;
|
|
1041
1133
|
role: string | null;
|
|
1042
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1043
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1044
|
-
after(...nodes: (
|
|
1045
|
-
before(...nodes: (
|
|
1134
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1135
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1136
|
+
after(...nodes: (Node | string)[]): void;
|
|
1137
|
+
before(...nodes: (Node | string)[]): void;
|
|
1046
1138
|
remove(): void;
|
|
1047
|
-
replaceWith(...nodes: (
|
|
1048
|
-
innerHTML: string;
|
|
1139
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1049
1140
|
readonly nextElementSibling: Element | null;
|
|
1050
1141
|
readonly previousElementSibling: Element | null;
|
|
1051
1142
|
readonly childElementCount: number;
|
|
1052
1143
|
readonly children: HTMLCollection;
|
|
1053
1144
|
readonly firstElementChild: Element | null;
|
|
1054
1145
|
readonly lastElementChild: Element | null;
|
|
1055
|
-
append(...nodes: (
|
|
1056
|
-
prepend(...nodes: (
|
|
1057
|
-
querySelector<
|
|
1058
|
-
querySelector<
|
|
1059
|
-
querySelector<
|
|
1060
|
-
querySelector<
|
|
1061
|
-
querySelector<
|
|
1062
|
-
querySelectorAll<
|
|
1063
|
-
querySelectorAll<
|
|
1064
|
-
querySelectorAll<
|
|
1065
|
-
querySelectorAll<
|
|
1066
|
-
querySelectorAll<
|
|
1067
|
-
replaceChildren(...nodes: (
|
|
1146
|
+
append(...nodes: (Node | string)[]): void;
|
|
1147
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1148
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1149
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1150
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1151
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1152
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1153
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1154
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1155
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1156
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1157
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1158
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1068
1159
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1069
|
-
readonly
|
|
1160
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1161
|
+
get style(): CSSStyleDeclaration;
|
|
1162
|
+
set style(cssText: string);
|
|
1070
1163
|
contentEditable: string;
|
|
1071
1164
|
enterKeyHint: string;
|
|
1072
1165
|
inputMode: string;
|
|
@@ -1076,16 +1169,20 @@ declare const ColorPicker_base: {
|
|
|
1076
1169
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1077
1170
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1078
1171
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1079
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1172
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1080
1173
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1174
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1175
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1081
1176
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1082
1177
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1083
1178
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1084
1179
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1085
1180
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1086
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1181
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1087
1182
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
|
-
|
|
1183
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1184
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1185
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1089
1186
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1090
1187
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
1188
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1132,12 +1229,14 @@ declare const ColorPicker_base: {
|
|
|
1132
1229
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1133
1230
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1134
1231
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1232
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1135
1233
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1136
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1234
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1137
1235
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1138
1236
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1139
1237
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1140
1238
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1239
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
1240
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1142
1241
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
1242
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1149,7 +1248,7 @@ declare const ColorPicker_base: {
|
|
|
1149
1248
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1150
1249
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1151
1250
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1152
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1251
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1153
1252
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1154
1253
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1155
1254
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1167,14 +1266,10 @@ declare const ColorPicker_base: {
|
|
|
1167
1266
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1168
1267
|
autofocus: boolean;
|
|
1169
1268
|
readonly dataset: DOMStringMap;
|
|
1170
|
-
nonce?: string
|
|
1269
|
+
nonce?: string;
|
|
1171
1270
|
tabIndex: number;
|
|
1172
1271
|
blur(): void;
|
|
1173
|
-
focus(options?: FocusOptions
|
|
1174
|
-
ariaColIndexText: string | null;
|
|
1175
|
-
ariaDescription: string | null;
|
|
1176
|
-
ariaRowIndexText: string | null;
|
|
1177
|
-
ariaRelevant: string | null;
|
|
1272
|
+
focus(options?: FocusOptions): void;
|
|
1178
1273
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1179
1274
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1180
1275
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1217,7 +1312,7 @@ declare const ColorPicker_base: {
|
|
|
1217
1312
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1218
1313
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1219
1314
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1220
|
-
"__#
|
|
1315
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1221
1316
|
newPropertyName: string;
|
|
1222
1317
|
deprecatedPropertyName: string;
|
|
1223
1318
|
fromDeprecated: (v: any) => any;
|
|
@@ -1226,16 +1321,17 @@ declare const ColorPicker_base: {
|
|
|
1226
1321
|
};
|
|
1227
1322
|
} & {
|
|
1228
1323
|
new (...args: any[]): {
|
|
1229
|
-
successText?: string
|
|
1324
|
+
successText?: string;
|
|
1230
1325
|
connectedCallback(): void;
|
|
1231
|
-
_vividAriaBehaviour: import(
|
|
1232
|
-
readonly $fastController: import(
|
|
1233
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1326
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1327
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1328
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1234
1329
|
disconnectedCallback(): void;
|
|
1235
1330
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1236
1331
|
accessKey: string;
|
|
1237
1332
|
readonly accessKeyLabel: string;
|
|
1238
1333
|
autocapitalize: string;
|
|
1334
|
+
autocorrect: boolean;
|
|
1239
1335
|
dir: string;
|
|
1240
1336
|
draggable: boolean;
|
|
1241
1337
|
hidden: boolean;
|
|
@@ -1248,30 +1344,39 @@ declare const ColorPicker_base: {
|
|
|
1248
1344
|
readonly offsetTop: number;
|
|
1249
1345
|
readonly offsetWidth: number;
|
|
1250
1346
|
outerText: string;
|
|
1347
|
+
popover: string | null;
|
|
1251
1348
|
spellcheck: boolean;
|
|
1252
1349
|
title: string;
|
|
1253
1350
|
translate: boolean;
|
|
1351
|
+
writingSuggestions: string;
|
|
1254
1352
|
attachInternals(): ElementInternals;
|
|
1255
1353
|
click(): void;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1354
|
+
hidePopover(): void;
|
|
1355
|
+
showPopover(): void;
|
|
1356
|
+
togglePopover(options?: boolean): boolean;
|
|
1357
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1358
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1359
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1360
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1260
1361
|
readonly attributes: NamedNodeMap;
|
|
1261
|
-
|
|
1362
|
+
get classList(): DOMTokenList;
|
|
1363
|
+
set classList(value: string);
|
|
1262
1364
|
className: string;
|
|
1263
1365
|
readonly clientHeight: number;
|
|
1264
1366
|
readonly clientLeft: number;
|
|
1265
1367
|
readonly clientTop: number;
|
|
1266
1368
|
readonly clientWidth: number;
|
|
1369
|
+
readonly currentCSSZoom: number;
|
|
1267
1370
|
id: string;
|
|
1371
|
+
innerHTML: string;
|
|
1268
1372
|
readonly localName: string;
|
|
1269
1373
|
readonly namespaceURI: string | null;
|
|
1270
1374
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1271
1375
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1272
1376
|
outerHTML: string;
|
|
1273
1377
|
readonly ownerDocument: Document;
|
|
1274
|
-
|
|
1378
|
+
get part(): DOMTokenList;
|
|
1379
|
+
set part(value: string);
|
|
1275
1380
|
readonly prefix: string | null;
|
|
1276
1381
|
readonly scrollHeight: number;
|
|
1277
1382
|
scrollLeft: number;
|
|
@@ -1281,11 +1386,12 @@ declare const ColorPicker_base: {
|
|
|
1281
1386
|
slot: string;
|
|
1282
1387
|
readonly tagName: string;
|
|
1283
1388
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1284
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1285
|
-
closest<
|
|
1286
|
-
closest<
|
|
1287
|
-
closest<
|
|
1288
|
-
closest<
|
|
1389
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1390
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1391
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1392
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1393
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1394
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1289
1395
|
getAttribute(qualifiedName: string): string | null;
|
|
1290
1396
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1291
1397
|
getAttributeNames(): string[];
|
|
@@ -1294,43 +1400,47 @@ declare const ColorPicker_base: {
|
|
|
1294
1400
|
getBoundingClientRect(): DOMRect;
|
|
1295
1401
|
getClientRects(): DOMRectList;
|
|
1296
1402
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1297
|
-
getElementsByTagName<
|
|
1298
|
-
getElementsByTagName<
|
|
1299
|
-
getElementsByTagName<
|
|
1300
|
-
getElementsByTagName<
|
|
1403
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1404
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1405
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1406
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1301
1407
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1302
1408
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1303
1409
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1304
1410
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1305
1411
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1412
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1306
1413
|
hasAttribute(qualifiedName: string): boolean;
|
|
1307
1414
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1308
1415
|
hasAttributes(): boolean;
|
|
1309
1416
|
hasPointerCapture(pointerId: number): boolean;
|
|
1310
1417
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1311
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1418
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1312
1419
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1313
1420
|
matches(selectors: string): boolean;
|
|
1314
1421
|
releasePointerCapture(pointerId: number): void;
|
|
1315
1422
|
removeAttribute(qualifiedName: string): void;
|
|
1316
1423
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1317
1424
|
removeAttributeNode(attr: Attr): Attr;
|
|
1318
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1319
|
-
requestPointerLock(): void
|
|
1320
|
-
scroll(options?: ScrollToOptions
|
|
1425
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1426
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1427
|
+
scroll(options?: ScrollToOptions): void;
|
|
1321
1428
|
scroll(x: number, y: number): void;
|
|
1322
|
-
scrollBy(options?: ScrollToOptions
|
|
1429
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1323
1430
|
scrollBy(x: number, y: number): void;
|
|
1324
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1325
|
-
scrollTo(options?: ScrollToOptions
|
|
1431
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1432
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1326
1433
|
scrollTo(x: number, y: number): void;
|
|
1327
1434
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1328
1435
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1329
1436
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1330
1437
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1438
|
+
setHTMLUnsafe(html: string): void;
|
|
1331
1439
|
setPointerCapture(pointerId: number): void;
|
|
1332
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1440
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1333
1441
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1442
|
+
get textContent(): string;
|
|
1443
|
+
set textContent(value: string | null);
|
|
1334
1444
|
readonly baseURI: string;
|
|
1335
1445
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1336
1446
|
readonly firstChild: ChildNode | null;
|
|
@@ -1343,22 +1453,21 @@ declare const ColorPicker_base: {
|
|
|
1343
1453
|
readonly parentElement: HTMLElement | null;
|
|
1344
1454
|
readonly parentNode: ParentNode | null;
|
|
1345
1455
|
readonly previousSibling: ChildNode | null;
|
|
1346
|
-
textContent: string | null;
|
|
1347
1456
|
appendChild<T extends Node>(node: T): T;
|
|
1348
|
-
cloneNode(
|
|
1457
|
+
cloneNode(subtree?: boolean): Node;
|
|
1349
1458
|
compareDocumentPosition(other: Node): number;
|
|
1350
1459
|
contains(other: Node | null): boolean;
|
|
1351
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1460
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1352
1461
|
hasChildNodes(): boolean;
|
|
1353
|
-
insertBefore<
|
|
1462
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1354
1463
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1355
1464
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1356
1465
|
isSameNode(otherNode: Node | null): boolean;
|
|
1357
1466
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1358
1467
|
lookupPrefix(namespace: string | null): string | null;
|
|
1359
1468
|
normalize(): void;
|
|
1360
|
-
removeChild<
|
|
1361
|
-
replaceChild<
|
|
1469
|
+
removeChild<T extends Node>(child: T): T;
|
|
1470
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1362
1471
|
readonly ELEMENT_NODE: 1;
|
|
1363
1472
|
readonly ATTRIBUTE_NODE: 2;
|
|
1364
1473
|
readonly TEXT_NODE: 3;
|
|
@@ -1378,35 +1487,49 @@ declare const ColorPicker_base: {
|
|
|
1378
1487
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1379
1488
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1380
1489
|
dispatchEvent(event: Event): boolean;
|
|
1490
|
+
ariaActiveDescendantElement: Element | null;
|
|
1381
1491
|
ariaAtomic: string | null;
|
|
1382
1492
|
ariaAutoComplete: string | null;
|
|
1493
|
+
ariaBrailleLabel: string | null;
|
|
1494
|
+
ariaBrailleRoleDescription: string | null;
|
|
1383
1495
|
ariaBusy: string | null;
|
|
1384
1496
|
ariaChecked: string | null;
|
|
1385
1497
|
ariaColCount: string | null;
|
|
1386
1498
|
ariaColIndex: string | null;
|
|
1499
|
+
ariaColIndexText: string | null;
|
|
1387
1500
|
ariaColSpan: string | null;
|
|
1501
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1388
1502
|
ariaCurrent: string | null;
|
|
1503
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1504
|
+
ariaDescription: string | null;
|
|
1505
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1389
1506
|
ariaDisabled: string | null;
|
|
1507
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1390
1508
|
ariaExpanded: string | null;
|
|
1509
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1391
1510
|
ariaHasPopup: string | null;
|
|
1392
1511
|
ariaHidden: string | null;
|
|
1393
1512
|
ariaInvalid: string | null;
|
|
1394
1513
|
ariaKeyShortcuts: string | null;
|
|
1395
1514
|
ariaLabel: string | null;
|
|
1515
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1396
1516
|
ariaLevel: string | null;
|
|
1397
1517
|
ariaLive: string | null;
|
|
1398
1518
|
ariaModal: string | null;
|
|
1399
1519
|
ariaMultiLine: string | null;
|
|
1400
1520
|
ariaMultiSelectable: string | null;
|
|
1401
1521
|
ariaOrientation: string | null;
|
|
1522
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1402
1523
|
ariaPlaceholder: string | null;
|
|
1403
1524
|
ariaPosInSet: string | null;
|
|
1404
1525
|
ariaPressed: string | null;
|
|
1405
1526
|
ariaReadOnly: string | null;
|
|
1527
|
+
ariaRelevant: string | null;
|
|
1406
1528
|
ariaRequired: string | null;
|
|
1407
1529
|
ariaRoleDescription: string | null;
|
|
1408
1530
|
ariaRowCount: string | null;
|
|
1409
1531
|
ariaRowIndex: string | null;
|
|
1532
|
+
ariaRowIndexText: string | null;
|
|
1410
1533
|
ariaRowSpan: string | null;
|
|
1411
1534
|
ariaSelected: string | null;
|
|
1412
1535
|
ariaSetSize: string | null;
|
|
@@ -1416,34 +1539,35 @@ declare const ColorPicker_base: {
|
|
|
1416
1539
|
ariaValueNow: string | null;
|
|
1417
1540
|
ariaValueText: string | null;
|
|
1418
1541
|
role: string | null;
|
|
1419
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1420
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1421
|
-
after(...nodes: (
|
|
1422
|
-
before(...nodes: (
|
|
1542
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1543
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1544
|
+
after(...nodes: (Node | string)[]): void;
|
|
1545
|
+
before(...nodes: (Node | string)[]): void;
|
|
1423
1546
|
remove(): void;
|
|
1424
|
-
replaceWith(...nodes: (
|
|
1425
|
-
innerHTML: string;
|
|
1547
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1426
1548
|
readonly nextElementSibling: Element | null;
|
|
1427
1549
|
readonly previousElementSibling: Element | null;
|
|
1428
1550
|
readonly childElementCount: number;
|
|
1429
1551
|
readonly children: HTMLCollection;
|
|
1430
1552
|
readonly firstElementChild: Element | null;
|
|
1431
1553
|
readonly lastElementChild: Element | null;
|
|
1432
|
-
append(...nodes: (
|
|
1433
|
-
prepend(...nodes: (
|
|
1434
|
-
querySelector<
|
|
1435
|
-
querySelector<
|
|
1436
|
-
querySelector<
|
|
1437
|
-
querySelector<
|
|
1438
|
-
querySelector<
|
|
1439
|
-
querySelectorAll<
|
|
1440
|
-
querySelectorAll<
|
|
1441
|
-
querySelectorAll<
|
|
1442
|
-
querySelectorAll<
|
|
1443
|
-
querySelectorAll<
|
|
1444
|
-
replaceChildren(...nodes: (
|
|
1554
|
+
append(...nodes: (Node | string)[]): void;
|
|
1555
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1556
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1557
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1558
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1559
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1560
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1561
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1562
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1563
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1564
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1565
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1566
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1445
1567
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1446
|
-
readonly
|
|
1568
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1569
|
+
get style(): CSSStyleDeclaration;
|
|
1570
|
+
set style(cssText: string);
|
|
1447
1571
|
contentEditable: string;
|
|
1448
1572
|
enterKeyHint: string;
|
|
1449
1573
|
inputMode: string;
|
|
@@ -1453,16 +1577,20 @@ declare const ColorPicker_base: {
|
|
|
1453
1577
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1454
1578
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1455
1579
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1456
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1580
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1457
1581
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1582
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1583
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1458
1584
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1459
1585
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1460
1586
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1461
1587
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1462
1588
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1463
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1589
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1464
1590
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1465
|
-
|
|
1591
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1592
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1593
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1466
1594
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1467
1595
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1468
1596
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1509,12 +1637,14 @@ declare const ColorPicker_base: {
|
|
|
1509
1637
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1510
1638
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1511
1639
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1640
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1512
1641
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1513
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1642
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1514
1643
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1515
1644
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1516
1645
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1517
1646
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1647
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1518
1648
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1519
1649
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1520
1650
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1526,7 +1656,7 @@ declare const ColorPicker_base: {
|
|
|
1526
1656
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1527
1657
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1528
1658
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1529
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1659
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1530
1660
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1531
1661
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1532
1662
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1544,14 +1674,10 @@ declare const ColorPicker_base: {
|
|
|
1544
1674
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1545
1675
|
autofocus: boolean;
|
|
1546
1676
|
readonly dataset: DOMStringMap;
|
|
1547
|
-
nonce?: string
|
|
1677
|
+
nonce?: string;
|
|
1548
1678
|
tabIndex: number;
|
|
1549
1679
|
blur(): void;
|
|
1550
|
-
focus(options?: FocusOptions
|
|
1551
|
-
ariaColIndexText: string | null;
|
|
1552
|
-
ariaDescription: string | null;
|
|
1553
|
-
ariaRowIndexText: string | null;
|
|
1554
|
-
ariaRelevant: string | null;
|
|
1680
|
+
focus(options?: FocusOptions): void;
|
|
1555
1681
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1556
1682
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1557
1683
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1594,7 +1720,7 @@ declare const ColorPicker_base: {
|
|
|
1594
1720
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1595
1721
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1596
1722
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1597
|
-
"__#
|
|
1723
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1598
1724
|
newPropertyName: string;
|
|
1599
1725
|
deprecatedPropertyName: string;
|
|
1600
1726
|
fromDeprecated: (v: any) => any;
|
|
@@ -1605,13 +1731,14 @@ declare const ColorPicker_base: {
|
|
|
1605
1731
|
new (...args: any[]): {
|
|
1606
1732
|
_vividAriaBehaviour: "delegate";
|
|
1607
1733
|
connectedCallback(): void;
|
|
1608
|
-
readonly $fastController: import(
|
|
1609
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1734
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1735
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1610
1736
|
disconnectedCallback(): void;
|
|
1611
1737
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1612
1738
|
accessKey: string;
|
|
1613
1739
|
readonly accessKeyLabel: string;
|
|
1614
1740
|
autocapitalize: string;
|
|
1741
|
+
autocorrect: boolean;
|
|
1615
1742
|
dir: string;
|
|
1616
1743
|
draggable: boolean;
|
|
1617
1744
|
hidden: boolean;
|
|
@@ -1624,30 +1751,39 @@ declare const ColorPicker_base: {
|
|
|
1624
1751
|
readonly offsetTop: number;
|
|
1625
1752
|
readonly offsetWidth: number;
|
|
1626
1753
|
outerText: string;
|
|
1754
|
+
popover: string | null;
|
|
1627
1755
|
spellcheck: boolean;
|
|
1628
1756
|
title: string;
|
|
1629
1757
|
translate: boolean;
|
|
1758
|
+
writingSuggestions: string;
|
|
1630
1759
|
attachInternals(): ElementInternals;
|
|
1631
1760
|
click(): void;
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1761
|
+
hidePopover(): void;
|
|
1762
|
+
showPopover(): void;
|
|
1763
|
+
togglePopover(options?: boolean): boolean;
|
|
1764
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1765
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1766
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1767
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1636
1768
|
readonly attributes: NamedNodeMap;
|
|
1637
|
-
|
|
1769
|
+
get classList(): DOMTokenList;
|
|
1770
|
+
set classList(value: string);
|
|
1638
1771
|
className: string;
|
|
1639
1772
|
readonly clientHeight: number;
|
|
1640
1773
|
readonly clientLeft: number;
|
|
1641
1774
|
readonly clientTop: number;
|
|
1642
1775
|
readonly clientWidth: number;
|
|
1776
|
+
readonly currentCSSZoom: number;
|
|
1643
1777
|
id: string;
|
|
1778
|
+
innerHTML: string;
|
|
1644
1779
|
readonly localName: string;
|
|
1645
1780
|
readonly namespaceURI: string | null;
|
|
1646
1781
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1647
1782
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1648
1783
|
outerHTML: string;
|
|
1649
1784
|
readonly ownerDocument: Document;
|
|
1650
|
-
|
|
1785
|
+
get part(): DOMTokenList;
|
|
1786
|
+
set part(value: string);
|
|
1651
1787
|
readonly prefix: string | null;
|
|
1652
1788
|
readonly scrollHeight: number;
|
|
1653
1789
|
scrollLeft: number;
|
|
@@ -1657,11 +1793,12 @@ declare const ColorPicker_base: {
|
|
|
1657
1793
|
slot: string;
|
|
1658
1794
|
readonly tagName: string;
|
|
1659
1795
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1660
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1661
|
-
closest<
|
|
1662
|
-
closest<
|
|
1663
|
-
closest<
|
|
1664
|
-
closest<
|
|
1796
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1797
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1798
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1799
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1800
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1801
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1665
1802
|
getAttribute(qualifiedName: string): string | null;
|
|
1666
1803
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1667
1804
|
getAttributeNames(): string[];
|
|
@@ -1670,43 +1807,47 @@ declare const ColorPicker_base: {
|
|
|
1670
1807
|
getBoundingClientRect(): DOMRect;
|
|
1671
1808
|
getClientRects(): DOMRectList;
|
|
1672
1809
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1673
|
-
getElementsByTagName<
|
|
1674
|
-
getElementsByTagName<
|
|
1675
|
-
getElementsByTagName<
|
|
1676
|
-
getElementsByTagName<
|
|
1810
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1811
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1812
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1813
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1677
1814
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1678
1815
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1679
1816
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1680
1817
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1681
1818
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1819
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1682
1820
|
hasAttribute(qualifiedName: string): boolean;
|
|
1683
1821
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1684
1822
|
hasAttributes(): boolean;
|
|
1685
1823
|
hasPointerCapture(pointerId: number): boolean;
|
|
1686
1824
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1687
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1825
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1688
1826
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1689
1827
|
matches(selectors: string): boolean;
|
|
1690
1828
|
releasePointerCapture(pointerId: number): void;
|
|
1691
1829
|
removeAttribute(qualifiedName: string): void;
|
|
1692
1830
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1693
1831
|
removeAttributeNode(attr: Attr): Attr;
|
|
1694
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1695
|
-
requestPointerLock(): void
|
|
1696
|
-
scroll(options?: ScrollToOptions
|
|
1832
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1833
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1834
|
+
scroll(options?: ScrollToOptions): void;
|
|
1697
1835
|
scroll(x: number, y: number): void;
|
|
1698
|
-
scrollBy(options?: ScrollToOptions
|
|
1836
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1699
1837
|
scrollBy(x: number, y: number): void;
|
|
1700
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1701
|
-
scrollTo(options?: ScrollToOptions
|
|
1838
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1839
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1702
1840
|
scrollTo(x: number, y: number): void;
|
|
1703
1841
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1704
1842
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1705
1843
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1706
1844
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1845
|
+
setHTMLUnsafe(html: string): void;
|
|
1707
1846
|
setPointerCapture(pointerId: number): void;
|
|
1708
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1847
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1709
1848
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1849
|
+
get textContent(): string;
|
|
1850
|
+
set textContent(value: string | null);
|
|
1710
1851
|
readonly baseURI: string;
|
|
1711
1852
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1712
1853
|
readonly firstChild: ChildNode | null;
|
|
@@ -1719,22 +1860,21 @@ declare const ColorPicker_base: {
|
|
|
1719
1860
|
readonly parentElement: HTMLElement | null;
|
|
1720
1861
|
readonly parentNode: ParentNode | null;
|
|
1721
1862
|
readonly previousSibling: ChildNode | null;
|
|
1722
|
-
textContent: string | null;
|
|
1723
1863
|
appendChild<T extends Node>(node: T): T;
|
|
1724
|
-
cloneNode(
|
|
1864
|
+
cloneNode(subtree?: boolean): Node;
|
|
1725
1865
|
compareDocumentPosition(other: Node): number;
|
|
1726
1866
|
contains(other: Node | null): boolean;
|
|
1727
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1867
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1728
1868
|
hasChildNodes(): boolean;
|
|
1729
|
-
insertBefore<
|
|
1869
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1730
1870
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1731
1871
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1732
1872
|
isSameNode(otherNode: Node | null): boolean;
|
|
1733
1873
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1734
1874
|
lookupPrefix(namespace: string | null): string | null;
|
|
1735
1875
|
normalize(): void;
|
|
1736
|
-
removeChild<
|
|
1737
|
-
replaceChild<
|
|
1876
|
+
removeChild<T extends Node>(child: T): T;
|
|
1877
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1738
1878
|
readonly ELEMENT_NODE: 1;
|
|
1739
1879
|
readonly ATTRIBUTE_NODE: 2;
|
|
1740
1880
|
readonly TEXT_NODE: 3;
|
|
@@ -1754,35 +1894,49 @@ declare const ColorPicker_base: {
|
|
|
1754
1894
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1755
1895
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1756
1896
|
dispatchEvent(event: Event): boolean;
|
|
1897
|
+
ariaActiveDescendantElement: Element | null;
|
|
1757
1898
|
ariaAtomic: string | null;
|
|
1758
1899
|
ariaAutoComplete: string | null;
|
|
1900
|
+
ariaBrailleLabel: string | null;
|
|
1901
|
+
ariaBrailleRoleDescription: string | null;
|
|
1759
1902
|
ariaBusy: string | null;
|
|
1760
1903
|
ariaChecked: string | null;
|
|
1761
1904
|
ariaColCount: string | null;
|
|
1762
1905
|
ariaColIndex: string | null;
|
|
1906
|
+
ariaColIndexText: string | null;
|
|
1763
1907
|
ariaColSpan: string | null;
|
|
1908
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1764
1909
|
ariaCurrent: string | null;
|
|
1910
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1911
|
+
ariaDescription: string | null;
|
|
1912
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1765
1913
|
ariaDisabled: string | null;
|
|
1914
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1766
1915
|
ariaExpanded: string | null;
|
|
1916
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1767
1917
|
ariaHasPopup: string | null;
|
|
1768
1918
|
ariaHidden: string | null;
|
|
1769
1919
|
ariaInvalid: string | null;
|
|
1770
1920
|
ariaKeyShortcuts: string | null;
|
|
1771
1921
|
ariaLabel: string | null;
|
|
1922
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1772
1923
|
ariaLevel: string | null;
|
|
1773
1924
|
ariaLive: string | null;
|
|
1774
1925
|
ariaModal: string | null;
|
|
1775
1926
|
ariaMultiLine: string | null;
|
|
1776
1927
|
ariaMultiSelectable: string | null;
|
|
1777
1928
|
ariaOrientation: string | null;
|
|
1929
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1778
1930
|
ariaPlaceholder: string | null;
|
|
1779
1931
|
ariaPosInSet: string | null;
|
|
1780
1932
|
ariaPressed: string | null;
|
|
1781
1933
|
ariaReadOnly: string | null;
|
|
1934
|
+
ariaRelevant: string | null;
|
|
1782
1935
|
ariaRequired: string | null;
|
|
1783
1936
|
ariaRoleDescription: string | null;
|
|
1784
1937
|
ariaRowCount: string | null;
|
|
1785
1938
|
ariaRowIndex: string | null;
|
|
1939
|
+
ariaRowIndexText: string | null;
|
|
1786
1940
|
ariaRowSpan: string | null;
|
|
1787
1941
|
ariaSelected: string | null;
|
|
1788
1942
|
ariaSetSize: string | null;
|
|
@@ -1792,34 +1946,35 @@ declare const ColorPicker_base: {
|
|
|
1792
1946
|
ariaValueNow: string | null;
|
|
1793
1947
|
ariaValueText: string | null;
|
|
1794
1948
|
role: string | null;
|
|
1795
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1796
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1797
|
-
after(...nodes: (
|
|
1798
|
-
before(...nodes: (
|
|
1949
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1950
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1951
|
+
after(...nodes: (Node | string)[]): void;
|
|
1952
|
+
before(...nodes: (Node | string)[]): void;
|
|
1799
1953
|
remove(): void;
|
|
1800
|
-
replaceWith(...nodes: (
|
|
1801
|
-
innerHTML: string;
|
|
1954
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1802
1955
|
readonly nextElementSibling: Element | null;
|
|
1803
1956
|
readonly previousElementSibling: Element | null;
|
|
1804
1957
|
readonly childElementCount: number;
|
|
1805
1958
|
readonly children: HTMLCollection;
|
|
1806
1959
|
readonly firstElementChild: Element | null;
|
|
1807
1960
|
readonly lastElementChild: Element | null;
|
|
1808
|
-
append(...nodes: (
|
|
1809
|
-
prepend(...nodes: (
|
|
1810
|
-
querySelector<
|
|
1811
|
-
querySelector<
|
|
1812
|
-
querySelector<
|
|
1813
|
-
querySelector<
|
|
1814
|
-
querySelector<
|
|
1815
|
-
querySelectorAll<
|
|
1816
|
-
querySelectorAll<
|
|
1817
|
-
querySelectorAll<
|
|
1818
|
-
querySelectorAll<
|
|
1819
|
-
querySelectorAll<
|
|
1820
|
-
replaceChildren(...nodes: (
|
|
1961
|
+
append(...nodes: (Node | string)[]): void;
|
|
1962
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1963
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1964
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1965
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1966
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1967
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1968
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1969
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1970
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1971
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1972
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1973
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1821
1974
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1822
|
-
readonly
|
|
1975
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1976
|
+
get style(): CSSStyleDeclaration;
|
|
1977
|
+
set style(cssText: string);
|
|
1823
1978
|
contentEditable: string;
|
|
1824
1979
|
enterKeyHint: string;
|
|
1825
1980
|
inputMode: string;
|
|
@@ -1829,16 +1984,20 @@ declare const ColorPicker_base: {
|
|
|
1829
1984
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1830
1985
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1831
1986
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1832
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1987
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1833
1988
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1989
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1990
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1834
1991
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1835
1992
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1836
1993
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1837
1994
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1838
1995
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1839
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1996
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1840
1997
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1841
|
-
|
|
1998
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1999
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2000
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1842
2001
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1843
2002
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1844
2003
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1885,12 +2044,14 @@ declare const ColorPicker_base: {
|
|
|
1885
2044
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1886
2045
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1887
2046
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2047
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1888
2048
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1889
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2049
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1890
2050
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1891
2051
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1892
2052
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1893
2053
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2054
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1894
2055
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1895
2056
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1896
2057
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1902,7 +2063,7 @@ declare const ColorPicker_base: {
|
|
|
1902
2063
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1903
2064
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1904
2065
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1905
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2066
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1906
2067
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1907
2068
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1908
2069
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1920,14 +2081,10 @@ declare const ColorPicker_base: {
|
|
|
1920
2081
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1921
2082
|
autofocus: boolean;
|
|
1922
2083
|
readonly dataset: DOMStringMap;
|
|
1923
|
-
nonce?: string
|
|
2084
|
+
nonce?: string;
|
|
1924
2085
|
tabIndex: number;
|
|
1925
2086
|
blur(): void;
|
|
1926
|
-
focus(options?: FocusOptions
|
|
1927
|
-
ariaColIndexText: string | null;
|
|
1928
|
-
ariaDescription: string | null;
|
|
1929
|
-
ariaRowIndexText: string | null;
|
|
1930
|
-
ariaRelevant: string | null;
|
|
2087
|
+
focus(options?: FocusOptions): void;
|
|
1931
2088
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1932
2089
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1933
2090
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1970,7 +2127,7 @@ declare const ColorPicker_base: {
|
|
|
1970
2127
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1971
2128
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1972
2129
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1973
|
-
"__#
|
|
2130
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1974
2131
|
newPropertyName: string;
|
|
1975
2132
|
deprecatedPropertyName: string;
|
|
1976
2133
|
fromDeprecated: (v: any) => any;
|
|
@@ -1981,14 +2138,15 @@ declare const ColorPicker_base: {
|
|
|
1981
2138
|
new (...args: any[]): {
|
|
1982
2139
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1983
2140
|
connectedCallback(): void;
|
|
1984
|
-
_vividAriaBehaviour: import(
|
|
1985
|
-
readonly $fastController: import(
|
|
1986
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2141
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2142
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2143
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1987
2144
|
disconnectedCallback(): void;
|
|
1988
2145
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1989
2146
|
accessKey: string;
|
|
1990
2147
|
readonly accessKeyLabel: string;
|
|
1991
2148
|
autocapitalize: string;
|
|
2149
|
+
autocorrect: boolean;
|
|
1992
2150
|
dir: string;
|
|
1993
2151
|
draggable: boolean;
|
|
1994
2152
|
hidden: boolean;
|
|
@@ -2001,30 +2159,39 @@ declare const ColorPicker_base: {
|
|
|
2001
2159
|
readonly offsetTop: number;
|
|
2002
2160
|
readonly offsetWidth: number;
|
|
2003
2161
|
outerText: string;
|
|
2162
|
+
popover: string | null;
|
|
2004
2163
|
spellcheck: boolean;
|
|
2005
2164
|
title: string;
|
|
2006
2165
|
translate: boolean;
|
|
2166
|
+
writingSuggestions: string;
|
|
2007
2167
|
attachInternals(): ElementInternals;
|
|
2008
2168
|
click(): void;
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2169
|
+
hidePopover(): void;
|
|
2170
|
+
showPopover(): void;
|
|
2171
|
+
togglePopover(options?: boolean): boolean;
|
|
2172
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2173
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2174
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2175
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2013
2176
|
readonly attributes: NamedNodeMap;
|
|
2014
|
-
|
|
2177
|
+
get classList(): DOMTokenList;
|
|
2178
|
+
set classList(value: string);
|
|
2015
2179
|
className: string;
|
|
2016
2180
|
readonly clientHeight: number;
|
|
2017
2181
|
readonly clientLeft: number;
|
|
2018
2182
|
readonly clientTop: number;
|
|
2019
2183
|
readonly clientWidth: number;
|
|
2184
|
+
readonly currentCSSZoom: number;
|
|
2020
2185
|
id: string;
|
|
2186
|
+
innerHTML: string;
|
|
2021
2187
|
readonly localName: string;
|
|
2022
2188
|
readonly namespaceURI: string | null;
|
|
2023
2189
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2024
2190
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2025
2191
|
outerHTML: string;
|
|
2026
2192
|
readonly ownerDocument: Document;
|
|
2027
|
-
|
|
2193
|
+
get part(): DOMTokenList;
|
|
2194
|
+
set part(value: string);
|
|
2028
2195
|
readonly prefix: string | null;
|
|
2029
2196
|
readonly scrollHeight: number;
|
|
2030
2197
|
scrollLeft: number;
|
|
@@ -2034,11 +2201,12 @@ declare const ColorPicker_base: {
|
|
|
2034
2201
|
slot: string;
|
|
2035
2202
|
readonly tagName: string;
|
|
2036
2203
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2037
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2038
|
-
closest<
|
|
2039
|
-
closest<
|
|
2040
|
-
closest<
|
|
2041
|
-
closest<
|
|
2204
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2205
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2206
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2207
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2208
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2209
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2042
2210
|
getAttribute(qualifiedName: string): string | null;
|
|
2043
2211
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2044
2212
|
getAttributeNames(): string[];
|
|
@@ -2047,43 +2215,47 @@ declare const ColorPicker_base: {
|
|
|
2047
2215
|
getBoundingClientRect(): DOMRect;
|
|
2048
2216
|
getClientRects(): DOMRectList;
|
|
2049
2217
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2050
|
-
getElementsByTagName<
|
|
2051
|
-
getElementsByTagName<
|
|
2052
|
-
getElementsByTagName<
|
|
2053
|
-
getElementsByTagName<
|
|
2218
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2219
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2220
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2221
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2054
2222
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2055
2223
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2056
2224
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2057
2225
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2058
2226
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2227
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2059
2228
|
hasAttribute(qualifiedName: string): boolean;
|
|
2060
2229
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2061
2230
|
hasAttributes(): boolean;
|
|
2062
2231
|
hasPointerCapture(pointerId: number): boolean;
|
|
2063
2232
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2064
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2233
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2065
2234
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2066
2235
|
matches(selectors: string): boolean;
|
|
2067
2236
|
releasePointerCapture(pointerId: number): void;
|
|
2068
2237
|
removeAttribute(qualifiedName: string): void;
|
|
2069
2238
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2070
2239
|
removeAttributeNode(attr: Attr): Attr;
|
|
2071
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2072
|
-
requestPointerLock(): void
|
|
2073
|
-
scroll(options?: ScrollToOptions
|
|
2240
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2241
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2242
|
+
scroll(options?: ScrollToOptions): void;
|
|
2074
2243
|
scroll(x: number, y: number): void;
|
|
2075
|
-
scrollBy(options?: ScrollToOptions
|
|
2244
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2076
2245
|
scrollBy(x: number, y: number): void;
|
|
2077
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2078
|
-
scrollTo(options?: ScrollToOptions
|
|
2246
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2247
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2079
2248
|
scrollTo(x: number, y: number): void;
|
|
2080
2249
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2081
2250
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2082
2251
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2083
2252
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2253
|
+
setHTMLUnsafe(html: string): void;
|
|
2084
2254
|
setPointerCapture(pointerId: number): void;
|
|
2085
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2255
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2086
2256
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2257
|
+
get textContent(): string;
|
|
2258
|
+
set textContent(value: string | null);
|
|
2087
2259
|
readonly baseURI: string;
|
|
2088
2260
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2089
2261
|
readonly firstChild: ChildNode | null;
|
|
@@ -2096,22 +2268,21 @@ declare const ColorPicker_base: {
|
|
|
2096
2268
|
readonly parentElement: HTMLElement | null;
|
|
2097
2269
|
readonly parentNode: ParentNode | null;
|
|
2098
2270
|
readonly previousSibling: ChildNode | null;
|
|
2099
|
-
textContent: string | null;
|
|
2100
2271
|
appendChild<T extends Node>(node: T): T;
|
|
2101
|
-
cloneNode(
|
|
2272
|
+
cloneNode(subtree?: boolean): Node;
|
|
2102
2273
|
compareDocumentPosition(other: Node): number;
|
|
2103
2274
|
contains(other: Node | null): boolean;
|
|
2104
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2275
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2105
2276
|
hasChildNodes(): boolean;
|
|
2106
|
-
insertBefore<
|
|
2277
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2107
2278
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2108
2279
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2109
2280
|
isSameNode(otherNode: Node | null): boolean;
|
|
2110
2281
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2111
2282
|
lookupPrefix(namespace: string | null): string | null;
|
|
2112
2283
|
normalize(): void;
|
|
2113
|
-
removeChild<
|
|
2114
|
-
replaceChild<
|
|
2284
|
+
removeChild<T extends Node>(child: T): T;
|
|
2285
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2115
2286
|
readonly ELEMENT_NODE: 1;
|
|
2116
2287
|
readonly ATTRIBUTE_NODE: 2;
|
|
2117
2288
|
readonly TEXT_NODE: 3;
|
|
@@ -2131,35 +2302,49 @@ declare const ColorPicker_base: {
|
|
|
2131
2302
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2132
2303
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2133
2304
|
dispatchEvent(event: Event): boolean;
|
|
2305
|
+
ariaActiveDescendantElement: Element | null;
|
|
2134
2306
|
ariaAtomic: string | null;
|
|
2135
2307
|
ariaAutoComplete: string | null;
|
|
2308
|
+
ariaBrailleLabel: string | null;
|
|
2309
|
+
ariaBrailleRoleDescription: string | null;
|
|
2136
2310
|
ariaBusy: string | null;
|
|
2137
2311
|
ariaChecked: string | null;
|
|
2138
2312
|
ariaColCount: string | null;
|
|
2139
2313
|
ariaColIndex: string | null;
|
|
2314
|
+
ariaColIndexText: string | null;
|
|
2140
2315
|
ariaColSpan: string | null;
|
|
2316
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2141
2317
|
ariaCurrent: string | null;
|
|
2318
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2319
|
+
ariaDescription: string | null;
|
|
2320
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2142
2321
|
ariaDisabled: string | null;
|
|
2322
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2143
2323
|
ariaExpanded: string | null;
|
|
2324
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2144
2325
|
ariaHasPopup: string | null;
|
|
2145
2326
|
ariaHidden: string | null;
|
|
2146
2327
|
ariaInvalid: string | null;
|
|
2147
2328
|
ariaKeyShortcuts: string | null;
|
|
2148
2329
|
ariaLabel: string | null;
|
|
2330
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2149
2331
|
ariaLevel: string | null;
|
|
2150
2332
|
ariaLive: string | null;
|
|
2151
2333
|
ariaModal: string | null;
|
|
2152
2334
|
ariaMultiLine: string | null;
|
|
2153
2335
|
ariaMultiSelectable: string | null;
|
|
2154
2336
|
ariaOrientation: string | null;
|
|
2337
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2155
2338
|
ariaPlaceholder: string | null;
|
|
2156
2339
|
ariaPosInSet: string | null;
|
|
2157
2340
|
ariaPressed: string | null;
|
|
2158
2341
|
ariaReadOnly: string | null;
|
|
2342
|
+
ariaRelevant: string | null;
|
|
2159
2343
|
ariaRequired: string | null;
|
|
2160
2344
|
ariaRoleDescription: string | null;
|
|
2161
2345
|
ariaRowCount: string | null;
|
|
2162
2346
|
ariaRowIndex: string | null;
|
|
2347
|
+
ariaRowIndexText: string | null;
|
|
2163
2348
|
ariaRowSpan: string | null;
|
|
2164
2349
|
ariaSelected: string | null;
|
|
2165
2350
|
ariaSetSize: string | null;
|
|
@@ -2169,34 +2354,35 @@ declare const ColorPicker_base: {
|
|
|
2169
2354
|
ariaValueNow: string | null;
|
|
2170
2355
|
ariaValueText: string | null;
|
|
2171
2356
|
role: string | null;
|
|
2172
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2173
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2174
|
-
after(...nodes: (
|
|
2175
|
-
before(...nodes: (
|
|
2357
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2358
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2359
|
+
after(...nodes: (Node | string)[]): void;
|
|
2360
|
+
before(...nodes: (Node | string)[]): void;
|
|
2176
2361
|
remove(): void;
|
|
2177
|
-
replaceWith(...nodes: (
|
|
2178
|
-
innerHTML: string;
|
|
2362
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2179
2363
|
readonly nextElementSibling: Element | null;
|
|
2180
2364
|
readonly previousElementSibling: Element | null;
|
|
2181
2365
|
readonly childElementCount: number;
|
|
2182
2366
|
readonly children: HTMLCollection;
|
|
2183
2367
|
readonly firstElementChild: Element | null;
|
|
2184
2368
|
readonly lastElementChild: Element | null;
|
|
2185
|
-
append(...nodes: (
|
|
2186
|
-
prepend(...nodes: (
|
|
2187
|
-
querySelector<
|
|
2188
|
-
querySelector<
|
|
2189
|
-
querySelector<
|
|
2190
|
-
querySelector<
|
|
2191
|
-
querySelector<
|
|
2192
|
-
querySelectorAll<
|
|
2193
|
-
querySelectorAll<
|
|
2194
|
-
querySelectorAll<
|
|
2195
|
-
querySelectorAll<
|
|
2196
|
-
querySelectorAll<
|
|
2197
|
-
replaceChildren(...nodes: (
|
|
2369
|
+
append(...nodes: (Node | string)[]): void;
|
|
2370
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2371
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2372
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2373
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2374
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2375
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2376
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2377
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2378
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2379
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2380
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2381
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2198
2382
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2199
|
-
readonly
|
|
2383
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2384
|
+
get style(): CSSStyleDeclaration;
|
|
2385
|
+
set style(cssText: string);
|
|
2200
2386
|
contentEditable: string;
|
|
2201
2387
|
enterKeyHint: string;
|
|
2202
2388
|
inputMode: string;
|
|
@@ -2206,16 +2392,20 @@ declare const ColorPicker_base: {
|
|
|
2206
2392
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2207
2393
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2208
2394
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2209
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2395
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2210
2396
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2397
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2398
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2211
2399
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2212
2400
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2213
2401
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2214
2402
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2215
2403
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2216
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2404
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2217
2405
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2218
|
-
|
|
2406
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2407
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2408
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2219
2409
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2220
2410
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2221
2411
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2262,12 +2452,14 @@ declare const ColorPicker_base: {
|
|
|
2262
2452
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2263
2453
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2264
2454
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2455
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2265
2456
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2266
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2457
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2267
2458
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2268
2459
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2269
2460
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2270
2461
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2462
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2271
2463
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2272
2464
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2273
2465
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2279,7 +2471,7 @@ declare const ColorPicker_base: {
|
|
|
2279
2471
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2280
2472
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2281
2473
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2282
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2474
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2283
2475
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2284
2476
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2285
2477
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2297,14 +2489,10 @@ declare const ColorPicker_base: {
|
|
|
2297
2489
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2298
2490
|
autofocus: boolean;
|
|
2299
2491
|
readonly dataset: DOMStringMap;
|
|
2300
|
-
nonce?: string
|
|
2492
|
+
nonce?: string;
|
|
2301
2493
|
tabIndex: number;
|
|
2302
2494
|
blur(): void;
|
|
2303
|
-
focus(options?: FocusOptions
|
|
2304
|
-
ariaColIndexText: string | null;
|
|
2305
|
-
ariaDescription: string | null;
|
|
2306
|
-
ariaRowIndexText: string | null;
|
|
2307
|
-
ariaRelevant: string | null;
|
|
2495
|
+
focus(options?: FocusOptions): void;
|
|
2308
2496
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2309
2497
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2310
2498
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2347,7 +2535,7 @@ declare const ColorPicker_base: {
|
|
|
2347
2535
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2348
2536
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2349
2537
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2350
|
-
"__#
|
|
2538
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2351
2539
|
newPropertyName: string;
|
|
2352
2540
|
deprecatedPropertyName: string;
|
|
2353
2541
|
fromDeprecated: (v: any) => any;
|
|
@@ -2361,7 +2549,7 @@ declare const ColorPicker_base: {
|
|
|
2361
2549
|
swatches: ColorSwatch[];
|
|
2362
2550
|
connectedCallback(): void;
|
|
2363
2551
|
_canvasColor: string;
|
|
2364
|
-
|
|
2552
|
+
get _computedCanvasColor(): string;
|
|
2365
2553
|
_refreshCanvasColor(): void;
|
|
2366
2554
|
_applyContrastClass(color: string, threshold?: number): boolean;
|
|
2367
2555
|
_getRowLength(): number;
|
|
@@ -2370,18 +2558,19 @@ declare const ColorPicker_base: {
|
|
|
2370
2558
|
_getFocusReturnEl(): HTMLElement | null;
|
|
2371
2559
|
_returnFocusToAnchor(): void;
|
|
2372
2560
|
_getGridCells(): HTMLElement[];
|
|
2373
|
-
_handleCellKeydown(event: KeyboardEvent, value: string, index: number, isSaveCell?: boolean
|
|
2561
|
+
_handleCellKeydown(event: KeyboardEvent, value: string, index: number, isSaveCell?: boolean): boolean;
|
|
2374
2562
|
_focusSwatchByIndex(index: number): void;
|
|
2375
|
-
_renderColorSwatch(iconTag: import(
|
|
2376
|
-
|
|
2377
|
-
_vividAriaBehaviour: import(
|
|
2378
|
-
readonly $fastController: import(
|
|
2379
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2563
|
+
_renderColorSwatch(iconTag: import('@microsoft/fast-element').InlineTemplateDirective, tooltipTag: import('@microsoft/fast-element').InlineTemplateDirective): import('@microsoft/fast-element').ViewTemplate<ColorSwatch, any>;
|
|
2564
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
2565
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2566
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2567
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2380
2568
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
2381
2569
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2382
2570
|
accessKey: string;
|
|
2383
2571
|
readonly accessKeyLabel: string;
|
|
2384
2572
|
autocapitalize: string;
|
|
2573
|
+
autocorrect: boolean;
|
|
2385
2574
|
dir: string;
|
|
2386
2575
|
draggable: boolean;
|
|
2387
2576
|
hidden: boolean;
|
|
@@ -2394,30 +2583,39 @@ declare const ColorPicker_base: {
|
|
|
2394
2583
|
readonly offsetTop: number;
|
|
2395
2584
|
readonly offsetWidth: number;
|
|
2396
2585
|
outerText: string;
|
|
2586
|
+
popover: string | null;
|
|
2397
2587
|
spellcheck: boolean;
|
|
2398
2588
|
title: string;
|
|
2399
2589
|
translate: boolean;
|
|
2590
|
+
writingSuggestions: string;
|
|
2400
2591
|
attachInternals(): ElementInternals;
|
|
2401
2592
|
click(): void;
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2593
|
+
hidePopover(): void;
|
|
2594
|
+
showPopover(): void;
|
|
2595
|
+
togglePopover(options?: boolean): boolean;
|
|
2596
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2597
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2598
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2599
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2406
2600
|
readonly attributes: NamedNodeMap;
|
|
2407
|
-
|
|
2601
|
+
get classList(): DOMTokenList;
|
|
2602
|
+
set classList(value: string);
|
|
2408
2603
|
className: string;
|
|
2409
2604
|
readonly clientHeight: number;
|
|
2410
2605
|
readonly clientLeft: number;
|
|
2411
2606
|
readonly clientTop: number;
|
|
2412
2607
|
readonly clientWidth: number;
|
|
2608
|
+
readonly currentCSSZoom: number;
|
|
2413
2609
|
id: string;
|
|
2610
|
+
innerHTML: string;
|
|
2414
2611
|
readonly localName: string;
|
|
2415
2612
|
readonly namespaceURI: string | null;
|
|
2416
2613
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2417
2614
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2418
2615
|
outerHTML: string;
|
|
2419
2616
|
readonly ownerDocument: Document;
|
|
2420
|
-
|
|
2617
|
+
get part(): DOMTokenList;
|
|
2618
|
+
set part(value: string);
|
|
2421
2619
|
readonly prefix: string | null;
|
|
2422
2620
|
readonly scrollHeight: number;
|
|
2423
2621
|
scrollLeft: number;
|
|
@@ -2427,11 +2625,12 @@ declare const ColorPicker_base: {
|
|
|
2427
2625
|
slot: string;
|
|
2428
2626
|
readonly tagName: string;
|
|
2429
2627
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2430
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2431
|
-
closest<
|
|
2432
|
-
closest<
|
|
2433
|
-
closest<
|
|
2434
|
-
closest<
|
|
2628
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2629
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2630
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2631
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2632
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2633
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2435
2634
|
getAttribute(qualifiedName: string): string | null;
|
|
2436
2635
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2437
2636
|
getAttributeNames(): string[];
|
|
@@ -2440,43 +2639,47 @@ declare const ColorPicker_base: {
|
|
|
2440
2639
|
getBoundingClientRect(): DOMRect;
|
|
2441
2640
|
getClientRects(): DOMRectList;
|
|
2442
2641
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2443
|
-
getElementsByTagName<
|
|
2444
|
-
getElementsByTagName<
|
|
2445
|
-
getElementsByTagName<
|
|
2446
|
-
getElementsByTagName<
|
|
2642
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2643
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2644
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2645
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2447
2646
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2448
2647
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2449
2648
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2450
2649
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2451
2650
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2651
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2452
2652
|
hasAttribute(qualifiedName: string): boolean;
|
|
2453
2653
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2454
2654
|
hasAttributes(): boolean;
|
|
2455
2655
|
hasPointerCapture(pointerId: number): boolean;
|
|
2456
2656
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2457
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2657
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2458
2658
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2459
2659
|
matches(selectors: string): boolean;
|
|
2460
2660
|
releasePointerCapture(pointerId: number): void;
|
|
2461
2661
|
removeAttribute(qualifiedName: string): void;
|
|
2462
2662
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2463
2663
|
removeAttributeNode(attr: Attr): Attr;
|
|
2464
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2465
|
-
requestPointerLock(): void
|
|
2466
|
-
scroll(options?: ScrollToOptions
|
|
2664
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2665
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2666
|
+
scroll(options?: ScrollToOptions): void;
|
|
2467
2667
|
scroll(x: number, y: number): void;
|
|
2468
|
-
scrollBy(options?: ScrollToOptions
|
|
2668
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2469
2669
|
scrollBy(x: number, y: number): void;
|
|
2470
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2471
|
-
scrollTo(options?: ScrollToOptions
|
|
2670
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2671
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2472
2672
|
scrollTo(x: number, y: number): void;
|
|
2473
2673
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2474
2674
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2475
2675
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2476
2676
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2677
|
+
setHTMLUnsafe(html: string): void;
|
|
2477
2678
|
setPointerCapture(pointerId: number): void;
|
|
2478
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2679
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2479
2680
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2681
|
+
get textContent(): string;
|
|
2682
|
+
set textContent(value: string | null);
|
|
2480
2683
|
readonly baseURI: string;
|
|
2481
2684
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2482
2685
|
readonly firstChild: ChildNode | null;
|
|
@@ -2489,22 +2692,21 @@ declare const ColorPicker_base: {
|
|
|
2489
2692
|
readonly parentElement: HTMLElement | null;
|
|
2490
2693
|
readonly parentNode: ParentNode | null;
|
|
2491
2694
|
readonly previousSibling: ChildNode | null;
|
|
2492
|
-
textContent: string | null;
|
|
2493
2695
|
appendChild<T extends Node>(node: T): T;
|
|
2494
|
-
cloneNode(
|
|
2696
|
+
cloneNode(subtree?: boolean): Node;
|
|
2495
2697
|
compareDocumentPosition(other: Node): number;
|
|
2496
2698
|
contains(other: Node | null): boolean;
|
|
2497
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2699
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2498
2700
|
hasChildNodes(): boolean;
|
|
2499
|
-
insertBefore<
|
|
2701
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2500
2702
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2501
2703
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2502
2704
|
isSameNode(otherNode: Node | null): boolean;
|
|
2503
2705
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2504
2706
|
lookupPrefix(namespace: string | null): string | null;
|
|
2505
2707
|
normalize(): void;
|
|
2506
|
-
removeChild<
|
|
2507
|
-
replaceChild<
|
|
2708
|
+
removeChild<T extends Node>(child: T): T;
|
|
2709
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2508
2710
|
readonly ELEMENT_NODE: 1;
|
|
2509
2711
|
readonly ATTRIBUTE_NODE: 2;
|
|
2510
2712
|
readonly TEXT_NODE: 3;
|
|
@@ -2524,35 +2726,49 @@ declare const ColorPicker_base: {
|
|
|
2524
2726
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2525
2727
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2526
2728
|
dispatchEvent(event: Event): boolean;
|
|
2729
|
+
ariaActiveDescendantElement: Element | null;
|
|
2527
2730
|
ariaAtomic: string | null;
|
|
2528
2731
|
ariaAutoComplete: string | null;
|
|
2732
|
+
ariaBrailleLabel: string | null;
|
|
2733
|
+
ariaBrailleRoleDescription: string | null;
|
|
2529
2734
|
ariaBusy: string | null;
|
|
2530
2735
|
ariaChecked: string | null;
|
|
2531
2736
|
ariaColCount: string | null;
|
|
2532
2737
|
ariaColIndex: string | null;
|
|
2738
|
+
ariaColIndexText: string | null;
|
|
2533
2739
|
ariaColSpan: string | null;
|
|
2740
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2534
2741
|
ariaCurrent: string | null;
|
|
2742
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2743
|
+
ariaDescription: string | null;
|
|
2744
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2535
2745
|
ariaDisabled: string | null;
|
|
2746
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2536
2747
|
ariaExpanded: string | null;
|
|
2748
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2537
2749
|
ariaHasPopup: string | null;
|
|
2538
2750
|
ariaHidden: string | null;
|
|
2539
2751
|
ariaInvalid: string | null;
|
|
2540
2752
|
ariaKeyShortcuts: string | null;
|
|
2541
2753
|
ariaLabel: string | null;
|
|
2754
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2542
2755
|
ariaLevel: string | null;
|
|
2543
2756
|
ariaLive: string | null;
|
|
2544
2757
|
ariaModal: string | null;
|
|
2545
2758
|
ariaMultiLine: string | null;
|
|
2546
2759
|
ariaMultiSelectable: string | null;
|
|
2547
2760
|
ariaOrientation: string | null;
|
|
2761
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2548
2762
|
ariaPlaceholder: string | null;
|
|
2549
2763
|
ariaPosInSet: string | null;
|
|
2550
2764
|
ariaPressed: string | null;
|
|
2551
2765
|
ariaReadOnly: string | null;
|
|
2766
|
+
ariaRelevant: string | null;
|
|
2552
2767
|
ariaRequired: string | null;
|
|
2553
2768
|
ariaRoleDescription: string | null;
|
|
2554
2769
|
ariaRowCount: string | null;
|
|
2555
2770
|
ariaRowIndex: string | null;
|
|
2771
|
+
ariaRowIndexText: string | null;
|
|
2556
2772
|
ariaRowSpan: string | null;
|
|
2557
2773
|
ariaSelected: string | null;
|
|
2558
2774
|
ariaSetSize: string | null;
|
|
@@ -2562,34 +2778,35 @@ declare const ColorPicker_base: {
|
|
|
2562
2778
|
ariaValueNow: string | null;
|
|
2563
2779
|
ariaValueText: string | null;
|
|
2564
2780
|
role: string | null;
|
|
2565
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2566
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2567
|
-
after(...nodes: (
|
|
2568
|
-
before(...nodes: (
|
|
2781
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2782
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2783
|
+
after(...nodes: (Node | string)[]): void;
|
|
2784
|
+
before(...nodes: (Node | string)[]): void;
|
|
2569
2785
|
remove(): void;
|
|
2570
|
-
replaceWith(...nodes: (
|
|
2571
|
-
innerHTML: string;
|
|
2786
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2572
2787
|
readonly nextElementSibling: Element | null;
|
|
2573
2788
|
readonly previousElementSibling: Element | null;
|
|
2574
2789
|
readonly childElementCount: number;
|
|
2575
2790
|
readonly children: HTMLCollection;
|
|
2576
2791
|
readonly firstElementChild: Element | null;
|
|
2577
2792
|
readonly lastElementChild: Element | null;
|
|
2578
|
-
append(...nodes: (
|
|
2579
|
-
prepend(...nodes: (
|
|
2580
|
-
querySelector<
|
|
2581
|
-
querySelector<
|
|
2582
|
-
querySelector<
|
|
2583
|
-
querySelector<
|
|
2584
|
-
querySelector<
|
|
2585
|
-
querySelectorAll<
|
|
2586
|
-
querySelectorAll<
|
|
2587
|
-
querySelectorAll<
|
|
2588
|
-
querySelectorAll<
|
|
2589
|
-
querySelectorAll<
|
|
2590
|
-
replaceChildren(...nodes: (
|
|
2793
|
+
append(...nodes: (Node | string)[]): void;
|
|
2794
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2795
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2796
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2797
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2798
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2799
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2800
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2801
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2802
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2803
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2804
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2805
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2591
2806
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2592
|
-
readonly
|
|
2807
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2808
|
+
get style(): CSSStyleDeclaration;
|
|
2809
|
+
set style(cssText: string);
|
|
2593
2810
|
contentEditable: string;
|
|
2594
2811
|
enterKeyHint: string;
|
|
2595
2812
|
inputMode: string;
|
|
@@ -2599,16 +2816,20 @@ declare const ColorPicker_base: {
|
|
|
2599
2816
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2600
2817
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2601
2818
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2602
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2819
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2603
2820
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2821
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2822
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2604
2823
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2605
2824
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2606
2825
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2607
2826
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2608
2827
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2609
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2828
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2610
2829
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2611
|
-
|
|
2830
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2831
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2832
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2612
2833
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2613
2834
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2614
2835
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2655,12 +2876,14 @@ declare const ColorPicker_base: {
|
|
|
2655
2876
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2656
2877
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2657
2878
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2879
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2658
2880
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2659
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2881
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2660
2882
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2661
2883
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2662
2884
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2663
2885
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2886
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2664
2887
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2665
2888
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2666
2889
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2672,7 +2895,7 @@ declare const ColorPicker_base: {
|
|
|
2672
2895
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2673
2896
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2674
2897
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2675
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2898
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2676
2899
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2677
2900
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2678
2901
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2690,14 +2913,10 @@ declare const ColorPicker_base: {
|
|
|
2690
2913
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2691
2914
|
autofocus: boolean;
|
|
2692
2915
|
readonly dataset: DOMStringMap;
|
|
2693
|
-
nonce?: string
|
|
2916
|
+
nonce?: string;
|
|
2694
2917
|
tabIndex: number;
|
|
2695
2918
|
blur(): void;
|
|
2696
|
-
focus(options?: FocusOptions
|
|
2697
|
-
ariaColIndexText: string | null;
|
|
2698
|
-
ariaDescription: string | null;
|
|
2699
|
-
ariaRowIndexText: string | null;
|
|
2700
|
-
ariaRelevant: string | null;
|
|
2919
|
+
focus(options?: FocusOptions): void;
|
|
2701
2920
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2702
2921
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2703
2922
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2740,29 +2959,30 @@ declare const ColorPicker_base: {
|
|
|
2740
2959
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2741
2960
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2742
2961
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2743
|
-
"__#
|
|
2962
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2744
2963
|
newPropertyName: string;
|
|
2745
2964
|
deprecatedPropertyName: string;
|
|
2746
2965
|
fromDeprecated: (v: any) => any;
|
|
2747
2966
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2748
2967
|
}): void;
|
|
2749
|
-
label?: string
|
|
2968
|
+
label?: string;
|
|
2750
2969
|
errorValidationMessage: string;
|
|
2751
2970
|
forceErrorDisplay: boolean;
|
|
2752
2971
|
hasBeenTouched: boolean;
|
|
2753
|
-
"__#
|
|
2972
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
2754
2973
|
formResetCallback: (() => void) & (() => void);
|
|
2755
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2974
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
2975
|
+
get validity(): ValidityState;
|
|
2976
|
+
get form(): HTMLFormElement | null;
|
|
2977
|
+
get validationMessage(): string;
|
|
2978
|
+
get willValidate(): boolean;
|
|
2979
|
+
get labels(): ReadonlyArray<Node>;
|
|
2761
2980
|
dirtyValue: boolean;
|
|
2762
|
-
proxySlot?: HTMLSlotElement
|
|
2981
|
+
proxySlot?: HTMLSlotElement;
|
|
2763
2982
|
value: string;
|
|
2764
2983
|
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2765
|
-
currentValue: string;
|
|
2984
|
+
get currentValue(): string;
|
|
2985
|
+
set currentValue(value: string);
|
|
2766
2986
|
initialValue: string;
|
|
2767
2987
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2768
2988
|
disabled: boolean;
|
|
@@ -2771,20 +2991,20 @@ declare const ColorPicker_base: {
|
|
|
2771
2991
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2772
2992
|
required: boolean;
|
|
2773
2993
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2774
|
-
|
|
2994
|
+
get elementInternals(): ElementInternals | null;
|
|
2775
2995
|
proxyEventsToBlock: string[];
|
|
2776
2996
|
checkValidity: (() => boolean) & (() => boolean);
|
|
2777
2997
|
reportValidity: (() => boolean) & (() => boolean);
|
|
2778
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
2998
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
2779
2999
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2780
3000
|
proxyInitialized: boolean;
|
|
2781
3001
|
attachProxy: (() => void) & (() => void);
|
|
2782
3002
|
detachProxy: (() => void) & (() => void);
|
|
2783
|
-
setFormValue: ((value:
|
|
3003
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
2784
3004
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2785
3005
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2786
3006
|
};
|
|
2787
|
-
|
|
3007
|
+
get formAssociated(): boolean;
|
|
2788
3008
|
} & typeof VividElement;
|
|
2789
3009
|
export declare class ColorPicker extends ColorPicker_base {
|
|
2790
3010
|
#private;
|