Socket
Socket
Sign inDemoInstall

@lion/calendar

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/calendar - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

9

package.json
{
"name": "@lion/calendar",
"version": "0.17.0",
"version": "0.18.0",
"description": "Standalone calendar",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.20.0",
"@lion/localize": "0.22.0"
"@lion/core": "^0.21.0",
"@lion/localize": "^0.23.0"
},

@@ -58,4 +58,3 @@ "keywords": [

"./docs/*": "./docs/*"
},
"customElementsManifest": "custom-elements.json"
}
}

@@ -1,2 +0,2 @@

declare const LionCalendar_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost> & Pick<typeof import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost, "prototype" | "localizeNamespaces" | "waitForLocalizeNamespaces"> & Pick<typeof LitElement, "_$litElement$" | "prototype" | "enabledWarnings" | "enableWarning" | "disableWarning" | "addInitializer" | "_initializers" | "elementProperties" | "properties" | "elementStyles" | "styles" | "observedAttributes" | "createProperty" | "shadowRootOptions">;
declare const LionCalendar_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost> & Pick<typeof import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost, "prototype" | "localizeNamespaces" | "waitForLocalizeNamespaces"> & Pick<typeof LitElement, "prototype" | "_$litElement$" | "enabledWarnings" | "enableWarning" | "disableWarning" | "addInitializer" | "_initializers" | "elementProperties" | "properties" | "elementStyles" | "styles" | "observedAttributes" | "createProperty" | "shadowRootOptions">;
/**

@@ -90,3 +90,3 @@ * @typedef {import('../types/day').Day} Day

/** @param {Day} day */
dayPreprocessor: (day: Day) => import("../types/day.js").Day;
dayPreprocessor: (day: Day) => import("../types/day").Day;
/** @param {Date} day */

@@ -277,6 +277,6 @@ disableDates: (day: Date) => boolean;

}
export type Day = import("../types/day.js").Day;
export type Week = import("../types/day.js").Week;
export type Month = import("../types/day.js").Month;
export type Day = import('../types/day').Day;
export type Week = import('../types/day').Week;
export type Month = import('../types/day').Month;
import { LitElement } from "@lion/core";
export {};

@@ -9,3 +9,3 @@ /**

export function createMonth(date: Date, { firstDayOfWeek }?: {
firstDayOfWeek: number;
firstDayOfWeek?: number | undefined;
}): import('../../types/day').Month;

@@ -8,3 +8,3 @@ /**

export function createWeek(date: Date, { firstDayOfWeek }?: {
firstDayOfWeek: number;
firstDayOfWeek?: number | undefined;
}): import('../../types/day').Week;

@@ -10,3 +10,3 @@ /**

constructor(calendarEl: import('../src/LionCalendar').LionCalendar);
el: import("../src/LionCalendar.js").LionCalendar;
el: import("../src/LionCalendar").LionCalendar;
/**

@@ -13,0 +13,0 @@ * Node references

@@ -14,3 +14,3 @@ /**

*/
get calendarShadowRoot(): (Node & ParentNode) | null | undefined;
get calendarShadowRoot(): ParentNode | null | undefined;
get cellEl(): HTMLElement;

@@ -17,0 +17,0 @@ get buttonEl(): HTMLElement;

@@ -1,6 +0,2 @@

export type LionCalendar = import("../src/LionCalendar.js").LionCalendar;
export type TemplateResult = {
_$litType$: 1 | 2;
strings: TemplateStringsArray;
values: unknown[];
};
export type LionCalendar = import('../src/LionCalendar').LionCalendar;
export type TemplateResult = import('@lion/core').TemplateResult;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
const nextMonth: string;
const previousMonth: string;
const nextFullYear: string;
const previousFullYear: string;
}
export default _default;

Sorry, the diff of this file is too big to display

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