@htmlbricks/hb-input-array-objects 0.66.27 → 0.67.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/README.md CHANGED
@@ -5,7 +5,11 @@
5
5
 
6
6
  ### What it does
7
7
 
8
- Repeating records editor: `hb-table` lists existing rows (with delete actions), and `hb-form` renders the next row from `schemaentry.params.schema`; submitting appends to the array and updates the table. Registers `hb-form` and `hb-table`; optional `add-object-label` slot customizes the add button. Dispatches `setVal` with the objects array, `valid`, and `id`, and shows `validationTip` when `show_validation` is enabled.
8
+ Repeating records editor: `hb-table` lists existing rows (with delete actions), and `hb-form` renders the next row from `schemaentry.params.schema`; submitting appends to the array and updates the table. Registers `hb-form` and `hb-table`; optional `add-object-label` slot customizes the add button (`button is-info`). Dispatches `setVal` with the objects array, `valid`, and `id`, and shows `validationTip` as Bulma `help is-danger` when `show_validation` is enabled and invalid.
9
+
10
+ ### Styling (Bulma)
11
+
12
+ Shadow bundle: `form/tools`, `form/shared`, `form/input-textarea`, `elements/button`. Container border uses `--bulma-border` on `:host`.
9
13
 
10
14
  ### Custom element
11
15
 
@@ -24,7 +28,7 @@ Repeating records editor: `hb-table` lists existing rows (with delete actions),
24
28
 
25
29
  ### Usage notes
26
30
 
27
- CSS part: `properties-container`. Slot: `add-object-label`.
31
+ CSS parts: `properties-container`, `invalid-feedback`. Slot: `add-object-label`.
28
32
 
29
33
  ### Minimal HTML example
30
34