@vonage/vivid 5.23.1 → 5.24.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/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/audio-player/index.cjs +2 -2
- package/audio-player/index.js +3 -3
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/bundled/definition15.cjs +8 -7
- package/bundled/definition15.js +26 -24
- package/bundled/definition17.cjs +2 -2
- package/bundled/definition17.js +2 -2
- package/bundled/definition18.cjs +12 -83
- package/bundled/definition18.js +35 -419
- package/bundled/definition19.cjs +87 -7
- package/bundled/definition19.js +432 -16
- package/bundled/definition20.cjs +7 -37
- package/bundled/definition20.js +17 -172
- package/bundled/definition21.cjs +35 -27
- package/bundled/definition21.js +154 -154
- package/bundled/definition22.cjs +29 -6
- package/bundled/definition22.js +172 -20
- package/bundled/definition23.cjs +6 -12
- package/bundled/definition23.js +17 -32
- package/bundled/definition24.cjs +12 -39
- package/bundled/definition24.js +32 -67
- package/bundled/definition25.cjs +44 -0
- package/bundled/definition25.js +77 -0
- package/bundled/extractOptions.cjs +1 -0
- package/bundled/extractOptions.js +11 -0
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +24 -11
- package/bundled/render-in-light-dom.cjs +1 -1
- package/bundled/render-in-light-dom.js +16 -19
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +9 -1
- package/combobox/definition.cjs +1 -1
- package/combobox/definition.js +1 -1
- package/combobox/index.cjs +7 -7
- package/combobox/index.js +29 -21
- package/country/definition.cjs +1 -1
- package/country/definition.js +1 -1
- package/country/index.cjs +1 -1
- package/country/index.js +1 -1
- package/country-group/definition.cjs +1 -1
- package/country-group/definition.js +1 -1
- package/country-group/index.cjs +1 -1
- package/country-group/index.js +2 -2
- package/custom-elements.json +3102 -2842
- package/data-grid/definition.cjs +1 -1
- package/data-grid/definition.js +1 -1
- package/data-grid/index.cjs +4 -4
- package/data-grid/index.js +5 -5
- package/date-picker/definition.cjs +1 -1
- package/date-picker/definition.js +1 -1
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +1 -1
- package/date-range-picker/definition.cjs +1 -1
- package/date-range-picker/definition.js +1 -1
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +1 -1
- package/date-time-picker/definition.cjs +1 -1
- package/date-time-picker/definition.js +1 -1
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +1 -1
- package/dial-pad/definition.cjs +1 -1
- package/dial-pad/definition.js +1 -1
- package/dial-pad/index.cjs +24 -24
- package/dial-pad/index.js +120 -51
- package/dialog/definition.cjs +1 -1
- package/dialog/definition.js +1 -1
- package/divider/definition.cjs +1 -1
- package/divider/definition.js +1 -1
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/empty-state/definition.cjs +1 -1
- package/empty-state/definition.js +1 -1
- package/fab/definition.cjs +1 -1
- package/fab/definition.js +1 -1
- package/file-picker/definition.cjs +1 -1
- package/file-picker/definition.js +1 -1
- package/flag/definition.cjs +1 -1
- package/flag/definition.js +1 -1
- package/header/definition.cjs +1 -1
- package/header/definition.js +1 -1
- package/header/index.cjs +3 -3
- package/header/index.js +3 -3
- package/index.cjs +200 -196
- package/index.js +53 -52
- package/kbd-key/definition.cjs +1 -1
- package/kbd-key/definition.js +1 -1
- package/kbd-shortcut/definition.cjs +1 -1
- package/kbd-shortcut/definition.js +1 -1
- package/layout/definition.cjs +1 -1
- package/layout/definition.js +1 -1
- package/lib/accordion-item/accordion-item.d.ts +2 -1
- package/lib/action-group/action-group.d.ts +1 -1
- package/lib/alert/alert.d.ts +2 -2
- package/lib/audio-player/audio-player.d.ts +1 -1
- package/lib/avatar/avatar.d.ts +1 -1
- package/lib/badge/badge.d.ts +1 -1
- package/lib/banner/banner.d.ts +3 -3
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
- package/lib/button/button.d.ts +3 -3
- package/lib/calendar-event/calendar-event.d.ts +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +6 -6
- package/lib/color-picker/color-picker.d.ts +7 -7
- package/lib/combobox/combobox.d.ts +7 -7
- package/lib/components.d.ts +1 -0
- package/lib/country-group/country-group.d.ts +2 -2
- package/lib/data-grid/data-grid-cell.d.ts +4 -3
- package/lib/data-grid/data-grid-row.d.ts +3 -2
- package/lib/data-grid/data-grid.options.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +8 -8
- package/lib/date-range-picker/date-range-picker.d.ts +4 -4
- package/lib/date-time-picker/date-time-picker.d.ts +8 -8
- package/lib/dial-pad/dial-pad.d.ts +2 -1
- package/lib/dialog/dialog.d.ts +2 -2
- package/lib/divider/divider.d.ts +1 -1
- package/lib/fab/fab.d.ts +1 -1
- package/lib/file-picker/file-picker.d.ts +7 -7
- package/lib/header/header.d.ts +1 -1
- package/lib/menu/menu.d.ts +2 -2
- package/lib/menu-item/menu-item.d.ts +3 -3
- package/lib/nav/nav.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +2 -2
- package/lib/nav-item/nav-item.d.ts +2 -2
- package/lib/note/note.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +9 -9
- package/lib/optgroup/definition.d.ts +3 -0
- package/lib/optgroup/index.d.ts +1 -0
- package/lib/optgroup/optgroup.d.ts +430 -0
- package/lib/optgroup/optgroup.template.d.ts +2 -0
- package/lib/optgroup/variations.browser-spec.d.ts +1 -0
- package/lib/option/option.d.ts +2 -2
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/popover/popover.d.ts +2 -2
- package/lib/progress/progress.d.ts +1 -1
- package/lib/progress-ring/progress-ring.d.ts +1 -1
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio-group/radio-group.d.ts +1 -1
- package/lib/range-slider/range-slider.d.ts +3 -3
- package/lib/rich-text-editor/rich-text-editor.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +1 -1
- package/lib/searchable-select/searchable-select.d.ts +47 -47
- package/lib/select/select.d.ts +9 -9
- package/lib/selectable-box/selectable-box.d.ts +1 -1
- package/lib/simple-color-picker/simple-color-picker.d.ts +2 -2
- package/lib/slider/slider.d.ts +3 -3
- package/lib/split-button/split-button.d.ts +3 -3
- package/lib/status/status.d.ts +1 -1
- package/lib/switch/switch.d.ts +2 -2
- package/lib/tab/tab.d.ts +3 -3
- package/lib/tab-panel/tab-panel.d.ts +1 -1
- package/lib/table/table-cell.d.ts +1 -1
- package/lib/table/table-header-cell.d.ts +1 -1
- package/lib/table/table-row.d.ts +1 -1
- package/lib/table/table-sorting-button.d.ts +1 -1
- package/lib/tag/tag.d.ts +3 -3
- package/lib/tag-group/tag-group.d.ts +1 -1
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +8 -8
- package/lib/text-field/text-field.d.ts +9 -9
- package/lib/time-picker/time-picker.d.ts +4 -4
- package/lib/toggletip/toggletip.d.ts +2 -2
- package/lib/tooltip/tooltip.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +2 -2
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +1 -1
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/menu-item/index.cjs +1 -1
- package/menu-item/index.js +1 -1
- package/nav/definition.cjs +1 -1
- package/nav/definition.js +1 -1
- package/nav-disclosure/definition.cjs +1 -1
- package/nav-disclosure/definition.js +1 -1
- package/nav-item/definition.cjs +1 -1
- package/nav-item/definition.js +1 -1
- package/note/definition.cjs +1 -1
- package/note/definition.js +1 -1
- package/number-field/definition.cjs +1 -1
- package/number-field/definition.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/optgroup/definition.cjs +5 -0
- package/optgroup/definition.js +2 -0
- package/optgroup/index.cjs +1 -0
- package/optgroup/index.js +4 -0
- package/package.json +6 -6
- package/pagination/definition.cjs +1 -1
- package/pagination/definition.js +1 -1
- package/platform-switch/definition.cjs +1 -1
- package/platform-switch/definition.js +1 -1
- package/popover/definition.cjs +1 -1
- package/popover/definition.js +1 -1
- package/progress/definition.cjs +1 -1
- package/progress/definition.js +1 -1
- package/radio/definition.cjs +1 -1
- package/radio/definition.js +1 -1
- package/radio-group/definition.cjs +1 -1
- package/radio-group/definition.js +1 -1
- package/range-slider/definition.cjs +1 -1
- package/range-slider/definition.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +4 -4
- package/rich-text-view/definition.cjs +1 -1
- package/rich-text-view/definition.js +1 -1
- package/searchable-select/definition.cjs +1 -1
- package/searchable-select/definition.js +1 -1
- package/searchable-select/index.cjs +19 -19
- package/searchable-select/index.js +60 -45
- package/select/definition.cjs +1 -1
- package/select/definition.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/shared/aria/delegates-aria.d.ts +1 -1
- package/shared/aria/host-semantics.d.ts +1 -1
- package/shared/color-picker/base-color-picker.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +1 -1
- package/shared/feedback/mixins.d.ts +2 -2
- package/shared/foundation/button/button.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +2 -2
- package/shared/foundation/listbox/extractOptions.d.ts +2 -0
- package/shared/foundation/listbox/listbox.d.ts +2 -0
- package/shared/patterns/affix.d.ts +2 -2
- package/shared/patterns/anchored.d.ts +2 -2
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/form-elements/form-element.d.ts +1 -1
- package/shared/patterns/form-elements/with-contextual-help.d.ts +1 -1
- package/shared/patterns/form-elements/with-error-text.d.ts +1 -1
- package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
- package/shared/patterns/kbd-shortcut.d.ts +1 -1
- package/shared/patterns/linkable.d.ts +1 -1
- package/shared/patterns/localized.d.ts +2 -2
- package/shared/patterns/trapped-focus.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/single-date-picker.d.ts +2 -2
- package/shared/picker-field/mixins/single-value-picker.d.ts +2 -2
- package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +4 -4
- package/shared/picker-field/picker-field.d.ts +7 -7
- package/side-drawer/definition.cjs +1 -1
- package/side-drawer/definition.js +1 -1
- package/simple-color-picker/definition.cjs +1 -1
- package/simple-color-picker/definition.js +1 -1
- package/split-button/definition.cjs +1 -1
- package/split-button/definition.js +1 -1
- package/split-button/index.cjs +1 -0
- package/split-button/index.js +1 -0
- package/status/definition.cjs +1 -1
- package/status/definition.js +1 -1
- package/switch/definition.cjs +1 -1
- package/switch/definition.js +1 -1
- package/switch/index.cjs +6 -5
- package/switch/index.js +16 -14
- package/tab/definition.cjs +1 -1
- package/tab/definition.js +1 -1
- package/tab-panel/definition.cjs +1 -1
- package/tab-panel/definition.js +1 -1
- package/table/definition.cjs +1 -1
- package/table/definition.js +1 -1
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +1 -1
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag-group/definition.cjs +1 -1
- package/tag-group/definition.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/time-picker/definition.cjs +1 -1
- package/time-picker/definition.js +1 -1
- package/tree-item/definition.cjs +1 -1
- package/tree-item/definition.js +1 -1
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +1 -1
- package/unbundled/definition13.cjs +1 -1
- package/unbundled/definition13.js +1 -1
- package/unbundled/definition2.cjs +9 -3
- package/unbundled/definition2.js +9 -3
- package/unbundled/definition23.cjs +1 -0
- package/unbundled/definition23.js +2 -1
- package/unbundled/definition29.cjs +2 -2
- package/unbundled/definition29.js +2 -2
- package/unbundled/definition30.cjs +65 -484
- package/unbundled/definition30.js +57 -482
- package/unbundled/definition31.cjs +501 -39
- package/unbundled/definition31.js +499 -37
- package/unbundled/definition32.cjs +38 -239
- package/unbundled/definition32.js +35 -236
- package/unbundled/definition33.cjs +236 -74
- package/unbundled/definition33.js +233 -71
- package/unbundled/definition34.cjs +74 -1968
- package/unbundled/definition34.js +70 -1940
- package/unbundled/definition35.cjs +1992 -26
- package/unbundled/definition35.js +1964 -27
- package/unbundled/definition36.cjs +26 -111
- package/unbundled/definition36.js +23 -103
- package/unbundled/definition37.cjs +53 -294
- package/unbundled/definition37.js +50 -291
- package/unbundled/definition38.cjs +282 -132
- package/unbundled/definition38.js +279 -129
- package/unbundled/definition39.cjs +165 -339
- package/unbundled/definition39.js +163 -337
- package/unbundled/definition40.cjs +394 -228
- package/unbundled/definition40.js +391 -225
- package/unbundled/definition41.cjs +263 -46
- package/unbundled/definition41.js +258 -41
- package/unbundled/definition42.cjs +47 -67
- package/unbundled/definition42.js +45 -65
- package/unbundled/definition43.cjs +56 -383
- package/unbundled/definition43.js +55 -382
- package/unbundled/definition44.cjs +386 -44
- package/unbundled/definition44.js +382 -40
- package/unbundled/definition45.cjs +53 -45
- package/unbundled/definition45.js +49 -41
- package/unbundled/definition46.cjs +40 -164
- package/unbundled/definition46.js +36 -160
- package/unbundled/definition47.cjs +171 -31
- package/unbundled/definition47.js +168 -22
- package/unbundled/definition48.cjs +30 -89
- package/unbundled/definition48.js +22 -87
- package/unbundled/definition49.cjs +70 -33
- package/unbundled/definition49.js +67 -30
- package/unbundled/definition50.cjs +54 -23
- package/unbundled/definition50.js +52 -18
- package/unbundled/definition51.cjs +23 -39
- package/unbundled/definition51.js +17 -36
- package/unbundled/definition52.cjs +29 -314
- package/unbundled/definition52.js +27 -312
- package/unbundled/definition53.cjs +301 -195
- package/unbundled/definition53.js +297 -191
- package/unbundled/definition54.cjs +210 -40
- package/unbundled/definition54.js +206 -36
- package/unbundled/definition55.cjs +42 -266
- package/unbundled/definition55.js +38 -262
- package/unbundled/definition56.cjs +266 -50
- package/unbundled/definition56.js +263 -46
- package/unbundled/definition57.cjs +48 -146
- package/unbundled/definition57.js +47 -143
- package/unbundled/definition58.cjs +127 -225
- package/unbundled/definition58.js +122 -223
- package/unbundled/definition59.cjs +199 -418
- package/unbundled/definition59.js +196 -415
- package/unbundled/definition60.cjs +441 -3738
- package/unbundled/definition60.js +431 -3565
- package/unbundled/definition61.cjs +3712 -728
- package/unbundled/definition61.js +3538 -717
- package/unbundled/definition62.cjs +769 -97
- package/unbundled/definition62.js +766 -94
- package/unbundled/definition63.cjs +100 -981
- package/unbundled/definition63.js +98 -976
- package/unbundled/definition64.cjs +988 -93
- package/unbundled/definition64.js +982 -90
- package/unbundled/definition65.cjs +109 -73
- package/unbundled/definition65.js +105 -63
- package/unbundled/definition66.cjs +69 -155
- package/unbundled/definition66.js +60 -152
- package/unbundled/definition67.cjs +154 -118
- package/unbundled/definition67.js +151 -115
- package/unbundled/definition68.cjs +124 -49
- package/unbundled/definition68.js +120 -45
- package/unbundled/definition69.cjs +51 -84
- package/unbundled/definition69.js +50 -80
- package/unbundled/definition70.cjs +91 -19
- package/unbundled/definition70.js +86 -14
- package/unbundled/definition71.cjs +20 -87
- package/unbundled/definition71.js +14 -84
- package/unbundled/definition72.cjs +76 -294
- package/unbundled/definition72.js +71 -217
- package/unbundled/definition73.cjs +288 -311
- package/unbundled/definition73.js +218 -306
- package/unbundled/definition74.cjs +326 -26
- package/unbundled/definition74.js +317 -23
- package/unbundled/definition75.cjs +27 -122
- package/unbundled/definition75.js +22 -118
- package/unbundled/definition76.cjs +103 -232
- package/unbundled/definition76.js +99 -228
- package/unbundled/definition77.cjs +259 -26
- package/unbundled/definition77.js +249 -23
- package/unbundled/definition78.cjs +29 -148
- package/unbundled/definition78.js +27 -133
- package/unbundled/definition79.cjs +117 -173
- package/unbundled/definition79.js +108 -169
- package/unbundled/definition80.cjs +181 -477
- package/unbundled/definition80.js +176 -471
- package/unbundled/definition81.cjs +517 -0
- package/unbundled/definition81.js +497 -0
- package/unbundled/extractOptions.cjs +21 -0
- package/unbundled/extractOptions.js +16 -0
- package/unbundled/listbox.cjs +23 -6
- package/unbundled/listbox.js +23 -6
- package/unbundled/vivid-element.cjs +10 -1
- package/unbundled/vivid-element.js +10 -1
- package/video-player/definition.cjs +1 -1
- package/video-player/definition.js +1 -1
- package/vivid.api.json +194 -0
|
@@ -7,6 +7,7 @@ declare const RangeSlider_base: {
|
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
focus(...args: any[]): void;
|
|
10
11
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
11
12
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
12
13
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -361,7 +362,6 @@ declare const RangeSlider_base: {
|
|
|
361
362
|
nonce?: string;
|
|
362
363
|
tabIndex: number;
|
|
363
364
|
blur(): void;
|
|
364
|
-
focus(options?: FocusOptions): void;
|
|
365
365
|
ariaControls: string | null;
|
|
366
366
|
ariaDescribedBy: string | null;
|
|
367
367
|
ariaDetails: string | null;
|
|
@@ -471,6 +471,7 @@ declare const RangeSlider_base: {
|
|
|
471
471
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
472
472
|
_keypressHandler(e: KeyboardEvent): void;
|
|
473
473
|
stopPropagation(e: Event): void;
|
|
474
|
+
focus(...args: any[]): void;
|
|
474
475
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
475
476
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
476
477
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -824,7 +825,6 @@ declare const RangeSlider_base: {
|
|
|
824
825
|
nonce?: string;
|
|
825
826
|
tabIndex: number;
|
|
826
827
|
blur(): void;
|
|
827
|
-
focus(options?: FocusOptions): void;
|
|
828
828
|
ariaControls: string | null;
|
|
829
829
|
ariaDescribedBy: string | null;
|
|
830
830
|
ariaDetails: string | null;
|
|
@@ -929,6 +929,7 @@ declare const RangeSlider_base: {
|
|
|
929
929
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
930
930
|
_keypressHandler(e: KeyboardEvent): void;
|
|
931
931
|
stopPropagation(e: Event): void;
|
|
932
|
+
focus(...args: any[]): void;
|
|
932
933
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
933
934
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
934
935
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -1282,7 +1283,6 @@ declare const RangeSlider_base: {
|
|
|
1282
1283
|
nonce?: string;
|
|
1283
1284
|
tabIndex: number;
|
|
1284
1285
|
blur(): void;
|
|
1285
|
-
focus(options?: FocusOptions): void;
|
|
1286
1286
|
ariaControls: string | null;
|
|
1287
1287
|
ariaDescribedBy: string | null;
|
|
1288
1288
|
ariaDetails: string | null;
|
|
@@ -12,6 +12,7 @@ declare const RichTextEditor_base: {
|
|
|
12
12
|
"__#private@#startObservingLocaleChanges"(): void;
|
|
13
13
|
"__#private@#stopObservingLocaleChanges"(): void;
|
|
14
14
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
15
|
+
focus(...args: any[]): void;
|
|
15
16
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
16
17
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
17
18
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -365,7 +366,6 @@ declare const RichTextEditor_base: {
|
|
|
365
366
|
nonce?: string;
|
|
366
367
|
tabIndex: number;
|
|
367
368
|
blur(): void;
|
|
368
|
-
focus(options?: FocusOptions): void;
|
|
369
369
|
ariaControls: string | null;
|
|
370
370
|
ariaDescribedBy: string | null;
|
|
371
371
|
ariaDetails: string | null;
|
|
@@ -8,6 +8,7 @@ declare const OptionTag_base: {
|
|
|
8
8
|
new (...args: any[]): {
|
|
9
9
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
10
10
|
connectedCallback(): void;
|
|
11
|
+
focus(...args: any[]): void;
|
|
11
12
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
12
13
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
13
14
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -362,7 +363,6 @@ declare const OptionTag_base: {
|
|
|
362
363
|
nonce?: string;
|
|
363
364
|
tabIndex: number;
|
|
364
365
|
blur(): void;
|
|
365
|
-
focus(options?: FocusOptions): void;
|
|
366
366
|
ariaControls: string | null;
|
|
367
367
|
ariaDescribedBy: string | null;
|
|
368
368
|
ariaDetails: string | null;
|
|
@@ -51,7 +51,8 @@ declare const SearchableSelect_base: {
|
|
|
51
51
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
52
52
|
_keypressHandler(e: KeyboardEvent): void;
|
|
53
53
|
stopPropagation(e: Event): void;
|
|
54
|
-
|
|
54
|
+
focus(...args: any[]): void;
|
|
55
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
55
56
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
56
57
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
57
58
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
@@ -404,7 +405,6 @@ declare const SearchableSelect_base: {
|
|
|
404
405
|
nonce?: string;
|
|
405
406
|
tabIndex: number;
|
|
406
407
|
blur(): void;
|
|
407
|
-
focus(options?: FocusOptions): void;
|
|
408
408
|
ariaControls: string | null;
|
|
409
409
|
ariaDescribedBy: string | null;
|
|
410
410
|
ariaDetails: string | null;
|
|
@@ -467,9 +467,9 @@ declare const SearchableSelect_base: {
|
|
|
467
467
|
fromDeprecated: (v: any) => any;
|
|
468
468
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
469
469
|
}): void;
|
|
470
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
471
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
472
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
470
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
471
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
472
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
473
473
|
};
|
|
474
474
|
} & {
|
|
475
475
|
new (...args: any[]): {
|
|
@@ -477,13 +477,14 @@ declare const SearchableSelect_base: {
|
|
|
477
477
|
_helperTextSlottedContent?: HTMLElement[];
|
|
478
478
|
get _feedbackDescribedBy(): string;
|
|
479
479
|
_internalFeedback(): {
|
|
480
|
-
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
480
|
+
type: import('../../shared/feedback/feedback-message.ts').FeedbackType;
|
|
481
481
|
message: string;
|
|
482
482
|
};
|
|
483
483
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
484
|
-
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
484
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent.ts').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
485
485
|
connectedCallback(): void;
|
|
486
|
-
|
|
486
|
+
focus(...args: any[]): void;
|
|
487
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
487
488
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
488
489
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
489
490
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -837,7 +838,6 @@ declare const SearchableSelect_base: {
|
|
|
837
838
|
nonce?: string;
|
|
838
839
|
tabIndex: number;
|
|
839
840
|
blur(): void;
|
|
840
|
-
focus(options?: FocusOptions): void;
|
|
841
841
|
ariaControls: string | null;
|
|
842
842
|
ariaDescribedBy: string | null;
|
|
843
843
|
ariaDetails: string | null;
|
|
@@ -900,9 +900,9 @@ declare const SearchableSelect_base: {
|
|
|
900
900
|
fromDeprecated: (v: any) => any;
|
|
901
901
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
902
902
|
}): void;
|
|
903
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
904
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
905
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
903
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
904
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
905
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
906
906
|
};
|
|
907
907
|
} & {
|
|
908
908
|
new (...args: any[]): {
|
|
@@ -953,7 +953,8 @@ declare const SearchableSelect_base: {
|
|
|
953
953
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
954
954
|
_keypressHandler(e: KeyboardEvent): void;
|
|
955
955
|
stopPropagation(e: Event): void;
|
|
956
|
-
|
|
956
|
+
focus(...args: any[]): void;
|
|
957
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
957
958
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
958
959
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
959
960
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
@@ -1306,7 +1307,6 @@ declare const SearchableSelect_base: {
|
|
|
1306
1307
|
nonce?: string;
|
|
1307
1308
|
tabIndex: number;
|
|
1308
1309
|
blur(): void;
|
|
1309
|
-
focus(options?: FocusOptions): void;
|
|
1310
1310
|
ariaControls: string | null;
|
|
1311
1311
|
ariaDescribedBy: string | null;
|
|
1312
1312
|
ariaDetails: string | null;
|
|
@@ -1369,15 +1369,16 @@ declare const SearchableSelect_base: {
|
|
|
1369
1369
|
fromDeprecated: (v: any) => any;
|
|
1370
1370
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1371
1371
|
}): void;
|
|
1372
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
1373
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
1374
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
1372
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
1373
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
1374
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
1375
1375
|
};
|
|
1376
1376
|
} & {
|
|
1377
1377
|
new (...args: any[]): {
|
|
1378
1378
|
successText?: string;
|
|
1379
1379
|
connectedCallback(): void;
|
|
1380
|
-
|
|
1380
|
+
focus(...args: any[]): void;
|
|
1381
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
1381
1382
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1382
1383
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1383
1384
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -1731,7 +1732,6 @@ declare const SearchableSelect_base: {
|
|
|
1731
1732
|
nonce?: string;
|
|
1732
1733
|
tabIndex: number;
|
|
1733
1734
|
blur(): void;
|
|
1734
|
-
focus(options?: FocusOptions): void;
|
|
1735
1735
|
ariaControls: string | null;
|
|
1736
1736
|
ariaDescribedBy: string | null;
|
|
1737
1737
|
ariaDetails: string | null;
|
|
@@ -1794,9 +1794,9 @@ declare const SearchableSelect_base: {
|
|
|
1794
1794
|
fromDeprecated: (v: any) => any;
|
|
1795
1795
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1796
1796
|
}): void;
|
|
1797
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
1798
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
1799
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
1797
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
1798
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
1799
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
1800
1800
|
};
|
|
1801
1801
|
} & {
|
|
1802
1802
|
new (...args: any[]): {
|
|
@@ -1841,7 +1841,8 @@ declare const SearchableSelect_base: {
|
|
|
1841
1841
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1842
1842
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1843
1843
|
stopPropagation(e: Event): void;
|
|
1844
|
-
|
|
1844
|
+
focus(...args: any[]): void;
|
|
1845
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
1845
1846
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1846
1847
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1847
1848
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
@@ -2194,7 +2195,6 @@ declare const SearchableSelect_base: {
|
|
|
2194
2195
|
nonce?: string;
|
|
2195
2196
|
tabIndex: number;
|
|
2196
2197
|
blur(): void;
|
|
2197
|
-
focus(options?: FocusOptions): void;
|
|
2198
2198
|
ariaControls: string | null;
|
|
2199
2199
|
ariaDescribedBy: string | null;
|
|
2200
2200
|
ariaDetails: string | null;
|
|
@@ -2257,14 +2257,15 @@ declare const SearchableSelect_base: {
|
|
|
2257
2257
|
fromDeprecated: (v: any) => any;
|
|
2258
2258
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2259
2259
|
}): void;
|
|
2260
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
2261
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
2262
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
2260
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
2261
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
2262
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
2263
2263
|
};
|
|
2264
2264
|
} & {
|
|
2265
2265
|
new (...args: any[]): {
|
|
2266
2266
|
_vividAriaBehaviour: "delegate";
|
|
2267
2267
|
connectedCallback(): void;
|
|
2268
|
+
focus(...args: any[]): void;
|
|
2268
2269
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2269
2270
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2270
2271
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -2618,7 +2619,6 @@ declare const SearchableSelect_base: {
|
|
|
2618
2619
|
nonce?: string;
|
|
2619
2620
|
tabIndex: number;
|
|
2620
2621
|
blur(): void;
|
|
2621
|
-
focus(options?: FocusOptions): void;
|
|
2622
2622
|
ariaControls: string | null;
|
|
2623
2623
|
ariaDescribedBy: string | null;
|
|
2624
2624
|
ariaDetails: string | null;
|
|
@@ -2681,9 +2681,9 @@ declare const SearchableSelect_base: {
|
|
|
2681
2681
|
fromDeprecated: (v: any) => any;
|
|
2682
2682
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2683
2683
|
}): void;
|
|
2684
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
2685
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
2686
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
2684
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
2685
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
2686
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
2687
2687
|
};
|
|
2688
2688
|
} & {
|
|
2689
2689
|
new (...args: any[]): {
|
|
@@ -2691,7 +2691,8 @@ declare const SearchableSelect_base: {
|
|
|
2691
2691
|
icon?: string;
|
|
2692
2692
|
iconSlottedContent?: HTMLElement[];
|
|
2693
2693
|
connectedCallback(): void;
|
|
2694
|
-
|
|
2694
|
+
focus(...args: any[]): void;
|
|
2695
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
2695
2696
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2696
2697
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2697
2698
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -3045,7 +3046,6 @@ declare const SearchableSelect_base: {
|
|
|
3045
3046
|
nonce?: string;
|
|
3046
3047
|
tabIndex: number;
|
|
3047
3048
|
blur(): void;
|
|
3048
|
-
focus(options?: FocusOptions): void;
|
|
3049
3049
|
ariaControls: string | null;
|
|
3050
3050
|
ariaDescribedBy: string | null;
|
|
3051
3051
|
ariaDetails: string | null;
|
|
@@ -3108,15 +3108,16 @@ declare const SearchableSelect_base: {
|
|
|
3108
3108
|
fromDeprecated: (v: any) => any;
|
|
3109
3109
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3110
3110
|
}): void;
|
|
3111
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
3112
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3113
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3111
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
3112
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3113
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3114
3114
|
};
|
|
3115
3115
|
} & {
|
|
3116
3116
|
new (...args: any[]): {
|
|
3117
|
-
get locale(): import('../../shared/localization/Locale').Locale;
|
|
3117
|
+
get locale(): import('../../shared/localization/Locale.ts').Locale;
|
|
3118
3118
|
connectedCallback(): void;
|
|
3119
|
-
|
|
3119
|
+
focus(...args: any[]): void;
|
|
3120
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
3120
3121
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3121
3122
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3122
3123
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -3470,7 +3471,6 @@ declare const SearchableSelect_base: {
|
|
|
3470
3471
|
nonce?: string;
|
|
3471
3472
|
tabIndex: number;
|
|
3472
3473
|
blur(): void;
|
|
3473
|
-
focus(options?: FocusOptions): void;
|
|
3474
3474
|
ariaControls: string | null;
|
|
3475
3475
|
ariaDescribedBy: string | null;
|
|
3476
3476
|
ariaDetails: string | null;
|
|
@@ -3533,9 +3533,9 @@ declare const SearchableSelect_base: {
|
|
|
3533
3533
|
fromDeprecated: (v: any) => any;
|
|
3534
3534
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3535
3535
|
}): void;
|
|
3536
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
3537
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3538
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3536
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
3537
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3538
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3539
3539
|
};
|
|
3540
3540
|
} & {
|
|
3541
3541
|
new (...args: any[]): {
|
|
@@ -3575,7 +3575,8 @@ declare const SearchableSelect_base: {
|
|
|
3575
3575
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
3576
3576
|
_keypressHandler(e: KeyboardEvent): void;
|
|
3577
3577
|
stopPropagation(e: Event): void;
|
|
3578
|
-
|
|
3578
|
+
focus(...args: any[]): void;
|
|
3579
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.ts').VividAriaBehaviour;
|
|
3579
3580
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3580
3581
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3581
3582
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
@@ -3928,7 +3929,6 @@ declare const SearchableSelect_base: {
|
|
|
3928
3929
|
nonce?: string;
|
|
3929
3930
|
tabIndex: number;
|
|
3930
3931
|
blur(): void;
|
|
3931
|
-
focus(options?: FocusOptions): void;
|
|
3932
3932
|
ariaControls: string | null;
|
|
3933
3933
|
ariaDescribedBy: string | null;
|
|
3934
3934
|
ariaDetails: string | null;
|
|
@@ -3991,9 +3991,9 @@ declare const SearchableSelect_base: {
|
|
|
3991
3991
|
fromDeprecated: (v: any) => any;
|
|
3992
3992
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3993
3993
|
}): void;
|
|
3994
|
-
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller').ReactiveController>;
|
|
3995
|
-
_addController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3996
|
-
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
3994
|
+
"__#private@#controllers": Set<import('../../shared/framework/reactive-controller.ts').ReactiveController>;
|
|
3995
|
+
_addController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3996
|
+
_removeController(controller: import('../../shared/framework/reactive-controller.ts').ReactiveController): void;
|
|
3997
3997
|
};
|
|
3998
3998
|
get formAssociated(): boolean;
|
|
3999
3999
|
} & typeof VividElement;
|
package/lib/select/select.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ declare const Select_base: {
|
|
|
20
20
|
};
|
|
21
21
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
22
22
|
connectedCallback(): void;
|
|
23
|
+
focus(...args: any[]): void;
|
|
23
24
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
24
25
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
25
26
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -374,7 +375,6 @@ declare const Select_base: {
|
|
|
374
375
|
nonce?: string;
|
|
375
376
|
tabIndex: number;
|
|
376
377
|
blur(): void;
|
|
377
|
-
focus(options?: FocusOptions): void;
|
|
378
378
|
ariaControls: string | null;
|
|
379
379
|
ariaDescribedBy: string | null;
|
|
380
380
|
ariaDetails: string | null;
|
|
@@ -487,6 +487,7 @@ declare const Select_base: {
|
|
|
487
487
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
488
488
|
_keypressHandler(e: KeyboardEvent): void;
|
|
489
489
|
stopPropagation(e: Event): void;
|
|
490
|
+
focus(...args: any[]): void;
|
|
490
491
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
491
492
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
492
493
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -840,7 +841,6 @@ declare const Select_base: {
|
|
|
840
841
|
nonce?: string;
|
|
841
842
|
tabIndex: number;
|
|
842
843
|
blur(): void;
|
|
843
|
-
focus(options?: FocusOptions): void;
|
|
844
844
|
ariaControls: string | null;
|
|
845
845
|
ariaDescribedBy: string | null;
|
|
846
846
|
ariaDetails: string | null;
|
|
@@ -956,6 +956,7 @@ declare const Select_base: {
|
|
|
956
956
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
957
957
|
_keypressHandler(e: KeyboardEvent): void;
|
|
958
958
|
stopPropagation(e: Event): void;
|
|
959
|
+
focus(...args: any[]): void;
|
|
959
960
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
960
961
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
961
962
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -1309,7 +1310,6 @@ declare const Select_base: {
|
|
|
1309
1310
|
nonce?: string;
|
|
1310
1311
|
tabIndex: number;
|
|
1311
1312
|
blur(): void;
|
|
1312
|
-
focus(options?: FocusOptions): void;
|
|
1313
1313
|
ariaControls: string | null;
|
|
1314
1314
|
ariaDescribedBy: string | null;
|
|
1315
1315
|
ariaDetails: string | null;
|
|
@@ -1380,6 +1380,7 @@ declare const Select_base: {
|
|
|
1380
1380
|
new (...args: any[]): {
|
|
1381
1381
|
successText?: string;
|
|
1382
1382
|
connectedCallback(): void;
|
|
1383
|
+
focus(...args: any[]): void;
|
|
1383
1384
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1384
1385
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1385
1386
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -1734,7 +1735,6 @@ declare const Select_base: {
|
|
|
1734
1735
|
nonce?: string;
|
|
1735
1736
|
tabIndex: number;
|
|
1736
1737
|
blur(): void;
|
|
1737
|
-
focus(options?: FocusOptions): void;
|
|
1738
1738
|
ariaControls: string | null;
|
|
1739
1739
|
ariaDescribedBy: string | null;
|
|
1740
1740
|
ariaDetails: string | null;
|
|
@@ -1805,6 +1805,7 @@ declare const Select_base: {
|
|
|
1805
1805
|
new (...args: any[]): {
|
|
1806
1806
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
1807
1807
|
connectedCallback(): void;
|
|
1808
|
+
focus(...args: any[]): void;
|
|
1808
1809
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1809
1810
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1810
1811
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -2159,7 +2160,6 @@ declare const Select_base: {
|
|
|
2159
2160
|
nonce?: string;
|
|
2160
2161
|
tabIndex: number;
|
|
2161
2162
|
blur(): void;
|
|
2162
|
-
focus(options?: FocusOptions): void;
|
|
2163
2163
|
ariaControls: string | null;
|
|
2164
2164
|
ariaDescribedBy: string | null;
|
|
2165
2165
|
ariaDetails: string | null;
|
|
@@ -2269,6 +2269,7 @@ declare const Select_base: {
|
|
|
2269
2269
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2270
2270
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2271
2271
|
stopPropagation(e: Event): void;
|
|
2272
|
+
focus(...args: any[]): void;
|
|
2272
2273
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2273
2274
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2274
2275
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -2622,7 +2623,6 @@ declare const Select_base: {
|
|
|
2622
2623
|
nonce?: string;
|
|
2623
2624
|
tabIndex: number;
|
|
2624
2625
|
blur(): void;
|
|
2625
|
-
focus(options?: FocusOptions): void;
|
|
2626
2626
|
ariaControls: string | null;
|
|
2627
2627
|
ariaDescribedBy: string | null;
|
|
2628
2628
|
ariaDetails: string | null;
|
|
@@ -2693,6 +2693,7 @@ declare const Select_base: {
|
|
|
2693
2693
|
new (...args: any[]): {
|
|
2694
2694
|
_vividAriaBehaviour: "host";
|
|
2695
2695
|
connectedCallback(): void;
|
|
2696
|
+
focus(...args: any[]): void;
|
|
2696
2697
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2697
2698
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2698
2699
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -3046,7 +3047,6 @@ declare const Select_base: {
|
|
|
3046
3047
|
nonce?: string;
|
|
3047
3048
|
tabIndex: number;
|
|
3048
3049
|
blur(): void;
|
|
3049
|
-
focus(options?: FocusOptions): void;
|
|
3050
3050
|
ariaControls: string | null;
|
|
3051
3051
|
ariaDescribedBy: string | null;
|
|
3052
3052
|
ariaDetails: string | null;
|
|
@@ -3119,6 +3119,7 @@ declare const Select_base: {
|
|
|
3119
3119
|
icon?: string;
|
|
3120
3120
|
iconSlottedContent?: HTMLElement[];
|
|
3121
3121
|
connectedCallback(): void;
|
|
3122
|
+
focus(...args: any[]): void;
|
|
3122
3123
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3123
3124
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3124
3125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -3473,7 +3474,6 @@ declare const Select_base: {
|
|
|
3473
3474
|
nonce?: string;
|
|
3474
3475
|
tabIndex: number;
|
|
3475
3476
|
blur(): void;
|
|
3476
|
-
focus(options?: FocusOptions): void;
|
|
3477
3477
|
ariaControls: string | null;
|
|
3478
3478
|
ariaDescribedBy: string | null;
|
|
3479
3479
|
ariaDetails: string | null;
|
|
@@ -3578,6 +3578,7 @@ declare const Select_base: {
|
|
|
3578
3578
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
3579
3579
|
_keypressHandler(e: KeyboardEvent): void;
|
|
3580
3580
|
stopPropagation(e: Event): void;
|
|
3581
|
+
focus(...args: any[]): void;
|
|
3581
3582
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3582
3583
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3583
3584
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -3931,7 +3932,6 @@ declare const Select_base: {
|
|
|
3931
3932
|
nonce?: string;
|
|
3932
3933
|
tabIndex: number;
|
|
3933
3934
|
blur(): void;
|
|
3934
|
-
focus(options?: FocusOptions): void;
|
|
3935
3935
|
ariaControls: string | null;
|
|
3936
3936
|
ariaDescribedBy: string | null;
|
|
3937
3937
|
ariaDetails: string | null;
|
|
@@ -7,6 +7,7 @@ declare const SelectableBox_base: {
|
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
_vividAriaBehaviour: "delegate";
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
focus(...args: any[]): void;
|
|
10
11
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
11
12
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
12
13
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -360,7 +361,6 @@ declare const SelectableBox_base: {
|
|
|
360
361
|
nonce?: string;
|
|
361
362
|
tabIndex: number;
|
|
362
363
|
blur(): void;
|
|
363
|
-
focus(options?: FocusOptions): void;
|
|
364
364
|
ariaControls: string | null;
|
|
365
365
|
ariaDescribedBy: string | null;
|
|
366
366
|
ariaDetails: string | null;
|
|
@@ -13,6 +13,7 @@ declare const SimpleColorPicker_base: {
|
|
|
13
13
|
"__#private@#cleanupObserverIfNeeded": () => void;
|
|
14
14
|
connectedCallback(): void;
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
|
+
focus(...args: any[]): void;
|
|
16
17
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
17
18
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
18
19
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -366,7 +367,6 @@ declare const SimpleColorPicker_base: {
|
|
|
366
367
|
nonce?: string;
|
|
367
368
|
tabIndex: number;
|
|
368
369
|
blur(): void;
|
|
369
|
-
focus(options?: FocusOptions): void;
|
|
370
370
|
ariaControls: string | null;
|
|
371
371
|
ariaDescribedBy: string | null;
|
|
372
372
|
ariaDetails: string | null;
|
|
@@ -453,6 +453,7 @@ declare const SimpleColorPicker_base: {
|
|
|
453
453
|
_focusSwatchByIndex(index: number): void;
|
|
454
454
|
_renderColorSwatch(iconTag: import('@microsoft/fast-element').InlineTemplateDirective, tooltipTag: import('@microsoft/fast-element').InlineTemplateDirective): import('@microsoft/fast-element').ViewTemplate<import('../../shared/color-picker/types').ColorSwatch, any>;
|
|
455
455
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
456
|
+
focus(...args: any[]): void;
|
|
456
457
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
457
458
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
458
459
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -807,7 +808,6 @@ declare const SimpleColorPicker_base: {
|
|
|
807
808
|
nonce?: string;
|
|
808
809
|
tabIndex: number;
|
|
809
810
|
blur(): void;
|
|
810
|
-
focus(options?: FocusOptions): void;
|
|
811
811
|
ariaControls: string | null;
|
|
812
812
|
ariaDescribedBy: string | null;
|
|
813
813
|
ariaDetails: string | null;
|
package/lib/slider/slider.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const Slider_base: {
|
|
|
10
10
|
new (...args: any[]): {
|
|
11
11
|
get locale(): import('../../shared/localization/Locale').Locale;
|
|
12
12
|
connectedCallback(): void;
|
|
13
|
+
focus(...args: any[]): void;
|
|
13
14
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -364,7 +365,6 @@ declare const Slider_base: {
|
|
|
364
365
|
nonce?: string;
|
|
365
366
|
tabIndex: number;
|
|
366
367
|
blur(): void;
|
|
367
|
-
focus(options?: FocusOptions): void;
|
|
368
368
|
ariaControls: string | null;
|
|
369
369
|
ariaDescribedBy: string | null;
|
|
370
370
|
ariaDetails: string | null;
|
|
@@ -435,6 +435,7 @@ declare const Slider_base: {
|
|
|
435
435
|
new (...args: any[]): {
|
|
436
436
|
_vividAriaBehaviour: "delegate";
|
|
437
437
|
connectedCallback(): void;
|
|
438
|
+
focus(...args: any[]): void;
|
|
438
439
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
439
440
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
440
441
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -788,7 +789,6 @@ declare const Slider_base: {
|
|
|
788
789
|
nonce?: string;
|
|
789
790
|
tabIndex: number;
|
|
790
791
|
blur(): void;
|
|
791
|
-
focus(options?: FocusOptions): void;
|
|
792
792
|
ariaControls: string | null;
|
|
793
793
|
ariaDescribedBy: string | null;
|
|
794
794
|
ariaDetails: string | null;
|
|
@@ -893,6 +893,7 @@ declare const Slider_base: {
|
|
|
893
893
|
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
894
894
|
_keypressHandler(e: KeyboardEvent): void;
|
|
895
895
|
stopPropagation(e: Event): void;
|
|
896
|
+
focus(...args: any[]): void;
|
|
896
897
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
897
898
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
898
899
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -1246,7 +1247,6 @@ declare const Slider_base: {
|
|
|
1246
1247
|
nonce?: string;
|
|
1247
1248
|
tabIndex: number;
|
|
1248
1249
|
blur(): void;
|
|
1249
|
-
focus(options?: FocusOptions): void;
|
|
1250
1250
|
ariaControls: string | null;
|
|
1251
1251
|
ariaDescribedBy: string | null;
|
|
1252
1252
|
ariaDetails: string | null;
|
|
@@ -10,6 +10,7 @@ declare const SplitButton_base: {
|
|
|
10
10
|
icon?: string;
|
|
11
11
|
iconSlottedContent?: HTMLElement[];
|
|
12
12
|
connectedCallback(): void;
|
|
13
|
+
focus(...args: any[]): void;
|
|
13
14
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -364,7 +365,6 @@ declare const SplitButton_base: {
|
|
|
364
365
|
nonce?: string;
|
|
365
366
|
tabIndex: number;
|
|
366
367
|
blur(): void;
|
|
367
|
-
focus(options?: FocusOptions): void;
|
|
368
368
|
ariaControls: string | null;
|
|
369
369
|
ariaDescribedBy: string | null;
|
|
370
370
|
ariaDetails: string | null;
|
|
@@ -435,6 +435,7 @@ declare const SplitButton_base: {
|
|
|
435
435
|
new (...args: any[]): {
|
|
436
436
|
get locale(): import('../../shared/localization/Locale.js').Locale;
|
|
437
437
|
connectedCallback(): void;
|
|
438
|
+
focus(...args: any[]): void;
|
|
438
439
|
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
439
440
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
440
441
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
@@ -789,7 +790,6 @@ declare const SplitButton_base: {
|
|
|
789
790
|
nonce?: string;
|
|
790
791
|
tabIndex: number;
|
|
791
792
|
blur(): void;
|
|
792
|
-
focus(options?: FocusOptions): void;
|
|
793
793
|
ariaControls: string | null;
|
|
794
794
|
ariaDescribedBy: string | null;
|
|
795
795
|
ariaDetails: string | null;
|
|
@@ -860,6 +860,7 @@ declare const SplitButton_base: {
|
|
|
860
860
|
new (...args: any[]): {
|
|
861
861
|
_vividAriaBehaviour: "delegate";
|
|
862
862
|
connectedCallback(): void;
|
|
863
|
+
focus(...args: any[]): void;
|
|
863
864
|
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
864
865
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
865
866
|
disconnectedCallback: (() => void) & (() => void);
|
|
@@ -1213,7 +1214,6 @@ declare const SplitButton_base: {
|
|
|
1213
1214
|
nonce?: string;
|
|
1214
1215
|
tabIndex: number;
|
|
1215
1216
|
blur(): void;
|
|
1216
|
-
focus(options?: FocusOptions): void;
|
|
1217
1217
|
ariaControls: string | null;
|
|
1218
1218
|
ariaDescribedBy: string | null;
|
|
1219
1219
|
ariaDetails: string | null;
|