{
  "name": "@htmlbricks/hb-input-array-objects",
  "version": "0.76.5",
  "contributors": [],
  "description": "Repeating records: `hb-table` for rows + `hb-form` from `params.schema` (`InputArrayObjectsParams`) to add entries; optional `addPropertyLabel`, optional `columns` mirror. Row `value` is an array of objects with `_objId`. Nested schema rows follow the same shape as `hb-form` (`InputArrayObjectsNestedField` in typings). Registers `@htmlbricks/hb-form` and `@htmlbricks/hb-table`. Dispatches `setVal` `{ value: array, valid, id }`. Bulma `button is-info`, `help is-danger`, container themed on `:host`. See `InputArrayObjectsParams`, `FormSchemaEntry`, `Events` in `types/webcomponent.type.d.ts`.",
  "licenses": [
    {
      "type": "Apache-2.0",
      "path": "LICENSE.md",
      "cost": 0,
      "currency": "EUR"
    }
  ],
  "main": "main.iife.js",
  "types": "./types/html-elements.d.ts",
  "exports": {
    ".": "./main.iife.js",
    "./package.json": "./package.json",
    "./types/html-elements": "./types/html-elements.d.ts",
    "./types/svelte-elements": "./types/svelte-elements.d.ts",
    "./types/webcomponent.type": "./types/webcomponent.type.d.ts"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "private": false
}