@vonage/vivid 5.1.0 → 5.3.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/accordion-item/definition.cjs +2 -1
- package/accordion-item/definition.js +2 -1
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/definition.cjs +41 -6
- package/audio-player/definition.js +41 -6
- package/audio-player/index.cjs +27 -25
- package/audio-player/index.js +88 -62
- package/badge/index.cjs +2 -2
- package/badge/index.js +4 -4
- package/banner/index.cjs +3 -3
- package/banner/index.js +6 -6
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/bundled/affix.cjs +7 -7
- package/bundled/affix.js +5 -5
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/attribute-binding-behaviour.cjs +1 -1
- package/bundled/attribute-binding-behaviour.js +15 -13
- package/bundled/base-color-picker.cjs +13 -0
- package/bundled/base-color-picker.js +194 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +2 -2
- package/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +21 -21
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/children.cjs +1 -1
- package/bundled/children.js +28 -20
- package/bundled/definition.cjs +3 -3
- package/bundled/definition.js +38 -38
- package/bundled/definition10.cjs +72 -18
- package/bundled/definition10.js +351 -65
- package/bundled/definition11.cjs +19 -10
- package/bundled/definition11.js +66 -37
- package/bundled/definition12.cjs +10 -1
- package/bundled/definition12.js +38 -14
- package/bundled/definition13.cjs +1 -73
- package/bundled/definition13.js +15 -354
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +1 -1
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +8 -8
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +17 -17
- package/bundled/definition19.cjs +17 -14
- package/bundled/definition19.js +85 -77
- package/bundled/definition2.cjs +9 -5
- package/bundled/definition2.js +21 -17
- package/bundled/definition22.cjs +9 -9
- package/bundled/definition22.js +31 -31
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +1 -1
- package/bundled/definition6.cjs +6 -6
- package/bundled/definition6.js +34 -31
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +6 -6
- package/bundled/definition8.cjs +2 -2
- package/bundled/definition8.js +4 -4
- package/bundled/definition9.cjs +1 -1
- package/bundled/definition9.js +1 -1
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +59 -46
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +3 -3
- package/bundled/host-semantics.cjs +1 -1
- package/bundled/host-semantics.js +48 -34
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +43 -31
- package/bundled/mixins.cjs +18 -18
- package/bundled/mixins.js +99 -93
- package/bundled/normalize.cjs +1 -0
- package/bundled/normalize.js +7 -0
- package/bundled/picker-field.template.cjs +18 -13
- package/bundled/picker-field.template.js +45 -37
- package/bundled/ref.cjs +1 -1
- package/bundled/ref.js +8 -25
- package/bundled/repeat.cjs +1 -1
- package/bundled/repeat.js +459 -233
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +2 -2
- package/bundled/slotted.cjs +1 -1
- package/bundled/slotted.js +62 -45
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/time-selection-picker.template.cjs +1 -1
- package/bundled/time-selection-picker.template.js +5 -5
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +2126 -1172
- package/bundled/when.cjs +1 -1
- package/bundled/when.js +8 -7
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +17 -7
- package/calendar/definition.cjs +1 -1
- package/calendar/definition.js +2 -2
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +6 -6
- package/calendar-event/index.cjs +1 -1
- package/calendar-event/index.js +1 -1
- package/card/definition.cjs +10 -2
- package/card/definition.js +10 -2
- package/card/index.cjs +19 -11
- package/card/index.js +35 -27
- package/color-picker/definition.cjs +1079 -0
- package/color-picker/definition.js +1073 -0
- package/color-picker/index.cjs +127 -0
- package/color-picker/index.js +726 -0
- package/combobox/definition.cjs +13 -6
- package/combobox/definition.js +14 -7
- package/combobox/index.cjs +15 -11
- package/combobox/index.js +82 -75
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +1621 -325
- package/data-grid/definition.cjs +862 -27
- package/data-grid/definition.js +863 -28
- package/data-grid/index.cjs +25 -25
- package/data-grid/index.js +175 -168
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +55 -1
- package/dial-pad/definition.js +56 -2
- package/dial-pad/index.cjs +21 -18
- package/dial-pad/index.js +138 -104
- package/dialog/definition.cjs +4 -1
- package/dialog/definition.js +4 -1
- package/dialog/index.cjs +21 -18
- package/dialog/index.js +43 -40
- package/empty-state/definition.cjs +7 -2
- package/empty-state/definition.js +7 -2
- package/empty-state/index.cjs +10 -5
- package/empty-state/index.js +18 -13
- package/fab/index.cjs +2 -2
- package/fab/index.js +4 -4
- package/file-picker/definition.cjs +16 -7
- package/file-picker/definition.js +17 -8
- package/file-picker/index.cjs +12 -9
- package/file-picker/index.js +103 -93
- package/icon/definition.cjs +10 -6
- package/icon/definition.js +10 -6
- package/index.cjs +4 -0
- package/index.js +1 -0
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +2 -2
- package/lib/alert/alert.d.ts +4 -4
- package/lib/audio-player/audio-player.d.ts +6 -2
- package/lib/avatar/avatar.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +2 -2
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
- package/lib/button/button.d.ts +6 -6
- package/lib/button/button.template.d.ts +2 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +2 -2
- package/lib/card/card.d.ts +2 -2
- package/lib/checkbox/checkbox.d.ts +12 -12
- package/lib/color-picker/color-picker.d.ts +2420 -0
- package/lib/color-picker/color-picker.template.d.ts +3 -0
- package/lib/color-picker/definition.d.ts +4 -0
- package/lib/color-picker/locale.d.ts +9 -0
- package/lib/combobox/combobox.d.ts +495 -78
- package/lib/components.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +4 -4
- package/lib/data-grid/data-grid-row.d.ts +3 -4
- package/lib/data-grid/data-grid.d.ts +1 -2
- package/lib/date-picker/date-picker.d.ts +906 -894
- package/lib/date-range-picker/date-range-picker.d.ts +596 -590
- package/lib/date-time-picker/date-time-picker.d.ts +907 -895
- package/lib/dial-pad/dial-pad.d.ts +3 -2
- package/lib/dial-pad/dial-pad.template.d.ts +1 -1
- package/lib/dial-pad/locale.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +4 -4
- package/lib/divider/divider.d.ts +2 -2
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +495 -78
- package/lib/header/header.d.ts +2 -2
- package/lib/menu/menu.d.ts +5 -4
- package/lib/menu-item/menu-item.d.ts +4 -4
- package/lib/nav/nav.d.ts +2 -2
- package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
- package/lib/nav-item/nav-item.d.ts +4 -4
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/number-field.d.ts +19 -18
- package/lib/option/option.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress-ring/progress-ring.d.ts +2 -2
- package/lib/radio/radio.d.ts +6 -6
- package/lib/radio-group/radio-group.d.ts +2 -2
- package/lib/range-slider/range-slider.d.ts +6 -6
- package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +521 -104
- package/lib/select/select.d.ts +484 -67
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/simple-color-picker/locale.d.ts +0 -1
- package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
- package/lib/slider/slider.d.ts +6 -6
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +4 -4
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tag/tag.d.ts +6 -6
- package/lib/tag-group/tag-group.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +17 -16
- package/lib/text-field/text-field.d.ts +19 -18
- package/lib/time-picker/time-picker.d.ts +579 -573
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +4 -4
- package/lib/tree-view/tree-view.d.ts +2 -2
- package/lib/video-player/video-player.d.ts +2 -2
- package/locales/de-DE.cjs +15 -3
- package/locales/de-DE.js +15 -3
- package/locales/en-GB.cjs +15 -3
- package/locales/en-GB.js +15 -3
- package/locales/en-US.cjs +15 -3
- package/locales/en-US.js +15 -3
- package/locales/ja-JP.cjs +15 -3
- package/locales/ja-JP.js +15 -3
- package/locales/zh-CN.cjs +15 -3
- package/locales/zh-CN.js +15 -3
- package/menu/definition.cjs +8 -4
- package/menu/definition.js +9 -5
- package/note/index.cjs +2 -2
- package/note/index.js +4 -4
- package/number-field/definition.cjs +3 -3
- package/number-field/definition.js +4 -4
- package/number-field/index.cjs +8 -8
- package/number-field/index.js +41 -40
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +5 -5
- package/pagination/definition.cjs +2 -1
- package/pagination/definition.js +2 -1
- package/pagination/index.cjs +12 -12
- package/pagination/index.js +59 -59
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio/definition.cjs +9 -9
- package/radio/definition.js +10 -10
- package/radio-group/definition.cjs +2 -1
- package/radio-group/definition.js +2 -1
- package/radio-group/index.cjs +5 -5
- package/radio-group/index.js +80 -77
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +2 -2
- package/rich-text-editor/index.cjs +2 -2
- package/rich-text-editor/index.js +3 -3
- package/searchable-select/definition.cjs +30 -21
- package/searchable-select/definition.js +31 -22
- package/searchable-select/index.cjs +28 -25
- package/searchable-select/index.js +149 -140
- package/select/definition.cjs +15 -7
- package/select/definition.js +16 -8
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/selectable-box/index.cjs +3 -3
- package/selectable-box/index.js +20 -20
- package/shared/aria/aria-change-subscription.d.ts +0 -1
- package/shared/aria/aria-mixin.d.ts +2 -2
- package/shared/aria/delegate-aria-behavior.d.ts +5 -10
- package/shared/aria/delegates-aria.d.ts +3 -3
- package/shared/aria/host-semantics-behavior.d.ts +5 -8
- package/shared/aria/host-semantics.d.ts +3 -3
- package/shared/color-picker/base-color-picker.d.ts +436 -0
- package/shared/color-picker/index.d.ts +1 -0
- package/shared/color-picker/locale.d.ts +3 -0
- package/shared/color-picker/utils.d.ts +1 -0
- package/shared/deprecation/replaced-props.d.ts +317 -2
- package/shared/design-system/defineVividComponent.d.ts +2 -2
- package/shared/feedback/feedback-message.d.ts +2 -2
- package/shared/feedback/mixins.d.ts +4 -4
- package/shared/foundation/button/button.d.ts +4 -4
- package/shared/foundation/form-associated/form-associated.d.ts +4 -4
- package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/affix.d.ts +4 -4
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/patterns/char-count/char-count.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +4 -4
- package/shared/patterns/form-elements/index.d.ts +1 -0
- package/shared/patterns/form-elements/with-contextual-help.d.ts +7 -6
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
- package/shared/patterns/linkable.d.ts +2 -2
- package/shared/patterns/localized.d.ts +2 -2
- package/shared/patterns/trapped-focus.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.d.ts +454 -451
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +454 -451
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +600 -594
- package/shared/picker-field/mixins/single-date-picker.d.ts +746 -737
- package/shared/picker-field/mixins/single-value-picker.d.ts +451 -448
- package/shared/picker-field/mixins/time-selection-picker.d.ts +580 -574
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +579 -573
- package/shared/picker-field/picker-field.d.ts +495 -78
- package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
- package/shared/templating/render-in-light-dom.d.ts +13 -12
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/simple-color-picker/definition.cjs +28 -215
- package/simple-color-picker/definition.js +29 -216
- package/simple-color-picker/index.cjs +9 -21
- package/simple-color-picker/index.js +71 -185
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- 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/switch/index.cjs +2 -2
- package/switch/index.js +4 -4
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +2 -2
- package/tabs/index.cjs +2 -2
- package/tabs/index.js +16 -16
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/text-area/index.cjs +3 -3
- package/text-area/index.js +9 -9
- package/text-field/definition.cjs +3 -3
- package/text-field/definition.js +4 -4
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +2 -2
- package/toggletip/definition.cjs +1 -1
- package/toggletip/definition.js +2 -2
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +2 -2
- package/tree-view/index.cjs +2 -2
- package/tree-view/index.js +6 -6
- package/unbundled/_commonjsHelpers.cjs +36 -0
- package/unbundled/_commonjsHelpers.js +32 -0
- package/unbundled/affix.cjs +1 -1
- package/unbundled/affix.js +1 -1
- package/unbundled/attribute-binding-behaviour.cjs +11 -10
- package/unbundled/attribute-binding-behaviour.js +11 -10
- package/unbundled/base-color-picker.cjs +278 -0
- package/unbundled/base-color-picker.js +275 -0
- package/unbundled/button.cjs +1 -1
- package/unbundled/button.js +2 -2
- package/unbundled/calendar-picker.template.cjs +3 -3
- package/unbundled/calendar-picker.template.js +4 -4
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +2 -2
- package/unbundled/definition3.cjs +2 -1
- package/unbundled/definition3.js +2 -1
- package/unbundled/delegates-aria.cjs +67 -33
- package/unbundled/delegates-aria.js +69 -35
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +3 -3
- package/unbundled/host-semantics.cjs +47 -22
- package/unbundled/host-semantics.js +48 -23
- package/unbundled/mixins.cjs +34 -27
- package/unbundled/mixins.js +35 -28
- package/unbundled/picker-field.template.cjs +13 -5
- package/unbundled/picker-field.template.js +14 -6
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +4 -4
- package/unbundled/time-selection-picker.template.js +5 -5
- package/unbundled/vivid-element.cjs +22 -15
- package/unbundled/vivid-element.js +23 -15
- package/unbundled/with-contextual-help.cjs +11 -0
- package/unbundled/with-contextual-help.js +11 -0
- package/video-player/definition.cjs +69007 -1
- package/video-player/definition.js +69007 -1
- package/video-player/index.cjs +35 -35
- package/video-player/index.js +1358 -1384
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +347 -69
package/lib/select/select.d.ts
CHANGED
|
@@ -20,10 +20,10 @@ declare const Select_base: {
|
|
|
20
20
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
21
|
connectedCallback(): void;
|
|
22
22
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
23
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
23
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
24
24
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
25
25
|
disconnectedCallback(): void;
|
|
26
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
26
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
27
27
|
accessKey: string;
|
|
28
28
|
readonly accessKeyLabel: string;
|
|
29
29
|
autocapitalize: string;
|
|
@@ -394,12 +394,9 @@ declare const Select_base: {
|
|
|
394
394
|
};
|
|
395
395
|
} & {
|
|
396
396
|
new (...args: any[]): {
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"__#4@#originalValidateFn": () => void;
|
|
401
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
402
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
397
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
398
|
+
readonly _hasContextualHelp: boolean;
|
|
399
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
403
400
|
label?: string | undefined;
|
|
404
401
|
errorValidationMessage: string;
|
|
405
402
|
forceErrorDisplay: boolean;
|
|
@@ -441,9 +438,9 @@ declare const Select_base: {
|
|
|
441
438
|
_keypressHandler(e: KeyboardEvent): void;
|
|
442
439
|
stopPropagation(e: Event): void;
|
|
443
440
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
444
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
441
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
445
442
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
446
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
443
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
447
444
|
accessKey: string;
|
|
448
445
|
readonly accessKeyLabel: string;
|
|
449
446
|
autocapitalize: string;
|
|
@@ -814,13 +811,56 @@ declare const Select_base: {
|
|
|
814
811
|
};
|
|
815
812
|
} & {
|
|
816
813
|
new (...args: any[]): {
|
|
817
|
-
|
|
818
|
-
|
|
814
|
+
errorText?: string | undefined;
|
|
815
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
816
|
+
"__#4@#blockValidateCalls": boolean;
|
|
817
|
+
"__#4@#originalValidateFn": () => void;
|
|
818
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
819
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
820
|
+
label?: string | undefined;
|
|
821
|
+
errorValidationMessage: string;
|
|
822
|
+
forceErrorDisplay: boolean;
|
|
823
|
+
hasBeenTouched: boolean;
|
|
824
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
825
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
826
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
827
|
+
formResetCallback: (() => void) & (() => void);
|
|
828
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
829
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
830
|
+
readonly validity: ValidityState;
|
|
831
|
+
readonly form: HTMLFormElement | null;
|
|
832
|
+
readonly validationMessage: string;
|
|
833
|
+
readonly willValidate: boolean;
|
|
834
|
+
readonly labels: readonly Node[];
|
|
835
|
+
dirtyValue: boolean;
|
|
836
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
837
|
+
value: string;
|
|
838
|
+
valueChanged(_previous: string, _next: string): void;
|
|
839
|
+
currentValue: string;
|
|
840
|
+
initialValue: string;
|
|
841
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
842
|
+
disabled: boolean;
|
|
843
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
844
|
+
name: string;
|
|
845
|
+
nameChanged(_previous: string, _next: string): void;
|
|
846
|
+
required: boolean;
|
|
847
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
848
|
+
readonly elementInternals: ElementInternals | null;
|
|
849
|
+
proxyEventsToBlock: string[];
|
|
850
|
+
checkValidity(): boolean;
|
|
851
|
+
reportValidity(): boolean;
|
|
852
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
853
|
+
formDisabledCallback(disabled: boolean): void;
|
|
854
|
+
proxyInitialized: boolean;
|
|
855
|
+
attachProxy(): void;
|
|
856
|
+
detachProxy(): void;
|
|
857
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
858
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
859
|
+
stopPropagation(e: Event): void;
|
|
819
860
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
820
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
861
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
821
862
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
822
|
-
|
|
823
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
863
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
824
864
|
accessKey: string;
|
|
825
865
|
readonly accessKeyLabel: string;
|
|
826
866
|
autocapitalize: string;
|
|
@@ -1189,6 +1229,383 @@ declare const Select_base: {
|
|
|
1189
1229
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1190
1230
|
}): void;
|
|
1191
1231
|
};
|
|
1232
|
+
} & {
|
|
1233
|
+
new (...args: any[]): {
|
|
1234
|
+
successText?: string | undefined;
|
|
1235
|
+
connectedCallback(): void;
|
|
1236
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1237
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1238
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1239
|
+
disconnectedCallback(): void;
|
|
1240
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1241
|
+
accessKey: string;
|
|
1242
|
+
readonly accessKeyLabel: string;
|
|
1243
|
+
autocapitalize: string;
|
|
1244
|
+
dir: string;
|
|
1245
|
+
draggable: boolean;
|
|
1246
|
+
hidden: boolean;
|
|
1247
|
+
inert: boolean;
|
|
1248
|
+
innerText: string;
|
|
1249
|
+
lang: string;
|
|
1250
|
+
readonly offsetHeight: number;
|
|
1251
|
+
readonly offsetLeft: number;
|
|
1252
|
+
readonly offsetParent: Element | null;
|
|
1253
|
+
readonly offsetTop: number;
|
|
1254
|
+
readonly offsetWidth: number;
|
|
1255
|
+
outerText: string;
|
|
1256
|
+
spellcheck: boolean;
|
|
1257
|
+
title: string;
|
|
1258
|
+
translate: boolean;
|
|
1259
|
+
attachInternals(): ElementInternals;
|
|
1260
|
+
click(): void;
|
|
1261
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1262
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1263
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1264
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1265
|
+
readonly attributes: NamedNodeMap;
|
|
1266
|
+
readonly classList: DOMTokenList;
|
|
1267
|
+
className: string;
|
|
1268
|
+
readonly clientHeight: number;
|
|
1269
|
+
readonly clientLeft: number;
|
|
1270
|
+
readonly clientTop: number;
|
|
1271
|
+
readonly clientWidth: number;
|
|
1272
|
+
id: string;
|
|
1273
|
+
readonly localName: string;
|
|
1274
|
+
readonly namespaceURI: string | null;
|
|
1275
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1276
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1277
|
+
outerHTML: string;
|
|
1278
|
+
readonly ownerDocument: Document;
|
|
1279
|
+
readonly part: DOMTokenList;
|
|
1280
|
+
readonly prefix: string | null;
|
|
1281
|
+
readonly scrollHeight: number;
|
|
1282
|
+
scrollLeft: number;
|
|
1283
|
+
scrollTop: number;
|
|
1284
|
+
readonly scrollWidth: number;
|
|
1285
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1286
|
+
slot: string;
|
|
1287
|
+
readonly tagName: string;
|
|
1288
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1289
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1290
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1291
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1292
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1293
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
1294
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1295
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1296
|
+
getAttributeNames(): string[];
|
|
1297
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1298
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1299
|
+
getBoundingClientRect(): DOMRect;
|
|
1300
|
+
getClientRects(): DOMRectList;
|
|
1301
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1302
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1303
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1304
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1305
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
1306
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1307
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1308
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1309
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1310
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1311
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1312
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1313
|
+
hasAttributes(): boolean;
|
|
1314
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1315
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1316
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1317
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1318
|
+
matches(selectors: string): boolean;
|
|
1319
|
+
releasePointerCapture(pointerId: number): void;
|
|
1320
|
+
removeAttribute(qualifiedName: string): void;
|
|
1321
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1322
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1323
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1324
|
+
requestPointerLock(): void;
|
|
1325
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1326
|
+
scroll(x: number, y: number): void;
|
|
1327
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1328
|
+
scrollBy(x: number, y: number): void;
|
|
1329
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1330
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1331
|
+
scrollTo(x: number, y: number): void;
|
|
1332
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1333
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1334
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1335
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1336
|
+
setPointerCapture(pointerId: number): void;
|
|
1337
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1338
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1339
|
+
readonly baseURI: string;
|
|
1340
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1341
|
+
readonly firstChild: ChildNode | null;
|
|
1342
|
+
readonly isConnected: boolean;
|
|
1343
|
+
readonly lastChild: ChildNode | null;
|
|
1344
|
+
readonly nextSibling: ChildNode | null;
|
|
1345
|
+
readonly nodeName: string;
|
|
1346
|
+
readonly nodeType: number;
|
|
1347
|
+
nodeValue: string | null;
|
|
1348
|
+
readonly parentElement: HTMLElement | null;
|
|
1349
|
+
readonly parentNode: ParentNode | null;
|
|
1350
|
+
readonly previousSibling: ChildNode | null;
|
|
1351
|
+
textContent: string | null;
|
|
1352
|
+
appendChild<T extends Node>(node: T): T;
|
|
1353
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1354
|
+
compareDocumentPosition(other: Node): number;
|
|
1355
|
+
contains(other: Node | null): boolean;
|
|
1356
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1357
|
+
hasChildNodes(): boolean;
|
|
1358
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
1359
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1360
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1361
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1362
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1363
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1364
|
+
normalize(): void;
|
|
1365
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1366
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1367
|
+
readonly ELEMENT_NODE: 1;
|
|
1368
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1369
|
+
readonly TEXT_NODE: 3;
|
|
1370
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1371
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1372
|
+
readonly ENTITY_NODE: 6;
|
|
1373
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1374
|
+
readonly COMMENT_NODE: 8;
|
|
1375
|
+
readonly DOCUMENT_NODE: 9;
|
|
1376
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1377
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1378
|
+
readonly NOTATION_NODE: 12;
|
|
1379
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1380
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1381
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1382
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1383
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1384
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1385
|
+
dispatchEvent(event: Event): boolean;
|
|
1386
|
+
ariaAtomic: string | null;
|
|
1387
|
+
ariaAutoComplete: string | null;
|
|
1388
|
+
ariaBusy: string | null;
|
|
1389
|
+
ariaChecked: string | null;
|
|
1390
|
+
ariaColCount: string | null;
|
|
1391
|
+
ariaColIndex: string | null;
|
|
1392
|
+
ariaColSpan: string | null;
|
|
1393
|
+
ariaCurrent: string | null;
|
|
1394
|
+
ariaDisabled: string | null;
|
|
1395
|
+
ariaExpanded: string | null;
|
|
1396
|
+
ariaHasPopup: string | null;
|
|
1397
|
+
ariaHidden: string | null;
|
|
1398
|
+
ariaInvalid: string | null;
|
|
1399
|
+
ariaKeyShortcuts: string | null;
|
|
1400
|
+
ariaLabel: string | null;
|
|
1401
|
+
ariaLevel: string | null;
|
|
1402
|
+
ariaLive: string | null;
|
|
1403
|
+
ariaModal: string | null;
|
|
1404
|
+
ariaMultiLine: string | null;
|
|
1405
|
+
ariaMultiSelectable: string | null;
|
|
1406
|
+
ariaOrientation: string | null;
|
|
1407
|
+
ariaPlaceholder: string | null;
|
|
1408
|
+
ariaPosInSet: string | null;
|
|
1409
|
+
ariaPressed: string | null;
|
|
1410
|
+
ariaReadOnly: string | null;
|
|
1411
|
+
ariaRequired: string | null;
|
|
1412
|
+
ariaRoleDescription: string | null;
|
|
1413
|
+
ariaRowCount: string | null;
|
|
1414
|
+
ariaRowIndex: string | null;
|
|
1415
|
+
ariaRowSpan: string | null;
|
|
1416
|
+
ariaSelected: string | null;
|
|
1417
|
+
ariaSetSize: string | null;
|
|
1418
|
+
ariaSort: string | null;
|
|
1419
|
+
ariaValueMax: string | null;
|
|
1420
|
+
ariaValueMin: string | null;
|
|
1421
|
+
ariaValueNow: string | null;
|
|
1422
|
+
ariaValueText: string | null;
|
|
1423
|
+
role: string | null;
|
|
1424
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1425
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1426
|
+
after(...nodes: (string | Node)[]): void;
|
|
1427
|
+
before(...nodes: (string | Node)[]): void;
|
|
1428
|
+
remove(): void;
|
|
1429
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1430
|
+
innerHTML: string;
|
|
1431
|
+
readonly nextElementSibling: Element | null;
|
|
1432
|
+
readonly previousElementSibling: Element | null;
|
|
1433
|
+
readonly childElementCount: number;
|
|
1434
|
+
readonly children: HTMLCollection;
|
|
1435
|
+
readonly firstElementChild: Element | null;
|
|
1436
|
+
readonly lastElementChild: Element | null;
|
|
1437
|
+
append(...nodes: (string | Node)[]): void;
|
|
1438
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1439
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1440
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1441
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1442
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1443
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1444
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1445
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1446
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1447
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1448
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1449
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1450
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1451
|
+
readonly style: CSSStyleDeclaration;
|
|
1452
|
+
contentEditable: string;
|
|
1453
|
+
enterKeyHint: string;
|
|
1454
|
+
inputMode: string;
|
|
1455
|
+
readonly isContentEditable: boolean;
|
|
1456
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1457
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1458
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1459
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1460
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1461
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1462
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1463
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1464
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1465
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1466
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1467
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1468
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1469
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1470
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1471
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1472
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1473
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1474
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1475
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1476
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1477
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1478
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1479
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1480
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1481
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1482
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1483
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1484
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1485
|
+
onerror: OnErrorEventHandler;
|
|
1486
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1487
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1488
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1489
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1490
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1491
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1492
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1493
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1494
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1495
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1496
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1497
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1498
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1499
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1500
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1501
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1502
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1503
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1504
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1505
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1506
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1507
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1508
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1509
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1510
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1511
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1512
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1513
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1514
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1515
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1516
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1517
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1518
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1519
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1520
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1521
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1522
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1523
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1524
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1525
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1526
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1527
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1528
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1529
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1530
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1531
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1532
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1533
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1534
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1535
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1536
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1537
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1538
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1539
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1540
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1541
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1542
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1543
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1544
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1545
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1546
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1547
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1548
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1549
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1550
|
+
autofocus: boolean;
|
|
1551
|
+
readonly dataset: DOMStringMap;
|
|
1552
|
+
nonce?: string | undefined;
|
|
1553
|
+
tabIndex: number;
|
|
1554
|
+
blur(): void;
|
|
1555
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1556
|
+
ariaColIndexText: string | null;
|
|
1557
|
+
ariaDescription: string | null;
|
|
1558
|
+
ariaRowIndexText: string | null;
|
|
1559
|
+
ariaRelevant: string | null;
|
|
1560
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1561
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1562
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1563
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1564
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1565
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1566
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1567
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1568
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1569
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1570
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1571
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1572
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1573
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1574
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1575
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1576
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1577
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1578
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1579
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1580
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1581
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1582
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1583
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1584
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1585
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1586
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1587
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1588
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1589
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1590
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1591
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1592
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1593
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1594
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1595
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1596
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1597
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1598
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1599
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1600
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1601
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1602
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1603
|
+
newPropertyName: string;
|
|
1604
|
+
deprecatedPropertyName: string;
|
|
1605
|
+
fromDeprecated: (v: any) => any;
|
|
1606
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1607
|
+
}): void;
|
|
1608
|
+
};
|
|
1192
1609
|
} & {
|
|
1193
1610
|
new (...args: any[]): {
|
|
1194
1611
|
label?: string | undefined;
|
|
@@ -1232,9 +1649,9 @@ declare const Select_base: {
|
|
|
1232
1649
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1233
1650
|
stopPropagation(e: Event): void;
|
|
1234
1651
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1235
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
1652
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1236
1653
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1237
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1654
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1238
1655
|
accessKey: string;
|
|
1239
1656
|
readonly accessKeyLabel: string;
|
|
1240
1657
|
autocapitalize: string;
|
|
@@ -1255,9 +1672,9 @@ declare const Select_base: {
|
|
|
1255
1672
|
translate: boolean;
|
|
1256
1673
|
attachInternals(): ElementInternals;
|
|
1257
1674
|
click(): void;
|
|
1258
|
-
addEventListener<
|
|
1675
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1259
1676
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1260
|
-
removeEventListener<
|
|
1677
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1261
1678
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1262
1679
|
readonly attributes: NamedNodeMap;
|
|
1263
1680
|
readonly classList: DOMTokenList;
|
|
@@ -1284,10 +1701,10 @@ declare const Select_base: {
|
|
|
1284
1701
|
readonly tagName: string;
|
|
1285
1702
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1286
1703
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1287
|
-
closest<
|
|
1288
|
-
closest<
|
|
1289
|
-
closest<
|
|
1290
|
-
closest<
|
|
1704
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1705
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1706
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1707
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1291
1708
|
getAttribute(qualifiedName: string): string | null;
|
|
1292
1709
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1293
1710
|
getAttributeNames(): string[];
|
|
@@ -1296,10 +1713,10 @@ declare const Select_base: {
|
|
|
1296
1713
|
getBoundingClientRect(): DOMRect;
|
|
1297
1714
|
getClientRects(): DOMRectList;
|
|
1298
1715
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1299
|
-
getElementsByTagName<
|
|
1300
|
-
getElementsByTagName<
|
|
1301
|
-
getElementsByTagName<
|
|
1302
|
-
getElementsByTagName<
|
|
1716
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1717
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1718
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1719
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1303
1720
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1304
1721
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1305
1722
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1352,7 +1769,7 @@ declare const Select_base: {
|
|
|
1352
1769
|
contains(other: Node | null): boolean;
|
|
1353
1770
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1354
1771
|
hasChildNodes(): boolean;
|
|
1355
|
-
insertBefore<
|
|
1772
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1356
1773
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1357
1774
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1358
1775
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1607,10 +2024,10 @@ declare const Select_base: {
|
|
|
1607
2024
|
new (...args: any[]): {
|
|
1608
2025
|
_vividAriaBehaviour: "host";
|
|
1609
2026
|
connectedCallback(): void;
|
|
1610
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
2027
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1611
2028
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1612
2029
|
disconnectedCallback(): void;
|
|
1613
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2030
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1614
2031
|
accessKey: string;
|
|
1615
2032
|
readonly accessKeyLabel: string;
|
|
1616
2033
|
autocapitalize: string;
|
|
@@ -1631,9 +2048,9 @@ declare const Select_base: {
|
|
|
1631
2048
|
translate: boolean;
|
|
1632
2049
|
attachInternals(): ElementInternals;
|
|
1633
2050
|
click(): void;
|
|
1634
|
-
addEventListener<
|
|
2051
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1635
2052
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1636
|
-
removeEventListener<
|
|
2053
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1637
2054
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1638
2055
|
readonly attributes: NamedNodeMap;
|
|
1639
2056
|
readonly classList: DOMTokenList;
|
|
@@ -1660,10 +2077,10 @@ declare const Select_base: {
|
|
|
1660
2077
|
readonly tagName: string;
|
|
1661
2078
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1662
2079
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1663
|
-
closest<
|
|
1664
|
-
closest<
|
|
1665
|
-
closest<
|
|
1666
|
-
closest<
|
|
2080
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
2081
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
2082
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
2083
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1667
2084
|
getAttribute(qualifiedName: string): string | null;
|
|
1668
2085
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1669
2086
|
getAttributeNames(): string[];
|
|
@@ -1672,10 +2089,10 @@ declare const Select_base: {
|
|
|
1672
2089
|
getBoundingClientRect(): DOMRect;
|
|
1673
2090
|
getClientRects(): DOMRectList;
|
|
1674
2091
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1675
|
-
getElementsByTagName<
|
|
1676
|
-
getElementsByTagName<
|
|
1677
|
-
getElementsByTagName<
|
|
1678
|
-
getElementsByTagName<
|
|
2092
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
2093
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
2094
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
2095
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1679
2096
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1680
2097
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1681
2098
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1728,7 +2145,7 @@ declare const Select_base: {
|
|
|
1728
2145
|
contains(other: Node | null): boolean;
|
|
1729
2146
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1730
2147
|
hasChildNodes(): boolean;
|
|
1731
|
-
insertBefore<
|
|
2148
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1732
2149
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1733
2150
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1734
2151
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1986,10 +2403,10 @@ declare const Select_base: {
|
|
|
1986
2403
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1987
2404
|
connectedCallback(): void;
|
|
1988
2405
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1989
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
2406
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
1990
2407
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1991
2408
|
disconnectedCallback(): void;
|
|
1992
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2409
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1993
2410
|
accessKey: string;
|
|
1994
2411
|
readonly accessKeyLabel: string;
|
|
1995
2412
|
autocapitalize: string;
|
|
@@ -2010,9 +2427,9 @@ declare const Select_base: {
|
|
|
2010
2427
|
translate: boolean;
|
|
2011
2428
|
attachInternals(): ElementInternals;
|
|
2012
2429
|
click(): void;
|
|
2013
|
-
addEventListener<
|
|
2430
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2014
2431
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2015
|
-
removeEventListener<
|
|
2432
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2016
2433
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2017
2434
|
readonly attributes: NamedNodeMap;
|
|
2018
2435
|
readonly classList: DOMTokenList;
|
|
@@ -2039,10 +2456,10 @@ declare const Select_base: {
|
|
|
2039
2456
|
readonly tagName: string;
|
|
2040
2457
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2041
2458
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2042
|
-
closest<
|
|
2043
|
-
closest<
|
|
2044
|
-
closest<
|
|
2045
|
-
closest<
|
|
2459
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2460
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2461
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2462
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
2046
2463
|
getAttribute(qualifiedName: string): string | null;
|
|
2047
2464
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2048
2465
|
getAttributeNames(): string[];
|
|
@@ -2051,10 +2468,10 @@ declare const Select_base: {
|
|
|
2051
2468
|
getBoundingClientRect(): DOMRect;
|
|
2052
2469
|
getClientRects(): DOMRectList;
|
|
2053
2470
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2054
|
-
getElementsByTagName<
|
|
2055
|
-
getElementsByTagName<
|
|
2056
|
-
getElementsByTagName<
|
|
2057
|
-
getElementsByTagName<
|
|
2471
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2472
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2473
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2474
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
2058
2475
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2059
2476
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2060
2477
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2107,7 +2524,7 @@ declare const Select_base: {
|
|
|
2107
2524
|
contains(other: Node | null): boolean;
|
|
2108
2525
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2109
2526
|
hasChildNodes(): boolean;
|
|
2110
|
-
insertBefore<
|
|
2527
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
2111
2528
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2112
2529
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2113
2530
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2396,9 +2813,9 @@ declare const Select_base: {
|
|
|
2396
2813
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2397
2814
|
stopPropagation(e: Event): void;
|
|
2398
2815
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2399
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
2816
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
2400
2817
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2401
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2818
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2402
2819
|
accessKey: string;
|
|
2403
2820
|
readonly accessKeyLabel: string;
|
|
2404
2821
|
autocapitalize: string;
|
|
@@ -2419,9 +2836,9 @@ declare const Select_base: {
|
|
|
2419
2836
|
translate: boolean;
|
|
2420
2837
|
attachInternals(): ElementInternals;
|
|
2421
2838
|
click(): void;
|
|
2422
|
-
addEventListener<
|
|
2839
|
+
addEventListener<K_71 extends keyof HTMLElementEventMap>(type: K_71, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_71]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2423
2840
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2424
|
-
removeEventListener<
|
|
2841
|
+
removeEventListener<K_72 extends keyof HTMLElementEventMap>(type: K_72, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_72]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2425
2842
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2426
2843
|
readonly attributes: NamedNodeMap;
|
|
2427
2844
|
readonly classList: DOMTokenList;
|
|
@@ -2448,10 +2865,10 @@ declare const Select_base: {
|
|
|
2448
2865
|
readonly tagName: string;
|
|
2449
2866
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2450
2867
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2451
|
-
closest<
|
|
2452
|
-
closest<
|
|
2453
|
-
closest<
|
|
2454
|
-
closest<
|
|
2868
|
+
closest<K_73 extends keyof HTMLElementTagNameMap>(selector: K_73): HTMLElementTagNameMap[K_73] | null;
|
|
2869
|
+
closest<K_74 extends keyof SVGElementTagNameMap>(selector: K_74): SVGElementTagNameMap[K_74] | null;
|
|
2870
|
+
closest<K_75 extends keyof MathMLElementTagNameMap>(selector: K_75): MathMLElementTagNameMap[K_75] | null;
|
|
2871
|
+
closest<E_9 extends Element = Element>(selectors: string): E_9 | null;
|
|
2455
2872
|
getAttribute(qualifiedName: string): string | null;
|
|
2456
2873
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2457
2874
|
getAttributeNames(): string[];
|
|
@@ -2460,10 +2877,10 @@ declare const Select_base: {
|
|
|
2460
2877
|
getBoundingClientRect(): DOMRect;
|
|
2461
2878
|
getClientRects(): DOMRectList;
|
|
2462
2879
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2463
|
-
getElementsByTagName<
|
|
2464
|
-
getElementsByTagName<
|
|
2465
|
-
getElementsByTagName<
|
|
2466
|
-
getElementsByTagName<
|
|
2880
|
+
getElementsByTagName<K_76 extends keyof HTMLElementTagNameMap>(qualifiedName: K_76): HTMLCollectionOf<HTMLElementTagNameMap[K_76]>;
|
|
2881
|
+
getElementsByTagName<K_77 extends keyof SVGElementTagNameMap>(qualifiedName: K_77): HTMLCollectionOf<SVGElementTagNameMap[K_77]>;
|
|
2882
|
+
getElementsByTagName<K_78 extends keyof MathMLElementTagNameMap>(qualifiedName: K_78): HTMLCollectionOf<MathMLElementTagNameMap[K_78]>;
|
|
2883
|
+
getElementsByTagName<K_79 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_79): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_79]>;
|
|
2467
2884
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2468
2885
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2469
2886
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2516,7 +2933,7 @@ declare const Select_base: {
|
|
|
2516
2933
|
contains(other: Node | null): boolean;
|
|
2517
2934
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2518
2935
|
hasChildNodes(): boolean;
|
|
2519
|
-
insertBefore<
|
|
2936
|
+
insertBefore<T_10 extends Node>(node: T_10, child: Node | null): T_10;
|
|
2520
2937
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2521
2938
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2522
2939
|
isSameNode(otherNode: Node | null): boolean;
|