@htmlbricks/hb-calendar-events
Version:
Classic month grid (7-day week header and variable rows) with selectable cells, “today” styling, and event chips inside each day. Supports adjacent-month padding cells, Italian holidays, JSON `events`, and the same navigation/selection events as the appoi
28 lines • 1.02 kB
JSON
{
"name": "@htmlbricks/hb-calendar-events",
"version": "0.76.5",
"contributors": [],
"description": "Classic month grid (7-day week header and variable rows) with selectable cells, “today” styling, and event chips inside each day. Supports adjacent-month padding cells, Italian holidays, JSON `events`, and the same navigation/selection events as the appointments calendar (`changeCalendarDate`, `changeSelectedDate`, `calendarEventClick`).",
"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
}