info-library 2.14.5-beta → 2.15.0-beta
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/controls/alert/alert.component.d.ts +1 -1
- package/controls/autocomplete/autocomplete.component.d.ts +1 -1
- package/controls/big-checkbox/big-checkbox.component.d.ts +1 -1
- package/controls/card/card.component.d.ts +1 -1
- package/controls/card-menu/card-menu.component.d.ts +1 -1
- package/controls/checkbox/checkbox.component.d.ts +1 -1
- package/controls/chips/chips.component.d.ts +1 -1
- package/controls/date/date.component.d.ts +1 -1
- package/controls/date-month/date-month.component.d.ts +1 -1
- package/controls/editor/editor.component.d.ts +1 -1
- package/controls/grid/grid.component.d.ts +2 -2
- package/controls/input/input.component.d.ts +1 -1
- package/controls/input-list/input-list.component.d.ts +1 -1
- package/controls/list-checkbox/list-checkbox.component.d.ts +1 -1
- package/controls/message/message.component.d.ts +1 -1
- package/controls/multi-select/multi-select.component.d.ts +1 -1
- package/controls/paginator/paginator.component.d.ts +1 -1
- package/controls/select/select.component.d.ts +1 -1
- package/controls/timeline/timeline.component.d.ts +1 -1
- package/directives/mask.directive.d.ts +1 -1
- package/directives/unmask.directive.d.ts +1 -1
- package/esm2020/controls/alert/alert.component.mjs +12 -12
- package/esm2020/controls/autocomplete/autocomplete.component.mjs +4 -4
- package/esm2020/controls/big-checkbox/big-checkbox.component.mjs +3 -3
- package/esm2020/controls/card/card.component.mjs +3 -3
- package/esm2020/controls/card-menu/card-menu.component.mjs +15 -15
- package/esm2020/controls/chips/chips.component.mjs +10 -10
- package/esm2020/controls/date/date.component.mjs +3 -3
- package/esm2020/controls/date-month/date-month.component.mjs +3 -3
- package/esm2020/controls/editor/editor.component.mjs +2 -2
- package/esm2020/controls/grid/grid.component.mjs +2 -2
- package/esm2020/controls/input/input.component.mjs +3 -3
- package/esm2020/controls/input-list/input-list.component.mjs +1 -1
- package/esm2020/controls/list-checkbox/list-checkbox.component.mjs +3 -3
- package/esm2020/controls/multi-select/multi-select.component.mjs +2 -2
- package/esm2020/controls/paginator/paginator.component.mjs +2 -2
- package/esm2020/controls/select/select.component.mjs +2 -2
- package/esm2020/layouts/loading/loading.component.mjs +8 -8
- package/esm2020/layouts/pagebar/pagebar.component.mjs +11 -11
- package/esm2020/layouts/sidebar/sidebar.component.mjs +1 -1
- package/esm2020/layouts/topbar/topbar.component.mjs +2 -2
- package/esm2020/layouts/topmenu/topmenu.component.mjs +1 -1
- package/esm2020/service/authentication.service.mjs +5 -5
- package/fesm2015/info-library.mjs +85 -85
- package/fesm2015/info-library.mjs.map +1 -1
- package/fesm2020/info-library.mjs +85 -85
- package/fesm2020/info-library.mjs.map +1 -1
- package/layouts/dialog/dialog.component.d.ts +1 -1
- package/layouts/loading/loading.component.d.ts +1 -1
- package/layouts/main/main.component.d.ts +1 -1
- package/layouts/modal/modal.component.d.ts +1 -1
- package/layouts/pagebar/pagebar.component.d.ts +2 -2
- package/layouts/sidebar/sidebar.component.d.ts +1 -1
- package/layouts/topbar/topbar.component.d.ts +1 -1
- package/layouts/topmenu/topmenu.component.d.ts +1 -1
- package/package.json +1 -1
- package/service/authentication.service.d.ts +1 -1
|
@@ -3,5 +3,5 @@ export declare class InfoAlertComponent {
|
|
|
3
3
|
messages: string[];
|
|
4
4
|
onClose(): void;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoAlertComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoAlertComponent, "info-alert", never, { "messages": "messages"; }, {}, never, ["*"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoAlertComponent, "info-alert", never, { "messages": "messages"; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -47,5 +47,5 @@ export declare class InfoAutoCompleteComponent implements OnInit, ControlValueAc
|
|
|
47
47
|
registerOnTouched(fn: any): void;
|
|
48
48
|
setDisabledState?(isDisabled: boolean): void;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoAutoCompleteComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoAutoCompleteComponent, "info-autocomplete", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "getdataonchange": "getdataonchange"; "getdataonchangetime": "getdataonchangetime"; "api": "api"; "method": "method"; "maxlist": "maxlist"; "startwith": "startwith"; "minchar": "minchar"; "loading": "loading"; "params": "params"; "disabled": "disabled"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoAutoCompleteComponent, "info-autocomplete", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "getdataonchange": "getdataonchange"; "getdataonchangetime": "getdataonchangetime"; "api": "api"; "method": "method"; "maxlist": "maxlist"; "startwith": "startwith"; "minchar": "minchar"; "loading": "loading"; "params": "params"; "disabled": "disabled"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false, never>;
|
|
51
51
|
}
|
|
@@ -37,5 +37,5 @@ export declare class InfoBigCheckboxComponent implements OnInit {
|
|
|
37
37
|
add(item: any): void;
|
|
38
38
|
selectAll(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoBigCheckboxComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoBigCheckboxComponent, "info-big-checkbox", never, { "readonly": "readonly"; "preload": "preload"; "enabledcheckall": "enabledcheckall"; "labelselectall": "labelselectall"; "labelsearch": "labelsearch"; "minchar": "minchar"; "max": "max"; "message": "message"; "submessage": "submessage"; "value": "value"; "api": "api"; "method": "method"; "model": "model"; "data": "data"; "aux": "aux"; "params": "params"; "paramsmodel": "paramsmodel"; }, {}, never, never, false>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoBigCheckboxComponent, "info-big-checkbox", never, { "readonly": "readonly"; "preload": "preload"; "enabledcheckall": "enabledcheckall"; "labelselectall": "labelselectall"; "labelsearch": "labelsearch"; "minchar": "minchar"; "max": "max"; "message": "message"; "submessage": "submessage"; "value": "value"; "api": "api"; "method": "method"; "model": "model"; "data": "data"; "aux": "aux"; "params": "params"; "paramsmodel": "paramsmodel"; }, {}, never, never, false, never>;
|
|
41
41
|
}
|
|
@@ -12,5 +12,5 @@ export declare class InfoCardComponent {
|
|
|
12
12
|
constructor(_router: Router);
|
|
13
13
|
onCardClick(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoCardComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoCardComponent, "info-card", never, { "label": "label"; "description": "description"; "mark": "mark"; "url": "url"; "icon": "icon"; }, { "onclick": "onclick"; }, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoCardComponent, "info-card", never, { "label": "label"; "description": "description"; "mark": "mark"; "url": "url"; "icon": "icon"; }, { "onclick": "onclick"; }, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -19,5 +19,5 @@ export declare class InfoMenuCardComponent implements OnInit {
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
load(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoMenuCardComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMenuCardComponent, "info-card-menu", never, { "label": "label"; "description": "description"; "icon": "icon"; "menu": "menu"; "cols": "cols"; "loadinit": "loadinit"; }, {}, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMenuCardComponent, "info-card-menu", never, { "label": "label"; "description": "description"; "icon": "icon"; "menu": "menu"; "cols": "cols"; "loadinit": "loadinit"; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -23,5 +23,5 @@ export declare class InfoCheckboxComponent implements OnInit, ControlValueAccess
|
|
|
23
23
|
setDisabledState?(isDisabled: boolean): void;
|
|
24
24
|
onChangeValue(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoCheckboxComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoCheckboxComponent, "info-checkbox", never, { "placeholder": "placeholder"; "type": "type"; "min": "min"; "checked": "checked"; }, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoCheckboxComponent, "info-checkbox", never, { "placeholder": "placeholder"; "type": "type"; "min": "min"; "checked": "checked"; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -19,5 +19,5 @@ export declare class InfoChipsComponent implements ControlValueAccessor {
|
|
|
19
19
|
registerOnTouched(fn: any): void;
|
|
20
20
|
setDisabledState?(isDisabled: boolean): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoChipsComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoChipsComponent, "info-chips", never, { "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoChipsComponent, "info-chips", never, { "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -33,5 +33,5 @@ export declare class InfoDateComponent implements ControlValueAccessor {
|
|
|
33
33
|
setDisabledState?(isDisabled: boolean): void;
|
|
34
34
|
onKeyPress(e: any): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDateComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoDateComponent, "info-date", never, { "placeholder": "placeholder"; "disabled": "disabled"; "required": "required"; "minDate": "minDate"; "maxDate": "maxDate"; "datefilter": "datefilter"; "dateclass": "dateclass"; }, {}, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoDateComponent, "info-date", never, { "placeholder": "placeholder"; "disabled": "disabled"; "required": "required"; "minDate": "minDate"; "maxDate": "maxDate"; "datefilter": "datefilter"; "dateclass": "dateclass"; }, {}, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -35,5 +35,5 @@ export declare class InfoDateMonthComponent implements ControlValueAccessor {
|
|
|
35
35
|
chosenMonthHandler(value: Moment, datepicker: MatDatepicker<Moment>): void;
|
|
36
36
|
onKeyPress(e: any): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDateMonthComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoDateMonthComponent, "info-date-month", never, { "placeholder": "placeholder"; "disabled": "disabled"; "required": "required"; "changeonlyonmonth": "changeonlyonmonth"; "minDate": "minDate"; }, {}, never, never, false>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoDateMonthComponent, "info-date-month", never, { "placeholder": "placeholder"; "disabled": "disabled"; "required": "required"; "changeonlyonmonth": "changeonlyonmonth"; "minDate": "minDate"; }, {}, never, never, false, never>;
|
|
39
39
|
}
|
|
@@ -36,5 +36,5 @@ export declare class InfoEditorComponent implements ControlValueAccessor {
|
|
|
36
36
|
registerOnTouched(fn: any): void;
|
|
37
37
|
setDisabledState?(isDisabled: boolean): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoEditorComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoEditorComponent, "info-editor", never, { "required": "required"; "enabledhtmlmode": "enabledhtmlmode"; "sanitize": "sanitize"; "disabled": "disabled"; "height": "height"; "minheight": "minheight"; "maxheight": "maxheight"; "width": "width"; "minwidth": "minwidth"; }, {}, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoEditorComponent, "info-editor", never, { "required": "required"; "enabledhtmlmode": "enabledhtmlmode"; "sanitize": "sanitize"; "disabled": "disabled"; "height": "height"; "minheight": "minheight"; "maxheight": "maxheight"; "width": "width"; "minwidth": "minwidth"; }, {}, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -154,7 +154,7 @@ export declare class InfoGridComponent implements OnInit, AfterViewInit {
|
|
|
154
154
|
download(arquivoId: any): void;
|
|
155
155
|
eventButton(model: any, api: any, method: string, confirm?: boolean): void;
|
|
156
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoGridComponent, never>;
|
|
157
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoGridComponent, "info-grid", never, { "pagetitle": "pagetitle"; "prefixtitle": "prefixtitle"; "description": "description"; "pagebarbuttons": "pagebarbuttons"; "fullarea": "fullarea"; "api": "api"; "method": "method"; "form": "form"; "width": "width"; "parent": "parent"; "apidownload": "apidownload"; "methoddownload": "methoddownload"; "backurl": "backurl"; "newurl": "newurl"; "newlabel": "newlabel"; "editurl": "editurl"; "viewurl": "viewurl"; "templateurl": "templateurl"; "paged": "paged"; "size": "size"; "autorefresh": "autorefresh"; "enabledcols": "enabledcols"; "enablednew": "enablednew"; "enablededit": "enablededit"; "enableddelete": "enableddelete"; "enabledview": "enabledview"; "enabledcancelsearch": "enabledcancelsearch"; "enableddetail": "enableddetail"; "enabledclassicons": "enabledclassicons"; "enabledclickaccess": "enabledclickaccess"; "enabledclickevent": "enabledclickevent"; "enabledexpand": "enabledexpand"; "searchopened": "searchopened"; "searchonlyonebutton": "searchonlyonebutton"; "disablesearchlast": "disablesearchlast"; "statictitle": "statictitle"; "disabledcol": "disabledcol"; "accessicon": "accessicon"; "loadoninit": "loadoninit"; "data": "data"; "searchmodel": "searchmodel"; "dynamiccols": "dynamiccols"; "buttons": "buttons"; "searchbuttons": "searchbuttons"; "showmessageerror": "showmessageerror"; "defaultnewobject": "defaultnewobject"; "parentIdUrl": "parentIdUrl"; "cols": "cols"; }, { "onbeforesearch": "onbeforesearch"; "onloadcomplete": "onloadcomplete"; "onclosemodal": "onclosemodal"; "onnew": "onnew"; "onedit": "onedit"; "onview": "onview"; "ondelete": "ondelete"; "customdelete": "customdelete"; "parentIdUrlChange": "parentIdUrlChange"; }, ["formModel"], ["*"], false>;
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoGridComponent, "info-grid", never, { "pagetitle": "pagetitle"; "prefixtitle": "prefixtitle"; "description": "description"; "pagebarbuttons": "pagebarbuttons"; "fullarea": "fullarea"; "api": "api"; "method": "method"; "form": "form"; "width": "width"; "parent": "parent"; "apidownload": "apidownload"; "methoddownload": "methoddownload"; "backurl": "backurl"; "newurl": "newurl"; "newlabel": "newlabel"; "editurl": "editurl"; "viewurl": "viewurl"; "templateurl": "templateurl"; "paged": "paged"; "size": "size"; "autorefresh": "autorefresh"; "enabledcols": "enabledcols"; "enablednew": "enablednew"; "enablededit": "enablededit"; "enableddelete": "enableddelete"; "enabledview": "enabledview"; "enabledcancelsearch": "enabledcancelsearch"; "enableddetail": "enableddetail"; "enabledclassicons": "enabledclassicons"; "enabledclickaccess": "enabledclickaccess"; "enabledclickevent": "enabledclickevent"; "enabledexpand": "enabledexpand"; "searchopened": "searchopened"; "searchonlyonebutton": "searchonlyonebutton"; "disablesearchlast": "disablesearchlast"; "statictitle": "statictitle"; "disabledcol": "disabledcol"; "accessicon": "accessicon"; "loadoninit": "loadoninit"; "data": "data"; "searchmodel": "searchmodel"; "dynamiccols": "dynamiccols"; "buttons": "buttons"; "searchbuttons": "searchbuttons"; "showmessageerror": "showmessageerror"; "defaultnewobject": "defaultnewobject"; "parentIdUrl": "parentIdUrl"; "cols": "cols"; }, { "onbeforesearch": "onbeforesearch"; "onloadcomplete": "onloadcomplete"; "onclosemodal": "onclosemodal"; "onnew": "onnew"; "onedit": "onedit"; "onview": "onview"; "ondelete": "ondelete"; "customdelete": "customdelete"; "parentIdUrlChange": "parentIdUrlChange"; }, ["formModel"], ["*"], false, never>;
|
|
158
158
|
}
|
|
159
159
|
export declare class InfoGridModalComponent {
|
|
160
160
|
_prop: InfoFormPropModel;
|
|
@@ -168,5 +168,5 @@ export declare class InfoGridModalComponent {
|
|
|
168
168
|
ngOnInit(): void;
|
|
169
169
|
save(): void;
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoGridModalComponent, never>;
|
|
171
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoGridModalComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoGridModalComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
172
172
|
}
|
|
@@ -33,5 +33,5 @@ export declare class InfoInputComponent implements OnInit, ControlValueAccessor
|
|
|
33
33
|
registerOnTouched(fn: any): void;
|
|
34
34
|
setDisabledState?(isDisabled: boolean): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInputComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInputComponent, "info-input", never, { "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "maxlength": "maxlength"; "type": "type"; "rows": "rows"; "tabindex": "tabindex"; "iconPrefix": "iconPrefix"; "iconSuffix": "iconSuffix"; "min": "min"; "max": "max"; "step": "step"; "ismask": "ismask"; }, { "onblur": "onblur"; }, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInputComponent, "info-input", never, { "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "maxlength": "maxlength"; "type": "type"; "rows": "rows"; "tabindex": "tabindex"; "iconPrefix": "iconPrefix"; "iconSuffix": "iconSuffix"; "min": "min"; "max": "max"; "step": "step"; "ismask": "ismask"; }, { "onblur": "onblur"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -25,5 +25,5 @@ export declare class InfoInputListComponent implements OnChanges {
|
|
|
25
25
|
remover(item: any): void;
|
|
26
26
|
ordernar(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInputListComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInputListComponent, "info-input-list", never, { "model": "model"; "readonly": "readonly"; "percent": "percent"; "hiddenDe": "hiddenDe"; "disabled": "disabled"; "ismask": "ismask"; }, {}, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInputListComponent, "info-input-list", never, { "model": "model"; "readonly": "readonly"; "percent": "percent"; "hiddenDe": "hiddenDe"; "disabled": "disabled"; "ismask": "ismask"; }, {}, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -22,5 +22,5 @@ export declare class InfoListCheckboxComponent implements OnInit {
|
|
|
22
22
|
marcarFiltrados(valor: string, marcar: boolean, selecionados?: boolean): void;
|
|
23
23
|
marcarTodos(marcar: boolean): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoListCheckboxComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoListCheckboxComponent, "info-list-checkbox", never, { "filterlabel": "filterlabel"; "filterdescription": "filterdescription"; "selectedlabel": "selectedlabel"; "selecteddescription": "selecteddescription"; "model": "model"; "max": "max"; "onelist": "onelist"; "disabled": "disabled"; }, {}, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoListCheckboxComponent, "info-list-checkbox", never, { "filterlabel": "filterlabel"; "filterdescription": "filterdescription"; "selectedlabel": "selectedlabel"; "selecteddescription": "selecteddescription"; "model": "model"; "max": "max"; "onelist": "onelist"; "disabled": "disabled"; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -6,5 +6,5 @@ export declare class InfoMessageComponent {
|
|
|
6
6
|
min: boolean;
|
|
7
7
|
delete(event: any, message: any): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoMessageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMessageComponent, "info-message", never, { "color": "color"; "outline": "outline"; "close": "close"; "min": "min"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMessageComponent, "info-message", never, { "color": "color"; "outline": "outline"; "close": "close"; "min": "min"; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -33,5 +33,5 @@ export declare class InfoMultiSelectComponent implements OnInit, ControlValueAcc
|
|
|
33
33
|
registerOnTouched(fn: any): void;
|
|
34
34
|
setDisabledState?(isDisabled: boolean): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoMultiSelectComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMultiSelectComponent, "info-multi-select", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "api": "api"; "method": "method"; "loading": "loading"; "disabled": "disabled"; "params": "params"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoMultiSelectComponent, "info-multi-select", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "api": "api"; "method": "method"; "loading": "loading"; "disabled": "disabled"; "params": "params"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -21,5 +21,5 @@ export declare class InfoPaginatorComponent {
|
|
|
21
21
|
previous(): void;
|
|
22
22
|
setDescription(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoPaginatorComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPaginatorComponent, "info-paginator", never, { "size": "size"; "min": "min"; "show": "show"; "total": "total"; }, { "index": "index"; "change": "change"; }, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPaginatorComponent, "info-paginator", never, { "size": "size"; "min": "min"; "show": "show"; "total": "total"; }, { "index": "index"; "change": "change"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -37,5 +37,5 @@ export declare class InfoSelectComponent implements OnInit, ControlValueAccessor
|
|
|
37
37
|
registerOnTouched(fn: any): void;
|
|
38
38
|
setDisabledState?(isDisabled: boolean): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoSelectComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSelectComponent, "info-select", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "api": "api"; "method": "method"; "blank": "blank"; "blankItem": "blankItem"; "loading": "loading"; "disabled": "disabled"; "notranslate": "notranslate"; "params": "params"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSelectComponent, "info-select", never, { "placeholder": "placeholder"; "name": "name"; "required": "required"; "selectfirst": "selectfirst"; "disablednoregisters": "disablednoregisters"; "api": "api"; "method": "method"; "blank": "blank"; "blankItem": "blankItem"; "loading": "loading"; "disabled": "disabled"; "notranslate": "notranslate"; "params": "params"; "data": "data"; }, { "onselecteditem": "onselecteditem"; }, never, never, false, never>;
|
|
41
41
|
}
|
|
@@ -13,5 +13,5 @@ export declare class InfoTimelineComponent implements OnInit {
|
|
|
13
13
|
constructor();
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoTimelineComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoTimelineComponent, "info-timeline", never, { "showdate": "showdate"; "align": "align"; "style": "style"; "label": "label"; "data": "data"; }, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoTimelineComponent, "info-timeline", never, { "showdate": "showdate"; "align": "align"; "style": "style"; "label": "label"; "data": "data"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -20,5 +20,5 @@ export declare class InfoMaskDirective implements ControlValueAccessor, OnChange
|
|
|
20
20
|
onInput(value: any): void;
|
|
21
21
|
private setupMask;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoMaskDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoMaskDirective, "[setmask]", never, { "maskType": "setmask"; }, {}, never, never, false>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoMaskDirective, "[setmask]", never, { "maskType": "setmask"; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -7,5 +7,5 @@ export declare class InfoUnmaskDirective {
|
|
|
7
7
|
constructor(elementRef: ElementRef, model: NgControl);
|
|
8
8
|
inputChange(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoUnmaskDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoUnmaskDirective, "[unmask]", never, {}, {}, never, never, false>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoUnmaskDirective, "[unmask]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -56,19 +56,19 @@ export class InfoAlertComponent {
|
|
|
56
56
|
} }, dependencies: [i1.NgForOf, i1.NgIf, i2.MatIcon, i3.InfoTranslatePipe], styles: ["[_nghost-%COMP%]{display:block;position:fixed;bottom:70px;right:30px;margin-left:280px;min-width:350px;z-index:100}[_nghost-%COMP%]:last-child{margin-bottom:0}[_nghost-%COMP%] .alert[_ngcontent-%COMP%]{box-shadow:0 5px 5px 2px #00000040;padding:1.0476190667rem 1.5714286rem;position:relative}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{text-align:center;padding-bottom:10px;margin:0 -20px 5px;border-bottom:solid 1px rgba(255,255,255,.1)}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{padding:0;margin:0;list-style:none}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{border-bottom:solid 1px rgba(255,255,255,.1);padding:7px 5px}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{border-bottom:none}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] .close[_ngcontent-%COMP%]{color:#fff;font-size:20px;line-height:1;position:absolute;right:10px;top:15px;transition:background .2s ease-in-out,color .2s ease-in-out}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] .close[_ngcontent-%COMP%]:hover{cursor:pointer;color:#ddd}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] .close[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{color:inherit;font-size:inherit;margin:0;vertical-align:top}[_nghost-%COMP%] .alert[_ngcontent-%COMP%] .material-icons{color:main-color(A100);margin:0 1.5714286rem 0 0;vertical-align:top}"] });
|
|
57
57
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoAlertComponent, [{
|
|
58
58
|
type: Component,
|
|
59
|
-
args: [{ selector: 'info-alert', template: `
|
|
60
|
-
<div *ngIf="messages != [] && messages.length > 0">
|
|
61
|
-
<div class="alert" #alert >
|
|
62
|
-
<h5>{{ 'Atencao' | translate }}</h5>
|
|
63
|
-
<ng-content></ng-content>
|
|
64
|
-
<ul>
|
|
65
|
-
<li *ngFor="let m of messages"><mat-icon>error_outline</mat-icon><label [innerHTML]="m | translate"></label></li>
|
|
66
|
-
</ul>
|
|
67
|
-
<a class="close" (click)="onClose()"><i class="material-icons">clear</i></a>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
59
|
+
args: [{ selector: 'info-alert', template: `
|
|
60
|
+
<div *ngIf="messages != [] && messages.length > 0">
|
|
61
|
+
<div class="alert" #alert >
|
|
62
|
+
<h5>{{ 'Atencao' | translate }}</h5>
|
|
63
|
+
<ng-content></ng-content>
|
|
64
|
+
<ul>
|
|
65
|
+
<li *ngFor="let m of messages"><mat-icon>error_outline</mat-icon><label [innerHTML]="m | translate"></label></li>
|
|
66
|
+
</ul>
|
|
67
|
+
<a class="close" (click)="onClose()"><i class="material-icons">clear</i></a>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
70
|
`, styles: [":host{display:block;position:fixed;bottom:70px;right:30px;margin-left:280px;min-width:350px;z-index:100}:host:last-child{margin-bottom:0}:host .alert{box-shadow:0 5px 5px 2px #00000040;padding:1.0476190667rem 1.5714286rem;position:relative}:host .alert h5{text-align:center;padding-bottom:10px;margin:0 -20px 5px;border-bottom:solid 1px rgba(255,255,255,.1)}:host .alert ul{padding:0;margin:0;list-style:none}:host .alert ul li{border-bottom:solid 1px rgba(255,255,255,.1);padding:7px 5px}:host .alert ul li:last-child{border-bottom:none}:host .alert .close{color:#fff;font-size:20px;line-height:1;position:absolute;right:10px;top:15px;transition:background .2s ease-in-out,color .2s ease-in-out}:host .alert .close:hover{cursor:pointer;color:#ddd}:host .alert .close .material-icons{color:inherit;font-size:inherit;margin:0;vertical-align:top}:host .alert ::ng-deep .material-icons{color:main-color(A100);margin:0 1.5714286rem 0 0;vertical-align:top}\n"] }]
|
|
71
71
|
}], null, { messages: [{
|
|
72
72
|
type: Input
|
|
73
73
|
}] }); })();
|
|
74
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaW5mby1saWJyYXJ5L3NyYy9jb250cm9scy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQVU3QiwwQkFBK0IsZUFBQTtJQUFVLDZCQUFhO0lBQUEsaUJBQVc7SUFBQSwyQkFBMkM7O0lBQUEsaUJBQUs7OztJQUF6QyxlQUEyQjtJQUEzQix5RUFBMkI7Ozs7SUFML0csMkJBQW1ELGdCQUFBLFNBQUE7SUFFdkMsWUFBMkI7O0lBQUEsaUJBQUs7SUFDcEMsa0JBQXlCO0lBQ3pCLDBCQUFJO0lBQ0EsdUVBQWlIO0lBQ3JILGlCQUFLO0lBQ0wsNEJBQXFDO0lBQXBCLDBKQUFTLGVBQUEsZ0JBQVMsQ0FBQSxJQUFDO0lBQUMsNkJBQTBCO0lBQUEsc0JBQUs7SUFBQSxpQkFBSSxFQUFBLEVBQUEsRUFBQTs7O0lBTHBFLGVBQTJCO0lBQTNCLHFEQUEyQjtJQUdULGVBQVc7SUFBWCx5Q0FBVzs7OztBQVFqRCxNQUFNLE9BQU8sa0JBQWtCO0lBaEIvQjtRQWtCYSxhQUFRLEdBQWEsRUFBRSxDQUFDO0tBS3BDO0lBSEcsT0FBTztRQUNILElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7O3VHQU5RLGtCQUFrQjtvR0FBbEIsa0JBQWtCOztRQWJ2QixvRUFTTTs7UUFUQSw0RkFBMkM7O3VGQWE1QyxrQkFBa0I7Y0FoQjlCLFNBQVM7MkJBQ0ksWUFBWSxZQUNaOzs7Ozs7Ozs7OztLQVdUO2dCQUtRLFFBQVE7a0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdpbmZvLWFsZXJ0JyxcclxuICAgIHRlbXBsYXRlOiBgXG4gICAgICAgIDxkaXYgKm5nSWY9XCJtZXNzYWdlcyAhPSBbXSAmJiBtZXNzYWdlcy5sZW5ndGggPiAwXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWxlcnRcIiAjYWxlcnQgPlxuICAgICAgICAgICAgICAgIDxoNT57eyAnQXRlbmNhbycgfCB0cmFuc2xhdGUgfX08L2g1PlxuICAgICAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgICAgICAgICA8dWw+XG4gICAgICAgICAgICAgICAgICAgIDxsaSAqbmdGb3I9XCJsZXQgbSBvZiBtZXNzYWdlc1wiPjxtYXQtaWNvbj5lcnJvcl9vdXRsaW5lPC9tYXQtaWNvbj48bGFiZWwgW2lubmVySFRNTF09XCJtIHwgdHJhbnNsYXRlXCI+PC9sYWJlbD48L2xpPlxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgPGEgY2xhc3M9XCJjbG9zZVwiIChjbGljayk9XCJvbkNsb3NlKClcIj48aSBjbGFzcz1cIm1hdGVyaWFsLWljb25zXCI+Y2xlYXI8L2k+PC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIGAsXHJcbiAgICBzdHlsZVVybHM6IFsnYWxlcnQuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSW5mb0FsZXJ0Q29tcG9uZW50IHtcclxuXHJcbiAgICBASW5wdXQoKSBtZXNzYWdlczogc3RyaW5nW10gPSBbXTtcclxuXHJcbiAgICBvbkNsb3NlKCkge1xyXG4gICAgICAgIHRoaXMubWVzc2FnZXMgPSBbXTtcclxuICAgIH1cclxufSJdfQ==
|
|
@@ -8,8 +8,8 @@ import * as i1 from "../../service/data.service";
|
|
|
8
8
|
import * as i2 from "@angular/common";
|
|
9
9
|
import * as i3 from "@angular/forms";
|
|
10
10
|
import * as i4 from "@angular/material/icon";
|
|
11
|
-
import * as i5 from "@angular/material/
|
|
12
|
-
import * as i6 from "@angular/material/
|
|
11
|
+
import * as i5 from "@angular/material/input";
|
|
12
|
+
import * as i6 from "@angular/material/form-field";
|
|
13
13
|
import * as i7 from "@angular/material/core";
|
|
14
14
|
import * as i8 from "@angular/material/progress-bar";
|
|
15
15
|
import * as i9 from "@angular/material/autocomplete";
|
|
@@ -212,14 +212,14 @@ export class InfoAutoCompleteComponent {
|
|
|
212
212
|
i0.ɵɵproperty("ngForOf", ctx.options);
|
|
213
213
|
i0.ɵɵadvance(4);
|
|
214
214
|
i0.ɵɵproperty("ngIf", ctx.loading);
|
|
215
|
-
} }, dependencies: [i2.NgForOf, i2.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.RequiredValidator, i3.FormControlDirective, i4.MatIcon, i5.
|
|
215
|
+
} }, dependencies: [i2.NgForOf, i2.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.RequiredValidator, i3.FormControlDirective, i4.MatIcon, i5.MatInput, i6.MatFormField, i6.MatSuffix, i7.MatOption, i8.MatProgressBar, i9.MatAutocomplete, i9.MatAutocompleteTrigger, i10.InfoTranslatePipe], styles: ["[_nghost-%COMP%] .select-loading[_ngcontent-%COMP%]{position:relative;bottom:15px;opacity:.3;height:1px}[_nghost-%COMP%] .select-loading[_ngcontent-%COMP%] .mat-mdc-progress-bar[_ngcontent-%COMP%]{height:1px;margin:0}[_nghost-%COMP%] mat-option[_ngcontent-%COMP%] small[_ngcontent-%COMP%]{margin-left:10px;font-style:italic}"] });
|
|
216
216
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoAutoCompleteComponent, [{
|
|
217
217
|
type: Component,
|
|
218
218
|
args: [{ selector: 'info-autocomplete', providers: [{
|
|
219
219
|
provide: NG_VALUE_ACCESSOR,
|
|
220
220
|
useExisting: forwardRef((() => InfoAutoCompleteComponent)),
|
|
221
221
|
multi: true
|
|
222
|
-
}], template: "<mat-form-field>\r\n <input matInput type=\"text\" [(ngModel)]=\"selectedValue\" [placeholder]=\"placeholder | translate\" [formControl]=\"control\" [matAutocomplete]=\"auto\" \r\n [required]=\"required\" (blur)=\"onBlur($event.target.value)\" (focus)=\"onFocus($event.target.value)\" #inputAuto>\r\n\r\n <mat-autocomplete #auto=\"matAutocomplete\" [displayWith]=\"displayFn\">\r\n <mat-option *ngFor=\"let option of options\" [value]=\"option\" (onSelectionChange)=\"writeValue(option.Id)\" [innerHTML]=\"option.Nome\" >\r\n </mat-option>\r\n </mat-autocomplete>\r\n \r\n <mat-icon matSuffix style=\"color: #aaa\">spellcheck</mat-icon>\r\n</mat-form-field>\r\n\r\n<section class=\"select-loading\">\r\n <mat-progress-bar color=\"primary\" mode=\"indeterminate\" *ngIf=\"loading\"></mat-progress-bar>\r\n</section>", styles: [":host .select-loading{position:relative;bottom:15px;opacity:.3;height:1px}:host .select-loading .mat-progress-bar{height:1px;margin:0}:host mat-option small{margin-left:10px;font-style:italic}\n"] }]
|
|
222
|
+
}], template: "<mat-form-field>\r\n <input matInput type=\"text\" [(ngModel)]=\"selectedValue\" [placeholder]=\"placeholder | translate\" [formControl]=\"control\" [matAutocomplete]=\"auto\" \r\n [required]=\"required\" (blur)=\"onBlur($event.target.value)\" (focus)=\"onFocus($event.target.value)\" #inputAuto>\r\n\r\n <mat-autocomplete #auto=\"matAutocomplete\" [displayWith]=\"displayFn\">\r\n <mat-option *ngFor=\"let option of options\" [value]=\"option\" (onSelectionChange)=\"writeValue(option.Id)\" [innerHTML]=\"option.Nome\" >\r\n </mat-option>\r\n </mat-autocomplete>\r\n \r\n <mat-icon matSuffix style=\"color: #aaa\">spellcheck</mat-icon>\r\n</mat-form-field>\r\n\r\n<section class=\"select-loading\">\r\n <mat-progress-bar color=\"primary\" mode=\"indeterminate\" *ngIf=\"loading\"></mat-progress-bar>\r\n</section>", styles: [":host .select-loading{position:relative;bottom:15px;opacity:.3;height:1px}:host .select-loading .mat-mdc-progress-bar{height:1px;margin:0}:host mat-option small{margin-left:10px;font-style:italic}\n"] }]
|
|
223
223
|
}], function () { return [{ type: i1.InfoDataService }]; }, { placeholder: [{
|
|
224
224
|
type: Input
|
|
225
225
|
}], name: [{
|
|
@@ -5,8 +5,8 @@ import * as i1 from "../../service/data.service";
|
|
|
5
5
|
import * as i2 from "@angular/common";
|
|
6
6
|
import * as i3 from "@angular/forms";
|
|
7
7
|
import * as i4 from "@angular/material/icon";
|
|
8
|
-
import * as i5 from "@angular/material/
|
|
9
|
-
import * as i6 from "@angular/material/
|
|
8
|
+
import * as i5 from "@angular/material/input";
|
|
9
|
+
import * as i6 from "@angular/material/form-field";
|
|
10
10
|
import * as i7 from "@angular/material/list";
|
|
11
11
|
import * as i8 from "../../pipe/translate.pipe";
|
|
12
12
|
function InfoBigCheckboxComponent_mat_list_option_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -256,7 +256,7 @@ export class InfoBigCheckboxComponent {
|
|
|
256
256
|
i0.ɵɵproperty("ngIf", ctx.existData());
|
|
257
257
|
i0.ɵɵadvance(1);
|
|
258
258
|
i0.ɵɵproperty("ngIf", !ctx.existData());
|
|
259
|
-
} }, dependencies: [i2.NgClass, i2.NgForOf, i2.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i4.MatIcon, i5.
|
|
259
|
+
} }, dependencies: [i2.NgClass, i2.NgForOf, i2.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i4.MatIcon, i5.MatInput, i6.MatFormField, i6.MatHint, i6.MatSuffix, i7.MatList, i7.MatSelectionList, i7.MatListItem, i7.MatListOption, i8.InfoTranslatePipe], styles: ["[_nghost-%COMP%] mat-list-option[_ngcontent-%COMP%]{font-size:14px;cursor:pointer;padding:0!important;font-family:Open Sans,sans-serif}[_nghost-%COMP%] mat-list-option[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{padding-left:5px}[_nghost-%COMP%] mat-list-item[_ngcontent-%COMP%]{height:38px;font-size:14px;cursor:pointer;padding:0 10px 0 20px}[_nghost-%COMP%] mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(0,0,0,.04)}[_nghost-%COMP%] mat-list-item[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{position:absolute;right:3px;top:8px}[_nghost-%COMP%] mat-list-option.silver[_ngcontent-%COMP%], [_nghost-%COMP%] mat-list-item.silver[_ngcontent-%COMP%]{background:#f5f5f5}[_nghost-%COMP%] mat-list-option[_ngcontent-%COMP%]:hover, [_nghost-%COMP%] mat-list-item[_ngcontent-%COMP%]:hover{background:#eee}[_nghost-%COMP%] mat-list-item-content[_ngcontent-%COMP%]{padding-left:0!important}[_nghost-%COMP%] .none-data[_ngcontent-%COMP%]{font-size:14px;color:#666;background:#f5f5f5;text-align:center;padding:5px 0}[_nghost-%COMP%] .none-data[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{margin-right:5px;font-size:18px;top:4px;left:5px}"] });
|
|
260
260
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoBigCheckboxComponent, [{
|
|
261
261
|
type: Component,
|
|
262
262
|
args: [{ selector: 'info-big-checkbox', template: "<mat-selection-list class=\"col-md-12 mb-3\">\r\n <mat-list-option class=\"silver\" (click)=\"selectAll()\" [selected]=\"getModel().length == 0\" [disabled]=\"readonly\" *ngIf=\"enabledcheckall\">\r\n <label>{{ labelselectall | translate }}</label>\r\n </mat-list-option>\r\n\r\n <mat-list-option *ngFor=\"let item of getModel(); let i = index\" [ngClass]=\"{ 'silver': i % 2 == 1 }\" [selected]=\"item.Selecionado\" (click)=\"item.Selecionado = !item.Selecionado\" [disabled]=\"readonly\">\r\n <div *ngIf=\"item.Descricao == null\" [innerHTML]=\"item.Nome\"></div>\r\n <div *ngIf=\"item.Descricao != null\" [innerHTML]=\"item.Descricao\"></div>\r\n </mat-list-option>\r\n</mat-selection-list>\r\n \r\n<ng-container *ngIf=\"existData()\" >\r\n <mat-form-field class=\"col-md-12 mb-4 input-search\">\r\n <input matInput placeholder=\"{{ message | translate}}\" [name]=\"name\" autocomplete=\"false\" [(ngModel)]=\"value\" autocomplete=\"off\" >\r\n <mat-icon matSuffix >search</mat-icon>\r\n <mat-hint class=\"mt-2\">{{ submessage | translate}}</mat-hint>\r\n </mat-form-field>\r\n \r\n <mat-list class=\"col-md-12\" >\r\n <mat-list-item *ngFor=\"let item of getFilteredData(); let i = index\" [ngClass]=\"{ 'silver': i % 2 == 0 }\" (click)=\"add(item)\">\r\n <div *ngIf=\"item.Descricao == null\" [innerHTML]=\"item.Nome\"></div>\r\n <div *ngIf=\"item.Descricao != null\" [innerHTML]=\"item.Descricao\"></div>\r\n <mat-icon>add_circle_outline</mat-icon>\r\n </mat-list-item>\r\n </mat-list>\r\n</ng-container>\r\n\r\n<div class=\"col-md-12 none-data\" *ngIf=\"!existData()\" >\r\n <mat-icon>info_outline</mat-icon> {{ 'NenhumItemEncontrado' | translate }}\r\n</div>", styles: [":host mat-list-option{font-size:14px;cursor:pointer;padding:0!important;font-family:Open Sans,sans-serif}:host mat-list-option label{padding-left:5px}:host mat-list-item{height:38px;font-size:14px;cursor:pointer;padding:0 10px 0 20px}:host mat-list-item:hover{background:rgba(0,0,0,.04)}:host mat-list-item mat-icon{position:absolute;right:3px;top:8px}:host mat-list-option.silver,:host mat-list-item.silver{background:#f5f5f5}:host mat-list-option:hover,:host mat-list-item:hover{background:#eee}:host mat-list-item-content{padding-left:0!important}:host .none-data{font-size:14px;color:#666;background:#f5f5f5;text-align:center;padding:5px 0}:host .none-data mat-icon{margin-right:5px;font-size:18px;top:4px;left:5px}\n"] }]
|
|
@@ -35,7 +35,7 @@ export class InfoCardComponent {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
/** @nocollapse */ InfoCardComponent.ɵfac = function InfoCardComponent_Factory(t) { return new (t || InfoCardComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
|
|
38
|
-
/** @nocollapse */ InfoCardComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: InfoCardComponent, selectors: [["info-card"]], inputs: { label: "label", description: "description", mark: "mark", url: "url", icon: "icon" }, outputs: { onclick: "onclick" }, decls: 10, vars: 6, consts: [[3, "click"], [3, "innerHTML", 4, "ngIf"], [4, "ngIf"], [3, "innerHTML"]], template: function InfoCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
+
/** @nocollapse */ InfoCardComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: InfoCardComponent, selectors: [["info-card"]], inputs: { label: "label", description: "description", mark: "mark", url: "url", icon: "icon" }, outputs: { onclick: "onclick" }, decls: 10, vars: 6, consts: [["appearance", "outlined", 3, "click"], [3, "innerHTML", 4, "ngIf"], [4, "ngIf"], [3, "innerHTML"]], template: function InfoCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39
39
|
i0.ɵɵelementStart(0, "mat-card", 0);
|
|
40
40
|
i0.ɵɵlistener("click", function InfoCardComponent_Template_mat_card_click_0_listener() { return ctx.onCardClick(); });
|
|
41
41
|
i0.ɵɵelementStart(1, "mat-card-content")(2, "h4");
|
|
@@ -60,7 +60,7 @@ export class InfoCardComponent {
|
|
|
60
60
|
} }, dependencies: [i2.NgIf, i3.MatCard, i3.MatCardContent, i3.MatCardFooter, i4.MatIcon, i5.InfoTranslatePipe], styles: ["[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%]{position:relative;overflow:hidden;height:70px}[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#aaa;position:absolute;bottom:36px;right:42px;font-size:5.71rem;opacity:.4}"] });
|
|
61
61
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoCardComponent, [{
|
|
62
62
|
type: Component,
|
|
63
|
-
args: [{ selector: 'info-card', template: "<mat-card (click)=\"onCardClick()\">\r\n <mat-card-content>\r\n <h4>{{ label | translate }}</h4>\r\n <p *ngIf=\"description\" [innerHTML]=\"description | translate\"></p>\r\n <mark *ngIf=\"mark\"><small>{{ mark }}</small></mark>\r\n </mat-card-content>\r\n <mat-card-footer>\r\n <mat-icon>{{icon}}</mat-icon>\r\n </mat-card-footer>\r\n</mat-card>", styles: [":host mat-card-footer{position:relative;overflow:hidden;height:70px}:host mat-card-footer mat-icon{color:#aaa;position:absolute;bottom:36px;right:42px;font-size:5.71rem;opacity:.4}\n"] }]
|
|
63
|
+
args: [{ selector: 'info-card', template: "<mat-card appearance=\"outlined\" (click)=\"onCardClick()\">\r\n <mat-card-content>\r\n <h4>{{ label | translate }}</h4>\r\n <p *ngIf=\"description\" [innerHTML]=\"description | translate\"></p>\r\n <mark *ngIf=\"mark\"><small>{{ mark }}</small></mark>\r\n </mat-card-content>\r\n <mat-card-footer>\r\n <mat-icon>{{icon}}</mat-icon>\r\n </mat-card-footer>\r\n</mat-card>", styles: [":host mat-card-footer{position:relative;overflow:hidden;height:70px}:host mat-card-footer mat-icon{color:#aaa;position:absolute;bottom:36px;right:42px;font-size:5.71rem;opacity:.4}\n"] }]
|
|
64
64
|
}], function () { return [{ type: i1.Router }]; }, { label: [{
|
|
65
65
|
type: Input
|
|
66
66
|
}], description: [{
|
|
@@ -74,4 +74,4 @@ export class InfoCardComponent {
|
|
|
74
74
|
}], onclick: [{
|
|
75
75
|
type: Output
|
|
76
76
|
}] }); })();
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pbmZvLWxpYnJhcnkvc3JjL2NvbnRyb2xzL2NhcmQvY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pbmZvLWxpYnJhcnkvc3JjL2NvbnRyb2xzL2NhcmQvY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7Ozs7SUNFakMsdUJBQWlFOzs7O0lBQTFDLHVGQUFxQzs7O0lBQzVELDRCQUFtQixZQUFBO0lBQU8sWUFBVTtJQUFBLGlCQUFRLEVBQUE7OztJQUFsQixlQUFVO0lBQVYsaUNBQVU7O0FESzVDLE1BQU0sT0FBTyxpQkFBaUI7SUFTMUIsWUFBb0IsT0FBZTtRQUFmLFlBQU8sR0FBUCxPQUFPLENBQVE7UUFGekIsWUFBTyxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7SUFFQSxDQUFDO0lBRXhDLFdBQVc7UUFDUCxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksRUFBRTtZQUNsQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDOztZQUVuQixJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDOUMsQ0FBQzs7cUdBaEJRLGlCQUFpQjttR0FBakIsaUJBQWlCO1FDVDlCLG1DQUF3RDtRQUF4QixnR0FBUyxpQkFBYSxJQUFDO1FBQ25ELHdDQUFrQixTQUFBO1FBQ1YsWUFBdUI7O1FBQUEsaUJBQUs7UUFDaEMsOERBQWlFO1FBQ2pFLG9FQUFtRDtRQUN2RCxpQkFBbUI7UUFDbkIsdUNBQWlCLGVBQUE7UUFDSCxZQUFRO1FBQUEsaUJBQVcsRUFBQSxFQUFBOztRQUx6QixlQUF1QjtRQUF2QixxREFBdUI7UUFDdkIsZUFBaUI7UUFBakIsc0NBQWlCO1FBQ2QsZUFBVTtRQUFWLCtCQUFVO1FBR1AsZUFBUTtRQUFSLDhCQUFROzt1RkRFYixpQkFBaUI7Y0FON0IsU0FBUzsyQkFDSSxXQUFXO3lEQU9aLEtBQUs7a0JBQWIsS0FBSztZQUNHLFdBQVc7a0JBQW5CLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFDRyxHQUFHO2tCQUFYLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFDSSxPQUFPO2tCQUFoQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdpbmZvLWNhcmQnLFxyXG4gICAgdGVtcGxhdGVVcmw6ICdjYXJkLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsczogWydjYXJkLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuXHJcbmV4cG9ydCBjbGFzcyBJbmZvQ2FyZENvbXBvbmVudCB7XHJcblxyXG4gICAgQElucHV0KCkgbGFiZWw6IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBtYXJrOiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSB1cmw6IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGljb246IHN0cmluZztcclxuICAgIEBPdXRwdXQoKSBvbmNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgX3JvdXRlcjogUm91dGVyKSB7IH1cclxuXHJcbiAgICBvbkNhcmRDbGljaygpIHtcclxuICAgICAgICBpZiAodGhpcy51cmwgPT0gbnVsbCB8fCB0aGlzLnVybCA9PSAnJylcclxuICAgICAgICAgICAgdGhpcy5vbmNsaWNrLmVtaXQoKTtcclxuICAgICAgICBcclxuICAgICAgICBlbHNlIHRoaXMuX3JvdXRlci5uYXZpZ2F0ZUJ5VXJsKHRoaXMudXJsKTtcclxuICAgIH1cclxufSIsIjxtYXQtY2FyZCBhcHBlYXJhbmNlPVwib3V0bGluZWRcIiAoY2xpY2spPVwib25DYXJkQ2xpY2soKVwiPlxyXG4gICAgPG1hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgICAgPGg0Pnt7IGxhYmVsIHwgdHJhbnNsYXRlIH19PC9oND5cclxuICAgICAgICA8cCAqbmdJZj1cImRlc2NyaXB0aW9uXCIgW2lubmVySFRNTF09XCJkZXNjcmlwdGlvbiB8IHRyYW5zbGF0ZVwiPjwvcD5cclxuICAgICAgICA8bWFyayAqbmdJZj1cIm1hcmtcIj48c21hbGw+e3sgbWFyayB9fTwvc21hbGw+PC9tYXJrPlxyXG4gICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gICAgPG1hdC1jYXJkLWZvb3Rlcj5cclxuICAgICAgICA8bWF0LWljb24+e3tpY29ufX08L21hdC1pY29uPlxyXG4gICAgPC9tYXQtY2FyZC1mb290ZXI+XHJcbjwvbWF0LWNhcmQ+Il19
|
|
@@ -7,7 +7,7 @@ import * as i4 from "@angular/material/list";
|
|
|
7
7
|
import * as i5 from "@angular/router";
|
|
8
8
|
import * as i6 from "../../pipe/translate.pipe";
|
|
9
9
|
function InfoMenuCardComponent_h6_2_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
-
i0.ɵɵelement(0, "h6",
|
|
10
|
+
i0.ɵɵelement(0, "h6", 5);
|
|
11
11
|
i0.ɵɵpipe(1, "translate");
|
|
12
12
|
} if (rf & 2) {
|
|
13
13
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -24,7 +24,7 @@ function InfoMenuCardComponent_p_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
24
24
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.description));
|
|
25
25
|
} }
|
|
26
26
|
function InfoMenuCardComponent_ng_container_5_ng_container_2_mat_list_item_1_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
-
i0.ɵɵelementStart(0, "mat-list-item",
|
|
27
|
+
i0.ɵɵelementStart(0, "mat-list-item", 8)(1, "a", 9);
|
|
28
28
|
i0.ɵɵpipe(2, "translate");
|
|
29
29
|
i0.ɵɵtext(3);
|
|
30
30
|
i0.ɵɵpipe(4, "translate");
|
|
@@ -39,7 +39,7 @@ function InfoMenuCardComponent_ng_container_5_ng_container_2_mat_list_item_1_Tem
|
|
|
39
39
|
} }
|
|
40
40
|
function InfoMenuCardComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
41
41
|
i0.ɵɵelementContainerStart(0);
|
|
42
|
-
i0.ɵɵtemplate(1, InfoMenuCardComponent_ng_container_5_ng_container_2_mat_list_item_1_Template, 5, 7, "mat-list-item",
|
|
42
|
+
i0.ɵɵtemplate(1, InfoMenuCardComponent_ng_container_5_ng_container_2_mat_list_item_1_Template, 5, 7, "mat-list-item", 7);
|
|
43
43
|
i0.ɵɵelementContainerEnd();
|
|
44
44
|
} if (rf & 2) {
|
|
45
45
|
const item_r6 = ctx.$implicit;
|
|
@@ -48,8 +48,8 @@ function InfoMenuCardComponent_ng_container_5_ng_container_2_Template(rf, ctx) {
|
|
|
48
48
|
} }
|
|
49
49
|
function InfoMenuCardComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
50
50
|
i0.ɵɵelementContainerStart(0);
|
|
51
|
-
i0.ɵɵelementStart(1, "mat-nav-list",
|
|
52
|
-
i0.ɵɵtemplate(2, InfoMenuCardComponent_ng_container_5_ng_container_2_Template, 2, 1, "ng-container",
|
|
51
|
+
i0.ɵɵelementStart(1, "mat-nav-list", 6);
|
|
52
|
+
i0.ɵɵtemplate(2, InfoMenuCardComponent_ng_container_5_ng_container_2_Template, 2, 1, "ng-container", 4);
|
|
53
53
|
i0.ɵɵelementEnd();
|
|
54
54
|
i0.ɵɵelementContainerEnd();
|
|
55
55
|
} if (rf & 2) {
|
|
@@ -107,14 +107,14 @@ export class InfoMenuCardComponent {
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
/** @nocollapse */ InfoMenuCardComponent.ɵfac = function InfoMenuCardComponent_Factory(t) { return new (t || InfoMenuCardComponent)(); };
|
|
110
|
-
/** @nocollapse */ InfoMenuCardComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: InfoMenuCardComponent, selectors: [["info-card-menu"]], inputs: { label: "label", description: "description", icon: "icon", menu: "menu", cols: "cols", loadinit: "loadinit" }, decls: 7, vars: 4, consts: [[3, "innerHTML", 4, "ngIf"], [4, "ngIf"], [1, "row"], [4, "ngFor", "ngForOf"], [3, "innerHTML"], [3, "ngClass"], ["href", "#", 3, "routerLink", 4, "ngIf"], ["href", "#", 3, "routerLink"], ["title", "no", "md-line", "", 3, "title"]], template: function InfoMenuCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
111
|
-
i0.ɵɵelementStart(0, "mat-card")(1, "mat-card-content");
|
|
112
|
-
i0.ɵɵtemplate(2, InfoMenuCardComponent_h6_2_Template, 2, 3, "h6",
|
|
113
|
-
i0.ɵɵtemplate(3, InfoMenuCardComponent_p_3_Template, 3, 3, "p",
|
|
114
|
-
i0.ɵɵelementStart(4, "div",
|
|
115
|
-
i0.ɵɵtemplate(5, InfoMenuCardComponent_ng_container_5_Template, 3, 2, "ng-container",
|
|
110
|
+
/** @nocollapse */ InfoMenuCardComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: InfoMenuCardComponent, selectors: [["info-card-menu"]], inputs: { label: "label", description: "description", icon: "icon", menu: "menu", cols: "cols", loadinit: "loadinit" }, decls: 7, vars: 4, consts: [["appearance", "outlined"], [3, "innerHTML", 4, "ngIf"], [4, "ngIf"], [1, "row"], [4, "ngFor", "ngForOf"], [3, "innerHTML"], [3, "ngClass"], ["href", "#", 3, "routerLink", 4, "ngIf"], ["href", "#", 3, "routerLink"], ["title", "no", "md-line", "", 3, "title"]], template: function InfoMenuCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
111
|
+
i0.ɵɵelementStart(0, "mat-card", 0)(1, "mat-card-content");
|
|
112
|
+
i0.ɵɵtemplate(2, InfoMenuCardComponent_h6_2_Template, 2, 3, "h6", 1);
|
|
113
|
+
i0.ɵɵtemplate(3, InfoMenuCardComponent_p_3_Template, 3, 3, "p", 2);
|
|
114
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
115
|
+
i0.ɵɵtemplate(5, InfoMenuCardComponent_ng_container_5_Template, 3, 2, "ng-container", 4);
|
|
116
116
|
i0.ɵɵelementEnd()();
|
|
117
|
-
i0.ɵɵtemplate(6, InfoMenuCardComponent_mat_card_footer_6_Template, 3, 1, "mat-card-footer",
|
|
117
|
+
i0.ɵɵtemplate(6, InfoMenuCardComponent_mat_card_footer_6_Template, 3, 1, "mat-card-footer", 2);
|
|
118
118
|
i0.ɵɵelementEnd();
|
|
119
119
|
} if (rf & 2) {
|
|
120
120
|
i0.ɵɵadvance(2);
|
|
@@ -125,10 +125,10 @@ export class InfoMenuCardComponent {
|
|
|
125
125
|
i0.ɵɵproperty("ngForOf", ctx.menuRows);
|
|
126
126
|
i0.ɵɵadvance(1);
|
|
127
127
|
i0.ɵɵproperty("ngIf", ctx.icon == null);
|
|
128
|
-
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.MatCard, i2.MatCardContent, i2.MatCardFooter, i3.MatIcon, i4.MatNavList, i4.MatListItem, i5.RouterLink, i6.InfoTranslatePipe], styles: ["[_nghost-%COMP%] h6[_ngcontent-%COMP%]{width:100%;padding-bottom:10px;font-size:11px}[_nghost-%COMP%] .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:40px!important}[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%]{position:relative;overflow:hidden;height:40px}[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#aaa;position:absolute;bottom:36px;right:0;width:100%;text-align:right;font-size:5.71rem;opacity:.4}"] });
|
|
128
|
+
} }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2.MatCard, i2.MatCardContent, i2.MatCardFooter, i3.MatIcon, i4.MatNavList, i4.MatListItem, i5.RouterLink, i6.InfoTranslatePipe], styles: ["[_nghost-%COMP%] h6[_ngcontent-%COMP%]{width:100%;padding-bottom:10px;font-size:11px}[_nghost-%COMP%] .mat-nav-list[_ngcontent-%COMP%] .mat-mdc-list-item[_ngcontent-%COMP%]{height:40px!important}[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%]{position:relative;overflow:hidden;height:40px}[_nghost-%COMP%] mat-card-footer[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#aaa;position:absolute;bottom:36px;right:0;width:100%;text-align:right;font-size:5.71rem;opacity:.4}"] });
|
|
129
129
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InfoMenuCardComponent, [{
|
|
130
130
|
type: Component,
|
|
131
|
-
args: [{ selector: 'info-card-menu', template: "<mat-card>\r\n <mat-card-content>\r\n <h6 *ngIf=\"label != null\" [innerHTML]=\"label | translate\" ></h6>\r\n <p *ngIf=\"description != null\">{{ description | translate }}</p>\r\n\r\n <div class=\"row\">\r\n <ng-container *ngFor=\"let row of menuRows\">\r\n <mat-nav-list [ngClass]=\"colClass\">\r\n <ng-container *ngFor=\"let item of row\">\r\n <mat-list-item *ngIf=\"item.permission\" href=\"#\" [routerLink]=\"item.url\" >\r\n <a title=\"no\" title=\"{{ item.title | translate }}\" md-line>{{ item.title | translate }}</a>\r\n </mat-list-item>\r\n </ng-container>\r\n </mat-nav-list>\r\n </ng-container>\r\n </div>\r\n </mat-card-content>\r\n <mat-card-footer *ngIf=\"icon == null\">\r\n <mat-icon>{{icon}}</mat-icon>\r\n </mat-card-footer>\r\n</mat-card>", styles: [":host h6{width:100%;padding-bottom:10px;font-size:11px}:host .mat-nav-list .mat-list-item{height:40px!important}:host mat-card-footer{position:relative;overflow:hidden;height:40px}:host mat-card-footer mat-icon{color:#aaa;position:absolute;bottom:36px;right:0;width:100%;text-align:right;font-size:5.71rem;opacity:.4}\n"] }]
|
|
131
|
+
args: [{ selector: 'info-card-menu', template: "<mat-card appearance=\"outlined\">\r\n <mat-card-content>\r\n <h6 *ngIf=\"label != null\" [innerHTML]=\"label | translate\" ></h6>\r\n <p *ngIf=\"description != null\">{{ description | translate }}</p>\r\n\r\n <div class=\"row\">\r\n <ng-container *ngFor=\"let row of menuRows\">\r\n <mat-nav-list [ngClass]=\"colClass\">\r\n <ng-container *ngFor=\"let item of row\">\r\n <mat-list-item *ngIf=\"item.permission\" href=\"#\" [routerLink]=\"item.url\" >\r\n <a title=\"no\" title=\"{{ item.title | translate }}\" md-line>{{ item.title | translate }}</a>\r\n </mat-list-item>\r\n </ng-container>\r\n </mat-nav-list>\r\n </ng-container>\r\n </div>\r\n </mat-card-content>\r\n <mat-card-footer *ngIf=\"icon == null\">\r\n <mat-icon>{{icon}}</mat-icon>\r\n </mat-card-footer>\r\n</mat-card>", styles: [":host h6{width:100%;padding-bottom:10px;font-size:11px}:host .mat-nav-list .mat-mdc-list-item{height:40px!important}:host mat-card-footer{position:relative;overflow:hidden;height:40px}:host mat-card-footer mat-icon{color:#aaa;position:absolute;bottom:36px;right:0;width:100%;text-align:right;font-size:5.71rem;opacity:.4}\n"] }]
|
|
132
132
|
}], null, { label: [{
|
|
133
133
|
type: Input
|
|
134
134
|
}], description: [{
|
|
@@ -142,4 +142,4 @@ export class InfoMenuCardComponent {
|
|
|
142
142
|
}], loadinit: [{
|
|
143
143
|
type: Input
|
|
144
144
|
}] }); })();
|
|
145
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
145
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luZm8tbGlicmFyeS9zcmMvY29udHJvbHMvY2FyZC1tZW51L2NhcmQtbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pbmZvLWxpYnJhcnkvc3JjL2NvbnRyb2xzL2NhcmQtbWVudS9jYXJkLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7OztJQ0VqRCx3QkFBZ0U7Ozs7SUFBdEMsaUZBQStCOzs7SUFDekQseUJBQStCO0lBQUEsWUFBNkI7O0lBQUEsaUJBQUk7OztJQUFqQyxlQUE2QjtJQUE3Qiw4REFBNkI7OztJQU01Qyx3Q0FBeUUsV0FBQTs7SUFDVixZQUE0Qjs7SUFBQSxpQkFBSSxFQUFBOzs7SUFEL0Msd0NBQXVCO0lBQ3JELGVBQW9DO0lBQXBDLHNFQUFvQztJQUFTLGVBQTRCO0lBQTVCLHlEQUE0Qjs7O0lBRi9GLDZCQUF1QztJQUNuQyx3SEFFZ0I7SUFDcEIsMEJBQWU7OztJQUhLLGVBQXFCO0lBQXJCLHlDQUFxQjs7O0lBSGpELDZCQUEyQztJQUN2Qyx1Q0FBbUM7SUFDL0IsdUdBSWU7SUFDbkIsaUJBQWU7SUFDbkIsMEJBQWU7Ozs7SUFQRyxlQUFvQjtJQUFwQix5Q0FBb0I7SUFDQyxlQUFNO0lBQU4sZ0NBQU07OztJQVNyRCx1Q0FBc0MsZUFBQTtJQUN4QixZQUFRO0lBQUEsaUJBQVcsRUFBQTs7O0lBQW5CLGVBQVE7SUFBUixpQ0FBUTs7QURoQjFCOzs7OztHQUtHO0FBTUgsTUFBTSxPQUFPLHFCQUFxQjtJQUxsQztRQU9hLFVBQUssR0FBVyxJQUFJLENBQUM7UUFDckIsZ0JBQVcsR0FBVyxJQUFJLENBQUM7UUFDM0IsU0FBSSxHQUFXLElBQUksQ0FBQztRQUNwQixTQUFJLEdBQVUsRUFBRSxDQUFDO1FBQ2pCLFNBQUksR0FBVyxDQUFDLENBQUM7UUFDakIsYUFBUSxHQUFZLElBQUksQ0FBQztRQUVsQyxhQUFRLEdBQVUsRUFBRSxDQUFDO1FBQ3JCLFFBQUcsR0FBVyxFQUFFLENBQUM7UUFDakIsYUFBUSxHQUFXLFNBQVMsQ0FBQztLQTBCaEM7SUF4QkcsUUFBUTtRQUNKLElBQUksSUFBSSxDQUFDLFFBQVE7WUFDYixJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDcEIsQ0FBQztJQUVELElBQUk7UUFDQSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7UUFFNUIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLENBQUM7UUFFbkYsSUFBSSxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sSUFBSSxDQUFDLElBQUksSUFBSSxDQUFDLElBQUksSUFBSSxJQUFJLElBQUksSUFBSSxDQUFDLElBQUksSUFBSSxDQUFDLEVBQUM7WUFDbEYsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQzlCLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLEdBQUcsQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNyQyxPQUFPO1NBQ1Y7UUFFRCxJQUFJLGNBQWMsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUU3RCxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLEVBQUU7WUFDOUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxHQUFHLGNBQWMsRUFBRSxDQUFDLENBQUMsR0FBRyxjQUFjLENBQUMsR0FBRyxjQUFjLENBQUMsQ0FBQyxDQUFDO1FBRW5HLElBQUksQ0FBQyxHQUFHLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUM7UUFDMUIsSUFBSSxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsR0FBRyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ3pDLENBQUM7OzZHQXBDUSxxQkFBcUI7dUdBQXJCLHFCQUFxQjtRQ2JsQyxtQ0FBZ0MsdUJBQUE7UUFFeEIsb0VBQWdFO1FBQ2hFLGtFQUFnRTtRQUVoRSw4QkFBaUI7UUFDYix3RkFRZTtRQUNuQixpQkFBTSxFQUFBO1FBRVYsOEZBRWtCO1FBQ3RCLGlCQUFXOztRQWxCRSxlQUFtQjtRQUFuQix3Q0FBbUI7UUFDcEIsZUFBeUI7UUFBekIsOENBQXlCO1FBR0ssZUFBVztRQUFYLHNDQUFXO1FBVy9CLGVBQWtCO1FBQWxCLHVDQUFrQjs7dUZESjNCLHFCQUFxQjtjQUxqQyxTQUFTOzJCQUNJLGdCQUFnQjtnQkFNakIsS0FBSztrQkFBYixLQUFLO1lBQ0csV0FBVztrQkFBbkIsS0FBSztZQUNHLElBQUk7a0JBQVosS0FBSztZQUNHLElBQUk7a0JBQVosS0FBSztZQUNHLElBQUk7a0JBQVosS0FBSztZQUNHLFFBQVE7a0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5cclxuLyoqXHJcbiAqIE8gYXRyaWJ1dG8gYG1lbnVgIHJlY2ViZSB1bWEgbGlzdGEgcmVzcG9uc8OhdmVsIHBlbGEgY3JpYcOnw6NvIGRvIG1lbnU6XHJcbiAqIGBgYFxyXG4gKiBbeyB0aXRsZTogc3RyaW5nLCB1cmw6IHN0cmluZywgcGVybWlzc2lvbjogYm9vbGVhbiB9XVxyXG4gKiBgYGBcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdpbmZvLWNhcmQtbWVudScsXHJcbiAgICB0ZW1wbGF0ZVVybDogJ2NhcmQtbWVudS5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnY2FyZC1tZW51LmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEluZm9NZW51Q2FyZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgICBcclxuICAgIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmcgPSBudWxsO1xyXG4gICAgQElucHV0KCkgZGVzY3JpcHRpb246IHN0cmluZyA9IG51bGw7XHJcbiAgICBASW5wdXQoKSBpY29uOiBzdHJpbmcgPSBudWxsO1xyXG4gICAgQElucHV0KCkgbWVudTogYW55W10gPSBbXTtcclxuICAgIEBJbnB1dCgpIGNvbHM6IG51bWJlciA9IDA7XHJcbiAgICBASW5wdXQoKSBsb2FkaW5pdDogYm9vbGVhbiA9IHRydWU7XHJcblxyXG4gICAgbWVudVJvd3M6IGFueVtdID0gW107XHJcbiAgICBjb2w6IG51bWJlciA9IDEyO1xyXG4gICAgY29sQ2xhc3M6IHN0cmluZyA9ICdjb2wtbWQtJztcclxuXHJcbiAgICBuZ09uSW5pdCgpe1xyXG4gICAgICAgIGlmICh0aGlzLmxvYWRpbml0KVxyXG4gICAgICAgICAgICB0aGlzLmxvYWQoKTtcclxuICAgIH1cclxuXHJcbiAgICBsb2FkKCkge1xyXG4gICAgICAgIHRoaXMubWVudVJvd3MgPSBuZXcgQXJyYXkoKTtcclxuXHJcbiAgICAgICAgdGhpcy5tZW51ID0gdGhpcy5tZW51ID09IG51bGwgPyBudWxsIDogdGhpcy5tZW51LmZpbHRlcihpID0+IGkucGVybWlzc2lvbiA9PSB0cnVlKTtcclxuXHJcbiAgICAgICAgaWYgKHRoaXMubWVudSA9PSBudWxsIHx8IHRoaXMubWVudS5sZW5ndGggPT0gMCB8fCB0aGlzLmNvbHMgPT0gbnVsbCB8fCB0aGlzLmNvbHMgPT0gMCl7XHJcbiAgICAgICAgICAgIHRoaXMubWVudVJvd3MucHVzaCh0aGlzLm1lbnUpO1xyXG4gICAgICAgICAgICB0aGlzLmNvbENsYXNzICs9IHRoaXMuY29sLnRvU3RyaW5nKCk7XHJcbiAgICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGxldCBudW1iZXJJdGVuc1JvdyA9IE1hdGguY2VpbCh0aGlzLm1lbnUubGVuZ3RoIC8gdGhpcy5jb2xzKTtcclxuICAgICAgICBcclxuICAgICAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuY29sczsgaSsrKVxyXG4gICAgICAgICAgICB0aGlzLm1lbnVSb3dzLnB1c2godGhpcy5tZW51LnNsaWNlKGkgKiBudW1iZXJJdGVuc1JvdywgKGkgKiBudW1iZXJJdGVuc1JvdykgKyBudW1iZXJJdGVuc1JvdykpO1xyXG5cclxuICAgICAgICB0aGlzLmNvbCA9IDEyIC8gdGhpcy5jb2xzO1xyXG4gICAgICAgIHRoaXMuY29sQ2xhc3MgKz0gdGhpcy5jb2wudG9TdHJpbmcoKTtcclxuICAgIH1cclxufSIsIjxtYXQtY2FyZCBhcHBlYXJhbmNlPVwib3V0bGluZWRcIj5cclxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICAgIDxoNiAqbmdJZj1cImxhYmVsICE9IG51bGxcIiBbaW5uZXJIVE1MXT1cImxhYmVsIHwgdHJhbnNsYXRlXCIgPjwvaDY+XHJcbiAgICAgICAgPHAgKm5nSWY9XCJkZXNjcmlwdGlvbiAhPSBudWxsXCI+e3sgZGVzY3JpcHRpb24gfCB0cmFuc2xhdGUgfX08L3A+XHJcblxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgcm93IG9mIG1lbnVSb3dzXCI+XHJcbiAgICAgICAgICAgICAgICA8bWF0LW5hdi1saXN0IFtuZ0NsYXNzXT1cImNvbENsYXNzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgaXRlbSBvZiByb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1saXN0LWl0ZW0gKm5nSWY9XCJpdGVtLnBlcm1pc3Npb25cIiBocmVmPVwiI1wiIFtyb3V0ZXJMaW5rXT1cIml0ZW0udXJsXCIgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgdGl0bGU9XCJub1wiIHRpdGxlPVwie3sgaXRlbS50aXRsZSB8IHRyYW5zbGF0ZSB9fVwiIG1kLWxpbmU+e3sgaXRlbS50aXRsZSB8IHRyYW5zbGF0ZSB9fTwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgPC9tYXQtbmF2LWxpc3Q+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gICAgPG1hdC1jYXJkLWZvb3RlciAqbmdJZj1cImljb24gPT0gbnVsbFwiPlxyXG4gICAgICAgIDxtYXQtaWNvbj57e2ljb259fTwvbWF0LWljb24+XHJcbiAgICA8L21hdC1jYXJkLWZvb3Rlcj5cclxuPC9tYXQtY2FyZD4iXX0=
|