@schedule-x/calendar
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -283,10 +283,9 @@ import { Signal } from "@preact/signals"; | ||
declare class CalendarApp { | ||
private el; | ||
private $app; | ||
events: EventsFacade; | ||
constructor(el: HTMLElement, $app: CalendarAppSingleton); | ||
bootstrap(): void; | ||
constructor($app: CalendarAppSingleton); | ||
render(el: HTMLElement): void; | ||
setTheme(theme: "light" | "dark"): void; | ||
} | ||
declare const createCalendar: (el: HTMLElement, config: CalendarConfigExternal) => CalendarApp; | ||
declare const createCalendar: (config: CalendarConfigExternal) => CalendarApp; | ||
declare const viewWeek: View; | ||
@@ -293,0 +292,0 @@ declare const viewMonthGrid: View; |
@@ -283,10 +283,9 @@ import { Signal } from "@preact/signals"; | ||
declare class CalendarApp { | ||
private el; | ||
private $app; | ||
events: EventsFacade; | ||
constructor(el: HTMLElement, $app: CalendarAppSingleton); | ||
bootstrap(): void; | ||
constructor($app: CalendarAppSingleton); | ||
render(el: HTMLElement): void; | ||
setTheme(theme: "light" | "dark"): void; | ||
} | ||
declare const createCalendar: (el: HTMLElement, config: CalendarConfigExternal) => CalendarApp; | ||
declare const createCalendar: (config: CalendarConfigExternal) => CalendarApp; | ||
declare const viewWeek: View; | ||
@@ -293,0 +292,0 @@ declare const viewMonthGrid: View; |
@@ -283,10 +283,9 @@ import { Signal } from "@preact/signals"; | ||
declare class CalendarApp { | ||
private el; | ||
private $app; | ||
events: EventsFacade; | ||
constructor(el: HTMLElement, $app: CalendarAppSingleton); | ||
bootstrap(): void; | ||
constructor($app: CalendarAppSingleton); | ||
render(el: HTMLElement): void; | ||
setTheme(theme: "light" | "dark"): void; | ||
} | ||
declare const createCalendar: (el: HTMLElement, config: CalendarConfigExternal) => CalendarApp; | ||
declare const createCalendar: (config: CalendarConfigExternal) => CalendarApp; | ||
declare const viewWeek: View; | ||
@@ -293,0 +292,0 @@ declare const viewMonthGrid: View; |
{ | ||
"name": "@schedule-x/calendar", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Schedule-X calendar component", | ||
@@ -10,2 +10,8 @@ "author": { | ||
}, | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"dark-mode", | ||
"internationalization" | ||
], | ||
"module": "./dist/core.js", | ||
@@ -34,3 +40,3 @@ "main": "./dist/core.cjs.js", | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "c2e1276f5701858ba424ecc5ac674dd9876355f8" | ||
"gitHead": "80cceeddc31c7932b7a31f18e5595ffd0a0f1590" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
502519
12154