@htmlbricks/hb-input-array-objects 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
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
-
"description": "",
|
|
153
|
+
"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.",
|
|
154
154
|
"storybookArgs": {
|
|
155
155
|
"schemaentry": {
|
|
156
156
|
"control": {
|
|
@@ -167,44 +167,7 @@
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
"styleSetup": {
|
|
170
|
-
"vars": [
|
|
171
|
-
{
|
|
172
|
-
"name": "--bs-primary",
|
|
173
|
-
"valueType": "color",
|
|
174
|
-
"theme": "bootstrap",
|
|
175
|
-
"defaultValue": "#07689f"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "--bs-secondary",
|
|
179
|
-
"valueType": "color",
|
|
180
|
-
"theme": "bootstrap",
|
|
181
|
-
"defaultValue": "#c9d6df"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "--bs-success",
|
|
185
|
-
"valueType": "color",
|
|
186
|
-
"theme": "bootstrap",
|
|
187
|
-
"defaultValue": "#11d3bc"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "--bs-info",
|
|
191
|
-
"valueType": "color",
|
|
192
|
-
"theme": "bootstrap",
|
|
193
|
-
"defaultValue": "#a2d5f2"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "--bs-warning",
|
|
197
|
-
"valueType": "color",
|
|
198
|
-
"theme": "bootstrap",
|
|
199
|
-
"defaultValue": "#ffc107"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "--bs-danger",
|
|
203
|
-
"valueType": "color",
|
|
204
|
-
"theme": "bootstrap",
|
|
205
|
-
"defaultValue": "#f67280"
|
|
206
|
-
}
|
|
207
|
-
],
|
|
170
|
+
"vars": [],
|
|
208
171
|
"parts": [
|
|
209
172
|
{
|
|
210
173
|
"name": "properties-container",
|
|
@@ -319,12 +282,12 @@
|
|
|
319
282
|
],
|
|
320
283
|
"readmePath": "README.md",
|
|
321
284
|
"name": "hb-input-array-objects",
|
|
322
|
-
"category": "
|
|
285
|
+
"category": "inputs",
|
|
323
286
|
"tags": [
|
|
324
|
-
"
|
|
287
|
+
"inputs"
|
|
325
288
|
],
|
|
326
289
|
"size": {},
|
|
327
290
|
"iifePath": "main.iife.js",
|
|
328
291
|
"repoName": "@htmlbricks/hb-input-array-objects",
|
|
329
|
-
"version": "0.
|
|
292
|
+
"version": "0.66.0"
|
|
330
293
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-array-objects",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|