@porscheinformatik/material-addons 14.1.6 → 15.0.0-alpha.2
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 +24 -47
|
@@ -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,24 +56,16 @@ $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
|
-
color: $warn-color;
|
|
64
|
-
border: 1px solid $warn-color;
|
|
65
|
-
}
|
|
66
63
|
} @else {
|
|
67
64
|
@warn 'variable $warn-color in theme #{$theme-name} is not defined';
|
|
68
65
|
}
|
|
69
66
|
|
|
70
67
|
@if variable_exists(main-primary) {
|
|
71
|
-
.mat-
|
|
72
|
-
border: 1px solid $main-primary !important;
|
|
73
|
-
color: $main-primary !important;
|
|
74
|
-
}
|
|
75
|
-
.mat-stroked-button {
|
|
68
|
+
.mat-mdc-outlined-button {
|
|
76
69
|
border-color: $main-primary !important;
|
|
77
70
|
}
|
|
78
71
|
.selected-drag-list {
|
|
@@ -84,10 +77,6 @@ $contrast: (
|
|
|
84
77
|
} @else {
|
|
85
78
|
@warn 'variable $main-primary in theme #{$theme-name} is not defined';
|
|
86
79
|
}
|
|
87
|
-
|
|
88
|
-
.mat-chip-selected {
|
|
89
|
-
background-color: white !important;
|
|
90
|
-
}
|
|
91
80
|
}
|
|
92
81
|
|
|
93
82
|
body {
|
|
@@ -108,20 +97,20 @@ table {
|
|
|
108
97
|
width: 100%;
|
|
109
98
|
}
|
|
110
99
|
|
|
111
|
-
.mat-input-element:disabled {
|
|
100
|
+
.mat-mdc-input-element:disabled {
|
|
112
101
|
cursor: auto;
|
|
113
102
|
color: black;
|
|
114
103
|
}
|
|
115
104
|
|
|
116
|
-
.mat-select-disabled .mat-select-value {
|
|
105
|
+
.mat-mdc-select-disabled .mat-select-value {
|
|
117
106
|
color: black;
|
|
118
107
|
}
|
|
119
108
|
|
|
120
|
-
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
|
|
109
|
+
.mat-mdc-form-field .mat-mdc-select.mat-select-disabled .mat-select-arrow {
|
|
121
110
|
color: white;
|
|
122
111
|
}
|
|
123
112
|
|
|
124
|
-
.mat-checkbox-disabled .mat-checkbox-label {
|
|
113
|
+
.mat-mdc-checkbox-disabled .mat-checkbox-label {
|
|
125
114
|
color: black;
|
|
126
115
|
}
|
|
127
116
|
|
|
@@ -163,7 +152,7 @@ mad-link-button {
|
|
|
163
152
|
flex-direction: column;
|
|
164
153
|
}
|
|
165
154
|
|
|
166
|
-
.table-condensed > .mat-row {
|
|
155
|
+
.table-condensed > .mat-mdc-row {
|
|
167
156
|
min-height: 36px;
|
|
168
157
|
}
|
|
169
158
|
|
|
@@ -179,11 +168,11 @@ mad-link-button {
|
|
|
179
168
|
padding: 73px 16px 16px;
|
|
180
169
|
}
|
|
181
170
|
|
|
182
|
-
.mat-tab-header {
|
|
171
|
+
.mat-mdc-tab-header {
|
|
183
172
|
margin: -16px -16px 16px;
|
|
184
173
|
}
|
|
185
174
|
|
|
186
|
-
.mat-row {
|
|
175
|
+
.mat-mdc-row {
|
|
187
176
|
position: relative;
|
|
188
177
|
}
|
|
189
178
|
|
|
@@ -195,11 +184,11 @@ mad-link-button {
|
|
|
195
184
|
top: 0;
|
|
196
185
|
}
|
|
197
186
|
|
|
198
|
-
.mat-button,
|
|
199
|
-
.mat-
|
|
200
|
-
.mat-raised-button,
|
|
201
|
-
.mat-
|
|
202
|
-
.mat-icon-button {
|
|
187
|
+
.mat-mdc-button,
|
|
188
|
+
.mat-mdc-unelevated-button,
|
|
189
|
+
.mat-mdc-raised-button,
|
|
190
|
+
.mat-mdc-outlined-button,
|
|
191
|
+
.mat-mdc-icon-button {
|
|
203
192
|
text-transform: uppercase;
|
|
204
193
|
}
|
|
205
194
|
|
|
@@ -209,7 +198,7 @@ mad-link-button {
|
|
|
209
198
|
overflow: hidden;
|
|
210
199
|
}
|
|
211
200
|
|
|
212
|
-
.mat-select-disabled {
|
|
201
|
+
.mat-mdc-select-disabled {
|
|
213
202
|
color: rgba(0, 0, 0, 0.38);
|
|
214
203
|
}
|
|
215
204
|
|
|
@@ -239,17 +228,7 @@ mad-link-button {
|
|
|
239
228
|
padding-right: 16px;
|
|
240
229
|
}
|
|
241
230
|
|
|
242
|
-
.mat-
|
|
243
|
-
background-color: white;
|
|
244
|
-
color: rgba(0, 0, 0, 0.87);
|
|
245
|
-
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.mat-chip.mat-standard-chip.mat-warn {
|
|
249
|
-
background-color: white;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.mat-tab-group {
|
|
231
|
+
.mat-mdc-tab-group {
|
|
253
232
|
max-width: 100%;
|
|
254
233
|
}
|
|
255
234
|
|
|
@@ -257,7 +236,7 @@ mad-link-button {
|
|
|
257
236
|
font-size: xx-large;
|
|
258
237
|
}
|
|
259
238
|
|
|
260
|
-
.transparent .mat-dialog-container {
|
|
239
|
+
.transparent .mat-mdc-dialog-container {
|
|
261
240
|
box-shadow: none;
|
|
262
241
|
background: rgba(0, 0, 0, 0);
|
|
263
242
|
}
|
|
@@ -265,18 +244,18 @@ mad-link-button {
|
|
|
265
244
|
/*
|
|
266
245
|
* This class can be used to fix mat-tabs at the top of a page
|
|
267
246
|
*/
|
|
268
|
-
.fixedtabs > .mat-tab-header {
|
|
247
|
+
.fixedtabs > .mat-mdc-tab-header {
|
|
269
248
|
z-index: 10;
|
|
270
249
|
width: 100vw;
|
|
271
250
|
position: fixed;
|
|
272
251
|
background-color: white;
|
|
273
252
|
}
|
|
274
253
|
|
|
275
|
-
.mat-dialog-actions {
|
|
254
|
+
.mat-mdc-dialog-actions {
|
|
276
255
|
justify-content: flex-end;
|
|
277
256
|
}
|
|
278
257
|
|
|
279
|
-
.mat-card-header-text {
|
|
258
|
+
.mat-md-card-header-text {
|
|
280
259
|
margin: 0 !important;
|
|
281
260
|
}
|
|
282
261
|
|
|
@@ -297,7 +276,6 @@ mad-link-button {
|
|
|
297
276
|
width: 0 !important;
|
|
298
277
|
height: 0 !important;
|
|
299
278
|
}
|
|
300
|
-
|
|
301
279
|
mat-paginator {
|
|
302
280
|
display: none !important;
|
|
303
281
|
height: 0 !important;
|
|
@@ -307,8 +285,8 @@ mad-link-button {
|
|
|
307
285
|
margin: 0 !important;
|
|
308
286
|
}
|
|
309
287
|
|
|
310
|
-
.mat-raised-button,
|
|
311
|
-
.mat-
|
|
288
|
+
.mat-mdc-raised-button,
|
|
289
|
+
.mat-mdc-outlined-button,
|
|
312
290
|
.button-panel {
|
|
313
291
|
display: none !important;
|
|
314
292
|
}
|
|
@@ -329,8 +307,7 @@ mad-link-button {
|
|
|
329
307
|
async-autocomplete mat-icon {
|
|
330
308
|
display: none !important;
|
|
331
309
|
}
|
|
332
|
-
|
|
333
|
-
.mat-tab-label:not(.mat-tab-label-active) {
|
|
310
|
+
.mat-mdc-tab-label:not(.mat-tab-label-active) {
|
|
334
311
|
display: none !important;
|
|
335
312
|
}
|
|
336
313
|
}
|