@spectrum-web-components/action-menu 0.49.0 → 0.50.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/action-menu",
3
- "version": "0.49.0",
3
+ "version": "0.50.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -61,12 +61,12 @@
61
61
  "lit-html"
62
62
  ],
63
63
  "dependencies": {
64
- "@spectrum-web-components/action-button": "^0.49.0",
65
- "@spectrum-web-components/base": "^0.49.0",
66
- "@spectrum-web-components/icon": "^0.49.0",
67
- "@spectrum-web-components/icons-workflow": "^0.49.0",
68
- "@spectrum-web-components/picker": "^0.49.0",
69
- "@spectrum-web-components/shared": "^0.49.0"
64
+ "@spectrum-web-components/action-button": "^0.50.0-beta.0",
65
+ "@spectrum-web-components/base": "^0.50.0-beta.0",
66
+ "@spectrum-web-components/icon": "^0.50.0-beta.0",
67
+ "@spectrum-web-components/icons-workflow": "^0.50.0-beta.0",
68
+ "@spectrum-web-components/picker": "^0.50.0-beta.0",
69
+ "@spectrum-web-components/shared": "^0.50.0-beta.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@spectrum-css/actionmenu": "^6.1.1"
@@ -78,5 +78,5 @@
78
78
  "./**/*.dev.js",
79
79
  "./sync/sp-*.js"
80
80
  ],
81
- "gitHead": "088e84caa1e2f723d735b011608ca0a3411e2149"
81
+ "gitHead": "c3e248b4de0be546f3fb6bdfb26c9f711676b9c3"
82
82
  }
@@ -1,197 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-action-menu.js",
8
- "declarations": [],
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
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "sync/sp-action-menu.js",
23
- "declarations": [],
24
- "exports": []
25
- },
26
- {
27
- "kind": "javascript-module",
28
- "path": "src/ActionMenu.js",
29
- "declarations": [
30
- {
31
- "kind": "class",
32
- "description": "",
33
- "name": "ActionMenu",
34
- "slots": [
35
- {
36
- "description": "menu items to be listed in the Action Menu",
37
- "name": ""
38
- },
39
- {
40
- "description": "The icon to use for the Action Menu",
41
- "name": "icon"
42
- },
43
- {
44
- "description": "The label to use for the Action Menu",
45
- "name": "label"
46
- },
47
- {
48
- "description": "The label to use for the Action Menu (no icon space reserved)",
49
- "name": "label-only"
50
- },
51
- {
52
- "description": "Tooltip to be applied to the Action Button",
53
- "name": "tooltip"
54
- }
55
- ],
56
- "members": [
57
- {
58
- "kind": "field",
59
- "name": "selects",
60
- "type": {
61
- "text": "undefined | 'single'"
62
- },
63
- "privacy": "public",
64
- "default": "undefined",
65
- "attribute": "selects"
66
- },
67
- {
68
- "kind": "field",
69
- "name": "static",
70
- "type": {
71
- "text": "'white' | 'black' | undefined"
72
- },
73
- "privacy": "public",
74
- "default": "undefined",
75
- "deprecated": "Use `staticColor` instead.",
76
- "attribute": "static",
77
- "reflects": true
78
- },
79
- {
80
- "kind": "field",
81
- "name": "staticColor",
82
- "type": {
83
- "text": "'white' | 'black' | undefined"
84
- },
85
- "privacy": "public",
86
- "attribute": "static-color",
87
- "reflects": true
88
- },
89
- {
90
- "kind": "field",
91
- "name": "listRole",
92
- "type": {
93
- "text": "'listbox' | 'menu'"
94
- },
95
- "privacy": "protected",
96
- "default": "'menu'"
97
- },
98
- {
99
- "kind": "field",
100
- "name": "itemRole",
101
- "type": {
102
- "text": "string"
103
- },
104
- "privacy": "protected",
105
- "default": "'menuitem'"
106
- },
107
- {
108
- "kind": "field",
109
- "name": "hasLabel",
110
- "type": {
111
- "text": "boolean"
112
- },
113
- "privacy": "private",
114
- "readonly": true
115
- },
116
- {
117
- "kind": "field",
118
- "name": "labelOnly",
119
- "type": {
120
- "text": "boolean"
121
- },
122
- "privacy": "private",
123
- "readonly": true
124
- },
125
- {
126
- "kind": "field",
127
- "name": "handleSlottableRequest",
128
- "privacy": "public"
129
- },
130
- {
131
- "kind": "field",
132
- "name": "buttonContent",
133
- "type": {
134
- "text": "TemplateResult[]"
135
- },
136
- "privacy": "protected",
137
- "readonly": true
138
- }
139
- ],
140
- "attributes": [
141
- {
142
- "description": "By default `sp-action-menu` does not manage a selection. If you'd like for a selection to be held by the `sp-menu` that it presents in its overlay, use `selects=\"single\" to activate this functionality.",
143
- "name": "selects",
144
- "type": {
145
- "text": "undefined | 'single'"
146
- },
147
- "default": "undefined",
148
- "fieldName": "selects"
149
- },
150
- {
151
- "name": "static",
152
- "type": {
153
- "text": "'white' | 'black' | undefined"
154
- },
155
- "default": "undefined",
156
- "deprecated": "Use `staticColor` instead.",
157
- "fieldName": "static"
158
- },
159
- {
160
- "name": "static-color",
161
- "type": {
162
- "text": "'white' | 'black' | undefined"
163
- },
164
- "fieldName": "staticColor"
165
- }
166
- ],
167
- "mixins": [
168
- {
169
- "name": "ObserveSlotPresence",
170
- "package": "@spectrum-web-components/shared/src/observe-slot-presence.js"
171
- },
172
- {
173
- "name": "ObserveSlotText",
174
- "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
175
- }
176
- ],
177
- "superclass": {
178
- "name": "PickerBase",
179
- "package": "@spectrum-web-components/picker"
180
- },
181
- "tagName": "sp-action-menu",
182
- "customElement": true
183
- }
184
- ],
185
- "exports": [
186
- {
187
- "kind": "js",
188
- "name": "ActionMenu",
189
- "declaration": {
190
- "name": "ActionMenu",
191
- "module": "src/ActionMenu.js"
192
- }
193
- }
194
- ]
195
- }
196
- ]
197
- }