@spectrum-web-components/action-menu 0.31.1-react.3 → 0.32.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 +18 -7
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -4,19 +4,28 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-action-menu.
|
|
7
|
+
"path": "sp-action-menu.js",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-action-menu",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "ActionMenu",
|
|
15
|
+
"module": "/src/ActionMenu.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
|
-
"path": "sync/sp-action-menu.
|
|
22
|
+
"path": "sync/sp-action-menu.js",
|
|
14
23
|
"declarations": [],
|
|
15
24
|
"exports": []
|
|
16
25
|
},
|
|
17
26
|
{
|
|
18
27
|
"kind": "javascript-module",
|
|
19
|
-
"path": "src/ActionMenu.
|
|
28
|
+
"path": "src/ActionMenu.js",
|
|
20
29
|
"declarations": [
|
|
21
30
|
{
|
|
22
31
|
"kind": "class",
|
|
@@ -71,7 +80,8 @@
|
|
|
71
80
|
"type": {
|
|
72
81
|
"text": "boolean"
|
|
73
82
|
},
|
|
74
|
-
"privacy": "private"
|
|
83
|
+
"privacy": "private",
|
|
84
|
+
"readonly": true
|
|
75
85
|
},
|
|
76
86
|
{
|
|
77
87
|
"kind": "field",
|
|
@@ -79,7 +89,8 @@
|
|
|
79
89
|
"type": {
|
|
80
90
|
"text": "TemplateResult[]"
|
|
81
91
|
},
|
|
82
|
-
"privacy": "protected"
|
|
92
|
+
"privacy": "protected",
|
|
93
|
+
"readonly": true
|
|
83
94
|
}
|
|
84
95
|
],
|
|
85
96
|
"attributes": [
|
|
@@ -116,7 +127,7 @@
|
|
|
116
127
|
"name": "ActionMenu",
|
|
117
128
|
"declaration": {
|
|
118
129
|
"name": "ActionMenu",
|
|
119
|
-
"module": "src/ActionMenu.
|
|
130
|
+
"module": "src/ActionMenu.js"
|
|
120
131
|
}
|
|
121
132
|
}
|
|
122
133
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/action-menu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"lit-html"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@spectrum-web-components/action-button": "^0.
|
|
65
|
-
"@spectrum-web-components/base": "^0.
|
|
66
|
-
"@spectrum-web-components/icon": "^0.
|
|
67
|
-
"@spectrum-web-components/icons-workflow": "^0.
|
|
68
|
-
"@spectrum-web-components/picker": "^0.
|
|
69
|
-
"@spectrum-web-components/shared": "^0.
|
|
64
|
+
"@spectrum-web-components/action-button": "^0.32.0",
|
|
65
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
66
|
+
"@spectrum-web-components/icon": "^0.32.0",
|
|
67
|
+
"@spectrum-web-components/icons-workflow": "^0.32.0",
|
|
68
|
+
"@spectrum-web-components/picker": "^0.32.0",
|
|
69
|
+
"@spectrum-web-components/shared": "^0.32.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@spectrum-css/actionmenu": "^4.0.
|
|
72
|
+
"@spectrum-css/actionmenu": "^4.0.31"
|
|
73
73
|
},
|
|
74
74
|
"types": "./src/index.d.ts",
|
|
75
75
|
"customElements": "custom-elements.json",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"./**/*.dev.js",
|
|
79
79
|
"./sync/sp-*.js"
|
|
80
80
|
],
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
82
82
|
}
|