@spectrum-web-components/action-menu 0.35.1-rc.24 → 0.35.1-rc.26

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.
@@ -0,0 +1,140 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-action-menu.ts",
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.ts",
23
+ "declarations": [],
24
+ "exports": []
25
+ },
26
+ {
27
+ "kind": "javascript-module",
28
+ "path": "src/ActionMenu.ts",
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
+ "description": "Tooltip to use on for the Action menu",
49
+ "name": "tooltip"
50
+ }
51
+ ],
52
+ "members": [
53
+ {
54
+ "kind": "field",
55
+ "name": "selects",
56
+ "type": {
57
+ "text": "undefined | 'single'"
58
+ },
59
+ "privacy": "public",
60
+ "default": "undefined",
61
+ "attribute": "selects"
62
+ },
63
+ {
64
+ "kind": "field",
65
+ "name": "listRole",
66
+ "type": {
67
+ "text": "'listbox' | 'menu'"
68
+ },
69
+ "privacy": "protected",
70
+ "default": "'menu'"
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "itemRole",
75
+ "type": {
76
+ "text": "string"
77
+ },
78
+ "privacy": "protected",
79
+ "default": "'menuitem'"
80
+ },
81
+ {
82
+ "kind": "field",
83
+ "name": "hasLabel",
84
+ "type": {
85
+ "text": "boolean"
86
+ },
87
+ "privacy": "private",
88
+ "readonly": true
89
+ },
90
+ {
91
+ "kind": "field",
92
+ "name": "buttonContent",
93
+ "type": {
94
+ "text": "TemplateResult[]"
95
+ },
96
+ "privacy": "protected",
97
+ "readonly": true
98
+ }
99
+ ],
100
+ "attributes": [
101
+ {
102
+ "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.",
103
+ "name": "selects",
104
+ "type": {
105
+ "text": "undefined | 'single'"
106
+ },
107
+ "default": "undefined",
108
+ "resolveInitializer": {
109
+ "module": "src/ActionMenu.ts"
110
+ },
111
+ "fieldName": "selects"
112
+ }
113
+ ],
114
+ "mixins": [
115
+ {
116
+ "name": "ObserveSlotText",
117
+ "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
118
+ }
119
+ ],
120
+ "superclass": {
121
+ "name": "PickerBase",
122
+ "package": "@spectrum-web-components/picker"
123
+ },
124
+ "tagName": "sp-action-menu",
125
+ "customElement": true
126
+ }
127
+ ],
128
+ "exports": [
129
+ {
130
+ "kind": "js",
131
+ "name": "ActionMenu",
132
+ "declaration": {
133
+ "name": "ActionMenu",
134
+ "module": "src/ActionMenu.ts"
135
+ }
136
+ }
137
+ ]
138
+ }
139
+ ]
140
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/action-menu",
3
- "version": "0.35.1-rc.24+e3649e123",
3
+ "version": "0.35.1-rc.26+05bd08374",
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.35.1-rc.24+e3649e123",
65
- "@spectrum-web-components/base": "^0.35.1-rc.24+e3649e123",
66
- "@spectrum-web-components/icon": "^0.35.1-rc.24+e3649e123",
67
- "@spectrum-web-components/icons-workflow": "^0.35.1-rc.24+e3649e123",
68
- "@spectrum-web-components/picker": "^0.35.1-rc.24+e3649e123",
69
- "@spectrum-web-components/shared": "^0.35.1-rc.24+e3649e123"
64
+ "@spectrum-web-components/action-button": "^0.35.1-rc.26+05bd08374",
65
+ "@spectrum-web-components/base": "^0.35.1-rc.26+05bd08374",
66
+ "@spectrum-web-components/icon": "^0.35.1-rc.26+05bd08374",
67
+ "@spectrum-web-components/icons-workflow": "^0.35.1-rc.26+05bd08374",
68
+ "@spectrum-web-components/picker": "^0.35.1-rc.26+05bd08374",
69
+ "@spectrum-web-components/shared": "^0.35.1-rc.26+05bd08374"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@spectrum-css/actionmenu": "^4.0.45"
@@ -78,5 +78,5 @@
78
78
  "./**/*.dev.js",
79
79
  "./sync/sp-*.js"
80
80
  ],
81
- "gitHead": "e3649e1230ed727048988a452969c38ced5467ac"
81
+ "gitHead": "05bd0837417e287acdf2685d1ca05ab4d138fc95"
82
82
  }