-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsmart-webcomponents-angular-breadcrumb.umd.min.js
25 lines (21 loc) · 11.4 KB
/
smart-webcomponents-angular-breadcrumb.umd.min.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if (!window['Smart']) {
window['Smart'] = { RenderMode: 'manual' };
}
else {
window['Smart'].RenderMode = 'manual';
}
import './../source/modules/smart.breadcrumb';
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("smart-webcomponents-angular/breadcrumb",["exports","@angular/core"],t):t(((e=e||self)["smart-webcomponents-angular"]=e["smart-webcomponents-angular"]||{},e["smart-webcomponents-angular"].breadcrumb={}),e.ng.core)}(this,(function(e,t){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function i(e,t,n,i){var o,r=arguments.length,a=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(r<3?o(a):r>3?o(t,n,a):o(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a}var o=function(){function e(e){this.onCreate=new t.EventEmitter,this.onReady=new t.EventEmitter,this.onAttach=new t.EventEmitter,this.onDetach=new t.EventEmitter;var n=this;this.nativeElement=e.nativeElement,n.nativeElement.onAttached=function(){n.onAttach.emit(n.nativeElement)},n.nativeElement.onDetached=function(){n.onDetach.emit(n.nativeElement)}}return e.prototype.addEventListener=function(e,t,n){void 0===n&&(n=!1),this.nativeElement.addEventListener(e,t,n)},e.prototype.removeEventListener=function(e,t,n){void 0===n&&(n=!1),this.nativeElement.removeEventListener(e,t,n)},e.prototype.dispatchEvent=function(e){return this.nativeElement.dispatchEvent(e)},e.prototype.blur=function(){this.nativeElement.blur()},e.prototype.click=function(){this.nativeElement.click()},e.prototype.focus=function(e){this.nativeElement.focus(e)},Object.defineProperty(e.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"localizeFormatFunction",{get:function(){return this.nativeElement?this.nativeElement.localizeFormatFunction:void 0},set:function(e){this.nativeElement&&(this.nativeElement.localizeFormatFunction=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rightToLeft",{get:function(){return this.nativeElement?this.nativeElement.rightToLeft:void 0},set:function(e){this.nativeElement&&(this.nativeElement.rightToLeft=e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"theme",{get:function(){return this.nativeElement?this.nativeElement.theme:void 0},set:function(e){this.nativeElement&&(this.nativeElement.theme=e)},enumerable:!0,configurable:!0}),i([t.Output()],e.prototype,"onCreate",void 0),i([t.Output()],e.prototype,"onReady",void 0),i([t.Output()],e.prototype,"onAttach",void 0),i([t.Output()],e.prototype,"onDetach",void 0),i([t.Input()],e.prototype,"locale",null),i([t.Input()],e.prototype,"localizeFormatFunction",null),i([t.Input()],e.prototype,"messages",null),i([t.Input()],e.prototype,"rightToLeft",null),i([t.Input()],e.prototype,"theme",null),e}(),r=window.Smart,a=function(e){function o(n){var i=e.call(this,n)||this;return i.eventHandlers=[],i.onClose=new t.EventEmitter,i.onClosing=new t.EventEmitter,i.onDragEnd=new t.EventEmitter,i.onDragging=new t.EventEmitter,i.onAddNewItem=new t.EventEmitter,i.nativeElement=n.nativeElement,i}return function(e,t){function i(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}(o,e),o.prototype.createComponent=function(e){for(var t in void 0===e&&(e={}),this.nativeElement=document.createElement("smart-breadcrumb"),e)this.nativeElement[t]=e[t];return this.nativeElement},Object.defineProperty(o.prototype,"addNewItem",{get:function(){return this.nativeElement?this.nativeElement.addNewItem:void 0},set:function(e){this.nativeElement&&(this.nativeElement.addNewItem=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"allowDrag",{get:function(){return this.nativeElement?this.nativeElement.allowDrag:void 0},set:function(e){this.nativeElement&&(this.nativeElement.allowDrag=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"allowDrop",{get:function(){return this.nativeElement?this.nativeElement.allowDrop:void 0},set:function(e){this.nativeElement&&(this.nativeElement.allowDrop=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"animation",{get:function(){return this.nativeElement?this.nativeElement.animation:void 0},set:function(e){this.nativeElement&&(this.nativeElement.animation=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"closeButtons",{get:function(){return this.nativeElement?this.nativeElement.closeButtons:void 0},set:function(e){this.nativeElement&&(this.nativeElement.closeButtons=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"dataSource",{get:function(){return this.nativeElement?this.nativeElement.dataSource:void 0},set:function(e){this.nativeElement&&(this.nativeElement.dataSource=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"disabled",{get:function(){return this.nativeElement?this.nativeElement.disabled:void 0},set:function(e){this.nativeElement&&(this.nativeElement.disabled=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"itemTemplate",{get:function(){return this.nativeElement?this.nativeElement.itemTemplate:void 0},set:function(e){this.nativeElement&&(this.nativeElement.itemTemplate=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"minimizeWidth",{get:function(){return this.nativeElement?this.nativeElement.minimizeWidth:void 0},set:function(e){this.nativeElement&&(this.nativeElement.minimizeWidth=e)},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"unfocusable",{get:function(){return this.nativeElement?this.nativeElement.unfocusable:void 0},set:function(e){this.nativeElement&&(this.nativeElement.unfocusable=e)},enumerable:!0,configurable:!0}),o.prototype.addItem=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.addItem(e):this.nativeElement.whenRendered((function(){t.nativeElement.addItem(e)}))},o.prototype.maximize=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.maximize():this.nativeElement.whenRendered((function(){e.nativeElement.maximize()}))},o.prototype.minimize=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.minimize():this.nativeElement.whenRendered((function(){e.nativeElement.minimize()}))},o.prototype.removeItem=function(e){var t=this;this.nativeElement.isRendered?this.nativeElement.removeItem(e):this.nativeElement.whenRendered((function(){t.nativeElement.removeItem(e)}))},Object.defineProperty(o.prototype,"isRendered",{get:function(){return!!this.nativeElement&&this.nativeElement.isRendered},enumerable:!0,configurable:!0}),o.prototype.ngOnInit=function(){},o.prototype.ngAfterViewInit=function(){var e=this;e.onCreate.emit(e.nativeElement),r.Render(),this.nativeElement.classList.add("smart-angular"),this.nativeElement.whenRendered((function(){e.onReady.emit(e.nativeElement)})),this.listen()},o.prototype.ngOnDestroy=function(){this.unlisten()},o.prototype.ngOnChanges=function(e){if(this.nativeElement&&this.nativeElement.isRendered)for(var t in e)e.hasOwnProperty(t)&&(this.nativeElement[t]=e[t].currentValue)},o.prototype.listen=function(){var e=this;e.eventHandlers.closeHandler=function(t){e.onClose.emit(t)},e.nativeElement.addEventListener("close",e.eventHandlers.closeHandler),e.eventHandlers.closingHandler=function(t){e.onClosing.emit(t)},e.nativeElement.addEventListener("closing",e.eventHandlers.closingHandler),e.eventHandlers.dragEndHandler=function(t){e.onDragEnd.emit(t)},e.nativeElement.addEventListener("dragEnd",e.eventHandlers.dragEndHandler),e.eventHandlers.draggingHandler=function(t){e.onDragging.emit(t)},e.nativeElement.addEventListener("dragging",e.eventHandlers.draggingHandler),e.eventHandlers.addNewItemHandler=function(t){e.onAddNewItem.emit(t)},e.nativeElement.addEventListener("addNewItem",e.eventHandlers.addNewItemHandler)},o.prototype.unlisten=function(){this.eventHandlers.closeHandler&&this.nativeElement.removeEventListener("close",this.eventHandlers.closeHandler),this.eventHandlers.closingHandler&&this.nativeElement.removeEventListener("closing",this.eventHandlers.closingHandler),this.eventHandlers.dragEndHandler&&this.nativeElement.removeEventListener("dragEnd",this.eventHandlers.dragEndHandler),this.eventHandlers.draggingHandler&&this.nativeElement.removeEventListener("dragging",this.eventHandlers.draggingHandler),this.eventHandlers.addNewItemHandler&&this.nativeElement.removeEventListener("addNewItem",this.eventHandlers.addNewItemHandler)},o.ctorParameters=function(){return[{type:t.ElementRef}]},i([t.Input()],o.prototype,"addNewItem",null),i([t.Input()],o.prototype,"allowDrag",null),i([t.Input()],o.prototype,"allowDrop",null),i([t.Input()],o.prototype,"animation",null),i([t.Input()],o.prototype,"closeButtons",null),i([t.Input()],o.prototype,"dataSource",null),i([t.Input()],o.prototype,"disabled",null),i([t.Input()],o.prototype,"itemTemplate",null),i([t.Input()],o.prototype,"locale",null),i([t.Input()],o.prototype,"messages",null),i([t.Input()],o.prototype,"minimizeWidth",null),i([t.Input()],o.prototype,"unfocusable",null),i([t.Output()],o.prototype,"onClose",void 0),i([t.Output()],o.prototype,"onClosing",void 0),i([t.Output()],o.prototype,"onDragEnd",void 0),i([t.Output()],o.prototype,"onDragging",void 0),i([t.Output()],o.prototype,"onAddNewItem",void 0),o=i([t.Directive({exportAs:"smart-breadcrumb",selector:"smart-breadcrumb, [smart-breadcrumb]"})],o)}(o),l=function(){function e(){}return e=i([t.NgModule({declarations:[a],schemas:[t.CUSTOM_ELEMENTS_SCHEMA],exports:[a]})],e)}();e.BreadcrumbComponent=a,e.BreadcrumbModule=l,e.Smart=r,e.ɵa=o,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=smart-webcomponents-angular-breadcrumb.umd.min.js.map