@vonage/vivid 4.19.0-preview.0 → 4.20.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/custom-elements.json +1616 -313
- package/index.cjs +5 -0
- package/index.d.ts +1 -0
- package/index.js +2 -2
- package/lib/accordion-item/accordion-item.d.ts +332 -5
- package/lib/action-group/action-group.d.ts +3 -120
- package/lib/alert/alert.d.ts +654 -6
- package/lib/audio-player/audio-player.d.ts +330 -5
- package/lib/avatar/avatar.d.ts +5 -4
- package/lib/badge/badge.d.ts +334 -7
- package/lib/banner/banner.d.ts +662 -133
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +0 -118
- package/lib/button/button.d.ts +335 -8
- package/lib/calendar-event/calendar-event.d.ts +3 -2
- package/lib/card/card.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +2 -119
- package/lib/combobox/combobox.d.ts +335 -6
- package/lib/date-picker/date-picker.d.ts +12 -484
- package/lib/date-range-picker/date-range-picker.d.ts +6 -242
- package/lib/date-time-picker/date-time-picker.d.ts +12 -484
- package/lib/date-time-picker/definition.d.ts +2 -0
- package/lib/dial-pad/dial-pad.d.ts +328 -4
- package/lib/dialog/dialog.d.ts +326 -122
- package/lib/divider/divider.d.ts +0 -118
- package/lib/empty-state/empty-state.d.ts +3 -2
- package/lib/fab/fab.d.ts +333 -6
- package/lib/file-picker/file-picker.d.ts +334 -4
- package/lib/icon/icon.d.ts +2 -1
- package/lib/layout/layout.d.ts +6 -5
- package/lib/menu/menu.d.ts +0 -236
- package/lib/menu-item/menu-item.d.ts +332 -10
- package/lib/nav-disclosure/nav-disclosure.d.ts +330 -124
- package/lib/nav-item/nav-item.d.ts +329 -4
- package/lib/note/note.d.ts +329 -4
- package/lib/number-field/number-field.d.ts +658 -124
- package/lib/option/option.d.ts +332 -7
- package/lib/pagination/pagination.d.ts +4 -2
- package/lib/progress/progress.d.ts +0 -118
- package/lib/progress-ring/progress-ring.d.ts +0 -118
- package/lib/radio/radio.d.ts +2 -1
- package/lib/range-slider/range-slider.d.ts +330 -3
- package/lib/rich-text-editor/definition.d.ts +2 -0
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +3 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +2 -0
- package/lib/rich-text-editor/menubar/definition.d.ts +2 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +4 -0
- package/lib/rich-text-editor/menubar/menubar.template.d.ts +4 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +8 -0
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +330 -5
- package/lib/searchable-select/searchable-select.d.ts +661 -6
- package/lib/select/select.d.ts +336 -6
- package/lib/selectable-box/selectable-box.d.ts +0 -118
- package/lib/slider/slider.d.ts +326 -122
- package/lib/split-button/split-button.d.ts +667 -138
- package/lib/switch/switch.d.ts +0 -118
- package/lib/tab/tab.d.ts +658 -7
- package/lib/tabs/tabs.d.ts +2 -1
- package/lib/tag/tag.d.ts +333 -7
- package/lib/tag-group/tag-group.d.ts +0 -118
- package/lib/tag-name-map.d.ts +73 -0
- package/lib/text-anchor/text-anchor.d.ts +331 -123
- package/lib/text-area/text-area.d.ts +0 -118
- package/lib/text-field/text-field.d.ts +333 -124
- package/lib/time-picker/time-picker.d.ts +6 -242
- package/lib/toggletip/toggletip.d.ts +0 -118
- package/lib/tooltip/tooltip.d.ts +0 -118
- package/lib/tree-item/tree-item.d.ts +329 -4
- package/lib/video-player/video-player.d.ts +328 -4
- package/locales/de-DE.cjs +1 -0
- package/locales/de-DE.js +1 -0
- package/locales/en-GB.cjs +1 -0
- package/locales/en-GB.js +1 -0
- package/locales/en-US.cjs +1 -0
- package/locales/en-US.js +1 -0
- package/locales/ja-JP.cjs +1 -0
- package/locales/ja-JP.js +1 -0
- package/locales/zh-CN.cjs +1 -0
- package/locales/zh-CN.js +1 -0
- package/package.json +1 -1
- package/shared/_has.cjs +0 -4
- package/shared/_has.js +0 -4
- package/shared/affix.cjs +25 -19
- package/shared/affix.js +26 -20
- package/shared/apply-mixins.js +1 -1
- package/shared/aria/delegates-aria.d.ts +0 -118
- package/shared/calendar-picker.template.cjs +1 -1
- package/shared/calendar-picker.template.js +1 -1
- package/shared/children.js +1 -1
- package/shared/definition.cjs +2 -4
- package/shared/definition.js +2 -4
- package/shared/definition11.cjs +2 -4
- package/shared/definition11.js +2 -4
- package/shared/definition13.cjs +85 -159
- package/shared/definition13.js +85 -159
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +2 -3
- package/shared/definition16.js +2 -3
- package/shared/definition17.cjs +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition20.cjs +10 -10
- package/shared/definition20.js +1 -1
- package/shared/definition21.cjs +2 -4
- package/shared/definition21.js +2 -4
- package/shared/definition22.cjs +2 -4
- package/shared/definition22.js +2 -4
- package/shared/definition25.cjs +2 -4
- package/shared/definition25.js +2 -4
- package/shared/definition26.cjs +3 -3
- package/shared/definition26.js +3 -3
- package/shared/definition28.cjs +27 -38
- package/shared/definition28.js +27 -38
- package/shared/definition30.cjs +4 -11
- package/shared/definition30.js +4 -11
- package/shared/definition31.cjs +2 -4
- package/shared/definition31.js +2 -4
- package/shared/definition32.cjs +2 -4
- package/shared/definition32.js +2 -4
- package/shared/definition34.cjs +1 -3
- package/shared/definition34.js +1 -3
- package/shared/definition35.cjs +6 -6
- package/shared/definition35.js +6 -6
- package/shared/definition36.cjs +7 -7
- package/shared/definition36.js +7 -7
- package/shared/definition37.cjs +20 -2
- package/shared/definition37.js +20 -2
- package/shared/definition4.cjs +14 -19
- package/shared/definition4.js +14 -19
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +3 -5
- package/shared/definition42.js +3 -5
- package/shared/definition43.cjs +419 -19
- package/shared/definition43.js +420 -21
- package/shared/definition44.cjs +43 -48
- package/shared/definition44.js +43 -48
- package/shared/definition45.cjs +3 -4
- package/shared/definition45.js +3 -4
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition48.cjs +3 -5
- package/shared/definition48.js +3 -5
- package/shared/definition49.cjs +4 -7
- package/shared/definition49.js +4 -7
- package/shared/definition5.cjs +1 -3
- package/shared/definition5.js +2 -4
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition52.cjs +2 -5
- package/shared/definition52.js +2 -5
- package/shared/definition55.cjs +2 -4
- package/shared/definition55.js +2 -4
- package/shared/definition56.cjs +1 -1
- package/shared/definition56.js +1 -1
- package/shared/definition57.cjs +3 -2
- package/shared/definition57.js +3 -2
- package/shared/definition61.cjs +2 -4
- package/shared/definition61.js +2 -4
- package/shared/definition63.cjs +233 -160
- package/shared/definition63.js +233 -160
- package/shared/definition7.cjs +1 -3
- package/shared/definition7.js +1 -3
- package/shared/definition8.cjs +2 -5
- package/shared/definition8.js +2 -5
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/foundation/button/button.d.ts +0 -118
- package/shared/localized.cjs +10 -4
- package/shared/localized.js +10 -4
- package/shared/option.cjs +17 -22
- package/shared/option.js +18 -23
- package/shared/patterns/affix.d.ts +659 -7
- package/shared/patterns/anchored.d.ts +0 -236
- package/shared/patterns/localized.d.ts +328 -3
- package/shared/patterns/trapped-focus.d.ts +329 -6
- package/shared/picker-field/mixins/calendar-picker.d.ts +3 -121
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +3 -121
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +328 -4
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +6 -242
- package/shared/picker-field/mixins/single-date-picker.d.ts +9 -363
- package/shared/picker-field/mixins/single-value-picker.d.ts +3 -121
- package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -242
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +6 -242
- package/shared/picker-field/picker-field.d.ts +655 -3
- package/shared/picker-field.template.cjs +33 -35
- package/shared/picker-field.template.js +34 -36
- package/shared/ref.js +1 -1
- package/shared/slotted.js +1 -1
- package/shared/text-anchor.cjs +2 -2
- package/shared/text-anchor.js +2 -2
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/time-selection-picker.template.cjs +3 -5
- package/shared/time-selection-picker.template.js +4 -6
- package/shared/utils/enums.d.ts +1 -0
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +2 -2
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +1265 -1364
package/vivid.api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.52.2",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -273,8 +273,8 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"kind": "Reference",
|
|
276
|
-
"text": "
|
|
277
|
-
"canonicalReference": "
|
|
276
|
+
"text": "ExtractFromEnum",
|
|
277
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
"kind": "Content",
|
|
@@ -331,8 +331,8 @@
|
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"kind": "Reference",
|
|
334
|
-
"text": "
|
|
335
|
-
"canonicalReference": "
|
|
334
|
+
"text": "ExtractFromEnum",
|
|
335
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"kind": "Content",
|
|
@@ -768,8 +768,8 @@
|
|
|
768
768
|
},
|
|
769
769
|
{
|
|
770
770
|
"kind": "Reference",
|
|
771
|
-
"text": "
|
|
772
|
-
"canonicalReference": "
|
|
771
|
+
"text": "ExtractFromEnum",
|
|
772
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
775
|
"kind": "Content",
|
|
@@ -885,8 +885,8 @@
|
|
|
885
885
|
},
|
|
886
886
|
{
|
|
887
887
|
"kind": "Reference",
|
|
888
|
-
"text": "
|
|
889
|
-
"canonicalReference": "
|
|
888
|
+
"text": "ExtractFromEnum",
|
|
889
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
"kind": "Content",
|
|
@@ -961,8 +961,8 @@
|
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
963
|
"kind": "Reference",
|
|
964
|
-
"text": "
|
|
965
|
-
"canonicalReference": "
|
|
964
|
+
"text": "ExtractFromEnum",
|
|
965
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
968
|
"kind": "Content",
|
|
@@ -1019,8 +1019,8 @@
|
|
|
1019
1019
|
},
|
|
1020
1020
|
{
|
|
1021
1021
|
"kind": "Reference",
|
|
1022
|
-
"text": "
|
|
1023
|
-
"canonicalReference": "
|
|
1022
|
+
"text": "ExtractFromEnum",
|
|
1023
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1024
1024
|
},
|
|
1025
1025
|
{
|
|
1026
1026
|
"kind": "Content",
|
|
@@ -1077,8 +1077,8 @@
|
|
|
1077
1077
|
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"kind": "Reference",
|
|
1080
|
-
"text": "
|
|
1081
|
-
"canonicalReference": "
|
|
1080
|
+
"text": "ExtractFromEnum",
|
|
1081
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1082
1082
|
},
|
|
1083
1083
|
{
|
|
1084
1084
|
"kind": "Content",
|
|
@@ -1144,8 +1144,8 @@
|
|
|
1144
1144
|
},
|
|
1145
1145
|
{
|
|
1146
1146
|
"kind": "Reference",
|
|
1147
|
-
"text": "
|
|
1148
|
-
"canonicalReference": "
|
|
1147
|
+
"text": "ExtractFromEnum",
|
|
1148
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1149
1149
|
},
|
|
1150
1150
|
{
|
|
1151
1151
|
"kind": "Content",
|
|
@@ -1220,8 +1220,8 @@
|
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"kind": "Reference",
|
|
1223
|
-
"text": "
|
|
1224
|
-
"canonicalReference": "
|
|
1223
|
+
"text": "ExtractFromEnum",
|
|
1224
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
1227
|
"kind": "Content",
|
|
@@ -1314,8 +1314,8 @@
|
|
|
1314
1314
|
},
|
|
1315
1315
|
{
|
|
1316
1316
|
"kind": "Reference",
|
|
1317
|
-
"text": "
|
|
1318
|
-
"canonicalReference": "
|
|
1317
|
+
"text": "ExtractFromEnum",
|
|
1318
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1319
1319
|
},
|
|
1320
1320
|
{
|
|
1321
1321
|
"kind": "Content",
|
|
@@ -1435,8 +1435,8 @@
|
|
|
1435
1435
|
},
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "Reference",
|
|
1438
|
-
"text": "
|
|
1439
|
-
"canonicalReference": "
|
|
1438
|
+
"text": "ExtractFromEnum",
|
|
1439
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
"kind": "Content",
|
|
@@ -1520,8 +1520,8 @@
|
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"kind": "Reference",
|
|
1523
|
-
"text": "
|
|
1524
|
-
"canonicalReference": "
|
|
1523
|
+
"text": "ExtractFromEnum",
|
|
1524
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1525
1525
|
},
|
|
1526
1526
|
{
|
|
1527
1527
|
"kind": "Content",
|
|
@@ -1605,8 +1605,8 @@
|
|
|
1605
1605
|
},
|
|
1606
1606
|
{
|
|
1607
1607
|
"kind": "Reference",
|
|
1608
|
-
"text": "
|
|
1609
|
-
"canonicalReference": "
|
|
1608
|
+
"text": "ExtractFromEnum",
|
|
1609
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1610
1610
|
},
|
|
1611
1611
|
{
|
|
1612
1612
|
"kind": "Content",
|
|
@@ -1663,8 +1663,8 @@
|
|
|
1663
1663
|
},
|
|
1664
1664
|
{
|
|
1665
1665
|
"kind": "Reference",
|
|
1666
|
-
"text": "
|
|
1667
|
-
"canonicalReference": "
|
|
1666
|
+
"text": "ExtractFromEnum",
|
|
1667
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
1670
|
"kind": "Content",
|
|
@@ -1739,8 +1739,8 @@
|
|
|
1739
1739
|
},
|
|
1740
1740
|
{
|
|
1741
1741
|
"kind": "Reference",
|
|
1742
|
-
"text": "
|
|
1743
|
-
"canonicalReference": "
|
|
1742
|
+
"text": "ExtractFromEnum",
|
|
1743
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
"kind": "Content",
|
|
@@ -1806,8 +1806,8 @@
|
|
|
1806
1806
|
},
|
|
1807
1807
|
{
|
|
1808
1808
|
"kind": "Reference",
|
|
1809
|
-
"text": "
|
|
1810
|
-
"canonicalReference": "
|
|
1809
|
+
"text": "ExtractFromEnum",
|
|
1810
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1811
1811
|
},
|
|
1812
1812
|
{
|
|
1813
1813
|
"kind": "Content",
|
|
@@ -1909,8 +1909,8 @@
|
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"kind": "Reference",
|
|
1912
|
-
"text": "
|
|
1913
|
-
"canonicalReference": "
|
|
1912
|
+
"text": "ExtractFromEnum",
|
|
1913
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1914
1914
|
},
|
|
1915
1915
|
{
|
|
1916
1916
|
"kind": "Content",
|
|
@@ -1976,8 +1976,8 @@
|
|
|
1976
1976
|
},
|
|
1977
1977
|
{
|
|
1978
1978
|
"kind": "Reference",
|
|
1979
|
-
"text": "
|
|
1980
|
-
"canonicalReference": "
|
|
1979
|
+
"text": "ExtractFromEnum",
|
|
1980
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
1981
1981
|
},
|
|
1982
1982
|
{
|
|
1983
1983
|
"kind": "Content",
|
|
@@ -2043,8 +2043,8 @@
|
|
|
2043
2043
|
},
|
|
2044
2044
|
{
|
|
2045
2045
|
"kind": "Reference",
|
|
2046
|
-
"text": "
|
|
2047
|
-
"canonicalReference": "
|
|
2046
|
+
"text": "ExtractFromEnum",
|
|
2047
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2048
2048
|
},
|
|
2049
2049
|
{
|
|
2050
2050
|
"kind": "Content",
|
|
@@ -2110,8 +2110,8 @@
|
|
|
2110
2110
|
},
|
|
2111
2111
|
{
|
|
2112
2112
|
"kind": "Reference",
|
|
2113
|
-
"text": "
|
|
2114
|
-
"canonicalReference": "
|
|
2113
|
+
"text": "ExtractFromEnum",
|
|
2114
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2115
2115
|
},
|
|
2116
2116
|
{
|
|
2117
2117
|
"kind": "Content",
|
|
@@ -2370,8 +2370,8 @@
|
|
|
2370
2370
|
},
|
|
2371
2371
|
{
|
|
2372
2372
|
"kind": "Reference",
|
|
2373
|
-
"text": "
|
|
2374
|
-
"canonicalReference": "
|
|
2373
|
+
"text": "ExtractFromEnum",
|
|
2374
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2375
2375
|
},
|
|
2376
2376
|
{
|
|
2377
2377
|
"kind": "Content",
|
|
@@ -2464,8 +2464,8 @@
|
|
|
2464
2464
|
},
|
|
2465
2465
|
{
|
|
2466
2466
|
"kind": "Reference",
|
|
2467
|
-
"text": "
|
|
2468
|
-
"canonicalReference": "
|
|
2467
|
+
"text": "ExtractFromEnum",
|
|
2468
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2469
2469
|
},
|
|
2470
2470
|
{
|
|
2471
2471
|
"kind": "Content",
|
|
@@ -2522,8 +2522,8 @@
|
|
|
2522
2522
|
},
|
|
2523
2523
|
{
|
|
2524
2524
|
"kind": "Reference",
|
|
2525
|
-
"text": "
|
|
2526
|
-
"canonicalReference": "
|
|
2525
|
+
"text": "ExtractFromEnum",
|
|
2526
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2527
2527
|
},
|
|
2528
2528
|
{
|
|
2529
2529
|
"kind": "Content",
|
|
@@ -2589,8 +2589,8 @@
|
|
|
2589
2589
|
},
|
|
2590
2590
|
{
|
|
2591
2591
|
"kind": "Reference",
|
|
2592
|
-
"text": "
|
|
2593
|
-
"canonicalReference": "
|
|
2592
|
+
"text": "ExtractFromEnum",
|
|
2593
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2594
2594
|
},
|
|
2595
2595
|
{
|
|
2596
2596
|
"kind": "Content",
|
|
@@ -2656,8 +2656,8 @@
|
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
2658
|
"kind": "Reference",
|
|
2659
|
-
"text": "
|
|
2660
|
-
"canonicalReference": "
|
|
2659
|
+
"text": "ExtractFromEnum",
|
|
2660
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2661
2661
|
},
|
|
2662
2662
|
{
|
|
2663
2663
|
"kind": "Content",
|
|
@@ -2723,8 +2723,8 @@
|
|
|
2723
2723
|
},
|
|
2724
2724
|
{
|
|
2725
2725
|
"kind": "Reference",
|
|
2726
|
-
"text": "
|
|
2727
|
-
"canonicalReference": "
|
|
2726
|
+
"text": "ExtractFromEnum",
|
|
2727
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
2728
2728
|
},
|
|
2729
2729
|
{
|
|
2730
2730
|
"kind": "Content",
|
|
@@ -3231,8 +3231,8 @@
|
|
|
3231
3231
|
},
|
|
3232
3232
|
{
|
|
3233
3233
|
"kind": "Reference",
|
|
3234
|
-
"text": "
|
|
3235
|
-
"canonicalReference": "
|
|
3234
|
+
"text": "ExtractFromEnum",
|
|
3235
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
3236
3236
|
},
|
|
3237
3237
|
{
|
|
3238
3238
|
"kind": "Content",
|
|
@@ -3289,8 +3289,8 @@
|
|
|
3289
3289
|
},
|
|
3290
3290
|
{
|
|
3291
3291
|
"kind": "Reference",
|
|
3292
|
-
"text": "
|
|
3293
|
-
"canonicalReference": "
|
|
3292
|
+
"text": "ExtractFromEnum",
|
|
3293
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
3294
3294
|
},
|
|
3295
3295
|
{
|
|
3296
3296
|
"kind": "Content",
|
|
@@ -3347,8 +3347,8 @@
|
|
|
3347
3347
|
},
|
|
3348
3348
|
{
|
|
3349
3349
|
"kind": "Reference",
|
|
3350
|
-
"text": "
|
|
3351
|
-
"canonicalReference": "
|
|
3350
|
+
"text": "ExtractFromEnum",
|
|
3351
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
3352
3352
|
},
|
|
3353
3353
|
{
|
|
3354
3354
|
"kind": "Content",
|
|
@@ -3405,8 +3405,8 @@
|
|
|
3405
3405
|
},
|
|
3406
3406
|
{
|
|
3407
3407
|
"kind": "Reference",
|
|
3408
|
-
"text": "
|
|
3409
|
-
"canonicalReference": "
|
|
3408
|
+
"text": "ExtractFromEnum",
|
|
3409
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
3410
3410
|
},
|
|
3411
3411
|
{
|
|
3412
3412
|
"kind": "Content",
|
|
@@ -6484,8 +6484,8 @@
|
|
|
6484
6484
|
},
|
|
6485
6485
|
{
|
|
6486
6486
|
"kind": "Reference",
|
|
6487
|
-
"text": "
|
|
6488
|
-
"canonicalReference": "
|
|
6487
|
+
"text": "ExtractFromEnum",
|
|
6488
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
6489
6489
|
},
|
|
6490
6490
|
{
|
|
6491
6491
|
"kind": "Content",
|
|
@@ -6551,8 +6551,8 @@
|
|
|
6551
6551
|
},
|
|
6552
6552
|
{
|
|
6553
6553
|
"kind": "Reference",
|
|
6554
|
-
"text": "
|
|
6555
|
-
"canonicalReference": "
|
|
6554
|
+
"text": "ExtractFromEnum",
|
|
6555
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
6556
6556
|
},
|
|
6557
6557
|
{
|
|
6558
6558
|
"kind": "Content",
|
|
@@ -6609,8 +6609,8 @@
|
|
|
6609
6609
|
},
|
|
6610
6610
|
{
|
|
6611
6611
|
"kind": "Reference",
|
|
6612
|
-
"text": "
|
|
6613
|
-
"canonicalReference": "
|
|
6612
|
+
"text": "ExtractFromEnum",
|
|
6613
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
6614
6614
|
},
|
|
6615
6615
|
{
|
|
6616
6616
|
"kind": "Content",
|
|
@@ -7094,8 +7094,8 @@
|
|
|
7094
7094
|
},
|
|
7095
7095
|
{
|
|
7096
7096
|
"kind": "Reference",
|
|
7097
|
-
"text": "
|
|
7098
|
-
"canonicalReference": "
|
|
7097
|
+
"text": "ExtractFromEnum",
|
|
7098
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7099
7099
|
},
|
|
7100
7100
|
{
|
|
7101
7101
|
"kind": "Content",
|
|
@@ -7161,8 +7161,8 @@
|
|
|
7161
7161
|
},
|
|
7162
7162
|
{
|
|
7163
7163
|
"kind": "Reference",
|
|
7164
|
-
"text": "
|
|
7165
|
-
"canonicalReference": "
|
|
7164
|
+
"text": "ExtractFromEnum",
|
|
7165
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7166
7166
|
},
|
|
7167
7167
|
{
|
|
7168
7168
|
"kind": "Content",
|
|
@@ -7246,8 +7246,8 @@
|
|
|
7246
7246
|
},
|
|
7247
7247
|
{
|
|
7248
7248
|
"kind": "Reference",
|
|
7249
|
-
"text": "
|
|
7250
|
-
"canonicalReference": "
|
|
7249
|
+
"text": "ExtractFromEnum",
|
|
7250
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7251
7251
|
},
|
|
7252
7252
|
{
|
|
7253
7253
|
"kind": "Content",
|
|
@@ -7304,8 +7304,8 @@
|
|
|
7304
7304
|
},
|
|
7305
7305
|
{
|
|
7306
7306
|
"kind": "Reference",
|
|
7307
|
-
"text": "
|
|
7308
|
-
"canonicalReference": "
|
|
7307
|
+
"text": "ExtractFromEnum",
|
|
7308
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7309
7309
|
},
|
|
7310
7310
|
{
|
|
7311
7311
|
"kind": "Content",
|
|
@@ -7544,8 +7544,8 @@
|
|
|
7544
7544
|
},
|
|
7545
7545
|
{
|
|
7546
7546
|
"kind": "Reference",
|
|
7547
|
-
"text": "
|
|
7548
|
-
"canonicalReference": "
|
|
7547
|
+
"text": "ExtractFromEnum",
|
|
7548
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7549
7549
|
},
|
|
7550
7550
|
{
|
|
7551
7551
|
"kind": "Content",
|
|
@@ -7661,8 +7661,8 @@
|
|
|
7661
7661
|
},
|
|
7662
7662
|
{
|
|
7663
7663
|
"kind": "Reference",
|
|
7664
|
-
"text": "
|
|
7665
|
-
"canonicalReference": "
|
|
7664
|
+
"text": "ExtractFromEnum",
|
|
7665
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7666
7666
|
},
|
|
7667
7667
|
{
|
|
7668
7668
|
"kind": "Content",
|
|
@@ -7719,8 +7719,8 @@
|
|
|
7719
7719
|
},
|
|
7720
7720
|
{
|
|
7721
7721
|
"kind": "Reference",
|
|
7722
|
-
"text": "
|
|
7723
|
-
"canonicalReference": "
|
|
7722
|
+
"text": "ExtractFromEnum",
|
|
7723
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7724
7724
|
},
|
|
7725
7725
|
{
|
|
7726
7726
|
"kind": "Content",
|
|
@@ -7777,8 +7777,8 @@
|
|
|
7777
7777
|
},
|
|
7778
7778
|
{
|
|
7779
7779
|
"kind": "Reference",
|
|
7780
|
-
"text": "
|
|
7781
|
-
"canonicalReference": "
|
|
7780
|
+
"text": "ExtractFromEnum",
|
|
7781
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7782
7782
|
},
|
|
7783
7783
|
{
|
|
7784
7784
|
"kind": "Content",
|
|
@@ -7835,8 +7835,8 @@
|
|
|
7835
7835
|
},
|
|
7836
7836
|
{
|
|
7837
7837
|
"kind": "Reference",
|
|
7838
|
-
"text": "
|
|
7839
|
-
"canonicalReference": "
|
|
7838
|
+
"text": "ExtractFromEnum",
|
|
7839
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7840
7840
|
},
|
|
7841
7841
|
{
|
|
7842
7842
|
"kind": "Content",
|
|
@@ -7919,8 +7919,8 @@
|
|
|
7919
7919
|
},
|
|
7920
7920
|
{
|
|
7921
7921
|
"kind": "Reference",
|
|
7922
|
-
"text": "
|
|
7923
|
-
"canonicalReference": "
|
|
7922
|
+
"text": "ExtractFromEnum",
|
|
7923
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7924
7924
|
},
|
|
7925
7925
|
{
|
|
7926
7926
|
"kind": "Content",
|
|
@@ -7977,8 +7977,8 @@
|
|
|
7977
7977
|
},
|
|
7978
7978
|
{
|
|
7979
7979
|
"kind": "Reference",
|
|
7980
|
-
"text": "
|
|
7981
|
-
"canonicalReference": "
|
|
7980
|
+
"text": "ExtractFromEnum",
|
|
7981
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
7982
7982
|
},
|
|
7983
7983
|
{
|
|
7984
7984
|
"kind": "Content",
|
|
@@ -8024,6 +8024,71 @@
|
|
|
8024
8024
|
"endIndex": 9
|
|
8025
8025
|
}
|
|
8026
8026
|
},
|
|
8027
|
+
{
|
|
8028
|
+
"kind": "TypeAlias",
|
|
8029
|
+
"canonicalReference": "@vonage/vivid!VividTagNameMap:type",
|
|
8030
|
+
"docComment": "",
|
|
8031
|
+
"excerptTokens": [
|
|
8032
|
+
{
|
|
8033
|
+
"kind": "Content",
|
|
8034
|
+
"text": "export type VividTagNameMap<P extends "
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"kind": "Content",
|
|
8038
|
+
"text": "string"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"kind": "Content",
|
|
8042
|
+
"text": "> = "
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"kind": "Content",
|
|
8046
|
+
"text": "{\n [K in keyof "
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"kind": "Reference",
|
|
8050
|
+
"text": "DefaultVividTagNameMap",
|
|
8051
|
+
"canonicalReference": "@vonage/vivid!~DefaultVividTagNameMap:type"
|
|
8052
|
+
},
|
|
8053
|
+
{
|
|
8054
|
+
"kind": "Content",
|
|
8055
|
+
"text": " as K extends `vwc-${infer N}` ? `${P}-${N}` : never]: "
|
|
8056
|
+
},
|
|
8057
|
+
{
|
|
8058
|
+
"kind": "Reference",
|
|
8059
|
+
"text": "DefaultVividTagNameMap",
|
|
8060
|
+
"canonicalReference": "@vonage/vivid!~DefaultVividTagNameMap:type"
|
|
8061
|
+
},
|
|
8062
|
+
{
|
|
8063
|
+
"kind": "Content",
|
|
8064
|
+
"text": "[K];\n}"
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"kind": "Content",
|
|
8068
|
+
"text": ";"
|
|
8069
|
+
}
|
|
8070
|
+
],
|
|
8071
|
+
"fileUrlPath": "../../dist/libs/components/lib/tag-name-map.d.ts",
|
|
8072
|
+
"releaseTag": "Public",
|
|
8073
|
+
"name": "VividTagNameMap",
|
|
8074
|
+
"typeParameters": [
|
|
8075
|
+
{
|
|
8076
|
+
"typeParameterName": "P",
|
|
8077
|
+
"constraintTokenRange": {
|
|
8078
|
+
"startIndex": 1,
|
|
8079
|
+
"endIndex": 2
|
|
8080
|
+
},
|
|
8081
|
+
"defaultTypeTokenRange": {
|
|
8082
|
+
"startIndex": 0,
|
|
8083
|
+
"endIndex": 0
|
|
8084
|
+
}
|
|
8085
|
+
}
|
|
8086
|
+
],
|
|
8087
|
+
"typeTokenRange": {
|
|
8088
|
+
"startIndex": 3,
|
|
8089
|
+
"endIndex": 8
|
|
8090
|
+
}
|
|
8091
|
+
},
|
|
8027
8092
|
{
|
|
8028
8093
|
"kind": "Class",
|
|
8029
8094
|
"canonicalReference": "@vonage/vivid!VwcAccordionElement:class",
|
|
@@ -8224,8 +8289,8 @@
|
|
|
8224
8289
|
},
|
|
8225
8290
|
{
|
|
8226
8291
|
"kind": "Reference",
|
|
8227
|
-
"text": "
|
|
8228
|
-
"canonicalReference": "@vonage/vivid!~
|
|
8292
|
+
"text": "AccordionItem_base",
|
|
8293
|
+
"canonicalReference": "@vonage/vivid!~AccordionItem_base"
|
|
8229
8294
|
},
|
|
8230
8295
|
{
|
|
8231
8296
|
"kind": "Content",
|
|
@@ -8456,37 +8521,6 @@
|
|
|
8456
8521
|
},
|
|
8457
8522
|
"implementsTokenRanges": []
|
|
8458
8523
|
},
|
|
8459
|
-
{
|
|
8460
|
-
"kind": "Interface",
|
|
8461
|
-
"canonicalReference": "@vonage/vivid!VwcAccordionItemElement:interface",
|
|
8462
|
-
"docComment": "",
|
|
8463
|
-
"excerptTokens": [
|
|
8464
|
-
{
|
|
8465
|
-
"kind": "Content",
|
|
8466
|
-
"text": "export interface AccordionItem extends "
|
|
8467
|
-
},
|
|
8468
|
-
{
|
|
8469
|
-
"kind": "Reference",
|
|
8470
|
-
"text": "AffixIconWithTrailing",
|
|
8471
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
8472
|
-
},
|
|
8473
|
-
{
|
|
8474
|
-
"kind": "Content",
|
|
8475
|
-
"text": " "
|
|
8476
|
-
}
|
|
8477
|
-
],
|
|
8478
|
-
"fileUrlPath": "../../dist/libs/components/lib/accordion-item/accordion-item.d.ts",
|
|
8479
|
-
"releaseTag": "Public",
|
|
8480
|
-
"name": "VwcAccordionItemElement",
|
|
8481
|
-
"preserveMemberOrder": false,
|
|
8482
|
-
"members": [],
|
|
8483
|
-
"extendsTokenRanges": [
|
|
8484
|
-
{
|
|
8485
|
-
"startIndex": 1,
|
|
8486
|
-
"endIndex": 2
|
|
8487
|
-
}
|
|
8488
|
-
]
|
|
8489
|
-
},
|
|
8490
8524
|
{
|
|
8491
8525
|
"kind": "Class",
|
|
8492
8526
|
"canonicalReference": "@vonage/vivid!VwcActionGroupElement:class",
|
|
@@ -8622,8 +8656,8 @@
|
|
|
8622
8656
|
},
|
|
8623
8657
|
{
|
|
8624
8658
|
"kind": "Reference",
|
|
8625
|
-
"text": "
|
|
8626
|
-
"canonicalReference": "@vonage/vivid!~
|
|
8659
|
+
"text": "Alert_base",
|
|
8660
|
+
"canonicalReference": "@vonage/vivid!~Alert_base"
|
|
8627
8661
|
},
|
|
8628
8662
|
{
|
|
8629
8663
|
"kind": "Content",
|
|
@@ -8819,36 +8853,6 @@
|
|
|
8819
8853
|
"isProtected": false,
|
|
8820
8854
|
"isAbstract": false
|
|
8821
8855
|
},
|
|
8822
|
-
{
|
|
8823
|
-
"kind": "Property",
|
|
8824
|
-
"canonicalReference": "@vonage/vivid!VwcAlertElement#icon:member",
|
|
8825
|
-
"docComment": "",
|
|
8826
|
-
"excerptTokens": [
|
|
8827
|
-
{
|
|
8828
|
-
"kind": "Content",
|
|
8829
|
-
"text": "icon?: "
|
|
8830
|
-
},
|
|
8831
|
-
{
|
|
8832
|
-
"kind": "Content",
|
|
8833
|
-
"text": "string"
|
|
8834
|
-
},
|
|
8835
|
-
{
|
|
8836
|
-
"kind": "Content",
|
|
8837
|
-
"text": ";"
|
|
8838
|
-
}
|
|
8839
|
-
],
|
|
8840
|
-
"isReadonly": false,
|
|
8841
|
-
"isOptional": true,
|
|
8842
|
-
"releaseTag": "Public",
|
|
8843
|
-
"name": "icon",
|
|
8844
|
-
"propertyTypeTokenRange": {
|
|
8845
|
-
"startIndex": 1,
|
|
8846
|
-
"endIndex": 2
|
|
8847
|
-
},
|
|
8848
|
-
"isStatic": false,
|
|
8849
|
-
"isProtected": false,
|
|
8850
|
-
"isAbstract": false
|
|
8851
|
-
},
|
|
8852
8856
|
{
|
|
8853
8857
|
"kind": "Property",
|
|
8854
8858
|
"canonicalReference": "@vonage/vivid!VwcAlertElement#open:member",
|
|
@@ -9102,50 +9106,6 @@
|
|
|
9102
9106
|
},
|
|
9103
9107
|
"implementsTokenRanges": []
|
|
9104
9108
|
},
|
|
9105
|
-
{
|
|
9106
|
-
"kind": "Interface",
|
|
9107
|
-
"canonicalReference": "@vonage/vivid!VwcAlertElement:interface",
|
|
9108
|
-
"docComment": "",
|
|
9109
|
-
"excerptTokens": [
|
|
9110
|
-
{
|
|
9111
|
-
"kind": "Content",
|
|
9112
|
-
"text": "export interface Alert extends "
|
|
9113
|
-
},
|
|
9114
|
-
{
|
|
9115
|
-
"kind": "Reference",
|
|
9116
|
-
"text": "Localized",
|
|
9117
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
9118
|
-
},
|
|
9119
|
-
{
|
|
9120
|
-
"kind": "Content",
|
|
9121
|
-
"text": ", "
|
|
9122
|
-
},
|
|
9123
|
-
{
|
|
9124
|
-
"kind": "Reference",
|
|
9125
|
-
"text": "AffixIcon",
|
|
9126
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
9127
|
-
},
|
|
9128
|
-
{
|
|
9129
|
-
"kind": "Content",
|
|
9130
|
-
"text": " "
|
|
9131
|
-
}
|
|
9132
|
-
],
|
|
9133
|
-
"fileUrlPath": "../../dist/libs/components/lib/alert/alert.d.ts",
|
|
9134
|
-
"releaseTag": "Public",
|
|
9135
|
-
"name": "VwcAlertElement",
|
|
9136
|
-
"preserveMemberOrder": false,
|
|
9137
|
-
"members": [],
|
|
9138
|
-
"extendsTokenRanges": [
|
|
9139
|
-
{
|
|
9140
|
-
"startIndex": 1,
|
|
9141
|
-
"endIndex": 2
|
|
9142
|
-
},
|
|
9143
|
-
{
|
|
9144
|
-
"startIndex": 3,
|
|
9145
|
-
"endIndex": 4
|
|
9146
|
-
}
|
|
9147
|
-
]
|
|
9148
|
-
},
|
|
9149
9109
|
{
|
|
9150
9110
|
"kind": "Class",
|
|
9151
9111
|
"canonicalReference": "@vonage/vivid!VwcAudioPlayerElement:class",
|
|
@@ -9157,8 +9117,8 @@
|
|
|
9157
9117
|
},
|
|
9158
9118
|
{
|
|
9159
9119
|
"kind": "Reference",
|
|
9160
|
-
"text": "
|
|
9161
|
-
"canonicalReference": "@vonage/vivid!~
|
|
9120
|
+
"text": "AudioPlayer_base",
|
|
9121
|
+
"canonicalReference": "@vonage/vivid!~AudioPlayer_base"
|
|
9162
9122
|
},
|
|
9163
9123
|
{
|
|
9164
9124
|
"kind": "Content",
|
|
@@ -9800,37 +9760,6 @@
|
|
|
9800
9760
|
},
|
|
9801
9761
|
"implementsTokenRanges": []
|
|
9802
9762
|
},
|
|
9803
|
-
{
|
|
9804
|
-
"kind": "Interface",
|
|
9805
|
-
"canonicalReference": "@vonage/vivid!VwcAudioPlayerElement:interface",
|
|
9806
|
-
"docComment": "",
|
|
9807
|
-
"excerptTokens": [
|
|
9808
|
-
{
|
|
9809
|
-
"kind": "Content",
|
|
9810
|
-
"text": "export interface AudioPlayer extends "
|
|
9811
|
-
},
|
|
9812
|
-
{
|
|
9813
|
-
"kind": "Reference",
|
|
9814
|
-
"text": "Localized",
|
|
9815
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
9816
|
-
},
|
|
9817
|
-
{
|
|
9818
|
-
"kind": "Content",
|
|
9819
|
-
"text": " "
|
|
9820
|
-
}
|
|
9821
|
-
],
|
|
9822
|
-
"fileUrlPath": "../../dist/libs/components/lib/audio-player/audio-player.d.ts",
|
|
9823
|
-
"releaseTag": "Public",
|
|
9824
|
-
"name": "VwcAudioPlayerElement",
|
|
9825
|
-
"preserveMemberOrder": false,
|
|
9826
|
-
"members": [],
|
|
9827
|
-
"extendsTokenRanges": [
|
|
9828
|
-
{
|
|
9829
|
-
"startIndex": 1,
|
|
9830
|
-
"endIndex": 2
|
|
9831
|
-
}
|
|
9832
|
-
]
|
|
9833
|
-
},
|
|
9834
9763
|
{
|
|
9835
9764
|
"kind": "Class",
|
|
9836
9765
|
"canonicalReference": "@vonage/vivid!VwcAvatarElement:class",
|
|
@@ -10058,8 +9987,8 @@
|
|
|
10058
9987
|
},
|
|
10059
9988
|
{
|
|
10060
9989
|
"kind": "Reference",
|
|
10061
|
-
"text": "
|
|
10062
|
-
"canonicalReference": "@vonage/vivid!~
|
|
9990
|
+
"text": "Badge_base",
|
|
9991
|
+
"canonicalReference": "@vonage/vivid!~Badge_base"
|
|
10063
9992
|
},
|
|
10064
9993
|
{
|
|
10065
9994
|
"kind": "Content",
|
|
@@ -10202,37 +10131,6 @@
|
|
|
10202
10131
|
},
|
|
10203
10132
|
"implementsTokenRanges": []
|
|
10204
10133
|
},
|
|
10205
|
-
{
|
|
10206
|
-
"kind": "Interface",
|
|
10207
|
-
"canonicalReference": "@vonage/vivid!VwcBadgeElement:interface",
|
|
10208
|
-
"docComment": "",
|
|
10209
|
-
"excerptTokens": [
|
|
10210
|
-
{
|
|
10211
|
-
"kind": "Content",
|
|
10212
|
-
"text": "export interface Badge extends "
|
|
10213
|
-
},
|
|
10214
|
-
{
|
|
10215
|
-
"kind": "Reference",
|
|
10216
|
-
"text": "AffixIconWithTrailing",
|
|
10217
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
10218
|
-
},
|
|
10219
|
-
{
|
|
10220
|
-
"kind": "Content",
|
|
10221
|
-
"text": " "
|
|
10222
|
-
}
|
|
10223
|
-
],
|
|
10224
|
-
"fileUrlPath": "../../dist/libs/components/lib/badge/badge.d.ts",
|
|
10225
|
-
"releaseTag": "Public",
|
|
10226
|
-
"name": "VwcBadgeElement",
|
|
10227
|
-
"preserveMemberOrder": false,
|
|
10228
|
-
"members": [],
|
|
10229
|
-
"extendsTokenRanges": [
|
|
10230
|
-
{
|
|
10231
|
-
"startIndex": 1,
|
|
10232
|
-
"endIndex": 2
|
|
10233
|
-
}
|
|
10234
|
-
]
|
|
10235
|
-
},
|
|
10236
10134
|
{
|
|
10237
10135
|
"kind": "Class",
|
|
10238
10136
|
"canonicalReference": "@vonage/vivid!VwcBannerElement:class",
|
|
@@ -10573,50 +10471,6 @@
|
|
|
10573
10471
|
},
|
|
10574
10472
|
"implementsTokenRanges": []
|
|
10575
10473
|
},
|
|
10576
|
-
{
|
|
10577
|
-
"kind": "Interface",
|
|
10578
|
-
"canonicalReference": "@vonage/vivid!VwcBannerElement:interface",
|
|
10579
|
-
"docComment": "",
|
|
10580
|
-
"excerptTokens": [
|
|
10581
|
-
{
|
|
10582
|
-
"kind": "Content",
|
|
10583
|
-
"text": "export interface Banner extends "
|
|
10584
|
-
},
|
|
10585
|
-
{
|
|
10586
|
-
"kind": "Reference",
|
|
10587
|
-
"text": "Localized",
|
|
10588
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
10589
|
-
},
|
|
10590
|
-
{
|
|
10591
|
-
"kind": "Content",
|
|
10592
|
-
"text": ", "
|
|
10593
|
-
},
|
|
10594
|
-
{
|
|
10595
|
-
"kind": "Reference",
|
|
10596
|
-
"text": "AffixIcon",
|
|
10597
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
10598
|
-
},
|
|
10599
|
-
{
|
|
10600
|
-
"kind": "Content",
|
|
10601
|
-
"text": " "
|
|
10602
|
-
}
|
|
10603
|
-
],
|
|
10604
|
-
"fileUrlPath": "../../dist/libs/components/lib/banner/banner.d.ts",
|
|
10605
|
-
"releaseTag": "Public",
|
|
10606
|
-
"name": "VwcBannerElement",
|
|
10607
|
-
"preserveMemberOrder": false,
|
|
10608
|
-
"members": [],
|
|
10609
|
-
"extendsTokenRanges": [
|
|
10610
|
-
{
|
|
10611
|
-
"startIndex": 1,
|
|
10612
|
-
"endIndex": 2
|
|
10613
|
-
},
|
|
10614
|
-
{
|
|
10615
|
-
"startIndex": 3,
|
|
10616
|
-
"endIndex": 4
|
|
10617
|
-
}
|
|
10618
|
-
]
|
|
10619
|
-
},
|
|
10620
10474
|
{
|
|
10621
10475
|
"kind": "Class",
|
|
10622
10476
|
"canonicalReference": "@vonage/vivid!VwcBreadcrumbElement:class",
|
|
@@ -10752,8 +10606,8 @@
|
|
|
10752
10606
|
},
|
|
10753
10607
|
{
|
|
10754
10608
|
"kind": "Reference",
|
|
10755
|
-
"text": "
|
|
10756
|
-
"canonicalReference": "@vonage/vivid!~
|
|
10609
|
+
"text": "Button_base",
|
|
10610
|
+
"canonicalReference": "@vonage/vivid!~Button_base"
|
|
10757
10611
|
},
|
|
10758
10612
|
{
|
|
10759
10613
|
"kind": "Content",
|
|
@@ -11303,61 +11157,30 @@
|
|
|
11303
11157
|
"implementsTokenRanges": []
|
|
11304
11158
|
},
|
|
11305
11159
|
{
|
|
11306
|
-
"kind": "
|
|
11307
|
-
"canonicalReference": "@vonage/vivid!
|
|
11160
|
+
"kind": "Class",
|
|
11161
|
+
"canonicalReference": "@vonage/vivid!VwcCalendarElement:class",
|
|
11308
11162
|
"docComment": "",
|
|
11309
11163
|
"excerptTokens": [
|
|
11310
11164
|
{
|
|
11311
11165
|
"kind": "Content",
|
|
11312
|
-
"text": "export
|
|
11166
|
+
"text": "export declare class Calendar extends "
|
|
11313
11167
|
},
|
|
11314
11168
|
{
|
|
11315
11169
|
"kind": "Reference",
|
|
11316
|
-
"text": "
|
|
11317
|
-
"canonicalReference": "@vonage/vivid!~
|
|
11170
|
+
"text": "VividElement",
|
|
11171
|
+
"canonicalReference": "@vonage/vivid!~VividElement:class"
|
|
11318
11172
|
},
|
|
11319
11173
|
{
|
|
11320
11174
|
"kind": "Content",
|
|
11321
11175
|
"text": " "
|
|
11322
11176
|
}
|
|
11323
11177
|
],
|
|
11324
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
11178
|
+
"fileUrlPath": "../../dist/libs/components/lib/calendar/calendar.d.ts",
|
|
11325
11179
|
"releaseTag": "Public",
|
|
11326
|
-
"
|
|
11180
|
+
"isAbstract": false,
|
|
11181
|
+
"name": "VwcCalendarElement",
|
|
11327
11182
|
"preserveMemberOrder": false,
|
|
11328
|
-
"members": [
|
|
11329
|
-
"extendsTokenRanges": [
|
|
11330
|
-
{
|
|
11331
|
-
"startIndex": 1,
|
|
11332
|
-
"endIndex": 2
|
|
11333
|
-
}
|
|
11334
|
-
]
|
|
11335
|
-
},
|
|
11336
|
-
{
|
|
11337
|
-
"kind": "Class",
|
|
11338
|
-
"canonicalReference": "@vonage/vivid!VwcCalendarElement:class",
|
|
11339
|
-
"docComment": "",
|
|
11340
|
-
"excerptTokens": [
|
|
11341
|
-
{
|
|
11342
|
-
"kind": "Content",
|
|
11343
|
-
"text": "export declare class Calendar extends "
|
|
11344
|
-
},
|
|
11345
|
-
{
|
|
11346
|
-
"kind": "Reference",
|
|
11347
|
-
"text": "VividElement",
|
|
11348
|
-
"canonicalReference": "@vonage/vivid!~VividElement:class"
|
|
11349
|
-
},
|
|
11350
|
-
{
|
|
11351
|
-
"kind": "Content",
|
|
11352
|
-
"text": " "
|
|
11353
|
-
}
|
|
11354
|
-
],
|
|
11355
|
-
"fileUrlPath": "../../dist/libs/components/lib/calendar/calendar.d.ts",
|
|
11356
|
-
"releaseTag": "Public",
|
|
11357
|
-
"isAbstract": false,
|
|
11358
|
-
"name": "VwcCalendarElement",
|
|
11359
|
-
"preserveMemberOrder": false,
|
|
11360
|
-
"members": [
|
|
11183
|
+
"members": [
|
|
11361
11184
|
{
|
|
11362
11185
|
"kind": "Property",
|
|
11363
11186
|
"canonicalReference": "@vonage/vivid!VwcCalendarElement#datetime:member",
|
|
@@ -12443,8 +12266,8 @@
|
|
|
12443
12266
|
},
|
|
12444
12267
|
{
|
|
12445
12268
|
"kind": "Reference",
|
|
12446
|
-
"text": "
|
|
12447
|
-
"canonicalReference": "
|
|
12269
|
+
"text": "Combobox_base",
|
|
12270
|
+
"canonicalReference": "@vonage/vivid!~Combobox_base"
|
|
12448
12271
|
},
|
|
12449
12272
|
{
|
|
12450
12273
|
"kind": "Content",
|
|
@@ -12986,15 +12809,6 @@
|
|
|
12986
12809
|
"kind": "Content",
|
|
12987
12810
|
"text": "export interface Combobox extends "
|
|
12988
12811
|
},
|
|
12989
|
-
{
|
|
12990
|
-
"kind": "Reference",
|
|
12991
|
-
"text": "AffixIcon",
|
|
12992
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
12993
|
-
},
|
|
12994
|
-
{
|
|
12995
|
-
"kind": "Content",
|
|
12996
|
-
"text": ", "
|
|
12997
|
-
},
|
|
12998
12812
|
{
|
|
12999
12813
|
"kind": "Reference",
|
|
13000
12814
|
"text": "FormElement",
|
|
@@ -13066,10 +12880,6 @@
|
|
|
13066
12880
|
{
|
|
13067
12881
|
"startIndex": 9,
|
|
13068
12882
|
"endIndex": 10
|
|
13069
|
-
},
|
|
13070
|
-
{
|
|
13071
|
-
"startIndex": 11,
|
|
13072
|
-
"endIndex": 12
|
|
13073
12883
|
}
|
|
13074
12884
|
]
|
|
13075
12885
|
},
|
|
@@ -14792,41 +14602,41 @@
|
|
|
14792
14602
|
},
|
|
14793
14603
|
{
|
|
14794
14604
|
"kind": "Class",
|
|
14795
|
-
"canonicalReference": "@vonage/vivid!
|
|
14605
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:class",
|
|
14796
14606
|
"docComment": "",
|
|
14797
14607
|
"excerptTokens": [
|
|
14798
14608
|
{
|
|
14799
14609
|
"kind": "Content",
|
|
14800
|
-
"text": "export declare class
|
|
14610
|
+
"text": "export declare class DateTimePicker extends "
|
|
14801
14611
|
},
|
|
14802
14612
|
{
|
|
14803
14613
|
"kind": "Reference",
|
|
14804
|
-
"text": "
|
|
14805
|
-
"canonicalReference": "@vonage/vivid!~
|
|
14614
|
+
"text": "DateTimePicker_base",
|
|
14615
|
+
"canonicalReference": "@vonage/vivid!~DateTimePicker_base"
|
|
14806
14616
|
},
|
|
14807
14617
|
{
|
|
14808
14618
|
"kind": "Content",
|
|
14809
14619
|
"text": " "
|
|
14810
14620
|
}
|
|
14811
14621
|
],
|
|
14812
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
14622
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-time-picker/date-time-picker.d.ts",
|
|
14813
14623
|
"releaseTag": "Public",
|
|
14814
14624
|
"isAbstract": false,
|
|
14815
|
-
"name": "
|
|
14625
|
+
"name": "VwcDateTimePickerElement",
|
|
14816
14626
|
"preserveMemberOrder": false,
|
|
14817
14627
|
"members": [
|
|
14818
14628
|
{
|
|
14819
14629
|
"kind": "Property",
|
|
14820
|
-
"canonicalReference": "@vonage/vivid!
|
|
14630
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMaxDate:member",
|
|
14821
14631
|
"docComment": "",
|
|
14822
14632
|
"excerptTokens": [
|
|
14823
14633
|
{
|
|
14824
14634
|
"kind": "Content",
|
|
14825
|
-
"text": "get
|
|
14635
|
+
"text": "get _resolvedMaxDate(): "
|
|
14826
14636
|
},
|
|
14827
14637
|
{
|
|
14828
14638
|
"kind": "Content",
|
|
14829
|
-
"text": "
|
|
14639
|
+
"text": "string"
|
|
14830
14640
|
},
|
|
14831
14641
|
{
|
|
14832
14642
|
"kind": "Content",
|
|
@@ -14836,7 +14646,7 @@
|
|
|
14836
14646
|
"isReadonly": true,
|
|
14837
14647
|
"isOptional": false,
|
|
14838
14648
|
"releaseTag": "Public",
|
|
14839
|
-
"name": "
|
|
14649
|
+
"name": "_resolvedMaxDate",
|
|
14840
14650
|
"propertyTypeTokenRange": {
|
|
14841
14651
|
"startIndex": 1,
|
|
14842
14652
|
"endIndex": 2
|
|
@@ -14846,110 +14656,122 @@
|
|
|
14846
14656
|
"isAbstract": false
|
|
14847
14657
|
},
|
|
14848
14658
|
{
|
|
14849
|
-
"kind": "
|
|
14850
|
-
"canonicalReference": "@vonage/vivid!
|
|
14659
|
+
"kind": "Property",
|
|
14660
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMaxTime:member",
|
|
14851
14661
|
"docComment": "",
|
|
14852
14662
|
"excerptTokens": [
|
|
14853
14663
|
{
|
|
14854
14664
|
"kind": "Content",
|
|
14855
|
-
"text": "
|
|
14665
|
+
"text": "get _resolvedMaxTime(): "
|
|
14856
14666
|
},
|
|
14857
14667
|
{
|
|
14858
14668
|
"kind": "Content",
|
|
14859
|
-
"text": "
|
|
14669
|
+
"text": "string"
|
|
14860
14670
|
},
|
|
14861
14671
|
{
|
|
14862
14672
|
"kind": "Content",
|
|
14863
14673
|
"text": ";"
|
|
14864
14674
|
}
|
|
14865
14675
|
],
|
|
14866
|
-
"
|
|
14867
|
-
"
|
|
14676
|
+
"isReadonly": true,
|
|
14677
|
+
"isOptional": false,
|
|
14678
|
+
"releaseTag": "Public",
|
|
14679
|
+
"name": "_resolvedMaxTime",
|
|
14680
|
+
"propertyTypeTokenRange": {
|
|
14868
14681
|
"startIndex": 1,
|
|
14869
14682
|
"endIndex": 2
|
|
14870
14683
|
},
|
|
14871
|
-
"
|
|
14684
|
+
"isStatic": false,
|
|
14872
14685
|
"isProtected": false,
|
|
14873
|
-
"
|
|
14874
|
-
"parameters": [],
|
|
14875
|
-
"isOptional": false,
|
|
14876
|
-
"isAbstract": false,
|
|
14877
|
-
"name": "close"
|
|
14686
|
+
"isAbstract": false
|
|
14878
14687
|
},
|
|
14879
14688
|
{
|
|
14880
|
-
"kind": "
|
|
14881
|
-
"canonicalReference": "@vonage/vivid!
|
|
14689
|
+
"kind": "Property",
|
|
14690
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMinDate:member",
|
|
14882
14691
|
"docComment": "",
|
|
14883
14692
|
"excerptTokens": [
|
|
14884
14693
|
{
|
|
14885
14694
|
"kind": "Content",
|
|
14886
|
-
"text": "
|
|
14695
|
+
"text": "get _resolvedMinDate(): "
|
|
14887
14696
|
},
|
|
14888
14697
|
{
|
|
14889
14698
|
"kind": "Content",
|
|
14890
|
-
"text": "
|
|
14699
|
+
"text": "string"
|
|
14891
14700
|
},
|
|
14892
14701
|
{
|
|
14893
14702
|
"kind": "Content",
|
|
14894
14703
|
"text": ";"
|
|
14895
14704
|
}
|
|
14896
14705
|
],
|
|
14897
|
-
"
|
|
14898
|
-
"
|
|
14706
|
+
"isReadonly": true,
|
|
14707
|
+
"isOptional": false,
|
|
14708
|
+
"releaseTag": "Public",
|
|
14709
|
+
"name": "_resolvedMinDate",
|
|
14710
|
+
"propertyTypeTokenRange": {
|
|
14899
14711
|
"startIndex": 1,
|
|
14900
14712
|
"endIndex": 2
|
|
14901
14713
|
},
|
|
14902
|
-
"
|
|
14714
|
+
"isStatic": false,
|
|
14903
14715
|
"isProtected": false,
|
|
14904
|
-
"
|
|
14905
|
-
"parameters": [],
|
|
14906
|
-
"isOptional": false,
|
|
14907
|
-
"isAbstract": false,
|
|
14908
|
-
"name": "connectedCallback"
|
|
14716
|
+
"isAbstract": false
|
|
14909
14717
|
},
|
|
14910
14718
|
{
|
|
14911
|
-
"kind": "
|
|
14912
|
-
"canonicalReference": "@vonage/vivid!
|
|
14719
|
+
"kind": "Property",
|
|
14720
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMinTime:member",
|
|
14913
14721
|
"docComment": "",
|
|
14914
14722
|
"excerptTokens": [
|
|
14915
14723
|
{
|
|
14916
14724
|
"kind": "Content",
|
|
14917
|
-
"text": "
|
|
14725
|
+
"text": "get _resolvedMinTime(): "
|
|
14918
14726
|
},
|
|
14919
14727
|
{
|
|
14920
14728
|
"kind": "Content",
|
|
14921
|
-
"text": "
|
|
14729
|
+
"text": "string"
|
|
14922
14730
|
},
|
|
14923
14731
|
{
|
|
14924
14732
|
"kind": "Content",
|
|
14925
14733
|
"text": ";"
|
|
14926
14734
|
}
|
|
14927
14735
|
],
|
|
14928
|
-
"
|
|
14929
|
-
"
|
|
14736
|
+
"isReadonly": true,
|
|
14737
|
+
"isOptional": false,
|
|
14738
|
+
"releaseTag": "Public",
|
|
14739
|
+
"name": "_resolvedMinTime",
|
|
14740
|
+
"propertyTypeTokenRange": {
|
|
14930
14741
|
"startIndex": 1,
|
|
14931
14742
|
"endIndex": 2
|
|
14932
14743
|
},
|
|
14744
|
+
"isStatic": false,
|
|
14745
|
+
"isProtected": false,
|
|
14746
|
+
"isAbstract": false
|
|
14747
|
+
},
|
|
14748
|
+
{
|
|
14749
|
+
"kind": "Constructor",
|
|
14750
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:constructor(1)",
|
|
14751
|
+
"docComment": "/**\n * Constructs a new instance of the `DateTimePicker` class\n */\n",
|
|
14752
|
+
"excerptTokens": [
|
|
14753
|
+
{
|
|
14754
|
+
"kind": "Content",
|
|
14755
|
+
"text": "constructor();"
|
|
14756
|
+
}
|
|
14757
|
+
],
|
|
14933
14758
|
"releaseTag": "Public",
|
|
14934
14759
|
"isProtected": false,
|
|
14935
14760
|
"overloadIndex": 1,
|
|
14936
|
-
"parameters": []
|
|
14937
|
-
"isOptional": false,
|
|
14938
|
-
"isAbstract": false,
|
|
14939
|
-
"name": "disconnectedCallback"
|
|
14761
|
+
"parameters": []
|
|
14940
14762
|
},
|
|
14941
14763
|
{
|
|
14942
14764
|
"kind": "Property",
|
|
14943
|
-
"canonicalReference": "@vonage/vivid!
|
|
14765
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#max:member",
|
|
14944
14766
|
"docComment": "",
|
|
14945
14767
|
"excerptTokens": [
|
|
14946
14768
|
{
|
|
14947
14769
|
"kind": "Content",
|
|
14948
|
-
"text": "
|
|
14770
|
+
"text": "max: "
|
|
14949
14771
|
},
|
|
14950
14772
|
{
|
|
14951
14773
|
"kind": "Content",
|
|
14952
|
-
"text": "string
|
|
14774
|
+
"text": "string"
|
|
14953
14775
|
},
|
|
14954
14776
|
{
|
|
14955
14777
|
"kind": "Content",
|
|
@@ -14959,7 +14781,7 @@
|
|
|
14959
14781
|
"isReadonly": false,
|
|
14960
14782
|
"isOptional": false,
|
|
14961
14783
|
"releaseTag": "Public",
|
|
14962
|
-
"name": "
|
|
14784
|
+
"name": "max",
|
|
14963
14785
|
"propertyTypeTokenRange": {
|
|
14964
14786
|
"startIndex": 1,
|
|
14965
14787
|
"endIndex": 2
|
|
@@ -14970,16 +14792,16 @@
|
|
|
14970
14792
|
},
|
|
14971
14793
|
{
|
|
14972
14794
|
"kind": "Property",
|
|
14973
|
-
"canonicalReference": "@vonage/vivid!
|
|
14795
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#maxDate:member",
|
|
14974
14796
|
"docComment": "",
|
|
14975
14797
|
"excerptTokens": [
|
|
14976
14798
|
{
|
|
14977
14799
|
"kind": "Content",
|
|
14978
|
-
"text": "
|
|
14800
|
+
"text": "maxDate: "
|
|
14979
14801
|
},
|
|
14980
14802
|
{
|
|
14981
14803
|
"kind": "Content",
|
|
14982
|
-
"text": "
|
|
14804
|
+
"text": "string"
|
|
14983
14805
|
},
|
|
14984
14806
|
{
|
|
14985
14807
|
"kind": "Content",
|
|
@@ -14989,7 +14811,7 @@
|
|
|
14989
14811
|
"isReadonly": false,
|
|
14990
14812
|
"isOptional": false,
|
|
14991
14813
|
"releaseTag": "Public",
|
|
14992
|
-
"name": "
|
|
14814
|
+
"name": "maxDate",
|
|
14993
14815
|
"propertyTypeTokenRange": {
|
|
14994
14816
|
"startIndex": 1,
|
|
14995
14817
|
"endIndex": 2
|
|
@@ -15000,12 +14822,12 @@
|
|
|
15000
14822
|
},
|
|
15001
14823
|
{
|
|
15002
14824
|
"kind": "Property",
|
|
15003
|
-
"canonicalReference": "@vonage/vivid!
|
|
14825
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#maxTime:member",
|
|
15004
14826
|
"docComment": "",
|
|
15005
14827
|
"excerptTokens": [
|
|
15006
14828
|
{
|
|
15007
14829
|
"kind": "Content",
|
|
15008
|
-
"text": "
|
|
14830
|
+
"text": "maxTime: "
|
|
15009
14831
|
},
|
|
15010
14832
|
{
|
|
15011
14833
|
"kind": "Content",
|
|
@@ -15017,9 +14839,9 @@
|
|
|
15017
14839
|
}
|
|
15018
14840
|
],
|
|
15019
14841
|
"isReadonly": false,
|
|
15020
|
-
"isOptional":
|
|
14842
|
+
"isOptional": false,
|
|
15021
14843
|
"releaseTag": "Public",
|
|
15022
|
-
"name": "
|
|
14844
|
+
"name": "maxTime",
|
|
15023
14845
|
"propertyTypeTokenRange": {
|
|
15024
14846
|
"startIndex": 1,
|
|
15025
14847
|
"endIndex": 2
|
|
@@ -15030,12 +14852,12 @@
|
|
|
15030
14852
|
},
|
|
15031
14853
|
{
|
|
15032
14854
|
"kind": "Property",
|
|
15033
|
-
"canonicalReference": "@vonage/vivid!
|
|
14855
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#min:member",
|
|
15034
14856
|
"docComment": "",
|
|
15035
14857
|
"excerptTokens": [
|
|
15036
14858
|
{
|
|
15037
14859
|
"kind": "Content",
|
|
15038
|
-
"text": "
|
|
14860
|
+
"text": "min: "
|
|
15039
14861
|
},
|
|
15040
14862
|
{
|
|
15041
14863
|
"kind": "Content",
|
|
@@ -15047,9 +14869,9 @@
|
|
|
15047
14869
|
}
|
|
15048
14870
|
],
|
|
15049
14871
|
"isReadonly": false,
|
|
15050
|
-
"isOptional":
|
|
14872
|
+
"isOptional": false,
|
|
15051
14873
|
"releaseTag": "Public",
|
|
15052
|
-
"name": "
|
|
14874
|
+
"name": "min",
|
|
15053
14875
|
"propertyTypeTokenRange": {
|
|
15054
14876
|
"startIndex": 1,
|
|
15055
14877
|
"endIndex": 2
|
|
@@ -15060,17 +14882,16 @@
|
|
|
15060
14882
|
},
|
|
15061
14883
|
{
|
|
15062
14884
|
"kind": "Property",
|
|
15063
|
-
"canonicalReference": "@vonage/vivid!
|
|
14885
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#minDate:member",
|
|
15064
14886
|
"docComment": "",
|
|
15065
14887
|
"excerptTokens": [
|
|
15066
14888
|
{
|
|
15067
14889
|
"kind": "Content",
|
|
15068
|
-
"text": "
|
|
14890
|
+
"text": "minDate: "
|
|
15069
14891
|
},
|
|
15070
14892
|
{
|
|
15071
|
-
"kind": "
|
|
15072
|
-
"text": "
|
|
15073
|
-
"canonicalReference": "@vonage/vivid!IconPlacement:type"
|
|
14893
|
+
"kind": "Content",
|
|
14894
|
+
"text": "string"
|
|
15074
14895
|
},
|
|
15075
14896
|
{
|
|
15076
14897
|
"kind": "Content",
|
|
@@ -15078,9 +14899,9 @@
|
|
|
15078
14899
|
}
|
|
15079
14900
|
],
|
|
15080
14901
|
"isReadonly": false,
|
|
15081
|
-
"isOptional":
|
|
14902
|
+
"isOptional": false,
|
|
15082
14903
|
"releaseTag": "Public",
|
|
15083
|
-
"name": "
|
|
14904
|
+
"name": "minDate",
|
|
15084
14905
|
"propertyTypeTokenRange": {
|
|
15085
14906
|
"startIndex": 1,
|
|
15086
14907
|
"endIndex": 2
|
|
@@ -15091,16 +14912,16 @@
|
|
|
15091
14912
|
},
|
|
15092
14913
|
{
|
|
15093
14914
|
"kind": "Property",
|
|
15094
|
-
"canonicalReference": "@vonage/vivid!
|
|
14915
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#minTime:member",
|
|
15095
14916
|
"docComment": "",
|
|
15096
14917
|
"excerptTokens": [
|
|
15097
14918
|
{
|
|
15098
14919
|
"kind": "Content",
|
|
15099
|
-
"text": "
|
|
14920
|
+
"text": "minTime: "
|
|
15100
14921
|
},
|
|
15101
14922
|
{
|
|
15102
14923
|
"kind": "Content",
|
|
15103
|
-
"text": "
|
|
14924
|
+
"text": "string"
|
|
15104
14925
|
},
|
|
15105
14926
|
{
|
|
15106
14927
|
"kind": "Content",
|
|
@@ -15110,7 +14931,7 @@
|
|
|
15110
14931
|
"isReadonly": false,
|
|
15111
14932
|
"isOptional": false,
|
|
15112
14933
|
"releaseTag": "Public",
|
|
15113
|
-
"name": "
|
|
14934
|
+
"name": "minTime",
|
|
15114
14935
|
"propertyTypeTokenRange": {
|
|
15115
14936
|
"startIndex": 1,
|
|
15116
14937
|
"endIndex": 2
|
|
@@ -15118,15 +14939,91 @@
|
|
|
15118
14939
|
"isStatic": false,
|
|
15119
14940
|
"isProtected": false,
|
|
15120
14941
|
"isAbstract": false
|
|
14942
|
+
}
|
|
14943
|
+
],
|
|
14944
|
+
"extendsTokenRange": {
|
|
14945
|
+
"startIndex": 1,
|
|
14946
|
+
"endIndex": 2
|
|
14947
|
+
},
|
|
14948
|
+
"implementsTokenRanges": []
|
|
14949
|
+
},
|
|
14950
|
+
{
|
|
14951
|
+
"kind": "Interface",
|
|
14952
|
+
"canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:interface",
|
|
14953
|
+
"docComment": "",
|
|
14954
|
+
"excerptTokens": [
|
|
14955
|
+
{
|
|
14956
|
+
"kind": "Content",
|
|
14957
|
+
"text": "export interface DateTimePicker extends "
|
|
14958
|
+
},
|
|
14959
|
+
{
|
|
14960
|
+
"kind": "Reference",
|
|
14961
|
+
"text": "ErrorText",
|
|
14962
|
+
"canonicalReference": "@vonage/vivid!~ErrorText:interface"
|
|
14963
|
+
},
|
|
14964
|
+
{
|
|
14965
|
+
"kind": "Content",
|
|
14966
|
+
"text": ", "
|
|
14967
|
+
},
|
|
14968
|
+
{
|
|
14969
|
+
"kind": "Reference",
|
|
14970
|
+
"text": "FormElement",
|
|
14971
|
+
"canonicalReference": "@vonage/vivid!~FormElement:interface"
|
|
14972
|
+
},
|
|
14973
|
+
{
|
|
14974
|
+
"kind": "Content",
|
|
14975
|
+
"text": " "
|
|
14976
|
+
}
|
|
14977
|
+
],
|
|
14978
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-time-picker/date-time-picker.d.ts",
|
|
14979
|
+
"releaseTag": "Public",
|
|
14980
|
+
"name": "VwcDateTimePickerElement",
|
|
14981
|
+
"preserveMemberOrder": false,
|
|
14982
|
+
"members": [],
|
|
14983
|
+
"extendsTokenRanges": [
|
|
14984
|
+
{
|
|
14985
|
+
"startIndex": 1,
|
|
14986
|
+
"endIndex": 2
|
|
14987
|
+
},
|
|
14988
|
+
{
|
|
14989
|
+
"startIndex": 3,
|
|
14990
|
+
"endIndex": 4
|
|
14991
|
+
}
|
|
14992
|
+
]
|
|
14993
|
+
},
|
|
14994
|
+
{
|
|
14995
|
+
"kind": "Class",
|
|
14996
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement:class",
|
|
14997
|
+
"docComment": "",
|
|
14998
|
+
"excerptTokens": [
|
|
14999
|
+
{
|
|
15000
|
+
"kind": "Content",
|
|
15001
|
+
"text": "export declare class Dialog extends "
|
|
15002
|
+
},
|
|
15003
|
+
{
|
|
15004
|
+
"kind": "Reference",
|
|
15005
|
+
"text": "Dialog_base",
|
|
15006
|
+
"canonicalReference": "@vonage/vivid!~Dialog_base"
|
|
15121
15007
|
},
|
|
15008
|
+
{
|
|
15009
|
+
"kind": "Content",
|
|
15010
|
+
"text": " "
|
|
15011
|
+
}
|
|
15012
|
+
],
|
|
15013
|
+
"fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
|
|
15014
|
+
"releaseTag": "Public",
|
|
15015
|
+
"isAbstract": false,
|
|
15016
|
+
"name": "VwcDialogElement",
|
|
15017
|
+
"preserveMemberOrder": false,
|
|
15018
|
+
"members": [
|
|
15122
15019
|
{
|
|
15123
15020
|
"kind": "Property",
|
|
15124
|
-
"canonicalReference": "@vonage/vivid!VwcDialogElement#
|
|
15021
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#_showDismissButton:member",
|
|
15125
15022
|
"docComment": "",
|
|
15126
15023
|
"excerptTokens": [
|
|
15127
15024
|
{
|
|
15128
15025
|
"kind": "Content",
|
|
15129
|
-
"text": "
|
|
15026
|
+
"text": "get _showDismissButton(): "
|
|
15130
15027
|
},
|
|
15131
15028
|
{
|
|
15132
15029
|
"kind": "Content",
|
|
@@ -15137,10 +15034,10 @@
|
|
|
15137
15034
|
"text": ";"
|
|
15138
15035
|
}
|
|
15139
15036
|
],
|
|
15140
|
-
"isReadonly":
|
|
15037
|
+
"isReadonly": true,
|
|
15141
15038
|
"isOptional": false,
|
|
15142
15039
|
"releaseTag": "Public",
|
|
15143
|
-
"name": "
|
|
15040
|
+
"name": "_showDismissButton",
|
|
15144
15041
|
"propertyTypeTokenRange": {
|
|
15145
15042
|
"startIndex": 1,
|
|
15146
15043
|
"endIndex": 2
|
|
@@ -15150,35 +15047,339 @@
|
|
|
15150
15047
|
"isAbstract": false
|
|
15151
15048
|
},
|
|
15152
15049
|
{
|
|
15153
|
-
"kind": "
|
|
15154
|
-
"canonicalReference": "@vonage/vivid!VwcDialogElement#
|
|
15050
|
+
"kind": "Method",
|
|
15051
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#close:member(1)",
|
|
15155
15052
|
"docComment": "",
|
|
15156
15053
|
"excerptTokens": [
|
|
15157
15054
|
{
|
|
15158
15055
|
"kind": "Content",
|
|
15159
|
-
"text": "
|
|
15056
|
+
"text": "close(): "
|
|
15160
15057
|
},
|
|
15161
15058
|
{
|
|
15162
15059
|
"kind": "Content",
|
|
15163
|
-
"text": "
|
|
15060
|
+
"text": "void"
|
|
15164
15061
|
},
|
|
15165
15062
|
{
|
|
15166
15063
|
"kind": "Content",
|
|
15167
15064
|
"text": ";"
|
|
15168
15065
|
}
|
|
15169
15066
|
],
|
|
15170
|
-
"
|
|
15171
|
-
"
|
|
15172
|
-
"releaseTag": "Public",
|
|
15173
|
-
"name": "noDismissOnEsc",
|
|
15174
|
-
"propertyTypeTokenRange": {
|
|
15067
|
+
"isStatic": false,
|
|
15068
|
+
"returnTypeTokenRange": {
|
|
15175
15069
|
"startIndex": 1,
|
|
15176
15070
|
"endIndex": 2
|
|
15177
15071
|
},
|
|
15178
|
-
"
|
|
15072
|
+
"releaseTag": "Public",
|
|
15179
15073
|
"isProtected": false,
|
|
15180
|
-
"
|
|
15181
|
-
|
|
15074
|
+
"overloadIndex": 1,
|
|
15075
|
+
"parameters": [],
|
|
15076
|
+
"isOptional": false,
|
|
15077
|
+
"isAbstract": false,
|
|
15078
|
+
"name": "close"
|
|
15079
|
+
},
|
|
15080
|
+
{
|
|
15081
|
+
"kind": "Method",
|
|
15082
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#connectedCallback:member(1)",
|
|
15083
|
+
"docComment": "",
|
|
15084
|
+
"excerptTokens": [
|
|
15085
|
+
{
|
|
15086
|
+
"kind": "Content",
|
|
15087
|
+
"text": "connectedCallback(): "
|
|
15088
|
+
},
|
|
15089
|
+
{
|
|
15090
|
+
"kind": "Content",
|
|
15091
|
+
"text": "void"
|
|
15092
|
+
},
|
|
15093
|
+
{
|
|
15094
|
+
"kind": "Content",
|
|
15095
|
+
"text": ";"
|
|
15096
|
+
}
|
|
15097
|
+
],
|
|
15098
|
+
"isStatic": false,
|
|
15099
|
+
"returnTypeTokenRange": {
|
|
15100
|
+
"startIndex": 1,
|
|
15101
|
+
"endIndex": 2
|
|
15102
|
+
},
|
|
15103
|
+
"releaseTag": "Public",
|
|
15104
|
+
"isProtected": false,
|
|
15105
|
+
"overloadIndex": 1,
|
|
15106
|
+
"parameters": [],
|
|
15107
|
+
"isOptional": false,
|
|
15108
|
+
"isAbstract": false,
|
|
15109
|
+
"name": "connectedCallback"
|
|
15110
|
+
},
|
|
15111
|
+
{
|
|
15112
|
+
"kind": "Method",
|
|
15113
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#disconnectedCallback:member(1)",
|
|
15114
|
+
"docComment": "",
|
|
15115
|
+
"excerptTokens": [
|
|
15116
|
+
{
|
|
15117
|
+
"kind": "Content",
|
|
15118
|
+
"text": "disconnectedCallback(): "
|
|
15119
|
+
},
|
|
15120
|
+
{
|
|
15121
|
+
"kind": "Content",
|
|
15122
|
+
"text": "void"
|
|
15123
|
+
},
|
|
15124
|
+
{
|
|
15125
|
+
"kind": "Content",
|
|
15126
|
+
"text": ";"
|
|
15127
|
+
}
|
|
15128
|
+
],
|
|
15129
|
+
"isStatic": false,
|
|
15130
|
+
"returnTypeTokenRange": {
|
|
15131
|
+
"startIndex": 1,
|
|
15132
|
+
"endIndex": 2
|
|
15133
|
+
},
|
|
15134
|
+
"releaseTag": "Public",
|
|
15135
|
+
"isProtected": false,
|
|
15136
|
+
"overloadIndex": 1,
|
|
15137
|
+
"parameters": [],
|
|
15138
|
+
"isOptional": false,
|
|
15139
|
+
"isAbstract": false,
|
|
15140
|
+
"name": "disconnectedCallback"
|
|
15141
|
+
},
|
|
15142
|
+
{
|
|
15143
|
+
"kind": "Property",
|
|
15144
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#dismissButtonAriaLabel:member",
|
|
15145
|
+
"docComment": "",
|
|
15146
|
+
"excerptTokens": [
|
|
15147
|
+
{
|
|
15148
|
+
"kind": "Content",
|
|
15149
|
+
"text": "dismissButtonAriaLabel: "
|
|
15150
|
+
},
|
|
15151
|
+
{
|
|
15152
|
+
"kind": "Content",
|
|
15153
|
+
"text": "string | null"
|
|
15154
|
+
},
|
|
15155
|
+
{
|
|
15156
|
+
"kind": "Content",
|
|
15157
|
+
"text": ";"
|
|
15158
|
+
}
|
|
15159
|
+
],
|
|
15160
|
+
"isReadonly": false,
|
|
15161
|
+
"isOptional": false,
|
|
15162
|
+
"releaseTag": "Public",
|
|
15163
|
+
"name": "dismissButtonAriaLabel",
|
|
15164
|
+
"propertyTypeTokenRange": {
|
|
15165
|
+
"startIndex": 1,
|
|
15166
|
+
"endIndex": 2
|
|
15167
|
+
},
|
|
15168
|
+
"isStatic": false,
|
|
15169
|
+
"isProtected": false,
|
|
15170
|
+
"isAbstract": false
|
|
15171
|
+
},
|
|
15172
|
+
{
|
|
15173
|
+
"kind": "Property",
|
|
15174
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#fullWidthBody:member",
|
|
15175
|
+
"docComment": "",
|
|
15176
|
+
"excerptTokens": [
|
|
15177
|
+
{
|
|
15178
|
+
"kind": "Content",
|
|
15179
|
+
"text": "fullWidthBody: "
|
|
15180
|
+
},
|
|
15181
|
+
{
|
|
15182
|
+
"kind": "Content",
|
|
15183
|
+
"text": "boolean"
|
|
15184
|
+
},
|
|
15185
|
+
{
|
|
15186
|
+
"kind": "Content",
|
|
15187
|
+
"text": ";"
|
|
15188
|
+
}
|
|
15189
|
+
],
|
|
15190
|
+
"isReadonly": false,
|
|
15191
|
+
"isOptional": false,
|
|
15192
|
+
"releaseTag": "Public",
|
|
15193
|
+
"name": "fullWidthBody",
|
|
15194
|
+
"propertyTypeTokenRange": {
|
|
15195
|
+
"startIndex": 1,
|
|
15196
|
+
"endIndex": 2
|
|
15197
|
+
},
|
|
15198
|
+
"isStatic": false,
|
|
15199
|
+
"isProtected": false,
|
|
15200
|
+
"isAbstract": false
|
|
15201
|
+
},
|
|
15202
|
+
{
|
|
15203
|
+
"kind": "Property",
|
|
15204
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#headline:member",
|
|
15205
|
+
"docComment": "",
|
|
15206
|
+
"excerptTokens": [
|
|
15207
|
+
{
|
|
15208
|
+
"kind": "Content",
|
|
15209
|
+
"text": "headline?: "
|
|
15210
|
+
},
|
|
15211
|
+
{
|
|
15212
|
+
"kind": "Content",
|
|
15213
|
+
"text": "string"
|
|
15214
|
+
},
|
|
15215
|
+
{
|
|
15216
|
+
"kind": "Content",
|
|
15217
|
+
"text": ";"
|
|
15218
|
+
}
|
|
15219
|
+
],
|
|
15220
|
+
"isReadonly": false,
|
|
15221
|
+
"isOptional": true,
|
|
15222
|
+
"releaseTag": "Public",
|
|
15223
|
+
"name": "headline",
|
|
15224
|
+
"propertyTypeTokenRange": {
|
|
15225
|
+
"startIndex": 1,
|
|
15226
|
+
"endIndex": 2
|
|
15227
|
+
},
|
|
15228
|
+
"isStatic": false,
|
|
15229
|
+
"isProtected": false,
|
|
15230
|
+
"isAbstract": false
|
|
15231
|
+
},
|
|
15232
|
+
{
|
|
15233
|
+
"kind": "Property",
|
|
15234
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#icon:member",
|
|
15235
|
+
"docComment": "",
|
|
15236
|
+
"excerptTokens": [
|
|
15237
|
+
{
|
|
15238
|
+
"kind": "Content",
|
|
15239
|
+
"text": "icon?: "
|
|
15240
|
+
},
|
|
15241
|
+
{
|
|
15242
|
+
"kind": "Content",
|
|
15243
|
+
"text": "string"
|
|
15244
|
+
},
|
|
15245
|
+
{
|
|
15246
|
+
"kind": "Content",
|
|
15247
|
+
"text": ";"
|
|
15248
|
+
}
|
|
15249
|
+
],
|
|
15250
|
+
"isReadonly": false,
|
|
15251
|
+
"isOptional": true,
|
|
15252
|
+
"releaseTag": "Public",
|
|
15253
|
+
"name": "icon",
|
|
15254
|
+
"propertyTypeTokenRange": {
|
|
15255
|
+
"startIndex": 1,
|
|
15256
|
+
"endIndex": 2
|
|
15257
|
+
},
|
|
15258
|
+
"isStatic": false,
|
|
15259
|
+
"isProtected": false,
|
|
15260
|
+
"isAbstract": false
|
|
15261
|
+
},
|
|
15262
|
+
{
|
|
15263
|
+
"kind": "Property",
|
|
15264
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#iconPlacement:member",
|
|
15265
|
+
"docComment": "",
|
|
15266
|
+
"excerptTokens": [
|
|
15267
|
+
{
|
|
15268
|
+
"kind": "Content",
|
|
15269
|
+
"text": "iconPlacement?: "
|
|
15270
|
+
},
|
|
15271
|
+
{
|
|
15272
|
+
"kind": "Reference",
|
|
15273
|
+
"text": "IconPlacement",
|
|
15274
|
+
"canonicalReference": "@vonage/vivid!IconPlacement:type"
|
|
15275
|
+
},
|
|
15276
|
+
{
|
|
15277
|
+
"kind": "Content",
|
|
15278
|
+
"text": ";"
|
|
15279
|
+
}
|
|
15280
|
+
],
|
|
15281
|
+
"isReadonly": false,
|
|
15282
|
+
"isOptional": true,
|
|
15283
|
+
"releaseTag": "Public",
|
|
15284
|
+
"name": "iconPlacement",
|
|
15285
|
+
"propertyTypeTokenRange": {
|
|
15286
|
+
"startIndex": 1,
|
|
15287
|
+
"endIndex": 2
|
|
15288
|
+
},
|
|
15289
|
+
"isStatic": false,
|
|
15290
|
+
"isProtected": false,
|
|
15291
|
+
"isAbstract": false
|
|
15292
|
+
},
|
|
15293
|
+
{
|
|
15294
|
+
"kind": "Property",
|
|
15295
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#modal:member",
|
|
15296
|
+
"docComment": "",
|
|
15297
|
+
"excerptTokens": [
|
|
15298
|
+
{
|
|
15299
|
+
"kind": "Content",
|
|
15300
|
+
"text": "modal: "
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"kind": "Content",
|
|
15304
|
+
"text": "boolean"
|
|
15305
|
+
},
|
|
15306
|
+
{
|
|
15307
|
+
"kind": "Content",
|
|
15308
|
+
"text": ";"
|
|
15309
|
+
}
|
|
15310
|
+
],
|
|
15311
|
+
"isReadonly": false,
|
|
15312
|
+
"isOptional": false,
|
|
15313
|
+
"releaseTag": "Public",
|
|
15314
|
+
"name": "modal",
|
|
15315
|
+
"propertyTypeTokenRange": {
|
|
15316
|
+
"startIndex": 1,
|
|
15317
|
+
"endIndex": 2
|
|
15318
|
+
},
|
|
15319
|
+
"isStatic": false,
|
|
15320
|
+
"isProtected": false,
|
|
15321
|
+
"isAbstract": false
|
|
15322
|
+
},
|
|
15323
|
+
{
|
|
15324
|
+
"kind": "Property",
|
|
15325
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissButton:member",
|
|
15326
|
+
"docComment": "",
|
|
15327
|
+
"excerptTokens": [
|
|
15328
|
+
{
|
|
15329
|
+
"kind": "Content",
|
|
15330
|
+
"text": "noDismissButton: "
|
|
15331
|
+
},
|
|
15332
|
+
{
|
|
15333
|
+
"kind": "Content",
|
|
15334
|
+
"text": "boolean"
|
|
15335
|
+
},
|
|
15336
|
+
{
|
|
15337
|
+
"kind": "Content",
|
|
15338
|
+
"text": ";"
|
|
15339
|
+
}
|
|
15340
|
+
],
|
|
15341
|
+
"isReadonly": false,
|
|
15342
|
+
"isOptional": false,
|
|
15343
|
+
"releaseTag": "Public",
|
|
15344
|
+
"name": "noDismissButton",
|
|
15345
|
+
"propertyTypeTokenRange": {
|
|
15346
|
+
"startIndex": 1,
|
|
15347
|
+
"endIndex": 2
|
|
15348
|
+
},
|
|
15349
|
+
"isStatic": false,
|
|
15350
|
+
"isProtected": false,
|
|
15351
|
+
"isAbstract": false
|
|
15352
|
+
},
|
|
15353
|
+
{
|
|
15354
|
+
"kind": "Property",
|
|
15355
|
+
"canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissOnEsc:member",
|
|
15356
|
+
"docComment": "",
|
|
15357
|
+
"excerptTokens": [
|
|
15358
|
+
{
|
|
15359
|
+
"kind": "Content",
|
|
15360
|
+
"text": "noDismissOnEsc: "
|
|
15361
|
+
},
|
|
15362
|
+
{
|
|
15363
|
+
"kind": "Content",
|
|
15364
|
+
"text": "boolean"
|
|
15365
|
+
},
|
|
15366
|
+
{
|
|
15367
|
+
"kind": "Content",
|
|
15368
|
+
"text": ";"
|
|
15369
|
+
}
|
|
15370
|
+
],
|
|
15371
|
+
"isReadonly": false,
|
|
15372
|
+
"isOptional": false,
|
|
15373
|
+
"releaseTag": "Public",
|
|
15374
|
+
"name": "noDismissOnEsc",
|
|
15375
|
+
"propertyTypeTokenRange": {
|
|
15376
|
+
"startIndex": 1,
|
|
15377
|
+
"endIndex": 2
|
|
15378
|
+
},
|
|
15379
|
+
"isStatic": false,
|
|
15380
|
+
"isProtected": false,
|
|
15381
|
+
"isAbstract": false
|
|
15382
|
+
},
|
|
15182
15383
|
{
|
|
15183
15384
|
"kind": "Property",
|
|
15184
15385
|
"canonicalReference": "@vonage/vivid!VwcDialogElement#noLightDismiss:member",
|
|
@@ -15398,37 +15599,6 @@
|
|
|
15398
15599
|
},
|
|
15399
15600
|
"implementsTokenRanges": []
|
|
15400
15601
|
},
|
|
15401
|
-
{
|
|
15402
|
-
"kind": "Interface",
|
|
15403
|
-
"canonicalReference": "@vonage/vivid!VwcDialogElement:interface",
|
|
15404
|
-
"docComment": "",
|
|
15405
|
-
"excerptTokens": [
|
|
15406
|
-
{
|
|
15407
|
-
"kind": "Content",
|
|
15408
|
-
"text": "export interface Dialog extends "
|
|
15409
|
-
},
|
|
15410
|
-
{
|
|
15411
|
-
"kind": "Reference",
|
|
15412
|
-
"text": "Localized",
|
|
15413
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
15414
|
-
},
|
|
15415
|
-
{
|
|
15416
|
-
"kind": "Content",
|
|
15417
|
-
"text": " "
|
|
15418
|
-
}
|
|
15419
|
-
],
|
|
15420
|
-
"fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
|
|
15421
|
-
"releaseTag": "Public",
|
|
15422
|
-
"name": "VwcDialogElement",
|
|
15423
|
-
"preserveMemberOrder": false,
|
|
15424
|
-
"members": [],
|
|
15425
|
-
"extendsTokenRanges": [
|
|
15426
|
-
{
|
|
15427
|
-
"startIndex": 1,
|
|
15428
|
-
"endIndex": 2
|
|
15429
|
-
}
|
|
15430
|
-
]
|
|
15431
|
-
},
|
|
15432
15602
|
{
|
|
15433
15603
|
"kind": "Class",
|
|
15434
15604
|
"canonicalReference": "@vonage/vivid!VwcDialPadElement:class",
|
|
@@ -15440,8 +15610,8 @@
|
|
|
15440
15610
|
},
|
|
15441
15611
|
{
|
|
15442
15612
|
"kind": "Reference",
|
|
15443
|
-
"text": "
|
|
15444
|
-
"canonicalReference": "@vonage/vivid!~
|
|
15613
|
+
"text": "DialPad_base",
|
|
15614
|
+
"canonicalReference": "@vonage/vivid!~DialPad_base"
|
|
15445
15615
|
},
|
|
15446
15616
|
{
|
|
15447
15617
|
"kind": "Content",
|
|
@@ -15848,43 +16018,12 @@
|
|
|
15848
16018
|
"isAbstract": false,
|
|
15849
16019
|
"name": "valueChanged"
|
|
15850
16020
|
}
|
|
15851
|
-
],
|
|
15852
|
-
"extendsTokenRange": {
|
|
15853
|
-
"startIndex": 1,
|
|
15854
|
-
"endIndex": 2
|
|
15855
|
-
},
|
|
15856
|
-
"implementsTokenRanges": []
|
|
15857
|
-
},
|
|
15858
|
-
{
|
|
15859
|
-
"kind": "Interface",
|
|
15860
|
-
"canonicalReference": "@vonage/vivid!VwcDialPadElement:interface",
|
|
15861
|
-
"docComment": "",
|
|
15862
|
-
"excerptTokens": [
|
|
15863
|
-
{
|
|
15864
|
-
"kind": "Content",
|
|
15865
|
-
"text": "export interface DialPad extends "
|
|
15866
|
-
},
|
|
15867
|
-
{
|
|
15868
|
-
"kind": "Reference",
|
|
15869
|
-
"text": "Localized",
|
|
15870
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
15871
|
-
},
|
|
15872
|
-
{
|
|
15873
|
-
"kind": "Content",
|
|
15874
|
-
"text": " "
|
|
15875
|
-
}
|
|
15876
|
-
],
|
|
15877
|
-
"fileUrlPath": "../../dist/libs/components/lib/dial-pad/dial-pad.d.ts",
|
|
15878
|
-
"releaseTag": "Public",
|
|
15879
|
-
"name": "VwcDialPadElement",
|
|
15880
|
-
"preserveMemberOrder": false,
|
|
15881
|
-
"members": [],
|
|
15882
|
-
"extendsTokenRanges": [
|
|
15883
|
-
{
|
|
15884
|
-
"startIndex": 1,
|
|
15885
|
-
"endIndex": 2
|
|
15886
|
-
}
|
|
15887
|
-
]
|
|
16021
|
+
],
|
|
16022
|
+
"extendsTokenRange": {
|
|
16023
|
+
"startIndex": 1,
|
|
16024
|
+
"endIndex": 2
|
|
16025
|
+
},
|
|
16026
|
+
"implementsTokenRanges": []
|
|
15888
16027
|
},
|
|
15889
16028
|
{
|
|
15890
16029
|
"kind": "Class",
|
|
@@ -16145,8 +16284,8 @@
|
|
|
16145
16284
|
},
|
|
16146
16285
|
{
|
|
16147
16286
|
"kind": "Reference",
|
|
16148
|
-
"text": "
|
|
16149
|
-
"canonicalReference": "@vonage/vivid!~
|
|
16287
|
+
"text": "Fab_base",
|
|
16288
|
+
"canonicalReference": "@vonage/vivid!~Fab_base"
|
|
16150
16289
|
},
|
|
16151
16290
|
{
|
|
16152
16291
|
"kind": "Content",
|
|
@@ -16258,37 +16397,6 @@
|
|
|
16258
16397
|
},
|
|
16259
16398
|
"implementsTokenRanges": []
|
|
16260
16399
|
},
|
|
16261
|
-
{
|
|
16262
|
-
"kind": "Interface",
|
|
16263
|
-
"canonicalReference": "@vonage/vivid!VwcFabElement:interface",
|
|
16264
|
-
"docComment": "",
|
|
16265
|
-
"excerptTokens": [
|
|
16266
|
-
{
|
|
16267
|
-
"kind": "Content",
|
|
16268
|
-
"text": "export interface Fab extends "
|
|
16269
|
-
},
|
|
16270
|
-
{
|
|
16271
|
-
"kind": "Reference",
|
|
16272
|
-
"text": "AffixIconWithTrailing",
|
|
16273
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
16274
|
-
},
|
|
16275
|
-
{
|
|
16276
|
-
"kind": "Content",
|
|
16277
|
-
"text": " "
|
|
16278
|
-
}
|
|
16279
|
-
],
|
|
16280
|
-
"fileUrlPath": "../../dist/libs/components/lib/fab/fab.d.ts",
|
|
16281
|
-
"releaseTag": "Public",
|
|
16282
|
-
"name": "VwcFabElement",
|
|
16283
|
-
"preserveMemberOrder": false,
|
|
16284
|
-
"members": [],
|
|
16285
|
-
"extendsTokenRanges": [
|
|
16286
|
-
{
|
|
16287
|
-
"startIndex": 1,
|
|
16288
|
-
"endIndex": 2
|
|
16289
|
-
}
|
|
16290
|
-
]
|
|
16291
|
-
},
|
|
16292
16400
|
{
|
|
16293
16401
|
"kind": "Class",
|
|
16294
16402
|
"canonicalReference": "@vonage/vivid!VwcFilePickerElement:class",
|
|
@@ -16300,8 +16408,8 @@
|
|
|
16300
16408
|
},
|
|
16301
16409
|
{
|
|
16302
16410
|
"kind": "Reference",
|
|
16303
|
-
"text": "
|
|
16304
|
-
"canonicalReference": "@vonage/vivid!~
|
|
16411
|
+
"text": "FilePicker_base",
|
|
16412
|
+
"canonicalReference": "@vonage/vivid!~FilePicker_base"
|
|
16305
16413
|
},
|
|
16306
16414
|
{
|
|
16307
16415
|
"kind": "Content",
|
|
@@ -17330,15 +17438,6 @@
|
|
|
17330
17438
|
"kind": "Content",
|
|
17331
17439
|
"text": ", "
|
|
17332
17440
|
},
|
|
17333
|
-
{
|
|
17334
|
-
"kind": "Reference",
|
|
17335
|
-
"text": "Localized",
|
|
17336
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
17337
|
-
},
|
|
17338
|
-
{
|
|
17339
|
-
"kind": "Content",
|
|
17340
|
-
"text": ", "
|
|
17341
|
-
},
|
|
17342
17441
|
{
|
|
17343
17442
|
"kind": "Reference",
|
|
17344
17443
|
"text": "ErrorText",
|
|
@@ -17388,10 +17487,6 @@
|
|
|
17388
17487
|
{
|
|
17389
17488
|
"startIndex": 7,
|
|
17390
17489
|
"endIndex": 8
|
|
17391
|
-
},
|
|
17392
|
-
{
|
|
17393
|
-
"startIndex": 9,
|
|
17394
|
-
"endIndex": 10
|
|
17395
17490
|
}
|
|
17396
17491
|
]
|
|
17397
17492
|
},
|
|
@@ -17741,9 +17836,8 @@
|
|
|
17741
17836
|
"text": "autoSizing?: "
|
|
17742
17837
|
},
|
|
17743
17838
|
{
|
|
17744
|
-
"kind": "
|
|
17745
|
-
"text": "
|
|
17746
|
-
"canonicalReference": "@vonage/vivid!AUTO_SIZING:enum"
|
|
17839
|
+
"kind": "Content",
|
|
17840
|
+
"text": "'fit' | 'fill'"
|
|
17747
17841
|
},
|
|
17748
17842
|
{
|
|
17749
17843
|
"kind": "Content",
|
|
@@ -18288,8 +18382,8 @@
|
|
|
18288
18382
|
},
|
|
18289
18383
|
{
|
|
18290
18384
|
"kind": "Reference",
|
|
18291
|
-
"text": "
|
|
18292
|
-
"canonicalReference": "@vonage/vivid!~
|
|
18385
|
+
"text": "MenuItem_base",
|
|
18386
|
+
"canonicalReference": "@vonage/vivid!~MenuItem_base"
|
|
18293
18387
|
},
|
|
18294
18388
|
{
|
|
18295
18389
|
"kind": "Content",
|
|
@@ -18357,9 +18451,8 @@
|
|
|
18357
18451
|
"text": "checkedAppearance?: "
|
|
18358
18452
|
},
|
|
18359
18453
|
{
|
|
18360
|
-
"kind": "
|
|
18361
|
-
"text": "
|
|
18362
|
-
"canonicalReference": "@vonage/vivid!~CheckAppearance:enum"
|
|
18454
|
+
"kind": "Content",
|
|
18455
|
+
"text": "'normal' | 'tick-only'"
|
|
18363
18456
|
},
|
|
18364
18457
|
{
|
|
18365
18458
|
"kind": "Content",
|
|
@@ -18632,37 +18725,6 @@
|
|
|
18632
18725
|
},
|
|
18633
18726
|
"implementsTokenRanges": []
|
|
18634
18727
|
},
|
|
18635
|
-
{
|
|
18636
|
-
"kind": "Interface",
|
|
18637
|
-
"canonicalReference": "@vonage/vivid!VwcMenuItemElement:interface",
|
|
18638
|
-
"docComment": "",
|
|
18639
|
-
"excerptTokens": [
|
|
18640
|
-
{
|
|
18641
|
-
"kind": "Content",
|
|
18642
|
-
"text": "export interface MenuItem extends "
|
|
18643
|
-
},
|
|
18644
|
-
{
|
|
18645
|
-
"kind": "Reference",
|
|
18646
|
-
"text": "AffixIcon",
|
|
18647
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
18648
|
-
},
|
|
18649
|
-
{
|
|
18650
|
-
"kind": "Content",
|
|
18651
|
-
"text": " "
|
|
18652
|
-
}
|
|
18653
|
-
],
|
|
18654
|
-
"fileUrlPath": "../../dist/libs/components/lib/menu-item/menu-item.d.ts",
|
|
18655
|
-
"releaseTag": "Public",
|
|
18656
|
-
"name": "VwcMenuItemElement",
|
|
18657
|
-
"preserveMemberOrder": false,
|
|
18658
|
-
"members": [],
|
|
18659
|
-
"extendsTokenRanges": [
|
|
18660
|
-
{
|
|
18661
|
-
"startIndex": 1,
|
|
18662
|
-
"endIndex": 2
|
|
18663
|
-
}
|
|
18664
|
-
]
|
|
18665
|
-
},
|
|
18666
18728
|
{
|
|
18667
18729
|
"kind": "Class",
|
|
18668
18730
|
"canonicalReference": "@vonage/vivid!VwcNavDisclosureElement:class",
|
|
@@ -18848,37 +18910,6 @@
|
|
|
18848
18910
|
},
|
|
18849
18911
|
"implementsTokenRanges": []
|
|
18850
18912
|
},
|
|
18851
|
-
{
|
|
18852
|
-
"kind": "Interface",
|
|
18853
|
-
"canonicalReference": "@vonage/vivid!VwcNavDisclosureElement:interface",
|
|
18854
|
-
"docComment": "",
|
|
18855
|
-
"excerptTokens": [
|
|
18856
|
-
{
|
|
18857
|
-
"kind": "Content",
|
|
18858
|
-
"text": "export interface NavDisclosure extends "
|
|
18859
|
-
},
|
|
18860
|
-
{
|
|
18861
|
-
"kind": "Reference",
|
|
18862
|
-
"text": "AffixIcon",
|
|
18863
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
18864
|
-
},
|
|
18865
|
-
{
|
|
18866
|
-
"kind": "Content",
|
|
18867
|
-
"text": " "
|
|
18868
|
-
}
|
|
18869
|
-
],
|
|
18870
|
-
"fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/nav-disclosure.d.ts",
|
|
18871
|
-
"releaseTag": "Public",
|
|
18872
|
-
"name": "VwcNavDisclosureElement",
|
|
18873
|
-
"preserveMemberOrder": false,
|
|
18874
|
-
"members": [],
|
|
18875
|
-
"extendsTokenRanges": [
|
|
18876
|
-
{
|
|
18877
|
-
"startIndex": 1,
|
|
18878
|
-
"endIndex": 2
|
|
18879
|
-
}
|
|
18880
|
-
]
|
|
18881
|
-
},
|
|
18882
18913
|
{
|
|
18883
18914
|
"kind": "Class",
|
|
18884
18915
|
"canonicalReference": "@vonage/vivid!VwcNavElement:class",
|
|
@@ -18921,8 +18952,8 @@
|
|
|
18921
18952
|
},
|
|
18922
18953
|
{
|
|
18923
18954
|
"kind": "Reference",
|
|
18924
|
-
"text": "
|
|
18925
|
-
"canonicalReference": "@vonage/vivid!~
|
|
18955
|
+
"text": "NavItem_base",
|
|
18956
|
+
"canonicalReference": "@vonage/vivid!~NavItem_base"
|
|
18926
18957
|
},
|
|
18927
18958
|
{
|
|
18928
18959
|
"kind": "Content",
|
|
@@ -18991,37 +19022,6 @@
|
|
|
18991
19022
|
},
|
|
18992
19023
|
"implementsTokenRanges": []
|
|
18993
19024
|
},
|
|
18994
|
-
{
|
|
18995
|
-
"kind": "Interface",
|
|
18996
|
-
"canonicalReference": "@vonage/vivid!VwcNavItemElement:interface",
|
|
18997
|
-
"docComment": "",
|
|
18998
|
-
"excerptTokens": [
|
|
18999
|
-
{
|
|
19000
|
-
"kind": "Content",
|
|
19001
|
-
"text": "export interface NavItem extends "
|
|
19002
|
-
},
|
|
19003
|
-
{
|
|
19004
|
-
"kind": "Reference",
|
|
19005
|
-
"text": "AffixIcon",
|
|
19006
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
19007
|
-
},
|
|
19008
|
-
{
|
|
19009
|
-
"kind": "Content",
|
|
19010
|
-
"text": " "
|
|
19011
|
-
}
|
|
19012
|
-
],
|
|
19013
|
-
"fileUrlPath": "../../dist/libs/components/lib/nav-item/nav-item.d.ts",
|
|
19014
|
-
"releaseTag": "Public",
|
|
19015
|
-
"name": "VwcNavItemElement",
|
|
19016
|
-
"preserveMemberOrder": false,
|
|
19017
|
-
"members": [],
|
|
19018
|
-
"extendsTokenRanges": [
|
|
19019
|
-
{
|
|
19020
|
-
"startIndex": 1,
|
|
19021
|
-
"endIndex": 2
|
|
19022
|
-
}
|
|
19023
|
-
]
|
|
19024
|
-
},
|
|
19025
19025
|
{
|
|
19026
19026
|
"kind": "Class",
|
|
19027
19027
|
"canonicalReference": "@vonage/vivid!VwcNoteElement:class",
|
|
@@ -19033,8 +19033,8 @@
|
|
|
19033
19033
|
},
|
|
19034
19034
|
{
|
|
19035
19035
|
"kind": "Reference",
|
|
19036
|
-
"text": "
|
|
19037
|
-
"canonicalReference": "@vonage/vivid!~
|
|
19036
|
+
"text": "Note_base",
|
|
19037
|
+
"canonicalReference": "@vonage/vivid!~Note_base"
|
|
19038
19038
|
},
|
|
19039
19039
|
{
|
|
19040
19040
|
"kind": "Content",
|
|
@@ -19115,37 +19115,6 @@
|
|
|
19115
19115
|
},
|
|
19116
19116
|
"implementsTokenRanges": []
|
|
19117
19117
|
},
|
|
19118
|
-
{
|
|
19119
|
-
"kind": "Interface",
|
|
19120
|
-
"canonicalReference": "@vonage/vivid!VwcNoteElement:interface",
|
|
19121
|
-
"docComment": "",
|
|
19122
|
-
"excerptTokens": [
|
|
19123
|
-
{
|
|
19124
|
-
"kind": "Content",
|
|
19125
|
-
"text": "export interface Note extends "
|
|
19126
|
-
},
|
|
19127
|
-
{
|
|
19128
|
-
"kind": "Reference",
|
|
19129
|
-
"text": "AffixIcon",
|
|
19130
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
19131
|
-
},
|
|
19132
|
-
{
|
|
19133
|
-
"kind": "Content",
|
|
19134
|
-
"text": " "
|
|
19135
|
-
}
|
|
19136
|
-
],
|
|
19137
|
-
"fileUrlPath": "../../dist/libs/components/lib/note/note.d.ts",
|
|
19138
|
-
"releaseTag": "Public",
|
|
19139
|
-
"name": "VwcNoteElement",
|
|
19140
|
-
"preserveMemberOrder": false,
|
|
19141
|
-
"members": [],
|
|
19142
|
-
"extendsTokenRanges": [
|
|
19143
|
-
{
|
|
19144
|
-
"startIndex": 1,
|
|
19145
|
-
"endIndex": 2
|
|
19146
|
-
}
|
|
19147
|
-
]
|
|
19148
|
-
},
|
|
19149
19118
|
{
|
|
19150
19119
|
"kind": "Class",
|
|
19151
19120
|
"canonicalReference": "@vonage/vivid!VwcNumberFieldElement:class",
|
|
@@ -19888,15 +19857,6 @@
|
|
|
19888
19857
|
"kind": "Content",
|
|
19889
19858
|
"text": "export interface NumberField extends "
|
|
19890
19859
|
},
|
|
19891
|
-
{
|
|
19892
|
-
"kind": "Reference",
|
|
19893
|
-
"text": "AffixIcon",
|
|
19894
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
19895
|
-
},
|
|
19896
|
-
{
|
|
19897
|
-
"kind": "Content",
|
|
19898
|
-
"text": ", "
|
|
19899
|
-
},
|
|
19900
19860
|
{
|
|
19901
19861
|
"kind": "Reference",
|
|
19902
19862
|
"text": "ErrorText",
|
|
@@ -19938,15 +19898,6 @@
|
|
|
19938
19898
|
"text": "FormElementSuccessText",
|
|
19939
19899
|
"canonicalReference": "@vonage/vivid!~FormElementSuccessText:class"
|
|
19940
19900
|
},
|
|
19941
|
-
{
|
|
19942
|
-
"kind": "Content",
|
|
19943
|
-
"text": ", "
|
|
19944
|
-
},
|
|
19945
|
-
{
|
|
19946
|
-
"kind": "Reference",
|
|
19947
|
-
"text": "Localized",
|
|
19948
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
19949
|
-
},
|
|
19950
19901
|
{
|
|
19951
19902
|
"kind": "Content",
|
|
19952
19903
|
"text": " "
|
|
@@ -19977,14 +19928,6 @@
|
|
|
19977
19928
|
{
|
|
19978
19929
|
"startIndex": 9,
|
|
19979
19930
|
"endIndex": 10
|
|
19980
|
-
},
|
|
19981
|
-
{
|
|
19982
|
-
"startIndex": 11,
|
|
19983
|
-
"endIndex": 12
|
|
19984
|
-
},
|
|
19985
|
-
{
|
|
19986
|
-
"startIndex": 13,
|
|
19987
|
-
"endIndex": 14
|
|
19988
19931
|
}
|
|
19989
19932
|
]
|
|
19990
19933
|
},
|
|
@@ -19999,8 +19942,8 @@
|
|
|
19999
19942
|
},
|
|
20000
19943
|
{
|
|
20001
19944
|
"kind": "Reference",
|
|
20002
|
-
"text": "
|
|
20003
|
-
"canonicalReference": "@vonage/vivid!~
|
|
19945
|
+
"text": "ListboxOption_base",
|
|
19946
|
+
"canonicalReference": "@vonage/vivid!~ListboxOption_base"
|
|
20004
19947
|
},
|
|
20005
19948
|
{
|
|
20006
19949
|
"kind": "Content",
|
|
@@ -20015,16 +19958,16 @@
|
|
|
20015
19958
|
"members": [
|
|
20016
19959
|
{
|
|
20017
19960
|
"kind": "Property",
|
|
20018
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#
|
|
19961
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement#_hasMatchedText:member",
|
|
20019
19962
|
"docComment": "",
|
|
20020
19963
|
"excerptTokens": [
|
|
20021
19964
|
{
|
|
20022
19965
|
"kind": "Content",
|
|
20023
|
-
"text": "get
|
|
19966
|
+
"text": "get _hasMatchedText(): "
|
|
20024
19967
|
},
|
|
20025
19968
|
{
|
|
20026
19969
|
"kind": "Content",
|
|
20027
|
-
"text": "
|
|
19970
|
+
"text": "boolean"
|
|
20028
19971
|
},
|
|
20029
19972
|
{
|
|
20030
19973
|
"kind": "Content",
|
|
@@ -20034,37 +19977,7 @@
|
|
|
20034
19977
|
"isReadonly": true,
|
|
20035
19978
|
"isOptional": false,
|
|
20036
19979
|
"releaseTag": "Public",
|
|
20037
|
-
"name": "
|
|
20038
|
-
"propertyTypeTokenRange": {
|
|
20039
|
-
"startIndex": 1,
|
|
20040
|
-
"endIndex": 2
|
|
20041
|
-
},
|
|
20042
|
-
"isStatic": false,
|
|
20043
|
-
"isProtected": false,
|
|
20044
|
-
"isAbstract": false
|
|
20045
|
-
},
|
|
20046
|
-
{
|
|
20047
|
-
"kind": "Property",
|
|
20048
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#_internalHighlightText:member",
|
|
20049
|
-
"docComment": "",
|
|
20050
|
-
"excerptTokens": [
|
|
20051
|
-
{
|
|
20052
|
-
"kind": "Content",
|
|
20053
|
-
"text": "_internalHighlightText: "
|
|
20054
|
-
},
|
|
20055
|
-
{
|
|
20056
|
-
"kind": "Content",
|
|
20057
|
-
"text": "string"
|
|
20058
|
-
},
|
|
20059
|
-
{
|
|
20060
|
-
"kind": "Content",
|
|
20061
|
-
"text": ";"
|
|
20062
|
-
}
|
|
20063
|
-
],
|
|
20064
|
-
"isReadonly": false,
|
|
20065
|
-
"isOptional": false,
|
|
20066
|
-
"releaseTag": "Public",
|
|
20067
|
-
"name": "_internalHighlightText",
|
|
19980
|
+
"name": "_hasMatchedText",
|
|
20068
19981
|
"propertyTypeTokenRange": {
|
|
20069
19982
|
"startIndex": 1,
|
|
20070
19983
|
"endIndex": 2
|
|
@@ -20432,12 +20345,12 @@
|
|
|
20432
20345
|
},
|
|
20433
20346
|
{
|
|
20434
20347
|
"kind": "Property",
|
|
20435
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#
|
|
20348
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement#initialValue:member",
|
|
20436
20349
|
"docComment": "",
|
|
20437
20350
|
"excerptTokens": [
|
|
20438
20351
|
{
|
|
20439
20352
|
"kind": "Content",
|
|
20440
|
-
"text": "
|
|
20353
|
+
"text": "protected initialValue: "
|
|
20441
20354
|
},
|
|
20442
20355
|
{
|
|
20443
20356
|
"kind": "Content",
|
|
@@ -20449,86 +20362,86 @@
|
|
|
20449
20362
|
}
|
|
20450
20363
|
],
|
|
20451
20364
|
"isReadonly": false,
|
|
20452
|
-
"isOptional":
|
|
20365
|
+
"isOptional": false,
|
|
20453
20366
|
"releaseTag": "Public",
|
|
20454
|
-
"name": "
|
|
20367
|
+
"name": "initialValue",
|
|
20455
20368
|
"propertyTypeTokenRange": {
|
|
20456
20369
|
"startIndex": 1,
|
|
20457
20370
|
"endIndex": 2
|
|
20458
20371
|
},
|
|
20459
20372
|
"isStatic": false,
|
|
20460
|
-
"isProtected":
|
|
20373
|
+
"isProtected": true,
|
|
20461
20374
|
"isAbstract": false
|
|
20462
20375
|
},
|
|
20463
20376
|
{
|
|
20464
|
-
"kind": "
|
|
20465
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#
|
|
20377
|
+
"kind": "Method",
|
|
20378
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement#initialValueChanged:member(1)",
|
|
20466
20379
|
"docComment": "",
|
|
20467
20380
|
"excerptTokens": [
|
|
20468
20381
|
{
|
|
20469
20382
|
"kind": "Content",
|
|
20470
|
-
"text": "
|
|
20383
|
+
"text": "initialValueChanged(): "
|
|
20471
20384
|
},
|
|
20472
20385
|
{
|
|
20473
20386
|
"kind": "Content",
|
|
20474
|
-
"text": "
|
|
20387
|
+
"text": "void"
|
|
20475
20388
|
},
|
|
20476
20389
|
{
|
|
20477
20390
|
"kind": "Content",
|
|
20478
20391
|
"text": ";"
|
|
20479
20392
|
}
|
|
20480
20393
|
],
|
|
20481
|
-
"
|
|
20482
|
-
"
|
|
20483
|
-
"releaseTag": "Public",
|
|
20484
|
-
"name": "initialValue",
|
|
20485
|
-
"propertyTypeTokenRange": {
|
|
20394
|
+
"isStatic": false,
|
|
20395
|
+
"returnTypeTokenRange": {
|
|
20486
20396
|
"startIndex": 1,
|
|
20487
20397
|
"endIndex": 2
|
|
20488
20398
|
},
|
|
20489
|
-
"
|
|
20490
|
-
"isProtected":
|
|
20491
|
-
"
|
|
20399
|
+
"releaseTag": "Public",
|
|
20400
|
+
"isProtected": false,
|
|
20401
|
+
"overloadIndex": 1,
|
|
20402
|
+
"parameters": [],
|
|
20403
|
+
"isOptional": false,
|
|
20404
|
+
"isAbstract": false,
|
|
20405
|
+
"name": "initialValueChanged"
|
|
20492
20406
|
},
|
|
20493
20407
|
{
|
|
20494
|
-
"kind": "
|
|
20495
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#
|
|
20408
|
+
"kind": "Property",
|
|
20409
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement#label:member",
|
|
20496
20410
|
"docComment": "",
|
|
20497
20411
|
"excerptTokens": [
|
|
20498
20412
|
{
|
|
20499
20413
|
"kind": "Content",
|
|
20500
|
-
"text": "
|
|
20414
|
+
"text": "get label(): "
|
|
20501
20415
|
},
|
|
20502
20416
|
{
|
|
20503
20417
|
"kind": "Content",
|
|
20504
|
-
"text": "
|
|
20418
|
+
"text": "string"
|
|
20505
20419
|
},
|
|
20506
20420
|
{
|
|
20507
20421
|
"kind": "Content",
|
|
20508
|
-
"text": ";"
|
|
20422
|
+
"text": ";\n\nset label(value: string);"
|
|
20509
20423
|
}
|
|
20510
20424
|
],
|
|
20511
|
-
"
|
|
20512
|
-
"
|
|
20425
|
+
"isReadonly": false,
|
|
20426
|
+
"isOptional": false,
|
|
20427
|
+
"releaseTag": "Public",
|
|
20428
|
+
"name": "label",
|
|
20429
|
+
"propertyTypeTokenRange": {
|
|
20513
20430
|
"startIndex": 1,
|
|
20514
20431
|
"endIndex": 2
|
|
20515
20432
|
},
|
|
20516
|
-
"
|
|
20433
|
+
"isStatic": false,
|
|
20517
20434
|
"isProtected": false,
|
|
20518
|
-
"
|
|
20519
|
-
"parameters": [],
|
|
20520
|
-
"isOptional": false,
|
|
20521
|
-
"isAbstract": false,
|
|
20522
|
-
"name": "initialValueChanged"
|
|
20435
|
+
"isAbstract": false
|
|
20523
20436
|
},
|
|
20524
20437
|
{
|
|
20525
20438
|
"kind": "Property",
|
|
20526
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement#
|
|
20439
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement#matchedText:member",
|
|
20527
20440
|
"docComment": "",
|
|
20528
20441
|
"excerptTokens": [
|
|
20529
20442
|
{
|
|
20530
20443
|
"kind": "Content",
|
|
20531
|
-
"text": "
|
|
20444
|
+
"text": "matchedText?: "
|
|
20532
20445
|
},
|
|
20533
20446
|
{
|
|
20534
20447
|
"kind": "Content",
|
|
@@ -20536,13 +20449,13 @@
|
|
|
20536
20449
|
},
|
|
20537
20450
|
{
|
|
20538
20451
|
"kind": "Content",
|
|
20539
|
-
"text": "
|
|
20452
|
+
"text": ";"
|
|
20540
20453
|
}
|
|
20541
20454
|
],
|
|
20542
20455
|
"isReadonly": false,
|
|
20543
|
-
"isOptional":
|
|
20456
|
+
"isOptional": true,
|
|
20544
20457
|
"releaseTag": "Public",
|
|
20545
|
-
"name": "
|
|
20458
|
+
"name": "matchedText",
|
|
20546
20459
|
"propertyTypeTokenRange": {
|
|
20547
20460
|
"startIndex": 1,
|
|
20548
20461
|
"endIndex": 2
|
|
@@ -20740,37 +20653,6 @@
|
|
|
20740
20653
|
},
|
|
20741
20654
|
"implementsTokenRanges": []
|
|
20742
20655
|
},
|
|
20743
|
-
{
|
|
20744
|
-
"kind": "Interface",
|
|
20745
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement:interface",
|
|
20746
|
-
"docComment": "",
|
|
20747
|
-
"excerptTokens": [
|
|
20748
|
-
{
|
|
20749
|
-
"kind": "Content",
|
|
20750
|
-
"text": "export interface ListboxOption extends "
|
|
20751
|
-
},
|
|
20752
|
-
{
|
|
20753
|
-
"kind": "Reference",
|
|
20754
|
-
"text": "AffixIconWithTrailing",
|
|
20755
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
20756
|
-
},
|
|
20757
|
-
{
|
|
20758
|
-
"kind": "Content",
|
|
20759
|
-
"text": " "
|
|
20760
|
-
}
|
|
20761
|
-
],
|
|
20762
|
-
"fileUrlPath": "../../dist/libs/components/lib/option/option.d.ts",
|
|
20763
|
-
"releaseTag": "Public",
|
|
20764
|
-
"name": "VwcOptionElement",
|
|
20765
|
-
"preserveMemberOrder": false,
|
|
20766
|
-
"members": [],
|
|
20767
|
-
"extendsTokenRanges": [
|
|
20768
|
-
{
|
|
20769
|
-
"startIndex": 1,
|
|
20770
|
-
"endIndex": 2
|
|
20771
|
-
}
|
|
20772
|
-
]
|
|
20773
|
-
},
|
|
20774
20656
|
{
|
|
20775
20657
|
"kind": "Class",
|
|
20776
20658
|
"canonicalReference": "@vonage/vivid!VwcPaginationElement:class",
|
|
@@ -22004,8 +21886,8 @@
|
|
|
22004
21886
|
},
|
|
22005
21887
|
{
|
|
22006
21888
|
"kind": "Reference",
|
|
22007
|
-
"text": "
|
|
22008
|
-
"canonicalReference": "@vonage/vivid!~
|
|
21889
|
+
"text": "RangeSlider_base",
|
|
21890
|
+
"canonicalReference": "@vonage/vivid!~RangeSlider_base"
|
|
22009
21891
|
},
|
|
22010
21892
|
{
|
|
22011
21893
|
"kind": "Content",
|
|
@@ -22050,26 +21932,239 @@
|
|
|
22050
21932
|
},
|
|
22051
21933
|
{
|
|
22052
21934
|
"kind": "Property",
|
|
22053
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#ariaStartLabel:member",
|
|
21935
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#ariaStartLabel:member",
|
|
21936
|
+
"docComment": "",
|
|
21937
|
+
"excerptTokens": [
|
|
21938
|
+
{
|
|
21939
|
+
"kind": "Content",
|
|
21940
|
+
"text": "ariaStartLabel: "
|
|
21941
|
+
},
|
|
21942
|
+
{
|
|
21943
|
+
"kind": "Content",
|
|
21944
|
+
"text": "string | null"
|
|
21945
|
+
},
|
|
21946
|
+
{
|
|
21947
|
+
"kind": "Content",
|
|
21948
|
+
"text": ";"
|
|
21949
|
+
}
|
|
21950
|
+
],
|
|
21951
|
+
"isReadonly": false,
|
|
21952
|
+
"isOptional": false,
|
|
21953
|
+
"releaseTag": "Public",
|
|
21954
|
+
"name": "ariaStartLabel",
|
|
21955
|
+
"propertyTypeTokenRange": {
|
|
21956
|
+
"startIndex": 1,
|
|
21957
|
+
"endIndex": 2
|
|
21958
|
+
},
|
|
21959
|
+
"isStatic": false,
|
|
21960
|
+
"isProtected": false,
|
|
21961
|
+
"isAbstract": false
|
|
21962
|
+
},
|
|
21963
|
+
{
|
|
21964
|
+
"kind": "Method",
|
|
21965
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connectedCallback:member(1)",
|
|
21966
|
+
"docComment": "",
|
|
21967
|
+
"excerptTokens": [
|
|
21968
|
+
{
|
|
21969
|
+
"kind": "Content",
|
|
21970
|
+
"text": "connectedCallback(): "
|
|
21971
|
+
},
|
|
21972
|
+
{
|
|
21973
|
+
"kind": "Content",
|
|
21974
|
+
"text": "void"
|
|
21975
|
+
},
|
|
21976
|
+
{
|
|
21977
|
+
"kind": "Content",
|
|
21978
|
+
"text": ";"
|
|
21979
|
+
}
|
|
21980
|
+
],
|
|
21981
|
+
"isStatic": false,
|
|
21982
|
+
"returnTypeTokenRange": {
|
|
21983
|
+
"startIndex": 1,
|
|
21984
|
+
"endIndex": 2
|
|
21985
|
+
},
|
|
21986
|
+
"releaseTag": "Public",
|
|
21987
|
+
"isProtected": false,
|
|
21988
|
+
"overloadIndex": 1,
|
|
21989
|
+
"parameters": [],
|
|
21990
|
+
"isOptional": false,
|
|
21991
|
+
"isAbstract": false,
|
|
21992
|
+
"name": "connectedCallback"
|
|
21993
|
+
},
|
|
21994
|
+
{
|
|
21995
|
+
"kind": "Property",
|
|
21996
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connotation:member",
|
|
21997
|
+
"docComment": "",
|
|
21998
|
+
"excerptTokens": [
|
|
21999
|
+
{
|
|
22000
|
+
"kind": "Content",
|
|
22001
|
+
"text": "connotation?: "
|
|
22002
|
+
},
|
|
22003
|
+
{
|
|
22004
|
+
"kind": "Reference",
|
|
22005
|
+
"text": "RangeSliderConnotation",
|
|
22006
|
+
"canonicalReference": "@vonage/vivid!~RangeSliderConnotation:type"
|
|
22007
|
+
},
|
|
22008
|
+
{
|
|
22009
|
+
"kind": "Content",
|
|
22010
|
+
"text": ";"
|
|
22011
|
+
}
|
|
22012
|
+
],
|
|
22013
|
+
"isReadonly": false,
|
|
22014
|
+
"isOptional": true,
|
|
22015
|
+
"releaseTag": "Public",
|
|
22016
|
+
"name": "connotation",
|
|
22017
|
+
"propertyTypeTokenRange": {
|
|
22018
|
+
"startIndex": 1,
|
|
22019
|
+
"endIndex": 2
|
|
22020
|
+
},
|
|
22021
|
+
"isStatic": false,
|
|
22022
|
+
"isProtected": false,
|
|
22023
|
+
"isAbstract": false
|
|
22024
|
+
},
|
|
22025
|
+
{
|
|
22026
|
+
"kind": "Property",
|
|
22027
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentEnd:member",
|
|
22028
|
+
"docComment": "",
|
|
22029
|
+
"excerptTokens": [
|
|
22030
|
+
{
|
|
22031
|
+
"kind": "Content",
|
|
22032
|
+
"text": "currentEnd: "
|
|
22033
|
+
},
|
|
22034
|
+
{
|
|
22035
|
+
"kind": "Content",
|
|
22036
|
+
"text": "string"
|
|
22037
|
+
},
|
|
22038
|
+
{
|
|
22039
|
+
"kind": "Content",
|
|
22040
|
+
"text": ";"
|
|
22041
|
+
}
|
|
22042
|
+
],
|
|
22043
|
+
"isReadonly": false,
|
|
22044
|
+
"isOptional": false,
|
|
22045
|
+
"releaseTag": "Public",
|
|
22046
|
+
"name": "currentEnd",
|
|
22047
|
+
"propertyTypeTokenRange": {
|
|
22048
|
+
"startIndex": 1,
|
|
22049
|
+
"endIndex": 2
|
|
22050
|
+
},
|
|
22051
|
+
"isStatic": false,
|
|
22052
|
+
"isProtected": false,
|
|
22053
|
+
"isAbstract": false
|
|
22054
|
+
},
|
|
22055
|
+
{
|
|
22056
|
+
"kind": "Property",
|
|
22057
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentStart:member",
|
|
22058
|
+
"docComment": "",
|
|
22059
|
+
"excerptTokens": [
|
|
22060
|
+
{
|
|
22061
|
+
"kind": "Content",
|
|
22062
|
+
"text": "currentStart: "
|
|
22063
|
+
},
|
|
22064
|
+
{
|
|
22065
|
+
"kind": "Content",
|
|
22066
|
+
"text": "string"
|
|
22067
|
+
},
|
|
22068
|
+
{
|
|
22069
|
+
"kind": "Content",
|
|
22070
|
+
"text": ";"
|
|
22071
|
+
}
|
|
22072
|
+
],
|
|
22073
|
+
"isReadonly": false,
|
|
22074
|
+
"isOptional": false,
|
|
22075
|
+
"releaseTag": "Public",
|
|
22076
|
+
"name": "currentStart",
|
|
22077
|
+
"propertyTypeTokenRange": {
|
|
22078
|
+
"startIndex": 1,
|
|
22079
|
+
"endIndex": 2
|
|
22080
|
+
},
|
|
22081
|
+
"isStatic": false,
|
|
22082
|
+
"isProtected": false,
|
|
22083
|
+
"isAbstract": false
|
|
22084
|
+
},
|
|
22085
|
+
{
|
|
22086
|
+
"kind": "Method",
|
|
22087
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#disconnectedCallback:member(1)",
|
|
22088
|
+
"docComment": "",
|
|
22089
|
+
"excerptTokens": [
|
|
22090
|
+
{
|
|
22091
|
+
"kind": "Content",
|
|
22092
|
+
"text": "disconnectedCallback(): "
|
|
22093
|
+
},
|
|
22094
|
+
{
|
|
22095
|
+
"kind": "Content",
|
|
22096
|
+
"text": "void"
|
|
22097
|
+
},
|
|
22098
|
+
{
|
|
22099
|
+
"kind": "Content",
|
|
22100
|
+
"text": ";"
|
|
22101
|
+
}
|
|
22102
|
+
],
|
|
22103
|
+
"isStatic": false,
|
|
22104
|
+
"returnTypeTokenRange": {
|
|
22105
|
+
"startIndex": 1,
|
|
22106
|
+
"endIndex": 2
|
|
22107
|
+
},
|
|
22108
|
+
"releaseTag": "Public",
|
|
22109
|
+
"isProtected": false,
|
|
22110
|
+
"overloadIndex": 1,
|
|
22111
|
+
"parameters": [],
|
|
22112
|
+
"isOptional": false,
|
|
22113
|
+
"isAbstract": false,
|
|
22114
|
+
"name": "disconnectedCallback"
|
|
22115
|
+
},
|
|
22116
|
+
{
|
|
22117
|
+
"kind": "Property",
|
|
22118
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#end:member",
|
|
22119
|
+
"docComment": "",
|
|
22120
|
+
"excerptTokens": [
|
|
22121
|
+
{
|
|
22122
|
+
"kind": "Content",
|
|
22123
|
+
"text": "end: "
|
|
22124
|
+
},
|
|
22125
|
+
{
|
|
22126
|
+
"kind": "Content",
|
|
22127
|
+
"text": "string"
|
|
22128
|
+
},
|
|
22129
|
+
{
|
|
22130
|
+
"kind": "Content",
|
|
22131
|
+
"text": ";"
|
|
22132
|
+
}
|
|
22133
|
+
],
|
|
22134
|
+
"isReadonly": false,
|
|
22135
|
+
"isOptional": false,
|
|
22136
|
+
"releaseTag": "Public",
|
|
22137
|
+
"name": "end",
|
|
22138
|
+
"propertyTypeTokenRange": {
|
|
22139
|
+
"startIndex": 1,
|
|
22140
|
+
"endIndex": 2
|
|
22141
|
+
},
|
|
22142
|
+
"isStatic": false,
|
|
22143
|
+
"isProtected": false,
|
|
22144
|
+
"isAbstract": false
|
|
22145
|
+
},
|
|
22146
|
+
{
|
|
22147
|
+
"kind": "Property",
|
|
22148
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#endAsNumber:member",
|
|
22054
22149
|
"docComment": "",
|
|
22055
22150
|
"excerptTokens": [
|
|
22056
22151
|
{
|
|
22057
22152
|
"kind": "Content",
|
|
22058
|
-
"text": "
|
|
22153
|
+
"text": "get endAsNumber(): "
|
|
22059
22154
|
},
|
|
22060
22155
|
{
|
|
22061
22156
|
"kind": "Content",
|
|
22062
|
-
"text": "
|
|
22157
|
+
"text": "number"
|
|
22063
22158
|
},
|
|
22064
22159
|
{
|
|
22065
22160
|
"kind": "Content",
|
|
22066
|
-
"text": ";"
|
|
22161
|
+
"text": ";\n\nset endAsNumber(next: number);"
|
|
22067
22162
|
}
|
|
22068
22163
|
],
|
|
22069
22164
|
"isReadonly": false,
|
|
22070
22165
|
"isOptional": false,
|
|
22071
22166
|
"releaseTag": "Public",
|
|
22072
|
-
"name": "
|
|
22167
|
+
"name": "endAsNumber",
|
|
22073
22168
|
"propertyTypeTokenRange": {
|
|
22074
22169
|
"startIndex": 1,
|
|
22075
22170
|
"endIndex": 2
|
|
@@ -22080,12 +22175,12 @@
|
|
|
22080
22175
|
},
|
|
22081
22176
|
{
|
|
22082
22177
|
"kind": "Method",
|
|
22083
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22178
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#formResetCallback:member(1)",
|
|
22084
22179
|
"docComment": "",
|
|
22085
22180
|
"excerptTokens": [
|
|
22086
22181
|
{
|
|
22087
22182
|
"kind": "Content",
|
|
22088
|
-
"text": "
|
|
22183
|
+
"text": "formResetCallback(): "
|
|
22089
22184
|
},
|
|
22090
22185
|
{
|
|
22091
22186
|
"kind": "Content",
|
|
@@ -22107,21 +22202,20 @@
|
|
|
22107
22202
|
"parameters": [],
|
|
22108
22203
|
"isOptional": false,
|
|
22109
22204
|
"isAbstract": false,
|
|
22110
|
-
"name": "
|
|
22205
|
+
"name": "formResetCallback"
|
|
22111
22206
|
},
|
|
22112
22207
|
{
|
|
22113
22208
|
"kind": "Property",
|
|
22114
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22209
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialEnd:member",
|
|
22115
22210
|
"docComment": "",
|
|
22116
22211
|
"excerptTokens": [
|
|
22117
22212
|
{
|
|
22118
22213
|
"kind": "Content",
|
|
22119
|
-
"text": "
|
|
22214
|
+
"text": "initialEnd: "
|
|
22120
22215
|
},
|
|
22121
22216
|
{
|
|
22122
|
-
"kind": "
|
|
22123
|
-
"text": "
|
|
22124
|
-
"canonicalReference": "@vonage/vivid!~RangeSliderConnotation:type"
|
|
22217
|
+
"kind": "Content",
|
|
22218
|
+
"text": "string | undefined"
|
|
22125
22219
|
},
|
|
22126
22220
|
{
|
|
22127
22221
|
"kind": "Content",
|
|
@@ -22129,9 +22223,9 @@
|
|
|
22129
22223
|
}
|
|
22130
22224
|
],
|
|
22131
22225
|
"isReadonly": false,
|
|
22132
|
-
"isOptional":
|
|
22226
|
+
"isOptional": false,
|
|
22133
22227
|
"releaseTag": "Public",
|
|
22134
|
-
"name": "
|
|
22228
|
+
"name": "initialEnd",
|
|
22135
22229
|
"propertyTypeTokenRange": {
|
|
22136
22230
|
"startIndex": 1,
|
|
22137
22231
|
"endIndex": 2
|
|
@@ -22142,16 +22236,16 @@
|
|
|
22142
22236
|
},
|
|
22143
22237
|
{
|
|
22144
22238
|
"kind": "Property",
|
|
22145
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22239
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialStart:member",
|
|
22146
22240
|
"docComment": "",
|
|
22147
22241
|
"excerptTokens": [
|
|
22148
22242
|
{
|
|
22149
22243
|
"kind": "Content",
|
|
22150
|
-
"text": "
|
|
22244
|
+
"text": "initialStart: "
|
|
22151
22245
|
},
|
|
22152
22246
|
{
|
|
22153
22247
|
"kind": "Content",
|
|
22154
|
-
"text": "string"
|
|
22248
|
+
"text": "string | undefined"
|
|
22155
22249
|
},
|
|
22156
22250
|
{
|
|
22157
22251
|
"kind": "Content",
|
|
@@ -22161,7 +22255,7 @@
|
|
|
22161
22255
|
"isReadonly": false,
|
|
22162
22256
|
"isOptional": false,
|
|
22163
22257
|
"releaseTag": "Public",
|
|
22164
|
-
"name": "
|
|
22258
|
+
"name": "initialStart",
|
|
22165
22259
|
"propertyTypeTokenRange": {
|
|
22166
22260
|
"startIndex": 1,
|
|
22167
22261
|
"endIndex": 2
|
|
@@ -22172,16 +22266,16 @@
|
|
|
22172
22266
|
},
|
|
22173
22267
|
{
|
|
22174
22268
|
"kind": "Property",
|
|
22175
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22269
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#markers:member",
|
|
22176
22270
|
"docComment": "",
|
|
22177
22271
|
"excerptTokens": [
|
|
22178
22272
|
{
|
|
22179
22273
|
"kind": "Content",
|
|
22180
|
-
"text": "
|
|
22274
|
+
"text": "markers: "
|
|
22181
22275
|
},
|
|
22182
22276
|
{
|
|
22183
22277
|
"kind": "Content",
|
|
22184
|
-
"text": "
|
|
22278
|
+
"text": "boolean"
|
|
22185
22279
|
},
|
|
22186
22280
|
{
|
|
22187
22281
|
"kind": "Content",
|
|
@@ -22191,7 +22285,7 @@
|
|
|
22191
22285
|
"isReadonly": false,
|
|
22192
22286
|
"isOptional": false,
|
|
22193
22287
|
"releaseTag": "Public",
|
|
22194
|
-
"name": "
|
|
22288
|
+
"name": "markers",
|
|
22195
22289
|
"propertyTypeTokenRange": {
|
|
22196
22290
|
"startIndex": 1,
|
|
22197
22291
|
"endIndex": 2
|
|
@@ -22201,48 +22295,47 @@
|
|
|
22201
22295
|
"isAbstract": false
|
|
22202
22296
|
},
|
|
22203
22297
|
{
|
|
22204
|
-
"kind": "
|
|
22205
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22298
|
+
"kind": "Property",
|
|
22299
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#max:member",
|
|
22206
22300
|
"docComment": "",
|
|
22207
22301
|
"excerptTokens": [
|
|
22208
22302
|
{
|
|
22209
22303
|
"kind": "Content",
|
|
22210
|
-
"text": "
|
|
22304
|
+
"text": "max: "
|
|
22211
22305
|
},
|
|
22212
22306
|
{
|
|
22213
22307
|
"kind": "Content",
|
|
22214
|
-
"text": "
|
|
22308
|
+
"text": "number"
|
|
22215
22309
|
},
|
|
22216
22310
|
{
|
|
22217
22311
|
"kind": "Content",
|
|
22218
22312
|
"text": ";"
|
|
22219
22313
|
}
|
|
22220
22314
|
],
|
|
22221
|
-
"
|
|
22222
|
-
"
|
|
22315
|
+
"isReadonly": false,
|
|
22316
|
+
"isOptional": false,
|
|
22317
|
+
"releaseTag": "Public",
|
|
22318
|
+
"name": "max",
|
|
22319
|
+
"propertyTypeTokenRange": {
|
|
22223
22320
|
"startIndex": 1,
|
|
22224
22321
|
"endIndex": 2
|
|
22225
22322
|
},
|
|
22226
|
-
"
|
|
22323
|
+
"isStatic": false,
|
|
22227
22324
|
"isProtected": false,
|
|
22228
|
-
"
|
|
22229
|
-
"parameters": [],
|
|
22230
|
-
"isOptional": false,
|
|
22231
|
-
"isAbstract": false,
|
|
22232
|
-
"name": "disconnectedCallback"
|
|
22325
|
+
"isAbstract": false
|
|
22233
22326
|
},
|
|
22234
22327
|
{
|
|
22235
22328
|
"kind": "Property",
|
|
22236
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22329
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#min:member",
|
|
22237
22330
|
"docComment": "",
|
|
22238
22331
|
"excerptTokens": [
|
|
22239
22332
|
{
|
|
22240
22333
|
"kind": "Content",
|
|
22241
|
-
"text": "
|
|
22334
|
+
"text": "min: "
|
|
22242
22335
|
},
|
|
22243
22336
|
{
|
|
22244
22337
|
"kind": "Content",
|
|
22245
|
-
"text": "
|
|
22338
|
+
"text": "number"
|
|
22246
22339
|
},
|
|
22247
22340
|
{
|
|
22248
22341
|
"kind": "Content",
|
|
@@ -22252,7 +22345,7 @@
|
|
|
22252
22345
|
"isReadonly": false,
|
|
22253
22346
|
"isOptional": false,
|
|
22254
22347
|
"releaseTag": "Public",
|
|
22255
|
-
"name": "
|
|
22348
|
+
"name": "min",
|
|
22256
22349
|
"propertyTypeTokenRange": {
|
|
22257
22350
|
"startIndex": 1,
|
|
22258
22351
|
"endIndex": 2
|
|
@@ -22263,26 +22356,27 @@
|
|
|
22263
22356
|
},
|
|
22264
22357
|
{
|
|
22265
22358
|
"kind": "Property",
|
|
22266
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22359
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#orientation:member",
|
|
22267
22360
|
"docComment": "",
|
|
22268
22361
|
"excerptTokens": [
|
|
22269
22362
|
{
|
|
22270
22363
|
"kind": "Content",
|
|
22271
|
-
"text": "
|
|
22364
|
+
"text": "orientation: "
|
|
22272
22365
|
},
|
|
22273
22366
|
{
|
|
22274
|
-
"kind": "
|
|
22275
|
-
"text": "
|
|
22367
|
+
"kind": "Reference",
|
|
22368
|
+
"text": "Orientation",
|
|
22369
|
+
"canonicalReference": "@microsoft/fast-web-utilities!Orientation:type"
|
|
22276
22370
|
},
|
|
22277
22371
|
{
|
|
22278
22372
|
"kind": "Content",
|
|
22279
|
-
"text": "
|
|
22373
|
+
"text": ";"
|
|
22280
22374
|
}
|
|
22281
22375
|
],
|
|
22282
22376
|
"isReadonly": false,
|
|
22283
22377
|
"isOptional": false,
|
|
22284
22378
|
"releaseTag": "Public",
|
|
22285
|
-
"name": "
|
|
22379
|
+
"name": "orientation",
|
|
22286
22380
|
"propertyTypeTokenRange": {
|
|
22287
22381
|
"startIndex": 1,
|
|
22288
22382
|
"endIndex": 2
|
|
@@ -22292,48 +22386,47 @@
|
|
|
22292
22386
|
"isAbstract": false
|
|
22293
22387
|
},
|
|
22294
22388
|
{
|
|
22295
|
-
"kind": "
|
|
22296
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22389
|
+
"kind": "Property",
|
|
22390
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#pin:member",
|
|
22297
22391
|
"docComment": "",
|
|
22298
22392
|
"excerptTokens": [
|
|
22299
22393
|
{
|
|
22300
22394
|
"kind": "Content",
|
|
22301
|
-
"text": "
|
|
22395
|
+
"text": "pin: "
|
|
22302
22396
|
},
|
|
22303
22397
|
{
|
|
22304
22398
|
"kind": "Content",
|
|
22305
|
-
"text": "
|
|
22399
|
+
"text": "boolean"
|
|
22306
22400
|
},
|
|
22307
22401
|
{
|
|
22308
22402
|
"kind": "Content",
|
|
22309
22403
|
"text": ";"
|
|
22310
22404
|
}
|
|
22311
22405
|
],
|
|
22312
|
-
"
|
|
22313
|
-
"
|
|
22406
|
+
"isReadonly": false,
|
|
22407
|
+
"isOptional": false,
|
|
22408
|
+
"releaseTag": "Public",
|
|
22409
|
+
"name": "pin",
|
|
22410
|
+
"propertyTypeTokenRange": {
|
|
22314
22411
|
"startIndex": 1,
|
|
22315
22412
|
"endIndex": 2
|
|
22316
22413
|
},
|
|
22317
|
-
"
|
|
22414
|
+
"isStatic": false,
|
|
22318
22415
|
"isProtected": false,
|
|
22319
|
-
"
|
|
22320
|
-
"parameters": [],
|
|
22321
|
-
"isOptional": false,
|
|
22322
|
-
"isAbstract": false,
|
|
22323
|
-
"name": "formResetCallback"
|
|
22416
|
+
"isAbstract": false
|
|
22324
22417
|
},
|
|
22325
22418
|
{
|
|
22326
22419
|
"kind": "Property",
|
|
22327
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22420
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#start:member",
|
|
22328
22421
|
"docComment": "",
|
|
22329
22422
|
"excerptTokens": [
|
|
22330
22423
|
{
|
|
22331
22424
|
"kind": "Content",
|
|
22332
|
-
"text": "
|
|
22425
|
+
"text": "start: "
|
|
22333
22426
|
},
|
|
22334
22427
|
{
|
|
22335
22428
|
"kind": "Content",
|
|
22336
|
-
"text": "string
|
|
22429
|
+
"text": "string"
|
|
22337
22430
|
},
|
|
22338
22431
|
{
|
|
22339
22432
|
"kind": "Content",
|
|
@@ -22343,7 +22436,7 @@
|
|
|
22343
22436
|
"isReadonly": false,
|
|
22344
22437
|
"isOptional": false,
|
|
22345
22438
|
"releaseTag": "Public",
|
|
22346
|
-
"name": "
|
|
22439
|
+
"name": "start",
|
|
22347
22440
|
"propertyTypeTokenRange": {
|
|
22348
22441
|
"startIndex": 1,
|
|
22349
22442
|
"endIndex": 2
|
|
@@ -22354,26 +22447,26 @@
|
|
|
22354
22447
|
},
|
|
22355
22448
|
{
|
|
22356
22449
|
"kind": "Property",
|
|
22357
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22450
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#startAsNumber:member",
|
|
22358
22451
|
"docComment": "",
|
|
22359
22452
|
"excerptTokens": [
|
|
22360
22453
|
{
|
|
22361
22454
|
"kind": "Content",
|
|
22362
|
-
"text": "
|
|
22455
|
+
"text": "get startAsNumber(): "
|
|
22363
22456
|
},
|
|
22364
22457
|
{
|
|
22365
22458
|
"kind": "Content",
|
|
22366
|
-
"text": "
|
|
22459
|
+
"text": "number"
|
|
22367
22460
|
},
|
|
22368
22461
|
{
|
|
22369
22462
|
"kind": "Content",
|
|
22370
|
-
"text": ";"
|
|
22463
|
+
"text": ";\n\nset startAsNumber(next: number);"
|
|
22371
22464
|
}
|
|
22372
22465
|
],
|
|
22373
22466
|
"isReadonly": false,
|
|
22374
22467
|
"isOptional": false,
|
|
22375
22468
|
"releaseTag": "Public",
|
|
22376
|
-
"name": "
|
|
22469
|
+
"name": "startAsNumber",
|
|
22377
22470
|
"propertyTypeTokenRange": {
|
|
22378
22471
|
"startIndex": 1,
|
|
22379
22472
|
"endIndex": 2
|
|
@@ -22384,16 +22477,16 @@
|
|
|
22384
22477
|
},
|
|
22385
22478
|
{
|
|
22386
22479
|
"kind": "Property",
|
|
22387
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22480
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#step:member",
|
|
22388
22481
|
"docComment": "",
|
|
22389
22482
|
"excerptTokens": [
|
|
22390
22483
|
{
|
|
22391
22484
|
"kind": "Content",
|
|
22392
|
-
"text": "
|
|
22485
|
+
"text": "step: "
|
|
22393
22486
|
},
|
|
22394
22487
|
{
|
|
22395
22488
|
"kind": "Content",
|
|
22396
|
-
"text": "
|
|
22489
|
+
"text": "number"
|
|
22397
22490
|
},
|
|
22398
22491
|
{
|
|
22399
22492
|
"kind": "Content",
|
|
@@ -22403,7 +22496,7 @@
|
|
|
22403
22496
|
"isReadonly": false,
|
|
22404
22497
|
"isOptional": false,
|
|
22405
22498
|
"releaseTag": "Public",
|
|
22406
|
-
"name": "
|
|
22499
|
+
"name": "step",
|
|
22407
22500
|
"propertyTypeTokenRange": {
|
|
22408
22501
|
"startIndex": 1,
|
|
22409
22502
|
"endIndex": 2
|
|
@@ -22414,16 +22507,16 @@
|
|
|
22414
22507
|
},
|
|
22415
22508
|
{
|
|
22416
22509
|
"kind": "Property",
|
|
22417
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#
|
|
22510
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement#valueTextFormatter:member",
|
|
22418
22511
|
"docComment": "",
|
|
22419
22512
|
"excerptTokens": [
|
|
22420
22513
|
{
|
|
22421
22514
|
"kind": "Content",
|
|
22422
|
-
"text": "
|
|
22515
|
+
"text": "valueTextFormatter: "
|
|
22423
22516
|
},
|
|
22424
22517
|
{
|
|
22425
22518
|
"kind": "Content",
|
|
22426
|
-
"text": "
|
|
22519
|
+
"text": "(value: string) => string"
|
|
22427
22520
|
},
|
|
22428
22521
|
{
|
|
22429
22522
|
"kind": "Content",
|
|
@@ -22433,7 +22526,7 @@
|
|
|
22433
22526
|
"isReadonly": false,
|
|
22434
22527
|
"isOptional": false,
|
|
22435
22528
|
"releaseTag": "Public",
|
|
22436
|
-
"name": "
|
|
22529
|
+
"name": "valueTextFormatter",
|
|
22437
22530
|
"propertyTypeTokenRange": {
|
|
22438
22531
|
"startIndex": 1,
|
|
22439
22532
|
"endIndex": 2
|
|
@@ -22441,19 +22534,128 @@
|
|
|
22441
22534
|
"isStatic": false,
|
|
22442
22535
|
"isProtected": false,
|
|
22443
22536
|
"isAbstract": false
|
|
22537
|
+
}
|
|
22538
|
+
],
|
|
22539
|
+
"extendsTokenRange": {
|
|
22540
|
+
"startIndex": 1,
|
|
22541
|
+
"endIndex": 2
|
|
22542
|
+
},
|
|
22543
|
+
"implementsTokenRanges": []
|
|
22544
|
+
},
|
|
22545
|
+
{
|
|
22546
|
+
"kind": "Interface",
|
|
22547
|
+
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement:interface",
|
|
22548
|
+
"docComment": "",
|
|
22549
|
+
"excerptTokens": [
|
|
22550
|
+
{
|
|
22551
|
+
"kind": "Content",
|
|
22552
|
+
"text": "export interface RangeSlider extends "
|
|
22553
|
+
},
|
|
22554
|
+
{
|
|
22555
|
+
"kind": "Reference",
|
|
22556
|
+
"text": "FormElement",
|
|
22557
|
+
"canonicalReference": "@vonage/vivid!~FormElement:interface"
|
|
22558
|
+
},
|
|
22559
|
+
{
|
|
22560
|
+
"kind": "Content",
|
|
22561
|
+
"text": " "
|
|
22562
|
+
}
|
|
22563
|
+
],
|
|
22564
|
+
"fileUrlPath": "../../dist/libs/components/lib/range-slider/range-slider.d.ts",
|
|
22565
|
+
"releaseTag": "Public",
|
|
22566
|
+
"name": "VwcRangeSliderElement",
|
|
22567
|
+
"preserveMemberOrder": false,
|
|
22568
|
+
"members": [],
|
|
22569
|
+
"extendsTokenRanges": [
|
|
22570
|
+
{
|
|
22571
|
+
"startIndex": 1,
|
|
22572
|
+
"endIndex": 2
|
|
22573
|
+
}
|
|
22574
|
+
]
|
|
22575
|
+
},
|
|
22576
|
+
{
|
|
22577
|
+
"kind": "Class",
|
|
22578
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement:class",
|
|
22579
|
+
"docComment": "",
|
|
22580
|
+
"excerptTokens": [
|
|
22581
|
+
{
|
|
22582
|
+
"kind": "Content",
|
|
22583
|
+
"text": "export declare class RichTextEditor extends "
|
|
22584
|
+
},
|
|
22585
|
+
{
|
|
22586
|
+
"kind": "Reference",
|
|
22587
|
+
"text": "VividElement",
|
|
22588
|
+
"canonicalReference": "@vonage/vivid!~VividElement:class"
|
|
22589
|
+
},
|
|
22590
|
+
{
|
|
22591
|
+
"kind": "Content",
|
|
22592
|
+
"text": " "
|
|
22593
|
+
}
|
|
22594
|
+
],
|
|
22595
|
+
"fileUrlPath": "../../dist/libs/components/lib/rich-text-editor/rich-text-editor.d.ts",
|
|
22596
|
+
"releaseTag": "Public",
|
|
22597
|
+
"isAbstract": false,
|
|
22598
|
+
"name": "VwcRichTextEditorElement",
|
|
22599
|
+
"preserveMemberOrder": false,
|
|
22600
|
+
"members": [
|
|
22601
|
+
{
|
|
22602
|
+
"kind": "Constructor",
|
|
22603
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement:constructor(1)",
|
|
22604
|
+
"docComment": "/**\n * Constructs a new instance of the `RichTextEditor` class\n */\n",
|
|
22605
|
+
"excerptTokens": [
|
|
22606
|
+
{
|
|
22607
|
+
"kind": "Content",
|
|
22608
|
+
"text": "constructor();"
|
|
22609
|
+
}
|
|
22610
|
+
],
|
|
22611
|
+
"releaseTag": "Public",
|
|
22612
|
+
"isProtected": false,
|
|
22613
|
+
"overloadIndex": 1,
|
|
22614
|
+
"parameters": []
|
|
22615
|
+
},
|
|
22616
|
+
{
|
|
22617
|
+
"kind": "Method",
|
|
22618
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#connectedCallback:member(1)",
|
|
22619
|
+
"docComment": "",
|
|
22620
|
+
"excerptTokens": [
|
|
22621
|
+
{
|
|
22622
|
+
"kind": "Content",
|
|
22623
|
+
"text": "connectedCallback(): "
|
|
22624
|
+
},
|
|
22625
|
+
{
|
|
22626
|
+
"kind": "Content",
|
|
22627
|
+
"text": "void"
|
|
22628
|
+
},
|
|
22629
|
+
{
|
|
22630
|
+
"kind": "Content",
|
|
22631
|
+
"text": ";"
|
|
22632
|
+
}
|
|
22633
|
+
],
|
|
22634
|
+
"isStatic": false,
|
|
22635
|
+
"returnTypeTokenRange": {
|
|
22636
|
+
"startIndex": 1,
|
|
22637
|
+
"endIndex": 2
|
|
22638
|
+
},
|
|
22639
|
+
"releaseTag": "Public",
|
|
22640
|
+
"isProtected": false,
|
|
22641
|
+
"overloadIndex": 1,
|
|
22642
|
+
"parameters": [],
|
|
22643
|
+
"isOptional": false,
|
|
22644
|
+
"isAbstract": false,
|
|
22645
|
+
"name": "connectedCallback"
|
|
22444
22646
|
},
|
|
22445
22647
|
{
|
|
22446
22648
|
"kind": "Property",
|
|
22447
|
-
"canonicalReference": "@vonage/vivid!
|
|
22649
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionEnd:member",
|
|
22448
22650
|
"docComment": "",
|
|
22449
22651
|
"excerptTokens": [
|
|
22450
22652
|
{
|
|
22451
22653
|
"kind": "Content",
|
|
22452
|
-
"text": "
|
|
22654
|
+
"text": "selectionEnd: "
|
|
22453
22655
|
},
|
|
22454
22656
|
{
|
|
22455
22657
|
"kind": "Content",
|
|
22456
|
-
"text": "number"
|
|
22658
|
+
"text": "number | null"
|
|
22457
22659
|
},
|
|
22458
22660
|
{
|
|
22459
22661
|
"kind": "Content",
|
|
@@ -22463,7 +22665,7 @@
|
|
|
22463
22665
|
"isReadonly": false,
|
|
22464
22666
|
"isOptional": false,
|
|
22465
22667
|
"releaseTag": "Public",
|
|
22466
|
-
"name": "
|
|
22668
|
+
"name": "selectionEnd",
|
|
22467
22669
|
"propertyTypeTokenRange": {
|
|
22468
22670
|
"startIndex": 1,
|
|
22469
22671
|
"endIndex": 2
|
|
@@ -22473,48 +22675,48 @@
|
|
|
22473
22675
|
"isAbstract": false
|
|
22474
22676
|
},
|
|
22475
22677
|
{
|
|
22476
|
-
"kind": "
|
|
22477
|
-
"canonicalReference": "@vonage/vivid!
|
|
22678
|
+
"kind": "Method",
|
|
22679
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionEndChanged:member(1)",
|
|
22478
22680
|
"docComment": "",
|
|
22479
22681
|
"excerptTokens": [
|
|
22480
22682
|
{
|
|
22481
22683
|
"kind": "Content",
|
|
22482
|
-
"text": "
|
|
22684
|
+
"text": "selectionEndChanged(): "
|
|
22483
22685
|
},
|
|
22484
22686
|
{
|
|
22485
|
-
"kind": "
|
|
22486
|
-
"text": "
|
|
22487
|
-
"canonicalReference": "@microsoft/fast-web-utilities!Orientation:type"
|
|
22687
|
+
"kind": "Content",
|
|
22688
|
+
"text": "void"
|
|
22488
22689
|
},
|
|
22489
22690
|
{
|
|
22490
22691
|
"kind": "Content",
|
|
22491
22692
|
"text": ";"
|
|
22492
22693
|
}
|
|
22493
22694
|
],
|
|
22494
|
-
"
|
|
22495
|
-
"
|
|
22496
|
-
"releaseTag": "Public",
|
|
22497
|
-
"name": "orientation",
|
|
22498
|
-
"propertyTypeTokenRange": {
|
|
22695
|
+
"isStatic": false,
|
|
22696
|
+
"returnTypeTokenRange": {
|
|
22499
22697
|
"startIndex": 1,
|
|
22500
22698
|
"endIndex": 2
|
|
22501
22699
|
},
|
|
22502
|
-
"
|
|
22700
|
+
"releaseTag": "Public",
|
|
22503
22701
|
"isProtected": false,
|
|
22504
|
-
"
|
|
22702
|
+
"overloadIndex": 1,
|
|
22703
|
+
"parameters": [],
|
|
22704
|
+
"isOptional": false,
|
|
22705
|
+
"isAbstract": false,
|
|
22706
|
+
"name": "selectionEndChanged"
|
|
22505
22707
|
},
|
|
22506
22708
|
{
|
|
22507
22709
|
"kind": "Property",
|
|
22508
|
-
"canonicalReference": "@vonage/vivid!
|
|
22710
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionStart:member",
|
|
22509
22711
|
"docComment": "",
|
|
22510
22712
|
"excerptTokens": [
|
|
22511
22713
|
{
|
|
22512
22714
|
"kind": "Content",
|
|
22513
|
-
"text": "
|
|
22715
|
+
"text": "selectionStart: "
|
|
22514
22716
|
},
|
|
22515
22717
|
{
|
|
22516
22718
|
"kind": "Content",
|
|
22517
|
-
"text": "
|
|
22719
|
+
"text": "number | null"
|
|
22518
22720
|
},
|
|
22519
22721
|
{
|
|
22520
22722
|
"kind": "Content",
|
|
@@ -22524,7 +22726,7 @@
|
|
|
22524
22726
|
"isReadonly": false,
|
|
22525
22727
|
"isOptional": false,
|
|
22526
22728
|
"releaseTag": "Public",
|
|
22527
|
-
"name": "
|
|
22729
|
+
"name": "selectionStart",
|
|
22528
22730
|
"propertyTypeTokenRange": {
|
|
22529
22731
|
"startIndex": 1,
|
|
22530
22732
|
"endIndex": 2
|
|
@@ -22534,117 +22736,154 @@
|
|
|
22534
22736
|
"isAbstract": false
|
|
22535
22737
|
},
|
|
22536
22738
|
{
|
|
22537
|
-
"kind": "
|
|
22538
|
-
"canonicalReference": "@vonage/vivid!
|
|
22739
|
+
"kind": "Method",
|
|
22740
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionStartChanged:member(1)",
|
|
22539
22741
|
"docComment": "",
|
|
22540
22742
|
"excerptTokens": [
|
|
22541
22743
|
{
|
|
22542
22744
|
"kind": "Content",
|
|
22543
|
-
"text": "
|
|
22745
|
+
"text": "selectionStartChanged(): "
|
|
22544
22746
|
},
|
|
22545
22747
|
{
|
|
22546
22748
|
"kind": "Content",
|
|
22547
|
-
"text": "
|
|
22749
|
+
"text": "void"
|
|
22548
22750
|
},
|
|
22549
22751
|
{
|
|
22550
22752
|
"kind": "Content",
|
|
22551
22753
|
"text": ";"
|
|
22552
22754
|
}
|
|
22553
22755
|
],
|
|
22554
|
-
"
|
|
22555
|
-
"
|
|
22556
|
-
"releaseTag": "Public",
|
|
22557
|
-
"name": "start",
|
|
22558
|
-
"propertyTypeTokenRange": {
|
|
22756
|
+
"isStatic": false,
|
|
22757
|
+
"returnTypeTokenRange": {
|
|
22559
22758
|
"startIndex": 1,
|
|
22560
22759
|
"endIndex": 2
|
|
22561
22760
|
},
|
|
22562
|
-
"
|
|
22761
|
+
"releaseTag": "Public",
|
|
22563
22762
|
"isProtected": false,
|
|
22564
|
-
"
|
|
22763
|
+
"overloadIndex": 1,
|
|
22764
|
+
"parameters": [],
|
|
22765
|
+
"isOptional": false,
|
|
22766
|
+
"isAbstract": false,
|
|
22767
|
+
"name": "selectionStartChanged"
|
|
22565
22768
|
},
|
|
22566
22769
|
{
|
|
22567
|
-
"kind": "
|
|
22568
|
-
"canonicalReference": "@vonage/vivid!
|
|
22770
|
+
"kind": "Method",
|
|
22771
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#setSelectionDecoration:member(1)",
|
|
22569
22772
|
"docComment": "",
|
|
22570
22773
|
"excerptTokens": [
|
|
22571
22774
|
{
|
|
22572
22775
|
"kind": "Content",
|
|
22573
|
-
"text": "
|
|
22776
|
+
"text": "setSelectionDecoration(decoration: "
|
|
22574
22777
|
},
|
|
22575
22778
|
{
|
|
22576
22779
|
"kind": "Content",
|
|
22577
|
-
"text": "
|
|
22780
|
+
"text": "string"
|
|
22578
22781
|
},
|
|
22579
22782
|
{
|
|
22580
22783
|
"kind": "Content",
|
|
22581
|
-
"text": "
|
|
22784
|
+
"text": "): "
|
|
22785
|
+
},
|
|
22786
|
+
{
|
|
22787
|
+
"kind": "Content",
|
|
22788
|
+
"text": "void"
|
|
22789
|
+
},
|
|
22790
|
+
{
|
|
22791
|
+
"kind": "Content",
|
|
22792
|
+
"text": ";"
|
|
22582
22793
|
}
|
|
22583
22794
|
],
|
|
22584
|
-
"isReadonly": false,
|
|
22585
|
-
"isOptional": false,
|
|
22586
|
-
"releaseTag": "Public",
|
|
22587
|
-
"name": "startAsNumber",
|
|
22588
|
-
"propertyTypeTokenRange": {
|
|
22589
|
-
"startIndex": 1,
|
|
22590
|
-
"endIndex": 2
|
|
22591
|
-
},
|
|
22592
22795
|
"isStatic": false,
|
|
22796
|
+
"returnTypeTokenRange": {
|
|
22797
|
+
"startIndex": 3,
|
|
22798
|
+
"endIndex": 4
|
|
22799
|
+
},
|
|
22800
|
+
"releaseTag": "Public",
|
|
22593
22801
|
"isProtected": false,
|
|
22594
|
-
"
|
|
22802
|
+
"overloadIndex": 1,
|
|
22803
|
+
"parameters": [
|
|
22804
|
+
{
|
|
22805
|
+
"parameterName": "decoration",
|
|
22806
|
+
"parameterTypeTokenRange": {
|
|
22807
|
+
"startIndex": 1,
|
|
22808
|
+
"endIndex": 2
|
|
22809
|
+
},
|
|
22810
|
+
"isOptional": false
|
|
22811
|
+
}
|
|
22812
|
+
],
|
|
22813
|
+
"isOptional": false,
|
|
22814
|
+
"isAbstract": false,
|
|
22815
|
+
"name": "setSelectionDecoration"
|
|
22595
22816
|
},
|
|
22596
22817
|
{
|
|
22597
|
-
"kind": "
|
|
22598
|
-
"canonicalReference": "@vonage/vivid!
|
|
22818
|
+
"kind": "Method",
|
|
22819
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#setTextSize:member(1)",
|
|
22599
22820
|
"docComment": "",
|
|
22600
22821
|
"excerptTokens": [
|
|
22601
22822
|
{
|
|
22602
22823
|
"kind": "Content",
|
|
22603
|
-
"text": "
|
|
22824
|
+
"text": "setTextSize(size: "
|
|
22604
22825
|
},
|
|
22605
22826
|
{
|
|
22606
22827
|
"kind": "Content",
|
|
22607
|
-
"text": "
|
|
22828
|
+
"text": "'title' | 'subtitle' | 'body'"
|
|
22829
|
+
},
|
|
22830
|
+
{
|
|
22831
|
+
"kind": "Content",
|
|
22832
|
+
"text": "): "
|
|
22833
|
+
},
|
|
22834
|
+
{
|
|
22835
|
+
"kind": "Content",
|
|
22836
|
+
"text": "void"
|
|
22608
22837
|
},
|
|
22609
22838
|
{
|
|
22610
22839
|
"kind": "Content",
|
|
22611
22840
|
"text": ";"
|
|
22612
22841
|
}
|
|
22613
22842
|
],
|
|
22614
|
-
"isReadonly": false,
|
|
22615
|
-
"isOptional": false,
|
|
22616
|
-
"releaseTag": "Public",
|
|
22617
|
-
"name": "step",
|
|
22618
|
-
"propertyTypeTokenRange": {
|
|
22619
|
-
"startIndex": 1,
|
|
22620
|
-
"endIndex": 2
|
|
22621
|
-
},
|
|
22622
22843
|
"isStatic": false,
|
|
22844
|
+
"returnTypeTokenRange": {
|
|
22845
|
+
"startIndex": 3,
|
|
22846
|
+
"endIndex": 4
|
|
22847
|
+
},
|
|
22848
|
+
"releaseTag": "Public",
|
|
22623
22849
|
"isProtected": false,
|
|
22624
|
-
"
|
|
22850
|
+
"overloadIndex": 1,
|
|
22851
|
+
"parameters": [
|
|
22852
|
+
{
|
|
22853
|
+
"parameterName": "size",
|
|
22854
|
+
"parameterTypeTokenRange": {
|
|
22855
|
+
"startIndex": 1,
|
|
22856
|
+
"endIndex": 2
|
|
22857
|
+
},
|
|
22858
|
+
"isOptional": false
|
|
22859
|
+
}
|
|
22860
|
+
],
|
|
22861
|
+
"isOptional": false,
|
|
22862
|
+
"isAbstract": false,
|
|
22863
|
+
"name": "setTextSize"
|
|
22625
22864
|
},
|
|
22626
22865
|
{
|
|
22627
22866
|
"kind": "Property",
|
|
22628
|
-
"canonicalReference": "@vonage/vivid!
|
|
22867
|
+
"canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#value:member",
|
|
22629
22868
|
"docComment": "",
|
|
22630
22869
|
"excerptTokens": [
|
|
22631
22870
|
{
|
|
22632
22871
|
"kind": "Content",
|
|
22633
|
-
"text": "
|
|
22872
|
+
"text": "get value(): "
|
|
22634
22873
|
},
|
|
22635
22874
|
{
|
|
22636
22875
|
"kind": "Content",
|
|
22637
|
-
"text": "
|
|
22876
|
+
"text": "string"
|
|
22638
22877
|
},
|
|
22639
22878
|
{
|
|
22640
22879
|
"kind": "Content",
|
|
22641
|
-
"text": ";"
|
|
22880
|
+
"text": ";\n\nset value(content: string);"
|
|
22642
22881
|
}
|
|
22643
22882
|
],
|
|
22644
22883
|
"isReadonly": false,
|
|
22645
22884
|
"isOptional": false,
|
|
22646
22885
|
"releaseTag": "Public",
|
|
22647
|
-
"name": "
|
|
22886
|
+
"name": "value",
|
|
22648
22887
|
"propertyTypeTokenRange": {
|
|
22649
22888
|
"startIndex": 1,
|
|
22650
22889
|
"endIndex": 2
|
|
@@ -22660,50 +22899,6 @@
|
|
|
22660
22899
|
},
|
|
22661
22900
|
"implementsTokenRanges": []
|
|
22662
22901
|
},
|
|
22663
|
-
{
|
|
22664
|
-
"kind": "Interface",
|
|
22665
|
-
"canonicalReference": "@vonage/vivid!VwcRangeSliderElement:interface",
|
|
22666
|
-
"docComment": "",
|
|
22667
|
-
"excerptTokens": [
|
|
22668
|
-
{
|
|
22669
|
-
"kind": "Content",
|
|
22670
|
-
"text": "export interface RangeSlider extends "
|
|
22671
|
-
},
|
|
22672
|
-
{
|
|
22673
|
-
"kind": "Reference",
|
|
22674
|
-
"text": "FormElement",
|
|
22675
|
-
"canonicalReference": "@vonage/vivid!~FormElement:interface"
|
|
22676
|
-
},
|
|
22677
|
-
{
|
|
22678
|
-
"kind": "Content",
|
|
22679
|
-
"text": ", "
|
|
22680
|
-
},
|
|
22681
|
-
{
|
|
22682
|
-
"kind": "Reference",
|
|
22683
|
-
"text": "Localized",
|
|
22684
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
22685
|
-
},
|
|
22686
|
-
{
|
|
22687
|
-
"kind": "Content",
|
|
22688
|
-
"text": " "
|
|
22689
|
-
}
|
|
22690
|
-
],
|
|
22691
|
-
"fileUrlPath": "../../dist/libs/components/lib/range-slider/range-slider.d.ts",
|
|
22692
|
-
"releaseTag": "Public",
|
|
22693
|
-
"name": "VwcRangeSliderElement",
|
|
22694
|
-
"preserveMemberOrder": false,
|
|
22695
|
-
"members": [],
|
|
22696
|
-
"extendsTokenRanges": [
|
|
22697
|
-
{
|
|
22698
|
-
"startIndex": 1,
|
|
22699
|
-
"endIndex": 2
|
|
22700
|
-
},
|
|
22701
|
-
{
|
|
22702
|
-
"startIndex": 3,
|
|
22703
|
-
"endIndex": 4
|
|
22704
|
-
}
|
|
22705
|
-
]
|
|
22706
|
-
},
|
|
22707
22902
|
{
|
|
22708
22903
|
"kind": "Class",
|
|
22709
22904
|
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement:class",
|
|
@@ -22715,8 +22910,8 @@
|
|
|
22715
22910
|
},
|
|
22716
22911
|
{
|
|
22717
22912
|
"kind": "Reference",
|
|
22718
|
-
"text": "
|
|
22719
|
-
"canonicalReference": "@vonage/vivid!~
|
|
22913
|
+
"text": "SearchableSelect_base",
|
|
22914
|
+
"canonicalReference": "@vonage/vivid!~SearchableSelect_base"
|
|
22720
22915
|
},
|
|
22721
22916
|
{
|
|
22722
22917
|
"kind": "Content",
|
|
@@ -22882,45 +23077,6 @@
|
|
|
22882
23077
|
"isProtected": false,
|
|
22883
23078
|
"isAbstract": false
|
|
22884
23079
|
},
|
|
22885
|
-
{
|
|
22886
|
-
"kind": "Property",
|
|
22887
|
-
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#filterOption:member",
|
|
22888
|
-
"docComment": "",
|
|
22889
|
-
"excerptTokens": [
|
|
22890
|
-
{
|
|
22891
|
-
"kind": "Content",
|
|
22892
|
-
"text": "filterOption?: "
|
|
22893
|
-
},
|
|
22894
|
-
{
|
|
22895
|
-
"kind": "Content",
|
|
22896
|
-
"text": "(option: "
|
|
22897
|
-
},
|
|
22898
|
-
{
|
|
22899
|
-
"kind": "Reference",
|
|
22900
|
-
"text": "ListboxOption",
|
|
22901
|
-
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
22902
|
-
},
|
|
22903
|
-
{
|
|
22904
|
-
"kind": "Content",
|
|
22905
|
-
"text": ", searchText: string) => boolean"
|
|
22906
|
-
},
|
|
22907
|
-
{
|
|
22908
|
-
"kind": "Content",
|
|
22909
|
-
"text": ";"
|
|
22910
|
-
}
|
|
22911
|
-
],
|
|
22912
|
-
"isReadonly": false,
|
|
22913
|
-
"isOptional": true,
|
|
22914
|
-
"releaseTag": "Public",
|
|
22915
|
-
"name": "filterOption",
|
|
22916
|
-
"propertyTypeTokenRange": {
|
|
22917
|
-
"startIndex": 1,
|
|
22918
|
-
"endIndex": 4
|
|
22919
|
-
},
|
|
22920
|
-
"isStatic": false,
|
|
22921
|
-
"isProtected": false,
|
|
22922
|
-
"isAbstract": false
|
|
22923
|
-
},
|
|
22924
23080
|
{
|
|
22925
23081
|
"kind": "Property",
|
|
22926
23082
|
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#fixedDropdown:member",
|
|
@@ -23101,6 +23257,45 @@
|
|
|
23101
23257
|
"isProtected": false,
|
|
23102
23258
|
"isAbstract": false
|
|
23103
23259
|
},
|
|
23260
|
+
{
|
|
23261
|
+
"kind": "Property",
|
|
23262
|
+
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#optionFilter:member",
|
|
23263
|
+
"docComment": "",
|
|
23264
|
+
"excerptTokens": [
|
|
23265
|
+
{
|
|
23266
|
+
"kind": "Content",
|
|
23267
|
+
"text": "optionFilter?: "
|
|
23268
|
+
},
|
|
23269
|
+
{
|
|
23270
|
+
"kind": "Content",
|
|
23271
|
+
"text": "(option: "
|
|
23272
|
+
},
|
|
23273
|
+
{
|
|
23274
|
+
"kind": "Reference",
|
|
23275
|
+
"text": "ListboxOption",
|
|
23276
|
+
"canonicalReference": "@vonage/vivid!VwcOptionElement:class"
|
|
23277
|
+
},
|
|
23278
|
+
{
|
|
23279
|
+
"kind": "Content",
|
|
23280
|
+
"text": ", searchText: string) => boolean"
|
|
23281
|
+
},
|
|
23282
|
+
{
|
|
23283
|
+
"kind": "Content",
|
|
23284
|
+
"text": ";"
|
|
23285
|
+
}
|
|
23286
|
+
],
|
|
23287
|
+
"isReadonly": false,
|
|
23288
|
+
"isOptional": true,
|
|
23289
|
+
"releaseTag": "Public",
|
|
23290
|
+
"name": "optionFilter",
|
|
23291
|
+
"propertyTypeTokenRange": {
|
|
23292
|
+
"startIndex": 1,
|
|
23293
|
+
"endIndex": 4
|
|
23294
|
+
},
|
|
23295
|
+
"isStatic": false,
|
|
23296
|
+
"isProtected": false,
|
|
23297
|
+
"isAbstract": false
|
|
23298
|
+
},
|
|
23104
23299
|
{
|
|
23105
23300
|
"kind": "Property",
|
|
23106
23301
|
"canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#options:member",
|
|
@@ -23402,16 +23597,7 @@
|
|
|
23402
23597
|
"excerptTokens": [
|
|
23403
23598
|
{
|
|
23404
23599
|
"kind": "Content",
|
|
23405
|
-
"text": "export interface SearchableSelect extends "
|
|
23406
|
-
},
|
|
23407
|
-
{
|
|
23408
|
-
"kind": "Reference",
|
|
23409
|
-
"text": "AffixIconWithTrailing",
|
|
23410
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
23411
|
-
},
|
|
23412
|
-
{
|
|
23413
|
-
"kind": "Content",
|
|
23414
|
-
"text": ", "
|
|
23600
|
+
"text": "export interface SearchableSelect extends "
|
|
23415
23601
|
},
|
|
23416
23602
|
{
|
|
23417
23603
|
"kind": "Reference",
|
|
@@ -23445,15 +23631,6 @@
|
|
|
23445
23631
|
"text": "FormElementSuccessText",
|
|
23446
23632
|
"canonicalReference": "@vonage/vivid!~FormElementSuccessText:class"
|
|
23447
23633
|
},
|
|
23448
|
-
{
|
|
23449
|
-
"kind": "Content",
|
|
23450
|
-
"text": ", "
|
|
23451
|
-
},
|
|
23452
|
-
{
|
|
23453
|
-
"kind": "Reference",
|
|
23454
|
-
"text": "Localized",
|
|
23455
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
23456
|
-
},
|
|
23457
23634
|
{
|
|
23458
23635
|
"kind": "Content",
|
|
23459
23636
|
"text": " "
|
|
@@ -23480,14 +23657,6 @@
|
|
|
23480
23657
|
{
|
|
23481
23658
|
"startIndex": 7,
|
|
23482
23659
|
"endIndex": 8
|
|
23483
|
-
},
|
|
23484
|
-
{
|
|
23485
|
-
"startIndex": 9,
|
|
23486
|
-
"endIndex": 10
|
|
23487
|
-
},
|
|
23488
|
-
{
|
|
23489
|
-
"startIndex": 11,
|
|
23490
|
-
"endIndex": 12
|
|
23491
23660
|
}
|
|
23492
23661
|
]
|
|
23493
23662
|
},
|
|
@@ -23716,8 +23885,8 @@
|
|
|
23716
23885
|
},
|
|
23717
23886
|
{
|
|
23718
23887
|
"kind": "Reference",
|
|
23719
|
-
"text": "
|
|
23720
|
-
"canonicalReference": "@vonage/vivid!~
|
|
23888
|
+
"text": "Select_base",
|
|
23889
|
+
"canonicalReference": "@vonage/vivid!~Select_base"
|
|
23721
23890
|
},
|
|
23722
23891
|
{
|
|
23723
23892
|
"kind": "Content",
|
|
@@ -24205,15 +24374,6 @@
|
|
|
24205
24374
|
"kind": "Content",
|
|
24206
24375
|
"text": "export interface Select extends "
|
|
24207
24376
|
},
|
|
24208
|
-
{
|
|
24209
|
-
"kind": "Reference",
|
|
24210
|
-
"text": "AffixIconWithTrailing",
|
|
24211
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
24212
|
-
},
|
|
24213
|
-
{
|
|
24214
|
-
"kind": "Content",
|
|
24215
|
-
"text": ", "
|
|
24216
|
-
},
|
|
24217
24377
|
{
|
|
24218
24378
|
"kind": "Reference",
|
|
24219
24379
|
"text": "FormElement",
|
|
@@ -24272,10 +24432,6 @@
|
|
|
24272
24432
|
{
|
|
24273
24433
|
"startIndex": 7,
|
|
24274
24434
|
"endIndex": 8
|
|
24275
|
-
},
|
|
24276
|
-
{
|
|
24277
|
-
"startIndex": 9,
|
|
24278
|
-
"endIndex": 10
|
|
24279
24435
|
}
|
|
24280
24436
|
]
|
|
24281
24437
|
},
|
|
@@ -24977,37 +25133,6 @@
|
|
|
24977
25133
|
},
|
|
24978
25134
|
"implementsTokenRanges": []
|
|
24979
25135
|
},
|
|
24980
|
-
{
|
|
24981
|
-
"kind": "Interface",
|
|
24982
|
-
"canonicalReference": "@vonage/vivid!VwcSliderElement:interface",
|
|
24983
|
-
"docComment": "",
|
|
24984
|
-
"excerptTokens": [
|
|
24985
|
-
{
|
|
24986
|
-
"kind": "Content",
|
|
24987
|
-
"text": "export interface Slider extends "
|
|
24988
|
-
},
|
|
24989
|
-
{
|
|
24990
|
-
"kind": "Reference",
|
|
24991
|
-
"text": "Localized",
|
|
24992
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
24993
|
-
},
|
|
24994
|
-
{
|
|
24995
|
-
"kind": "Content",
|
|
24996
|
-
"text": " "
|
|
24997
|
-
}
|
|
24998
|
-
],
|
|
24999
|
-
"fileUrlPath": "../../dist/libs/components/lib/slider/slider.d.ts",
|
|
25000
|
-
"releaseTag": "Public",
|
|
25001
|
-
"name": "VwcSliderElement",
|
|
25002
|
-
"preserveMemberOrder": false,
|
|
25003
|
-
"members": [],
|
|
25004
|
-
"extendsTokenRanges": [
|
|
25005
|
-
{
|
|
25006
|
-
"startIndex": 1,
|
|
25007
|
-
"endIndex": 2
|
|
25008
|
-
}
|
|
25009
|
-
]
|
|
25010
|
-
},
|
|
25011
25136
|
{
|
|
25012
25137
|
"kind": "Class",
|
|
25013
25138
|
"canonicalReference": "@vonage/vivid!VwcSplitButtonElement:class",
|
|
@@ -25218,36 +25343,6 @@
|
|
|
25218
25343
|
"isProtected": false,
|
|
25219
25344
|
"isAbstract": false
|
|
25220
25345
|
},
|
|
25221
|
-
{
|
|
25222
|
-
"kind": "Property",
|
|
25223
|
-
"canonicalReference": "@vonage/vivid!VwcSplitButtonElement#icon:member",
|
|
25224
|
-
"docComment": "",
|
|
25225
|
-
"excerptTokens": [
|
|
25226
|
-
{
|
|
25227
|
-
"kind": "Content",
|
|
25228
|
-
"text": "icon?: "
|
|
25229
|
-
},
|
|
25230
|
-
{
|
|
25231
|
-
"kind": "Content",
|
|
25232
|
-
"text": "string"
|
|
25233
|
-
},
|
|
25234
|
-
{
|
|
25235
|
-
"kind": "Content",
|
|
25236
|
-
"text": ";"
|
|
25237
|
-
}
|
|
25238
|
-
],
|
|
25239
|
-
"isReadonly": false,
|
|
25240
|
-
"isOptional": true,
|
|
25241
|
-
"releaseTag": "Public",
|
|
25242
|
-
"name": "icon",
|
|
25243
|
-
"propertyTypeTokenRange": {
|
|
25244
|
-
"startIndex": 1,
|
|
25245
|
-
"endIndex": 2
|
|
25246
|
-
},
|
|
25247
|
-
"isStatic": false,
|
|
25248
|
-
"isProtected": false,
|
|
25249
|
-
"isAbstract": false
|
|
25250
|
-
},
|
|
25251
25346
|
{
|
|
25252
25347
|
"kind": "Property",
|
|
25253
25348
|
"canonicalReference": "@vonage/vivid!VwcSplitButtonElement#indicator:member",
|
|
@@ -25438,50 +25533,6 @@
|
|
|
25438
25533
|
},
|
|
25439
25534
|
"implementsTokenRanges": []
|
|
25440
25535
|
},
|
|
25441
|
-
{
|
|
25442
|
-
"kind": "Interface",
|
|
25443
|
-
"canonicalReference": "@vonage/vivid!VwcSplitButtonElement:interface",
|
|
25444
|
-
"docComment": "",
|
|
25445
|
-
"excerptTokens": [
|
|
25446
|
-
{
|
|
25447
|
-
"kind": "Content",
|
|
25448
|
-
"text": "export interface SplitButton extends "
|
|
25449
|
-
},
|
|
25450
|
-
{
|
|
25451
|
-
"kind": "Reference",
|
|
25452
|
-
"text": "AffixIcon",
|
|
25453
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
25454
|
-
},
|
|
25455
|
-
{
|
|
25456
|
-
"kind": "Content",
|
|
25457
|
-
"text": ", "
|
|
25458
|
-
},
|
|
25459
|
-
{
|
|
25460
|
-
"kind": "Reference",
|
|
25461
|
-
"text": "Localized",
|
|
25462
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
25463
|
-
},
|
|
25464
|
-
{
|
|
25465
|
-
"kind": "Content",
|
|
25466
|
-
"text": " "
|
|
25467
|
-
}
|
|
25468
|
-
],
|
|
25469
|
-
"fileUrlPath": "../../dist/libs/components/lib/split-button/split-button.d.ts",
|
|
25470
|
-
"releaseTag": "Public",
|
|
25471
|
-
"name": "VwcSplitButtonElement",
|
|
25472
|
-
"preserveMemberOrder": false,
|
|
25473
|
-
"members": [],
|
|
25474
|
-
"extendsTokenRanges": [
|
|
25475
|
-
{
|
|
25476
|
-
"startIndex": 1,
|
|
25477
|
-
"endIndex": 2
|
|
25478
|
-
},
|
|
25479
|
-
{
|
|
25480
|
-
"startIndex": 3,
|
|
25481
|
-
"endIndex": 4
|
|
25482
|
-
}
|
|
25483
|
-
]
|
|
25484
|
-
},
|
|
25485
25536
|
{
|
|
25486
25537
|
"kind": "Class",
|
|
25487
25538
|
"canonicalReference": "@vonage/vivid!VwcSwitchElement:class",
|
|
@@ -25631,8 +25682,8 @@
|
|
|
25631
25682
|
},
|
|
25632
25683
|
{
|
|
25633
25684
|
"kind": "Reference",
|
|
25634
|
-
"text": "
|
|
25635
|
-
"canonicalReference": "@vonage/vivid!~
|
|
25685
|
+
"text": "Tab_base",
|
|
25686
|
+
"canonicalReference": "@vonage/vivid!~Tab_base"
|
|
25636
25687
|
},
|
|
25637
25688
|
{
|
|
25638
25689
|
"kind": "Content",
|
|
@@ -25962,50 +26013,6 @@
|
|
|
25962
26013
|
},
|
|
25963
26014
|
"implementsTokenRanges": []
|
|
25964
26015
|
},
|
|
25965
|
-
{
|
|
25966
|
-
"kind": "Interface",
|
|
25967
|
-
"canonicalReference": "@vonage/vivid!VwcTabElement:interface",
|
|
25968
|
-
"docComment": "",
|
|
25969
|
-
"excerptTokens": [
|
|
25970
|
-
{
|
|
25971
|
-
"kind": "Content",
|
|
25972
|
-
"text": "export interface Tab extends "
|
|
25973
|
-
},
|
|
25974
|
-
{
|
|
25975
|
-
"kind": "Reference",
|
|
25976
|
-
"text": "Localized",
|
|
25977
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
25978
|
-
},
|
|
25979
|
-
{
|
|
25980
|
-
"kind": "Content",
|
|
25981
|
-
"text": ", "
|
|
25982
|
-
},
|
|
25983
|
-
{
|
|
25984
|
-
"kind": "Reference",
|
|
25985
|
-
"text": "AffixIconWithTrailing",
|
|
25986
|
-
"canonicalReference": "@vonage/vivid!~AffixIconWithTrailing:class"
|
|
25987
|
-
},
|
|
25988
|
-
{
|
|
25989
|
-
"kind": "Content",
|
|
25990
|
-
"text": " "
|
|
25991
|
-
}
|
|
25992
|
-
],
|
|
25993
|
-
"fileUrlPath": "../../dist/libs/components/lib/tab/tab.d.ts",
|
|
25994
|
-
"releaseTag": "Public",
|
|
25995
|
-
"name": "VwcTabElement",
|
|
25996
|
-
"preserveMemberOrder": false,
|
|
25997
|
-
"members": [],
|
|
25998
|
-
"extendsTokenRanges": [
|
|
25999
|
-
{
|
|
26000
|
-
"startIndex": 1,
|
|
26001
|
-
"endIndex": 2
|
|
26002
|
-
},
|
|
26003
|
-
{
|
|
26004
|
-
"startIndex": 3,
|
|
26005
|
-
"endIndex": 4
|
|
26006
|
-
}
|
|
26007
|
-
]
|
|
26008
|
-
},
|
|
26009
26016
|
{
|
|
26010
26017
|
"kind": "Class",
|
|
26011
26018
|
"canonicalReference": "@vonage/vivid!VwcTabPanelElement:class",
|
|
@@ -26465,8 +26472,8 @@
|
|
|
26465
26472
|
},
|
|
26466
26473
|
{
|
|
26467
26474
|
"kind": "Reference",
|
|
26468
|
-
"text": "
|
|
26469
|
-
"canonicalReference": "@vonage/vivid!~
|
|
26475
|
+
"text": "Tag_base",
|
|
26476
|
+
"canonicalReference": "@vonage/vivid!~Tag_base"
|
|
26470
26477
|
},
|
|
26471
26478
|
{
|
|
26472
26479
|
"kind": "Content",
|
|
@@ -26840,37 +26847,6 @@
|
|
|
26840
26847
|
},
|
|
26841
26848
|
"implementsTokenRanges": []
|
|
26842
26849
|
},
|
|
26843
|
-
{
|
|
26844
|
-
"kind": "Interface",
|
|
26845
|
-
"canonicalReference": "@vonage/vivid!VwcTagElement:interface",
|
|
26846
|
-
"docComment": "",
|
|
26847
|
-
"excerptTokens": [
|
|
26848
|
-
{
|
|
26849
|
-
"kind": "Content",
|
|
26850
|
-
"text": "export interface Tag extends "
|
|
26851
|
-
},
|
|
26852
|
-
{
|
|
26853
|
-
"kind": "Reference",
|
|
26854
|
-
"text": "AffixIcon",
|
|
26855
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
26856
|
-
},
|
|
26857
|
-
{
|
|
26858
|
-
"kind": "Content",
|
|
26859
|
-
"text": " "
|
|
26860
|
-
}
|
|
26861
|
-
],
|
|
26862
|
-
"fileUrlPath": "../../dist/libs/components/lib/tag/tag.d.ts",
|
|
26863
|
-
"releaseTag": "Public",
|
|
26864
|
-
"name": "VwcTagElement",
|
|
26865
|
-
"preserveMemberOrder": false,
|
|
26866
|
-
"members": [],
|
|
26867
|
-
"extendsTokenRanges": [
|
|
26868
|
-
{
|
|
26869
|
-
"startIndex": 1,
|
|
26870
|
-
"endIndex": 2
|
|
26871
|
-
}
|
|
26872
|
-
]
|
|
26873
|
-
},
|
|
26874
26850
|
{
|
|
26875
26851
|
"kind": "Class",
|
|
26876
26852
|
"canonicalReference": "@vonage/vivid!VwcTagGroupElement:class",
|
|
@@ -28218,15 +28194,6 @@
|
|
|
28218
28194
|
"kind": "Content",
|
|
28219
28195
|
"text": "export interface TextField extends "
|
|
28220
28196
|
},
|
|
28221
|
-
{
|
|
28222
|
-
"kind": "Reference",
|
|
28223
|
-
"text": "AffixIcon",
|
|
28224
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
28225
|
-
},
|
|
28226
|
-
{
|
|
28227
|
-
"kind": "Content",
|
|
28228
|
-
"text": ", "
|
|
28229
|
-
},
|
|
28230
28197
|
{
|
|
28231
28198
|
"kind": "Reference",
|
|
28232
28199
|
"text": "ErrorText",
|
|
@@ -28298,10 +28265,6 @@
|
|
|
28298
28265
|
{
|
|
28299
28266
|
"startIndex": 9,
|
|
28300
28267
|
"endIndex": 10
|
|
28301
|
-
},
|
|
28302
|
-
{
|
|
28303
|
-
"startIndex": 11,
|
|
28304
|
-
"endIndex": 12
|
|
28305
28268
|
}
|
|
28306
28269
|
]
|
|
28307
28270
|
},
|
|
@@ -28931,8 +28894,8 @@
|
|
|
28931
28894
|
},
|
|
28932
28895
|
{
|
|
28933
28896
|
"kind": "Reference",
|
|
28934
|
-
"text": "
|
|
28935
|
-
"canonicalReference": "@vonage/vivid!~
|
|
28897
|
+
"text": "TreeItem_base",
|
|
28898
|
+
"canonicalReference": "@vonage/vivid!~TreeItem_base"
|
|
28936
28899
|
},
|
|
28937
28900
|
{
|
|
28938
28901
|
"kind": "Content",
|
|
@@ -29244,37 +29207,6 @@
|
|
|
29244
29207
|
},
|
|
29245
29208
|
"implementsTokenRanges": []
|
|
29246
29209
|
},
|
|
29247
|
-
{
|
|
29248
|
-
"kind": "Interface",
|
|
29249
|
-
"canonicalReference": "@vonage/vivid!VwcTreeItemElement:interface",
|
|
29250
|
-
"docComment": "",
|
|
29251
|
-
"excerptTokens": [
|
|
29252
|
-
{
|
|
29253
|
-
"kind": "Content",
|
|
29254
|
-
"text": "export interface TreeItem extends "
|
|
29255
|
-
},
|
|
29256
|
-
{
|
|
29257
|
-
"kind": "Reference",
|
|
29258
|
-
"text": "AffixIcon",
|
|
29259
|
-
"canonicalReference": "@vonage/vivid!~AffixIcon:class"
|
|
29260
|
-
},
|
|
29261
|
-
{
|
|
29262
|
-
"kind": "Content",
|
|
29263
|
-
"text": " "
|
|
29264
|
-
}
|
|
29265
|
-
],
|
|
29266
|
-
"fileUrlPath": "../../dist/libs/components/lib/tree-item/tree-item.d.ts",
|
|
29267
|
-
"releaseTag": "Public",
|
|
29268
|
-
"name": "VwcTreeItemElement",
|
|
29269
|
-
"preserveMemberOrder": false,
|
|
29270
|
-
"members": [],
|
|
29271
|
-
"extendsTokenRanges": [
|
|
29272
|
-
{
|
|
29273
|
-
"startIndex": 1,
|
|
29274
|
-
"endIndex": 2
|
|
29275
|
-
}
|
|
29276
|
-
]
|
|
29277
|
-
},
|
|
29278
29210
|
{
|
|
29279
29211
|
"kind": "Class",
|
|
29280
29212
|
"canonicalReference": "@vonage/vivid!VwcTreeViewElement:class",
|
|
@@ -29454,8 +29386,8 @@
|
|
|
29454
29386
|
},
|
|
29455
29387
|
{
|
|
29456
29388
|
"kind": "Reference",
|
|
29457
|
-
"text": "
|
|
29458
|
-
"canonicalReference": "@vonage/vivid!~
|
|
29389
|
+
"text": "VideoPlayer_base",
|
|
29390
|
+
"canonicalReference": "@vonage/vivid!~VideoPlayer_base"
|
|
29459
29391
|
},
|
|
29460
29392
|
{
|
|
29461
29393
|
"kind": "Content",
|
|
@@ -29717,37 +29649,6 @@
|
|
|
29717
29649
|
"endIndex": 2
|
|
29718
29650
|
},
|
|
29719
29651
|
"implementsTokenRanges": []
|
|
29720
|
-
},
|
|
29721
|
-
{
|
|
29722
|
-
"kind": "Interface",
|
|
29723
|
-
"canonicalReference": "@vonage/vivid!VwcVideoPlayerElement:interface",
|
|
29724
|
-
"docComment": "",
|
|
29725
|
-
"excerptTokens": [
|
|
29726
|
-
{
|
|
29727
|
-
"kind": "Content",
|
|
29728
|
-
"text": "export interface VideoPlayer extends "
|
|
29729
|
-
},
|
|
29730
|
-
{
|
|
29731
|
-
"kind": "Reference",
|
|
29732
|
-
"text": "Localized",
|
|
29733
|
-
"canonicalReference": "@vonage/vivid!~Localized:class"
|
|
29734
|
-
},
|
|
29735
|
-
{
|
|
29736
|
-
"kind": "Content",
|
|
29737
|
-
"text": " "
|
|
29738
|
-
}
|
|
29739
|
-
],
|
|
29740
|
-
"fileUrlPath": "../../dist/libs/components/lib/video-player/video-player.d.ts",
|
|
29741
|
-
"releaseTag": "Public",
|
|
29742
|
-
"name": "VwcVideoPlayerElement",
|
|
29743
|
-
"preserveMemberOrder": false,
|
|
29744
|
-
"members": [],
|
|
29745
|
-
"extendsTokenRanges": [
|
|
29746
|
-
{
|
|
29747
|
-
"startIndex": 1,
|
|
29748
|
-
"endIndex": 2
|
|
29749
|
-
}
|
|
29750
|
-
]
|
|
29751
29652
|
}
|
|
29752
29653
|
]
|
|
29753
29654
|
}
|