{
  "name": "@htmlbricks/hb-input-datetime",
  "version": "0.73.7",
  "contributors": [],
  "description": "Composes `hb-input-date` and `hb-input-number` for date, hours, minutes, and (unless `params.removeSeconds`) seconds, then emits one ISO datetime string as `value`. Optional `params` as `InputDatetimeParams`: `min` / `max` (string or number) bound the chosen instant when `required`; `removeSeconds` hides the seconds column. Registers child packages. Dispatches `setVal` `{ value, valid, id }`. Bulma grouped layout + `help is-danger` on `:host`. Typings: `InputDatetimeParams`, `FormSchemaEntry`, `Component`, `Events`.",
  "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
}