@vonage/vivid 5.9.0 → 5.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/affix.js +1 -1
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/definition10.js +4 -4
- package/bundled/definition7.js +3 -3
- package/bundled/host-semantics.js +4 -4
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +14 -12
- package/bundled/mixins.cjs +2 -2
- package/bundled/mixins.js +6 -6
- package/bundled/{feature.cjs → slottable-request.cjs} +3 -3
- package/bundled/{feature.js → slottable-request.js} +63 -42
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/card/definition.cjs +1 -1
- package/card/definition.js +1 -1
- package/card/index.cjs +10 -10
- package/card/index.js +42 -42
- package/country/definition.cjs +340 -0
- package/country/definition.js +334 -0
- package/country/index.cjs +12 -0
- package/country/index.js +317 -0
- package/custom-elements.json +12745 -9921
- package/index.cjs +26 -14
- package/index.js +4 -2
- package/lib/components.d.ts +3 -1
- package/lib/country/countries-data.d.ts +6 -0
- package/lib/country/country-code-to-flag-icon.d.ts +5 -0
- package/lib/country/country.d.ts +5 -0
- package/lib/country/country.template.d.ts +3 -0
- package/lib/country/definition.d.ts +3 -0
- package/lib/rich-text-editor/locale.d.ts +2 -0
- package/lib/rich-text-editor/popover.d.ts +1 -0
- package/lib/rich-text-editor/rte/config.d.ts +2 -1
- package/lib/rich-text-editor/rte/exports.d.ts +4 -0
- package/lib/rich-text-editor/rte/feature.d.ts +7 -1
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +15 -0
- package/lib/rich-text-editor/rte/instance.d.ts +4 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +8 -0
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +2 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +2 -0
- package/lib/rich-text-editor/rte/view.d.ts +2 -2
- package/lib/rich-text-view/definition.d.ts +1 -0
- package/lib/rich-text-view/rich-text-view.d.ts +4 -0
- package/lib/selectable-box/selectable-box.d.ts +1 -0
- package/lib/status/definition.d.ts +4 -0
- package/lib/status/status.d.ts +388 -0
- package/lib/status/status.template.d.ts +3 -0
- package/lib/{data-table → table}/definition.d.ts +1 -1
- package/lib/tag/tag.d.ts +1 -1
- package/lib/tag-name-map.d.ts +3 -1
- package/locales/de-DE.cjs +3 -1
- package/locales/de-DE.js +3 -1
- package/locales/en-GB.cjs +3 -1
- package/locales/en-GB.js +3 -1
- package/locales/en-US.cjs +3 -1
- package/locales/en-US.js +3 -1
- package/locales/ja-JP.cjs +3 -1
- package/locales/ja-JP.js +3 -1
- package/locales/zh-CN.cjs +3 -1
- package/locales/zh-CN.js +3 -1
- package/package.json +8 -7
- package/rich-text-editor/definition.cjs +3217 -2195
- package/rich-text-editor/definition.js +3074 -2056
- package/rich-text-editor/index.cjs +20 -19
- package/rich-text-editor/index.js +3834 -3082
- package/rich-text-view/definition.cjs +30 -18
- package/rich-text-view/definition.js +22 -10
- package/rich-text-view/index.cjs +1 -1
- package/rich-text-view/index.js +46 -38
- package/selectable-box/definition.cjs +16 -5
- package/selectable-box/definition.js +16 -5
- package/selectable-box/index.cjs +11 -9
- package/selectable-box/index.js +86 -78
- package/shared/utils/slottable-request.d.ts +7 -0
- package/status/definition.cjs +76 -0
- package/status/definition.js +70 -0
- package/status/index.cjs +11 -0
- package/status/index.js +55 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/{data-table → table}/definition.cjs +21 -57
- package/{data-table → table}/definition.js +21 -57
- package/{data-table → table}/index.cjs +8 -8
- package/{data-table → table}/index.js +43 -79
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +24 -24
- package/tag/index.js +89 -89
- package/unbundled/{feature.cjs → slottable-request.cjs} +24 -0
- package/unbundled/{feature.js → slottable-request.js} +23 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +505 -26
- /package/lib/{data-table → table}/table-body.d.ts +0 -0
- /package/lib/{data-table → table}/table-body.template.d.ts +0 -0
- /package/lib/{data-table → table}/table-cell.d.ts +0 -0
- /package/lib/{data-table → table}/table-cell.template.d.ts +0 -0
- /package/lib/{data-table → table}/table-head.d.ts +0 -0
- /package/lib/{data-table → table}/table-head.template.d.ts +0 -0
- /package/lib/{data-table → table}/table-header-cell.d.ts +0 -0
- /package/lib/{data-table → table}/table-header-cell.template.d.ts +0 -0
- /package/lib/{data-table → table}/table-row.d.ts +0 -0
- /package/lib/{data-table → table}/table-row.template.d.ts +0 -0
- /package/lib/{data-table → table}/table.d.ts +0 -0
- /package/lib/{data-table → table}/table.template.d.ts +0 -0
package/vivid.api.json
CHANGED
|
@@ -4641,12 +4641,12 @@
|
|
|
4641
4641
|
},
|
|
4642
4642
|
{
|
|
4643
4643
|
"kind": "Function",
|
|
4644
|
-
"canonicalReference": "@vonage/vivid!
|
|
4644
|
+
"canonicalReference": "@vonage/vivid!registerCountry:function(1)",
|
|
4645
4645
|
"docComment": "",
|
|
4646
4646
|
"excerptTokens": [
|
|
4647
4647
|
{
|
|
4648
4648
|
"kind": "Content",
|
|
4649
|
-
"text": "
|
|
4649
|
+
"text": "registerCountry: (prefix?: "
|
|
4650
4650
|
},
|
|
4651
4651
|
{
|
|
4652
4652
|
"kind": "Content",
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
"text": "void"
|
|
4662
4662
|
}
|
|
4663
4663
|
],
|
|
4664
|
-
"fileUrlPath": "dist/lib/
|
|
4664
|
+
"fileUrlPath": "dist/lib/country/definition.d.ts",
|
|
4665
4665
|
"returnTypeTokenRange": {
|
|
4666
4666
|
"startIndex": 3,
|
|
4667
4667
|
"endIndex": 4
|
|
@@ -4678,16 +4678,16 @@
|
|
|
4678
4678
|
"isOptional": true
|
|
4679
4679
|
}
|
|
4680
4680
|
],
|
|
4681
|
-
"name": "
|
|
4681
|
+
"name": "registerCountry"
|
|
4682
4682
|
},
|
|
4683
4683
|
{
|
|
4684
4684
|
"kind": "Function",
|
|
4685
|
-
"canonicalReference": "@vonage/vivid!
|
|
4685
|
+
"canonicalReference": "@vonage/vivid!registerDataGrid:function(1)",
|
|
4686
4686
|
"docComment": "",
|
|
4687
4687
|
"excerptTokens": [
|
|
4688
4688
|
{
|
|
4689
4689
|
"kind": "Content",
|
|
4690
|
-
"text": "
|
|
4690
|
+
"text": "registerDataGrid: (prefix?: "
|
|
4691
4691
|
},
|
|
4692
4692
|
{
|
|
4693
4693
|
"kind": "Content",
|
|
@@ -4702,7 +4702,7 @@
|
|
|
4702
4702
|
"text": "void"
|
|
4703
4703
|
}
|
|
4704
4704
|
],
|
|
4705
|
-
"fileUrlPath": "dist/lib/data-
|
|
4705
|
+
"fileUrlPath": "dist/lib/data-grid/definition.d.ts",
|
|
4706
4706
|
"returnTypeTokenRange": {
|
|
4707
4707
|
"startIndex": 3,
|
|
4708
4708
|
"endIndex": 4
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
"isOptional": true
|
|
4720
4720
|
}
|
|
4721
4721
|
],
|
|
4722
|
-
"name": "
|
|
4722
|
+
"name": "registerDataGrid"
|
|
4723
4723
|
},
|
|
4724
4724
|
{
|
|
4725
4725
|
"kind": "Function",
|
|
@@ -6197,6 +6197,47 @@
|
|
|
6197
6197
|
],
|
|
6198
6198
|
"name": "registerSplitButton"
|
|
6199
6199
|
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "Function",
|
|
6202
|
+
"canonicalReference": "@vonage/vivid!registerStatus:function(1)",
|
|
6203
|
+
"docComment": "",
|
|
6204
|
+
"excerptTokens": [
|
|
6205
|
+
{
|
|
6206
|
+
"kind": "Content",
|
|
6207
|
+
"text": "registerStatus: (prefix?: "
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"kind": "Content",
|
|
6211
|
+
"text": "string"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"kind": "Content",
|
|
6215
|
+
"text": ") => "
|
|
6216
|
+
},
|
|
6217
|
+
{
|
|
6218
|
+
"kind": "Content",
|
|
6219
|
+
"text": "void"
|
|
6220
|
+
}
|
|
6221
|
+
],
|
|
6222
|
+
"fileUrlPath": "dist/lib/status/definition.d.ts",
|
|
6223
|
+
"returnTypeTokenRange": {
|
|
6224
|
+
"startIndex": 3,
|
|
6225
|
+
"endIndex": 4
|
|
6226
|
+
},
|
|
6227
|
+
"releaseTag": "Public",
|
|
6228
|
+
"overloadIndex": 1,
|
|
6229
|
+
"parameters": [
|
|
6230
|
+
{
|
|
6231
|
+
"parameterName": "prefix",
|
|
6232
|
+
"parameterTypeTokenRange": {
|
|
6233
|
+
"startIndex": 1,
|
|
6234
|
+
"endIndex": 2
|
|
6235
|
+
},
|
|
6236
|
+
"isOptional": true
|
|
6237
|
+
}
|
|
6238
|
+
],
|
|
6239
|
+
"name": "registerStatus"
|
|
6240
|
+
},
|
|
6200
6241
|
{
|
|
6201
6242
|
"kind": "Function",
|
|
6202
6243
|
"canonicalReference": "@vonage/vivid!registerSwitch:function(1)",
|
|
@@ -6279,6 +6320,47 @@
|
|
|
6279
6320
|
],
|
|
6280
6321
|
"name": "registerTab"
|
|
6281
6322
|
},
|
|
6323
|
+
{
|
|
6324
|
+
"kind": "Function",
|
|
6325
|
+
"canonicalReference": "@vonage/vivid!registerTable:function(1)",
|
|
6326
|
+
"docComment": "",
|
|
6327
|
+
"excerptTokens": [
|
|
6328
|
+
{
|
|
6329
|
+
"kind": "Content",
|
|
6330
|
+
"text": "registerTable: (prefix?: "
|
|
6331
|
+
},
|
|
6332
|
+
{
|
|
6333
|
+
"kind": "Content",
|
|
6334
|
+
"text": "string"
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"kind": "Content",
|
|
6338
|
+
"text": ") => "
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"kind": "Content",
|
|
6342
|
+
"text": "void"
|
|
6343
|
+
}
|
|
6344
|
+
],
|
|
6345
|
+
"fileUrlPath": "dist/lib/table/definition.d.ts",
|
|
6346
|
+
"returnTypeTokenRange": {
|
|
6347
|
+
"startIndex": 3,
|
|
6348
|
+
"endIndex": 4
|
|
6349
|
+
},
|
|
6350
|
+
"releaseTag": "Public",
|
|
6351
|
+
"overloadIndex": 1,
|
|
6352
|
+
"parameters": [
|
|
6353
|
+
{
|
|
6354
|
+
"parameterName": "prefix",
|
|
6355
|
+
"parameterTypeTokenRange": {
|
|
6356
|
+
"startIndex": 1,
|
|
6357
|
+
"endIndex": 2
|
|
6358
|
+
},
|
|
6359
|
+
"isOptional": true
|
|
6360
|
+
}
|
|
6361
|
+
],
|
|
6362
|
+
"name": "registerTable"
|
|
6363
|
+
},
|
|
6282
6364
|
{
|
|
6283
6365
|
"kind": "Function",
|
|
6284
6366
|
"canonicalReference": "@vonage/vivid!registerTabPanel:function(1)",
|
|
@@ -6953,6 +7035,41 @@
|
|
|
6953
7035
|
"endIndex": 11
|
|
6954
7036
|
}
|
|
6955
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"kind": "TypeAlias",
|
|
7040
|
+
"canonicalReference": "@vonage/vivid!RteChildSlotProps:type",
|
|
7041
|
+
"docComment": "",
|
|
7042
|
+
"excerptTokens": [
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "Content",
|
|
7045
|
+
"text": "export type RteChildSlotProps = "
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"kind": "Content",
|
|
7049
|
+
"text": "{\n view: "
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"kind": "Reference",
|
|
7053
|
+
"text": "RteView",
|
|
7054
|
+
"canonicalReference": "@vonage/vivid!RteView:type"
|
|
7055
|
+
},
|
|
7056
|
+
{
|
|
7057
|
+
"kind": "Content",
|
|
7058
|
+
"text": ";\n}"
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
"kind": "Content",
|
|
7062
|
+
"text": ";"
|
|
7063
|
+
}
|
|
7064
|
+
],
|
|
7065
|
+
"fileUrlPath": "dist/lib/rich-text-view/rich-text-view.d.ts",
|
|
7066
|
+
"releaseTag": "Public",
|
|
7067
|
+
"name": "RteChildSlotProps",
|
|
7068
|
+
"typeTokenRange": {
|
|
7069
|
+
"startIndex": 1,
|
|
7070
|
+
"endIndex": 4
|
|
7071
|
+
}
|
|
7072
|
+
},
|
|
6956
7073
|
{
|
|
6957
7074
|
"kind": "Class",
|
|
6958
7075
|
"canonicalReference": "@vonage/vivid!RteConfig:class",
|
|
@@ -7665,6 +7782,41 @@
|
|
|
7665
7782
|
}
|
|
7666
7783
|
]
|
|
7667
7784
|
},
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "Property",
|
|
7787
|
+
"canonicalReference": "@vonage/vivid!RteInstance#feature:member",
|
|
7788
|
+
"docComment": "",
|
|
7789
|
+
"excerptTokens": [
|
|
7790
|
+
{
|
|
7791
|
+
"kind": "Content",
|
|
7792
|
+
"text": "feature: "
|
|
7793
|
+
},
|
|
7794
|
+
{
|
|
7795
|
+
"kind": "Content",
|
|
7796
|
+
"text": "typeof "
|
|
7797
|
+
},
|
|
7798
|
+
{
|
|
7799
|
+
"kind": "Reference",
|
|
7800
|
+
"text": "getPublicInterface",
|
|
7801
|
+
"canonicalReference": "@vonage/vivid!~getPublicInterface:function"
|
|
7802
|
+
},
|
|
7803
|
+
{
|
|
7804
|
+
"kind": "Content",
|
|
7805
|
+
"text": ";"
|
|
7806
|
+
}
|
|
7807
|
+
],
|
|
7808
|
+
"isReadonly": false,
|
|
7809
|
+
"isOptional": false,
|
|
7810
|
+
"releaseTag": "Public",
|
|
7811
|
+
"name": "feature",
|
|
7812
|
+
"propertyTypeTokenRange": {
|
|
7813
|
+
"startIndex": 1,
|
|
7814
|
+
"endIndex": 3
|
|
7815
|
+
},
|
|
7816
|
+
"isStatic": false,
|
|
7817
|
+
"isProtected": false,
|
|
7818
|
+
"isAbstract": false
|
|
7819
|
+
},
|
|
7668
7820
|
{
|
|
7669
7821
|
"kind": "Method",
|
|
7670
7822
|
"canonicalReference": "@vonage/vivid!RteInstance#getDocument:member(1)",
|
|
@@ -7990,15 +8142,6 @@
|
|
|
7990
8142
|
"kind": "Content",
|
|
7991
8143
|
"text": "({\n type: 'node';\n node: "
|
|
7992
8144
|
},
|
|
7993
|
-
{
|
|
7994
|
-
"kind": "Reference",
|
|
7995
|
-
"text": "RteDocument",
|
|
7996
|
-
"canonicalReference": "@vonage/vivid!RteDocument:type"
|
|
7997
|
-
},
|
|
7998
|
-
{
|
|
7999
|
-
"kind": "Content",
|
|
8000
|
-
"text": " | "
|
|
8001
|
-
},
|
|
8002
8145
|
{
|
|
8003
8146
|
"kind": "Reference",
|
|
8004
8147
|
"text": "RteNode",
|
|
@@ -8072,7 +8215,7 @@
|
|
|
8072
8215
|
"name": "RteView",
|
|
8073
8216
|
"typeTokenRange": {
|
|
8074
8217
|
"startIndex": 1,
|
|
8075
|
-
"endIndex":
|
|
8218
|
+
"endIndex": 16
|
|
8076
8219
|
}
|
|
8077
8220
|
},
|
|
8078
8221
|
{
|
|
@@ -8113,7 +8256,7 @@
|
|
|
8113
8256
|
},
|
|
8114
8257
|
{
|
|
8115
8258
|
"kind": "Content",
|
|
8116
|
-
"text": ";\n } | false;\n}"
|
|
8259
|
+
"text": ";\n } | true | false;\n}"
|
|
8117
8260
|
},
|
|
8118
8261
|
{
|
|
8119
8262
|
"kind": "Content",
|
|
@@ -8994,6 +9137,82 @@
|
|
|
8994
9137
|
"endIndex": 13
|
|
8995
9138
|
}
|
|
8996
9139
|
},
|
|
9140
|
+
{
|
|
9141
|
+
"kind": "TypeAlias",
|
|
9142
|
+
"canonicalReference": "@vonage/vivid!StatusConnotation:type",
|
|
9143
|
+
"docComment": "",
|
|
9144
|
+
"excerptTokens": [
|
|
9145
|
+
{
|
|
9146
|
+
"kind": "Content",
|
|
9147
|
+
"text": "export type StatusConnotation = "
|
|
9148
|
+
},
|
|
9149
|
+
{
|
|
9150
|
+
"kind": "Reference",
|
|
9151
|
+
"text": "ExtractFromEnum",
|
|
9152
|
+
"canonicalReference": "@vonage/vivid!~ExtractFromEnum:type"
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
"kind": "Content",
|
|
9156
|
+
"text": "<"
|
|
9157
|
+
},
|
|
9158
|
+
{
|
|
9159
|
+
"kind": "Reference",
|
|
9160
|
+
"text": "Connotation",
|
|
9161
|
+
"canonicalReference": "@vonage/vivid!Connotation:enum"
|
|
9162
|
+
},
|
|
9163
|
+
{
|
|
9164
|
+
"kind": "Content",
|
|
9165
|
+
"text": ", "
|
|
9166
|
+
},
|
|
9167
|
+
{
|
|
9168
|
+
"kind": "Reference",
|
|
9169
|
+
"text": "Connotation.Success",
|
|
9170
|
+
"canonicalReference": "@vonage/vivid!Connotation.Success:member"
|
|
9171
|
+
},
|
|
9172
|
+
{
|
|
9173
|
+
"kind": "Content",
|
|
9174
|
+
"text": " | "
|
|
9175
|
+
},
|
|
9176
|
+
{
|
|
9177
|
+
"kind": "Reference",
|
|
9178
|
+
"text": "Connotation.Information",
|
|
9179
|
+
"canonicalReference": "@vonage/vivid!Connotation.Information:member"
|
|
9180
|
+
},
|
|
9181
|
+
{
|
|
9182
|
+
"kind": "Content",
|
|
9183
|
+
"text": " | "
|
|
9184
|
+
},
|
|
9185
|
+
{
|
|
9186
|
+
"kind": "Reference",
|
|
9187
|
+
"text": "Connotation.Warning",
|
|
9188
|
+
"canonicalReference": "@vonage/vivid!Connotation.Warning:member"
|
|
9189
|
+
},
|
|
9190
|
+
{
|
|
9191
|
+
"kind": "Content",
|
|
9192
|
+
"text": " | "
|
|
9193
|
+
},
|
|
9194
|
+
{
|
|
9195
|
+
"kind": "Reference",
|
|
9196
|
+
"text": "Connotation.Alert",
|
|
9197
|
+
"canonicalReference": "@vonage/vivid!Connotation.Alert:member"
|
|
9198
|
+
},
|
|
9199
|
+
{
|
|
9200
|
+
"kind": "Content",
|
|
9201
|
+
"text": ">"
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
"kind": "Content",
|
|
9205
|
+
"text": ";"
|
|
9206
|
+
}
|
|
9207
|
+
],
|
|
9208
|
+
"fileUrlPath": "dist/lib/status/status.d.ts",
|
|
9209
|
+
"releaseTag": "Public",
|
|
9210
|
+
"name": "StatusConnotation",
|
|
9211
|
+
"typeTokenRange": {
|
|
9212
|
+
"startIndex": 1,
|
|
9213
|
+
"endIndex": 13
|
|
9214
|
+
}
|
|
9215
|
+
},
|
|
8997
9216
|
{
|
|
8998
9217
|
"kind": "Enum",
|
|
8999
9218
|
"canonicalReference": "@vonage/vivid!Sticky:enum",
|
|
@@ -9449,6 +9668,51 @@
|
|
|
9449
9668
|
"text": "Connotation.CTA",
|
|
9450
9669
|
"canonicalReference": "@vonage/vivid!Connotation.CTA:member"
|
|
9451
9670
|
},
|
|
9671
|
+
{
|
|
9672
|
+
"kind": "Content",
|
|
9673
|
+
"text": " | "
|
|
9674
|
+
},
|
|
9675
|
+
{
|
|
9676
|
+
"kind": "Reference",
|
|
9677
|
+
"text": "Connotation.Success",
|
|
9678
|
+
"canonicalReference": "@vonage/vivid!Connotation.Success:member"
|
|
9679
|
+
},
|
|
9680
|
+
{
|
|
9681
|
+
"kind": "Content",
|
|
9682
|
+
"text": " | "
|
|
9683
|
+
},
|
|
9684
|
+
{
|
|
9685
|
+
"kind": "Reference",
|
|
9686
|
+
"text": "Connotation.Alert",
|
|
9687
|
+
"canonicalReference": "@vonage/vivid!Connotation.Alert:member"
|
|
9688
|
+
},
|
|
9689
|
+
{
|
|
9690
|
+
"kind": "Content",
|
|
9691
|
+
"text": " | "
|
|
9692
|
+
},
|
|
9693
|
+
{
|
|
9694
|
+
"kind": "Reference",
|
|
9695
|
+
"text": "Connotation.Warning",
|
|
9696
|
+
"canonicalReference": "@vonage/vivid!Connotation.Warning:member"
|
|
9697
|
+
},
|
|
9698
|
+
{
|
|
9699
|
+
"kind": "Content",
|
|
9700
|
+
"text": " | "
|
|
9701
|
+
},
|
|
9702
|
+
{
|
|
9703
|
+
"kind": "Reference",
|
|
9704
|
+
"text": "Connotation.Information",
|
|
9705
|
+
"canonicalReference": "@vonage/vivid!Connotation.Information:member"
|
|
9706
|
+
},
|
|
9707
|
+
{
|
|
9708
|
+
"kind": "Content",
|
|
9709
|
+
"text": " | "
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"kind": "Reference",
|
|
9713
|
+
"text": "Connotation.Announcement",
|
|
9714
|
+
"canonicalReference": "@vonage/vivid!Connotation.Announcement:member"
|
|
9715
|
+
},
|
|
9452
9716
|
{
|
|
9453
9717
|
"kind": "Content",
|
|
9454
9718
|
"text": ">"
|
|
@@ -9463,7 +9727,7 @@
|
|
|
9463
9727
|
"name": "TagConnotation",
|
|
9464
9728
|
"typeTokenRange": {
|
|
9465
9729
|
"startIndex": 1,
|
|
9466
|
-
"endIndex":
|
|
9730
|
+
"endIndex": 19
|
|
9467
9731
|
}
|
|
9468
9732
|
},
|
|
9469
9733
|
{
|
|
@@ -14628,6 +14892,98 @@
|
|
|
14628
14892
|
},
|
|
14629
14893
|
"implementsTokenRanges": []
|
|
14630
14894
|
},
|
|
14895
|
+
{
|
|
14896
|
+
"kind": "Class",
|
|
14897
|
+
"canonicalReference": "@vonage/vivid!VwcCountryElement:class",
|
|
14898
|
+
"docComment": "",
|
|
14899
|
+
"excerptTokens": [
|
|
14900
|
+
{
|
|
14901
|
+
"kind": "Content",
|
|
14902
|
+
"text": "export declare class Country extends "
|
|
14903
|
+
},
|
|
14904
|
+
{
|
|
14905
|
+
"kind": "Reference",
|
|
14906
|
+
"text": "VividElement",
|
|
14907
|
+
"canonicalReference": "@vonage/vivid!~VividElement:class"
|
|
14908
|
+
},
|
|
14909
|
+
{
|
|
14910
|
+
"kind": "Content",
|
|
14911
|
+
"text": " "
|
|
14912
|
+
}
|
|
14913
|
+
],
|
|
14914
|
+
"fileUrlPath": "dist/lib/country/country.d.ts",
|
|
14915
|
+
"releaseTag": "Public",
|
|
14916
|
+
"isAbstract": false,
|
|
14917
|
+
"name": "VwcCountryElement",
|
|
14918
|
+
"preserveMemberOrder": false,
|
|
14919
|
+
"members": [
|
|
14920
|
+
{
|
|
14921
|
+
"kind": "Property",
|
|
14922
|
+
"canonicalReference": "@vonage/vivid!VwcCountryElement#code:member",
|
|
14923
|
+
"docComment": "",
|
|
14924
|
+
"excerptTokens": [
|
|
14925
|
+
{
|
|
14926
|
+
"kind": "Content",
|
|
14927
|
+
"text": "code?: "
|
|
14928
|
+
},
|
|
14929
|
+
{
|
|
14930
|
+
"kind": "Content",
|
|
14931
|
+
"text": "string"
|
|
14932
|
+
},
|
|
14933
|
+
{
|
|
14934
|
+
"kind": "Content",
|
|
14935
|
+
"text": ";"
|
|
14936
|
+
}
|
|
14937
|
+
],
|
|
14938
|
+
"isReadonly": false,
|
|
14939
|
+
"isOptional": true,
|
|
14940
|
+
"releaseTag": "Public",
|
|
14941
|
+
"name": "code",
|
|
14942
|
+
"propertyTypeTokenRange": {
|
|
14943
|
+
"startIndex": 1,
|
|
14944
|
+
"endIndex": 2
|
|
14945
|
+
},
|
|
14946
|
+
"isStatic": false,
|
|
14947
|
+
"isProtected": false,
|
|
14948
|
+
"isAbstract": false
|
|
14949
|
+
},
|
|
14950
|
+
{
|
|
14951
|
+
"kind": "Property",
|
|
14952
|
+
"canonicalReference": "@vonage/vivid!VwcCountryElement#label:member",
|
|
14953
|
+
"docComment": "",
|
|
14954
|
+
"excerptTokens": [
|
|
14955
|
+
{
|
|
14956
|
+
"kind": "Content",
|
|
14957
|
+
"text": "label?: "
|
|
14958
|
+
},
|
|
14959
|
+
{
|
|
14960
|
+
"kind": "Content",
|
|
14961
|
+
"text": "string"
|
|
14962
|
+
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "Content",
|
|
14965
|
+
"text": ";"
|
|
14966
|
+
}
|
|
14967
|
+
],
|
|
14968
|
+
"isReadonly": false,
|
|
14969
|
+
"isOptional": true,
|
|
14970
|
+
"releaseTag": "Public",
|
|
14971
|
+
"name": "label",
|
|
14972
|
+
"propertyTypeTokenRange": {
|
|
14973
|
+
"startIndex": 1,
|
|
14974
|
+
"endIndex": 2
|
|
14975
|
+
},
|
|
14976
|
+
"isStatic": false,
|
|
14977
|
+
"isProtected": false,
|
|
14978
|
+
"isAbstract": false
|
|
14979
|
+
}
|
|
14980
|
+
],
|
|
14981
|
+
"extendsTokenRange": {
|
|
14982
|
+
"startIndex": 1,
|
|
14983
|
+
"endIndex": 2
|
|
14984
|
+
},
|
|
14985
|
+
"implementsTokenRanges": []
|
|
14986
|
+
},
|
|
14631
14987
|
{
|
|
14632
14988
|
"kind": "Class",
|
|
14633
14989
|
"canonicalReference": "@vonage/vivid!VwcDataGridCellElement:class",
|
|
@@ -25674,6 +26030,36 @@
|
|
|
25674
26030
|
"isProtected": false,
|
|
25675
26031
|
"isAbstract": false
|
|
25676
26032
|
},
|
|
26033
|
+
{
|
|
26034
|
+
"kind": "Property",
|
|
26035
|
+
"canonicalReference": "@vonage/vivid!VwcSelectableBoxElement#disabled:member",
|
|
26036
|
+
"docComment": "",
|
|
26037
|
+
"excerptTokens": [
|
|
26038
|
+
{
|
|
26039
|
+
"kind": "Content",
|
|
26040
|
+
"text": "disabled: "
|
|
26041
|
+
},
|
|
26042
|
+
{
|
|
26043
|
+
"kind": "Content",
|
|
26044
|
+
"text": "boolean"
|
|
26045
|
+
},
|
|
26046
|
+
{
|
|
26047
|
+
"kind": "Content",
|
|
26048
|
+
"text": ";"
|
|
26049
|
+
}
|
|
26050
|
+
],
|
|
26051
|
+
"isReadonly": false,
|
|
26052
|
+
"isOptional": false,
|
|
26053
|
+
"releaseTag": "Public",
|
|
26054
|
+
"name": "disabled",
|
|
26055
|
+
"propertyTypeTokenRange": {
|
|
26056
|
+
"startIndex": 1,
|
|
26057
|
+
"endIndex": 2
|
|
26058
|
+
},
|
|
26059
|
+
"isStatic": false,
|
|
26060
|
+
"isProtected": false,
|
|
26061
|
+
"isAbstract": false
|
|
26062
|
+
},
|
|
25677
26063
|
{
|
|
25678
26064
|
"kind": "Property",
|
|
25679
26065
|
"canonicalReference": "@vonage/vivid!VwcSelectableBoxElement#tight:member",
|
|
@@ -27600,6 +27986,99 @@
|
|
|
27600
27986
|
},
|
|
27601
27987
|
"implementsTokenRanges": []
|
|
27602
27988
|
},
|
|
27989
|
+
{
|
|
27990
|
+
"kind": "Class",
|
|
27991
|
+
"canonicalReference": "@vonage/vivid!VwcStatusElement:class",
|
|
27992
|
+
"docComment": "",
|
|
27993
|
+
"excerptTokens": [
|
|
27994
|
+
{
|
|
27995
|
+
"kind": "Content",
|
|
27996
|
+
"text": "export declare class Status extends "
|
|
27997
|
+
},
|
|
27998
|
+
{
|
|
27999
|
+
"kind": "Reference",
|
|
28000
|
+
"text": "Status_base",
|
|
28001
|
+
"canonicalReference": "@vonage/vivid!~Status_base"
|
|
28002
|
+
},
|
|
28003
|
+
{
|
|
28004
|
+
"kind": "Content",
|
|
28005
|
+
"text": " "
|
|
28006
|
+
}
|
|
28007
|
+
],
|
|
28008
|
+
"fileUrlPath": "dist/lib/status/status.d.ts",
|
|
28009
|
+
"releaseTag": "Public",
|
|
28010
|
+
"isAbstract": false,
|
|
28011
|
+
"name": "VwcStatusElement",
|
|
28012
|
+
"preserveMemberOrder": false,
|
|
28013
|
+
"members": [
|
|
28014
|
+
{
|
|
28015
|
+
"kind": "Property",
|
|
28016
|
+
"canonicalReference": "@vonage/vivid!VwcStatusElement#connotation:member",
|
|
28017
|
+
"docComment": "",
|
|
28018
|
+
"excerptTokens": [
|
|
28019
|
+
{
|
|
28020
|
+
"kind": "Content",
|
|
28021
|
+
"text": "connotation?: "
|
|
28022
|
+
},
|
|
28023
|
+
{
|
|
28024
|
+
"kind": "Reference",
|
|
28025
|
+
"text": "StatusConnotation",
|
|
28026
|
+
"canonicalReference": "@vonage/vivid!StatusConnotation:type"
|
|
28027
|
+
},
|
|
28028
|
+
{
|
|
28029
|
+
"kind": "Content",
|
|
28030
|
+
"text": ";"
|
|
28031
|
+
}
|
|
28032
|
+
],
|
|
28033
|
+
"isReadonly": false,
|
|
28034
|
+
"isOptional": true,
|
|
28035
|
+
"releaseTag": "Public",
|
|
28036
|
+
"name": "connotation",
|
|
28037
|
+
"propertyTypeTokenRange": {
|
|
28038
|
+
"startIndex": 1,
|
|
28039
|
+
"endIndex": 2
|
|
28040
|
+
},
|
|
28041
|
+
"isStatic": false,
|
|
28042
|
+
"isProtected": false,
|
|
28043
|
+
"isAbstract": false
|
|
28044
|
+
},
|
|
28045
|
+
{
|
|
28046
|
+
"kind": "Property",
|
|
28047
|
+
"canonicalReference": "@vonage/vivid!VwcStatusElement#status:member",
|
|
28048
|
+
"docComment": "",
|
|
28049
|
+
"excerptTokens": [
|
|
28050
|
+
{
|
|
28051
|
+
"kind": "Content",
|
|
28052
|
+
"text": "status?: "
|
|
28053
|
+
},
|
|
28054
|
+
{
|
|
28055
|
+
"kind": "Content",
|
|
28056
|
+
"text": "string"
|
|
28057
|
+
},
|
|
28058
|
+
{
|
|
28059
|
+
"kind": "Content",
|
|
28060
|
+
"text": ";"
|
|
28061
|
+
}
|
|
28062
|
+
],
|
|
28063
|
+
"isReadonly": false,
|
|
28064
|
+
"isOptional": true,
|
|
28065
|
+
"releaseTag": "Public",
|
|
28066
|
+
"name": "status",
|
|
28067
|
+
"propertyTypeTokenRange": {
|
|
28068
|
+
"startIndex": 1,
|
|
28069
|
+
"endIndex": 2
|
|
28070
|
+
},
|
|
28071
|
+
"isStatic": false,
|
|
28072
|
+
"isProtected": false,
|
|
28073
|
+
"isAbstract": false
|
|
28074
|
+
}
|
|
28075
|
+
],
|
|
28076
|
+
"extendsTokenRange": {
|
|
28077
|
+
"startIndex": 1,
|
|
28078
|
+
"endIndex": 2
|
|
28079
|
+
},
|
|
28080
|
+
"implementsTokenRanges": []
|
|
28081
|
+
},
|
|
27603
28082
|
{
|
|
27604
28083
|
"kind": "Class",
|
|
27605
28084
|
"canonicalReference": "@vonage/vivid!VwcSwitchElement:class",
|
|
@@ -28069,7 +28548,7 @@
|
|
|
28069
28548
|
"text": " "
|
|
28070
28549
|
}
|
|
28071
28550
|
],
|
|
28072
|
-
"fileUrlPath": "dist/lib/
|
|
28551
|
+
"fileUrlPath": "dist/lib/table/table-body.d.ts",
|
|
28073
28552
|
"releaseTag": "Public",
|
|
28074
28553
|
"isAbstract": false,
|
|
28075
28554
|
"name": "VwcTableBodyElement",
|
|
@@ -28100,7 +28579,7 @@
|
|
|
28100
28579
|
"text": " "
|
|
28101
28580
|
}
|
|
28102
28581
|
],
|
|
28103
|
-
"fileUrlPath": "dist/lib/
|
|
28582
|
+
"fileUrlPath": "dist/lib/table/table-cell.d.ts",
|
|
28104
28583
|
"releaseTag": "Public",
|
|
28105
28584
|
"isAbstract": false,
|
|
28106
28585
|
"name": "VwcTableCellElement",
|
|
@@ -28131,7 +28610,7 @@
|
|
|
28131
28610
|
"text": " "
|
|
28132
28611
|
}
|
|
28133
28612
|
],
|
|
28134
|
-
"fileUrlPath": "dist/lib/
|
|
28613
|
+
"fileUrlPath": "dist/lib/table/table.d.ts",
|
|
28135
28614
|
"releaseTag": "Public",
|
|
28136
28615
|
"isAbstract": false,
|
|
28137
28616
|
"name": "VwcTableElement",
|
|
@@ -28162,7 +28641,7 @@
|
|
|
28162
28641
|
"text": " "
|
|
28163
28642
|
}
|
|
28164
28643
|
],
|
|
28165
|
-
"fileUrlPath": "dist/lib/
|
|
28644
|
+
"fileUrlPath": "dist/lib/table/table-head.d.ts",
|
|
28166
28645
|
"releaseTag": "Public",
|
|
28167
28646
|
"isAbstract": false,
|
|
28168
28647
|
"name": "VwcTableHeadElement",
|
|
@@ -28193,7 +28672,7 @@
|
|
|
28193
28672
|
"text": " "
|
|
28194
28673
|
}
|
|
28195
28674
|
],
|
|
28196
|
-
"fileUrlPath": "dist/lib/
|
|
28675
|
+
"fileUrlPath": "dist/lib/table/table-header-cell.d.ts",
|
|
28197
28676
|
"releaseTag": "Public",
|
|
28198
28677
|
"isAbstract": false,
|
|
28199
28678
|
"name": "VwcTableHeaderCellElement",
|
|
@@ -28224,7 +28703,7 @@
|
|
|
28224
28703
|
"text": " "
|
|
28225
28704
|
}
|
|
28226
28705
|
],
|
|
28227
|
-
"fileUrlPath": "dist/lib/
|
|
28706
|
+
"fileUrlPath": "dist/lib/table/table-row.d.ts",
|
|
28228
28707
|
"releaseTag": "Public",
|
|
28229
28708
|
"isAbstract": false,
|
|
28230
28709
|
"name": "VwcTableRowElement",
|