@porscheinformatik/material-addons 17.4.3 → 17.4.5
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/esm2022/lib/alert/alert.component.mjs +60 -0
- package/esm2022/lib/button/button.module.mjs +24 -6
- package/esm2022/lib/button/danger-button/danger-button.component.mjs +4 -3
- package/esm2022/lib/button/flat-button/link-button.component.mjs +4 -3
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +4 -3
- package/esm2022/lib/button/mad-button/mad-button.directive.mjs +3 -2
- package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +3 -2
- package/esm2022/lib/button/outline-button/outline-button.component.mjs +4 -3
- package/esm2022/lib/button/primary-button/primary-button.component.mjs +4 -3
- package/esm2022/lib/card/card.component.mjs +19 -9
- package/esm2022/lib/card/card.module.mjs +4 -5
- package/esm2022/lib/data-table/data-table.component.mjs +7 -7
- package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel.module.mjs +6 -5
- package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +3 -3
- package/esm2022/lib/layout/flowbar/flowbar.component.mjs +6 -5
- package/esm2022/lib/layout/flowbar/flowbar.module.mjs +4 -5
- package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +3 -3
- package/esm2022/lib/layout/sidebar/sidebar.component.mjs +7 -5
- package/esm2022/lib/layout/sidebar/sidebar.module.mjs +4 -5
- package/esm2022/lib/layout/toolbar/toolbar.component.mjs +34 -14
- package/esm2022/lib/layout/toolbar/toolbar.module.mjs +7 -5
- package/esm2022/lib/material-action-button/material-action-button.component.mjs +11 -8
- package/esm2022/lib/material-action-button/material-action-button.module.mjs +4 -5
- package/esm2022/lib/numeric-field/numeric-field.directive.mjs +3 -2
- package/esm2022/lib/numeric-field/numeric-field.module.mjs +3 -3
- package/esm2022/lib/quick-list/base-quick-list.component.mjs +3 -3
- package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +15 -7
- package/esm2022/lib/quick-list/quick-list.component.mjs +8 -7
- package/esm2022/lib/quick-list/quick-list.module.mjs +23 -6
- package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +15 -7
- package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +15 -7
- package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +16 -10
- package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +13 -8
- package/esm2022/lib/readonly/readonly-form-field.module.mjs +31 -6
- package/esm2022/lib/stepper/step-header/step-header.component.mjs +6 -5
- package/esm2022/lib/stepper/stepper.component.mjs +10 -11
- package/esm2022/lib/stepper/stepper.module.mjs +27 -5
- package/esm2022/lib/table/table.component.mjs +32 -16
- package/esm2022/lib/table/table.module.mjs +7 -5
- package/esm2022/lib/throttle-click/throttle-click.directive.mjs +3 -2
- package/esm2022/lib/throttle-click/throttle-click.module.mjs +3 -4
- package/esm2022/public_api.mjs +2 -1
- package/fesm2022/porscheinformatik-material-addons.mjs +386 -187
- package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
- package/lib/alert/alert.component.d.ts +19 -0
- package/lib/alert/alert.component.d.ts.map +1 -0
- package/lib/button/button.module.d.ts +13 -13
- package/lib/button/button.module.d.ts.map +1 -1
- package/lib/button/danger-button/danger-button.component.d.ts +1 -1
- package/lib/button/danger-button/danger-button.component.d.ts.map +1 -1
- package/lib/button/flat-button/link-button.component.d.ts +1 -1
- package/lib/button/flat-button/link-button.component.d.ts.map +1 -1
- package/lib/button/icon-button/icon-button.component.d.ts +1 -1
- package/lib/button/icon-button/icon-button.component.d.ts.map +1 -1
- package/lib/button/mad-button/mad-button.directive.d.ts +1 -1
- package/lib/button/mad-button/mad-button.directive.d.ts.map +1 -1
- package/lib/button/mad-button-group/mad-button-group.component.d.ts +1 -1
- package/lib/button/mad-button-group/mad-button-group.component.d.ts.map +1 -1
- package/lib/button/outline-button/outline-button.component.d.ts +1 -1
- package/lib/button/outline-button/outline-button.component.d.ts.map +1 -1
- package/lib/button/primary-button/primary-button.component.d.ts +1 -1
- package/lib/button/primary-button/primary-button.component.d.ts.map +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/card/card.component.d.ts.map +1 -1
- package/lib/card/card.module.d.ts +8 -8
- package/lib/card/card.module.d.ts.map +1 -1
- package/lib/data-table/data-table.component.d.ts +1 -1
- package/lib/data-table/data-table.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-header/content-header.component.d.ts +1 -1
- package/lib/layout/content-panel/content-header/content-header.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel.module.d.ts +8 -8
- package/lib/layout/content-panel/content-panel.module.d.ts.map +1 -1
- package/lib/layout/content-panel/main-container/main-container.component.d.ts +1 -1
- package/lib/layout/content-panel/main-container/main-container.component.d.ts.map +1 -1
- package/lib/layout/flowbar/flowbar.component.d.ts +1 -1
- package/lib/layout/flowbar/flowbar.component.d.ts.map +1 -1
- package/lib/layout/flowbar/flowbar.module.d.ts +4 -4
- package/lib/layout/flowbar/flowbar.module.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts +1 -1
- package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar.component.d.ts +1 -1
- package/lib/layout/sidebar/sidebar.component.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar.module.d.ts +6 -6
- package/lib/layout/sidebar/sidebar.module.d.ts.map +1 -1
- package/lib/layout/toolbar/toolbar.component.d.ts +1 -1
- package/lib/layout/toolbar/toolbar.component.d.ts.map +1 -1
- package/lib/layout/toolbar/toolbar.module.d.ts +12 -12
- package/lib/material-action-button/material-action-button.component.d.ts +1 -1
- package/lib/material-action-button/material-action-button.component.d.ts.map +1 -1
- package/lib/material-action-button/material-action-button.module.d.ts +7 -7
- package/lib/material-action-button/material-action-button.module.d.ts.map +1 -1
- package/lib/numeric-field/numeric-field.directive.d.ts +1 -1
- package/lib/numeric-field/numeric-field.directive.d.ts.map +1 -1
- package/lib/numeric-field/numeric-field.module.d.ts +1 -1
- package/lib/quick-list/base-quick-list.component.d.ts +1 -1
- package/lib/quick-list/base-quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +1 -1
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list.component.d.ts +1 -1
- package/lib/quick-list/quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list.module.d.ts +11 -11
- package/lib/quick-list/quick-list.module.d.ts.map +1 -1
- package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts +1 -1
- package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts +1 -1
- package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +1 -1
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +3 -2
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field.module.d.ts +10 -10
- package/lib/readonly/readonly-form-field.module.d.ts.map +1 -1
- package/lib/stepper/step-header/step-header.component.d.ts +1 -1
- package/lib/stepper/step-header/step-header.component.d.ts.map +1 -1
- package/lib/stepper/stepper.component.d.ts +2 -2
- package/lib/stepper/stepper.component.d.ts.map +1 -1
- package/lib/stepper/stepper.module.d.ts +8 -8
- package/lib/stepper/stepper.module.d.ts.map +1 -1
- package/lib/table/table.component.d.ts +1 -1
- package/lib/table/table.component.d.ts.map +1 -1
- package/lib/table/table.module.d.ts +12 -12
- package/lib/throttle-click/throttle-click.directive.d.ts +1 -1
- package/lib/throttle-click/throttle-click.directive.d.ts.map +1 -1
- package/lib/throttle-click/throttle-click.module.d.ts +3 -3
- package/lib/throttle-click/throttle-click.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
- package/public_api.d.ts.map +1 -1
- package/themes/common/styles.scss +40 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type AlertType = 'success' | 'info' | 'warning' | 'error';
|
|
4
|
+
export type AlertSize = 'small' | 'medium' | 'large';
|
|
5
|
+
export declare class AlertComponent {
|
|
6
|
+
type: AlertType;
|
|
7
|
+
message: string;
|
|
8
|
+
size: AlertSize;
|
|
9
|
+
actionText: string;
|
|
10
|
+
closeable: boolean;
|
|
11
|
+
close: EventEmitter<void>;
|
|
12
|
+
action: EventEmitter<void>;
|
|
13
|
+
get icon(): "" | "error" | "info" | "warning" | "check_circle";
|
|
14
|
+
closeAlert(): void;
|
|
15
|
+
onAction(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "mad-alert", never, { "type": { "alias": "type"; "required": false; }; "message": { "alias": "message"; "required": false; }; "size": { "alias": "size"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; }, { "close": "close"; "action": "action"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=alert.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/alert/alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAKvE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AACjE,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAErD,qBAOa,cAAc;IAChB,IAAI,EAAE,SAAS,CAAU;IACzB,OAAO,EAAE,MAAM,CAAM;IACrB,IAAI,EAAE,SAAS,CAAY;IAC3B,UAAU,EAAE,MAAM,CAAM;IACxB,SAAS,EAAE,OAAO,CAAQ;IACzB,KAAK,qBAA4B;IACjC,MAAM,qBAA4B;IAE5C,IAAI,IAAI,uDAaP;IAED,UAAU;IAIV,QAAQ;yCA5BG,cAAc;2CAAd,cAAc;CA+B1B"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/tooltip";
|
|
7
|
+
import * as i6 from "./primary-button/primary-button.component";
|
|
8
|
+
import * as i7 from "./outline-button/outline-button.component";
|
|
9
|
+
import * as i8 from "./flat-button/link-button.component";
|
|
10
|
+
import * as i9 from "./danger-button/danger-button.component";
|
|
11
|
+
import * as i10 from "./icon-button/icon-button.component";
|
|
12
|
+
import * as i11 from "./mad-button/mad-button.directive";
|
|
13
|
+
import * as i12 from "./mad-button-group/mad-button-group.component";
|
|
14
14
|
export declare class ButtonModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.PrimaryButtonComponent, typeof i7.OutlineButtonComponent, typeof i8.LinkButtonComponent, typeof i9.DangerButtonComponent, typeof i10.IconButtonComponent, typeof i11.MadButtonDirective, typeof i12.MadButtonGroupComponent], [typeof i6.PrimaryButtonComponent, typeof i7.OutlineButtonComponent, typeof i8.LinkButtonComponent, typeof i9.DangerButtonComponent, typeof i10.IconButtonComponent, typeof i11.MadButtonDirective, typeof i12.MadButtonGroupComponent]>;
|
|
17
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=button.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAcA,
|
|
1
|
+
{"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAcA,qBAyBa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -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": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=danger-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"danger-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/danger-button/danger-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"danger-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/danger-button/danger-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAOa,qBAAsB,SAAQ,cAAc;IAEvD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,qBAAqB;2CAArB,qBAAqB;CAiBjC"}
|
|
@@ -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": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=link-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/flat-button/link-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"link-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/flat-button/link-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,mBAAoB,SAAQ,cAAc;IAErD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,mBAAmB;2CAAnB,mBAAmB;CAiB/B"}
|
|
@@ -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": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=icon-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/icon-button/icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"icon-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/icon-button/icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,mBAAoB,SAAQ,cAAc;IAErD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,mBAAmB;2CAAnB,mBAAmB;CAiB/B"}
|
|
@@ -18,6 +18,6 @@ export declare class MadButtonDirective implements OnInit {
|
|
|
18
18
|
setOutline(value: boolean): void;
|
|
19
19
|
addOrRemoveClass(condition: boolean, className: string): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MadButtonDirective, [null, null, { optional: true; }, { optional: true; }]>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MadButtonDirective, "[madButton]", never, { "color": { "alias": "color"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MadButtonDirective, "[madButton]", never, { "color": { "alias": "color"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=mad-button.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mad-button.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button/mad-button.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,
|
|
1
|
+
{"version":3,"file":"mad-button.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button/mad-button.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBAIa,kBAAmB,YAAW,MAAM;IAS7C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IATpB,MAAM,CAAC,QAAQ,CAAC,eAAe,mBAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAC9C,MAAM,CAAC,QAAQ,CAAC,aAAa,aAAa;IAEjC,KAAK,EAAE,YAAY,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;gBAG3C,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,EACzD,MAAM,EAAE,SAAS,EACjB,MAAM,EAAE,SAAS;IAQ/B,IAAa,OAAO,CAAC,KAAK,EAAE,OAAO,EAElC;IAED,IAAa,SAAS,CAAC,KAAK,EAAE,OAAO,EAEpC;IAED,QAAQ;IAOR,YAAY,CAAC,KAAK,EAAE,OAAO;IAI3B,UAAU,CAAC,KAAK,EAAE,OAAO;IAIzB,gBAAgB,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;yCA3C3C,kBAAkB;2CAAlB,kBAAkB;CAkD9B"}
|
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class MadButtonGroupComponent {
|
|
3
3
|
setClass: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<MadButtonGroupComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MadButtonGroupComponent, "mad-button-group", never, {}, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MadButtonGroupComponent, "mad-button-group", never, {}, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=mad-button-group.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mad-button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button-group/mad-button-group.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"mad-button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button-group/mad-button-group.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;IACK,QAAQ,UAAQ;yCAD5C,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
|
|
@@ -10,6 +10,6 @@ export declare class OutlineButtonComponent extends MadBasicButton {
|
|
|
10
10
|
button: ElementRef;
|
|
11
11
|
constructor();
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutlineButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=outline-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outline-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/outline-button/outline-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;;
|
|
1
|
+
{"version":3,"file":"outline-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/outline-button/outline-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;;AAGtD,qBAOa,sBAAuB,SAAQ,cAAc;IAExD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAGX,KAAK,EAAE,YAAY,CAAa;IAEsB,MAAM,EAAE,UAAU,CAAC;;yCAb9D,sBAAsB;2CAAtB,sBAAsB;CAoBlC"}
|
|
@@ -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": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=primary-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primary-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/primary-button/primary-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;
|
|
1
|
+
{"version":3,"file":"primary-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/primary-button/primary-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,sBAAuB,SAAQ,cAAc;IAExD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,sBAAsB;2CAAtB,sBAAsB;CAiBlC"}
|
|
@@ -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": { "alias": "cancelDisabled"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "saveDisabled": { "alias": "saveDisabled"; "required": false; }; "saveText": { "alias": "saveText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "additionalActionIcon": { "alias": "additionalActionIcon"; "required": false; }; "additionalActionText": { "alias": "additionalActionText"; "required": false; }; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"],
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": { "alias": "cancelDisabled"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "saveDisabled": { "alias": "saveDisabled"; "required": false; }; "saveText": { "alias": "saveText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "additionalActionIcon": { "alias": "additionalActionIcon"; "required": false; }; "additionalActionText": { "alias": "additionalActionText"; "required": false; }; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], true, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=card.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAUvE,qBA6Ca,aAAa;IACf,cAAc,UAAS;IACvB,UAAU,SAAa;IACvB,QAAQ,UAAQ;IAChB,QAAQ,SAAa;IACrB,UAAU,UAAQ;IAClB,QAAQ,UAAQ;IAChB,YAAY,UAAS;IACrB,QAAQ,SAAa;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,UAAS;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,SAAM;IACzB,IAAI,oBAAsB;IAC1B,MAAM,oBAAsB;IAC5B,IAAI,oBAAsB;IAC1B,gBAAgB,oBAAsB;IAEhD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;IAKd,MAAM,IAAI,IAAI;IAId,cAAc,IAAI,IAAI;IAItB,uBAAuB,IAAI,IAAI;yCAnCpB,aAAa;2CAAb,aAAa;CAsCzB"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/material/
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/card";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "../button/button.module";
|
|
6
|
+
import * as i5 from "@angular/material/button";
|
|
7
|
+
import * as i6 from "../throttle-click/throttle-click.module";
|
|
8
|
+
import * as i7 from "./card.component";
|
|
9
9
|
export declare class CardModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CommonModule, typeof i2.MatCardModule, typeof i3.MatIconModule, typeof i4.ButtonModule, typeof i5.MatButtonModule, typeof i6.ThrottleClickModule, typeof i7.CardComponent], [typeof i7.CardComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=card.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.module.ts"],"names":[],"mappings":";;;;;;;;AASA,
|
|
1
|
+
{"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAIa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAG"}
|
|
@@ -151,7 +151,7 @@ export declare class DataTableComponent implements AfterViewInit, OnChanges {
|
|
|
151
151
|
/** ACTION & SELECTION HANDLING */
|
|
152
152
|
get selectionEmitMode(): DataTableSelectionEmitMode;
|
|
153
153
|
get selectionMode(): DataTableSelectionMode;
|
|
154
|
-
get
|
|
154
|
+
get displayedData(): any[];
|
|
155
155
|
get showActionColumn(): boolean;
|
|
156
156
|
showCheckbox(displayedData: any): boolean;
|
|
157
157
|
showRowActionIcon(displayedData: any): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -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, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-header.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-header.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-header/content-header.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"content-header.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-header/content-header.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts
CHANGED
|
@@ -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-sidebar", "mad-content-panel-container-content", "mad-content-panel-container-footer"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-sidebar", "mad-content-panel-container-content", "mad-content-panel-container-footer"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container.component.d.ts.map
|
package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-panel-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container/content-panel-container.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"content-panel-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container/content-panel-container.component.ts"],"names":[],"mappings":";AAEA,qBAMa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -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, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container-content.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-panel-container-content.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"content-panel-container-content.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
|
|
@@ -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, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container-footer.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-panel-container-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"content-panel-container-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.ts"],"names":[],"mappings":";AAEA,qBAMa,oCAAoC;yCAApC,oCAAoC;2CAApC,oCAAoC;CAAG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentPanelContainerSidebarComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerSidebarComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerSidebarComponent, "mad-content-panel-container-sidebar", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerSidebarComponent, "mad-content-panel-container-sidebar", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=content-panel-container-sidebar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-panel-container-sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"content-panel-container-sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./content-
|
|
4
|
-
import * as i3 from "./content-panel-container
|
|
5
|
-
import * as i4 from "./content-panel-container-
|
|
6
|
-
import * as i5 from "./content-panel-container-
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./content-header/content-header.component";
|
|
4
|
+
import * as i3 from "./content-panel-container/content-panel-container.component";
|
|
5
|
+
import * as i4 from "./content-panel-container-content/content-panel-container-content.component";
|
|
6
|
+
import * as i5 from "./content-panel-container-footer/content-panel-container-footer.component";
|
|
7
|
+
import * as i6 from "./content-panel-container-sidebar/content-panel-container-sidebar.component";
|
|
8
|
+
import * as i7 from "./main-container/main-container.component";
|
|
9
9
|
export declare class ContentPanelModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentPanelModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentPanelModule, never, [typeof i1.CommonModule, typeof i2.ContentHeaderComponent, typeof i3.ContentPanelContainerComponent, typeof i4.ContentPanelContainerContentComponent, typeof i5.ContentPanelContainerFooterComponent, typeof i6.ContentPanelContainerSidebarComponent, typeof i7.MainContainerComponent], [typeof i2.ContentHeaderComponent, typeof i3.ContentPanelContainerComponent, typeof i4.ContentPanelContainerContentComponent, typeof i5.ContentPanelContainerFooterComponent, typeof i6.ContentPanelContainerSidebarComponent, typeof i7.MainContainerComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<ContentPanelModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=content-panel.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-panel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel.module.ts"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"content-panel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel.module.ts"],"names":[],"mappings":";;;;;;;;AAWA,qBAmBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
|
@@ -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"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=main-container.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/main-container/main-container.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"main-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/main-container/main-container.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -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": { "alias": "steps"; "required": false; }; "_activeStep": { "alias": "activeStep"; "required": false; }; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never,
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": { "alias": "steps"; "required": false; }; "_activeStep": { "alias": "activeStep"; "required": false; }; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, true, never>;
|
|
46
46
|
}
|
|
47
47
|
//# sourceMappingURL=flowbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flowbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;;
|
|
1
|
+
{"version":3,"file":"flowbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAIzG,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB;AAED,qBAOa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAC5C,MAAM,EAAE,KAAK,EAAE,CAAM;IAChB,WAAW,EAAE,KAAK,CAAC;IACZ,iBAAiB,EAAE,YAAY,CAAC,KAAK,CAAC,CAAiC;IACnG;;;;OAIG;IACoB,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAAiC;IACnE,OAAO,CAAC,OAAO,CAAa;IAElD,IAAI,gBAAgB,IAAI,MAAM,CAE7B;IAED,IAAI,mBAAmB,IAAI,MAAM,CAEhC;IAED,QAAQ,IAAI,IAAI;IAchB,eAAe,IAAI,IAAI;IAIvB,qBAAqB,IAAI,MAAM;IAK/B,gBAAgB,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI;IAanC,wBAAwB,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI;IAM3C,mBAAmB,CAAC,OAAO,EAAE,KAAK,GAAG,IAAI;IAIzC,QAAQ,IAAI,IAAI;IAchB,IAAI,IAAI,IAAI;IAcZ,mBAAmB,IAAI,OAAO;IAY9B,eAAe,IAAI,OAAO;IAY1B,UAAU,IAAI,OAAO;IAWrB,eAAe,IAAI,MAAM;IAIzB,sBAAsB,IAAI,MAAM;IAIhC,YAAY,IAAI,IAAI;IAKpB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,IAAI;IAK1C,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,yBAAyB;IAKjC,OAAO,CAAC,uBAAuB;IAQ/B,OAAO,CAAC,mBAAmB;yCAjLhB,gBAAgB;2CAAhB,gBAAgB;CAqL5B"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/stepper";
|
|
4
|
+
import * as i3 from "./flowbar.component";
|
|
5
5
|
export declare class FlowbarModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FlowbarModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FlowbarModule, never, [typeof i1.CommonModule, typeof i2.MatStepperModule, typeof i3.FlowbarComponent], [typeof i3.FlowbarComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<FlowbarModule>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=flowbar.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flowbar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.module.ts"],"names":[],"mappings":";;;;AAKA,
|
|
1
|
+
{"version":3,"file":"flowbar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.module.ts"],"names":[],"mappings":";;;;AAKA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SidebarItemComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarItemComponent, "[mad-sidebar-item]", never, {}, {}, never, ["*"],
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarItemComponent, "[mad-sidebar-item]", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=sidebar-item.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar-item/sidebar-item.component.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar-item/sidebar-item.component.ts"],"names":[],"mappings":";AAEA,qBAOa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
|
|
@@ -3,6 +3,6 @@ export declare class SidebarComponent {
|
|
|
3
3
|
collapsed: boolean;
|
|
4
4
|
toggleCollapse(): void;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "mad-sidebar", never, { "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"],
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "mad-sidebar", never, { "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=sidebar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.component.ts"],"names":[],"mappings":";AAIA,qBAOa,gBAAgB;IAClB,SAAS,UAAS;IAE3B,cAAc;yCAHH,gBAAgB;2CAAhB,gBAAgB;CAM5B"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/icon";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "./sidebar.component";
|
|
6
|
+
import * as i5 from "./sidebar-item/sidebar-item.component";
|
|
7
7
|
export declare class SidebarModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatButtonModule, typeof i4.SidebarComponent, typeof i5.SidebarItemComponent], [typeof i4.SidebarComponent, typeof i5.SidebarItemComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=sidebar.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.module.ts"],"names":[],"mappings":";;;;;;AAOA,
|
|
1
|
+
{"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -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,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "mad-toolbar", never, {}, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=toolbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAe,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;
|
|
1
|
+
{"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAe,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAa3F,qBAqBa,gBAAgB;IAIzB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IALxB,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAAgG;gBAGrH,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,KAAK,EACnB,cAAc,EAAE,cAAc;IAGxC,QAAQ,IAAI,MAAM;IAOlB,iBAAiB,IAAI,aAAa,EAAE;IAIpC,cAAc,IAAI,UAAU,EAAE;IAI9B,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAOlD,YAAY,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAItD,cAAc,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAI3C,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAIlD,aAAa,IAAI,UAAU;IAI3B,6BAA6B,IAAI,OAAO;IAIxC,0BAA0B,IAAI,MAAM;IAIpC,gBAAgB,IAAI,OAAO;IAQ3B,0BAA0B,IAAI,OAAO;yCA/D1B,gBAAgB;2CAAhB,gBAAgB;CAkE5B"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@angular/material/
|
|
6
|
-
import * as i5 from "@angular/material/
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
import * as i3 from "@angular/material/menu";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/toolbar";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
import * as i7 from "../../material-action-button/material-action-button.module";
|
|
9
|
+
import * as i8 from "@angular/material/tooltip";
|
|
10
|
+
import * as i9 from "../../button/button.module";
|
|
11
|
+
import * as i10 from "@angular/material/badge";
|
|
12
|
+
import * as i11 from "./toolbar.component";
|
|
13
13
|
export declare class ToolbarModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatMenuModule, typeof i4.MatButtonModule, typeof i5.MatToolbarModule, typeof i6.MatIconModule, typeof i7.MaterialActionButtonModule, typeof i8.MatTooltipModule, typeof i9.ButtonModule, typeof i10.MatBadgeModule, typeof i11.ToolbarComponent], [typeof i11.ToolbarComponent]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=toolbar.module.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": { "alias": "actionName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "liftHigher": { "alias": "liftHigher"; "required": false; }; "liftHigher2": { "alias": "liftHigher2"; "required": false; }; }, {}, never, never,
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": { "alias": "actionName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "liftHigher": { "alias": "liftHigher"; "required": false; }; "liftHigher2": { "alias": "liftHigher2"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=material-action-button.component.d.ts.map
|