@htmlbricks/hb-input-array-objects 0.66.2 → 0.66.4
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 +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -271,6 +271,8 @@
|
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
],
|
|
274
|
+
"iifeIntegrity": "sha384-T5ya/5WfydjiFV2C62PjATZS3J1yrNMohEPf1REyuD045l8TixBJQHSoLJS3V7xK",
|
|
275
|
+
"iifeIntegrityType": "sha384",
|
|
274
276
|
"screenshots": [],
|
|
275
277
|
"licenses": [
|
|
276
278
|
{
|
|
@@ -289,5 +291,5 @@
|
|
|
289
291
|
"size": {},
|
|
290
292
|
"iifePath": "main.iife.js",
|
|
291
293
|
"repoName": "@htmlbricks/hb-input-array-objects",
|
|
292
|
-
"version": "0.66.
|
|
294
|
+
"version": "0.66.4"
|
|
293
295
|
}
|
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.4",
|
|
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": [
|