@porscheinformatik/material-addons 17.4.4 → 18.0.0
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 +4 -4
- package/esm2022/lib/button/button.module.mjs +26 -8
- package/esm2022/lib/button/danger-button/danger-button.component.mjs +6 -7
- package/esm2022/lib/button/flat-button/link-button.component.mjs +6 -7
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +6 -7
- package/esm2022/lib/button/mad-basic-button.mjs +4 -4
- package/esm2022/lib/button/mad-button/mad-button.directive.mjs +5 -4
- package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +5 -4
- package/esm2022/lib/button/outline-button/outline-button.component.mjs +6 -7
- package/esm2022/lib/button/primary-button/primary-button.component.mjs +6 -7
- package/esm2022/lib/card/card.component.mjs +22 -12
- package/esm2022/lib/card/card.module.mjs +6 -7
- package/esm2022/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.mjs +5 -5
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-component/data-table-filter-dialog/data-table-filter-dialog.component.mjs +3 -3
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-component/data-table-filter.component.mjs +4 -4
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-header.directive.mjs +4 -4
- package/esm2022/lib/data-table/data-table-filter/data-table-filter.directive.mjs +4 -4
- package/esm2022/lib/data-table/data-table-persistence.service.mjs +4 -4
- package/esm2022/lib/data-table/data-table-template/data-table-template-cell-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-column-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-expandable-cell-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-expandable-column-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table.component.mjs +4 -4
- package/esm2022/lib/data-table/util/data-table-action-util.mjs +1 -1
- package/esm2022/lib/data-table/util/data-table-data-util.mjs +1 -1
- package/esm2022/lib/data-table/util/data-table-sort-util.mjs +1 -1
- package/esm2022/lib/file-upload/drag-and-drop-directive.directive.mjs +4 -4
- package/esm2022/lib/file-upload/file-upload.component.mjs +4 -4
- package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel.module.mjs +9 -8
- package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +5 -5
- package/esm2022/lib/layout/flowbar/flowbar.component.mjs +8 -7
- package/esm2022/lib/layout/flowbar/flowbar.module.mjs +6 -7
- package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +5 -5
- package/esm2022/lib/layout/sidebar/sidebar.component.mjs +9 -7
- package/esm2022/lib/layout/sidebar/sidebar.module.mjs +6 -7
- package/esm2022/lib/layout/sidebar-layout/sidebar-layout.component.mjs +3 -3
- package/esm2022/lib/layout/toolbar/toolbar.component.mjs +36 -16
- package/esm2022/lib/layout/toolbar/toolbar.module.mjs +10 -8
- package/esm2022/lib/layout/toolbar/toolbar.service.mjs +4 -4
- package/esm2022/lib/material-action-button/material-action-button.component.mjs +13 -10
- package/esm2022/lib/material-action-button/material-action-button.module.mjs +6 -7
- package/esm2022/lib/material-addons.module.mjs +4 -4
- package/esm2022/lib/numeric-field/number-format.service.mjs +4 -4
- package/esm2022/lib/numeric-field/numeric-field.directive.mjs +5 -4
- package/esm2022/lib/numeric-field/numeric-field.module.mjs +6 -6
- package/esm2022/lib/quick-list/base-quick-list.component.mjs +5 -5
- package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +17 -9
- package/esm2022/lib/quick-list/quick-list.component.mjs +10 -9
- package/esm2022/lib/quick-list/quick-list.module.mjs +25 -8
- package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +17 -9
- package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +17 -9
- package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +18 -12
- package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +15 -10
- package/esm2022/lib/readonly/readonly-form-field.module.mjs +33 -8
- package/esm2022/lib/stepper/step-header/step-header.component.mjs +8 -7
- package/esm2022/lib/stepper/stepper.component.mjs +14 -15
- package/esm2022/lib/stepper/stepper.module.mjs +29 -7
- package/esm2022/lib/table/table.component.mjs +34 -18
- package/esm2022/lib/table/table.module.mjs +10 -8
- package/esm2022/lib/throttle-click/throttle-click.directive.mjs +5 -4
- package/esm2022/lib/throttle-click/throttle-click.module.mjs +6 -7
- package/fesm2022/porscheinformatik-material-addons.mjs +465 -328
- package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
- 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/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 +3 -2
- package/themes/common/styles.scss +3 -3
- package/themes/common/theme.scss +6 -6
|
@@ -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;CAejC"}
|
|
@@ -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;CAe/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;CAe/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;CAkBlC"}
|
|
@@ -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;CAelC"}
|
|
@@ -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"}
|
|
@@ -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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"material-action-button.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"material-action-button.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.component.ts"],"names":[],"mappings":";AAOA,qBAOa,6BAA6B;IAExC,UAAU,EAAE,MAAM,CAAC;IAGnB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,SAAS;IAGb,UAAU,EAAE,MAAM,CAAC;IAInB,UAAU,UAAQ;IAGlB,WAAW,UAAS;yCAlBT,6BAA6B;2CAA7B,6BAA6B;CAmBzC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
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 "
|
|
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 "./material-action-button.component";
|
|
8
8
|
export declare class MaterialActionButtonModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialActionButtonModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialActionButtonModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.MaterialActionButtonComponent], [typeof i6.MaterialActionButtonComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialActionButtonModule>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=material-action-button.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"material-action-button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.module.ts"],"names":[],"mappings":";;;;;;;AAQA,
|
|
1
|
+
{"version":3,"file":"material-action-button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -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": { "alias": "textAlign"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "roundValue": { "alias": "roundDisplayValue"; "required": false; }; "autofillDecimals": { "alias": "autofillDecimals"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "unitPosition": { "alias": "unitPosition"; "required": false; }; "numericValue": { "alias": "numericValue"; "required": false; }; }, { "numericValueChanged": "numericValueChange"; }, never, never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "roundValue": { "alias": "roundDisplayValue"; "required": false; }; "autofillDecimals": { "alias": "autofillDecimals"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "unitPosition": { "alias": "unitPosition"; "required": false; }; "numericValue": { "alias": "numericValue"; "required": false; }; }, { "numericValueChanged": "numericValueChange"; }, never, never, true, never>;
|
|
44
44
|
}
|
|
45
45
|
//# sourceMappingURL=numeric-field.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"numeric-field.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.directive.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,gBAAgB,EAEhB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;;AAQ9D,
|
|
1
|
+
{"version":3,"file":"numeric-field.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.directive.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,gBAAgB,EAEhB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;;AAQ9D,qBAiBa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB;IA+BnG,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,mBAAmB;IAhCT,SAAS,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,aAAa,SAAK;IACd,UAAU,UAAS;IACpB,gBAAgB,UAAS;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnB,YAAY,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,mBAAmB,uBAA8B;IAE/E,OAAO,CAAC,YAAY,CAAM;IAC1B,OAAO,CAAC,aAAa,CAAO;IAC5B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,mBAAmB,CAAa;IACxC,OAAO,CAAC,aAAa,CAAa;IAClC,OAAO,CAAC,eAAe,CAAa;IAEpC,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAQ7B;IAED,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,QAAQ,CAAkB;gBAGxB,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,UAAU,EACnB,mBAAmB,EAAE,mBAAmB;IAKlD,QAAQ,EAAE,GAAG,CAAY;IAEzB,SAAS,EAAE,GAAG,CAAY;IAE1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,IAAI,IAAI;IAIxB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,QAAQ,IAAI,IAAI;IA8EhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,IAAI,IAAI;IAI1B,kBAAkB,IAAI,IAAI;IAc1B,WAAW,CAAC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,OAAO,GAAG,IAAI;IAyCtE,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAYhC,sBAAsB,IAAI,MAAM,GAAG,SAAS;IAS5C,OAAO,CAAC,gBAAgB;IAmCxB,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,eAAe;yCA9QZ,qBAAqB;2CAArB,qBAAqB;CAkRjC"}
|
|
@@ -4,7 +4,7 @@ import * as i1 from "./numeric-field.directive";
|
|
|
4
4
|
export declare class NumericFieldModule {
|
|
5
5
|
static forRoot(): ModuleWithProviders<NumericFieldModule>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericFieldModule, [typeof i1.NumericFieldDirective],
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericFieldModule, never, [typeof i1.NumericFieldDirective], [typeof i1.NumericFieldDirective]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<NumericFieldModule>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=numeric-field.module.d.ts.map
|