@htmlbricks/hb-searchbar 0.62.9 → 0.62.11
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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +18 -2
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +2 -1
- package/types/webcomponent_events.type.d.json +14 -1
package/manifest.json
CHANGED
|
@@ -7,6 +7,18 @@
|
|
|
7
7
|
"Events": {
|
|
8
8
|
"additionalProperties": false,
|
|
9
9
|
"properties": {
|
|
10
|
+
"cancel": {
|
|
11
|
+
"additionalProperties": false,
|
|
12
|
+
"properties": {
|
|
13
|
+
"id": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"id"
|
|
19
|
+
],
|
|
20
|
+
"type": "object"
|
|
21
|
+
},
|
|
10
22
|
"search": {
|
|
11
23
|
"additionalProperties": false,
|
|
12
24
|
"properties": {
|
|
@@ -30,7 +42,8 @@
|
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"required": [
|
|
33
|
-
"search"
|
|
45
|
+
"search",
|
|
46
|
+
"cancel"
|
|
34
47
|
],
|
|
35
48
|
"type": "object"
|
|
36
49
|
}
|
|
@@ -192,6 +205,9 @@
|
|
|
192
205
|
},
|
|
193
206
|
"search": {
|
|
194
207
|
"action": "search"
|
|
208
|
+
},
|
|
209
|
+
"cancel": {
|
|
210
|
+
"action": "cancel"
|
|
195
211
|
}
|
|
196
212
|
},
|
|
197
213
|
"styleSetup": {
|
|
@@ -703,5 +719,5 @@
|
|
|
703
719
|
"size": {},
|
|
704
720
|
"iifePath": "main.iife.js",
|
|
705
721
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
706
|
-
"version": "0.62.
|
|
722
|
+
"version": "0.62.11"
|
|
707
723
|
}
|
package/package.json
CHANGED
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
"Events": {
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"properties": {
|
|
8
|
+
"cancel": {
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"id": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"required": [
|
|
16
|
+
"id"
|
|
17
|
+
],
|
|
18
|
+
"type": "object"
|
|
19
|
+
},
|
|
8
20
|
"search": {
|
|
9
21
|
"additionalProperties": false,
|
|
10
22
|
"properties": {
|
|
@@ -28,7 +40,8 @@
|
|
|
28
40
|
}
|
|
29
41
|
},
|
|
30
42
|
"required": [
|
|
31
|
-
"search"
|
|
43
|
+
"search",
|
|
44
|
+
"cancel"
|
|
32
45
|
],
|
|
33
46
|
"type": "object"
|
|
34
47
|
}
|