@htmlbricks/hb-input-array-objects 0.66.26 → 0.67.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/README.md +6 -2
- package/main.iife.js +35 -73
- package/main.iife.js.map +1 -1
- package/manifest.json +210 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
-
"description": "Repeating records editor
|
|
153
|
+
"description": "Repeating records editor with `hb-table` and `hb-form`. Bulma `button is-info` for add, `help is-danger` for validation, themed container on `:host`. Registers `@htmlbricks/hb-form` and `@htmlbricks/hb-table`. Dispatches `setVal` with the objects array, `valid`, and `id`.",
|
|
154
154
|
"storybookArgs": {
|
|
155
155
|
"schemaentry": {
|
|
156
156
|
"control": {
|
|
@@ -172,6 +172,10 @@
|
|
|
172
172
|
{
|
|
173
173
|
"name": "properties-container",
|
|
174
174
|
"description": "properties container"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "invalid-feedback",
|
|
178
|
+
"description": ""
|
|
175
179
|
}
|
|
176
180
|
]
|
|
177
181
|
},
|
|
@@ -271,7 +275,210 @@
|
|
|
271
275
|
}
|
|
272
276
|
}
|
|
273
277
|
],
|
|
274
|
-
"iifeIntegrity": "sha384-
|
|
278
|
+
"iifeIntegrity": "sha384-bYGslyRkM/4Dj2GrXJqc7zLkF4gvjxBrVvBmr6YfqpuPqF3SHBAap0C/9/WxNME7",
|
|
279
|
+
"dependencies": [
|
|
280
|
+
{
|
|
281
|
+
"name": "hb-form",
|
|
282
|
+
"dependencies": [
|
|
283
|
+
{
|
|
284
|
+
"name": "hb-input-area",
|
|
285
|
+
"dependencies": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "hb-input-array-objects",
|
|
289
|
+
"dependencies": []
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "hb-input-array-tags",
|
|
293
|
+
"dependencies": []
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "hb-input-checkbox",
|
|
297
|
+
"dependencies": []
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "hb-input-color",
|
|
301
|
+
"dependencies": []
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "hb-input-coords",
|
|
305
|
+
"dependencies": [
|
|
306
|
+
{
|
|
307
|
+
"name": "hb-input-number",
|
|
308
|
+
"dependencies": []
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "hb-map",
|
|
312
|
+
"dependencies": []
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "hb-input-date",
|
|
318
|
+
"dependencies": []
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "hb-input-datetime",
|
|
322
|
+
"dependencies": [
|
|
323
|
+
{
|
|
324
|
+
"name": "hb-input-date",
|
|
325
|
+
"dependencies": []
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "hb-input-number",
|
|
329
|
+
"dependencies": []
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "hb-input-email",
|
|
335
|
+
"dependencies": []
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "hb-input-file",
|
|
339
|
+
"dependencies": []
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "hb-input-number",
|
|
343
|
+
"dependencies": []
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "hb-input-radio",
|
|
347
|
+
"dependencies": []
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "hb-input-range",
|
|
351
|
+
"dependencies": []
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "hb-input-select",
|
|
355
|
+
"dependencies": []
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "hb-input-text",
|
|
359
|
+
"dependencies": []
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "hb-table",
|
|
365
|
+
"dependencies": [
|
|
366
|
+
{
|
|
367
|
+
"name": "hb-dialog",
|
|
368
|
+
"dependencies": []
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "hb-dialogform",
|
|
372
|
+
"dependencies": [
|
|
373
|
+
{
|
|
374
|
+
"name": "hb-dialog",
|
|
375
|
+
"dependencies": []
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "hb-form",
|
|
379
|
+
"dependencies": [
|
|
380
|
+
{
|
|
381
|
+
"name": "hb-input-area",
|
|
382
|
+
"dependencies": []
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "hb-input-array-objects",
|
|
386
|
+
"dependencies": []
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "hb-input-array-tags",
|
|
390
|
+
"dependencies": []
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "hb-input-checkbox",
|
|
394
|
+
"dependencies": []
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "hb-input-color",
|
|
398
|
+
"dependencies": []
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "hb-input-coords",
|
|
402
|
+
"dependencies": [
|
|
403
|
+
{
|
|
404
|
+
"name": "hb-input-number",
|
|
405
|
+
"dependencies": []
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "hb-map",
|
|
409
|
+
"dependencies": []
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "hb-input-date",
|
|
415
|
+
"dependencies": []
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "hb-input-datetime",
|
|
419
|
+
"dependencies": [
|
|
420
|
+
{
|
|
421
|
+
"name": "hb-input-date",
|
|
422
|
+
"dependencies": []
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "hb-input-number",
|
|
426
|
+
"dependencies": []
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "hb-input-email",
|
|
432
|
+
"dependencies": []
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "hb-input-file",
|
|
436
|
+
"dependencies": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "hb-input-number",
|
|
440
|
+
"dependencies": []
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "hb-input-radio",
|
|
444
|
+
"dependencies": []
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "hb-input-range",
|
|
448
|
+
"dependencies": []
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "hb-input-select",
|
|
452
|
+
"dependencies": []
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "hb-input-text",
|
|
456
|
+
"dependencies": []
|
|
457
|
+
}
|
|
458
|
+
]
|
|
459
|
+
}
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "hb-paginate",
|
|
464
|
+
"dependencies": [
|
|
465
|
+
{
|
|
466
|
+
"name": "hb-input-number",
|
|
467
|
+
"dependencies": []
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "hb-input-select",
|
|
471
|
+
"dependencies": []
|
|
472
|
+
}
|
|
473
|
+
]
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "hb-tooltip",
|
|
477
|
+
"dependencies": []
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
],
|
|
275
482
|
"screenshots": [],
|
|
276
483
|
"licenses": [
|
|
277
484
|
{
|
|
@@ -290,5 +497,5 @@
|
|
|
290
497
|
"size": {},
|
|
291
498
|
"iifePath": "main.iife.js",
|
|
292
499
|
"repoName": "@htmlbricks/hb-input-array-objects",
|
|
293
|
-
"version": "0.
|
|
500
|
+
"version": "0.67.0"
|
|
294
501
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-array-objects",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Repeating records editor
|
|
5
|
+
"description": "Repeating records editor with `hb-table` and `hb-form`. Bulma `button is-info` for add, `help is-danger` for validation, themed container on `:host`. Registers `@htmlbricks/hb-form` and `@htmlbricks/hb-table`. Dispatches `setVal` with the objects array, `valid`, and `id`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|