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

@syncfusion/ej2-angular-calendars

Package Overview
Dependencies
Maintainers
0
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-calendars - npm Package Compare versions

Comparing version 26.1.38 to 26.1.40-ngcc

@syncfusion/ej2-angular-calendars.es5.js

42

package.json
{
"_from": "@syncfusion/ej2-angular-calendars@*",
"_id": "@syncfusion/ej2-angular-calendars@26.1.35",
"_id": "@syncfusion/ej2-angular-calendars@26.1.38",
"_inBundle": false,
"_integrity": "sha512-Ui51ynRNJlSNKZZlgJ9/Yg/noy4he2yUkJioNCzYfs+DQP2cKzBieyD8Vt4Eb0tJ0TbN0UwCVBBzodbvsBK/Jw==",
"_integrity": "sha512-IguY/2Jp0DQJXVa9ijXo2bEfrSHZuFUMzzNQ28A9qKGiZhlQAWi3fsZiBarEcL68AvYb8G7pQo4/vY30oV1h6A==",
"_location": "/@syncfusion/ej2-angular-calendars",

@@ -22,6 +22,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-26.1.35.tgz",
"_shasum": "14e5b8b0f2443a51282959d06bf864923129ca0f",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-26.1.38.tgz",
"_shasum": "4f947d251533eab25f0dcf2499abdc6af5ce1eef",
"_spec": "@syncfusion/ej2-angular-calendars@*",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~26.1.35",
"@syncfusion/ej2-angular-base": "~26.1.39",
"@syncfusion/ej2-base": "~26.1.37",
"@syncfusion/ej2-calendars": "26.1.38",
"tslib": "^2.3.0"
"@syncfusion/ej2-calendars": "26.1.40"
},
"deprecated": false,
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-calendars.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-calendars.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-calendars.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-calendars.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-calendars.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-calendars.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -68,3 +52,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
"main": "dist/ej2-angular-calendars.umd.js",
"metadata": "ej2-angular-calendars.metadata.json",
"module": "@syncfusion/ej2-angular-calendars.es5.js",
"name": "@syncfusion/ej2-angular-calendars",

@@ -77,4 +63,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-calendars.d.ts",
"version": "26.1.38"
"typings": "ej2-angular-calendars.d.ts",
"version": "26.1.40-ngcc"
}

