UNPKG

truly-ui

Version:
1 lines 134 kB
{"__symbolic":"module","version":3,"metadata":{"DatatableModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule"},{"__symbolic":"reference","name":"ɵa"}],"declarations":[{"__symbolic":"reference","name":"TlDatatable"},{"__symbolic":"reference","name":"ɵd"},{"__symbolic":"reference","name":"ɵe"},{"__symbolic":"reference","name":"ɵf"},{"__symbolic":"reference","name":"ɵg"}],"exports":[{"__symbolic":"reference","name":"TlDatatable"},{"__symbolic":"reference","name":"ɵd"},{"__symbolic":"reference","name":"ɵe"},{"__symbolic":"reference","name":"ɵf"},{"__symbolic":"reference","name":"ɵg"}]}]}],"members":{}},"TlDatatable":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"tl-datatable","template":"<div class=\"tl-datatable-box\" *ngIf=\"data\" [ngClass]=\"{'-borderleft':scrollable === 'normal'}\"> <tl-datatable-normal-mode *ngIf=\"mode === 'normal'\"></tl-datatable-normal-mode> <tl-datatable-scrollable-mode *ngIf=\"mode === 'scrollable'\" ></tl-datatable-scrollable-mode> <tl-datatable-paginator-mode *ngIf=\"mode === 'paginator'\" ></tl-datatable-paginator-mode> </div> ","styles":["/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type=\"button\"], [type=\"reset\"], [type=\"submit\"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=\"button\"]::-moz-focus-inner, [type=\"reset\"]::-moz-focus-inner, [type=\"submit\"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=\"button\"]:-moz-focusring, [type=\"reset\"]:-moz-focusring, [type=\"submit\"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type=\"checkbox\"], [type=\"radio\"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type=\"number\"]::-webkit-inner-spin-button, [type=\"number\"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type=\"search\"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type=\"search\"]::-webkit-search-cancel-button, [type=\"search\"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } table { border-collapse: inherit; } .tl-datatable-box { border-left: 1px #E5E5E5 solid; border-top: 1px #E5E5E5 solid; border-bottom: 1px #E5E5E5 solid; } .tl-datatable-box.-borderleft { border-right: 1px #E5E5E5 solid; } .datatable { border-spacing: 0; border-right: 1px #E5E5E5 solid; width: 100%; font-family: \"RobotoRegular\",Helvetica,Arial,sans-serif; text-align: center; table-layout: fixed; } .datatableHeader { color: #656565; font-size: 13px; table-layout: fixed; } .datatableHeader > .row { height: 30px; width: 100%; background: #F6F6F6; border: 1px #6E6E6E solid; } .datatableHeader > .row .cel { width: 100%; border-right: 1px #E5E5E5 solid; border-bottom: 1px #E5E5E5 solid; } .datatableHeader > .row .cel.-textleft { text-align: left; } .datatableHeader > .row .cel.-textright { text-align: right; } .datatableHeader > .row .cel.-textcenter { text-align: center; } .datatableHeader > .row .cel:last-child { border-right: none; } .datatableBody { table-layout: fixed; } .datatableBody > .row { height: 25px; font-size: 13px; background: #F5F5F5; outline: none; } .datatableBody > .row .cel { width: 200px; border-right: 1px #E5E5E5 solid; } .datatableBody > .row .cel.-textleft { text-align: left; } .datatableBody > .row .cel.-textright { text-align: right; } .datatableBody > .row .cel.-textcenter { text-align: center; } .datatableBody > .row .cel:last-child { border-right: none; } .datatableBody > .row:nth-child(odd) { background: #FFFFFF; } .datatableBody > .row:focus { background: #66CC99 !important; color: #FFF; } "],"providers":[{"__symbolic":"reference","name":"ɵb"},{"__symbolic":"reference","name":"ɵc"}]}]}],"members":{"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["data"]}]}],"mode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["mode"]}]}],"lazy":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["lazy"]}]}],"rowsPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["rowsPage"]}]}],"rowHeight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["rowHeight"]}]}],"rowsClient":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["rowsClient"]}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["height"]}]}],"globalFilter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["globalFilter"]}]}],"globalFilterOptions":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["globalFilterOptions"]}]}],"rowSelect":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["rowSelect"]}]}],"rowClick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["rowClick"]}]}],"rowDblclick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["rowDblclick"]}]}],"pageChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["pageChange"]}]}],"lazyLoad":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["lazyLoad"]}]}],"endRow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"},"arguments":["endRow"]}]}],"datatableColumns":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ɵd"}]}]}],"tbody":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["tbody"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","name":"ɵb"},{"__symbolic":"reference","name":"ɵc"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"setColumns":[{"__symbolic":"method"}],"setTabIndex":[{"__symbolic":"method"}],"getColumnsFromDataSource":[{"__symbolic":"method"}],"getColumnsFromContentChield":[{"__symbolic":"method"}],"getClassAlignment":[{"__symbolic":"method"}],"getObjectRow":[{"__symbolic":"method"}],"exitsColumns":[{"__symbolic":"method"}],"buildNewDataTableColumn":[{"__symbolic":"method"}],"onRowClick":[{"__symbolic":"method"}],"onRowSelect":[{"__symbolic":"method"}],"onRowDblclick":[{"__symbolic":"method"}],"inicializeGlobalFilter":[{"__symbolic":"method"}],"filter":[{"__symbolic":"method"}],"calcHeightRowTable":[{"__symbolic":"method"}],"setHeightRowTable":[{"__symbolic":"method"}]}},"InputModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule"},{"__symbolic":"reference","name":"ɵh"}],"declarations":[{"__symbolic":"reference","name":"TlInput"}],"exports":[{"__symbolic":"reference","name":"TlInput"},{"__symbolic":"reference","name":"ɵh"}],"providers":[{"__symbolic":"reference","name":"ɵn"},{"__symbolic":"reference","name":"ɵo"},{"__symbolic":"reference","name":"ɵm"}]}]}],"members":{}},"TlInput":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"ɵk"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"tl-input","template":"<div class=\"tl-input-box\"> <label *ngIf=\"label\" class=\"label -label{{labelPlacement}}\" [ngStyle]=\"{'width' : labelSize + 'px'}\">{{label}} <b *ngIf=\"required\" style=\"color: #FF6666\">*</b> </label> <span *ngIf=\"iconBefore\" class=\"addon -borderleft\"> <i [ngClass]=\"iconBefore\"></i> </span> <span *ngIf=\"textBefore\" class=\"addon -borderleft\" [ngClass]=\"{'predefined' : textBefore}\">{{textBefore}}</span> <input #input #model=\"ngModel\" attr.name=\"{{name}}\" class=\"field\" type=\"text\" [ngClass]=\"{ '-cursorblocked' : readonly || disabled, '-disabled': disabled, '-readonly': readonly, '-hasValidation': hasValidation() }\" [tabindex]=\"tabindex\" [style.text-align]=\"textAlign\" [readonly]=\"readonly ? true : null\" [disabled]=\"disabled ? true : null\" [autocomplete]=\"autocomplete\" [placeholder]=\"placeholder\" [maxlength]=\"validations.maxLength\" [minlength]=\"validations.minLength\" [required]=\"validations.required\" [(ngModel)]=\"modelValue\" (blur)=\"onBlur()\" (focus)=\"onFocus()\"> <span #afterIcon *ngIf=\"iconAfter\" class=\"addon -borderright\"><i [ngClass]=\"iconAfter\"></i></span> <span *ngIf=\"textAfter\" #afterText class=\"addon -borderright\" [ngClass]=\"{'-predefined' : textAfter}\">{{textAfter}} </span> <span [style.right]=\"clearButtonPosition + 'px'\" (click)=\"clearInput()\" class=\"addon -clearbutton\" *ngIf=\"clearButton && ngValue\">X</span> </div> ","styles":["/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type=\"button\"], [type=\"reset\"], [type=\"submit\"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=\"button\"]::-moz-focus-inner, [type=\"reset\"]::-moz-focus-inner, [type=\"submit\"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=\"button\"]:-moz-focusring, [type=\"reset\"]:-moz-focusring, [type=\"submit\"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type=\"checkbox\"], [type=\"radio\"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type=\"number\"]::-webkit-inner-spin-button, [type=\"number\"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type=\"search\"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type=\"search\"]::-webkit-search-cancel-button, [type=\"search\"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } .tl-input-box { width: 100%; position: relative; display: table; border-collapse: separate; } .tl-input-box > .addon { border-top: 1px solid #CACACA; border-bottom: 1px solid #CACACA; display: table-cell; padding: 4px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #6E6E6E; text-align: center; background-color: #EEE; width: 1%; white-space: nowrap; vertical-align: middle; } .tl-input-box > .addon.-borderleft { border-left: 1px solid #CACACA; border-radius: 2px 0 0 2px; } .tl-input-box > .addon.-borderright { border-right: 1px solid #CACACA; border-radius: 0 2px 2px 0; } .tl-input-box > .addon.-clearbutton { font-size: 1em; position: absolute; border: 0; top: 2px; right: 4px; cursor: pointer; background: transparent; } .tl-input-box > .addon.-predefined { font-family: 'Lato', sans-serif; color: #484848; } .tl-input-box > .label { line-height: 1; width: 100px; white-space: nowrap; vertical-align: middle; color: #737373; font-weight: normal; font-family: 'Lato', sans-serif; font-size: 0.9em; } .tl-input-box > .label.-labeltop { text-align: left; padding: 0 0 5px 0; display: table-caption; } .tl-input-box > .label.-labelleft { text-align: right; padding: 5px 5px 5px 0; display: table-cell; } .tl-input-box > .label.-validation { color: #FF6666; font-size: 0.7em; } .tl-input-box > .field { display: table-cell; border: 1px solid #CACACA; height: 25px; padding: 4px 12px; background: #FFFFFF; font-size: 0.9em; width: 100%; float: right; padding-right: 20px; color: #737373; font-family: 'Lato', sans-serif; -webkit-box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.1); box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.1); } .tl-input-box > .field::placeholder { color: #CACACA; font-family: 'Lato', sans-serif; font-size: 0.9em; } .tl-input-box > .field.-cursorblocked { cursor: not-allowed; } .tl-input-box > .field.-disabled { opacity: 0.35; filter: Alpha(Opacity=35); cursor: default !important; background-color: #E8E8E8; color: #707070; } .tl-input-box > .field.-readonly { background-color: #EEE; } .tl-input-box > .field.-hasValidation.ng-touched.ng-invalid::placeholder { color: #FFB9B9; } .tl-input-box > .field.-hasValidation.ng-touched.ng-invalid { border: 1px solid #FF6666; background-color: #FFF1F1; outline: none; } .tl-input-box > .field.-hasValidation.ng-valid.ng-touched { border: 1px solid #66CC99; background-color: #E3F5EC; outline: none; } "],"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation"},"member":"None"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"TlInput"},"multi":true}]}]}],"members":{"textBefore":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"textAfter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"labelPlacement":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"labelSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"iconBefore":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"iconAfter":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"clearButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"readonly":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"autocomplete":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"required":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"tabindex":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"textAlign":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"input":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["input"]}]}],"textClearButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["afterText"]}]}],"iconClearButton":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["afterIcon"]}]}],"clear":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵm"},{"__symbolic":"reference","name":"ɵn"},{"__symbolic":"reference","name":"ɵo"}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"validateClearButtonPosition":[{"__symbolic":"method"}],"clearInput":[{"__symbolic":"method"}]}},"ButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ɵq"}],"exports":[{"__symbolic":"reference","name":"ɵq"}],"providers":[{"__symbolic":"reference","name":"ɵm"},{"__symbolic":"reference","name":"ɵn"},{"__symbolic":"reference","name":"ɵo"}]}]}],"members":{}},"MultiselectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"TlMultiselect"}],"exports":[{"__symbolic":"reference","name":"TlMultiselect"}]}]}],"members":{}},"TlMultiselect":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"selector":"tl-multiselect","template":"<div [ngClass]=\"{'inputFormOpenFilter': isOpen === 'block' && filtredItens.length !== 0}\" class=\"input-form\" (click)=\"toogleOpen('block')\"> <span class=\"tags\" (click)=\"selectTagClick($event, i, tag)\" [ngStyle]=\"changeColorTag(tag)\" *ngFor=\"let tag of tags; let i = index\">{{tag?.source[label]}}<small *ngIf=\"detailOnTag && detail !== undefined\" class=\"tags-detail\"><{{tag?.source[detail]}}></small><b (click)=\"removeTag(i, tag)\">x</b> </span> <input [attr.autocomplete]=\"'off'\" [attr.id]=\"inputID\" [ngClass]=\"{'input-empty': hasTag(), 'input': !hasTag()}\" #input width=\"300\" (blur)=\"close($event)\" (focus)=\"receiveFocus()\" [attr.placeholder]=\"placeholder\" (keyup)=\"searchItem($event.target.value, $event)\" (keydown)=\"inputKeyDown($event.key)\" type=\"text\"> </div> <div [ngStyle]=\"{'display': isOpen}\"> <ul [attr.id]=\"listID\" #ul class=\"select-options\" [ngStyle]=\"calcHeightItem()\"> <li [ngStyle]=\"{'padding': itemHeight + 'px'}\" (blur)=\"close($event)\" tabindex=\"-1\" (keydown)=\"inputKeyDown($event.key, i, item)\" *ngFor=\"let item of filtredItens; let i = index\" class=\"itens\" (click)=\"addTag(i, item, li)\"><i *ngIf=\"showIcon\" style=\"padding: 10px\" ngClass=\"{{item?.effect[icon]}}\"></i> {{item?.source[query]}} <small>{{item?.source[detail]}}</small> </li> </ul> </div> ","styles":["small { opacity: 0.7; } .input-form { border: 1px solid #e3e5e6; padding: 2.5px; background: #FAFAFA; } .input-form input::placeholder { font-size: 0.9em; color: #797a75; } .input { border: 0 !important; outline: none; width: 50%; height: auto; background: #FAFAFA; } .input-empty { border: 0 !important; outline: none; width: 100%; height: 22px; background: #FAFAFA; } .inputFormOpenFilter { border-top: 1px solid #e3e5e6 !important; border-left: 1px solid #e3e5e6 !important; border-right: 1px solid #e3e5e6 !important; border-bottom: 0 !important; } .select-options { display: block; overflow: auto; margin: 0 auto; padding: 0 !important; border: 0 solid #ece8f0; cursor: pointer; background: #f2f2f2; -webkit-box-shadow: 0 1px 1px 0 #BABABA; box-shadow: 0 1px 1px 0 #BABABA; -webkit-border-radius: 4px 4px; border-radius: 4px 4px; } .select-options::-webkit-scrollbar { width: 0.3em; } .select-options::-webkit-scrollbar-thumb { background-color: #66CC99; outline: 1px solid #66CC99; } .tags { position: relative; display: inline-block; cursor: pointer; margin: 2.5px; padding: 5px 0 5px 5px; color: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 0.7em; font-family: Verdana; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tags-detail { padding: 5px; } .tags b { padding: 5px; margin-left: 7px; border-left: 1px solid #fff; } .select-options .itens { display: list-item; list-style: none; background: #fff; border-top: 1px solid #ece8f0; border-left: 1px solid #ece8f0; border-right: 1px solid #ece8f0; font-size: 0.8em; font-family: Arial; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .select-options small { float: right; color: #99a1a4; } .select-options .itens:last-child { border-bottom: 1px solid #ece8f0; } .select-options .itens:focus { background: #f2f2f2; outline: none; } .select-options .itens:hover { background: #f2f2f2; } .dropdown-arrow { left: 95%; font-size: 1.2em; position: absolute; } "]}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"data":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"query":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"detail":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"showIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"openFocus":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"detailOnTag":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"selectTag":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"itemHeight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"itemAmount":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"minLengthSearch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"inputID":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"listID":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"getSelecteds":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"input":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["input"]}]}],"ul":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["ul"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"validationProperty":[{"__symbolic":"method"}],"setFiltredItens":[{"__symbolic":"method"}],"toogleOpen":[{"__symbolic":"method"}],"receiveFocus":[{"__symbolic":"method"}],"searchItem":[{"__symbolic":"method"}],"removeTagOnBackspace":[{"__symbolic":"method"}],"closeFilterOnEscape":[{"__symbolic":"method"}],"removeTag":[{"__symbolic":"method"}],"selectTagClick":[{"__symbolic":"method"}],"selectTagCtrlBindClick":[{"__symbolic":"method"}],"selectTagNavitation":[{"__symbolic":"method"}],"changePlaceholder":[{"__symbolic":"method"}],"addTag":[{"__symbolic":"method"}],"inputKeyDown":[{"__symbolic":"method"}],"deleteTagSelected":[{"__symbolic":"method"}],"arrowDown":[{"__symbolic":"method"}],"arrowUp":[{"__symbolic":"method"}],"calcHeightItem":[{"__symbolic":"method"}],"changeColorTag":[{"__symbolic":"method"}],"inputSetFocus":[{"__symbolic":"method"}],"cleanInput":[{"__symbolic":"method"}],"cleanTagSelected":[{"__symbolic":"method"}],"hasTag":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}]}},"TooltipModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ɵh"}],"declarations":[{"__symbolic":"reference","name":"TlToolTip"}],"exports":[{"__symbolic":"reference","name":"TlToolTip"}],"entryComponents":[{"__symbolic":"reference","name":"TlToolTip"}]}]}],"members":{}},"TlToolTip":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"tl-tooltip","template":"\n <div #tooltip [@enterAnimation]=\"show\" class=\"tooltip-text\" [ngStyle]=\"getStyleTooltip()\"><span>{{text}}</span>\n <div [ngClass]=\"'-'+placement\" [ngStyle]=\"getStyleTooltipArrow()\"></div>\n </div>","styles":[".tooltip-text { padding: 5px; color: #FFF; position: absolute; display: inline-block; z-index: 10000; border-radius: 3px; width: 120px; height: initial; text-align: center; word-wrap: break-word; background-color: #818383; font-size: 12px !important; font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif !important; } .tooltip-text > .-right { content: \" \"; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; } .tooltip-text > .-left { content: \" \"; position: absolute; top: 50%; left: 100%; margin-top: -5px; border-width: 5px; border-style: solid; } .tooltip-text > .-top { content: \" \"; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; } .tooltip-text > .-bottom { content: \" \"; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; } "],"animations":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger"},"arguments":["enterAnimation",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition"},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":0}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate"},"arguments":["200ms",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":1}]}]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition"},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":1}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate"},"arguments":["200ms",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":0}]}]}]]}]]}]}]}],"members":{"tooltip":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild"},"arguments":["tooltip"]}]}],"setOptions":[{"__symbolic":"method"}],"setPlacementTop":[{"__symbolic":"method"}],"setPlacementLeft":[{"__symbolic":"method"}],"setPlacementRight":[{"__symbolic":"method"}],"setPlacementBottom":[{"__symbolic":"method"}],"getStyleTooltip":[{"__symbolic":"method"}],"getStyleTooltipArrow":[{"__symbolic":"method"}],"setPosition":[{"__symbolic":"method"}],"getElement":[{"__symbolic":"method"}],"existsMeasureOnNativeElement":[{"__symbolic":"method"}],"isLessOrEqualThanNormalWidth":[{"__symbolic":"method"}],"getElementWidth":[{"__symbolic":"method"}],"getTopMeasureForTopTooltip":[{"__symbolic":"method"}],"getTopMeasureForLeftAndRight":[{"__symbolic":"method"}],"getElementHeight":[{"__symbolic":"method"}],"setTopMeasureForBottom":[{"__symbolic":"method"}],"setAlignCenter":[{"__symbolic":"method"}],"setAlignRight":[{"__symbolic":"method"}],"setAlignLeft":[{"__symbolic":"method"}],"getElementTop":[{"__symbolic":"method"}]}},"ModalModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"TlModal"},{"__symbolic":"reference","name":"ɵt"},{"__symbolic":"reference","name":"ɵu"}],"exports":[{"__symbolic":"reference","name":"TlModal"},{"__symbolic":"reference","name":"ɵt"},{"__symbolic":"reference","name":"ɵu"}],"entryComponents":[{"__symbolic":"reference","name":"TlModal"},{"__symbolic":"reference","name":"ɵu"}],"providers":[{"__symbolic":"reference","name":"ɵs"}]}]}],"members":{},"statics":{"forRoot":{"__symbolic":"function","parameters":[],"value":{"ngModule":{"__symbolic":"reference","name":"ModalModule"},"providers":[{"__symbolic":"reference","name":"ɵr"}]}}}},"TlModal":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"tl-modal","template":"<div #modal (mousedown)=\"setZIndex()\" class=\"tl-modal-container\"> <div class=\"header\" [ngStyle]=\"{'background-color': color}\"> <div class=\"bar\" [style.outline]=\"'1px solid ' + color\" (mousedown)=\"mouseDown($event);\" (dblclick)=\"maximizeModal()\"> <span class=\"icon\"><i [style.color]=\"serviceControl.activeModal === componentRef ? fontColor : '#D9D9D9'\" [ngClass]=\"icon\"></i></span> <span class=\"title\" [style.color]=\"serviceControl.activeModal === componentRef ? fontColor : '#D9D9D9'\">{{title}}</span> </div> <div class=\"controls\"> <div class=\"control-item\" [ngStyle]=\"{'background-color': colorHoverMinimize}\" (mouseover)=\"hoverMinimize()\" (mouseleave)=\"leaveMinimize()\" (mouseup)=\"minimizeModal()\"> <i [style.color]=\"fontColor\" class=\"ion-android-remove\" [class.disabled]=\"!minimizable\"></i> </div> <div class=\"control-item\" *ngIf=\"!maximized\" [ngStyle]=\"{'background-color': colorHoverMaximize}\" (mouseover)=\"hoverMaximize()\" (mouseleave)=\"leaveMaximize()\" (mouseup)=\"maximizeModal()\"> <i [style.color]=\"fontColor\" ngClass=\"ion-android-expand\" [class.disabled]=\"!maximizable\"></i> </div> <div class=\"control-item\" *ngIf=\"maximized\" [ngStyle]=\"{'background-color': colorHoverRestore}\" (mouseover)=\"hoverRestore()\" (mouseleave)=\"leaveRestore()\" (mouseup)=\"restoreMaximizeModal()\"> <i [style.color]=\"fontColor\" ngClass=\"ion-android-contract\" [class.disabled]=\"!restoreMaximize\"></i> </div> <div class=\"control-item\" [ngStyle]=\"{'background-color': colorHoverClose}\" (mouseover)=\"hoverClose()\" (mouseleave)=\"leaveClose()\" (mouseup)=\"closeModal()\"> <i [style.color]=\"fontColor\" class=\"ion-close\"></i> </div> </div> </div> <div class=\"body\" #body></div> <ng-content></ng-content> </div> ","styles":[".tl-modal-container { margin: 0 auto; padding: 0 auto; position: fixed; background-color: #fff; width: 500px; height: 500px; border-radius: 3px; border: 1px solid #ccc; cursor: default; border-top: 0; } .tl-modal-container > .header { user-select: none; height: 34px; } .tl-modal-container > .header .title { text-align: left; line-height: 34px; color: #fff; user-select: none; } .tl-modal-container > .header .bar { float: left; width: 100%; cursor: default; } .tl-modal-container > .header .controls { position: absolute; right: 0.1px; width: 90px; user-select: none; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; } .tl-modal-container > .header .controls .control-item { text-align: center; width: 30px; left: 5px; margin: 0; } .tl-modal-container > .header .controls .control-item .disabled { opacity: 0.4; } .tl-modal-container > .header .controls .control-item:hover { cursor: pointer; } .tl-modal-container > .header .controls i { line-height: 34px; color: #fff; text-align: center; } .tl-modal-container > .header .icon i { color: #fff; padding: 7px; } "],"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation"},"member":"None"},"animations":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger"},"arguments":["enterAnimation",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition"},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":0}]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition"},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":1}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate"},"arguments":["100ms",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style"},"arguments":[{"opacity":0}]}]}]]}]]}]}]}],"members":{"draggable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"minimizable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"maximizable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"fontColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"width":[{"__symbolic":"property","decorato