(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"+12O":function(e,t,n){"use strict";var i=n("5qrJ"),r=n("1LL4").extend,o=n("KAnu"),a=n("zl3R"),s=n("BqN7"),l=n("ti0F"),c=n("IRs2"),d=n("IlOo"),u=n("L+Gw"),p=n("V2fm"),h=n("JZex"),f=n("CQoW"),m=n("YyLj").errors,g=n("XpgS"),v=n("e8y9"),y=n("tJvG"),b=y.when,_=y.Deferred,x=l.isString,w=l.isNumeric,S=l.isBoolean,C=l.isDefined;function M(){this._counter=-1,this._deferreds={}}function k(e){return"pending"===e.state()}function D(e,t){var n,i,o;return"string"==typeof e&&(e={paginate:!1,store:(i=e,new h({load:function(){return s.sendRequest({url:i,dataType:"json"})},loadMode:t&&t.fromUrlLoadMode}))}),void 0===e&&(e=[]),void 0===(e=Array.isArray(e)||e instanceof u?{store:e}:r({},e)).store&&(e.store=[]),n=e.store,"load"in e?(o={},a.each(["useDefaultSearch","key","load","loadMode","cacheRawData","byKey","lookup","totalCount","insert","update","remove"],(function(){o[this]=e[this],delete e[this]})),n=new h(o)):Array.isArray(n)?n=new p(n):l.isPlainObject(n)&&(n=function(e){var t=e.type;return delete e.type,u.create(t,e)}(r({},n))),e.store=n,e}function I(e){switch(e.length){case 0:return;case 1:return e[0]}return[].slice.call(e)}function A(e){return function(){var t=I(arguments);if(void 0===t)return this._storeLoadOptions[e];this._storeLoadOptions[e]=t}}function T(e,t){return e&&!Array.isArray(e)&&e.data&&(t=e,e=e.data),Array.isArray(e)||(e=[e]),{data:e,extra:t}}M.prototype.constructor=M,M.prototype.add=function(e){return this._counter+=1,this._deferreds[this._counter]=e,this._counter},M.prototype.remove=function(e){return delete this._deferreds[e]},M.prototype.cancel=function(e){return e in this._deferreds&&(this._deferreds[e].reject("canceled"),!0)},M.prototype.cancelAll=function(){for(;this._counter>-1;)this.cancel(this._counter),this._counter--};var E=i.inherit({ctor:function(e){var t=this,n=this,i=0!==(e=D(e)).pushAggregationTimeout?c.throttleChanges(this._onPush,(function(){return void 0===e.pushAggregationTimeout?5*n._changedTime:e.pushAggregationTimeout})):this._onPush;this._changedTime=0,this._onPushHandler=function(e){t._aggregationTimeoutId=i.call(t,e)},this._store=e.store,this._store.on("push",this._onPushHandler),this._storeLoadOptions=this._extractLoadOptions(e),this._mapFunc=e.map,this._postProcessFunc=e.postProcess,this._pageIndex=void 0!==e.pageIndex?e.pageIndex:0,this._pageSize=void 0!==e.pageSize?e.pageSize:20,this._loadingCount=0,this._loadQueue=this._createLoadQueue(),this._searchValue="searchValue"in e?e.searchValue:null,this._searchOperation=e.searchOperation||"contains",this._searchExpr=e.searchExpr,this._paginate=e.paginate,this._reshapeOnPush=!!C(e.reshapeOnPush)&&e.reshapeOnPush,a.each(["onChanged","onLoadError","onLoadingChanged","onCustomizeLoadResult","onCustomizeStoreLoadOptions"],(function(t,i){i in e&&n.on(i.substr(2,1).toLowerCase()+i.substr(3),e[i])})),this._operationManager=new M,this._init()},_init:function(){this._items=[],this._userData={},this._totalCount=-1,this._isLoaded=!1,C(this._paginate)||(this._paginate=!this.group()),this._isLastPage=!this._paginate},dispose:function(){this._store.off("push",this._onPushHandler),this._disposeEvents(),clearTimeout(this._aggregationTimeoutId),delete this._store,this._delayedLoadTask&&this._delayedLoadTask.abort(),this._operationManager.cancelAll(),this._disposed=!0},_extractLoadOptions:function(e){var t={},n=["sort","filter","select","group","requireTotalCount"],i=this._store._customLoadOptions();return i&&(n=n.concat(i)),a.each(n,(function(){t[this]=e[this]})),t},loadOptions:function(){return this._storeLoadOptions},items:function(){return this._items},pageIndex:function(e){if(!w(e))return this._pageIndex;this._pageIndex=e,this._isLastPage=!this._paginate},paginate:function(e){if(!S(e))return this._paginate;this._paginate!==e&&(this._paginate=e,this.pageIndex(0))},pageSize:function(e){if(!w(e))return this._pageSize;this._pageSize=e},isLastPage:function(){return this._isLastPage},sort:A("sort"),filter:function(){var e=I(arguments);if(void 0===e)return this._storeLoadOptions.filter;this._storeLoadOptions.filter=e,this.pageIndex(0)},group:A("group"),select:A("select"),requireTotalCount:function(e){if(!S(e))return this._storeLoadOptions.requireTotalCount;this._storeLoadOptions.requireTotalCount=e},searchValue:function(e){if(arguments.length<1)return this._searchValue;this._searchValue=e,this.pageIndex(0)},searchOperation:function(e){if(!x(e))return this._searchOperation;this._searchOperation=e,this.pageIndex(0)},searchExpr:function(e){var t=arguments.length;if(0===t)return this._searchExpr;t>1&&(e=[].slice.call(arguments)),this._searchExpr=e,this.pageIndex(0)},store:function(){return this._store},key:function(){return this._store&&this._store.key()},totalCount:function(){return this._totalCount},isLoaded:function(){return this._isLoaded},isLoading:function(){return this._loadingCount>0},beginLoading:function(){this._changeLoadingCount(1)},endLoading:function(){this._changeLoadingCount(-1)},_createLoadQueue:function(){return v.create()},_changeLoadingCount:function(e){var t,n=this.isLoading();this._loadingCount+=e,n^(t=this.isLoading())&&this.fireEvent("loadingChanged",[t])},_scheduleLoadCallbacks:function(e){var t=this;t.beginLoading(),e.always((function(){t.endLoading()}))},_scheduleFailCallbacks:function(e){var t=this;e.fail((function(){"canceled"!==arguments[0]&&t.fireEvent("loadError",arguments)}))},_fireChanged:function(e){var t=new Date;this.fireEvent("changed",e),this._changedTime=new Date-t},_scheduleChangedCallbacks:function(e){var t=this;e.done((function(){t._fireChanged()}))},loadSingle:function(e,t){var n=this,i=new _,r=this.key(),o=this._store,a=this._createStoreLoadOptions(),s=function(e){!C(e)||g.isEmpty(e)?i.reject(new m.Error("E4009")):(Array.isArray(e)||(e=[e]),i.resolve(n._applyMapFunction(e)[0]))};function l(){return o instanceof h&&!o._byKeyViaLoad()}return this._scheduleFailCallbacks(i),arguments.length<2&&(t=e,e=r),delete a.skip,delete a.group,delete a.refresh,delete a.pageIndex,delete a.searchString,(e===r||l()?o.byKey(t,a):(a.take=1,a.filter=a.filter?[a.filter,[e,t]]:[e,t],o.load(a))).fail(i.reject).done(s),i.promise()},load:function(){var e,t=this,n=new _;function i(){if(!t._disposed&&k(n))return t._loadFromStore(e,n)}return this._scheduleLoadCallbacks(n),this._scheduleFailCallbacks(n),this._scheduleChangedCallbacks(n),e=this._createLoadOperation(n),this.fireEvent("customizeStoreLoadOptions",[e]),this._loadQueue.add((function(){return"number"==typeof e.delay?t._delayedLoadTask=o.executeAsync(i,e.delay):i(),n.promise()})),n.promise({operationId:e.operationId})},_onPush:function(e){var t=this;if(this._reshapeOnPush)this.load();else{this.fireEvent("changing",[{changes:e}]);var n=this.group(),i=this.items(),r=0,o=this.paginate()||n?e.filter((function(e){return"update"===e.type})):e;n&&(r=Array.isArray(n)?n.length:1),this._mapFunc&&o.forEach((function(e){"insert"===e.type&&(e.data=t._mapFunc(e.data))})),d.applyBatch(this.store(),i,o,r,!0),this._fireChanged([{changes:e}])}},_createLoadOperation:function(e){var t=this._operationManager.add(e),n=this._createStoreLoadOptions();return e.always((function(){this._operationManager.remove(t)}).bind(this)),{operationId:t,storeLoadOptions:n}},reload:function(){var e=this.store();return e instanceof h&&e.clearRawDataCache(),this._init(),this.load()},cancel:function(e){return this._operationManager.cancel(e)},cancelAll:function(){return this._operationManager.cancelAll()},_addSearchOptions:function(e){this._disposed||(this.store()._useDefaultSearch?this._addSearchFilter(e):(e.searchOperation=this._searchOperation,e.searchValue=this._searchValue,e.searchExpr=this._searchExpr))},_createStoreLoadOptions:function(){var e=r({},this._storeLoadOptions);return this._addSearchOptions(e),this._paginate&&this._pageSize&&(e.skip=this._pageIndex*this._pageSize,e.take=this._pageSize),e.userData=this._userData,e},_addSearchFilter:function(e){var t=this._searchValue,n=this._searchOperation,i=this._searchExpr,r=[];t&&(i||(i="this"),Array.isArray(i)||(i=[i]),a.each(i,(function(e,i){r.length&&r.push("or"),r.push([i,n,t])})),e.filter=e.filter?[r,e.filter]:r)},_loadFromStore:function(e,t){var n=this;function i(i,o){var a;n._disposed||k(t)&&(a=r(T(i,o),e),n.fireEvent("customizeLoadResult",[a]),b(a.data).done((function(e){a.data=e,n._processStoreLoadResult(a,t)})).fail(t.reject))}return e.data?(new _).resolve(e.data).done(i):this.store().load(e.storeLoadOptions).done(i).fail(t.reject)},_processStoreLoadResult:function(e,t){var n=this,i=e.data,r=e.extra,o=e.storeLoadOptions;function a(){return n._isLoaded=!0,n._totalCount=isFinite(r.totalCount)?r.totalCount:-1,t.resolve(i,r)}n._disposed||(i=n._applyPostProcessFunction(n._applyMapFunction(i)),l.isPlainObject(r)||(r={}),n._items=i,(!i.length||!n._paginate||n._pageSize&&i.length .dx-list-group > .dx-list-group-body > .dx-list-item":"> .dx-list-item";this._sortable=e._createComponent(e._scrollView.content(),c.default,(0,o.extend)({component:e,contentTemplate:null,allowReordering:!1,filter:t,container:e.$element(),dragDirection:e.option("itemDragging.group")?"both":"vertical",handle:".".concat("dx-list-reorder-handle"),dragTemplate:this._dragTemplate,onDragStart:this._dragStartHandler.bind(this),onDragChange:this._dragChangeHandler.bind(this),onReorder:this._reorderHandler.bind(this)},e.option("itemDragging")))},_dragTemplate:function(e){return(0,i.default)(e.itemElement).clone().width((0,i.default)(e.itemElement).width()).addClass("dx-list-item-ghost-reordering").addClass("dx-state-hover").toggleClass("dx-rtl",this.option("rtlEnabled"))},_dragStartHandler:function(e){this._lockedDrag&&(e.cancel=!0)},_dragChangeHandler:function(e){!this._groupedEnabled||this._sameParent(e.fromIndex,e.toIndex)||(e.cancel=!0)},_sameParent:function(e,t){var n=this._list.getItemElementByFlatIndex(e);return this._list.getItemElementByFlatIndex(t).parent().get(0)===n.parent().get(0)},_reorderHandler:function(e){var t=this._list.getItemElementByFlatIndex(e.toIndex);this._list.reorderItem((0,i.default)(e.itemElement),t)},afterBag:function(e){var t=this,n=(0,i.default)("
").addClass("dx-list-reorder-handle");r.default.on(n,"dxpointerdown",(function(e){t._lockedDrag=!(0,a.isMouseEvent)(e)})),r.default.on(n,"dxhold",{timeout:30},(function(e){e.cancel=!0,t._lockedDrag=!1})),e.$container.addClass("dx-list-reorder-handle-container").append(n)}}))},"+2oP":function(e,t,n){"use strict";var i=n("I+eb"),r=n("hh1v"),o=n("6LWA"),a=n("I8vh"),s=n("UMSQ"),l=n("/GqU"),c=n("hBjN"),d=n("tiKp"),u=n("Hd5f"),p=n("rkAj"),h=u("slice"),f=p("slice",{ACCESSORS:!0,0:0,1:2}),m=d("species"),g=[].slice,v=Math.max;i({target:"Array",proto:!0,forced:!h||!f},{slice:function(e,t){var n,i,d,u=l(this),p=s(u.length),h=a(e,p),f=a(void 0===t?p:t,p);if(o(u)&&("function"!=typeof(n=u.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[m])&&(n=void 0):n=void 0,n===Array||void 0===n))return g.call(u,h,f);for(i=new(void 0===n?Array:n)(v(f-h,0)),d=0;h",i).addClass("dx-theme-marker").appendTo(i.documentElement);try{return(e=t.css("fontFamily"))?"dx."!==(e=e.replace(/["']/g,"")).substr(0,"dx.".length)?null:e.substr("dx.".length):null}finally{t.remove()}}function k(e){var t;function n(){s=null,x.fire(),x.empty()}s=e,D()?n():(t=Date.now(),l=setInterval((function(){var e=D(),i=!e&&Date.now()-t>15e3;i&&m.log("W0004",s),(e||i)&&(clearInterval(l),l=void 0,n())}),10))}function D(){return!s||M()===s}function I(e){var t=e?e.split("."):[],n=null;if(o){if(e in o)return e;y(o,(function(e,i){var r=e.split(".");if(!(t[0]&&r[0]!==t[0]||t[1]&&t[1]!==r[1]||t[2]&&t[2]!==r[2]))return n&&!i.isActive||(n=e),!i.isActive&&void 0}))}return n}function A(e){var t;(function(e){try{e!==i&&(o=null)}catch(t){o=null}i=e})((e=e||{}).context||u.getDocument()),i&&((t=d("link[rel=dx-theme]",i)).length&&(o={},r=d(g.createMarkupFromString(""),i),t.each((function(){var e=d(this,i),t=e.attr("data-theme"),n=e.attr("href"),r="true"===e.attr("data-active");o[t]={url:n,isActive:r}})),t.last().after(r),t.remove()),a=void 0,T(e))}function T(e){if(!arguments.length)return a=a||M();O(w()),"string"==typeof(e=e||{})&&(e={theme:e});var t,n=e._autoInit,i=e.loadCallback;if((a=I(e.theme||a))&&(t=o[a]),i&&x.add(i),t)r.attr("href",o[a].url),!x.has()&&!e._forceTimeout||l?s&&(s=a):k(a);else{if(!n)throw m.Error("E0021",a);x.fire(),x.empty()}z(),E(_.originalViewPort(),a)}function E(e,t){c=function(e){var t=[],n=(e=e||T())&&e.split(".");return n&&(t.push("dx-theme-"+n[0],"dx-theme-"+n[0]+"-typography"),n.length>1&&t.push("dx-color-scheme-"+n[1]+(R(e)?"-"+n[2]:""))),t}(t).join(" "),d(e).addClass(c),function(){var t=p.hasWindow()&&h.devicePixelRatio;if(t&&!(t<2)){var n=d("
");n.css("border",".5px solid transparent"),d("body").append(n),1===n.outerHeight()&&(d(e).addClass("dx-hairlines"),c+=" dx-hairlines"),n.remove()}}()}function O(e){d(e).removeClass(c)}function P(e,t){return t||(t=a||M()),new RegExp(e).test(t)}function R(e){return P("material",e)}function L(e){return P("ios7",e)}function z(){L()&&m.log("W0010","The 'ios7' theme","19.1","Use the 'generic' theme instead.")}function N(e,t){var n=u.getDocument(),i=n.createElement("span");i.style.position="absolute",i.style.top="-9999px",i.style.left="-9999px",i.style.visibility="hidden",i.style.fontFamily="Arial",i.style.fontSize="250px",i.style.fontWeight=t,i.innerHTML=e,n.body.appendChild(i);var r=i.offsetWidth;i.style.fontFamily="Roboto, RobotoFallback, Arial";var o=i.offsetWidth;return i.parentNode.removeChild(i),r!==o}var B=new f;function F(){if(A({_autoInit:!0,_forceTimeout:!0}),d("link[rel=dx-theme]",i).length)throw m.Error("E0022");B.resolve()}p.hasWindow()?F():v(F),C.add((function(e,t){B.done((function(){O(t),E(e)}))})),b.changed.add((function(){A({_autoInit:!0})})),t.current=T,t.ready=function(e){x.add(e)},t.init=A,t.attachCssClasses=E,t.detachCssClasses=O,t.waitForThemeLoad=k,t.isMaterial=R,t.isIos7=L,t.isGeneric=function(e){return P("generic",e)},t.isDark=function(e){return P("dark",e)},t.isWebFontLoaded=N,t.waitWebFont=function(e,t){return new S((function(n){var i=function(){clearInterval(r),clearTimeout(o),n()},r=setInterval((function(){N(e,t)&&i()}),15),o=setTimeout(i,2e3)}))},t.resetTheme=function(){r&&r.attr("href","about:blank"),a=null,s=null},e.exports.default=e.exports},"+XMB":function(e,t,n){"use strict";var i=n("ia8j"),r=n("wqBK"),o=i.inherit(r).inherit({_addWidgetPrefix:function(e){return"dx-list-"+e},_getCombinedFilter:function(){var e,t,n=this._dataSource;return n&&(t={filter:n.filter()},n._addSearchFilter(t),e=t.filter),e},_initDataSource:function(){var e=this.option("searchValue"),t=this.option("searchExpr"),n=this.option("searchMode");this.callBase(),this._dataSource&&(e&&e.length&&this._dataSource.searchValue(e),n.length&&this._dataSource.searchOperation(r.getOperationBySearchMode(n)),t&&this._dataSource.searchExpr(t))}});e.exports=o},"+lCC":function(e,t,n){"use strict";var i=v(n("FKN7")),r=n("XpgS"),o=v(r),a=v(n("iCbd")),s=v(n("ti0F")),l=v(n("5u+F")),c=n("zl3R"),d=v(n("YQNt")),u=n("KAnu"),p=n("1LL4"),h=v(n("H9Fn")),f=n("tJvG"),m=v(n("dYUP")),g=v(n("pdlz"));function v(e){return e&&e.__esModule?e:{default:e}}var y=l.default.dateToMilliseconds;e.exports={isCurrentViewAgenda:function(){return"agenda"===this.option("currentView")},currentViewUpdated:function(e){this.option("currentView",e)},currentDateUpdated:function(e){this.option("currentDate",e)},setCellDataCacheAlias:function(e,t){this._workSpace.setCellDataCacheAlias(e,t)},needCoordinates:function(e){var t,n=this,i=e.appointmentData,r=e.startDate,o=this._getEndDate(i),s=this.fire("getField","recurrenceRule",i),c=this._getRecurrenceException(i),d=this._workSpace.getDateRange(),u=this.appointmentTakesAllDay(i),p=this.appointmentTakesAllDay(i)?l.default.trimTime(new Date(d[0])):d[0],h=e.originalStartDate||r,f=this.getLayoutManager().getRenderingStrategyInstance(),m=this.getFirstDayOfWeek(),g=a.default.getDatesByRecurrence({rule:s,exception:c,start:h,end:o,min:p,max:d[1],firstDayOfWeek:m});if(g.length?(t=g=this.getCorrectedDatesByDaylightOffsets(h,g,i),g=g.map((function(e){return l.default.roundDateByStartDayHour(e,n._getCurrentViewOption("startDayHour"))}))):(g.push(r),t=g),f.needSeparateAppointment(u)){for(var v=g.length,y=[],b=[],_=function(e){var t=f.endDate(i,{startDate:g[e]},!!s);y=l.default.getDatesOfInterval(g[e],t,{milliseconds:n.getWorkSpace().getIntervalDuration(u)});var r=new Date(d[1]);b=b.concat(y.filter((function(e){return new Date(e)=n?r.setHours(n,0,0,0):!e.isSameDate&&i>0&&60*t.getHours()+t.getMinutes()<60*i&&(r=new Date(r.getTime()-y("day"))).setHours(n,0,0,0),r},renderCompactAppointments:function(e){this._compactAppointmentsHelper.render(e)},clearCompactAppointments:function(){this._compactAppointmentsHelper.clear()},supportCompactDropDownAppointments:function(){return this._workSpace._supportCompactDropDownAppointments()},isApplyCompactAppointmentOffset:function(){return this._workSpace._isApplyCompactAppointmentOffset()},getGroupCount:function(){return this._workSpace._getGroupCount()},mapAppointmentFields:function(e){var t=this.fire("getTargetedAppointmentData",e.itemData,e.itemElement,!0);return{appointmentData:e.itemData,appointmentElement:e.itemElement,targetedAppointmentData:t}},getOffsetByAllDayPanel:function(e){return this._workSpace._getOffsetByAllDayPanel(e)},getGroupTop:function(e){return this._workSpace._getGroupTop(e)},updateResizableArea:function(){var e=this.$element().find(".dx-scheduler-appointment.dx-resizable"),t=(0,u.grep)(e,(function(e){var t=(0,i.default)(e).dxResizable("instance"),n=t.option("area");return(0,r.inArray)(t.option("handles"),["right left","left right"])>-1&&s.default.isPlainObject(n)}));(0,c.each)(t,(function(e,t){var n=(0,i.default)(t),r=d.default.locate(n),o=this._appointments._getItemData(n),a=this._appointments._calculateResizableArea({left:r.left},o);n.dxResizable("instance").option("area",a)}).bind(this))},recurrenceEditorVisibilityChanged:function(e){this.recurrenceEditorVisibilityChanged(e)},resizePopup:function(){this.resizePopup()},getField:function(e,t){if(s.default.isDefined(this._dataAccessors.getter[e]))return this._dataAccessors.getter[e](t)},setField:function(e,t,n){if(s.default.isDefined(this._dataAccessors.setter[e])){var i=this.option(e+"Expr").split("."),r=i[0];if(void 0===t[r]&&i.length>1){var o=function(e){for(var t={},n=t,i=e.length-1,r=1;rp.getTime()?t.getTime()-p.getTime():0);c=r-(u?u*o:h);var f=this.option("startDayHour")*y("hour"),m=n-l.default.trimTime(n);ma&&(c=a),s=u*a+c||y("minute")}return s},fixWrongEndDate:function(e,t,n){return this._appointmentModel.fixWrongEndDate(e,t,n)},getEndDayHour:function(){return this._workSpace.option("endDayHour")||this.option("endDayHour")},getStartDayHour:function(){return this._workSpace.option("startDayHour")||this.option("startDayHour")},isAdaptive:function(){return this.option("adaptivityEnabled")},moveBack:function(){var e=this.getWorkSpace().dragBehavior;e&&e.moveBack()}}},"+moT":function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var i,r=n("p/Yi"),o=n("T5QB"),a=n("TYT/"),s=(i=function(e,t){return(i=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(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.\u0275fac=function(e){return new(e||t)(a["\u0275\u0275inject"](o.a))},t.\u0275prov=a["\u0275\u0275defineInjectable"]({token:t,factory:t.\u0275fac}),t}(r.a)},"+s0g":function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},"+tJ4":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var i=function(e){return function(t){for(var n=0,i=e.length;n()-[]\u060c".indexOf(i)<0&&n===r(i)},a=function(e,t){if(!r(e[t]))for(;t>0&&!r(e[t-1])&&("."===e[t-1]||" .,:;/\\<>()-[]\u060c".indexOf(e[t-1])<0);)t--;return t},s=function(e,t){return Array.isArray(e)?e.map((function(e){return(t(e)||"").toString()})):(t(e)||"").toString()},l=/[a-zA-Z]/g;t.getFormat=function(e){var t=[],n=s(new Date(2009,8,8,6,5,4),e),i=n.split("").map((function(e,t){return t})),c=n,d={},u=[{date:new Date(2009,8,8,6,5,4,100),pattern:"S"},{date:new Date(2009,8,8,6,5,2),pattern:"s"},{date:new Date(2009,8,8,6,2,4),pattern:"m"},{date:new Date(2009,8,8,18,5,4),pattern:"H",isDigit:!0},{date:new Date(2009,8,8,2,5,4),pattern:"h",isDigit:!0},{date:new Date(2009,8,8,18,5,4),pattern:"a",isDigit:!1},{date:new Date(2009,8,1,6,5,4),pattern:"d"},{date:[new Date(2009,8,2,6,5,4),new Date(2009,8,3,6,5,4),new Date(2009,8,4,6,5,4)],pattern:"E"},{date:new Date(2009,9,6,6,5,4),pattern:"M"},{date:new Date(1998,8,8,6,5,4),pattern:"y"}];if(c)return u.forEach((function(l){var u=function(e,t,n,i){var s=0,l=[],c=function(t){return e[s]!==t[s]&&(void 0===i||r(e[s])===i)};for(Array.isArray(t)||(t=[t]),s=0;sl;){for(s=i[a=t.pop()],i[a]=-1,o=a+1;o1?n[i]:n)+e.substr(o+i+1)})),1===t.length&&(e=(e=e.replace("0"+n,n+n)).replace("\u0660"+n,n+n)),e}(e,t,n,i)}(c,u,p,i),d[p]=u.length})),c=function(e,t,n,i){var r=t.split("").map((function(e,t){return n.indexOf(t)<0&&(e.match(l)||"'"===e)?i[t]:-1}));return e.split("").map((function(e,t){var n=e,i=r.indexOf(t)>=0,o=t>0&&r.indexOf(t-1)>=0,a=r.indexOf(t+1)>=0;return i&&(o||(n="'"+n),a||(n+="'")),n})).join("")}(c,n,t,i),t.length?c:void 0}},"/ElL":function(e,t,n){"use strict";var i=n("FKN7"),r=n("f7cP"),o=n("imRD"),a=n("85Zg").register,s=n("AQWU"),l=n("uHSv"),c=n("XDlL");a("menu","context",s.inherit({_init:function(){var e=i("
").addClass("dx-list-context-menu");this._list.$element().append(e),this._menu=this._renderOverlay(e)},_renderOverlay:function(e){return this._list._createComponent(e,l,{shading:!1,deferRendering:!0,closeOnTargetScroll:!0,closeOnOutsideClick:function(e){return!i(e.target).closest(".dx-list-context-menu").length},animation:{show:{type:"slide",duration:300,from:{height:0,opacity:1},to:{height:(function(){return this._$menuList.outerHeight()}).bind(this),opacity:1}},hide:{type:"slide",duration:0,from:{opacity:1},to:{opacity:0}}},height:(function(){return this._$menuList?this._$menuList.outerHeight():0}).bind(this),width:(function(){return this._list.$element().outerWidth()}).bind(this),onContentReady:this._renderMenuContent.bind(this)})},_renderMenuContent:function(e){var t=e.component.$content(),n=this._menuItems().slice();this._deleteEnabled()&&n.push({text:o.format("dxListEditDecorator-delete"),action:this._deleteItem.bind(this)}),this._$menuList=i("
"),this._list._createComponent(this._$menuList,c,{items:n,onItemClick:this._menuItemClickHandler.bind(this),height:"auto",integrationOptions:{}}),t.addClass("dx-list-context-menucontent"),t.append(this._$menuList)},_menuItemClickHandler:function(e){this._menu.hide(),this._fireMenuAction(this._$itemWithMenu,e.itemData.action)},_deleteItem:function(){this._list.deleteItem(this._$itemWithMenu)},handleContextMenu:function(e){return this._$itemWithMenu=e,this._menu.option({position:{my:"top",at:"bottom",of:e,collision:"flip"}}),this._menu.show(),!0},dispose:function(){this._menu&&this._menu.$element().remove(),this.callBase.apply(this,arguments)}}).include(r))},"/GqU":function(e,t,n){var i=n("RK3t"),r=n("HYAF");e.exports=function(e){return i(r(e))}},"/JVm":function(e,t,n){"use strict";var i=function(e){return e&&e.__esModule?e:{default:e}}(n("3wDN")),r=n("tJvG"),o=n("KAnu"),a=i.default.inherit({_initMarkup:function(){this._deferredItems=[],this.callBase()},_renderItemContent:function(e){var t=new r.Deferred,n=new r.Deferred;this._deferredItems[e.index]=n;var i=this.callBase.call(this,e);return n.done((function(){t.resolve(i)})),t.promise()},_createItemByTemplate:function(e,t){var n=this;return e.render({model:t.itemData,container:t.container,index:t.index,onRendered:function(){n._deferredItems[t.index].resolve()}})},_postProcessRenderItems:o.noop,_renderItemsAsync:function(){var e=this,t=new r.Deferred;return r.when.apply(this,this._deferredItems).done((function(){e._postProcessRenderItems(),t.resolve()})),t.promise()},_clean:function(){this.callBase(),this._deferredItems=[]}});e.exports=a},"/JwN":function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var i,r=n("p/Yi"),o=n("vjnl"),a=n("TYT/"),s=(i=function(e,t){return(i=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(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(e){function t(t){return e.call(this,t)||this}return s(t,e),t.\u0275fac=function(e){return new(e||t)(a["\u0275\u0275inject"](o.a))},t.\u0275prov=a["\u0275\u0275defineInjectable"]({token:t,factory:t.\u0275fac}),t}(r.a)},"/NXQ":function(e,t,n){"use strict";var i=o(n("gy4F")),r=o(n("Bm0k"));function o(e){return e&&e.__esModule?e:{default:e}}i.default.registerModule("rowDragging",r.default)},"/Vmr":function(e,t,n){"use strict";n.d(t,"a",(function(){return p})),n.d(t,"b",(function(){return h}));var i=n("mrSG"),r=n("E1rE"),o=n("TYT/"),a=n("PB16"),s=n.n(a),l=n("QJY3"),c=n("E34Y"),d=n("2uaZ"),u={provide:l.NG_VALUE_ACCESSOR,useExisting:Object(o.forwardRef)((function(){return p})),multi:!0},p=function(e){function t(t,n,i,r,o,a,s,l){var c=e.call(this,t,n,i,r,s,l)||this;return c._watcherHelper=r,c._idh=o,c.touched=function(e){},c._createEventEmitters([{subscribe:"change",emit:"onChange"},{subscribe:"closed",emit:"onClosed"},{subscribe:"contentReady",emit:"onContentReady"},{subscribe:"copy",emit:"onCopy"},{subscribe:"customItemCreating",emit:"onCustomItemCreating"},{subscribe:"cut",emit:"onCut"},{subscribe:"disposing",emit:"onDisposing"},{subscribe:"enterKey",emit:"onEnterKey"},{subscribe:"focusIn",emit:"onFocusIn"},{subscribe:"focusOut",emit:"onFocusOut"},{subscribe:"initialized",emit:"onInitialized"},{subscribe:"input",emit:"onInput"},{subscribe:"itemClick",emit:"onItemClick"},{subscribe:"keyDown",emit:"onKeyDown"},{subscribe:"keyPress",emit:"onKeyPress"},{subscribe:"keyUp",emit:"onKeyUp"},{subscribe:"opened",emit:"onOpened"},{subscribe:"optionChanged",emit:"onOptionChanged"},{subscribe:"paste",emit:"onPaste"},{subscribe:"selectionChanged",emit:"onSelectionChanged"},{subscribe:"valueChanged",emit:"onValueChanged"},{emit:"acceptCustomValueChange"},{emit:"accessKeyChange"},{emit:"activeStateEnabledChange"},{emit:"buttonsChange"},{emit:"dataSourceChange"},{emit:"deferRenderingChange"},{emit:"disabledChange"},{emit:"displayExprChange"},{emit:"displayValueChange"},{emit:"dropDownButtonTemplateChange"},{emit:"elementAttrChange"},{emit:"fieldTemplateChange"},{emit:"focusStateEnabledChange"},{emit:"groupedChange"},{emit:"groupTemplateChange"},{emit:"heightChange"},{emit:"hintChange"},{emit:"hoverStateEnabledChange"},{emit:"inputAttrChange"},{emit:"isValidChange"},{emit:"itemsChange"},{emit:"itemTemplateChange"},{emit:"maxLengthChange"},{emit:"minSearchLengthChange"},{emit:"nameChange"},{emit:"noDataTextChange"},{emit:"openedChange"},{emit:"openOnFieldClickChange"},{emit:"placeholderChange"},{emit:"readOnlyChange"},{emit:"rtlEnabledChange"},{emit:"searchEnabledChange"},{emit:"searchExprChange"},{emit:"searchModeChange"},{emit:"searchTimeoutChange"},{emit:"selectedItemChange"},{emit:"showClearButtonChange"},{emit:"showDataBeforeSearchChange"},{emit:"showDropDownButtonChange"},{emit:"showSelectionControlsChange"},{emit:"spellcheckChange"},{emit:"stylingModeChange"},{emit:"tabIndexChange"},{emit:"textChange"},{emit:"validationErrorChange"},{emit:"validationErrorsChange"},{emit:"validationMessageModeChange"},{emit:"validationStatusChange"},{emit:"valueChange"},{emit:"valueChangeEventChange"},{emit:"valueExprChange"},{emit:"visibleChange"},{emit:"widthChange"},{emit:"wrapItemTextChange"},{emit:"onBlur"}]),c._idh.setHost(c),a.setHost(c),c}return Object(i.d)(t,e),Object.defineProperty(t.prototype,"acceptCustomValue",{get:function(){return this._getOption("acceptCustomValue")},set:function(e){this._setOption("acceptCustomValue",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"accessKey",{get:function(){return this._getOption("accessKey")},set:function(e){this._setOption("accessKey",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"activeStateEnabled",{get:function(){return this._getOption("activeStateEnabled")},set:function(e){this._setOption("activeStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"buttons",{get:function(){return this._getOption("buttons")},set:function(e){this._setOption("buttons",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dataSource",{get:function(){return this._getOption("dataSource")},set:function(e){this._setOption("dataSource",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"deferRendering",{get:function(){return this._getOption("deferRendering")},set:function(e){this._setOption("deferRendering",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._getOption("disabled")},set:function(e){this._setOption("disabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"displayExpr",{get:function(){return this._getOption("displayExpr")},set:function(e){this._setOption("displayExpr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"displayValue",{get:function(){return this._getOption("displayValue")},set:function(e){this._setOption("displayValue",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dropDownButtonTemplate",{get:function(){return this._getOption("dropDownButtonTemplate")},set:function(e){this._setOption("dropDownButtonTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"elementAttr",{get:function(){return this._getOption("elementAttr")},set:function(e){this._setOption("elementAttr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fieldTemplate",{get:function(){return this._getOption("fieldTemplate")},set:function(e){this._setOption("fieldTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"focusStateEnabled",{get:function(){return this._getOption("focusStateEnabled")},set:function(e){this._setOption("focusStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"grouped",{get:function(){return this._getOption("grouped")},set:function(e){this._setOption("grouped",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"groupTemplate",{get:function(){return this._getOption("groupTemplate")},set:function(e){this._setOption("groupTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this._getOption("height")},set:function(e){this._setOption("height",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hint",{get:function(){return this._getOption("hint")},set:function(e){this._setOption("hint",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hoverStateEnabled",{get:function(){return this._getOption("hoverStateEnabled")},set:function(e){this._setOption("hoverStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputAttr",{get:function(){return this._getOption("inputAttr")},set:function(e){this._setOption("inputAttr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isValid",{get:function(){return this._getOption("isValid")},set:function(e){this._setOption("isValid",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"items",{get:function(){return this._getOption("items")},set:function(e){this._setOption("items",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"itemTemplate",{get:function(){return this._getOption("itemTemplate")},set:function(e){this._setOption("itemTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"maxLength",{get:function(){return this._getOption("maxLength")},set:function(e){this._setOption("maxLength",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"minSearchLength",{get:function(){return this._getOption("minSearchLength")},set:function(e){this._setOption("minSearchLength",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this._getOption("name")},set:function(e){this._setOption("name",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"noDataText",{get:function(){return this._getOption("noDataText")},set:function(e){this._setOption("noDataText",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"opened",{get:function(){return this._getOption("opened")},set:function(e){this._setOption("opened",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"openOnFieldClick",{get:function(){return this._getOption("openOnFieldClick")},set:function(e){this._setOption("openOnFieldClick",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"placeholder",{get:function(){return this._getOption("placeholder")},set:function(e){this._setOption("placeholder",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"readOnly",{get:function(){return this._getOption("readOnly")},set:function(e){this._setOption("readOnly",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rtlEnabled",{get:function(){return this._getOption("rtlEnabled")},set:function(e){this._setOption("rtlEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"searchEnabled",{get:function(){return this._getOption("searchEnabled")},set:function(e){this._setOption("searchEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"searchExpr",{get:function(){return this._getOption("searchExpr")},set:function(e){this._setOption("searchExpr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"searchMode",{get:function(){return this._getOption("searchMode")},set:function(e){this._setOption("searchMode",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"searchTimeout",{get:function(){return this._getOption("searchTimeout")},set:function(e){this._setOption("searchTimeout",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedItem",{get:function(){return this._getOption("selectedItem")},set:function(e){this._setOption("selectedItem",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showClearButton",{get:function(){return this._getOption("showClearButton")},set:function(e){this._setOption("showClearButton",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showDataBeforeSearch",{get:function(){return this._getOption("showDataBeforeSearch")},set:function(e){this._setOption("showDataBeforeSearch",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showDropDownButton",{get:function(){return this._getOption("showDropDownButton")},set:function(e){this._setOption("showDropDownButton",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"showSelectionControls",{get:function(){return this._getOption("showSelectionControls")},set:function(e){this._setOption("showSelectionControls",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"spellcheck",{get:function(){return this._getOption("spellcheck")},set:function(e){this._setOption("spellcheck",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stylingMode",{get:function(){return this._getOption("stylingMode")},set:function(e){this._setOption("stylingMode",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tabIndex",{get:function(){return this._getOption("tabIndex")},set:function(e){this._setOption("tabIndex",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){return this._getOption("text")},set:function(e){this._setOption("text",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validationError",{get:function(){return this._getOption("validationError")},set:function(e){this._setOption("validationError",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validationErrors",{get:function(){return this._getOption("validationErrors")},set:function(e){this._setOption("validationErrors",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validationMessageMode",{get:function(){return this._getOption("validationMessageMode")},set:function(e){this._setOption("validationMessageMode",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"validationStatus",{get:function(){return this._getOption("validationStatus")},set:function(e){this._setOption("validationStatus",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._getOption("value")},set:function(e){this._setOption("value",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"valueChangeEvent",{get:function(){return this._getOption("valueChangeEvent")},set:function(e){this._setOption("valueChangeEvent",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"valueExpr",{get:function(){return this._getOption("valueExpr")},set:function(e){this._setOption("valueExpr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"visible",{get:function(){return this._getOption("visible")},set:function(e){this._setOption("visible",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"width",{get:function(){return this._getOption("width")},set:function(e){this._setOption("width",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapItemText",{get:function(){return this._getOption("wrapItemText")},set:function(e){this._setOption("wrapItemText",e)},enumerable:!0,configurable:!0}),t.prototype.change=function(e){},Object.defineProperty(t.prototype,"buttonsChildren",{get:function(){return this._getOption("buttons")},set:function(e){this.setChildren("buttons",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"itemsChildren",{get:function(){return this._getOption("items")},set:function(e){this.setChildren("items",e)},enumerable:!0,configurable:!0}),t.prototype._createInstance=function(e,t){return new s.a(e,t)},t.prototype.writeValue=function(e){this.eventHelper.lockedValueChangeEvent=!0,this.value=e,this.eventHelper.lockedValueChangeEvent=!1},t.prototype.setDisabledState=function(e){this.disabled=e},t.prototype.registerOnChange=function(e){this.change=e},t.prototype.registerOnTouched=function(e){this.touched=e},t.prototype._createWidget=function(t){var n=this;e.prototype._createWidget.call(this,t),this.instance.on("focusOut",(function(e){n.eventHelper.fireNgEvent("onBlur",[e])}))},t.prototype.ngOnDestroy=function(){this._destroyWidget()},t.prototype.ngOnChanges=function(t){e.prototype.ngOnChanges.call(this,t),this.setupChanges("buttons",t),this.setupChanges("dataSource",t),this.setupChanges("items",t),this.setupChanges("searchExpr",t),this.setupChanges("validationErrors",t)},t.prototype.setupChanges=function(e,t){e in this._optionsToUpdate||this._idh.setup(e,t)},t.prototype.ngDoCheck=function(){this._idh.doCheck("buttons"),this._idh.doCheck("dataSource"),this._idh.doCheck("items"),this._idh.doCheck("searchExpr"),this._idh.doCheck("validationErrors"),this._watcherHelper.checkWatchers(),e.prototype.ngDoCheck.call(this),e.prototype.clearChangedOptions.call(this)},t.prototype._setOption=function(t,n){var i=this._idh.setupSingle(t,n),r=null!==this._idh.getChanges(t,n);(i||r)&&e.prototype._setOption.call(this,t,n)},t.\u0275fac=function(e){return new(e||t)(o["\u0275\u0275directiveInject"](o.ElementRef),o["\u0275\u0275directiveInject"](o.NgZone),o["\u0275\u0275directiveInject"](c.f),o["\u0275\u0275directiveInject"](c.k),o["\u0275\u0275directiveInject"](c.h),o["\u0275\u0275directiveInject"](c.j),o["\u0275\u0275directiveInject"](r.TransferState),o["\u0275\u0275directiveInject"](o.PLATFORM_ID))},t.\u0275cmp=o["\u0275\u0275defineComponent"]({type:t,selectors:[["dx-select-box"]],contentQueries:function(e,t,n){var i;1&e&&(o["\u0275\u0275contentQuery"](n,d.a,!1),o["\u0275\u0275contentQuery"](n,d.h,!1)),2&e&&(o["\u0275\u0275queryRefresh"](i=o["\u0275\u0275loadQuery"]())&&(t.buttonsChildren=i),o["\u0275\u0275queryRefresh"](i=o["\u0275\u0275loadQuery"]())&&(t.itemsChildren=i))},hostBindings:function(e,t){1&e&&o["\u0275\u0275listener"]("valueChange",(function(e){return t.change(e)}))("onBlur",(function(e){return t.touched(e)}))},inputs:{acceptCustomValue:"acceptCustomValue",accessKey:"accessKey",activeStateEnabled:"activeStateEnabled",buttons:"buttons",dataSource:"dataSource",deferRendering:"deferRendering",disabled:"disabled",displayExpr:"displayExpr",displayValue:"displayValue",dropDownButtonTemplate:"dropDownButtonTemplate",elementAttr:"elementAttr",fieldTemplate:"fieldTemplate",focusStateEnabled:"focusStateEnabled",grouped:"grouped",groupTemplate:"groupTemplate",height:"height",hint:"hint",hoverStateEnabled:"hoverStateEnabled",inputAttr:"inputAttr",isValid:"isValid",items:"items",itemTemplate:"itemTemplate",maxLength:"maxLength",minSearchLength:"minSearchLength",name:"name",noDataText:"noDataText",opened:"opened",openOnFieldClick:"openOnFieldClick",placeholder:"placeholder",readOnly:"readOnly",rtlEnabled:"rtlEnabled",searchEnabled:"searchEnabled",searchExpr:"searchExpr",searchMode:"searchMode",searchTimeout:"searchTimeout",selectedItem:"selectedItem",showClearButton:"showClearButton",showDataBeforeSearch:"showDataBeforeSearch",showDropDownButton:"showDropDownButton",showSelectionControls:"showSelectionControls",spellcheck:"spellcheck",stylingMode:"stylingMode",tabIndex:"tabIndex",text:"text",validationError:"validationError",validationErrors:"validationErrors",validationMessageMode:"validationMessageMode",validationStatus:"validationStatus",value:"value",valueChangeEvent:"valueChangeEvent",valueExpr:"valueExpr",visible:"visible",width:"width",wrapItemText:"wrapItemText"},outputs:{onChange:"onChange",onClosed:"onClosed",onContentReady:"onContentReady",onCopy:"onCopy",onCustomItemCreating:"onCustomItemCreating",onCut:"onCut",onDisposing:"onDisposing",onEnterKey:"onEnterKey",onFocusIn:"onFocusIn",onFocusOut:"onFocusOut",onInitialized:"onInitialized",onInput:"onInput",onItemClick:"onItemClick",onKeyDown:"onKeyDown",onKeyPress:"onKeyPress",onKeyUp:"onKeyUp",onOpened:"onOpened",onOptionChanged:"onOptionChanged",onPaste:"onPaste",onSelectionChanged:"onSelectionChanged",onValueChanged:"onValueChanged",acceptCustomValueChange:"acceptCustomValueChange",accessKeyChange:"accessKeyChange",activeStateEnabledChange:"activeStateEnabledChange",buttonsChange:"buttonsChange",dataSourceChange:"dataSourceChange",deferRenderingChange:"deferRenderingChange",disabledChange:"disabledChange",displayExprChange:"displayExprChange",displayValueChange:"displayValueChange",dropDownButtonTemplateChange:"dropDownButtonTemplateChange",elementAttrChange:"elementAttrChange",fieldTemplateChange:"fieldTemplateChange",focusStateEnabledChange:"focusStateEnabledChange",groupedChange:"groupedChange",groupTemplateChange:"groupTemplateChange",heightChange:"heightChange",hintChange:"hintChange",hoverStateEnabledChange:"hoverStateEnabledChange",inputAttrChange:"inputAttrChange",isValidChange:"isValidChange",itemsChange:"itemsChange",itemTemplateChange:"itemTemplateChange",maxLengthChange:"maxLengthChange",minSearchLengthChange:"minSearchLengthChange",nameChange:"nameChange",noDataTextChange:"noDataTextChange",openedChange:"openedChange",openOnFieldClickChange:"openOnFieldClickChange",placeholderChange:"placeholderChange",readOnlyChange:"readOnlyChange",rtlEnabledChange:"rtlEnabledChange",searchEnabledChange:"searchEnabledChange",searchExprChange:"searchExprChange",searchModeChange:"searchModeChange",searchTimeoutChange:"searchTimeoutChange",selectedItemChange:"selectedItemChange",showClearButtonChange:"showClearButtonChange",showDataBeforeSearchChange:"showDataBeforeSearchChange",showDropDownButtonChange:"showDropDownButtonChange",showSelectionControlsChange:"showSelectionControlsChange",spellcheckChange:"spellcheckChange",stylingModeChange:"stylingModeChange",tabIndexChange:"tabIndexChange",textChange:"textChange",validationErrorChange:"validationErrorChange",validationErrorsChange:"validationErrorsChange",validationMessageModeChange:"validationMessageModeChange",validationStatusChange:"validationStatusChange",valueChange:"valueChange",valueChangeEventChange:"valueChangeEventChange",valueExprChange:"valueExprChange",visibleChange:"visibleChange",widthChange:"widthChange",wrapItemTextChange:"wrapItemTextChange",onBlur:"onBlur"},features:[o["\u0275\u0275ProvidersFeature"]([c.f,c.k,u,c.j,c.h]),o["\u0275\u0275InheritDefinitionFeature"],o["\u0275\u0275NgOnChangesFeature"]],decls:0,vars:0,template:function(e,t){},encapsulation:2}),t}(c.b),h=function(){function e(){}return e.\u0275mod=o["\u0275\u0275defineNgModule"]({type:e}),e.\u0275inj=o["\u0275\u0275defineInjector"]({factory:function(t){return new(t||e)},imports:[[d.b,d.pb,d.i,c.d,c.g,r.BrowserTransferStateModule],d.b,d.pb,d.i,c.g]}),e}()},"/WYv":function(e,t,n){"use strict";function i(e){return!!e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}n.d(t,"a",(function(){return i}))},"/X5v":function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~\xe1\xf1\xfa\xe1~r\xfd_F~\xe9br\xfa~\xe1r\xfd_~M\xe1rc~h_\xc1p~r\xedl_~M\xe1\xfd_~J\xfa\xf1\xe9~_J\xfal~\xfd_\xc1\xfa~g\xfast~_S\xe9p~t\xe9mb~\xe9r_\xd3~ct\xf3b~\xe9r_\xd1~\xf3v\xe9m~b\xe9r_~D\xe9c\xe9~mb\xe9r".split("_"),monthsShort:"J~\xe1\xf1_~F\xe9b_~M\xe1r_~\xc1pr_~M\xe1\xfd_~J\xfa\xf1_~J\xfal_~\xc1\xfag_~S\xe9p_~\xd3ct_~\xd1\xf3v_~D\xe9c".split("_"),monthsParseExact:!0,weekdays:"S~\xfa\xf1d\xe1~\xfd_M\xf3~\xf1d\xe1\xfd~_T\xfa\xe9~sd\xe1\xfd~_W\xe9d~\xf1\xe9sd~\xe1\xfd_T~h\xfars~d\xe1\xfd_~Fr\xedd~\xe1\xfd_S~\xe1t\xfar~d\xe1\xfd".split("_"),weekdaysShort:"S~\xfa\xf1_~M\xf3\xf1_~T\xfa\xe9_~W\xe9d_~Th\xfa_~Fr\xed_~S\xe1t".split("_"),weekdaysMin:"S~\xfa_M\xf3~_T\xfa_~W\xe9_T~h_Fr~_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~\xf3d\xe1~\xfd \xe1t] LT",nextDay:"[T~\xf3m\xf3~rr\xf3~w \xe1t] LT",nextWeek:"dddd [\xe1t] LT",lastDay:"[\xdd~\xe9st~\xe9rd\xe1~\xfd \xe1t] LT",lastWeek:"[L~\xe1st] dddd [\xe1t] LT",sameElse:"L"},relativeTime:{future:"\xed~\xf1 %s",past:"%s \xe1~g\xf3",s:"\xe1 ~f\xe9w ~s\xe9c\xf3~\xf1ds",ss:"%d s~\xe9c\xf3\xf1~ds",m:"\xe1 ~m\xed\xf1~\xfat\xe9",mm:"%d m~\xed\xf1\xfa~t\xe9s",h:"\xe1~\xf1 h\xf3~\xfar",hh:"%d h~\xf3\xfars",d:"\xe1 ~d\xe1\xfd",dd:"%d d~\xe1\xfds",M:"\xe1 ~m\xf3\xf1~th",MM:"%d m~\xf3\xf1t~hs",y:"\xe1 ~\xfd\xe9\xe1r",yy:"%d \xfd~\xe9\xe1rs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n("wd/R"))},"/XCr":function(e,t,n){"use strict";var i=d(n("FKN7")),r=d(n("I1je")),o=d(n("3IPI")),a=d(n("imRD")),s=d(n("XCcL")),l=d(n("ti0F")),c=d(n("jeLr"));function d(e){return e&&e.__esModule?e:{default:e}}n("1mAu"),n("TjSJ"),n("h2Lj"),n("xiXM"),n("83iK"),e.exports={_appointmentForm:{},_lockDateShiftFlag:!1,_validateAppointmentFormDate:function(e,t,n){null!==t&&!t&&(null===n||n)&&e.option("value",n)},_getAllDayStartDate:function(e){return new Date(new Date(e).setHours(0,0,0,0))},_getAllDayEndDate:function(e){return new Date(new Date(e).setDate(e.getDate()+1))},_getStartDateWithStartHour:function(e,t){return new Date(new Date(e).setHours(t))},_updateLabelLocation:function(e){e>0&&this._appointmentForm._rootLayoutManager._contentReadyAction&&this._appointmentForm.option("labelLocation",e<608?"top":"left")},create:function(e,t,n,i){var o=this;return this._appointmentForm=e(t,r.default,{items:this._editors,readOnly:n,showValidationSummary:!0,scrollingEnabled:!0,colCount:2,formData:i,showColonAfterLabel:!1,screenByWidth:function(){var e=t.parent().outerWidth();return o._updateLabelLocation(e),e<460?"xs":"lg"}}),this._appointmentForm},_dateBoxValueChanged:function(e,t,n){this._validateAppointmentFormDate(e.component,e.value,e.previousValue);var i=o.default.deserializeDate(e.value),r=o.default.deserializeDate(e.previousValue),a=this._appointmentForm.getEditor(t),s=o.default.deserializeDate(a.option("value"));if(!this._appointmentForm._lockDateShiftFlag&&s&&i&&n(s,i)){var l=r?s.getTime()-r.getTime():0;a.option("value",new Date(i.getTime()+l))}},prepareAppointmentFormEditors:function(e,t){var n=this;return this._editors=[{dataField:e.textExpr,editorType:"dxTextBox",colSpan:2,label:{text:a.default.format("dxScheduler-editorLabelTitle")}},{dataField:e.startDateExpr,editorType:"dxDateBox",label:{text:a.default.format("dxScheduler-editorLabelStartDate")},validationRules:[{type:"required"}],editorOptions:{width:"100%",calendarOptions:{firstDayOfWeek:t.option("firstDayOfWeek")},onValueChanged:function(t){n._dateBoxValueChanged(t,e.endDateExpr,(function(e,t){return e0&&this._calculateGroups({items:this._data})},totalAggregates:function(){return this._totals},_aggregate:function(e,t,n){var i,r,o=t.items?t.items.length:0;for(i=0;i0;)l(0,n,e,a)},_seed:function(e,t){return c(e,(function(e){var n=e.aggregator;return"seed"in n?(0,o.isFunction)(n.seed)?n.seed(t):n.seed:NaN}))},_accumulate:function(e,t,n,i){var r,o=t.selector(i);(!t.skipEmptyValues||(r=o)==r&&""!==r&&null!=r)&&(n[e]=n[e]!=n[e]?o:t.aggregator.step(n[e],o))},_finalize:function(e,t){return c(e,(function(e,n){var i=e.aggregator.finalize;return i?i(t[n]):t[n]}))}})},"/npM":function(e,t,n){"use strict";var i=n("FKN7"),r=n("jeLr"),o=n("YQNt"),a=n("1LL4").extend,s=n("wL+b"),l=n("imRD"),c=n("LdFP"),d=n("D6VQ"),u=n("Lci2"),p=n("cap0"),h=n("ynD9"),f=n("9nyG"),m=n("XCcL"),g="dx-colorview-palette-gradient",v="dx-colorview-palette-gradient-white",y="dx-colorview-palette-gradient-black",b="dx-colorview-color-preview",_="dx-colorview-color-preview-color-current",x="dx-colorview-color-preview-color-new",w=u.inherit({_supportedKeys:function(){var e=this.option("rtlEnabled"),t=this,n=function(e){var n=100/t._paletteWidth;return e.shiftKey&&(n*=t.option("keyStep")),n=n>1?n:1,Math.round(n)},i=function(e){var n=t._currentColor.hsv.s+e;n>100?n=100:n<0&&(n=0),t._currentColor.hsv.s=n,l()},r=function(e){var n=100/t._paletteHeight;return e.shiftKey&&(n*=t.option("keyStep")),n=n>1?n:1,Math.round(n)},s=function(e){var n=t._currentColor.hsv.v+e;n>100?n=100:n<0&&(n=0),t._currentColor.hsv.v=n,l()},l=function(){t._placePaletteHandle(),t._updateColorFromHsv(t._currentColor.hsv.h,t._currentColor.hsv.s,t._currentColor.hsv.v)},c=function(e){var n=360/(t._hueScaleWrapperHeight-t._hueScaleHandleHeight);return e.shiftKey&&(n*=t.option("keyStep")),n>1?n:1},d=function(e){t._currentColor.hsv.h+=e,t._placeHueScaleHandle();var n=o.locate(t._$hueScaleHandle);t._updateColorHue(n.top+t._hueScaleHandleHeight/2)},u=function(n){var i=1/t._alphaChannelScaleWorkWidth;return n.shiftKey&&(i*=t.option("keyStep")),i=i>.01?i:.01,e?-i:i},p=function(e){t._currentColor.a+=e,t._placeAlphaChannelHandle();var n=o.locate(t._$alphaChannelHandle);t._calculateColorTransparencyByScaleWidth(n.left+t._alphaChannelHandleWidth/2)};return a(this.callBase(),{upArrow:function(e){e.preventDefault(),e.stopPropagation(),e.ctrlKey?this._currentColor.hsv.h<=360&&!this._isTopColorHue&&d(c(e)):this._currentColor.hsv.v<100&&s(r(e))},downArrow:function(e){e.preventDefault(),e.stopPropagation(),e.ctrlKey?this._currentColor.hsv.h>=0&&(this._isTopColorHue&&(this._currentColor.hsv.h=360),d(-c(e))):this._currentColor.hsv.v>0&&s(-r(e))},rightArrow:function(t){t.preventDefault(),t.stopPropagation(),t.ctrlKey?(e?this._currentColor.a<1:this._currentColor.a>0&&this.option("editAlphaChannel"))&&p(-u(t)):this._currentColor.hsv.s<100&&i(n(t))},leftArrow:function(t){t.preventDefault(),t.stopPropagation(),t.ctrlKey?(e?this._currentColor.a>0:this._currentColor.a<1&&this.option("editAlphaChannel"))&&p(u(t)):this._currentColor.hsv.s>0&&i(-n(t))},enter:function(e){this._fireEnterKeyPressed(e)}})},_getDefaultOptions:function(){return a(this.callBase(),{value:null,matchValue:null,onEnterKeyPressed:void 0,editAlphaChannel:!1,keyStep:1,stylingMode:void 0})},_defaultOptionsRules:function(){return this.callBase().concat([{device:function(){return"desktop"===c.real().deviceType&&!c.isSimulator()},options:{focusStateEnabled:!0}}])},_init:function(){this.callBase(),this._initColorAndOpacity(),this._initEnterKeyPressedAction()},_initEnterKeyPressedAction:function(){this._onEnterKeyPressedAction=this._createActionByOption("onEnterKeyPressed")},_fireEnterKeyPressed:function(e){this._onEnterKeyPressedAction&&this._onEnterKeyPressedAction({event:e})},_initColorAndOpacity:function(){this._setCurrentColor(this.option("value"))},_setCurrentColor:function(e){var t=new s(e=e||"#000000");t.colorIsInvalid?this.option("value",this._currentColor.baseColor):this._currentColor&&this._makeRgba(this._currentColor)===this._makeRgba(t)||(this._currentColor=t,this._$currentColor&&this._makeTransparentBackground(this._$currentColor,t))},_setBaseColor:function(e){var t=new s(e||"#000000");t.colorIsInvalid||this._makeRgba(this.option("matchValue")!==this._makeRgba(t))&&this._$baseColor&&this._makeTransparentBackground(this._$baseColor,t)},_initMarkup:function(){this.callBase(),this.$element().addClass("dx-colorview"),this._renderColorPickerContainer()},_render:function(){this.callBase(),this._renderPalette(),this._renderHueScale(),this._renderControlsContainer(),this._renderControls(),this._renderAlphaChannelElements()},_makeTransparentBackground:function(e,t){t instanceof s||(t=new s(t)),e.css("backgroundColor",this._makeRgba(t))},_makeRgba:function(e){return e instanceof s||(e=new s(e)),"rgba("+[e.r,e.g,e.b,e.a].join(", ")+")"},_renderValue:function(){this.callBase(this.option("editAlphaChannel")?this._makeRgba(this._currentColor):this.option("value"))},_renderColorPickerContainer:function(){var e=this.$element();this._$colorPickerContainer=i("
").addClass("dx-colorview-container").appendTo(e),this._renderHtmlRows()},_renderHtmlRows:function(e){var t=this._$colorPickerContainer.find(".dx-colorview-container-row"),n=t.length,r=n-(this.option("editAlphaChannel")?2:1);if(r>0&&t.eq(-1).remove(),r<0){r=Math.abs(r);var o,a=[];for(o=0;o").addClass("dx-colorview-container-row"));if(n)for(o=0;o").addClass("dx-colorview-container-cell").addClass(n).appendTo(t.find(".dx-colorview-container-row").eq(e))},_renderPalette:function(){var e=this._renderHtmlCellInsideRow(0,this._$colorPickerContainer,"dx-colorview-palette-cell"),t=i("
").addClass([g,v].join(" ")),n=i("
").addClass([g,y].join(" "));this._$palette=i("
").addClass("dx-colorview-palette").css("backgroundColor",this._currentColor.getPureColor().toHex()).appendTo(e),this._paletteHeight=this._$palette.height(),this._paletteWidth=this._$palette.width(),this._renderPaletteHandle(),this._$palette.append([t,n])},_renderPaletteHandle:function(){this._$paletteHandle=i("
").addClass("dx-colorview-palette-handle").appendTo(this._$palette),this._createComponent(this._$paletteHandle,f,{contentTemplate:null,boundary:this._$palette,allowMoveByClick:!0,boundOffset:(function(){return-this._paletteHandleHeight/2}).bind(this),onDragMove:(function(){var e=o.locate(this._$paletteHandle);this._updateByDrag=!0,this._updateColorFromHsv(this._currentColor.hsv.h,this._calculateColorSaturation(e),this._calculateColorValue(e))}).bind(this)}),this._paletteHandleWidth=this._$paletteHandle.width(),this._paletteHandleHeight=this._$paletteHandle.height(),this._placePaletteHandle()},_placePaletteHandle:function(){o.move(this._$paletteHandle,{left:Math.round(this._paletteWidth*this._currentColor.hsv.s/100-this._paletteHandleWidth/2),top:Math.round(this._paletteHeight-this._paletteHeight*this._currentColor.hsv.v/100-this._paletteHandleHeight/2)})},_calculateColorValue:function(e){var t=Math.floor(e.top+this._paletteHandleHeight/2);return 100-Math.round(100*t/this._paletteHeight)},_calculateColorSaturation:function(e){var t=Math.floor(e.left+this._paletteHandleWidth/2);return Math.round(100*t/this._paletteWidth)},_updateColorFromHsv:function(e,t,n){var i=this._currentColor.a;this._currentColor=new s("hsv("+[e,t,n].join(",")+")"),this._currentColor.a=i,this._updateColorParamsAndColorPreview(),this.applyColor()},_renderHueScale:function(){var e=this._renderHtmlCellInsideRow(0,this._$colorPickerContainer,"dx-colorview-hue-scale-cell");this._$hueScaleWrapper=i("
").addClass("dx-colorview-hue-scale-wrapper").appendTo(e),this._$hueScale=i("
").addClass("dx-colorview-hue-scale").appendTo(this._$hueScaleWrapper),this._hueScaleHeight=this._$hueScale.height(),this._hueScaleWrapperHeight=this._$hueScaleWrapper.outerHeight(),this._renderHueScaleHandle()},_renderHueScaleHandle:function(){this._$hueScaleHandle=i("
").addClass("dx-colorview-hue-scale-handle").appendTo(this._$hueScaleWrapper),this._createComponent(this._$hueScaleHandle,f,{contentTemplate:null,boundary:this._$hueScaleWrapper,allowMoveByClick:!0,dragDirection:"vertical",onDragMove:(function(){this._updateByDrag=!0,this._updateColorHue(o.locate(this._$hueScaleHandle).top+this._hueScaleHandleHeight/2)}).bind(this)}),this._hueScaleHandleHeight=this._$hueScaleHandle.height(),this._placeHueScaleHandle()},_placeHueScaleHandle:function(){var e=this._hueScaleWrapperHeight,t=this._hueScaleHandleHeight,n=(e-t)*(360-this._currentColor.hsv.h)/360;e=360&&(this._isTopColorHue=!0,t=0),this._updateColorFromHsv(t,n,i),this._$palette.css("backgroundColor",this._currentColor.getPureColor().toHex())},_renderControlsContainer:function(){var e=this._renderHtmlCellInsideRow(0,this._$colorPickerContainer);this._$controlsContainer=i("
").addClass("dx-colorview-controls-container").appendTo(e)},_renderControls:function(){this._renderColorsPreview(),this._renderRgbInputs(),this._renderHexInput()},_renderColorsPreview:function(){var e=i("
").addClass("dx-colorview-color-preview-container").appendTo(this._$controlsContainer),t=i("
").addClass("dx-colorview-color-preview-container-inner").appendTo(e);this._$currentColor=i("
").addClass([b,x].join(" ")),this._$baseColor=i("
").addClass([b,_].join(" ")),this._makeTransparentBackground(this._$baseColor,this.option("matchValue")),this._makeTransparentBackground(this._$currentColor,this._currentColor),t.append([this._$baseColor,this._$currentColor])},_renderAlphaChannelElements:function(){this.option("editAlphaChannel")&&(this._$colorPickerContainer.find(".dx-colorview-container-row").eq(1).addClass("dx-colorview-alpha-channel-row"),this._renderAlphaChannelScale(),this._renderAlphaChannelInput())},_renderRgbInputs:function(){this._rgbInputsWithLabels=[this._renderEditorWithLabel({editorType:p,value:this._currentColor.r,onValueChanged:this._updateColor.bind(this,!1),labelText:"R",labelAriaText:l.format("dxColorView-ariaRed"),labelClass:"dx-colorview-label-red"}),this._renderEditorWithLabel({editorType:p,value:this._currentColor.g,onValueChanged:this._updateColor.bind(this,!1),labelText:"G",labelAriaText:l.format("dxColorView-ariaGreen"),labelClass:"dx-colorview-label-green"}),this._renderEditorWithLabel({editorType:p,value:this._currentColor.b,onValueChanged:this._updateColor.bind(this,!1),labelText:"B",labelAriaText:l.format("dxColorView-ariaBlue"),labelClass:"dx-colorview-label-blue"})],this._$controlsContainer.append(this._rgbInputsWithLabels),this._rgbInputs=[this._rgbInputsWithLabels[0].find(".dx-numberbox").dxNumberBox("instance"),this._rgbInputsWithLabels[1].find(".dx-numberbox").dxNumberBox("instance"),this._rgbInputsWithLabels[2].find(".dx-numberbox").dxNumberBox("instance")]},_renderEditorWithLabel:function(e){var t=i("
"),n=i("