-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsmart-webcomponents-angular-array.umd.min.js
25 lines (21 loc) · 22.8 KB
/
smart-webcomponents-angular-array.umd.min.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if (!window['Smart']) {
window['Smart'] = { RenderMode: 'manual' };
}
else {
window['Smart'].RenderMode = 'manual';
}
import './../source/modules/smart.array';
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("smart-webcomponents-angular/array",["exports","@angular/core"],t):t(((e=e||self)["smart-webcomponents-angular"]=e["smart-webcomponents-angular"]||{},e["smart-webcomponents-angular"].array={}),e.ng.core)}(this,(function(e,t){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function i(e,t,n,i){var o,r=arguments.length,l=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(l=(r<3?o(l):r>3?o(t,n,l):o(t,n))||l);return r>3&&l&&Object.defineProperty(t,n,l),l}function o(e,t,n,i){return new(n||(n=Promise))((function(o,r){function l(e){try{s(i.next(e))}catch(e){r(e)}}function a(e){try{s(i.throw(e))}catch(e){r(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(l,a)}s((i=i.apply(e,t||[])).next())}))}function r(e,t){var n,i,o,r,l={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return r={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function a(r){return function(a){return function(r){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(o=2&r[0]?i.return:r[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,r[1])).done)return o;switch(i=0,o&&(r=[2&r[0],o.value]),r[0]){case 0:case 1:o=r;break;case 4:return l.label++,{value:r[1],done:!1};case 5:l.label++,i=r[1],r=[0];continue;case 7:r=l.ops.pop(),l.trys.pop();continue;default:if(!(o=l.trys,(o=o.length>0&&o[o.length-1])||6!==r[0]&&2!==r[0])){l=0;continue}if(3===r[0]&&(!o||r[1]>o[0]&&r[1]<o[3])){l.label=r[1];break}if(6===r[0]&&l.label<o[1]){l.label=o[1],o=r;break}if(o&&l.label<o[2]){l.label=o[2],l.ops.push(r);break}o[2]&&l.ops.pop(),l.trys.pop();continue}r=t.call(e,l)}catch(e){r=[6,e],i=0}finally{n=o=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,a])}}}var l=function(){function e(e){this.onCreate=new t.EventEmitter,this.onReady=new t.EventEmitter,this.onAttach=new t.EventEmitter,this.onDetach=new t.EventEmitter;var n=this;this.nativeElement=e.nativeElement,n.nativeElement.onAttached=function(){n.onAttach.emit(n.nativeElement)},n.nativeElement.onDetached=function(){n.onDetach.emit(n.nativeElement)}}return e.prototype.addEventListener=function(e,t,n){void 0===n&&(n=!1),this.nativeElement.addEventListener(e,t,n)},e.prototype.removeEventListener=function(e,t,n){void 0===n&&(n=!1),this.nativeElement.removeEventListener(e,t,n)},e.prototype.dispatchEvent=function(e){return this.nativeElement.dispatchEvent(e)},e.prototype.blur=function(){this.nativeElement.blur()},e.prototype.click=function(){this.nativeElement.click()},e.prototype.focus=function(e){this.nativeElement.focus(e)},Object.defineProperty(e.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"localizeFormatFunction",{get:function(){return this.nativeElement?this.nativeElement.localizeFormatFunction:void 0},set:function(e){this.nativeElement&&(this.nativeElement.localizeFormatFunction=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rightToLeft",{get:function(){return this.nativeElement?this.nativeElement.rightToLeft:void 0},set:function(e){this.nativeElement&&(this.nativeElement.rightToLeft=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"theme",{get:function(){return this.nativeElement?this.nativeElement.theme:void 0},set:function(e){this.nativeElement&&(this.nativeElement.theme=e)},enumerable:!0,configurable:!0}),i([t.Output()],e.prototype,"onCreate",void 0),i([t.Output()],e.prototype,"onReady",void 0),i([t.Output()],e.prototype,"onAttach",void 0),i([t.Output()],e.prototype,"onDetach",void 0),i([t.Input()],e.prototype,"locale",null),i([t.Input()],e.prototype,"localizeFormatFunction",null),i([t.Input()],e.prototype,"messages",null),i([t.Input()],e.prototype,"rightToLeft",null),i([t.Input()],e.prototype,"theme",null),e}(),a=window.Smart,s=function(e){function l(n){var i=e.call(this,n)||this;return i.eventHandlers=[],i.onArraySizeChange=new t.EventEmitter,i.onChange=new t.EventEmitter,i.onDimensionChange=new t.EventEmitter,i.onElementClick=new t.EventEmitter,i.onScroll=new t.EventEmitter,i.onSizeChange=new t.EventEmitter,i.nativeElement=n.nativeElement,i}return function(e,t){function i(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}(l,e),l.prototype.createComponent=function(e){for(var t in void 0===e&&(e={}),this.nativeElement=document.createElement("smart-array"),e)this.nativeElement[t]=e[t];return this.nativeElement},Object.defineProperty(l.prototype,"animation",{get:function(){return this.nativeElement?this.nativeElement.animation:void 0},set:function(e){this.nativeElement&&(this.nativeElement.animation=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"arrayIndexingMode",{get:function(){return this.nativeElement?this.nativeElement.arrayIndexingMode:void 0},set:function(e){this.nativeElement&&(this.nativeElement.arrayIndexingMode=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"changeProperty",{get:function(){return this.nativeElement?this.nativeElement.changeProperty:void 0},set:function(e){this.nativeElement&&(this.nativeElement.changeProperty=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"columns",{get:function(){return this.nativeElement?this.nativeElement.columns:void 0},set:function(e){this.nativeElement&&(this.nativeElement.columns=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"customWidgetDefaultValue",{get:function(){return this.nativeElement?this.nativeElement.customWidgetDefaultValue:void 0},set:function(e){this.nativeElement&&(this.nativeElement.customWidgetDefaultValue=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"dimensions",{get:function(){return this.nativeElement?this.nativeElement.dimensions:void 0},set:function(e){this.nativeElement&&(this.nativeElement.dimensions=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"disabled",{get:function(){return this.nativeElement?this.nativeElement.disabled:void 0},set:function(e){this.nativeElement&&(this.nativeElement.disabled=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"elementHeight",{get:function(){return this.nativeElement?this.nativeElement.elementHeight:void 0},set:function(e){this.nativeElement&&(this.nativeElement.elementHeight=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"elementTemplate",{get:function(){return this.nativeElement?this.nativeElement.elementTemplate:void 0},set:function(e){this.nativeElement&&(this.nativeElement.elementTemplate=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"elementWidth",{get:function(){return this.nativeElement?this.nativeElement.elementWidth:void 0},set:function(e){this.nativeElement&&(this.nativeElement.elementWidth=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"getElementValue",{get:function(){return this.nativeElement?this.nativeElement.getElementValue:void 0},set:function(e){this.nativeElement&&(this.nativeElement.getElementValue=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"indexerHeight",{get:function(){return this.nativeElement?this.nativeElement.indexerHeight:void 0},set:function(e){this.nativeElement&&(this.nativeElement.indexerHeight=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"indexerWidth",{get:function(){return this.nativeElement?this.nativeElement.indexerWidth:void 0},set:function(e){this.nativeElement&&(this.nativeElement.indexerWidth=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"localizeFormatFunction",{get:function(){return this.nativeElement?this.nativeElement.localizeFormatFunction:void 0},set:function(e){this.nativeElement&&(this.nativeElement.localizeFormatFunction=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"readonly",{get:function(){return this.nativeElement?this.nativeElement.readonly:void 0},set:function(e){this.nativeElement&&(this.nativeElement.readonly=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"rows",{get:function(){return this.nativeElement?this.nativeElement.rows:void 0},set:function(e){this.nativeElement&&(this.nativeElement.rows=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"setElementValue",{get:function(){return this.nativeElement?this.nativeElement.setElementValue:void 0},set:function(e){this.nativeElement&&(this.nativeElement.setElementValue=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"showHorizontalScrollbar",{get:function(){return this.nativeElement?this.nativeElement.showHorizontalScrollbar:void 0},set:function(e){this.nativeElement&&(this.nativeElement.showHorizontalScrollbar=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"showIndexDisplay",{get:function(){return this.nativeElement?this.nativeElement.showIndexDisplay:void 0},set:function(e){this.nativeElement&&(this.nativeElement.showIndexDisplay=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"showSelection",{get:function(){return this.nativeElement?this.nativeElement.showSelection:void 0},set:function(e){this.nativeElement&&(this.nativeElement.showSelection=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"showVerticalScrollbar",{get:function(){return this.nativeElement?this.nativeElement.showVerticalScrollbar:void 0},set:function(e){this.nativeElement&&(this.nativeElement.showVerticalScrollbar=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"theme",{get:function(){return this.nativeElement?this.nativeElement.theme:void 0},set:function(e){this.nativeElement&&(this.nativeElement.theme=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"type",{get:function(){return this.nativeElement?this.nativeElement.type:void 0},set:function(e){this.nativeElement&&(this.nativeElement.type=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"unfocusable",{get:function(){return this.nativeElement?this.nativeElement.unfocusable:void 0},set:function(e){this.nativeElement&&(this.nativeElement.unfocusable=e)},enumerable:!0,configurable:!0}),Object.defineProperty(l.prototype,"value",{get:function(){return this.nativeElement?this.nativeElement.value:void 0},set:function(e){this.nativeElement&&(this.nativeElement.value=e)},enumerable:!0,configurable:!0}),l.prototype.addDimension=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.addDimension():this.nativeElement.whenRendered((function(){e.nativeElement.addDimension()}))},l.prototype.clearSelection=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.clearSelection():this.nativeElement.whenRendered((function(){e.nativeElement.clearSelection()}))},l.prototype.copyElementValueToClipboard=function(e,t){var n=this;this.nativeElement.isRendered?this.nativeElement.copyElementValueToClipboard(e,t):this.nativeElement.whenRendered((function(){n.nativeElement.copyElementValueToClipboard(e,t)}))},l.prototype.deleteColumn=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.deleteColumn(e):this.nativeElement.whenRendered((function(){t.nativeElement.deleteColumn(e)}))},l.prototype.deleteRow=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.deleteRow(e):this.nativeElement.whenRendered((function(){t.nativeElement.deleteRow(e)}))},l.prototype.emptyArray=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.emptyArray():this.nativeElement.whenRendered((function(){e.nativeElement.emptyArray()}))},l.prototype.endSelection=function(e,t){var n=this;this.nativeElement.isRendered?this.nativeElement.endSelection(e,t):this.nativeElement.whenRendered((function(){n.nativeElement.endSelection(e,t)}))},l.prototype.getElement=function(e,t){return o(this,void 0,void 0,(function(){var n=this;return r(this,(function(i){switch(i.label){case 0:return[4,function(){return new Promise((function(i){n.nativeElement.whenRendered((function(){var o=n.nativeElement.getElement(e,t);i(o)}))}))}()];case 1:return[2,i.sent()]}}))}))},l.prototype.getElementSize=function(){return o(this,void 0,void 0,(function(){var e=this;return r(this,(function(t){switch(t.label){case 0:return[4,function(){return new Promise((function(t){e.nativeElement.whenRendered((function(){var n=e.nativeElement.getElementSize();t(n)}))}))}()];case 1:return[2,t.sent()]}}))}))},l.prototype.getIndexerValue=function(){return o(this,void 0,void 0,(function(){var e=this;return r(this,(function(t){switch(t.label){case 0:return[4,function(){return new Promise((function(t){e.nativeElement.whenRendered((function(){var n=e.nativeElement.getIndexerValue();t(n)}))}))}()];case 1:return[2,t.sent()]}}))}))},l.prototype.hitTest=function(e,t){return o(this,void 0,void 0,(function(){var n=this;return r(this,(function(i){switch(i.label){case 0:return[4,function(){return new Promise((function(i){n.nativeElement.whenRendered((function(){var o=n.nativeElement.hitTest(e,t);i(o)}))}))}()];case 1:return[2,i.sent()]}}))}))},l.prototype.insertColumnBefore=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.insertColumnBefore(e):this.nativeElement.whenRendered((function(){t.nativeElement.insertColumnBefore(e)}))},l.prototype.insertRowBefore=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.insertRowBefore(e):this.nativeElement.whenRendered((function(){t.nativeElement.insertRowBefore(e)}))},l.prototype.reinitializeArray=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.reinitializeArray():this.nativeElement.whenRendered((function(){e.nativeElement.reinitializeArray()}))},l.prototype.removeDimension=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.removeDimension():this.nativeElement.whenRendered((function(){e.nativeElement.removeDimension()}))},l.prototype.reset=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.reset():this.nativeElement.whenRendered((function(){e.nativeElement.reset()}))},l.prototype.resizeElement=function(e,t){var n=this;this.nativeElement.isRendered?this.nativeElement.resizeElement(e,t):this.nativeElement.whenRendered((function(){n.nativeElement.resizeElement(e,t)}))},l.prototype.selectAll=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.selectAll():this.nativeElement.whenRendered((function(){e.nativeElement.selectAll()}))},l.prototype.selectElement=function(e,t){var n=this;this.nativeElement.isRendered?this.nativeElement.selectElement(e,t):this.nativeElement.whenRendered((function(){n.nativeElement.selectElement(e,t)}))},l.prototype.setColumnWidth=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.setColumnWidth(e):this.nativeElement.whenRendered((function(){t.nativeElement.setColumnWidth(e)}))},l.prototype.setDefaultValue=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.setDefaultValue(e):this.nativeElement.whenRendered((function(){t.nativeElement.setDefaultValue(e)}))},l.prototype.setIndexerValue=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.setIndexerValue(e):this.nativeElement.whenRendered((function(){t.nativeElement.setIndexerValue(e)}))},l.prototype.setRowHeight=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.setRowHeight(e):this.nativeElement.whenRendered((function(){t.nativeElement.setRowHeight(e)}))},l.prototype.showLastElement=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.showLastElement():this.nativeElement.whenRendered((function(){e.nativeElement.showLastElement()}))},l.prototype.startSelection=function(e,t){var n=this;this.nativeElement.isRendered?this.nativeElement.startSelection(e,t):this.nativeElement.whenRendered((function(){n.nativeElement.startSelection(e,t)}))},l.prototype.toggleElementGap=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.toggleElementGap():this.nativeElement.whenRendered((function(){e.nativeElement.toggleElementGap()}))},l.prototype.transposeArray=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.transposeArray():this.nativeElement.whenRendered((function(){e.nativeElement.transposeArray()}))},l.prototype.val=function(e,t){return o(this,void 0,void 0,(function(){var n=this;return r(this,(function(i){switch(i.label){case 0:return[4,function(){return new Promise((function(i){n.nativeElement.whenRendered((function(){var o=n.nativeElement.val(e,t);i(o)}))}))}()];case 1:return[2,i.sent()]}}))}))},Object.defineProperty(l.prototype,"isRendered",{get:function(){return!!this.nativeElement&&this.nativeElement.isRendered},enumerable:!0,configurable:!0}),l.prototype.ngOnInit=function(){},l.prototype.ngAfterViewInit=function(){var e=this;e.onCreate.emit(e.nativeElement),a.Render(),this.nativeElement.classList.add("smart-angular"),this.nativeElement.whenRendered((function(){e.onReady.emit(e.nativeElement)})),this.listen()},l.prototype.ngOnDestroy=function(){this.unlisten()},l.prototype.ngOnChanges=function(e){if(this.nativeElement&&this.nativeElement.isRendered)for(var t in e)e.hasOwnProperty(t)&&(this.nativeElement[t]=e[t].currentValue)},l.prototype.listen=function(){var e=this;e.eventHandlers.arraySizeChangeHandler=function(t){e.onArraySizeChange.emit(t)},e.nativeElement.addEventListener("arraySizeChange",e.eventHandlers.arraySizeChangeHandler),e.eventHandlers.changeHandler=function(t){e.onChange.emit(t)},e.nativeElement.addEventListener("change",e.eventHandlers.changeHandler),e.eventHandlers.dimensionChangeHandler=function(t){e.onDimensionChange.emit(t)},e.nativeElement.addEventListener("dimensionChange",e.eventHandlers.dimensionChangeHandler),e.eventHandlers.elementClickHandler=function(t){e.onElementClick.emit(t)},e.nativeElement.addEventListener("elementClick",e.eventHandlers.elementClickHandler),e.eventHandlers.scrollHandler=function(t){e.onScroll.emit(t)},e.nativeElement.addEventListener("scroll",e.eventHandlers.scrollHandler),e.eventHandlers.sizeChangeHandler=function(t){e.onSizeChange.emit(t)},e.nativeElement.addEventListener("sizeChange",e.eventHandlers.sizeChangeHandler)},l.prototype.unlisten=function(){this.eventHandlers.arraySizeChangeHandler&&this.nativeElement.removeEventListener("arraySizeChange",this.eventHandlers.arraySizeChangeHandler),this.eventHandlers.changeHandler&&this.nativeElement.removeEventListener("change",this.eventHandlers.changeHandler),this.eventHandlers.dimensionChangeHandler&&this.nativeElement.removeEventListener("dimensionChange",this.eventHandlers.dimensionChangeHandler),this.eventHandlers.elementClickHandler&&this.nativeElement.removeEventListener("elementClick",this.eventHandlers.elementClickHandler),this.eventHandlers.scrollHandler&&this.nativeElement.removeEventListener("scroll",this.eventHandlers.scrollHandler),this.eventHandlers.sizeChangeHandler&&this.nativeElement.removeEventListener("sizeChange",this.eventHandlers.sizeChangeHandler)},l.ctorParameters=function(){return[{type:t.ElementRef}]},i([t.Input()],l.prototype,"animation",null),i([t.Input()],l.prototype,"arrayIndexingMode",null),i([t.Input()],l.prototype,"changeProperty",null),i([t.Input()],l.prototype,"columns",null),i([t.Input()],l.prototype,"customWidgetDefaultValue",null),i([t.Input()],l.prototype,"dimensions",null),i([t.Input()],l.prototype,"disabled",null),i([t.Input()],l.prototype,"elementHeight",null),i([t.Input()],l.prototype,"elementTemplate",null),i([t.Input()],l.prototype,"elementWidth",null),i([t.Input()],l.prototype,"getElementValue",null),i([t.Input()],l.prototype,"indexerHeight",null),i([t.Input()],l.prototype,"indexerWidth",null),i([t.Input()],l.prototype,"locale",null),i([t.Input()],l.prototype,"localizeFormatFunction",null),i([t.Input()],l.prototype,"messages",null),i([t.Input()],l.prototype,"readonly",null),i([t.Input()],l.prototype,"rows",null),i([t.Input()],l.prototype,"setElementValue",null),i([t.Input()],l.prototype,"showHorizontalScrollbar",null),i([t.Input()],l.prototype,"showIndexDisplay",null),i([t.Input()],l.prototype,"showSelection",null),i([t.Input()],l.prototype,"showVerticalScrollbar",null),i([t.Input()],l.prototype,"theme",null),i([t.Input()],l.prototype,"type",null),i([t.Input()],l.prototype,"unfocusable",null),i([t.Input()],l.prototype,"value",null),i([t.Output()],l.prototype,"onArraySizeChange",void 0),i([t.Output()],l.prototype,"onChange",void 0),i([t.Output()],l.prototype,"onDimensionChange",void 0),i([t.Output()],l.prototype,"onElementClick",void 0),i([t.Output()],l.prototype,"onScroll",void 0),i([t.Output()],l.prototype,"onSizeChange",void 0),l=i([t.Directive({exportAs:"smart-array",selector:"smart-array, [smart-array]"})],l)}(l),u=function(){function e(){}return e=i([t.NgModule({declarations:[s],schemas:[t.CUSTOM_ELEMENTS_SCHEMA],exports:[s]})],e)}();e.ArrayComponent=s,e.ArrayModule=u,e.Smart=a,e.ɵa=l,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=smart-webcomponents-angular-array.umd.min.js.map