@vonage/vivid-react 5.20.1 → 5.22.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/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +1088 -25
- package/package.json +12 -4
- package/types/index.d.ts +1 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAriaBindingDirective/package.json +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +9 -11
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcColorPicker/package.json +2 -2
- package/v3/VwcCombobox/index.js +1 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcContextualHelp/package.json +2 -2
- package/v3/VwcCountry/package.json +2 -2
- package/v3/VwcCountryGroup/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/package.json +2 -2
- package/v3/VwcDialPad/index.js +1 -1
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +9 -11
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeatureState/package.json +2 -2
- package/v3/VwcFeedbackMessage/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFlag/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcIdrefsController/package.json +2 -2
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcKbdKey/package.json +2 -2
- package/v3/VwcKbdShortcut/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.js +1 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.js +1 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +1 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/package.json +2 -2
- package/v3/VwcPlatformSwitch/package.json +2 -2
- package/v3/VwcPopover/index.d.ts +2 -2
- package/v3/VwcPopover/index.js +1 -1
- package/v3/VwcPopover/package.json +2 -2
- package/v3/VwcPopup/index.d.ts +2 -0
- package/v3/VwcPopup/index.js +21 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/package.json +2 -2
- package/v3/VwcRichTextView/package.json +2 -2
- package/v3/VwcRteAlignmentFeatureImpl/index.js +6 -6
- package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
- package/v3/VwcRteBaseImpl/index.js +5 -5
- package/v3/VwcRteBaseImpl/package.json +2 -2
- package/v3/VwcRteBasicTextBlocksImpl/index.js +3 -3
- package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
- package/v3/VwcRteBoldFeatureImpl/index.js +4 -4
- package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
- package/v3/VwcRteCharacterCountFeatureImpl/index.js +5 -5
- package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
- package/v3/VwcRteConfig/package.json +2 -2
- package/v3/VwcRteConfigImpl/package.json +2 -2
- package/v3/VwcRteCoreImpl/index.d.ts +4 -0
- package/v3/VwcRteCoreImpl/index.js +22 -6
- package/v3/VwcRteCoreImpl/package.json +2 -2
- package/v3/VwcRteCursorFixFeatureImpl/index.js +5 -5
- package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
- package/v3/VwcRteDropHandlerFeatureImpl/index.js +6 -6
- package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFeature/package.json +2 -2
- package/v3/VwcRteFeatureImpl/index.js +6 -6
- package/v3/VwcRteFeatureImpl/package.json +2 -2
- package/v3/VwcRteFileHandlerFeatureImpl/index.js +5 -5
- package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFontSizePickerFeatureImpl/index.js +5 -5
- package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteForeignHtmlFeatureImpl/index.js +5 -5
- package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
- package/v3/VwcRteHardBreakFeatureImpl/index.js +5 -5
- package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
- package/v3/VwcRteHistoryFeatureImpl/index.js +6 -6
- package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
- package/v3/VwcRteHtmlParser/package.json +2 -2
- package/v3/VwcRteHtmlSerializer/package.json +2 -2
- package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
- package/v3/VwcRteInlineImageFeatureImpl/index.js +5 -5
- package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
- package/v3/VwcRteInputRulesFeatureImpl/index.js +5 -5
- package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
- package/v3/VwcRteInstance/index.js +5 -0
- package/v3/VwcRteInstance/package.json +2 -2
- package/v3/VwcRteInstanceImpl/package.json +2 -2
- package/v3/VwcRteItalicFeatureImpl/index.js +4 -4
- package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
- package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +5 -5
- package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
- package/v3/VwcRteLinkFeatureImpl/index.js +4 -4
- package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
- package/v3/VwcRteListFeatureImpl/index.js +2 -2
- package/v3/VwcRteListFeatureImpl/package.json +2 -2
- package/v3/VwcRteMonospaceFeatureImpl/index.js +4 -4
- package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
- package/v3/VwcRtePlaceholderFeatureImpl/index.js +6 -6
- package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
- package/v3/VwcRteStrikethroughFeatureImpl/index.js +4 -4
- package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +5 -5
- package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextColorPickerFeatureImpl/index.js +6 -6
- package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextStyleFeatureImpl/index.js +6 -6
- package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
- package/v3/VwcRteToolbarFeatureImpl/index.js +4 -4
- package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
- package/v3/VwcRteUnderlineFeatureImpl/index.js +4 -4
- package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSimpleColorPicker/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcStatus/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTable/package.json +2 -2
- package/v3/VwcTableBody/package.json +2 -2
- package/v3/VwcTableCell/package.json +2 -2
- package/v3/VwcTableHead/package.json +2 -2
- package/v3/VwcTableHeaderCell/package.json +2 -2
- package/v3/VwcTableRow/package.json +2 -2
- package/v3/VwcTableSortingButton/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTextblockAttrs/package.json +2 -2
- package/v3/VwcTextblockMarks/package.json +2 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcUiCtx/package.json +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVisuallyHidden/package.json +2 -2
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/index.js +18 -20
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcVvdHexInput/package.json +2 -2
- package/v3/VwcVvdHexPicker/package.json +2 -2
|
@@ -31,7 +31,7 @@ Code in this file were generated using following JSON:
|
|
|
31
31
|
},
|
|
32
32
|
"parameters": [
|
|
33
33
|
{
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "_rte",
|
|
35
35
|
"type": {
|
|
36
36
|
"text": "RteInstanceImpl"
|
|
37
37
|
}
|
|
@@ -107,13 +107,13 @@ Code in this file were generated using following JSON:
|
|
|
107
107
|
},
|
|
108
108
|
"parameters": [
|
|
109
109
|
{
|
|
110
|
-
"name": "
|
|
110
|
+
"name": "_textblockAttrs",
|
|
111
111
|
"type": {
|
|
112
112
|
"text": "TextblockAttrs"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"name": "
|
|
116
|
+
"name": "_textblockMarks",
|
|
117
117
|
"type": {
|
|
118
118
|
"text": "TextblockMarks"
|
|
119
119
|
}
|
|
@@ -160,7 +160,7 @@ Code in this file were generated using following JSON:
|
|
|
160
160
|
},
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
|
-
"name": "
|
|
163
|
+
"name": "_rte",
|
|
164
164
|
"type": {
|
|
165
165
|
"text": "RteInstanceImpl"
|
|
166
166
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-drop-handler-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-feature",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -69,13 +69,13 @@ Code in this file were generated using following JSON:
|
|
|
69
69
|
},
|
|
70
70
|
"parameters": [
|
|
71
71
|
{
|
|
72
|
-
"name": "
|
|
72
|
+
"name": "_textblockAttrs",
|
|
73
73
|
"type": {
|
|
74
74
|
"text": "TextblockAttrs"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"name": "
|
|
78
|
+
"name": "_textblockMarks",
|
|
79
79
|
"type": {
|
|
80
80
|
"text": "TextblockMarks"
|
|
81
81
|
}
|
|
@@ -110,7 +110,7 @@ Code in this file were generated using following JSON:
|
|
|
110
110
|
},
|
|
111
111
|
"parameters": [
|
|
112
112
|
{
|
|
113
|
-
"name": "
|
|
113
|
+
"name": "_rte",
|
|
114
114
|
"type": {
|
|
115
115
|
"text": "RteInstanceImpl"
|
|
116
116
|
}
|
|
@@ -127,7 +127,7 @@ Code in this file were generated using following JSON:
|
|
|
127
127
|
},
|
|
128
128
|
"parameters": [
|
|
129
129
|
{
|
|
130
|
-
"name": "
|
|
130
|
+
"name": "_rte",
|
|
131
131
|
"type": {
|
|
132
132
|
"text": "RteInstanceImpl"
|
|
133
133
|
}
|
|
@@ -144,7 +144,7 @@ Code in this file were generated using following JSON:
|
|
|
144
144
|
},
|
|
145
145
|
"parameters": [
|
|
146
146
|
{
|
|
147
|
-
"name": "
|
|
147
|
+
"name": "_rte",
|
|
148
148
|
"type": {
|
|
149
149
|
"text": "RteInstanceImpl"
|
|
150
150
|
}
|
|
@@ -170,7 +170,7 @@ Code in this file were generated using following JSON:
|
|
|
170
170
|
},
|
|
171
171
|
"parameters": [
|
|
172
172
|
{
|
|
173
|
-
"name": "
|
|
173
|
+
"name": "_rte",
|
|
174
174
|
"type": {
|
|
175
175
|
"text": "RteInstanceImpl"
|
|
176
176
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -107,13 +107,13 @@ Code in this file were generated using following JSON:
|
|
|
107
107
|
},
|
|
108
108
|
"parameters": [
|
|
109
109
|
{
|
|
110
|
-
"name": "
|
|
110
|
+
"name": "_textblockAttrs",
|
|
111
111
|
"type": {
|
|
112
112
|
"text": "TextblockAttrs"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"name": "
|
|
116
|
+
"name": "_textblockMarks",
|
|
117
117
|
"type": {
|
|
118
118
|
"text": "TextblockMarks"
|
|
119
119
|
}
|
|
@@ -160,7 +160,7 @@ Code in this file were generated using following JSON:
|
|
|
160
160
|
},
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
|
-
"name": "
|
|
163
|
+
"name": "_rte",
|
|
164
164
|
"type": {
|
|
165
165
|
"text": "RteInstanceImpl"
|
|
166
166
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-file-handler-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -58,13 +58,13 @@ Code in this file were generated using following JSON:
|
|
|
58
58
|
},
|
|
59
59
|
"parameters": [
|
|
60
60
|
{
|
|
61
|
-
"name": "
|
|
61
|
+
"name": "_textblockAttrs",
|
|
62
62
|
"type": {
|
|
63
63
|
"text": "TextblockAttrs"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"name": "
|
|
67
|
+
"name": "_textblockMarks",
|
|
68
68
|
"type": {
|
|
69
69
|
"text": "TextblockMarks"
|
|
70
70
|
}
|
|
@@ -85,7 +85,7 @@ Code in this file were generated using following JSON:
|
|
|
85
85
|
},
|
|
86
86
|
"parameters": [
|
|
87
87
|
{
|
|
88
|
-
"name": "
|
|
88
|
+
"name": "_rte",
|
|
89
89
|
"type": {
|
|
90
90
|
"text": "RteInstanceImpl"
|
|
91
91
|
}
|
|
@@ -246,7 +246,7 @@ Code in this file were generated using following JSON:
|
|
|
246
246
|
},
|
|
247
247
|
"parameters": [
|
|
248
248
|
{
|
|
249
|
-
"name": "
|
|
249
|
+
"name": "_rte",
|
|
250
250
|
"type": {
|
|
251
251
|
"text": "RteInstanceImpl"
|
|
252
252
|
}
|
|
@@ -280,7 +280,7 @@ Code in this file were generated using following JSON:
|
|
|
280
280
|
},
|
|
281
281
|
"parameters": [
|
|
282
282
|
{
|
|
283
|
-
"name": "
|
|
283
|
+
"name": "_rte",
|
|
284
284
|
"type": {
|
|
285
285
|
"text": "RteInstanceImpl"
|
|
286
286
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-font-size-picker-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -107,13 +107,13 @@ Code in this file were generated using following JSON:
|
|
|
107
107
|
},
|
|
108
108
|
"parameters": [
|
|
109
109
|
{
|
|
110
|
-
"name": "
|
|
110
|
+
"name": "_textblockAttrs",
|
|
111
111
|
"type": {
|
|
112
112
|
"text": "TextblockAttrs"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"name": "
|
|
116
|
+
"name": "_textblockMarks",
|
|
117
117
|
"type": {
|
|
118
118
|
"text": "TextblockMarks"
|
|
119
119
|
}
|
|
@@ -160,7 +160,7 @@ Code in this file were generated using following JSON:
|
|
|
160
160
|
},
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
|
-
"name": "
|
|
163
|
+
"name": "_rte",
|
|
164
164
|
"type": {
|
|
165
165
|
"text": "RteInstanceImpl"
|
|
166
166
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-foreign-html-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -31,13 +31,13 @@ Code in this file were generated using following JSON:
|
|
|
31
31
|
},
|
|
32
32
|
"parameters": [
|
|
33
33
|
{
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "_textblockAttrs",
|
|
35
35
|
"type": {
|
|
36
36
|
"text": "TextblockAttrs"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
40
|
+
"name": "_textblockMarks",
|
|
41
41
|
"type": {
|
|
42
42
|
"text": "TextblockMarks"
|
|
43
43
|
}
|
|
@@ -160,7 +160,7 @@ Code in this file were generated using following JSON:
|
|
|
160
160
|
},
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
|
-
"name": "
|
|
163
|
+
"name": "_rte",
|
|
164
164
|
"type": {
|
|
165
165
|
"text": "RteInstanceImpl"
|
|
166
166
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-hard-break-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -31,7 +31,7 @@ Code in this file were generated using following JSON:
|
|
|
31
31
|
},
|
|
32
32
|
"parameters": [
|
|
33
33
|
{
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "_rte",
|
|
35
35
|
"type": {
|
|
36
36
|
"text": "RteInstanceImpl"
|
|
37
37
|
}
|
|
@@ -52,7 +52,7 @@ Code in this file were generated using following JSON:
|
|
|
52
52
|
},
|
|
53
53
|
"parameters": [
|
|
54
54
|
{
|
|
55
|
-
"name": "
|
|
55
|
+
"name": "_rte",
|
|
56
56
|
"type": {
|
|
57
57
|
"text": "RteInstanceImpl"
|
|
58
58
|
}
|
|
@@ -128,13 +128,13 @@ Code in this file were generated using following JSON:
|
|
|
128
128
|
},
|
|
129
129
|
"parameters": [
|
|
130
130
|
{
|
|
131
|
-
"name": "
|
|
131
|
+
"name": "_textblockAttrs",
|
|
132
132
|
"type": {
|
|
133
133
|
"text": "TextblockAttrs"
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"name": "
|
|
137
|
+
"name": "_textblockMarks",
|
|
138
138
|
"type": {
|
|
139
139
|
"text": "TextblockMarks"
|
|
140
140
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-history-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-html-parser",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-html-serializer",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-html-serializer-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -44,13 +44,13 @@ Code in this file were generated using following JSON:
|
|
|
44
44
|
},
|
|
45
45
|
"parameters": [
|
|
46
46
|
{
|
|
47
|
-
"name": "
|
|
47
|
+
"name": "_textblockAttrs",
|
|
48
48
|
"type": {
|
|
49
49
|
"text": "TextblockAttrs"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"name": "
|
|
53
|
+
"name": "_textblockMarks",
|
|
54
54
|
"type": {
|
|
55
55
|
"text": "TextblockMarks"
|
|
56
56
|
}
|
|
@@ -218,7 +218,7 @@ Code in this file were generated using following JSON:
|
|
|
218
218
|
},
|
|
219
219
|
"parameters": [
|
|
220
220
|
{
|
|
221
|
-
"name": "
|
|
221
|
+
"name": "_rte",
|
|
222
222
|
"type": {
|
|
223
223
|
"text": "RteInstanceImpl"
|
|
224
224
|
}
|
|
@@ -239,7 +239,7 @@ Code in this file were generated using following JSON:
|
|
|
239
239
|
},
|
|
240
240
|
"parameters": [
|
|
241
241
|
{
|
|
242
|
-
"name": "
|
|
242
|
+
"name": "_rte",
|
|
243
243
|
"type": {
|
|
244
244
|
"text": "RteInstanceImpl"
|
|
245
245
|
}
|
|
@@ -273,7 +273,7 @@ Code in this file were generated using following JSON:
|
|
|
273
273
|
},
|
|
274
274
|
"parameters": [
|
|
275
275
|
{
|
|
276
|
-
"name": "
|
|
276
|
+
"name": "_rte",
|
|
277
277
|
"type": {
|
|
278
278
|
"text": "RteInstanceImpl"
|
|
279
279
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-inline-image-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -107,13 +107,13 @@ Code in this file were generated using following JSON:
|
|
|
107
107
|
},
|
|
108
108
|
"parameters": [
|
|
109
109
|
{
|
|
110
|
-
"name": "
|
|
110
|
+
"name": "_textblockAttrs",
|
|
111
111
|
"type": {
|
|
112
112
|
"text": "TextblockAttrs"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"name": "
|
|
116
|
+
"name": "_textblockMarks",
|
|
117
117
|
"type": {
|
|
118
118
|
"text": "TextblockMarks"
|
|
119
119
|
}
|
|
@@ -160,7 +160,7 @@ Code in this file were generated using following JSON:
|
|
|
160
160
|
},
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
|
-
"name": "
|
|
163
|
+
"name": "_rte",
|
|
164
164
|
"type": {
|
|
165
165
|
"text": "RteInstanceImpl"
|
|
166
166
|
}
|
|
@@ -181,7 +181,7 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
},
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "_rte",
|
|
185
185
|
"type": {
|
|
186
186
|
"text": "RteInstanceImpl"
|
|
187
187
|
}
|
|
@@ -215,7 +215,7 @@ Code in this file were generated using following JSON:
|
|
|
215
215
|
},
|
|
216
216
|
"parameters": [
|
|
217
217
|
{
|
|
218
|
-
"name": "
|
|
218
|
+
"name": "_rte",
|
|
219
219
|
"type": {
|
|
220
220
|
"text": "RteInstanceImpl"
|
|
221
221
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-input-rules-feature-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -72,6 +72,11 @@ Code in this file were generated using following JSON:
|
|
|
72
72
|
],
|
|
73
73
|
"description": "Replaces the entire document with the given new document.\nUnlike reset, this preserves the rest of the editor state. The undo history is preserved, so the user can undo the replacement."
|
|
74
74
|
},
|
|
75
|
+
{
|
|
76
|
+
"kind": "method",
|
|
77
|
+
"name": "scrollIntoView",
|
|
78
|
+
"description": "Scrolls the cursor into view.\nHas no effect if the editor is not currently mounted."
|
|
79
|
+
},
|
|
75
80
|
{
|
|
76
81
|
"kind": "field",
|
|
77
82
|
"name": "feature",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-instance",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-rte-instance-impl",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "5.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|