@htmlbricks/hb-input-radio 0.73.4 → 0.73.5
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/manifest.json +5 -1
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +4 -0
package/manifest.json
CHANGED
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
"FormSchemaEntry": {
|
|
86
86
|
"additionalProperties": false,
|
|
87
87
|
"properties": {
|
|
88
|
+
"array_style": {
|
|
89
|
+
"description": "For `type: \"arraytags\"` only: forwarded to `hb-input-array-tags` as the host `array_style` attribute (`\"pills\"` | `\"area\"` string). When omitted, **`hb-form` defaults to `\"area\"`**.",
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
88
92
|
"dependencies": {
|
|
89
93
|
"items": {
|
|
90
94
|
"$ref": "#/definitions/FormSchemaDependency"
|
|
@@ -375,5 +379,5 @@
|
|
|
375
379
|
"size": {},
|
|
376
380
|
"iifePath": "main.iife.js",
|
|
377
381
|
"repoName": "@htmlbricks/hb-input-radio",
|
|
378
|
-
"version": "0.73.
|
|
382
|
+
"version": "0.73.5"
|
|
379
383
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-radio",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Radio group from `schemaentry.params` as `InputRadioParams`: optional `options` array of `InputRadioOption` (`value`, optional `label`); the native `name` matches the field `id`. Initial `value` is stringified from `schemaentry`. Required + `show_validation` use Bulma `radios` / `radio` and `help is-danger`. Dispatches `setVal` `{ value, valid, id }` when the selection changes. Theme `--bulma-*` on `:host`. Typings: `InputRadioParams`, `InputRadioOption`, `FormSchemaEntry`, `Component`, `Events`.",
|
|
6
6
|
"licenses": [
|
|
@@ -49,6 +49,10 @@
|
|
|
49
49
|
"FormSchemaEntry": {
|
|
50
50
|
"additionalProperties": false,
|
|
51
51
|
"properties": {
|
|
52
|
+
"array_style": {
|
|
53
|
+
"description": "For `type: \"arraytags\"` only: forwarded to `hb-input-array-tags` as the host `array_style` attribute (`\"pills\"` | `\"area\"` string). When omitted, **`hb-form` defaults to `\"area\"`**.",
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
52
56
|
"dependencies": {
|
|
53
57
|
"items": {
|
|
54
58
|
"$ref": "#/definitions/FormSchemaDependency"
|