@htmlbricks/hb-input-select 0.65.22 → 0.66.0
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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"description": "",
|
|
113
|
+
"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.",
|
|
114
114
|
"storybookArgs": {
|
|
115
115
|
"schemaentry": {
|
|
116
116
|
"control": {
|
|
@@ -127,44 +127,7 @@
|
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
"styleSetup": {
|
|
130
|
-
"vars": [
|
|
131
|
-
{
|
|
132
|
-
"name": "--bs-primary",
|
|
133
|
-
"valueType": "color",
|
|
134
|
-
"theme": "bootstrap",
|
|
135
|
-
"defaultValue": "#07689f"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "--bs-secondary",
|
|
139
|
-
"valueType": "color",
|
|
140
|
-
"theme": "bootstrap",
|
|
141
|
-
"defaultValue": "#c9d6df"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "--bs-success",
|
|
145
|
-
"valueType": "color",
|
|
146
|
-
"theme": "bootstrap",
|
|
147
|
-
"defaultValue": "#11d3bc"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "--bs-info",
|
|
151
|
-
"valueType": "color",
|
|
152
|
-
"theme": "bootstrap",
|
|
153
|
-
"defaultValue": "#a2d5f2"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"name": "--bs-warning",
|
|
157
|
-
"valueType": "color",
|
|
158
|
-
"theme": "bootstrap",
|
|
159
|
-
"defaultValue": "#ffc107"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "--bs-danger",
|
|
163
|
-
"valueType": "color",
|
|
164
|
-
"theme": "bootstrap",
|
|
165
|
-
"defaultValue": "#f67280"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
130
|
+
"vars": [],
|
|
168
131
|
"parts": [
|
|
169
132
|
{
|
|
170
133
|
"name": "invalid-feedback",
|
|
@@ -286,12 +249,12 @@
|
|
|
286
249
|
],
|
|
287
250
|
"readmePath": "README.md",
|
|
288
251
|
"name": "hb-input-select",
|
|
289
|
-
"category": "
|
|
252
|
+
"category": "inputs",
|
|
290
253
|
"tags": [
|
|
291
|
-
"
|
|
254
|
+
"inputs"
|
|
292
255
|
],
|
|
293
256
|
"size": {},
|
|
294
257
|
"iifePath": "main.iife.js",
|
|
295
258
|
"repoName": "@htmlbricks/hb-input-select",
|
|
296
|
-
"version": "0.
|
|
259
|
+
"version": "0.66.0"
|
|
297
260
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-select",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|