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

angular-calendar-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-calendar-scheduler - npm Package Compare versions

Comparing version 11.0.7 to 14.0.0

esm2020/angular-calendar-scheduler.mjs

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [14.0.0](https://github.com/mounthorse-slns/angular-calendar-scheduler/compare/v11.0.7...v14.0.0) (2022-08-05)
### [11.0.7](https://github.com/mounthorse-slns/angular-calendar-scheduler/compare/v11.0.6...v11.0.7) (2021-08-04)

@@ -7,0 +9,0 @@

import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
import { CalendarSchedulerEvent, CalendarSchedulerEventAction } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerEventActionsComponent implements OnInit, OnChanges {

@@ -13,2 +14,4 @@ event: CalendarSchedulerEvent;

onActionClick(mouseEvent: MouseEvent, action: CalendarSchedulerEventAction, event: CalendarSchedulerEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerEventActionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerEventActionsComponent, "calendar-scheduler-event-actions", never, { "event": "event"; }, {}, never, never, false>;
}
import { ElementRef, AfterViewInit } from '@angular/core';
import { CalendarSchedulerEvent } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerEventContentComponent implements AfterViewInit {

@@ -10,2 +11,4 @@ private hostElement;

ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerEventContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerEventContentComponent, "calendar-scheduler-event-content", never, { "event": "event"; "eventContainer": "eventContainer"; }, {}, never, never, false>;
}
import { TemplateRef } from '@angular/core';
import { CalendarSchedulerEvent } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerEventTitleComponent {

@@ -10,2 +11,4 @@ view: string;

customTemplate: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerEventTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerEventTitleComponent, "calendar-scheduler-event-title", never, { "view": "view"; "event": "event"; "showStatus": "showStatus"; "showContent": "showContent"; "showActions": "showActions"; "customTemplate": "customTemplate"; }, {}, never, never, false>;
}
import { EventEmitter, TemplateRef, OnInit, ElementRef, ChangeDetectorRef, AfterContentChecked } from '@angular/core';
import { SchedulerViewDay, CalendarSchedulerEvent, SchedulerViewEvent } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerEventComponent implements OnInit, AfterContentChecked {

@@ -27,2 +28,4 @@ private hostElement;

onEventClick(mouseEvent: MouseEvent, event: CalendarSchedulerEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerEventComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerEventComponent, "calendar-scheduler-event", never, { "title": "title"; "day": "day"; "event": "event"; "container": "container"; "showContent": "showContent"; "showActions": "showActions"; "showStatus": "showStatus"; "customTemplate": "customTemplate"; "eventTitleTemplate": "eventTitleTemplate"; }, { "eventClicked": "eventClicked"; }, never, never, false>;
}
import { EventEmitter, TemplateRef } from '@angular/core';
import { SchedulerViewDay } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerHeaderComponent {

@@ -14,2 +15,4 @@ days: SchedulerViewDay[];

onDayHeaderClick(mouseEvent: MouseEvent, day: SchedulerViewDay): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerHeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerHeaderComponent, "calendar-scheduler-header", never, { "days": "days"; "locale": "locale"; "customTemplate": "customTemplate"; }, { "dayHeaderClicked": "dayHeaderClicked"; }, never, never, false>;
}
import { OnInit, EventEmitter, TemplateRef } from '@angular/core';
import { SchedulerViewDay, SchedulerViewHourSegment, CalendarSchedulerEvent } from './models';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerHourSegmentComponent implements OnInit {

@@ -27,2 +28,4 @@ title: string;

onSegmentClick(mouseEvent: MouseEvent, segment: SchedulerViewHourSegment): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerHourSegmentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerHourSegmentComponent, "calendar-scheduler-hour-segment", never, { "title": "title"; "day": "day"; "segment": "segment"; "locale": "locale"; "customTemplate": "customTemplate"; "hourSegmentHeight": "hourSegmentHeight"; "showHour": "showHour"; }, { "segmentClicked": "segmentClicked"; }, never, never, false>;
}

@@ -11,2 +11,3 @@ import { EventEmitter, ChangeDetectorRef, OnChanges, OnInit, OnDestroy, TemplateRef } from '@angular/core';

import { CalendarSchedulerUtils } from './utils/calendar-scheduler-utils.provider';
import * as i0 from "@angular/core";
/**

@@ -310,2 +311,4 @@ * [ngClass]="getPositioningClasses(event)"

private restoreOriginalEvents;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSchedulerViewComponent, "calendar-scheduler-view", never, { "viewDays": "viewDays"; "viewDate": "viewDate"; "responsive": "responsive"; "events": "events"; "hourSegments": "hourSegments"; "hourSegmentHeight": "hourSegmentHeight"; "excludeDays": "excludeDays"; "startsWithToday": "startsWithToday"; "showEventContent": "showEventContent"; "showEventActions": "showEventActions"; "showEventStatus": "showEventStatus"; "showSegmentHour": "showSegmentHour"; "zoomEventOnHover": "zoomEventOnHover"; "dayModifier": "dayModifier"; "hourModifier": "hourModifier"; "segmentModifier": "segmentModifier"; "eventModifier": "eventModifier"; "refresh": "refresh"; "locale": "locale"; "eventSnapSize": "eventSnapSize"; "snapDraggedEvents": "snapDraggedEvents"; "weekStartsOn": "weekStartsOn"; "headerTemplate": "headerTemplate"; "cellTemplate": "cellTemplate"; "eventTemplate": "eventTemplate"; "eventTitleTemplate": "eventTitleTemplate"; "allDayEventTemplate": "allDayEventTemplate"; "weekendDays": "weekendDays"; "dayStartHour": "dayStartHour"; "dayStartMinute": "dayStartMinute"; "dayEndHour": "dayEndHour"; "dayEndMinute": "dayEndMinute"; }, { "viewDaysChanged": "viewDaysChanged"; "dayHeaderClicked": "dayHeaderClicked"; "hourClicked": "hourClicked"; "segmentClicked": "segmentClicked"; "eventClicked": "eventClicked"; "eventTimesChanged": "eventTimesChanged"; }, never, never, false>;
}
import { CalendarDateFormatter, DateFormatterParams, DateAdapter } from 'angular-calendar';
import * as i0 from "@angular/core";
export interface SchedulerDateFormatterParams extends DateFormatterParams {

@@ -14,2 +15,4 @@ dateAdapter: DateAdapter;

private daysInMonth;
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerDateFormatter, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SchedulerDateFormatter>;
}
import { CalendarEventTitleFormatter } from 'angular-calendar';
import * as i0 from "@angular/core";
export declare class SchedulerEventTitleFormatter extends CalendarEventTitleFormatter {
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerEventTitleFormatter, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SchedulerEventTitleFormatter>;
}
import { PipeTransform } from '@angular/core';
import { CalendarDateFormatter, DateAdapter } from 'angular-calendar';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerDatePipe implements PipeTransform {

@@ -9,2 +10,4 @@ private dateAdapter;

transform(date: Date, method: string, locale?: string, weekStartsOn?: number, excludeDays?: number[], daysInWeek?: number, startsWithToday?: boolean): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerDatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<CalendarSchedulerDatePipe, "calendarSchedulerDate", false>;
}
import { PipeTransform } from '@angular/core';
import { CalendarSchedulerEvent } from '../models';
import { SchedulerEventTitleFormatter } from '../formatters/scheduler-event-title-formatter.provider';
import * as i0 from "@angular/core";
export declare class SchedulerEventTitlePipe implements PipeTransform {

@@ -8,2 +9,4 @@ private schedulerEventTitle;

transform(title: string, titleType: string, event: CalendarSchedulerEvent): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerEventTitlePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SchedulerEventTitlePipe, "schedulerEventTitle", false>;
}

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

import * as i0 from "@angular/core";
/**

@@ -9,2 +10,4 @@ * Auth configuration.

constructor(config?: SchedulerConfig);
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SchedulerConfig>;
}
import { ModuleWithProviders, InjectionToken } from '@angular/core';
import { SchedulerConfig } from './scheduler-config';
import * as i0 from "@angular/core";
import * as i1 from "./calendar-scheduler-view.component";
import * as i2 from "./calendar-scheduler-hour-segment.component";
import * as i3 from "./calendar-scheduler-header.component";
import * as i4 from "./calendar-scheduler-event.component";
import * as i5 from "./calendar-scheduler-event-title.component";
import * as i6 from "./calendar-scheduler-event-content.component";
import * as i7 from "./calendar-scheduler-event-actions.component";
import * as i8 from "./pipes/scheduler-event-title.pipe";
import * as i9 from "./pipes/calendar-scheduler-date.pipe";
import * as i10 from "@angular/common";
import * as i11 from "angular-calendar";
export * from './calendar-scheduler-view.component';

@@ -6,2 +19,3 @@ export * from './formatters/scheduler-date-formatter.provider';

export * from './pipes/scheduler-event-title.pipe';
export * from './pipes/calendar-scheduler-date.pipe';
export * from './utils/calendar-scheduler-utils';

@@ -11,3 +25,8 @@ export * from './utils/calendar-scheduler-utils.provider';

export * from './models';
import { SchedulerConfig } from './scheduler-config';
export * from './calendar-scheduler-hour-segment.component';
export * from './calendar-scheduler-header.component';
export * from './calendar-scheduler-event.component';
export * from './calendar-scheduler-event-title.component';
export * from './calendar-scheduler-event-content.component';
export * from './calendar-scheduler-event-actions.component';
export declare const SCHEDULER_CONFIG: InjectionToken<unknown>;

@@ -38,2 +57,5 @@ export declare function provideSchedulerConfig(config: SchedulerConfig): SchedulerConfig;

static forRoot(config?: SchedulerConfig): ModuleWithProviders<SchedulerModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.CalendarSchedulerViewComponent, typeof i2.CalendarSchedulerHourSegmentComponent, typeof i3.CalendarSchedulerHeaderComponent, typeof i4.CalendarSchedulerEventComponent, typeof i5.CalendarSchedulerEventTitleComponent, typeof i6.CalendarSchedulerEventContentComponent, typeof i7.CalendarSchedulerEventActionsComponent, typeof i8.SchedulerEventTitlePipe, typeof i9.CalendarSchedulerDatePipe], [typeof i10.CommonModule, typeof i11.CalendarModule], [typeof i9.CalendarSchedulerDatePipe, typeof i1.CalendarSchedulerViewComponent, typeof i2.CalendarSchedulerHourSegmentComponent, typeof i3.CalendarSchedulerHeaderComponent, typeof i4.CalendarSchedulerEventComponent, typeof i5.CalendarSchedulerEventTitleComponent, typeof i6.CalendarSchedulerEventContentComponent, typeof i7.CalendarSchedulerEventActionsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
}

@@ -5,2 +5,3 @@ import { GetSchedulerViewHourGridArgs, GetSchedulerViewDaysArgs, GetSchedulerViewArgs } from './calendar-scheduler-utils';

import { DateAdapter } from 'angular-calendar';
import * as i0 from "@angular/core";
export declare class CalendarSchedulerUtils {

@@ -12,2 +13,4 @@ private dateAdapter;

getSchedulerView(args: GetSchedulerViewArgs): SchedulerView;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSchedulerUtils, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CalendarSchedulerUtils>;
}

38

package.json
{
"name": "angular-calendar-scheduler",
"version": "11.0.7",
"version": "14.0.0",
"license": "MIT",

@@ -16,11 +16,5 @@ "private": false,

"keywords": [
"bmsoftware",
"mounthorse",
"calendar",
"angular",
"angular4",
"angular6",
"angular8",
"angular9",
"angular10",
"scheduler",

@@ -36,3 +30,3 @@ "events",

"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},

@@ -43,3 +37,3 @@ "peerDependencies": {

"date-fns": "^2.8.1",
"moment": "^2.24.0"
"moment": "^2.29.4"
},

@@ -50,9 +44,21 @@ "sideEffects": [

],
"main": "bundles/angular-calendar-scheduler.umd.js",
"module": "fesm2015/angular-calendar-scheduler.js",
"es2015": "fesm2015/angular-calendar-scheduler.js",
"esm2015": "esm2015/angular-calendar-scheduler.js",
"fesm2015": "fesm2015/angular-calendar-scheduler.js",
"typings": "angular-calendar-scheduler.d.ts",
"metadata": "angular-calendar-scheduler.metadata.json"
"module": "fesm2015/angular-calendar-scheduler.mjs",
"es2020": "fesm2020/angular-calendar-scheduler.mjs",
"esm2020": "esm2020/angular-calendar-scheduler.mjs",
"fesm2020": "fesm2020/angular-calendar-scheduler.mjs",
"fesm2015": "fesm2015/angular-calendar-scheduler.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/angular-calendar-scheduler.mjs",
"es2020": "./fesm2020/angular-calendar-scheduler.mjs",
"es2015": "./fesm2015/angular-calendar-scheduler.mjs",
"node": "./fesm2015/angular-calendar-scheduler.mjs",
"default": "./fesm2020/angular-calendar-scheduler.mjs"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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