@spectrum-web-components/search 0.30.0 → 0.30.1-overlay.30

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/search",
3
- "version": "0.30.0",
3
+ "version": "0.30.1-overlay.30+1df211c75",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,11 +57,11 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.30.0",
61
- "@spectrum-web-components/button": "^0.30.0",
62
- "@spectrum-web-components/icon": "^0.30.0",
63
- "@spectrum-web-components/icons-workflow": "^0.30.0",
64
- "@spectrum-web-components/textfield": "^0.30.0"
60
+ "@spectrum-web-components/base": "^0.30.1-overlay.30+1df211c75",
61
+ "@spectrum-web-components/button": "^0.30.1-overlay.30+1df211c75",
62
+ "@spectrum-web-components/icon": "^0.30.1-overlay.30+1df211c75",
63
+ "@spectrum-web-components/icons-workflow": "^0.30.1-overlay.30+1df211c75",
64
+ "@spectrum-web-components/textfield": "^0.30.1-overlay.30+1df211c75"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@spectrum-css/search": "^5.0.10"
@@ -72,5 +72,5 @@
72
72
  "./sp-*.js",
73
73
  "./**/*.dev.js"
74
74
  ],
75
- "gitHead": "e34a26bf2bbea5f60a5e415e0f12c97654f0e20d"
75
+ "gitHead": "1df211c7581b6fd6ec624cf2b09bc81aeec29c26"
76
76
  }
@@ -1,196 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-search.js",
8
- "declarations": [],
9
- "exports": []
10
- },
11
- {
12
- "kind": "javascript-module",
13
- "path": "src/Search.js",
14
- "declarations": [
15
- {
16
- "kind": "class",
17
- "description": "",
18
- "name": "Search",
19
- "slots": [
20
- {
21
- "description": "default or non-negative help text to associate to your form element",
22
- "name": "help-text"
23
- },
24
- {
25
- "description": "negative help text to associate to your form element when `invalid`",
26
- "name": "negative-help-text"
27
- }
28
- ],
29
- "members": [
30
- {
31
- "kind": "field",
32
- "name": "action",
33
- "type": {
34
- "text": "string"
35
- },
36
- "privacy": "public",
37
- "default": "''",
38
- "attribute": "action"
39
- },
40
- {
41
- "kind": "field",
42
- "name": "label",
43
- "type": {
44
- "text": "string"
45
- },
46
- "privacy": "public",
47
- "default": "'Search'",
48
- "attribute": "label"
49
- },
50
- {
51
- "kind": "field",
52
- "name": "method",
53
- "type": {
54
- "text": "'GET' | 'POST' | 'dialog' | undefined"
55
- },
56
- "privacy": "public",
57
- "attribute": "method"
58
- },
59
- {
60
- "kind": "field",
61
- "name": "placeholder",
62
- "type": {
63
- "text": "string"
64
- },
65
- "privacy": "public",
66
- "default": "'Search'",
67
- "attribute": "placeholder"
68
- },
69
- {
70
- "kind": "field",
71
- "name": "form",
72
- "type": {
73
- "text": "HTMLFormElement"
74
- },
75
- "privacy": "public"
76
- },
77
- {
78
- "kind": "method",
79
- "name": "handleSubmit",
80
- "privacy": "private",
81
- "return": {
82
- "type": {
83
- "text": "void"
84
- }
85
- },
86
- "parameters": [
87
- {
88
- "name": "event",
89
- "type": {
90
- "text": "Event"
91
- }
92
- }
93
- ]
94
- },
95
- {
96
- "kind": "method",
97
- "name": "handleKeydown",
98
- "privacy": "private",
99
- "return": {
100
- "type": {
101
- "text": "void"
102
- }
103
- },
104
- "parameters": [
105
- {
106
- "name": "event",
107
- "type": {
108
- "text": "KeyboardEvent"
109
- }
110
- }
111
- ]
112
- },
113
- {
114
- "kind": "method",
115
- "name": "reset",
116
- "privacy": "public",
117
- "return": {
118
- "type": {
119
- "text": "Promise<void>"
120
- }
121
- }
122
- },
123
- {
124
- "kind": "method",
125
- "name": "renderField",
126
- "privacy": "protected",
127
- "return": {
128
- "type": {
129
- "text": "TemplateResult"
130
- }
131
- }
132
- }
133
- ],
134
- "events": [
135
- {
136
- "name": "submit",
137
- "type": {
138
- "text": "Event"
139
- },
140
- "description": "The search form has been submitted."
141
- }
142
- ],
143
- "attributes": [
144
- {
145
- "name": "action",
146
- "type": {
147
- "text": "string"
148
- },
149
- "default": "''",
150
- "fieldName": "action"
151
- },
152
- {
153
- "name": "label",
154
- "type": {
155
- "text": "string"
156
- },
157
- "default": "'Search'",
158
- "fieldName": "label"
159
- },
160
- {
161
- "name": "method",
162
- "type": {
163
- "text": "'GET' | 'POST' | 'dialog' | undefined"
164
- },
165
- "fieldName": "method"
166
- },
167
- {
168
- "name": "placeholder",
169
- "type": {
170
- "text": "string"
171
- },
172
- "default": "'Search'",
173
- "fieldName": "placeholder"
174
- }
175
- ],
176
- "superclass": {
177
- "name": "Textfield",
178
- "package": "@spectrum-web-components/textfield"
179
- },
180
- "tagName": "sp-search",
181
- "customElement": true
182
- }
183
- ],
184
- "exports": [
185
- {
186
- "kind": "js",
187
- "name": "Search",
188
- "declaration": {
189
- "name": "Search",
190
- "module": "src/Search.js"
191
- }
192
- }
193
- ]
194
- }
195
- ]
196
- }