@htmlbricks/hb-input-array-objects 0.66.3 → 0.66.5
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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -271,6 +271,7 @@
|
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
],
|
|
274
|
+
"iifeIntegrity": "sha384-5YiVMXMLEQKfWzxIuecEgdDMD9OvogXb3K/rTHNwegnu58CQNWfCoagLjjvlG/ga",
|
|
274
275
|
"screenshots": [],
|
|
275
276
|
"licenses": [
|
|
276
277
|
{
|
|
@@ -289,5 +290,5 @@
|
|
|
289
290
|
"size": {},
|
|
290
291
|
"iifePath": "main.iife.js",
|
|
291
292
|
"repoName": "@htmlbricks/hb-input-array-objects",
|
|
292
|
-
"version": "0.66.
|
|
293
|
+
"version": "0.66.5"
|
|
293
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.5",
|
|
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": [
|