@vonage/vivid 3.1.3 → 3.2.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 +149 -0
- package/data-grid/index.js +5 -59
- package/index.js +3 -0
- package/lib/components.d.ts +2 -0
- package/lib/tree-item/definition.d.ts +3 -0
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +7 -0
- package/lib/tree-item/tree-item.template.d.ts +4 -0
- package/lib/tree-view/definition.d.ts +3 -0
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +3 -0
- package/lib/tree-view/tree-view.template.d.ts +2 -0
- package/package.json +1 -1
- package/shared/children.js +59 -0
- package/shared/definition.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition27.js +1 -1
- package/shared/definition29.js +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition47.js +123 -0
- package/shared/definition48.js +451 -0
- package/shared/definition5.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/dom.js +13 -1
- package/shared/form-elements.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +2 -2
- package/shared/text-field.js +1 -1
- 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/tree-item/index.js +91 -0
- package/tree-view/index.js +11 -0
- package/vivid.api.json +210 -0
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Sun, 19 Feb 2023 11:52:38 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition47.js';
|
|
2
|
+
import '../shared/index.js';
|
|
3
|
+
import '../shared/definition.js';
|
|
4
|
+
import '../shared/definition2.js';
|
|
5
|
+
import '../shared/definition3.js';
|
|
6
|
+
import '../shared/icon.js';
|
|
7
|
+
import '../shared/to-string.js';
|
|
8
|
+
import '../shared/string-trim.js';
|
|
9
|
+
import '../shared/_has.js';
|
|
10
|
+
import '../shared/class-names.js';
|
|
11
|
+
import '../shared/when.js';
|
|
12
|
+
import '../shared/definition4.js';
|
|
13
|
+
import '../shared/focus.js';
|
|
14
|
+
import '../shared/affix.js';
|
|
15
|
+
import '../shared/start-end.js';
|
|
16
|
+
import '../shared/ref.js';
|
|
17
|
+
import '../shared/apply-mixins.js';
|
|
18
|
+
import '../shared/focus2.js';
|
|
19
|
+
import '../shared/key-codes.js';
|
|
20
|
+
import '../shared/numbers.js';
|
|
21
|
+
import '../shared/slotted.js';
|
|
22
|
+
import '../shared/definition5.js';
|
|
23
|
+
import '../shared/definition6.js';
|
|
24
|
+
import '../shared/definition7.js';
|
|
25
|
+
import '../shared/definition8.js';
|
|
26
|
+
import '../shared/definition9.js';
|
|
27
|
+
import '../shared/button.js';
|
|
28
|
+
import '../shared/form-associated.js';
|
|
29
|
+
import '../shared/aria-global.js';
|
|
30
|
+
import '../shared/enums.js';
|
|
31
|
+
import '../shared/definition10.js';
|
|
32
|
+
import '../shared/breadcrumb-item.js';
|
|
33
|
+
import '../shared/anchor.js';
|
|
34
|
+
import '../shared/definition11.js';
|
|
35
|
+
import '../shared/text-anchor.template.js';
|
|
36
|
+
import '../shared/definition12.js';
|
|
37
|
+
import '../shared/calendar-event.js';
|
|
38
|
+
import '../shared/es.object.assign.js';
|
|
39
|
+
import '../shared/repeat.js';
|
|
40
|
+
import '../shared/definition13.js';
|
|
41
|
+
import '../shared/definition14.js';
|
|
42
|
+
import '../shared/definition15.js';
|
|
43
|
+
import '../shared/definition16.js';
|
|
44
|
+
import '../shared/definition17.js';
|
|
45
|
+
import '../shared/definition18.js';
|
|
46
|
+
import '../shared/definition19.js';
|
|
47
|
+
import '../shared/dom.js';
|
|
48
|
+
import '../shared/form-elements.js';
|
|
49
|
+
import '../shared/text-field.js';
|
|
50
|
+
import '../shared/listbox.js';
|
|
51
|
+
import '../shared/strings.js';
|
|
52
|
+
import '../shared/select.options.js';
|
|
53
|
+
import '../shared/definition20.js';
|
|
54
|
+
import '../shared/definition21.js';
|
|
55
|
+
import '../shared/aria.js';
|
|
56
|
+
import '../shared/definition22.js';
|
|
57
|
+
import '../shared/definition23.js';
|
|
58
|
+
import '../shared/definition24.js';
|
|
59
|
+
import '../shared/definition25.js';
|
|
60
|
+
import '../shared/definition26.js';
|
|
61
|
+
import '../shared/definition27.js';
|
|
62
|
+
import '../shared/direction.js';
|
|
63
|
+
import '../shared/definition28.js';
|
|
64
|
+
import '../shared/definition29.js';
|
|
65
|
+
import '../shared/definition30.js';
|
|
66
|
+
import '../shared/text-anchor.js';
|
|
67
|
+
import '../shared/definition31.js';
|
|
68
|
+
import '../shared/definition32.js';
|
|
69
|
+
import '../shared/text-field2.js';
|
|
70
|
+
import '../shared/es.regexp.to-string.js';
|
|
71
|
+
import '../shared/definition33.js';
|
|
72
|
+
import '../shared/base-progress.js';
|
|
73
|
+
import '../shared/definition34.js';
|
|
74
|
+
import '../shared/definition35.js';
|
|
75
|
+
import '../shared/radio.js';
|
|
76
|
+
import '../shared/definition36.js';
|
|
77
|
+
import '../shared/aria2.js';
|
|
78
|
+
import '../shared/definition37.js';
|
|
79
|
+
import '../shared/definition38.js';
|
|
80
|
+
import '../shared/definition39.js';
|
|
81
|
+
import '../shared/definition40.js';
|
|
82
|
+
import '../shared/definition45.js';
|
|
83
|
+
import '../shared/definition44.js';
|
|
84
|
+
import '../shared/definition46.js';
|
|
85
|
+
import '../shared/definition43.js';
|
|
86
|
+
import '../shared/definition41.js';
|
|
87
|
+
import '../shared/definition42.js';
|
|
88
|
+
import '../shared/definition48.js';
|
|
89
|
+
import '../shared/children.js';
|
|
90
|
+
|
|
91
|
+
registerTreeItem();
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { r as registerTreeView } from '../shared/definition48.js';
|
|
2
|
+
import '../shared/index.js';
|
|
3
|
+
import '../shared/start-end.js';
|
|
4
|
+
import '../shared/ref.js';
|
|
5
|
+
import '../shared/apply-mixins.js';
|
|
6
|
+
import '../shared/dom.js';
|
|
7
|
+
import '../shared/key-codes.js';
|
|
8
|
+
import '../shared/slotted.js';
|
|
9
|
+
import '../shared/class-names.js';
|
|
10
|
+
|
|
11
|
+
registerTreeView();
|
package/vivid.api.json
CHANGED
|
@@ -3083,6 +3083,62 @@
|
|
|
3083
3083
|
"endIndex": 3
|
|
3084
3084
|
}
|
|
3085
3085
|
},
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "Variable",
|
|
3088
|
+
"canonicalReference": "@vonage/vivid!registerTreeItem:var",
|
|
3089
|
+
"docComment": "",
|
|
3090
|
+
"excerptTokens": [
|
|
3091
|
+
{
|
|
3092
|
+
"kind": "Content",
|
|
3093
|
+
"text": "registerTreeItem: "
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"kind": "Content",
|
|
3097
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"kind": "Reference",
|
|
3101
|
+
"text": "DesignSystem",
|
|
3102
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
3103
|
+
}
|
|
3104
|
+
],
|
|
3105
|
+
"fileUrlPath": "../../dist/libs/components/lib/tree-item/definition.d.ts",
|
|
3106
|
+
"isReadonly": true,
|
|
3107
|
+
"releaseTag": "Public",
|
|
3108
|
+
"name": "registerTreeItem",
|
|
3109
|
+
"variableTypeTokenRange": {
|
|
3110
|
+
"startIndex": 1,
|
|
3111
|
+
"endIndex": 3
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "Variable",
|
|
3116
|
+
"canonicalReference": "@vonage/vivid!registerTreeView:var",
|
|
3117
|
+
"docComment": "",
|
|
3118
|
+
"excerptTokens": [
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "Content",
|
|
3121
|
+
"text": "registerTreeView: "
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"kind": "Content",
|
|
3125
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "Reference",
|
|
3129
|
+
"text": "DesignSystem",
|
|
3130
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"fileUrlPath": "../../dist/libs/components/lib/tree-view/definition.d.ts",
|
|
3134
|
+
"isReadonly": true,
|
|
3135
|
+
"releaseTag": "Public",
|
|
3136
|
+
"name": "registerTreeView",
|
|
3137
|
+
"variableTypeTokenRange": {
|
|
3138
|
+
"startIndex": 1,
|
|
3139
|
+
"endIndex": 3
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3086
3142
|
{
|
|
3087
3143
|
"kind": "Variable",
|
|
3088
3144
|
"canonicalReference": "@vonage/vivid!selectDefinition:var",
|
|
@@ -3852,6 +3908,160 @@
|
|
|
3852
3908
|
"startIndex": 1,
|
|
3853
3909
|
"endIndex": 14
|
|
3854
3910
|
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "Variable",
|
|
3914
|
+
"canonicalReference": "@vonage/vivid!treeItemDefinition:var",
|
|
3915
|
+
"docComment": "",
|
|
3916
|
+
"excerptTokens": [
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "Content",
|
|
3919
|
+
"text": "treeItemDefinition: "
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "Content",
|
|
3923
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"kind": "Reference",
|
|
3927
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3928
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "Content",
|
|
3932
|
+
"text": "<"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "Reference",
|
|
3936
|
+
"text": "FoundationElementDefinition",
|
|
3937
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "Content",
|
|
3941
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "Reference",
|
|
3945
|
+
"text": "FoundationElementRegistry",
|
|
3946
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "Content",
|
|
3950
|
+
"text": "<"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "Reference",
|
|
3954
|
+
"text": "FoundationElementDefinition",
|
|
3955
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "Content",
|
|
3959
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "Reference",
|
|
3963
|
+
"text": "Constructable",
|
|
3964
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "Content",
|
|
3968
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"kind": "Reference",
|
|
3972
|
+
"text": "FoundationElement",
|
|
3973
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"kind": "Content",
|
|
3977
|
+
"text": ">>"
|
|
3978
|
+
}
|
|
3979
|
+
],
|
|
3980
|
+
"fileUrlPath": "../../dist/libs/components/lib/tree-item/definition.d.ts",
|
|
3981
|
+
"isReadonly": true,
|
|
3982
|
+
"releaseTag": "Public",
|
|
3983
|
+
"name": "treeItemDefinition",
|
|
3984
|
+
"variableTypeTokenRange": {
|
|
3985
|
+
"startIndex": 1,
|
|
3986
|
+
"endIndex": 14
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"kind": "Variable",
|
|
3991
|
+
"canonicalReference": "@vonage/vivid!treeViewDefinition:var",
|
|
3992
|
+
"docComment": "",
|
|
3993
|
+
"excerptTokens": [
|
|
3994
|
+
{
|
|
3995
|
+
"kind": "Content",
|
|
3996
|
+
"text": "treeViewDefinition: "
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"kind": "Content",
|
|
4000
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "Reference",
|
|
4004
|
+
"text": "OverrideFoundationElementDefinition",
|
|
4005
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"kind": "Content",
|
|
4009
|
+
"text": "<"
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"kind": "Reference",
|
|
4013
|
+
"text": "FoundationElementDefinition",
|
|
4014
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"kind": "Content",
|
|
4018
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"kind": "Reference",
|
|
4022
|
+
"text": "FoundationElementRegistry",
|
|
4023
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"kind": "Content",
|
|
4027
|
+
"text": "<"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"kind": "Reference",
|
|
4031
|
+
"text": "FoundationElementDefinition",
|
|
4032
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"kind": "Content",
|
|
4036
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"kind": "Reference",
|
|
4040
|
+
"text": "Constructable",
|
|
4041
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"kind": "Content",
|
|
4045
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"kind": "Reference",
|
|
4049
|
+
"text": "FoundationElement",
|
|
4050
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"kind": "Content",
|
|
4054
|
+
"text": ">>"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"fileUrlPath": "../../dist/libs/components/lib/tree-view/definition.d.ts",
|
|
4058
|
+
"isReadonly": true,
|
|
4059
|
+
"releaseTag": "Public",
|
|
4060
|
+
"name": "treeViewDefinition",
|
|
4061
|
+
"variableTypeTokenRange": {
|
|
4062
|
+
"startIndex": 1,
|
|
4063
|
+
"endIndex": 14
|
|
4064
|
+
}
|
|
3855
4065
|
}
|
|
3856
4066
|
]
|
|
3857
4067
|
}
|