@vonage/vivid 5.12.0 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/base-color-picker.js +2 -2
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +17 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +71 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2540 -2206
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/index.cjs +1 -0
- package/index.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +10 -8
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +51 -24
- package/rich-text-editor/definition.js +52 -26
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +1255 -1237
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/base-color-picker.cjs +2 -2
- package/unbundled/base-color-picker.js +2 -2
- package/unbundled/localized.cjs +1 -0
- package/unbundled/localized.js +1 -0
- package/unbundled/slottable-request.cjs +8 -5
- package/unbundled/slottable-request.js +8 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +759 -38
package/vivid.api.json
CHANGED
|
@@ -2001,7 +2001,7 @@
|
|
|
2001
2001
|
},
|
|
2002
2002
|
{
|
|
2003
2003
|
"kind": "Content",
|
|
2004
|
-
"text": "import(
|
|
2004
|
+
"text": "import('../../shared/design-system/defineVividComponent')."
|
|
2005
2005
|
},
|
|
2006
2006
|
{
|
|
2007
2007
|
"kind": "Reference",
|
|
@@ -3583,7 +3583,7 @@
|
|
|
3583
3583
|
},
|
|
3584
3584
|
{
|
|
3585
3585
|
"kind": "Content",
|
|
3586
|
-
"text": "import(
|
|
3586
|
+
"text": "import('../../shared/design-system/defineVividComponent')."
|
|
3587
3587
|
},
|
|
3588
3588
|
{
|
|
3589
3589
|
"kind": "Reference",
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
},
|
|
6865
6865
|
{
|
|
6866
6866
|
"kind": "Content",
|
|
6867
|
-
"text": "import(
|
|
6867
|
+
"text": "import('../../shared/design-system/defineVividComponent')."
|
|
6868
6868
|
},
|
|
6869
6869
|
{
|
|
6870
6870
|
"kind": "Reference",
|
|
@@ -6892,7 +6892,7 @@
|
|
|
6892
6892
|
},
|
|
6893
6893
|
{
|
|
6894
6894
|
"kind": "Content",
|
|
6895
|
-
"text": "import(
|
|
6895
|
+
"text": "import('../../shared/design-system/defineVividComponent')."
|
|
6896
6896
|
},
|
|
6897
6897
|
{
|
|
6898
6898
|
"kind": "Reference",
|
|
@@ -7035,6 +7035,125 @@
|
|
|
7035
7035
|
"endIndex": 11
|
|
7036
7036
|
}
|
|
7037
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"kind": "Variable",
|
|
7040
|
+
"canonicalReference": "@vonage/vivid!RteAlignmentFeature:var",
|
|
7041
|
+
"docComment": "",
|
|
7042
|
+
"excerptTokens": [
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "Content",
|
|
7045
|
+
"text": "RteAlignmentFeature: "
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"kind": "Content",
|
|
7049
|
+
"text": "{\n new (): {};\n}"
|
|
7050
|
+
}
|
|
7051
|
+
],
|
|
7052
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/alignment.d.ts",
|
|
7053
|
+
"isReadonly": true,
|
|
7054
|
+
"releaseTag": "Public",
|
|
7055
|
+
"name": "RteAlignmentFeature",
|
|
7056
|
+
"variableTypeTokenRange": {
|
|
7057
|
+
"startIndex": 1,
|
|
7058
|
+
"endIndex": 2
|
|
7059
|
+
}
|
|
7060
|
+
},
|
|
7061
|
+
{
|
|
7062
|
+
"kind": "Variable",
|
|
7063
|
+
"canonicalReference": "@vonage/vivid!RteAtomFeature:var",
|
|
7064
|
+
"docComment": "",
|
|
7065
|
+
"excerptTokens": [
|
|
7066
|
+
{
|
|
7067
|
+
"kind": "Content",
|
|
7068
|
+
"text": "RteAtomFeature: "
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"kind": "Content",
|
|
7072
|
+
"text": "{\n new (atomName: string, config?: "
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"kind": "Reference",
|
|
7076
|
+
"text": "RteAtomConfig",
|
|
7077
|
+
"canonicalReference": "@vonage/vivid!~RteAtomConfig:interface"
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"kind": "Content",
|
|
7081
|
+
"text": " | undefined): {};\n}"
|
|
7082
|
+
}
|
|
7083
|
+
],
|
|
7084
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/atom.d.ts",
|
|
7085
|
+
"isReadonly": true,
|
|
7086
|
+
"releaseTag": "Public",
|
|
7087
|
+
"name": "RteAtomFeature",
|
|
7088
|
+
"variableTypeTokenRange": {
|
|
7089
|
+
"startIndex": 1,
|
|
7090
|
+
"endIndex": 4
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"kind": "Variable",
|
|
7095
|
+
"canonicalReference": "@vonage/vivid!RteBase:var",
|
|
7096
|
+
"docComment": "",
|
|
7097
|
+
"excerptTokens": [
|
|
7098
|
+
{
|
|
7099
|
+
"kind": "Content",
|
|
7100
|
+
"text": "RteBase: "
|
|
7101
|
+
},
|
|
7102
|
+
{
|
|
7103
|
+
"kind": "Content",
|
|
7104
|
+
"text": "{\n new (config?: "
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"kind": "Reference",
|
|
7108
|
+
"text": "RteBaseConfig",
|
|
7109
|
+
"canonicalReference": "@vonage/vivid!~RteBaseConfig:type"
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"kind": "Content",
|
|
7113
|
+
"text": " | undefined): {};\n}"
|
|
7114
|
+
}
|
|
7115
|
+
],
|
|
7116
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/base.d.ts",
|
|
7117
|
+
"isReadonly": true,
|
|
7118
|
+
"releaseTag": "Public",
|
|
7119
|
+
"name": "RteBase",
|
|
7120
|
+
"variableTypeTokenRange": {
|
|
7121
|
+
"startIndex": 1,
|
|
7122
|
+
"endIndex": 4
|
|
7123
|
+
}
|
|
7124
|
+
},
|
|
7125
|
+
{
|
|
7126
|
+
"kind": "Variable",
|
|
7127
|
+
"canonicalReference": "@vonage/vivid!RteBoldFeature:var",
|
|
7128
|
+
"docComment": "",
|
|
7129
|
+
"excerptTokens": [
|
|
7130
|
+
{
|
|
7131
|
+
"kind": "Content",
|
|
7132
|
+
"text": "RteBoldFeature: "
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
"kind": "Content",
|
|
7136
|
+
"text": "{\n new (config?: import('./internal/text-style')."
|
|
7137
|
+
},
|
|
7138
|
+
{
|
|
7139
|
+
"kind": "Reference",
|
|
7140
|
+
"text": "RteTextStyleConfig",
|
|
7141
|
+
"canonicalReference": "@vonage/vivid!~RteTextStyleConfig:type"
|
|
7142
|
+
},
|
|
7143
|
+
{
|
|
7144
|
+
"kind": "Content",
|
|
7145
|
+
"text": " | undefined): {};\n}"
|
|
7146
|
+
}
|
|
7147
|
+
],
|
|
7148
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/bold.d.ts",
|
|
7149
|
+
"isReadonly": true,
|
|
7150
|
+
"releaseTag": "Public",
|
|
7151
|
+
"name": "RteBoldFeature",
|
|
7152
|
+
"variableTypeTokenRange": {
|
|
7153
|
+
"startIndex": 1,
|
|
7154
|
+
"endIndex": 4
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7038
7157
|
{
|
|
7039
7158
|
"kind": "TypeAlias",
|
|
7040
7159
|
"canonicalReference": "@vonage/vivid!RteChildSlotProps:type",
|
|
@@ -7270,6 +7389,102 @@
|
|
|
7270
7389
|
"endIndex": 2
|
|
7271
7390
|
}
|
|
7272
7391
|
},
|
|
7392
|
+
{
|
|
7393
|
+
"kind": "Variable",
|
|
7394
|
+
"canonicalReference": "@vonage/vivid!RteDropHandlerFeature:var",
|
|
7395
|
+
"docComment": "",
|
|
7396
|
+
"excerptTokens": [
|
|
7397
|
+
{
|
|
7398
|
+
"kind": "Content",
|
|
7399
|
+
"text": "RteDropHandlerFeature: "
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
"kind": "Content",
|
|
7403
|
+
"text": "{\n new (config: "
|
|
7404
|
+
},
|
|
7405
|
+
{
|
|
7406
|
+
"kind": "Reference",
|
|
7407
|
+
"text": "RteDropHandlerConfig",
|
|
7408
|
+
"canonicalReference": "@vonage/vivid!~RteDropHandlerConfig:interface"
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"kind": "Content",
|
|
7412
|
+
"text": "): {};\n}"
|
|
7413
|
+
}
|
|
7414
|
+
],
|
|
7415
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/drop-handler.d.ts",
|
|
7416
|
+
"isReadonly": true,
|
|
7417
|
+
"releaseTag": "Public",
|
|
7418
|
+
"name": "RteDropHandlerFeature",
|
|
7419
|
+
"variableTypeTokenRange": {
|
|
7420
|
+
"startIndex": 1,
|
|
7421
|
+
"endIndex": 4
|
|
7422
|
+
}
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"kind": "Variable",
|
|
7426
|
+
"canonicalReference": "@vonage/vivid!RteFileHandlerFeature:var",
|
|
7427
|
+
"docComment": "",
|
|
7428
|
+
"excerptTokens": [
|
|
7429
|
+
{
|
|
7430
|
+
"kind": "Content",
|
|
7431
|
+
"text": "RteFileHandlerFeature: "
|
|
7432
|
+
},
|
|
7433
|
+
{
|
|
7434
|
+
"kind": "Content",
|
|
7435
|
+
"text": "{\n new (config: "
|
|
7436
|
+
},
|
|
7437
|
+
{
|
|
7438
|
+
"kind": "Reference",
|
|
7439
|
+
"text": "RteFileHandlerConfig",
|
|
7440
|
+
"canonicalReference": "@vonage/vivid!~RteFileHandlerConfig:interface"
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
"kind": "Content",
|
|
7444
|
+
"text": "): {};\n}"
|
|
7445
|
+
}
|
|
7446
|
+
],
|
|
7447
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/file-handler.d.ts",
|
|
7448
|
+
"isReadonly": true,
|
|
7449
|
+
"releaseTag": "Public",
|
|
7450
|
+
"name": "RteFileHandlerFeature",
|
|
7451
|
+
"variableTypeTokenRange": {
|
|
7452
|
+
"startIndex": 1,
|
|
7453
|
+
"endIndex": 4
|
|
7454
|
+
}
|
|
7455
|
+
},
|
|
7456
|
+
{
|
|
7457
|
+
"kind": "Variable",
|
|
7458
|
+
"canonicalReference": "@vonage/vivid!RteFontSizePickerFeature:var",
|
|
7459
|
+
"docComment": "",
|
|
7460
|
+
"excerptTokens": [
|
|
7461
|
+
{
|
|
7462
|
+
"kind": "Content",
|
|
7463
|
+
"text": "RteFontSizePickerFeature: "
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
"kind": "Content",
|
|
7467
|
+
"text": "{\n new (config: "
|
|
7468
|
+
},
|
|
7469
|
+
{
|
|
7470
|
+
"kind": "Reference",
|
|
7471
|
+
"text": "RteFontSizePickerConfig",
|
|
7472
|
+
"canonicalReference": "@vonage/vivid!~RteFontSizePickerConfig:type"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"kind": "Content",
|
|
7476
|
+
"text": "): {};\n}"
|
|
7477
|
+
}
|
|
7478
|
+
],
|
|
7479
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/font-size-picker.d.ts",
|
|
7480
|
+
"isReadonly": true,
|
|
7481
|
+
"releaseTag": "Public",
|
|
7482
|
+
"name": "RteFontSizePickerFeature",
|
|
7483
|
+
"variableTypeTokenRange": {
|
|
7484
|
+
"startIndex": 1,
|
|
7485
|
+
"endIndex": 4
|
|
7486
|
+
}
|
|
7487
|
+
},
|
|
7273
7488
|
{
|
|
7274
7489
|
"kind": "TypeAlias",
|
|
7275
7490
|
"canonicalReference": "@vonage/vivid!RteFragment:type",
|
|
@@ -7310,6 +7525,29 @@
|
|
|
7310
7525
|
"endIndex": 5
|
|
7311
7526
|
}
|
|
7312
7527
|
},
|
|
7528
|
+
{
|
|
7529
|
+
"kind": "Variable",
|
|
7530
|
+
"canonicalReference": "@vonage/vivid!RteHardBreakFeature:var",
|
|
7531
|
+
"docComment": "",
|
|
7532
|
+
"excerptTokens": [
|
|
7533
|
+
{
|
|
7534
|
+
"kind": "Content",
|
|
7535
|
+
"text": "RteHardBreakFeature: "
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"kind": "Content",
|
|
7539
|
+
"text": "{\n new (): {};\n}"
|
|
7540
|
+
}
|
|
7541
|
+
],
|
|
7542
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/hard-break.d.ts",
|
|
7543
|
+
"isReadonly": true,
|
|
7544
|
+
"releaseTag": "Public",
|
|
7545
|
+
"name": "RteHardBreakFeature",
|
|
7546
|
+
"variableTypeTokenRange": {
|
|
7547
|
+
"startIndex": 1,
|
|
7548
|
+
"endIndex": 2
|
|
7549
|
+
}
|
|
7550
|
+
},
|
|
7313
7551
|
{
|
|
7314
7552
|
"kind": "Class",
|
|
7315
7553
|
"canonicalReference": "@vonage/vivid!RteHtmlParser:class",
|
|
@@ -7712,6 +7950,70 @@
|
|
|
7712
7950
|
],
|
|
7713
7951
|
"implementsTokenRanges": []
|
|
7714
7952
|
},
|
|
7953
|
+
{
|
|
7954
|
+
"kind": "Variable",
|
|
7955
|
+
"canonicalReference": "@vonage/vivid!RteInlineImageFeature:var",
|
|
7956
|
+
"docComment": "",
|
|
7957
|
+
"excerptTokens": [
|
|
7958
|
+
{
|
|
7959
|
+
"kind": "Content",
|
|
7960
|
+
"text": "RteInlineImageFeature: "
|
|
7961
|
+
},
|
|
7962
|
+
{
|
|
7963
|
+
"kind": "Content",
|
|
7964
|
+
"text": "{\n new (config?: "
|
|
7965
|
+
},
|
|
7966
|
+
{
|
|
7967
|
+
"kind": "Reference",
|
|
7968
|
+
"text": "RteInlineImageConfig",
|
|
7969
|
+
"canonicalReference": "@vonage/vivid!~RteInlineImageConfig:interface"
|
|
7970
|
+
},
|
|
7971
|
+
{
|
|
7972
|
+
"kind": "Content",
|
|
7973
|
+
"text": " | undefined): {};\n}"
|
|
7974
|
+
}
|
|
7975
|
+
],
|
|
7976
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/inline-image.d.ts",
|
|
7977
|
+
"isReadonly": true,
|
|
7978
|
+
"releaseTag": "Public",
|
|
7979
|
+
"name": "RteInlineImageFeature",
|
|
7980
|
+
"variableTypeTokenRange": {
|
|
7981
|
+
"startIndex": 1,
|
|
7982
|
+
"endIndex": 4
|
|
7983
|
+
}
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"kind": "Variable",
|
|
7987
|
+
"canonicalReference": "@vonage/vivid!RteInputRuleFeature:var",
|
|
7988
|
+
"docComment": "",
|
|
7989
|
+
"excerptTokens": [
|
|
7990
|
+
{
|
|
7991
|
+
"kind": "Content",
|
|
7992
|
+
"text": "RteInputRuleFeature: "
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"kind": "Content",
|
|
7996
|
+
"text": "{\n new (featureId: string, options: "
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"kind": "Reference",
|
|
8000
|
+
"text": "RteInputRuleFeatureOptions",
|
|
8001
|
+
"canonicalReference": "@vonage/vivid!~RteInputRuleFeatureOptions:interface"
|
|
8002
|
+
},
|
|
8003
|
+
{
|
|
8004
|
+
"kind": "Content",
|
|
8005
|
+
"text": "): {};\n}"
|
|
8006
|
+
}
|
|
8007
|
+
],
|
|
8008
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/input-rule.d.ts",
|
|
8009
|
+
"isReadonly": true,
|
|
8010
|
+
"releaseTag": "Public",
|
|
8011
|
+
"name": "RteInputRuleFeature",
|
|
8012
|
+
"variableTypeTokenRange": {
|
|
8013
|
+
"startIndex": 1,
|
|
8014
|
+
"endIndex": 4
|
|
8015
|
+
}
|
|
8016
|
+
},
|
|
7715
8017
|
{
|
|
7716
8018
|
"kind": "Class",
|
|
7717
8019
|
"canonicalReference": "@vonage/vivid!RteInstance:class",
|
|
@@ -8066,6 +8368,125 @@
|
|
|
8066
8368
|
],
|
|
8067
8369
|
"implementsTokenRanges": []
|
|
8068
8370
|
},
|
|
8371
|
+
{
|
|
8372
|
+
"kind": "Variable",
|
|
8373
|
+
"canonicalReference": "@vonage/vivid!RteItalicFeature:var",
|
|
8374
|
+
"docComment": "",
|
|
8375
|
+
"excerptTokens": [
|
|
8376
|
+
{
|
|
8377
|
+
"kind": "Content",
|
|
8378
|
+
"text": "RteItalicFeature: "
|
|
8379
|
+
},
|
|
8380
|
+
{
|
|
8381
|
+
"kind": "Content",
|
|
8382
|
+
"text": "{\n new (config?: import('./internal/text-style')."
|
|
8383
|
+
},
|
|
8384
|
+
{
|
|
8385
|
+
"kind": "Reference",
|
|
8386
|
+
"text": "RteTextStyleConfig",
|
|
8387
|
+
"canonicalReference": "@vonage/vivid!~RteTextStyleConfig:type"
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
"kind": "Content",
|
|
8391
|
+
"text": " | undefined): {};\n}"
|
|
8392
|
+
}
|
|
8393
|
+
],
|
|
8394
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/italic.d.ts",
|
|
8395
|
+
"isReadonly": true,
|
|
8396
|
+
"releaseTag": "Public",
|
|
8397
|
+
"name": "RteItalicFeature",
|
|
8398
|
+
"variableTypeTokenRange": {
|
|
8399
|
+
"startIndex": 1,
|
|
8400
|
+
"endIndex": 4
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"kind": "Variable",
|
|
8405
|
+
"canonicalReference": "@vonage/vivid!RteKeyboardShortcutsFeature:var",
|
|
8406
|
+
"docComment": "",
|
|
8407
|
+
"excerptTokens": [
|
|
8408
|
+
{
|
|
8409
|
+
"kind": "Content",
|
|
8410
|
+
"text": "RteKeyboardShortcutsFeature: "
|
|
8411
|
+
},
|
|
8412
|
+
{
|
|
8413
|
+
"kind": "Content",
|
|
8414
|
+
"text": "{\n new (featureId: string, options: "
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
"kind": "Reference",
|
|
8418
|
+
"text": "RteKeyboardShortcutsFeatureOptions",
|
|
8419
|
+
"canonicalReference": "@vonage/vivid!~RteKeyboardShortcutsFeatureOptions:interface"
|
|
8420
|
+
},
|
|
8421
|
+
{
|
|
8422
|
+
"kind": "Content",
|
|
8423
|
+
"text": "): {};\n}"
|
|
8424
|
+
}
|
|
8425
|
+
],
|
|
8426
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts",
|
|
8427
|
+
"isReadonly": true,
|
|
8428
|
+
"releaseTag": "Public",
|
|
8429
|
+
"name": "RteKeyboardShortcutsFeature",
|
|
8430
|
+
"variableTypeTokenRange": {
|
|
8431
|
+
"startIndex": 1,
|
|
8432
|
+
"endIndex": 4
|
|
8433
|
+
}
|
|
8434
|
+
},
|
|
8435
|
+
{
|
|
8436
|
+
"kind": "Variable",
|
|
8437
|
+
"canonicalReference": "@vonage/vivid!RteLinkFeature:var",
|
|
8438
|
+
"docComment": "",
|
|
8439
|
+
"excerptTokens": [
|
|
8440
|
+
{
|
|
8441
|
+
"kind": "Content",
|
|
8442
|
+
"text": "RteLinkFeature: "
|
|
8443
|
+
},
|
|
8444
|
+
{
|
|
8445
|
+
"kind": "Content",
|
|
8446
|
+
"text": "{\n new (): {};\n}"
|
|
8447
|
+
}
|
|
8448
|
+
],
|
|
8449
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/link.d.ts",
|
|
8450
|
+
"isReadonly": true,
|
|
8451
|
+
"releaseTag": "Public",
|
|
8452
|
+
"name": "RteLinkFeature",
|
|
8453
|
+
"variableTypeTokenRange": {
|
|
8454
|
+
"startIndex": 1,
|
|
8455
|
+
"endIndex": 2
|
|
8456
|
+
}
|
|
8457
|
+
},
|
|
8458
|
+
{
|
|
8459
|
+
"kind": "Variable",
|
|
8460
|
+
"canonicalReference": "@vonage/vivid!RteListFeature:var",
|
|
8461
|
+
"docComment": "",
|
|
8462
|
+
"excerptTokens": [
|
|
8463
|
+
{
|
|
8464
|
+
"kind": "Content",
|
|
8465
|
+
"text": "RteListFeature: "
|
|
8466
|
+
},
|
|
8467
|
+
{
|
|
8468
|
+
"kind": "Content",
|
|
8469
|
+
"text": "{\n new (config: "
|
|
8470
|
+
},
|
|
8471
|
+
{
|
|
8472
|
+
"kind": "Reference",
|
|
8473
|
+
"text": "RteListConfig",
|
|
8474
|
+
"canonicalReference": "@vonage/vivid!~RteListConfig:type"
|
|
8475
|
+
},
|
|
8476
|
+
{
|
|
8477
|
+
"kind": "Content",
|
|
8478
|
+
"text": "): {};\n}"
|
|
8479
|
+
}
|
|
8480
|
+
],
|
|
8481
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/list.d.ts",
|
|
8482
|
+
"isReadonly": true,
|
|
8483
|
+
"releaseTag": "Public",
|
|
8484
|
+
"name": "RteListFeature",
|
|
8485
|
+
"variableTypeTokenRange": {
|
|
8486
|
+
"startIndex": 1,
|
|
8487
|
+
"endIndex": 4
|
|
8488
|
+
}
|
|
8489
|
+
},
|
|
8069
8490
|
{
|
|
8070
8491
|
"kind": "TypeAlias",
|
|
8071
8492
|
"canonicalReference": "@vonage/vivid!RteMark:type",
|
|
@@ -8073,24 +8494,56 @@
|
|
|
8073
8494
|
"excerptTokens": [
|
|
8074
8495
|
{
|
|
8075
8496
|
"kind": "Content",
|
|
8076
|
-
"text": "export type RteMark = "
|
|
8497
|
+
"text": "export type RteMark = "
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"kind": "Reference",
|
|
8501
|
+
"text": "Mark",
|
|
8502
|
+
"canonicalReference": "@vonage/vivid!~Mark:type"
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"kind": "Content",
|
|
8506
|
+
"text": ";"
|
|
8507
|
+
}
|
|
8508
|
+
],
|
|
8509
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/document.d.ts",
|
|
8510
|
+
"releaseTag": "Public",
|
|
8511
|
+
"name": "RteMark",
|
|
8512
|
+
"typeTokenRange": {
|
|
8513
|
+
"startIndex": 1,
|
|
8514
|
+
"endIndex": 2
|
|
8515
|
+
}
|
|
8516
|
+
},
|
|
8517
|
+
{
|
|
8518
|
+
"kind": "Variable",
|
|
8519
|
+
"canonicalReference": "@vonage/vivid!RteMonospaceFeature:var",
|
|
8520
|
+
"docComment": "",
|
|
8521
|
+
"excerptTokens": [
|
|
8522
|
+
{
|
|
8523
|
+
"kind": "Content",
|
|
8524
|
+
"text": "RteMonospaceFeature: "
|
|
8525
|
+
},
|
|
8526
|
+
{
|
|
8527
|
+
"kind": "Content",
|
|
8528
|
+
"text": "{\n new (config?: import('./internal/text-style')."
|
|
8077
8529
|
},
|
|
8078
8530
|
{
|
|
8079
8531
|
"kind": "Reference",
|
|
8080
|
-
"text": "
|
|
8081
|
-
"canonicalReference": "@vonage/vivid!~
|
|
8532
|
+
"text": "RteTextStyleConfig",
|
|
8533
|
+
"canonicalReference": "@vonage/vivid!~RteTextStyleConfig:type"
|
|
8082
8534
|
},
|
|
8083
8535
|
{
|
|
8084
8536
|
"kind": "Content",
|
|
8085
|
-
"text": "
|
|
8537
|
+
"text": " | undefined): {};\n}"
|
|
8086
8538
|
}
|
|
8087
8539
|
],
|
|
8088
|
-
"fileUrlPath": "dist/lib/rich-text-editor/rte/
|
|
8540
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/monospace.d.ts",
|
|
8541
|
+
"isReadonly": true,
|
|
8089
8542
|
"releaseTag": "Public",
|
|
8090
|
-
"name": "
|
|
8091
|
-
"
|
|
8543
|
+
"name": "RteMonospaceFeature",
|
|
8544
|
+
"variableTypeTokenRange": {
|
|
8092
8545
|
"startIndex": 1,
|
|
8093
|
-
"endIndex":
|
|
8546
|
+
"endIndex": 4
|
|
8094
8547
|
}
|
|
8095
8548
|
},
|
|
8096
8549
|
{
|
|
@@ -8129,6 +8582,262 @@
|
|
|
8129
8582
|
"endIndex": 4
|
|
8130
8583
|
}
|
|
8131
8584
|
},
|
|
8585
|
+
{
|
|
8586
|
+
"kind": "Variable",
|
|
8587
|
+
"canonicalReference": "@vonage/vivid!RtePlaceholderFeature:var",
|
|
8588
|
+
"docComment": "",
|
|
8589
|
+
"excerptTokens": [
|
|
8590
|
+
{
|
|
8591
|
+
"kind": "Content",
|
|
8592
|
+
"text": "RtePlaceholderFeature: "
|
|
8593
|
+
},
|
|
8594
|
+
{
|
|
8595
|
+
"kind": "Content",
|
|
8596
|
+
"text": "{\n new (config: "
|
|
8597
|
+
},
|
|
8598
|
+
{
|
|
8599
|
+
"kind": "Reference",
|
|
8600
|
+
"text": "RtePlaceholderConfig",
|
|
8601
|
+
"canonicalReference": "@vonage/vivid!~RtePlaceholderConfig:type"
|
|
8602
|
+
},
|
|
8603
|
+
{
|
|
8604
|
+
"kind": "Content",
|
|
8605
|
+
"text": "): {};\n}"
|
|
8606
|
+
}
|
|
8607
|
+
],
|
|
8608
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/placeholder.d.ts",
|
|
8609
|
+
"isReadonly": true,
|
|
8610
|
+
"releaseTag": "Public",
|
|
8611
|
+
"name": "RtePlaceholderFeature",
|
|
8612
|
+
"variableTypeTokenRange": {
|
|
8613
|
+
"startIndex": 1,
|
|
8614
|
+
"endIndex": 4
|
|
8615
|
+
}
|
|
8616
|
+
},
|
|
8617
|
+
{
|
|
8618
|
+
"kind": "Variable",
|
|
8619
|
+
"canonicalReference": "@vonage/vivid!RteStrikethroughFeature:var",
|
|
8620
|
+
"docComment": "",
|
|
8621
|
+
"excerptTokens": [
|
|
8622
|
+
{
|
|
8623
|
+
"kind": "Content",
|
|
8624
|
+
"text": "RteStrikethroughFeature: "
|
|
8625
|
+
},
|
|
8626
|
+
{
|
|
8627
|
+
"kind": "Content",
|
|
8628
|
+
"text": "{\n new (config?: import('./internal/text-style')."
|
|
8629
|
+
},
|
|
8630
|
+
{
|
|
8631
|
+
"kind": "Reference",
|
|
8632
|
+
"text": "RteTextStyleConfig",
|
|
8633
|
+
"canonicalReference": "@vonage/vivid!~RteTextStyleConfig:type"
|
|
8634
|
+
},
|
|
8635
|
+
{
|
|
8636
|
+
"kind": "Content",
|
|
8637
|
+
"text": " | undefined): {};\n}"
|
|
8638
|
+
}
|
|
8639
|
+
],
|
|
8640
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/strikethrough.d.ts",
|
|
8641
|
+
"isReadonly": true,
|
|
8642
|
+
"releaseTag": "Public",
|
|
8643
|
+
"name": "RteStrikethroughFeature",
|
|
8644
|
+
"variableTypeTokenRange": {
|
|
8645
|
+
"startIndex": 1,
|
|
8646
|
+
"endIndex": 4
|
|
8647
|
+
}
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "Variable",
|
|
8651
|
+
"canonicalReference": "@vonage/vivid!RteSuggestFeature:var",
|
|
8652
|
+
"docComment": "",
|
|
8653
|
+
"excerptTokens": [
|
|
8654
|
+
{
|
|
8655
|
+
"kind": "Content",
|
|
8656
|
+
"text": "RteSuggestFeature: "
|
|
8657
|
+
},
|
|
8658
|
+
{
|
|
8659
|
+
"kind": "Content",
|
|
8660
|
+
"text": "{\n new (featureId: string, options: "
|
|
8661
|
+
},
|
|
8662
|
+
{
|
|
8663
|
+
"kind": "Reference",
|
|
8664
|
+
"text": "RteSuggestFeatureOptions",
|
|
8665
|
+
"canonicalReference": "@vonage/vivid!~RteSuggestFeatureOptions:interface"
|
|
8666
|
+
},
|
|
8667
|
+
{
|
|
8668
|
+
"kind": "Content",
|
|
8669
|
+
"text": "): {};\n}"
|
|
8670
|
+
}
|
|
8671
|
+
],
|
|
8672
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/suggest.d.ts",
|
|
8673
|
+
"isReadonly": true,
|
|
8674
|
+
"releaseTag": "Public",
|
|
8675
|
+
"name": "RteSuggestFeature",
|
|
8676
|
+
"variableTypeTokenRange": {
|
|
8677
|
+
"startIndex": 1,
|
|
8678
|
+
"endIndex": 4
|
|
8679
|
+
}
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
"kind": "Variable",
|
|
8683
|
+
"canonicalReference": "@vonage/vivid!RteTextBlockPickerFeature:var",
|
|
8684
|
+
"docComment": "",
|
|
8685
|
+
"excerptTokens": [
|
|
8686
|
+
{
|
|
8687
|
+
"kind": "Content",
|
|
8688
|
+
"text": "RteTextBlockPickerFeature: "
|
|
8689
|
+
},
|
|
8690
|
+
{
|
|
8691
|
+
"kind": "Content",
|
|
8692
|
+
"text": "{\n new (config: "
|
|
8693
|
+
},
|
|
8694
|
+
{
|
|
8695
|
+
"kind": "Reference",
|
|
8696
|
+
"text": "RteTextBlockPickerConfig",
|
|
8697
|
+
"canonicalReference": "@vonage/vivid!~RteTextBlockPickerConfig:type"
|
|
8698
|
+
},
|
|
8699
|
+
{
|
|
8700
|
+
"kind": "Content",
|
|
8701
|
+
"text": "): {};\n}"
|
|
8702
|
+
}
|
|
8703
|
+
],
|
|
8704
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/text-block-picker.d.ts",
|
|
8705
|
+
"isReadonly": true,
|
|
8706
|
+
"releaseTag": "Public",
|
|
8707
|
+
"name": "RteTextBlockPickerFeature",
|
|
8708
|
+
"variableTypeTokenRange": {
|
|
8709
|
+
"startIndex": 1,
|
|
8710
|
+
"endIndex": 4
|
|
8711
|
+
}
|
|
8712
|
+
},
|
|
8713
|
+
{
|
|
8714
|
+
"kind": "Variable",
|
|
8715
|
+
"canonicalReference": "@vonage/vivid!RteTextColorPickerFeature:var",
|
|
8716
|
+
"docComment": "",
|
|
8717
|
+
"excerptTokens": [
|
|
8718
|
+
{
|
|
8719
|
+
"kind": "Content",
|
|
8720
|
+
"text": "RteTextColorPickerFeature: "
|
|
8721
|
+
},
|
|
8722
|
+
{
|
|
8723
|
+
"kind": "Content",
|
|
8724
|
+
"text": "{\n new (config?: "
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"kind": "Reference",
|
|
8728
|
+
"text": "RteTextColorPickerConfig",
|
|
8729
|
+
"canonicalReference": "@vonage/vivid!~RteTextColorPickerConfig:interface"
|
|
8730
|
+
},
|
|
8731
|
+
{
|
|
8732
|
+
"kind": "Content",
|
|
8733
|
+
"text": " | undefined): {};\n}"
|
|
8734
|
+
}
|
|
8735
|
+
],
|
|
8736
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/text-color-picker.d.ts",
|
|
8737
|
+
"isReadonly": true,
|
|
8738
|
+
"releaseTag": "Public",
|
|
8739
|
+
"name": "RteTextColorPickerFeature",
|
|
8740
|
+
"variableTypeTokenRange": {
|
|
8741
|
+
"startIndex": 1,
|
|
8742
|
+
"endIndex": 4
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8745
|
+
{
|
|
8746
|
+
"kind": "Variable",
|
|
8747
|
+
"canonicalReference": "@vonage/vivid!RteToolbarButtonFeature:var",
|
|
8748
|
+
"docComment": "",
|
|
8749
|
+
"excerptTokens": [
|
|
8750
|
+
{
|
|
8751
|
+
"kind": "Content",
|
|
8752
|
+
"text": "RteToolbarButtonFeature: "
|
|
8753
|
+
},
|
|
8754
|
+
{
|
|
8755
|
+
"kind": "Content",
|
|
8756
|
+
"text": "{\n new (featureId: string, options: "
|
|
8757
|
+
},
|
|
8758
|
+
{
|
|
8759
|
+
"kind": "Reference",
|
|
8760
|
+
"text": "RteToolbarButtonFeatureOptions",
|
|
8761
|
+
"canonicalReference": "@vonage/vivid!~RteToolbarButtonFeatureOptions:interface"
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
"kind": "Content",
|
|
8765
|
+
"text": "): {};\n}"
|
|
8766
|
+
}
|
|
8767
|
+
],
|
|
8768
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/toolbar-button.d.ts",
|
|
8769
|
+
"isReadonly": true,
|
|
8770
|
+
"releaseTag": "Public",
|
|
8771
|
+
"name": "RteToolbarButtonFeature",
|
|
8772
|
+
"variableTypeTokenRange": {
|
|
8773
|
+
"startIndex": 1,
|
|
8774
|
+
"endIndex": 4
|
|
8775
|
+
}
|
|
8776
|
+
},
|
|
8777
|
+
{
|
|
8778
|
+
"kind": "Variable",
|
|
8779
|
+
"canonicalReference": "@vonage/vivid!RteToolbarFeature:var",
|
|
8780
|
+
"docComment": "",
|
|
8781
|
+
"excerptTokens": [
|
|
8782
|
+
{
|
|
8783
|
+
"kind": "Content",
|
|
8784
|
+
"text": "RteToolbarFeature: "
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"kind": "Content",
|
|
8788
|
+
"text": "{\n new (config?: "
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"kind": "Reference",
|
|
8792
|
+
"text": "RteToolbarConfig",
|
|
8793
|
+
"canonicalReference": "@vonage/vivid!~RteToolbarConfig:interface"
|
|
8794
|
+
},
|
|
8795
|
+
{
|
|
8796
|
+
"kind": "Content",
|
|
8797
|
+
"text": " | undefined): {};\n}"
|
|
8798
|
+
}
|
|
8799
|
+
],
|
|
8800
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/toolbar.d.ts",
|
|
8801
|
+
"isReadonly": true,
|
|
8802
|
+
"releaseTag": "Public",
|
|
8803
|
+
"name": "RteToolbarFeature",
|
|
8804
|
+
"variableTypeTokenRange": {
|
|
8805
|
+
"startIndex": 1,
|
|
8806
|
+
"endIndex": 4
|
|
8807
|
+
}
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"kind": "Variable",
|
|
8811
|
+
"canonicalReference": "@vonage/vivid!RteUnderlineFeature:var",
|
|
8812
|
+
"docComment": "",
|
|
8813
|
+
"excerptTokens": [
|
|
8814
|
+
{
|
|
8815
|
+
"kind": "Content",
|
|
8816
|
+
"text": "RteUnderlineFeature: "
|
|
8817
|
+
},
|
|
8818
|
+
{
|
|
8819
|
+
"kind": "Content",
|
|
8820
|
+
"text": "{\n new (config?: import('./internal/text-style')."
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"kind": "Reference",
|
|
8824
|
+
"text": "RteTextStyleConfig",
|
|
8825
|
+
"canonicalReference": "@vonage/vivid!~RteTextStyleConfig:type"
|
|
8826
|
+
},
|
|
8827
|
+
{
|
|
8828
|
+
"kind": "Content",
|
|
8829
|
+
"text": " | undefined): {};\n}"
|
|
8830
|
+
}
|
|
8831
|
+
],
|
|
8832
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/underline.d.ts",
|
|
8833
|
+
"isReadonly": true,
|
|
8834
|
+
"releaseTag": "Public",
|
|
8835
|
+
"name": "RteUnderlineFeature",
|
|
8836
|
+
"variableTypeTokenRange": {
|
|
8837
|
+
"startIndex": 1,
|
|
8838
|
+
"endIndex": 4
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8132
8841
|
{
|
|
8133
8842
|
"kind": "TypeAlias",
|
|
8134
8843
|
"canonicalReference": "@vonage/vivid!RteView:type",
|
|
@@ -8185,25 +8894,7 @@
|
|
|
8185
8894
|
},
|
|
8186
8895
|
{
|
|
8187
8896
|
"kind": "Content",
|
|
8188
|
-
"text": "[];\n}) & {
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"kind": "Reference",
|
|
8192
|
-
"text": "impl",
|
|
8193
|
-
"canonicalReference": "@vonage/vivid!~impl:var"
|
|
8194
|
-
},
|
|
8195
|
-
{
|
|
8196
|
-
"kind": "Content",
|
|
8197
|
-
"text": "]: "
|
|
8198
|
-
},
|
|
8199
|
-
{
|
|
8200
|
-
"kind": "Reference",
|
|
8201
|
-
"text": "RteViewCtx",
|
|
8202
|
-
"canonicalReference": "@vonage/vivid!~RteViewCtx:type"
|
|
8203
|
-
},
|
|
8204
|
-
{
|
|
8205
|
-
"kind": "Content",
|
|
8206
|
-
"text": ";\n}"
|
|
8897
|
+
"text": "[];\n}) & {}"
|
|
8207
8898
|
},
|
|
8208
8899
|
{
|
|
8209
8900
|
"kind": "Content",
|
|
@@ -8215,7 +8906,7 @@
|
|
|
8215
8906
|
"name": "RteView",
|
|
8216
8907
|
"typeTokenRange": {
|
|
8217
8908
|
"startIndex": 1,
|
|
8218
|
-
"endIndex":
|
|
8909
|
+
"endIndex": 12
|
|
8219
8910
|
}
|
|
8220
8911
|
},
|
|
8221
8912
|
{
|
|
@@ -8541,7 +9232,7 @@
|
|
|
8541
9232
|
},
|
|
8542
9233
|
{
|
|
8543
9234
|
"kind": "Content",
|
|
8544
|
-
"text": "import(
|
|
9235
|
+
"text": "import('../../shared/design-system/defineVividComponent')."
|
|
8545
9236
|
},
|
|
8546
9237
|
{
|
|
8547
9238
|
"kind": "Reference",
|
|
@@ -13107,8 +13798,8 @@
|
|
|
13107
13798
|
},
|
|
13108
13799
|
{
|
|
13109
13800
|
"kind": "Reference",
|
|
13110
|
-
"text": "
|
|
13111
|
-
"canonicalReference": "!
|
|
13801
|
+
"text": "KeyboardEvent",
|
|
13802
|
+
"canonicalReference": "!KeyboardEvent:interface"
|
|
13112
13803
|
},
|
|
13113
13804
|
{
|
|
13114
13805
|
"kind": "Content",
|
|
@@ -13116,12 +13807,12 @@
|
|
|
13116
13807
|
},
|
|
13117
13808
|
{
|
|
13118
13809
|
"kind": "Reference",
|
|
13119
|
-
"text": "
|
|
13120
|
-
"canonicalReference": "!
|
|
13810
|
+
"text": "MouseEvent",
|
|
13811
|
+
"canonicalReference": "!MouseEvent:interface"
|
|
13121
13812
|
},
|
|
13122
13813
|
{
|
|
13123
13814
|
"kind": "Content",
|
|
13124
|
-
"text": ") => import(
|
|
13815
|
+
"text": ") => import('./helpers/calendar.event-context')."
|
|
13125
13816
|
},
|
|
13126
13817
|
{
|
|
13127
13818
|
"kind": "Reference",
|
|
@@ -26292,6 +26983,36 @@
|
|
|
26292
26983
|
"isProtected": false,
|
|
26293
26984
|
"isAbstract": false
|
|
26294
26985
|
},
|
|
26986
|
+
{
|
|
26987
|
+
"kind": "Property",
|
|
26988
|
+
"canonicalReference": "@vonage/vivid!VwcSelectElement#clearable:member",
|
|
26989
|
+
"docComment": "",
|
|
26990
|
+
"excerptTokens": [
|
|
26991
|
+
{
|
|
26992
|
+
"kind": "Content",
|
|
26993
|
+
"text": "clearable: "
|
|
26994
|
+
},
|
|
26995
|
+
{
|
|
26996
|
+
"kind": "Content",
|
|
26997
|
+
"text": "boolean"
|
|
26998
|
+
},
|
|
26999
|
+
{
|
|
27000
|
+
"kind": "Content",
|
|
27001
|
+
"text": ";"
|
|
27002
|
+
}
|
|
27003
|
+
],
|
|
27004
|
+
"isReadonly": false,
|
|
27005
|
+
"isOptional": false,
|
|
27006
|
+
"releaseTag": "Public",
|
|
27007
|
+
"name": "clearable",
|
|
27008
|
+
"propertyTypeTokenRange": {
|
|
27009
|
+
"startIndex": 1,
|
|
27010
|
+
"endIndex": 2
|
|
27011
|
+
},
|
|
27012
|
+
"isStatic": false,
|
|
27013
|
+
"isProtected": false,
|
|
27014
|
+
"isAbstract": false
|
|
27015
|
+
},
|
|
26295
27016
|
{
|
|
26296
27017
|
"kind": "Method",
|
|
26297
27018
|
"canonicalReference": "@vonage/vivid!VwcSelectElement#connectedCallback:member(1)",
|