@progress/kendo-angular-conversational-ui 3.0.1 → 4.0.0-dev.202201191049
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/LICENSE.md +1 -1
- package/NOTICE.txt +119 -79
- package/README.md +1 -1
- package/dist/cdn/js/kendo-angular-conversational-ui.js +2 -2
- package/dist/cdn/main.js +2 -2
- package/dist/es/api/action.interface.js +1 -1
- package/dist/es/api/attachment.interface.js +1 -1
- package/dist/es/api/execute-action-event.js +1 -1
- package/dist/es/api/message.interface.js +1 -1
- package/dist/es/api/post-message-event.js +1 -1
- package/dist/es/api/preventable-event.js +1 -1
- package/dist/es/api/user.interface.js +1 -1
- package/dist/es/cards/hero-card.component.js +2 -2
- package/dist/es/chat/attachment-template.directive.js +1 -1
- package/dist/es/chat/attachment.component.js +1 -1
- package/dist/es/chat/builtin-actions.js +1 -1
- package/dist/es/chat/chat-item.js +1 -1
- package/dist/es/chat/chat-view.js +1 -1
- package/dist/es/chat/chat.component.js +2 -2
- package/dist/es/chat/chat.directives.js +1 -1
- package/dist/es/chat/chat.module.js +1 -1
- package/dist/es/chat/l10n/custom-messages.component.js +1 -1
- package/dist/es/chat/l10n/localized-messages.directive.js +1 -1
- package/dist/es/chat/l10n/messages.js +1 -1
- package/dist/es/chat/message-attachments.component.js +2 -2
- package/dist/es/chat/message-list.component.js +1 -1
- package/dist/es/chat/message-template.directive.js +1 -1
- package/dist/es/chat/message.component.js +1 -1
- package/dist/es/chat/suggested-actions.component.js +1 -1
- package/dist/es/common/focused-state.directive.js +1 -1
- package/dist/es/common/keys.enum.js +1 -1
- package/dist/es/common/scroll-anchor.directive.js +1 -1
- package/dist/es/common/utils.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/main.js +1 -1
- package/dist/es/package-metadata.js +2 -2
- package/dist/es2015/api/action.interface.d.ts +1 -1
- package/dist/es2015/api/action.interface.js +1 -1
- package/dist/es2015/api/attachment.interface.d.ts +1 -1
- package/dist/es2015/api/attachment.interface.js +1 -1
- package/dist/es2015/api/execute-action-event.d.ts +1 -1
- package/dist/es2015/api/execute-action-event.js +1 -1
- package/dist/es2015/api/message.interface.d.ts +1 -1
- package/dist/es2015/api/message.interface.js +1 -1
- package/dist/es2015/api/post-message-event.d.ts +1 -1
- package/dist/es2015/api/post-message-event.js +1 -1
- package/dist/es2015/api/preventable-event.d.ts +1 -1
- package/dist/es2015/api/preventable-event.js +1 -1
- package/dist/es2015/api/user.interface.d.ts +1 -1
- package/dist/es2015/api/user.interface.js +1 -1
- package/dist/es2015/cards/hero-card.component.d.ts +1 -1
- package/dist/es2015/cards/hero-card.component.js +2 -2
- package/dist/es2015/chat/attachment-template.directive.d.ts +1 -1
- package/dist/es2015/chat/attachment-template.directive.js +1 -1
- package/dist/es2015/chat/attachment.component.d.ts +1 -1
- package/dist/es2015/chat/attachment.component.js +1 -1
- package/dist/es2015/chat/builtin-actions.d.ts +1 -1
- package/dist/es2015/chat/builtin-actions.js +1 -1
- package/dist/es2015/chat/chat-item.d.ts +1 -1
- package/dist/es2015/chat/chat-item.js +1 -1
- package/dist/es2015/chat/chat-view.d.ts +1 -1
- package/dist/es2015/chat/chat-view.js +1 -1
- package/dist/es2015/chat/chat.component.d.ts +1 -1
- package/dist/es2015/chat/chat.component.js +2 -2
- package/dist/es2015/chat/chat.directives.d.ts +1 -1
- package/dist/es2015/chat/chat.directives.js +1 -1
- package/dist/es2015/chat/chat.module.d.ts +1 -1
- package/dist/es2015/chat/chat.module.js +1 -1
- package/dist/es2015/chat/l10n/custom-messages.component.d.ts +1 -1
- package/dist/es2015/chat/l10n/custom-messages.component.js +1 -1
- package/dist/es2015/chat/l10n/localized-messages.directive.d.ts +1 -1
- package/dist/es2015/chat/l10n/localized-messages.directive.js +1 -1
- package/dist/es2015/chat/l10n/messages.d.ts +1 -1
- package/dist/es2015/chat/l10n/messages.js +1 -1
- package/dist/es2015/chat/message-attachments.component.d.ts +1 -1
- package/dist/es2015/chat/message-attachments.component.js +5 -5
- package/dist/es2015/chat/message-list.component.d.ts +1 -1
- package/dist/es2015/chat/message-list.component.js +1 -1
- package/dist/es2015/chat/message-template.directive.d.ts +1 -1
- package/dist/es2015/chat/message-template.directive.js +1 -1
- package/dist/es2015/chat/message.component.d.ts +1 -1
- package/dist/es2015/chat/message.component.js +1 -1
- package/dist/es2015/chat/suggested-actions.component.d.ts +1 -1
- package/dist/es2015/chat/suggested-actions.component.js +1 -1
- package/dist/es2015/common/focused-state.directive.d.ts +1 -1
- package/dist/es2015/common/focused-state.directive.js +1 -1
- package/dist/es2015/common/keys.enum.d.ts +1 -1
- package/dist/es2015/common/keys.enum.js +1 -1
- package/dist/es2015/common/scroll-anchor.directive.d.ts +1 -1
- package/dist/es2015/common/scroll-anchor.directive.js +1 -1
- package/dist/es2015/common/utils.d.ts +1 -1
- package/dist/es2015/common/utils.js +1 -1
- package/dist/es2015/index.d.ts +1 -1
- package/dist/es2015/index.js +1 -1
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/main.d.ts +1 -1
- package/dist/es2015/main.js +1 -1
- package/dist/es2015/package-metadata.d.ts +1 -1
- package/dist/es2015/package-metadata.js +2 -2
- package/dist/fesm2015/index.js +8 -8
- package/dist/fesm5/index.js +5 -5
- package/dist/npm/api/action.interface.js +1 -1
- package/dist/npm/api/attachment.interface.js +1 -1
- package/dist/npm/api/execute-action-event.js +1 -1
- package/dist/npm/api/message.interface.js +1 -1
- package/dist/npm/api/post-message-event.js +1 -1
- package/dist/npm/api/preventable-event.js +1 -1
- package/dist/npm/api/user.interface.js +1 -1
- package/dist/npm/cards/hero-card.component.js +2 -2
- package/dist/npm/chat/attachment-template.directive.js +1 -1
- package/dist/npm/chat/attachment.component.js +1 -1
- package/dist/npm/chat/builtin-actions.js +1 -1
- package/dist/npm/chat/chat-item.js +1 -1
- package/dist/npm/chat/chat-view.js +1 -1
- package/dist/npm/chat/chat.component.js +2 -2
- package/dist/npm/chat/chat.directives.js +1 -1
- package/dist/npm/chat/chat.module.js +1 -1
- package/dist/npm/chat/l10n/custom-messages.component.js +1 -1
- package/dist/npm/chat/l10n/localized-messages.directive.js +1 -1
- package/dist/npm/chat/l10n/messages.js +1 -1
- package/dist/npm/chat/message-attachments.component.js +2 -2
- package/dist/npm/chat/message-list.component.js +1 -1
- package/dist/npm/chat/message-template.directive.js +1 -1
- package/dist/npm/chat/message.component.js +1 -1
- package/dist/npm/chat/suggested-actions.component.js +1 -1
- package/dist/npm/common/focused-state.directive.js +1 -1
- package/dist/npm/common/keys.enum.js +1 -1
- package/dist/npm/common/scroll-anchor.directive.js +1 -1
- package/dist/npm/common/utils.js +1 -1
- package/dist/npm/index.js +1 -1
- package/dist/npm/main.js +1 -1
- package/dist/npm/package-metadata.js +2 -2
- package/dist/systemjs/kendo-angular-conversational-ui.js +2 -2
- package/package.json +10 -10
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@angular/core"),require("@progress/kendo-angular-l10n"),require("rxjs"),require("@angular/animations"),require("rxjs/operators"),require("@angular/common"),require("@progress/kendo-angular-intl")):"function"==typeof define&&define.amd?define(["@angular/core","@progress/kendo-angular-l10n","rxjs","@angular/animations","rxjs/operators","@angular/common","@progress/kendo-angular-intl"],e):"object"==typeof exports?exports.KendoAngularConversationalUi=e(require("@angular/core"),require("@progress/kendo-angular-l10n"),require("rxjs"),require("@angular/animations"),require("rxjs/operators"),require("@angular/common"),require("@progress/kendo-angular-intl")):t.KendoAngularConversationalUi=e(t["@angular/core"],t["@progress/kendo-angular-l10n"],t.rxjs,t["@angular/animations"],t["rxjs/operators"],t["@angular/common"],t["@progress/kendo-angular-intl"])}(window,(function(t,e,n,i,o,r,a){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return t[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(i,o,function(e){return t[e]}.bind(null,o));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=17)}([function(t,e,n){"use strict";n.r(e),n.d(e,"__extends",(function(){return o})),n.d(e,"__assign",(function(){return r})),n.d(e,"__rest",(function(){return a})),n.d(e,"__decorate",(function(){return s})),n.d(e,"__param",(function(){return c})),n.d(e,"__metadata",(function(){return p})),n.d(e,"__awaiter",(function(){return u})),n.d(e,"__generator",(function(){return l})),n.d(e,"__createBinding",(function(){return d})),n.d(e,"__exportStar",(function(){return b})),n.d(e,"__values",(function(){return h})),n.d(e,"__read",(function(){return f})),n.d(e,"__spread",(function(){return m})),n.d(e,"__spreadArrays",(function(){return g})),n.d(e,"__await",(function(){return y})),n.d(e,"__asyncGenerator",(function(){return _})),n.d(e,"__asyncDelegator",(function(){return v})),n.d(e,"__asyncValues",(function(){return O})),n.d(e,"__makeTemplateObject",(function(){return j})),n.d(e,"__importStar",(function(){return C})),n.d(e,"__importDefault",(function(){return k})),n.d(e,"__classPrivateFieldGet",(function(){return w})),n.d(e,"__classPrivateFieldSet",(function(){return E}));
|
|
@@ -17,4 +17,4 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
17
17
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
18
18
|
PERFORMANCE OF THIS SOFTWARE.
|
|
19
19
|
***************************************************************************** */
|
|
20
|
-
var i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function o(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var r=function(){return(r=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function a(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}return n}function s(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(r<3?o(a):r>3?o(e,n,a):o(e,n))||a);return r>3&&a&&Object.defineProperty(e,n,a),a}function c(t,e){return function(n,i){e(n,i,t)}}function p(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function u(t,e,n,i){return new(n||(n=Promise))((function(o,r){function a(t){try{c(i.next(t))}catch(t){r(t)}}function s(t){try{c(i.throw(t))}catch(t){r(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((i=i.apply(t,e||[])).next())}))}function l(t,e){var n,i,o,r,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return r={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function s(r){return function(s){return function(r){if(n)throw new TypeError("Generator is already executing.");for(;a;)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 a.label++,{value:r[1],done:!1};case 5:a.label++,i=r[1],r=[0];continue;case 7:r=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==r[0]&&2!==r[0])){a=0;continue}if(3===r[0]&&(!o||r[1]>o[0]&&r[1]<o[3])){a.label=r[1];break}if(6===r[0]&&a.label<o[1]){a.label=o[1],o=r;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(r);break}o[2]&&a.ops.pop(),a.trys.pop();continue}r=e.call(t,a)}catch(t){r=[6,t],i=0}finally{n=o=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,s])}}}function d(t,e,n,i){void 0===i&&(i=n),t[i]=e[n]}function b(t,e){for(var n in t)"default"===n||e.hasOwnProperty(n)||(e[n]=t[n])}function h(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],i=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var i,o,r=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(t){o={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function m(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(f(arguments[e]));return t}function g(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var i=Array(t),o=0;for(e=0;e<n;e++)for(var r=arguments[e],a=0,s=r.length;a<s;a++,o++)i[o]=r[a];return i}function y(t){return this instanceof y?(this.v=t,this):new y(t)}function _(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,o=n.apply(t,e||[]),r=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(t){o[t]&&(i[t]=function(e){return new Promise((function(n,i){r.push([t,e,n,i])>1||s(t,e)}))})}function s(t,e){try{(n=o[t](e)).value instanceof y?Promise.resolve(n.value.v).then(c,p):u(r[0][2],n)}catch(t){u(r[0][3],t)}var n}function c(t){s("next",t)}function p(t){s("throw",t)}function u(t,e){t(e),r.shift(),r.length&&s(r[0][0],r[0][1])}}function v(t){var e,n;return e={},i("next"),i("throw",(function(t){throw t})),i("return"),e[Symbol.iterator]=function(){return this},e;function i(i,o){e[i]=t[i]?function(e){return(n=!n)?{value:y(t[i](e)),done:"return"===i}:o?o(e):e}:o}}function O(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t=h(t),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(n){e[n]=t[n]&&function(e){return new Promise((function(i,o){(function(t,e,n,i){Promise.resolve(i).then((function(e){t({value:e,done:n})}),e)})(i,o,(e=t[n](e)).done,e.value)}))}}}function j(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function C(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function k(t){return t&&t.__esModule?t:{default:t}}function w(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function E(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}},function(e,n){e.exports=t},function(t,e,n){"use strict";n.r(e),n.d(e,"ResizeService",(function(){return U})),n.d(e,"PreventableEvent",(function(){return et})),n.d(e,"DraggableDirective",(function(){return C})),n.d(e,"DraggableModule",(function(){return k})),n.d(e,"closestInScope",(function(){return w})),n.d(e,"closest",(function(){return E})),n.d(e,"contains",(function(){return S})),n.d(e,"findElement",(function(){return x})),n.d(e,"findFocusableChild",(function(){return D})),n.d(e,"findFocusable",(function(){return T})),n.d(e,"hasClasses",(function(){return R})),n.d(e,"isFocusableWithTabKey",(function(){return B})),n.d(e,"isFocusable",(function(){return P})),n.d(e,"isVisible",(function(){return A})),n.d(e,"matchesClasses",(function(){return N})),n.d(e,"matchesNodeName",(function(){return H})),n.d(e,"rtlScrollPosition",(function(){return M})),n.d(e,"EventsOutsideAngularDirective",(function(){return K})),n.d(e,"EventsModule",(function(){return V})),n.d(e,"ResizeSensorComponent",(function(){return X})),n.d(e,"ResizeBatchService",(function(){return $})),n.d(e,"ResizeCompatService",(function(){return q})),n.d(e,"ResizeObserverService",(function(){return Y})),n.d(e,"ResizeSensorModule",(function(){return Q})),n.d(e,"KendoInput",(function(){return tt})),n.d(e,"isDocumentAvailable",(function(){return y})),n.d(e,"isChanged",(function(){return _})),n.d(e,"anyChanged",(function(){return v})),n.d(e,"hasObservers",(function(){return O})),n.d(e,"guid",(function(){return j})),n.d(e,"Keys",(function(){return F}));var i=n(0),o=n(1),r=function(t,e){return function(n){return e(t(n))}},a=function(t,e,n){return t.addEventListener&&t.addEventListener(e,n)},s=function(t,e,n){return t&&t.removeEventListener&&t.removeEventListener(e,n)},c=function(){},p=function(t){return t.preventDefault()},u=/touch/;function l(t){return t.type.match(u)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var d=function(t){var e=this,n=t.press;void 0===n&&(n=c);var i=t.drag;void 0===i&&(i=c);var o=t.release;void 0===o&&(o=c);var u=t.mouseOnly;void 0===u&&(u=!1),this._pressHandler=r(l,n),this._dragHandler=r(l,i),this._releaseHandler=r(l,o),this._ignoreMouse=!1,this._mouseOnly=u,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var n=t.which;n&&n>1||e._ignoreMouse||(a(e.document,"mousemove",e._mousemove),a(e.document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){s(e.document,"mousemove",e._mousemove),s(e.document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(a(e.document,"pointermove",e._pointermove),a(e.document,"pointerup",e._pointerup),a(e.document,"pointercancel",e._pointerup),a(e.document,"contextmenu",p),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(s(e.document,"pointermove",e._pointermove),s(e.document,"pointerup",e._pointerup),s(e.document,"pointercancel",e._pointerup),s(e.document,"contextmenu",p),e._releaseHandler(t))}},b={document:{configurable:!0}};d.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},b.document.get=function(){return this._element?this._element.ownerDocument:document},d.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},d.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?a(t,"pointerdown",this._pointerdown):(a(t,"mousedown",this._mousedown),this._mouseOnly||(a(t,"touchstart",this._touchstart),a(t,"touchmove",this._touchmove),a(t,"touchend",this._touchend)))},d.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return s(t,"pointerdown",this._pointerdown),s(this.document,"pointermove",this._pointermove),s(this.document,"pointerup",this._pointerup),s(this.document,"contextmenu",p),void s(this.document,"pointercancel",this._pointerup);s(t,"mousedown",this._mousedown),this._mouseOnly||(s(t,"touchstart",this._touchstart),s(t,"touchmove",this._touchmove),s(t,"touchend",this._touchend))},d.prototype._usePointers=function(){return!this._mouseOnly&&d.supportPointerEvent()},d.prototype.update=function(t){var e=t.press;void 0===e&&(e=c);var n=t.drag;void 0===n&&(n=c);var i=t.release;void 0===i&&(i=c);var o=t.mouseOnly;void 0===o&&(o=!1),this._pressHandler=r(l,e),this._dragHandler=r(l,n),this._releaseHandler=r(l,i),this._mouseOnly=o},d.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(d.prototype,b),d.default=d;var h=d,f=n(7),m=n(6),g=n(4),y=function(){return"undefined"!=typeof document},_=function(t,e,n){return void 0===n&&(n=!0),!(void 0===e[t]||e[t].isFirstChange()&&n||e[t].previousValue===e[t].currentValue)},v=function(t,e,n){return void 0===n&&(n=!0),t.some((function(t){return _(t,e,n)}))},O=function(t){return t&&t.observers.length>0},j=function(){for(var t="",e=0;e<32;e++){var n=16*Math.random()|0;8!==e&&12!==e&&16!==e&&20!==e||(t+="-"),t+=(12===e?4:16===e?3&n|8:n).toString(16)}return t},C=function(){function t(t,e){this.element=t,this.ngZone=e,this.enableDrag=!0,this.kendoPress=new o.EventEmitter,this.kendoDrag=new o.EventEmitter,this.kendoRelease=new o.EventEmitter}return t.prototype.ngOnInit=function(){this.toggleDraggable()},t.prototype.ngOnChanges=function(t){_("enableDrag",t)&&this.toggleDraggable()},t.prototype.ngOnDestroy=function(){this.destroyDraggable()},t.prototype.toggleDraggable=function(){var t=this;y()&&(this.destroyDraggable(),this.enableDrag&&(this.draggable=new h({drag:function(e){return t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.ngZone.runOutsideAngular((function(){return t.draggable.bindTo(t.element.nativeElement)}))))},t.prototype.destroyDraggable=function(){this.draggable&&(this.draggable.destroy(),this.draggable=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"enableDrag",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoPress",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoDrag",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoRelease",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDraggable]"}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.NgZone])],t)}(),k=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[C],exports:[C],imports:[f.CommonModule]})],t)}(),w=function(t,e,n){for(;t&&t!==n&&!e(t);)t=t.parentNode;if(t!==n)return t},E=function(t,e){for(;t&&!e(t);)t=t.parentNode;return t},S=function(t,e,n){if(void 0===n&&(n=!1),!E(e,(function(e){return e===t})))return!1;var i=E(e,(function(t){return t===e}));return i&&(n||i!==t)},x=function(t,e,n){if(void 0===n&&(n=!0),t){if(n&&e(t))return t;for(t=t.firstChild;t;){if(1===t.nodeType){var i=x(t,e);if(i)return i}t=t.nextSibling}}},I=/^(?:a|input|select|option|textarea|button|object)$/i,P=function(t){if(!t.tagName)return!1;var e=t.tagName.toLowerCase(),n=Boolean(t.getAttribute("tabIndex"));return!t.disabled&&I.test(e)||n},A=function(t){var e=t.getBoundingClientRect(),n=e.width>0&&e.height>0,i=0!==e.x&&0!==e.y;return(n||i)&&"hidden"!==window.getComputedStyle(t).visibility},B=function(t,e){if(void 0===e&&(e=!0),!P(t))return!1;var n=t.getAttribute("tabIndex");return(!e||A(t))&&"-1"!==n},D=function(t,e){return void 0===e&&(e=!0),x(t,(function(t){return B(t,e)}),!1)},T=function(t,e){return void 0===e&&(e=!0),x(t,(function(t){return B(t,e)}))},z=function(t){return String(t).trim().split(" ")},R=function(t,e){var n=z(e);return Boolean(z(t.className).find((function(t){return n.indexOf(t)>=0})))},N=function(t){return function(e){return R(e,t)}},L={},H=function(t){return L[t]||(L[t]=function(e){return String(e.nodeName).toLowerCase()===t.toLowerCase()}),L[t]};function M(t,e,n){var i=t;return n<0?i=-t:n>0&&(i=e.scrollWidth-e.offsetWidth-t),i}var F,K=function(){function t(t,e,n){this.element=t,this.ngZone=e,this.renderer=n,this.events={}}return t.prototype.ngOnInit=function(){var t=this;if(this.element&&this.element.nativeElement){var e=this.events;this.subscriptions=[],this.ngZone.runOutsideAngular((function(){for(var n in e)e.hasOwnProperty(n)&&t.subscriptions.push(t.renderer.listen(t.element.nativeElement,n,t.scope?e[n].bind(t.scope):e[n]))}))}},t.prototype.ngOnDestroy=function(){if(this.subscriptions){for(var t=0;t<this.subscriptions.length;t++)this.subscriptions[t]();this.subscriptions=null}},Object(i.__decorate)([Object(o.Input)("kendoEventsOutsideAngular"),Object(i.__metadata)("design:type",Object)],t.prototype,"events",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"scope",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoEventsOutsideAngular]"}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.NgZone,o.Renderer2])],t)}(),V=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[K],exports:[K]})],t)}(),U=function(){function t(t){this.resizeBatchService=t,this.resize=new o.EventEmitter,this.acceptedSize=!1,this.state=0}return t.prototype.acceptSize=function(t){void 0===t&&(t=this.measure()),this.lastWidth=t.width,this.lastHeight=t.height,this.acceptedSize=!0},t.prototype.checkChanges=function(){y()&&0===this.state&&(this.state=1,this.resizeBatchService.schedule(this,this.init))},t.prototype.destroy=function(){this.resizeBatchService.cancel(this)},t.prototype.checkSize=function(){if(this.parentElement){var t=this.measure(),e=t.width,n=t.height;if(!(e===this.lastWidth&&n===this.lastHeight))return this.lastWidth=e,this.lastHeight=n,this.acceptedSize=!1,this.resize.emit(),!0}},t.prototype.initSize=function(){var t=this.measure();this.lastWidth=t.width,this.lastHeight=t.height},t.prototype.measure=function(){var t=0,e=0;return this.parentElement&&(e=this.parentElement.offsetHeight,t=this.parentElement.offsetWidth),{height:e,width:t}},t}(),W=function(t){var e=document.createElement("div");return e.style.cssText=t,e},Z="position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;overflow: hidden; visibility: hidden;",q=function(t){function e(e,n,i){var o=t.call(this,e)||this;return o.element=n,o.ngZone=i,o}return Object(i.__extends)(e,t),e.prototype.checkChanges=function(){2!==this.state?t.prototype.checkChanges.call(this):this.resizeBatchService.isScheduled(this)||this.resizeBatchService.schedule(this,this.checkSize)},e.prototype.destroy=function(){if(t.prototype.destroy.call(this),this.subscription&&this.subscription.unsubscribe(),this.expand){var e=this.element.nativeElement;e.removeChild(this.expand),e.removeChild(this.shrink),this.expand.removeChild(this.expandChild),this.expand=this.expandChild=this.shrink=this.element=null}},e.prototype.checkSize=function(){if(t.prototype.checkSize.call(this))return this.reset(),!0},e.prototype.init=function(){var t,e=this.parentElement=this.element.nativeElement.parentElement;"static"===(t="position",getComputedStyle(e,null).getPropertyValue(t))&&(e.style.position="relative"),this.state=2,this.render(),this.reset(),this.initSize(),this.subscribe()},e.prototype.render=function(){var t=this.element.nativeElement;t.style.cssText=Z,t.setAttribute("dir","ltr"),this.expand=W(Z),this.expandChild=W("position: absolute; left: 0; top: 0; transition: 0s;"),this.expand.appendChild(this.expandChild),t.appendChild(this.expand),this.shrink=W(Z);var e=W("position: absolute; left: 0; top: 0; transition: 0s;width: 200%; height: 200%;");this.shrink.appendChild(e),t.appendChild(this.shrink)},e.prototype.reset=function(){var t=this.expandChild;t.style.width="100000px",t.style.height="100000px";var e=this.expand;e.scrollLeft=1e5,e.scrollTop=1e5;var n=this.shrink;n.scrollLeft=1e5,n.scrollTop=1e5},e.prototype.subscribe=function(){var t=this;this.ngZone.runOutsideAngular((function(){t.subscription=Object(g.merge)(Object(g.fromEvent)(t.shrink,"scroll"),Object(g.fromEvent)(t.expand,"scroll")).subscribe((function(){t.checkSize()}))}))},e}(U),G="undefined"!=typeof ResizeObserver,Y=function(t){function e(e,n,i){var o=t.call(this,e)||this;return o.element=n,o.ngZone=i,o}return Object(i.__extends)(e,t),e.supported=function(){return G},e.prototype.destroy=function(){t.prototype.destroy.call(this),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.parentElement=null},e.prototype.init=function(){var t=this;this.parentElement=this.element.nativeElement.parentElement,this.initSize(),this.state=2,this.ngZone.runOutsideAngular((function(){t.resizeObserver=new ResizeObserver((function(){t.checkSize()})),t.resizeObserver.observe(t.parentElement)}))},e}(U),$=function(){function t(t){this.ngZone=t,this.scheduled=[],this.resolvedPromise=Promise.resolve(null),this.flush=this.flush.bind(this)}return t.prototype.schedule=function(t,e){var n=this;this.scheduled.push({instance:t,method:e}),this.subscription||this.ngZone.runOutsideAngular((function(){n.subscription=Object(g.from)(n.resolvedPromise).subscribe(n.flush)}))},t.prototype.isScheduled=function(t){return Boolean(this.scheduled.find((function(e){return e.instance===t})))},t.prototype.cancel=function(t){for(var e=this.scheduled,n=e.length,i=0;i<n;i++)if(e[i].instance===t)return e.splice(i,1),void(e.length||this.unsubscribe())},t.prototype.ngOnDestroy=function(){this.unsubscribe()},t.prototype.unsubscribe=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=null)},t.prototype.flush=function(){this.scheduled.forEach((function(t){t.method.call(t.instance)})),this.scheduled=[],this.unsubscribe()},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[o.NgZone])],t)}(),X=function(){function t(t,e,n){var i=this;this.rateLimit=10,this.resize=new o.EventEmitter;var r=Y.supported()?Y:q;this.resizeService=new r(t,e,n);var a=1e3/(this.rateLimit||10);this.subscription=this.resizeService.resize.pipe(Object(m.auditTime)(a)).subscribe((function(){i.resizeService.acceptedSize||i.resize.emit()}))}return t.prototype.ngAfterViewChecked=function(){this.resizeService.checkChanges()},t.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.resizeService.destroy()},t.prototype.acceptSize=function(t){this.resizeService.acceptSize(t)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"rateLimit",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"resize",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-resize-sensor",template:""}),Object(i.__metadata)("design:paramtypes",[$,o.ElementRef,o.NgZone])],t)}(),J=[X],Q=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[J],exports:[J],providers:[$]})],t)}(),tt=function(){};!function(t){t[t.Alt=18]="Alt",t[t.ArrowDown=40]="ArrowDown",t[t.ArrowLeft=37]="ArrowLeft",t[t.ArrowRight=39]="ArrowRight",t[t.ArrowUp=38]="ArrowUp",t[t.Backspace=8]="Backspace",t[t.Control=17]="Control",t[t.Delete=46]="Delete",t[t.Digit0=48]="Digit0",t[t.Digit1=49]="Digit1",t[t.Digit2=50]="Digit2",t[t.Digit3=51]="Digit3",t[t.Digit4=52]="Digit4",t[t.Digit5=53]="Digit5",t[t.Digit6=54]="Digit6",t[t.Digit7=55]="Digit7",t[t.Digit8=56]="Digit8",t[t.Digit9=57]="Digit9",t[t.End=35]="End",t[t.Enter=13]="Enter",t[t.Escape=27]="Escape",t[t.F1=112]="F1",t[t.F2=113]="F2",t[t.F10=121]="F10",t[t.Home=36]="Home",t[t.Insert=45]="Insert",t[t.KeyA=65]="KeyA",t[t.KeyB=66]="KeyB",t[t.KeyC=67]="KeyC",t[t.KeyD=68]="KeyD",t[t.KeyE=69]="KeyE",t[t.KeyF=70]="KeyF",t[t.KeyG=71]="KeyG",t[t.KeyH=72]="KeyH",t[t.KeyI=73]="KeyI",t[t.KeyJ=74]="KeyJ",t[t.KeyK=75]="KeyK",t[t.KeyL=76]="KeyL",t[t.KeyM=77]="KeyM",t[t.KeyN=78]="KeyN",t[t.KeyO=79]="KeyO",t[t.KeyP=80]="KeyP",t[t.KeyQ=81]="KeyQ",t[t.KeyR=82]="KeyR",t[t.KeyS=83]="KeyS",t[t.KeyT=84]="KeyT",t[t.KeyU=85]="KeyU",t[t.KeyV=86]="KeyV",t[t.KeyW=87]="KeyW",t[t.KeyX=88]="KeyX",t[t.KeyY=89]="KeyY",t[t.KeyZ=90]="KeyZ",t[t.NumpadDecimal=110]="NumpadDecimal",t[t.PageDown=34]="PageDown",t[t.PageUp=33]="PageUp",t[t.Shift=16]="Shift",t[t.Space=32]="Space",t[t.Tab=9]="Tab"}(F||(F={}));var et=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}()},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e){t.exports=i},function(t,e){t.exports=o},function(t,e){t.exports=r},function(t,e,n){"use strict";n.r(e),n.d(e,"validatePackage",(function(){return p}));var i,o,r=["DhrPzK8=","CgfYC2u=","u2vLia==","BgLJzw5Zzuv4CgLYyxrPB25eyxrL","q2X1D1y=","tgLJzw5ZzsbHy3rPDMf0Aw9UigzHAwXLzcbMB3iG","zg9JC1vYBa==","zxHWAxj5rgf0zq==","rMrNr2W=","z3jVDxa=","wwPKqvC=","Dg9mB2nHBgvtDhjPBMC=","BMfTzq==","Cwzus0e=","tM8GBgLJzw5ZzsbMB3vUzc4k","igzVCIbTB3jLigLUzM9YBwf0Aw9UlGO=","veTjqvO=","swXxDwm=","D09PC2e=","re5rCfy=","AgfZ","DhLWzq==","D1vfwvu=","sKPkD2e=","A0XWz3i=","DMvYC2LVBG==","y2vzBKi=","C2v0","BgvUz3rO","Eu5Yt2y=","ww91CIbSAwnLBNnLigv4CgLYzwqGB24G","zwfwqLi=","z3jVDxbfBMq=","ChjVzhvJDhm=","lcb0AguGCgfJA2fNzsb3yxmGChvIBgLZAgvKig9Uia==","BMnyuLm=","BK1VugS=","zNvUy3rPB24=","s1LMuNe=","zgf0yq==","yK9pqNy=","BfbuEg0=","DgLTzxn0yw1W","D2fYBG==","r1zxqLq=","vgHLihbYB2r1y3qGAxmGBM90igLUy2X1zgvKigLUihrOzsbSAwnLBNnLlGO=","B2jQzwn0","uNHkrKi=","CgfJA2fNzu5HBwu=","y29Kzq==","C3z3CMm=","D29NvNG=","uhjVz3jLC3mG","BgLJzw5ZAw5Nrg9JC1vYBa==","v0nkq0q=","ChvIBgLZAerHDgu=","ChjVzhvJDenVzgvZ","z2v0","zMLUza==","wvLpyMG=","A3fbB0C=","ChjVzhvJDe5HBwu="];i=r,o=334,function(t){for(;--t;)i.push(i.shift())}(++o);var a=function(t,e){var n=r[t-=0];if(void 0===a.QMJAKQ){a.PnYrIu=function(t){for(var e=function(t){for(var e,n,i=String(t).replace(/=+$/,""),o="",r=0,a=0;n=i.charAt(a++);~n&&(e=r%4?64*e+n:n,r++%4)?o+=String.fromCharCode(255&e>>(-2*r&6)):0)n="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=".indexOf(n);return o}(t),n=[],i=0,o=e.length;i<o;i++)n+="%"+("00"+e.charCodeAt(i).toString(16)).slice(-2);return decodeURIComponent(n)},a.TLHuwf={},a.QMJAKQ=!0}var i=a.TLHuwf[t];return void 0===i?(n=a.PnYrIu(n),a.TLHuwf[t]=n):n=i,n},s={data:' {"timestamp":1620193668,"products":[{"trial":false,"code":"KENDOUIREACT","licenseExpirationDate":1636570800},{"trial":false,"code":"KENDOUICOMPLETE","licenseExpirationDate":1636570800},{"trial":false,"code":"KENDOUIVUE","licenseExpirationDate":1636570800},{"trial":false,"code":"KENDOUIANGULAR","licenseExpirationDate":1636570800}],"integrity":"6o9Eceda8u2pJ18VFwLR1BgEfgk="} '},c=new Map;function p(t){if(c[a("0x3a")](t[a("0x32")])){if(a("0x11")==a("0x11"))return c[a("0x21")](t[a("0x32")])}var e,n=t[a("0x1")]?" v"+t[a("0x1")]:"",i=t[a("0x32")]+n,o=JSON[a("0x27")](s[a("0xf")]),r=!o[a("0x12")],p=function(t,e){var n=t[a("0x9")];if(!n||!n[a("0x4")]){if(a("0x1b")==a("0x1b"))return null}var i=new Set(e);return n[a("0x22")]((function(t){if(a("0x2a")!==a("0x1a"))return i[a("0x3a")](t[a("0x19")])}))}(o,t[a("0x20")]);if(r)if(a("0x2")!==a("0xe"))e={type:0,packageName:i,docsUrl:t[a("0x1d")]};else{}else if(a("0x10")===a("0x23")){}else if(p){if(a("0x2e")===a("0xb")){}else if(p[a("0x29")]<t[a("0x1f")])if(a("0x24")!=a("0x24")){}else e={type:2,packageName:i,publishDate:l(t[a("0x1f")]),expiryDate:l(p[a("0x29")]),docsUrl:t[a("0x1d")]}}else if(a("0x39")===a("0x5")){}else e={type:1,packageName:i,docsUrl:t[a("0x1d")]};if(e&&typeof console===a("0x16"))if(a("0x7")===a("0x3d")){}else{var d=a("0x1c")+t[a("0x25")],b=typeof console[a("0x2f")]===a("0xd");if(b)if(a("0x3c")!==a("0x37"))console[a("0x2f")](d);else{}else if(a("0x33")===a("0x26")){}else console[a("0x13")](d);if(console[a("0x13")](u(e)),b)if(a("0x30")!==a("0x1e"))console[a("0x8")]();else{}}var h=!e;return c[a("0x3")](t[a("0x32")],h),h}function u(t){var e=a("0x2b")+t[a("0x18")]+"\n";if(2===t[a("0x3b")])if(a("0x0")===a("0x36")){}else e+=a("0x6")+t[a("0x2d")][a("0x31")]()+a("0xa")+t[a("0x1f")][a("0x31")]()+".\n";else if(0===t[a("0x3b")])if(a("0x14")!==a("0x38"))e+=a("0x34");else{}else if(1===t[a("0x3b")])if(a("0x17")===a("0xc")){}else e+=a("0x15");return e+=a("0x28")+t[a("0x2c")]+a("0x35")}function l(t){return new Date(1e3*t)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(18);e.ChatComponent=i.ChatComponent;var o=n(13);e.AttachmentTemplateDirective=o.AttachmentTemplateDirective;var r=n(10);e.MessageTemplateDirective=r.MessageTemplateDirective},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t){this.templateRef=t}return t=i.__decorate([o.Directive({selector:"[kendoChatMessageTemplate]"}),i.__param(0,o.Optional()),i.__metadata("design:paramtypes",[o.TemplateRef])],t)}();e.MessageTemplateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(){};e.ChatItem=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(t){this.message=t};e.SendMessageEvent=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t){this.templateRef=t}return t=i.__decorate([o.Directive({selector:"[kendoChatAttachmentTemplate]"}),i.__param(0,o.Optional()),i.__metadata("design:paramtypes",[o.TemplateRef])],t)}();e.AttachmentTemplateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i.__extends(e,t),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"messagePlaceholder",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"send",void 0),e}(n(3).ComponentMessages);e.Messages=r},function(t,e){t.exports=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=function(t){function e(e,n){var i=t.call(this)||this;return i.action=e,i.message=n,i}return i.__extends(e,t),e}(n(30).PreventableEvent);e.ExecuteActionEvent=o},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0);i.__exportStar(n(9),e),i.__exportStar(n(21),e),i.__exportStar(n(16),e),i.__exportStar(n(12),e)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(13),a=n(3),s=n(19),c=n(10),p=n(12),u=n(8),l=n(20),d=function(){function t(t,e){var n=this;this.localization=t,this.zone=e,this.sendMessage=new o.EventEmitter,this.executeAction=new o.EventEmitter,this.autoScroll=!0,u.validatePackage(l.packageMetadata),this.direction=t.rtl?"rtl":"ltr",this.localizationChangeSubscription=t.changes.subscribe((function(t){var e=t.rtl;n.direction=e?"rtl":"ltr"}))}return Object.defineProperty(t.prototype,"className",{get:function(){return"k-widget k-chat"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dirAttr",{get:function(){return this.direction},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(){var t=this;this.zone.runOutsideAngular((function(){return setTimeout((function(){t.messageList.nativeElement.style.flex="1 1 auto"}))}))},t.prototype.ngAfterViewInit=function(){if(o.isDevMode()&&!this.user)throw new Error("User must be set and have a valid id.")},t.prototype.ngOnDestroy=function(){this.localizationChangeSubscription&&this.localizationChangeSubscription.unsubscribe()},t.prototype.sendClick=function(){var t=this.messageInput.nativeElement,e=t.value;if(e){var n={author:this.user,text:e,timestamp:new Date};this.sendMessage.emit(new p.SendMessageEvent(n)),t.value=null,t.focus(),this.autoScroll=!0}},t.prototype.inputKeydown=function(t){13===t.keyCode&&this.sendClick()},t.prototype.dispatchAction=function(t){(this.executeAction.emit(t),t.isDefaultPrevented())||(s.makeHandler(t.action)(t.action,this),this.messageInput.nativeElement.focus())},t.prototype.textFor=function(t){return this.localization.get(t)},i.__decorate([o.Input(),i.__metadata("design:type",Array)],t.prototype,"messages",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Object)],t.prototype,"user",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"sendMessage",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),i.__decorate([o.HostBinding("class"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],t.prototype,"className",null),i.__decorate([o.HostBinding("attr.dir"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],t.prototype,"dirAttr",null),i.__decorate([o.ContentChild(r.AttachmentTemplateDirective,{static:!1}),i.__metadata("design:type",r.AttachmentTemplateDirective)],t.prototype,"attachmentTemplate",void 0),i.__decorate([o.ContentChild(c.MessageTemplateDirective,{static:!1}),i.__metadata("design:type",c.MessageTemplateDirective)],t.prototype,"messageTemplate",void 0),i.__decorate([o.ViewChild("messageInput",{static:!0}),i.__metadata("design:type",o.ElementRef)],t.prototype,"messageInput",void 0),i.__decorate([o.ViewChild("messageList",{static:!0}),i.__metadata("design:type",o.ElementRef)],t.prototype,"messageList",void 0),t=i.__decorate([o.Component({providers:[a.LocalizationService,{provide:a.L10N_PREFIX,useValue:"kendo.chat"}],selector:"kendo-chat",template:'\n <ng-container\n kendoChatLocalizedMessages\n i18n-messagePlaceholder="kendo.chat.messagePlaceholder|The placholder text of the message text input"\n messagePlaceholder="Type a message..."\n\n i18n-send="kendo.chat.send|The text for the Send button"\n send="Send..."\n >\n </ng-container>\n\n <div\n #messageList\n class="k-message-list k-avatars"\n aria-live="polite" role="log"\n kendoChatScrollAnchor\n #anchor="scrollAnchor"\n [(autoScroll)]="autoScroll"\n >\n <kendo-chat-message-list\n [messages]="messages"\n [messageTemplate]="messageTemplate"\n [attachmentTemplate]="attachmentTemplate"\n [user]="user"\n (executeAction)="dispatchAction($event)"\n (resize)="anchor.scrollToBottom()"\n (navigate)="this.autoScroll = false"\n >\n </kendo-chat-message-list>\n </div>\n\n <div class="k-message-box">\n <input\n #messageInput\n kendoChatFocusedState\n type="text"\n class="k-input"\n [placeholder]="textFor(\'messagePlaceholder\')"\n (keydown)="inputKeydown($event)"\n >\n <button\n kendoButton\n look="flat"\n class="k-button-send"\n tabindex="-1"\n [attr.title]="textFor(\'send\')"\n (click)="sendClick()"\n ><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 16 16"><path d="M0,14.3c-0.1,0.6,0.3,0.8,0.8,0.6l14.8-6.5c0.5-0.2,0.5-0.6,0-0.8L0.8,1.1C0.3,0.9-0.1,1.1,0,1.7l0.7,4.2C0.8,6.5,1.4,7,1.9,7.1l8.8,0.8c0.6,0.1,0.6,0.1,0,0.2L1.9,8.9C1.4,9,0.8,9.5,0.7,10.1L0,14.3z"/></svg></button>\n </div>\n '}),i.__metadata("design:paramtypes",[a.LocalizationService,o.NgZone])],t)}();e.ChatComponent=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(12),o=function(){},r={reply:function(t,e){e.sendMessage.emit(new i.SendMessageEvent({author:e.user,text:t.value,timestamp:new Date}))},call:function(t){window.open("tel:"+t.value)},openUrl:function(t){window.open(t.value)}};e.makeHandler=function(t){return r[t.type]||o}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata={name:"@progress/kendo-angular-conversational-ui",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1620214820,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(22),r=n(9),a=n(35),s=n(7),c=n(2),p=n(23),u=n(24),l=n(25),d=n(26),b=n(27),h=n(28),f=n(29),m=n(1),g=n(33),y=n(34),_=[r.ChatComponent,p.CustomMessagesComponent,r.AttachmentTemplateDirective,r.MessageTemplateDirective,l.HeroCardComponent],v=[o.AttachmentComponent,u.FocusedStateDirective,d.LocalizedMessagesDirective,b.MessageAttachmentsComponent,h.MessageComponent,f.MessageListComponent,r.MessageTemplateDirective,g.ScrollAnchorDirective,y.SuggestedActionsComponent],O=function(){function t(){}return t=i.__decorate([m.NgModule({declarations:_.concat(v),exports:[_],imports:[a.ButtonModule,s.CommonModule,c.ResizeSensorModule]})],t)}();e.ChatModule=O},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(9),a=function(){function t(){}return Object.defineProperty(t.prototype,"attachment",{get:function(){return this._attachment},set:function(t){this._attachment=t,this.context={$implicit:this.attachment}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"image",{get:function(){return 0===this.contentType.indexOf("image/")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"unknown",{get:function(){return!this.image},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentType",{get:function(){return this.attachment.contentType||""},enumerable:!0,configurable:!0}),i.__decorate([o.Input(),i.__metadata("design:type",Object),i.__metadata("design:paramtypes",[Object])],t.prototype,"attachment",null),i.__decorate([o.Input(),i.__metadata("design:type",r.AttachmentTemplateDirective)],t.prototype,"template",void 0),t=i.__decorate([o.Component({selector:"kendo-chat-attachment",template:'\n <ng-container *ngIf="template">\n <ng-container *ngTemplateOutlet="template.templateRef; context: context;">\n </ng-container>\n </ng-container>\n\n <div *ngIf="!template" class="k-card">\n <div class="k-card-body">\n <h5 class="k-card-title" *ngIf="attachment.title">\n {{ attachment.title }}\n </h5>\n <h6 class="k-card-subtitle" *ngIf="attachment.subtitle">\n {{ attachment.subtitle }}\n </h6>\n <img *ngIf="image" [attr.src]="attachment.content" />\n <ng-container *ngIf="unknown">\n {{ attachment.content }}\n </ng-container>\n </div>\n </div>\n '})],t)}();e.AttachmentComponent=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(3),a=n(14),s=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"override",{get:function(){return!0},enumerable:!0,configurable:!0}),e=n=i.__decorate([o.Component({providers:[{provide:a.Messages,useExisting:o.forwardRef((function(){return n}))}],selector:"kendo-chat-messages",template:""}),i.__metadata("design:paramtypes",[r.LocalizationService])],e)}(a.Messages);e.CustomMessagesComponent=s},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(){this.focused=!1}return t.prototype.onFocus=function(){this.focused=!0},t.prototype.onBlur=function(){this.focused=!1},i.__decorate([o.HostBinding("class.k-state-focused"),i.__metadata("design:type",Boolean)],t.prototype,"focused",void 0),i.__decorate([o.HostListener("focusin"),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[]),i.__metadata("design:returntype",void 0)],t.prototype,"onFocus",null),i.__decorate([o.HostListener("focusout"),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[]),i.__metadata("design:returntype",void 0)],t.prototype,"onBlur",null),t=i.__decorate([o.Directive({selector:"[kendoChatFocusedState]"})],t)}();e.FocusedStateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(){this.cssClass=!0,this.executeAction=new o.EventEmitter}return t.prototype.onClick=function(t){this.executeAction.next(t)},i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"imageUrl",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"title",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"subtitle",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Array)],t.prototype,"actions",void 0),i.__decorate([o.HostBinding("class.k-card"),i.__metadata("design:type",Boolean)],t.prototype,"cssClass",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),t=i.__decorate([o.Component({selector:"kendo-chat-hero-card",template:'\n <img class="k-card-image" [src]="imageUrl" *ngIf="imageUrl" />\n <div class="k-card-body">\n <h5 class="k-card-title" *ngIf="title">\n {{ title }}\n </h5>\n <h6 class="k-card-subtitle" *ngIf="subtitle">\n {{ subtitle }}\n </h6>\n </div>\n <div class="k-card-actions k-card-actions-vertical">\n <span class="k-card-action"\n *ngFor="let act of actions"\n >\n <button\n kendoButton look="flat"\n (click)="onClick(act)">\n {{ act.title }}\n </button>\n </span>\n </div>\n '})],t)}();e.HeroCardComponent=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(3),a=n(14),s=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return i.__extends(e,t),n=e,e=n=i.__decorate([o.Directive({providers:[{provide:a.Messages,useExisting:o.forwardRef((function(){return n}))}],selector:"[kendoChatLocalizedMessages]"}),i.__metadata("design:paramtypes",[r.LocalizationService])],e)}(a.Messages);e.LocalizedMessagesDirective=s},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(4),a=n(6),s=n(11),c=n(9),p=function(t){function e(e){var n,i,o=t.call(this)||this;return o.zone=e,o.scrollPosition=0,o.selectedIndex=0,o.carouselKeyHandlers=((n={})[37]=function(t){return o.navigateTo(t,-1)},n[39]=function(t){return o.navigateTo(t,1)},n),o.listKeyHandlers=((i={})[38]=function(t){return o.navigateTo(t,-1)},i[40]=function(t){return o.navigateTo(t,1)},i),o}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"carousel",{get:function(){return"list"!==this.layout},enumerable:!0,configurable:!0}),e.prototype.ngAfterViewInit=function(){var t=this;this.zone.runOutsideAngular((function(){t.scrollSubscription=r.fromEvent(t.deck.nativeElement,"scroll").pipe(a.debounceTime(100)).subscribe((function(){return t.onScroll()}))}))},e.prototype.ngOnDestroy=function(){this.scrollSubscription.unsubscribe()},e.prototype.isSelected=function(t){return this.selectedIndex===t},e.prototype.itemKeydown=function(t,e){var n=("list"===this.layout?this.listKeyHandlers:this.carouselKeyHandlers)[t.keyCode];n&&n(t,e)},e.prototype.itemClick=function(t){this.select(t)},e.prototype.focus=function(){this.select(this.selectedIndex)},e.prototype.scrollTo=function(t){var e=this.deck.nativeElement,n=e.scrollWidth/this.items.length,i=e.scrollWidth-e.offsetWidth,o=e.scrollLeft+n*t;e.scrollLeft=Math.max(0,Math.min(i,o))},e.prototype.select=function(t){this.selectedIndex=t;var e=this.items.toArray()[t];e&&e.nativeElement.focus()},e.prototype.navigateTo=function(t,e){var n=this.selectedIndex,i=Math.max(0,Math.min(n+e,this.items.length-1));i!==n&&(this.select(i),t.preventDefault())},e.prototype.onScroll=function(){var t=this,e=this.deck.nativeElement;if(0!==e.scrollWidth){var n=e.scrollLeft/(e.scrollWidth-e.offsetWidth);n!==this.scrollPosition&&this.zone.run((function(){t.scrollPosition=n}))}},i.__decorate([o.Input(),i.__metadata("design:type",Array)],e.prototype,"attachments",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"layout",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Input(),i.__metadata("design:type",c.AttachmentTemplateDirective)],e.prototype,"template",void 0),i.__decorate([o.HostBinding("class.k-card-deck-scrollwrap"),i.__metadata("design:type",Boolean),i.__metadata("design:paramtypes",[])],e.prototype,"carousel",null),i.__decorate([o.ViewChild("deck",{read:o.ElementRef,static:!0}),i.__metadata("design:type",o.ElementRef)],e.prototype,"deck",void 0),i.__decorate([o.ViewChildren("item",{read:o.ElementRef}),i.__metadata("design:type",o.QueryList)],e.prototype,"items",void 0),e=n=i.__decorate([o.Component({providers:[{provide:s.ChatItem,useExisting:o.forwardRef((function(){return n}))}],selector:"kendo-chat-message-attachments",template:'\n <button\n *ngIf="carousel && scrollPosition > 0"\n (click)="scrollTo(-1)"\n class="k-button k-button-icon"\n tabindex="-1">\n <span class="k-icon k-i-arrow-chevron-left"></span>\n </button>\n <div #deck [class.k-card-deck]="carousel">\n <kendo-chat-attachment #item\n *ngFor="let att of attachments; index as index; first as first; last as last"\n [attachment]="att"\n [template]="template"\n [class.k-state-selected]="isSelected(index)"\n [class.k-state-focused]="isSelected(index)"\n [class.k-card-wrap]="true"\n [class.k-first]="first"\n [class.k-last]="last"\n [attr.tabindex]="tabbable && isSelected(index) ? \'0\' : \'-1\'"\n (click)="itemClick(index)"\n (keydown)="itemKeydown($event, att)"\n >\n </kendo-chat-attachment>\n </div>\n <button\n *ngIf="carousel && scrollPosition < 1"\n (click)="scrollTo(1)"\n class="k-button k-button-icon"\n tabindex="-1">\n <span class="k-icon k-i-arrow-chevron-right"></span>\n </button>\n '}),i.__metadata("design:paramtypes",[o.NgZone])],e)}(s.ChatItem);e.MessageAttachmentsComponent=p},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(11),a=n(10),s=n(15),c=function(t){function e(e,n){var i=t.call(this)||this;return i.element=e,i.intl=n,i.cssClass=!0,i}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.tabbable?"0":"-1"},enumerable:!0,configurable:!0}),e.prototype.formatTimeStamp=function(t){return this.intl.formatDate(t,{datetime:"short"})},e.prototype.focus=function(){this.element.nativeElement.focus()},i.__decorate([o.Input(),i.__metadata("design:type",Object)],e.prototype,"message",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Input(),i.__metadata("design:type",a.MessageTemplateDirective)],e.prototype,"template",void 0),i.__decorate([o.HostBinding("class.k-message"),i.__metadata("design:type",Boolean)],e.prototype,"cssClass",void 0),i.__decorate([o.HostBinding("class.k-state-selected"),o.HostBinding("class.k-state-focused"),i.__metadata("design:type",Boolean)],e.prototype,"selected",void 0),i.__decorate([o.HostBinding("attr.tabIndex"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],e.prototype,"tabIndex",null),e=n=i.__decorate([o.Component({selector:"kendo-chat-message",providers:[{provide:r.ChatItem,useExisting:o.forwardRef((function(){return n}))}],template:'\n <time\n [attr.aria-hidden]="!selected"\n class="k-message-time"\n *ngIf="message.timestamp"\n >\n {{ formatTimeStamp(message.timestamp) }}\n </time>\n\n <ng-container *ngIf="!message.typing; else typing">\n <div class="k-bubble" *ngIf="template">\n <ng-container\n *ngTemplateOutlet="template.templateRef; context: { $implicit: message };"\n >\n </ng-container>\n </div>\n\n <div class="k-bubble" *ngIf="!template && message.text">\n {{message.text}}\n </div>\n </ng-container>\n\n <span\n class="k-message-status"\n *ngIf="message.status"\n >\n {{ message.status }}\n </span>\n\n <ng-template #typing>\n <div class="k-bubble">\n <div class="k-typing-indicator">\n <span></span>\n <span></span>\n <span></span>\n </div>\n </div>\n </ng-template>\n '}),i.__metadata("design:paramtypes",[o.ElementRef,s.IntlService])],e)}(r.ChatItem);e.MessageComponent=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(16),a=n(31),s=n(11),c=n(32),p=n(9),u=n(10),l=n(15),d=function(){function t(t,e){var n,i=this;this.element=t,this.intl=e,this.executeAction=new o.EventEmitter,this.navigate=new o.EventEmitter,this.resize=new o.EventEmitter,this.cssClass=!0,this.view=[],this.keyActions=((n={})[38]=function(t){return i.navigateTo(t,-1)},n[40]=function(t){return i.navigateTo(t,1)},n)}return Object.defineProperty(t.prototype,"messages",{get:function(){return this._messages},set:function(t){var e=t||[];this.view=c.chatView(e),this._messages=e},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){this.selectedItem=this.items.last},t.prototype.onResize=function(){this.resize.emit()},t.prototype.formatTimeStamp=function(t){return this.intl.formatDate(t,{date:"full"})},t.prototype.onKeydown=function(t){var e=this.keyActions[t.keyCode];e&&e(t)},t.prototype.onBlur=function(t){var e=this,n=t.relatedTarget||document.activeElement;!a.closest(n,(function(t){return t===e.element.nativeElement}))&&this.select(null)},t.prototype.isOwnMessage=function(t){return c.isAuthor(this.user,t)},t.prototype.dispatchAction=function(t,e){var n=new r.ExecuteActionEvent(t,e);this.executeAction.emit(n)},t.prototype.trackGroup=function(t,e){return e.trackBy},t.prototype.select=function(t){var e=this.selectedItem;e&&(e.selected=!1),t&&(t.selected=!0,this.selectedItem=t)},t.prototype.last=function(t){if(t&&0!==t.length)return t[t.length-1]},t.prototype.navigateTo=function(t,e){var n=this.items.toArray(),i=this.selectedItem,o=n.indexOf(i),r=n[Math.max(0,Math.min(o+e,this.items.length-1))];r!==i&&(this.select(r),r.focus(),this.navigate.emit(),t.preventDefault())},i.__decorate([o.Input(),i.__metadata("design:type",Array),i.__metadata("design:paramtypes",[Array])],t.prototype,"messages",null),i.__decorate([o.Input(),i.__metadata("design:type",p.AttachmentTemplateDirective)],t.prototype,"attachmentTemplate",void 0),i.__decorate([o.Input(),i.__metadata("design:type",u.MessageTemplateDirective)],t.prototype,"messageTemplate",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Object)],t.prototype,"user",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"navigate",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"resize",void 0),i.__decorate([o.ViewChildren(s.ChatItem),i.__metadata("design:type",o.QueryList)],t.prototype,"items",void 0),i.__decorate([o.HostBinding("class.k-message-list-content"),i.__metadata("design:type",Boolean)],t.prototype,"cssClass",void 0),i.__decorate([o.HostListener("keydown",["$event"]),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[Object]),i.__metadata("design:returntype",void 0)],t.prototype,"onKeydown",null),i.__decorate([o.HostListener("focusout",["$event"]),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[FocusEvent]),i.__metadata("design:returntype",void 0)],t.prototype,"onBlur",null),t=i.__decorate([o.Component({selector:"kendo-chat-message-list",template:'\n <ng-container *ngFor="let group of view; last as lastGroup; trackBy: trackGroup">\n <ng-container [ngSwitch]="group.type">\n <div\n *ngSwitchCase="\'date-marker\'"\n class="k-timestamp"\n >\n {{ formatTimeStamp(group.timestamp) }}\n </div>\n <div\n *ngSwitchCase="\'message-group\'"\n class="k-message-group"\n [class.k-alt]="isOwnMessage(group.messages[0])"\n [class.k-no-avatar]="!group.author.avatarUrl"\n >\n <img\n *ngIf="group.author.avatarUrl"\n [attr.src]="group.author.avatarUrl"\n class="k-avatar"\n />\n <p *ngIf="group.author.name" class="k-author">{{ group.author.name }}</p>\n <ng-container\n *ngFor="let msg of group.messages; first as firstMessage; last as lastMessage"\n >\n <img *ngIf="msg.user?.avatarUrl" [src]="msg.user?.avatarUrl" class="k-avatar">\n <kendo-chat-message #message\n [message]="msg"\n [tabbable]="lastGroup && lastMessage"\n [template]="messageTemplate"\n (click)="select(message)"\n (focus)="select(message)"\n [class.k-only]="group.messages.length === 1"\n [class.k-first]="group.messages.length > 1 && firstMessage"\n [class.k-last]="group.messages.length > 1 && lastMessage"\n >\n </kendo-chat-message>\n\n <kendo-chat-attachment\n *ngIf="msg.attachments && msg.attachments.length === 1"\n [attachment]="msg.attachments[0]"\n [template]="attachmentTemplate"\n >\n </kendo-chat-attachment>\n </ng-container>\n </div>\n\n <kendo-chat-message-attachments #attachments\n *ngSwitchCase="\'attachment-group\'"\n [attachments]="group.attachments"\n [layout]="group.attachmentLayout"\n [tabbable]="lastGroup"\n [template]="attachmentTemplate"\n (click)="select(attachments)"\n (focus)="select(attachments)"\n >\n </kendo-chat-message-attachments>\n\n <kendo-chat-suggested-actions #actions\n *ngSwitchCase="\'action-group\'"\n [actions]="group.actions"\n [tabbable]="lastGroup"\n (dispatch)="dispatchAction($event, last(group.messages))"\n (click)="select(actions)"\n (focus)="select(actions)"\n >\n </kendo-chat-suggested-actions>\n </ng-container>\n </ng-container>\n <kendo-resize-sensor (resize)="onResize()">\n </kendo-resize-sensor>\n '}),i.__metadata("design:paramtypes",[o.ElementRef,l.IntlService])],t)}();e.MessageListComponent=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}();e.PreventableEvent=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.closest=function(t,e){for(;t&&!e(t);)t=t.parentNode;return t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(1);e.isAuthor=function(t,e){return t&&e.author&&t.id===e.author.id};var o=function(t){return t[t.length-1]},r=function(t){return function(n,r,a){var s=a===t-1;return function(t,e){var n,i,r=e.timestamp,a=o(t);if(r&&(!a||(n=r,i=a.timestamp,n&&i&&(i.getDate()!==n.getDate()||i.getMonth()!==n.getMonth()||i.getFullYear()!==n.getFullYear())))){var s={type:"date-marker",timestamp:r,trackBy:r.getTime()};t.push(s)}}(n,r),function(t,n,r){var a,s=o(t);if(i.isDevMode()&&!n.author)throw new Error("Author must be set for message: "+JSON.stringify(n));n.typing&&!r||(s&&"message-group"===s.type&&(a=s.messages),a&&e.isAuthor(n.author,o(a))?a.push(n):t.push({type:"message-group",messages:[n],author:n.author,timestamp:n.timestamp,trackBy:n}))}(n,r,s),r.attachments&&r.attachments.length>1&&n.push({type:"attachment-group",attachments:r.attachments,attachmentLayout:r.attachmentLayout,timestamp:r.timestamp,trackBy:r}),r.suggestedActions&&s&&n.push({type:"action-group",actions:r.suggestedActions,timestamp:r.timestamp,trackBy:r}),n}};e.chatView=function(t){return t.reduce(r(t.length),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t,e,n){this.element=t,this.zone=e,this.renderer=n,this.autoScroll=!0,this.autoScrollChange=new o.EventEmitter,this.overflowAnchor="none",this.scrolling=!1}return t.prototype.ngOnInit=function(){var t=this;this.zone.runOutsideAngular((function(){t.unsubscribe=t.renderer.listen(t.element.nativeElement,"scroll",(function(){return t.onScroll()}))}))},t.prototype.ngAfterViewInit=function(){this.scrollToBottom()},t.prototype.ngOnDestroy=function(){this.unsubscribe&&this.unsubscribe()},t.prototype.onScroll=function(){var t=this;if(!this.scrolling){var e=this.element.nativeElement,n=e.scrollTop+e.offsetHeight,i=e.scrollHeight-n<2;this.autoScroll!==i&&this.zone.run((function(){t.autoScroll=i,t.autoScrollChange.emit(t.autoScroll)}))}},t.prototype.scrollToBottom=function(){var t=this;if(this.autoScroll){var e=this.element.nativeElement;e.scrollTop=e.scrollHeight-e.clientHeight,this.scrolling=!0,this.zone.runOutsideAngular((function(){return setTimeout((function(){return t.scrolling=!1}),1e3)}))}},i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],t.prototype,"autoScroll",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"autoScrollChange",void 0),i.__decorate([o.HostBinding("style.overflow-anchor"),i.__metadata("design:type",String)],t.prototype,"overflowAnchor",void 0),t=i.__decorate([o.Directive({selector:"[kendoChatScrollAnchor]",exportAs:"scrollAnchor"}),i.__metadata("design:paramtypes",[o.ElementRef,o.NgZone,o.Renderer2])],t)}();e.ScrollAnchorDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(11),a=function(t){function e(){var e,n=null!==t&&t.apply(this,arguments)||this;return n.dispatch=new o.EventEmitter,n.defaultClass=!0,n.selectedIndex=0,n.keyHandlers=((e={})[37]=function(t){return n.navigateTo(t,-1)},e[39]=function(t){return n.navigateTo(t,1)},e[13]=function(t,e){return n.actionClick(e)},e),n}var n;return i.__extends(e,t),n=e,e.prototype.isSelected=function(t){return this.selected&&this.selectedIndex===t},e.prototype.actionClick=function(t){this.dispatch.next(t)},e.prototype.actionKeydown=function(t,e){var n=this.keyHandlers[t.keyCode];n&&n(t,e)},e.prototype.focus=function(){this.select(this.selectedIndex)},e.prototype.select=function(t){this.selectedIndex=t;var e=this.items.toArray()[t];e&&e.nativeElement.focus()},e.prototype.navigateTo=function(t,e){var n=this.selectedIndex,i=Math.max(0,Math.min(n+e,this.items.length-1));i!==n&&(this.select(i),t.preventDefault())},i.__decorate([o.Input(),i.__metadata("design:type",Array)],e.prototype,"actions",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],e.prototype,"dispatch",void 0),i.__decorate([o.HostBinding("class.k-quick-replies"),i.__metadata("design:type",Boolean)],e.prototype,"defaultClass",void 0),i.__decorate([o.ViewChildren("item"),i.__metadata("design:type",o.QueryList)],e.prototype,"items",void 0),e=n=i.__decorate([o.Component({selector:"kendo-chat-suggested-actions",providers:[{provide:r.ChatItem,useExisting:o.forwardRef((function(){return n}))}],template:'\n <span #item\n *ngFor="let action of actions; index as index; first as first; last as last"\n class="k-quick-reply"\n [class.k-state-selected]="isSelected(index)"\n [class.k-state-focused]="isSelected(index)"\n [class.k-first]="first"\n [class.k-last]="last"\n [attr.tabindex]="tabbable && selectedIndex === index ? \'0\' : \'-1\'"\n (click)="actionClick(action)"\n (keydown)="actionKeydown($event, action)"\n >\n {{ action.title || action.value }}\n </span>\n '})],e)}(r.ChatItem);e.SuggestedActionsComponent=a},function(t,e,n){"use strict";n.r(e),n.d(e,"KendoButtonService",(function(){return lt})),n.d(e,"DialItemComponent",(function(){return te})),n.d(e,"DialListComponent",(function(){return Qt})),n.d(e,"FocusService",(function(){return Et})),n.d(e,"FocusableDirective",(function(){return St})),n.d(e,"ButtonItemTemplateDirective",(function(){return kt})),n.d(e,"ListButton",(function(){return At})),n.d(e,"ListComponent",(function(){return wt})),n.d(e,"ListModule",(function(){return Pt})),n.d(e,"TemplateContextDirective",(function(){return xt})),n.d(e,"NAVIGATION_CONFIG",(function(){return Bt})),n.d(e,"NavigationService",(function(){return Dt})),n.d(e,"ButtonDirective",(function(){return bt})),n.d(e,"Button",(function(){return bt})),n.d(e,"ButtonGroupComponent",(function(){return Ot})),n.d(e,"ButtonGroup",(function(){return Ot})),n.d(e,"ButtonGroupModule",(function(){return Ct})),n.d(e,"ButtonModule",(function(){return jt})),n.d(e,"ButtonsModule",(function(){return oe})),n.d(e,"SplitButtonComponent",(function(){return zt})),n.d(e,"SplitButton",(function(){return zt})),n.d(e,"SplitButtonModule",(function(){return Rt})),n.d(e,"DropDownButtonComponent",(function(){return Lt})),n.d(e,"DropDownButton",(function(){return Lt})),n.d(e,"DropDownButtonModule",(function(){return Ht})),n.d(e,"ChipComponent",(function(){return Mt})),n.d(e,"ChipListComponent",(function(){return Ft})),n.d(e,"ChipModule",(function(){return Ut})),n.d(e,"FloatingActionButtonModule",(function(){return ie})),n.d(e,"FloatingActionButtonComponent",(function(){return Jt})),n.d(e,"FloatingActionButtonTemplateDirective",(function(){return Gt})),n.d(e,"DialItemTemplateDirective",(function(){return qt}));var i=n(0),o=n(1),r=n(4),a=n(2),s=n(3),c=n(6),p=n(8),u=n(7),l="bottom",d="center",b="middle",h="left",f="right",m="top",g=function(t){var e=t.anchorRect,n=t.anchorAlign,i=t.elementRect,o=t.elementAlign,r=t.margin;void 0===r&&(r={});var a=n.horizontal,s=n.vertical,c=o.horizontal,p=o.vertical,u=r.horizontal||0,h=r.vertical||0,m=e.top,g=e.left;return s===l&&(m+=e.height),s!==d&&s!==b||(m+=Math.round(e.height/2)),p===l&&(m-=i.height,h*=-1),p!==d&&p!==b||(m-=Math.round(i.height/2),h*=-1),a===f&&(g+=e.width),a!==d&&a!==b||(g+=Math.round(e.width/2)),c===f&&(g-=i.width,u*=-1),c!==d&&c!==b||(g-=Math.round(i.width/2),u*=-1),{top:m+h,left:g+u}};function y(t){return t.ownerDocument||t.document||t}var _=function(t){return y(t).defaultView},v=function(t){return y(t).documentElement},O=0;function j(){if(!O&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",document.body.appendChild(t),O=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return O}function C(t){var e=_(t),n=v(t),i={height:e.innerHeight,width:e.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=j()),i}var k=function(t){if(!t.getBoundingClientRect){var e=C(t);return{bottom:e.height,left:0,right:e.width,top:0}}var n=t.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},w=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||v(t)},E=function(t){var e=t.getBoundingClientRect(),n=e.left,i=e.top;return e.height||e.width||(e=function(t){var e=t.style,n=e.display,i=e.left,o=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var r=t.getBoundingClientRect();return t.style.display=n,t.style.left=i,t.style.position=o,r}(t)),{top:i,left:n,height:e.height,width:e.width}},S=function(t,e){for(var n=[],i=t.parentNode;i&&(n.push(i),i!==e);)i=i.parentNode;return n};function x(t){var e=v(t),n=_(t);return{x:n.pageXOffset||e.scrollLeft||0,y:n.pageYOffset||e.scrollTop||0}}var I=function(t){return t===(t.ownerDocument||{}).body?x(t):{x:t.scrollLeft,y:t.scrollTop}};var P=function(t,e){var n=_(t),i=n.getComputedStyle(t),o=E(t),r=e||w(t),a=t.ownerDocument,s=r!==a.body&&r!==a.documentElement,c={top:0,left:0};if("fixed"!==i.position&&s){var p=n.getComputedStyle(r);(c=E(r)).top+=parseInt(p.borderTopWidth,10),c.left+=parseInt(p.borderLeftWidth,10)}return{top:o.top-c.top,left:o.left-c.left,height:o.height,width:o.width}},A=function(t,e){return t?I(t):function(t){var e=w(t);return e?I(e):{x:0,y:0}}(e)};var B="fit",D="flip",T=function(t,e,n){var i=0;return t+e>n&&(i=n-(t+e)),t<0&&(i=-t),i},z=function(t){var e=t.offset,n=t.size,i=t.anchorSize,o=t.viewPortSize,r=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,c=2*t.margin;if(a!==r&&!(a===d||a===b)&&!(r===d||r===b)){var p=r===m||r===h;e<0&&p?e+(s=n+i+c)+n>o&&(s=0):e>=0&&!p&&(e+n>o&&(s+=-(i+n+c)),e+s<0&&(s=0))}return s},R=function(t){var e=t.anchorRect,n=t.anchorAlign,i=t.elementRect,o=t.elementAlign,r=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var c=i.top,p=i.left,u=i.height,l=i.width,d=a.height,b=a.width,h=s.horizontal||0,f=s.vertical||0,m=0,g=0,y=r.horizontal===D,_=r.vertical===D;r.vertical===B&&(g+=T(c,u,d)),r.horizontal===B&&(m+=T(p,l,b)),_&&(g+=z({margin:f,offset:c,size:u,anchorSize:e.height,viewPortSize:d,anchorAlignPoint:n.vertical,elementAlignPoint:o.vertical})),y&&(m+=z({margin:h,offset:p,size:l,anchorSize:e.width,viewPortSize:b,anchorAlignPoint:n.horizontal,elementAlignPoint:o.horizontal}));var v=y&&0!==m,O=_&&0!==g;return{flipped:v||O,flip:{horizontal:v,vertical:O},offset:{left:m,top:g}}},N=function(t){for(var e=[],n=t.parentNode.firstElementChild;n;)n!==t&&e.push(n),n=n.nextElementSibling;return e},L=function(t,e){for(var n,i,o=S(t),r=e;r&&(n=N(r),!(i=o.reduce((function(t,e){return t.concat(n.filter((function(t){return t===e})))}),[])[0]));)r=r.parentElement;return i};var H=n(5),M=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},F=function(){return"undefined"!=typeof window},K=/auto|scroll/,V=function(t){return function(t){return""+t.style.overflow+t.style.overflowX+t.style.overflowY}(t)||function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY}(t)};var U,W,Z,q=(U=function(){if(!Object(a.isDocumentAvailable)()&&null!==document.body)return!1;var t=document.createElement("div");t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML='<div style="position: fixed; top: 10px;">child</div>',document.body.appendChild(t);var e=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),e},Z=!1,function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Z||(W=U.apply(void 0,t),Z=!0),W}),G=function(t,e){return t&&1!==e?{height:t.height/e,left:t.left/e,top:t.top/e,width:t.width/e}:t},Y=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],$=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.addScroll=function(t,e){return function(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}(t,e)},t.prototype.align=function(t){return g(t)},t.prototype.boundingOffset=function(t){return k(this.nativeElement(t))},t.prototype.getFontStyles=function(t){var e=this.getWindow();if(!e||!t)return[];var n=e.getComputedStyle(this.nativeElement(t));return Y.map((function(t){return{key:t,value:n[t]}}))},t.prototype.getWindow=function(){return F()?window:null},t.prototype.hasOffsetParent=function(t){return!!t&&!!this.nativeElement(t).offsetParent},t.prototype.offset=function(t){return t?E(this.nativeElement(t)):null},t.prototype.offsetAtPoint=function(t,e){if(!t)return null;var n=this.nativeElement(t),i=n.style,o=i.left,r=i.top,a=i.transition;n.style.transition="none",n.style.left=e.left+"px",n.style.top=e.top+"px";var s=E(n);return n.style.left=o,n.style.top=r,n.offsetHeight,n.style.transition=a,s},t.prototype.nativeElement=function(t){return t?t.nativeElement||t:null},t.prototype.position=function(t,e,n){return void 0===n&&(n=1),t&&e?function(t,e,n){void 0===n&&(n=1);var i=e?w(e):null,o=P(t,i),r=o.top,a=o.left,s=o.height,c=o.width,p=A(i,t),u=p.x,l=p.y,d=t.ownerDocument,b=i===d.body||i===d.documentElement?1:n;return{top:r+l*b,left:a+u*b,height:s,width:c}}(this.nativeElement(t),this.nativeElement(e),n):null},t.prototype.removeScroll=function(t,e){return function(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}(t,e)},t.prototype.restrictToView=function(t){return R(t)},t.prototype.scrollPosition=function(t){return x(this.nativeElement(t))},t.prototype.scrollableParents=function(t){return function(t){var e=[];if(!Object(a.isDocumentAvailable)()||!F())return e;for(var n=t.parentElement;n;)(K.test(V(n))||n.hasAttribute("data-scrollable"))&&e.push(n),n=n.parentElement;return e.push(window),e}(this.nativeElement(t))},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?E(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.getRelativeContextElement=function(t){if(!t||!q())return null;for(var e=this.nativeElement(t).parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return C(this.nativeElement(t))},t.prototype.zIndex=function(t,e){return function(t,e){if(!t||!Object(a.isDocumentAvailable)()||!F())return null;var n=L(t,e);if(!n)return null;var i=[t].concat(S(t,n)).reduce((function(t,e){var n=e.style.zIndex||window.getComputedStyle(e).zIndex,i=parseInt(n,10);return i>t?i:t}),0);return i?i+1:null}(this.nativeElement(t),this.nativeElement(e))},t.prototype.zoomLevel=function(){return Object(a.isDocumentAvailable)()&&F()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),X=new o.InjectionToken("Popup Document Scale"),J=function(){function t(t,e){void 0===e&&(e=1),this._dom=t,this.scale=e}return t.prototype.alignElement=function(t){var e=t.anchor,n=t.element,i=t.anchorAlign,o=t.elementAlign,r=t.margin,a=t.offset,s=t.positionMode,c=this.scale||1,p="fixed"===s||!this._dom.hasOffsetParent(n)?this.absoluteRect(e,n,a,c):this.relativeRect(e,n,a,c),u=G(this._dom.offset(n),c);return this._dom.align({anchorAlign:i,anchorRect:p,elementAlign:o,elementRect:u,margin:r})},t.prototype.absoluteRect=function(t,e,n,i){var o=this.elementScrollPosition(t,e),r=M(this._dom.offset(t),n),a=2*i,s=this._dom.stackingElementScroll(e);1!==i&&s&&(s.x/=a,s.y/=a);var c=this._dom.stackingElementOffset(e);return 1!==i&&c&&(c.left/=a,c.top/=a),this._dom.removeScroll(this._dom.addScroll(function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t}(G(r,i),c),s),o)},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,n,i){var o=M(this._dom.position(t,e,i),n);return G(o,i)},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(1,Object(o.Inject)(X)),Object(i.__param)(1,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[$,Number])],t)}(),Q=function(){function t(t,e){void 0===e&&(e=1),this._dom=t,this.scale=e}return t.prototype.positionElement=function(t){var e=t.anchor,n=t.currentLocation,i=t.element,o=t.anchorAlign,r=t.elementAlign,a=t.collisions,s=t.margin,c=this._dom,p=this.scale||1,u=c.offsetAtPoint(i,n),l=G(u,p),d=G(c.offset(e),p),b=M(d,n),h=t.viewPort||c.windowViewPort(i);h.width=h.width/p,h.height=h.height/p;var f=c.restrictToView({anchorAlign:o,anchorRect:b,collisions:a,elementAlign:r,elementRect:l,margin:s,viewPort:h}),m=c.addOffset(n,f.offset);return{flip:f.flip,flipped:f.flipped,offset:m}},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(1,Object(o.Inject)(X)),Object(i.__param)(1,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[$,Number])],t)}(),tt=function(){function t(t,e){this._dom=t,this._zone=e}return t.prototype.subscribe=function(t){var e=this;Object(a.isDocumentAvailable)()&&this._zone.runOutsideAngular((function(){e.subscription=Object(r.fromEvent)(e._dom.getWindow(),"resize").pipe(Object(c.auditTime)(1e3/60)).subscribe((function(){return t()}))}))},t.prototype.unsubscribe=function(){this.subscription&&this.subscription.unsubscribe()},t.prototype.isUnsubscribed=function(){return this.subscription&&this.subscription.closed},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[$,o.NgZone])],t)}(),et=function(){function t(t,e){this._dom=t,this._zone=e}return t.prototype.forElement=function(t){return this.unsubscribe(),this.element=t,this},t.prototype.subscribe=function(t){var e=this;if(t&&Object(a.isDocumentAvailable)()&&this.element){var n=this._dom.nativeElement(this.element),i=this._dom.scrollableParents(this.element);this._zone.runOutsideAngular((function(){var o=i.map((function(t){return Object(r.fromEvent)(t,"scroll").pipe(Object(c.auditTime)(1e3/60))}));e.subscription=r.merge.apply(void 0,o).subscribe((function(o){var r=o.target,a=i.filter((function(t){return t===r})).length>0,s=r===document,c=r===window;(a||s||c)&&t(e.isVisible(n,r))}))}))}},t.prototype.unsubscribe=function(){this.subscription&&this.subscription.unsubscribe()},t.prototype.isVisible=function(t,e){var n=this._dom.boundingOffset(t),i=this._dom.boundingOffset(e);return!(1<i.top-n.bottom)&&(!(1<n.top-i.bottom)&&(!(1<n.left-i.right)&&!(1<i.left-n.right)))},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[$,o.NgZone])],t)}(),nt={expand:function(t){var e="up"===t||"down"===t?"scaleY":"scaleX";return{start:{transform:e+"(0)",transformOrigin:"down"===t?"top":"left"===t?"right":"right"===t?"left":"bottom"},end:{transform:e+"(1)"}}},slide:function(t){var e="left"===t||"right"===t?"translateX":"translateY";return{start:{transform:e+"("+("right"===t||"down"===t?-100:100)+"%)"},end:{transform:e+"(0%)"}}},fade:function(){return{start:{opacity:0},end:{opacity:1}}},zoom:function(){return{start:{transform:"scale(0)"},end:{transform:"scale(1)"}}}},it=function(){function t(t){this.animationBuilder=t,this.start=new o.EventEmitter,this.end=new o.EventEmitter}return t.prototype.play=function(t,e,n){if(!this.flip||this.flip.horizontal!==n.horizontal||this.flip.vertical!==n.vertical){this.flip=n;var i=e.type||"slide",r=nt[i];if(r){var a=r(this.getDirection(n,e));this.playStates(t,a,e)}else if(Object(o.isDevMode)())throw new Error('Unsupported animation type: "'+i+'". The supported types are slide, expand, fade and zoom.')}},t.prototype.ngOnDestroy=function(){this.stopPlayer()},t.prototype.playStates=function(t,e,n){var i=this;this.stopPlayer();var o=n.duration||100,r=this.animationBuilder.build([Object(H.style)(e.start),Object(H.animate)(o+"ms ease-in",Object(H.style)(e.end))]),a=this.player=r.create(t);a.onDone((function(){i.end.emit(),i.stopPlayer()})),this.start.emit(),a.play()},t.prototype.getDirection=function(t,e){var n=e.direction||"down";return t.horizontal&&("left"===n?n="right":"right"===n&&(n="left")),t.vertical&&("down"===n?n="up":"up"===n&&(n="down")),n},t.prototype.stopPlayer=function(){this.player&&(this.player.destroy(),this.player=null)},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[H.AnimationBuilder])],t)}(),ot={name:"@progress/kendo-angular-popup",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1620213546,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"},rt={left:-1e4,top:0},at=function(){function t(t,e,n,i,r,a,s,c,u){this.container=t,this._alignService=e,this.domService=n,this._positionService=i,this._resizeService=r,this._scrollableService=a,this.animationService=s,this._renderer=c,this._zone=u,this.animate=!0,this.anchorAlign={horizontal:"left",vertical:"bottom"},this.collision={horizontal:"fit",vertical:"flip"},this.popupAlign={horizontal:"left",vertical:"top"},this.copyAnchorStyles=!1,this.positionMode="fixed",this.offset=rt,this.anchorViewportLeave=new o.EventEmitter,this.close=new o.EventEmitter,this.open=new o.EventEmitter,this.positionChange=new o.EventEmitter,this.resolvedPromise=Promise.resolve(null),this.initialCheck=!0,Object(p.validatePackage)(ot),this._renderer.addClass(t.nativeElement,"k-animation-container"),this.updateFixedClass()}return t.prototype.ngOnInit=function(){this.reposition=this.reposition.bind(this),this._resizeService.subscribe(this.reposition),this.animationSubscriptions=this.animationService.start.subscribe(this.onAnimationStart.bind(this)),this.animationSubscriptions.add(this.animationService.end.subscribe(this.onAnimationEnd.bind(this))),this._scrollableService.forElement(this.anchor||this.container).subscribe(this.onScroll.bind(this)),this.currentOffset=rt,this.setZIndex(),this.copyFontStyles(),this.updateFixedClass()},t.prototype.ngOnChanges=function(t){t.copyAnchorStyles&&this.copyFontStyles(),t.positionMode&&this.updateFixedClass()},t.prototype.ngAfterViewInit=function(){var t=this;this.reposition(),this.animate||this.resolvedPromise.then((function(){t.onAnimationEnd()}))},t.prototype.ngAfterViewChecked=function(){var t=this;this.initialCheck?this.initialCheck=!1:this._zone.runOutsideAngular((function(){t.unsubscribeReposition(),t.repositionSubscription=Object(r.from)(t.resolvedPromise).subscribe(t.reposition)}))},t.prototype.ngOnDestroy=function(){this.anchorViewportLeave.complete(),this.positionChange.complete(),this.close.emit(),this.close.complete(),this._resizeService.unsubscribe(),this._scrollableService.unsubscribe(),this.animationSubscriptions.unsubscribe(),this.unsubscribeReposition()},t.prototype.onResize=function(){this.reposition()},t.prototype.onAnimationStart=function(){this._renderer.removeClass(this.container.nativeElement,"k-animation-container-shown")},t.prototype.onAnimationEnd=function(){this._renderer.addClass(this.container.nativeElement,"k-animation-container-shown"),this.open.emit(),this.open.complete()},Object.defineProperty(t.prototype,"currentOffset",{get:function(){return this._currentOffset},set:function(t){this.setContainerStyle("left",t.left+"px"),this.setContainerStyle("top",t.top+"px"),this._currentOffset=t},enumerable:!0,configurable:!0}),t.prototype.setZIndex=function(){this.anchor&&this.setContainerStyle("z-index",String(this.domService.zIndex(this.anchor,this.container)))},t.prototype.reposition=function(){var t=this;if(Object(a.isDocumentAvailable)()){var e,n,i,o,r,s,c=this.position(),p=c.flip,u=c.offset;(!this.currentOffset||(e=this.currentOffset,n=u,i=e.left,o=e.top,r=n.left,s=n.top,Math.abs(i-r)>=1||Math.abs(o-s)>=1))&&(this.currentOffset=u,Object(a.hasObservers)(this.positionChange)&&this._zone.run((function(){return t.positionChange.emit({offset:u,flip:p})}))),this.animate&&this.animationService.play(this.contentContainer.nativeElement,this.animate,p),this.resizeSensor.acceptSize()}},t.prototype.position=function(){var t=this._alignService.alignElement({anchor:this.anchor,anchorAlign:this.anchorAlign,element:this.container,elementAlign:this.popupAlign,margin:this.margin,offset:this.offset,positionMode:this.positionMode});return this._positionService.positionElement({anchor:this.anchor,anchorAlign:this.anchorAlign,collisions:this.collision,currentLocation:t,element:this.container,elementAlign:this.popupAlign,margin:this.margin})},t.prototype.onScroll=function(t){var e=this,n=Object(a.hasObservers)(this.anchorViewportLeave);t||!n?this.reposition():n&&this._zone.run((function(){e.anchorViewportLeave.emit()}))},t.prototype.copyFontStyles=function(){var t=this;this.anchor&&this.copyAnchorStyles&&this.domService.getFontStyles(this.anchor).forEach((function(e){return t.setContainerStyle(e.key,e.value)}))},t.prototype.updateFixedClass=function(){var t="fixed"===this.positionMode?"addClass":"removeClass";this._renderer[t](this.container.nativeElement,"k-animation-container-fixed")},t.prototype.setContainerStyle=function(t,e){this._renderer.setStyle(this.container.nativeElement,t,e)},t.prototype.unsubscribeReposition=function(){this.repositionSubscription&&this.repositionSubscription.unsubscribe()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"animate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"anchor",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"anchorAlign",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"collision",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"popupAlign",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"copyAnchorStyles",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"popupClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"positionMode",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"offset",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"margin",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"anchorViewportLeave",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"close",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"positionChange",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"contentContainer",void 0),Object(i.__decorate)([Object(o.ViewChild)(a.ResizeSensorComponent,{static:!0}),Object(i.__metadata)("design:type",a.ResizeSensorComponent)],t.prototype,"resizeSensor",void 0),t=Object(i.__decorate)([Object(o.Component)({exportAs:"kendo-popup",providers:[J,it,$,Q,tt,et],selector:"kendo-popup",template:'\n <div class="k-popup" [ngClass]="popupClass" #container>\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>\n <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">\n </kendo-resize-sensor>\n </div>\n '}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,J,$,Q,tt,et,it,o.Renderer2,o.NgZone])],t)}(),st=new o.InjectionToken("Popup Container"),ct=function(){function t(t,e,n,i){this.applicationRef=t,this.componentFactoryResolver=e,this.injector=n,this.container=i}return Object.defineProperty(t.prototype,"rootViewContainer",{get:function(){var t=this.applicationRef.components||[];if(t[0])return t[0];throw new Error("\n View Container not found! Inject the POPUP_CONTAINER or define a specific ViewContainerRef via the appendTo option.\n See http://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.\n ")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rootViewContainerNode",{get:function(){return this.container?this.container.nativeElement:this.getComponentRootNode(this.rootViewContainer)},enumerable:!0,configurable:!0}),t.prototype.open=function(t){void 0===t&&(t={});var e=this.contentFrom(t.content),n=e.component,i=e.nodes,o=this.appendPopup(i,t.appendTo),r=o.instance;this.projectComponentInputs(o,t),o.changeDetectorRef.detectChanges(),n&&n.changeDetectorRef.detectChanges();var a=this.getComponentRootNode(o);return{close:function(){var t;n&&n.destroy(),o.destroy(),(t=a)&&t.parentNode&&t.parentNode.removeChild(t)},content:n,popup:o,popupAnchorViewportLeave:r.anchorViewportLeave,popupClose:r.close,popupElement:a,popupOpen:r.open,popupPositionChange:r.positionChange}},t.prototype.appendPopup=function(t,e){var n=this.createComponent(at,t,e);return e||this.rootViewContainerNode.appendChild(this.getComponentRootNode(n)),n},t.prototype.getComponentRootNode=function(t){return t.location.nativeElement},t.prototype.getComponentFactory=function(t){return this.componentFactoryResolver.resolveComponentFactory(t)},t.prototype.createComponent=function(t,e,n){var i=this.getComponentFactory(t);if(n)return n.createComponent(i,void 0,this.injector,e);var o=i.create(this.injector,e);return this.applicationRef.attachView(o.hostView),o},t.prototype.projectComponentInputs=function(t,e){return Object.getOwnPropertyNames(e).filter((function(t){return"content"!==t||e.content instanceof o.TemplateRef})).map((function(n){t.instance[n]=e[n]})),t},t.prototype.contentFrom=function(t){if(!t||t instanceof o.TemplateRef)return{component:null,nodes:[[]]};var e=this.createComponent(t);return{component:e,nodes:[e?[e.location.nativeElement]:[]]}},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(3,Object(o.Inject)(st)),Object(i.__param)(3,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.ApplicationRef,o.ComponentFactoryResolver,o.Injector,o.ElementRef])],t)}(),pt=[at],ut=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[pt],entryComponents:[pt],exports:[pt],imports:[u.CommonModule,a.ResizeSensorModule],providers:[ct]})],t)}(),lt=function(){function t(){this.buttonLookChange=new r.BehaviorSubject("default"),this.buttonClicked=new r.Subject,this.buttonClicked$=this.buttonClicked.asObservable()}return t.prototype.click=function(t){this.buttonClicked.next(t)},t.prototype.setButtonLook=function(t){this.buttonLookChange.next(t)},t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),dt={name:"@progress/kendo-angular-buttons",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1620213799,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"},bt=function(){function t(t,e,n,i,r){var a=this;this.service=n,this.ngZone=r,this.toggleable=!1,this.primary=!1,this.look="default",this.role="button",this.selectedChange=new o.EventEmitter,this.click=new o.EventEmitter,this.isDisabled=!1,this.isIcon=!1,this.isIconClass=!1,this._focused=!1,this.domEvents=[],Object(p.validatePackage)(dt),this.direction=i.rtl?"rtl":"ltr",this.localizationChangeSubscription=i.changes.subscribe((function(t){var e=t.rtl;return a.direction=e?"rtl":"ltr"})),this.element=t.nativeElement,this.renderer=e}return Object.defineProperty(t.prototype,"togglable",{get:function(){return this.toggleable},set:function(t){this.toggleable=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected||!1},set:function(t){this._selected=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tabIndex",{get:function(){return this.element.tabIndex},set:function(t){this.element.tabIndex=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"icon",{set:function(t){var e=this;t?this.iconSetter(t,(function(){e.isIcon=!0;var n="k-icon k-i-"+t;e.addIcon(n)})):(this.isIcon=!1,this.updateIconNode())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClass",{set:function(t){var e=this;t?this.iconSetter(t,(function(){e.isIconClass=!0,e.addIcon(t)})):(this.isIconClass=!1,this.updateIconNode())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"imageUrl",{set:function(t){t?this.iconSetter(t,this.addImgIcon.bind(this)):this.removeImageNode()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this.isDisabled},set:function(t){this.isDisabled=t,this.renderer.setProperty(this.element,"disabled",t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFocused",{get:function(){return this._focused},set:function(t){this.toggleClass("k-state-focused",t),this._focused=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classButton",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classPrimary",{get:function(){return this.primary},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isBare",{get:function(){return"bare"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isClear",{get:function(){return"clear"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"roleSetter",{get:function(){return this.role},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classDisabled",{get:function(){return this.isDisabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classActive",{get:function(){return this.selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"getDirection",{get:function(){return this.direction},enumerable:!0,configurable:!0}),t.prototype.onFocus=function(){this.isFocused=!0},t.prototype.onBlur=function(){this.isFocused=!1},t.prototype.ngOnInit=function(){var t=this,e="SPAN"===this.element.tagName;this.service&&(this.buttonLookChangeSubscription=this.service.buttonLookChange.pipe(Object(c.filter)((function(t){return"default"!==t}))).subscribe((function(e){return t.look=e}))),!this.element.hasAttribute("role")&&this.togglable&&this.toggleAriaPressed(this.toggleable),this.role&&this.setAttribute("role",this.role),this.ngZone.runOutsideAngular((function(){t.domEvents.push(t.renderer.listen(t.element,"click",t._onButtonClick.bind(t))),t.domEvents.push(t.renderer.listen(t.element,"keydown",(function(n){!e||n.keyCode!==a.Keys.Space&&n.keyCode!==a.Keys.Enter||(t.click.emit(n),t._onButtonClick())})))}))},t.prototype.ngOnChanges=function(t){(Object(a.isChanged)("togglable",t)||Object(a.isChanged)("toggleable",t))&&this.toggleAriaPressed(this.toggleable)},t.prototype.ngAfterViewChecked=function(){this.setIconTextClasses()},t.prototype.ngOnDestroy=function(){this.imageNode=null,this.iconNode=null,this.renderer=null,this.localizationChangeSubscription.unsubscribe(),this.service&&this.buttonLookChangeSubscription&&this.buttonLookChangeSubscription.unsubscribe(),clearTimeout(this.deferTimeout),this.domEvents.forEach((function(t){return t()}))},t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&(this.element.focus(),this.isFocused=!0)},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.element.blur(),this.isFocused=!1)},t.prototype.setAttribute=function(t,e){this.renderer.setAttribute(this.element,t,e)},t.prototype.removeAttribute=function(t){this.renderer.removeAttribute(this.element,t)},t.prototype.setSelected=function(t){var e=this,n=this.selected!==t;this.selected=t,this.setAttribute("aria-pressed",this.selected.toString()),this.toggleClass("k-state-selected",this.selected),n&&Object(a.hasObservers)(this.selectedChange)&&this.ngZone.run((function(){e.selectedChange.emit(t)}))},t.prototype.toggleAriaPressed=function(t){Object(a.isDocumentAvailable)()&&(t?this.setAttribute("aria-pressed",this.selected.toString()):this.removeAttribute("aria-pressed"))},t.prototype.hasText=function(){return!!Object(a.isDocumentAvailable)()&&String(this.element.textContent).trim().length>0},t.prototype.addImgIcon=function(t){var e=this.renderer;this.imageNode?e.setProperty(this.imageNode,"src",t):Object(a.isDocumentAvailable)()&&(this.imageNode=e.createElement("img"),e.setProperty(this.imageNode,"src",t),e.setProperty(this.imageNode,"className","k-image"),e.setAttribute(this.imageNode,"role","presentation"),this.prependChild(this.imageNode))},t.prototype.addIcon=function(t){var e=this.renderer;this.iconNode?e.setProperty(this.iconNode,"className",t):Object(a.isDocumentAvailable)()&&(this.iconNode=e.createElement("span"),e.setProperty(this.iconNode,"className",t),e.setAttribute(this.iconNode,"role","presentation"),this.prependChild(this.iconNode))},t.prototype.prependChild=function(t){var e=this;this.defer((function(){e.renderer&&t!==e.element.firstChild&&e.renderer.insertBefore(e.element,t,e.element.firstChild)}))},t.prototype.defer=function(t){var e=this;this.ngZone.runOutsideAngular((function(){e.deferTimeout=setTimeout(t,0)}))},t.prototype.iconSetter=function(t,e){t&&e(t),this.setIconTextClasses()},t.prototype.removeImageNode=function(){this.imageNode&&this.renderer.parentNode(this.imageNode)&&(this.renderer.removeChild(this.element,this.imageNode),this.imageNode=null)},t.prototype.removeIconNode=function(){this.iconNode&&this.renderer.parentNode(this.iconNode)&&(this.renderer.removeChild(this.element,this.iconNode),this.iconNode=null)},t.prototype.updateIconNode=function(){this.isIcon||this.isIconClass||this.removeIconNode()},t.prototype.setIconTextClasses=function(){var t=this.isIcon||this.isIconClass||this.imageNode,e=this.hasText();this.toggleClass("k-button-icon",t&&!e),this.toggleClass("k-button-icontext",t&&e)},t.prototype.toggleClass=function(t,e){e?this.renderer.addClass(this.element,t):this.renderer.removeClass(this.element,t)},t.prototype._onButtonClick=function(){var t=this;!this.disabled&&this.service&&this.ngZone.run((function(){t.service.click(t)})),this.togglable&&!this.service&&this.setSelected(!this.selected)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"toggleable",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"togglable",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"primary",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"selected",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[Number])],t.prototype,"tabIndex",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"icon",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"iconClass",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"imageUrl",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"role",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"selectedChange",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"click",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-button"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classButton",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-primary"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classPrimary",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-bare"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isBare",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-clear"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isClear",null),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"roleSetter",null),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classDisabled",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-selected"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classActive",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"getDirection",null),Object(i.__decorate)([Object(o.HostListener)("focus"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onFocus",null),Object(i.__decorate)([Object(o.HostListener)("blur"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onBlur",null),t=Object(i.__decorate)([Object(o.Directive)({exportAs:"kendoButton",providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.button"}],selector:"button[kendoButton], span[kendoButton]"}),Object(i.__param)(2,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,lt,s.LocalizationService,o.NgZone])],t)}(),ht=Promise.resolve(null),ft=function(t){return null!=t},mt=function(t){return ht.then(t)};function gt(t,e){if(t.closest)return t.closest(e);for(var n=Element.prototype.matches?function(t,e){return t.matches(e)}:function(t,e){return t.msMatchesSelector(e)},i=t;i&&9!==i.nodeType;){if(n(i,e))return i;i=i.parentNode}}var yt,_t,vt=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}(),Ot=function(){function t(t,e,n){var i=this;this.service=t,this.element=n,this.selection="multiple",this.look="default",this.navigate=new o.EventEmitter,this._tabIndex=0,this.currentTabIndex=0,this.localizationChangeSubscription=e.changes.subscribe((function(t){var e=t.rtl;return i.direction=e?"rtl":"ltr"}))}return Object.defineProperty(t.prototype,"tabIndex",{get:function(){return this._tabIndex},set:function(t){this._tabIndex=t,this.currentTabIndex=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stretchedClass",{get:function(){return!!this.width},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isBare",{get:function(){return"bare"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"getRole",{get:function(){return this.isSelectionSingle()?"radiogroup":"group"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaDisabled",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperWidth",{get:function(){return this.width},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperTabIndex",{get:function(){return this.disabled?void 0:this.currentTabIndex},enumerable:!0,configurable:!0}),t.prototype.keydown=function(t){this.disabled||this.navigateFocus(t)},t.prototype.onFocus=function(){this.currentTabIndex=-1;var t=this.buttons.toArray().findIndex((function(t){return-1!==t.element.tabIndex})),e=-1===t?0:t;this.focus(this.buttons.filter((function(t,n){return n===e})))},t.prototype.focusout=function(t){t.relatedTarget&&t.relatedTarget.parentNode!==this.element.nativeElement&&(this.defocus(this.buttons.toArray()),this.currentTabIndex=this.tabIndex)},t.prototype.ngOnInit=function(){var t=this;this.service.setButtonLook(this.look),this.subscription=this.service.buttonClicked$.subscribe((function(e){var n;t.isSelectionSingle()?(n=!0,t.deactivate(t.buttons.filter((function(t){return t!==e})))):(t.defocus(t.buttons.toArray()),n=!e.selected),e.togglable&&e.setSelected(n),e.setAttribute("tabindex","0")}))},t.prototype.ngOnChanges=function(t){var e=this;Object(a.isChanged)("disabled",t)&&this.buttons.forEach((function(t){ft(e.disabled)&&(t.disabled=e.disabled)}))},t.prototype.ngAfterContentInit=function(){this.buttons.forEach((function(t){t.selected?t.setAttribute("tabindex","0"):t.setAttribute("tabindex","-1")}))},t.prototype.ngAfterViewChecked=function(){this.buttons.length&&(this.buttons.first.renderer.addClass(this.buttons.first.element,"k-group-start"),this.buttons.last.renderer.addClass(this.buttons.last.element,"k-group-end"))},t.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.localizationChangeSubscription.unsubscribe()},t.prototype.ngAfterContentChecked=function(){this.verifySettings()},t.prototype.navigateFocus=function(t){var e=this.buttons.toArray().findIndex((function(t){return-1!==t.element.tabIndex})),n=this.buttons.length-1,i=new vt;t.keyCode===a.Keys.ArrowRight&&e<n&&(this.navigate.emit(i),i.isDefaultPrevented()||(this.defocus(this.buttons.toArray()),this.focus(this.buttons.filter((function(t,n){return n===e+1}))))),t.keyCode===a.Keys.ArrowLeft&&e>0&&(this.navigate.emit(i),i.isDefaultPrevented()||(this.defocus(this.buttons.toArray()),this.focus(this.buttons.filter((function(t,n){return n===e-1})))))},t.prototype.deactivate=function(t){t.forEach((function(t){t.setSelected(!1),t.setAttribute("tabindex","-1")}))},t.prototype.activate=function(t){t.forEach((function(t){t.setSelected(!0),t.setAttribute("tabindex","0"),t.focus()}))},t.prototype.defocus=function(t){t.forEach((function(t){t.setAttribute("tabindex","-1")}))},t.prototype.focus=function(t){t.forEach((function(t){t.setAttribute("tabindex","0"),t.focus()}))},t.prototype.verifySettings=function(){if(Object(o.isDevMode)()&&this.isSelectionSingle()&&this.buttons.filter((function(t){return t.selected})).length>1)throw new Error("Having multiple selected buttons with single selection mode is not supported")},t.prototype.isSelectionSingle=function(){return"single"===this.selection},Object(i.__decorate)([Object(o.Input)("disabled"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"disabled",void 0),Object(i.__decorate)([Object(o.Input)("selection"),Object(i.__metadata)("design:type",String)],t.prototype,"selection",void 0),Object(i.__decorate)([Object(o.Input)("width"),Object(i.__metadata)("design:type",String)],t.prototype,"width",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[Number])],t.prototype,"tabIndex",null),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"navigate",void 0),Object(i.__decorate)([Object(o.ContentChildren)(bt),Object(i.__metadata)("design:type",o.QueryList)],t.prototype,"buttons",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-stretched"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"stretchedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-bare"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isBare",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"getRole",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"dir",null),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"ariaDisabled",null),Object(i.__decorate)([Object(o.HostBinding)("style.width"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperWidth",null),Object(i.__decorate)([Object(o.HostBinding)("attr.tabindex"),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperTabIndex",null),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("focus"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onFocus",null),Object(i.__decorate)([Object(o.HostListener)("focusout",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"focusout",null),t=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoButtonGroup",providers:[lt,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.buttongroup"}],selector:"kendo-buttongroup",template:'\n <ng-content select="[kendoButton]"></ng-content>\n '}),Object(i.__metadata)("design:paramtypes",[lt,s.LocalizationService,o.ElementRef])],t)}(),jt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[bt],exports:[bt]})],t)}(),Ct=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Ot],exports:[Ot],imports:[u.CommonModule,jt]})],t)}(),kt=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]"}),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),wt=function(){function t(){this.onItemClick=new o.EventEmitter,this.onItemBlur=new o.EventEmitter,Object(p.validatePackage)(dt)}return t.prototype.getText=function(t){if(t)return this.textField?t[this.textField]:t.text||t},t.prototype.getIconClasses=function(t){var e={};return e[(t.icon?"k-icon k-i-"+t.icon:void 0)||t.iconClass]=!0,e},t.prototype.onClick=function(t){this.onItemClick.emit(t)},t.prototype.onBlur=function(){this.onItemBlur.emit()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"data",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",kt)],t.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onItemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onItemBlur",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-button-list",template:'\n <ul class="k-list k-reset" unselectable="on">\n <li role="menuitem" unselectable="on" tabindex="-1"\n kendoButtonFocusable\n *ngFor="let dataItem of data; let index = index;"\n [index]="index"\n [ngClass]="{\'k-item\': true, \'k-state-disabled\': dataItem.disabled}"\n (click)="onClick(index)"\n (blur)="onBlur()"\n [attr.aria-disabled]="dataItem.disabled ? true : false">\n <ng-template *ngIf="itemTemplate?.templateRef"\n [templateContext]="{\n templateRef: itemTemplate?.templateRef,\n $implicit: dataItem\n }">\n </ng-template>\n <ng-template [ngIf]="!itemTemplate?.templateRef">\n <span\n *ngIf="dataItem.icon || dataItem.iconClass"\n [ngClass]="getIconClasses(dataItem)"\n ></span>\n <img\n *ngIf="dataItem.imageUrl"\n class="k-image"\n [src]="dataItem.imageUrl"\n alt=""\n >\n {{ getText(dataItem) }}\n </ng-template>\n </li>\n </ul>\n '}),Object(i.__metadata)("design:paramtypes",[])],t)}(),Et=function(){function t(){this.onFocus=new o.EventEmitter}return t.prototype.isFocused=function(t){return t===this.focused},t.prototype.focus=function(t){this.isFocused(t)||(this.focused=t,this.onFocus.emit(t))},t.prototype.resetFocus=function(){this.focused=-1},Object.defineProperty(t.prototype,"focused",{get:function(){return this.focusedIndex},set:function(t){this.focusedIndex=t,this.onFocus.emit(t)},enumerable:!0,configurable:!0}),t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),St=function(){function t(t,e,n){this.focusService=t,this.renderer=n,this.element=e.nativeElement,this.subscribeEvents()}return t.prototype.ngOnInit=function(){this.index===this.focusService.focused?this.renderer.addClass(this.element,"k-state-focused"):this.renderer.removeClass(this.element,"k-state-focused")},t.prototype.ngOnDestroy=function(){this.unsubscribeEvents()},t.prototype.subscribeEvents=function(){var t=this;Object(a.isDocumentAvailable)()&&(this.focusSubscription=this.focusService.onFocus.subscribe((function(e){t.index===e?(t.renderer.addClass(t.element,"k-state-focused"),t.element.focus()):t.renderer.removeClass(t.element,"k-state-focused")})))},t.prototype.unsubscribeEvents=function(){Object(a.isDocumentAvailable)()&&this.focusSubscription&&this.focusSubscription.unsubscribe()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"index",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoButtonFocusable]"}),Object(i.__metadata)("design:paramtypes",[Et,o.ElementRef,o.Renderer2])],t)}(),xt=function(){function t(t){this.viewContainerRef=t}return Object.defineProperty(t.prototype,"templateContext",{set:function(t){this.insertedViewRef&&(this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef)),this.insertedViewRef=void 0),t.templateRef&&(this.insertedViewRef=this.viewContainerRef.createEmbeddedView(t.templateRef,t))},enumerable:!0,configurable:!0}),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"templateContext",null),t=Object(i.__decorate)([Object(o.Directive)({selector:"[templateContext]"}),Object(i.__metadata)("design:paramtypes",[o.ViewContainerRef])],t)}(),It=[wt,St,kt,xt],Pt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[It],exports:[It],imports:[u.CommonModule]})],t)}();!function(t){t[t.keydown=0]="keydown",t[t.keypress=1]="keypress",t[t.keyup=2]="keyup"}(yt||(yt={})),function(t){t[t.Undefined=0]="Undefined",t[t.Open=1]="Open",t[t.Close=2]="Close",t[t.Enter=3]="Enter",t[t.EnterPress=4]="EnterPress",t[t.EnterUp=5]="EnterUp",t[t.Tab=6]="Tab",t[t.Esc=7]="Esc",t[t.Navigate=8]="Navigate"}(_t||(_t={}));var At=function(){function t(t,e,n,i,o,r){var s=this;this.focusService=t,this.navigationService=e,this.wrapperRef=n,this._zone=i,this.cdr=r,this._open=!1,this._disabled=!1,this._active=!1,this._popupSettings={animate:!0,popupClass:""},this.listId=Object(a.guid)(),this._isFocused=!1,this.focusService=t,this.navigationService=e,this.wrapper=n.nativeElement,this.localizationChangeSubscription=o.changes.subscribe((function(t){var e=t.rtl;return s.direction=e?"rtl":"ltr"})),this.subscribeEvents()}return Object.defineProperty(t.prototype,"popupClasses",{get:function(){var t=["k-list-container","k-reset","k-group"];return this._popupSettings.popupClass&&t.push(this._popupSettings.popupClass),t.join(" ")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"openState",{get:function(){return this._open},set:function(t){this._open=t},enumerable:!0,configurable:!0}),t.prototype.togglePopupVisibility=function(){this._disabled||(this.openState=!this.openState,this.openState||this.focusService.focus(-1))},t.prototype.onItemClick=function(t){var e=this;this.emitItemClickHandler(t),setTimeout((function(){return e.focusWrapper()}),1)},t.prototype.ngOnDestroy=function(){this.openState=!1,this.unsubscribeEvents(),clearTimeout(this.focusFirstTimeout),clearTimeout(this.blurTimeout),this.localizationChangeSubscription&&this.localizationChangeSubscription.unsubscribe()},t.prototype.subscribeEvents=function(){Object(a.isDocumentAvailable)()&&(this.subscribeListItemFocusEvent(),this.subscribeComponentBlurredEvent(),this.subscribeNavigationEvents())},t.prototype.subscribeListItemFocusEvent=function(){var t=this;this.focusSubscription=this.focusService.onFocus.subscribe((function(){t._isFocused=!0}))},t.prototype.subscribeComponentBlurredEvent=function(){var t=this;this._zone.runOutsideAngular((function(){t.tabSubscription=t.navigationService.tab.pipe(Object(c.filter)((function(){return t._isFocused}))).subscribe(t.handleTab.bind(t)),t.componentBlurredSubscription=Object(r.fromEvent)(document,"click").pipe(Object(c.filter)((function(e){return!t.wrapperContains(e.target)})),Object(c.filter)((function(){return t._isFocused}))).subscribe((function(){return t._zone.run((function(){return t.blurWrapper()}))}))}))},t.prototype.subscribeNavigationEvents=function(){var t=this;this.navigationSubscription=this.navigationService.navigate.subscribe(this.focusService.focus.bind(this.focusService)),this.enterUpSubscription=this.navigationService.enterup.subscribe((function(){t.enterHandler(),t.focusWrapper()})),this.openSubscription=this.navigationService.open.subscribe((function(){t._open?t.focusWrapper():(t.togglePopupVisibility(),t.focusFirstItem())})),this.closeSubscription=Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe((function(){return t.focusWrapper()}))},t.prototype.enterHandler=function(){},t.prototype.unsubscribeEvents=function(){Object(a.isDocumentAvailable)()&&(this.unsubscribe(this.componentBlurredSubscription),this.unsubscribe(this.focusSubscription),this.unsubscribe(this.navigationSubscription),this.unsubscribe(this.enterPressSubscription),this.unsubscribe(this.enterUpSubscription),this.unsubscribe(this.openSubscription),this.unsubscribe(this.closeSubscription),this.unsubscribe(this.tabSubscription))},t.prototype.unsubscribe=function(t){t&&t.unsubscribe()},t.prototype.keyDownHandler=function(t){this.keyHandler(t)},t.prototype.keyPressHandler=function(t){this.keyHandler(t,yt.keypress)},t.prototype.keyUpHandler=function(t){this.keyHandler(t,yt.keyup)},t.prototype.keyHandler=function(t,e){if(!this._disabled){var n=this.focusService.focused||0,i=t,o=this.navigationService.process({altKey:i.altKey,current:n,keyCode:i.keyCode,keyEvent:e,max:this._data?this._data.length-1:0,min:0});o!==_t.Undefined&&o!==_t.Tab&&(o!==_t.Enter||o===_t.Enter&&this._open)&&(t.keyCode===a.Keys.Space&&o===_t.EnterUp?this._open=!1:i.preventDefault())}},t.prototype.emitItemClickHandler=function(t){var e=this._data[t];this._itemClick&&this._itemClick.emit(e),e&&e.click&&!e.disabled&&e.click(e)},t.prototype.focusFirstItem=function(){var t=this;this._data&&ft(this._data[0])&&(this.focusFirstTimeout=setTimeout((function(){return t.focusService.focus(0)}),1))},t.prototype.focusWrapper=function(){this._open&&(this.togglePopupVisibility(),this.focusButton())},t.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)},t.prototype.blurWrapper=function(t){void 0===t&&(t=!0),this._open&&this.togglePopupVisibility(),this._isFocused=!1,t&&(this._blur.emit(),this.cdr.markForCheck())},t.prototype.focusButton=function(){this.button&&this.button.nativeElement.focus()},t.prototype.handleTab=function(){this.focusButton(),this.blurWrapper(!1)},t}(),Bt=new o.InjectionToken("navigation.config"),Dt=function(){function t(t){this.navigate=new o.EventEmitter,this.open=new o.EventEmitter,this.close=new o.EventEmitter,this.enter=new o.EventEmitter,this.enterpress=new o.EventEmitter,this.enterup=new o.EventEmitter,this.tab=new o.EventEmitter,this.esc=new o.EventEmitter,this.useLeftRightArrows=t.useLeftRightArrows}return t.prototype.process=function(t){var e,n=t.keyCode,i=t.keyEvent,o=_t.Undefined;if(i===yt.keypress)this.isEnter(n)&&(o=_t.EnterPress);else if(i===yt.keyup)this.isEnter(n)&&(o=_t.EnterUp);else if(t.altKey&&n===a.Keys.ArrowDown)o=_t.Open;else if(t.altKey&&n===a.Keys.ArrowUp)o=_t.Close;else if(this.isEnter(n))o=_t.Enter;else if(n===a.Keys.Escape)o=_t.Esc;else if(n===a.Keys.Tab)o=_t.Tab;else if(n===a.Keys.ArrowUp||this.useLeftRightArrows&&n===a.Keys.ArrowLeft){var r=t.flipNavigation?1:-1,s=t.flipNavigation?t.min:t.max,c=t.flipNavigation?t.max:t.min;e=this.next({current:t.current,start:s,end:c,step:r}),o=_t.Navigate}else if(n===a.Keys.ArrowDown||this.useLeftRightArrows&&n===a.Keys.ArrowRight){r=t.flipNavigation?-1:1,s=t.flipNavigation?t.max:t.min,c=t.flipNavigation?t.min:t.max;e=this.next({current:t.current,start:s,end:c,step:r}),o=_t.Navigate}else n===a.Keys.Home?(e=t.min,o=_t.Navigate):n===a.Keys.End&&(e=t.max,o=_t.Navigate);return o!==_t.Undefined&&this[_t[o].toLowerCase()].emit(e),o},t.prototype.isEnter=function(t){return t===a.Keys.Enter||t===a.Keys.Space},t.prototype.next=function(t){return ft(t.current)?t.current!==t.end?t.current+t.step:t.end:t.start},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(0,Object(o.Inject)(Bt)),Object(i.__metadata)("design:paramtypes",[Object])],t)}(),Tt={provide:Bt,useValue:{useLeftRightArrows:!0}},zt=function(t){function e(e,n,i,r,s,c,p,u){var l=t.call(this,e,n,i,r,p,u)||this;return l.popupService=s,l.elRef=c,l.text="",l.icon="",l.iconClass="",l.imageUrl="",l.look="default",l.tabIndex=0,l.arrowButtonIcon="arrow-s",l.buttonClick=new o.EventEmitter,l.itemClick=new o.EventEmitter,l.onFocus=new o.EventEmitter,l.onBlur=new o.EventEmitter,l.open=new o.EventEmitter,l.close=new o.EventEmitter,l.listId=Object(a.guid)(),l.activeArrow=!1,l.buttonText="",l.lockFocus=!1,l._itemClick=l.itemClick,l._blur=l.onBlur,l}return Object(i.__extends)(e,t),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupSettings",{get:function(){return this._popupSettings},set:function(t){this._popupSettings=Object.assign({animate:!0,popupClass:""},t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"data",{get:function(){return this._data||(this.data=[]),this._data},set:function(t){this._data=t||[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"openState",{get:function(){return this._open},set:function(t){if(!this.disabled){var e=new vt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||this._toggle(t)}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"active",{get:function(){return this._active},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFocused",{get:function(){return this._isFocused&&!this._disabled},set:function(t){this._isFocused=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClasses",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){return this.buttonText+" splitbutton"},enumerable:!0,configurable:!0}),e.prototype.onButtonFocus=function(){this.isFocused||(this._isFocused=!0,this.onFocus.emit())},e.prototype.onArrowButtonClick=function(){this.lockFocus=!0,this.togglePopupVisibility()},e.prototype.toggleButtonActiveState=function(t){this._active=t},e.prototype.toggleArrowButtonActiveState=function(t){this.activeArrow=t},e.prototype.onButtonClick=function(){this.lockFocus=!0,this.buttonClick.emit()},e.prototype.onButtonBlur=function(){this.isOpen||this.lockFocus||this.blurWrapper(),this.lockFocus=!1},e.prototype.keydown=function(t){this.keyDownHandler(t),t.keyCode===a.Keys.Space&&(this._active=!0)},e.prototype.keypress=function(t){this.keyPressHandler(t)},e.prototype.keyup=function(t){this._active=!1,t.keyCode!==a.Keys.Space&&this.keyUpHandler(t)},e.prototype.ngAfterViewInit=function(){this.updateButtonText()},e.prototype.ngOnChanges=function(t){t.hasOwnProperty("text")&&this.updateButtonText()},e.prototype.togglePopupVisibility=function(){t.prototype.togglePopupVisibility.call(this),Object(a.isDocumentAvailable)()&&this.lockFocus&&this.button.nativeElement.focus()},e.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)||this.popupRef&&this.popupRef.popupElement.contains(t)},Object.defineProperty(e.prototype,"anchorAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"bottom"};return"rtl"!==this.direction||ft(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"top"};return"rtl"!==this.direction||ft(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),e.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.button.nativeElement.blur(),this.blurWrapper())},e.prototype.ngOnDestroy=function(){t.prototype.ngOnDestroy.call(this),this.destroyPopup()},e.prototype.toggle=function(t){var e=this;this.disabled||mt((function(){return e._toggle(void 0===t?!e._open:t)}))},Object.defineProperty(e.prototype,"isOpen",{get:function(){return this.openState},enumerable:!0,configurable:!0}),e.prototype.enterHandler=function(){if(!this.disabled)if(this.openState){var t=this.focusService.focused;ft(t)&&-1!==t&&this.emitItemClickHandler(t)}else this.buttonClick.emit()},e.prototype.updateButtonText=function(){var t=this;if(Object(a.isDocumentAvailable)()){var e=this.wrapper.innerText.split("\n").join("").trim();setTimeout((function(){return t.buttonText=e}),0)}},Object.defineProperty(e.prototype,"appendTo",{get:function(){var t=this.popupSettings.appendTo;if(t&&"root"!==t)return"component"===t?this.containerRef:t},enumerable:!0,configurable:!0}),e.prototype._toggle=function(t){this._open=t,this.destroyPopup(),this._open&&this.createPopup()},e.prototype.createPopup=function(){var t=this;this.popupRef=this.popupService.open({anchor:this.elRef,anchorAlign:this.anchorAlign,animate:this.popupSettings.animate,appendTo:this.appendTo,content:this.popupTemplate,popupAlign:this.popupAlign,popupClass:this.popupClasses}),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.openState=!1})),this.popupRef.popupOpen.subscribe(this.focusFirstItem.bind(this))},e.prototype.destroyPopup=function(){this.popupRef&&(this.popupRef.close(),this.popupRef=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"text",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"imageUrl",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"popupSettings",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],e.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"data",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"arrowButtonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"arrowButtonIcon",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"buttonClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"itemClick",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"close",void 0),Object(i.__decorate)([Object(o.ContentChild)(kt,{static:!1}),Object(i.__metadata)("design:type",kt)],e.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("arrowButton",{static:!0,read:o.ElementRef}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"arrowButton",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],e.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{read:o.ViewContainerRef,static:!0}),Object(i.__metadata)("design:type",o.ViewContainerRef)],e.prototype,"containerRef",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-focused"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"isFocused",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-widget"),Object(o.HostBinding)("class.k-split-button"),Object(o.HostBinding)("class.k-button-group"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"widgetClasses",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"dir",null),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("keypress",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keypress",null),Object(i.__decorate)([Object(o.HostListener)("keyup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keyup",null),e=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoSplitButton",providers:[Et,Dt,Tt,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.splitbutton"}],selector:"kendo-splitbutton",template:'\n <button\n kendoButton\n #button\n role="listbox"\n type="button"\n [look]="look"\n [tabindex]="componentTabIndex"\n [disabled]="disabled"\n [icon]="icon"\n [class.k-state-active]="active"\n [iconClass]="iconClass"\n [imageUrl]="imageUrl"\n [ngClass]="buttonClass"\n (focus)="onButtonFocus()"\n (click)="onButtonClick()"\n (blur)="onButtonBlur()"\n (mousedown)="toggleButtonActiveState(true)"\n (mouseup)="toggleButtonActiveState(false)"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="openState"\n [attr.aria-haspopup]="true"\n [attr.aria-owns]="listId"\n [attr.aria-label]="ariaLabel"\n >\n {{ text }}<ng-content></ng-content>\n </button>\n <button\n kendoButton\n #arrowButton\n type="button"\n [class.k-state-active]="activeArrow"\n [disabled]="disabled"\n [icon]="arrowButtonIcon"\n [look]="look"\n [tabindex]="-1"\n [ngClass]="arrowButtonClass"\n (click)="onArrowButtonClick()"\n (mousedown)="toggleArrowButtonActiveState(true)"\n (mouseup)="toggleArrowButtonActiveState(false)"\n ></button>\n <ng-template #popupTemplate>\n <kendo-button-list\n [id]="listId"\n [data]="data"\n [textField]="textField"\n [itemTemplate]="itemTemplate"\n (onItemClick)="onItemClick($event)"\n (keydown)="keyDownHandler($event)"\n (keypress)="keyPressHandler($event)"\n (keyup)="keyUpHandler($event)"\n [attr.dir]="dir"\n >\n </kendo-button-list>\n </ng-template>\n <ng-container #container></ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Et,Dt,o.ElementRef,o.NgZone,ct,o.ElementRef,s.LocalizationService,o.ChangeDetectorRef])],e)}(At),Rt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[zt],exports:[zt,Pt],imports:[u.CommonModule,ut,jt,Pt]})],t)}(),Nt={provide:Bt,useValue:{useLeftRightArrows:!0}},Lt=function(t){function e(e,n,i,r,s,c,p,u){var l=t.call(this,e,n,i,r,p,u)||this;return l.popupService=s,l.elRef=c,l.icon="",l.iconClass="",l.imageUrl="",l.primary=!1,l.look="default",l.tabIndex=0,l.itemClick=new o.EventEmitter,l.open=new o.EventEmitter,l.close=new o.EventEmitter,l.onFocus=new o.EventEmitter,l.onBlur=new o.EventEmitter,l.listId=Object(a.guid)(),l._itemClick=l.itemClick,l._blur=l.onBlur,l}return Object(i.__extends)(e,t),Object.defineProperty(e.prototype,"popupSettings",{get:function(){return this._popupSettings},set:function(t){this._popupSettings=Object.assign({animate:!0,popupClass:""},t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled},set:function(t){t&&this.openState&&(this.openState=!1),this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"data",{get:function(){return this._data},set:function(t){this._data=t||[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"openState",{get:function(){return this._open},set:function(t){if(!this.disabled){var e=new vt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||this._toggle(t)}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"appendTo",{get:function(){var t=this.popupSettings.appendTo;if(t&&"root"!==t)return"component"===t?this.container:t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"focused",{get:function(){return this._isFocused&&!this._disabled},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClasses",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"active",{get:function(){return this._active},enumerable:!0,configurable:!0}),e.prototype.keydown=function(t){this.keyDownHandler(t),t.keyCode===a.Keys.Space&&(this._active=!0)},e.prototype.keypress=function(t){this.keyPressHandler(t)},e.prototype.keyup=function(t){this.keyUpHandler(t),this._active=!1},e.prototype.mousedown=function(t){this._disabled&&t.preventDefault(),this._active=!0},e.prototype.mouseup=function(t){this._disabled&&t.preventDefault(),this._active=!1},e.prototype.openPopup=function(){this.togglePopupVisibility()},e.prototype.onButtonBlur=function(){this.isOpen||this.blurWrapper()},Object.defineProperty(e.prototype,"anchorAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"bottom"};return"rtl"!==this.direction||ft(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"top"};return"rtl"!==this.direction||ft(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),e.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.button.nativeElement.blur(),this.blurWrapper())},e.prototype.ngOnDestroy=function(){t.prototype.ngOnDestroy.call(this),this.destroyPopup()},e.prototype.toggle=function(t){var e=this;this.disabled||mt((function(){return e._toggle(void 0===t?!e._open:t)}))},Object.defineProperty(e.prototype,"isOpen",{get:function(){return this.openState},enumerable:!0,configurable:!0}),e.prototype.handleFocus=function(){this._disabled||this._isFocused||(this._isFocused=!0,this.onFocus.emit())},e.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)||this.popupRef&&this.popupRef.popupElement.contains(t)},e.prototype.subscribeNavigationEvents=function(){this.navigationSubscription=this.navigationService.navigate.subscribe(this.onArrowKeyNavigate.bind(this)),this.enterUpSubscription=this.navigationService.enterup.subscribe(this.onNavigationEnterUp.bind(this)),this.openSubscription=this.navigationService.open.subscribe(this.onNavigationOpen.bind(this)),this.closeSubscription=Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe(this.onNavigationClose.bind(this))},e.prototype.onNavigationEnterUp=function(){if(this._disabled||this.openState||(this._active=!1),this.openState){var t=this.focusService.focused;ft(t)&&-1!==t&&this.emitItemClickHandler(t)}this.togglePopupVisibility(),!this.openState&&Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.onNavigationOpen=function(){this._disabled||this.openState||this.togglePopupVisibility()},e.prototype.onNavigationClose=function(){this.openState&&(this.togglePopupVisibility(),Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus())},e.prototype.onArrowKeyNavigate=function(t){this.focusService.focus(t)},e.prototype._toggle=function(t){this._open!==t&&(this._open=t,this.destroyPopup(),this._open&&this.createPopup())},e.prototype.createPopup=function(){var t=this;this.popupRef=this.popupService.open({anchor:this.elRef,anchorAlign:this.anchorAlign,animate:this.popupSettings.animate,appendTo:this.appendTo,content:this.popupTemplate,popupAlign:this.popupAlign,popupClass:this.popupClasses}),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.openState=!1})),this.popupRef.popupOpen.subscribe(this.focusFirstItem.bind(this))},e.prototype.destroyPopup=function(){this.popupRef&&(this.popupRef.close(),this.popupRef=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"imageUrl",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"popupSettings",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"data",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],e.prototype,"primary",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],e.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"itemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"close",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-focused"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"focused",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-widget"),Object(o.HostBinding)("class.k-dropdown-button"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"widgetClasses",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"dir",null),Object(i.__decorate)([Object(o.ContentChild)(kt,{static:!1}),Object(i.__metadata)("design:type",kt)],e.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("buttonList",{static:!1}),Object(i.__metadata)("design:type",wt)],e.prototype,"buttonList",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],e.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{read:o.ViewContainerRef,static:!0}),Object(i.__metadata)("design:type",o.ViewContainerRef)],e.prototype,"container",void 0),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("keypress",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keypress",null),Object(i.__decorate)([Object(o.HostListener)("keyup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keyup",null),Object(i.__decorate)([Object(o.HostListener)("mousedown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"mousedown",null),Object(i.__decorate)([Object(o.HostListener)("mouseup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"mouseup",null),e=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoDropDownButton",providers:[Et,Dt,Nt,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.dropdownbutton"}],selector:"kendo-dropdownbutton",template:'\n <button kendoButton #button\n role="menu"\n type="button"\n [tabindex]="componentTabIndex"\n [class.k-state-active]="active"\n [disabled]="disabled"\n [icon]="icon"\n [iconClass]="iconClass"\n [imageUrl]="imageUrl"\n [ngClass]="buttonClass"\n (click)="openPopup()"\n (focus)="handleFocus()"\n (blur)="onButtonBlur()"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="openState"\n [attr.aria-haspopup]="true"\n [attr.aria-owns]="listId"\n [look]="look"\n [primary]="primary"\n >\n <ng-content></ng-content>\n </button>\n <ng-template #popupTemplate>\n <kendo-button-list\n #buttonList\n [id]="listId"\n [data]="data"\n [textField]="textField"\n [itemTemplate]="itemTemplate"\n (onItemClick)="onItemClick($event)"\n (keydown)="keyDownHandler($event)"\n (keypress)="keyPressHandler($event)"\n (keyup)="keyUpHandler($event)"\n [attr.dir]="dir"\n >\n </kendo-button-list>\n </ng-template>\n <ng-container #container></ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Et,Dt,o.ElementRef,o.NgZone,ct,o.ElementRef,s.LocalizationService,o.ChangeDetectorRef])],e)}(At),Ht=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Lt],exports:[Lt,Pt],imports:[u.CommonModule,ut,Pt,jt]})],t)}(),Mt=function(){function t(t,e,n,i){this.element=t,this.renderer=e,this.ngZone=n,this.localizationService=i,this.look="filled",this.selected=!1,this.removable=!1,this.type="none",this.disabled=!1,this.remove=new o.EventEmitter,this.tabIndex=0,this.hostClass=!0,this.focused=!1,Object(p.validatePackage)(dt),this.direction=i.rtl?"rtl":"ltr"}return Object.defineProperty(t.prototype,"outlineClass",{get:function(){return"outlined"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"filledClass",{get:function(){return"filled"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hasIconClass",{get:function(){return!(!this.icon&&!this.iconClass)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedClass",{get:function(){return this.selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"focusedClass",{get:function(){return this.focused},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.dynamicRTLSubscription=this.localizationService.changes.subscribe((function(e){var n=e.rtl;return t.direction=n?"rtl":"ltr"}))},t.prototype.ngOnDestroy=function(){this.dynamicRTLSubscription&&this.dynamicRTLSubscription.unsubscribe(),this.detachDomEvents&&this.detachDomEvents()},t.prototype.ngAfterViewInit=function(){var t=this.element.nativeElement,e=this.typeClass();"none"!==this.type&&this.renderer.addClass(t,e),this.attachElementEventHandlers(t)},Object.defineProperty(t.prototype,"iconClasses",{get:function(){return this.icon?"k-icon k-i-"+this.icon:this.iconClass?""+this.iconClass:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIconClasses",{get:function(){return this.selectedIcon?""+this.selectedIcon:"k-icon k-i-check"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"removeIconClasses",{get:function(){return this.removeIcon?""+this.removeIcon:"k-icon k-i-close-circle"},enumerable:!0,configurable:!0}),t.prototype.typeClass=function(){return{none:"",success:"k-chip-success",warning:"k-chip-warning",error:"k-chip-error",info:"k-chip-info"}[this.type]},t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.element.nativeElement.focus()},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&this.element.nativeElement.blur()},t.prototype.onRemoveClick=function(t){this.removable&&this.remove.emit({sender:this,originalEvent:t})},t.prototype.attachElementEventHandlers=function(t){var e=this;this.ngZone.runOutsideAngular((function(){var n=e.renderer.listen(t,"focus",(function(){e.renderer.addClass(t,"k-chip-focused")})),i=e.renderer.listen(t,"blur",(function(){e.renderer.removeClass(t,"k-chip-focused")}));e.detachDomEvents=function(){n(),i()}}))},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"label",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"selected",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"selectedIcon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"removable",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"removeIcon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"type",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"disabled",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"remove",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.tabindex"),Object(i.__metadata)("design:type",Number)],t.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"outlineClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-filled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"filledClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-has-icon"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"hasIconClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-selected"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"selectedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-focused"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"focusedClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-chip",template:'\n <span class="k-selected-icon-wrapper">\n <span *ngIf="selected"\n class="k-selected-icon"\n [ngClass]="selectedIconClasses"\n >\n </span>\n </span>\n\n <span *ngIf="icon || iconClass"\n class="k-chip-icon"\n [ngClass]="iconClasses"\n >\n </span>\n\n <span class="k-chip-content">\n <span class="k-chip-label" *ngIf="label">\n {{ label }}\n </span>\n <ng-content *ngIf="!label"></ng-content>\n </span>\n\n <span *ngIf="removable"\n class="k-remove-icon"\n (click)="onRemoveClick($event)"\n >\n <span [ngClass]="removeIconClasses"></span>\n </span>\n ',providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.chip"}]}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,o.NgZone,s.LocalizationService])],t)}(),Ft=function(){function t(t){this.localizationService=t,this.hostClass=!0,this.selection="none",this.selectedChange=new o.EventEmitter,this.remove=new o.EventEmitter,this.direction=t.rtl?"rtl":"ltr"}return Object.defineProperty(t.prototype,"single",{get:function(){return"single"===this.selection},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"multiple",{get:function(){return"multiple"===this.selection},enumerable:!0,configurable:!0}),t.prototype.onClick=function(t){var e=t.target,n=gt(e,".k-remove-icon"),i=gt(e,".k-chip"),o=this.chips.find((function(t){return i===t.element.nativeElement}));if(n&&i){var r={sender:this,originalEvent:t,removedChip:o};this.remove.emit(r)}"none"!==this.selection&&i&&!n&&this.setSelection(o)},t.prototype.ngOnInit=function(){var t=this;this.dynamicRTLSubscription=this.localizationService.changes.subscribe((function(e){var n=e.rtl;return t.direction=n?"rtl":"ltr"}))},t.prototype.ngOnDestroy=function(){this.dynamicRTLSubscription&&this.dynamicRTLSubscription.unsubscribe()},t.prototype.selectedChips=function(){return this.chips.reduce((function(t,e,n){return e.selected?t.concat(n):t}),[])},t.prototype.setSelection=function(t){"single"===this.selection&&this.clearSelection(t),t.selected=!t.selected,this.selectedChange.emit(this.selectedChips())},t.prototype.clearSelection=function(t){this.chips.forEach((function(e){t!==e&&(e.selected=!1)}))},Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-list"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"selection",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"selectedChange",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"remove",void 0),Object(i.__decorate)([Object(o.ContentChildren)(Mt),Object(i.__metadata)("design:type",o.QueryList)],t.prototype,"chips",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-selection-single"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"single",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-selection-multiple"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"multiple",null),Object(i.__decorate)([Object(o.HostListener)("click",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onClick",null),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-chip-list",template:"\n <ng-content></ng-content>\n ",providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.chip-list"}]}),Object(i.__metadata)("design:paramtypes",[s.LocalizationService])],t)}(),Kt=[Mt,Ft],Vt=Kt.slice(),Ut=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Vt],exports:[Kt],imports:[u.CommonModule]})],t)}();function Wt(t,e){var n={horizontal:e?"right":"left",vertical:"bottom"};return"end"===t.horizontal&&(n.horizontal=e?"left":"right"),"bottom"===t.vertical&&(n.vertical="top"),"bottom"===t.vertical&&"end"===t.horizontal&&(n.horizontal=e?"left":"right",n.vertical="top"),n}function Zt(t,e){var n={horizontal:e?"right":"left",vertical:"top"};return"end"===t.horizontal&&(n.horizontal=e?"left":"right"),"bottom"===t.vertical&&(n.vertical="bottom"),"bottom"===t.vertical&&"end"===t.horizontal&&(n.horizontal=e?"left":"right",n.vertical="bottom"),n}var qt=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDialItemTemplate]"}),Object(i.__param)(0,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),Gt=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoFloatingActionButtonTemplate]"}),Object(i.__param)(0,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),Yt={provide:Bt,useValue:{useLeftRightArrows:!1}},$t={small:"k-fab-sm",medium:"k-fab-md",large:"k-fab-lg"},Xt={pill:"k-fab-pill",circle:"k-fab-circle",rectangle:"k-fab-rectangle",square:"k-fab-square",rounded:"k-fab-rounded"},Jt=function(){function t(t,e,n,i,s,c,u,l){var d=this;this.renderer=t,this.element=e,this.focusService=n,this.navigationService=i,this.ngZone=s,this.popupService=c,this.builder=u,this.localizationService=l,this.positionMode="fixed",this.dialItemAnimation=!0,this.tabIndex=0,this.dialItems=[],this.onBlur=new o.EventEmitter,this.onFocus=new o.EventEmitter,this.dialItemClick=new o.EventEmitter,this.open=new o.EventEmitter,this.close=new o.EventEmitter,this.id="k-"+Object(a.guid)(),this._themeColor="primary",this._size="medium",this._shape="pill",this._disabled=!1,this._align={horizontal:"end",vertical:"bottom"},this._offset={x:"16px",y:"16px"},this.subscriptions=new r.Subscription,this.rtl=!1,this.animationEnd=new o.EventEmitter,Object(p.validatePackage)(dt),this.subscribeNavigationEvents(),this.subscriptions.add(this.localizationService.changes.subscribe((function(t){var e=t.rtl;d.rtl=e,d.direction=d.rtl?"rtl":"ltr"})))}return Object.defineProperty(t.prototype,"fixedClass",{get:function(){return"fixed"===this.positionMode},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"absoluteClass",{get:function(){return"absolute"===this.positionMode},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"themeColor",{get:function(){return this._themeColor},set:function(t){var e=this.button.nativeElement;this.renderer.removeClass(e,"k-fab-"+this.themeColor),this.renderer.addClass(e,"k-fab-"+t),this._themeColor=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"size",{get:function(){return this._size},set:function(t){var e=this.button.nativeElement;this.renderer.removeClass(e,$t[this.size]),this.renderer.addClass(e,$t[t]),this._size=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shape",{get:function(){return this._shape},set:function(t){var e=this.button.nativeElement;this.renderer.removeClass(e,Xt[this.shape]),this.renderer.addClass(e,Xt[t]),this._shape=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"align",{get:function(){return this._align},set:function(t){this._align=Object.assign(this._align,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"offset",{get:function(){return this._offset},set:function(t){this._offset=Object.assign(this._offset,t),this.offsetStyles()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){this.applyClasses(),this.offsetStyles()},t.prototype.ngOnDestroy=function(){this.subscriptions.unsubscribe()},Object.defineProperty(t.prototype,"isOpen",{get:function(){return ft(this.popupRef)},enumerable:!0,configurable:!0}),t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.blur()},t.prototype.toggleDial=function(t){var e=this;if(!this.disabled&&this.hasDialItems){var n=ft(t)?t:!this.isOpen;this.disabled||n===this.isOpen||(n?setTimeout((function(){return e.openDial()})):this.closeDial())}},Object.defineProperty(t.prototype,"role",{get:function(){return this.dialItems&&this.dialItems.length?"menubutton":"button"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaExpanded",{get:function(){return ft(this.isOpen)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaHasPopup",{get:function(){return ft(this.isOpen)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClasses",{get:function(){return this.iconClass?""+this.iconClass:"k-fab-icon k-icon k-i-"+this.icon},enumerable:!0,configurable:!0}),t.prototype.clickHandler=function(){var t=this;!this.disabled&&this.hasDialItems&&this.ngZone.run((function(){var e=!t.isOpen;t.toggleDialWithEvents(e)}))},t.prototype.keyDownHandler=function(t){this.keyHandler(t)},t.prototype.keyHandler=function(t,e){if(!this.disabled){var n=this.focusService.focused||0,i=t.keyCode,o=this.navigationService.process({altKey:t.altKey,current:n,keyCode:i,keyEvent:e,max:this.dialItems?this.dialItems.length-1:0,min:0,flipNavigation:"bottom"===this.align.vertical});o!==_t.Undefined&&o!==_t.Tab&&t.preventDefault()}},t.prototype.onItemClick=function(t){var e=gt(t.target,".k-fab-item");if(e){var n=e.getAttribute("data-fab-item-index");this.emitItemClick(n)}},t.prototype.focusHandler=function(){this.disabled||this.onFocus.emit()},t.prototype.blurHandler=function(){this.onBlur.emit(),this.toggleDialWithEvents(!1)},t.prototype.onEnterPressed=function(){var t=this.focusService.focused;this.emitItemClick(t)},t.prototype.emitItemClick=function(t){var e=this.dialItems[t];if(e&&!e.disabled){var n={item:e,index:t};this.dialItemClick.emit(n),this.toggleDialWithEvents(!1)}},t.prototype.subscribeNavigationEvents=function(){this.subscriptions.add(this.navigationService.navigate.subscribe(this.onArrowKeyNavigate.bind(this))),this.subscriptions.add(this.navigationService.enter.subscribe(this.onNavigationEnterPress.bind(this))),this.subscriptions.add(Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe(this.onNavigationClose.bind(this)))},t.prototype.onArrowKeyNavigate=function(t){this.focusService.focus(t)},t.prototype.onNavigationEnterPress=function(){var t=this;this.ngZone.run((function(){if(t.isOpen){var e=t.focusService.focused,n=t.dialItems[e];if(n&&n.disabled)return;if(ft(e)&&-1!==e)return void t.onEnterPressed()}!t.isOpen&&Object(a.isDocumentAvailable)()&&(t.toggleDialWithEvents(!0),t.button.nativeElement.focus())}))},t.prototype.onNavigationClose=function(){var t=this;this.isOpen&&this.ngZone.run((function(){t.toggleDialWithEvents(!1),Object(a.isDocumentAvailable)()&&t.button.nativeElement.focus()}))},t.prototype.alignClass=function(){return"k-pos-"+this.align.vertical+"-"+this.align.horizontal},t.prototype.applyClasses=function(){var t=this.element.nativeElement,e=this.button.nativeElement;this.renderer.addClass(e,Xt[this.shape]),this.renderer.addClass(e,"k-fab-"+this.themeColor),this.renderer.addClass(e,$t[this.size]),this.renderer.addClass(t,this.alignClass())},t.prototype.toggleDialWithEvents=function(t){if(t!==this.isOpen){var e=new vt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||(t?this.openDial():this.closeDial())}},t.prototype.openPopup=function(){var t=this;if(!this.isOpen){var e=this.icon&&!this.text,n=this.rtl,i=this.align;this.popupRef=this.popupService.open({anchor:this.element.nativeElement,animate:!1,content:this.popupTemplate,anchorAlign:Wt(i,n),popupAlign:Zt(i,n),popupClass:"k-fab-popup k-popup-transparent"});var o=this.popupRef.popupElement;this.renderer.setStyle(o,"box-shadow","none"),e&&this.subscriptions.add(this.popupRef.popupOpen.subscribe((function(){return t.positionPopup()}))),this.ngZone.runOutsideAngular((function(){t.popupMouseDownListener=t.renderer.listen(o,"mousedown",(function(t){t.preventDefault()}))})),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.toggleDialWithEvents(!1)}))}},t.prototype.closePopup=function(){this.isOpen&&(this.popupMouseDownListener&&this.popupMouseDownListener(),this.popupRef.close(),this.popupRef=null)},t.prototype.openDial=function(){this.openPopup(),this.focusService.focus(0),this.dialItemAnimation&&this.isValidAnimation()&&this.playAnimation(!0)},t.prototype.closeDial=function(){var t=this;this.dialItemAnimation&&this.isValidAnimation()?(this.playAnimation(!1),this.animationEnd.pipe(Object(c.take)(1)).subscribe((function(){return t.closePopup()}))):this.closePopup()},t.prototype.isValidAnimation=function(){var t=this.dialItemAnimation;return"boolean"==typeof t||0!==t.duration},t.prototype.positionPopup=function(){if(!this.dialItemTemplate){var t=this.element.nativeElement.getBoundingClientRect().width,e=this.popupRef.popupElement,n=e.querySelector(".k-fab-item-icon");if(n){var i=t/2-n.getBoundingClientRect().width/2,o=e.getBoundingClientRect().left,r="end"===this.align.horizontal,a=r?o-i:i+o,s=r?i+o:o-i;e.style.left=this.rtl?s+"px":a+"px"}}},t.prototype.offsetStyles=function(){var t=this.element.nativeElement;this.renderer.setStyle(t,this.horizontalPosition,this.horizontalOffset),this.renderer.setStyle(t,this.verticalPosition,this.verticalOffset)},Object.defineProperty(t.prototype,"hasDialItems",{get:function(){return ft(this.dialItems)&&0!==this.dialItems.length},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"verticalPosition",{get:function(){return{top:"top",middle:"top",bottom:"bottom"}[this.align.vertical]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"verticalOffset",{get:function(){return"middle"===this.align.vertical?"16px"===this.offset.y?"50%":"calc(50% + "+this.offset.y+")":this.offset.y},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"horizontalPosition",{get:function(){var t=this.align.horizontal;return{end:this.rtl?"left":"right",center:"left",start:this.rtl?"right":"left"}[t]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"horizontalOffset",{get:function(){return"center"===this.align.horizontal?"16px"===this.offset.x?"50%":"calc(50% + "+this.offset.x+")":this.offset.x},enumerable:!0,configurable:!0}),t.prototype.playerFor=function(t,e){return this.builder.build(e).create(t)},t.prototype.playAnimation=function(t){var e=this,n=this.durationSettings(),i={duration:n.duration,gap:n.gap,align:this.align},o=t?function(t){var e="bottom"===t.align.vertical,n=t.duration,i=t.gap;return Object(H.sequence)([Object(H.query)(".k-fab-item",[Object(H.style)({opacity:0,transform:"translateY("+(e?"8px":"-8px")+")"}),Object(H.stagger)(i,[Object(H.animate)(n+"ms ease-in",Object(H.style)({opacity:"*",transform:"translateY(0)"}))])],{optional:!0})])}(i):function(t){var e="bottom"===t.align.vertical,n=t.duration,i=t.gap;return Object(H.sequence)([Object(H.query)(".k-fab-item",[Object(H.style)({opacity:"*",transform:"translateY(0)"}),Object(H.stagger)(-i,[Object(H.animate)(n+"ms ease-in",Object(H.style)({opacity:0,transform:"translateY("+(e?"8px":"-8px")+")"}))])],{optional:!0})])}(i),r=this.playerFor(this.popupRef.popupElement,o);r.play(),r.onDone((function(){r&&(e.animationEnd.emit(),r.destroy(),r=null)}))},t.prototype.durationSettings=function(){return{duration:this.animationDuration(),gap:this.animationGap()}},t.prototype.animationGap=function(){var t=this.dialItemAnimation;return"boolean"!=typeof t&&ft(t.gap)?t.gap:90},t.prototype.animationDuration=function(){var t=this.dialItemAnimation;return"boolean"!=typeof t&&ft(t.duration)?t.duration:180},Object(i.__decorate)([Object(o.HostBinding)("class.k-pos-fixed"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"fixedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-pos-absolute"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"absoluteClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ContentChild)(qt,{static:!0}),Object(i.__metadata)("design:type",qt)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.ContentChild)(Gt,{static:!0}),Object(i.__metadata)("design:type",Gt)],t.prototype,"fabTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"themeColor",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"size",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"shape",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"align",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"offset",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"positionMode",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"dialClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"text",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"dialItemAnimation",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"dialItems",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("dialItemClick"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"dialItemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"close",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-floatingactionbutton",providers:[Et,Dt,Yt,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.floatingactionbutton"}],template:'\n <button\n #button\n [attr.id]="id"\n [attr.role]="role"\n [tabIndex]="componentTabIndex"\n type="button"\n [class.k-fab]="true"\n [class.k-state-disabled]="disabled"\n [ngClass]="buttonClass"\n [disabled]="disabled"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="ariaExpanded"\n [attr.aria-haspopup]="ariaHasPopup"\n (focus)="focusHandler()"\n (blur)="blurHandler()"\n [kendoEventsOutsideAngular]="{\n keydown: keyDownHandler,\n click: clickHandler\n }"\n [scope]="this"\n >\n <ng-template *ngIf="fabTemplate"\n [ngTemplateOutlet]="fabTemplate?.templateRef"\n >\n </ng-template>\n\n <ng-container *ngIf="!fabTemplate">\n <span *ngIf="icon" [ngClass]="iconClasses"></span>\n <span *ngIf="text" class="k-fab-text">{{ text }}</span>\n </ng-container>\n </button>\n\n <ng-template #popupTemplate>\n <ul\n kendoDialList\n [ngClass]="dialClass"\n [dialItems]="dialItems"\n [dialItemTemplate]=\'dialItemTemplate?.templateRef\'\n [align]="align"\n [attr.aria-labelledby]="id"\n (click)="onItemClick($event)"\n >\n </ul>\n </ng-template>\n '}),Object(i.__metadata)("design:paramtypes",[o.Renderer2,o.ElementRef,Et,Dt,o.NgZone,ct,H.AnimationBuilder,s.LocalizationService])],t)}(),Qt=function(){function t(t,e){var n=this;this.focusService=t,this.cdr=e,this.hostClass=!0,this.subscriptions=new r.Subscription,this.subscriptions.add(this.focusService.onFocus.subscribe((function(){return n.cdr.detectChanges()})))}return Object.defineProperty(t.prototype,"bottomClass",{get:function(){return"top"===this.align.vertical||"middle"===this.align.vertical},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"topClass",{get:function(){return"bottom"===this.align.vertical},enumerable:!0,configurable:!0}),t.prototype.isFocused=function(t){return this.focusService.isFocused(t)},t.prototype.ngOnDestroy=function(){this.subscriptions.unsubscribe()},Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items-bottom"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"bottomClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items-top"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"topClass",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"dialItems",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"align",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"[kendoDialList]",template:'\n <ng-container *ngFor=\'let item of dialItems; let idx = index\'>\n <li\n kendoButtonFocusable\n kendoDialItem\n [item]="dialItems[idx]"\n [index]="idx"\n [dialItemTemplate]="dialItemTemplate"\n [isFocused]="isFocused(idx)"\n [ngClass]=\'item.cssClass\'\n [ngStyle]=\'item.cssStyle\'\n [align]="align"\n >\n </li>\n </ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Et,o.ChangeDetectorRef])],t)}(),te=function(){function t(t,e,n){this.element=t,this.renderer=e,this.localisationService=n,this.hostClass=!0,this.role="menuitem"}return Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.item.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"title",{get:function(){var t=this.item.label;return t||this.itemTitle},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"indexAttr",{get:function(){return this.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClass",{get:function(){return this.item.iconClass?""+this.item.iconClass:"k-fab-item-icon k-icon k-i-"+this.item.icon},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"itemTitle",{get:function(){var t=this.item.icon,e=this.item.itemTitle;return t&&e?e:t},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){var t=this.element.nativeElement,e=this.localisationService.rtl,n=this.align.horizontal;this.renderer.addClass(t,this.getTextDirectionClass(e,n))},t.prototype.getTextDirectionClass=function(t,e){return{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[t?"rtl":"ltr"]["end"===e?"end":"start"]},Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-item"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String)],t.prototype,"role",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.title"),Object(o.HostBinding)("attr.aria-label"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"title",null),Object(i.__decorate)([Object(o.HostBinding)("attr.data-fab-item-index"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"indexAttr",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"cssClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"cssStyle",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"isFocused",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"index",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"item",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"align",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"[kendoDialItem]",template:'\n <ng-template *ngIf="dialItemTemplate"\n [ngTemplateOutlet]="dialItemTemplate"\n [ngTemplateOutletContext]="{ $implicit: item, index: index, isFocused: isFocused }"\n >\n </ng-template>\n\n <ng-container *ngIf="!dialItemTemplate">\n <span *ngIf="item.label" class="k-fab-item-text">{{ item.label }}</span>\n <span *ngIf="item.icon" [ngClass]="iconClass"></span>\n </ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,s.LocalizationService])],t)}(),ee=[Jt,qt,Gt],ne=ee.concat([Qt,te]),ie=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[ne],exports:[ee],imports:[u.CommonModule,Pt,a.EventsModule]})],t)}(),oe=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({exports:[Ct,jt,Rt,Ht,Ut,ie]})],t)}()}])}));
|
|
20
|
+
var i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function o(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var r=function(){return(r=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function a(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}return n}function s(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(a=(r<3?o(a):r>3?o(e,n,a):o(e,n))||a);return r>3&&a&&Object.defineProperty(e,n,a),a}function c(t,e){return function(n,i){e(n,i,t)}}function p(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function u(t,e,n,i){return new(n||(n=Promise))((function(o,r){function a(t){try{c(i.next(t))}catch(t){r(t)}}function s(t){try{c(i.throw(t))}catch(t){r(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((i=i.apply(t,e||[])).next())}))}function l(t,e){var n,i,o,r,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return r={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function s(r){return function(s){return function(r){if(n)throw new TypeError("Generator is already executing.");for(;a;)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 a.label++,{value:r[1],done:!1};case 5:a.label++,i=r[1],r=[0];continue;case 7:r=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==r[0]&&2!==r[0])){a=0;continue}if(3===r[0]&&(!o||r[1]>o[0]&&r[1]<o[3])){a.label=r[1];break}if(6===r[0]&&a.label<o[1]){a.label=o[1],o=r;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(r);break}o[2]&&a.ops.pop(),a.trys.pop();continue}r=e.call(t,a)}catch(t){r=[6,t],i=0}finally{n=o=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,s])}}}function d(t,e,n,i){void 0===i&&(i=n),t[i]=e[n]}function b(t,e){for(var n in t)"default"===n||e.hasOwnProperty(n)||(e[n]=t[n])}function h(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],i=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var i,o,r=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(t){o={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function m(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(f(arguments[e]));return t}function g(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var i=Array(t),o=0;for(e=0;e<n;e++)for(var r=arguments[e],a=0,s=r.length;a<s;a++,o++)i[o]=r[a];return i}function y(t){return this instanceof y?(this.v=t,this):new y(t)}function _(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,o=n.apply(t,e||[]),r=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(t){o[t]&&(i[t]=function(e){return new Promise((function(n,i){r.push([t,e,n,i])>1||s(t,e)}))})}function s(t,e){try{(n=o[t](e)).value instanceof y?Promise.resolve(n.value.v).then(c,p):u(r[0][2],n)}catch(t){u(r[0][3],t)}var n}function c(t){s("next",t)}function p(t){s("throw",t)}function u(t,e){t(e),r.shift(),r.length&&s(r[0][0],r[0][1])}}function v(t){var e,n;return e={},i("next"),i("throw",(function(t){throw t})),i("return"),e[Symbol.iterator]=function(){return this},e;function i(i,o){e[i]=t[i]?function(e){return(n=!n)?{value:y(t[i](e)),done:"return"===i}:o?o(e):e}:o}}function O(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,n=t[Symbol.asyncIterator];return n?n.call(t):(t=h(t),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(n){e[n]=t[n]&&function(e){return new Promise((function(i,o){(function(t,e,n,i){Promise.resolve(i).then((function(e){t({value:e,done:n})}),e)})(i,o,(e=t[n](e)).done,e.value)}))}}}function j(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function C(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function k(t){return t&&t.__esModule?t:{default:t}}function w(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function E(t,e,n){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,n),n}},function(e,n){e.exports=t},function(t,e,n){"use strict";n.r(e),n.d(e,"ResizeService",(function(){return U})),n.d(e,"PreventableEvent",(function(){return et})),n.d(e,"DraggableDirective",(function(){return C})),n.d(e,"DraggableModule",(function(){return k})),n.d(e,"closestInScope",(function(){return w})),n.d(e,"closest",(function(){return E})),n.d(e,"contains",(function(){return S})),n.d(e,"findElement",(function(){return x})),n.d(e,"findFocusableChild",(function(){return D})),n.d(e,"findFocusable",(function(){return T})),n.d(e,"hasClasses",(function(){return R})),n.d(e,"isFocusableWithTabKey",(function(){return A})),n.d(e,"isFocusable",(function(){return P})),n.d(e,"isVisible",(function(){return B})),n.d(e,"matchesClasses",(function(){return L})),n.d(e,"matchesNodeName",(function(){return H})),n.d(e,"rtlScrollPosition",(function(){return N})),n.d(e,"EventsOutsideAngularDirective",(function(){return K})),n.d(e,"EventsModule",(function(){return V})),n.d(e,"ResizeSensorComponent",(function(){return X})),n.d(e,"ResizeBatchService",(function(){return Y})),n.d(e,"ResizeCompatService",(function(){return q})),n.d(e,"ResizeObserverService",(function(){return $})),n.d(e,"ResizeSensorModule",(function(){return Q})),n.d(e,"KendoInput",(function(){return tt})),n.d(e,"isDocumentAvailable",(function(){return y})),n.d(e,"isChanged",(function(){return _})),n.d(e,"anyChanged",(function(){return v})),n.d(e,"hasObservers",(function(){return O})),n.d(e,"guid",(function(){return j})),n.d(e,"Keys",(function(){return F}));var i=n(0),o=n(1),r=function(t,e){return function(n){return e(t(n))}},a=function(t,e,n){return t.addEventListener&&t.addEventListener(e,n)},s=function(t,e,n){return t&&t.removeEventListener&&t.removeEventListener(e,n)},c=function(){},p=function(t){return t.preventDefault()},u=/touch/;function l(t){return t.type.match(u)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var d=function(t){var e=this,n=t.press;void 0===n&&(n=c);var i=t.drag;void 0===i&&(i=c);var o=t.release;void 0===o&&(o=c);var u=t.mouseOnly;void 0===u&&(u=!1),this._pressHandler=r(l,n),this._dragHandler=r(l,i),this._releaseHandler=r(l,o),this._ignoreMouse=!1,this._mouseOnly=u,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var n=t.which;n&&n>1||e._ignoreMouse||(a(e.document,"mousemove",e._mousemove),a(e.document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){s(e.document,"mousemove",e._mousemove),s(e.document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(a(e.document,"pointermove",e._pointermove),a(e.document,"pointerup",e._pointerup),a(e.document,"pointercancel",e._pointerup),a(e.document,"contextmenu",p),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(s(e.document,"pointermove",e._pointermove),s(e.document,"pointerup",e._pointerup),s(e.document,"pointercancel",e._pointerup),s(e.document,"contextmenu",p),e._releaseHandler(t))}},b={document:{configurable:!0}};d.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},b.document.get=function(){return this._element?this._element.ownerDocument:document},d.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},d.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?a(t,"pointerdown",this._pointerdown):(a(t,"mousedown",this._mousedown),this._mouseOnly||(a(t,"touchstart",this._touchstart),a(t,"touchmove",this._touchmove),a(t,"touchend",this._touchend)))},d.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return s(t,"pointerdown",this._pointerdown),s(this.document,"pointermove",this._pointermove),s(this.document,"pointerup",this._pointerup),s(this.document,"contextmenu",p),void s(this.document,"pointercancel",this._pointerup);s(t,"mousedown",this._mousedown),this._mouseOnly||(s(t,"touchstart",this._touchstart),s(t,"touchmove",this._touchmove),s(t,"touchend",this._touchend))},d.prototype._usePointers=function(){return!this._mouseOnly&&d.supportPointerEvent()},d.prototype.update=function(t){var e=t.press;void 0===e&&(e=c);var n=t.drag;void 0===n&&(n=c);var i=t.release;void 0===i&&(i=c);var o=t.mouseOnly;void 0===o&&(o=!1),this._pressHandler=r(l,e),this._dragHandler=r(l,n),this._releaseHandler=r(l,i),this._mouseOnly=o},d.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(d.prototype,b),d.default=d;var h=d,f=n(7),m=n(6),g=n(4),y=function(){return"undefined"!=typeof document},_=function(t,e,n){return void 0===n&&(n=!0),!(void 0===e[t]||e[t].isFirstChange()&&n||e[t].previousValue===e[t].currentValue)},v=function(t,e,n){return void 0===n&&(n=!0),t.some((function(t){return _(t,e,n)}))},O=function(t){return t&&t.observers.length>0},j=function(){for(var t="",e=0;e<32;e++){var n=16*Math.random()|0;8!==e&&12!==e&&16!==e&&20!==e||(t+="-"),t+=(12===e?4:16===e?3&n|8:n).toString(16)}return t},C=function(){function t(t,e){this.element=t,this.ngZone=e,this.enableDrag=!0,this.kendoPress=new o.EventEmitter,this.kendoDrag=new o.EventEmitter,this.kendoRelease=new o.EventEmitter}return t.prototype.ngOnInit=function(){this.toggleDraggable()},t.prototype.ngOnChanges=function(t){_("enableDrag",t)&&this.toggleDraggable()},t.prototype.ngOnDestroy=function(){this.destroyDraggable()},t.prototype.toggleDraggable=function(){var t=this;y()&&(this.destroyDraggable(),this.enableDrag&&(this.draggable=new h({drag:function(e){return t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.ngZone.runOutsideAngular((function(){return t.draggable.bindTo(t.element.nativeElement)}))))},t.prototype.destroyDraggable=function(){this.draggable&&(this.draggable.destroy(),this.draggable=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"enableDrag",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoPress",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoDrag",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"kendoRelease",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDraggable]"}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.NgZone])],t)}(),k=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[C],exports:[C],imports:[f.CommonModule]})],t)}(),w=function(t,e,n){for(;t&&t!==n&&!e(t);)t=t.parentNode;if(t!==n)return t},E=function(t,e){for(;t&&!e(t);)t=t.parentNode;return t},S=function(t,e,n){if(void 0===n&&(n=!1),!E(e,(function(e){return e===t})))return!1;var i=E(e,(function(t){return t===e}));return i&&(n||i!==t)},x=function(t,e,n){if(void 0===n&&(n=!0),t){if(n&&e(t))return t;for(t=t.firstChild;t;){if(1===t.nodeType){var i=x(t,e);if(i)return i}t=t.nextSibling}}},I=/^(?:a|input|select|option|textarea|button|object)$/i,P=function(t){if(!t.tagName)return!1;var e=t.tagName.toLowerCase(),n=Boolean(t.getAttribute("tabIndex"));return!t.disabled&&I.test(e)||n},B=function(t){var e=t.getBoundingClientRect(),n=e.width>0&&e.height>0,i=0!==e.x&&0!==e.y;return(n||i)&&"hidden"!==window.getComputedStyle(t).visibility},A=function(t,e){if(void 0===e&&(e=!0),!P(t))return!1;var n=t.getAttribute("tabIndex");return(!e||B(t))&&"-1"!==n},D=function(t,e){return void 0===e&&(e=!0),x(t,(function(t){return A(t,e)}),!1)},T=function(t,e){return void 0===e&&(e=!0),x(t,(function(t){return A(t,e)}))},z=function(t){return String(t).trim().split(" ")},R=function(t,e){var n=z(e);return Boolean(z(t.className).find((function(t){return n.indexOf(t)>=0})))},L=function(t){return function(e){return R(e,t)}},M={},H=function(t){return M[t]||(M[t]=function(e){return String(e.nodeName).toLowerCase()===t.toLowerCase()}),M[t]};function N(t,e,n){var i=t;return n<0?i=-t:n>0&&(i=e.scrollWidth-e.offsetWidth-t),i}var F,K=function(){function t(t,e,n){this.element=t,this.ngZone=e,this.renderer=n,this.events={}}return t.prototype.ngOnInit=function(){var t=this;if(this.element&&this.element.nativeElement){var e=this.events;this.subscriptions=[],this.ngZone.runOutsideAngular((function(){for(var n in e)e.hasOwnProperty(n)&&t.subscriptions.push(t.renderer.listen(t.element.nativeElement,n,t.scope?e[n].bind(t.scope):e[n]))}))}},t.prototype.ngOnDestroy=function(){if(this.subscriptions){for(var t=0;t<this.subscriptions.length;t++)this.subscriptions[t]();this.subscriptions=null}},Object(i.__decorate)([Object(o.Input)("kendoEventsOutsideAngular"),Object(i.__metadata)("design:type",Object)],t.prototype,"events",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"scope",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoEventsOutsideAngular]"}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.NgZone,o.Renderer2])],t)}(),V=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[K],exports:[K]})],t)}(),U=function(){function t(t){this.resizeBatchService=t,this.resize=new o.EventEmitter,this.acceptedSize=!1,this.state=0}return t.prototype.acceptSize=function(t){void 0===t&&(t=this.measure()),this.lastWidth=t.width,this.lastHeight=t.height,this.acceptedSize=!0},t.prototype.checkChanges=function(){y()&&0===this.state&&(this.state=1,this.resizeBatchService.schedule(this,this.init))},t.prototype.destroy=function(){this.resizeBatchService.cancel(this)},t.prototype.checkSize=function(){if(this.parentElement){var t=this.measure(),e=t.width,n=t.height;if(!(e===this.lastWidth&&n===this.lastHeight))return this.lastWidth=e,this.lastHeight=n,this.acceptedSize=!1,this.resize.emit(),!0}},t.prototype.initSize=function(){var t=this.measure();this.lastWidth=t.width,this.lastHeight=t.height},t.prototype.measure=function(){var t=0,e=0;return this.parentElement&&(e=this.parentElement.offsetHeight,t=this.parentElement.offsetWidth),{height:e,width:t}},t}(),W=function(t){var e=document.createElement("div");return e.style.cssText=t,e},Z="position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;overflow: hidden; visibility: hidden;",q=function(t){function e(e,n,i){var o=t.call(this,e)||this;return o.element=n,o.ngZone=i,o}return Object(i.__extends)(e,t),e.prototype.checkChanges=function(){2!==this.state?t.prototype.checkChanges.call(this):this.resizeBatchService.isScheduled(this)||this.resizeBatchService.schedule(this,this.checkSize)},e.prototype.destroy=function(){if(t.prototype.destroy.call(this),this.subscription&&this.subscription.unsubscribe(),this.expand){var e=this.element.nativeElement;e.removeChild(this.expand),e.removeChild(this.shrink),this.expand.removeChild(this.expandChild),this.expand=this.expandChild=this.shrink=this.element=null}},e.prototype.checkSize=function(){if(t.prototype.checkSize.call(this))return this.reset(),!0},e.prototype.init=function(){var t,e=this.parentElement=this.element.nativeElement.parentElement;"static"===(t="position",getComputedStyle(e,null).getPropertyValue(t))&&(e.style.position="relative"),this.state=2,this.render(),this.reset(),this.initSize(),this.subscribe()},e.prototype.render=function(){var t=this.element.nativeElement;t.style.cssText=Z,t.setAttribute("dir","ltr"),this.expand=W(Z),this.expandChild=W("position: absolute; left: 0; top: 0; transition: 0s;"),this.expand.appendChild(this.expandChild),t.appendChild(this.expand),this.shrink=W(Z);var e=W("position: absolute; left: 0; top: 0; transition: 0s;width: 200%; height: 200%;");this.shrink.appendChild(e),t.appendChild(this.shrink)},e.prototype.reset=function(){var t=this.expandChild;t.style.width="100000px",t.style.height="100000px";var e=this.expand;e.scrollLeft=1e5,e.scrollTop=1e5;var n=this.shrink;n.scrollLeft=1e5,n.scrollTop=1e5},e.prototype.subscribe=function(){var t=this;this.ngZone.runOutsideAngular((function(){t.subscription=Object(g.merge)(Object(g.fromEvent)(t.shrink,"scroll"),Object(g.fromEvent)(t.expand,"scroll")).subscribe((function(){t.checkSize()}))}))},e}(U),G="undefined"!=typeof ResizeObserver,$=function(t){function e(e,n,i){var o=t.call(this,e)||this;return o.element=n,o.ngZone=i,o}return Object(i.__extends)(e,t),e.supported=function(){return G},e.prototype.destroy=function(){t.prototype.destroy.call(this),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.parentElement=null},e.prototype.init=function(){var t=this;this.parentElement=this.element.nativeElement.parentElement,this.initSize(),this.state=2,this.ngZone.runOutsideAngular((function(){t.resizeObserver=new ResizeObserver((function(){t.checkSize()})),t.resizeObserver.observe(t.parentElement)}))},e}(U),Y=function(){function t(t){this.ngZone=t,this.scheduled=[],this.resolvedPromise=Promise.resolve(null),this.flush=this.flush.bind(this)}return t.prototype.schedule=function(t,e){var n=this;this.scheduled.push({instance:t,method:e}),this.subscription||this.ngZone.runOutsideAngular((function(){n.subscription=Object(g.from)(n.resolvedPromise).subscribe(n.flush)}))},t.prototype.isScheduled=function(t){return Boolean(this.scheduled.find((function(e){return e.instance===t})))},t.prototype.cancel=function(t){for(var e=this.scheduled,n=e.length,i=0;i<n;i++)if(e[i].instance===t)return e.splice(i,1),void(e.length||this.unsubscribe())},t.prototype.ngOnDestroy=function(){this.unsubscribe()},t.prototype.unsubscribe=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=null)},t.prototype.flush=function(){this.scheduled.forEach((function(t){t.method.call(t.instance)})),this.scheduled=[],this.unsubscribe()},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[o.NgZone])],t)}(),X=function(){function t(t,e,n){var i=this;this.rateLimit=10,this.resize=new o.EventEmitter;var r=$.supported()?$:q;this.resizeService=new r(t,e,n);var a=1e3/(this.rateLimit||10);this.subscription=this.resizeService.resize.pipe(Object(m.auditTime)(a)).subscribe((function(){i.resizeService.acceptedSize||i.resize.emit()}))}return t.prototype.ngAfterViewChecked=function(){this.resizeService.checkChanges()},t.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.resizeService.destroy()},t.prototype.acceptSize=function(t){this.resizeService.acceptSize(t)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"rateLimit",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"resize",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-resize-sensor",template:""}),Object(i.__metadata)("design:paramtypes",[Y,o.ElementRef,o.NgZone])],t)}(),J=[X],Q=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[J],exports:[J],providers:[Y]})],t)}(),tt=function(){};!function(t){t[t.Alt=18]="Alt",t[t.ArrowDown=40]="ArrowDown",t[t.ArrowLeft=37]="ArrowLeft",t[t.ArrowRight=39]="ArrowRight",t[t.ArrowUp=38]="ArrowUp",t[t.Backspace=8]="Backspace",t[t.Control=17]="Control",t[t.Delete=46]="Delete",t[t.Digit0=48]="Digit0",t[t.Digit1=49]="Digit1",t[t.Digit2=50]="Digit2",t[t.Digit3=51]="Digit3",t[t.Digit4=52]="Digit4",t[t.Digit5=53]="Digit5",t[t.Digit6=54]="Digit6",t[t.Digit7=55]="Digit7",t[t.Digit8=56]="Digit8",t[t.Digit9=57]="Digit9",t[t.End=35]="End",t[t.Enter=13]="Enter",t[t.Escape=27]="Escape",t[t.F1=112]="F1",t[t.F2=113]="F2",t[t.F10=121]="F10",t[t.Home=36]="Home",t[t.Insert=45]="Insert",t[t.KeyA=65]="KeyA",t[t.KeyB=66]="KeyB",t[t.KeyC=67]="KeyC",t[t.KeyD=68]="KeyD",t[t.KeyE=69]="KeyE",t[t.KeyF=70]="KeyF",t[t.KeyG=71]="KeyG",t[t.KeyH=72]="KeyH",t[t.KeyI=73]="KeyI",t[t.KeyJ=74]="KeyJ",t[t.KeyK=75]="KeyK",t[t.KeyL=76]="KeyL",t[t.KeyM=77]="KeyM",t[t.KeyN=78]="KeyN",t[t.KeyO=79]="KeyO",t[t.KeyP=80]="KeyP",t[t.KeyQ=81]="KeyQ",t[t.KeyR=82]="KeyR",t[t.KeyS=83]="KeyS",t[t.KeyT=84]="KeyT",t[t.KeyU=85]="KeyU",t[t.KeyV=86]="KeyV",t[t.KeyW=87]="KeyW",t[t.KeyX=88]="KeyX",t[t.KeyY=89]="KeyY",t[t.KeyZ=90]="KeyZ",t[t.NumpadDecimal=110]="NumpadDecimal",t[t.PageDown=34]="PageDown",t[t.PageUp=33]="PageUp",t[t.Shift=16]="Shift",t[t.Space=32]="Space",t[t.Tab=9]="Tab"}(F||(F={}));var et=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}()},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e){t.exports=i},function(t,e){t.exports=o},function(t,e){t.exports=r},function(t,e,n){"use strict";n.r(e),n.d(e,"setScriptKey",(function(){return p})),n.d(e,"validatePackage",(function(){return u}));var i,o,r=["EMfOwhq=","z3jVDxbfBMq=","B2jQzwn0","u2vLia==","BKDQzKK=","zNvUy3rPB24=","zgf0yq==","D1rPsKq=","z2v0","BgLJzw5Zzuv4CgLYyxrPB25eyxrL","DgLTzxn0yw1W","y29Kzq==","DhLWzq==","C2v0","DMvYC2LVBG==","ChjVzhvJDenVzgvZ","u3PgAeu=","BMfTzq==","sg94tgG=","zun0Beq=","z3jVDxa=","ChjVzhvJDhm=","CgfYC2u=","BfP2zKS=","lcb0AguGCgfJA2fNzsb3yxmGChvIBgLZAgvKig9Uia==","Cfj6wKC=","tM8GBgLJzw5ZzsbMB3vUzc4k","ChjVzhvJDe5HBwu=","uwrAy0q=","BefHr0m=","t3jquwq=","s1Ldrvi=","CNvlCgC=","AgfZ","zxHWAxj5rgf0zq==","CgfJA2fNzu5HBwu=","y3LqC08=","CMr1Aui=","CNvHzve=","zg9JC1vYBa==","uhjVz3jLC3mG","ChvIBgLZAerHDgu=","vgHLihbYB2r1y3qGAxmGBM90igLUy2X1zgvKigLUihrOzsbSAwnLBNnLlGO=","D2fYBG==","B3nTvxa=","swTrwfO=","CLfMrLm=","igzVCIbTB3jLigLUzM9YBwf0Aw9UlGO=","whv2wMO=","rLbJyLa=","ww91CIbSAwnLBNnLigv4CgLYzwqGB24G","C2nYAxb0s2v5","BgLJzw5ZAw5Nrg9JC1vYBa==","tgLJzw5ZzsbHy3rPDMf0Aw9UigzHAwXLzcbMB3iG","EfbArNi=","zMLUza==","Dw5KzwzPBMvK","Dg9mB2nHBgvtDhjPBMC=","BgvUz3rO"];i=r,o=131,function(t){for(;--t;)i.push(i.shift())}(++o);var a=function(t,e){var n=r[t-=0];if(void 0===a.eVebMg){a.JsjtEd=function(t){for(var e=function(t){for(var e,n,i=String(t).replace(/=+$/,""),o="",r=0,a=0;n=i.charAt(a++);~n&&(e=r%4?64*e+n:n,r++%4)?o+=String.fromCharCode(255&e>>(-2*r&6)):0)n="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=".indexOf(n);return o}(t),n=[],i=0,o=e.length;i<o;i++)n+="%"+("00"+e.charCodeAt(i).toString(16)).slice(-2);return decodeURIComponent(n)},a.rqrXoU={},a.eVebMg=!0}var i=a.rqrXoU[t];return void 0===i?(n=a.JsjtEd(n),a.rqrXoU[t]=n):n=i,n},s={data:' {"timestamp":1635163540,"products":[{"trial":false,"code":"KENDOUIREACT","licenseExpirationDate":1642770000},{"trial":false,"code":"KENDOUICOMPLETE","licenseExpirationDate":1642770000},{"trial":false,"code":"KENDOUIVUE","licenseExpirationDate":1642770000},{"trial":false,"code":"KENDOUIANGULAR","licenseExpirationDate":1642770000}],"integrity":"Iq+/hmrfWBiuOSBY/c3zb/zGgBg="} '},c=new Map;function p(t){}function u(t){if(c[a("0x14")](t[a("0x4")])){if(a("0x35")==a("0x35"))return c[a("0x36")](t[a("0x4")])}var e,n=t[a("0x1")]?" v"+t[a("0x1")]:"",i=t[a("0x4")]+n,o=JSON[a("0x9")](s[a("0x34")]),r=!o[a("0x26")]&&!o[a("0x38")],p=o[a("0x26")]&&typeof KendoLicensing===a("0x2b"),u=function(t,e){var n=t[a("0x8")];if(!n||!n[a("0x2d")]){if(a("0x11")==a("0x11"))return null}var i=new Set(e);return n[a("0x2a")]((function(t){if(a("0xa")!==a("0x18"))return i[a("0x14")](t[a("0x39")])}))}(o,t[a("0x2")]);if(r||p)if(a("0x29")!=a("0x29")){}else e={type:0,packageName:i,docsUrl:t[a("0x27")]};else if(a("0xf")===a("0x24")){}else if(u){if(a("0x12")!=a("0x12")){}else if(u[a("0x37")]<t[a("0x1c")])if(a("0x21")===a("0x32")){}else e={type:2,packageName:i,publishDate:l(t[a("0x1c")]),expiryDate:l(u[a("0x37")]),docsUrl:t[a("0x27")]}}else if(a("0x6")!=a("0x6")){}else e={type:1,packageName:i,docsUrl:t[a("0x27")]};if(e&&typeof console===a("0x30"))if(a("0x5")===a("0x3")){}else{var d=a("0x1b")+t[a("0xe")],b=typeof console[a("0x7")]===a("0x33");if(b)if(a("0xc")!=a("0xc")){}else console[a("0x7")](d);else if(a("0x17")!=a("0x17")){}else console[a("0x1e")](d);if(console[a("0x1e")](function(t){var e=a("0x28")+t[a("0x16")]+"\n";if(2===t[a("0x3a")])if(a("0x20")!=a("0x20")){}else e+=a("0x25")+t[a("0x15")][a("0x2c")]()+a("0xb")+t[a("0x1c")][a("0x2c")]()+".\n";else if(0===t[a("0x3a")])if(a("0x13")!==a("0x10"))e+=a("0xd");else{}else if(1===t[a("0x3a")])if(a("0x2e")===a("0x23")){}else e+=a("0x1d");return e+=a("0x31")+t[a("0x1a")]+a("0x22")}(e)),b)if(a("0x1f")!==a("0x19"))console[a("0x2f")]();else{}}var h=!e;return c[a("0x0")](t[a("0x4")],h),h}function l(t){return new Date(1e3*t)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(18);e.ChatComponent=i.ChatComponent;var o=n(13);e.AttachmentTemplateDirective=o.AttachmentTemplateDirective;var r=n(10);e.MessageTemplateDirective=r.MessageTemplateDirective},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t){this.templateRef=t}return t=i.__decorate([o.Directive({selector:"[kendoChatMessageTemplate]"}),i.__param(0,o.Optional()),i.__metadata("design:paramtypes",[o.TemplateRef])],t)}();e.MessageTemplateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(){};e.ChatItem=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(t){this.message=t};e.SendMessageEvent=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t){this.templateRef=t}return t=i.__decorate([o.Directive({selector:"[kendoChatAttachmentTemplate]"}),i.__param(0,o.Optional()),i.__metadata("design:paramtypes",[o.TemplateRef])],t)}();e.AttachmentTemplateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i.__extends(e,t),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"messagePlaceholder",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"send",void 0),e}(n(3).ComponentMessages);e.Messages=r},function(t,e){t.exports=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=function(t){function e(e,n){var i=t.call(this)||this;return i.action=e,i.message=n,i}return i.__extends(e,t),e}(n(30).PreventableEvent);e.ExecuteActionEvent=o},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0);i.__exportStar(n(9),e),i.__exportStar(n(21),e),i.__exportStar(n(16),e),i.__exportStar(n(12),e)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(13),a=n(3),s=n(19),c=n(10),p=n(12),u=n(8),l=n(20),d=function(){function t(t,e){var n=this;this.localization=t,this.zone=e,this.sendMessage=new o.EventEmitter,this.executeAction=new o.EventEmitter,this.autoScroll=!0,u.validatePackage(l.packageMetadata),this.direction=t.rtl?"rtl":"ltr",this.localizationChangeSubscription=t.changes.subscribe((function(t){var e=t.rtl;n.direction=e?"rtl":"ltr"}))}return Object.defineProperty(t.prototype,"className",{get:function(){return"k-widget k-chat"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dirAttr",{get:function(){return this.direction},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(){var t=this;this.zone.runOutsideAngular((function(){return setTimeout((function(){t.messageList.nativeElement.style.flex="1 1 auto"}))}))},t.prototype.ngAfterViewInit=function(){if(o.isDevMode()&&!this.user)throw new Error("User must be set and have a valid id.")},t.prototype.ngOnDestroy=function(){this.localizationChangeSubscription&&this.localizationChangeSubscription.unsubscribe()},t.prototype.sendClick=function(){var t=this.messageInput.nativeElement,e=t.value;if(e){var n={author:this.user,text:e,timestamp:new Date};this.sendMessage.emit(new p.SendMessageEvent(n)),t.value=null,t.focus(),this.autoScroll=!0}},t.prototype.inputKeydown=function(t){13===t.keyCode&&this.sendClick()},t.prototype.dispatchAction=function(t){(this.executeAction.emit(t),t.isDefaultPrevented())||(s.makeHandler(t.action)(t.action,this),this.messageInput.nativeElement.focus())},t.prototype.textFor=function(t){return this.localization.get(t)},i.__decorate([o.Input(),i.__metadata("design:type",Array)],t.prototype,"messages",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Object)],t.prototype,"user",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"sendMessage",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),i.__decorate([o.HostBinding("class"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],t.prototype,"className",null),i.__decorate([o.HostBinding("attr.dir"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],t.prototype,"dirAttr",null),i.__decorate([o.ContentChild(r.AttachmentTemplateDirective,{static:!1}),i.__metadata("design:type",r.AttachmentTemplateDirective)],t.prototype,"attachmentTemplate",void 0),i.__decorate([o.ContentChild(c.MessageTemplateDirective,{static:!1}),i.__metadata("design:type",c.MessageTemplateDirective)],t.prototype,"messageTemplate",void 0),i.__decorate([o.ViewChild("messageInput",{static:!0}),i.__metadata("design:type",o.ElementRef)],t.prototype,"messageInput",void 0),i.__decorate([o.ViewChild("messageList",{static:!0}),i.__metadata("design:type",o.ElementRef)],t.prototype,"messageList",void 0),t=i.__decorate([o.Component({providers:[a.LocalizationService,{provide:a.L10N_PREFIX,useValue:"kendo.chat"}],selector:"kendo-chat",template:'\n <ng-container\n kendoChatLocalizedMessages\n i18n-messagePlaceholder="kendo.chat.messagePlaceholder|The placholder text of the message text input"\n messagePlaceholder="Type a message..."\n\n i18n-send="kendo.chat.send|The text for the Send button"\n send="Send..."\n >\n </ng-container>\n\n <div\n #messageList\n class="k-message-list k-avatars"\n aria-live="polite" role="log"\n kendoChatScrollAnchor\n #anchor="scrollAnchor"\n [(autoScroll)]="autoScroll"\n >\n <kendo-chat-message-list\n [messages]="messages"\n [messageTemplate]="messageTemplate"\n [attachmentTemplate]="attachmentTemplate"\n [user]="user"\n (executeAction)="dispatchAction($event)"\n (resize)="anchor.scrollToBottom()"\n (navigate)="this.autoScroll = false"\n >\n </kendo-chat-message-list>\n </div>\n\n <div class="k-message-box">\n <input\n #messageInput\n kendoChatFocusedState\n type="text"\n class="k-input"\n [placeholder]="textFor(\'messagePlaceholder\')"\n (keydown)="inputKeydown($event)"\n >\n <button\n kendoButton\n fillMode="flat"\n class="k-button-send"\n tabindex="-1"\n [attr.title]="textFor(\'send\')"\n (click)="sendClick()"\n ><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 16 16"><path d="M0,14.3c-0.1,0.6,0.3,0.8,0.8,0.6l14.8-6.5c0.5-0.2,0.5-0.6,0-0.8L0.8,1.1C0.3,0.9-0.1,1.1,0,1.7l0.7,4.2C0.8,6.5,1.4,7,1.9,7.1l8.8,0.8c0.6,0.1,0.6,0.1,0,0.2L1.9,8.9C1.4,9,0.8,9.5,0.7,10.1L0,14.3z"/></svg></button>\n </div>\n '}),i.__metadata("design:paramtypes",[a.LocalizationService,o.NgZone])],t)}();e.ChatComponent=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(12),o=function(){},r={reply:function(t,e){e.sendMessage.emit(new i.SendMessageEvent({author:e.user,text:t.value,timestamp:new Date}))},call:function(t){window.open("tel:"+t.value)},openUrl:function(t){window.open(t.value)}};e.makeHandler=function(t){return r[t.type]||o}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata={name:"@progress/kendo-angular-conversational-ui",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1642589285,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(22),r=n(9),a=n(35),s=n(7),c=n(2),p=n(23),u=n(24),l=n(25),d=n(26),b=n(27),h=n(28),f=n(29),m=n(1),g=n(33),y=n(34),_=[r.ChatComponent,p.CustomMessagesComponent,r.AttachmentTemplateDirective,r.MessageTemplateDirective,l.HeroCardComponent],v=[o.AttachmentComponent,u.FocusedStateDirective,d.LocalizedMessagesDirective,b.MessageAttachmentsComponent,h.MessageComponent,f.MessageListComponent,r.MessageTemplateDirective,g.ScrollAnchorDirective,y.SuggestedActionsComponent],O=function(){function t(){}return t=i.__decorate([m.NgModule({declarations:_.concat(v),exports:[_],imports:[a.ButtonModule,s.CommonModule,c.ResizeSensorModule]})],t)}();e.ChatModule=O},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(9),a=function(){function t(){}return Object.defineProperty(t.prototype,"attachment",{get:function(){return this._attachment},set:function(t){this._attachment=t,this.context={$implicit:this.attachment}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"image",{get:function(){return 0===this.contentType.indexOf("image/")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"unknown",{get:function(){return!this.image},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentType",{get:function(){return this.attachment.contentType||""},enumerable:!0,configurable:!0}),i.__decorate([o.Input(),i.__metadata("design:type",Object),i.__metadata("design:paramtypes",[Object])],t.prototype,"attachment",null),i.__decorate([o.Input(),i.__metadata("design:type",r.AttachmentTemplateDirective)],t.prototype,"template",void 0),t=i.__decorate([o.Component({selector:"kendo-chat-attachment",template:'\n <ng-container *ngIf="template">\n <ng-container *ngTemplateOutlet="template.templateRef; context: context;">\n </ng-container>\n </ng-container>\n\n <div *ngIf="!template" class="k-card">\n <div class="k-card-body">\n <h5 class="k-card-title" *ngIf="attachment.title">\n {{ attachment.title }}\n </h5>\n <h6 class="k-card-subtitle" *ngIf="attachment.subtitle">\n {{ attachment.subtitle }}\n </h6>\n <img *ngIf="image" [attr.src]="attachment.content" />\n <ng-container *ngIf="unknown">\n {{ attachment.content }}\n </ng-container>\n </div>\n </div>\n '})],t)}();e.AttachmentComponent=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(3),a=n(14),s=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"override",{get:function(){return!0},enumerable:!0,configurable:!0}),e=n=i.__decorate([o.Component({providers:[{provide:a.Messages,useExisting:o.forwardRef((function(){return n}))}],selector:"kendo-chat-messages",template:""}),i.__metadata("design:paramtypes",[r.LocalizationService])],e)}(a.Messages);e.CustomMessagesComponent=s},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(){this.focused=!1}return t.prototype.onFocus=function(){this.focused=!0},t.prototype.onBlur=function(){this.focused=!1},i.__decorate([o.HostBinding("class.k-state-focused"),i.__metadata("design:type",Boolean)],t.prototype,"focused",void 0),i.__decorate([o.HostListener("focusin"),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[]),i.__metadata("design:returntype",void 0)],t.prototype,"onFocus",null),i.__decorate([o.HostListener("focusout"),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[]),i.__metadata("design:returntype",void 0)],t.prototype,"onBlur",null),t=i.__decorate([o.Directive({selector:"[kendoChatFocusedState]"})],t)}();e.FocusedStateDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(){this.cssClass=!0,this.executeAction=new o.EventEmitter}return t.prototype.onClick=function(t){this.executeAction.next(t)},i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"imageUrl",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"title",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],t.prototype,"subtitle",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Array)],t.prototype,"actions",void 0),i.__decorate([o.HostBinding("class.k-card"),i.__metadata("design:type",Boolean)],t.prototype,"cssClass",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),t=i.__decorate([o.Component({selector:"kendo-chat-hero-card",template:'\n <img class="k-card-image" [src]="imageUrl" *ngIf="imageUrl" />\n <div class="k-card-body">\n <h5 class="k-card-title" *ngIf="title">\n {{ title }}\n </h5>\n <h6 class="k-card-subtitle" *ngIf="subtitle">\n {{ subtitle }}\n </h6>\n </div>\n <div class="k-card-actions k-card-actions-vertical">\n <span class="k-card-action"\n *ngFor="let act of actions"\n >\n <button\n kendoButton fillMode="flat"\n (click)="onClick(act)">\n {{ act.title }}\n </button>\n </span>\n </div>\n '})],t)}();e.HeroCardComponent=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(3),a=n(14),s=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return i.__extends(e,t),n=e,e=n=i.__decorate([o.Directive({providers:[{provide:a.Messages,useExisting:o.forwardRef((function(){return n}))}],selector:"[kendoChatLocalizedMessages]"}),i.__metadata("design:paramtypes",[r.LocalizationService])],e)}(a.Messages);e.LocalizedMessagesDirective=s},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(4),a=n(6),s=n(11),c=n(9),p=function(t){function e(e){var n,i,o=t.call(this)||this;return o.zone=e,o.scrollPosition=0,o.selectedIndex=0,o.carouselKeyHandlers=((n={})[37]=function(t){return o.navigateTo(t,-1)},n[39]=function(t){return o.navigateTo(t,1)},n),o.listKeyHandlers=((i={})[38]=function(t){return o.navigateTo(t,-1)},i[40]=function(t){return o.navigateTo(t,1)},i),o}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"carousel",{get:function(){return"list"!==this.layout},enumerable:!0,configurable:!0}),e.prototype.ngAfterViewInit=function(){var t=this;this.zone.runOutsideAngular((function(){t.scrollSubscription=r.fromEvent(t.deck.nativeElement,"scroll").pipe(a.debounceTime(100)).subscribe((function(){return t.onScroll()}))}))},e.prototype.ngOnDestroy=function(){this.scrollSubscription.unsubscribe()},e.prototype.isSelected=function(t){return this.selectedIndex===t},e.prototype.itemKeydown=function(t,e){var n=("list"===this.layout?this.listKeyHandlers:this.carouselKeyHandlers)[t.keyCode];n&&n(t,e)},e.prototype.itemClick=function(t){this.select(t)},e.prototype.focus=function(){this.select(this.selectedIndex)},e.prototype.scrollTo=function(t){var e=this.deck.nativeElement,n=e.scrollWidth/this.items.length,i=e.scrollWidth-e.offsetWidth,o=e.scrollLeft+n*t;e.scrollLeft=Math.max(0,Math.min(i,o))},e.prototype.select=function(t){this.selectedIndex=t;var e=this.items.toArray()[t];e&&e.nativeElement.focus()},e.prototype.navigateTo=function(t,e){var n=this.selectedIndex,i=Math.max(0,Math.min(n+e,this.items.length-1));i!==n&&(this.select(i),t.preventDefault())},e.prototype.onScroll=function(){var t=this,e=this.deck.nativeElement;if(0!==e.scrollWidth){var n=e.scrollLeft/(e.scrollWidth-e.offsetWidth);n!==this.scrollPosition&&this.zone.run((function(){t.scrollPosition=n}))}},i.__decorate([o.Input(),i.__metadata("design:type",Array)],e.prototype,"attachments",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],e.prototype,"layout",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Input(),i.__metadata("design:type",c.AttachmentTemplateDirective)],e.prototype,"template",void 0),i.__decorate([o.HostBinding("class.k-card-deck-scrollwrap"),i.__metadata("design:type",Boolean),i.__metadata("design:paramtypes",[])],e.prototype,"carousel",null),i.__decorate([o.ViewChild("deck",{read:o.ElementRef,static:!0}),i.__metadata("design:type",o.ElementRef)],e.prototype,"deck",void 0),i.__decorate([o.ViewChildren("item",{read:o.ElementRef}),i.__metadata("design:type",o.QueryList)],e.prototype,"items",void 0),e=n=i.__decorate([o.Component({providers:[{provide:s.ChatItem,useExisting:o.forwardRef((function(){return n}))}],selector:"kendo-chat-message-attachments",template:'\n <button\n *ngIf="carousel && scrollPosition > 0"\n (click)="scrollTo(-1)"\n class="k-button k-icon-button k-button-md k-rounded-md k-button-solid k-button-solid-base"\n tabindex="-1">\n <span class="k-icon k-button-icon k-i-arrow-chevron-left"></span>\n </button>\n <div #deck [class.k-card-deck]="carousel">\n <kendo-chat-attachment #item\n *ngFor="let att of attachments; index as index; first as first; last as last"\n [attachment]="att"\n [template]="template"\n [class.k-state-selected]="isSelected(index)"\n [class.k-state-focused]="isSelected(index)"\n [class.k-card-wrap]="true"\n [class.k-first]="first"\n [class.k-last]="last"\n [attr.tabindex]="tabbable && isSelected(index) ? \'0\' : \'-1\'"\n (click)="itemClick(index)"\n (keydown)="itemKeydown($event, att)"\n >\n </kendo-chat-attachment>\n </div>\n <button\n *ngIf="carousel && scrollPosition < 1"\n (click)="scrollTo(1)"\n class="k-button k-icon-button k-button-md k-rounded-md k-button-solid k-button-solid-base"\n tabindex="-1">\n <span class="k-icon k-button-icon k-i-arrow-chevron-right"></span>\n </button>\n '}),i.__metadata("design:paramtypes",[o.NgZone])],e)}(s.ChatItem);e.MessageAttachmentsComponent=p},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(11),a=n(10),s=n(15),c=function(t){function e(e,n){var i=t.call(this)||this;return i.element=e,i.intl=n,i.cssClass=!0,i}var n;return i.__extends(e,t),n=e,Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.tabbable?"0":"-1"},enumerable:!0,configurable:!0}),e.prototype.formatTimeStamp=function(t){return this.intl.formatDate(t,{datetime:"short"})},e.prototype.focus=function(){this.element.nativeElement.focus()},i.__decorate([o.Input(),i.__metadata("design:type",Object)],e.prototype,"message",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Input(),i.__metadata("design:type",a.MessageTemplateDirective)],e.prototype,"template",void 0),i.__decorate([o.HostBinding("class.k-message"),i.__metadata("design:type",Boolean)],e.prototype,"cssClass",void 0),i.__decorate([o.HostBinding("class.k-state-selected"),o.HostBinding("class.k-state-focused"),i.__metadata("design:type",Boolean)],e.prototype,"selected",void 0),i.__decorate([o.HostBinding("attr.tabIndex"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],e.prototype,"tabIndex",null),e=n=i.__decorate([o.Component({selector:"kendo-chat-message",providers:[{provide:r.ChatItem,useExisting:o.forwardRef((function(){return n}))}],template:'\n <time\n [attr.aria-hidden]="!selected"\n class="k-message-time"\n *ngIf="message.timestamp"\n >\n {{ formatTimeStamp(message.timestamp) }}\n </time>\n\n <ng-container *ngIf="!message.typing; else typing">\n <div class="k-bubble" *ngIf="template">\n <ng-container\n *ngTemplateOutlet="template.templateRef; context: { $implicit: message };"\n >\n </ng-container>\n </div>\n\n <div class="k-bubble" *ngIf="!template && message.text">\n {{message.text}}\n </div>\n </ng-container>\n\n <span\n class="k-message-status"\n *ngIf="message.status"\n >\n {{ message.status }}\n </span>\n\n <ng-template #typing>\n <div class="k-bubble">\n <div class="k-typing-indicator">\n <span></span>\n <span></span>\n <span></span>\n </div>\n </div>\n </ng-template>\n '}),i.__metadata("design:paramtypes",[o.ElementRef,s.IntlService])],e)}(r.ChatItem);e.MessageComponent=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(16),a=n(31),s=n(11),c=n(32),p=n(9),u=n(10),l=n(15),d=function(){function t(t,e){var n,i=this;this.element=t,this.intl=e,this.executeAction=new o.EventEmitter,this.navigate=new o.EventEmitter,this.resize=new o.EventEmitter,this.cssClass=!0,this.view=[],this.keyActions=((n={})[38]=function(t){return i.navigateTo(t,-1)},n[40]=function(t){return i.navigateTo(t,1)},n)}return Object.defineProperty(t.prototype,"messages",{get:function(){return this._messages},set:function(t){var e=t||[];this.view=c.chatView(e),this._messages=e},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){this.selectedItem=this.items.last},t.prototype.onResize=function(){this.resize.emit()},t.prototype.formatTimeStamp=function(t){return this.intl.formatDate(t,{date:"full"})},t.prototype.onKeydown=function(t){var e=this.keyActions[t.keyCode];e&&e(t)},t.prototype.onBlur=function(t){var e=this,n=t.relatedTarget||document.activeElement;!a.closest(n,(function(t){return t===e.element.nativeElement}))&&this.select(null)},t.prototype.isOwnMessage=function(t){return c.isAuthor(this.user,t)},t.prototype.dispatchAction=function(t,e){var n=new r.ExecuteActionEvent(t,e);this.executeAction.emit(n)},t.prototype.trackGroup=function(t,e){return e.trackBy},t.prototype.select=function(t){var e=this.selectedItem;e&&(e.selected=!1),t&&(t.selected=!0,this.selectedItem=t)},t.prototype.last=function(t){if(t&&0!==t.length)return t[t.length-1]},t.prototype.navigateTo=function(t,e){var n=this.items.toArray(),i=this.selectedItem,o=n.indexOf(i),r=n[Math.max(0,Math.min(o+e,this.items.length-1))];r!==i&&(this.select(r),r.focus(),this.navigate.emit(),t.preventDefault())},i.__decorate([o.Input(),i.__metadata("design:type",Array),i.__metadata("design:paramtypes",[Array])],t.prototype,"messages",null),i.__decorate([o.Input(),i.__metadata("design:type",p.AttachmentTemplateDirective)],t.prototype,"attachmentTemplate",void 0),i.__decorate([o.Input(),i.__metadata("design:type",u.MessageTemplateDirective)],t.prototype,"messageTemplate",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Object)],t.prototype,"user",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"executeAction",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"navigate",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"resize",void 0),i.__decorate([o.ViewChildren(s.ChatItem),i.__metadata("design:type",o.QueryList)],t.prototype,"items",void 0),i.__decorate([o.HostBinding("class.k-message-list-content"),i.__metadata("design:type",Boolean)],t.prototype,"cssClass",void 0),i.__decorate([o.HostListener("keydown",["$event"]),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[Object]),i.__metadata("design:returntype",void 0)],t.prototype,"onKeydown",null),i.__decorate([o.HostListener("focusout",["$event"]),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[FocusEvent]),i.__metadata("design:returntype",void 0)],t.prototype,"onBlur",null),t=i.__decorate([o.Component({selector:"kendo-chat-message-list",template:'\n <ng-container *ngFor="let group of view; last as lastGroup; trackBy: trackGroup">\n <ng-container [ngSwitch]="group.type">\n <div\n *ngSwitchCase="\'date-marker\'"\n class="k-timestamp"\n >\n {{ formatTimeStamp(group.timestamp) }}\n </div>\n <div\n *ngSwitchCase="\'message-group\'"\n class="k-message-group"\n [class.k-alt]="isOwnMessage(group.messages[0])"\n [class.k-no-avatar]="!group.author.avatarUrl"\n >\n <img\n *ngIf="group.author.avatarUrl"\n [attr.src]="group.author.avatarUrl"\n class="k-avatar"\n />\n <p *ngIf="group.author.name" class="k-author">{{ group.author.name }}</p>\n <ng-container\n *ngFor="let msg of group.messages; first as firstMessage; last as lastMessage"\n >\n <img *ngIf="msg.user?.avatarUrl" [src]="msg.user?.avatarUrl" class="k-avatar">\n <kendo-chat-message #message\n [message]="msg"\n [tabbable]="lastGroup && lastMessage"\n [template]="messageTemplate"\n (click)="select(message)"\n (focus)="select(message)"\n [class.k-only]="group.messages.length === 1"\n [class.k-first]="group.messages.length > 1 && firstMessage"\n [class.k-last]="group.messages.length > 1 && lastMessage"\n >\n </kendo-chat-message>\n\n <kendo-chat-attachment\n *ngIf="msg.attachments && msg.attachments.length === 1"\n [attachment]="msg.attachments[0]"\n [template]="attachmentTemplate"\n >\n </kendo-chat-attachment>\n </ng-container>\n </div>\n\n <kendo-chat-message-attachments #attachments\n *ngSwitchCase="\'attachment-group\'"\n [attachments]="group.attachments"\n [layout]="group.attachmentLayout"\n [tabbable]="lastGroup"\n [template]="attachmentTemplate"\n (click)="select(attachments)"\n (focus)="select(attachments)"\n >\n </kendo-chat-message-attachments>\n\n <kendo-chat-suggested-actions #actions\n *ngSwitchCase="\'action-group\'"\n [actions]="group.actions"\n [tabbable]="lastGroup"\n (dispatch)="dispatchAction($event, last(group.messages))"\n (click)="select(actions)"\n (focus)="select(actions)"\n >\n </kendo-chat-suggested-actions>\n </ng-container>\n </ng-container>\n <kendo-resize-sensor (resize)="onResize()">\n </kendo-resize-sensor>\n '}),i.__metadata("design:paramtypes",[o.ElementRef,l.IntlService])],t)}();e.MessageListComponent=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}();e.PreventableEvent=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.closest=function(t,e){for(;t&&!e(t);)t=t.parentNode;return t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(1);e.isAuthor=function(t,e){return t&&e.author&&t.id===e.author.id};var o=function(t){return t[t.length-1]},r=function(t){return function(n,r,a){var s=a===t-1;return function(t,e){var n,i,r=e.timestamp,a=o(t);if(r&&(!a||(n=r,i=a.timestamp,n&&i&&(i.getDate()!==n.getDate()||i.getMonth()!==n.getMonth()||i.getFullYear()!==n.getFullYear())))){var s={type:"date-marker",timestamp:r,trackBy:r.getTime()};t.push(s)}}(n,r),function(t,n,r){var a,s=o(t);if(i.isDevMode()&&!n.author)throw new Error("Author must be set for message: "+JSON.stringify(n));n.typing&&!r||(s&&"message-group"===s.type&&(a=s.messages),a&&e.isAuthor(n.author,o(a))?a.push(n):t.push({type:"message-group",messages:[n],author:n.author,timestamp:n.timestamp,trackBy:n}))}(n,r,s),r.attachments&&r.attachments.length>1&&n.push({type:"attachment-group",attachments:r.attachments,attachmentLayout:r.attachmentLayout,timestamp:r.timestamp,trackBy:r}),r.suggestedActions&&s&&n.push({type:"action-group",actions:r.suggestedActions,timestamp:r.timestamp,trackBy:r}),n}};e.chatView=function(t){return t.reduce(r(t.length),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=function(){function t(t,e,n){this.element=t,this.zone=e,this.renderer=n,this.autoScroll=!0,this.autoScrollChange=new o.EventEmitter,this.overflowAnchor="none",this.scrolling=!1}return t.prototype.ngOnInit=function(){var t=this;this.zone.runOutsideAngular((function(){t.unsubscribe=t.renderer.listen(t.element.nativeElement,"scroll",(function(){return t.onScroll()}))}))},t.prototype.ngAfterViewInit=function(){this.scrollToBottom()},t.prototype.ngOnDestroy=function(){this.unsubscribe&&this.unsubscribe()},t.prototype.onScroll=function(){var t=this;if(!this.scrolling){var e=this.element.nativeElement,n=e.scrollTop+e.offsetHeight,i=e.scrollHeight-n<2;this.autoScroll!==i&&this.zone.run((function(){t.autoScroll=i,t.autoScrollChange.emit(t.autoScroll)}))}},t.prototype.scrollToBottom=function(){var t=this;if(this.autoScroll){var e=this.element.nativeElement;e.scrollTop=e.scrollHeight-e.clientHeight,this.scrolling=!0,this.zone.runOutsideAngular((function(){return setTimeout((function(){return t.scrolling=!1}),1e3)}))}},i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],t.prototype,"autoScroll",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],t.prototype,"autoScrollChange",void 0),i.__decorate([o.HostBinding("style.overflow-anchor"),i.__metadata("design:type",String)],t.prototype,"overflowAnchor",void 0),t=i.__decorate([o.Directive({selector:"[kendoChatScrollAnchor]",exportAs:"scrollAnchor"}),i.__metadata("design:paramtypes",[o.ElementRef,o.NgZone,o.Renderer2])],t)}();e.ScrollAnchorDirective=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),o=n(1),r=n(11),a=function(t){function e(){var e,n=null!==t&&t.apply(this,arguments)||this;return n.dispatch=new o.EventEmitter,n.defaultClass=!0,n.selectedIndex=0,n.keyHandlers=((e={})[37]=function(t){return n.navigateTo(t,-1)},e[39]=function(t){return n.navigateTo(t,1)},e[13]=function(t,e){return n.actionClick(e)},e),n}var n;return i.__extends(e,t),n=e,e.prototype.isSelected=function(t){return this.selected&&this.selectedIndex===t},e.prototype.actionClick=function(t){this.dispatch.next(t)},e.prototype.actionKeydown=function(t,e){var n=this.keyHandlers[t.keyCode];n&&n(t,e)},e.prototype.focus=function(){this.select(this.selectedIndex)},e.prototype.select=function(t){this.selectedIndex=t;var e=this.items.toArray()[t];e&&e.nativeElement.focus()},e.prototype.navigateTo=function(t,e){var n=this.selectedIndex,i=Math.max(0,Math.min(n+e,this.items.length-1));i!==n&&(this.select(i),t.preventDefault())},i.__decorate([o.Input(),i.__metadata("design:type",Array)],e.prototype,"actions",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],e.prototype,"tabbable",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],e.prototype,"dispatch",void 0),i.__decorate([o.HostBinding("class.k-quick-replies"),i.__metadata("design:type",Boolean)],e.prototype,"defaultClass",void 0),i.__decorate([o.ViewChildren("item"),i.__metadata("design:type",o.QueryList)],e.prototype,"items",void 0),e=n=i.__decorate([o.Component({selector:"kendo-chat-suggested-actions",providers:[{provide:r.ChatItem,useExisting:o.forwardRef((function(){return n}))}],template:'\n <span #item\n *ngFor="let action of actions; index as index; first as first; last as last"\n class="k-quick-reply"\n [class.k-state-selected]="isSelected(index)"\n [class.k-state-focused]="isSelected(index)"\n [class.k-first]="first"\n [class.k-last]="last"\n [attr.tabindex]="tabbable && selectedIndex === index ? \'0\' : \'-1\'"\n (click)="actionClick(action)"\n (keydown)="actionKeydown($event, action)"\n >\n {{ action.title || action.value }}\n </span>\n '})],e)}(r.ChatItem);e.SuggestedActionsComponent=a},function(t,e,n){"use strict";n.r(e),n.d(e,"KendoButtonService",(function(){return ft})),n.d(e,"DialItemComponent",(function(){return se})),n.d(e,"DialListComponent",(function(){return ae})),n.d(e,"FocusService",(function(){return Pt})),n.d(e,"FocusableDirective",(function(){return Bt})),n.d(e,"ButtonItemTemplateDirective",(function(){return xt})),n.d(e,"ListButton",(function(){return zt})),n.d(e,"ListComponent",(function(){return It})),n.d(e,"ListModule",(function(){return Tt})),n.d(e,"TemplateContextDirective",(function(){return At})),n.d(e,"NAVIGATION_CONFIG",(function(){return Rt})),n.d(e,"NavigationService",(function(){return Lt})),n.d(e,"LocalizedSplitButtonMessagesDirective",(function(){return Ft})),n.d(e,"Messages",(function(){return Nt})),n.d(e,"ButtonDirective",(function(){return gt})),n.d(e,"Button",(function(){return gt})),n.d(e,"ButtonGroupComponent",(function(){return wt})),n.d(e,"ButtonGroup",(function(){return wt})),n.d(e,"ButtonGroupModule",(function(){return St})),n.d(e,"ButtonModule",(function(){return Et})),n.d(e,"ButtonsModule",(function(){return le})),n.d(e,"SplitButtonComponent",(function(){return Ht})),n.d(e,"SplitButton",(function(){return Ht})),n.d(e,"SplitButtonModule",(function(){return Vt})),n.d(e,"SplitButtonCustomMessagesComponent",(function(){return Kt})),n.d(e,"DropDownButtonComponent",(function(){return Wt})),n.d(e,"DropDownButton",(function(){return Wt})),n.d(e,"DropDownButtonModule",(function(){return Zt})),n.d(e,"ChipComponent",(function(){return qt})),n.d(e,"ChipListComponent",(function(){return Gt})),n.d(e,"ChipModule",(function(){return Xt})),n.d(e,"FloatingActionButtonModule",(function(){return ue})),n.d(e,"FloatingActionButtonComponent",(function(){return re})),n.d(e,"FloatingActionButtonTemplateDirective",(function(){return ee})),n.d(e,"DialItemTemplateDirective",(function(){return te}));var i=n(0),o=n(1),r=n(4),a=n(2),s=n(3),c=n(6),p=n(8),u=n(7),l="bottom",d="center",b="middle",h="left",f="right",m="top",g=function(t){var e=t.anchorRect,n=t.anchorAlign,i=t.elementRect,o=t.elementAlign,r=t.margin;void 0===r&&(r={});var a=n.horizontal,s=n.vertical,c=o.horizontal,p=o.vertical,u=r.horizontal||0,h=r.vertical||0,m=e.top,g=e.left;return s===l&&(m+=e.height),s!==d&&s!==b||(m+=Math.round(e.height/2)),p===l&&(m-=i.height,h*=-1),p!==d&&p!==b||(m-=Math.round(i.height/2),h*=-1),a===f&&(g+=e.width),a!==d&&a!==b||(g+=Math.round(e.width/2)),c===f&&(g-=i.width,u*=-1),c!==d&&c!==b||(g-=Math.round(i.width/2),u*=-1),{top:m+h,left:g+u}};function y(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}function _(t){return t.ownerDocument||t.document||t}var v=function(t){return _(t).defaultView},O=function(t){return _(t).documentElement},j=0;function C(){if(!j&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",document.body.appendChild(t),j=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return j}function k(t){var e=v(t),n=O(t),i={height:e.innerHeight,width:e.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=C()),i}var w=function(t){if(!t.getBoundingClientRect){var e=k(t);return{bottom:e.height,left:0,right:e.width,top:0}}var n=t.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},E=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||O(t)},S=function(t){var e=t.getBoundingClientRect(),n=e.left,i=e.top;return e.height||e.width||(e=function(t){var e=t.style,n=e.display,i=e.left,o=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var r=t.getBoundingClientRect();return t.style.display=n,t.style.left=i,t.style.position=o,r}(t)),{top:i,left:n,height:e.height,width:e.width}},x=function(t,e){for(var n=[],i=t.parentNode;i&&(n.push(i),i!==e);)i=i.parentNode;return n};function I(t){var e=O(t),n=v(t);return{x:n.pageXOffset||e.scrollLeft||0,y:n.pageYOffset||e.scrollTop||0}}var P=function(t){return t===(t.ownerDocument||{}).body?I(t):{x:t.scrollLeft,y:t.scrollTop}};var B=function(t,e){var n=v(t),i=n.getComputedStyle(t),o=S(t),r=e||E(t),a=t.ownerDocument,s=r!==a.body&&r!==a.documentElement,c={top:0,left:0};if("fixed"!==i.position&&s){var p=n.getComputedStyle(r);(c=S(r)).top+=parseInt(p.borderTopWidth,10),c.left+=parseInt(p.borderLeftWidth,10)}return{top:o.top-c.top,left:o.left-c.left,height:o.height,width:o.width}},A=function(t,e){return t?P(t):function(t){var e=E(t);return e?P(e):{x:0,y:0}}(e)},D=function(t,e,n){void 0===n&&(n=1);var i=e?E(e):null,o=B(t,i),r=o.top,a=o.left,s=o.height,c=o.width,p=A(i,t),u=p.x,l=p.y,d=t.ownerDocument,b=i===d.body||i===d.documentElement?1:n;return{top:r+l*b,left:a+u*b,height:s,width:c}};function T(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}var z="fit",R="flip",L=function(t,e,n){var i=0;return t+e>n&&(i=n-(t+e)),t<0&&(i=-t),i},M=function(t){var e=t.offset,n=t.size,i=t.anchorSize,o=t.viewPortSize,r=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,c=2*t.margin;if(a!==r&&!(a===d||a===b)&&!(r===d||r===b)){var p=r===m||r===h;e<0&&p?e+(s=n+i+c)+n>o&&(s=0):e>=0&&!p&&(e+n>o&&(s+=-(i+n+c)),e+s<0&&(s=0))}return s},H=function(t){var e=t.anchorRect,n=t.anchorAlign,i=t.elementRect,o=t.elementAlign,r=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var c=i.top,p=i.left,u=i.height,l=i.width,d=a.height,b=a.width,h=s.horizontal||0,f=s.vertical||0,m=0,g=0,y=r.vertical===z,_=r.horizontal===z,v=r.vertical===R,O=r.horizontal===R;y&&(g+=L(c,u,d)),_&&(m+=L(p,l,b)),v&&(g+=M({margin:f,offset:c,size:u,anchorSize:e.height,viewPortSize:d,anchorAlignPoint:n.vertical,elementAlignPoint:o.vertical})),O&&(m+=M({margin:h,offset:p,size:l,anchorSize:e.width,viewPortSize:b,anchorAlignPoint:n.horizontal,elementAlignPoint:o.horizontal}));var j=v&&0!==g,C=O&&0!==m,k=y&&0!==g,w=_&&0!==m;return{flipped:C||j,fitted:k||w,flip:{horizontal:C,vertical:j},fit:{horizontal:w,vertical:k},offset:{left:m,top:g}}},N=function(t){for(var e=[],n=t.parentNode.firstElementChild;n;)n!==t&&e.push(n),n=n.nextElementSibling;return e},F=function(t,e){for(var n,i,o=x(t),r=e;r&&(n=N(r),!(i=o.reduce((function(t,e){return t.concat(n.filter((function(t){return t===e})))}),[])[0]));)r=r.parentElement;return i};K=function(t){if(!W())return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var n=e.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)",n.innerHTML='<div style="position: fixed; top: 10px;">child</div>',e.body.appendChild(n);var i=10!==n.children[0].getBoundingClientRect().top;return e.body.removeChild(n),i},U=!1;var K,V,U,W=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},Z=n(5),q=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},G=function(){return"undefined"!=typeof window},$=/auto|scroll/,Y=function(t){return function(t){return""+t.style.overflow+t.style.overflowX+t.style.overflowY}(t)||function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY}(t)};var X=function(t){var e,n=!1;return function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return n||(e=t.apply(void 0,i),n=!0),e}}((function(){if(!Object(a.isDocumentAvailable)()&&null!==document.body)return!1;var t=document.createElement("div");t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML='<div style="position: fixed; top: 10px;">child</div>',document.body.appendChild(t);var e=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),e})),J=function(t,e){return t&&1!==e?{height:t.height/e,left:t.left/e,top:t.top/e,width:t.width/e}:t},Q=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],tt=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.addScroll=function(t,e){return y(t,e)},t.prototype.align=function(t){return g(t)},t.prototype.boundingOffset=function(t){return w(this.nativeElement(t))},t.prototype.getFontStyles=function(t){var e=this.getWindow();if(!e||!t)return[];var n=e.getComputedStyle(this.nativeElement(t));return Q.map((function(t){return{key:t,value:n[t]}}))},t.prototype.getWindow=function(){return G()?window:null},t.prototype.hasOffsetParent=function(t){return!!t&&!!this.nativeElement(t).offsetParent},t.prototype.offset=function(t){return t?S(this.nativeElement(t)):null},t.prototype.offsetAtPoint=function(t,e){if(!t)return null;var n=this.nativeElement(t),i=n.style,o=i.left,r=i.top,a=i.transition;n.style.transition="none",n.style.left=e.left+"px",n.style.top=e.top+"px";var s=S(n);return n.style.left=o,n.style.top=r,n.offsetHeight,n.style.transition=a,s},t.prototype.nativeElement=function(t){return t?t.nativeElement||t:null},t.prototype.position=function(t,e,n){return void 0===n&&(n=1),t&&e?D(this.nativeElement(t),this.nativeElement(e),n):null},t.prototype.removeScroll=function(t,e){return T(t,e)},t.prototype.restrictToView=function(t){return H(t)},t.prototype.scrollPosition=function(t){return I(this.nativeElement(t))},t.prototype.scrollableParents=function(t){return function(t){var e=[];if(!Object(a.isDocumentAvailable)()||!G())return e;for(var n=t.parentElement;n;)($.test(Y(n))||n.hasAttribute("data-scrollable"))&&e.push(n),n=n.parentElement;return e.push(window),e}(this.nativeElement(t))},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?S(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.getRelativeContextElement=function(t){if(!t||!X())return null;for(var e=this.nativeElement(t).parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return k(this.nativeElement(t))},t.prototype.zIndex=function(t,e){return function(t,e){if(!t||!Object(a.isDocumentAvailable)()||!G())return null;var n=F(t,e);if(!n)return null;var i=[t].concat(x(t,n)).reduce((function(t,e){var n=e.style.zIndex||window.getComputedStyle(e).zIndex,i=parseInt(n,10);return i>t?i:t}),0);return i?i+1:null}(this.nativeElement(t),this.nativeElement(e))},t.prototype.zoomLevel=function(){return Object(a.isDocumentAvailable)()&&G()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),et=new o.InjectionToken("Popup Document Scale"),nt=function(){function t(t,e){void 0===e&&(e=1),this._dom=t,this.scale=e}return t.prototype.alignElement=function(t){var e=t.anchor,n=t.element,i=t.anchorAlign,o=t.elementAlign,r=t.margin,a=t.offset,s=t.positionMode,c=this.scale||1,p="fixed"===s||!this._dom.hasOffsetParent(n)?this.absoluteRect(e,n,a,c):this.relativeRect(e,n,a,c),u=J(this._dom.offset(n),c);return this._dom.align({anchorAlign:i,anchorRect:p,elementAlign:o,elementRect:u,margin:r})},t.prototype.absoluteRect=function(t,e,n,i){var o=this.elementScrollPosition(t,e),r=q(this._dom.offset(t),n),a=2*i,s=this._dom.stackingElementScroll(e);1!==i&&s&&(s.x/=a,s.y/=a);var c=this._dom.stackingElementOffset(e);return 1!==i&&c&&(c.left/=a,c.top/=a),this._dom.removeScroll(this._dom.addScroll(function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t}(J(r,i),c),s),o)},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,n,i){var o=q(this._dom.position(t,e,i),n);return J(o,i)},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(1,Object(o.Inject)(et)),Object(i.__param)(1,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[tt,Number])],t)}(),it=function(){function t(t,e){void 0===e&&(e=1),this._dom=t,this.scale=e}return t.prototype.positionElement=function(t){var e=t.anchor,n=t.currentLocation,i=t.element,o=t.anchorAlign,r=t.elementAlign,a=t.collisions,s=t.margin,c=this._dom,p=this.scale||1,u=c.offsetAtPoint(i,n),l=J(u,p),d=J(c.offset(e),p),b=q(d,n),h=t.viewPort||c.windowViewPort(i);h.width=h.width/p,h.height=h.height/p;var f=c.restrictToView({anchorAlign:o,anchorRect:b,collisions:a,elementAlign:r,elementRect:l,margin:s,viewPort:h}),m=c.addOffset(n,f.offset);return{flip:f.flip,flipped:f.flipped,offset:m}},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(1,Object(o.Inject)(et)),Object(i.__param)(1,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[tt,Number])],t)}(),ot=function(){function t(t,e){this._dom=t,this._zone=e}return t.prototype.subscribe=function(t){var e=this;Object(a.isDocumentAvailable)()&&this._zone.runOutsideAngular((function(){e.subscription=Object(r.fromEvent)(e._dom.getWindow(),"resize").pipe(Object(c.auditTime)(1e3/60)).subscribe((function(){return t()}))}))},t.prototype.unsubscribe=function(){this.subscription&&this.subscription.unsubscribe()},t.prototype.isUnsubscribed=function(){return this.subscription&&this.subscription.closed},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[tt,o.NgZone])],t)}(),rt=function(){function t(t,e){this._dom=t,this._zone=e}return t.prototype.forElement=function(t){return this.unsubscribe(),this.element=t,this},t.prototype.subscribe=function(t){var e=this;if(t&&Object(a.isDocumentAvailable)()&&this.element){var n=this._dom.nativeElement(this.element),i=this._dom.scrollableParents(this.element);this._zone.runOutsideAngular((function(){var o=i.map((function(t){return Object(r.fromEvent)(t,"scroll").pipe(Object(c.auditTime)(1e3/60))}));e.subscription=r.merge.apply(void 0,o).subscribe((function(o){var r=o.target,a=i.filter((function(t){return t===r})).length>0,s=r===document,c=r===window;(a||s||c)&&t(e.isVisible(n,r))}))}))}},t.prototype.unsubscribe=function(){this.subscription&&this.subscription.unsubscribe()},t.prototype.isVisible=function(t,e){var n=this._dom.boundingOffset(t),i=this._dom.boundingOffset(e);return!(1<i.top-n.bottom)&&(!(1<n.top-i.bottom)&&(!(1<n.left-i.right)&&!(1<i.left-n.right)))},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[tt,o.NgZone])],t)}(),at={expand:function(t){var e="up"===t||"down"===t?"scaleY":"scaleX";return{start:{transform:e+"(0)",transformOrigin:"down"===t?"top":"left"===t?"right":"right"===t?"left":"bottom"},end:{transform:e+"(1)"}}},slide:function(t){var e="left"===t||"right"===t?"translateX":"translateY";return{start:{transform:e+"("+("right"===t||"down"===t?-100:100)+"%)"},end:{transform:e+"(0%)"}}},fade:function(){return{start:{opacity:0},end:{opacity:1}}},zoom:function(){return{start:{transform:"scale(0)"},end:{transform:"scale(1)"}}}},st=function(){function t(t){this.animationBuilder=t,this.start=new o.EventEmitter,this.end=new o.EventEmitter}return t.prototype.play=function(t,e,n){if(!this.flip||this.flip.horizontal!==n.horizontal||this.flip.vertical!==n.vertical){this.flip=n;var i=e.type||"slide",r=at[i];if(r){var a=r(this.getDirection(n,e));this.playStates(t,a,e)}else if(Object(o.isDevMode)())throw new Error('Unsupported animation type: "'+i+'". The supported types are slide, expand, fade and zoom.')}},t.prototype.ngOnDestroy=function(){this.stopPlayer()},t.prototype.playStates=function(t,e,n){var i=this;this.stopPlayer();var o=n.duration||100,r=this.animationBuilder.build([Object(Z.style)(e.start),Object(Z.animate)(o+"ms ease-in",Object(Z.style)(e.end))]),a=this.player=r.create(t);a.onDone((function(){i.end.emit(),i.stopPlayer()})),this.start.emit(),a.play()},t.prototype.getDirection=function(t,e){var n=e.direction||"down";return t.horizontal&&("left"===n?n="right":"right"===n&&(n="left")),t.vertical&&("down"===n?n="up":"up"===n&&(n="down")),n},t.prototype.stopPlayer=function(){this.player&&(this.player.destroy(),this.player=null)},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__metadata)("design:paramtypes",[Z.AnimationBuilder])],t)}(),ct={name:"@progress/kendo-angular-popup",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1642583997,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"},pt={left:-1e4,top:0},ut=function(){function t(t,e,n,i,r,a,s,c,u){this.container=t,this._alignService=e,this.domService=n,this._positionService=i,this._resizeService=r,this._scrollableService=a,this.animationService=s,this._renderer=c,this._zone=u,this.animate=!0,this.anchorAlign={horizontal:"left",vertical:"bottom"},this.collision={horizontal:"fit",vertical:"flip"},this.popupAlign={horizontal:"left",vertical:"top"},this.copyAnchorStyles=!1,this.positionMode="fixed",this.offset=pt,this.anchorViewportLeave=new o.EventEmitter,this.close=new o.EventEmitter,this.open=new o.EventEmitter,this.positionChange=new o.EventEmitter,this.resolvedPromise=Promise.resolve(null),this.initialCheck=!0,Object(p.validatePackage)(ct),this._renderer.addClass(t.nativeElement,"k-animation-container"),this.updateFixedClass()}return t.prototype.ngOnInit=function(){this.reposition=this.reposition.bind(this),this._resizeService.subscribe(this.reposition),this.animationSubscriptions=this.animationService.start.subscribe(this.onAnimationStart.bind(this)),this.animationSubscriptions.add(this.animationService.end.subscribe(this.onAnimationEnd.bind(this))),this._scrollableService.forElement(this.anchor||this.container).subscribe(this.onScroll.bind(this)),this.currentOffset=pt,this.setZIndex(),this.copyFontStyles(),this.updateFixedClass(),this.reposition()},t.prototype.ngOnChanges=function(t){t.copyAnchorStyles&&this.copyFontStyles(),t.positionMode&&this.updateFixedClass()},t.prototype.ngAfterViewInit=function(){var t=this;this.animate||this.resolvedPromise.then((function(){t.onAnimationEnd()}))},t.prototype.ngAfterViewChecked=function(){var t=this;this.initialCheck?this.initialCheck=!1:this._zone.runOutsideAngular((function(){t.unsubscribeReposition(),t.repositionSubscription=Object(r.from)(t.resolvedPromise).subscribe(t.reposition)}))},t.prototype.ngOnDestroy=function(){this.anchorViewportLeave.complete(),this.positionChange.complete(),this.close.emit(),this.close.complete(),this._resizeService.unsubscribe(),this._scrollableService.unsubscribe(),this.animationSubscriptions.unsubscribe(),this.unsubscribeReposition()},t.prototype.onResize=function(){this.reposition()},t.prototype.onAnimationStart=function(){this._renderer.removeClass(this.container.nativeElement,"k-animation-container-shown")},t.prototype.onAnimationEnd=function(){this._renderer.addClass(this.container.nativeElement,"k-animation-container-shown"),this.open.emit(),this.open.complete()},Object.defineProperty(t.prototype,"currentOffset",{get:function(){return this._currentOffset},set:function(t){this.setContainerStyle("left",t.left+"px"),this.setContainerStyle("top",t.top+"px"),this._currentOffset=t},enumerable:!0,configurable:!0}),t.prototype.setZIndex=function(){this.anchor&&this.setContainerStyle("z-index",String(this.domService.zIndex(this.anchor,this.container)))},t.prototype.reposition=function(){var t=this;if(Object(a.isDocumentAvailable)()){var e,n,i,o,r,s,c=this.position(),p=c.flip,u=c.offset;(!this.currentOffset||(e=this.currentOffset,n=u,i=e.left,o=e.top,r=n.left,s=n.top,Math.abs(i-r)>=1||Math.abs(o-s)>=1))&&(this.currentOffset=u,Object(a.hasObservers)(this.positionChange)&&this._zone.run((function(){return t.positionChange.emit({offset:u,flip:p})}))),this.animate&&this.animationService.play(this.contentContainer.nativeElement,this.animate,p),this.resizeSensor.acceptSize()}},t.prototype.position=function(){var t=this._alignService.alignElement({anchor:this.anchor,anchorAlign:this.anchorAlign,element:this.container,elementAlign:this.popupAlign,margin:this.margin,offset:this.offset,positionMode:this.positionMode});return this._positionService.positionElement({anchor:this.anchor,anchorAlign:this.anchorAlign,collisions:this.collision,currentLocation:t,element:this.container,elementAlign:this.popupAlign,margin:this.margin})},t.prototype.onScroll=function(t){var e=this,n=Object(a.hasObservers)(this.anchorViewportLeave);t||!n?this.reposition():n&&this._zone.run((function(){e.anchorViewportLeave.emit()}))},t.prototype.copyFontStyles=function(){var t=this;this.anchor&&this.copyAnchorStyles&&this.domService.getFontStyles(this.anchor).forEach((function(e){return t.setContainerStyle(e.key,e.value)}))},t.prototype.updateFixedClass=function(){var t="fixed"===this.positionMode?"addClass":"removeClass";this._renderer[t](this.container.nativeElement,"k-animation-container-fixed")},t.prototype.setContainerStyle=function(t,e){this._renderer.setStyle(this.container.nativeElement,t,e)},t.prototype.unsubscribeReposition=function(){this.repositionSubscription&&this.repositionSubscription.unsubscribe()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"animate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"anchor",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"anchorAlign",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"collision",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"popupAlign",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"copyAnchorStyles",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"popupClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"positionMode",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"offset",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"margin",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"anchorViewportLeave",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"close",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"positionChange",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"contentContainer",void 0),Object(i.__decorate)([Object(o.ViewChild)(a.ResizeSensorComponent,{static:!0}),Object(i.__metadata)("design:type",a.ResizeSensorComponent)],t.prototype,"resizeSensor",void 0),t=Object(i.__decorate)([Object(o.Component)({exportAs:"kendo-popup",providers:[nt,st,tt,it,ot,rt],selector:"kendo-popup",template:'\n <div class="k-popup" [ngClass]="popupClass" #container>\n <ng-content></ng-content>\n <ng-template [ngTemplateOutlet]="content" [ngIf]="content"></ng-template>\n <kendo-resize-sensor [rateLimit]="100" (resize)="onResize()">\n </kendo-resize-sensor>\n </div>\n '}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,nt,tt,it,ot,rt,st,o.Renderer2,o.NgZone])],t)}(),lt=new o.InjectionToken("Popup Container"),dt=function(){function t(t,e,n,i){this.applicationRef=t,this.componentFactoryResolver=e,this.injector=n,this.container=i}return Object.defineProperty(t.prototype,"rootViewContainer",{get:function(){var t=this.applicationRef.components||[];if(t[0])return t[0];throw new Error("\n View Container not found! Inject the POPUP_CONTAINER or define a specific ViewContainerRef via the appendTo option.\n See http://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.\n ")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rootViewContainerNode",{get:function(){return this.container?this.container.nativeElement:this.getComponentRootNode(this.rootViewContainer)},enumerable:!0,configurable:!0}),t.prototype.open=function(t){void 0===t&&(t={});var e=this.contentFrom(t.content),n=e.component,i=e.nodes,o=this.appendPopup(i,t.appendTo),r=o.instance;this.projectComponentInputs(o,t),o.changeDetectorRef.detectChanges(),n&&n.changeDetectorRef.detectChanges();var a=this.getComponentRootNode(o);return{close:function(){var t;n&&n.destroy(),o.destroy(),(t=a)&&t.parentNode&&t.parentNode.removeChild(t)},content:n,popup:o,popupAnchorViewportLeave:r.anchorViewportLeave,popupClose:r.close,popupElement:a,popupOpen:r.open,popupPositionChange:r.positionChange}},t.prototype.appendPopup=function(t,e){var n=this.createComponent(ut,t,e);return e||this.rootViewContainerNode.appendChild(this.getComponentRootNode(n)),n},t.prototype.getComponentRootNode=function(t){return t.location.nativeElement},t.prototype.getComponentFactory=function(t){return this.componentFactoryResolver.resolveComponentFactory(t)},t.prototype.createComponent=function(t,e,n){var i=this.getComponentFactory(t);if(n)return n.createComponent(i,void 0,this.injector,e);var o=i.create(this.injector,e);return this.applicationRef.attachView(o.hostView),o},t.prototype.projectComponentInputs=function(t,e){return Object.getOwnPropertyNames(e).filter((function(t){return"content"!==t||e.content instanceof o.TemplateRef})).map((function(n){t.instance[n]=e[n]})),t},t.prototype.contentFrom=function(t){if(!t||t instanceof o.TemplateRef)return{component:null,nodes:[[]]};var e=this.createComponent(t);return{component:e,nodes:[e?[e.location.nativeElement]:[]]}},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(3,Object(o.Inject)(lt)),Object(i.__param)(3,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.ApplicationRef,o.ComponentFactoryResolver,o.Injector,o.ElementRef])],t)}(),bt=[ut],ht=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[bt],entryComponents:[bt],exports:[bt],imports:[u.CommonModule,a.ResizeSensorModule],providers:[dt]})],t)}(),ft=function(){function t(){this.buttonLookChange=new r.BehaviorSubject("default"),this.buttonClicked=new r.Subject,this.buttonClicked$=this.buttonClicked.asObservable()}return t.prototype.click=function(t){this.buttonClicked.next(t)},t.prototype.setButtonLook=function(t){this.buttonLookChange.next(t)},t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),mt={name:"@progress/kendo-angular-buttons",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1635937762,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"},gt=function(){function t(t,e,n,i,r){var a=this;this.service=n,this.ngZone=r,this.toggleable=!1,this.primary=!1,this.look="default",this.role="button",this.selectedChange=new o.EventEmitter,this.click=new o.EventEmitter,this.isDisabled=!1,this.isIcon=!1,this.isIconClass=!1,this._focused=!1,this.domEvents=[],Object(p.validatePackage)(mt),this.direction=i.rtl?"rtl":"ltr",this.localizationChangeSubscription=i.changes.subscribe((function(t){var e=t.rtl;return a.direction=e?"rtl":"ltr"})),this.element=t.nativeElement,this.renderer=e}return Object.defineProperty(t.prototype,"togglable",{get:function(){return this.toggleable},set:function(t){this.toggleable=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return this._selected||!1},set:function(t){this._selected=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tabIndex",{get:function(){return this.element.tabIndex},set:function(t){this.element.tabIndex=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"icon",{set:function(t){var e=this;t?this.iconSetter(t,(function(){e.isIcon=!0;var n="k-icon k-i-"+t;e.addIcon(n)})):(this.isIcon=!1,this.updateIconNode())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClass",{set:function(t){var e=this;t?this.iconSetter(t,(function(){e.isIconClass=!0,e.addIcon(t)})):(this.isIconClass=!1,this.updateIconNode())},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"imageUrl",{set:function(t){t?this.iconSetter(t,this.addImgIcon.bind(this)):this.removeImageNode()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this.isDisabled},set:function(t){this.isDisabled=t,this.renderer.setProperty(this.element,"disabled",t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFocused",{get:function(){return this._focused},set:function(t){this.toggleClass("k-state-focused",t),this._focused=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classButton",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classPrimary",{get:function(){return this.primary},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isToggleable",{get:function(){return this.toggleable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isBare",{get:function(){return"bare"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isClear",{get:function(){return"clear"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"roleSetter",{get:function(){return this.role},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classDisabled",{get:function(){return this.isDisabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classActive",{get:function(){return this.selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"getDirection",{get:function(){return this.direction},enumerable:!0,configurable:!0}),t.prototype.onFocus=function(){this.isFocused=!0},t.prototype.onBlur=function(){this.isFocused=!1},t.prototype.ngOnInit=function(){var t=this,e="SPAN"===this.element.tagName;this.service&&(this.buttonLookChangeSubscription=this.service.buttonLookChange.pipe(Object(c.filter)((function(t){return"default"!==t}))).subscribe((function(e){return t.look=e}))),!this.element.hasAttribute("role")&&this.togglable&&this.toggleAriaPressed(this.toggleable),this.role&&this.setAttribute("role",this.role),this.ngZone.runOutsideAngular((function(){t.domEvents.push(t.renderer.listen(t.element,"click",t._onButtonClick.bind(t))),t.domEvents.push(t.renderer.listen(t.element,"keydown",(function(n){!e||n.keyCode!==a.Keys.Space&&n.keyCode!==a.Keys.Enter||(t.click.emit(n),t._onButtonClick())})))}))},t.prototype.ngOnChanges=function(t){(Object(a.isChanged)("togglable",t)||Object(a.isChanged)("toggleable",t))&&this.toggleAriaPressed(this.toggleable)},t.prototype.ngAfterViewChecked=function(){this.setIconTextClasses()},t.prototype.ngOnDestroy=function(){this.imageNode=null,this.iconNode=null,this.renderer=null,this.localizationChangeSubscription.unsubscribe(),this.service&&this.buttonLookChangeSubscription&&this.buttonLookChangeSubscription.unsubscribe(),clearTimeout(this.deferTimeout),this.domEvents.forEach((function(t){return t()}))},t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&(this.element.focus(),this.isFocused=!0)},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.element.blur(),this.isFocused=!1)},t.prototype.setAttribute=function(t,e){this.renderer.setAttribute(this.element,t,e)},t.prototype.removeAttribute=function(t){this.renderer.removeAttribute(this.element,t)},t.prototype.setSelected=function(t){var e=this,n=this.selected!==t;this.selected=t,this.setAttribute("aria-pressed",this.selected.toString()),this.toggleClass("k-state-selected",this.selected),n&&Object(a.hasObservers)(this.selectedChange)&&this.ngZone.run((function(){e.selectedChange.emit(t)}))},t.prototype.toggleAriaPressed=function(t){Object(a.isDocumentAvailable)()&&(t?this.setAttribute("aria-pressed",this.selected.toString()):this.removeAttribute("aria-pressed"))},t.prototype.hasText=function(){return!!Object(a.isDocumentAvailable)()&&String(this.element.textContent).trim().length>0},t.prototype.addImgIcon=function(t){var e=this.renderer;this.imageNode?e.setProperty(this.imageNode,"src",t):Object(a.isDocumentAvailable)()&&(this.imageNode=e.createElement("img"),e.setProperty(this.imageNode,"src",t),e.setProperty(this.imageNode,"className","k-image"),e.setAttribute(this.imageNode,"role","presentation"),this.prependChild(this.imageNode))},t.prototype.addIcon=function(t){var e=this.renderer;this.iconNode?e.setProperty(this.iconNode,"className",t):Object(a.isDocumentAvailable)()&&(this.iconNode=e.createElement("span"),e.setProperty(this.iconNode,"className",t),e.setAttribute(this.iconNode,"role","presentation"),this.prependChild(this.iconNode))},t.prototype.prependChild=function(t){var e=this;this.defer((function(){e.renderer&&t!==e.element.firstChild&&e.renderer.insertBefore(e.element,t,e.element.firstChild)}))},t.prototype.defer=function(t){var e=this;this.ngZone.runOutsideAngular((function(){e.deferTimeout=setTimeout(t,0)}))},t.prototype.iconSetter=function(t,e){t&&e(t),this.setIconTextClasses()},t.prototype.removeImageNode=function(){this.imageNode&&this.renderer.parentNode(this.imageNode)&&(this.renderer.removeChild(this.element,this.imageNode),this.imageNode=null)},t.prototype.removeIconNode=function(){this.iconNode&&this.renderer.parentNode(this.iconNode)&&(this.renderer.removeChild(this.element,this.iconNode),this.iconNode=null)},t.prototype.updateIconNode=function(){this.isIcon||this.isIconClass||this.removeIconNode()},t.prototype.setIconTextClasses=function(){var t=this.isIcon||this.isIconClass||this.imageNode,e=this.hasText();this.toggleClass("k-button-icon",t&&!e),this.toggleClass("k-button-icontext",t&&e)},t.prototype.toggleClass=function(t,e){e?this.renderer.addClass(this.element,t):this.renderer.removeClass(this.element,t)},t.prototype._onButtonClick=function(){var t=this;!this.disabled&&this.service&&this.ngZone.run((function(){t.service.click(t)})),this.togglable&&!this.service&&this.setSelected(!this.selected)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"toggleable",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"togglable",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"primary",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"selected",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[Number])],t.prototype,"tabIndex",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"icon",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"iconClass",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"imageUrl",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"role",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"selectedChange",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"click",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-button"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classButton",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-primary"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classPrimary",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-toggle-button"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isToggleable",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-bare"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isBare",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-clear"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isClear",null),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"roleSetter",null),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classDisabled",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-selected"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"classActive",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"getDirection",null),Object(i.__decorate)([Object(o.HostListener)("focus"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onFocus",null),Object(i.__decorate)([Object(o.HostListener)("blur"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onBlur",null),t=Object(i.__decorate)([Object(o.Directive)({exportAs:"kendoButton",providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.button"}],selector:"button[kendoButton], span[kendoButton]"}),Object(i.__param)(2,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,ft,s.LocalizationService,o.NgZone])],t)}(),yt=Promise.resolve(null),_t=function(t){return null!=t},vt=function(t){return yt.then(t)};function Ot(t,e){if(t.closest)return t.closest(e);for(var n=Element.prototype.matches?function(t,e){return t.matches(e)}:function(t,e){return t.msMatchesSelector(e)},i=t;i&&9!==i.nodeType;){if(n(i,e))return i;i=i.parentNode}}var jt,Ct,kt=function(){function t(){this.prevented=!1}return t.prototype.preventDefault=function(){this.prevented=!0},t.prototype.isDefaultPrevented=function(){return this.prevented},t}(),wt=function(){function t(t,e,n){var i=this;this.service=t,this.element=n,this.selection="multiple",this.look="default",this.navigate=new o.EventEmitter,this._tabIndex=0,this.currentTabIndex=0,this.localizationChangeSubscription=e.changes.subscribe((function(t){var e=t.rtl;return i.direction=e?"rtl":"ltr"}))}return Object.defineProperty(t.prototype,"tabIndex",{get:function(){return this._tabIndex},set:function(t){this._tabIndex=t,this.currentTabIndex=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stretchedClass",{get:function(){return!!this.width},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isBare",{get:function(){return"bare"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"getRole",{get:function(){return this.isSelectionSingle()?"radiogroup":"group"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaDisabled",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperWidth",{get:function(){return this.width},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"wrapperTabIndex",{get:function(){return this.disabled?void 0:this.currentTabIndex},enumerable:!0,configurable:!0}),t.prototype.keydown=function(t){this.disabled||this.navigateFocus(t)},t.prototype.onFocus=function(){this.currentTabIndex=-1;var t=this.buttons.toArray().findIndex((function(t){return-1!==t.element.tabIndex})),e=-1===t?0:t;this.focus(this.buttons.filter((function(t,n){return n===e})))},t.prototype.focusout=function(t){t.relatedTarget&&t.relatedTarget.parentNode!==this.element.nativeElement&&(this.defocus(this.buttons.toArray()),this.currentTabIndex=this.tabIndex)},t.prototype.ngOnInit=function(){var t=this;this.service.setButtonLook(this.look),this.subscription=this.service.buttonClicked$.subscribe((function(e){var n;t.isSelectionSingle()?(n=!0,t.deactivate(t.buttons.filter((function(t){return t!==e})))):(t.defocus(t.buttons.toArray()),n=!e.selected),e.togglable&&e.setSelected(n),e.setAttribute("tabindex","0")}))},t.prototype.ngOnChanges=function(t){var e=this;Object(a.isChanged)("disabled",t)&&this.buttons.forEach((function(t){_t(e.disabled)&&(t.disabled=e.disabled)}))},t.prototype.ngAfterContentInit=function(){this.buttons.forEach((function(t){t.selected?t.setAttribute("tabindex","0"):t.setAttribute("tabindex","-1")}))},t.prototype.ngAfterViewChecked=function(){this.buttons.length&&(this.buttons.first.renderer.addClass(this.buttons.first.element,"k-group-start"),this.buttons.last.renderer.addClass(this.buttons.last.element,"k-group-end"))},t.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.localizationChangeSubscription.unsubscribe()},t.prototype.ngAfterContentChecked=function(){this.verifySettings()},t.prototype.navigateFocus=function(t){var e=this.buttons.toArray().findIndex((function(t){return-1!==t.element.tabIndex})),n=this.buttons.length-1,i=new kt;t.keyCode===a.Keys.ArrowRight&&e<n&&(this.navigate.emit(i),i.isDefaultPrevented()||(this.defocus(this.buttons.toArray()),this.focus(this.buttons.filter((function(t,n){return n===e+1}))))),t.keyCode===a.Keys.ArrowLeft&&e>0&&(this.navigate.emit(i),i.isDefaultPrevented()||(this.defocus(this.buttons.toArray()),this.focus(this.buttons.filter((function(t,n){return n===e-1})))))},t.prototype.deactivate=function(t){t.forEach((function(t){t.setSelected(!1),t.setAttribute("tabindex","-1")}))},t.prototype.activate=function(t){t.forEach((function(t){t.setSelected(!0),t.setAttribute("tabindex","0"),t.focus()}))},t.prototype.defocus=function(t){t.forEach((function(t){t.setAttribute("tabindex","-1")}))},t.prototype.focus=function(t){t.forEach((function(t){t.setAttribute("tabindex","0"),t.focus()}))},t.prototype.verifySettings=function(){if(Object(o.isDevMode)()&&this.isSelectionSingle()&&this.buttons.filter((function(t){return t.selected})).length>1)throw new Error("Having multiple selected buttons with single selection mode is not supported")},t.prototype.isSelectionSingle=function(){return"single"===this.selection},Object(i.__decorate)([Object(o.Input)("disabled"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"disabled",void 0),Object(i.__decorate)([Object(o.Input)("selection"),Object(i.__metadata)("design:type",String)],t.prototype,"selection",void 0),Object(i.__decorate)([Object(o.Input)("width"),Object(i.__metadata)("design:type",String)],t.prototype,"width",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[Number])],t.prototype,"tabIndex",null),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"navigate",void 0),Object(i.__decorate)([Object(o.ContentChildren)(gt),Object(i.__metadata)("design:type",o.QueryList)],t.prototype,"buttons",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-stretched"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"stretchedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-bare"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isBare",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-button-group-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"getRole",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"dir",null),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"ariaDisabled",null),Object(i.__decorate)([Object(o.HostBinding)("style.width"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperWidth",null),Object(i.__decorate)([Object(o.HostBinding)("attr.tabindex"),Object(i.__metadata)("design:type",Number),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"wrapperTabIndex",null),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("focus"),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onFocus",null),Object(i.__decorate)([Object(o.HostListener)("focusout",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"focusout",null),t=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoButtonGroup",providers:[ft,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.buttongroup"}],selector:"kendo-buttongroup",template:'\n <ng-content select="[kendoButton]"></ng-content>\n '}),Object(i.__metadata)("design:paramtypes",[ft,s.LocalizationService,o.ElementRef])],t)}(),Et=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[gt],exports:[gt]})],t)}(),St=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[wt],exports:[wt],imports:[u.CommonModule,Et]})],t)}(),xt=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]"}),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),It=function(){function t(){this.onItemClick=new o.EventEmitter,this.onItemBlur=new o.EventEmitter,Object(p.validatePackage)(mt)}return t.prototype.getText=function(t){if(t)return this.textField?t[this.textField]:t.text||t},t.prototype.getIconClasses=function(t){var e={};return e[(t.icon?"k-icon k-i-"+t.icon:void 0)||t.iconClass]=!0,e},t.prototype.onClick=function(t){this.onItemClick.emit(t)},t.prototype.onBlur=function(){this.onItemBlur.emit()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"data",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",xt)],t.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onItemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onItemBlur",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-button-list",template:'\n <ul class="k-list k-reset" unselectable="on" role="menu">\n <li role="menuitem" unselectable="on" tabindex="-1"\n kendoButtonFocusable\n *ngFor="let dataItem of data; let index = index;"\n [index]="index"\n [ngClass]="{\'k-item\': true, \'k-state-disabled\': dataItem.disabled}"\n (click)="onClick(index)"\n (blur)="onBlur()"\n [attr.aria-disabled]="dataItem.disabled ? true : false">\n <ng-template *ngIf="itemTemplate?.templateRef"\n [templateContext]="{\n templateRef: itemTemplate?.templateRef,\n $implicit: dataItem\n }">\n </ng-template>\n <ng-template [ngIf]="!itemTemplate?.templateRef">\n <span\n *ngIf="dataItem.icon || dataItem.iconClass"\n [ngClass]="getIconClasses(dataItem)"\n ></span>\n <img\n *ngIf="dataItem.imageUrl"\n class="k-image"\n [src]="dataItem.imageUrl"\n alt=""\n >\n {{ getText(dataItem) }}\n </ng-template>\n </li>\n </ul>\n '}),Object(i.__metadata)("design:paramtypes",[])],t)}(),Pt=function(){function t(){this.onFocus=new o.EventEmitter}return t.prototype.isFocused=function(t){return t===this.focused},t.prototype.focus=function(t){this.isFocused(t)||(this.focused=t,this.onFocus.emit(t))},t.prototype.resetFocus=function(){this.focused=-1},Object.defineProperty(t.prototype,"focused",{get:function(){return this.focusedIndex},set:function(t){this.focusedIndex=t,this.onFocus.emit(t)},enumerable:!0,configurable:!0}),t=Object(i.__decorate)([Object(o.Injectable)()],t)}(),Bt=function(){function t(t,e,n){this.focusService=t,this.renderer=n,this.element=e.nativeElement,this.subscribeEvents()}return t.prototype.ngOnInit=function(){this.index===this.focusService.focused?this.renderer.addClass(this.element,"k-state-focused"):this.renderer.removeClass(this.element,"k-state-focused")},t.prototype.ngOnDestroy=function(){this.unsubscribeEvents()},t.prototype.subscribeEvents=function(){var t=this;Object(a.isDocumentAvailable)()&&(this.focusSubscription=this.focusService.onFocus.subscribe((function(e){t.index===e?(t.renderer.addClass(t.element,"k-state-focused"),t.element.focus()):t.renderer.removeClass(t.element,"k-state-focused")})))},t.prototype.unsubscribeEvents=function(){Object(a.isDocumentAvailable)()&&this.focusSubscription&&this.focusSubscription.unsubscribe()},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"index",void 0),t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoButtonFocusable]"}),Object(i.__metadata)("design:paramtypes",[Pt,o.ElementRef,o.Renderer2])],t)}(),At=function(){function t(t){this.viewContainerRef=t}return Object.defineProperty(t.prototype,"templateContext",{set:function(t){this.insertedViewRef&&(this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef)),this.insertedViewRef=void 0),t.templateRef&&(this.insertedViewRef=this.viewContainerRef.createEmbeddedView(t.templateRef,t))},enumerable:!0,configurable:!0}),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"templateContext",null),t=Object(i.__decorate)([Object(o.Directive)({selector:"[templateContext]"}),Object(i.__metadata)("design:paramtypes",[o.ViewContainerRef])],t)}(),Dt=[It,Bt,xt,At],Tt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Dt],exports:[Dt],imports:[u.CommonModule]})],t)}();!function(t){t[t.keydown=0]="keydown",t[t.keypress=1]="keypress",t[t.keyup=2]="keyup"}(jt||(jt={})),function(t){t[t.Undefined=0]="Undefined",t[t.Open=1]="Open",t[t.Close=2]="Close",t[t.Enter=3]="Enter",t[t.EnterPress=4]="EnterPress",t[t.EnterUp=5]="EnterUp",t[t.Tab=6]="Tab",t[t.Esc=7]="Esc",t[t.Navigate=8]="Navigate"}(Ct||(Ct={}));var zt=function(){function t(t,e,n,i,o,r){var s=this;this.focusService=t,this.navigationService=e,this.wrapperRef=n,this._zone=i,this.cdr=r,this._open=!1,this._disabled=!1,this._active=!1,this._popupSettings={animate:!0,popupClass:""},this.listId=Object(a.guid)(),this._isFocused=!1,this.focusService=t,this.navigationService=e,this.wrapper=n.nativeElement,this.localizationChangeSubscription=o.changes.subscribe((function(t){var e=t.rtl;return s.direction=e?"rtl":"ltr"})),this.subscribeEvents()}return Object.defineProperty(t.prototype,"popupClasses",{get:function(){var t=["k-list-container","k-reset","k-group"];return this._popupSettings.popupClass&&t.push(this._popupSettings.popupClass),t.join(" ")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"openState",{get:function(){return this._open},set:function(t){this._open=t},enumerable:!0,configurable:!0}),t.prototype.togglePopupVisibility=function(){this._disabled||(this.openState=!this.openState,this.openState||this.focusService.focus(-1))},t.prototype.onItemClick=function(t){var e=this;this.emitItemClickHandler(t),setTimeout((function(){return e.focusWrapper()}),1)},t.prototype.ngOnDestroy=function(){this.openState=!1,this.unsubscribeEvents(),clearTimeout(this.focusFirstTimeout),clearTimeout(this.blurTimeout),this.localizationChangeSubscription&&this.localizationChangeSubscription.unsubscribe()},t.prototype.subscribeEvents=function(){Object(a.isDocumentAvailable)()&&(this.subscribeListItemFocusEvent(),this.subscribeComponentBlurredEvent(),this.subscribeNavigationEvents())},t.prototype.subscribeListItemFocusEvent=function(){var t=this;this.focusSubscription=this.focusService.onFocus.subscribe((function(){t._isFocused=!0}))},t.prototype.subscribeComponentBlurredEvent=function(){var t=this;this._zone.runOutsideAngular((function(){t.tabSubscription=t.navigationService.tab.pipe(Object(c.filter)((function(){return t._isFocused}))).subscribe(t.handleTab.bind(t)),t.componentBlurredSubscription=Object(r.fromEvent)(document,"click").pipe(Object(c.filter)((function(e){return!t.wrapperContains(e.target)})),Object(c.filter)((function(){return t._isFocused}))).subscribe((function(){return t._zone.run((function(){return t.blurWrapper()}))}))}))},t.prototype.subscribeNavigationEvents=function(){var t=this;this.navigationSubscription=this.navigationService.navigate.subscribe(this.focusService.focus.bind(this.focusService)),this.enterUpSubscription=this.navigationService.enterup.subscribe((function(){t.enterHandler(),t.focusWrapper()})),this.openSubscription=this.navigationService.open.subscribe((function(){t._open?t.focusWrapper():(t.togglePopupVisibility(),t.focusFirstItem())})),this.closeSubscription=Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe((function(){return t.focusWrapper()}))},t.prototype.enterHandler=function(){},t.prototype.unsubscribeEvents=function(){Object(a.isDocumentAvailable)()&&(this.unsubscribe(this.componentBlurredSubscription),this.unsubscribe(this.focusSubscription),this.unsubscribe(this.navigationSubscription),this.unsubscribe(this.enterPressSubscription),this.unsubscribe(this.enterUpSubscription),this.unsubscribe(this.openSubscription),this.unsubscribe(this.closeSubscription),this.unsubscribe(this.tabSubscription))},t.prototype.unsubscribe=function(t){t&&t.unsubscribe()},t.prototype.keyDownHandler=function(t){this.keyHandler(t)},t.prototype.keyPressHandler=function(t){this.keyHandler(t,jt.keypress)},t.prototype.keyUpHandler=function(t){this.keyHandler(t,jt.keyup)},t.prototype.keyHandler=function(t,e){if(!this._disabled){var n=this.focusService.focused||0,i=t,o=this.navigationService.process({altKey:i.altKey,current:n,keyCode:i.keyCode,keyEvent:e,max:this._data?this._data.length-1:0,min:0});o!==Ct.Undefined&&o!==Ct.Tab&&(o!==Ct.Enter||o===Ct.Enter&&this._open)&&(t.keyCode===a.Keys.Space&&o===Ct.EnterUp?this._open=!1:i.preventDefault())}},t.prototype.emitItemClickHandler=function(t){var e=this._data[t];this._itemClick&&this._itemClick.emit(e),e&&e.click&&!e.disabled&&e.click(e)},t.prototype.focusFirstItem=function(){var t=this;this._data&&_t(this._data[0])&&(this.focusFirstTimeout=setTimeout((function(){return t.focusService.focus(0)}),1))},t.prototype.focusWrapper=function(){this._open&&(this.togglePopupVisibility(),this.focusButton())},t.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)},t.prototype.blurWrapper=function(t){void 0===t&&(t=!0),this._open&&this.togglePopupVisibility(),this._isFocused=!1,t&&(this._blur.emit(),this.cdr.markForCheck())},t.prototype.focusButton=function(){this.button&&this.button.nativeElement.focus()},t.prototype.handleTab=function(){this.focusButton(),this.blurWrapper(!1)},t}(),Rt=new o.InjectionToken("navigation.config"),Lt=function(){function t(t){this.navigate=new o.EventEmitter,this.open=new o.EventEmitter,this.close=new o.EventEmitter,this.enter=new o.EventEmitter,this.enterpress=new o.EventEmitter,this.enterup=new o.EventEmitter,this.tab=new o.EventEmitter,this.esc=new o.EventEmitter,this.useLeftRightArrows=t.useLeftRightArrows}return t.prototype.process=function(t){var e,n=t.keyCode,i=t.keyEvent,o=Ct.Undefined;if(i===jt.keypress)this.isEnter(n)&&(o=Ct.EnterPress);else if(i===jt.keyup)this.isEnter(n)&&(o=Ct.EnterUp);else if(t.altKey&&n===a.Keys.ArrowDown)o=Ct.Open;else if(t.altKey&&n===a.Keys.ArrowUp)o=Ct.Close;else if(this.isEnter(n))o=Ct.Enter;else if(n===a.Keys.Escape)o=Ct.Esc;else if(n===a.Keys.Tab)o=Ct.Tab;else if(n===a.Keys.ArrowUp||this.useLeftRightArrows&&n===a.Keys.ArrowLeft){var r=t.flipNavigation?1:-1,s=t.flipNavigation?t.min:t.max,c=t.flipNavigation?t.max:t.min;e=this.next({current:t.current,start:s,end:c,step:r}),o=Ct.Navigate}else if(n===a.Keys.ArrowDown||this.useLeftRightArrows&&n===a.Keys.ArrowRight){r=t.flipNavigation?-1:1,s=t.flipNavigation?t.max:t.min,c=t.flipNavigation?t.min:t.max;e=this.next({current:t.current,start:s,end:c,step:r}),o=Ct.Navigate}else n===a.Keys.Home?(e=t.min,o=Ct.Navigate):n===a.Keys.End&&(e=t.max,o=Ct.Navigate);return o!==Ct.Undefined&&this[Ct[o].toLowerCase()].emit(e),o},t.prototype.isEnter=function(t){return t===a.Keys.Enter||t===a.Keys.Space},t.prototype.next=function(t){return _t(t.current)?t.current!==t.end?t.current+t.step:t.end:t.start},t=Object(i.__decorate)([Object(o.Injectable)(),Object(i.__param)(0,Object(o.Inject)(Rt)),Object(i.__metadata)("design:paramtypes",[Object])],t)}(),Mt={provide:Rt,useValue:{useLeftRightArrows:!0}},Ht=function(t){function e(e,n,i,r,s,c,p,u){var l=t.call(this,e,n,i,r,p,u)||this;return l.popupService=s,l.elRef=c,l.localization=p,l.text="",l.icon="",l.iconClass="",l.type="button",l.imageUrl="",l.look="default",l.tabIndex=0,l.arrowButtonIcon="arrow-s",l.buttonClick=new o.EventEmitter,l.itemClick=new o.EventEmitter,l.onFocus=new o.EventEmitter,l.onBlur=new o.EventEmitter,l.open=new o.EventEmitter,l.close=new o.EventEmitter,l.listId=Object(a.guid)(),l.activeArrow=!1,l.buttonText="",l.lockFocus=!1,l._itemClick=l.itemClick,l._blur=l.onBlur,l}return Object(i.__extends)(e,t),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this.isOpen&&this.toggle(!1),this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupSettings",{get:function(){return this._popupSettings},set:function(t){this._popupSettings=Object.assign({animate:!0,popupClass:""},t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"data",{get:function(){return this._data||(this.data=[]),this._data},set:function(t){this._data=t||[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"openState",{get:function(){return this._open},set:function(t){if(!this.disabled){var e=new kt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||this._toggle(t)}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"active",{get:function(){return this._active},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFocused",{get:function(){return this._isFocused&&!this._disabled},set:function(t){this._isFocused=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClasses",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){var t,e,n,i=this.localization.get("splitButtonLabel")||"";return t=i,e="buttonText",n=this.buttonText,t.replace(new RegExp("{\\s*"+e+"\\s*}","g"),n)},enumerable:!0,configurable:!0}),e.prototype.onButtonFocus=function(){this.isFocused||(this._isFocused=!0,this.onFocus.emit())},e.prototype.onArrowButtonClick=function(){this.lockFocus=!0,this.togglePopupVisibility()},e.prototype.toggleButtonActiveState=function(t){this._active=t},e.prototype.toggleArrowButtonActiveState=function(t){this.activeArrow=t},e.prototype.onButtonClick=function(){this.lockFocus=!0,this.buttonClick.emit()},e.prototype.onButtonBlur=function(){this.isOpen||this.lockFocus||this.blurWrapper(),this.lockFocus=!1},e.prototype.keydown=function(t){this.keyDownHandler(t),t.keyCode===a.Keys.Space&&(this._active=!0)},e.prototype.keypress=function(t){this.keyPressHandler(t)},e.prototype.keyup=function(t){this._active=!1,t.keyCode!==a.Keys.Space&&this.keyUpHandler(t)},e.prototype.ngAfterViewInit=function(){this.updateButtonText()},e.prototype.ngOnChanges=function(t){if(t.hasOwnProperty("text")&&this.updateButtonText(),Object(a.isChanged)("popupSettings",t)&&_t(this.popupRef)){var e=this.popupRef.popup.instance,n=t.popupSettings.currentValue;e.popupClass=n.popupClass,e.animate=n.animate,e.popupAlign=this.popupAlign}},e.prototype.togglePopupVisibility=function(){t.prototype.togglePopupVisibility.call(this),Object(a.isDocumentAvailable)()&&this.lockFocus&&this.button.nativeElement.focus()},e.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)||this.popupRef&&this.popupRef.popupElement.contains(t)},Object.defineProperty(e.prototype,"anchorAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"bottom"};return"rtl"!==this.direction||_t(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"top"};return"rtl"!==this.direction||_t(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),e.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.button.nativeElement.blur(),this.blurWrapper())},e.prototype.ngOnDestroy=function(){t.prototype.ngOnDestroy.call(this),this.destroyPopup()},e.prototype.toggle=function(t){var e=this;this.disabled||vt((function(){return e._toggle(void 0===t?!e._open:t)}))},Object.defineProperty(e.prototype,"isOpen",{get:function(){return this.openState},enumerable:!0,configurable:!0}),e.prototype.enterHandler=function(){if(!this.disabled)if(this.openState){var t=this.focusService.focused;_t(t)&&-1!==t&&this.emitItemClickHandler(t)}else this.buttonClick.emit()},e.prototype.updateButtonText=function(){var t=this;if(Object(a.isDocumentAvailable)()){var e=this.wrapper.innerText.split("\n").join("").trim();setTimeout((function(){return t.buttonText=e}),0)}},Object.defineProperty(e.prototype,"appendTo",{get:function(){var t=this.popupSettings.appendTo;if(t&&"root"!==t)return"component"===t?this.containerRef:t},enumerable:!0,configurable:!0}),e.prototype._toggle=function(t){this._open=t,this.destroyPopup(),this._open&&this.createPopup()},e.prototype.createPopup=function(){var t=this;this.popupRef=this.popupService.open({anchor:this.elRef,anchorAlign:this.anchorAlign,animate:this.popupSettings.animate,appendTo:this.appendTo,content:this.popupTemplate,popupAlign:this.popupAlign,popupClass:this.popupClasses}),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.openState=!1})),this.popupRef.popupOpen.subscribe(this.focusFirstItem.bind(this))},e.prototype.destroyPopup=function(){this.popupRef&&(this.popupRef.close(),this.popupRef=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"text",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"type",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"imageUrl",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"popupSettings",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],e.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"data",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"arrowButtonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"arrowButtonIcon",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"buttonClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"itemClick",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"close",void 0),Object(i.__decorate)([Object(o.ContentChild)(xt,{static:!1}),Object(i.__metadata)("design:type",xt)],e.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("arrowButton",{static:!0,read:o.ElementRef}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"arrowButton",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],e.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{read:o.ViewContainerRef,static:!0}),Object(i.__metadata)("design:type",o.ViewContainerRef)],e.prototype,"containerRef",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-focused"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"isFocused",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-split-button"),Object(o.HostBinding)("class.k-button-group"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"widgetClasses",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"dir",null),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("keypress",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keypress",null),Object(i.__decorate)([Object(o.HostListener)("keyup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keyup",null),e=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoSplitButton",providers:[Pt,Lt,Mt,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.splitbutton"}],selector:"kendo-splitbutton",template:'\n <ng-container kendoSplitButtonLocalizedMessages\n i18n-splitButtonLabel="kendo.splitbutton.splitButtonLabel|The text for the SplitButton aria-label"\n splitButtonLabel="{{ \'{buttonText} splitbutton\' }}">\n </ng-container>\n <button\n kendoButton\n #button\n [type]="type"\n [look]="look"\n [tabindex]="componentTabIndex"\n [disabled]="disabled"\n [icon]="icon"\n [class.k-state-active]="active"\n [iconClass]="iconClass"\n [imageUrl]="imageUrl"\n [ngClass]="buttonClass"\n (focus)="onButtonFocus()"\n (click)="onButtonClick()"\n (blur)="onButtonBlur()"\n (mousedown)="toggleButtonActiveState(true)"\n (mouseup)="toggleButtonActiveState(false)"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="openState"\n [attr.aria-haspopup]="true"\n [attr.aria-owns]="listId"\n [attr.aria-label]="ariaLabel"\n >\n {{ text }}<ng-content></ng-content>\n </button>\n <button\n kendoButton\n #arrowButton\n type="button"\n [class.k-state-active]="activeArrow"\n [disabled]="disabled"\n [icon]="arrowButtonIcon"\n [look]="look"\n [tabindex]="-1"\n [ngClass]="arrowButtonClass"\n (click)="onArrowButtonClick()"\n (mousedown)="toggleArrowButtonActiveState(true)"\n (mouseup)="toggleArrowButtonActiveState(false)"\n ></button>\n <ng-template #popupTemplate>\n <kendo-button-list\n [id]="listId"\n [data]="data"\n [textField]="textField"\n [itemTemplate]="itemTemplate"\n (onItemClick)="onItemClick($event)"\n (keydown)="keyDownHandler($event)"\n (keypress)="keyPressHandler($event)"\n (keyup)="keyUpHandler($event)"\n [attr.dir]="dir"\n >\n </kendo-button-list>\n </ng-template>\n <ng-container #container></ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Pt,Lt,o.ElementRef,o.NgZone,dt,o.ElementRef,s.LocalizationService,o.ChangeDetectorRef])],e)}(zt),Nt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.__extends)(e,t),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"splitButtonLabel",void 0),e}(s.ComponentMessages),Ft=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return Object(i.__extends)(e,t),n=e,e=n=Object(i.__decorate)([Object(o.Directive)({providers:[{provide:Nt,useExisting:Object(o.forwardRef)((function(){return n}))}],selector:"[kendoSplitButtonLocalizedMessages]"}),Object(i.__metadata)("design:paramtypes",[s.LocalizationService])],e)}(Nt),Kt=function(t){function e(e){var n=t.call(this)||this;return n.service=e,n}var n;return Object(i.__extends)(e,t),n=e,Object.defineProperty(e.prototype,"override",{get:function(){return!0},enumerable:!0,configurable:!0}),e=n=Object(i.__decorate)([Object(o.Component)({providers:[{provide:Nt,useExisting:Object(o.forwardRef)((function(){return n}))}],selector:"kendo-splitbutton-messages",template:""}),Object(i.__metadata)("design:paramtypes",[s.LocalizationService])],e)}(Nt),Vt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Ht,Ft,Kt],exports:[Ht,Tt,Ft,Kt],imports:[u.CommonModule,ht,Et,Tt]})],t)}(),Ut={provide:Rt,useValue:{useLeftRightArrows:!0}},Wt=function(t){function e(e,n,i,r,s,c,p,u){var l=t.call(this,e,n,i,r,p,u)||this;return l.popupService=s,l.elRef=c,l.icon="",l.iconClass="",l.imageUrl="",l.primary=!1,l.look="default",l.tabIndex=0,l.itemClick=new o.EventEmitter,l.open=new o.EventEmitter,l.close=new o.EventEmitter,l.onFocus=new o.EventEmitter,l.onBlur=new o.EventEmitter,l.listId=Object(a.guid)(),l._itemClick=l.itemClick,l._blur=l.onBlur,l}return Object(i.__extends)(e,t),Object.defineProperty(e.prototype,"popupSettings",{get:function(){return this._popupSettings},set:function(t){this._popupSettings=Object.assign({animate:!0,popupClass:""},t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled},set:function(t){t&&this.openState&&(this.openState=!1),this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"data",{get:function(){return this._data},set:function(t){this._data=t||[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"openState",{get:function(){return this._open},set:function(t){if(!this.disabled){var e=new kt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||this._toggle(t)}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"appendTo",{get:function(){var t=this.popupSettings.appendTo;if(t&&"root"!==t)return"component"===t?this.container:t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"focused",{get:function(){return this._isFocused&&!this._disabled},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFlat",{get:function(){return"flat"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isOutline",{get:function(){return"outline"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClasses",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"active",{get:function(){return this._active},enumerable:!0,configurable:!0}),e.prototype.keydown=function(t){this.keyDownHandler(t),t.keyCode===a.Keys.Space&&(this._active=!0)},e.prototype.keypress=function(t){this.keyPressHandler(t)},e.prototype.keyup=function(t){this.keyUpHandler(t),this._active=!1},e.prototype.mousedown=function(t){this._disabled&&t.preventDefault(),this._active=!0},e.prototype.mouseup=function(t){this._disabled&&t.preventDefault(),this._active=!1},e.prototype.openPopup=function(){this.togglePopupVisibility()},e.prototype.onButtonBlur=function(){this.isOpen||this.blurWrapper()},Object.defineProperty(e.prototype,"anchorAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"bottom"};return"rtl"!==this.direction||_t(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"popupAlign",{get:function(){var t={horizontal:this.popupSettings.align||"left",vertical:"top"};return"rtl"!==this.direction||_t(this.popupSettings.align)||(t.horizontal="right"),t},enumerable:!0,configurable:!0}),e.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.blur=function(){Object(a.isDocumentAvailable)()&&(this.button.nativeElement.blur(),this.blurWrapper())},e.prototype.ngOnChanges=function(t){if(Object(a.isChanged)("popupSettings",t)&&_t(this.popupRef)){var e=this.popupRef.popup.instance,n=t.popupSettings.currentValue;e.popupClass=n.popupClass,e.animate=n.animate,e.popupAlign=this.popupAlign}},e.prototype.ngOnDestroy=function(){t.prototype.ngOnDestroy.call(this),this.destroyPopup()},e.prototype.toggle=function(t){var e=this;this.disabled||vt((function(){return e._toggle(void 0===t?!e._open:t)}))},Object.defineProperty(e.prototype,"isOpen",{get:function(){return this.openState},enumerable:!0,configurable:!0}),e.prototype.handleFocus=function(){this._disabled||this._isFocused||(this._isFocused=!0,this.onFocus.emit())},e.prototype.wrapperContains=function(t){return this.wrapper===t||this.wrapper.contains(t)||this.popupRef&&this.popupRef.popupElement.contains(t)},e.prototype.subscribeNavigationEvents=function(){this.navigationSubscription=this.navigationService.navigate.subscribe(this.onArrowKeyNavigate.bind(this)),this.enterUpSubscription=this.navigationService.enterup.subscribe(this.onNavigationEnterUp.bind(this)),this.openSubscription=this.navigationService.open.subscribe(this.onNavigationOpen.bind(this)),this.closeSubscription=Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe(this.onNavigationClose.bind(this))},e.prototype.onNavigationEnterUp=function(){if(this._disabled||this.openState||(this._active=!1),this.openState){var t=this.focusService.focused;_t(t)&&-1!==t&&this.emitItemClickHandler(t)}this.togglePopupVisibility(),!this.openState&&Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},e.prototype.onNavigationOpen=function(){this._disabled||this.openState||this.togglePopupVisibility()},e.prototype.onNavigationClose=function(){this.openState&&(this.togglePopupVisibility(),Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus())},e.prototype.onArrowKeyNavigate=function(t){this.focusService.focus(t)},e.prototype._toggle=function(t){this._open!==t&&(this._open=t,this.destroyPopup(),this._open&&this.createPopup())},e.prototype.createPopup=function(){var t=this;this.popupRef=this.popupService.open({anchor:this.elRef,anchorAlign:this.anchorAlign,animate:this.popupSettings.animate,appendTo:this.appendTo,content:this.popupTemplate,popupAlign:this.popupAlign,popupClass:this.popupClasses}),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.openState=!1})),this.popupRef.popupOpen.subscribe(this.focusFirstItem.bind(this))},e.prototype.destroyPopup=function(){this.popupRef&&(this.popupRef.close(),this.popupRef=null)},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"imageUrl",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"popupSettings",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"textField",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],e.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],e.prototype,"data",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],e.prototype,"primary",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],e.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],e.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],e.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"itemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"close",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],e.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-state-focused"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"focused",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-flat"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"isFlat",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"isOutline",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-dropdown-button"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"widgetClasses",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],e.prototype,"dir",null),Object(i.__decorate)([Object(o.ContentChild)(xt,{static:!1}),Object(i.__metadata)("design:type",xt)],e.prototype,"itemTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],e.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("buttonList",{static:!1}),Object(i.__metadata)("design:type",It)],e.prototype,"buttonList",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],e.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ViewChild)("container",{read:o.ViewContainerRef,static:!0}),Object(i.__metadata)("design:type",o.ViewContainerRef)],e.prototype,"container",void 0),Object(i.__decorate)([Object(o.HostListener)("keydown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keydown",null),Object(i.__decorate)([Object(o.HostListener)("keypress",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keypress",null),Object(i.__decorate)([Object(o.HostListener)("keyup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"keyup",null),Object(i.__decorate)([Object(o.HostListener)("mousedown",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"mousedown",null),Object(i.__decorate)([Object(o.HostListener)("mouseup",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],e.prototype,"mouseup",null),e=Object(i.__decorate)([Object(o.Component)({exportAs:"kendoDropDownButton",providers:[Pt,Lt,Ut,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.dropdownbutton"}],selector:"kendo-dropdownbutton",template:'\n <button kendoButton #button\n role="menu"\n type="button"\n [tabindex]="componentTabIndex"\n [class.k-state-active]="active"\n [disabled]="disabled"\n [icon]="icon"\n [iconClass]="iconClass"\n [imageUrl]="imageUrl"\n [ngClass]="buttonClass"\n (click)="openPopup()"\n (focus)="handleFocus()"\n (blur)="onButtonBlur()"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="openState"\n [attr.aria-haspopup]="true"\n [attr.aria-owns]="listId"\n [look]="look"\n [primary]="primary"\n >\n <ng-content></ng-content>\n </button>\n <ng-template #popupTemplate>\n <kendo-button-list\n #buttonList\n [id]="listId"\n [data]="data"\n [textField]="textField"\n [itemTemplate]="itemTemplate"\n (onItemClick)="onItemClick($event)"\n (keydown)="keyDownHandler($event)"\n (keypress)="keyPressHandler($event)"\n (keyup)="keyUpHandler($event)"\n [attr.dir]="dir"\n >\n </kendo-button-list>\n </ng-template>\n <ng-container #container></ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Pt,Lt,o.ElementRef,o.NgZone,dt,o.ElementRef,s.LocalizationService,o.ChangeDetectorRef])],e)}(zt),Zt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Wt],exports:[Wt,Tt],imports:[u.CommonModule,ht,Tt,Et]})],t)}(),qt=function(){function t(t,e,n,i){this.element=t,this.renderer=e,this.ngZone=n,this.localizationService=i,this.look="solid",this.selected=!1,this.removable=!1,this.type="none",this.disabled=!1,this.remove=new o.EventEmitter,this.contentClick=new o.EventEmitter,this.tabIndex=0,this.hostClass=!0,this.focused=!1,Object(p.validatePackage)(mt),this.direction=i.rtl?"rtl":"ltr"}return Object.defineProperty(t.prototype,"ariaChecked",{get:function(){return this.selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outlineClass",{get:function(){return"outline"===this.look||"outlined"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"solidClass",{get:function(){return"solid"===this.look||"filled"===this.look},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hasIconClass",{get:function(){return!(!this.icon&&!this.iconClass)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedClass",{get:function(){return this.selected},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"focusedClass",{get:function(){return this.focused},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.dynamicRTLSubscription=this.localizationService.changes.subscribe((function(e){var n=e.rtl;return t.direction=n?"rtl":"ltr"}))},t.prototype.ngOnDestroy=function(){this.dynamicRTLSubscription&&this.dynamicRTLSubscription.unsubscribe(),this.detachDomEvents&&this.detachDomEvents()},t.prototype.ngAfterViewInit=function(){var t=this.element.nativeElement,e=this.typeClass();"none"!==this.type&&this.renderer.addClass(t,e),this.attachElementEventHandlers(t)},Object.defineProperty(t.prototype,"iconClasses",{get:function(){var t=[];return this.iconClass&&t.push(""+this.iconClass),this.icon&&t.push("k-icon k-i-"+this.icon),t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIconClasses",{get:function(){return this.selectedIcon?""+this.selectedIcon:"k-icon k-i-check"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"removeIconClasses",{get:function(){return this.removeIcon?""+this.removeIcon:"k-icon k-i-close-circle"},enumerable:!0,configurable:!0}),t.prototype.typeClass=function(){return{none:"",success:"k-chip-success",warning:"k-chip-warning",error:"k-chip-error",info:"k-chip-info"}[this.type]},t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.element.nativeElement.focus()},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&this.element.nativeElement.blur()},t.prototype.onRemoveClick=function(t){this.removable&&this.remove.emit({sender:this,originalEvent:t})},t.prototype.attachElementEventHandlers=function(t){var e=this;this.ngZone.runOutsideAngular((function(){var n=e.renderer.listen(t,"focus",(function(){e.renderer.addClass(t,"k-focus")})),i=e.renderer.listen(t,"blur",(function(){e.renderer.removeClass(t,"k-focus")})),o=e.renderer.listen(t,"click",(function(t){Ot(t.target,".k-remove-icon")||e.ngZone.run((function(){e.contentClick.emit({sender:e,originalEvent:t})}))}));e.detachDomEvents=function(){n(),i(),o()}}))},Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"look",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"label",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"selected",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"selectedIcon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"removable",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"removeIcon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"type",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"disabled",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"remove",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"contentClick",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.tabindex"),Object(i.__metadata)("design:type",Number)],t.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-checked"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"ariaChecked",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-outline"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"outlineClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-solid"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"solidClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-has-icon"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"hasIconClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(o.HostBinding)("class.k-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-selected"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"selectedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-focus"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"focusedClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-chip",template:'\n <span class="k-selected-icon-wrapper">\n <span *ngIf="selected"\n class="k-selected-icon"\n [ngClass]="selectedIconClasses"\n >\n </span>\n </span>\n\n <span *ngIf="icon || iconClass"\n class="k-chip-icon"\n [ngClass]="iconClasses"\n >\n </span>\n\n <span class="k-chip-content">\n <span class="k-chip-label" *ngIf="label">\n {{ label }}\n </span>\n <ng-content *ngIf="!label"></ng-content>\n </span>\n\n <span *ngIf="removable"\n class="k-remove-icon"\n (click)="onRemoveClick($event)"\n >\n <span [ngClass]="removeIconClasses"></span>\n </span>\n ',providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.chip"}]}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,o.NgZone,s.LocalizationService])],t)}(),Gt=function(){function t(t,e){this.localizationService=t,this.renderer=e,this.hostClass=!0,this.selection="none",this.selectedChange=new o.EventEmitter,this.remove=new o.EventEmitter,this.role="listbox",this.direction=t.rtl?"rtl":"ltr"}return Object.defineProperty(t.prototype,"single",{get:function(){return"single"===this.selection},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"multiple",{get:function(){return"multiple"===this.selection},enumerable:!0,configurable:!0}),t.prototype.onClick=function(t){var e=t.target,n=Ot(e,".k-remove-icon"),i=Ot(e,".k-chip"),o=this.chips.find((function(t){return i===t.element.nativeElement}));if(n&&i){var r={sender:this,originalEvent:t,removedChip:o};this.remove.emit(r)}"none"!==this.selection&&i&&!n&&this.setSelection(o)},t.prototype.ngOnInit=function(){var t=this;this.dynamicRTLSubscription=this.localizationService.changes.subscribe((function(e){var n=e.rtl;return t.direction=n?"rtl":"ltr"}))},t.prototype.ngAfterContentInit=function(){var t=this;this.chips.forEach((function(e){t.renderer.setAttribute(e.element.nativeElement,"role","option")}))},t.prototype.ngOnDestroy=function(){this.dynamicRTLSubscription&&this.dynamicRTLSubscription.unsubscribe()},t.prototype.selectedChips=function(){return this.chips.reduce((function(t,e,n){return e.selected?t.concat(n):t}),[])},t.prototype.setSelection=function(t){"single"===this.selection&&this.clearSelection(t),t.selected=!t.selected,this.selectedChange.emit(this.selectedChips())},t.prototype.clearSelection=function(t){this.chips.forEach((function(e){t!==e&&(e.selected=!1)}))},Object(i.__decorate)([Object(o.HostBinding)("class.k-chip-list"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"selection",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"selectedChange",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"remove",void 0),Object(i.__decorate)([Object(o.ContentChildren)(qt),Object(i.__metadata)("design:type",o.QueryList)],t.prototype,"chips",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-selection-single"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"single",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-selection-multiple"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"multiple",null),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String)],t.prototype,"role",void 0),Object(i.__decorate)([Object(o.HostListener)("click",["$event"]),Object(i.__metadata)("design:type",Function),Object(i.__metadata)("design:paramtypes",[Object]),Object(i.__metadata)("design:returntype",void 0)],t.prototype,"onClick",null),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-chip-list, kendo-chiplist",template:"\n <ng-content></ng-content>\n ",providers:[s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.chip-list"}]}),Object(i.__metadata)("design:paramtypes",[s.LocalizationService,o.Renderer2])],t)}(),$t=[qt,Gt],Yt=$t.slice(),Xt=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[Yt],exports:[$t],imports:[u.CommonModule]})],t)}();function Jt(t,e){var n={horizontal:e?"right":"left",vertical:"bottom"};return"end"===t.horizontal&&(n.horizontal=e?"left":"right"),"bottom"===t.vertical&&(n.vertical="top"),"bottom"===t.vertical&&"end"===t.horizontal&&(n.horizontal=e?"left":"right",n.vertical="top"),n}function Qt(t,e){var n={horizontal:e?"right":"left",vertical:"top"};return"end"===t.horizontal&&(n.horizontal=e?"left":"right"),"bottom"===t.vertical&&(n.vertical="bottom"),"bottom"===t.vertical&&"end"===t.horizontal&&(n.horizontal=e?"left":"right",n.vertical="bottom"),n}var te=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoDialItemTemplate]"}),Object(i.__param)(0,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),ee=function(){function t(t){this.templateRef=t}return t=Object(i.__decorate)([Object(o.Directive)({selector:"[kendoFloatingActionButtonTemplate]"}),Object(i.__param)(0,Object(o.Optional)()),Object(i.__metadata)("design:paramtypes",[o.TemplateRef])],t)}(),ne={provide:Rt,useValue:{useLeftRightArrows:!1}},ie={small:"k-fab-sm",medium:"k-fab-md",large:"k-fab-lg"},oe={pill:"k-fab-pill",circle:"k-fab-circle",rectangle:"k-fab-rectangle",square:"k-fab-square",rounded:"k-fab-rounded"},re=function(){function t(t,e,n,i,s,c,u,l){var d=this;this.renderer=t,this.element=e,this.focusService=n,this.navigationService=i,this.ngZone=s,this.popupService=c,this.builder=u,this.localizationService=l,this.positionMode="fixed",this.dialItemAnimation=!0,this.tabIndex=0,this.dialItems=[],this.onBlur=new o.EventEmitter,this.onFocus=new o.EventEmitter,this.dialItemClick=new o.EventEmitter,this.open=new o.EventEmitter,this.close=new o.EventEmitter,this.id="k-"+Object(a.guid)(),this._themeColor="primary",this._size="medium",this._shape="pill",this._disabled=!1,this._align={horizontal:"end",vertical:"bottom"},this._offset={x:"16px",y:"16px"},this.subscriptions=new r.Subscription,this.rtl=!1,this.animationEnd=new o.EventEmitter,Object(p.validatePackage)(mt),this.subscribeNavigationEvents(),this.subscriptions.add(this.localizationService.changes.subscribe((function(t){var e=t.rtl;d.rtl=e,d.direction=d.rtl?"rtl":"ltr"})))}return Object.defineProperty(t.prototype,"fixedClass",{get:function(){return"fixed"===this.positionMode},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"absoluteClass",{get:function(){return"absolute"===this.positionMode},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"themeColor",{get:function(){return this._themeColor},set:function(t){this.handleClasses(t,"themeColor"),this._themeColor=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"size",{get:function(){return this._size},set:function(t){this.handleClasses(t,"size"),this._size=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shape",{get:function(){return this._shape},set:function(t){this.handleClasses(t,"shape"),this._shape=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"align",{get:function(){return this._align},set:function(t){this._align=Object.assign(this._align,t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"offset",{get:function(){return this._offset},set:function(t){this._offset=Object.assign(this._offset,t),this.offsetStyles()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentTabIndex",{get:function(){return this.disabled?-1:this.tabIndex},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){this.applyClasses(),this.offsetStyles()},t.prototype.ngOnDestroy=function(){this.subscriptions.unsubscribe()},Object.defineProperty(t.prototype,"isOpen",{get:function(){return _t(this.popupRef)},enumerable:!0,configurable:!0}),t.prototype.focus=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.focus()},t.prototype.blur=function(){Object(a.isDocumentAvailable)()&&this.button.nativeElement.blur()},t.prototype.toggleDial=function(t){var e=this;if(!this.disabled&&this.hasDialItems){var n=_t(t)?t:!this.isOpen;this.disabled||n===this.isOpen||(n?setTimeout((function(){return e.openDial()})):this.closeDial())}},Object.defineProperty(t.prototype,"role",{get:function(){return this.dialItems&&this.dialItems.length?"menubutton":"button"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaExpanded",{get:function(){return _t(this.isOpen)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ariaHasPopup",{get:function(){return _t(this.isOpen)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClasses",{get:function(){var t=[];return this.iconClass&&t.push(""+this.iconClass),this.icon&&t.push("k-fab-icon k-icon k-i-"+this.icon),t},enumerable:!0,configurable:!0}),t.prototype.clickHandler=function(){var t=this;!this.disabled&&this.hasDialItems&&this.ngZone.run((function(){var e=!t.isOpen;t.toggleDialWithEvents(e)}))},t.prototype.keyDownHandler=function(t){this.keyHandler(t)},t.prototype.keyHandler=function(t,e){if(!this.disabled){var n=this.focusService.focused||0,i=t.keyCode,o=this.navigationService.process({altKey:t.altKey,current:n,keyCode:i,keyEvent:e,max:this.dialItems?this.dialItems.length-1:0,min:0,flipNavigation:"bottom"===this.align.vertical});o!==Ct.Undefined&&o!==Ct.Tab&&t.preventDefault()}},t.prototype.onItemClick=function(t){var e=Ot(t.target,".k-fab-item");if(e){var n=e.getAttribute("data-fab-item-index");this.emitItemClick(n)}},t.prototype.focusHandler=function(){this.disabled||this.onFocus.emit()},t.prototype.blurHandler=function(){this.onBlur.emit(),this.toggleDialWithEvents(!1)},t.prototype.handleClasses=function(t,e){if(_t(this.button)&&this[e]!==t){var n=this.button.nativeElement,i={themeColor:"k-fab-"+this.themeColor,size:ie[this.size],shape:oe[this.shape]},o={themeColor:"k-fab-"+t,size:ie[t],shape:oe[t]};this.renderer.removeClass(n,i[e]),this.renderer.addClass(n,o[e])}},t.prototype.onEnterPressed=function(){var t=this.focusService.focused;this.emitItemClick(t)},t.prototype.emitItemClick=function(t){var e=this.dialItems[t];if(e&&!e.disabled){var n={item:e,index:t};this.dialItemClick.emit(n),this.toggleDialWithEvents(!1)}},t.prototype.subscribeNavigationEvents=function(){this.subscriptions.add(this.navigationService.navigate.subscribe(this.onArrowKeyNavigate.bind(this))),this.subscriptions.add(this.navigationService.enter.subscribe(this.onNavigationEnterPress.bind(this))),this.subscriptions.add(Object(r.merge)(this.navigationService.close,this.navigationService.esc).subscribe(this.onNavigationClose.bind(this)))},t.prototype.onArrowKeyNavigate=function(t){this.focusService.focus(t)},t.prototype.onNavigationEnterPress=function(){var t=this;this.ngZone.run((function(){if(t.isOpen){var e=t.focusService.focused,n=t.dialItems[e];if(n&&n.disabled)return;if(_t(e)&&-1!==e)return void t.onEnterPressed()}!t.isOpen&&Object(a.isDocumentAvailable)()&&(t.toggleDialWithEvents(!0),t.button.nativeElement.focus())}))},t.prototype.onNavigationClose=function(){var t=this;this.isOpen&&this.ngZone.run((function(){t.toggleDialWithEvents(!1),Object(a.isDocumentAvailable)()&&t.button.nativeElement.focus()}))},t.prototype.alignClass=function(){return"k-pos-"+this.align.vertical+"-"+this.align.horizontal},t.prototype.applyClasses=function(){var t=this.element.nativeElement,e=this.button.nativeElement;this.renderer.addClass(e,oe[this.shape]),this.renderer.addClass(e,"k-fab-"+this.themeColor),this.renderer.addClass(e,ie[this.size]),this.renderer.addClass(t,this.alignClass())},t.prototype.toggleDialWithEvents=function(t){if(t!==this.isOpen){var e=new kt;t?this.open.emit(e):this.close.emit(e),e.isDefaultPrevented()||(t?this.openDial():this.closeDial())}},t.prototype.openPopup=function(){var t=this;if(!this.isOpen){var e=this.icon&&!this.text,n=this.rtl,i=this.align;this.popupRef=this.popupService.open({anchor:this.element.nativeElement,animate:!1,content:this.popupTemplate,anchorAlign:Jt(i,n),popupAlign:Qt(i,n),popupClass:"k-fab-popup k-popup-transparent"});var o=this.popupRef.popupElement;this.renderer.setStyle(o,"box-shadow","none"),e&&this.subscriptions.add(this.popupRef.popupOpen.subscribe((function(){return t.positionPopup()}))),this.ngZone.runOutsideAngular((function(){t.popupMouseDownListener=t.renderer.listen(o,"mousedown",(function(t){t.preventDefault()}))})),this.popupRef.popupAnchorViewportLeave.subscribe((function(){return t.toggleDialWithEvents(!1)}))}},t.prototype.closePopup=function(){this.isOpen&&(this.popupMouseDownListener&&this.popupMouseDownListener(),this.popupRef.close(),this.popupRef=null)},t.prototype.openDial=function(){this.openPopup(),this.focusService.focus(0),this.dialItemAnimation&&this.isValidAnimation()&&this.playAnimation(!0)},t.prototype.closeDial=function(){var t=this;this.dialItemAnimation&&this.isValidAnimation()?(this.playAnimation(!1),this.animationEnd.pipe(Object(c.take)(1)).subscribe((function(){return t.closePopup()}))):this.closePopup()},t.prototype.isValidAnimation=function(){var t=this.dialItemAnimation;return"boolean"==typeof t||0!==t.duration},t.prototype.positionPopup=function(){if(!this.dialItemTemplate){var t=this.element.nativeElement.getBoundingClientRect().width,e=this.popupRef.popupElement,n=e.querySelector(".k-fab-item-icon");if(n){var i=t/2-n.getBoundingClientRect().width/2,o=e.getBoundingClientRect().left,r="end"===this.align.horizontal,a=r?o-i:i+o,s=r?i+o:o-i;e.style.left=this.rtl?s+"px":a+"px"}}},t.prototype.offsetStyles=function(){var t=this.element.nativeElement;this.renderer.setStyle(t,this.horizontalPosition,this.horizontalOffset),this.renderer.setStyle(t,this.verticalPosition,this.verticalOffset)},Object.defineProperty(t.prototype,"hasDialItems",{get:function(){return _t(this.dialItems)&&0!==this.dialItems.length},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"verticalPosition",{get:function(){return{top:"top",middle:"top",bottom:"bottom"}[this.align.vertical]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"verticalOffset",{get:function(){return"middle"===this.align.vertical?"16px"===this.offset.y?"50%":"calc(50% + "+this.offset.y+")":this.offset.y},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"horizontalPosition",{get:function(){var t=this.align.horizontal;return{end:this.rtl?"left":"right",center:"left",start:this.rtl?"right":"left"}[t]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"horizontalOffset",{get:function(){return"center"===this.align.horizontal?"16px"===this.offset.x?"50%":"calc(50% + "+this.offset.x+")":this.offset.x},enumerable:!0,configurable:!0}),t.prototype.playerFor=function(t,e){return this.builder.build(e).create(t)},t.prototype.playAnimation=function(t){var e=this,n=this.durationSettings(),i={duration:n.duration,gap:n.gap,align:this.align},o=t?function(t){var e="bottom"===t.align.vertical,n=t.duration,i=t.gap;return Object(Z.sequence)([Object(Z.query)(".k-fab-item",[Object(Z.style)({opacity:0,transform:"translateY("+(e?"8px":"-8px")+")"}),Object(Z.stagger)(i,[Object(Z.animate)(n+"ms ease-in",Object(Z.style)({opacity:"*",transform:"translateY(0)"}))])],{optional:!0})])}(i):function(t){var e="bottom"===t.align.vertical,n=t.duration,i=t.gap;return Object(Z.sequence)([Object(Z.query)(".k-fab-item",[Object(Z.style)({opacity:"*",transform:"translateY(0)"}),Object(Z.stagger)(-i,[Object(Z.animate)(n+"ms ease-in",Object(Z.style)({opacity:0,transform:"translateY("+(e?"8px":"-8px")+")"}))])],{optional:!0})])}(i),r=this.playerFor(this.popupRef.popupElement,o);r.play(),r.onDone((function(){r&&(e.animationEnd.emit(),r.destroy(),r=null)}))},t.prototype.durationSettings=function(){return{duration:this.animationDuration(),gap:this.animationGap()}},t.prototype.animationGap=function(){var t=this.dialItemAnimation;return"boolean"!=typeof t&&_t(t.gap)?t.gap:90},t.prototype.animationDuration=function(){var t=this.dialItemAnimation;return"boolean"!=typeof t&&_t(t.duration)?t.duration:180},Object(i.__decorate)([Object(o.HostBinding)("class.k-pos-fixed"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"fixedClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-pos-absolute"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"absoluteClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.dir"),Object(i.__metadata)("design:type",String)],t.prototype,"direction",void 0),Object(i.__decorate)([Object(o.ViewChild)("button",{static:!0}),Object(i.__metadata)("design:type",o.ElementRef)],t.prototype,"button",void 0),Object(i.__decorate)([Object(o.ViewChild)("popupTemplate",{static:!0}),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"popupTemplate",void 0),Object(i.__decorate)([Object(o.ContentChild)(te,{static:!0}),Object(i.__metadata)("design:type",te)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.ContentChild)(ee,{static:!0}),Object(i.__metadata)("design:type",ee)],t.prototype,"fabTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"themeColor",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"size",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[String])],t.prototype,"shape",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[Boolean])],t.prototype,"disabled",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"align",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object),Object(i.__metadata)("design:paramtypes",[Object])],t.prototype,"offset",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"positionMode",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"icon",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"iconClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"buttonClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"dialClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",String)],t.prototype,"text",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"dialItemAnimation",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Number)],t.prototype,"tabIndex",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"dialItems",void 0),Object(i.__decorate)([Object(o.Output)("blur"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onBlur",void 0),Object(i.__decorate)([Object(o.Output)("focus"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"onFocus",void 0),Object(i.__decorate)([Object(o.Output)("dialItemClick"),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"dialItemClick",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"open",void 0),Object(i.__decorate)([Object(o.Output)(),Object(i.__metadata)("design:type",o.EventEmitter)],t.prototype,"close",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"kendo-floatingactionbutton",providers:[Pt,Lt,ne,s.LocalizationService,{provide:s.L10N_PREFIX,useValue:"kendo.floatingactionbutton"}],template:'\n <button\n #button\n [attr.id]="id"\n [attr.role]="role"\n [tabIndex]="componentTabIndex"\n type="button"\n [class.k-fab]="true"\n [class.k-state-disabled]="disabled"\n [ngClass]="buttonClass"\n [disabled]="disabled"\n [attr.aria-disabled]="disabled"\n [attr.aria-expanded]="ariaExpanded"\n [attr.aria-haspopup]="ariaHasPopup"\n (focus)="focusHandler()"\n (blur)="blurHandler()"\n [kendoEventsOutsideAngular]="{\n keydown: keyDownHandler,\n click: clickHandler\n }"\n [scope]="this"\n >\n <ng-template *ngIf="fabTemplate"\n [ngTemplateOutlet]="fabTemplate?.templateRef"\n >\n </ng-template>\n\n <ng-container *ngIf="!fabTemplate">\n <span *ngIf="icon || iconClass" [ngClass]="iconClasses"></span>\n <span *ngIf="text" class="k-fab-text">{{ text }}</span>\n </ng-container>\n </button>\n\n <ng-template #popupTemplate>\n <ul\n kendoDialList\n [ngClass]="dialClass"\n [dialItems]="dialItems"\n [dialItemTemplate]=\'dialItemTemplate?.templateRef\'\n [align]="align"\n [attr.aria-labelledby]="id"\n (click)="onItemClick($event)"\n >\n </ul>\n </ng-template>\n '}),Object(i.__metadata)("design:paramtypes",[o.Renderer2,o.ElementRef,Pt,Lt,o.NgZone,dt,Z.AnimationBuilder,s.LocalizationService])],t)}(),ae=function(){function t(t,e){var n=this;this.focusService=t,this.cdr=e,this.hostClass=!0,this.subscriptions=new r.Subscription,this.subscriptions.add(this.focusService.onFocus.subscribe((function(){return n.cdr.detectChanges()})))}return Object.defineProperty(t.prototype,"bottomClass",{get:function(){return"top"===this.align.vertical||"middle"===this.align.vertical},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"topClass",{get:function(){return"bottom"===this.align.vertical},enumerable:!0,configurable:!0}),t.prototype.isFocused=function(t){return this.focusService.isFocused(t)},t.prototype.ngOnDestroy=function(){this.subscriptions.unsubscribe()},Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items-bottom"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"bottomClass",null),Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-items-top"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"topClass",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Array)],t.prototype,"dialItems",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"align",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"[kendoDialList]",template:'\n <ng-container *ngFor=\'let item of dialItems; let idx = index\'>\n <li\n kendoButtonFocusable\n kendoDialItem\n [item]="dialItems[idx]"\n [index]="idx"\n [dialItemTemplate]="dialItemTemplate"\n [isFocused]="isFocused(idx)"\n [ngClass]=\'item.cssClass\'\n [ngStyle]=\'item.cssStyle\'\n [align]="align"\n >\n </li>\n </ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[Pt,o.ChangeDetectorRef])],t)}(),se=function(){function t(t,e,n){this.element=t,this.renderer=e,this.localisationService=n,this.hostClass=!0,this.role="menuitem"}return Object.defineProperty(t.prototype,"disabledClass",{get:function(){return this.item.disabled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"title",{get:function(){var t=this.item.label;return t||this.itemTitle},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"indexAttr",{get:function(){return this.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iconClasses",{get:function(){var t=[];return this.item.iconClass&&t.push(""+this.item.iconClass),this.item.icon&&t.push("k-fab-item-icon k-icon k-i-"+this.item.icon),t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"itemTitle",{get:function(){var t=this.item.icon,e=this.item.itemTitle;return t&&e?e:t},enumerable:!0,configurable:!0}),t.prototype.ngAfterViewInit=function(){var t=this.element.nativeElement,e=this.localisationService.rtl,n=this.align.horizontal;this.renderer.addClass(t,this.getTextDirectionClass(e,n))},t.prototype.getTextDirectionClass=function(t,e){return{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[t?"rtl":"ltr"]["end"===e?"end":"start"]},Object(i.__decorate)([Object(o.HostBinding)("class.k-fab-item"),Object(i.__metadata)("design:type",Boolean)],t.prototype,"hostClass",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.role"),Object(i.__metadata)("design:type",String)],t.prototype,"role",void 0),Object(i.__decorate)([Object(o.HostBinding)("attr.aria-disabled"),Object(o.HostBinding)("class.k-state-disabled"),Object(i.__metadata)("design:type",Boolean),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"disabledClass",null),Object(i.__decorate)([Object(o.HostBinding)("attr.title"),Object(o.HostBinding)("attr.aria-label"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"title",null),Object(i.__decorate)([Object(o.HostBinding)("attr.data-fab-item-index"),Object(i.__metadata)("design:type",String),Object(i.__metadata)("design:paramtypes",[])],t.prototype,"indexAttr",null),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"cssClass",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"cssStyle",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Boolean)],t.prototype,"isFocused",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"index",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"item",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",o.TemplateRef)],t.prototype,"dialItemTemplate",void 0),Object(i.__decorate)([Object(o.Input)(),Object(i.__metadata)("design:type",Object)],t.prototype,"align",void 0),t=Object(i.__decorate)([Object(o.Component)({selector:"[kendoDialItem]",template:'\n <ng-template *ngIf="dialItemTemplate"\n [ngTemplateOutlet]="dialItemTemplate"\n [ngTemplateOutletContext]="{ $implicit: item, index: index, isFocused: isFocused }"\n >\n </ng-template>\n\n <ng-container *ngIf="!dialItemTemplate">\n <span *ngIf="item.label" class="k-fab-item-text">{{ item.label }}</span>\n <span *ngIf="item.icon || item.iconClass" [ngClass]="iconClasses"></span>\n </ng-container>\n '}),Object(i.__metadata)("design:paramtypes",[o.ElementRef,o.Renderer2,s.LocalizationService])],t)}(),ce=[re,te,ee],pe=ce.concat([ae,se]),ue=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({declarations:[pe],exports:[ce],imports:[u.CommonModule,ht,Tt,a.EventsModule]})],t)}(),le=function(){function t(){}return t=Object(i.__decorate)([Object(o.NgModule)({exports:[St,Et,Vt,Zt,Xt,ue]})],t)}()}])}));
|