@htmlbricks/hb-dialogform 0.68.9 → 0.68.10
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 +1 -1
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -3
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +1 -1
- package/types/webcomponent_events.type.d.json +0 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Modal that embeds `hb-form` with the same `schema` contract: live form updates m
|
|
|
33
33
|
### Events (`CustomEvent` names)
|
|
34
34
|
|
|
35
35
|
- **`modalFormConfirm`** — `{ [key: string]: any }` — Submitted field map / payload (types use open object).
|
|
36
|
-
- **`modalShow`** — `{ id: string; show:
|
|
36
|
+
- **`modalShow`** — `{ id: string; show: boolean }`
|
|
37
37
|
- **`modalFormCancel`** — `{ id: string; error?: string }`
|
|
38
38
|
- **`updateForm`** — same detail shape as `hb-form` `update` (see form event types).
|
|
39
39
|
|