@htmlbricks/hb-funnel 0.70.1 → 0.71.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/manifest.json CHANGED
@@ -112,6 +112,10 @@
112
112
  },
113
113
  "type": "array"
114
114
  },
115
+ "disabled": {
116
+ "description": "When true, the native control is disabled and non-interactive.",
117
+ "type": "boolean"
118
+ },
115
119
  "id": {
116
120
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
117
121
  "type": "string"
@@ -224,6 +228,10 @@
224
228
  },
225
229
  "type": "array"
226
230
  },
231
+ "disabled": {
232
+ "description": "When true, the native control is disabled and non-interactive.",
233
+ "type": "boolean"
234
+ },
227
235
  "id": {
228
236
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
229
237
  "type": "string"
@@ -559,7 +567,7 @@
559
567
  }
560
568
  }
561
569
  ],
562
- "iifeIntegrity": "sha384-zef5LoSc8dOjFl6aY7sVspxtsinoDBKQ3L9qS/+/WD02URmlOz8mb7QoZFx56E4Z",
570
+ "iifeIntegrity": "sha384-5k0rBBUA1IFYClOhDCWfbo9/513RWZO3gGjWAQNWaO1tV2MtT6lMjzBYkRqdfcTO",
563
571
  "dependencies": [
564
572
  {
565
573
  "name": "hb-form",
@@ -708,5 +716,5 @@
708
716
  "size": {},
709
717
  "iifePath": "main.iife.js",
710
718
  "repoName": "@htmlbricks/hb-funnel",
711
- "version": "0.70.1"
719
+ "version": "0.71.0"
712
720
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-funnel",
3
- "version": "0.70.1",
3
+ "version": "0.71.0",
4
4
  "contributors": [],
5
5
  "description": "Multi-step funnel over stacked `hb-form` instances: JSON `schemes` supplies one schema per step (or derive step count from `steps`), tracks per-step validity, merges values as the user advances, and optionally shows a final submit step when `submitstep` is `yes`. Dispatches step navigation and aggregated form updates for the active index.",
6
6
  "licenses": [
@@ -65,6 +65,10 @@
65
65
  },
66
66
  "type": "array"
67
67
  },
68
+ "disabled": {
69
+ "description": "When true, the native control is disabled and non-interactive.",
70
+ "type": "boolean"
71
+ },
68
72
  "id": {
69
73
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
70
74
  "type": "string"
@@ -110,6 +110,10 @@
110
110
  },
111
111
  "type": "array"
112
112
  },
113
+ "disabled": {
114
+ "description": "When true, the native control is disabled and non-interactive.",
115
+ "type": "boolean"
116
+ },
113
117
  "id": {
114
118
  "description": "This will be both the key of the object when submitting the form's data, and also the id in the DOM.",
115
119
  "type": "string"