@mescius/wijmo.angular2legacy.input 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t014601
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +97 -97
- package/index.js +2 -2
- package/index.metadata.json +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,n){var r,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(i=(a<3?r(i):a>3?r(t,o,i):r(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i},__param=this&&this.__param||function(e,t){return function(o,n){t(o,n,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)Object.hasOwnProperty.call(e,o)&&(t[o]=e[o]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcCore=__importStar(require("@mescius/wijmo")),wjcInput=__importStar(require("@mescius/wijmo.input")),wjListBoxMeta={selector:"wj-list-box",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isContentHtml","maxHeight","selectedValuePath","itemFormatter","displayMemberPath","checkedMemberPath","caseSensitiveSearch","itemsSource","virtualizationThreshold","showGroups","selectedIndex","selectedItem","selectedValue","checkedItems","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","formatItemNg: formatItem","itemsChangedNg: itemsChanged","itemCheckedNg: itemChecked","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjListBoxMeta=wjListBoxMeta;var WjListBox=function(e){__extends(WjListBox,e);function WjListBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjListBox;WjListBox.prototype.created=function(){};WjListBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjListBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjListBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjListBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjListBox.meta={outputs:wjListBoxMeta.outputs,changeEvents:{selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],checkedItemsChanged:["checkedItems"]}};return WjListBox=t=__decorate([core_1.Component({selector:wjListBoxMeta.selector,template:wjListBoxMeta.template,inputs:wjListBoxMeta.inputs,outputs:wjListBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjListBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjListBox)}(wjcInput.ListBox);exports.WjListBox=WjListBox;var wjMultiSelectListBoxMeta={selector:"wj-multi-select-list-box",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","itemsSource","displayMemberPath","selectedIndex","isContentHtml","showGroups","checkOnFilter","showFilterInput","filterInputPlaceholder","showSelectAllCheckbox","selectAllLabel","delay","caseSensitiveSearch","checkedMemberPath","virtualizationThreshold","checkedItems","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiSelectListBoxMeta=wjMultiSelectListBoxMeta;var WjMultiSelectListBox=function(e){__extends(WjMultiSelectListBox,e);function WjMultiSelectListBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="checkedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiSelectListBox;WjMultiSelectListBox.prototype.created=function(){};WjMultiSelectListBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiSelectListBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiSelectListBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiSelectListBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiSelectListBox.meta={outputs:wjMultiSelectListBoxMeta.outputs,changeEvents:{checkedItemsChanged:["checkedItems"],selectedIndexChanged:["selectedIndex"]}};return WjMultiSelectListBox=t=__decorate([core_1.Component({selector:wjMultiSelectListBoxMeta.selector,template:wjMultiSelectListBoxMeta.template,inputs:wjMultiSelectListBoxMeta.inputs,outputs:wjMultiSelectListBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiSelectListBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiSelectListBox)}(wjcInput.MultiSelectListBox);exports.WjMultiSelectListBox=WjMultiSelectListBox;var wjComboBoxMeta={selector:"wj-combo-box",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","itemsSource","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjComboBoxMeta=wjComboBoxMeta;var WjComboBox=function(e){__extends(WjComboBox,e);function WjComboBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjComboBox;WjComboBox.prototype.created=function(){};WjComboBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjComboBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjComboBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjComboBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjComboBox.meta={outputs:wjComboBoxMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"]}};return WjComboBox=t=__decorate([core_1.Component({selector:wjComboBoxMeta.selector,template:wjComboBoxMeta.template,inputs:wjComboBoxMeta.inputs,outputs:wjComboBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjComboBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjComboBox)}(wjcInput.ComboBox);exports.WjComboBox=WjComboBox;var wjAutoCompleteMeta={selector:"wj-auto-complete",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","delay","maxItems","minLength","cssMatch","itemsSourceFunction","searchMemberPath","beginsWithSearch","itemsSource","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjAutoCompleteMeta=wjAutoCompleteMeta;var WjAutoComplete=function(e){__extends(WjAutoComplete,e);function WjAutoComplete(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjAutoComplete;WjAutoComplete.prototype.created=function(){};WjAutoComplete.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjAutoComplete.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjAutoComplete.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjAutoComplete.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjAutoComplete.meta={outputs:wjAutoCompleteMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"]}};return WjAutoComplete=t=__decorate([core_1.Component({selector:wjAutoCompleteMeta.selector,template:wjAutoCompleteMeta.template,inputs:wjAutoCompleteMeta.inputs,outputs:wjAutoCompleteMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjAutoCompleteMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjAutoComplete)}(wjcInput.AutoComplete);exports.WjAutoComplete=WjAutoComplete;var wjCalendarMeta={selector:"wj-calendar",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","monthView","showHeader","itemFormatter","itemValidator","firstDayOfWeek","max","min","formatYearMonth","formatDayHeaders","formatDays","formatYear","formatMonths","selectionMode","isReadOnly","handleWheel","repeatButtons","showYearPicker","value","displayMonth","monthCount","showMonthPicker","weeksBefore","weeksAfter","rangeEnd","rangeMin","rangeMax","ariaLabel","keyActionTab","focusMode"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged","displayMonthChangedNg: displayMonthChanged","displayMonthChangePC: displayMonthChange","formatItemNg: formatItem"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCalendarMeta=wjCalendarMeta;var WjCalendar=function(e){__extends(WjCalendar,e);function WjCalendar(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjCalendar;WjCalendar.prototype.created=function(){};WjCalendar.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCalendar.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCalendar.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCalendar.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCalendar.meta={outputs:wjCalendarMeta.outputs,changeEvents:{valueChanged:["value"],rangeEndChanged:["rangeEnd"],displayMonthChanged:["displayMonth"]}};return WjCalendar=t=__decorate([core_1.Component({selector:wjCalendarMeta.selector,template:wjCalendarMeta.template,inputs:wjCalendarMeta.inputs,outputs:wjCalendarMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCalendarMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCalendar)}(wjcInput.Calendar);exports.WjCalendar=WjCalendar;var wjColorPickerMeta={selector:"wj-color-picker",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","showAlphaChannel","showColorString","palette","value","ariaLabel","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjColorPickerMeta=wjColorPickerMeta;var WjColorPicker=function(e){__extends(WjColorPicker,e);function WjColorPicker(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjColorPicker;WjColorPicker.prototype.created=function(){};WjColorPicker.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjColorPicker.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjColorPicker.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjColorPicker.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjColorPicker.meta={outputs:wjColorPickerMeta.outputs,changeEvents:{valueChanged:["value"]}};return WjColorPicker=t=__decorate([core_1.Component({selector:wjColorPickerMeta.selector,template:wjColorPickerMeta.template,inputs:wjColorPickerMeta.inputs,outputs:wjColorPickerMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjColorPickerMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjColorPicker)}(wjcInput.ColorPicker);exports.WjColorPicker=WjColorPicker;var wjInputMaskMeta={selector:"wj-input-mask",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","mask","overwriteMode","isRequired","isReadOnly","promptChar","placeholder","inputType","rawValue","value","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","rawValueChangePC: rawValueChange","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputMaskMeta=wjInputMaskMeta;var WjInputMask=function(e){__extends(WjInputMask,e);function WjInputMask(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputMask;WjInputMask.prototype.created=function(){};WjInputMask.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputMask.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputMask.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputMask.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputMask.meta={outputs:wjInputMaskMeta.outputs,changeEvents:{valueChanged:["rawValue","value"]}};return WjInputMask=t=__decorate([core_1.Component({selector:wjInputMaskMeta.selector,template:wjInputMaskMeta.template,inputs:wjInputMaskMeta.inputs,outputs:wjInputMaskMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputMaskMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputMask)}(wjcInput.InputMask);exports.WjInputMask=WjInputMask;var wjInputColorMeta={selector:"wj-input-color",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","showAlphaChannel","showColorString","value","text","ariaLabelledBy","keyActionTab","colorPickerKeyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputColorMeta=wjInputColorMeta;var WjInputColor=function(e){__extends(WjInputColor,e);function WjInputColor(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputColor;WjInputColor.prototype.created=function(){};WjInputColor.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputColor.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputColor.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputColor.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputColor.meta={outputs:wjInputColorMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"]}};return WjInputColor=t=__decorate([core_1.Component({selector:wjInputColorMeta.selector,template:wjInputColorMeta.template,inputs:wjInputColorMeta.inputs,outputs:wjInputColorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputColorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputColor)}(wjcInput.InputColor);exports.WjInputColor=WjInputColor;var wjMultiSelectMeta={selector:"wj-multi-select",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","checkedMemberPath","maxHeaderItems","headerFormat","headerFormatter","showSelectAllCheckbox","selectAllLabel","showFilterInput","filterInputPlaceholder","checkOnFilter","delay","caseSensitiveSearch","itemsSource","checkedItems","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiSelectMeta=wjMultiSelectMeta;var WjMultiSelect=function(e){__extends(WjMultiSelect,e);function WjMultiSelect(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="checkedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiSelect;WjMultiSelect.prototype.created=function(){};WjMultiSelect.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiSelect.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiSelect.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiSelect.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiSelect.meta={outputs:wjMultiSelectMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],checkedItemsChanged:["checkedItems"]}};return WjMultiSelect=t=__decorate([core_1.Component({selector:wjMultiSelectMeta.selector,template:wjMultiSelectMeta.template,inputs:wjMultiSelectMeta.inputs,outputs:wjMultiSelectMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiSelectMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiSelect)}(wjcInput.MultiSelect);exports.WjMultiSelect=WjMultiSelect;var wjMultiAutoCompleteMeta={selector:"wj-multi-auto-complete",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","delay","maxItems","minLength","cssMatch","itemsSourceFunction","searchMemberPath","beginsWithSearch","maxSelectedItems","selectedItems","itemsSource","selectedMemberPath","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","selectedItemsChangedNg: selectedItemsChanged","selectedItemsChangePC: selectedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiAutoCompleteMeta=wjMultiAutoCompleteMeta;var WjMultiAutoComplete=function(e){__extends(WjMultiAutoComplete,e);function WjMultiAutoComplete(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiAutoComplete;WjMultiAutoComplete.prototype.created=function(){};WjMultiAutoComplete.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiAutoComplete.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiAutoComplete.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiAutoComplete.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiAutoComplete.meta={outputs:wjMultiAutoCompleteMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],selectedItemsChanged:["selectedItems"]}};return WjMultiAutoComplete=t=__decorate([core_1.Component({selector:wjMultiAutoCompleteMeta.selector,template:wjMultiAutoCompleteMeta.template,inputs:wjMultiAutoCompleteMeta.inputs,outputs:wjMultiAutoCompleteMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiAutoCompleteMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiAutoComplete)}(wjcInput.MultiAutoComplete);exports.WjMultiAutoComplete=WjMultiAutoComplete;var wjInputNumberMeta={selector:"wj-input-number",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","showSpinner","repeatButtons","max","min","step","isRequired","placeholder","inputType","format","isReadOnly","handleWheel","value","text","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange","textChangedNg: textChanged","textChangePC: textChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputNumberMeta=wjInputNumberMeta;var WjInputNumber=function(e){__extends(WjInputNumber,e);function WjInputNumber(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputNumber;WjInputNumber.prototype.created=function(){};WjInputNumber.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputNumber.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputNumber.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputNumber.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputNumber.meta={outputs:wjInputNumberMeta.outputs,changeEvents:{valueChanged:["value"],textChanged:["text"]}};return WjInputNumber=t=__decorate([core_1.Component({selector:wjInputNumberMeta.selector,template:wjInputNumberMeta.template,inputs:wjInputNumberMeta.inputs,outputs:wjInputNumberMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputNumberMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputNumber)}(wjcInput.InputNumber);exports.WjInputNumber=WjInputNumber;var wjInputDateMeta={selector:"wj-input-date",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","text","value","rangeEnd","keepInvalidText","preserveCalendarNavigation","ariaLabelledBy","keyActionUpArrow","keyActionDownArrow ","showConfirmationButtons","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateMeta=wjInputDateMeta;var WjInputDate=function(e){__extends(WjInputDate,e);function WjInputDate(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDate;WjInputDate.prototype.created=function(){};WjInputDate.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDate.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDate.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDate.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDate.meta={outputs:wjInputDateMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDate=t=__decorate([core_1.Component({selector:wjInputDateMeta.selector,template:wjInputDateMeta.template,inputs:wjInputDateMeta.inputs,outputs:wjInputDateMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDate)}(wjcInput.InputDate);exports.WjInputDate=WjInputDate;var wjInputTimeMeta={selector:"wj-input-time",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","max","min","step","format","mask","inputType","itemsSource","text","selectedIndex","selectedItem","selectedValue","value","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputTimeMeta=wjInputTimeMeta;var WjInputTime=function(e){__extends(WjInputTime,e);function WjInputTime(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputTime;WjInputTime.prototype.created=function(){};WjInputTime.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputTime.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputTime.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputTime.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputTime.meta={outputs:wjInputTimeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],valueChanged:["value"]}};return WjInputTime=t=__decorate([core_1.Component({selector:wjInputTimeMeta.selector,template:wjInputTimeMeta.template,inputs:wjInputTimeMeta.inputs,outputs:wjInputTimeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputTimeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputTime)}(wjcInput.InputTime);exports.WjInputTime=WjInputTime;var wjInputDateTimeMeta={selector:"wj-input-date-time",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","timeMax","timeMin","timeStep","timeFormat","text","value","rangeEnd","preserveCalendarNavigation","keyActionDownArrow","keyActionUpArrow","keyActionTab","ariaLabelledBy","showConfirmationButtons","focusMode"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateTimeMeta=wjInputDateTimeMeta;var WjInputDateTime=function(e){__extends(WjInputDateTime,e);function WjInputDateTime(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDateTime;WjInputDateTime.prototype.created=function(){};WjInputDateTime.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDateTime.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDateTime.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDateTime.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDateTime.meta={outputs:wjInputDateTimeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDateTime=t=__decorate([core_1.Component({selector:wjInputDateTimeMeta.selector,template:wjInputDateTimeMeta.template,inputs:wjInputDateTimeMeta.inputs,outputs:wjInputDateTimeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateTimeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDateTime)}(wjcInput.InputDateTime);exports.WjInputDateTime=WjInputDateTime;var wjInputDateRangeMeta={selector:"wj-input-date-range",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","text","value","rangeEnd","preserveCalendarNavigation","ariaLabelledBy","keyActionUpArrow","keyActionDownArrow ","showConfirmationButtons","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateRangeMeta=wjInputDateRangeMeta;var WjInputDateRange=function(e){__extends(WjInputDateRange,e);function WjInputDateRange(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDateRange;WjInputDateRange.prototype.created=function(){};WjInputDateRange.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDateRange.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDateRange.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDateRange.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDateRange.meta={outputs:wjInputDateRangeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDateRange=t=__decorate([core_1.Component({selector:wjInputDateRangeMeta.selector,template:wjInputDateRangeMeta.template,inputs:wjInputDateRangeMeta.inputs,outputs:wjInputDateRangeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateRangeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDateRange)}(wjcInput.InputDateRange);exports.WjInputDateRange=WjInputDateRange;var wjMenuMeta={selector:"wj-menu",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","header","commandParameterPath","commandPath","subItemsPath","openOnHover","closeOnLeave","isButton","itemsSource","text","selectedIndex","selectedItem","selectedValue","value","ariaLabel","autoSelectOnFocus","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab","keepOpen"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","itemClickedNg: itemClicked","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMenuMeta=wjMenuMeta;var WjMenu=function(e){__extends(WjMenu,e);function WjMenu(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.itemsSource=new wjcCore.ObservableArray;r.selectedIndex=0;r.created();return r}t=WjMenu;WjMenu.prototype.created=function(){};WjMenu.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();this._attachToControl();this._updateHeader()};WjMenu.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMenu.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy();this.listBox.formatItem.removeHandler(this._fmtItem,this);this.listBox.loadingItems.removeHandler(this._loadingItems,this)};WjMenu.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};Object.defineProperty(WjMenu.prototype,"value",{get:function(){return this._value},set:function(e){this._value=e;if(null!=e){this.selectedValue=e;this._updateHeader()}},enumerable:!0,configurable:!0});WjMenu.prototype.ngOnChanges=function(e){var t=e.header;if(t){this._definedHeader=t.currentValue;this._updateHeader()}};WjMenu.prototype.ngAfterContentInit=function(){this.value=this.value};WjMenu.prototype.onItemClicked=function(t){this.value=this.selectedValue;e.prototype.onItemClicked.call(this,t)};WjMenu.prototype.refresh=function(t){void 0===t&&(t=!0);e.prototype.refresh.call(this,t);this._updateHeader()};WjMenu.prototype._attachToControl=function(){this.listBox.formatItem.addHandler(this._fmtItem,this);this.listBox.loadingItems.addHandler(this._loadingItems,this);this.invalidate()};WjMenu.prototype._loadingItems=function(e){for(var t=e.hostElement.getElementsByClassName("wj-listbox-item"),o=t.length-1;o>=0;o--){t[o].textContent=""}};WjMenu.prototype._fmtItem=function(e,t){if(t.data instanceof WjMenuItem){var o=t.item;o.textContent="";var n=t.data,r=n.contentRoot;if(r){o.appendChild(r);n.added(o)}else t.data instanceof WjMenuSeparator&&n.added(o)}};WjMenu.prototype._updateHeader=function(){this.header=this._definedHeader||"";var e=this.selectedItem;if(null!=this.value&&e&&this.displayMemberPath){var t=null;if(e instanceof WjMenuItem){var o=e.contentRoot;t=o?o.innerHTML:e[this.displayMemberPath]}null!=t&&(this.header+=": <b>"+t+"</b>")}};var t;WjMenu.meta={outputs:wjMenuMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],itemClicked:["value"]}};return WjMenu=t=__decorate([core_1.Component({selector:wjMenuMeta.selector,template:wjMenuMeta.template,inputs:wjMenuMeta.inputs,outputs:wjMenuMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMenuMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMenu)}(wjcInput.Menu);exports.WjMenu=WjMenu;var wjMenuItemMeta={selector:"wj-menu-item",template:"<div *wjMenuItemTemplateDir><ng-content></ng-content></div>",inputs:["wjProperty","value","cmd","cmdParam"],outputs:["initialized"],providers:[]};exports.wjMenuItemMeta=wjMenuItemMeta;var WjMenuItem=function(){function WjMenuItem(e,t,o,n){this.viewContainerRef=n;this.isInitialized=!1;this.wjProperty="itemsSource";var r=this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,t,o);this._ownerMenu=r.parentBehavior.directive;this.created()}e=WjMenuItem;WjMenuItem.prototype.created=function(){};WjMenuItem.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();var e=this._ownerMenu;1==e.itemsSource.length&&e.selectedIndex<0&&(e.selectedIndex=0);e.displayMemberPath||(e.displayMemberPath="header");e.selectedValuePath||(e.selectedValuePath="value");e.commandPath||(e.commandPath="cmd");e.commandParameterPath||(e.commandParameterPath="cmdParam")};WjMenuItem.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMenuItem.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMenuItem.prototype.added=function(e){};var e;WjMenuItem.meta={outputs:wjMenuItemMeta.outputs,siblingId:"menuItemDir"};return WjMenuItem=e=__decorate([core_1.Component({selector:wjMenuItemMeta.selector,template:wjMenuItemMeta.template,inputs:wjMenuItemMeta.inputs,outputs:wjMenuItemMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return e}))}].concat(wjMenuItemMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef))],WjMenuItem)}();exports.WjMenuItem=WjMenuItem;var WjMenuItemTemplateDir=function(){function WjMenuItemTemplateDir(e,t,o,n,r,a){this.viewContainerRef=e;this.templateRef=t;this.elRef=o;this.ownerItem=r||a;this.ownerItem.templateDir=this}WjMenuItemTemplateDir.prototype.ngAfterContentInit=function(){var e=this;setTimeout((function(){var t=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.instantiateTemplate(null,e.viewContainerRef,e.templateRef,!0).rootElement;e.contentRoot=t;e.ownerItem.contentRoot=t;e.ownerItem._ownerMenu.listBox.loadList();e.ownerItem._ownerMenu.invalidate()}),0)};return WjMenuItemTemplateDir=__decorate([core_1.Directive({selector:"[wjMenuItemTemplateDir]",inputs:["wjMenuItemTemplateDir"]}),__param(0,core_1.Inject(core_1.ViewContainerRef)),__param(1,core_1.Inject(core_1.TemplateRef)),__param(1,core_1.Optional()),__param(2,core_1.Inject(core_1.ElementRef)),__param(3,core_1.Inject(core_1.Injector)),__param(4,core_1.Inject(WjMenuItem)),__param(4,core_1.Optional()),__param(5,core_1.Inject(core_1.forwardRef((function(){return WjMenuSeparator})))),__param(5,core_1.Optional())],WjMenuItemTemplateDir)}();exports.WjMenuItemTemplateDir=WjMenuItemTemplateDir;var wjMenuSeparatorMeta={selector:"wj-menu-separator",template:"",inputs:["wjProperty"],outputs:["initialized"],providers:[]};exports.wjMenuSeparatorMeta=wjMenuSeparatorMeta;var WjMenuSeparator=function(e){__extends(WjMenuSeparator,e);function WjMenuSeparator(t,o,n,r){var a=e.call(this,t,o,n,r)||this;a.created();return a}t=WjMenuSeparator;WjMenuSeparator.prototype.added=function(e){wjcCore.addClass(e,wjcCore.ControlStateClsNames.disabled);wjcCore.addClass(e,wjcCore.UtilitesClsNames.separator);wjcCore.setAttribute(e,"role","separator",!1);wjcCore.setAttribute(e,"tabindex")};var t;return WjMenuSeparator=t=__decorate([core_1.Component({selector:wjMenuSeparatorMeta.selector,template:wjMenuSeparatorMeta.template,inputs:wjMenuSeparatorMeta.inputs,outputs:wjMenuSeparatorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMenuSeparatorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef))],WjMenuSeparator)}(WjMenuItem);exports.WjMenuSeparator=WjMenuSeparator;var wjItemTemplateMeta={selector:"[wjItemTemplate]",inputs:["wjItemTemplate"],outputs:["initialized"],exportAs:"wjItemTemplate",providers:[]};exports.wjItemTemplateMeta=wjItemTemplateMeta;var WjItemTemplate=function(){function WjItemTemplate(t,o,n,r,a,i){this.viewContainerRef=r;this.templateRef=a;this.isInitialized=!1;var s=this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,t,o,n);this.ownerControl=s.parentBehavior.directive;this.listBox=e._getListBox(this.ownerControl);this._cdRef=i;this.created()}e=WjItemTemplate;WjItemTemplate.prototype.created=function(){};WjItemTemplate.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();this._attachToControl()};WjItemTemplate.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjItemTemplate.prototype.ngOnDestroy=function(){var e=this.ownerControl,t=this.listBox;if(t){t.formatItem.removeHandler(this._fmtItem,this);t.loadingItems.removeHandler(this._loadingItems,this)}e&&e.invalidate()};WjItemTemplate.prototype._attachToControl=function(){this.listBox.formatItem.addHandler(this._fmtItem,this);this.listBox.loadingItems.addHandler(this._loadingItems,this);this.ownerControl.invalidate()};WjItemTemplate.prototype._loadingItems=function(e){this.viewContainerRef.clear()};WjItemTemplate.prototype._fmtItem=function(e,t){var o=t.item;o.textContent="";var n=this._instantiateTemplate(o);n.context.control=e;n.context.item=t.data;n.context.itemIndex=t.index;t.index===this.listBox.collectionView.items.length-1&&this._cdRef.detectChanges()};WjItemTemplate.prototype._instantiateTemplate=function(e){return wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.instantiateTemplate(e,this.viewContainerRef,this.templateRef).viewRef};WjItemTemplate._getListBox=function(e){return e?e instanceof wjcInput.ListBox?e:e.listBox:null};var e;WjItemTemplate.meta={outputs:wjItemTemplateMeta.outputs,parentRefProperty:"owner"};return WjItemTemplate=e=__decorate([core_1.Directive({selector:wjItemTemplateMeta.selector,inputs:wjItemTemplateMeta.inputs,outputs:wjItemTemplateMeta.outputs,exportAs:wjItemTemplateMeta.exportAs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return e}))}].concat(wjItemTemplateMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef)),__param(4,core_1.Inject(core_1.TemplateRef)),__param(4,core_1.Optional()),__param(5,core_1.Inject(core_1.ChangeDetectorRef))],WjItemTemplate)}();exports.WjItemTemplate=WjItemTemplate;var wjPopupMeta={selector:"wj-popup",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","isDisabled","tabOrder","owner","showTrigger","hideTrigger","fadeIn","fadeOut","isDraggable","isResizable","dialogResultEnter","dialogResultSubmit","modal","removeOnHide","ariaLabelledBy","position"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","showingNg: showing","shownNg: shown","hidingNg: hiding","hiddenNg: hidden","resizingNg: resizing","sizeChangingNg: sizeChanging","sizeChangedNg: sizeChanged","resizedNg: resized","draggingNg: dragging","positionChangingNg: positionChanging","positionChangedNg: positionChanged","draggedNg: dragged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjPopupMeta=wjPopupMeta;var WjPopup=function(e){__extends(WjPopup,e);function WjPopup(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjPopup;WjPopup.prototype.created=function(){};WjPopup.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjPopup.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjPopup.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjPopup.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};WjPopup.prototype.ngOnChanges=function(e){e.owner&&null==this.modal&&(this.modal=!this.owner)};WjPopup.prototype.dispose=function(){if(this.isVisible){this.hiding.removeAllHandlers();this.fadeOut=!1;this.hide()}e.prototype.dispose.call(this)};var t;WjPopup.meta={outputs:wjPopupMeta.outputs};return WjPopup=t=__decorate([core_1.Component({selector:wjPopupMeta.selector,template:wjPopupMeta.template,inputs:wjPopupMeta.inputs,outputs:wjPopupMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjPopupMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjPopup)}(wjcInput.Popup);exports.WjPopup=WjPopup;var WjContextMenu=function(){function WjContextMenu(e){this.elRef=e}WjContextMenu.prototype.onContextMenu=function(e){var t=this.wjContextMenu,o=t.dropDown;if(t&&o&&!wjcCore.closest(e.target,"[disabled]")){e.preventDefault();e.stopPropagation();t.owner=this.elRef.nativeElement;t.show(e)}};return WjContextMenu=__decorate([core_1.Directive({selector:"[wjContextMenu]",inputs:["wjContextMenu"],exportAs:"wjContextMenu",host:{"(contextmenu)":"onContextMenu($event)"}}),__param(0,core_1.Inject(core_1.ElementRef))],WjContextMenu)}();exports.WjContextMenu=WjContextMenu;var wjCollectionViewNavigatorMeta={selector:"wj-collection-view-navigator",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","cv","byPage","headerFormat","repeatButtons","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCollectionViewNavigatorMeta=wjCollectionViewNavigatorMeta;var WjCollectionViewNavigator=function(e){__extends(WjCollectionViewNavigator,e);function WjCollectionViewNavigator(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjCollectionViewNavigator;WjCollectionViewNavigator.prototype.created=function(){};WjCollectionViewNavigator.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCollectionViewNavigator.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCollectionViewNavigator.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCollectionViewNavigator.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCollectionViewNavigator.meta={outputs:wjCollectionViewNavigatorMeta.outputs};return WjCollectionViewNavigator=t=__decorate([core_1.Component({selector:wjCollectionViewNavigatorMeta.selector,template:wjCollectionViewNavigatorMeta.template,inputs:wjCollectionViewNavigatorMeta.inputs,outputs:wjCollectionViewNavigatorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCollectionViewNavigatorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCollectionViewNavigator)}(wjcInput.CollectionViewNavigator);exports.WjCollectionViewNavigator=WjCollectionViewNavigator;var wjCollectionViewPagerMeta={selector:"wj-collection-view-pager",template:"",inputs:["wjModelProperty","cv"],outputs:["initialized"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCollectionViewPagerMeta=wjCollectionViewPagerMeta;var WjCollectionViewPager=function(e){__extends(WjCollectionViewPager,e);function WjCollectionViewPager(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.byPage=!0;r.created();return r}t=WjCollectionViewPager;WjCollectionViewPager.prototype.created=function(){};WjCollectionViewPager.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCollectionViewPager.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCollectionViewPager.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCollectionViewPager.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCollectionViewPager.meta={outputs:wjCollectionViewPagerMeta.outputs};return WjCollectionViewPager=t=__decorate([core_1.Component({selector:wjCollectionViewPagerMeta.selector,template:wjCollectionViewPagerMeta.template,inputs:wjCollectionViewPagerMeta.inputs,outputs:wjCollectionViewPagerMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCollectionViewPagerMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCollectionViewPager)}(wjcInput.CollectionViewNavigator);exports.WjCollectionViewPager=WjCollectionViewPager;var moduleExports=[WjListBox,WjMultiSelectListBox,WjComboBox,WjAutoComplete,WjCalendar,WjColorPicker,WjInputMask,WjInputColor,WjMultiSelect,WjMultiAutoComplete,WjInputNumber,WjInputDate,WjInputTime,WjInputDateTime,WjInputDateRange,WjMenu,WjMenuItem,WjMenuSeparator,WjItemTemplate,WjPopup,WjContextMenu,WjCollectionViewNavigator,WjCollectionViewPager],WjInputModule=function(){function WjInputModule(){}return WjInputModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:moduleExports.concat([WjMenuItemTemplateDir]),exports:moduleExports.slice()})],WjInputModule)}();exports.WjInputModule=WjInputModule;
|
|
14
|
+
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,n){var r,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(i=(a<3?r(i):a>3?r(t,o,i):r(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i},__param=this&&this.__param||function(e,t){return function(o,n){t(o,n,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)Object.hasOwnProperty.call(e,o)&&(t[o]=e[o]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcCore=__importStar(require("@mescius/wijmo")),wjcInput=__importStar(require("@mescius/wijmo.input")),wjListBoxMeta={selector:"wj-list-box",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isContentHtml","maxHeight","selectedValuePath","itemFormatter","displayMemberPath","checkedMemberPath","caseSensitiveSearch","itemsSource","virtualizationThreshold","showGroups","selectedIndex","selectedItem","selectedValue","checkedItems","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","formatItemNg: formatItem","itemsChangedNg: itemsChanged","itemCheckedNg: itemChecked","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjListBoxMeta=wjListBoxMeta;var WjListBox=function(e){__extends(WjListBox,e);function WjListBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjListBox;WjListBox.prototype.created=function(){};WjListBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjListBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjListBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjListBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjListBox.meta={outputs:wjListBoxMeta.outputs,changeEvents:{selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],checkedItemsChanged:["checkedItems"]}};return WjListBox=t=__decorate([core_1.Component({selector:wjListBoxMeta.selector,template:wjListBoxMeta.template,inputs:wjListBoxMeta.inputs,outputs:wjListBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjListBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjListBox)}(wjcInput.ListBox);exports.WjListBox=WjListBox;var wjMultiSelectListBoxMeta={selector:"wj-multi-select-list-box",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","itemsSource","displayMemberPath","selectedIndex","isContentHtml","showGroups","checkOnFilter","showFilterInput","filterInputPlaceholder","showSelectAllCheckbox","selectAllLabel","delay","caseSensitiveSearch","checkedMemberPath","virtualizationThreshold","checkedItems","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiSelectListBoxMeta=wjMultiSelectListBoxMeta;var WjMultiSelectListBox=function(e){__extends(WjMultiSelectListBox,e);function WjMultiSelectListBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="checkedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiSelectListBox;WjMultiSelectListBox.prototype.created=function(){};WjMultiSelectListBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiSelectListBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiSelectListBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiSelectListBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiSelectListBox.meta={outputs:wjMultiSelectListBoxMeta.outputs,changeEvents:{checkedItemsChanged:["checkedItems"],selectedIndexChanged:["selectedIndex"]}};return WjMultiSelectListBox=t=__decorate([core_1.Component({selector:wjMultiSelectListBoxMeta.selector,template:wjMultiSelectListBoxMeta.template,inputs:wjMultiSelectListBoxMeta.inputs,outputs:wjMultiSelectListBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiSelectListBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiSelectListBox)}(wjcInput.MultiSelectListBox);exports.WjMultiSelectListBox=WjMultiSelectListBox;var wjComboBoxMeta={selector:"wj-combo-box",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","itemsSource","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjComboBoxMeta=wjComboBoxMeta;var WjComboBox=function(e){__extends(WjComboBox,e);function WjComboBox(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjComboBox;WjComboBox.prototype.created=function(){};WjComboBox.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjComboBox.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjComboBox.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjComboBox.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjComboBox.meta={outputs:wjComboBoxMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"]}};return WjComboBox=t=__decorate([core_1.Component({selector:wjComboBoxMeta.selector,template:wjComboBoxMeta.template,inputs:wjComboBoxMeta.inputs,outputs:wjComboBoxMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjComboBoxMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjComboBox)}(wjcInput.ComboBox);exports.WjComboBox=WjComboBox;var wjAutoCompleteMeta={selector:"wj-auto-complete",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","delay","maxItems","minLength","cssMatch","itemsSourceFunction","searchMemberPath","beginsWithSearch","itemsSource","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjAutoCompleteMeta=wjAutoCompleteMeta;var WjAutoComplete=function(e){__extends(WjAutoComplete,e);function WjAutoComplete(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjAutoComplete;WjAutoComplete.prototype.created=function(){};WjAutoComplete.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjAutoComplete.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjAutoComplete.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjAutoComplete.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjAutoComplete.meta={outputs:wjAutoCompleteMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"]}};return WjAutoComplete=t=__decorate([core_1.Component({selector:wjAutoCompleteMeta.selector,template:wjAutoCompleteMeta.template,inputs:wjAutoCompleteMeta.inputs,outputs:wjAutoCompleteMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjAutoCompleteMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjAutoComplete)}(wjcInput.AutoComplete);exports.WjAutoComplete=WjAutoComplete;var wjCalendarMeta={selector:"wj-calendar",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","monthView","showHeader","itemFormatter","itemValidator","firstDayOfWeek","max","min","formatYearMonth","formatDayHeaders","formatDays","formatYear","formatMonths","selectionMode","isReadOnly","handleWheel","repeatButtons","showYearPicker","value","displayMonth","monthCount","showMonthPicker","weeksBefore","weeksAfter","rangeEnd","rangeMin","rangeMax","ariaLabel","keyActionTab","focusMode"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged","displayMonthChangedNg: displayMonthChanged","displayMonthChangePC: displayMonthChange","formatItemNg: formatItem"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCalendarMeta=wjCalendarMeta;var WjCalendar=function(e){__extends(WjCalendar,e);function WjCalendar(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjCalendar;WjCalendar.prototype.created=function(){};WjCalendar.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCalendar.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCalendar.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCalendar.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCalendar.meta={outputs:wjCalendarMeta.outputs,changeEvents:{valueChanged:["value"],rangeEndChanged:["rangeEnd"],displayMonthChanged:["displayMonth"]}};return WjCalendar=t=__decorate([core_1.Component({selector:wjCalendarMeta.selector,template:wjCalendarMeta.template,inputs:wjCalendarMeta.inputs,outputs:wjCalendarMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCalendarMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCalendar)}(wjcInput.Calendar);exports.WjCalendar=WjCalendar;var wjColorPickerMeta={selector:"wj-color-picker",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","showAlphaChannel","showColorString","palette","value","ariaLabel","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjColorPickerMeta=wjColorPickerMeta;var WjColorPicker=function(e){__extends(WjColorPicker,e);function WjColorPicker(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjColorPicker;WjColorPicker.prototype.created=function(){};WjColorPicker.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjColorPicker.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjColorPicker.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjColorPicker.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjColorPicker.meta={outputs:wjColorPickerMeta.outputs,changeEvents:{valueChanged:["value"]}};return WjColorPicker=t=__decorate([core_1.Component({selector:wjColorPickerMeta.selector,template:wjColorPickerMeta.template,inputs:wjColorPickerMeta.inputs,outputs:wjColorPickerMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjColorPickerMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjColorPicker)}(wjcInput.ColorPicker);exports.WjColorPicker=WjColorPicker;var wjInputMaskMeta={selector:"wj-input-mask",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","mask","overwriteMode","isRequired","isReadOnly","promptChar","placeholder","inputType","rawValue","value","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","rawValueChangePC: rawValueChange","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputMaskMeta=wjInputMaskMeta;var WjInputMask=function(e){__extends(WjInputMask,e);function WjInputMask(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputMask;WjInputMask.prototype.created=function(){};WjInputMask.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputMask.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputMask.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputMask.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputMask.meta={outputs:wjInputMaskMeta.outputs,changeEvents:{valueChanged:["rawValue","value"]}};return WjInputMask=t=__decorate([core_1.Component({selector:wjInputMaskMeta.selector,template:wjInputMaskMeta.template,inputs:wjInputMaskMeta.inputs,outputs:wjInputMaskMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputMaskMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputMask)}(wjcInput.InputMask);exports.WjInputMask=WjInputMask;var wjInputColorMeta={selector:"wj-input-color",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","showAlphaChannel","showColorString","value","text","ariaLabelledBy","keyActionTab","colorPickerKeyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputColorMeta=wjInputColorMeta;var WjInputColor=function(e){__extends(WjInputColor,e);function WjInputColor(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputColor;WjInputColor.prototype.created=function(){};WjInputColor.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputColor.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputColor.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputColor.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputColor.meta={outputs:wjInputColorMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"]}};return WjInputColor=t=__decorate([core_1.Component({selector:wjInputColorMeta.selector,template:wjInputColorMeta.template,inputs:wjInputColorMeta.inputs,outputs:wjInputColorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputColorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputColor)}(wjcInput.InputColor);exports.WjInputColor=WjInputColor;var wjMultiSelectMeta={selector:"wj-multi-select",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","checkedMemberPath","maxHeaderItems","headerFormat","headerFormatter","showSelectAllCheckbox","selectAllLabel","showFilterInput","filterInputPlaceholder","checkOnFilter","delay","caseSensitiveSearch","itemsSource","checkedItems","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","checkedItemsChangedNg: checkedItemsChanged","checkedItemsChangePC: checkedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiSelectMeta=wjMultiSelectMeta;var WjMultiSelect=function(e){__extends(WjMultiSelect,e);function WjMultiSelect(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="checkedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiSelect;WjMultiSelect.prototype.created=function(){};WjMultiSelect.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiSelect.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiSelect.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiSelect.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiSelect.meta={outputs:wjMultiSelectMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],checkedItemsChanged:["checkedItems"]}};return WjMultiSelect=t=__decorate([core_1.Component({selector:wjMultiSelectMeta.selector,template:wjMultiSelectMeta.template,inputs:wjMultiSelectMeta.inputs,outputs:wjMultiSelectMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiSelectMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiSelect)}(wjcInput.MultiSelect);exports.WjMultiSelect=WjMultiSelect;var wjMultiAutoCompleteMeta={selector:"wj-multi-auto-complete",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","delay","maxItems","minLength","cssMatch","itemsSourceFunction","searchMemberPath","beginsWithSearch","maxSelectedItems","selectedItems","itemsSource","selectedMemberPath","text","selectedIndex","selectedItem","selectedValue","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","selectedItemsChangedNg: selectedItemsChanged","selectedItemsChangePC: selectedItemsChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMultiAutoCompleteMeta=wjMultiAutoCompleteMeta;var WjMultiAutoComplete=function(e){__extends(WjMultiAutoComplete,e);function WjMultiAutoComplete(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedItems";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjMultiAutoComplete;WjMultiAutoComplete.prototype.created=function(){};WjMultiAutoComplete.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjMultiAutoComplete.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMultiAutoComplete.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMultiAutoComplete.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjMultiAutoComplete.meta={outputs:wjMultiAutoCompleteMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],selectedItemsChanged:["selectedItems"]}};return WjMultiAutoComplete=t=__decorate([core_1.Component({selector:wjMultiAutoCompleteMeta.selector,template:wjMultiAutoCompleteMeta.template,inputs:wjMultiAutoCompleteMeta.inputs,outputs:wjMultiAutoCompleteMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMultiAutoCompleteMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMultiAutoComplete)}(wjcInput.MultiAutoComplete);exports.WjMultiAutoComplete=WjMultiAutoComplete;var wjInputNumberMeta={selector:"wj-input-number",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","showSpinner","repeatButtons","max","min","step","isRequired","placeholder","inputType","format","isReadOnly","handleWheel","value","text","ariaLabelledBy"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange","textChangedNg: textChanged","textChangePC: textChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputNumberMeta=wjInputNumberMeta;var WjInputNumber=function(e){__extends(WjInputNumber,e);function WjInputNumber(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputNumber;WjInputNumber.prototype.created=function(){};WjInputNumber.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputNumber.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputNumber.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputNumber.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputNumber.meta={outputs:wjInputNumberMeta.outputs,changeEvents:{valueChanged:["value"],textChanged:["text"]}};return WjInputNumber=t=__decorate([core_1.Component({selector:wjInputNumberMeta.selector,template:wjInputNumberMeta.template,inputs:wjInputNumberMeta.inputs,outputs:wjInputNumberMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputNumberMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputNumber)}(wjcInput.InputNumber);exports.WjInputNumber=WjInputNumber;var wjInputDateMeta={selector:"wj-input-date",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","text","value","rangeEnd","keepInvalidText","preserveCalendarNavigation","ariaLabelledBy","keyActionUpArrow","keyActionDownArrow ","showConfirmationButtons","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateMeta=wjInputDateMeta;var WjInputDate=function(e){__extends(WjInputDate,e);function WjInputDate(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDate;WjInputDate.prototype.created=function(){};WjInputDate.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDate.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDate.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDate.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDate.meta={outputs:wjInputDateMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDate=t=__decorate([core_1.Component({selector:wjInputDateMeta.selector,template:wjInputDateMeta.template,inputs:wjInputDateMeta.inputs,outputs:wjInputDateMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDate)}(wjcInput.InputDate);exports.WjInputDate=WjInputDate;var wjInputTimeMeta={selector:"wj-input-time",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","max","min","step","format","mask","inputType","itemsSource","text","selectedIndex","selectedItem","selectedValue","value","ariaLabelledBy","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputTimeMeta=wjInputTimeMeta;var WjInputTime=function(e){__extends(WjInputTime,e);function WjInputTime(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputTime;WjInputTime.prototype.created=function(){};WjInputTime.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputTime.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputTime.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputTime.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputTime.meta={outputs:wjInputTimeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],valueChanged:["value"]}};return WjInputTime=t=__decorate([core_1.Component({selector:wjInputTimeMeta.selector,template:wjInputTimeMeta.template,inputs:wjInputTimeMeta.inputs,outputs:wjInputTimeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputTimeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputTime)}(wjcInput.InputTime);exports.WjInputTime=WjInputTime;var wjInputDateTimeMeta={selector:"wj-input-date-time",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","timeMax","timeMin","timeStep","timeFormat","text","value","rangeEnd","preserveCalendarNavigation","keyActionDownArrow","keyActionUpArrow","keyActionTab","ariaLabelledBy","showConfirmationButtons","focusMode"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateTimeMeta=wjInputDateTimeMeta;var WjInputDateTime=function(e){__extends(WjInputDateTime,e);function WjInputDateTime(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDateTime;WjInputDateTime.prototype.created=function(){};WjInputDateTime.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDateTime.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDateTime.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDateTime.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDateTime.meta={outputs:wjInputDateTimeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDateTime=t=__decorate([core_1.Component({selector:wjInputDateTimeMeta.selector,template:wjInputDateTimeMeta.template,inputs:wjInputDateTimeMeta.inputs,outputs:wjInputDateTimeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateTimeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDateTime)}(wjcInput.InputDateTime);exports.WjInputDateTime=WjInputDateTime;var wjInputDateRangeMeta={selector:"wj-input-date-range",template:"",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","selectionMode","format","mask","max","min","inputType","repeatButtons","showYearPicker","itemValidator","itemFormatter","monthCount","handleWheel","showMonthPicker","showHeader","weeksBefore","weeksAfter","rangeMin","rangeMax","separator","alwaysShowCalendar","predefinedRanges","closeOnSelection","text","value","rangeEnd","preserveCalendarNavigation","ariaLabelledBy","keyActionUpArrow","keyActionDownArrow ","showConfirmationButtons","keyActionTab"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","valueChangedNg: valueChanged","valueChangePC: valueChange","rangeEndChangedNg: rangeEndChanged","rangeEndChangePC: rangeEndChange","rangeChangedNg: rangeChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjInputDateRangeMeta=wjInputDateRangeMeta;var WjInputDateRange=function(e){__extends(WjInputDateRange,e);function WjInputDateRange(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjInputDateRange;WjInputDateRange.prototype.created=function(){};WjInputDateRange.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjInputDateRange.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjInputDateRange.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjInputDateRange.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjInputDateRange.meta={outputs:wjInputDateRangeMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],valueChanged:["value"],rangeEndChanged:["rangeEnd"]}};return WjInputDateRange=t=__decorate([core_1.Component({selector:wjInputDateRangeMeta.selector,template:wjInputDateRangeMeta.template,inputs:wjInputDateRangeMeta.inputs,outputs:wjInputDateRangeMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjInputDateRangeMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjInputDateRange)}(wjcInput.InputDateRange);exports.WjInputDateRange=WjInputDateRange;var wjMenuMeta={selector:"wj-menu",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","isDroppedDown","showDropDownButton","autoExpandSelection","placeholder","dropDownCssClass","isAnimated","isReadOnly","isRequired","inputType","clickAction","displayMemberPath","selectedValuePath","headerPath","isContentHtml","isEditable","handleWheel","maxDropDownHeight","maxDropDownWidth","itemFormatter","showGroups","trimText","caseSensitiveSearch","virtualizationThreshold","header","commandParameterPath","commandPath","subItemsPath","openOnHover","closeOnLeave","isButton","itemsSource","text","selectedIndex","selectedItem","selectedValue","value","ariaLabel","autoSelectOnFocus","keyActionDownArrow","keyActionUpArrow","keyActionPrintCharacters","keyActionTab","keepOpen"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isDroppedDownChangingNg: isDroppedDownChanging","isDroppedDownChangedNg: isDroppedDownChanged","isDroppedDownChangePC: isDroppedDownChange","textChangedNg: textChanged","textChangePC: textChange","itemsSourceChangedNg: itemsSourceChanged","formatItemNg: formatItem","selectedIndexChangedNg: selectedIndexChanged","selectedIndexChangePC: selectedIndexChange","selectedItemChangePC: selectedItemChange","selectedValueChangePC: selectedValueChange","itemClickedNg: itemClicked","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjMenuMeta=wjMenuMeta;var WjMenu=function(e){__extends(WjMenu,e);function WjMenu(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r.wjModelProperty="selectedValue";r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.itemsSource=new wjcCore.ObservableArray;r.selectedIndex=0;r.created();return r}t=WjMenu;WjMenu.prototype.created=function(){};WjMenu.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();this._attachToControl();this._updateHeader()};WjMenu.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMenu.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy();this.listBox.formatItem.removeHandler(this._fmtItem,this);this.listBox.loadingItems.removeHandler(this._loadingItems,this)};WjMenu.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};Object.defineProperty(WjMenu.prototype,"value",{get:function(){return this._value},set:function(e){this._value=e;if(null!=e){this.selectedValue=e;this._updateHeader()}},enumerable:!0,configurable:!0});WjMenu.prototype.ngOnChanges=function(e){var t=e.header;if(t){this._definedHeader=t.currentValue;this._updateHeader()}};WjMenu.prototype.ngAfterContentInit=function(){this.value=this.value};WjMenu.prototype.onItemClicked=function(t){this.value=this.selectedValue;e.prototype.onItemClicked.call(this,t)};WjMenu.prototype.refresh=function(t){void 0===t&&(t=!0);e.prototype.refresh.call(this,t);this._updateHeader()};WjMenu.prototype._attachToControl=function(){this.listBox.formatItem.addHandler(this._fmtItem,this);this.listBox.loadingItems.addHandler(this._loadingItems,this);this.invalidate()};WjMenu.prototype._loadingItems=function(e){for(var t=e.hostElement.getElementsByClassName("wj-listbox-item"),o=t.length-1;o>=0;o--){t[o].textContent=""}};WjMenu.prototype._fmtItem=function(e,t){if(t.data instanceof WjMenuItem){var o=t.item;o.textContent="";var n=t.data,r=n.contentRoot;if(r){o.appendChild(r);n.added(o)}else t.data instanceof WjMenuSeparator&&n.added(o)}};WjMenu.prototype._updateHeader=function(){this.header=this._definedHeader||"";var e=this.selectedItem;if(null!=this.value&&e&&this.displayMemberPath){var t=null;if(e instanceof WjMenuItem){var o=e.contentRoot;t=o?o.innerHTML:e[this.displayMemberPath]}null!=t&&(this.header+=": <b>"+t+"</b>")}};var t;WjMenu.meta={outputs:wjMenuMeta.outputs,changeEvents:{isDroppedDownChanged:["isDroppedDown"],textChanged:["text"],selectedIndexChanged:["selectedIndex","selectedItem","selectedValue"],itemClicked:["value"]}};return WjMenu=t=__decorate([core_1.Component({selector:wjMenuMeta.selector,template:wjMenuMeta.template,inputs:wjMenuMeta.inputs,outputs:wjMenuMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMenuMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjMenu)}(wjcInput.Menu);exports.WjMenu=WjMenu;var wjMenuItemMeta={selector:"wj-menu-item",template:"<div *wjMenuItemTemplateDir><ng-content></ng-content></div>",inputs:["wjProperty","value","cmd","cmdParam"],outputs:["initialized"],providers:[]};exports.wjMenuItemMeta=wjMenuItemMeta;var WjMenuItem=function(){function WjMenuItem(e,t,o,n){this.viewContainerRef=n;this.isInitialized=!1;this.wjProperty="itemsSource";this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,t,o);var r=this._wjBehaviour;this._ownerMenu=r.parentBehavior.directive;this.created()}e=WjMenuItem;WjMenuItem.prototype.created=function(){};WjMenuItem.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();var e=this._ownerMenu;1==e.itemsSource.length&&e.selectedIndex<0&&(e.selectedIndex=0);e.displayMemberPath||(e.displayMemberPath="header");e.selectedValuePath||(e.selectedValuePath="value");e.commandPath||(e.commandPath="cmd");e.commandParameterPath||(e.commandParameterPath="cmdParam")};WjMenuItem.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjMenuItem.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjMenuItem.prototype.added=function(e){};var e;WjMenuItem.meta={outputs:wjMenuItemMeta.outputs,siblingId:"menuItemDir"};return WjMenuItem=e=__decorate([core_1.Component({selector:wjMenuItemMeta.selector,template:wjMenuItemMeta.template,inputs:wjMenuItemMeta.inputs,outputs:wjMenuItemMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return e}))}].concat(wjMenuItemMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef))],WjMenuItem)}();exports.WjMenuItem=WjMenuItem;var WjMenuItemTemplateDir=function(){function WjMenuItemTemplateDir(e,t,o,n,r,a){this.viewContainerRef=e;this.templateRef=t;this.elRef=o;this.ownerItem=r||a;this.ownerItem.templateDir=this}WjMenuItemTemplateDir.prototype.ngAfterContentInit=function(){var e=this;setTimeout((function(){var t=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.instantiateTemplate(null,e.viewContainerRef,e.templateRef,!0).rootElement;e.contentRoot=t;e.ownerItem.contentRoot=t;e.ownerItem._ownerMenu.listBox.loadList();e.ownerItem._ownerMenu.invalidate()}),0)};return WjMenuItemTemplateDir=__decorate([core_1.Directive({selector:"[wjMenuItemTemplateDir]",inputs:["wjMenuItemTemplateDir"]}),__param(0,core_1.Inject(core_1.ViewContainerRef)),__param(1,core_1.Inject(core_1.TemplateRef)),__param(1,core_1.Optional()),__param(2,core_1.Inject(core_1.ElementRef)),__param(3,core_1.Inject(core_1.Injector)),__param(4,core_1.Inject(WjMenuItem)),__param(4,core_1.Optional()),__param(5,core_1.Inject(core_1.forwardRef((function(){return WjMenuSeparator})))),__param(5,core_1.Optional())],WjMenuItemTemplateDir)}();exports.WjMenuItemTemplateDir=WjMenuItemTemplateDir;var wjMenuSeparatorMeta={selector:"wj-menu-separator",template:"",inputs:["wjProperty"],outputs:["initialized"],providers:[]};exports.wjMenuSeparatorMeta=wjMenuSeparatorMeta;var WjMenuSeparator=function(e){__extends(WjMenuSeparator,e);function WjMenuSeparator(t,o,n,r){var a=e.call(this,t,o,n,r)||this;a.created();return a}t=WjMenuSeparator;WjMenuSeparator.prototype.added=function(e){wjcCore.addClass(e,wjcCore.ControlStateClsNames.disabled);wjcCore.addClass(e,wjcCore.UtilitesClsNames.separator);wjcCore.setAttribute(e,"role","separator",!1);wjcCore.setAttribute(e,"tabindex")};var t;return WjMenuSeparator=t=__decorate([core_1.Component({selector:wjMenuSeparatorMeta.selector,template:wjMenuSeparatorMeta.template,inputs:wjMenuSeparatorMeta.inputs,outputs:wjMenuSeparatorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjMenuSeparatorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef))],WjMenuSeparator)}(WjMenuItem);exports.WjMenuSeparator=WjMenuSeparator;var wjItemTemplateMeta={selector:"[wjItemTemplate]",inputs:["wjItemTemplate"],outputs:["initialized"],exportAs:"wjItemTemplate",providers:[]};exports.wjItemTemplateMeta=wjItemTemplateMeta;var WjItemTemplate=function(){function WjItemTemplate(t,o,n,r,a,i){this.viewContainerRef=r;this.templateRef=a;this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,t,o,n);var s=this._wjBehaviour;this.ownerControl=s.parentBehavior.directive;this.listBox=e._getListBox(this.ownerControl);this._cdRef=i;this.created()}e=WjItemTemplate;WjItemTemplate.prototype.created=function(){};WjItemTemplate.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit();this._attachToControl()};WjItemTemplate.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjItemTemplate.prototype.ngOnDestroy=function(){var e=this.ownerControl,t=this.listBox;if(t){t.formatItem.removeHandler(this._fmtItem,this);t.loadingItems.removeHandler(this._loadingItems,this)}e&&e.invalidate()};WjItemTemplate.prototype._attachToControl=function(){this.listBox.formatItem.addHandler(this._fmtItem,this);this.listBox.loadingItems.addHandler(this._loadingItems,this);this.ownerControl.invalidate()};WjItemTemplate.prototype._loadingItems=function(e){this.viewContainerRef.clear()};WjItemTemplate.prototype._fmtItem=function(e,t){var o=t.item;o.textContent="";var n=this._instantiateTemplate(o);n.context.control=e;n.context.item=t.data;n.context.itemIndex=t.index;t.index===this.listBox.collectionView.items.length-1&&this._cdRef.detectChanges()};WjItemTemplate.prototype._instantiateTemplate=function(e){return wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.instantiateTemplate(e,this.viewContainerRef,this.templateRef).viewRef};WjItemTemplate._getListBox=function(e){return e?e instanceof wjcInput.ListBox?e:e.listBox:null};var e;WjItemTemplate.meta={outputs:wjItemTemplateMeta.outputs,parentRefProperty:"owner"};return WjItemTemplate=e=__decorate([core_1.Directive({selector:wjItemTemplateMeta.selector,inputs:wjItemTemplateMeta.inputs,outputs:wjItemTemplateMeta.outputs,exportAs:wjItemTemplateMeta.exportAs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return e}))}].concat(wjItemTemplateMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional()),__param(3,core_1.Inject(core_1.ViewContainerRef)),__param(4,core_1.Inject(core_1.TemplateRef)),__param(4,core_1.Optional()),__param(5,core_1.Inject(core_1.ChangeDetectorRef))],WjItemTemplate)}();exports.WjItemTemplate=WjItemTemplate;var wjPopupMeta={selector:"wj-popup",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","isDisabled","tabOrder","owner","showTrigger","hideTrigger","fadeIn","fadeOut","isDraggable","isResizable","dialogResultEnter","dialogResultSubmit","modal","removeOnHide","ariaLabelledBy","position"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","showingNg: showing","shownNg: shown","hidingNg: hiding","hiddenNg: hidden","resizingNg: resizing","sizeChangingNg: sizeChanging","sizeChangedNg: sizeChanged","resizedNg: resized","draggingNg: dragging","positionChangingNg: positionChanging","positionChangedNg: positionChanged","draggedNg: dragged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjPopupMeta=wjPopupMeta;var WjPopup=function(e){__extends(WjPopup,e);function WjPopup(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjPopup;WjPopup.prototype.created=function(){};WjPopup.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjPopup.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjPopup.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjPopup.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};WjPopup.prototype.ngOnChanges=function(e){e.owner&&null==this.modal&&(this.modal=!this.owner)};WjPopup.prototype.dispose=function(){if(this.isVisible){this.hiding.removeAllHandlers();this.fadeOut=!1;this.hide()}e.prototype.dispose.call(this)};var t;WjPopup.meta={outputs:wjPopupMeta.outputs};return WjPopup=t=__decorate([core_1.Component({selector:wjPopupMeta.selector,template:wjPopupMeta.template,inputs:wjPopupMeta.inputs,outputs:wjPopupMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjPopupMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjPopup)}(wjcInput.Popup);exports.WjPopup=WjPopup;var WjContextMenu=function(){function WjContextMenu(e){this.elRef=e}WjContextMenu.prototype.onContextMenu=function(e){var t=this.wjContextMenu,o=t.dropDown;if(t&&o&&!wjcCore.closest(e.target,"[disabled]")){e.preventDefault();e.stopPropagation();t.owner=this.elRef.nativeElement;t.show(e)}};return WjContextMenu=__decorate([core_1.Directive({selector:"[wjContextMenu]",inputs:["wjContextMenu"],exportAs:"wjContextMenu",host:{"(contextmenu)":"onContextMenu($event)"}}),__param(0,core_1.Inject(core_1.ElementRef))],WjContextMenu)}();exports.WjContextMenu=WjContextMenu;var wjCollectionViewNavigatorMeta={selector:"wj-collection-view-navigator",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","cv","byPage","headerFormat","repeatButtons","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCollectionViewNavigatorMeta=wjCollectionViewNavigatorMeta;var WjCollectionViewNavigator=function(e){__extends(WjCollectionViewNavigator,e);function WjCollectionViewNavigator(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.created();return r}t=WjCollectionViewNavigator;WjCollectionViewNavigator.prototype.created=function(){};WjCollectionViewNavigator.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCollectionViewNavigator.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCollectionViewNavigator.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCollectionViewNavigator.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCollectionViewNavigator.meta={outputs:wjCollectionViewNavigatorMeta.outputs};return WjCollectionViewNavigator=t=__decorate([core_1.Component({selector:wjCollectionViewNavigatorMeta.selector,template:wjCollectionViewNavigatorMeta.template,inputs:wjCollectionViewNavigatorMeta.inputs,outputs:wjCollectionViewNavigatorMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCollectionViewNavigatorMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCollectionViewNavigator)}(wjcInput.CollectionViewNavigator);exports.WjCollectionViewNavigator=WjCollectionViewNavigator;var wjCollectionViewPagerMeta={selector:"wj-collection-view-pager",template:"",inputs:["wjModelProperty","cv"],outputs:["initialized"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjCollectionViewPagerMeta=wjCollectionViewPagerMeta;var WjCollectionViewPager=function(e){__extends(WjCollectionViewPager,e);function WjCollectionViewPager(t,o,n){var r=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(r,t,o,n);r.byPage=!0;r.created();return r}t=WjCollectionViewPager;WjCollectionViewPager.prototype.created=function(){};WjCollectionViewPager.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjCollectionViewPager.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjCollectionViewPager.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjCollectionViewPager.prototype.addEventListener=function(t,o,n,r){var a=this;void 0===r&&(r=!1);var i=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=i.getZone(this);s&&i.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,n,r)})):e.prototype.addEventListener.call(this,t,o,n,r)};var t;WjCollectionViewPager.meta={outputs:wjCollectionViewPagerMeta.outputs};return WjCollectionViewPager=t=__decorate([core_1.Component({selector:wjCollectionViewPagerMeta.selector,template:wjCollectionViewPagerMeta.template,inputs:wjCollectionViewPagerMeta.inputs,outputs:wjCollectionViewPagerMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(wjCollectionViewPagerMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjCollectionViewPager)}(wjcInput.CollectionViewNavigator);exports.WjCollectionViewPager=WjCollectionViewPager;var moduleExports=[WjListBox,WjMultiSelectListBox,WjComboBox,WjAutoComplete,WjCalendar,WjColorPicker,WjInputMask,WjInputColor,WjMultiSelect,WjMultiAutoComplete,WjInputNumber,WjInputDate,WjInputTime,WjInputDateTime,WjInputDateRange,WjMenu,WjMenuItem,WjMenuSeparator,WjItemTemplate,WjPopup,WjContextMenu,WjCollectionViewNavigator,WjCollectionViewPager],WjInputModule=function(){function WjInputModule(){}return WjInputModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:moduleExports.concat([WjMenuItemTemplateDir]),exports:moduleExports.slice()})],WjInputModule)}();exports.WjInputModule=WjInputModule;
|