@htmlbricks/hb-form-composer 0.73.4 → 0.73.7

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 CHANGED
@@ -60,6 +60,10 @@
60
60
  "FormSchemaEntry": {
61
61
  "additionalProperties": false,
62
62
  "properties": {
63
+ "array_style": {
64
+ "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\"`**.",
65
+ "type": "string"
66
+ },
63
67
  "dependencies": {
64
68
  "items": {
65
69
  "$ref": "#/definitions/FormSchemaDependency"
@@ -173,6 +177,10 @@
173
177
  "FormSchemaEntry": {
174
178
  "additionalProperties": false,
175
179
  "properties": {
180
+ "array_style": {
181
+ "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\"`**.",
182
+ "type": "string"
183
+ },
176
184
  "dependencies": {
177
185
  "items": {
178
186
  "$ref": "#/definitions/FormSchemaDependency"
@@ -307,7 +315,7 @@
307
315
  }
308
316
  }
309
317
  ],
310
- "iifeIntegrity": "sha384-5gnATv6hITVre+N49fnPw7K9PO0Jmi9Ip6DF3grQ6vzVNpJ5DOrzEPY28PdUR1KI",
318
+ "iifeIntegrity": "sha384-RXPlMgQI6JtSjJZVaZ2R55ehzbUMTVVuD1RURWJ0HwGf6xMgOcq0psFgEYCX4uuo",
311
319
  "dependencies": [
312
320
  {
313
321
  "name": "hb-form",
@@ -710,5 +718,5 @@
710
718
  "size": {},
711
719
  "iifePath": "main.iife.js",
712
720
  "repoName": "@htmlbricks/hb-form-composer",
713
- "version": "0.73.4"
721
+ "version": "0.73.7"
714
722
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-form-composer",
3
- "version": "0.73.4",
3
+ "version": "0.73.7",
4
4
  "contributors": [],
5
5
  "description": "Visual form-schema builder: internal `hb-form` defines field types, validation flags, and options, mirrored into an `hb-table` preview and editable via `hb-dialogform`. Accumulates `output_schema` as the composed `hb-form` schema array and can emit debug-oriented events for each sub-component interaction.",
6
6
  "licenses": [
@@ -63,6 +63,10 @@
63
63
  "FormSchemaEntry": {
64
64
  "additionalProperties": false,
65
65
  "properties": {
66
+ "array_style": {
67
+ "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\"`**.",
68
+ "type": "string"
69
+ },
66
70
  "dependencies": {
67
71
  "items": {
68
72
  "$ref": "#/definitions/FormSchemaDependency"
@@ -58,6 +58,10 @@
58
58
  "FormSchemaEntry": {
59
59
  "additionalProperties": false,
60
60
  "properties": {
61
+ "array_style": {
62
+ "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\"`**.",
63
+ "type": "string"
64
+ },
61
65
  "dependencies": {
62
66
  "items": {
63
67
  "$ref": "#/definitions/FormSchemaDependency"