@vonage/vivid 5.8.0 → 5.10.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/affix.js +1 -1
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/data-grid.options.cjs +1 -0
- package/bundled/data-grid.options.js +29 -0
- package/bundled/definition10.js +4 -4
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +1 -1
- package/bundled/definition7.js +3 -3
- package/bundled/definition9.cjs +9 -9
- package/bundled/definition9.js +113 -1342
- package/bundled/floating-ui.dom.cjs +1 -0
- package/bundled/floating-ui.dom.js +1242 -0
- package/bundled/host-semantics.js +4 -4
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +21 -16
- package/bundled/mixins.cjs +2 -2
- package/bundled/mixins.js +6 -6
- package/bundled/slottable-request.cjs +4 -0
- package/bundled/slottable-request.js +2907 -0
- package/bundled/vivid-element.cjs +3 -3
- package/bundled/vivid-element.js +89 -69
- package/card/definition.cjs +1 -1
- package/card/definition.js +1 -1
- package/card/index.cjs +10 -10
- package/card/index.js +42 -42
- package/combobox/definition.cjs +14 -15
- package/combobox/definition.js +15 -16
- package/combobox/index.cjs +4 -4
- package/combobox/index.js +82 -87
- package/country/definition.cjs +340 -0
- package/country/definition.js +334 -0
- package/country/index.cjs +12 -0
- package/country/index.js +317 -0
- package/custom-elements.json +4835 -613
- package/data-grid/definition.cjs +23 -49
- package/data-grid/definition.js +1 -27
- package/data-grid/index.cjs +27 -27
- package/data-grid/index.js +44 -64
- package/file-picker/definition.cjs +10 -8
- package/file-picker/definition.js +10 -8
- package/file-picker/index.cjs +5 -5
- package/file-picker/index.js +12 -12
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/index.cjs +38 -4
- package/index.js +7 -2
- package/lib/components.d.ts +6 -1
- package/lib/country/countries-data.d.ts +6 -0
- package/lib/country/country-code-to-flag-icon.d.ts +5 -0
- package/lib/country/country.d.ts +5 -0
- package/lib/country/country.template.d.ts +3 -0
- package/lib/country/definition.d.ts +3 -0
- package/lib/popover/definition.d.ts +4 -0
- package/lib/popover/locale.d.ts +3 -0
- package/lib/popover/popover.d.ts +781 -0
- package/lib/popover/popover.template.d.ts +3 -0
- package/lib/rich-text-editor/locale.d.ts +2 -0
- package/lib/rich-text-editor/popover.d.ts +1 -0
- package/lib/rich-text-editor/rte/config.d.ts +5 -1
- package/lib/rich-text-editor/rte/document.d.ts +2 -0
- package/lib/rich-text-editor/rte/exports.d.ts +5 -0
- package/lib/rich-text-editor/rte/feature.d.ts +7 -1
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +1 -1
- 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 +1 -1
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +15 -0
- package/lib/rich-text-editor/rte/instance.d.ts +4 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +8 -0
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +2 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +2 -0
- package/lib/rich-text-editor/rte/view.d.ts +30 -0
- package/lib/rich-text-view/definition.d.ts +5 -0
- package/lib/rich-text-view/rich-text-view.d.ts +19 -0
- package/lib/rich-text-view/rich-text-view.template.d.ts +3 -0
- package/lib/selectable-box/selectable-box.d.ts +1 -0
- package/lib/status/definition.d.ts +4 -0
- package/lib/status/status.d.ts +388 -0
- package/lib/status/status.template.d.ts +3 -0
- package/lib/table/definition.d.ts +8 -0
- package/lib/table/table-body.d.ts +3 -0
- package/lib/table/table-body.template.d.ts +3 -0
- package/lib/table/table-cell.d.ts +381 -0
- package/lib/table/table-cell.template.d.ts +3 -0
- package/lib/table/table-head.d.ts +3 -0
- package/lib/table/table-head.template.d.ts +3 -0
- package/lib/table/table-header-cell.d.ts +381 -0
- package/lib/table/table-header-cell.template.d.ts +3 -0
- package/lib/table/table-row.d.ts +381 -0
- package/lib/table/table-row.template.d.ts +3 -0
- package/lib/table/table.d.ts +3 -0
- package/lib/table/table.template.d.ts +3 -0
- package/lib/tag/tag.d.ts +1 -1
- package/lib/tag-name-map.d.ts +11 -1
- package/locales/de-DE.cjs +6 -1
- package/locales/de-DE.js +6 -1
- package/locales/en-GB.cjs +6 -1
- package/locales/en-GB.js +6 -1
- package/locales/en-US.cjs +6 -1
- package/locales/en-US.js +6 -1
- package/locales/ja-JP.cjs +6 -1
- package/locales/ja-JP.js +6 -1
- package/locales/zh-CN.cjs +6 -1
- package/locales/zh-CN.js +6 -1
- package/package.json +10 -9
- package/popover/definition.cjs +363 -0
- package/popover/definition.js +357 -0
- package/popover/index.cjs +27 -0
- package/popover/index.js +263 -0
- package/rich-text-editor/definition.cjs +12125 -14657
- package/rich-text-editor/definition.js +8876 -11412
- package/rich-text-editor/index.cjs +20 -22
- package/rich-text-editor/index.js +5046 -7096
- package/rich-text-view/definition.cjs +171 -0
- package/rich-text-view/definition.js +165 -0
- package/rich-text-view/index.cjs +1 -0
- package/rich-text-view/index.js +103 -0
- package/selectable-box/definition.cjs +16 -5
- package/selectable-box/definition.js +16 -5
- package/selectable-box/index.cjs +11 -9
- package/selectable-box/index.js +86 -78
- package/shared/localization/Locale.d.ts +2 -0
- package/shared/utils/slottable-request.d.ts +7 -0
- package/status/definition.cjs +76 -0
- package/status/definition.js +70 -0
- package/status/index.cjs +11 -0
- package/status/index.js +55 -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/table/definition.cjs +168 -0
- package/table/definition.js +152 -0
- package/table/index.cjs +37 -0
- package/table/index.js +107 -0
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +24 -24
- package/tag/index.js +89 -89
- package/unbundled/_commonjsHelpers.cjs +26 -0
- package/unbundled/_commonjsHelpers.js +26 -1
- package/unbundled/data-grid.options.cjs +34 -0
- package/unbundled/data-grid.options.js +28 -0
- package/unbundled/definition.cjs +1 -1
- package/unbundled/definition.js +1 -1
- package/unbundled/slottable-request.cjs +3702 -0
- package/unbundled/slottable-request.js +3684 -0
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/definition.cjs +11 -1
- package/video-player/definition.js +12 -2
- package/video-player/index.cjs +30 -30
- package/video-player/index.js +705 -702
- package/vivid.api.json +1957 -143
package/index.cjs
CHANGED
|
@@ -22,9 +22,11 @@ const calendar_definition = require('./calendar/definition.cjs');
|
|
|
22
22
|
const card_definition = require('./card/definition.cjs');
|
|
23
23
|
const checkbox_definition = require('./checkbox/definition.cjs');
|
|
24
24
|
const colorPicker_definition = require('./color-picker/definition.cjs');
|
|
25
|
-
const contextualHelp_definition = require('./contextual-help/definition.cjs');
|
|
26
25
|
const combobox_definition = require('./combobox/definition.cjs');
|
|
26
|
+
const contextualHelp_definition = require('./contextual-help/definition.cjs');
|
|
27
|
+
const country_definition = require('./country/definition.cjs');
|
|
27
28
|
const dataGrid_definition = require('./data-grid/definition.cjs');
|
|
29
|
+
const table_definition = require('./table/definition.cjs');
|
|
28
30
|
const datePicker_definition = require('./date-picker/definition.cjs');
|
|
29
31
|
const dateRangePicker_definition = require('./date-range-picker/definition.cjs');
|
|
30
32
|
const dateTimePicker_definition = require('./date-time-picker/definition.cjs');
|
|
@@ -47,12 +49,14 @@ const note_definition = require('./note/definition.cjs');
|
|
|
47
49
|
const numberField_definition = require('./number-field/definition.cjs');
|
|
48
50
|
const option_definition = require('./unbundled/definition3.cjs');
|
|
49
51
|
const pagination_definition = require('./pagination/definition.cjs');
|
|
52
|
+
const popover_definition = require('./popover/definition.cjs');
|
|
50
53
|
const progressRing_definition = require('./progress-ring/definition.cjs');
|
|
51
54
|
const progress_definition = require('./progress/definition.cjs');
|
|
52
55
|
const radioGroup_definition = require('./radio-group/definition.cjs');
|
|
53
56
|
const radio_definition = require('./radio/definition.cjs');
|
|
54
57
|
const rangeSlider_definition = require('./range-slider/definition.cjs');
|
|
55
58
|
const richTextEditor_definition = require('./rich-text-editor/definition.cjs');
|
|
59
|
+
const richTextView_definition = require('./rich-text-view/definition.cjs');
|
|
56
60
|
const searchableSelect_definition = require('./searchable-select/definition.cjs');
|
|
57
61
|
const select_definition = require('./select/definition.cjs');
|
|
58
62
|
const selectableBox_definition = require('./selectable-box/definition.cjs');
|
|
@@ -60,6 +64,7 @@ const sideDrawer_definition = require('./side-drawer/definition.cjs');
|
|
|
60
64
|
const simpleColorPicker_definition = require('./simple-color-picker/definition.cjs');
|
|
61
65
|
const slider_definition = require('./slider/definition.cjs');
|
|
62
66
|
const splitButton_definition = require('./split-button/definition.cjs');
|
|
67
|
+
const status_definition = require('./status/definition.cjs');
|
|
63
68
|
const switch_definition = require('./switch/definition.cjs');
|
|
64
69
|
const tabPanel_definition = require('./tab-panel/definition.cjs');
|
|
65
70
|
const tab_definition = require('./tab/definition.cjs');
|
|
@@ -140,12 +145,15 @@ exports.registerCheckbox = checkbox_definition.registerCheckbox;
|
|
|
140
145
|
exports.VwcColorPickerElement = colorPicker_definition.VwcColorPickerElement;
|
|
141
146
|
exports.colorPickerDefinition = colorPicker_definition.colorPickerDefinition;
|
|
142
147
|
exports.registerColorPicker = colorPicker_definition.registerColorPicker;
|
|
143
|
-
exports.VwcContextualHelpElement = contextualHelp_definition.VwcContextualHelpElement;
|
|
144
|
-
exports.contextualHelpDefinition = contextualHelp_definition.contextualHelpDefinition;
|
|
145
|
-
exports.registerContextualHelp = contextualHelp_definition.registerContextualHelp;
|
|
146
148
|
exports.VwcComboboxElement = combobox_definition.VwcComboboxElement;
|
|
147
149
|
exports.comboboxDefinition = combobox_definition.comboboxDefinition;
|
|
148
150
|
exports.registerCombobox = combobox_definition.registerCombobox;
|
|
151
|
+
exports.VwcContextualHelpElement = contextualHelp_definition.VwcContextualHelpElement;
|
|
152
|
+
exports.contextualHelpDefinition = contextualHelp_definition.contextualHelpDefinition;
|
|
153
|
+
exports.registerContextualHelp = contextualHelp_definition.registerContextualHelp;
|
|
154
|
+
exports.VwcCountryElement = country_definition.VwcCountryElement;
|
|
155
|
+
exports.countryDefinition = country_definition.countryDefinition;
|
|
156
|
+
exports.registerCountry = country_definition.registerCountry;
|
|
149
157
|
exports.VwcDataGridCellElement = dataGrid_definition.VwcDataGridCellElement;
|
|
150
158
|
exports.VwcDataGridElement = dataGrid_definition.VwcDataGridElement;
|
|
151
159
|
exports.VwcDataGridRowElement = dataGrid_definition.VwcDataGridRowElement;
|
|
@@ -153,6 +161,19 @@ exports.dataGridCellDefinition = dataGrid_definition.dataGridCellDefinition;
|
|
|
153
161
|
exports.dataGridDefinition = dataGrid_definition.dataGridDefinition;
|
|
154
162
|
exports.dataGridRowDefinition = dataGrid_definition.dataGridRowDefinition;
|
|
155
163
|
exports.registerDataGrid = dataGrid_definition.registerDataGrid;
|
|
164
|
+
exports.VwcTableBodyElement = table_definition.VwcTableBodyElement;
|
|
165
|
+
exports.VwcTableCellElement = table_definition.VwcTableCellElement;
|
|
166
|
+
exports.VwcTableElement = table_definition.VwcTableElement;
|
|
167
|
+
exports.VwcTableHeadElement = table_definition.VwcTableHeadElement;
|
|
168
|
+
exports.VwcTableHeaderCellElement = table_definition.VwcTableHeaderCellElement;
|
|
169
|
+
exports.VwcTableRowElement = table_definition.VwcTableRowElement;
|
|
170
|
+
exports.registerTable = table_definition.registerTable;
|
|
171
|
+
exports.tableBodyDefinition = table_definition.tableBodyDefinition;
|
|
172
|
+
exports.tableCellDefinition = table_definition.tableCellDefinition;
|
|
173
|
+
exports.tableDefinition = table_definition.tableDefinition;
|
|
174
|
+
exports.tableHeadDefinition = table_definition.tableHeadDefinition;
|
|
175
|
+
exports.tableHeaderCellDefinition = table_definition.tableHeaderCellDefinition;
|
|
176
|
+
exports.tableRowDefinition = table_definition.tableRowDefinition;
|
|
156
177
|
exports.VwcDatePickerElement = datePicker_definition.VwcDatePickerElement;
|
|
157
178
|
exports.datePickerDefinition = datePicker_definition.datePickerDefinition;
|
|
158
179
|
exports.registerDatePicker = datePicker_definition.registerDatePicker;
|
|
@@ -217,6 +238,9 @@ exports.registerOption = option_definition.registerOption;
|
|
|
217
238
|
exports.VwcPaginationElement = pagination_definition.VwcPaginationElement;
|
|
218
239
|
exports.paginationDefinition = pagination_definition.paginationDefinition;
|
|
219
240
|
exports.registerPagination = pagination_definition.registerPagination;
|
|
241
|
+
exports.VwcPopoverElement = popover_definition.VwcPopoverElement;
|
|
242
|
+
exports.popoverDefinition = popover_definition.popoverDefinition;
|
|
243
|
+
exports.registerPopover = popover_definition.registerPopover;
|
|
220
244
|
exports.VwcProgressRingElement = progressRing_definition.VwcProgressRingElement;
|
|
221
245
|
exports.progressRingDefinition = progressRing_definition.progressRingDefinition;
|
|
222
246
|
exports.registerProgressRing = progressRing_definition.registerProgressRing;
|
|
@@ -233,6 +257,7 @@ exports.VwcRangeSliderElement = rangeSlider_definition.VwcRangeSliderElement;
|
|
|
233
257
|
exports.rangeSliderDefinition = rangeSlider_definition.rangeSliderDefinition;
|
|
234
258
|
exports.registerRangeSlider = rangeSlider_definition.registerRangeSlider;
|
|
235
259
|
exports.RteAlignmentFeature = richTextEditor_definition.RteAlignmentFeature;
|
|
260
|
+
exports.RteAtomFeature = richTextEditor_definition.RteAtomFeature;
|
|
236
261
|
exports.RteBase = richTextEditor_definition.RteBase;
|
|
237
262
|
exports.RteBoldFeature = richTextEditor_definition.RteBoldFeature;
|
|
238
263
|
exports.RteConfig = richTextEditor_definition.RteConfig;
|
|
@@ -243,19 +268,25 @@ exports.RteHardBreakFeature = richTextEditor_definition.RteHardBreakFeature;
|
|
|
243
268
|
exports.RteHtmlParser = richTextEditor_definition.RteHtmlParser;
|
|
244
269
|
exports.RteHtmlSerializer = richTextEditor_definition.RteHtmlSerializer;
|
|
245
270
|
exports.RteInlineImageFeature = richTextEditor_definition.RteInlineImageFeature;
|
|
271
|
+
exports.RteInputRuleFeature = richTextEditor_definition.RteInputRuleFeature;
|
|
246
272
|
exports.RteItalicFeature = richTextEditor_definition.RteItalicFeature;
|
|
247
273
|
exports.RteLinkFeature = richTextEditor_definition.RteLinkFeature;
|
|
248
274
|
exports.RteListFeature = richTextEditor_definition.RteListFeature;
|
|
249
275
|
exports.RteMonospaceFeature = richTextEditor_definition.RteMonospaceFeature;
|
|
250
276
|
exports.RtePlaceholderFeature = richTextEditor_definition.RtePlaceholderFeature;
|
|
251
277
|
exports.RteStrikethroughFeature = richTextEditor_definition.RteStrikethroughFeature;
|
|
278
|
+
exports.RteSuggestFeature = richTextEditor_definition.RteSuggestFeature;
|
|
252
279
|
exports.RteTextBlockPickerFeature = richTextEditor_definition.RteTextBlockPickerFeature;
|
|
253
280
|
exports.RteTextColorPickerFeature = richTextEditor_definition.RteTextColorPickerFeature;
|
|
281
|
+
exports.RteToolbarButtonFeature = richTextEditor_definition.RteToolbarButtonFeature;
|
|
254
282
|
exports.RteToolbarFeature = richTextEditor_definition.RteToolbarFeature;
|
|
255
283
|
exports.RteUnderlineFeature = richTextEditor_definition.RteUnderlineFeature;
|
|
256
284
|
exports.VwcRichTextEditorElement = richTextEditor_definition.VwcRichTextEditorElement;
|
|
257
285
|
exports.registerRichTextEditor = richTextEditor_definition.registerRichTextEditor;
|
|
258
286
|
exports.richTextEditorDefinition = richTextEditor_definition.richTextEditorDefinition;
|
|
287
|
+
exports.VwcRichTextViewElement = richTextView_definition.VwcRichTextViewElement;
|
|
288
|
+
exports.registerRichTextView = richTextView_definition.registerRichTextView;
|
|
289
|
+
exports.richTextViewDefinition = richTextView_definition.richTextViewDefinition;
|
|
259
290
|
exports.VwcSearchableSelectElement = searchableSelect_definition.VwcSearchableSelectElement;
|
|
260
291
|
exports.registerSearchableSelect = searchableSelect_definition.registerSearchableSelect;
|
|
261
292
|
exports.VwcSelectElement = select_definition.VwcSelectElement;
|
|
@@ -276,6 +307,9 @@ exports.sliderDefinition = slider_definition.sliderDefinition;
|
|
|
276
307
|
exports.VwcSplitButtonElement = splitButton_definition.VwcSplitButtonElement;
|
|
277
308
|
exports.registerSplitButton = splitButton_definition.registerSplitButton;
|
|
278
309
|
exports.splitButtonDefinition = splitButton_definition.splitButtonDefinition;
|
|
310
|
+
exports.VwcStatusElement = status_definition.VwcStatusElement;
|
|
311
|
+
exports.registerStatus = status_definition.registerStatus;
|
|
312
|
+
exports.statusDefinition = status_definition.statusDefinition;
|
|
279
313
|
exports.VwcSwitchElement = switch_definition.VwcSwitchElement;
|
|
280
314
|
exports.registerSwitch = switch_definition.registerSwitch;
|
|
281
315
|
exports.switchDefinition = switch_definition.switchDefinition;
|
package/index.js
CHANGED
|
@@ -18,9 +18,11 @@ export { VwcCalendarElement, calendarDefinition, registerCalendar } from './cale
|
|
|
18
18
|
export { VwcCardElement, cardDefinition, registerCard } from './card/definition.js';
|
|
19
19
|
export { VwcCheckboxElement, checkboxDefinition, registerCheckbox } from './checkbox/definition.js';
|
|
20
20
|
export { VwcColorPickerElement, colorPickerDefinition, registerColorPicker } from './color-picker/definition.js';
|
|
21
|
-
export { VwcContextualHelpElement, contextualHelpDefinition, registerContextualHelp } from './contextual-help/definition.js';
|
|
22
21
|
export { VwcComboboxElement, comboboxDefinition, registerCombobox } from './combobox/definition.js';
|
|
22
|
+
export { VwcContextualHelpElement, contextualHelpDefinition, registerContextualHelp } from './contextual-help/definition.js';
|
|
23
|
+
export { VwcCountryElement, countryDefinition, registerCountry } from './country/definition.js';
|
|
23
24
|
export { VwcDataGridCellElement, VwcDataGridElement, VwcDataGridRowElement, dataGridCellDefinition, dataGridDefinition, dataGridRowDefinition, registerDataGrid } from './data-grid/definition.js';
|
|
25
|
+
export { VwcTableBodyElement, VwcTableCellElement, VwcTableElement, VwcTableHeadElement, VwcTableHeaderCellElement, VwcTableRowElement, registerTable, tableBodyDefinition, tableCellDefinition, tableDefinition, tableHeadDefinition, tableHeaderCellDefinition, tableRowDefinition } from './table/definition.js';
|
|
24
26
|
export { VwcDatePickerElement, datePickerDefinition, registerDatePicker } from './date-picker/definition.js';
|
|
25
27
|
export { VwcDateRangePickerElement, dateRangePickerDefinition, registerDateRangePicker } from './date-range-picker/definition.js';
|
|
26
28
|
export { VwcDateTimePickerElement, dateTimePickerDefinition, registerDateTimePicker } from './date-time-picker/definition.js';
|
|
@@ -43,12 +45,14 @@ export { VwcNoteElement, noteDefinition, registerNote } from './note/definition.
|
|
|
43
45
|
export { VwcNumberFieldElement, numberFieldDefinition, registerNumberField } from './number-field/definition.js';
|
|
44
46
|
export { L as VwcOptionElement, l as listboxOptionDefinition, r as registerOption } from './unbundled/definition3.js';
|
|
45
47
|
export { VwcPaginationElement, paginationDefinition, registerPagination } from './pagination/definition.js';
|
|
48
|
+
export { VwcPopoverElement, popoverDefinition, registerPopover } from './popover/definition.js';
|
|
46
49
|
export { VwcProgressRingElement, progressRingDefinition, registerProgressRing } from './progress-ring/definition.js';
|
|
47
50
|
export { VwcProgressElement, progressDefinition, registerProgress } from './progress/definition.js';
|
|
48
51
|
export { VwcRadioGroupElement, radioGroupDefinition, registerRadioGroup } from './radio-group/definition.js';
|
|
49
52
|
export { VwcRadioElement, radioDefinition, registerRadio } from './radio/definition.js';
|
|
50
53
|
export { VwcRangeSliderElement, rangeSliderDefinition, registerRangeSlider } from './range-slider/definition.js';
|
|
51
|
-
export { RteAlignmentFeature, RteBase, RteBoldFeature, RteConfig, RteDropHandlerFeature, RteFileHandlerFeature, RteFontSizePickerFeature, RteHardBreakFeature, RteHtmlParser, RteHtmlSerializer, RteInlineImageFeature, RteItalicFeature, RteLinkFeature, RteListFeature, RteMonospaceFeature, RtePlaceholderFeature, RteStrikethroughFeature, RteTextBlockPickerFeature, RteTextColorPickerFeature, RteToolbarFeature, RteUnderlineFeature, VwcRichTextEditorElement, registerRichTextEditor, richTextEditorDefinition } from './rich-text-editor/definition.js';
|
|
54
|
+
export { RteAlignmentFeature, RteAtomFeature, RteBase, RteBoldFeature, RteConfig, RteDropHandlerFeature, RteFileHandlerFeature, RteFontSizePickerFeature, RteHardBreakFeature, RteHtmlParser, RteHtmlSerializer, RteInlineImageFeature, RteInputRuleFeature, RteItalicFeature, RteLinkFeature, RteListFeature, RteMonospaceFeature, RtePlaceholderFeature, RteStrikethroughFeature, RteSuggestFeature, RteTextBlockPickerFeature, RteTextColorPickerFeature, RteToolbarButtonFeature, RteToolbarFeature, RteUnderlineFeature, VwcRichTextEditorElement, registerRichTextEditor, richTextEditorDefinition } from './rich-text-editor/definition.js';
|
|
55
|
+
export { VwcRichTextViewElement, registerRichTextView, richTextViewDefinition } from './rich-text-view/definition.js';
|
|
52
56
|
export { VwcSearchableSelectElement, registerSearchableSelect } from './searchable-select/definition.js';
|
|
53
57
|
export { VwcSelectElement, registerSelect, selectDefinition } from './select/definition.js';
|
|
54
58
|
export { VwcSelectableBoxElement, registerSelectableBox, selectableBoxDefinition } from './selectable-box/definition.js';
|
|
@@ -56,6 +60,7 @@ export { VwcSideDrawerElement, registerSideDrawer, sideDrawerDefinition } from '
|
|
|
56
60
|
export { VwcSimpleColorPickerElement, registerSimpleColorPicker, simpleColorPickerDefinition } from './simple-color-picker/definition.js';
|
|
57
61
|
export { VwcSliderElement, registerSlider, sliderDefinition } from './slider/definition.js';
|
|
58
62
|
export { VwcSplitButtonElement, registerSplitButton, splitButtonDefinition } from './split-button/definition.js';
|
|
63
|
+
export { VwcStatusElement, registerStatus, statusDefinition } from './status/definition.js';
|
|
59
64
|
export { VwcSwitchElement, registerSwitch, switchDefinition } from './switch/definition.js';
|
|
60
65
|
export { VwcTabPanelElement, registerTabPanel, tabPanelDefinition } from './tab-panel/definition.js';
|
|
61
66
|
export { VwcTabElement, registerTab, tabDefinition } from './tab/definition.js';
|
package/lib/components.d.ts
CHANGED
|
@@ -14,9 +14,11 @@ export * from './calendar/definition';
|
|
|
14
14
|
export * from './card/definition';
|
|
15
15
|
export * from './checkbox/definition';
|
|
16
16
|
export * from './color-picker/definition';
|
|
17
|
-
export * from './contextual-help/definition';
|
|
18
17
|
export * from './combobox/definition';
|
|
18
|
+
export * from './contextual-help/definition';
|
|
19
|
+
export * from './country/definition';
|
|
19
20
|
export * from './data-grid/definition';
|
|
21
|
+
export * from './table/definition';
|
|
20
22
|
export * from './date-picker/definition';
|
|
21
23
|
export * from './date-range-picker/definition';
|
|
22
24
|
export * from './date-time-picker/definition';
|
|
@@ -38,12 +40,14 @@ export * from './note/definition';
|
|
|
38
40
|
export * from './number-field/definition';
|
|
39
41
|
export * from './option/definition';
|
|
40
42
|
export * from './pagination/definition';
|
|
43
|
+
export * from './popover/definition';
|
|
41
44
|
export * from './progress-ring/definition';
|
|
42
45
|
export * from './progress/definition';
|
|
43
46
|
export * from './radio-group/definition';
|
|
44
47
|
export * from './radio/definition';
|
|
45
48
|
export * from './range-slider/definition';
|
|
46
49
|
export * from './rich-text-editor/definition';
|
|
50
|
+
export * from './rich-text-view/definition';
|
|
47
51
|
export * from './searchable-select/definition';
|
|
48
52
|
export * from './select/definition';
|
|
49
53
|
export * from './selectable-box/definition';
|
|
@@ -51,6 +55,7 @@ export * from './side-drawer/definition';
|
|
|
51
55
|
export * from './simple-color-picker/definition';
|
|
52
56
|
export * from './slider/definition';
|
|
53
57
|
export * from './split-button/definition';
|
|
58
|
+
export * from './status/definition';
|
|
54
59
|
export * from './switch/definition';
|
|
55
60
|
export * from './tab-panel/definition';
|
|
56
61
|
export * from './tab/definition';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { countries, type Country } from './countries-data';
|
|
2
|
+
export type { Country };
|
|
3
|
+
export { countries };
|
|
4
|
+
export declare function getDialCode(countryCode: string | undefined): string | undefined;
|
|
5
|
+
export declare function getFlagIconName(countryCode: string | undefined): string | undefined;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
|
+
import type { Country } from './country';
|
|
3
|
+
export declare const CountryTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<Country, any>;
|