@syncfusion/ej2-react-schedule
Advanced tools
Comparing version 16.1.32 to 16.1.37
/*! | ||
* filename: ej2-react-schedule.umd.min.js | ||
* version : 16.1.32 | ||
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved. | ||
* version : 16.1.37 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -10,4 +10,3 @@ * A copy of the current license can be obtained at any time by e-mailing | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-schedule")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-schedule"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Schedule)}(this,function(e,t,n,r){"use strict";var o=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="viewsModel",t}(t.ComplexBase),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="views",t.moduleName="views",t}(t.ComplexBase),s=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={views:"viewsModel"},n.state=t,n}return s(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.Schedule);t.applyMixins(u,[t.ComponentBase,n.PureComponent]);var p=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.state=t,n}return p(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.RecurrenceEditor);t.applyMixins(a,[t.ComponentBase,n.PureComponent]),e.Inject=t.Inject,e.ViewsModelDirective=i,e.ViewsDirective=c,e.ScheduleComponent=u,e.RecurrenceEditorComponent=a,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-react-schedule.umd.min.js.map |
{ | ||
"name": "@syncfusion/ej2-react-schedule", | ||
"version": "16.1.32", | ||
"version": "16.1.37", | ||
"description": "Essential JS 2 Schedule Component for React", | ||
@@ -23,5 +23,5 @@ "author": "Syncfusion Inc.", | ||
"source-map-loader": "^0.2.1", | ||
"@syncfusion/ej2-base": "~16.1.32", | ||
"@syncfusion/ej2-react-base": "~16.1.32", | ||
"@syncfusion/ej2-schedule": "~16.1.32" | ||
"@syncfusion/ej2-base": "~16.1.37", | ||
"@syncfusion/ej2-react-base": "~16.1.37", | ||
"@syncfusion/ej2-schedule": "16.1.37" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -5,2 +5,4 @@ /// <reference types="react" /> | ||
import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base'; | ||
export interface RecurrenceEditorTypecast { | ||
} | ||
/** | ||
@@ -15,3 +17,3 @@ * `RecurrenceEditorComponent` represents the react RecurrenceEditor. | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<RecurrenceEditorModel & DefaultHtmlAttributes>; | ||
}> & Readonly<RecurrenceEditorModel & DefaultHtmlAttributes & RecurrenceEditorTypecast>; | ||
setState: any; | ||
@@ -18,0 +20,0 @@ private getDefaultAttributes; |
@@ -5,2 +5,10 @@ /// <reference types="react" /> | ||
import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base'; | ||
export interface ScheduleTypecast { | ||
dateHeaderTemplate?: string | Function; | ||
cellTemplate?: string | Function; | ||
tooltipTemplate?: string | Function; | ||
template?: string | Function; | ||
eventTemplate?: string | Function; | ||
editorTemplate?: string | Function; | ||
} | ||
/** | ||
@@ -15,3 +23,3 @@ * `ScheduleComponent` represents the react Schedule. | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<ScheduleModel & DefaultHtmlAttributes>; | ||
}> & Readonly<ScheduleModel & DefaultHtmlAttributes & ScheduleTypecast>; | ||
setState: any; | ||
@@ -18,0 +26,0 @@ private getDefaultAttributes; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8832968
190748