nativescript-ui-calendar
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -50,17 +50,16 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
}; | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata("design:type", Object), | ||
__metadata("design:paramtypes", [Object]) | ||
], RadCalendarComponent.prototype, "eventSource", null); | ||
RadCalendarComponent = __decorate([ | ||
core_1.Component({ | ||
selector: 'RadCalendar', | ||
template: '', | ||
}), | ||
__param(0, core_1.Inject(core_1.ElementRef)), | ||
__param(1, core_1.Inject(core_1.IterableDiffers)), | ||
__metadata("design:paramtypes", [core_1.ElementRef, | ||
core_1.IterableDiffers]) | ||
], RadCalendarComponent); | ||
RadCalendarComponent.decorators = [ | ||
{ type: core_1.Component, args: [{ | ||
selector: 'RadCalendar', | ||
template: '', | ||
},] }, | ||
]; | ||
/** @nocollapse */ | ||
RadCalendarComponent.ctorParameters = function () { return [ | ||
{ type: core_1.ElementRef, decorators: [{ type: core_1.Inject, args: [core_1.ElementRef,] },] }, | ||
{ type: core_1.IterableDiffers, decorators: [{ type: core_1.Inject, args: [core_1.IterableDiffers,] },] }, | ||
]; }; | ||
RadCalendarComponent.propDecorators = { | ||
"eventSource": [{ type: core_1.Input },], | ||
}; | ||
return RadCalendarComponent; | ||
@@ -71,3 +70,5 @@ }()); | ||
// Copied from angular 2 @angular/common/src/facade/collection | ||
// Copied from angular 2 @angular/common/src/facade/collection | ||
var CollectionUtils; | ||
// Copied from angular 2 @angular/common/src/facade/collection | ||
(function (CollectionUtils) { | ||
@@ -112,2 +113,3 @@ function isPresent(obj) { | ||
(!(obj instanceof Map) && | ||
// JS Map are iterables but return entries as [k, v] | ||
getSymbolIterator() in obj); // JS Iterable have a Symbol.iterator prop | ||
@@ -117,3 +119,2 @@ } | ||
})(CollectionUtils || (CollectionUtils = {})); | ||
//////////////////// | ||
exports.CALENDAR_DIRECTIVES = [RadCalendarComponent]; | ||
@@ -124,10 +125,12 @@ element_registry_1.registerElement("RadCalendar", function () { return _1.RadCalendar; }); | ||
} | ||
NativeScriptUICalendarModule = __decorate([ | ||
core_1.NgModule({ | ||
declarations: [exports.CALENDAR_DIRECTIVES], | ||
exports: [exports.CALENDAR_DIRECTIVES] | ||
}) | ||
], NativeScriptUICalendarModule); | ||
NativeScriptUICalendarModule.decorators = [ | ||
{ type: core_1.NgModule, args: [{ | ||
declarations: [exports.CALENDAR_DIRECTIVES], | ||
exports: [exports.CALENDAR_DIRECTIVES] | ||
},] }, | ||
]; | ||
/** @nocollapse */ | ||
NativeScriptUICalendarModule.ctorParameters = function () { return []; }; | ||
return NativeScriptUICalendarModule; | ||
}()); | ||
exports.NativeScriptUICalendarModule = NativeScriptUICalendarModule; |
{ | ||
"name": "nativescript-ui-calendar", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Month, year, week and day views. Single, multiple and range date Selection. Special and disabled dates.", | ||
@@ -5,0 +5,0 @@ "main": "ui-calendar", |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
8065996
9943
92