@htmlbricks/hb-input-select 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/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -238,6 +238,8 @@
|
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
],
|
|
241
|
+
"iifeIntegrity": "sha384-SG+KoNtCdmdETipXR2kxs7STePC55Q6u0QM0BHllZlmcDgqIYx7wGb869vOes/AT",
|
|
242
|
+
"iifeIntegrityType": "sha384",
|
|
241
243
|
"screenshots": [],
|
|
242
244
|
"licenses": [
|
|
243
245
|
{
|
|
@@ -256,5 +258,5 @@
|
|
|
256
258
|
"size": {},
|
|
257
259
|
"iifePath": "main.iife.js",
|
|
258
260
|
"repoName": "@htmlbricks/hb-input-select",
|
|
259
|
-
"version": "0.66.
|
|
261
|
+
"version": "0.66.4"
|
|
260
262
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-select",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Native `<select>` bound to `schemaentry` options from `params.options` (each option has `id`, `value`, and optional `label`). Supports JSON string or object `schemaentry`, optional required state, and `show_validation` for Bootstrap `is-valid` / `is-invalid` classes plus `validationTip`. Dispatches `setVal` with `{ value, valid, id }` on every change.",
|
|
6
6
|
"licenses": [
|