Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-schedule - npm Package Compare versions

Comparing version 16.4.47 to 16.4.48

2

CHANGELOG.md

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

## 16.4.47 (2019-01-16)
### Schedule

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

9

dist/global/index.d.ts

@@ -1,10 +0,1 @@

/*!
* filename: index.d.ts
* version : 16.4.47
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _schedule from '@syncfusion/ej2-schedule';

@@ -11,0 +2,0 @@

{
"name": "@syncfusion/ej2-schedule",
"version": "16.4.47",
"version": "16.4.48",
"author": "Syncfusion Inc.",

@@ -11,9 +11,9 @@ "license": "SEE LICENSE IN license",

"@syncfusion/ej2-base": "~16.4.47",
"@syncfusion/ej2-data": "~16.4.47",
"@syncfusion/ej2-data": "~16.4.48",
"@syncfusion/ej2-popups": "~16.4.47",
"@syncfusion/ej2-calendars": "~16.4.47",
"@syncfusion/ej2-calendars": "~16.4.48",
"@syncfusion/ej2-navigations": "~16.4.47",
"@syncfusion/ej2-dropdowns": "~16.4.47",
"@syncfusion/ej2-dropdowns": "~16.4.48",
"@syncfusion/ej2-buttons": "~16.4.47",
"@syncfusion/ej2-inputs": "~16.4.47",
"@syncfusion/ej2-inputs": "~16.4.48",
"@syncfusion/ej2-lists": "~16.4.47"

@@ -20,0 +20,0 @@ },

@@ -35,8 +35,2 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, Event, Browser } from '@syncfusion/ej2-base';import { EmitType, getDefaultDateObject, getValue, cldrData, L10n, isNullOrUndefined, removeClass, addClass } from '@syncfusion/ej2-base';import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns';import { NumericTextBox } from '@syncfusion/ej2-inputs';import { DatePicker, ChangedEventArgs } from '@syncfusion/ej2-calendars';import { Button, RadioButton } from '@syncfusion/ej2-buttons';import { EventHandler, MouseEventArgs, classList } from '@syncfusion/ej2-base';import { EJ2Instance } from '../schedule/base/interface';import { RecRule, extractObjectFromRule, generate, generateSummary, getRecurrenceStringFromDate } from './date-generator';

/**
* Sets the locale to be applied on recurrence editor.
* @default true
*/
locale?: string;
/**
* Allows styling with custom class names.

@@ -43,0 +37,0 @@ * @default null

@@ -38,7 +38,2 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base';

/**
* Sets the locale to be applied on recurrence editor.
* @default true
*/
locale: string;
/**
* Allows styling with custom class names.

@@ -45,0 +40,0 @@ * @default null

@@ -1023,5 +1023,2 @@ var __extends = (this && this.__extends) || (function () {

__decorate([
Property('en-US')
], RecurrenceEditor.prototype, "locale", void 0);
__decorate([
Property()

@@ -1028,0 +1025,0 @@ ], RecurrenceEditor.prototype, "cssClass", void 0);

@@ -59,3 +59,4 @@ import { isNullOrUndefined, addClass, createElement, append, EventHandler, extend, remove } from '@syncfusion/ej2-base';

append([].slice.call(templateEle), appWrapper);
listElement.children[li].innerHTML = appWrapper.outerHTML;
listElement.children[li].innerHTML = '';
listElement.children[li].appendChild(appWrapper);
var args = { data: listData[li], element: listElement.children[li], cancel: false };

@@ -62,0 +63,0 @@ this.parent.trigger(event.eventRendered, args);

@@ -14,3 +14,3 @@ var __extends = (this && this.__extends) || (function () {

})();
import { formatUnit, isNullOrUndefined, closest, extend } from '@syncfusion/ej2-base';
import { formatUnit, isNullOrUndefined, closest, extend, append, prepend } from '@syncfusion/ej2-base';
import { createElement, remove, addClass, EventHandler } from '@syncfusion/ej2-base';

@@ -223,3 +223,3 @@ import { AgendaBase } from '../event-renderer/agenda-base';

this.renderContent(emptyTBody, filterDate.start);
tBody.innerHTML = emptyTBody.innerHTML + tBody.innerHTML;
prepend([].slice.call(emptyTBody.childNodes), tBody);
this.agendaBase.wireEventActions();

@@ -242,3 +242,3 @@ for (var s = 0, element = tBody.children; s < element.length; s++) {

this.renderContent(emptyTBody, filterDate.start);
tBody.innerHTML += emptyTBody.innerHTML;
append([].slice.call(emptyTBody.childNodes), tBody);
this.agendaBase.wireEventActions();

@@ -245,0 +245,0 @@ this.updateHeaderText(scrollDate);

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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