@htmlbricks/hb-dialogform 0.71.18 → 0.71.20

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
@@ -192,7 +192,7 @@
192
192
  "type": "boolean"
193
193
  },
194
194
  "type": {
195
- "description": "Identifies the component type that will be used, available default ones are: - text - number - email - select \t- radio - checkbox - textarea",
195
+ "description": "Identifies the control rendered for this field (`hb-form` maps `type` custom element).\n\n| `type` | Element | | --- | --- | | `row` | Layout: `params.columns` only (no standalone input tag). | | `text` | `hb-input-text` | | `textarea` | `hb-input-area` | | `number` | `hb-input-number` | | `email` | `hb-input-email` | | `select` | `hb-input-select` | | `radio` | `hb-input-radio` | | `checkbox` | `hb-input-checkbox` | | `date` | `hb-input-date` | | `datetime` | `hb-input-datetime` | | `color` | `hb-input-color` | | `file` | `hb-input-file` | | `range` | `hb-input-range` | | `coords` | `hb-input-coords` | | `arrayobjects` | `hb-input-array-objects` | | `arraytags` | `hb-input-array-tags` |",
196
196
  "type": "string"
197
197
  },
198
198
  "validationRegex": {
@@ -484,7 +484,7 @@
484
484
  }
485
485
  }
486
486
  ],
487
- "iifeIntegrity": "sha384-3E+rZ6kQLK/MEscwVmXrIAOa9NIYqkJQ7UDdXQRIowDMuM1R4U2w1LJc5bJpXJbN",
487
+ "iifeIntegrity": "sha384-01gbwi7hHSQZb10n5uAq9XiKd3pACLWlS5x626NK1ZErd2b2o6OjI360PtS4A12d",
488
488
  "dependencies": [
489
489
  {
490
490
  "name": "hb-dialog",
@@ -628,5 +628,5 @@
628
628
  "size": {},
629
629
  "iifePath": "main.iife.js",
630
630
  "repoName": "@htmlbricks/hb-dialogform",
631
- "version": "0.71.18"
631
+ "version": "0.71.20"
632
632
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.71.18",
3
+ "version": "0.71.20",
4
4
  "contributors": [],
5
5
  "description": "Bulma-based modal workflow: embeds `hb-form` with the same `schema` contract; live `updateForm` events mirror form validity and values, and the confirm button dispatches `modalFormConfirm` with the last valid payload or `modalFormCancel` when dismissed or invalid. Composes `hb-dialog` (Bulma modal, backdrop/keyboard, `show`) and re-dispatches `modalShow`. Prop `dialogclasses` exists on the type but is not wired to the dialog markup yet.",
6
6
  "licenses": [
@@ -110,7 +110,7 @@
110
110
  "type": "boolean"
111
111
  },
112
112
  "type": {
113
- "description": "Identifies the component type that will be used, available default ones are: - text - number - email - select \t- radio - checkbox - textarea",
113
+ "description": "Identifies the control rendered for this field (`hb-form` maps `type` custom element).\n\n| `type` | Element | | --- | --- | | `row` | Layout: `params.columns` only (no standalone input tag). | | `text` | `hb-input-text` | | `textarea` | `hb-input-area` | | `number` | `hb-input-number` | | `email` | `hb-input-email` | | `select` | `hb-input-select` | | `radio` | `hb-input-radio` | | `checkbox` | `hb-input-checkbox` | | `date` | `hb-input-date` | | `datetime` | `hb-input-datetime` | | `color` | `hb-input-color` | | `file` | `hb-input-file` | | `range` | `hb-input-range` | | `coords` | `hb-input-coords` | | `arrayobjects` | `hb-input-array-objects` | | `arraytags` | `hb-input-array-tags` |",
114
114
  "type": "string"
115
115
  },
116
116
  "validationRegex": {