@@ -8,144 +8,4 @@ {

"schema": "./ng-add/schema.json"
},
"calendar-daterange": {
"description": "Create an Angular calendar component with date range feature",
"factory": "./generators/calendar-daterange",
"schema": "./generators/calendar-daterange/schema.json"
},
"calendar-disableddates": {
"description": "Create an Angular calendar component with disabled dates",
"factory": "./generators/calendar-disableddates",
"schema": "./generators/calendar-disableddates/schema.json"
},
"calendar-multiselection": {
"description": "Create an Angular calendar component with multi selection feature",
"factory": "./generators/calendar-multiselection",
"schema": "./generators/calendar-multiselection/schema.json"
},
"calendar-views": {
"description": "Create an Angular calendar component with year and month views",
"factory": "./generators/calendar-views",
"schema": "./generators/calendar-views/schema.json"
},
"calendar-weeknumber": {
"description": "Create an Angular calendar component with enable week number",
"factory": "./generators/calendar-weeknumber",
"schema": "./generators/calendar-weeknumber/schema.json"
},
"datepicker-daterange": {
"description": "Create an Angular datepicker component with date range feature",
"factory": "./generators/datepicker-daterange",
"schema": "./generators/datepicker-daterange/schema.json"
},
"datepicker-disableddates": {
"description": "Create an Angular datepicker component with disabled dates",
"factory": "./generators/datepicker-disableddates",
"schema": "./generators/datepicker-disableddates/schema.json"
},
"datepicker-format": {
"description": "Create an Angular datepicker component with format feature",
"factory": "./generators/datepicker-format",
"schema": "./generators/datepicker-format/schema.json"
},
"datepicker-multiselection": {
"description": "Create an Angular datepicker component with multi selection feature",
"factory": "./generators/datepicker-multiselection",
"schema": "./generators/datepicker-multiselection/schema.json"
},
"datepicker-strictmode": {
"description": "Create an Angular datepicker component with strict mode feature",
"factory": "./generators/datepicker-strictmode",
"schema": "./generators/datepicker-strictmode/schema.json"
},
"datepicker-views": {
"description": "Create an Angular datepicker component with month and year views",
"factory": "./generators/datepicker-views",
"schema": "./generators/datepicker-views/schema.json"
},
"daterangepicker-daterange": {
"description": "Create an Angular daterangepicker component with date range feature",
"factory": "./generators/daterangepicker-daterange",
"schema": "./generators/daterangepicker-daterange/schema.json"
},
"daterangepicker-dayspan": {
"description": "Create an Angular daterangepicker component with day span feature",
"factory": "./generators/daterangepicker-dayspan",
"schema": "./generators/daterangepicker-dayspan/schema.json"
},
"daterangepicker-disableddates": {
"description": "Create an Angular daterangepicker component with disabled date values",
"factory": "./generators/daterangepicker-disableddates",
"schema": "./generators/daterangepicker-disableddates/schema.json"
},
"daterangepicker-format": {
"description": "Create an Angular daterangepicker component with format feature",
"factory": "./generators/daterangepicker-format",
"schema": "./generators/daterangepicker-format/schema.json"
},
"daterangepicker-presets": {
"description": "Create an Angular daterangepicker component with presets feature",
"factory": "./generators/daterangepicker-presets",
"schema": "./generators/daterangepicker-presets/schema.json"
},
"daterangepicker-strictmode": {
"description": "Create an Angular daterangepicker component with strict mode feature",
"factory": "./generators/daterangepicker-strictmode",
"schema": "./generators/daterangepicker-strictmode/schema.json"
},
"datetimepicker-daterange": {
"description": "Create an Angular datetimepicker component with date range feature",
"factory": "./generators/datetimepicker-daterange",
"schema": "./generators/datetimepicker-daterange/schema.json"
},
"datetimepicker-disableddates": {
"description": "Create an Angular datetimepicker component with disabled dates",
"factory": "./generators/datetimepicker-disableddates",
"schema": "./generators/datetimepicker-disableddates/schema.json"
},
"datetimepicker-format": {
"description": "Create an Angular datetimepicker component with format feature",
"factory": "./generators/datetimepicker-format",
"schema": "./generators/datetimepicker-format/schema.json"
},
"datetimepicker-multiselection": {
"description": "Create an Angular datetimepicker component with multi selection feature",
"factory": "./generators/datetimepicker-multiselection",
"schema": "./generators/datetimepicker-multiselection/schema.json"
},
"datetimepicker-strictmode": {
"description": "Create an Angular datetimepicker component with strict mode feature",
"factory": "./generators/datetimepicker-strictmode",
"schema": "./generators/datetimepicker-strictmode/schema.json"
},
"datetimepicker-views": {
"description": "Create an Angular datetimepicker component with month and year views",
"factory": "./generators/datetimepicker-views",
"schema": "./generators/datetimepicker-views/schema.json"
},
"timepicker-format": {
"description": "Create an Angular timepicker component with format feature",
"factory": "./generators/timepicker-format",
"schema": "./generators/timepicker-format/schema.json"
},
"timepicker-scrollto": {
"description": "Create an Angular timepicker component with scrollto feature",
"factory": "./generators/timepicker-scrollto",
"schema": "./generators/timepicker-scrollto/schema.json"
},
"timepicker-step": {
"description": "Create an Angular timepicker component with step values representation",
"factory": "./generators/timepicker-step",
"schema": "./generators/timepicker-step/schema.json"
},
"timepicker-strictmode": {
"description": "Create an Angular timepicker component with strict mode feature",
"factory": "./generators/timepicker-strictmode",
"schema": "./generators/timepicker-strictmode/schema.json"
},
"timepicker-timerange": {
"description": "Create an Angular timepicker component with time range feature",
"factory": "./generators/timepicker-timerange",
"schema": "./generators/timepicker-timerange/schema.json"
}
}
}
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./calendar.module";
export declare const IslamicService: ValueProvider;

