@vonage/vivid 5.7.0 → 5.8.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/definition19.cjs +3 -4
- package/bundled/definition19.js +35 -52
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +1 -1
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +49 -22
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +8 -9
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/checkbox/definition.cjs +1 -1
- package/checkbox/definition.js +1 -1
- package/contextual-help/definition.cjs +1 -0
- package/contextual-help/definition.js +1 -1
- package/custom-elements.json +217 -251
- package/index.cjs +4 -0
- package/index.js +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/contextual-help/definition.d.ts +2 -0
- package/lib/rich-text-editor/locale.d.ts +0 -1
- package/lib/tag-name-map.d.ts +2 -1
- package/locales/de-DE.cjs +0 -1
- package/locales/de-DE.js +0 -1
- package/locales/en-GB.cjs +0 -1
- package/locales/en-GB.js +0 -1
- package/locales/en-US.cjs +0 -1
- package/locales/en-US.js +0 -1
- package/locales/ja-JP.cjs +0 -1
- package/locales/ja-JP.js +0 -1
- package/locales/zh-CN.cjs +0 -1
- package/locales/zh-CN.js +0 -1
- package/package.json +6 -10
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/select/definition.cjs +27 -15
- package/select/definition.js +27 -15
- package/shared/foundation/listbox/listbox.d.ts +0 -1
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/unbundled/listbox.cjs +29 -2
- package/unbundled/listbox.js +29 -2
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +104 -0
package/custom-elements.json
CHANGED
|
@@ -8671,23 +8671,6 @@
|
|
|
8671
8671
|
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
8672
8672
|
}
|
|
8673
8673
|
},
|
|
8674
|
-
{
|
|
8675
|
-
"kind": "method",
|
|
8676
|
-
"name": "getNextSelectableIndex",
|
|
8677
|
-
"privacy": "protected",
|
|
8678
|
-
"parameters": [
|
|
8679
|
-
{
|
|
8680
|
-
"name": "fromIndex",
|
|
8681
|
-
"type": {
|
|
8682
|
-
"text": "number"
|
|
8683
|
-
}
|
|
8684
|
-
}
|
|
8685
|
-
],
|
|
8686
|
-
"inheritedFrom": {
|
|
8687
|
-
"name": "Listbox",
|
|
8688
|
-
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
8689
|
-
}
|
|
8690
|
-
},
|
|
8691
8674
|
{
|
|
8692
8675
|
"kind": "method",
|
|
8693
8676
|
"name": "_validSelectedIndex",
|
|
@@ -9258,6 +9241,7 @@
|
|
|
9258
9241
|
"module": "/src/shared/foundation/vivid-element/vivid-element"
|
|
9259
9242
|
},
|
|
9260
9243
|
"vividComponent": {
|
|
9244
|
+
"public": true,
|
|
9261
9245
|
"name": "contextual-help"
|
|
9262
9246
|
}
|
|
9263
9247
|
}
|
|
@@ -9297,6 +9281,14 @@
|
|
|
9297
9281
|
"name": "registerContextualHelp",
|
|
9298
9282
|
"module": "src/lib/contextual-help/definition.ts"
|
|
9299
9283
|
}
|
|
9284
|
+
},
|
|
9285
|
+
{
|
|
9286
|
+
"kind": "js",
|
|
9287
|
+
"name": "VwcContextualHelpElement",
|
|
9288
|
+
"declaration": {
|
|
9289
|
+
"name": "ContextualHelp",
|
|
9290
|
+
"module": "src/lib/contextual-help/definition.ts"
|
|
9291
|
+
}
|
|
9300
9292
|
}
|
|
9301
9293
|
]
|
|
9302
9294
|
},
|
|
@@ -27212,23 +27204,6 @@
|
|
|
27212
27204
|
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
27213
27205
|
}
|
|
27214
27206
|
},
|
|
27215
|
-
{
|
|
27216
|
-
"kind": "method",
|
|
27217
|
-
"name": "getNextSelectableIndex",
|
|
27218
|
-
"privacy": "protected",
|
|
27219
|
-
"parameters": [
|
|
27220
|
-
{
|
|
27221
|
-
"name": "fromIndex",
|
|
27222
|
-
"type": {
|
|
27223
|
-
"text": "number"
|
|
27224
|
-
}
|
|
27225
|
-
}
|
|
27226
|
-
],
|
|
27227
|
-
"inheritedFrom": {
|
|
27228
|
-
"name": "Listbox",
|
|
27229
|
-
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
27230
|
-
}
|
|
27231
|
-
},
|
|
27232
27207
|
{
|
|
27233
27208
|
"kind": "method",
|
|
27234
27209
|
"name": "_validSelectedIndex",
|
|
@@ -31431,8 +31406,12 @@
|
|
|
31431
31406
|
],
|
|
31432
31407
|
"slots": [
|
|
31433
31408
|
{
|
|
31434
|
-
"description": "Default slot.",
|
|
31409
|
+
"description": "Default slot for tab and tab-panel elements.",
|
|
31435
31410
|
"name": ""
|
|
31411
|
+
},
|
|
31412
|
+
{
|
|
31413
|
+
"description": "Slot for action items such as buttons or controls.",
|
|
31414
|
+
"name": "action-items"
|
|
31436
31415
|
}
|
|
31437
31416
|
],
|
|
31438
31417
|
"members": [
|
|
@@ -44881,6 +44860,209 @@
|
|
|
44881
44860
|
}
|
|
44882
44861
|
]
|
|
44883
44862
|
},
|
|
44863
|
+
{
|
|
44864
|
+
"kind": "javascript-module",
|
|
44865
|
+
"path": "src/shared/foundation/listbox/listbox.ts",
|
|
44866
|
+
"declarations": [
|
|
44867
|
+
{
|
|
44868
|
+
"kind": "class",
|
|
44869
|
+
"description": "",
|
|
44870
|
+
"name": "Listbox",
|
|
44871
|
+
"members": [
|
|
44872
|
+
{
|
|
44873
|
+
"kind": "field",
|
|
44874
|
+
"name": "length",
|
|
44875
|
+
"type": {
|
|
44876
|
+
"text": "number"
|
|
44877
|
+
},
|
|
44878
|
+
"description": "The number of options.",
|
|
44879
|
+
"privacy": "public",
|
|
44880
|
+
"readonly": true
|
|
44881
|
+
},
|
|
44882
|
+
{
|
|
44883
|
+
"kind": "field",
|
|
44884
|
+
"name": "options",
|
|
44885
|
+
"type": {
|
|
44886
|
+
"text": "ListboxOption[]"
|
|
44887
|
+
},
|
|
44888
|
+
"description": "The list of options.",
|
|
44889
|
+
"privacy": "public"
|
|
44890
|
+
},
|
|
44891
|
+
{
|
|
44892
|
+
"kind": "field",
|
|
44893
|
+
"name": "disabled",
|
|
44894
|
+
"type": {
|
|
44895
|
+
"text": "boolean"
|
|
44896
|
+
},
|
|
44897
|
+
"description": "The disabled state of the listbox.",
|
|
44898
|
+
"privacy": "public"
|
|
44899
|
+
},
|
|
44900
|
+
{
|
|
44901
|
+
"kind": "field",
|
|
44902
|
+
"name": "selectedIndex",
|
|
44903
|
+
"type": {
|
|
44904
|
+
"text": "number"
|
|
44905
|
+
},
|
|
44906
|
+
"default": "-1",
|
|
44907
|
+
"description": "The index of the selected option.",
|
|
44908
|
+
"privacy": "public"
|
|
44909
|
+
},
|
|
44910
|
+
{
|
|
44911
|
+
"kind": "field",
|
|
44912
|
+
"name": "selectedOptions",
|
|
44913
|
+
"type": {
|
|
44914
|
+
"text": "ListboxOption[]"
|
|
44915
|
+
},
|
|
44916
|
+
"default": "[]",
|
|
44917
|
+
"description": "A collection of the selected options.",
|
|
44918
|
+
"privacy": "public"
|
|
44919
|
+
},
|
|
44920
|
+
{
|
|
44921
|
+
"kind": "field",
|
|
44922
|
+
"name": "slottedOptionFilter",
|
|
44923
|
+
"static": true,
|
|
44924
|
+
"description": "A static filter to include only selectable options.",
|
|
44925
|
+
"parameters": [
|
|
44926
|
+
{
|
|
44927
|
+
"description": "element to filter",
|
|
44928
|
+
"name": "n"
|
|
44929
|
+
}
|
|
44930
|
+
],
|
|
44931
|
+
"privacy": "public"
|
|
44932
|
+
},
|
|
44933
|
+
{
|
|
44934
|
+
"kind": "method",
|
|
44935
|
+
"name": "_validSelectedIndex",
|
|
44936
|
+
"privacy": "protected",
|
|
44937
|
+
"return": {
|
|
44938
|
+
"type": {
|
|
44939
|
+
"text": "number"
|
|
44940
|
+
}
|
|
44941
|
+
},
|
|
44942
|
+
"parameters": [
|
|
44943
|
+
{
|
|
44944
|
+
"name": "index",
|
|
44945
|
+
"type": {
|
|
44946
|
+
"text": "number"
|
|
44947
|
+
}
|
|
44948
|
+
}
|
|
44949
|
+
]
|
|
44950
|
+
},
|
|
44951
|
+
{
|
|
44952
|
+
"kind": "method",
|
|
44953
|
+
"name": "selectFirstOption",
|
|
44954
|
+
"return": {
|
|
44955
|
+
"type": {
|
|
44956
|
+
"text": "void"
|
|
44957
|
+
}
|
|
44958
|
+
},
|
|
44959
|
+
"description": "Moves focus to the first selectable option.",
|
|
44960
|
+
"privacy": "public"
|
|
44961
|
+
},
|
|
44962
|
+
{
|
|
44963
|
+
"kind": "method",
|
|
44964
|
+
"name": "_newDefaultSelectedIndex",
|
|
44965
|
+
"privacy": "protected",
|
|
44966
|
+
"return": {
|
|
44967
|
+
"type": {
|
|
44968
|
+
"text": "number | null"
|
|
44969
|
+
}
|
|
44970
|
+
},
|
|
44971
|
+
"parameters": [
|
|
44972
|
+
{
|
|
44973
|
+
"name": "prev",
|
|
44974
|
+
"type": {
|
|
44975
|
+
"text": "ListboxOption[]"
|
|
44976
|
+
}
|
|
44977
|
+
},
|
|
44978
|
+
{
|
|
44979
|
+
"name": "next",
|
|
44980
|
+
"type": {
|
|
44981
|
+
"text": "ListboxOption[]"
|
|
44982
|
+
}
|
|
44983
|
+
},
|
|
44984
|
+
{
|
|
44985
|
+
"name": "currentSelectedIndex",
|
|
44986
|
+
"type": {
|
|
44987
|
+
"text": "number"
|
|
44988
|
+
}
|
|
44989
|
+
}
|
|
44990
|
+
]
|
|
44991
|
+
},
|
|
44992
|
+
{
|
|
44993
|
+
"kind": "method",
|
|
44994
|
+
"name": "_isDefaultSelected",
|
|
44995
|
+
"privacy": "protected",
|
|
44996
|
+
"parameters": [
|
|
44997
|
+
{
|
|
44998
|
+
"name": "option",
|
|
44999
|
+
"type": {
|
|
45000
|
+
"text": "ListboxOption"
|
|
45001
|
+
}
|
|
45002
|
+
}
|
|
45003
|
+
]
|
|
45004
|
+
},
|
|
45005
|
+
{
|
|
45006
|
+
"kind": "method",
|
|
45007
|
+
"name": "setSelectedOptions",
|
|
45008
|
+
"privacy": "public",
|
|
45009
|
+
"description": "Sets an option as selected and gives it focus."
|
|
45010
|
+
},
|
|
45011
|
+
{
|
|
45012
|
+
"kind": "field",
|
|
45013
|
+
"name": "VIVID_VERSION",
|
|
45014
|
+
"static": true,
|
|
45015
|
+
"default": "__PACKAGE_VERSION__",
|
|
45016
|
+
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
45017
|
+
"type": {
|
|
45018
|
+
"text": "string"
|
|
45019
|
+
},
|
|
45020
|
+
"inheritedFrom": {
|
|
45021
|
+
"name": "VividElement",
|
|
45022
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
45023
|
+
}
|
|
45024
|
+
},
|
|
45025
|
+
{
|
|
45026
|
+
"kind": "field",
|
|
45027
|
+
"name": "componentName",
|
|
45028
|
+
"type": {
|
|
45029
|
+
"text": "string"
|
|
45030
|
+
},
|
|
45031
|
+
"static": true,
|
|
45032
|
+
"description": "Core component name, without prefix",
|
|
45033
|
+
"inheritedFrom": {
|
|
45034
|
+
"name": "VividElement",
|
|
45035
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
45036
|
+
}
|
|
45037
|
+
}
|
|
45038
|
+
],
|
|
45039
|
+
"attributes": [
|
|
45040
|
+
{
|
|
45041
|
+
"name": "disabled",
|
|
45042
|
+
"type": {
|
|
45043
|
+
"text": "boolean"
|
|
45044
|
+
},
|
|
45045
|
+
"description": "The disabled state of the listbox.",
|
|
45046
|
+
"fieldName": "disabled"
|
|
45047
|
+
}
|
|
45048
|
+
],
|
|
45049
|
+
"superclass": {
|
|
45050
|
+
"name": "VividElement",
|
|
45051
|
+
"module": "/src/shared/foundation/vivid-element/vivid-element"
|
|
45052
|
+
}
|
|
45053
|
+
}
|
|
45054
|
+
],
|
|
45055
|
+
"exports": [
|
|
45056
|
+
{
|
|
45057
|
+
"kind": "js",
|
|
45058
|
+
"name": "Listbox",
|
|
45059
|
+
"declaration": {
|
|
45060
|
+
"name": "Listbox",
|
|
45061
|
+
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
45062
|
+
}
|
|
45063
|
+
}
|
|
45064
|
+
]
|
|
45065
|
+
},
|
|
44884
45066
|
{
|
|
44885
45067
|
"kind": "javascript-module",
|
|
44886
45068
|
"path": "src/shared/foundation/form-associated/form-associated.ts",
|
|
@@ -45392,222 +45574,6 @@
|
|
|
45392
45574
|
}
|
|
45393
45575
|
]
|
|
45394
45576
|
},
|
|
45395
|
-
{
|
|
45396
|
-
"kind": "javascript-module",
|
|
45397
|
-
"path": "src/shared/foundation/listbox/listbox.ts",
|
|
45398
|
-
"declarations": [
|
|
45399
|
-
{
|
|
45400
|
-
"kind": "class",
|
|
45401
|
-
"description": "",
|
|
45402
|
-
"name": "Listbox",
|
|
45403
|
-
"members": [
|
|
45404
|
-
{
|
|
45405
|
-
"kind": "field",
|
|
45406
|
-
"name": "length",
|
|
45407
|
-
"type": {
|
|
45408
|
-
"text": "number"
|
|
45409
|
-
},
|
|
45410
|
-
"description": "The number of options.",
|
|
45411
|
-
"privacy": "public",
|
|
45412
|
-
"readonly": true
|
|
45413
|
-
},
|
|
45414
|
-
{
|
|
45415
|
-
"kind": "field",
|
|
45416
|
-
"name": "options",
|
|
45417
|
-
"type": {
|
|
45418
|
-
"text": "ListboxOption[]"
|
|
45419
|
-
},
|
|
45420
|
-
"description": "The list of options.",
|
|
45421
|
-
"privacy": "public"
|
|
45422
|
-
},
|
|
45423
|
-
{
|
|
45424
|
-
"kind": "field",
|
|
45425
|
-
"name": "disabled",
|
|
45426
|
-
"type": {
|
|
45427
|
-
"text": "boolean"
|
|
45428
|
-
},
|
|
45429
|
-
"description": "The disabled state of the listbox.",
|
|
45430
|
-
"privacy": "public"
|
|
45431
|
-
},
|
|
45432
|
-
{
|
|
45433
|
-
"kind": "field",
|
|
45434
|
-
"name": "selectedIndex",
|
|
45435
|
-
"type": {
|
|
45436
|
-
"text": "number"
|
|
45437
|
-
},
|
|
45438
|
-
"default": "-1",
|
|
45439
|
-
"description": "The index of the selected option.",
|
|
45440
|
-
"privacy": "public"
|
|
45441
|
-
},
|
|
45442
|
-
{
|
|
45443
|
-
"kind": "field",
|
|
45444
|
-
"name": "selectedOptions",
|
|
45445
|
-
"type": {
|
|
45446
|
-
"text": "ListboxOption[]"
|
|
45447
|
-
},
|
|
45448
|
-
"default": "[]",
|
|
45449
|
-
"description": "A collection of the selected options.",
|
|
45450
|
-
"privacy": "public"
|
|
45451
|
-
},
|
|
45452
|
-
{
|
|
45453
|
-
"kind": "field",
|
|
45454
|
-
"name": "slottedOptionFilter",
|
|
45455
|
-
"static": true,
|
|
45456
|
-
"description": "A static filter to include only selectable options.",
|
|
45457
|
-
"parameters": [
|
|
45458
|
-
{
|
|
45459
|
-
"description": "element to filter",
|
|
45460
|
-
"name": "n"
|
|
45461
|
-
}
|
|
45462
|
-
],
|
|
45463
|
-
"privacy": "public"
|
|
45464
|
-
},
|
|
45465
|
-
{
|
|
45466
|
-
"kind": "method",
|
|
45467
|
-
"name": "getNextSelectableIndex",
|
|
45468
|
-
"privacy": "protected",
|
|
45469
|
-
"parameters": [
|
|
45470
|
-
{
|
|
45471
|
-
"name": "fromIndex",
|
|
45472
|
-
"type": {
|
|
45473
|
-
"text": "number"
|
|
45474
|
-
}
|
|
45475
|
-
}
|
|
45476
|
-
]
|
|
45477
|
-
},
|
|
45478
|
-
{
|
|
45479
|
-
"kind": "method",
|
|
45480
|
-
"name": "_validSelectedIndex",
|
|
45481
|
-
"privacy": "protected",
|
|
45482
|
-
"return": {
|
|
45483
|
-
"type": {
|
|
45484
|
-
"text": "number"
|
|
45485
|
-
}
|
|
45486
|
-
},
|
|
45487
|
-
"parameters": [
|
|
45488
|
-
{
|
|
45489
|
-
"name": "index",
|
|
45490
|
-
"type": {
|
|
45491
|
-
"text": "number"
|
|
45492
|
-
}
|
|
45493
|
-
}
|
|
45494
|
-
]
|
|
45495
|
-
},
|
|
45496
|
-
{
|
|
45497
|
-
"kind": "method",
|
|
45498
|
-
"name": "selectFirstOption",
|
|
45499
|
-
"return": {
|
|
45500
|
-
"type": {
|
|
45501
|
-
"text": "void"
|
|
45502
|
-
}
|
|
45503
|
-
},
|
|
45504
|
-
"description": "Moves focus to the first selectable option.",
|
|
45505
|
-
"privacy": "public"
|
|
45506
|
-
},
|
|
45507
|
-
{
|
|
45508
|
-
"kind": "method",
|
|
45509
|
-
"name": "_newDefaultSelectedIndex",
|
|
45510
|
-
"privacy": "protected",
|
|
45511
|
-
"return": {
|
|
45512
|
-
"type": {
|
|
45513
|
-
"text": "number | null"
|
|
45514
|
-
}
|
|
45515
|
-
},
|
|
45516
|
-
"parameters": [
|
|
45517
|
-
{
|
|
45518
|
-
"name": "prev",
|
|
45519
|
-
"type": {
|
|
45520
|
-
"text": "ListboxOption[]"
|
|
45521
|
-
}
|
|
45522
|
-
},
|
|
45523
|
-
{
|
|
45524
|
-
"name": "next",
|
|
45525
|
-
"type": {
|
|
45526
|
-
"text": "ListboxOption[]"
|
|
45527
|
-
}
|
|
45528
|
-
},
|
|
45529
|
-
{
|
|
45530
|
-
"name": "currentSelectedIndex",
|
|
45531
|
-
"type": {
|
|
45532
|
-
"text": "number"
|
|
45533
|
-
}
|
|
45534
|
-
}
|
|
45535
|
-
]
|
|
45536
|
-
},
|
|
45537
|
-
{
|
|
45538
|
-
"kind": "method",
|
|
45539
|
-
"name": "_isDefaultSelected",
|
|
45540
|
-
"privacy": "protected",
|
|
45541
|
-
"parameters": [
|
|
45542
|
-
{
|
|
45543
|
-
"name": "option",
|
|
45544
|
-
"type": {
|
|
45545
|
-
"text": "ListboxOption"
|
|
45546
|
-
}
|
|
45547
|
-
}
|
|
45548
|
-
]
|
|
45549
|
-
},
|
|
45550
|
-
{
|
|
45551
|
-
"kind": "method",
|
|
45552
|
-
"name": "setSelectedOptions",
|
|
45553
|
-
"privacy": "public",
|
|
45554
|
-
"description": "Sets an option as selected and gives it focus."
|
|
45555
|
-
},
|
|
45556
|
-
{
|
|
45557
|
-
"kind": "field",
|
|
45558
|
-
"name": "VIVID_VERSION",
|
|
45559
|
-
"static": true,
|
|
45560
|
-
"default": "__PACKAGE_VERSION__",
|
|
45561
|
-
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
45562
|
-
"type": {
|
|
45563
|
-
"text": "string"
|
|
45564
|
-
},
|
|
45565
|
-
"inheritedFrom": {
|
|
45566
|
-
"name": "VividElement",
|
|
45567
|
-
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
45568
|
-
}
|
|
45569
|
-
},
|
|
45570
|
-
{
|
|
45571
|
-
"kind": "field",
|
|
45572
|
-
"name": "componentName",
|
|
45573
|
-
"type": {
|
|
45574
|
-
"text": "string"
|
|
45575
|
-
},
|
|
45576
|
-
"static": true,
|
|
45577
|
-
"description": "Core component name, without prefix",
|
|
45578
|
-
"inheritedFrom": {
|
|
45579
|
-
"name": "VividElement",
|
|
45580
|
-
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
45581
|
-
}
|
|
45582
|
-
}
|
|
45583
|
-
],
|
|
45584
|
-
"attributes": [
|
|
45585
|
-
{
|
|
45586
|
-
"name": "disabled",
|
|
45587
|
-
"type": {
|
|
45588
|
-
"text": "boolean"
|
|
45589
|
-
},
|
|
45590
|
-
"description": "The disabled state of the listbox.",
|
|
45591
|
-
"fieldName": "disabled"
|
|
45592
|
-
}
|
|
45593
|
-
],
|
|
45594
|
-
"superclass": {
|
|
45595
|
-
"name": "VividElement",
|
|
45596
|
-
"module": "/src/shared/foundation/vivid-element/vivid-element"
|
|
45597
|
-
}
|
|
45598
|
-
}
|
|
45599
|
-
],
|
|
45600
|
-
"exports": [
|
|
45601
|
-
{
|
|
45602
|
-
"kind": "js",
|
|
45603
|
-
"name": "Listbox",
|
|
45604
|
-
"declaration": {
|
|
45605
|
-
"name": "Listbox",
|
|
45606
|
-
"module": "src/shared/foundation/listbox/listbox.ts"
|
|
45607
|
-
}
|
|
45608
|
-
}
|
|
45609
|
-
]
|
|
45610
|
-
},
|
|
45611
45577
|
{
|
|
45612
45578
|
"kind": "javascript-module",
|
|
45613
45579
|
"path": "src/shared/foundation/progress/base-progress.ts",
|
package/index.cjs
CHANGED
|
@@ -22,6 +22,7 @@ const calendar_definition = require('./calendar/definition.cjs');
|
|
|
22
22
|
const card_definition = require('./card/definition.cjs');
|
|
23
23
|
const checkbox_definition = require('./checkbox/definition.cjs');
|
|
24
24
|
const colorPicker_definition = require('./color-picker/definition.cjs');
|
|
25
|
+
const contextualHelp_definition = require('./contextual-help/definition.cjs');
|
|
25
26
|
const combobox_definition = require('./combobox/definition.cjs');
|
|
26
27
|
const dataGrid_definition = require('./data-grid/definition.cjs');
|
|
27
28
|
const datePicker_definition = require('./date-picker/definition.cjs');
|
|
@@ -139,6 +140,9 @@ exports.registerCheckbox = checkbox_definition.registerCheckbox;
|
|
|
139
140
|
exports.VwcColorPickerElement = colorPicker_definition.VwcColorPickerElement;
|
|
140
141
|
exports.colorPickerDefinition = colorPicker_definition.colorPickerDefinition;
|
|
141
142
|
exports.registerColorPicker = colorPicker_definition.registerColorPicker;
|
|
143
|
+
exports.VwcContextualHelpElement = contextualHelp_definition.VwcContextualHelpElement;
|
|
144
|
+
exports.contextualHelpDefinition = contextualHelp_definition.contextualHelpDefinition;
|
|
145
|
+
exports.registerContextualHelp = contextualHelp_definition.registerContextualHelp;
|
|
142
146
|
exports.VwcComboboxElement = combobox_definition.VwcComboboxElement;
|
|
143
147
|
exports.comboboxDefinition = combobox_definition.comboboxDefinition;
|
|
144
148
|
exports.registerCombobox = combobox_definition.registerCombobox;
|
package/index.js
CHANGED
|
@@ -18,6 +18,7 @@ export { VwcCalendarElement, calendarDefinition, registerCalendar } from './cale
|
|
|
18
18
|
export { VwcCardElement, cardDefinition, registerCard } from './card/definition.js';
|
|
19
19
|
export { VwcCheckboxElement, checkboxDefinition, registerCheckbox } from './checkbox/definition.js';
|
|
20
20
|
export { VwcColorPickerElement, colorPickerDefinition, registerColorPicker } from './color-picker/definition.js';
|
|
21
|
+
export { VwcContextualHelpElement, contextualHelpDefinition, registerContextualHelp } from './contextual-help/definition.js';
|
|
21
22
|
export { VwcComboboxElement, comboboxDefinition, registerCombobox } from './combobox/definition.js';
|
|
22
23
|
export { VwcDataGridCellElement, VwcDataGridElement, VwcDataGridRowElement, dataGridCellDefinition, dataGridDefinition, dataGridRowDefinition, registerDataGrid } from './data-grid/definition.js';
|
|
23
24
|
export { VwcDatePickerElement, datePickerDefinition, registerDatePicker } from './date-picker/definition.js';
|
package/lib/components.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from './calendar/definition';
|
|
|
14
14
|
export * from './card/definition';
|
|
15
15
|
export * from './checkbox/definition';
|
|
16
16
|
export * from './color-picker/definition';
|
|
17
|
+
export * from './contextual-help/definition';
|
|
17
18
|
export * from './combobox/definition';
|
|
18
19
|
export * from './data-grid/definition';
|
|
19
20
|
export * from './date-picker/definition';
|
package/lib/tag-name-map.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VwcAccordionElement, VwcAccordionItemElement, VwcActionGroupElement, VwcAlertElement, VwcAudioPlayerElement, VwcAvatarElement, VwcBadgeElement, VwcBannerElement, VwcBreadcrumbElement, VwcBreadcrumbItemElement, VwcButtonElement, VwcCalendarElement, VwcCalendarEventElement, VwcCardElement, VwcCheckboxElement, VwcColorPickerElement, VwcComboboxElement, VwcDataGridCellElement, VwcDataGridElement, VwcDataGridRowElement, VwcDatePickerElement, VwcDateRangePickerElement, VwcDateTimePickerElement, VwcDialogElement, VwcDialPadElement, VwcDividerElement, VwcEmptyStateElement, VwcFabElement, VwcFilePickerElement, VwcHeaderElement, VwcIconElement, VwcLayoutElement, VwcMenuElement, VwcMenuItemElement, VwcNavDisclosureElement, VwcNavElement, VwcNavItemElement, VwcNoteElement, VwcNumberFieldElement, VwcOptionElement, VwcPaginationElement, VwcProgressElement, VwcProgressRingElement, VwcRadioElement, VwcRadioGroupElement, VwcRangeSliderElement, VwcRichTextEditorElement, VwcSearchableSelectElement, VwcSelectableBoxElement, VwcSelectElement, VwcSideDrawerElement, VwcSimpleColorPickerElement, VwcSliderElement, VwcSplitButtonElement, VwcSwitchElement, VwcTabElement, VwcTabPanelElement, VwcTabsElement, VwcTagElement, VwcTagGroupElement, VwcTextAreaElement, VwcTextFieldElement, VwcTimePickerElement, VwcToggletipElement, VwcTooltipElement, VwcTreeItemElement, VwcTreeViewElement, VwcVideoPlayerElement } from './components';
|
|
1
|
+
import type { VwcAccordionElement, VwcAccordionItemElement, VwcActionGroupElement, VwcAlertElement, VwcAudioPlayerElement, VwcAvatarElement, VwcBadgeElement, VwcBannerElement, VwcBreadcrumbElement, VwcBreadcrumbItemElement, VwcButtonElement, VwcCalendarElement, VwcCalendarEventElement, VwcCardElement, VwcCheckboxElement, VwcColorPickerElement, VwcComboboxElement, VwcContextualHelpElement, VwcDataGridCellElement, VwcDataGridElement, VwcDataGridRowElement, VwcDatePickerElement, VwcDateRangePickerElement, VwcDateTimePickerElement, VwcDialogElement, VwcDialPadElement, VwcDividerElement, VwcEmptyStateElement, VwcFabElement, VwcFilePickerElement, VwcHeaderElement, VwcIconElement, VwcLayoutElement, VwcMenuElement, VwcMenuItemElement, VwcNavDisclosureElement, VwcNavElement, VwcNavItemElement, VwcNoteElement, VwcNumberFieldElement, VwcOptionElement, VwcPaginationElement, VwcProgressElement, VwcProgressRingElement, VwcRadioElement, VwcRadioGroupElement, VwcRangeSliderElement, VwcRichTextEditorElement, VwcSearchableSelectElement, VwcSelectableBoxElement, VwcSelectElement, VwcSideDrawerElement, VwcSimpleColorPickerElement, VwcSliderElement, VwcSplitButtonElement, VwcSwitchElement, VwcTabElement, VwcTabPanelElement, VwcTabsElement, VwcTagElement, VwcTagGroupElement, VwcTextAreaElement, VwcTextFieldElement, VwcTimePickerElement, VwcToggletipElement, VwcTooltipElement, VwcTreeItemElement, VwcTreeViewElement, VwcVideoPlayerElement } from './components';
|
|
2
2
|
type DefaultVividTagNameMap = {
|
|
3
3
|
'vwc-accordion': VwcAccordionElement;
|
|
4
4
|
'vwc-accordion-item': VwcAccordionItemElement;
|
|
@@ -16,6 +16,7 @@ type DefaultVividTagNameMap = {
|
|
|
16
16
|
'vwc-card': VwcCardElement;
|
|
17
17
|
'vwc-checkbox': VwcCheckboxElement;
|
|
18
18
|
'vwc-color-picker': VwcColorPickerElement;
|
|
19
|
+
'vwc-contextual-help': VwcContextualHelpElement;
|
|
19
20
|
'vwc-combobox': VwcComboboxElement;
|
|
20
21
|
'vwc-data-grid-cell': VwcDataGridCellElement;
|
|
21
22
|
'vwc-data-grid': VwcDataGridElement;
|
package/locales/de-DE.cjs
CHANGED
package/locales/de-DE.js
CHANGED
package/locales/en-GB.cjs
CHANGED
package/locales/en-GB.js
CHANGED
package/locales/en-US.cjs
CHANGED
package/locales/en-US.js
CHANGED
package/locales/ja-JP.cjs
CHANGED
package/locales/ja-JP.js
CHANGED
package/locales/zh-CN.cjs
CHANGED