@vonage/vivid 5.1.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion-item/definition.cjs +2 -1
- package/accordion-item/definition.js +2 -1
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/definition.cjs +41 -6
- package/audio-player/definition.js +41 -6
- package/audio-player/index.cjs +27 -25
- package/audio-player/index.js +88 -62
- package/badge/index.cjs +2 -2
- package/badge/index.js +4 -4
- package/banner/index.cjs +3 -3
- package/banner/index.js +6 -6
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/bundled/affix.cjs +7 -7
- package/bundled/affix.js +5 -5
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/attribute-binding-behaviour.cjs +1 -1
- package/bundled/attribute-binding-behaviour.js +15 -13
- package/bundled/base-color-picker.cjs +13 -0
- package/bundled/base-color-picker.js +194 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +2 -2
- package/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +21 -21
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/children.cjs +1 -1
- package/bundled/children.js +28 -20
- package/bundled/definition.cjs +3 -3
- package/bundled/definition.js +38 -38
- package/bundled/definition10.cjs +72 -18
- package/bundled/definition10.js +351 -65
- package/bundled/definition11.cjs +19 -10
- package/bundled/definition11.js +66 -37
- package/bundled/definition12.cjs +10 -1
- package/bundled/definition12.js +38 -14
- package/bundled/definition13.cjs +1 -73
- package/bundled/definition13.js +15 -354
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +1 -1
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +8 -8
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +17 -17
- package/bundled/definition19.cjs +17 -14
- package/bundled/definition19.js +85 -77
- package/bundled/definition2.cjs +9 -5
- package/bundled/definition2.js +21 -17
- package/bundled/definition22.cjs +9 -9
- package/bundled/definition22.js +31 -31
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +1 -1
- package/bundled/definition6.cjs +6 -6
- package/bundled/definition6.js +34 -31
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +6 -6
- package/bundled/definition8.cjs +2 -2
- package/bundled/definition8.js +4 -4
- package/bundled/definition9.cjs +1 -1
- package/bundled/definition9.js +1 -1
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +59 -46
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +3 -3
- package/bundled/host-semantics.cjs +1 -1
- package/bundled/host-semantics.js +48 -34
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +43 -31
- package/bundled/mixins.cjs +18 -18
- package/bundled/mixins.js +99 -93
- package/bundled/normalize.cjs +1 -0
- package/bundled/normalize.js +7 -0
- package/bundled/picker-field.template.cjs +18 -13
- package/bundled/picker-field.template.js +45 -37
- package/bundled/ref.cjs +1 -1
- package/bundled/ref.js +8 -25
- package/bundled/repeat.cjs +1 -1
- package/bundled/repeat.js +459 -233
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +2 -2
- package/bundled/slotted.cjs +1 -1
- package/bundled/slotted.js +62 -45
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/time-selection-picker.template.cjs +1 -1
- package/bundled/time-selection-picker.template.js +5 -5
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +2126 -1172
- package/bundled/when.cjs +1 -1
- package/bundled/when.js +8 -7
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +17 -7
- package/calendar/definition.cjs +1 -1
- package/calendar/definition.js +2 -2
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +6 -6
- package/calendar-event/index.cjs +1 -1
- package/calendar-event/index.js +1 -1
- package/card/definition.cjs +10 -2
- package/card/definition.js +10 -2
- package/card/index.cjs +19 -11
- package/card/index.js +35 -27
- package/color-picker/definition.cjs +1079 -0
- package/color-picker/definition.js +1073 -0
- package/color-picker/index.cjs +127 -0
- package/color-picker/index.js +726 -0
- package/combobox/definition.cjs +13 -6
- package/combobox/definition.js +14 -7
- package/combobox/index.cjs +15 -11
- package/combobox/index.js +82 -75
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +1621 -325
- package/data-grid/definition.cjs +862 -27
- package/data-grid/definition.js +863 -28
- package/data-grid/index.cjs +25 -25
- package/data-grid/index.js +175 -168
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +55 -1
- package/dial-pad/definition.js +56 -2
- package/dial-pad/index.cjs +21 -18
- package/dial-pad/index.js +138 -104
- package/dialog/definition.cjs +4 -1
- package/dialog/definition.js +4 -1
- package/dialog/index.cjs +21 -18
- package/dialog/index.js +43 -40
- package/empty-state/definition.cjs +7 -2
- package/empty-state/definition.js +7 -2
- package/empty-state/index.cjs +10 -5
- package/empty-state/index.js +18 -13
- package/fab/index.cjs +2 -2
- package/fab/index.js +4 -4
- package/file-picker/definition.cjs +16 -7
- package/file-picker/definition.js +17 -8
- package/file-picker/index.cjs +12 -9
- package/file-picker/index.js +103 -93
- package/icon/definition.cjs +10 -6
- package/icon/definition.js +10 -6
- package/index.cjs +4 -0
- package/index.js +1 -0
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +2 -2
- package/lib/alert/alert.d.ts +4 -4
- package/lib/audio-player/audio-player.d.ts +6 -2
- package/lib/avatar/avatar.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +2 -2
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
- package/lib/button/button.d.ts +6 -6
- package/lib/button/button.template.d.ts +2 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +2 -2
- package/lib/card/card.d.ts +2 -2
- package/lib/checkbox/checkbox.d.ts +12 -12
- package/lib/color-picker/color-picker.d.ts +2420 -0
- package/lib/color-picker/color-picker.template.d.ts +3 -0
- package/lib/color-picker/definition.d.ts +4 -0
- package/lib/color-picker/locale.d.ts +9 -0
- package/lib/combobox/combobox.d.ts +495 -78
- package/lib/components.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +4 -4
- package/lib/data-grid/data-grid-row.d.ts +3 -4
- package/lib/data-grid/data-grid.d.ts +1 -2
- package/lib/date-picker/date-picker.d.ts +906 -894
- package/lib/date-range-picker/date-range-picker.d.ts +596 -590
- package/lib/date-time-picker/date-time-picker.d.ts +907 -895
- package/lib/dial-pad/dial-pad.d.ts +3 -2
- package/lib/dial-pad/dial-pad.template.d.ts +1 -1
- package/lib/dial-pad/locale.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +4 -4
- package/lib/divider/divider.d.ts +2 -2
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +495 -78
- package/lib/header/header.d.ts +2 -2
- package/lib/menu/menu.d.ts +5 -4
- package/lib/menu-item/menu-item.d.ts +4 -4
- package/lib/nav/nav.d.ts +2 -2
- package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
- package/lib/nav-item/nav-item.d.ts +4 -4
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/number-field.d.ts +19 -18
- package/lib/option/option.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress-ring/progress-ring.d.ts +2 -2
- package/lib/radio/radio.d.ts +6 -6
- package/lib/radio-group/radio-group.d.ts +2 -2
- package/lib/range-slider/range-slider.d.ts +6 -6
- package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +521 -104
- package/lib/select/select.d.ts +484 -67
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/simple-color-picker/locale.d.ts +0 -1
- package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
- package/lib/slider/slider.d.ts +6 -6
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +4 -4
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tag/tag.d.ts +6 -6
- package/lib/tag-group/tag-group.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +17 -16
- package/lib/text-field/text-field.d.ts +19 -18
- package/lib/time-picker/time-picker.d.ts +579 -573
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +4 -4
- package/lib/tree-view/tree-view.d.ts +2 -2
- package/lib/video-player/video-player.d.ts +2 -2
- package/locales/de-DE.cjs +15 -3
- package/locales/de-DE.js +15 -3
- package/locales/en-GB.cjs +15 -3
- package/locales/en-GB.js +15 -3
- package/locales/en-US.cjs +15 -3
- package/locales/en-US.js +15 -3
- package/locales/ja-JP.cjs +15 -3
- package/locales/ja-JP.js +15 -3
- package/locales/zh-CN.cjs +15 -3
- package/locales/zh-CN.js +15 -3
- package/menu/definition.cjs +8 -4
- package/menu/definition.js +9 -5
- package/note/index.cjs +2 -2
- package/note/index.js +4 -4
- package/number-field/definition.cjs +3 -3
- package/number-field/definition.js +4 -4
- package/number-field/index.cjs +8 -8
- package/number-field/index.js +41 -40
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +5 -5
- package/pagination/definition.cjs +2 -1
- package/pagination/definition.js +2 -1
- package/pagination/index.cjs +12 -12
- package/pagination/index.js +59 -59
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio/definition.cjs +9 -9
- package/radio/definition.js +10 -10
- package/radio-group/definition.cjs +2 -1
- package/radio-group/definition.js +2 -1
- package/radio-group/index.cjs +5 -5
- package/radio-group/index.js +80 -77
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +2 -2
- package/rich-text-editor/index.cjs +2 -2
- package/rich-text-editor/index.js +3 -3
- package/searchable-select/definition.cjs +30 -21
- package/searchable-select/definition.js +31 -22
- package/searchable-select/index.cjs +28 -25
- package/searchable-select/index.js +149 -140
- package/select/definition.cjs +15 -7
- package/select/definition.js +16 -8
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/selectable-box/index.cjs +3 -3
- package/selectable-box/index.js +20 -20
- package/shared/aria/aria-change-subscription.d.ts +0 -1
- package/shared/aria/aria-mixin.d.ts +2 -2
- package/shared/aria/delegate-aria-behavior.d.ts +5 -10
- package/shared/aria/delegates-aria.d.ts +3 -3
- package/shared/aria/host-semantics-behavior.d.ts +5 -8
- package/shared/aria/host-semantics.d.ts +3 -3
- package/shared/color-picker/base-color-picker.d.ts +436 -0
- package/shared/color-picker/index.d.ts +1 -0
- package/shared/color-picker/locale.d.ts +3 -0
- package/shared/color-picker/utils.d.ts +1 -0
- package/shared/deprecation/replaced-props.d.ts +317 -2
- package/shared/design-system/defineVividComponent.d.ts +2 -2
- package/shared/feedback/feedback-message.d.ts +2 -2
- package/shared/feedback/mixins.d.ts +4 -4
- package/shared/foundation/button/button.d.ts +4 -4
- package/shared/foundation/form-associated/form-associated.d.ts +4 -4
- package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/affix.d.ts +4 -4
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/patterns/char-count/char-count.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +4 -4
- package/shared/patterns/form-elements/index.d.ts +1 -0
- package/shared/patterns/form-elements/with-contextual-help.d.ts +7 -6
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
- package/shared/patterns/linkable.d.ts +2 -2
- package/shared/patterns/localized.d.ts +2 -2
- package/shared/patterns/trapped-focus.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.d.ts +454 -451
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +454 -451
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +600 -594
- package/shared/picker-field/mixins/single-date-picker.d.ts +746 -737
- package/shared/picker-field/mixins/single-value-picker.d.ts +451 -448
- package/shared/picker-field/mixins/time-selection-picker.d.ts +580 -574
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +579 -573
- package/shared/picker-field/picker-field.d.ts +495 -78
- package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
- package/shared/templating/render-in-light-dom.d.ts +13 -12
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/simple-color-picker/definition.cjs +28 -215
- package/simple-color-picker/definition.js +29 -216
- package/simple-color-picker/index.cjs +9 -21
- package/simple-color-picker/index.js +71 -185
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +2 -2
- package/switch/index.js +4 -4
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +2 -2
- package/tabs/index.cjs +2 -2
- package/tabs/index.js +16 -16
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/text-area/index.cjs +3 -3
- package/text-area/index.js +9 -9
- package/text-field/definition.cjs +3 -3
- package/text-field/definition.js +4 -4
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +2 -2
- package/toggletip/definition.cjs +1 -1
- package/toggletip/definition.js +2 -2
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +2 -2
- package/tree-view/index.cjs +2 -2
- package/tree-view/index.js +6 -6
- package/unbundled/_commonjsHelpers.cjs +36 -0
- package/unbundled/_commonjsHelpers.js +32 -0
- package/unbundled/affix.cjs +1 -1
- package/unbundled/affix.js +1 -1
- package/unbundled/attribute-binding-behaviour.cjs +11 -10
- package/unbundled/attribute-binding-behaviour.js +11 -10
- package/unbundled/base-color-picker.cjs +278 -0
- package/unbundled/base-color-picker.js +275 -0
- package/unbundled/button.cjs +1 -1
- package/unbundled/button.js +2 -2
- package/unbundled/calendar-picker.template.cjs +3 -3
- package/unbundled/calendar-picker.template.js +4 -4
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +2 -2
- package/unbundled/definition3.cjs +2 -1
- package/unbundled/definition3.js +2 -1
- package/unbundled/delegates-aria.cjs +67 -33
- package/unbundled/delegates-aria.js +69 -35
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +3 -3
- package/unbundled/host-semantics.cjs +47 -22
- package/unbundled/host-semantics.js +48 -23
- package/unbundled/mixins.cjs +34 -27
- package/unbundled/mixins.js +35 -28
- package/unbundled/picker-field.template.cjs +13 -5
- package/unbundled/picker-field.template.js +14 -6
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +4 -4
- package/unbundled/time-selection-picker.template.js +5 -5
- package/unbundled/vivid-element.cjs +22 -15
- package/unbundled/vivid-element.js +23 -15
- package/unbundled/with-contextual-help.cjs +11 -0
- package/unbundled/with-contextual-help.js +11 -0
- package/video-player/definition.cjs +69007 -1
- package/video-player/definition.js +69007 -1
- package/video-player/index.cjs +35 -35
- package/video-player/index.js +1358 -1384
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +347 -69
package/custom-elements.json
CHANGED
|
@@ -1487,6 +1487,59 @@
|
|
|
1487
1487
|
"kind": "method",
|
|
1488
1488
|
"name": "srcChanged"
|
|
1489
1489
|
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "method",
|
|
1492
|
+
"name": "revokeSrc",
|
|
1493
|
+
"privacy": "private"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "method",
|
|
1497
|
+
"name": "getCurrentSrc",
|
|
1498
|
+
"privacy": "private",
|
|
1499
|
+
"return": {
|
|
1500
|
+
"type": {
|
|
1501
|
+
"text": "string"
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "method",
|
|
1507
|
+
"name": "canPlayType",
|
|
1508
|
+
"privacy": "private",
|
|
1509
|
+
"return": {
|
|
1510
|
+
"type": {
|
|
1511
|
+
"text": "boolean"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"parameters": [
|
|
1515
|
+
{
|
|
1516
|
+
"name": "type",
|
|
1517
|
+
"type": {
|
|
1518
|
+
"text": "string"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "method",
|
|
1525
|
+
"name": "setSrc",
|
|
1526
|
+
"privacy": "private",
|
|
1527
|
+
"parameters": [
|
|
1528
|
+
{
|
|
1529
|
+
"name": "url",
|
|
1530
|
+
"type": {
|
|
1531
|
+
"text": "string"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "blob",
|
|
1536
|
+
"optional": true,
|
|
1537
|
+
"type": {
|
|
1538
|
+
"text": "Blob"
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1490
1543
|
{
|
|
1491
1544
|
"kind": "field",
|
|
1492
1545
|
"name": "playbackRate"
|
|
@@ -7234,218 +7287,1018 @@
|
|
|
7234
7287
|
},
|
|
7235
7288
|
{
|
|
7236
7289
|
"kind": "javascript-module",
|
|
7237
|
-
"path": "src/lib/
|
|
7290
|
+
"path": "src/lib/color-picker/color-picker.ts",
|
|
7238
7291
|
"declarations": [
|
|
7239
7292
|
{
|
|
7240
7293
|
"kind": "variable",
|
|
7241
|
-
"name": "
|
|
7294
|
+
"name": "VC_HEX_PICKER_TAG",
|
|
7242
7295
|
"type": {
|
|
7243
|
-
"text": "
|
|
7296
|
+
"text": "string"
|
|
7244
7297
|
},
|
|
7245
|
-
"default": "
|
|
7246
|
-
|
|
7247
|
-
"privacy": "public"
|
|
7248
|
-
}
|
|
7249
|
-
],
|
|
7250
|
-
"exports": [
|
|
7298
|
+
"default": "'vvd-hex-picker'"
|
|
7299
|
+
},
|
|
7251
7300
|
{
|
|
7252
|
-
"kind": "
|
|
7253
|
-
"name": "
|
|
7254
|
-
"
|
|
7255
|
-
"
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
}
|
|
7259
|
-
]
|
|
7260
|
-
},
|
|
7261
|
-
{
|
|
7262
|
-
"kind": "javascript-module",
|
|
7263
|
-
"path": "src/lib/combobox/combobox.ts",
|
|
7264
|
-
"declarations": [
|
|
7301
|
+
"kind": "variable",
|
|
7302
|
+
"name": "VC_HEX_INPUT_TAG",
|
|
7303
|
+
"type": {
|
|
7304
|
+
"text": "string"
|
|
7305
|
+
},
|
|
7306
|
+
"default": "'vvd-hex-input'"
|
|
7307
|
+
},
|
|
7265
7308
|
{
|
|
7266
7309
|
"kind": "class",
|
|
7267
7310
|
"description": "",
|
|
7268
|
-
"name": "
|
|
7269
|
-
"slots": [
|
|
7270
|
-
{
|
|
7271
|
-
"description": "Default slot.",
|
|
7272
|
-
"name": ""
|
|
7273
|
-
},
|
|
7274
|
-
{
|
|
7275
|
-
"description": "The preferred way to add an icon to the combobox control.",
|
|
7276
|
-
"name": "icon"
|
|
7277
|
-
},
|
|
7278
|
-
{
|
|
7279
|
-
"description": "Slot to add meta content to the combobox control.",
|
|
7280
|
-
"name": "meta"
|
|
7281
|
-
},
|
|
7282
|
-
{
|
|
7283
|
-
"description": "Describes how to use the combobox. Alternative to the `helper-text` attribute.",
|
|
7284
|
-
"name": "helper-text"
|
|
7285
|
-
}
|
|
7286
|
-
],
|
|
7311
|
+
"name": "VvdHexPicker",
|
|
7287
7312
|
"members": [
|
|
7288
7313
|
{
|
|
7289
7314
|
"kind": "field",
|
|
7290
|
-
"name": "
|
|
7315
|
+
"name": "displayName",
|
|
7291
7316
|
"type": {
|
|
7292
|
-
"text": "
|
|
7293
|
-
},
|
|
7294
|
-
"description": "The autocomplete attribute.",
|
|
7295
|
-
"privacy": "public"
|
|
7296
|
-
},
|
|
7297
|
-
{
|
|
7298
|
-
"kind": "field",
|
|
7299
|
-
"name": "filteredOptions",
|
|
7300
|
-
"type": {
|
|
7301
|
-
"text": "ListboxOption[]"
|
|
7317
|
+
"text": "string"
|
|
7302
7318
|
},
|
|
7303
|
-
"
|
|
7304
|
-
"
|
|
7305
|
-
"
|
|
7306
|
-
}
|
|
7319
|
+
"static": true,
|
|
7320
|
+
"default": "'VvdHexPicker'",
|
|
7321
|
+
"readonly": true
|
|
7322
|
+
}
|
|
7323
|
+
],
|
|
7324
|
+
"superclass": {
|
|
7325
|
+
"name": "HexColorPicker",
|
|
7326
|
+
"package": "vanilla-colorful/hex-color-picker.js"
|
|
7327
|
+
},
|
|
7328
|
+
"tagName": "VC_HEX_PICKER_TAG",
|
|
7329
|
+
"customElement": true
|
|
7330
|
+
},
|
|
7331
|
+
{
|
|
7332
|
+
"kind": "class",
|
|
7333
|
+
"description": "",
|
|
7334
|
+
"name": "VvdHexInput",
|
|
7335
|
+
"members": [
|
|
7307
7336
|
{
|
|
7308
7337
|
"kind": "field",
|
|
7309
|
-
"name": "
|
|
7338
|
+
"name": "displayName",
|
|
7310
7339
|
"type": {
|
|
7311
|
-
"text": "
|
|
7340
|
+
"text": "string"
|
|
7312
7341
|
},
|
|
7313
|
-
"
|
|
7314
|
-
"
|
|
7315
|
-
|
|
7342
|
+
"static": true,
|
|
7343
|
+
"default": "'VvdHexInput'",
|
|
7344
|
+
"readonly": true
|
|
7345
|
+
}
|
|
7346
|
+
],
|
|
7347
|
+
"superclass": {
|
|
7348
|
+
"name": "HexInput",
|
|
7349
|
+
"package": "vanilla-colorful/hex-input.js"
|
|
7350
|
+
},
|
|
7351
|
+
"tagName": "VC_HEX_INPUT_TAG",
|
|
7352
|
+
"customElement": true
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"kind": "variable",
|
|
7356
|
+
"name": "vcPickerTag",
|
|
7357
|
+
"default": "VC_HEX_PICKER_TAG"
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "variable",
|
|
7361
|
+
"name": "vcInputTag",
|
|
7362
|
+
"default": "VC_HEX_INPUT_TAG"
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"kind": "class",
|
|
7366
|
+
"description": "",
|
|
7367
|
+
"name": "ColorPicker",
|
|
7368
|
+
"slots": [
|
|
7316
7369
|
{
|
|
7317
|
-
"
|
|
7318
|
-
"name": "
|
|
7319
|
-
"type": {
|
|
7320
|
-
"text": "ComboboxShape | undefined"
|
|
7321
|
-
},
|
|
7322
|
-
"description": "The shape attribute.",
|
|
7323
|
-
"privacy": "public"
|
|
7370
|
+
"description": "Describes how to use the text-field. Alternative to the `helper-text` attribute.",
|
|
7371
|
+
"name": "helper-text"
|
|
7324
7372
|
},
|
|
7325
7373
|
{
|
|
7326
|
-
"
|
|
7327
|
-
"name": "
|
|
7328
|
-
"type": {
|
|
7329
|
-
"text": "ComboboxSize | undefined"
|
|
7330
|
-
},
|
|
7331
|
-
"description": "The size the combobox should have.",
|
|
7332
|
-
"privacy": "public"
|
|
7374
|
+
"description": "Overrides the default \"Color Picker\" title of the Popup window.",
|
|
7375
|
+
"name": "popup-text"
|
|
7333
7376
|
},
|
|
7334
7377
|
{
|
|
7335
|
-
"
|
|
7336
|
-
"name": "
|
|
7337
|
-
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
"description": "the placement of the combobox\n\nHTML Attribute: string"
|
|
7341
|
-
},
|
|
7378
|
+
"description": " Overrides the default \"Saved colors:\" text above color swatches.",
|
|
7379
|
+
"name": "swatches-text"
|
|
7380
|
+
}
|
|
7381
|
+
],
|
|
7382
|
+
"members": [
|
|
7342
7383
|
{
|
|
7343
7384
|
"kind": "field",
|
|
7344
|
-
"name": "
|
|
7385
|
+
"name": "placeholder",
|
|
7345
7386
|
"type": {
|
|
7346
|
-
"text": "
|
|
7387
|
+
"text": "string"
|
|
7347
7388
|
},
|
|
7348
|
-
"
|
|
7349
|
-
"description": "Whether the dropdown is using a fixed positioning strategy.",
|
|
7389
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
7350
7390
|
"privacy": "public"
|
|
7351
7391
|
},
|
|
7352
7392
|
{
|
|
7353
7393
|
"kind": "field",
|
|
7354
|
-
"name": "
|
|
7355
|
-
"type": {
|
|
7356
|
-
"text": "Popup"
|
|
7357
|
-
}
|
|
7358
|
-
},
|
|
7359
|
-
{
|
|
7360
|
-
"kind": "field",
|
|
7361
|
-
"name": "_anchor",
|
|
7394
|
+
"name": "savedColorsKey",
|
|
7362
7395
|
"type": {
|
|
7363
|
-
"text": "
|
|
7364
|
-
}
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"kind": "method",
|
|
7368
|
-
"name": "validate",
|
|
7369
|
-
"return": {
|
|
7370
|
-
"type": {
|
|
7371
|
-
"text": "void"
|
|
7372
|
-
}
|
|
7373
|
-
},
|
|
7374
|
-
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
7375
|
-
"inheritedFrom": {
|
|
7376
|
-
"name": "WithErrorText",
|
|
7377
|
-
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7378
|
-
}
|
|
7379
|
-
},
|
|
7380
|
-
{
|
|
7381
|
-
"kind": "field",
|
|
7382
|
-
"name": "isAutocompleteInline",
|
|
7383
|
-
"type": {
|
|
7384
|
-
"text": "boolean"
|
|
7385
|
-
},
|
|
7386
|
-
"privacy": "private",
|
|
7387
|
-
"readonly": true
|
|
7388
|
-
},
|
|
7389
|
-
{
|
|
7390
|
-
"kind": "field",
|
|
7391
|
-
"name": "isAutocompleteList",
|
|
7392
|
-
"type": {
|
|
7393
|
-
"text": "boolean"
|
|
7394
|
-
},
|
|
7395
|
-
"privacy": "private",
|
|
7396
|
-
"readonly": true
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"kind": "field",
|
|
7400
|
-
"name": "isAutocompleteBoth",
|
|
7401
|
-
"type": {
|
|
7402
|
-
"text": "boolean"
|
|
7396
|
+
"text": "string | undefined"
|
|
7403
7397
|
},
|
|
7404
|
-
"
|
|
7405
|
-
"
|
|
7398
|
+
"description": "Sets the localStorage saved colors key explicitly.",
|
|
7399
|
+
"privacy": "public"
|
|
7406
7400
|
},
|
|
7407
7401
|
{
|
|
7408
7402
|
"kind": "field",
|
|
7409
|
-
"name": "
|
|
7403
|
+
"name": "disableSavedColors",
|
|
7410
7404
|
"type": {
|
|
7411
7405
|
"text": "boolean"
|
|
7412
7406
|
},
|
|
7413
7407
|
"default": "false",
|
|
7414
|
-
"description": "
|
|
7408
|
+
"description": "Disables the saving colors functionality",
|
|
7415
7409
|
"privacy": "public"
|
|
7416
7410
|
},
|
|
7417
7411
|
{
|
|
7418
7412
|
"kind": "field",
|
|
7419
|
-
"name": "
|
|
7413
|
+
"name": "maxSwatches",
|
|
7420
7414
|
"type": {
|
|
7421
|
-
"text": "
|
|
7415
|
+
"text": "number"
|
|
7422
7416
|
},
|
|
7423
|
-
"
|
|
7424
|
-
"
|
|
7425
|
-
"
|
|
7426
|
-
"name": "Listbox",
|
|
7427
|
-
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
7428
|
-
}
|
|
7417
|
+
"default": "6",
|
|
7418
|
+
"description": "Limits number of swatches that can be saved.",
|
|
7419
|
+
"privacy": "public"
|
|
7429
7420
|
},
|
|
7430
7421
|
{
|
|
7431
7422
|
"kind": "field",
|
|
7432
|
-
"name": "
|
|
7423
|
+
"name": "#iconResetTimer",
|
|
7424
|
+
"privacy": "private",
|
|
7433
7425
|
"type": {
|
|
7434
|
-
"text": "
|
|
7435
|
-
},
|
|
7436
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
7437
|
-
"privacy": "public"
|
|
7438
|
-
},
|
|
7439
|
-
{
|
|
7440
|
-
"kind": "method",
|
|
7441
|
-
"name": "filterOptions",
|
|
7442
|
-
"return": {
|
|
7443
|
-
"type": {
|
|
7444
|
-
"text": "void"
|
|
7445
|
-
}
|
|
7426
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
7446
7427
|
},
|
|
7447
|
-
"
|
|
7448
|
-
|
|
7428
|
+
"default": "null"
|
|
7429
|
+
},
|
|
7430
|
+
{
|
|
7431
|
+
"kind": "field",
|
|
7432
|
+
"name": "helperText",
|
|
7433
|
+
"type": {
|
|
7434
|
+
"text": "string | undefined"
|
|
7435
|
+
},
|
|
7436
|
+
"description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
|
|
7437
|
+
"privacy": "public",
|
|
7438
|
+
"inheritedFrom": {
|
|
7439
|
+
"name": "WithFeedback",
|
|
7440
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
7441
|
+
}
|
|
7442
|
+
},
|
|
7443
|
+
{
|
|
7444
|
+
"kind": "field",
|
|
7445
|
+
"name": "errorText",
|
|
7446
|
+
"type": {
|
|
7447
|
+
"text": "string | undefined"
|
|
7448
|
+
},
|
|
7449
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
7450
|
+
"privacy": "public",
|
|
7451
|
+
"inheritedFrom": {
|
|
7452
|
+
"name": "WithErrorText",
|
|
7453
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7454
|
+
}
|
|
7455
|
+
},
|
|
7456
|
+
{
|
|
7457
|
+
"kind": "field",
|
|
7458
|
+
"name": "#blockValidateCalls",
|
|
7459
|
+
"privacy": "private",
|
|
7460
|
+
"type": {
|
|
7461
|
+
"text": "boolean"
|
|
7462
|
+
},
|
|
7463
|
+
"default": "false",
|
|
7464
|
+
"inheritedFrom": {
|
|
7465
|
+
"name": "WithErrorText",
|
|
7466
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7467
|
+
}
|
|
7468
|
+
},
|
|
7469
|
+
{
|
|
7470
|
+
"kind": "field",
|
|
7471
|
+
"name": "#originalValidateFn",
|
|
7472
|
+
"privacy": "private",
|
|
7473
|
+
"type": {
|
|
7474
|
+
"text": "() => void"
|
|
7475
|
+
},
|
|
7476
|
+
"inheritedFrom": {
|
|
7477
|
+
"name": "WithErrorText",
|
|
7478
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
{
|
|
7482
|
+
"kind": "method",
|
|
7483
|
+
"name": "#forceCustomError",
|
|
7484
|
+
"parameters": [
|
|
7485
|
+
{
|
|
7486
|
+
"name": "errorMessage",
|
|
7487
|
+
"type": {
|
|
7488
|
+
"text": "string"
|
|
7489
|
+
}
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"inheritedFrom": {
|
|
7493
|
+
"name": "WithErrorText",
|
|
7494
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7495
|
+
}
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"kind": "method",
|
|
7499
|
+
"name": "#clearCustomErrorAndRevalidate",
|
|
7500
|
+
"inheritedFrom": {
|
|
7501
|
+
"name": "WithErrorText",
|
|
7502
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7503
|
+
}
|
|
7504
|
+
},
|
|
7505
|
+
{
|
|
7506
|
+
"kind": "field",
|
|
7507
|
+
"name": "validate",
|
|
7508
|
+
"inheritedFrom": {
|
|
7509
|
+
"name": "WithErrorText",
|
|
7510
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7511
|
+
}
|
|
7512
|
+
},
|
|
7513
|
+
{
|
|
7514
|
+
"kind": "field",
|
|
7515
|
+
"name": "successText",
|
|
7516
|
+
"type": {
|
|
7517
|
+
"text": "string | undefined"
|
|
7518
|
+
},
|
|
7519
|
+
"description": "Provides a custom success message. Any current error state will be overridden.",
|
|
7520
|
+
"privacy": "public",
|
|
7521
|
+
"inheritedFrom": {
|
|
7522
|
+
"name": "WithSuccessText",
|
|
7523
|
+
"module": "src/shared/patterns/form-elements/with-success-text.ts"
|
|
7524
|
+
}
|
|
7525
|
+
},
|
|
7526
|
+
{
|
|
7527
|
+
"kind": "field",
|
|
7528
|
+
"name": "_vividAriaBehaviour",
|
|
7529
|
+
"default": "'delegate'",
|
|
7530
|
+
"type": {
|
|
7531
|
+
"text": "'delegate'"
|
|
7532
|
+
},
|
|
7533
|
+
"inheritedFrom": {
|
|
7534
|
+
"name": "DelegatesAria",
|
|
7535
|
+
"module": "src/shared/aria/delegates-aria.ts"
|
|
7536
|
+
}
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"kind": "field",
|
|
7540
|
+
"name": "open",
|
|
7541
|
+
"type": {
|
|
7542
|
+
"text": "boolean"
|
|
7543
|
+
},
|
|
7544
|
+
"default": "false",
|
|
7545
|
+
"description": "Indicates whether the popup is open",
|
|
7546
|
+
"privacy": "public",
|
|
7547
|
+
"inheritedFrom": {
|
|
7548
|
+
"name": "BaseColorPicker",
|
|
7549
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
7550
|
+
}
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"kind": "field",
|
|
7554
|
+
"name": "swatches",
|
|
7555
|
+
"type": {
|
|
7556
|
+
"text": "ColorSwatch[]"
|
|
7557
|
+
},
|
|
7558
|
+
"default": "[]",
|
|
7559
|
+
"description": "List of color swatches, has to be an array of objects\n\n### Examples",
|
|
7560
|
+
"privacy": "public",
|
|
7561
|
+
"inheritedFrom": {
|
|
7562
|
+
"name": "BaseColorPicker",
|
|
7563
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
7564
|
+
}
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"kind": "field",
|
|
7568
|
+
"name": "label",
|
|
7569
|
+
"type": {
|
|
7570
|
+
"text": "string | undefined"
|
|
7571
|
+
},
|
|
7572
|
+
"description": "The label for the form element.",
|
|
7573
|
+
"inheritedFrom": {
|
|
7574
|
+
"name": "FormElement",
|
|
7575
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
{
|
|
7579
|
+
"kind": "field",
|
|
7580
|
+
"name": "#handleInvalidEvent",
|
|
7581
|
+
"privacy": "private",
|
|
7582
|
+
"inheritedFrom": {
|
|
7583
|
+
"name": "FormElement",
|
|
7584
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
7585
|
+
}
|
|
7586
|
+
},
|
|
7587
|
+
{
|
|
7588
|
+
"kind": "field",
|
|
7589
|
+
"name": "validity",
|
|
7590
|
+
"type": {
|
|
7591
|
+
"text": "ValidityState"
|
|
7592
|
+
},
|
|
7593
|
+
"description": "Returns the validity state of the element",
|
|
7594
|
+
"readonly": true,
|
|
7595
|
+
"inheritedFrom": {
|
|
7596
|
+
"name": "FormAssociated",
|
|
7597
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7598
|
+
}
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"kind": "field",
|
|
7602
|
+
"name": "form",
|
|
7603
|
+
"type": {
|
|
7604
|
+
"text": "HTMLFormElement | null"
|
|
7605
|
+
},
|
|
7606
|
+
"description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
|
|
7607
|
+
"readonly": true,
|
|
7608
|
+
"inheritedFrom": {
|
|
7609
|
+
"name": "FormAssociated",
|
|
7610
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7611
|
+
}
|
|
7612
|
+
},
|
|
7613
|
+
{
|
|
7614
|
+
"kind": "field",
|
|
7615
|
+
"name": "validationMessage",
|
|
7616
|
+
"type": {
|
|
7617
|
+
"text": "string"
|
|
7618
|
+
},
|
|
7619
|
+
"description": "Retrieve the localized validation message,\nor custom validation message if set.",
|
|
7620
|
+
"readonly": true,
|
|
7621
|
+
"inheritedFrom": {
|
|
7622
|
+
"name": "FormAssociated",
|
|
7623
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7624
|
+
}
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"kind": "field",
|
|
7628
|
+
"name": "willValidate",
|
|
7629
|
+
"type": {
|
|
7630
|
+
"text": "boolean"
|
|
7631
|
+
},
|
|
7632
|
+
"description": "Whether the element will be validated when the\nform is submitted",
|
|
7633
|
+
"readonly": true,
|
|
7634
|
+
"inheritedFrom": {
|
|
7635
|
+
"name": "FormAssociated",
|
|
7636
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7637
|
+
}
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"kind": "field",
|
|
7641
|
+
"name": "labels",
|
|
7642
|
+
"type": {
|
|
7643
|
+
"text": "ReadonlyArray<Node>"
|
|
7644
|
+
},
|
|
7645
|
+
"description": "A reference to all associated label elements",
|
|
7646
|
+
"readonly": true,
|
|
7647
|
+
"inheritedFrom": {
|
|
7648
|
+
"name": "FormAssociated",
|
|
7649
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7650
|
+
}
|
|
7651
|
+
},
|
|
7652
|
+
{
|
|
7653
|
+
"kind": "field",
|
|
7654
|
+
"name": "value",
|
|
7655
|
+
"type": {
|
|
7656
|
+
"text": "string"
|
|
7657
|
+
},
|
|
7658
|
+
"description": "The current value of the element.",
|
|
7659
|
+
"inheritedFrom": {
|
|
7660
|
+
"name": "FormAssociated",
|
|
7661
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7662
|
+
}
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
"kind": "field",
|
|
7666
|
+
"name": "currentValue",
|
|
7667
|
+
"inheritedFrom": {
|
|
7668
|
+
"name": "FormAssociated",
|
|
7669
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7670
|
+
}
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"kind": "field",
|
|
7674
|
+
"name": "initialValue",
|
|
7675
|
+
"type": {
|
|
7676
|
+
"text": "string"
|
|
7677
|
+
},
|
|
7678
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
7679
|
+
"inheritedFrom": {
|
|
7680
|
+
"name": "FormAssociated",
|
|
7681
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7682
|
+
}
|
|
7683
|
+
},
|
|
7684
|
+
{
|
|
7685
|
+
"kind": "field",
|
|
7686
|
+
"name": "disabled",
|
|
7687
|
+
"type": {
|
|
7688
|
+
"text": "boolean"
|
|
7689
|
+
},
|
|
7690
|
+
"default": "false",
|
|
7691
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
7692
|
+
"inheritedFrom": {
|
|
7693
|
+
"name": "FormAssociated",
|
|
7694
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7695
|
+
}
|
|
7696
|
+
},
|
|
7697
|
+
{
|
|
7698
|
+
"kind": "field",
|
|
7699
|
+
"name": "name",
|
|
7700
|
+
"type": {
|
|
7701
|
+
"text": "string"
|
|
7702
|
+
},
|
|
7703
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
7704
|
+
"inheritedFrom": {
|
|
7705
|
+
"name": "FormAssociated",
|
|
7706
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7707
|
+
}
|
|
7708
|
+
},
|
|
7709
|
+
{
|
|
7710
|
+
"kind": "field",
|
|
7711
|
+
"name": "required",
|
|
7712
|
+
"type": {
|
|
7713
|
+
"text": "boolean"
|
|
7714
|
+
},
|
|
7715
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
7716
|
+
"default": "false",
|
|
7717
|
+
"inheritedFrom": {
|
|
7718
|
+
"name": "FormAssociated",
|
|
7719
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7720
|
+
}
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"kind": "method",
|
|
7724
|
+
"name": "checkValidity",
|
|
7725
|
+
"return": {
|
|
7726
|
+
"type": {
|
|
7727
|
+
"text": "boolean"
|
|
7728
|
+
}
|
|
7729
|
+
},
|
|
7730
|
+
"description": "Return the current validity of the element.",
|
|
7731
|
+
"inheritedFrom": {
|
|
7732
|
+
"name": "FormAssociated",
|
|
7733
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7734
|
+
}
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
"kind": "method",
|
|
7738
|
+
"name": "reportValidity",
|
|
7739
|
+
"return": {
|
|
7740
|
+
"type": {
|
|
7741
|
+
"text": "boolean"
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
"description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
|
|
7745
|
+
"inheritedFrom": {
|
|
7746
|
+
"name": "FormAssociated",
|
|
7747
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7748
|
+
}
|
|
7749
|
+
},
|
|
7750
|
+
{
|
|
7751
|
+
"kind": "field",
|
|
7752
|
+
"name": "VIVID_VERSION",
|
|
7753
|
+
"static": true,
|
|
7754
|
+
"default": "__PACKAGE_VERSION__",
|
|
7755
|
+
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
7756
|
+
"type": {
|
|
7757
|
+
"text": "string"
|
|
7758
|
+
},
|
|
7759
|
+
"inheritedFrom": {
|
|
7760
|
+
"name": "VividElement",
|
|
7761
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
7762
|
+
}
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"kind": "field",
|
|
7766
|
+
"name": "componentName",
|
|
7767
|
+
"type": {
|
|
7768
|
+
"text": "string"
|
|
7769
|
+
},
|
|
7770
|
+
"static": true,
|
|
7771
|
+
"description": "Core component name, without prefix",
|
|
7772
|
+
"inheritedFrom": {
|
|
7773
|
+
"name": "VividElement",
|
|
7774
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
7775
|
+
}
|
|
7776
|
+
}
|
|
7777
|
+
],
|
|
7778
|
+
"events": [
|
|
7779
|
+
{
|
|
7780
|
+
"type": {
|
|
7781
|
+
"text": "CustomEvent<undefined>"
|
|
7782
|
+
},
|
|
7783
|
+
"description": "Fires when the value changes",
|
|
7784
|
+
"name": "change"
|
|
7785
|
+
}
|
|
7786
|
+
],
|
|
7787
|
+
"attributes": [
|
|
7788
|
+
{
|
|
7789
|
+
"name": "placeholder",
|
|
7790
|
+
"type": {
|
|
7791
|
+
"text": "string"
|
|
7792
|
+
},
|
|
7793
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
7794
|
+
"fieldName": "placeholder"
|
|
7795
|
+
},
|
|
7796
|
+
{
|
|
7797
|
+
"name": "saved-colors-key",
|
|
7798
|
+
"type": {
|
|
7799
|
+
"text": "string | undefined"
|
|
7800
|
+
},
|
|
7801
|
+
"description": "Sets the localStorage saved colors key explicitly.",
|
|
7802
|
+
"fieldName": "savedColorsKey"
|
|
7803
|
+
},
|
|
7804
|
+
{
|
|
7805
|
+
"name": "disable-saved-colors",
|
|
7806
|
+
"type": {
|
|
7807
|
+
"text": "boolean"
|
|
7808
|
+
},
|
|
7809
|
+
"default": "false",
|
|
7810
|
+
"description": "Disables the saving colors functionality",
|
|
7811
|
+
"fieldName": "disableSavedColors"
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
"name": "max-swatches",
|
|
7815
|
+
"type": {
|
|
7816
|
+
"text": "number"
|
|
7817
|
+
},
|
|
7818
|
+
"default": "6",
|
|
7819
|
+
"description": "Limits number of swatches that can be saved.",
|
|
7820
|
+
"fieldName": "maxSwatches"
|
|
7821
|
+
},
|
|
7822
|
+
{
|
|
7823
|
+
"name": "helper-text",
|
|
7824
|
+
"type": {
|
|
7825
|
+
"text": "string | undefined"
|
|
7826
|
+
},
|
|
7827
|
+
"description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
|
|
7828
|
+
"fieldName": "helperText",
|
|
7829
|
+
"inheritedFrom": {
|
|
7830
|
+
"name": "WithFeedback",
|
|
7831
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
7832
|
+
}
|
|
7833
|
+
},
|
|
7834
|
+
{
|
|
7835
|
+
"name": "error-text",
|
|
7836
|
+
"type": {
|
|
7837
|
+
"text": "string | undefined"
|
|
7838
|
+
},
|
|
7839
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
7840
|
+
"fieldName": "errorText",
|
|
7841
|
+
"inheritedFrom": {
|
|
7842
|
+
"name": "WithErrorText",
|
|
7843
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
7844
|
+
}
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
"name": "success-text",
|
|
7848
|
+
"type": {
|
|
7849
|
+
"text": "string | undefined"
|
|
7850
|
+
},
|
|
7851
|
+
"description": "Provides a custom success message. Any current error state will be overridden.",
|
|
7852
|
+
"fieldName": "successText",
|
|
7853
|
+
"inheritedFrom": {
|
|
7854
|
+
"name": "WithSuccessText",
|
|
7855
|
+
"module": "src/shared/patterns/form-elements/with-success-text.ts"
|
|
7856
|
+
}
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"name": "open",
|
|
7860
|
+
"type": {
|
|
7861
|
+
"text": "boolean"
|
|
7862
|
+
},
|
|
7863
|
+
"default": "false",
|
|
7864
|
+
"description": "Indicates whether the popup is open",
|
|
7865
|
+
"fieldName": "open",
|
|
7866
|
+
"inheritedFrom": {
|
|
7867
|
+
"name": "BaseColorPicker",
|
|
7868
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
7869
|
+
}
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"name": "label",
|
|
7873
|
+
"type": {
|
|
7874
|
+
"text": "string | undefined"
|
|
7875
|
+
},
|
|
7876
|
+
"description": "The label for the form element.",
|
|
7877
|
+
"fieldName": "label",
|
|
7878
|
+
"inheritedFrom": {
|
|
7879
|
+
"name": "FormElement",
|
|
7880
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
7881
|
+
}
|
|
7882
|
+
},
|
|
7883
|
+
{
|
|
7884
|
+
"name": "current-value",
|
|
7885
|
+
"type": {
|
|
7886
|
+
"text": "string"
|
|
7887
|
+
},
|
|
7888
|
+
"description": "The current value of the element.",
|
|
7889
|
+
"fieldName": "value",
|
|
7890
|
+
"inheritedFrom": {
|
|
7891
|
+
"name": "FormAssociated",
|
|
7892
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7893
|
+
}
|
|
7894
|
+
},
|
|
7895
|
+
{
|
|
7896
|
+
"name": "value",
|
|
7897
|
+
"type": {
|
|
7898
|
+
"text": "string"
|
|
7899
|
+
},
|
|
7900
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
7901
|
+
"fieldName": "initialValue",
|
|
7902
|
+
"inheritedFrom": {
|
|
7903
|
+
"name": "FormAssociated",
|
|
7904
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7905
|
+
}
|
|
7906
|
+
},
|
|
7907
|
+
{
|
|
7908
|
+
"name": "disabled",
|
|
7909
|
+
"type": {
|
|
7910
|
+
"text": "boolean"
|
|
7911
|
+
},
|
|
7912
|
+
"default": "false",
|
|
7913
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
7914
|
+
"fieldName": "disabled",
|
|
7915
|
+
"inheritedFrom": {
|
|
7916
|
+
"name": "FormAssociated",
|
|
7917
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7918
|
+
}
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"name": "name",
|
|
7922
|
+
"type": {
|
|
7923
|
+
"text": "string"
|
|
7924
|
+
},
|
|
7925
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
7926
|
+
"fieldName": "name",
|
|
7927
|
+
"inheritedFrom": {
|
|
7928
|
+
"name": "FormAssociated",
|
|
7929
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7932
|
+
{
|
|
7933
|
+
"name": "required",
|
|
7934
|
+
"type": {
|
|
7935
|
+
"text": "boolean"
|
|
7936
|
+
},
|
|
7937
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
7938
|
+
"default": "false",
|
|
7939
|
+
"fieldName": "required",
|
|
7940
|
+
"inheritedFrom": {
|
|
7941
|
+
"name": "FormAssociated",
|
|
7942
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
7943
|
+
}
|
|
7944
|
+
}
|
|
7945
|
+
],
|
|
7946
|
+
"mixins": [
|
|
7947
|
+
{
|
|
7948
|
+
"name": "WithContextualHelp",
|
|
7949
|
+
"module": "/src/shared/patterns"
|
|
7950
|
+
},
|
|
7951
|
+
{
|
|
7952
|
+
"name": "WithFeedback",
|
|
7953
|
+
"module": "/src/shared/feedback/mixins"
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"name": "WithErrorText",
|
|
7957
|
+
"module": "/src/shared/patterns"
|
|
7958
|
+
},
|
|
7959
|
+
{
|
|
7960
|
+
"name": "WithSuccessText",
|
|
7961
|
+
"module": "/src/shared/patterns"
|
|
7962
|
+
},
|
|
7963
|
+
{
|
|
7964
|
+
"name": "DelegatesAria",
|
|
7965
|
+
"module": "/src/shared/aria/delegates-aria"
|
|
7966
|
+
},
|
|
7967
|
+
{
|
|
7968
|
+
"name": "BaseColorPicker",
|
|
7969
|
+
"module": "/src/shared/color-picker"
|
|
7970
|
+
}
|
|
7971
|
+
],
|
|
7972
|
+
"superclass": {
|
|
7973
|
+
"name": "VividElement",
|
|
7974
|
+
"module": "/src/shared/foundation/vivid-element/vivid-element"
|
|
7975
|
+
},
|
|
7976
|
+
"vividComponent": {
|
|
7977
|
+
"public": true,
|
|
7978
|
+
"name": "color-picker",
|
|
7979
|
+
"vueModels": [
|
|
7980
|
+
{
|
|
7981
|
+
"name": "modelValue",
|
|
7982
|
+
"propName": "value",
|
|
7983
|
+
"eventNames": [
|
|
7984
|
+
"input"
|
|
7985
|
+
],
|
|
7986
|
+
"valueMapping": "event.currentTarget.value"
|
|
7987
|
+
}
|
|
7988
|
+
]
|
|
7989
|
+
}
|
|
7990
|
+
}
|
|
7991
|
+
],
|
|
7992
|
+
"exports": [
|
|
7993
|
+
{
|
|
7994
|
+
"kind": "custom-element-definition",
|
|
7995
|
+
"name": "VC_HEX_PICKER_TAG",
|
|
7996
|
+
"declaration": {
|
|
7997
|
+
"name": "VvdHexPicker",
|
|
7998
|
+
"module": "src/lib/color-picker/color-picker.ts"
|
|
7999
|
+
}
|
|
8000
|
+
},
|
|
8001
|
+
{
|
|
8002
|
+
"kind": "custom-element-definition",
|
|
8003
|
+
"name": "VC_HEX_INPUT_TAG",
|
|
8004
|
+
"declaration": {
|
|
8005
|
+
"name": "VvdHexInput",
|
|
8006
|
+
"module": "src/lib/color-picker/color-picker.ts"
|
|
8007
|
+
}
|
|
8008
|
+
},
|
|
8009
|
+
{
|
|
8010
|
+
"kind": "js",
|
|
8011
|
+
"name": "vcPickerTag",
|
|
8012
|
+
"declaration": {
|
|
8013
|
+
"name": "vcPickerTag",
|
|
8014
|
+
"module": "src/lib/color-picker/color-picker.ts"
|
|
8015
|
+
}
|
|
8016
|
+
},
|
|
8017
|
+
{
|
|
8018
|
+
"kind": "js",
|
|
8019
|
+
"name": "vcInputTag",
|
|
8020
|
+
"declaration": {
|
|
8021
|
+
"name": "vcInputTag",
|
|
8022
|
+
"module": "src/lib/color-picker/color-picker.ts"
|
|
8023
|
+
}
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"kind": "js",
|
|
8027
|
+
"name": "ColorPicker",
|
|
8028
|
+
"declaration": {
|
|
8029
|
+
"name": "ColorPicker",
|
|
8030
|
+
"module": "src/lib/color-picker/color-picker.ts"
|
|
8031
|
+
}
|
|
8032
|
+
}
|
|
8033
|
+
]
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"kind": "javascript-module",
|
|
8037
|
+
"path": "src/lib/color-picker/definition.ts",
|
|
8038
|
+
"declarations": [
|
|
8039
|
+
{
|
|
8040
|
+
"kind": "variable",
|
|
8041
|
+
"name": "colorPickerDefinition"
|
|
8042
|
+
},
|
|
8043
|
+
{
|
|
8044
|
+
"kind": "variable",
|
|
8045
|
+
"name": "registerColorPicker",
|
|
8046
|
+
"description": "Registers the color-picker element with the design system.",
|
|
8047
|
+
"parameters": [
|
|
8048
|
+
{
|
|
8049
|
+
"description": "the prefix to use for the component name",
|
|
8050
|
+
"name": "prefix"
|
|
8051
|
+
}
|
|
8052
|
+
]
|
|
8053
|
+
}
|
|
8054
|
+
],
|
|
8055
|
+
"exports": [
|
|
8056
|
+
{
|
|
8057
|
+
"kind": "js",
|
|
8058
|
+
"name": "colorPickerDefinition",
|
|
8059
|
+
"declaration": {
|
|
8060
|
+
"name": "colorPickerDefinition",
|
|
8061
|
+
"module": "src/lib/color-picker/definition.ts"
|
|
8062
|
+
}
|
|
8063
|
+
},
|
|
8064
|
+
{
|
|
8065
|
+
"kind": "js",
|
|
8066
|
+
"name": "registerColorPicker",
|
|
8067
|
+
"declaration": {
|
|
8068
|
+
"name": "registerColorPicker",
|
|
8069
|
+
"module": "src/lib/color-picker/definition.ts"
|
|
8070
|
+
}
|
|
8071
|
+
},
|
|
8072
|
+
{
|
|
8073
|
+
"kind": "js",
|
|
8074
|
+
"name": "VwcColorPickerElement",
|
|
8075
|
+
"declaration": {
|
|
8076
|
+
"name": "ColorPicker",
|
|
8077
|
+
"module": "src/lib/color-picker/definition.ts"
|
|
8078
|
+
}
|
|
8079
|
+
}
|
|
8080
|
+
]
|
|
8081
|
+
},
|
|
8082
|
+
{
|
|
8083
|
+
"kind": "javascript-module",
|
|
8084
|
+
"path": "src/lib/color-picker/locale.ts",
|
|
8085
|
+
"declarations": [],
|
|
8086
|
+
"exports": []
|
|
8087
|
+
},
|
|
8088
|
+
{
|
|
8089
|
+
"kind": "javascript-module",
|
|
8090
|
+
"path": "src/lib/combobox/combobox.options.ts",
|
|
8091
|
+
"declarations": [
|
|
8092
|
+
{
|
|
8093
|
+
"kind": "variable",
|
|
8094
|
+
"name": "ComboboxAutocomplete",
|
|
8095
|
+
"type": {
|
|
8096
|
+
"text": "{\n\tinline: 'inline',\n\tlist: 'list',\n\tboth: 'both',\n\tnone: 'none',\n}"
|
|
8097
|
+
},
|
|
8098
|
+
"default": "{\n\tinline: 'inline',\n\tlist: 'list',\n\tboth: 'both',\n\tnone: 'none',\n}",
|
|
8099
|
+
"description": "Autocomplete values for combobox.",
|
|
8100
|
+
"privacy": "public"
|
|
8101
|
+
}
|
|
8102
|
+
],
|
|
8103
|
+
"exports": [
|
|
8104
|
+
{
|
|
8105
|
+
"kind": "js",
|
|
8106
|
+
"name": "ComboboxAutocomplete",
|
|
8107
|
+
"declaration": {
|
|
8108
|
+
"name": "ComboboxAutocomplete",
|
|
8109
|
+
"module": "src/lib/combobox/combobox.options.ts"
|
|
8110
|
+
}
|
|
8111
|
+
}
|
|
8112
|
+
]
|
|
8113
|
+
},
|
|
8114
|
+
{
|
|
8115
|
+
"kind": "javascript-module",
|
|
8116
|
+
"path": "src/lib/combobox/combobox.ts",
|
|
8117
|
+
"declarations": [
|
|
8118
|
+
{
|
|
8119
|
+
"kind": "class",
|
|
8120
|
+
"description": "",
|
|
8121
|
+
"name": "Combobox",
|
|
8122
|
+
"slots": [
|
|
8123
|
+
{
|
|
8124
|
+
"description": "Default slot.",
|
|
8125
|
+
"name": ""
|
|
8126
|
+
},
|
|
8127
|
+
{
|
|
8128
|
+
"description": "The preferred way to add an icon to the combobox control.",
|
|
8129
|
+
"name": "icon"
|
|
8130
|
+
},
|
|
8131
|
+
{
|
|
8132
|
+
"description": "Slot to add meta content to the combobox control.",
|
|
8133
|
+
"name": "meta"
|
|
8134
|
+
},
|
|
8135
|
+
{
|
|
8136
|
+
"description": "Describes how to use the combobox. Alternative to the `helper-text` attribute.",
|
|
8137
|
+
"name": "helper-text"
|
|
8138
|
+
}
|
|
8139
|
+
],
|
|
8140
|
+
"members": [
|
|
8141
|
+
{
|
|
8142
|
+
"kind": "field",
|
|
8143
|
+
"name": "autocomplete",
|
|
8144
|
+
"type": {
|
|
8145
|
+
"text": "ComboboxAutocomplete | undefined"
|
|
8146
|
+
},
|
|
8147
|
+
"description": "The autocomplete attribute.",
|
|
8148
|
+
"privacy": "public"
|
|
8149
|
+
},
|
|
8150
|
+
{
|
|
8151
|
+
"kind": "field",
|
|
8152
|
+
"name": "filteredOptions",
|
|
8153
|
+
"type": {
|
|
8154
|
+
"text": "ListboxOption[]"
|
|
8155
|
+
},
|
|
8156
|
+
"default": "[]",
|
|
8157
|
+
"description": "The collection of currently filtered options.",
|
|
8158
|
+
"privacy": "public"
|
|
8159
|
+
},
|
|
8160
|
+
{
|
|
8161
|
+
"kind": "field",
|
|
8162
|
+
"name": "appearance",
|
|
8163
|
+
"type": {
|
|
8164
|
+
"text": "ComboboxAppearance | undefined"
|
|
8165
|
+
},
|
|
8166
|
+
"description": "The appearance attribute.",
|
|
8167
|
+
"privacy": "public"
|
|
8168
|
+
},
|
|
8169
|
+
{
|
|
8170
|
+
"kind": "field",
|
|
8171
|
+
"name": "shape",
|
|
8172
|
+
"type": {
|
|
8173
|
+
"text": "ComboboxShape | undefined"
|
|
8174
|
+
},
|
|
8175
|
+
"description": "The shape attribute.",
|
|
8176
|
+
"privacy": "public"
|
|
8177
|
+
},
|
|
8178
|
+
{
|
|
8179
|
+
"kind": "field",
|
|
8180
|
+
"name": "scale",
|
|
8181
|
+
"type": {
|
|
8182
|
+
"text": "ComboboxSize | undefined"
|
|
8183
|
+
},
|
|
8184
|
+
"description": "The size the combobox should have.",
|
|
8185
|
+
"privacy": "public"
|
|
8186
|
+
},
|
|
8187
|
+
{
|
|
8188
|
+
"kind": "field",
|
|
8189
|
+
"name": "placement",
|
|
8190
|
+
"type": {
|
|
8191
|
+
"text": "PopupPlacement | undefined"
|
|
8192
|
+
},
|
|
8193
|
+
"description": "the placement of the combobox\n\nHTML Attribute: string"
|
|
8194
|
+
},
|
|
8195
|
+
{
|
|
8196
|
+
"kind": "field",
|
|
8197
|
+
"name": "fixedDropdown",
|
|
8198
|
+
"type": {
|
|
8199
|
+
"text": "boolean"
|
|
8200
|
+
},
|
|
8201
|
+
"default": "false",
|
|
8202
|
+
"description": "Whether the dropdown is using a fixed positioning strategy.",
|
|
8203
|
+
"privacy": "public"
|
|
8204
|
+
},
|
|
8205
|
+
{
|
|
8206
|
+
"kind": "field",
|
|
8207
|
+
"name": "_popup",
|
|
8208
|
+
"type": {
|
|
8209
|
+
"text": "Popup"
|
|
8210
|
+
}
|
|
8211
|
+
},
|
|
8212
|
+
{
|
|
8213
|
+
"kind": "field",
|
|
8214
|
+
"name": "_anchor",
|
|
8215
|
+
"type": {
|
|
8216
|
+
"text": "HTMLElement"
|
|
8217
|
+
}
|
|
8218
|
+
},
|
|
8219
|
+
{
|
|
8220
|
+
"kind": "method",
|
|
8221
|
+
"name": "validate",
|
|
8222
|
+
"return": {
|
|
8223
|
+
"type": {
|
|
8224
|
+
"text": "void"
|
|
8225
|
+
}
|
|
8226
|
+
},
|
|
8227
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
8228
|
+
"inheritedFrom": {
|
|
8229
|
+
"name": "WithErrorText",
|
|
8230
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8233
|
+
{
|
|
8234
|
+
"kind": "field",
|
|
8235
|
+
"name": "isAutocompleteInline",
|
|
8236
|
+
"type": {
|
|
8237
|
+
"text": "boolean"
|
|
8238
|
+
},
|
|
8239
|
+
"privacy": "private",
|
|
8240
|
+
"readonly": true
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
"kind": "field",
|
|
8244
|
+
"name": "isAutocompleteList",
|
|
8245
|
+
"type": {
|
|
8246
|
+
"text": "boolean"
|
|
8247
|
+
},
|
|
8248
|
+
"privacy": "private",
|
|
8249
|
+
"readonly": true
|
|
8250
|
+
},
|
|
8251
|
+
{
|
|
8252
|
+
"kind": "field",
|
|
8253
|
+
"name": "isAutocompleteBoth",
|
|
8254
|
+
"type": {
|
|
8255
|
+
"text": "boolean"
|
|
8256
|
+
},
|
|
8257
|
+
"privacy": "private",
|
|
8258
|
+
"readonly": true
|
|
8259
|
+
},
|
|
8260
|
+
{
|
|
8261
|
+
"kind": "field",
|
|
8262
|
+
"name": "open",
|
|
8263
|
+
"type": {
|
|
8264
|
+
"text": "boolean"
|
|
8265
|
+
},
|
|
8266
|
+
"default": "false",
|
|
8267
|
+
"description": "The open attribute.",
|
|
8268
|
+
"privacy": "public"
|
|
8269
|
+
},
|
|
8270
|
+
{
|
|
8271
|
+
"kind": "field",
|
|
8272
|
+
"name": "options",
|
|
8273
|
+
"type": {
|
|
8274
|
+
"text": "ListboxOption[]"
|
|
8275
|
+
},
|
|
8276
|
+
"description": "The list of options.",
|
|
8277
|
+
"privacy": "public",
|
|
8278
|
+
"inheritedFrom": {
|
|
8279
|
+
"name": "Listbox",
|
|
8280
|
+
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
8281
|
+
}
|
|
8282
|
+
},
|
|
8283
|
+
{
|
|
8284
|
+
"kind": "field",
|
|
8285
|
+
"name": "placeholder",
|
|
8286
|
+
"type": {
|
|
8287
|
+
"text": "string"
|
|
8288
|
+
},
|
|
8289
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
8290
|
+
"privacy": "public"
|
|
8291
|
+
},
|
|
8292
|
+
{
|
|
8293
|
+
"kind": "method",
|
|
8294
|
+
"name": "filterOptions",
|
|
8295
|
+
"return": {
|
|
8296
|
+
"type": {
|
|
8297
|
+
"text": "void"
|
|
8298
|
+
}
|
|
8299
|
+
},
|
|
8300
|
+
"description": "Filter available options by text value.",
|
|
8301
|
+
"privacy": "public"
|
|
7449
8302
|
},
|
|
7450
8303
|
{
|
|
7451
8304
|
"kind": "field",
|
|
@@ -8045,6 +8898,10 @@
|
|
|
8045
8898
|
}
|
|
8046
8899
|
],
|
|
8047
8900
|
"mixins": [
|
|
8901
|
+
{
|
|
8902
|
+
"name": "WithContextualHelp",
|
|
8903
|
+
"module": "/src/shared/patterns"
|
|
8904
|
+
},
|
|
8048
8905
|
{
|
|
8049
8906
|
"name": "WithFeedback",
|
|
8050
8907
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -8877,18 +9734,9 @@
|
|
|
8877
9734
|
},
|
|
8878
9735
|
{
|
|
8879
9736
|
"kind": "field",
|
|
8880
|
-
"name": "
|
|
8881
|
-
"type": {
|
|
8882
|
-
"text": "RepeatBehavior | null"
|
|
8883
|
-
},
|
|
8884
|
-
"privacy": "private",
|
|
8885
|
-
"default": "null"
|
|
8886
|
-
},
|
|
8887
|
-
{
|
|
8888
|
-
"kind": "field",
|
|
8889
|
-
"name": "cellsPlaceholder",
|
|
9737
|
+
"name": "behaviorOrchestrator",
|
|
8890
9738
|
"type": {
|
|
8891
|
-
"text": "
|
|
9739
|
+
"text": "ViewBehaviorOrchestrator | null"
|
|
8892
9740
|
},
|
|
8893
9741
|
"privacy": "private",
|
|
8894
9742
|
"default": "null"
|
|
@@ -9366,18 +10214,9 @@
|
|
|
9366
10214
|
},
|
|
9367
10215
|
{
|
|
9368
10216
|
"kind": "field",
|
|
9369
|
-
"name": "
|
|
9370
|
-
"type": {
|
|
9371
|
-
"text": "RepeatBehavior | null"
|
|
9372
|
-
},
|
|
9373
|
-
"privacy": "private",
|
|
9374
|
-
"default": "null"
|
|
9375
|
-
},
|
|
9376
|
-
{
|
|
9377
|
-
"kind": "field",
|
|
9378
|
-
"name": "rowsPlaceholder",
|
|
10217
|
+
"name": "behaviorOrchestrator",
|
|
9379
10218
|
"type": {
|
|
9380
|
-
"text": "
|
|
10219
|
+
"text": "ViewBehaviorOrchestrator | null"
|
|
9381
10220
|
},
|
|
9382
10221
|
"privacy": "private",
|
|
9383
10222
|
"default": "null"
|
|
@@ -9895,7 +10734,7 @@
|
|
|
9895
10734
|
"name": "#localeChangeObserver",
|
|
9896
10735
|
"privacy": "private",
|
|
9897
10736
|
"type": {
|
|
9898
|
-
"text": "
|
|
10737
|
+
"text": "ExpressionNotifier"
|
|
9899
10738
|
},
|
|
9900
10739
|
"inheritedFrom": {
|
|
9901
10740
|
"name": "PickerField",
|
|
@@ -10698,7 +11537,7 @@
|
|
|
10698
11537
|
"name": "#localeChangeObserver",
|
|
10699
11538
|
"privacy": "private",
|
|
10700
11539
|
"type": {
|
|
10701
|
-
"text": "
|
|
11540
|
+
"text": "ExpressionNotifier"
|
|
10702
11541
|
},
|
|
10703
11542
|
"inheritedFrom": {
|
|
10704
11543
|
"name": "PickerField",
|
|
@@ -11498,7 +12337,7 @@
|
|
|
11498
12337
|
"name": "#clockChangeObserver",
|
|
11499
12338
|
"privacy": "private",
|
|
11500
12339
|
"type": {
|
|
11501
|
-
"text": "
|
|
12340
|
+
"text": "ExpressionNotifier"
|
|
11502
12341
|
},
|
|
11503
12342
|
"inheritedFrom": {
|
|
11504
12343
|
"name": "TimeSelectionPicker",
|
|
@@ -11616,7 +12455,7 @@
|
|
|
11616
12455
|
"name": "#localeChangeObserver",
|
|
11617
12456
|
"privacy": "private",
|
|
11618
12457
|
"type": {
|
|
11619
|
-
"text": "
|
|
12458
|
+
"text": "ExpressionNotifier"
|
|
11620
12459
|
},
|
|
11621
12460
|
"inheritedFrom": {
|
|
11622
12461
|
"name": "PickerField",
|
|
@@ -12465,6 +13304,16 @@
|
|
|
12465
13304
|
"privacy": "public",
|
|
12466
13305
|
"description": ""
|
|
12467
13306
|
},
|
|
13307
|
+
{
|
|
13308
|
+
"kind": "field",
|
|
13309
|
+
"name": "deleteAriaLabel",
|
|
13310
|
+
"type": {
|
|
13311
|
+
"text": "string | null"
|
|
13312
|
+
},
|
|
13313
|
+
"default": "null",
|
|
13314
|
+
"description": "The aria-label for the delete button",
|
|
13315
|
+
"privacy": "public"
|
|
13316
|
+
},
|
|
12468
13317
|
{
|
|
12469
13318
|
"kind": "field",
|
|
12470
13319
|
"name": "autofocus",
|
|
@@ -12663,6 +13512,15 @@
|
|
|
12663
13512
|
"default": "null",
|
|
12664
13513
|
"fieldName": "callButtonLabel"
|
|
12665
13514
|
},
|
|
13515
|
+
{
|
|
13516
|
+
"name": "delete-aria-label",
|
|
13517
|
+
"type": {
|
|
13518
|
+
"text": "string | null"
|
|
13519
|
+
},
|
|
13520
|
+
"default": "null",
|
|
13521
|
+
"description": "The aria-label for the delete button",
|
|
13522
|
+
"fieldName": "deleteAriaLabel"
|
|
13523
|
+
},
|
|
12666
13524
|
{
|
|
12667
13525
|
"name": "autofocus",
|
|
12668
13526
|
"type": {
|
|
@@ -15024,14 +15882,14 @@
|
|
|
15024
15882
|
"type": {
|
|
15025
15883
|
"text": "object"
|
|
15026
15884
|
},
|
|
15027
|
-
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._customValidationError =\n\t\t\t\tthis.#customValidationChangeObserver.observe(\n\t\t\t\t\tthis,\n\t\t\t\t\
|
|
15885
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._customValidationError =\n\t\t\t\tthis.#customValidationChangeObserver.observe(\n\t\t\t\t\tthis,\n\t\t\t\t\tExecutionContext.default\n\t\t\t\t);\n\t\t},\n\t}"
|
|
15028
15886
|
},
|
|
15029
15887
|
{
|
|
15030
15888
|
"kind": "field",
|
|
15031
15889
|
"name": "#customValidationChangeObserver",
|
|
15032
15890
|
"privacy": "private",
|
|
15033
15891
|
"type": {
|
|
15034
|
-
"text": "
|
|
15892
|
+
"text": "ExpressionNotifier"
|
|
15035
15893
|
}
|
|
15036
15894
|
},
|
|
15037
15895
|
{
|
|
@@ -15562,6 +16420,10 @@
|
|
|
15562
16420
|
}
|
|
15563
16421
|
],
|
|
15564
16422
|
"mixins": [
|
|
16423
|
+
{
|
|
16424
|
+
"name": "WithContextualHelp",
|
|
16425
|
+
"module": "/src/shared/patterns/form-elements/with-contextual-help"
|
|
16426
|
+
},
|
|
15565
16427
|
{
|
|
15566
16428
|
"name": "WithFeedback",
|
|
15567
16429
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -16340,6 +17202,16 @@
|
|
|
16340
17202
|
}
|
|
16341
17203
|
],
|
|
16342
17204
|
"members": [
|
|
17205
|
+
{
|
|
17206
|
+
"kind": "field",
|
|
17207
|
+
"name": "offset",
|
|
17208
|
+
"type": {
|
|
17209
|
+
"text": "number | null"
|
|
17210
|
+
},
|
|
17211
|
+
"default": "null",
|
|
17212
|
+
"description": "Adds offset to the popup",
|
|
17213
|
+
"privacy": "public"
|
|
17214
|
+
},
|
|
16343
17215
|
{
|
|
16344
17216
|
"kind": "field",
|
|
16345
17217
|
"name": "menuItems",
|
|
@@ -16680,6 +17552,15 @@
|
|
|
16680
17552
|
}
|
|
16681
17553
|
],
|
|
16682
17554
|
"attributes": [
|
|
17555
|
+
{
|
|
17556
|
+
"name": "offset",
|
|
17557
|
+
"type": {
|
|
17558
|
+
"text": "number | null"
|
|
17559
|
+
},
|
|
17560
|
+
"default": "null",
|
|
17561
|
+
"description": "Adds offset to the popup",
|
|
17562
|
+
"fieldName": "offset"
|
|
17563
|
+
},
|
|
16683
17564
|
{
|
|
16684
17565
|
"name": "placement",
|
|
16685
17566
|
"type": {
|
|
@@ -19618,7 +20499,7 @@
|
|
|
19618
20499
|
"mixins": [
|
|
19619
20500
|
{
|
|
19620
20501
|
"name": "WithContextualHelp",
|
|
19621
|
-
"module": "/src/shared/patterns
|
|
20502
|
+
"module": "/src/shared/patterns"
|
|
19622
20503
|
},
|
|
19623
20504
|
{
|
|
19624
20505
|
"name": "WithFeedback",
|
|
@@ -25312,6 +26193,10 @@
|
|
|
25312
26193
|
}
|
|
25313
26194
|
],
|
|
25314
26195
|
"mixins": [
|
|
26196
|
+
{
|
|
26197
|
+
"name": "WithContextualHelp",
|
|
26198
|
+
"module": "/src/shared/patterns"
|
|
26199
|
+
},
|
|
25315
26200
|
{
|
|
25316
26201
|
"name": "WithFeedback",
|
|
25317
26202
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -26293,6 +27178,10 @@
|
|
|
26293
27178
|
"name": "WithLightDOMFeedback",
|
|
26294
27179
|
"module": "/src/shared/feedback/mixins"
|
|
26295
27180
|
},
|
|
27181
|
+
{
|
|
27182
|
+
"name": "WithContextualHelp",
|
|
27183
|
+
"module": "/src/shared/patterns"
|
|
27184
|
+
},
|
|
26296
27185
|
{
|
|
26297
27186
|
"name": "WithErrorText",
|
|
26298
27187
|
"module": "/src/shared/patterns"
|
|
@@ -26983,16 +27872,6 @@
|
|
|
26983
27872
|
}
|
|
26984
27873
|
],
|
|
26985
27874
|
"members": [
|
|
26986
|
-
{
|
|
26987
|
-
"kind": "field",
|
|
26988
|
-
"name": "open",
|
|
26989
|
-
"type": {
|
|
26990
|
-
"text": "boolean"
|
|
26991
|
-
},
|
|
26992
|
-
"default": "false",
|
|
26993
|
-
"description": "Indicates whether the popup is open",
|
|
26994
|
-
"privacy": "public"
|
|
26995
|
-
},
|
|
26996
27875
|
{
|
|
26997
27876
|
"kind": "field",
|
|
26998
27877
|
"name": "placement",
|
|
@@ -27003,16 +27882,6 @@
|
|
|
27003
27882
|
"description": "Placement of the popup with color swatches",
|
|
27004
27883
|
"privacy": "public"
|
|
27005
27884
|
},
|
|
27006
|
-
{
|
|
27007
|
-
"kind": "field",
|
|
27008
|
-
"name": "swatches",
|
|
27009
|
-
"type": {
|
|
27010
|
-
"text": "ColorSwatch[]"
|
|
27011
|
-
},
|
|
27012
|
-
"default": "[]",
|
|
27013
|
-
"description": "List of color swatches, has to be an array of objects\n\n### Examples",
|
|
27014
|
-
"privacy": "public"
|
|
27015
|
-
},
|
|
27016
27885
|
{
|
|
27017
27886
|
"kind": "field",
|
|
27018
27887
|
"name": "swatchesPerRow",
|
|
@@ -27075,6 +27944,34 @@
|
|
|
27075
27944
|
"module": "src/shared/patterns/anchored.ts"
|
|
27076
27945
|
}
|
|
27077
27946
|
},
|
|
27947
|
+
{
|
|
27948
|
+
"kind": "field",
|
|
27949
|
+
"name": "open",
|
|
27950
|
+
"type": {
|
|
27951
|
+
"text": "boolean"
|
|
27952
|
+
},
|
|
27953
|
+
"default": "false",
|
|
27954
|
+
"description": "Indicates whether the popup is open",
|
|
27955
|
+
"privacy": "public",
|
|
27956
|
+
"inheritedFrom": {
|
|
27957
|
+
"name": "BaseColorPicker",
|
|
27958
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
27959
|
+
}
|
|
27960
|
+
},
|
|
27961
|
+
{
|
|
27962
|
+
"kind": "field",
|
|
27963
|
+
"name": "swatches",
|
|
27964
|
+
"type": {
|
|
27965
|
+
"text": "ColorSwatch[]"
|
|
27966
|
+
},
|
|
27967
|
+
"default": "[]",
|
|
27968
|
+
"description": "List of color swatches, has to be an array of objects\n\n### Examples",
|
|
27969
|
+
"privacy": "public",
|
|
27970
|
+
"inheritedFrom": {
|
|
27971
|
+
"name": "BaseColorPicker",
|
|
27972
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
27973
|
+
}
|
|
27974
|
+
},
|
|
27078
27975
|
{
|
|
27079
27976
|
"kind": "field",
|
|
27080
27977
|
"name": "label",
|
|
@@ -27297,15 +28194,6 @@
|
|
|
27297
28194
|
}
|
|
27298
28195
|
],
|
|
27299
28196
|
"attributes": [
|
|
27300
|
-
{
|
|
27301
|
-
"name": "open",
|
|
27302
|
-
"type": {
|
|
27303
|
-
"text": "boolean"
|
|
27304
|
-
},
|
|
27305
|
-
"default": "false",
|
|
27306
|
-
"description": "Indicates whether the popup is open",
|
|
27307
|
-
"fieldName": "open"
|
|
27308
|
-
},
|
|
27309
28197
|
{
|
|
27310
28198
|
"name": "placement",
|
|
27311
28199
|
"type": {
|
|
@@ -27336,6 +28224,19 @@
|
|
|
27336
28224
|
"module": "src/shared/patterns/anchored.ts"
|
|
27337
28225
|
}
|
|
27338
28226
|
},
|
|
28227
|
+
{
|
|
28228
|
+
"name": "open",
|
|
28229
|
+
"type": {
|
|
28230
|
+
"text": "boolean"
|
|
28231
|
+
},
|
|
28232
|
+
"default": "false",
|
|
28233
|
+
"description": "Indicates whether the popup is open",
|
|
28234
|
+
"fieldName": "open",
|
|
28235
|
+
"inheritedFrom": {
|
|
28236
|
+
"name": "BaseColorPicker",
|
|
28237
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
28238
|
+
}
|
|
28239
|
+
},
|
|
27339
28240
|
{
|
|
27340
28241
|
"name": "label",
|
|
27341
28242
|
"type": {
|
|
@@ -27412,21 +28313,13 @@
|
|
|
27412
28313
|
}
|
|
27413
28314
|
],
|
|
27414
28315
|
"mixins": [
|
|
27415
|
-
{
|
|
27416
|
-
"name": "Localized",
|
|
27417
|
-
"module": "/src/shared/patterns"
|
|
27418
|
-
},
|
|
27419
28316
|
{
|
|
27420
28317
|
"name": "Anchored",
|
|
27421
28318
|
"module": "/src/shared/patterns/anchored"
|
|
27422
28319
|
},
|
|
27423
28320
|
{
|
|
27424
|
-
"name": "
|
|
27425
|
-
"module": "/src/shared/
|
|
27426
|
-
},
|
|
27427
|
-
{
|
|
27428
|
-
"name": "FormAssociated",
|
|
27429
|
-
"module": "/src/shared/foundation/form-associated/form-associated"
|
|
28321
|
+
"name": "BaseColorPicker",
|
|
28322
|
+
"module": "/src/shared/color-picker"
|
|
27430
28323
|
}
|
|
27431
28324
|
],
|
|
27432
28325
|
"superclass": {
|
|
@@ -32127,7 +33020,7 @@
|
|
|
32127
33020
|
"mixins": [
|
|
32128
33021
|
{
|
|
32129
33022
|
"name": "WithContextualHelp",
|
|
32130
|
-
"module": "/src/shared/patterns
|
|
33023
|
+
"module": "/src/shared/patterns"
|
|
32131
33024
|
},
|
|
32132
33025
|
{
|
|
32133
33026
|
"name": "WithFeedback",
|
|
@@ -33113,7 +34006,7 @@
|
|
|
33113
34006
|
"mixins": [
|
|
33114
34007
|
{
|
|
33115
34008
|
"name": "WithContextualHelp",
|
|
33116
|
-
"module": "/src/shared/patterns
|
|
34009
|
+
"module": "/src/shared/patterns"
|
|
33117
34010
|
},
|
|
33118
34011
|
{
|
|
33119
34012
|
"name": "WithLightDOMFeedback",
|
|
@@ -33382,7 +34275,7 @@
|
|
|
33382
34275
|
"name": "#clockChangeObserver",
|
|
33383
34276
|
"privacy": "private",
|
|
33384
34277
|
"type": {
|
|
33385
|
-
"text": "
|
|
34278
|
+
"text": "ExpressionNotifier"
|
|
33386
34279
|
},
|
|
33387
34280
|
"inheritedFrom": {
|
|
33388
34281
|
"name": "TimeSelectionPicker",
|
|
@@ -33455,7 +34348,7 @@
|
|
|
33455
34348
|
"name": "#localeChangeObserver",
|
|
33456
34349
|
"privacy": "private",
|
|
33457
34350
|
"type": {
|
|
33458
|
-
"text": "
|
|
34351
|
+
"text": "ExpressionNotifier"
|
|
33459
34352
|
},
|
|
33460
34353
|
"inheritedFrom": {
|
|
33461
34354
|
"name": "PickerField",
|
|
@@ -39252,24 +40145,6 @@
|
|
|
39252
40145
|
}
|
|
39253
40146
|
]
|
|
39254
40147
|
},
|
|
39255
|
-
{
|
|
39256
|
-
"kind": "function",
|
|
39257
|
-
"name": "unsubscribeFromAriaPropertyChanges",
|
|
39258
|
-
"parameters": [
|
|
39259
|
-
{
|
|
39260
|
-
"name": "source",
|
|
39261
|
-
"type": {
|
|
39262
|
-
"text": "AriaMixinElement"
|
|
39263
|
-
}
|
|
39264
|
-
},
|
|
39265
|
-
{
|
|
39266
|
-
"name": "listener",
|
|
39267
|
-
"type": {
|
|
39268
|
-
"text": "AriaChangeSubscriber"
|
|
39269
|
-
}
|
|
39270
|
-
}
|
|
39271
|
-
]
|
|
39272
|
-
},
|
|
39273
40148
|
{
|
|
39274
40149
|
"kind": "function",
|
|
39275
40150
|
"name": "publishAriaPropertyChange",
|
|
@@ -39298,14 +40173,6 @@
|
|
|
39298
40173
|
"module": "src/shared/aria/aria-change-subscription.ts"
|
|
39299
40174
|
}
|
|
39300
40175
|
},
|
|
39301
|
-
{
|
|
39302
|
-
"kind": "js",
|
|
39303
|
-
"name": "unsubscribeFromAriaPropertyChanges",
|
|
39304
|
-
"declaration": {
|
|
39305
|
-
"name": "unsubscribeFromAriaPropertyChanges",
|
|
39306
|
-
"module": "src/shared/aria/aria-change-subscription.ts"
|
|
39307
|
-
}
|
|
39308
|
-
},
|
|
39309
40176
|
{
|
|
39310
40177
|
"kind": "js",
|
|
39311
40178
|
"name": "publishAriaPropertyChange",
|
|
@@ -39480,29 +40347,25 @@
|
|
|
39480
40347
|
},
|
|
39481
40348
|
{
|
|
39482
40349
|
"kind": "field",
|
|
39483
|
-
"name": "
|
|
40350
|
+
"name": "target",
|
|
39484
40351
|
"type": {
|
|
39485
|
-
"text": "
|
|
40352
|
+
"text": "HTMLElement | null"
|
|
39486
40353
|
},
|
|
39487
40354
|
"privacy": "private",
|
|
39488
|
-
"default": "
|
|
40355
|
+
"default": "target"
|
|
39489
40356
|
},
|
|
39490
40357
|
{
|
|
39491
40358
|
"kind": "method",
|
|
39492
40359
|
"name": "bind",
|
|
39493
40360
|
"parameters": [
|
|
39494
40361
|
{
|
|
39495
|
-
"name": "
|
|
40362
|
+
"name": "controller",
|
|
39496
40363
|
"type": {
|
|
39497
|
-
"text": "
|
|
40364
|
+
"text": "ViewController"
|
|
39498
40365
|
}
|
|
39499
40366
|
}
|
|
39500
40367
|
]
|
|
39501
40368
|
},
|
|
39502
|
-
{
|
|
39503
|
-
"kind": "method",
|
|
39504
|
-
"name": "unbind"
|
|
39505
|
-
},
|
|
39506
40369
|
{
|
|
39507
40370
|
"kind": "field",
|
|
39508
40371
|
"name": "bindingBehaviours",
|
|
@@ -39537,19 +40400,6 @@
|
|
|
39537
40400
|
}
|
|
39538
40401
|
]
|
|
39539
40402
|
},
|
|
39540
|
-
{
|
|
39541
|
-
"kind": "method",
|
|
39542
|
-
"name": "releasePropertyBindings",
|
|
39543
|
-
"privacy": "private",
|
|
39544
|
-
"parameters": [
|
|
39545
|
-
{
|
|
39546
|
-
"name": "source",
|
|
39547
|
-
"type": {
|
|
39548
|
-
"text": "DelegatesAriaElement"
|
|
39549
|
-
}
|
|
39550
|
-
}
|
|
39551
|
-
]
|
|
39552
|
-
},
|
|
39553
40403
|
{
|
|
39554
40404
|
"kind": "method",
|
|
39555
40405
|
"name": "startForwardingPropertiesToTarget",
|
|
@@ -39575,19 +40425,6 @@
|
|
|
39575
40425
|
}
|
|
39576
40426
|
]
|
|
39577
40427
|
},
|
|
39578
|
-
{
|
|
39579
|
-
"kind": "method",
|
|
39580
|
-
"name": "stopForwardingPropertiesToTarget",
|
|
39581
|
-
"privacy": "private",
|
|
39582
|
-
"parameters": [
|
|
39583
|
-
{
|
|
39584
|
-
"name": "source",
|
|
39585
|
-
"type": {
|
|
39586
|
-
"text": "DelegatesAriaElement"
|
|
39587
|
-
}
|
|
39588
|
-
}
|
|
39589
|
-
]
|
|
39590
|
-
},
|
|
39591
40428
|
{
|
|
39592
40429
|
"kind": "field",
|
|
39593
40430
|
"name": "onSourceAriaPropertyChanged",
|
|
@@ -39641,7 +40478,7 @@
|
|
|
39641
40478
|
"name": "delegateAria",
|
|
39642
40479
|
"return": {
|
|
39643
40480
|
"type": {
|
|
39644
|
-
"text": "CaptureType<T>"
|
|
40481
|
+
"text": "CaptureType<T, any>"
|
|
39645
40482
|
}
|
|
39646
40483
|
},
|
|
39647
40484
|
"parameters": [
|
|
@@ -39724,25 +40561,22 @@
|
|
|
39724
40561
|
"readonly": true
|
|
39725
40562
|
},
|
|
39726
40563
|
{
|
|
39727
|
-
"kind": "
|
|
39728
|
-
"name": "
|
|
39729
|
-
"
|
|
39730
|
-
|
|
39731
|
-
|
|
39732
|
-
|
|
39733
|
-
|
|
39734
|
-
}
|
|
39735
|
-
}
|
|
39736
|
-
]
|
|
40564
|
+
"kind": "field",
|
|
40565
|
+
"name": "target",
|
|
40566
|
+
"type": {
|
|
40567
|
+
"text": "HTMLElement | null"
|
|
40568
|
+
},
|
|
40569
|
+
"privacy": "private",
|
|
40570
|
+
"default": "target"
|
|
39737
40571
|
},
|
|
39738
40572
|
{
|
|
39739
40573
|
"kind": "method",
|
|
39740
|
-
"name": "
|
|
40574
|
+
"name": "bind",
|
|
39741
40575
|
"parameters": [
|
|
39742
40576
|
{
|
|
39743
|
-
"name": "
|
|
40577
|
+
"name": "controller",
|
|
39744
40578
|
"type": {
|
|
39745
|
-
"text": "
|
|
40579
|
+
"text": "ViewController"
|
|
39746
40580
|
}
|
|
39747
40581
|
}
|
|
39748
40582
|
]
|
|
@@ -39751,7 +40585,7 @@
|
|
|
39751
40585
|
"kind": "field",
|
|
39752
40586
|
"name": "bindingBehaviours",
|
|
39753
40587
|
"type": {
|
|
39754
|
-
"text": "
|
|
40588
|
+
"text": "ViewBehavior[]"
|
|
39755
40589
|
},
|
|
39756
40590
|
"privacy": "private",
|
|
39757
40591
|
"default": "[]"
|
|
@@ -39780,19 +40614,6 @@
|
|
|
39780
40614
|
}
|
|
39781
40615
|
}
|
|
39782
40616
|
]
|
|
39783
|
-
},
|
|
39784
|
-
{
|
|
39785
|
-
"kind": "method",
|
|
39786
|
-
"name": "releasePropertyBindings",
|
|
39787
|
-
"privacy": "private",
|
|
39788
|
-
"parameters": [
|
|
39789
|
-
{
|
|
39790
|
-
"name": "source",
|
|
39791
|
-
"type": {
|
|
39792
|
-
"text": "HostSemanticsElement"
|
|
39793
|
-
}
|
|
39794
|
-
}
|
|
39795
|
-
]
|
|
39796
40617
|
}
|
|
39797
40618
|
]
|
|
39798
40619
|
}
|
|
@@ -39817,7 +40638,7 @@
|
|
|
39817
40638
|
"name": "applyHostSemantics",
|
|
39818
40639
|
"return": {
|
|
39819
40640
|
"type": {
|
|
39820
|
-
"text": "CaptureType<T>"
|
|
40641
|
+
"text": "CaptureType<T, any>"
|
|
39821
40642
|
}
|
|
39822
40643
|
},
|
|
39823
40644
|
"parameters": [
|
|
@@ -40152,7 +40973,7 @@
|
|
|
40152
40973
|
"name": "#localeChangeObserver",
|
|
40153
40974
|
"privacy": "private",
|
|
40154
40975
|
"type": {
|
|
40155
|
-
"text": "
|
|
40976
|
+
"text": "ExpressionNotifier"
|
|
40156
40977
|
}
|
|
40157
40978
|
},
|
|
40158
40979
|
{
|
|
@@ -40606,6 +41427,10 @@
|
|
|
40606
41427
|
}
|
|
40607
41428
|
],
|
|
40608
41429
|
"mixins": [
|
|
41430
|
+
{
|
|
41431
|
+
"name": "WithContextualHelp",
|
|
41432
|
+
"module": "/src/shared/patterns"
|
|
41433
|
+
},
|
|
40609
41434
|
{
|
|
40610
41435
|
"name": "WithFeedback",
|
|
40611
41436
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -40949,7 +41774,7 @@
|
|
|
40949
41774
|
"name": "#clockChangeObserver",
|
|
40950
41775
|
"privacy": "private",
|
|
40951
41776
|
"type": {
|
|
40952
|
-
"text": "
|
|
41777
|
+
"text": "ExpressionNotifier"
|
|
40953
41778
|
}
|
|
40954
41779
|
},
|
|
40955
41780
|
{
|
|
@@ -41648,6 +42473,477 @@
|
|
|
41648
42473
|
}
|
|
41649
42474
|
}
|
|
41650
42475
|
]
|
|
42476
|
+
},
|
|
42477
|
+
{
|
|
42478
|
+
"kind": "javascript-module",
|
|
42479
|
+
"path": "src/shared/color-picker/base-color-picker.ts",
|
|
42480
|
+
"declarations": [
|
|
42481
|
+
{
|
|
42482
|
+
"kind": "mixin",
|
|
42483
|
+
"description": "Base mixin for Color Picker components",
|
|
42484
|
+
"name": "BaseColorPicker",
|
|
42485
|
+
"members": [
|
|
42486
|
+
{
|
|
42487
|
+
"kind": "field",
|
|
42488
|
+
"name": "open",
|
|
42489
|
+
"type": {
|
|
42490
|
+
"text": "boolean"
|
|
42491
|
+
},
|
|
42492
|
+
"default": "false",
|
|
42493
|
+
"description": "Indicates whether the popup is open",
|
|
42494
|
+
"privacy": "public"
|
|
42495
|
+
},
|
|
42496
|
+
{
|
|
42497
|
+
"kind": "field",
|
|
42498
|
+
"name": "swatches",
|
|
42499
|
+
"type": {
|
|
42500
|
+
"text": "ColorSwatch[]"
|
|
42501
|
+
},
|
|
42502
|
+
"default": "[]",
|
|
42503
|
+
"description": "List of color swatches, has to be an array of objects\n\n### Examples",
|
|
42504
|
+
"privacy": "public"
|
|
42505
|
+
},
|
|
42506
|
+
{
|
|
42507
|
+
"kind": "field",
|
|
42508
|
+
"name": "label",
|
|
42509
|
+
"type": {
|
|
42510
|
+
"text": "string | undefined"
|
|
42511
|
+
},
|
|
42512
|
+
"description": "The label for the form element.",
|
|
42513
|
+
"inheritedFrom": {
|
|
42514
|
+
"name": "FormElement",
|
|
42515
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
42516
|
+
}
|
|
42517
|
+
},
|
|
42518
|
+
{
|
|
42519
|
+
"kind": "field",
|
|
42520
|
+
"name": "#handleInvalidEvent",
|
|
42521
|
+
"privacy": "private",
|
|
42522
|
+
"inheritedFrom": {
|
|
42523
|
+
"name": "FormElement",
|
|
42524
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
42525
|
+
}
|
|
42526
|
+
},
|
|
42527
|
+
{
|
|
42528
|
+
"kind": "field",
|
|
42529
|
+
"name": "validity",
|
|
42530
|
+
"type": {
|
|
42531
|
+
"text": "ValidityState"
|
|
42532
|
+
},
|
|
42533
|
+
"description": "Returns the validity state of the element",
|
|
42534
|
+
"readonly": true,
|
|
42535
|
+
"inheritedFrom": {
|
|
42536
|
+
"name": "FormAssociated",
|
|
42537
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42538
|
+
}
|
|
42539
|
+
},
|
|
42540
|
+
{
|
|
42541
|
+
"kind": "field",
|
|
42542
|
+
"name": "form",
|
|
42543
|
+
"type": {
|
|
42544
|
+
"text": "HTMLFormElement | null"
|
|
42545
|
+
},
|
|
42546
|
+
"description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
|
|
42547
|
+
"readonly": true,
|
|
42548
|
+
"inheritedFrom": {
|
|
42549
|
+
"name": "FormAssociated",
|
|
42550
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42551
|
+
}
|
|
42552
|
+
},
|
|
42553
|
+
{
|
|
42554
|
+
"kind": "field",
|
|
42555
|
+
"name": "validationMessage",
|
|
42556
|
+
"type": {
|
|
42557
|
+
"text": "string"
|
|
42558
|
+
},
|
|
42559
|
+
"description": "Retrieve the localized validation message,\nor custom validation message if set.",
|
|
42560
|
+
"readonly": true,
|
|
42561
|
+
"inheritedFrom": {
|
|
42562
|
+
"name": "FormAssociated",
|
|
42563
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42564
|
+
}
|
|
42565
|
+
},
|
|
42566
|
+
{
|
|
42567
|
+
"kind": "field",
|
|
42568
|
+
"name": "willValidate",
|
|
42569
|
+
"type": {
|
|
42570
|
+
"text": "boolean"
|
|
42571
|
+
},
|
|
42572
|
+
"description": "Whether the element will be validated when the\nform is submitted",
|
|
42573
|
+
"readonly": true,
|
|
42574
|
+
"inheritedFrom": {
|
|
42575
|
+
"name": "FormAssociated",
|
|
42576
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42577
|
+
}
|
|
42578
|
+
},
|
|
42579
|
+
{
|
|
42580
|
+
"kind": "field",
|
|
42581
|
+
"name": "labels",
|
|
42582
|
+
"type": {
|
|
42583
|
+
"text": "ReadonlyArray<Node>"
|
|
42584
|
+
},
|
|
42585
|
+
"description": "A reference to all associated label elements",
|
|
42586
|
+
"readonly": true,
|
|
42587
|
+
"inheritedFrom": {
|
|
42588
|
+
"name": "FormAssociated",
|
|
42589
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42590
|
+
}
|
|
42591
|
+
},
|
|
42592
|
+
{
|
|
42593
|
+
"kind": "field",
|
|
42594
|
+
"name": "value",
|
|
42595
|
+
"type": {
|
|
42596
|
+
"text": "string"
|
|
42597
|
+
},
|
|
42598
|
+
"description": "The current value of the element.",
|
|
42599
|
+
"inheritedFrom": {
|
|
42600
|
+
"name": "FormAssociated",
|
|
42601
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42602
|
+
}
|
|
42603
|
+
},
|
|
42604
|
+
{
|
|
42605
|
+
"kind": "field",
|
|
42606
|
+
"name": "currentValue",
|
|
42607
|
+
"inheritedFrom": {
|
|
42608
|
+
"name": "FormAssociated",
|
|
42609
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42610
|
+
}
|
|
42611
|
+
},
|
|
42612
|
+
{
|
|
42613
|
+
"kind": "field",
|
|
42614
|
+
"name": "initialValue",
|
|
42615
|
+
"type": {
|
|
42616
|
+
"text": "string"
|
|
42617
|
+
},
|
|
42618
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
42619
|
+
"inheritedFrom": {
|
|
42620
|
+
"name": "FormAssociated",
|
|
42621
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42622
|
+
}
|
|
42623
|
+
},
|
|
42624
|
+
{
|
|
42625
|
+
"kind": "field",
|
|
42626
|
+
"name": "disabled",
|
|
42627
|
+
"type": {
|
|
42628
|
+
"text": "boolean"
|
|
42629
|
+
},
|
|
42630
|
+
"default": "false",
|
|
42631
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
42632
|
+
"inheritedFrom": {
|
|
42633
|
+
"name": "FormAssociated",
|
|
42634
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42635
|
+
}
|
|
42636
|
+
},
|
|
42637
|
+
{
|
|
42638
|
+
"kind": "field",
|
|
42639
|
+
"name": "name",
|
|
42640
|
+
"type": {
|
|
42641
|
+
"text": "string"
|
|
42642
|
+
},
|
|
42643
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
42644
|
+
"inheritedFrom": {
|
|
42645
|
+
"name": "FormAssociated",
|
|
42646
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42647
|
+
}
|
|
42648
|
+
},
|
|
42649
|
+
{
|
|
42650
|
+
"kind": "field",
|
|
42651
|
+
"name": "required",
|
|
42652
|
+
"type": {
|
|
42653
|
+
"text": "boolean"
|
|
42654
|
+
},
|
|
42655
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
42656
|
+
"default": "false",
|
|
42657
|
+
"inheritedFrom": {
|
|
42658
|
+
"name": "FormAssociated",
|
|
42659
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42660
|
+
}
|
|
42661
|
+
},
|
|
42662
|
+
{
|
|
42663
|
+
"kind": "method",
|
|
42664
|
+
"name": "checkValidity",
|
|
42665
|
+
"return": {
|
|
42666
|
+
"type": {
|
|
42667
|
+
"text": "boolean"
|
|
42668
|
+
}
|
|
42669
|
+
},
|
|
42670
|
+
"description": "Return the current validity of the element.",
|
|
42671
|
+
"inheritedFrom": {
|
|
42672
|
+
"name": "FormAssociated",
|
|
42673
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42674
|
+
}
|
|
42675
|
+
},
|
|
42676
|
+
{
|
|
42677
|
+
"kind": "method",
|
|
42678
|
+
"name": "reportValidity",
|
|
42679
|
+
"return": {
|
|
42680
|
+
"type": {
|
|
42681
|
+
"text": "boolean"
|
|
42682
|
+
}
|
|
42683
|
+
},
|
|
42684
|
+
"description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
|
|
42685
|
+
"inheritedFrom": {
|
|
42686
|
+
"name": "FormAssociated",
|
|
42687
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42688
|
+
}
|
|
42689
|
+
}
|
|
42690
|
+
],
|
|
42691
|
+
"mixins": [
|
|
42692
|
+
{
|
|
42693
|
+
"name": "Localized",
|
|
42694
|
+
"module": "/src/shared/patterns"
|
|
42695
|
+
},
|
|
42696
|
+
{
|
|
42697
|
+
"name": "FormElement",
|
|
42698
|
+
"module": "/src/shared/patterns"
|
|
42699
|
+
},
|
|
42700
|
+
{
|
|
42701
|
+
"name": "FormAssociated",
|
|
42702
|
+
"module": "/src/shared/foundation/form-associated/form-associated"
|
|
42703
|
+
}
|
|
42704
|
+
],
|
|
42705
|
+
"parameters": [
|
|
42706
|
+
{
|
|
42707
|
+
"name": "Base",
|
|
42708
|
+
"type": {
|
|
42709
|
+
"text": "T"
|
|
42710
|
+
}
|
|
42711
|
+
}
|
|
42712
|
+
],
|
|
42713
|
+
"attributes": [
|
|
42714
|
+
{
|
|
42715
|
+
"name": "open",
|
|
42716
|
+
"type": {
|
|
42717
|
+
"text": "boolean"
|
|
42718
|
+
},
|
|
42719
|
+
"default": "false",
|
|
42720
|
+
"description": "Indicates whether the popup is open",
|
|
42721
|
+
"fieldName": "open"
|
|
42722
|
+
},
|
|
42723
|
+
{
|
|
42724
|
+
"name": "label",
|
|
42725
|
+
"type": {
|
|
42726
|
+
"text": "string | undefined"
|
|
42727
|
+
},
|
|
42728
|
+
"description": "The label for the form element.",
|
|
42729
|
+
"fieldName": "label",
|
|
42730
|
+
"inheritedFrom": {
|
|
42731
|
+
"name": "FormElement",
|
|
42732
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
42733
|
+
}
|
|
42734
|
+
},
|
|
42735
|
+
{
|
|
42736
|
+
"name": "current-value",
|
|
42737
|
+
"type": {
|
|
42738
|
+
"text": "string"
|
|
42739
|
+
},
|
|
42740
|
+
"description": "The current value of the element.",
|
|
42741
|
+
"fieldName": "value",
|
|
42742
|
+
"inheritedFrom": {
|
|
42743
|
+
"name": "FormAssociated",
|
|
42744
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42745
|
+
}
|
|
42746
|
+
},
|
|
42747
|
+
{
|
|
42748
|
+
"name": "value",
|
|
42749
|
+
"type": {
|
|
42750
|
+
"text": "string"
|
|
42751
|
+
},
|
|
42752
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
42753
|
+
"fieldName": "initialValue",
|
|
42754
|
+
"inheritedFrom": {
|
|
42755
|
+
"name": "FormAssociated",
|
|
42756
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42757
|
+
}
|
|
42758
|
+
},
|
|
42759
|
+
{
|
|
42760
|
+
"name": "disabled",
|
|
42761
|
+
"type": {
|
|
42762
|
+
"text": "boolean"
|
|
42763
|
+
},
|
|
42764
|
+
"default": "false",
|
|
42765
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
42766
|
+
"fieldName": "disabled",
|
|
42767
|
+
"inheritedFrom": {
|
|
42768
|
+
"name": "FormAssociated",
|
|
42769
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42770
|
+
}
|
|
42771
|
+
},
|
|
42772
|
+
{
|
|
42773
|
+
"name": "name",
|
|
42774
|
+
"type": {
|
|
42775
|
+
"text": "string"
|
|
42776
|
+
},
|
|
42777
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
42778
|
+
"fieldName": "name",
|
|
42779
|
+
"inheritedFrom": {
|
|
42780
|
+
"name": "FormAssociated",
|
|
42781
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42782
|
+
}
|
|
42783
|
+
},
|
|
42784
|
+
{
|
|
42785
|
+
"name": "required",
|
|
42786
|
+
"type": {
|
|
42787
|
+
"text": "boolean"
|
|
42788
|
+
},
|
|
42789
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
42790
|
+
"default": "false",
|
|
42791
|
+
"fieldName": "required",
|
|
42792
|
+
"inheritedFrom": {
|
|
42793
|
+
"name": "FormAssociated",
|
|
42794
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
42795
|
+
}
|
|
42796
|
+
}
|
|
42797
|
+
]
|
|
42798
|
+
}
|
|
42799
|
+
],
|
|
42800
|
+
"exports": [
|
|
42801
|
+
{
|
|
42802
|
+
"kind": "js",
|
|
42803
|
+
"name": "BaseColorPicker",
|
|
42804
|
+
"declaration": {
|
|
42805
|
+
"name": "BaseColorPicker",
|
|
42806
|
+
"module": "src/shared/color-picker/base-color-picker.ts"
|
|
42807
|
+
}
|
|
42808
|
+
}
|
|
42809
|
+
]
|
|
42810
|
+
},
|
|
42811
|
+
{
|
|
42812
|
+
"kind": "javascript-module",
|
|
42813
|
+
"path": "src/shared/color-picker/locale.ts",
|
|
42814
|
+
"declarations": [],
|
|
42815
|
+
"exports": []
|
|
42816
|
+
},
|
|
42817
|
+
{
|
|
42818
|
+
"kind": "javascript-module",
|
|
42819
|
+
"path": "src/shared/color-picker/types.ts",
|
|
42820
|
+
"declarations": [],
|
|
42821
|
+
"exports": []
|
|
42822
|
+
},
|
|
42823
|
+
{
|
|
42824
|
+
"kind": "javascript-module",
|
|
42825
|
+
"path": "src/shared/color-picker/utils.ts",
|
|
42826
|
+
"declarations": [
|
|
42827
|
+
{
|
|
42828
|
+
"kind": "function",
|
|
42829
|
+
"name": "isValidHexColor",
|
|
42830
|
+
"return": {
|
|
42831
|
+
"type": {
|
|
42832
|
+
"text": "boolean"
|
|
42833
|
+
}
|
|
42834
|
+
},
|
|
42835
|
+
"parameters": [
|
|
42836
|
+
{
|
|
42837
|
+
"name": "input",
|
|
42838
|
+
"type": {
|
|
42839
|
+
"text": "string"
|
|
42840
|
+
}
|
|
42841
|
+
}
|
|
42842
|
+
],
|
|
42843
|
+
"description": "Check if input value is valid hex color"
|
|
42844
|
+
},
|
|
42845
|
+
{
|
|
42846
|
+
"kind": "function",
|
|
42847
|
+
"name": "getLuminance",
|
|
42848
|
+
"return": {
|
|
42849
|
+
"type": {
|
|
42850
|
+
"text": "number"
|
|
42851
|
+
}
|
|
42852
|
+
},
|
|
42853
|
+
"parameters": [
|
|
42854
|
+
{
|
|
42855
|
+
"name": "hexColor",
|
|
42856
|
+
"type": {
|
|
42857
|
+
"text": "string"
|
|
42858
|
+
}
|
|
42859
|
+
}
|
|
42860
|
+
],
|
|
42861
|
+
"description": "Calculate the relative luminance of a hex color using WCAG formula"
|
|
42862
|
+
},
|
|
42863
|
+
{
|
|
42864
|
+
"kind": "function",
|
|
42865
|
+
"name": "getContrastRatio",
|
|
42866
|
+
"return": {
|
|
42867
|
+
"type": {
|
|
42868
|
+
"text": "number"
|
|
42869
|
+
}
|
|
42870
|
+
},
|
|
42871
|
+
"parameters": [
|
|
42872
|
+
{
|
|
42873
|
+
"name": "color1",
|
|
42874
|
+
"type": {
|
|
42875
|
+
"text": "string"
|
|
42876
|
+
}
|
|
42877
|
+
},
|
|
42878
|
+
{
|
|
42879
|
+
"name": "color2",
|
|
42880
|
+
"type": {
|
|
42881
|
+
"text": "string"
|
|
42882
|
+
}
|
|
42883
|
+
}
|
|
42884
|
+
],
|
|
42885
|
+
"description": "Calculate contrast ratio between two colors"
|
|
42886
|
+
},
|
|
42887
|
+
{
|
|
42888
|
+
"kind": "function",
|
|
42889
|
+
"name": "getCSSCustomProperty",
|
|
42890
|
+
"return": {
|
|
42891
|
+
"type": {
|
|
42892
|
+
"text": "string"
|
|
42893
|
+
}
|
|
42894
|
+
},
|
|
42895
|
+
"parameters": [
|
|
42896
|
+
{
|
|
42897
|
+
"name": "propertyName",
|
|
42898
|
+
"type": {
|
|
42899
|
+
"text": "string"
|
|
42900
|
+
}
|
|
42901
|
+
},
|
|
42902
|
+
{
|
|
42903
|
+
"name": "element",
|
|
42904
|
+
"optional": true,
|
|
42905
|
+
"type": {
|
|
42906
|
+
"text": "Element"
|
|
42907
|
+
}
|
|
42908
|
+
}
|
|
42909
|
+
],
|
|
42910
|
+
"description": "Get CSS custom property value from the document"
|
|
42911
|
+
}
|
|
42912
|
+
],
|
|
42913
|
+
"exports": [
|
|
42914
|
+
{
|
|
42915
|
+
"kind": "js",
|
|
42916
|
+
"name": "isValidHexColor",
|
|
42917
|
+
"declaration": {
|
|
42918
|
+
"name": "isValidHexColor",
|
|
42919
|
+
"module": "src/shared/color-picker/utils.ts"
|
|
42920
|
+
}
|
|
42921
|
+
},
|
|
42922
|
+
{
|
|
42923
|
+
"kind": "js",
|
|
42924
|
+
"name": "getLuminance",
|
|
42925
|
+
"declaration": {
|
|
42926
|
+
"name": "getLuminance",
|
|
42927
|
+
"module": "src/shared/color-picker/utils.ts"
|
|
42928
|
+
}
|
|
42929
|
+
},
|
|
42930
|
+
{
|
|
42931
|
+
"kind": "js",
|
|
42932
|
+
"name": "getContrastRatio",
|
|
42933
|
+
"declaration": {
|
|
42934
|
+
"name": "getContrastRatio",
|
|
42935
|
+
"module": "src/shared/color-picker/utils.ts"
|
|
42936
|
+
}
|
|
42937
|
+
},
|
|
42938
|
+
{
|
|
42939
|
+
"kind": "js",
|
|
42940
|
+
"name": "getCSSCustomProperty",
|
|
42941
|
+
"declaration": {
|
|
42942
|
+
"name": "getCSSCustomProperty",
|
|
42943
|
+
"module": "src/shared/color-picker/utils.ts"
|
|
42944
|
+
}
|
|
42945
|
+
}
|
|
42946
|
+
]
|
|
41651
42947
|
}
|
|
41652
42948
|
]
|
|
41653
42949
|
}
|