@htmlbricks/hb-input-checkbox 0.66.26 → 0.67.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/README.md +7 -3
- package/main.iife.js +39 -71
- package/main.iife.js.map +1 -1
- package/manifest.json +10 -6
- package/package.json +2 -2
- package/types/webcomponent.type.d.ts +3 -1
- package/types/webcomponent_events.type.d.json +2 -3
package/manifest.json
CHANGED
|
@@ -17,13 +17,12 @@
|
|
|
17
17
|
"type": "boolean"
|
|
18
18
|
},
|
|
19
19
|
"value": {
|
|
20
|
-
"type": "
|
|
20
|
+
"type": "boolean"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"required": [
|
|
24
24
|
"value",
|
|
25
|
-
"valid"
|
|
26
|
-
"id"
|
|
25
|
+
"valid"
|
|
27
26
|
],
|
|
28
27
|
"type": "object"
|
|
29
28
|
}
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
}
|
|
114
113
|
}
|
|
115
114
|
},
|
|
116
|
-
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a
|
|
115
|
+
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a switch styled with Bulma theme variables on `:host`. Labeled from `schemaentry.label` with a required asterisk when needed. Boolean `value` is parsed from stringified `schemaentry`; required fields must be checked to be valid. Dispatches `setVal` with `{ value, valid, id }` and shows `validationTip` as Bulma `help is-danger` when `show_validation` is enabled and invalid.",
|
|
117
116
|
"storybookArgs": {
|
|
118
117
|
"schemaentry": {
|
|
119
118
|
"control": {
|
|
@@ -132,6 +131,10 @@
|
|
|
132
131
|
"styleSetup": {
|
|
133
132
|
"vars": [],
|
|
134
133
|
"parts": [
|
|
134
|
+
{
|
|
135
|
+
"name": "input",
|
|
136
|
+
"description": ""
|
|
137
|
+
},
|
|
135
138
|
{
|
|
136
139
|
"name": "invalid-feedback",
|
|
137
140
|
"description": ""
|
|
@@ -184,7 +187,8 @@
|
|
|
184
187
|
}
|
|
185
188
|
}
|
|
186
189
|
],
|
|
187
|
-
"iifeIntegrity": "sha384
|
|
190
|
+
"iifeIntegrity": "sha384-xCPNBY1AurnWIUkJ8M9A5w1ZBa6J3ZirQITac5K/uuQK331+rAbY60aQAGphveqR",
|
|
191
|
+
"dependencies": [],
|
|
188
192
|
"screenshots": [],
|
|
189
193
|
"licenses": [
|
|
190
194
|
{
|
|
@@ -203,5 +207,5 @@
|
|
|
203
207
|
"size": {},
|
|
204
208
|
"iifePath": "main.iife.js",
|
|
205
209
|
"repoName": "@htmlbricks/hb-input-checkbox",
|
|
206
|
-
"version": "0.
|
|
210
|
+
"version": "0.67.0"
|
|
207
211
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a
|
|
5
|
+
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a switch styled with Bulma theme variables on `:host`. Labeled from `schemaentry.label` with a required asterisk when needed. Boolean `value` is parsed from stringified `schemaentry`; required fields must be checked to be valid. Dispatches `setVal` with `{ value, valid, id }` and shows `validationTip` as Bulma `help is-danger` when `show_validation` is enabled and invalid.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|