@htmlbricks/hb-dialogform 0.70.2 → 0.71.1

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
@@ -165,6 +165,10 @@
165
165
  },
166
166
  "type": "array"
167
167
  },
168
+ "disabled": {
169
+ "description": "When true, the native control is disabled and non-interactive.",
170
+ "type": "boolean"
171
+ },
168
172
  "id": {
169
173
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
170
174
  "type": "string"
@@ -480,7 +484,7 @@
480
484
  }
481
485
  }
482
486
  ],
483
- "iifeIntegrity": "sha384-uBWls2f1s0eNEs0Dfm0Yo6DQ2XTYmrCCgORAGXkd4OSYr4EeALBD6izk1etajbsl",
487
+ "iifeIntegrity": "sha384-wJdqQlJXnsMXOmHc56RMbmwlrppSkSl/HjicwXaef3n4d3nFARY6/uJ0txxw9Fo1",
484
488
  "dependencies": [
485
489
  {
486
490
  "name": "hb-dialog",
@@ -624,5 +628,5 @@
624
628
  "size": {},
625
629
  "iifePath": "main.iife.js",
626
630
  "repoName": "@htmlbricks/hb-dialogform",
627
- "version": "0.70.2"
631
+ "version": "0.71.1"
628
632
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.70.2",
3
+ "version": "0.71.1",
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": [
@@ -83,6 +83,10 @@
83
83
  },
84
84
  "type": "array"
85
85
  },
86
+ "disabled": {
87
+ "description": "When true, the native control is disabled and non-interactive.",
88
+ "type": "boolean"
89
+ },
86
90
  "id": {
87
91
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
88
92
  "type": "string"