@smart-webcomponents-angular/tooltip 9.2.73 → 11.0.0
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/bundles/smart-webcomponents-angular-tooltip.umd.js +12 -0
- package/bundles/smart-webcomponents-angular-tooltip.umd.min.js +1 -1
- package/common/i18n.phonenumbers.min.js +501 -0
- package/common/runtime.js +748 -0
- package/esm2015/tooltip/public_api.js +1 -1
- package/esm2015/tooltip/smart.element.js +1 -1
- package/esm2015/tooltip/smart.tooltip.js +9 -1
- package/esm2015/tooltip/smart.tooltip.module.js +1 -1
- package/fesm2015/smart-webcomponents-angular-tooltip.js +8 -0
- package/fesm2015/smart-webcomponents-angular-tooltip.js.map +1 -1
- package/images/flags.png +0 -0
- package/index.d.ts +31559 -28915
- package/package.json +1 -1
- package/source/modules/smart.tooltip.js +1 -1
- package/source/smart.button.js +2 -2
- package/source/smart.element.js +2 -2
- package/source/smart.tooltip.js +2 -2
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +58 -4
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +4 -4
- package/styles/smart.common.css +1 -1
- package/styles/smart.tooltip.css +1 -1
- package/tooltip/smart-webcomponents-angular-tooltip.metadata.json +1 -1
- package/tooltip/smart.tooltip.d.ts +3 -0
|
@@ -469,6 +469,17 @@ import './../source/modules/smart.tooltip';
|
|
|
469
469
|
enumerable: false,
|
|
470
470
|
configurable: true
|
|
471
471
|
});
|
|
472
|
+
Object.defineProperty(TooltipComponent.prototype, "align", {
|
|
473
|
+
/** @description Determines how to align the tooltip. */
|
|
474
|
+
get: function () {
|
|
475
|
+
return this.nativeElement ? this.nativeElement.align : undefined;
|
|
476
|
+
},
|
|
477
|
+
set: function (value) {
|
|
478
|
+
this.nativeElement ? this.nativeElement.align = value : undefined;
|
|
479
|
+
},
|
|
480
|
+
enumerable: false,
|
|
481
|
+
configurable: true
|
|
482
|
+
});
|
|
472
483
|
Object.defineProperty(TooltipComponent.prototype, "arrow", {
|
|
473
484
|
/** @description Gets or sets whether a tooltip's arrow will be shown. */
|
|
474
485
|
get: function () {
|
|
@@ -766,6 +777,7 @@ import './../source/modules/smart.tooltip';
|
|
|
766
777
|
]; };
|
|
767
778
|
TooltipComponent.propDecorators = {
|
|
768
779
|
animation: [{ type: core.Input }],
|
|
780
|
+
align: [{ type: core.Input }],
|
|
769
781
|
arrow: [{ type: core.Input }],
|
|
770
782
|
arrowDirection: [{ type: core.Input }],
|
|
771
783
|
delay: [{ type: core.Input }],
|
|
@@ -21,5 +21,5 @@ import './../source/modules/smart.tooltip';
|
|
|
21
21
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
22
22
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
23
23
|
PERFORMANCE OF THIS SOFTWARE.
|
|
24
|
-
***************************************************************************** */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)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};Object.create;Object.create;var i=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:!1,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:!1,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:!1,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:!1,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:!1,configurable:!0}),e}();i.propDecorators={onCreate:[{type:t.Output}],onReady:[{type:t.Output}],onAttach:[{type:t.Output}],onDetach:[{type:t.Output}],locale:[{type:t.Input}],localizeFormatFunction:[{type:t.Input}],messages:[{type:t.Input}],rightToLeft:[{type:t.Input}],theme:[{type:t.Input}]};var o=window.Smart,r=function(e){function i(n){var i=e.call(this,n)||this;return i.eventHandlers=[],i.onOpen=new t.EventEmitter,i.onOpening=new t.EventEmitter,i.onClose=new t.EventEmitter,i.onClosing=new t.EventEmitter,i.nativeElement=n.nativeElement,i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function i(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}(i,e),i.prototype.createComponent=function(e){for(var t in void 0===e&&(e={}),this.nativeElement=document.createElement("smart-tooltip"),e)this.nativeElement[t]=e[t];return this.nativeElement},Object.defineProperty(i.prototype,"animation",{get:function(){return this.nativeElement?this.nativeElement.animation:void 0},set:function(e){this.nativeElement&&(this.nativeElement.animation=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"arrow",{get:function(){return this.nativeElement?this.nativeElement.arrow:void 0},set:function(e){this.nativeElement&&(this.nativeElement.arrow=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"arrowDirection",{get:function(){return this.nativeElement?this.nativeElement.arrowDirection:void 0},set:function(e){this.nativeElement&&(this.nativeElement.arrowDirection=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"delay",{get:function(){return this.nativeElement?this.nativeElement.delay:void 0},set:function(e){this.nativeElement&&(this.nativeElement.delay=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"disabled",{get:function(){return this.nativeElement?this.nativeElement.disabled:void 0},set:function(e){this.nativeElement&&(this.nativeElement.disabled=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"offset",{get:function(){return this.nativeElement?this.nativeElement.offset:void 0},set:function(e){this.nativeElement&&(this.nativeElement.offset=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizeFormatFunction",{get:function(){return this.nativeElement?this.nativeElement.localizeFormatFunction:void 0},set:function(e){this.nativeElement&&(this.nativeElement.localizeFormatFunction=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"openMode",{get:function(){return this.nativeElement?this.nativeElement.openMode:void 0},set:function(e){this.nativeElement&&(this.nativeElement.openMode=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"position",{get:function(){return this.nativeElement?this.nativeElement.position:void 0},set:function(e){this.nativeElement&&(this.nativeElement.position=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"selector",{get:function(){return this.nativeElement?this.nativeElement.selector:void 0},set:function(e){this.nativeElement&&(this.nativeElement.selector=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"theme",{get:function(){return this.nativeElement?this.nativeElement.theme:void 0},set:function(e){this.nativeElement&&(this.nativeElement.theme=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tooltipTemplate",{get:function(){return this.nativeElement?this.nativeElement.tooltipTemplate:void 0},set:function(e){this.nativeElement&&(this.nativeElement.tooltipTemplate=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"unfocusable",{get:function(){return this.nativeElement?this.nativeElement.unfocusable:void 0},set:function(e){this.nativeElement&&(this.nativeElement.unfocusable=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this.nativeElement?this.nativeElement.value:void 0},set:function(e){this.nativeElement&&(this.nativeElement.value=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visible",{get:function(){return this.nativeElement?this.nativeElement.visible:void 0},set:function(e){this.nativeElement&&(this.nativeElement.visible=e)},enumerable:!1,configurable:!0}),i.prototype.close=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.close():this.nativeElement.whenRendered((function(){e.nativeElement.close()}))},i.prototype.open=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.open():this.nativeElement.whenRendered((function(){e.nativeElement.open()}))},i.prototype.toggle=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.toggle():this.nativeElement.whenRendered((function(){e.nativeElement.toggle()}))},i.prototype.clear=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.clear():this.nativeElement.whenRendered((function(){e.nativeElement.clear()}))},Object.defineProperty(i.prototype,"isRendered",{get:function(){return!!this.nativeElement&&this.nativeElement.isRendered},enumerable:!1,configurable:!0}),i.prototype.ngOnInit=function(){},i.prototype.ngAfterViewInit=function(){var e=this;e.onCreate.emit(e.nativeElement),o.Render(),this.nativeElement.classList.add("smart-angular"),this.nativeElement.whenRendered((function(){e.onReady.emit(e.nativeElement)})),this.listen()},i.prototype.ngOnDestroy=function(){this.unlisten()},i.prototype.ngOnChanges=function(e){if(this.nativeElement&&this.nativeElement.isRendered)for(var t in e)e.hasOwnProperty(t)&&(this.nativeElement[t]=e[t].currentValue)},i.prototype.listen=function(){var e=this;e.eventHandlers.openHandler=function(t){e.onOpen.emit(t)},e.nativeElement.addEventListener("open",e.eventHandlers.openHandler),e.eventHandlers.openingHandler=function(t){e.onOpening.emit(t)},e.nativeElement.addEventListener("opening",e.eventHandlers.openingHandler),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)},i.prototype.unlisten=function(){var e=this;e.eventHandlers.openHandler&&e.nativeElement.removeEventListener("open",e.eventHandlers.openHandler),e.eventHandlers.openingHandler&&e.nativeElement.removeEventListener("opening",e.eventHandlers.openingHandler),e.eventHandlers.closeHandler&&e.nativeElement.removeEventListener("close",e.eventHandlers.closeHandler),e.eventHandlers.closingHandler&&e.nativeElement.removeEventListener("closing",e.eventHandlers.closingHandler)},i}(i);r.decorators=[{type:t.Directive,args:[{selector:"smart-tooltip, [smart-tooltip]"}]}],r.ctorParameters=function(){return[{type:t.ElementRef}]},r.propDecorators={animation:[{type:t.Input}],arrow:[{type:t.Input}],arrowDirection:[{type:t.Input}],delay:[{type:t.Input}],disabled:[{type:t.Input}],offset:[{type:t.Input}],locale:[{type:t.Input}],localizeFormatFunction:[{type:t.Input}],messages:[{type:t.Input}],openMode:[{type:t.Input}],position:[{type:t.Input}],selector:[{type:t.Input}],theme:[{type:t.Input}],tooltipTemplate:[{type:t.Input}],unfocusable:[{type:t.Input}],value:[{type:t.Input}],visible:[{type:t.Input}],onOpen:[{type:t.Output}],onOpening:[{type:t.Output}],onClose:[{type:t.Output}],onClosing:[{type:t.Output}]};var a=function(){};a.decorators=[{type:t.NgModule,args:[{declarations:[r],schemas:[t.CUSTOM_ELEMENTS_SCHEMA],exports:[r]}]}],e.Smart=o,e.TooltipComponent=r,e.TooltipModule=a,e.ɵa=i,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
24
|
+
***************************************************************************** */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)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};Object.create;Object.create;var i=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:!1,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:!1,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:!1,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:!1,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:!1,configurable:!0}),e}();i.propDecorators={onCreate:[{type:t.Output}],onReady:[{type:t.Output}],onAttach:[{type:t.Output}],onDetach:[{type:t.Output}],locale:[{type:t.Input}],localizeFormatFunction:[{type:t.Input}],messages:[{type:t.Input}],rightToLeft:[{type:t.Input}],theme:[{type:t.Input}]};var o=window.Smart,r=function(e){function i(n){var i=e.call(this,n)||this;return i.eventHandlers=[],i.onOpen=new t.EventEmitter,i.onOpening=new t.EventEmitter,i.onClose=new t.EventEmitter,i.onClosing=new t.EventEmitter,i.nativeElement=n.nativeElement,i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function i(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}(i,e),i.prototype.createComponent=function(e){for(var t in void 0===e&&(e={}),this.nativeElement=document.createElement("smart-tooltip"),e)this.nativeElement[t]=e[t];return this.nativeElement},Object.defineProperty(i.prototype,"animation",{get:function(){return this.nativeElement?this.nativeElement.animation:void 0},set:function(e){this.nativeElement&&(this.nativeElement.animation=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"align",{get:function(){return this.nativeElement?this.nativeElement.align:void 0},set:function(e){this.nativeElement&&(this.nativeElement.align=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"arrow",{get:function(){return this.nativeElement?this.nativeElement.arrow:void 0},set:function(e){this.nativeElement&&(this.nativeElement.arrow=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"arrowDirection",{get:function(){return this.nativeElement?this.nativeElement.arrowDirection:void 0},set:function(e){this.nativeElement&&(this.nativeElement.arrowDirection=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"delay",{get:function(){return this.nativeElement?this.nativeElement.delay:void 0},set:function(e){this.nativeElement&&(this.nativeElement.delay=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"disabled",{get:function(){return this.nativeElement?this.nativeElement.disabled:void 0},set:function(e){this.nativeElement&&(this.nativeElement.disabled=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"offset",{get:function(){return this.nativeElement?this.nativeElement.offset:void 0},set:function(e){this.nativeElement&&(this.nativeElement.offset=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"locale",{get:function(){return this.nativeElement?this.nativeElement.locale:void 0},set:function(e){this.nativeElement&&(this.nativeElement.locale=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizeFormatFunction",{get:function(){return this.nativeElement?this.nativeElement.localizeFormatFunction:void 0},set:function(e){this.nativeElement&&(this.nativeElement.localizeFormatFunction=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"messages",{get:function(){return this.nativeElement?this.nativeElement.messages:void 0},set:function(e){this.nativeElement&&(this.nativeElement.messages=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"openMode",{get:function(){return this.nativeElement?this.nativeElement.openMode:void 0},set:function(e){this.nativeElement&&(this.nativeElement.openMode=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"position",{get:function(){return this.nativeElement?this.nativeElement.position:void 0},set:function(e){this.nativeElement&&(this.nativeElement.position=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"selector",{get:function(){return this.nativeElement?this.nativeElement.selector:void 0},set:function(e){this.nativeElement&&(this.nativeElement.selector=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"theme",{get:function(){return this.nativeElement?this.nativeElement.theme:void 0},set:function(e){this.nativeElement&&(this.nativeElement.theme=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tooltipTemplate",{get:function(){return this.nativeElement?this.nativeElement.tooltipTemplate:void 0},set:function(e){this.nativeElement&&(this.nativeElement.tooltipTemplate=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"unfocusable",{get:function(){return this.nativeElement?this.nativeElement.unfocusable:void 0},set:function(e){this.nativeElement&&(this.nativeElement.unfocusable=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this.nativeElement?this.nativeElement.value:void 0},set:function(e){this.nativeElement&&(this.nativeElement.value=e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visible",{get:function(){return this.nativeElement?this.nativeElement.visible:void 0},set:function(e){this.nativeElement&&(this.nativeElement.visible=e)},enumerable:!1,configurable:!0}),i.prototype.close=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.close():this.nativeElement.whenRendered((function(){e.nativeElement.close()}))},i.prototype.open=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.open():this.nativeElement.whenRendered((function(){e.nativeElement.open()}))},i.prototype.toggle=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.toggle():this.nativeElement.whenRendered((function(){e.nativeElement.toggle()}))},i.prototype.clear=function(){var e=this;this.nativeElement.isRendered?this.nativeElement.clear():this.nativeElement.whenRendered((function(){e.nativeElement.clear()}))},Object.defineProperty(i.prototype,"isRendered",{get:function(){return!!this.nativeElement&&this.nativeElement.isRendered},enumerable:!1,configurable:!0}),i.prototype.ngOnInit=function(){},i.prototype.ngAfterViewInit=function(){var e=this;e.onCreate.emit(e.nativeElement),o.Render(),this.nativeElement.classList.add("smart-angular"),this.nativeElement.whenRendered((function(){e.onReady.emit(e.nativeElement)})),this.listen()},i.prototype.ngOnDestroy=function(){this.unlisten()},i.prototype.ngOnChanges=function(e){if(this.nativeElement&&this.nativeElement.isRendered)for(var t in e)e.hasOwnProperty(t)&&(this.nativeElement[t]=e[t].currentValue)},i.prototype.listen=function(){var e=this;e.eventHandlers.openHandler=function(t){e.onOpen.emit(t)},e.nativeElement.addEventListener("open",e.eventHandlers.openHandler),e.eventHandlers.openingHandler=function(t){e.onOpening.emit(t)},e.nativeElement.addEventListener("opening",e.eventHandlers.openingHandler),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)},i.prototype.unlisten=function(){var e=this;e.eventHandlers.openHandler&&e.nativeElement.removeEventListener("open",e.eventHandlers.openHandler),e.eventHandlers.openingHandler&&e.nativeElement.removeEventListener("opening",e.eventHandlers.openingHandler),e.eventHandlers.closeHandler&&e.nativeElement.removeEventListener("close",e.eventHandlers.closeHandler),e.eventHandlers.closingHandler&&e.nativeElement.removeEventListener("closing",e.eventHandlers.closingHandler)},i}(i);r.decorators=[{type:t.Directive,args:[{selector:"smart-tooltip, [smart-tooltip]"}]}],r.ctorParameters=function(){return[{type:t.ElementRef}]},r.propDecorators={animation:[{type:t.Input}],align:[{type:t.Input}],arrow:[{type:t.Input}],arrowDirection:[{type:t.Input}],delay:[{type:t.Input}],disabled:[{type:t.Input}],offset:[{type:t.Input}],locale:[{type:t.Input}],localizeFormatFunction:[{type:t.Input}],messages:[{type:t.Input}],openMode:[{type:t.Input}],position:[{type:t.Input}],selector:[{type:t.Input}],theme:[{type:t.Input}],tooltipTemplate:[{type:t.Input}],unfocusable:[{type:t.Input}],value:[{type:t.Input}],visible:[{type:t.Input}],onOpen:[{type:t.Output}],onOpening:[{type:t.Output}],onClose:[{type:t.Output}],onClosing:[{type:t.Output}]};var a=function(){};a.decorators=[{type:t.NgModule,args:[{declarations:[r],schemas:[t.CUSTOM_ELEMENTS_SCHEMA],exports:[r]}]}],e.Smart=o,e.TooltipComponent=r,e.TooltipModule=a,e.ɵa=i,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
25
25
|
//# sourceMappingURL=smart-webcomponents-angular-tooltip.umd.min.js.map
|