@@ -10,5 +7,2 @@ /**

export declare class CalendarAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarAllModule, never, [typeof i1.CommonModule, typeof i2.CalendarModule], [typeof i2.CalendarModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CalendarAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Calendar } from '@syncfusion/ej2-calendars';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -43,4 +42,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "ejs-calendar", never, { "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "firstDayOfWeek": "firstDayOfWeek"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "max": "max"; "min": "min"; "serverTimezoneOffset": "serverTimezoneOffset"; "showTodayButton": "showTodayButton"; "start": "start"; "value": "value"; "values": "values"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "navigated": "navigated"; "renderDayCell": "renderDayCell"; "valueChange": "valueChange"; "valuesChange": "valuesChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./calendar.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Calendar component.

export declare class CalendarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent], [typeof i2.CommonModule], [typeof i1.CalendarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
}
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./datepicker.module";
export declare const MaskedDateTimeService: ValueProvider;

@@ -10,5 +7,2 @@ /**

export declare class DatePickerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DatePickerModule], [typeof i2.DatePickerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { DatePicker } from '@syncfusion/ej2-calendars';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -46,4 +45,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "ejs-datepicker", never, { "allowEdit": "allowEdit"; "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "firstDayOfWeek": "firstDayOfWeek"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "showTodayButton": "showTodayButton"; "start": "start"; "strictMode": "strictMode"; "value": "value"; "values": "values"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "navigated": "navigated"; "open": "open"; "renderDayCell": "renderDayCell"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./datepicker.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the DatePicker component.

export declare class DatePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, [typeof i1.DatePickerComponent], [typeof i2.CommonModule], [typeof i1.DatePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./daterangepicker.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the DateRangePicker component with providers.

export declare class DateRangePickerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DateRangePickerModule], [typeof i2.DateRangePickerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePickerAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { DateRangePicker } from '@syncfusion/ej2-calendars';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -58,4 +57,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ejs-daterangepicker", never, { "allowEdit": "allowEdit"; "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "endDate": "endDate"; "firstDayOfWeek": "firstDayOfWeek"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "keyConfigs": "keyConfigs"; "locale": "locale"; "max": "max"; "maxDays": "maxDays"; "min": "min"; "minDays": "minDays"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "presets": "presets"; "readonly": "readonly"; "separator": "separator"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "start": "start"; "startDate": "startDate"; "strictMode": "strictMode"; "value": "value"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "navigated": "navigated"; "open": "open"; "renderDayCell": "renderDayCell"; "select": "select"; "startDateChange": "startDateChange"; "endDateChange": "endDateChange"; "valueChange": "valueChange"; }, ["start", "end", "childPresets"], never>;
}

@@ -1,5 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./daterangepicker.component";
import * as i2 from "./presets.directive";
import * as i3 from "@angular/common";
/**

@@ -9,5 +5,2 @@ * NgModule definition for the DateRangePicker component.

export declare class DateRangePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerModule, [typeof i1.DateRangePickerComponent, typeof i2.PresetDirective, typeof i2.PresetsDirective], [typeof i3.CommonModule], [typeof i1.DateRangePickerComponent, typeof i2.PresetDirective, typeof i2.PresetsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePickerModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -32,4 +31,2 @@ * 'e-presets' directive represent a presets of angular daterangepicker

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<PresetDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PresetDirective, "e-presets>e-preset", never, { "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
}

@@ -42,4 +39,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<PresetsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PresetsDirective, "ejs-daterangepicker>e-presets", never, {}, {}, ["children"]>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./datetimepicker.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the DateTimePicker component with providers.

export declare class DateTimePickerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DateTimePickerModule], [typeof i2.DateTimePickerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { DateTimePicker } from '@syncfusion/ej2-calendars';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -46,4 +45,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ejs-datetimepicker", never, { "allowEdit": "allowEdit"; "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "firstDayOfWeek": "firstDayOfWeek"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "scrollTo": "scrollTo"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "showTodayButton": "showTodayButton"; "start": "start"; "step": "step"; "strictMode": "strictMode"; "timeFormat": "timeFormat"; "value": "value"; "values": "values"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "navigated": "navigated"; "open": "open"; "renderDayCell": "renderDayCell"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./datetimepicker.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the DateTimePicker component.

export declare class DateTimePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DateTimePickerComponent], [typeof i2.CommonModule], [typeof i1.DateTimePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./timepicker.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TimePicker component with providers.

export declare class TimePickerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerAllModule, never, [typeof i1.CommonModule, typeof i2.TimePickerModule], [typeof i2.TimePickerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { TimePicker } from '@syncfusion/ej2-calendars';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -45,4 +44,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ejs-timepicker", never, { "allowEdit": "allowEdit"; "cssClass": "cssClass"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "scrollTo": "scrollTo"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "step": "step"; "strictMode": "strictMode"; "value": "value"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "itemRender": "itemRender"; "open": "open"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./timepicker.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TimePicker component.

export declare class TimePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent], [typeof i2.CommonModule], [typeof i1.TimePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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