@porscheinformatik/material-addons 14.1.6 → 15.0.0-alpha.1
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/esm2020/lib/button/button.module.mjs +4 -4
- package/esm2020/lib/button/danger-button/danger-button.component.mjs +3 -3
- package/esm2020/lib/button/flat-button/link-button.component.mjs +3 -3
- package/esm2020/lib/button/icon-button/icon-button.component.mjs +3 -3
- package/esm2020/lib/button/mad-basic-button.mjs +3 -3
- package/esm2020/lib/button/outline-button/outline-button.component.mjs +3 -3
- package/esm2020/lib/button/primary-button/primary-button.component.mjs +4 -4
- package/esm2020/lib/card/card.component.mjs +5 -5
- package/esm2020/lib/card/card.module.mjs +4 -4
- package/esm2020/lib/content-panel/content-header/content-header.component.mjs +3 -3
- package/esm2020/lib/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
- package/esm2020/lib/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
- package/esm2020/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
- package/esm2020/lib/content-panel/content-panel.module.mjs +4 -4
- package/esm2020/lib/content-panel/main-container/main-container.component.mjs +3 -3
- package/esm2020/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.mjs +3 -3
- package/esm2020/lib/data-table/data-table.component.mjs +52 -52
- package/esm2020/lib/data-table/data-table.module.mjs +4 -4
- package/esm2020/lib/flowbar/flowbar.component.mjs +3 -3
- package/esm2020/lib/flowbar/flowbar.module.mjs +4 -4
- package/esm2020/lib/material-action-button/material-action-button.component.mjs +3 -3
- package/esm2020/lib/material-action-button/material-action-button.module.mjs +4 -4
- package/esm2020/lib/material-addons.module.mjs +4 -4
- package/esm2020/lib/numeric-field/number-format.service.mjs +4 -4
- package/esm2020/lib/numeric-field/numeric-field.directive.mjs +13 -13
- package/esm2020/lib/numeric-field/numeric-field.module.mjs +4 -4
- package/esm2020/lib/quick-list/base-quick-list.component.mjs +3 -3
- package/esm2020/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +3 -3
- package/esm2020/lib/quick-list/quick-list.component.mjs +3 -3
- package/esm2020/lib/quick-list/quick-list.module.mjs +4 -4
- package/esm2020/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +5 -5
- package/esm2020/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +3 -3
- package/esm2020/lib/readonly/readonly-form-field.module.mjs +4 -4
- package/esm2020/lib/stepper/step-header/step-header.component.mjs +3 -3
- package/esm2020/lib/stepper/stepper.component.mjs +6 -6
- package/esm2020/lib/stepper/stepper.module.mjs +4 -4
- package/esm2020/lib/table/table.component.mjs +5 -5
- package/esm2020/lib/table/table.module.mjs +4 -4
- package/esm2020/lib/throttle-click/throttle-click.directive.mjs +3 -3
- package/esm2020/lib/throttle-click/throttle-click.module.mjs +4 -4
- package/esm2020/lib/toolbar/toolbar.component.mjs +3 -3
- package/esm2020/lib/toolbar/toolbar.module.mjs +4 -4
- package/esm2020/lib/toolbar/toolbar.service.mjs +3 -3
- package/fesm2015/porscheinformatik-material-addons.mjs +207 -207
- package/fesm2015/porscheinformatik-material-addons.mjs.map +1 -1
- package/fesm2020/porscheinformatik-material-addons.mjs +207 -207
- package/fesm2020/porscheinformatik-material-addons.mjs.map +1 -1
- package/lib/button/danger-button/danger-button.component.d.ts +1 -1
- package/lib/button/flat-button/link-button.component.d.ts +1 -1
- package/lib/button/icon-button/icon-button.component.d.ts +1 -1
- package/lib/button/mad-basic-button.d.ts +1 -1
- package/lib/button/outline-button/outline-button.component.d.ts +1 -1
- package/lib/button/primary-button/primary-button.component.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/content-panel/content-header/content-header.component.d.ts +1 -1
- package/lib/content-panel/content-panel-container/content-panel-container.component.d.ts +1 -1
- package/lib/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +1 -1
- package/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +1 -1
- package/lib/content-panel/main-container/main-container.component.d.ts +1 -1
- package/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.d.ts +1 -1
- package/lib/data-table/data-table.component.d.ts +1 -1
- package/lib/flowbar/flowbar.component.d.ts +1 -1
- package/lib/material-action-button/material-action-button.component.d.ts +1 -1
- package/lib/numeric-field/numeric-field.directive.d.ts +1 -1
- package/lib/quick-list/base-quick-list.component.d.ts +1 -1
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +1 -1
- package/lib/quick-list/quick-list.component.d.ts +1 -1
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +1 -1
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +1 -1
- package/lib/stepper/step-header/step-header.component.d.ts +1 -1
- package/lib/stepper/stepper.component.d.ts +2 -2
- package/lib/table/table.component.d.ts +1 -1
- package/lib/throttle-click/throttle-click.directive.d.ts +1 -1
- package/lib/toolbar/toolbar.component.d.ts +1 -1
- package/package.json +1 -1
- package/themes/common/styles.scss +30 -31
|
@@ -8,6 +8,6 @@ export declare class DangerButtonComponent extends MadBasicButton {
|
|
|
8
8
|
button: ElementRef;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DangerButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=danger-button.component.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class LinkButtonComponent extends MadBasicButton {
|
|
|
8
8
|
button: ElementRef;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=link-button.component.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class IconButtonComponent extends MadBasicButton {
|
|
|
8
8
|
button: ElementRef;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=icon-button.component.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare abstract class MadBasicButton {
|
|
|
9
9
|
ngOnChanges(): void;
|
|
10
10
|
disableButton(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MadBasicButton, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MadBasicButton, "ng-component", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MadBasicButton, "ng-component", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=mad-basic-button.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class OutlineButtonComponent extends MadBasicButton {
|
|
|
8
8
|
button: ElementRef;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutlineButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=outline-button.component.d.ts.map
|
|
@@ -8,6 +8,6 @@ export declare class PrimaryButtonComponent extends MadBasicButton {
|
|
|
8
8
|
button: ElementRef;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrimaryButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=primary-button.component.d.ts.map
|
|
@@ -23,6 +23,6 @@ export declare class CardComponent {
|
|
|
23
23
|
toggleCollapse(): void;
|
|
24
24
|
additionalActionClicked(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": "cancelDisabled"; "cancelText": "cancelText"; "readonly": "readonly"; "editText": "editText"; "expandable": "expandable"; "expanded": "expanded"; "saveDisabled": "saveDisabled"; "saveText": "saveText"; "title": "title"; "editMode": "editMode"; "additionalActionIcon": "additionalActionIcon"; "additionalActionText": "additionalActionText"; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": "cancelDisabled"; "cancelText": "cancelText"; "readonly": "readonly"; "editText": "editText"; "expandable": "expandable"; "expanded": "expanded"; "saveDisabled": "saveDisabled"; "saveText": "saveText"; "title": "title"; "editMode": "editMode"; "additionalActionIcon": "additionalActionIcon"; "additionalActionText": "additionalActionText"; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=card.component.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentHeaderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-header.component.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentPanelContainerComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-content", "mad-content-panel-container-footer"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-content", "mad-content-panel-container-footer"], false, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container.component.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentPanelContainerContentComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerContentComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container-content.component.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentPanelContainerFooterComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerFooterComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container-footer.component.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class MainContainerComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainContainerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], false, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=main-container.component.d.ts.map
|
|
@@ -22,6 +22,6 @@ export declare class DataTableColumnsModalComponent implements OnInit {
|
|
|
22
22
|
findMatchingItemIndex(previousContainer: CdkDropList, item: CdkDrag): number;
|
|
23
23
|
clearFilterValue(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnsModalComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableColumnsModalComponent, "mad-data-table-columns-modal.component", never, {}, {}, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableColumnsModalComponent, "mad-data-table-columns-modal.component", never, {}, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
27
27
|
//# sourceMappingURL=data-table-columns-modal.component.d.ts.map
|
|
@@ -118,6 +118,6 @@ export declare class DataTableComponent implements OnInit, AfterViewInit {
|
|
|
118
118
|
private getTableMode;
|
|
119
119
|
private unsetPageSizeIfNecessary;
|
|
120
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "mad-data-table", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "filterColumnsLabel": "filterColumnsLabel"; "filterColumnsPlaceHolder": "filterColumnsPlaceHolder"; "noDataText": "noDataText"; "columnSettingsModalTitleLabel": "columnSettingsModalTitleLabel"; "selectedLabel": "selectedLabel"; "availableLabel": "availableLabel"; "saveLabel": "saveLabel"; "deleteLabel": "deleteLabel"; "cancelLabel": "cancelLabel"; "infoTextLabel": "infoTextLabel"; "tableClass": "tableClass"; "pageSizeOptions": "pageSizeOptions"; "externalFilter": "externalFilter"; "actions": "actions"; "idGenerator": "idGenerator"; "parentIdGenerator": "parentIdGenerator"; "deleteDefinitionAllowed": "deleteDefinitionAllowed"; "useAsync": "useAsync"; "translateLabels": "translateLabels"; "filterValue": "filterValue"; "displayedColumns": "displayedColumns"; "displayedColumnDefinition": "displayedColumnDefinition"; "tableData": "tableData"; "page": "page"; "columnDefinitions": "columnDefinitions"; "loading": "loading"; "defaultPageSize": "defaultPageSize"; "externalPaginator": "externalPaginator"; "paginationEnabled": "paginationEnabled"; "allColumns": "allColumns"; "filterEnabled": "filterEnabled"; "forceMode": "forceMode"; }, { "sortEvent": "sortEvent"; "actionEvent": "actionEvent"; "pageEvent": "pageEvent"; "allColumnsEvent": "allColumnsEvent"; "columnDefinitionChangeEvent": "columnDefinitionChangeEvent"; "viewDefinitionChangeEvent": "viewDefinitionChangeEvent"; }, never, never, false>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "mad-data-table", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "filterColumnsLabel": "filterColumnsLabel"; "filterColumnsPlaceHolder": "filterColumnsPlaceHolder"; "noDataText": "noDataText"; "columnSettingsModalTitleLabel": "columnSettingsModalTitleLabel"; "selectedLabel": "selectedLabel"; "availableLabel": "availableLabel"; "saveLabel": "saveLabel"; "deleteLabel": "deleteLabel"; "cancelLabel": "cancelLabel"; "infoTextLabel": "infoTextLabel"; "tableClass": "tableClass"; "pageSizeOptions": "pageSizeOptions"; "externalFilter": "externalFilter"; "actions": "actions"; "idGenerator": "idGenerator"; "parentIdGenerator": "parentIdGenerator"; "deleteDefinitionAllowed": "deleteDefinitionAllowed"; "useAsync": "useAsync"; "translateLabels": "translateLabels"; "filterValue": "filterValue"; "displayedColumns": "displayedColumns"; "displayedColumnDefinition": "displayedColumnDefinition"; "tableData": "tableData"; "page": "page"; "columnDefinitions": "columnDefinitions"; "loading": "loading"; "defaultPageSize": "defaultPageSize"; "externalPaginator": "externalPaginator"; "paginationEnabled": "paginationEnabled"; "allColumns": "allColumns"; "filterEnabled": "filterEnabled"; "forceMode": "forceMode"; }, { "sortEvent": "sortEvent"; "actionEvent": "actionEvent"; "pageEvent": "pageEvent"; "allColumnsEvent": "allColumnsEvent"; "columnDefinitionChangeEvent": "columnDefinitionChangeEvent"; "viewDefinitionChangeEvent": "viewDefinitionChangeEvent"; }, never, never, false, never>;
|
|
122
122
|
}
|
|
123
123
|
//# sourceMappingURL=data-table.component.d.ts.map
|
|
@@ -42,6 +42,6 @@ export declare class FlowbarComponent implements OnInit, AfterViewInit {
|
|
|
42
42
|
private findPreviousEnabledStep;
|
|
43
43
|
private findNextEnabledStep;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": "steps"; "_activeStep": "activeStep"; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, false>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": "steps"; "_activeStep": "activeStep"; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, false, never>;
|
|
46
46
|
}
|
|
47
47
|
//# sourceMappingURL=flowbar.component.d.ts.map
|
|
@@ -7,6 +7,6 @@ export declare class MaterialActionButtonComponent {
|
|
|
7
7
|
liftHigher: boolean;
|
|
8
8
|
liftHigher2: boolean;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": "actionName"; "id": "id"; "icon": "icon"; "routerLink": "routerLink"; "liftHigher": "liftHigher"; "liftHigher2": "liftHigher2"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": "actionName"; "id": "id"; "icon": "icon"; "routerLink": "routerLink"; "liftHigher": "liftHigher"; "liftHigher2": "liftHigher2"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=material-action-button.component.d.ts.map
|
|
@@ -40,6 +40,6 @@ export declare class NumericFieldDirective implements OnInit, OnDestroy, AfterVi
|
|
|
40
40
|
private detachListener;
|
|
41
41
|
private roundOrTruncate;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": "textAlign"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "numericValue": "numericValue"; }, { "numericValueChanged": "numericValueChange"; }, never, never, false>;
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": "textAlign"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "numericValue": "numericValue"; }, { "numericValueChanged": "numericValueChange"; }, never, never, false, never>;
|
|
44
44
|
}
|
|
45
45
|
//# sourceMappingURL=numeric-field.directive.d.ts.map
|
|
@@ -29,6 +29,6 @@ export declare class BaseQuickListComponent<T> implements OnInit, AfterViewInit
|
|
|
29
29
|
isDeleteAllowed(): boolean;
|
|
30
30
|
private interalAddItem;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseQuickListComponent<any>, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseQuickListComponent<any>, "mad-base-quick-list", never, { "allItems": "allItems"; "addLabel": "addLabel"; "addPossible": "addPossible"; "removePossible": "removePossible"; "blankItem": "blankItem"; "readonly": "readonly"; "maxItems": "maxItems"; "minItems": "minItems"; }, { "added": "added"; "removed": "removed"; }, ["itemTemplate"], never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseQuickListComponent<any>, "mad-base-quick-list", never, { "allItems": "allItems"; "addLabel": "addLabel"; "addPossible": "addPossible"; "removePossible": "removePossible"; "blankItem": "blankItem"; "readonly": "readonly"; "maxItems": "maxItems"; "minItems": "minItems"; }, { "added": "added"; "removed": "removed"; }, ["itemTemplate"], never, false, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=base-quick-list.component.d.ts.map
|
|
@@ -5,6 +5,6 @@ export declare class QuickListCompactComponent extends BaseQuickListComponent<Qu
|
|
|
5
5
|
changeDetectorRef: ChangeDetectorRef;
|
|
6
6
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuickListCompactComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListCompactComponent, "mad-quick-list-compact", never, {}, {}, never, ["label"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListCompactComponent, "mad-quick-list-compact", never, {}, {}, never, ["label"], false, never>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=quick-list-compact.component.d.ts.map
|
|
@@ -5,6 +5,6 @@ export declare class QuickListComponent extends BaseQuickListComponent<QuickList
|
|
|
5
5
|
changeDetectorRef: ChangeDetectorRef;
|
|
6
6
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuickListComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListComponent, "mad-quick-list", never, {}, {}, never, ["label"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListComponent, "mad-quick-list", never, {}, {}, never, ["label"], false, never>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=quick-list.component.d.ts.map
|
|
@@ -34,6 +34,6 @@ export declare class ReadOnlyFormFieldComponent implements OnChanges, AfterViewC
|
|
|
34
34
|
ngAfterViewChecked(): void;
|
|
35
35
|
private injectUnitSymbol;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadOnlyFormFieldComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldComponent, "mad-readonly-form-field", never, { "value": "value"; "label": "label"; "textAlign": "textAlign"; "formatNumber": "formatNumber"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "errorMessage": "errorMessage"; "multiline": "multiline"; "rows": "rows"; "id": "id"; "shrinkIfEmpty": "shrinkIfEmpty"; }, {}, never, never, false>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldComponent, "mad-readonly-form-field", never, { "value": "value"; "label": "label"; "textAlign": "textAlign"; "formatNumber": "formatNumber"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "errorMessage": "errorMessage"; "multiline": "multiline"; "rows": "rows"; "id": "id"; "shrinkIfEmpty": "shrinkIfEmpty"; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=readonly-form-field.component.d.ts.map
|
|
@@ -67,6 +67,6 @@ export declare class ReadOnlyFormFieldWrapperComponent implements OnInit, AfterV
|
|
|
67
67
|
private isTextOverflown;
|
|
68
68
|
private calculateToolTipText;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadOnlyFormFieldWrapperComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldWrapperComponent, "mad-readonly-form-field-wrapper", never, { "readonly": "readonly"; "value": "value"; "textAlign": "textAlign"; "formatNumber": "formatNumber"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "errorMessage": "errorMessage"; "id": "id"; "multiline": "multiline"; "rows": "rows"; "shrinkIfEmpty": "shrinkIfEmpty"; }, {}, never, ["*"], false>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldWrapperComponent, "mad-readonly-form-field-wrapper", never, { "readonly": "readonly"; "value": "value"; "textAlign": "textAlign"; "formatNumber": "formatNumber"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "errorMessage": "errorMessage"; "id": "id"; "multiline": "multiline"; "rows": "rows"; "shrinkIfEmpty": "shrinkIfEmpty"; }, {}, never, ["*"], false, never>;
|
|
71
71
|
}
|
|
72
72
|
//# sourceMappingURL=readonly-form-field-wrapper.component.d.ts.map
|
|
@@ -22,6 +22,6 @@ export declare class StepHeaderComponent extends CdkStepHeader implements AfterV
|
|
|
22
22
|
getCssForState(): string;
|
|
23
23
|
getIcon(): string;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepHeaderComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepHeaderComponent, "mad-step-header", never, { "color": "color"; "index": "index"; "label": "label"; "state": "state"; "errorMessage": "errorMessage"; "selected": "selected"; "active": "active"; "optional": "optional"; "hasError": "hasError"; "completed": "completed"; "closed": "closed"; }, {}, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepHeaderComponent, "mad-step-header", never, { "color": "color"; "index": "index"; "label": "label"; "state": "state"; "errorMessage": "errorMessage"; "selected": "selected"; "active": "active"; "optional": "optional"; "hasError": "hasError"; "completed": "completed"; "closed": "closed"; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
27
27
|
//# sourceMappingURL=step-header.component.d.ts.map
|
|
@@ -25,7 +25,7 @@ export declare class StepComponent extends CdkStep implements AfterContentInit,
|
|
|
25
25
|
resetValidations(): void;
|
|
26
26
|
private stepValidation;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "mad-step", never, {}, { "onNext": "onNext"; "onDone": "onDone"; "onHeaderClick": "onHeaderClick"; }, never, ["*"], false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "mad-step", never, {}, { "onNext": "onNext"; "onDone": "onDone"; "onHeaderClick": "onHeaderClick"; }, never, ["*"], false, never>;
|
|
29
29
|
}
|
|
30
30
|
export declare class StepperComponent extends CdkStepper implements OnInit, AfterContentInit {
|
|
31
31
|
/** Event emitted when the current step is done transitioning in. */
|
|
@@ -48,6 +48,6 @@ export declare class StepperComponent extends CdkStepper implements OnInit, Afte
|
|
|
48
48
|
_getAnimationDirection(index: number): StepContentPositionState;
|
|
49
49
|
_stepIsNavigable(index: number, step: StepComponent): boolean;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, [{ optional: true; }, null, null]>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mad-stepper", never, { "nextButtonLabel": "nextButtonLabel"; "doneButtonLabel": "doneButtonLabel"; }, { "animationDone": "animationDone"; }, ["_steps"], never, false>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mad-stepper", never, { "nextButtonLabel": "nextButtonLabel"; "doneButtonLabel": "doneButtonLabel"; }, { "animationDone": "animationDone"; }, ["_steps"], never, false, never>;
|
|
52
52
|
}
|
|
53
53
|
//# sourceMappingURL=stepper.component.d.ts.map
|
|
@@ -38,6 +38,6 @@ export declare class TableComponent implements OnInit, AfterViewInit {
|
|
|
38
38
|
private setFilterValue;
|
|
39
39
|
private isClickOnRowMenuIcon;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mad-table", never, { "columns": "columns"; "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "noDataText": "noDataText"; "pageSizeOptions": "pageSizeOptions"; "defaultPageSize": "defaultPageSize"; "rowActions": "rowActions"; "tableActions": "tableActions"; "displayedData": "displayedData"; "paginationEnabled": "paginationEnabled"; "filterEnabled": "filterEnabled"; }, { "tableAction": "tableAction"; "rowAction": "rowAction"; "sortEvent": "sortEvent"; }, never, never, false>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mad-table", never, { "columns": "columns"; "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "noDataText": "noDataText"; "pageSizeOptions": "pageSizeOptions"; "defaultPageSize": "defaultPageSize"; "rowActions": "rowActions"; "tableActions": "tableActions"; "displayedData": "displayedData"; "paginationEnabled": "paginationEnabled"; "filterEnabled": "filterEnabled"; }, { "tableAction": "tableAction"; "rowAction": "rowAction"; "sortEvent": "sortEvent"; }, never, never, false, never>;
|
|
42
42
|
}
|
|
43
43
|
//# sourceMappingURL=table.component.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare class ThrottleClickDirective implements OnInit, OnDestroy {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
ngOnDestroy(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThrottleClickDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThrottleClickDirective, "[madThrottleClick]", never, { "throttleTime": "throttleTime"; }, { "throttleClick": "throttleClick"; }, never, never, false>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThrottleClickDirective, "[madThrottleClick]", never, { "throttleTime": "throttleTime"; }, { "throttleClick": "throttleClick"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=throttle-click.directive.d.ts.map
|
|
@@ -23,6 +23,6 @@ export declare class ToolbarComponent {
|
|
|
23
23
|
showBadgeForMenu(): boolean;
|
|
24
24
|
hasImportantToolbarActions(): boolean;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "mad-toolbar", never, {}, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "mad-toolbar", never, {}, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=toolbar.component.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
2
|
@use '@angular/material/theming' as theming;
|
|
3
3
|
|
|
4
|
+
@include mat.all-component-typographies();
|
|
4
5
|
@include mat.core();
|
|
5
6
|
|
|
6
7
|
$contrast: (
|
|
@@ -55,11 +56,11 @@ $contrast: (
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
@if variable_exists(warn-color) {
|
|
58
|
-
.mat-form-field-required-marker {
|
|
59
|
+
.mat-mdc-form-field-required-marker {
|
|
59
60
|
color: $warn-color;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
|
-
.mat-chip.mat-standard-chip.mat-warn {
|
|
63
|
+
.mat-mdc-chip.mat-mdc-standard-chip.mat-warn {
|
|
63
64
|
color: $warn-color;
|
|
64
65
|
border: 1px solid $warn-color;
|
|
65
66
|
}
|
|
@@ -68,11 +69,11 @@ $contrast: (
|
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
@if variable_exists(main-primary) {
|
|
71
|
-
.mat-chip-selected {
|
|
72
|
+
.mat-mdc-chip-selected {
|
|
72
73
|
border: 1px solid $main-primary !important;
|
|
73
74
|
color: $main-primary !important;
|
|
74
75
|
}
|
|
75
|
-
.mat-
|
|
76
|
+
.mat-mdc-outlined-button {
|
|
76
77
|
border-color: $main-primary !important;
|
|
77
78
|
}
|
|
78
79
|
.selected-drag-list {
|
|
@@ -84,8 +85,8 @@ $contrast: (
|
|
|
84
85
|
} @else {
|
|
85
86
|
@warn 'variable $main-primary in theme #{$theme-name} is not defined';
|
|
86
87
|
}
|
|
87
|
-
|
|
88
|
-
.mat-chip-selected {
|
|
88
|
+
/* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
|
|
89
|
+
.mat-mdc-chip-selected {
|
|
89
90
|
background-color: white !important;
|
|
90
91
|
}
|
|
91
92
|
}
|
|
@@ -108,20 +109,20 @@ table {
|
|
|
108
109
|
width: 100%;
|
|
109
110
|
}
|
|
110
111
|
|
|
111
|
-
.mat-input-element:disabled {
|
|
112
|
+
.mat-mdc-input-element:disabled {
|
|
112
113
|
cursor: auto;
|
|
113
114
|
color: black;
|
|
114
115
|
}
|
|
115
116
|
|
|
116
|
-
.mat-select-disabled .mat-select-value {
|
|
117
|
+
.mat-mdc-select-disabled .mat-select-value {
|
|
117
118
|
color: black;
|
|
118
119
|
}
|
|
119
120
|
|
|
120
|
-
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
|
|
121
|
+
.mat-mdc-form-field .mat-mdc-select.mat-select-disabled .mat-select-arrow {
|
|
121
122
|
color: white;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
|
-
.mat-checkbox-disabled .mat-checkbox-label {
|
|
125
|
+
.mat-mdc-checkbox-disabled .mat-checkbox-label {
|
|
125
126
|
color: black;
|
|
126
127
|
}
|
|
127
128
|
|
|
@@ -163,7 +164,7 @@ mad-link-button {
|
|
|
163
164
|
flex-direction: column;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
|
-
.table-condensed > .mat-row {
|
|
167
|
+
.table-condensed > .mat-mdc-row {
|
|
167
168
|
min-height: 36px;
|
|
168
169
|
}
|
|
169
170
|
|
|
@@ -179,11 +180,11 @@ mad-link-button {
|
|
|
179
180
|
padding: 73px 16px 16px;
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
.mat-tab-header {
|
|
183
|
+
.mat-mdc-tab-header {
|
|
183
184
|
margin: -16px -16px 16px;
|
|
184
185
|
}
|
|
185
186
|
|
|
186
|
-
.mat-row {
|
|
187
|
+
.mat-mdc-row {
|
|
187
188
|
position: relative;
|
|
188
189
|
}
|
|
189
190
|
|
|
@@ -195,11 +196,11 @@ mad-link-button {
|
|
|
195
196
|
top: 0;
|
|
196
197
|
}
|
|
197
198
|
|
|
198
|
-
.mat-button,
|
|
199
|
-
.mat-
|
|
200
|
-
.mat-raised-button,
|
|
201
|
-
.mat-
|
|
202
|
-
.mat-icon-button {
|
|
199
|
+
.mat-mdc-button,
|
|
200
|
+
.mat-mdc-unelevated-button,
|
|
201
|
+
.mat-mdc-raised-button,
|
|
202
|
+
.mat-mdc-outlined-button,
|
|
203
|
+
.mat-mdc-icon-button {
|
|
203
204
|
text-transform: uppercase;
|
|
204
205
|
}
|
|
205
206
|
|
|
@@ -209,7 +210,7 @@ mad-link-button {
|
|
|
209
210
|
overflow: hidden;
|
|
210
211
|
}
|
|
211
212
|
|
|
212
|
-
.mat-select-disabled {
|
|
213
|
+
.mat-mdc-select-disabled {
|
|
213
214
|
color: rgba(0, 0, 0, 0.38);
|
|
214
215
|
}
|
|
215
216
|
|
|
@@ -239,17 +240,17 @@ mad-link-button {
|
|
|
239
240
|
padding-right: 16px;
|
|
240
241
|
}
|
|
241
242
|
|
|
242
|
-
.mat-chip.mat-standard-chip {
|
|
243
|
+
.mat-mdc-chip.mat-mdc-standard-chip {
|
|
243
244
|
background-color: white;
|
|
244
245
|
color: rgba(0, 0, 0, 0.87);
|
|
245
246
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
246
247
|
}
|
|
247
248
|
|
|
248
|
-
.mat-chip.mat-standard-chip.mat-warn {
|
|
249
|
+
.mat-mdc-chip.mat-mdc-standard-chip.mat-warn {
|
|
249
250
|
background-color: white;
|
|
250
251
|
}
|
|
251
252
|
|
|
252
|
-
.mat-tab-group {
|
|
253
|
+
.mat-mdc-tab-group {
|
|
253
254
|
max-width: 100%;
|
|
254
255
|
}
|
|
255
256
|
|
|
@@ -257,7 +258,7 @@ mad-link-button {
|
|
|
257
258
|
font-size: xx-large;
|
|
258
259
|
}
|
|
259
260
|
|
|
260
|
-
.transparent .mat-dialog-container {
|
|
261
|
+
.transparent .mat-mdc-dialog-container {
|
|
261
262
|
box-shadow: none;
|
|
262
263
|
background: rgba(0, 0, 0, 0);
|
|
263
264
|
}
|
|
@@ -265,18 +266,18 @@ mad-link-button {
|
|
|
265
266
|
/*
|
|
266
267
|
* This class can be used to fix mat-tabs at the top of a page
|
|
267
268
|
*/
|
|
268
|
-
.fixedtabs > .mat-tab-header {
|
|
269
|
+
.fixedtabs > .mat-mdc-tab-header {
|
|
269
270
|
z-index: 10;
|
|
270
271
|
width: 100vw;
|
|
271
272
|
position: fixed;
|
|
272
273
|
background-color: white;
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
.mat-dialog-actions {
|
|
276
|
+
.mat-mdc-dialog-actions {
|
|
276
277
|
justify-content: flex-end;
|
|
277
278
|
}
|
|
278
279
|
|
|
279
|
-
.mat-card-header-text {
|
|
280
|
+
.mat-md-card-header-text {
|
|
280
281
|
margin: 0 !important;
|
|
281
282
|
}
|
|
282
283
|
|
|
@@ -297,7 +298,6 @@ mad-link-button {
|
|
|
297
298
|
width: 0 !important;
|
|
298
299
|
height: 0 !important;
|
|
299
300
|
}
|
|
300
|
-
|
|
301
301
|
mat-paginator {
|
|
302
302
|
display: none !important;
|
|
303
303
|
height: 0 !important;
|
|
@@ -307,8 +307,8 @@ mad-link-button {
|
|
|
307
307
|
margin: 0 !important;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
.mat-raised-button,
|
|
311
|
-
.mat-
|
|
310
|
+
.mat-mdc-raised-button,
|
|
311
|
+
.mat-mdc-outlined-button,
|
|
312
312
|
.button-panel {
|
|
313
313
|
display: none !important;
|
|
314
314
|
}
|
|
@@ -329,8 +329,7 @@ mad-link-button {
|
|
|
329
329
|
async-autocomplete mat-icon {
|
|
330
330
|
display: none !important;
|
|
331
331
|
}
|
|
332
|
-
|
|
333
|
-
.mat-tab-label:not(.mat-tab-label-active) {
|
|
332
|
+
.mat-mdc-tab-label:not(.mat-tab-label-active) {
|
|
334
333
|
display: none !important;
|
|
335
334
|
}
|
|
336
335
|
}
|