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

ionic2-calendar

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic2-calendar - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

bundles/ionic2-calendar.umd.js

3

calendar.d.ts
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
import { CalendarService } from './calendar.service';
import * as i0 from "@angular/core";
export interface IEvent {

@@ -219,4 +218,2 @@ allDay: boolean;

slidePrev(): void;
static ɵfac: i0.ɵɵFactoryDef<CalendarComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<CalendarComponent, "calendar", never, { "currentDate": "currentDate"; "eventSource": "eventSource"; "calendarMode": "calendarMode"; "formatDay": "formatDay"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatWeekTitle": "formatWeekTitle"; "formatMonthTitle": "formatMonthTitle"; "formatWeekViewDayHeader": "formatWeekViewDayHeader"; "formatHourColumn": "formatHourColumn"; "showEventDetail": "showEventDetail"; "startingDayMonth": "startingDayMonth"; "startingDayWeek": "startingDayWeek"; "allDayLabel": "allDayLabel"; "noEventsLabel": "noEventsLabel"; "queryMode": "queryMode"; "step": "step"; "timeInterval": "timeInterval"; "autoSelect": "autoSelect"; "markDisabled": "markDisabled"; "monthviewDisplayEventTemplate": "monthviewDisplayEventTemplate"; "monthviewInactiveDisplayEventTemplate": "monthviewInactiveDisplayEventTemplate"; "monthviewEventDetailTemplate": "monthviewEventDetailTemplate"; "weekviewHeaderTemplate": "weekviewHeaderTemplate"; "weekviewAllDayEventTemplate": "weekviewAllDayEventTemplate"; "weekviewNormalEventTemplate": "weekviewNormalEventTemplate"; "dayviewAllDayEventTemplate": "dayviewAllDayEventTemplate"; "dayviewNormalEventTemplate": "dayviewNormalEventTemplate"; "weekviewAllDayEventSectionTemplate": "weekviewAllDayEventSectionTemplate"; "weekviewNormalEventSectionTemplate": "weekviewNormalEventSectionTemplate"; "dayviewAllDayEventSectionTemplate": "dayviewAllDayEventSectionTemplate"; "dayviewNormalEventSectionTemplate": "dayviewNormalEventSectionTemplate"; "weekviewInactiveAllDayEventSectionTemplate": "weekviewInactiveAllDayEventSectionTemplate"; "weekviewInactiveNormalEventSectionTemplate": "weekviewInactiveNormalEventSectionTemplate"; "dayviewInactiveAllDayEventSectionTemplate": "dayviewInactiveAllDayEventSectionTemplate"; "dayviewInactiveNormalEventSectionTemplate": "dayviewInactiveNormalEventSectionTemplate"; "dateFormatter": "dateFormatter"; "dir": "dir"; "scrollToHour": "scrollToHour"; "preserveScrollPosition": "preserveScrollPosition"; "lockSwipeToPrev": "lockSwipeToPrev"; "lockSwipes": "lockSwipes"; "locale": "locale"; "startHour": "startHour"; "endHour": "endHour"; "sliderOptions": "sliderOptions"; }, { "onCurrentDateChanged": "onCurrentDateChanged"; "onRangeChanged": "onRangeChanged"; "onEventSelected": "onEventSelected"; "onTimeSelected": "onTimeSelected"; "onTitleChanged": "onTitleChanged"; }, never, never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./monthview";
import * as i2 from "./weekview";
import * as i3 from "./dayview";
import * as i4 from "./calendar";
import * as i5 from "./init-position-scroll";
import * as i6 from "@ionic/angular";
import * as i7 from "@angular/common";
export declare class NgCalendarModule {
static ɵmod: i0.ɵɵNgModuleDefWithMeta<NgCalendarModule, [typeof i1.MonthViewComponent, typeof i2.WeekViewComponent, typeof i3.DayViewComponent, typeof i4.CalendarComponent, typeof i5.initPositionScrollComponent], [typeof i6.IonicModule, typeof i7.CommonModule], [typeof i4.CalendarComponent]>;
static ɵinj: i0.ɵɵInjectorDef<NgCalendarModule>;
}
import { Observable } from 'rxjs';
import { ICalendarComponent, CalendarMode, QueryMode } from './calendar';
import * as i0 from "@angular/core";
export declare class CalendarService {

@@ -25,4 +24,2 @@ queryMode: QueryMode;

slide(direction: number): void;
static ɵfac: i0.ɵɵFactoryDef<CalendarService, never>;
static ɵprov: i0.ɵɵInjectableDef<CalendarService>;
}

@@ -6,3 +6,2 @@ import { IonSlides } from '@ionic/angular';

import { IDisplayAllDayEvent, IDayViewAllDayEventSectionTemplateContext, IDayViewNormalEventSectionTemplateContext } from './calendar';
import * as i0 from "@angular/core";
export declare class DayViewComponent implements ICalendarComponent, OnInit, OnChanges, OnDestroy, AfterViewInit {

@@ -78,4 +77,2 @@ private calendarService;

setScrollPosition(scrollPosition: number): void;
static ɵfac: i0.ɵɵFactoryDef<DayViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<DayViewComponent, "dayview", never, { "dayviewAllDayEventTemplate": "dayviewAllDayEventTemplate"; "dayviewNormalEventTemplate": "dayviewNormalEventTemplate"; "dayviewAllDayEventSectionTemplate": "dayviewAllDayEventSectionTemplate"; "dayviewNormalEventSectionTemplate": "dayviewNormalEventSectionTemplate"; "dayviewInactiveAllDayEventSectionTemplate": "dayviewInactiveAllDayEventSectionTemplate"; "dayviewInactiveNormalEventSectionTemplate": "dayviewInactiveNormalEventSectionTemplate"; "formatHourColumn": "formatHourColumn"; "formatDayTitle": "formatDayTitle"; "allDayLabel": "allDayLabel"; "hourParts": "hourParts"; "eventSource": "eventSource"; "markDisabled": "markDisabled"; "locale": "locale"; "dateFormatter": "dateFormatter"; "dir": "dir"; "scrollToHour": "scrollToHour"; "preserveScrollPosition": "preserveScrollPosition"; "lockSwipeToPrev": "lockSwipeToPrev"; "lockSwipes": "lockSwipes"; "startHour": "startHour"; "endHour": "endHour"; "sliderOptions": "sliderOptions"; "hourSegments": "hourSegments"; }, { "onRangeChanged": "onRangeChanged"; "onEventSelected": "onEventSelected"; "onTimeSelected": "onTimeSelected"; "onTitleChanged": "onTitleChanged"; }, never, never>;
}
import { EventEmitter, ElementRef, SimpleChanges, OnChanges, AfterViewInit, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class initPositionScrollComponent implements OnChanges, AfterViewInit, OnDestroy {

@@ -15,4 +14,2 @@ initPosition: number;

ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<initPositionScrollComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<initPositionScrollComponent, "init-position-scroll", never, { "initPosition": "initPosition"; "emitEvent": "emitEvent"; }, { "onScroll": "onScroll"; }, never, ["*"]>;
}

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

import { IMonthViewDisplayEventTemplateContext } from './calendar';
import * as i0 from "@angular/core";
export declare class MonthViewComponent implements ICalendarComponent, OnInit, OnDestroy, OnChanges, AfterViewInit {

@@ -68,4 +67,2 @@ private calendarService;

eventSelected(event: IEvent): void;
static ɵfac: i0.ɵɵFactoryDef<MonthViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<MonthViewComponent, "monthview", never, { "monthviewDisplayEventTemplate": "monthviewDisplayEventTemplate"; "monthviewInactiveDisplayEventTemplate": "monthviewInactiveDisplayEventTemplate"; "monthviewEventDetailTemplate": "monthviewEventDetailTemplate"; "formatDay": "formatDay"; "formatDayHeader": "formatDayHeader"; "formatMonthTitle": "formatMonthTitle"; "eventSource": "eventSource"; "startingDayMonth": "startingDayMonth"; "showEventDetail": "showEventDetail"; "noEventsLabel": "noEventsLabel"; "autoSelect": "autoSelect"; "markDisabled": "markDisabled"; "locale": "locale"; "dateFormatter": "dateFormatter"; "dir": "dir"; "lockSwipeToPrev": "lockSwipeToPrev"; "lockSwipes": "lockSwipes"; "sliderOptions": "sliderOptions"; }, { "onRangeChanged": "onRangeChanged"; "onEventSelected": "onEventSelected"; "onTimeSelected": "onTimeSelected"; "onTitleChanged": "onTitleChanged"; }, never, never>;
}
{
"name": "ionic2-calendar",
"version": "0.6.4",
"description": "Ionic2 calendar component",
"keywords": [
"Ionic2",
"calendar"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-Calendar.git"
},
"scripts": {
"build": "rm -rf dist && node_modules/.bin/ngc -p tsconfig.json",
"copy_static_files": "cp -r package.json README.md LICENSE tsconfig.json dist/",
"dev": "tsc --watch"
},
"main": "./index.js",
"dependencies": {},
"peerDependencies": {
"@angular/core": ">=9.1.0",
"@angular/forms": ">=9.1.0",
"@angular/router": ">=9.1.0",
"rxjs": ">=6.5.4",
"zone.js": ">=0.10.2",
"@ionic/angular": ">=5.1.0"
},
"devDependencies": {
"typescript": "3.8.3",
"@angular/common": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/compiler-cli": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@ionic/angular": "5.1.0",
"@angular/router": "9.1.0",
"rxjs": "^6.5.4",
"zone.js": "^0.10.2"
}
"name": "ionic2-calendar",
"version": "0.6.5",
"description": "Ionic2 calendar component",
"keywords": [
"Ionic2",
"calendar"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-Calendar.git"
},
"main": "bundles/ionic2-calendar.umd.js",
"dependencies": {},
"peerDependencies": {
"@angular/core": ">=9.1.0",
"@angular/forms": ">=9.1.0",
"@angular/router": ">=9.1.0",
"rxjs": ">=6.5.4",
"zone.js": ">=0.10.2",
"@ionic/angular": ">=5.1.0",
"tslib": "^1.10.0"
},
"module": "fesm5/ionic2-calendar.js",
"es2015": "fesm2015/ionic2-calendar.js",
"esm5": "esm5/ionic2-calendar.js",
"esm2015": "esm2015/ionic2-calendar.js",
"fesm5": "fesm5/ionic2-calendar.js",
"fesm2015": "fesm2015/ionic2-calendar.js",
"typings": "ionic2-calendar.d.ts",
"metadata": "ionic2-calendar.metadata.json",
"sideEffects": false
}

@@ -692,3 +692,3 @@ # Ionic-Calendar directive

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@@ -719,3 +719,3 @@ @Component({

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@@ -739,3 +739,3 @@ @Component({

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@@ -742,0 +742,0 @@ @Component({

@@ -6,3 +6,2 @@ import { IonSlides } from '@ionic/angular';

import { IDisplayAllDayEvent, IWeekViewAllDayEventSectionTemplateContext, IWeekViewNormalEventSectionTemplateContext } from './calendar';
import * as i0 from "@angular/core";
export declare class WeekViewComponent implements ICalendarComponent, OnInit, OnChanges, OnDestroy, AfterViewInit {

@@ -86,4 +85,2 @@ private calendarService;

setScrollPosition(scrollPosition: number): void;
static ɵfac: i0.ɵɵFactoryDef<WeekViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<WeekViewComponent, "weekview", never, { "weekviewHeaderTemplate": "weekviewHeaderTemplate"; "weekviewAllDayEventTemplate": "weekviewAllDayEventTemplate"; "weekviewNormalEventTemplate": "weekviewNormalEventTemplate"; "weekviewAllDayEventSectionTemplate": "weekviewAllDayEventSectionTemplate"; "weekviewNormalEventSectionTemplate": "weekviewNormalEventSectionTemplate"; "weekviewInactiveAllDayEventSectionTemplate": "weekviewInactiveAllDayEventSectionTemplate"; "weekviewInactiveNormalEventSectionTemplate": "weekviewInactiveNormalEventSectionTemplate"; "formatWeekTitle": "formatWeekTitle"; "formatWeekViewDayHeader": "formatWeekViewDayHeader"; "formatHourColumn": "formatHourColumn"; "startingDayWeek": "startingDayWeek"; "allDayLabel": "allDayLabel"; "hourParts": "hourParts"; "eventSource": "eventSource"; "autoSelect": "autoSelect"; "markDisabled": "markDisabled"; "locale": "locale"; "dateFormatter": "dateFormatter"; "dir": "dir"; "scrollToHour": "scrollToHour"; "preserveScrollPosition": "preserveScrollPosition"; "lockSwipeToPrev": "lockSwipeToPrev"; "lockSwipes": "lockSwipes"; "startHour": "startHour"; "endHour": "endHour"; "sliderOptions": "sliderOptions"; "hourSegments": "hourSegments"; }, { "onRangeChanged": "onRangeChanged"; "onEventSelected": "onEventSelected"; "onTimeSelected": "onTimeSelected"; "onTitleChanged": "onTitleChanged"; }, never, never>;
}

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