@vonage/vivid 5.2.0 → 5.4.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 +3 -2
- package/alert/definition.cjs +1 -1
- package/alert/definition.js +2 -2
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/definition.cjs +4 -2
- package/audio-player/definition.js +4 -2
- package/audio-player/index.cjs +5 -3
- package/audio-player/index.js +5 -3
- package/badge/definition.js +1 -1
- package/badge/index.cjs +2 -2
- package/badge/index.js +4 -4
- package/banner/definition.js +1 -1
- 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 +7 -7
- package/bundled/calendar-picker.template.js +118 -118
- 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 +217 -36
- 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 +23 -24
- package/bundled/definition19.js +151 -163
- 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 +3 -3
- package/bundled/definition6.js +28 -28
- 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 +5 -5
- package/bundled/definition9.js +394 -392
- 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/listbox.cjs +1 -1
- package/bundled/listbox.js +82 -102
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +51 -36
- 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 +1 -1
- package/bundled/picker-field.template.js +4 -4
- 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/time-selection-picker.template.cjs +1 -1
- package/bundled/time-selection-picker.template.js +5 -5
- package/bundled/vivid-element.cjs +5 -1
- package/bundled/vivid-element.js +2159 -1162
- package/bundled/when.cjs +1 -1
- package/bundled/when.js +8 -7
- package/calendar/definition.cjs +1 -1
- package/calendar/definition.js +2 -2
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +15 -15
- package/calendar-event/index.cjs +1 -1
- package/calendar-event/index.js +1 -1
- package/card/definition.cjs +11 -3
- package/card/definition.js +11 -3
- 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 +8 -28
- package/combobox/definition.js +10 -30
- package/combobox/index.cjs +7 -7
- package/combobox/index.js +60 -74
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +1670 -163
- 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/definition.cjs +1 -1
- package/date-picker/definition.js +1 -1
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dial-pad/definition.cjs +4 -0
- package/dial-pad/definition.js +4 -0
- package/dial-pad/index.cjs +3 -3
- package/dial-pad/index.js +42 -39
- package/dialog/definition.cjs +6 -3
- package/dialog/definition.js +6 -3
- package/dialog/index.cjs +22 -19
- package/dialog/index.js +48 -45
- package/elevation/definition.cjs +1 -1
- package/elevation/definition.js +1 -1
- 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/definition.js +1 -1
- package/fab/index.cjs +2 -2
- package/fab/index.js +4 -4
- package/file-picker/definition.cjs +2 -2
- package/file-picker/definition.js +3 -3
- package/file-picker/index.cjs +1 -1
- package/file-picker/index.js +4 -4
- package/header/definition.cjs +1 -1
- package/header/definition.js +1 -1
- package/icon/definition.cjs +10 -6
- package/icon/definition.js +10 -6
- package/index.cjs +7 -4
- package/index.js +3 -3
- package/lib/accordion/accordion.d.ts +1 -1
- package/lib/accordion/definition.d.ts +1 -1
- 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 +3 -3
- 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 +15 -14
- package/lib/combobox/combobox.options.d.ts +1 -1
- 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 +54 -54
- package/lib/date-range-picker/date-range-picker.d.ts +28 -28
- package/lib/date-time-picker/date-time-picker.d.ts +56 -56
- package/lib/dial-pad/dial-pad.d.ts +3 -2
- package/lib/dialog/dialog.d.ts +4 -4
- package/lib/divider/divider.d.ts +3 -3
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +14 -14
- package/lib/header/header.d.ts +2 -2
- package/lib/menu/menu.d.ts +4 -4
- package/lib/menu-item/menu-item-role.d.ts +1 -1
- 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 +18 -18
- package/lib/option/option.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/popup/popup.d.ts +1 -1
- 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/locale.d.ts +4 -0
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +21 -18
- package/lib/select/select.d.ts +19 -17
- 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 +7 -7
- 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/tabs/tabs.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 -17
- package/lib/text-field/text-field.d.ts +19 -19
- package/lib/time-picker/time-picker.d.ts +28 -28
- 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 +17 -2
- package/locales/de-DE.js +17 -2
- package/locales/en-GB.cjs +17 -2
- package/locales/en-GB.js +17 -2
- package/locales/en-US.cjs +17 -2
- package/locales/en-US.js +17 -2
- package/locales/ja-JP.cjs +17 -2
- package/locales/ja-JP.js +17 -2
- package/locales/zh-CN.cjs +17 -2
- package/locales/zh-CN.js +17 -2
- package/menu/definition.cjs +6 -6
- package/menu/definition.js +7 -7
- package/nav-disclosure/definition.js +1 -1
- package/nav-item/definition.js +1 -1
- package/note/definition.js +1 -1
- package/note/index.cjs +2 -2
- package/note/index.js +4 -4
- package/number-field/definition.cjs +1 -1
- package/number-field/definition.js +3 -3
- package/number-field/index.cjs +5 -5
- package/number-field/index.js +21 -21
- package/option/definition.cjs +6 -77
- package/option/definition.js +3 -78
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +34 -8
- 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/popup/definition.cjs +2 -2
- package/popup/definition.js +2 -2
- 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/definition.cjs +1 -1
- package/range-slider/definition.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/definition.cjs +3 -4
- package/rich-text-editor/definition.js +3 -4
- package/rich-text-editor/index.cjs +27 -27
- package/rich-text-editor/index.js +1208 -1198
- package/searchable-select/definition.cjs +106 -14
- package/searchable-select/definition.js +107 -15
- package/searchable-select/index.cjs +81 -69
- package/searchable-select/index.js +362 -276
- package/select/definition.cjs +25 -42
- package/select/definition.js +26 -43
- 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 +3 -3
- 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/listbox/listbox.d.ts +4 -0
- 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/with-contextual-help.d.ts +6 -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 +14 -14
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +14 -14
- 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 +28 -28
- package/shared/picker-field/mixins/single-date-picker.d.ts +40 -40
- package/shared/picker-field/mixins/single-value-picker.d.ts +12 -12
- package/shared/picker-field/mixins/time-selection-picker.d.ts +29 -29
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +28 -28
- package/shared/picker-field/picker-field.d.ts +14 -14
- 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 +29 -216
- package/simple-color-picker/definition.js +30 -217
- package/simple-color-picker/index.cjs +9 -21
- package/simple-color-picker/index.js +71 -185
- package/slider/definition.cjs +1 -1
- package/slider/definition.js +1 -1
- package/split-button/definition.js +1 -1
- 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/tab/definition.js +1 -1
- 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/definition.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/index.cjs +3 -3
- package/text-area/index.js +8 -8
- package/text-field/definition.cjs +2 -2
- package/text-field/definition.js +4 -4
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/definition.cjs +1 -1
- package/time-picker/definition.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +2 -2
- package/toggletip/definition.cjs +2 -2
- package/toggletip/definition.js +3 -3
- package/tooltip/definition.cjs +1 -1
- package/tooltip/definition.js +1 -1
- package/tree-item/definition.cjs +1 -1
- package/tree-item/definition.js +1 -1
- package/tree-view/definition.cjs +2 -2
- package/tree-view/definition.js +3 -3
- 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 +2 -2
- 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 +4 -4
- package/unbundled/calendar-picker.template.js +5 -5
- package/unbundled/definition.js +1 -1
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +3 -3
- package/unbundled/definition3.cjs +222 -140
- package/unbundled/definition3.js +220 -138
- package/unbundled/definition4.cjs +145 -235
- package/unbundled/definition4.js +143 -233
- package/unbundled/definition5.cjs +269 -27
- package/unbundled/definition5.js +267 -26
- package/unbundled/definition6.cjs +56 -0
- package/unbundled/definition6.js +52 -0
- 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/listbox.cjs +41 -63
- package/unbundled/listbox.js +39 -61
- package/unbundled/mixins.cjs +34 -27
- package/unbundled/mixins.js +35 -28
- package/unbundled/picker-field.template.cjs +3 -3
- package/unbundled/picker-field.template.js +4 -4
- package/unbundled/slider.template.cjs +1 -1
- package/unbundled/slider.template.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/video-player/definition.cjs +69047 -1
- package/video-player/definition.js +69047 -1
- package/video-player/index.cjs +36 -36
- package/video-player/index.js +1895 -1905
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +719 -224
- package/bundled/option.cjs +0 -1
- package/bundled/option.js +0 -158
- package/unbundled/option.cjs +0 -217
- package/unbundled/option.js +0 -214
package/vivid.api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.53.1",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"kind": "Content",
|
|
209
|
-
"text": "typeof "
|
|
209
|
+
"text": "(typeof "
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
"kind": "Reference",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"kind": "Content",
|
|
218
|
-
"text": "[keyof typeof "
|
|
218
|
+
"text": ")[keyof typeof "
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"kind": "Reference",
|
|
@@ -1974,6 +1974,34 @@
|
|
|
1974
1974
|
"endIndex": 11
|
|
1975
1975
|
}
|
|
1976
1976
|
},
|
|
1977
|
+
{
|
|
1978
|
+
"kind": "Variable",
|
|
1979
|
+
"canonicalReference": "@vonage/vivid!colorPickerDefinition:var",
|
|
1980
|
+
"docComment": "",
|
|
1981
|
+
"excerptTokens": [
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "Content",
|
|
1984
|
+
"text": "colorPickerDefinition: "
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "Content",
|
|
1988
|
+
"text": "import(\"../../shared/design-system/defineVividComponent\")."
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "Reference",
|
|
1992
|
+
"text": "VividComponentDefinition",
|
|
1993
|
+
"canonicalReference": "@vonage/vivid!~VividComponentDefinition:type"
|
|
1994
|
+
}
|
|
1995
|
+
],
|
|
1996
|
+
"fileUrlPath": "dist/lib/color-picker/definition.d.ts",
|
|
1997
|
+
"isReadonly": true,
|
|
1998
|
+
"releaseTag": "Public",
|
|
1999
|
+
"name": "colorPickerDefinition",
|
|
2000
|
+
"variableTypeTokenRange": {
|
|
2001
|
+
"startIndex": 1,
|
|
2002
|
+
"endIndex": 3
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
1977
2005
|
{
|
|
1978
2006
|
"kind": "TypeAlias",
|
|
1979
2007
|
"canonicalReference": "@vonage/vivid!ColumnBasis:type",
|
|
@@ -3159,7 +3187,7 @@
|
|
|
3159
3187
|
},
|
|
3160
3188
|
{
|
|
3161
3189
|
"kind": "Content",
|
|
3162
|
-
"text": "typeof "
|
|
3190
|
+
"text": "(typeof "
|
|
3163
3191
|
},
|
|
3164
3192
|
{
|
|
3165
3193
|
"kind": "Reference",
|
|
@@ -3168,7 +3196,7 @@
|
|
|
3168
3196
|
},
|
|
3169
3197
|
{
|
|
3170
3198
|
"kind": "Content",
|
|
3171
|
-
"text": "[keyof typeof "
|
|
3199
|
+
"text": ")[keyof typeof "
|
|
3172
3200
|
},
|
|
3173
3201
|
{
|
|
3174
3202
|
"kind": "Reference",
|
|
@@ -4444,6 +4472,47 @@
|
|
|
4444
4472
|
],
|
|
4445
4473
|
"name": "registerCheckbox"
|
|
4446
4474
|
},
|
|
4475
|
+
{
|
|
4476
|
+
"kind": "Function",
|
|
4477
|
+
"canonicalReference": "@vonage/vivid!registerColorPicker:function(1)",
|
|
4478
|
+
"docComment": "",
|
|
4479
|
+
"excerptTokens": [
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "Content",
|
|
4482
|
+
"text": "registerColorPicker: (prefix?: "
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"kind": "Content",
|
|
4486
|
+
"text": "string"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "Content",
|
|
4490
|
+
"text": ") => "
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"kind": "Content",
|
|
4494
|
+
"text": "void"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"fileUrlPath": "dist/lib/color-picker/definition.d.ts",
|
|
4498
|
+
"returnTypeTokenRange": {
|
|
4499
|
+
"startIndex": 3,
|
|
4500
|
+
"endIndex": 4
|
|
4501
|
+
},
|
|
4502
|
+
"releaseTag": "Public",
|
|
4503
|
+
"overloadIndex": 1,
|
|
4504
|
+
"parameters": [
|
|
4505
|
+
{
|
|
4506
|
+
"parameterName": "prefix",
|
|
4507
|
+
"parameterTypeTokenRange": {
|
|
4508
|
+
"startIndex": 1,
|
|
4509
|
+
"endIndex": 2
|
|
4510
|
+
},
|
|
4511
|
+
"isOptional": true
|
|
4512
|
+
}
|
|
4513
|
+
],
|
|
4514
|
+
"name": "registerColorPicker"
|
|
4515
|
+
},
|
|
4447
4516
|
{
|
|
4448
4517
|
"kind": "Function",
|
|
4449
4518
|
"canonicalReference": "@vonage/vivid!registerCombobox:function(1)",
|
|
@@ -7874,7 +7943,7 @@
|
|
|
7874
7943
|
},
|
|
7875
7944
|
{
|
|
7876
7945
|
"kind": "Content",
|
|
7877
|
-
"text": "typeof "
|
|
7946
|
+
"text": "(typeof "
|
|
7878
7947
|
},
|
|
7879
7948
|
{
|
|
7880
7949
|
"kind": "Reference",
|
|
@@ -7883,7 +7952,7 @@
|
|
|
7883
7952
|
},
|
|
7884
7953
|
{
|
|
7885
7954
|
"kind": "Content",
|
|
7886
|
-
"text": "[keyof typeof "
|
|
7955
|
+
"text": ")[keyof typeof "
|
|
7887
7956
|
},
|
|
7888
7957
|
{
|
|
7889
7958
|
"kind": "Reference",
|
|
@@ -11490,8 +11559,8 @@
|
|
|
11490
11559
|
},
|
|
11491
11560
|
{
|
|
11492
11561
|
"kind": "Reference",
|
|
11493
|
-
"text": "
|
|
11494
|
-
"canonicalReference": "!
|
|
11562
|
+
"text": "MouseEvent",
|
|
11563
|
+
"canonicalReference": "!MouseEvent:interface"
|
|
11495
11564
|
},
|
|
11496
11565
|
{
|
|
11497
11566
|
"kind": "Content",
|
|
@@ -11499,8 +11568,8 @@
|
|
|
11499
11568
|
},
|
|
11500
11569
|
{
|
|
11501
11570
|
"kind": "Reference",
|
|
11502
|
-
"text": "
|
|
11503
|
-
"canonicalReference": "!
|
|
11571
|
+
"text": "KeyboardEvent",
|
|
11572
|
+
"canonicalReference": "!KeyboardEvent:interface"
|
|
11504
11573
|
},
|
|
11505
11574
|
{
|
|
11506
11575
|
"kind": "Content",
|
|
@@ -12436,73 +12505,72 @@
|
|
|
12436
12505
|
},
|
|
12437
12506
|
{
|
|
12438
12507
|
"kind": "Class",
|
|
12439
|
-
"canonicalReference": "@vonage/vivid!
|
|
12508
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement:class",
|
|
12440
12509
|
"docComment": "",
|
|
12441
12510
|
"excerptTokens": [
|
|
12442
12511
|
{
|
|
12443
12512
|
"kind": "Content",
|
|
12444
|
-
"text": "export declare class
|
|
12513
|
+
"text": "export declare class ColorPicker extends "
|
|
12445
12514
|
},
|
|
12446
12515
|
{
|
|
12447
12516
|
"kind": "Reference",
|
|
12448
|
-
"text": "
|
|
12449
|
-
"canonicalReference": "@vonage/vivid!~
|
|
12517
|
+
"text": "ColorPicker_base",
|
|
12518
|
+
"canonicalReference": "@vonage/vivid!~ColorPicker_base"
|
|
12450
12519
|
},
|
|
12451
12520
|
{
|
|
12452
12521
|
"kind": "Content",
|
|
12453
12522
|
"text": " "
|
|
12454
12523
|
}
|
|
12455
12524
|
],
|
|
12456
|
-
"fileUrlPath": "dist/lib/
|
|
12525
|
+
"fileUrlPath": "dist/lib/color-picker/color-picker.d.ts",
|
|
12457
12526
|
"releaseTag": "Public",
|
|
12458
12527
|
"isAbstract": false,
|
|
12459
|
-
"name": "
|
|
12528
|
+
"name": "VwcColorPickerElement",
|
|
12460
12529
|
"preserveMemberOrder": false,
|
|
12461
12530
|
"members": [
|
|
12462
12531
|
{
|
|
12463
|
-
"kind": "
|
|
12464
|
-
"canonicalReference": "@vonage/vivid!
|
|
12532
|
+
"kind": "Method",
|
|
12533
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#connectedCallback:member(1)",
|
|
12465
12534
|
"docComment": "",
|
|
12466
12535
|
"excerptTokens": [
|
|
12467
12536
|
{
|
|
12468
12537
|
"kind": "Content",
|
|
12469
|
-
"text": "
|
|
12538
|
+
"text": "connectedCallback(): "
|
|
12470
12539
|
},
|
|
12471
12540
|
{
|
|
12472
|
-
"kind": "
|
|
12473
|
-
"text": "
|
|
12474
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
12541
|
+
"kind": "Content",
|
|
12542
|
+
"text": "void"
|
|
12475
12543
|
},
|
|
12476
12544
|
{
|
|
12477
12545
|
"kind": "Content",
|
|
12478
12546
|
"text": ";"
|
|
12479
12547
|
}
|
|
12480
12548
|
],
|
|
12481
|
-
"
|
|
12482
|
-
"
|
|
12483
|
-
"releaseTag": "Public",
|
|
12484
|
-
"name": "_anchor",
|
|
12485
|
-
"propertyTypeTokenRange": {
|
|
12549
|
+
"isStatic": false,
|
|
12550
|
+
"returnTypeTokenRange": {
|
|
12486
12551
|
"startIndex": 1,
|
|
12487
12552
|
"endIndex": 2
|
|
12488
12553
|
},
|
|
12489
|
-
"
|
|
12554
|
+
"releaseTag": "Public",
|
|
12490
12555
|
"isProtected": false,
|
|
12491
|
-
"
|
|
12556
|
+
"overloadIndex": 1,
|
|
12557
|
+
"parameters": [],
|
|
12558
|
+
"isOptional": false,
|
|
12559
|
+
"isAbstract": false,
|
|
12560
|
+
"name": "connectedCallback"
|
|
12492
12561
|
},
|
|
12493
12562
|
{
|
|
12494
12563
|
"kind": "Property",
|
|
12495
|
-
"canonicalReference": "@vonage/vivid!
|
|
12564
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#disableSavedColors:member",
|
|
12496
12565
|
"docComment": "",
|
|
12497
12566
|
"excerptTokens": [
|
|
12498
12567
|
{
|
|
12499
12568
|
"kind": "Content",
|
|
12500
|
-
"text": "
|
|
12569
|
+
"text": "disableSavedColors: "
|
|
12501
12570
|
},
|
|
12502
12571
|
{
|
|
12503
|
-
"kind": "
|
|
12504
|
-
"text": "
|
|
12505
|
-
"canonicalReference": "@vonage/vivid!~Popup:class"
|
|
12572
|
+
"kind": "Content",
|
|
12573
|
+
"text": "boolean"
|
|
12506
12574
|
},
|
|
12507
12575
|
{
|
|
12508
12576
|
"kind": "Content",
|
|
@@ -12512,7 +12580,7 @@
|
|
|
12512
12580
|
"isReadonly": false,
|
|
12513
12581
|
"isOptional": false,
|
|
12514
12582
|
"releaseTag": "Public",
|
|
12515
|
-
"name": "
|
|
12583
|
+
"name": "disableSavedColors",
|
|
12516
12584
|
"propertyTypeTokenRange": {
|
|
12517
12585
|
"startIndex": 1,
|
|
12518
12586
|
"endIndex": 2
|
|
@@ -12522,53 +12590,48 @@
|
|
|
12522
12590
|
"isAbstract": false
|
|
12523
12591
|
},
|
|
12524
12592
|
{
|
|
12525
|
-
"kind": "
|
|
12526
|
-
"canonicalReference": "@vonage/vivid!
|
|
12593
|
+
"kind": "Method",
|
|
12594
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#disconnectedCallback:member(1)",
|
|
12527
12595
|
"docComment": "",
|
|
12528
12596
|
"excerptTokens": [
|
|
12529
12597
|
{
|
|
12530
12598
|
"kind": "Content",
|
|
12531
|
-
"text": "
|
|
12599
|
+
"text": "disconnectedCallback(): "
|
|
12532
12600
|
},
|
|
12533
12601
|
{
|
|
12534
|
-
"kind": "
|
|
12535
|
-
"text": "
|
|
12536
|
-
"canonicalReference": "@vonage/vivid!ComboboxAppearance:type"
|
|
12602
|
+
"kind": "Content",
|
|
12603
|
+
"text": "void"
|
|
12537
12604
|
},
|
|
12538
12605
|
{
|
|
12539
12606
|
"kind": "Content",
|
|
12540
12607
|
"text": ";"
|
|
12541
12608
|
}
|
|
12542
12609
|
],
|
|
12543
|
-
"
|
|
12544
|
-
"
|
|
12545
|
-
"releaseTag": "Public",
|
|
12546
|
-
"name": "appearance",
|
|
12547
|
-
"propertyTypeTokenRange": {
|
|
12610
|
+
"isStatic": false,
|
|
12611
|
+
"returnTypeTokenRange": {
|
|
12548
12612
|
"startIndex": 1,
|
|
12549
12613
|
"endIndex": 2
|
|
12550
12614
|
},
|
|
12551
|
-
"
|
|
12615
|
+
"releaseTag": "Public",
|
|
12552
12616
|
"isProtected": false,
|
|
12553
|
-
"
|
|
12617
|
+
"overloadIndex": 1,
|
|
12618
|
+
"parameters": [],
|
|
12619
|
+
"isOptional": false,
|
|
12620
|
+
"isAbstract": false,
|
|
12621
|
+
"name": "disconnectedCallback"
|
|
12554
12622
|
},
|
|
12555
12623
|
{
|
|
12556
12624
|
"kind": "Property",
|
|
12557
|
-
"canonicalReference": "@vonage/vivid!
|
|
12625
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#maxSwatches:member",
|
|
12558
12626
|
"docComment": "",
|
|
12559
12627
|
"excerptTokens": [
|
|
12560
12628
|
{
|
|
12561
12629
|
"kind": "Content",
|
|
12562
|
-
"text": "
|
|
12563
|
-
},
|
|
12564
|
-
{
|
|
12565
|
-
"kind": "Reference",
|
|
12566
|
-
"text": "ComboboxAutocomplete",
|
|
12567
|
-
"canonicalReference": "@vonage/vivid!~ComboboxAutocomplete:type"
|
|
12630
|
+
"text": "maxSwatches: "
|
|
12568
12631
|
},
|
|
12569
12632
|
{
|
|
12570
12633
|
"kind": "Content",
|
|
12571
|
-
"text": "
|
|
12634
|
+
"text": "number"
|
|
12572
12635
|
},
|
|
12573
12636
|
{
|
|
12574
12637
|
"kind": "Content",
|
|
@@ -12578,63 +12641,57 @@
|
|
|
12578
12641
|
"isReadonly": false,
|
|
12579
12642
|
"isOptional": false,
|
|
12580
12643
|
"releaseTag": "Public",
|
|
12581
|
-
"name": "
|
|
12644
|
+
"name": "maxSwatches",
|
|
12582
12645
|
"propertyTypeTokenRange": {
|
|
12583
12646
|
"startIndex": 1,
|
|
12584
|
-
"endIndex":
|
|
12647
|
+
"endIndex": 2
|
|
12585
12648
|
},
|
|
12586
12649
|
"isStatic": false,
|
|
12587
12650
|
"isProtected": false,
|
|
12588
12651
|
"isAbstract": false
|
|
12589
12652
|
},
|
|
12590
12653
|
{
|
|
12591
|
-
"kind": "
|
|
12592
|
-
"canonicalReference": "@vonage/vivid!
|
|
12654
|
+
"kind": "Property",
|
|
12655
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#placeholder:member",
|
|
12593
12656
|
"docComment": "",
|
|
12594
12657
|
"excerptTokens": [
|
|
12595
12658
|
{
|
|
12596
12659
|
"kind": "Content",
|
|
12597
|
-
"text": "
|
|
12660
|
+
"text": "placeholder: "
|
|
12598
12661
|
},
|
|
12599
12662
|
{
|
|
12600
12663
|
"kind": "Content",
|
|
12601
|
-
"text": "
|
|
12664
|
+
"text": "string"
|
|
12602
12665
|
},
|
|
12603
12666
|
{
|
|
12604
12667
|
"kind": "Content",
|
|
12605
12668
|
"text": ";"
|
|
12606
12669
|
}
|
|
12607
12670
|
],
|
|
12608
|
-
"
|
|
12609
|
-
"
|
|
12671
|
+
"isReadonly": false,
|
|
12672
|
+
"isOptional": false,
|
|
12673
|
+
"releaseTag": "Public",
|
|
12674
|
+
"name": "placeholder",
|
|
12675
|
+
"propertyTypeTokenRange": {
|
|
12610
12676
|
"startIndex": 1,
|
|
12611
12677
|
"endIndex": 2
|
|
12612
12678
|
},
|
|
12613
|
-
"
|
|
12679
|
+
"isStatic": false,
|
|
12614
12680
|
"isProtected": false,
|
|
12615
|
-
"
|
|
12616
|
-
"parameters": [],
|
|
12617
|
-
"isOptional": false,
|
|
12618
|
-
"isAbstract": false,
|
|
12619
|
-
"name": "connectedCallback"
|
|
12681
|
+
"isAbstract": false
|
|
12620
12682
|
},
|
|
12621
12683
|
{
|
|
12622
12684
|
"kind": "Property",
|
|
12623
|
-
"canonicalReference": "@vonage/vivid!
|
|
12685
|
+
"canonicalReference": "@vonage/vivid!VwcColorPickerElement#savedColorsKey:member",
|
|
12624
12686
|
"docComment": "",
|
|
12625
12687
|
"excerptTokens": [
|
|
12626
12688
|
{
|
|
12627
12689
|
"kind": "Content",
|
|
12628
|
-
"text": "
|
|
12629
|
-
},
|
|
12630
|
-
{
|
|
12631
|
-
"kind": "Reference",
|
|
12632
|
-
"text": "ListboxOption",
|
|
12633
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
12690
|
+
"text": "savedColorsKey?: "
|
|
12634
12691
|
},
|
|
12635
12692
|
{
|
|
12636
12693
|
"kind": "Content",
|
|
12637
|
-
"text": "
|
|
12694
|
+
"text": "string"
|
|
12638
12695
|
},
|
|
12639
12696
|
{
|
|
12640
12697
|
"kind": "Content",
|
|
@@ -12642,60 +12699,62 @@
|
|
|
12642
12699
|
}
|
|
12643
12700
|
],
|
|
12644
12701
|
"isReadonly": false,
|
|
12645
|
-
"isOptional":
|
|
12702
|
+
"isOptional": true,
|
|
12646
12703
|
"releaseTag": "Public",
|
|
12647
|
-
"name": "
|
|
12704
|
+
"name": "savedColorsKey",
|
|
12648
12705
|
"propertyTypeTokenRange": {
|
|
12649
12706
|
"startIndex": 1,
|
|
12650
|
-
"endIndex":
|
|
12707
|
+
"endIndex": 2
|
|
12651
12708
|
},
|
|
12652
12709
|
"isStatic": false,
|
|
12653
12710
|
"isProtected": false,
|
|
12654
12711
|
"isAbstract": false
|
|
12712
|
+
}
|
|
12713
|
+
],
|
|
12714
|
+
"extendsTokenRange": {
|
|
12715
|
+
"startIndex": 1,
|
|
12716
|
+
"endIndex": 2
|
|
12717
|
+
},
|
|
12718
|
+
"implementsTokenRanges": []
|
|
12719
|
+
},
|
|
12720
|
+
{
|
|
12721
|
+
"kind": "Class",
|
|
12722
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement:class",
|
|
12723
|
+
"docComment": "",
|
|
12724
|
+
"excerptTokens": [
|
|
12725
|
+
{
|
|
12726
|
+
"kind": "Content",
|
|
12727
|
+
"text": "export declare class Combobox extends "
|
|
12655
12728
|
},
|
|
12656
12729
|
{
|
|
12657
|
-
"kind": "
|
|
12658
|
-
"
|
|
12659
|
-
"
|
|
12660
|
-
"excerptTokens": [
|
|
12661
|
-
{
|
|
12662
|
-
"kind": "Content",
|
|
12663
|
-
"text": "filterOptions(): "
|
|
12664
|
-
},
|
|
12665
|
-
{
|
|
12666
|
-
"kind": "Content",
|
|
12667
|
-
"text": "void"
|
|
12668
|
-
},
|
|
12669
|
-
{
|
|
12670
|
-
"kind": "Content",
|
|
12671
|
-
"text": ";"
|
|
12672
|
-
}
|
|
12673
|
-
],
|
|
12674
|
-
"isStatic": false,
|
|
12675
|
-
"returnTypeTokenRange": {
|
|
12676
|
-
"startIndex": 1,
|
|
12677
|
-
"endIndex": 2
|
|
12678
|
-
},
|
|
12679
|
-
"releaseTag": "Public",
|
|
12680
|
-
"isProtected": false,
|
|
12681
|
-
"overloadIndex": 1,
|
|
12682
|
-
"parameters": [],
|
|
12683
|
-
"isOptional": false,
|
|
12684
|
-
"isAbstract": false,
|
|
12685
|
-
"name": "filterOptions"
|
|
12730
|
+
"kind": "Reference",
|
|
12731
|
+
"text": "Combobox_base",
|
|
12732
|
+
"canonicalReference": "@vonage/vivid!~Combobox_base"
|
|
12686
12733
|
},
|
|
12734
|
+
{
|
|
12735
|
+
"kind": "Content",
|
|
12736
|
+
"text": " "
|
|
12737
|
+
}
|
|
12738
|
+
],
|
|
12739
|
+
"fileUrlPath": "dist/lib/combobox/combobox.d.ts",
|
|
12740
|
+
"releaseTag": "Public",
|
|
12741
|
+
"isAbstract": false,
|
|
12742
|
+
"name": "VwcComboboxElement",
|
|
12743
|
+
"preserveMemberOrder": false,
|
|
12744
|
+
"members": [
|
|
12687
12745
|
{
|
|
12688
12746
|
"kind": "Property",
|
|
12689
|
-
"canonicalReference": "@vonage/vivid!VwcComboboxElement#
|
|
12747
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#_anchor:member",
|
|
12690
12748
|
"docComment": "",
|
|
12691
12749
|
"excerptTokens": [
|
|
12692
12750
|
{
|
|
12693
12751
|
"kind": "Content",
|
|
12694
|
-
"text": "
|
|
12752
|
+
"text": "_anchor: "
|
|
12695
12753
|
},
|
|
12696
12754
|
{
|
|
12697
|
-
"kind": "
|
|
12698
|
-
"text": "
|
|
12755
|
+
"kind": "Reference",
|
|
12756
|
+
"text": "HTMLElement",
|
|
12757
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
12699
12758
|
},
|
|
12700
12759
|
{
|
|
12701
12760
|
"kind": "Content",
|
|
@@ -12705,7 +12764,7 @@
|
|
|
12705
12764
|
"isReadonly": false,
|
|
12706
12765
|
"isOptional": false,
|
|
12707
12766
|
"releaseTag": "Public",
|
|
12708
|
-
"name": "
|
|
12767
|
+
"name": "_anchor",
|
|
12709
12768
|
"propertyTypeTokenRange": {
|
|
12710
12769
|
"startIndex": 1,
|
|
12711
12770
|
"endIndex": 2
|
|
@@ -12715,16 +12774,289 @@
|
|
|
12715
12774
|
"isAbstract": false
|
|
12716
12775
|
},
|
|
12717
12776
|
{
|
|
12718
|
-
"kind": "
|
|
12719
|
-
"canonicalReference": "@vonage/vivid!VwcComboboxElement#
|
|
12777
|
+
"kind": "Method",
|
|
12778
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#_isDefaultSelected:member(1)",
|
|
12720
12779
|
"docComment": "",
|
|
12721
12780
|
"excerptTokens": [
|
|
12722
12781
|
{
|
|
12723
12782
|
"kind": "Content",
|
|
12724
|
-
"text": "
|
|
12783
|
+
"text": "_isDefaultSelected(option: "
|
|
12725
12784
|
},
|
|
12726
12785
|
{
|
|
12727
|
-
"kind": "
|
|
12786
|
+
"kind": "Reference",
|
|
12787
|
+
"text": "ListboxOption",
|
|
12788
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
12789
|
+
},
|
|
12790
|
+
{
|
|
12791
|
+
"kind": "Content",
|
|
12792
|
+
"text": "): "
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"kind": "Content",
|
|
12796
|
+
"text": "boolean"
|
|
12797
|
+
},
|
|
12798
|
+
{
|
|
12799
|
+
"kind": "Content",
|
|
12800
|
+
"text": ";"
|
|
12801
|
+
}
|
|
12802
|
+
],
|
|
12803
|
+
"isStatic": false,
|
|
12804
|
+
"returnTypeTokenRange": {
|
|
12805
|
+
"startIndex": 3,
|
|
12806
|
+
"endIndex": 4
|
|
12807
|
+
},
|
|
12808
|
+
"releaseTag": "Public",
|
|
12809
|
+
"isProtected": false,
|
|
12810
|
+
"overloadIndex": 1,
|
|
12811
|
+
"parameters": [
|
|
12812
|
+
{
|
|
12813
|
+
"parameterName": "option",
|
|
12814
|
+
"parameterTypeTokenRange": {
|
|
12815
|
+
"startIndex": 1,
|
|
12816
|
+
"endIndex": 2
|
|
12817
|
+
},
|
|
12818
|
+
"isOptional": false
|
|
12819
|
+
}
|
|
12820
|
+
],
|
|
12821
|
+
"isOptional": false,
|
|
12822
|
+
"isAbstract": false,
|
|
12823
|
+
"name": "_isDefaultSelected"
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"kind": "Property",
|
|
12827
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#_popup:member",
|
|
12828
|
+
"docComment": "",
|
|
12829
|
+
"excerptTokens": [
|
|
12830
|
+
{
|
|
12831
|
+
"kind": "Content",
|
|
12832
|
+
"text": "_popup: "
|
|
12833
|
+
},
|
|
12834
|
+
{
|
|
12835
|
+
"kind": "Reference",
|
|
12836
|
+
"text": "Popup",
|
|
12837
|
+
"canonicalReference": "@vonage/vivid!~Popup:class"
|
|
12838
|
+
},
|
|
12839
|
+
{
|
|
12840
|
+
"kind": "Content",
|
|
12841
|
+
"text": ";"
|
|
12842
|
+
}
|
|
12843
|
+
],
|
|
12844
|
+
"isReadonly": false,
|
|
12845
|
+
"isOptional": false,
|
|
12846
|
+
"releaseTag": "Public",
|
|
12847
|
+
"name": "_popup",
|
|
12848
|
+
"propertyTypeTokenRange": {
|
|
12849
|
+
"startIndex": 1,
|
|
12850
|
+
"endIndex": 2
|
|
12851
|
+
},
|
|
12852
|
+
"isStatic": false,
|
|
12853
|
+
"isProtected": false,
|
|
12854
|
+
"isAbstract": false
|
|
12855
|
+
},
|
|
12856
|
+
{
|
|
12857
|
+
"kind": "Property",
|
|
12858
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#appearance:member",
|
|
12859
|
+
"docComment": "",
|
|
12860
|
+
"excerptTokens": [
|
|
12861
|
+
{
|
|
12862
|
+
"kind": "Content",
|
|
12863
|
+
"text": "appearance?: "
|
|
12864
|
+
},
|
|
12865
|
+
{
|
|
12866
|
+
"kind": "Reference",
|
|
12867
|
+
"text": "ComboboxAppearance",
|
|
12868
|
+
"canonicalReference": "@vonage/vivid!ComboboxAppearance:type"
|
|
12869
|
+
},
|
|
12870
|
+
{
|
|
12871
|
+
"kind": "Content",
|
|
12872
|
+
"text": ";"
|
|
12873
|
+
}
|
|
12874
|
+
],
|
|
12875
|
+
"isReadonly": false,
|
|
12876
|
+
"isOptional": true,
|
|
12877
|
+
"releaseTag": "Public",
|
|
12878
|
+
"name": "appearance",
|
|
12879
|
+
"propertyTypeTokenRange": {
|
|
12880
|
+
"startIndex": 1,
|
|
12881
|
+
"endIndex": 2
|
|
12882
|
+
},
|
|
12883
|
+
"isStatic": false,
|
|
12884
|
+
"isProtected": false,
|
|
12885
|
+
"isAbstract": false
|
|
12886
|
+
},
|
|
12887
|
+
{
|
|
12888
|
+
"kind": "Property",
|
|
12889
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#autocomplete:member",
|
|
12890
|
+
"docComment": "",
|
|
12891
|
+
"excerptTokens": [
|
|
12892
|
+
{
|
|
12893
|
+
"kind": "Content",
|
|
12894
|
+
"text": "autocomplete: "
|
|
12895
|
+
},
|
|
12896
|
+
{
|
|
12897
|
+
"kind": "Reference",
|
|
12898
|
+
"text": "ComboboxAutocomplete",
|
|
12899
|
+
"canonicalReference": "@vonage/vivid!~ComboboxAutocomplete:type"
|
|
12900
|
+
},
|
|
12901
|
+
{
|
|
12902
|
+
"kind": "Content",
|
|
12903
|
+
"text": " | undefined"
|
|
12904
|
+
},
|
|
12905
|
+
{
|
|
12906
|
+
"kind": "Content",
|
|
12907
|
+
"text": ";"
|
|
12908
|
+
}
|
|
12909
|
+
],
|
|
12910
|
+
"isReadonly": false,
|
|
12911
|
+
"isOptional": false,
|
|
12912
|
+
"releaseTag": "Public",
|
|
12913
|
+
"name": "autocomplete",
|
|
12914
|
+
"propertyTypeTokenRange": {
|
|
12915
|
+
"startIndex": 1,
|
|
12916
|
+
"endIndex": 3
|
|
12917
|
+
},
|
|
12918
|
+
"isStatic": false,
|
|
12919
|
+
"isProtected": false,
|
|
12920
|
+
"isAbstract": false
|
|
12921
|
+
},
|
|
12922
|
+
{
|
|
12923
|
+
"kind": "Method",
|
|
12924
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#connectedCallback:member(1)",
|
|
12925
|
+
"docComment": "",
|
|
12926
|
+
"excerptTokens": [
|
|
12927
|
+
{
|
|
12928
|
+
"kind": "Content",
|
|
12929
|
+
"text": "connectedCallback(): "
|
|
12930
|
+
},
|
|
12931
|
+
{
|
|
12932
|
+
"kind": "Content",
|
|
12933
|
+
"text": "void"
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"kind": "Content",
|
|
12937
|
+
"text": ";"
|
|
12938
|
+
}
|
|
12939
|
+
],
|
|
12940
|
+
"isStatic": false,
|
|
12941
|
+
"returnTypeTokenRange": {
|
|
12942
|
+
"startIndex": 1,
|
|
12943
|
+
"endIndex": 2
|
|
12944
|
+
},
|
|
12945
|
+
"releaseTag": "Public",
|
|
12946
|
+
"isProtected": false,
|
|
12947
|
+
"overloadIndex": 1,
|
|
12948
|
+
"parameters": [],
|
|
12949
|
+
"isOptional": false,
|
|
12950
|
+
"isAbstract": false,
|
|
12951
|
+
"name": "connectedCallback"
|
|
12952
|
+
},
|
|
12953
|
+
{
|
|
12954
|
+
"kind": "Property",
|
|
12955
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#filteredOptions:member",
|
|
12956
|
+
"docComment": "",
|
|
12957
|
+
"excerptTokens": [
|
|
12958
|
+
{
|
|
12959
|
+
"kind": "Content",
|
|
12960
|
+
"text": "filteredOptions: "
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"kind": "Reference",
|
|
12964
|
+
"text": "ListboxOption",
|
|
12965
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
12966
|
+
},
|
|
12967
|
+
{
|
|
12968
|
+
"kind": "Content",
|
|
12969
|
+
"text": "[]"
|
|
12970
|
+
},
|
|
12971
|
+
{
|
|
12972
|
+
"kind": "Content",
|
|
12973
|
+
"text": ";"
|
|
12974
|
+
}
|
|
12975
|
+
],
|
|
12976
|
+
"isReadonly": false,
|
|
12977
|
+
"isOptional": false,
|
|
12978
|
+
"releaseTag": "Public",
|
|
12979
|
+
"name": "filteredOptions",
|
|
12980
|
+
"propertyTypeTokenRange": {
|
|
12981
|
+
"startIndex": 1,
|
|
12982
|
+
"endIndex": 3
|
|
12983
|
+
},
|
|
12984
|
+
"isStatic": false,
|
|
12985
|
+
"isProtected": false,
|
|
12986
|
+
"isAbstract": false
|
|
12987
|
+
},
|
|
12988
|
+
{
|
|
12989
|
+
"kind": "Method",
|
|
12990
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#filterOptions:member(1)",
|
|
12991
|
+
"docComment": "",
|
|
12992
|
+
"excerptTokens": [
|
|
12993
|
+
{
|
|
12994
|
+
"kind": "Content",
|
|
12995
|
+
"text": "filterOptions(): "
|
|
12996
|
+
},
|
|
12997
|
+
{
|
|
12998
|
+
"kind": "Content",
|
|
12999
|
+
"text": "void"
|
|
13000
|
+
},
|
|
13001
|
+
{
|
|
13002
|
+
"kind": "Content",
|
|
13003
|
+
"text": ";"
|
|
13004
|
+
}
|
|
13005
|
+
],
|
|
13006
|
+
"isStatic": false,
|
|
13007
|
+
"returnTypeTokenRange": {
|
|
13008
|
+
"startIndex": 1,
|
|
13009
|
+
"endIndex": 2
|
|
13010
|
+
},
|
|
13011
|
+
"releaseTag": "Public",
|
|
13012
|
+
"isProtected": false,
|
|
13013
|
+
"overloadIndex": 1,
|
|
13014
|
+
"parameters": [],
|
|
13015
|
+
"isOptional": false,
|
|
13016
|
+
"isAbstract": false,
|
|
13017
|
+
"name": "filterOptions"
|
|
13018
|
+
},
|
|
13019
|
+
{
|
|
13020
|
+
"kind": "Property",
|
|
13021
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#fixedDropdown:member",
|
|
13022
|
+
"docComment": "",
|
|
13023
|
+
"excerptTokens": [
|
|
13024
|
+
{
|
|
13025
|
+
"kind": "Content",
|
|
13026
|
+
"text": "fixedDropdown: "
|
|
13027
|
+
},
|
|
13028
|
+
{
|
|
13029
|
+
"kind": "Content",
|
|
13030
|
+
"text": "boolean"
|
|
13031
|
+
},
|
|
13032
|
+
{
|
|
13033
|
+
"kind": "Content",
|
|
13034
|
+
"text": ";"
|
|
13035
|
+
}
|
|
13036
|
+
],
|
|
13037
|
+
"isReadonly": false,
|
|
13038
|
+
"isOptional": false,
|
|
13039
|
+
"releaseTag": "Public",
|
|
13040
|
+
"name": "fixedDropdown",
|
|
13041
|
+
"propertyTypeTokenRange": {
|
|
13042
|
+
"startIndex": 1,
|
|
13043
|
+
"endIndex": 2
|
|
13044
|
+
},
|
|
13045
|
+
"isStatic": false,
|
|
13046
|
+
"isProtected": false,
|
|
13047
|
+
"isAbstract": false
|
|
13048
|
+
},
|
|
13049
|
+
{
|
|
13050
|
+
"kind": "Property",
|
|
13051
|
+
"canonicalReference": "@vonage/vivid!VwcComboboxElement#open:member",
|
|
13052
|
+
"docComment": "",
|
|
13053
|
+
"excerptTokens": [
|
|
13054
|
+
{
|
|
13055
|
+
"kind": "Content",
|
|
13056
|
+
"text": "open: "
|
|
13057
|
+
},
|
|
13058
|
+
{
|
|
13059
|
+
"kind": "Content",
|
|
12728
13060
|
"text": "boolean"
|
|
12729
13061
|
},
|
|
12730
13062
|
{
|
|
@@ -15735,6 +16067,36 @@
|
|
|
15735
16067
|
"isProtected": false,
|
|
15736
16068
|
"isAbstract": false
|
|
15737
16069
|
},
|
|
16070
|
+
{
|
|
16071
|
+
"kind": "Property",
|
|
16072
|
+
"canonicalReference": "@vonage/vivid!VwcDialPadElement#deleteAriaLabel:member",
|
|
16073
|
+
"docComment": "",
|
|
16074
|
+
"excerptTokens": [
|
|
16075
|
+
{
|
|
16076
|
+
"kind": "Content",
|
|
16077
|
+
"text": "deleteAriaLabel: "
|
|
16078
|
+
},
|
|
16079
|
+
{
|
|
16080
|
+
"kind": "Content",
|
|
16081
|
+
"text": "string | null"
|
|
16082
|
+
},
|
|
16083
|
+
{
|
|
16084
|
+
"kind": "Content",
|
|
16085
|
+
"text": ";"
|
|
16086
|
+
}
|
|
16087
|
+
],
|
|
16088
|
+
"isReadonly": false,
|
|
16089
|
+
"isOptional": false,
|
|
16090
|
+
"releaseTag": "Public",
|
|
16091
|
+
"name": "deleteAriaLabel",
|
|
16092
|
+
"propertyTypeTokenRange": {
|
|
16093
|
+
"startIndex": 1,
|
|
16094
|
+
"endIndex": 2
|
|
16095
|
+
},
|
|
16096
|
+
"isStatic": false,
|
|
16097
|
+
"isProtected": false,
|
|
16098
|
+
"isAbstract": false
|
|
16099
|
+
},
|
|
15738
16100
|
{
|
|
15739
16101
|
"kind": "Property",
|
|
15740
16102
|
"canonicalReference": "@vonage/vivid!VwcDialPadElement#disabled:member",
|
|
@@ -22823,6 +23185,36 @@
|
|
|
22823
23185
|
"isAbstract": false,
|
|
22824
23186
|
"name": "connectedCallback"
|
|
22825
23187
|
},
|
|
23188
|
+
{
|
|
23189
|
+
"kind": "Property",
|
|
23190
|
+
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#deselectAllText:member",
|
|
23191
|
+
"docComment": "",
|
|
23192
|
+
"excerptTokens": [
|
|
23193
|
+
{
|
|
23194
|
+
"kind": "Content",
|
|
23195
|
+
"text": "deselectAllText: "
|
|
23196
|
+
},
|
|
23197
|
+
{
|
|
23198
|
+
"kind": "Content",
|
|
23199
|
+
"text": "string | undefined"
|
|
23200
|
+
},
|
|
23201
|
+
{
|
|
23202
|
+
"kind": "Content",
|
|
23203
|
+
"text": ";"
|
|
23204
|
+
}
|
|
23205
|
+
],
|
|
23206
|
+
"isReadonly": false,
|
|
23207
|
+
"isOptional": false,
|
|
23208
|
+
"releaseTag": "Public",
|
|
23209
|
+
"name": "deselectAllText",
|
|
23210
|
+
"propertyTypeTokenRange": {
|
|
23211
|
+
"startIndex": 1,
|
|
23212
|
+
"endIndex": 2
|
|
23213
|
+
},
|
|
23214
|
+
"isStatic": false,
|
|
23215
|
+
"isProtected": false,
|
|
23216
|
+
"isAbstract": false
|
|
23217
|
+
},
|
|
22826
23218
|
{
|
|
22827
23219
|
"kind": "Method",
|
|
22828
23220
|
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#disconnectedCallback:member(1)",
|
|
@@ -22841,18 +23233,48 @@
|
|
|
22841
23233
|
"text": ";"
|
|
22842
23234
|
}
|
|
22843
23235
|
],
|
|
22844
|
-
"isStatic": false,
|
|
22845
|
-
"returnTypeTokenRange": {
|
|
23236
|
+
"isStatic": false,
|
|
23237
|
+
"returnTypeTokenRange": {
|
|
23238
|
+
"startIndex": 1,
|
|
23239
|
+
"endIndex": 2
|
|
23240
|
+
},
|
|
23241
|
+
"releaseTag": "Public",
|
|
23242
|
+
"isProtected": false,
|
|
23243
|
+
"overloadIndex": 1,
|
|
23244
|
+
"parameters": [],
|
|
23245
|
+
"isOptional": false,
|
|
23246
|
+
"isAbstract": false,
|
|
23247
|
+
"name": "disconnectedCallback"
|
|
23248
|
+
},
|
|
23249
|
+
{
|
|
23250
|
+
"kind": "Property",
|
|
23251
|
+
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#enableSelectAll:member",
|
|
23252
|
+
"docComment": "",
|
|
23253
|
+
"excerptTokens": [
|
|
23254
|
+
{
|
|
23255
|
+
"kind": "Content",
|
|
23256
|
+
"text": "enableSelectAll: "
|
|
23257
|
+
},
|
|
23258
|
+
{
|
|
23259
|
+
"kind": "Content",
|
|
23260
|
+
"text": "boolean"
|
|
23261
|
+
},
|
|
23262
|
+
{
|
|
23263
|
+
"kind": "Content",
|
|
23264
|
+
"text": ";"
|
|
23265
|
+
}
|
|
23266
|
+
],
|
|
23267
|
+
"isReadonly": false,
|
|
23268
|
+
"isOptional": false,
|
|
23269
|
+
"releaseTag": "Public",
|
|
23270
|
+
"name": "enableSelectAll",
|
|
23271
|
+
"propertyTypeTokenRange": {
|
|
22846
23272
|
"startIndex": 1,
|
|
22847
23273
|
"endIndex": 2
|
|
22848
23274
|
},
|
|
22849
|
-
"
|
|
23275
|
+
"isStatic": false,
|
|
22850
23276
|
"isProtected": false,
|
|
22851
|
-
"
|
|
22852
|
-
"parameters": [],
|
|
22853
|
-
"isOptional": false,
|
|
22854
|
-
"isAbstract": false,
|
|
22855
|
-
"name": "disconnectedCallback"
|
|
23277
|
+
"isAbstract": false
|
|
22856
23278
|
},
|
|
22857
23279
|
{
|
|
22858
23280
|
"kind": "Property",
|
|
@@ -23228,6 +23650,36 @@
|
|
|
23228
23650
|
"isProtected": false,
|
|
23229
23651
|
"isAbstract": false
|
|
23230
23652
|
},
|
|
23653
|
+
{
|
|
23654
|
+
"kind": "Property",
|
|
23655
|
+
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#selectAllText:member",
|
|
23656
|
+
"docComment": "",
|
|
23657
|
+
"excerptTokens": [
|
|
23658
|
+
{
|
|
23659
|
+
"kind": "Content",
|
|
23660
|
+
"text": "selectAllText: "
|
|
23661
|
+
},
|
|
23662
|
+
{
|
|
23663
|
+
"kind": "Content",
|
|
23664
|
+
"text": "string | undefined"
|
|
23665
|
+
},
|
|
23666
|
+
{
|
|
23667
|
+
"kind": "Content",
|
|
23668
|
+
"text": ";"
|
|
23669
|
+
}
|
|
23670
|
+
],
|
|
23671
|
+
"isReadonly": false,
|
|
23672
|
+
"isOptional": false,
|
|
23673
|
+
"releaseTag": "Public",
|
|
23674
|
+
"name": "selectAllText",
|
|
23675
|
+
"propertyTypeTokenRange": {
|
|
23676
|
+
"startIndex": 1,
|
|
23677
|
+
"endIndex": 2
|
|
23678
|
+
},
|
|
23679
|
+
"isStatic": false,
|
|
23680
|
+
"isProtected": false,
|
|
23681
|
+
"isAbstract": false
|
|
23682
|
+
},
|
|
23231
23683
|
{
|
|
23232
23684
|
"kind": "Property",
|
|
23233
23685
|
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#selectedIndex:member",
|
|
@@ -23667,6 +24119,145 @@
|
|
|
23667
24119
|
"name": "VwcSelectElement",
|
|
23668
24120
|
"preserveMemberOrder": false,
|
|
23669
24121
|
"members": [
|
|
24122
|
+
{
|
|
24123
|
+
"kind": "Method",
|
|
24124
|
+
"canonicalReference": "@vonage/vivid!VwcSelectElement#_isDefaultSelected:member(1)",
|
|
24125
|
+
"docComment": "",
|
|
24126
|
+
"excerptTokens": [
|
|
24127
|
+
{
|
|
24128
|
+
"kind": "Content",
|
|
24129
|
+
"text": "_isDefaultSelected(option: "
|
|
24130
|
+
},
|
|
24131
|
+
{
|
|
24132
|
+
"kind": "Reference",
|
|
24133
|
+
"text": "ListboxOption",
|
|
24134
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
24135
|
+
},
|
|
24136
|
+
{
|
|
24137
|
+
"kind": "Content",
|
|
24138
|
+
"text": "): "
|
|
24139
|
+
},
|
|
24140
|
+
{
|
|
24141
|
+
"kind": "Content",
|
|
24142
|
+
"text": "boolean"
|
|
24143
|
+
},
|
|
24144
|
+
{
|
|
24145
|
+
"kind": "Content",
|
|
24146
|
+
"text": ";"
|
|
24147
|
+
}
|
|
24148
|
+
],
|
|
24149
|
+
"isStatic": false,
|
|
24150
|
+
"returnTypeTokenRange": {
|
|
24151
|
+
"startIndex": 3,
|
|
24152
|
+
"endIndex": 4
|
|
24153
|
+
},
|
|
24154
|
+
"releaseTag": "Public",
|
|
24155
|
+
"isProtected": false,
|
|
24156
|
+
"overloadIndex": 1,
|
|
24157
|
+
"parameters": [
|
|
24158
|
+
{
|
|
24159
|
+
"parameterName": "option",
|
|
24160
|
+
"parameterTypeTokenRange": {
|
|
24161
|
+
"startIndex": 1,
|
|
24162
|
+
"endIndex": 2
|
|
24163
|
+
},
|
|
24164
|
+
"isOptional": false
|
|
24165
|
+
}
|
|
24166
|
+
],
|
|
24167
|
+
"isOptional": false,
|
|
24168
|
+
"isAbstract": false,
|
|
24169
|
+
"name": "_isDefaultSelected"
|
|
24170
|
+
},
|
|
24171
|
+
{
|
|
24172
|
+
"kind": "Method",
|
|
24173
|
+
"canonicalReference": "@vonage/vivid!VwcSelectElement#_newDefaultSelectedIndex:member(1)",
|
|
24174
|
+
"docComment": "",
|
|
24175
|
+
"excerptTokens": [
|
|
24176
|
+
{
|
|
24177
|
+
"kind": "Content",
|
|
24178
|
+
"text": "_newDefaultSelectedIndex(prev: "
|
|
24179
|
+
},
|
|
24180
|
+
{
|
|
24181
|
+
"kind": "Reference",
|
|
24182
|
+
"text": "ListboxOption",
|
|
24183
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
24184
|
+
},
|
|
24185
|
+
{
|
|
24186
|
+
"kind": "Content",
|
|
24187
|
+
"text": "[]"
|
|
24188
|
+
},
|
|
24189
|
+
{
|
|
24190
|
+
"kind": "Content",
|
|
24191
|
+
"text": ", next: "
|
|
24192
|
+
},
|
|
24193
|
+
{
|
|
24194
|
+
"kind": "Reference",
|
|
24195
|
+
"text": "ListboxOption",
|
|
24196
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
24197
|
+
},
|
|
24198
|
+
{
|
|
24199
|
+
"kind": "Content",
|
|
24200
|
+
"text": "[]"
|
|
24201
|
+
},
|
|
24202
|
+
{
|
|
24203
|
+
"kind": "Content",
|
|
24204
|
+
"text": ", currentSelectIndex: "
|
|
24205
|
+
},
|
|
24206
|
+
{
|
|
24207
|
+
"kind": "Content",
|
|
24208
|
+
"text": "number"
|
|
24209
|
+
},
|
|
24210
|
+
{
|
|
24211
|
+
"kind": "Content",
|
|
24212
|
+
"text": "): "
|
|
24213
|
+
},
|
|
24214
|
+
{
|
|
24215
|
+
"kind": "Content",
|
|
24216
|
+
"text": "number | null"
|
|
24217
|
+
},
|
|
24218
|
+
{
|
|
24219
|
+
"kind": "Content",
|
|
24220
|
+
"text": ";"
|
|
24221
|
+
}
|
|
24222
|
+
],
|
|
24223
|
+
"isStatic": false,
|
|
24224
|
+
"returnTypeTokenRange": {
|
|
24225
|
+
"startIndex": 9,
|
|
24226
|
+
"endIndex": 10
|
|
24227
|
+
},
|
|
24228
|
+
"releaseTag": "Public",
|
|
24229
|
+
"isProtected": false,
|
|
24230
|
+
"overloadIndex": 1,
|
|
24231
|
+
"parameters": [
|
|
24232
|
+
{
|
|
24233
|
+
"parameterName": "prev",
|
|
24234
|
+
"parameterTypeTokenRange": {
|
|
24235
|
+
"startIndex": 1,
|
|
24236
|
+
"endIndex": 3
|
|
24237
|
+
},
|
|
24238
|
+
"isOptional": false
|
|
24239
|
+
},
|
|
24240
|
+
{
|
|
24241
|
+
"parameterName": "next",
|
|
24242
|
+
"parameterTypeTokenRange": {
|
|
24243
|
+
"startIndex": 4,
|
|
24244
|
+
"endIndex": 6
|
|
24245
|
+
},
|
|
24246
|
+
"isOptional": false
|
|
24247
|
+
},
|
|
24248
|
+
{
|
|
24249
|
+
"parameterName": "currentSelectIndex",
|
|
24250
|
+
"parameterTypeTokenRange": {
|
|
24251
|
+
"startIndex": 7,
|
|
24252
|
+
"endIndex": 8
|
|
24253
|
+
},
|
|
24254
|
+
"isOptional": false
|
|
24255
|
+
}
|
|
24256
|
+
],
|
|
24257
|
+
"isOptional": false,
|
|
24258
|
+
"isAbstract": false,
|
|
24259
|
+
"name": "_newDefaultSelectedIndex"
|
|
24260
|
+
},
|
|
23670
24261
|
{
|
|
23671
24262
|
"kind": "Property",
|
|
23672
24263
|
"canonicalReference": "@vonage/vivid!VwcSelectElement#appearance:member",
|
|
@@ -23972,37 +24563,6 @@
|
|
|
23972
24563
|
"isProtected": false,
|
|
23973
24564
|
"isAbstract": false
|
|
23974
24565
|
},
|
|
23975
|
-
{
|
|
23976
|
-
"kind": "Method",
|
|
23977
|
-
"canonicalReference": "@vonage/vivid!VwcSelectElement#setDefaultSelectedOption:member(1)",
|
|
23978
|
-
"docComment": "",
|
|
23979
|
-
"excerptTokens": [
|
|
23980
|
-
{
|
|
23981
|
-
"kind": "Content",
|
|
23982
|
-
"text": "setDefaultSelectedOption(): "
|
|
23983
|
-
},
|
|
23984
|
-
{
|
|
23985
|
-
"kind": "Content",
|
|
23986
|
-
"text": "void"
|
|
23987
|
-
},
|
|
23988
|
-
{
|
|
23989
|
-
"kind": "Content",
|
|
23990
|
-
"text": ";"
|
|
23991
|
-
}
|
|
23992
|
-
],
|
|
23993
|
-
"isStatic": false,
|
|
23994
|
-
"returnTypeTokenRange": {
|
|
23995
|
-
"startIndex": 1,
|
|
23996
|
-
"endIndex": 2
|
|
23997
|
-
},
|
|
23998
|
-
"releaseTag": "Public",
|
|
23999
|
-
"isProtected": false,
|
|
24000
|
-
"overloadIndex": 1,
|
|
24001
|
-
"parameters": [],
|
|
24002
|
-
"isOptional": false,
|
|
24003
|
-
"isAbstract": false,
|
|
24004
|
-
"name": "setDefaultSelectedOption"
|
|
24005
|
-
},
|
|
24006
24566
|
{
|
|
24007
24567
|
"kind": "Method",
|
|
24008
24568
|
"canonicalReference": "@vonage/vivid!VwcSelectElement#setSelectedOptions:member(1)",
|
|
@@ -24391,36 +24951,6 @@
|
|
|
24391
24951
|
"isAbstract": false,
|
|
24392
24952
|
"name": "disconnectedCallback"
|
|
24393
24953
|
},
|
|
24394
|
-
{
|
|
24395
|
-
"kind": "Property",
|
|
24396
|
-
"canonicalReference": "@vonage/vivid!VwcSimpleColorPickerElement#open:member",
|
|
24397
|
-
"docComment": "",
|
|
24398
|
-
"excerptTokens": [
|
|
24399
|
-
{
|
|
24400
|
-
"kind": "Content",
|
|
24401
|
-
"text": "open: "
|
|
24402
|
-
},
|
|
24403
|
-
{
|
|
24404
|
-
"kind": "Content",
|
|
24405
|
-
"text": "boolean"
|
|
24406
|
-
},
|
|
24407
|
-
{
|
|
24408
|
-
"kind": "Content",
|
|
24409
|
-
"text": ";"
|
|
24410
|
-
}
|
|
24411
|
-
],
|
|
24412
|
-
"isReadonly": false,
|
|
24413
|
-
"isOptional": false,
|
|
24414
|
-
"releaseTag": "Public",
|
|
24415
|
-
"name": "open",
|
|
24416
|
-
"propertyTypeTokenRange": {
|
|
24417
|
-
"startIndex": 1,
|
|
24418
|
-
"endIndex": 2
|
|
24419
|
-
},
|
|
24420
|
-
"isStatic": false,
|
|
24421
|
-
"isProtected": false,
|
|
24422
|
-
"isAbstract": false
|
|
24423
|
-
},
|
|
24424
24954
|
{
|
|
24425
24955
|
"kind": "Property",
|
|
24426
24956
|
"canonicalReference": "@vonage/vivid!VwcSimpleColorPickerElement#placement:member",
|
|
@@ -24452,41 +24982,6 @@
|
|
|
24452
24982
|
"isProtected": false,
|
|
24453
24983
|
"isAbstract": false
|
|
24454
24984
|
},
|
|
24455
|
-
{
|
|
24456
|
-
"kind": "Property",
|
|
24457
|
-
"canonicalReference": "@vonage/vivid!VwcSimpleColorPickerElement#swatches:member",
|
|
24458
|
-
"docComment": "",
|
|
24459
|
-
"excerptTokens": [
|
|
24460
|
-
{
|
|
24461
|
-
"kind": "Content",
|
|
24462
|
-
"text": "swatches: "
|
|
24463
|
-
},
|
|
24464
|
-
{
|
|
24465
|
-
"kind": "Reference",
|
|
24466
|
-
"text": "ColorSwatch",
|
|
24467
|
-
"canonicalReference": "@vonage/vivid!~ColorSwatch:type"
|
|
24468
|
-
},
|
|
24469
|
-
{
|
|
24470
|
-
"kind": "Content",
|
|
24471
|
-
"text": "[]"
|
|
24472
|
-
},
|
|
24473
|
-
{
|
|
24474
|
-
"kind": "Content",
|
|
24475
|
-
"text": ";"
|
|
24476
|
-
}
|
|
24477
|
-
],
|
|
24478
|
-
"isReadonly": false,
|
|
24479
|
-
"isOptional": false,
|
|
24480
|
-
"releaseTag": "Public",
|
|
24481
|
-
"name": "swatches",
|
|
24482
|
-
"propertyTypeTokenRange": {
|
|
24483
|
-
"startIndex": 1,
|
|
24484
|
-
"endIndex": 3
|
|
24485
|
-
},
|
|
24486
|
-
"isStatic": false,
|
|
24487
|
-
"isProtected": false,
|
|
24488
|
-
"isAbstract": false
|
|
24489
|
-
},
|
|
24490
24985
|
{
|
|
24491
24986
|
"kind": "Property",
|
|
24492
24987
|
"canonicalReference": "@vonage/vivid!VwcSimpleColorPickerElement#swatchesPerRow:member",
|