@spectrum-web-components/action-menu 0.15.11 → 0.15.12-react.48

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.15.11",
3
+ "version": "0.15.12-react.48+e4fada004",
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.10.10",
65
- "@spectrum-web-components/base": "^0.7.4",
66
- "@spectrum-web-components/icon": "^0.12.7",
67
- "@spectrum-web-components/icons-workflow": "^0.9.7",
68
- "@spectrum-web-components/picker": "^0.13.11",
69
- "@spectrum-web-components/shared": "^0.15.5"
64
+ "@spectrum-web-components/action-button": "^0.10.11-react.48+e4fada004",
65
+ "@spectrum-web-components/base": "^0.7.5-react.48+e4fada004",
66
+ "@spectrum-web-components/icon": "^0.12.8-react.48+e4fada004",
67
+ "@spectrum-web-components/icons-workflow": "^0.9.8-react.48+e4fada004",
68
+ "@spectrum-web-components/picker": "^0.13.12-react.48+e4fada004",
69
+ "@spectrum-web-components/shared": "^0.15.6-react.48+e4fada004"
70
70
  },
71
71
  "devDependencies": {
72
- "@spectrum-css/actionmenu": "^4.0.2"
72
+ "@spectrum-css/actionmenu": "^4.0.5"
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": "6b88f4e9d596e410c2f9ed2272bc7d8d961eed1e"
81
+ "gitHead": "e4fada0040dcaf1e1267f2159f366ec708cb2d09"
82
82
  }
@@ -1,134 +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 Action Menu",
41
- "name": "icon"
42
- },
43
- {
44
- "description": "The label to use on for the Action Menu",
45
- "name": "label"
46
- }
47
- ],
48
- "members": [
49
- {
50
- "kind": "field",
51
- "name": "selects",
52
- "type": {
53
- "text": "undefined | 'single'"
54
- },
55
- "privacy": "public",
56
- "default": "undefined",
57
- "attribute": "selects"
58
- },
59
- {
60
- "kind": "field",
61
- "name": "listRole",
62
- "type": {
63
- "text": "'listbox' | 'menu'"
64
- },
65
- "privacy": "protected",
66
- "default": "'menu'"
67
- },
68
- {
69
- "kind": "field",
70
- "name": "itemRole",
71
- "type": {
72
- "text": "string"
73
- },
74
- "privacy": "protected",
75
- "default": "'menuitem'"
76
- },
77
- {
78
- "kind": "field",
79
- "name": "hasLabel",
80
- "type": {
81
- "text": "boolean"
82
- },
83
- "privacy": "private"
84
- },
85
- {
86
- "kind": "field",
87
- "name": "buttonContent",
88
- "type": {
89
- "text": "TemplateResult[]"
90
- },
91
- "privacy": "protected"
92
- }
93
- ],
94
- "attributes": [
95
- {
96
- "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.",
97
- "name": "selects",
98
- "type": {
99
- "text": "undefined | 'single'"
100
- },
101
- "default": "undefined",
102
- "resolveInitializer": {
103
- "module": "src/ActionMenu.ts"
104
- },
105
- "fieldName": "selects"
106
- }
107
- ],
108
- "mixins": [
109
- {
110
- "name": "ObserveSlotText",
111
- "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
112
- }
113
- ],
114
- "superclass": {
115
- "name": "PickerBase",
116
- "package": "@spectrum-web-components/picker"
117
- },
118
- "tagName": "sp-action-menu",
119
- "customElement": true
120
- }
121
- ],
122
- "exports": [
123
- {
124
- "kind": "js",
125
- "name": "ActionMenu",
126
- "declaration": {
127
- "name": "ActionMenu",
128
- "module": "src/ActionMenu.js"
129
- }
130
- }
131
- ]
132
- }
133
- ]
134
- }