@htmlbricks/hb-input-array-objects 0.66.20 → 0.66.21
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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
],
|
|
274
|
-
"iifeIntegrity": "sha384-
|
|
274
|
+
"iifeIntegrity": "sha384-vo6+/6QIICC2lnU+MC9iEtz0FP3RN8J7nZRY5egi5rFgPQ+IX8E8/gkDyw9AAQW5",
|
|
275
275
|
"screenshots": [],
|
|
276
276
|
"licenses": [
|
|
277
277
|
{
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"size": {},
|
|
291
291
|
"iifePath": "main.iife.js",
|
|
292
292
|
"repoName": "@htmlbricks/hb-input-array-objects",
|
|
293
|
-
"version": "0.66.
|
|
293
|
+
"version": "0.66.21"
|
|
294
294
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-array-objects",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.21",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "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 `@htmlbricks/hb-form` and `@htmlbricks/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.",
|
|
6
6
|
"licenses": [
|