@htmlbricks/hb-dialogform 0.71.34 → 0.71.36
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/README.md +129 -38
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +42 -10
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -280,31 +280,63 @@
|
|
|
280
280
|
}
|
|
281
281
|
},
|
|
282
282
|
"styleSetup": {
|
|
283
|
-
"vars": [
|
|
283
|
+
"vars": [
|
|
284
|
+
{
|
|
285
|
+
"name": "--hb-modal-max-width",
|
|
286
|
+
"valueType": "number",
|
|
287
|
+
"defaultValue": "40rem",
|
|
288
|
+
"description": "Passed through to the inner dialog card max width."
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "--bulma-modal-card-head-padding",
|
|
292
|
+
"valueType": "text",
|
|
293
|
+
"defaultValue": "1rem 1.25rem",
|
|
294
|
+
"description": "Modal header padding (inner `hb-dialog`)."
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "--bulma-modal-card-body-padding",
|
|
298
|
+
"valueType": "text",
|
|
299
|
+
"defaultValue": "1rem 1.25rem",
|
|
300
|
+
"description": "Modal body padding; affects the area wrapping `hb-form`."
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "--bulma-column-gap",
|
|
304
|
+
"valueType": "number",
|
|
305
|
+
"defaultValue": "0.75rem",
|
|
306
|
+
"description": "Typical form layout gap from nested `hb-form` (set on host to tune field spacing)."
|
|
307
|
+
}
|
|
308
|
+
],
|
|
284
309
|
"parts": []
|
|
285
310
|
},
|
|
286
311
|
"contributors": [],
|
|
287
312
|
"htmlSlots": [
|
|
288
313
|
{
|
|
289
|
-
"name": "form-header"
|
|
314
|
+
"name": "form-header",
|
|
315
|
+
"description": "Optional markup above the generated `hb-form` inside the modal body."
|
|
290
316
|
},
|
|
291
317
|
{
|
|
292
|
-
"name": "form-footer"
|
|
318
|
+
"name": "form-footer",
|
|
319
|
+
"description": "Optional markup below the generated `hb-form` inside the modal body."
|
|
293
320
|
},
|
|
294
321
|
{
|
|
295
|
-
"name": "header"
|
|
322
|
+
"name": "header",
|
|
323
|
+
"description": "Forwarded to `hb-dialog` when provided; replaces the default modal head."
|
|
296
324
|
},
|
|
297
325
|
{
|
|
298
|
-
"name": "modal-footer"
|
|
326
|
+
"name": "modal-footer",
|
|
327
|
+
"description": "Forwarded to `hb-dialog` to replace the entire modal footer region."
|
|
299
328
|
},
|
|
300
329
|
{
|
|
301
|
-
"name": "footer"
|
|
330
|
+
"name": "footer",
|
|
331
|
+
"description": "Forwarded to `hb-dialog` default footer slot (button row)."
|
|
302
332
|
},
|
|
303
333
|
{
|
|
304
|
-
"name": "close-button-label"
|
|
334
|
+
"name": "close-button-label",
|
|
335
|
+
"description": "Forwarded to `hb-dialog` close button label slot."
|
|
305
336
|
},
|
|
306
337
|
{
|
|
307
|
-
"name": "confirm-button-label"
|
|
338
|
+
"name": "confirm-button-label",
|
|
339
|
+
"description": "Forwarded to `hb-dialog` confirm button label slot."
|
|
308
340
|
}
|
|
309
341
|
],
|
|
310
342
|
"i18n": [],
|
|
@@ -473,7 +505,7 @@
|
|
|
473
505
|
}
|
|
474
506
|
}
|
|
475
507
|
],
|
|
476
|
-
"iifeIntegrity": "sha384-
|
|
508
|
+
"iifeIntegrity": "sha384-TKn9KXNlBT9tu+Q8G4ol+TM6z0Kx2RR2sITxlUyU6A1ElpQKQrfAP22pGd2Qxq0c",
|
|
477
509
|
"dependencies": [
|
|
478
510
|
{
|
|
479
511
|
"name": "hb-dialog",
|
|
@@ -617,5 +649,5 @@
|
|
|
617
649
|
"size": {},
|
|
618
650
|
"iifePath": "main.iife.js",
|
|
619
651
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
620
|
-
"version": "0.71.
|
|
652
|
+
"version": "0.71.36"
|
|
621
653
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
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": [
|