Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/calendar-controls

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/calendar-controls - npm Package Compare versions

Comparing version 1.61.0 to 1.62.0-alpha.0

8

dist/core.cjs.d.ts
import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -289,2 +290,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -350,2 +357,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -352,0 +360,0 @@ interface CalendarElements {

import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -289,2 +290,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -350,2 +357,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -352,0 +360,0 @@ interface CalendarElements {

import { Signal, ReadonlySignal } from "@preact/signals";
import { JSXInternal } from "preact/src/jsx";
import { CSSProperties } from "preact/compat";
declare enum WeekDay {

@@ -289,2 +290,8 @@ SUNDAY = 0,

}
type BackgroundEvent = {
start: string;
end: string;
style: CSSProperties;
title?: string;
};
type WeekOptions = {

@@ -350,2 +357,3 @@ gridHeight: number;

filterPredicate: Signal<EventsFilterPredicate>;
backgroundEvents: Signal<BackgroundEvent[]>;
}

@@ -352,0 +360,0 @@ interface CalendarElements {

4

package.json
{
"name": "@schedule-x/calendar-controls",
"umdName": "SXCalendarControls",
"version": "1.61.0",
"version": "1.62.0-alpha.0",
"description": "Plugin for extra controls for the Schedule-X calendar",

@@ -31,3 +31,3 @@ "author": {

"homepage": "https://schedule-x.dev",
"gitHead": "17ca335bc89d37de8ff73832e08e34ef4885e2d8"
"gitHead": "9dadd2ac02913d6dc7ebfacc6797c7bc91e3b5e2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc