@porscheinformatik/material-addons 10.4.1 → 14.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/fesm2015/porscheinformatik-material-addons.mjs +2984 -0
- package/fesm2015/porscheinformatik-material-addons.mjs.map +1 -0
- package/lib/button/button.d.ts +7 -0
- package/lib/button/button.d.ts.map +1 -0
- package/lib/button/button.module.d.ts +15 -0
- package/lib/button/button.module.d.ts.map +1 -0
- package/lib/button/danger-button/danger-button.component.d.ts +4 -0
- package/lib/button/danger-button/danger-button.component.d.ts.map +1 -0
- package/lib/button/flat-button/link-button.component.d.ts +4 -0
- package/lib/button/flat-button/link-button.component.d.ts.map +1 -0
- package/lib/button/icon-button/icon-button.component.d.ts +4 -0
- package/lib/button/icon-button/icon-button.component.d.ts.map +1 -0
- package/lib/button/mad-basic-button.d.ts +5 -1
- package/lib/button/mad-basic-button.d.ts.map +1 -0
- package/lib/button/outline-button/outline-button.component.d.ts +4 -0
- package/lib/button/outline-button/outline-button.component.d.ts.map +1 -0
- package/lib/button/primary-button/primary-button.component.d.ts +4 -0
- package/lib/button/primary-button/primary-button.component.d.ts.map +1 -0
- package/lib/card/card.component.d.ts +4 -0
- package/lib/card/card.component.d.ts.map +1 -0
- package/lib/card/card.d.ts +2 -0
- package/lib/card/card.d.ts.map +1 -0
- package/lib/card/card.module.d.ts +12 -0
- package/lib/card/card.module.d.ts.map +1 -0
- package/lib/content-panel/content-header/content-header.component.d.ts +4 -0
- package/lib/content-panel/content-header/content-header.component.d.ts.map +1 -0
- package/lib/content-panel/content-panel-container/content-panel-container.component.d.ts +4 -0
- package/lib/content-panel/content-panel-container/content-panel-container.component.d.ts.map +1 -0
- package/lib/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +4 -0
- package/lib/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts.map +1 -0
- package/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +4 -0
- package/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts.map +1 -0
- package/lib/content-panel/content-panel.module.d.ts +11 -0
- package/lib/content-panel/content-panel.module.d.ts.map +1 -0
- package/lib/content-panel/main-container/main-container.component.d.ts +4 -0
- package/lib/content-panel/main-container/main-container.component.d.ts.map +1 -0
- package/lib/data-table/data-table-action-type.d.ts +1 -0
- package/lib/data-table/data-table-action-type.d.ts.map +1 -0
- package/lib/data-table/data-table-action.d.ts +1 -0
- package/lib/data-table/data-table-action.d.ts.map +1 -0
- package/lib/data-table/data-table-column-definition.d.ts +1 -0
- package/lib/data-table/data-table-column-definition.d.ts.map +1 -0
- package/lib/data-table/data-table-column.d.ts +1 -0
- package/lib/data-table/data-table-column.d.ts.map +1 -0
- package/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.d.ts +4 -0
- package/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.d.ts.map +1 -0
- package/lib/data-table/data-table.component.d.ts +4 -0
- package/lib/data-table/data-table.component.d.ts.map +1 -0
- package/lib/data-table/data-table.d.ts +3 -0
- package/lib/data-table/data-table.d.ts.map +1 -0
- package/lib/data-table/data-table.module.d.ts +23 -0
- package/lib/data-table/data-table.module.d.ts.map +1 -0
- package/lib/flowbar/flowbar.component.d.ts +4 -0
- package/lib/flowbar/flowbar.component.d.ts.map +1 -0
- package/lib/flowbar/flowbar.module.d.ts +8 -0
- package/lib/flowbar/flowbar.module.d.ts.map +1 -0
- package/lib/material-action-button/material-action-button.component.d.ts +4 -0
- package/lib/material-action-button/material-action-button.component.d.ts.map +1 -0
- package/lib/material-action-button/material-action-button.module.d.ts +11 -0
- package/lib/material-action-button/material-action-button.module.d.ts.map +1 -0
- package/lib/material-addons.module.d.ts +13 -0
- package/lib/material-addons.module.d.ts.map +1 -0
- package/lib/numeric-field/number-format.service.d.ts +4 -0
- package/lib/numeric-field/number-format.service.d.ts.map +1 -0
- package/lib/numeric-field/numeric-field.d.ts +2 -0
- package/lib/numeric-field/numeric-field.d.ts.map +1 -0
- package/lib/numeric-field/numeric-field.directive.d.ts +4 -0
- package/lib/numeric-field/numeric-field.directive.d.ts.map +1 -0
- package/lib/numeric-field/numeric-field.module.d.ts +6 -0
- package/lib/numeric-field/numeric-field.module.d.ts.map +1 -0
- package/lib/quick-list/base-quick-list.component.d.ts +4 -0
- package/lib/quick-list/base-quick-list.component.d.ts.map +1 -0
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +4 -0
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts.map +1 -0
- package/lib/quick-list/quick-list.component.d.ts +4 -0
- package/lib/quick-list/quick-list.component.d.ts.map +1 -0
- package/lib/quick-list/quick-list.d.ts +4 -0
- package/lib/quick-list/quick-list.d.ts.map +1 -0
- package/lib/quick-list/quick-list.module.d.ts +12 -0
- package/lib/quick-list/quick-list.module.d.ts.map +1 -0
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +4 -0
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts.map +1 -0
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +4 -0
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map +1 -0
- package/lib/readonly/readonly-form-field.module.d.ts +13 -0
- package/lib/readonly/readonly-form-field.module.d.ts.map +1 -0
- package/lib/stepper/mad-stepper-animation.d.ts +1 -0
- package/lib/stepper/mad-stepper-animation.d.ts.map +1 -0
- package/lib/stepper/step-header/step-header.component.d.ts +4 -0
- package/lib/stepper/step-header/step-header.component.d.ts.map +1 -0
- package/lib/stepper/stepper.component.d.ts +7 -1
- package/lib/stepper/stepper.component.d.ts.map +1 -0
- package/lib/stepper/stepper.module.d.ts +12 -0
- package/lib/stepper/stepper.module.d.ts.map +1 -0
- package/lib/table/column-header.d.ts +1 -0
- package/lib/table/column-header.d.ts.map +1 -0
- package/lib/table/table-action.d.ts +1 -0
- package/lib/table/table-action.d.ts.map +1 -0
- package/lib/table/table.component.d.ts +4 -0
- package/lib/table/table.component.d.ts.map +1 -0
- package/lib/table/table.d.ts +2 -0
- package/lib/table/table.d.ts.map +1 -0
- package/lib/table/table.module.d.ts +16 -0
- package/lib/table/table.module.d.ts.map +1 -0
- package/lib/throttle-click/throttle-click.directive.d.ts +4 -0
- package/lib/throttle-click/throttle-click.directive.d.ts.map +1 -0
- package/lib/throttle-click/throttle-click.module.d.ts +7 -0
- package/lib/throttle-click/throttle-click.module.d.ts.map +1 -0
- package/lib/toolbar/toolbar-action.interface.d.ts +1 -0
- package/lib/toolbar/toolbar-action.interface.d.ts.map +1 -0
- package/lib/toolbar/toolbar.component.d.ts +4 -0
- package/lib/toolbar/toolbar.component.d.ts.map +1 -0
- package/lib/toolbar/toolbar.module.d.ts +16 -0
- package/lib/toolbar/toolbar.module.d.ts.map +1 -0
- package/lib/toolbar/toolbar.service.d.ts +4 -0
- package/lib/toolbar/toolbar.service.d.ts.map +1 -0
- package/package.json +29 -16
- package/public-api.d.ts +5 -0
- package/themes/common/styles.scss +23 -22
- package/bundles/porscheinformatik-material-addons.umd.js +0 -3301
- package/bundles/porscheinformatik-material-addons.umd.js.map +0 -1
- package/bundles/porscheinformatik-material-addons.umd.min.js +0 -17
- package/bundles/porscheinformatik-material-addons.umd.min.js.map +0 -1
- package/esm2015/lib/button/button.module.js +0 -21
- package/esm2015/lib/button/danger-button/danger-button.component.js +0 -25
- package/esm2015/lib/button/flat-button/link-button.component.js +0 -25
- package/esm2015/lib/button/icon-button/icon-button.component.js +0 -25
- package/esm2015/lib/button/mad-basic-button.js +0 -28
- package/esm2015/lib/button/outline-button/outline-button.component.js +0 -25
- package/esm2015/lib/button/primary-button/primary-button.component.js +0 -25
- package/esm2015/lib/card/card.component.js +0 -86
- package/esm2015/lib/card/card.module.js +0 -18
- package/esm2015/lib/content-panel/content-header/content-header.component.js +0 -11
- package/esm2015/lib/content-panel/content-panel-container/content-panel-container.component.js +0 -11
- package/esm2015/lib/content-panel/content-panel-container-content/content-panel-container-content.component.js +0 -11
- package/esm2015/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.js +0 -11
- package/esm2015/lib/content-panel/content-panel.module.js +0 -29
- package/esm2015/lib/content-panel/main-container/main-container.component.js +0 -11
- package/esm2015/lib/data-table/data-table-action-type.js +0 -6
- package/esm2015/lib/data-table/data-table-action.js +0 -1
- package/esm2015/lib/data-table/data-table-column-definition.js +0 -1
- package/esm2015/lib/data-table/data-table-column.js +0 -1
- package/esm2015/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.js +0 -93
- package/esm2015/lib/data-table/data-table.component.js +0 -459
- package/esm2015/lib/data-table/data-table.js +0 -1
- package/esm2015/lib/data-table/data-table.module.js +0 -46
- package/esm2015/lib/flowbar/flowbar.component.js +0 -182
- package/esm2015/lib/flowbar/flowbar.module.js +0 -14
- package/esm2015/lib/material-action-button/material-action-button.component.js +0 -25
- package/esm2015/lib/material-action-button/material-action-button.module.js +0 -17
- package/esm2015/lib/material-addons.module.js +0 -26
- package/esm2015/lib/numeric-field/number-format.service.js +0 -137
- package/esm2015/lib/numeric-field/numeric-field.directive.js +0 -275
- package/esm2015/lib/numeric-field/numeric-field.module.js +0 -19
- package/esm2015/lib/quick-list/base-quick-list.component.js +0 -91
- package/esm2015/lib/quick-list/quick-list-compact/quick-list-compact.component.js +0 -18
- package/esm2015/lib/quick-list/quick-list.component.js +0 -19
- package/esm2015/lib/quick-list/quick-list.module.js +0 -18
- package/esm2015/lib/readonly/readonly-form-field/readonly-form-field.component.js +0 -131
- package/esm2015/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.js +0 -164
- package/esm2015/lib/readonly/readonly-form-field.module.js +0 -19
- package/esm2015/lib/stepper/mad-stepper-animation.js +0 -13
- package/esm2015/lib/stepper/step-header/step-header.component.js +0 -75
- package/esm2015/lib/stepper/stepper.component.js +0 -169
- package/esm2015/lib/stepper/stepper.module.js +0 -18
- package/esm2015/lib/table/column-header.js +0 -1
- package/esm2015/lib/table/table-action.js +0 -1
- package/esm2015/lib/table/table.component.js +0 -106
- package/esm2015/lib/table/table.js +0 -1
- package/esm2015/lib/table/table.module.js +0 -33
- package/esm2015/lib/throttle-click/throttle-click.directive.js +0 -32
- package/esm2015/lib/throttle-click/throttle-click.module.js +0 -13
- package/esm2015/lib/toolbar/toolbar-action.interface.js +0 -1
- package/esm2015/lib/toolbar/toolbar.component.js +0 -71
- package/esm2015/lib/toolbar/toolbar.module.js +0 -33
- package/esm2015/lib/toolbar/toolbar.service.js +0 -127
- package/esm2015/porscheinformatik-material-addons.js +0 -19
- package/esm2015/public-api.js +0 -37
- package/fesm2015/porscheinformatik-material-addons.js +0 -2658
- package/fesm2015/porscheinformatik-material-addons.js.map +0 -1
- package/porscheinformatik-material-addons.d.ts +0 -19
- package/porscheinformatik-material-addons.metadata.json +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { MadBasicButton } from './mad-basic-button';
|
|
2
|
+
export { DangerButtonComponent } from './danger-button/danger-button.component';
|
|
3
|
+
export { LinkButtonComponent } from './flat-button/link-button.component';
|
|
4
|
+
export { IconButtonComponent } from './icon-button/icon-button.component';
|
|
5
|
+
export { OutlineButtonComponent } from './outline-button/outline-button.component';
|
|
6
|
+
export { PrimaryButtonComponent } from './primary-button/primary-button.component';
|
|
7
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAC,qBAAqB,EAAC,MAAM,yCAAyC,CAAC;AAC9E,OAAO,EAAC,mBAAmB,EAAC,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAC,mBAAmB,EAAC,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAC,sBAAsB,EAAC,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAC,sBAAsB,EAAC,MAAM,2CAA2C,CAAC"}
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./primary-button/primary-button.component";
|
|
3
|
+
import * as i2 from "./outline-button/outline-button.component";
|
|
4
|
+
import * as i3 from "./flat-button/link-button.component";
|
|
5
|
+
import * as i4 from "./danger-button/danger-button.component";
|
|
6
|
+
import * as i5 from "./icon-button/icon-button.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/router";
|
|
9
|
+
import * as i8 from "@angular/material/button";
|
|
10
|
+
import * as i9 from "@angular/material/icon";
|
|
11
|
+
import * as i10 from "@angular/material/tooltip";
|
|
1
12
|
export declare class ButtonModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.PrimaryButtonComponent, typeof i2.OutlineButtonComponent, typeof i3.LinkButtonComponent, typeof i4.DangerButtonComponent, typeof i5.IconButtonComponent], [typeof i6.CommonModule, typeof i7.RouterModule, typeof i8.MatButtonModule, typeof i9.MatIconModule, typeof i10.MatTooltipModule], [typeof i1.PrimaryButtonComponent, typeof i2.OutlineButtonComponent, typeof i3.LinkButtonComponent, typeof i4.DangerButtonComponent, typeof i5.IconButtonComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
2
16
|
}
|
|
17
|
+
//# sourceMappingURL=button.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAYA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { MadBasicButton } from '../mad-basic-button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DangerButtonComponent extends MadBasicButton {
|
|
4
5
|
type: string;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
title: string;
|
|
7
8
|
button: ElementRef;
|
|
8
9
|
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DangerButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=danger-button.component.d.ts.map
|
|
@@ -0,0 +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;;AAErD,qBAKa,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"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { MadBasicButton } from '../mad-basic-button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class LinkButtonComponent extends MadBasicButton {
|
|
4
5
|
type: string;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
title: string;
|
|
7
8
|
button: ElementRef;
|
|
8
9
|
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=link-button.component.d.ts.map
|
|
@@ -0,0 +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;;AACrD,qBAKa,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"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { MadBasicButton } from '../mad-basic-button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IconButtonComponent extends MadBasicButton {
|
|
4
5
|
type: string;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
title: string;
|
|
7
8
|
button: ElementRef;
|
|
8
9
|
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=icon-button.component.d.ts.map
|
|
@@ -0,0 +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;;AAErD,qBAKa,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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare abstract class MadBasicButton {
|
|
3
4
|
button: ElementRef;
|
|
4
5
|
disabled: boolean;
|
|
5
6
|
get pointerEvent(): string;
|
|
@@ -7,4 +8,7 @@ export declare class MadBasicButton {
|
|
|
7
8
|
disableClick: (e: Event) => any;
|
|
8
9
|
ngOnChanges(): void;
|
|
9
10
|
disableButton(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MadBasicButton, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MadBasicButton, "ng-component", never, {}, {}, never, never, false>;
|
|
10
13
|
}
|
|
14
|
+
//# sourceMappingURL=mad-basic-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mad-basic-button.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/mad-basic-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAc,MAAM,eAAe,CAAC;;AAEjE,8BAGsB,cAAc;IAClC,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAElB,IACI,YAAY,IAAI,MAAM,CAEzB;IAED,IACI,OAAO,IAAI,MAAM,CAEpB;IAED,YAAY,MAAO,KAAK,KAAG,GAAG,CAAwB;IAEtD,WAAW,IAAI,IAAI;IAInB,aAAa,IAAI,IAAI;yCApBD,cAAc;2CAAd,cAAc;CA2BnC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { MadBasicButton } from '../mad-basic-button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class OutlineButtonComponent extends MadBasicButton {
|
|
4
5
|
type: string;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
title: string;
|
|
7
8
|
button: ElementRef;
|
|
8
9
|
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OutlineButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=outline-button.component.d.ts.map
|
|
@@ -0,0 +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;;AAErD,qBAKa,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"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { MadBasicButton } from '../mad-basic-button';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class PrimaryButtonComponent extends MadBasicButton {
|
|
4
5
|
type: string;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
title: string;
|
|
7
8
|
button: ElementRef;
|
|
8
9
|
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrimaryButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": "type"; "disabled": "disabled"; "title": "title"; }, {}, never, ["*"], false>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=primary-button.component.d.ts.map
|
|
@@ -0,0 +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;;AAErD,qBAKa,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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class CardComponent {
|
|
3
4
|
cancelDisabled: boolean;
|
|
4
5
|
cancelText: string;
|
|
@@ -21,4 +22,7 @@ export declare class CardComponent {
|
|
|
21
22
|
onSave(): void;
|
|
22
23
|
toggleCollapse(): void;
|
|
23
24
|
additionalActionClicked(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": "cancelDisabled"; "cancelText": "cancelText"; "readonly": "readonly"; "editText": "editText"; "expandable": "expandable"; "expanded": "expanded"; "saveDisabled": "saveDisabled"; "saveText": "saveText"; "title": "title"; "editMode": "editMode"; "additionalActionIcon": "additionalActionIcon"; "additionalActionText": "additionalActionText"; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], false>;
|
|
24
27
|
}
|
|
28
|
+
//# sourceMappingURL=card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;;AAGvE,qBAmCa,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,EAAE,MAAM,CAAC;IACd,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/card";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "../throttle-click/throttle-click.module";
|
|
1
9
|
export declare class CardModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent], [typeof i2.CommonModule, typeof i3.MatCardModule, typeof i4.MatIconModule, typeof i5.ButtonModule, typeof i6.MatButtonModule, typeof i7.ThrottleClickModule], [typeof i1.CardComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
2
13
|
}
|
|
14
|
+
//# sourceMappingURL=card.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAKa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAG"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class ContentHeaderComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentHeaderComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], false>;
|
|
2
5
|
}
|
|
6
|
+
//# sourceMappingURL=content-header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/content-panel/content-header/content-header.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class ContentPanelContainerComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-content", "mad-content-panel-container-footer"], false>;
|
|
2
5
|
}
|
|
6
|
+
//# sourceMappingURL=content-panel-container.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-panel-container.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/content-panel/content-panel-container/content-panel-container.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class ContentPanelContainerContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], false>;
|
|
2
5
|
}
|
|
6
|
+
//# sourceMappingURL=content-panel-container-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-panel-container-content.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/content-panel/content-panel-container-content/content-panel-container-content.component.ts"],"names":[],"mappings":";AAEA,qBAKa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class ContentPanelContainerFooterComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerFooterComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], false>;
|
|
2
5
|
}
|
|
6
|
+
//# sourceMappingURL=content-panel-container-footer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-panel-container-footer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/content-panel/content-panel-container-footer/content-panel-container-footer.component.ts"],"names":[],"mappings":";AAEA,qBAKa,oCAAoC;yCAApC,oCAAoC;2CAApC,oCAAoC;CAAG"}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./content-header/content-header.component";
|
|
3
|
+
import * as i2 from "./content-panel-container/content-panel-container.component";
|
|
4
|
+
import * as i3 from "./content-panel-container-content/content-panel-container-content.component";
|
|
5
|
+
import * as i4 from "./content-panel-container-footer/content-panel-container-footer.component";
|
|
6
|
+
import * as i5 from "./main-container/main-container.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
1
8
|
export declare class ContentPanelModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentPanelModule, [typeof i1.ContentHeaderComponent, typeof i2.ContentPanelContainerComponent, typeof i3.ContentPanelContainerContentComponent, typeof i4.ContentPanelContainerFooterComponent, typeof i5.MainContainerComponent], [typeof i6.CommonModule], [typeof i1.ContentHeaderComponent, typeof i2.ContentPanelContainerComponent, typeof i3.ContentPanelContainerContentComponent, typeof i4.ContentPanelContainerFooterComponent, typeof i5.MainContainerComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContentPanelModule>;
|
|
2
12
|
}
|
|
13
|
+
//# sourceMappingURL=content-panel.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-panel.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/content-panel/content-panel.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class MainContainerComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainContainerComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], false>;
|
|
2
5
|
}
|
|
6
|
+
//# sourceMappingURL=main-container.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main-container.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/content-panel/main-container/main-container.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-action-type.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table-action-type.ts"],"names":[],"mappings":"AAAA,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,MAAM,SAAY;IACzB,MAAM,CAAC,KAAK,SAAW;IACvB,MAAM,CAAC,IAAI,SAAU;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-action.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table-action.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAClC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-column-definition.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table-column-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,eAAe,EAAE,CAAC;CACrC;AAED,MAAM,WAAW,+BAA+B;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,yBAAyB,CAAC;CACvC;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,UAAU,EAAE,yBAAyB,CAAC;IACtC,uBAAuB,EAAE,OAAO,CAAC;IACjC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,wBAAwB,EAAE,MAAM,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-column.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table-column.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC;CAC3B"}
|
|
@@ -3,6 +3,7 @@ import { MatDialogRef } from '@angular/material/dialog';
|
|
|
3
3
|
import { DataTableColumn } from '../data-table-column';
|
|
4
4
|
import { DataTableColumnDefinition, DataTableDialogData } from '../data-table-column-definition';
|
|
5
5
|
import { CdkDrag, CdkDragDrop, CdkDropList } from '@angular/cdk/drag-drop';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class DataTableColumnsModalComponent implements OnInit {
|
|
7
8
|
dialogRef: MatDialogRef<DataTableColumnsModalComponent>;
|
|
8
9
|
data: DataTableDialogData;
|
|
@@ -20,4 +21,7 @@ export declare class DataTableColumnsModalComponent implements OnInit {
|
|
|
20
21
|
updateFilterValue(): void;
|
|
21
22
|
findMatchingItemIndex(previousContainer: CdkDropList, item: CdkDrag): number;
|
|
22
23
|
clearFilterValue(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableColumnsModalComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableColumnsModalComponent, "mad-data-table-columns-modal.component", never, {}, {}, never, never, false>;
|
|
23
26
|
}
|
|
27
|
+
//# sourceMappingURL=data-table-columns-modal.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-columns-modal.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAmB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAmC,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAClI,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAsC,MAAM,wBAAwB,CAAC;;AAE/G,qBAKa,8BAA+B,YAAW,MAAM;IAQlD,SAAS,EAAE,YAAY,CAAC,8BAA8B,CAAC;IAEvD,IAAI,EAAE,mBAAmB;IATlC,UAAU,EAAE,yBAAyB,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,gBAAgB,EAAE,eAAe,EAAE,CAAM;IACzC,wBAAwB,EAAE,eAAe,EAAE,CAAM;gBAGxC,SAAS,EAAE,YAAY,CAAC,8BAA8B,CAAC,EAEvD,IAAI,EAAE,mBAAmB;IAGlC,QAAQ,IAAI,IAAI;IAchB,MAAM,CAAC,KAAK,EAAE,WAAW,CAAC,eAAe,EAAE,CAAC,GAAG,IAAI;IAWnD,MAAM,IAAI,IAAI;IASd,QAAQ,IAAI,IAAI;IAQhB,QAAQ,IAAI,IAAI;IAIhB,iBAAiB,IAAI,IAAI;IAQzB,qBAAqB,CAAC,iBAAiB,EAAE,WAAW,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM;IAc5E,gBAAgB,IAAI,IAAI;yCAjFb,8BAA8B;2CAA9B,8BAA8B;CAqF1C"}
|
|
@@ -7,6 +7,7 @@ import { DataTableAction } from './data-table-action';
|
|
|
7
7
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
8
8
|
import { MatDialog } from '@angular/material/dialog';
|
|
9
9
|
import { DataTableColumnDefinition, DataTableColumnDefinitionChange } from './data-table-column-definition';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class DataTableComponent implements OnInit, AfterViewInit {
|
|
11
12
|
private matDialog;
|
|
12
13
|
filterLabel: string;
|
|
@@ -114,4 +115,7 @@ export declare class DataTableComponent implements OnInit, AfterViewInit {
|
|
|
114
115
|
private openColumnModal;
|
|
115
116
|
private getTableMode;
|
|
116
117
|
private unsetPageSizeIfNecessary;
|
|
118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "mad-data-table", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "filterColumnsLabel": "filterColumnsLabel"; "filterColumnsPlaceHolder": "filterColumnsPlaceHolder"; "noDataText": "noDataText"; "columnSettingsModalTitleLabel": "columnSettingsModalTitleLabel"; "selectedLabel": "selectedLabel"; "availableLabel": "availableLabel"; "saveLabel": "saveLabel"; "deleteLabel": "deleteLabel"; "cancelLabel": "cancelLabel"; "infoTextLabel": "infoTextLabel"; "tableClass": "tableClass"; "pageSizeOptions": "pageSizeOptions"; "externalFilter": "externalFilter"; "actions": "actions"; "idGenerator": "idGenerator"; "deleteDefinitionAllowed": "deleteDefinitionAllowed"; "useAsync": "useAsync"; "displayedColumns": "displayedColumns"; "displayedColumnDefinition": "displayedColumnDefinition"; "tableData": "tableData"; "page": "page"; "columnDefinitions": "columnDefinitions"; "loading": "loading"; "defaultPageSize": "defaultPageSize"; "externalPaginator": "externalPaginator"; "paginationEnabled": "paginationEnabled"; "allColumns": "allColumns"; "filterEnabled": "filterEnabled"; "forceMode": "forceMode"; }, { "sortEvent": "sortEvent"; "actionEvent": "actionEvent"; "pageEvent": "pageEvent"; "allColumnsEvent": "allColumnsEvent"; "columnDefinitionChangeEvent": "columnDefinitionChangeEvent"; "viewDefinitionChangeEvent": "viewDefinitionChangeEvent"; }, never, never, false>;
|
|
117
120
|
}
|
|
121
|
+
//# sourceMappingURL=data-table.component.d.ts.map
|
|
@@ -0,0 +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,3 +1,6 @@
|
|
|
1
1
|
export { DataTableColumn } from './data-table-column';
|
|
2
|
+
export * from './data-table-columns-modal/data-table-columns-modal.component';
|
|
2
3
|
export { DataTableAction } from './data-table-action';
|
|
3
4
|
export { DataTableColumnDefinition } from './data-table-column-definition';
|
|
5
|
+
export { DataTableComponent } from './data-table.component';
|
|
6
|
+
//# sourceMappingURL=data-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,cAAc,+DAA+D,CAAC;AAC9E,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC"}
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./data-table.component";
|
|
3
|
+
import * as i2 from "./data-table-columns-modal/data-table-columns-modal.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/form-field";
|
|
8
|
+
import * as i7 from "@angular/material/input";
|
|
9
|
+
import * as i8 from "@angular/material/menu";
|
|
10
|
+
import * as i9 from "@angular/material/paginator";
|
|
11
|
+
import * as i10 from "@angular/material/sort";
|
|
12
|
+
import * as i11 from "@angular/material/table";
|
|
13
|
+
import * as i12 from "@angular/material/progress-spinner";
|
|
14
|
+
import * as i13 from "../button/button.module";
|
|
15
|
+
import * as i14 from "@ngx-translate/core";
|
|
16
|
+
import * as i15 from "@angular/material/checkbox";
|
|
17
|
+
import * as i16 from "@angular/material/badge";
|
|
18
|
+
import * as i17 from "@angular/cdk/drag-drop";
|
|
19
|
+
import * as i18 from "@angular/forms";
|
|
1
20
|
export declare class DataTableModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DataTableModule, [typeof i1.DataTableComponent, typeof i2.DataTableColumnsModalComponent], [typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.MatFormFieldModule, typeof i7.MatInputModule, typeof i8.MatMenuModule, typeof i9.MatPaginatorModule, typeof i10.MatSortModule, typeof i11.MatTableModule, typeof i12.MatProgressSpinnerModule, typeof i13.ButtonModule, typeof i14.TranslateModule, typeof i15.MatCheckboxModule, typeof i16.MatBadgeModule, typeof i17.DragDropModule, typeof i18.FormsModule], [typeof i1.DataTableComponent, typeof i2.DataTableColumnsModalComponent]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DataTableModule>;
|
|
2
24
|
}
|
|
25
|
+
//# sourceMappingURL=data-table.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAoBA,qBAsBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export interface IStep {
|
|
3
4
|
label: string;
|
|
4
5
|
enabled?: boolean;
|
|
@@ -40,4 +41,7 @@ export declare class FlowbarComponent implements OnInit, AfterViewInit {
|
|
|
40
41
|
private isAnyFollowingStepEnabled;
|
|
41
42
|
private findPreviousEnabledStep;
|
|
42
43
|
private findNextEnabledStep;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": "steps"; "_activeStep": "activeStep"; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, false>;
|
|
43
46
|
}
|
|
47
|
+
//# sourceMappingURL=flowbar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flowbar.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/flowbar/flowbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAGzG,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,qBAKa,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,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./flowbar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/stepper";
|
|
1
5
|
export declare class FlowbarModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FlowbarModule, [typeof i1.FlowbarComponent], [typeof i2.CommonModule, typeof i3.MatStepperModule], [typeof i1.FlowbarComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FlowbarModule>;
|
|
2
9
|
}
|
|
10
|
+
//# sourceMappingURL=flowbar.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flowbar.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/flowbar/flowbar.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class MaterialActionButtonComponent {
|
|
2
3
|
actionName: string;
|
|
3
4
|
id: string;
|
|
@@ -5,4 +6,7 @@ export declare class MaterialActionButtonComponent {
|
|
|
5
6
|
routerLink: string;
|
|
6
7
|
liftHigher: boolean;
|
|
7
8
|
liftHigher2: boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": "actionName"; "id": "id"; "icon": "icon"; "routerLink": "routerLink"; "liftHigher": "liftHigher"; "liftHigher2": "liftHigher2"; }, {}, never, never, false>;
|
|
8
11
|
}
|
|
12
|
+
//# sourceMappingURL=material-action-button.component.d.ts.map
|
|
@@ -0,0 +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":";AAEA,qBAKa,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,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./material-action-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/tooltip";
|
|
1
8
|
export declare class MaterialActionButtonModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialActionButtonModule, [typeof i1.MaterialActionButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.MatTooltipModule], [typeof i1.MaterialActionButtonComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialActionButtonModule>;
|
|
2
12
|
}
|
|
13
|
+
//# sourceMappingURL=material-action-button.module.d.ts.map
|
|
@@ -0,0 +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,qBAKa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./readonly/readonly-form-field.module";
|
|
3
|
+
import * as i2 from "./button/button.module";
|
|
4
|
+
import * as i3 from "./toolbar/toolbar.module";
|
|
5
|
+
import * as i4 from "./material-action-button/material-action-button.module";
|
|
6
|
+
import * as i5 from "./numeric-field/numeric-field.module";
|
|
7
|
+
import * as i6 from "./card/card.module";
|
|
8
|
+
import * as i7 from "./quick-list/quick-list.module";
|
|
9
|
+
import * as i8 from "./throttle-click/throttle-click.module";
|
|
1
10
|
export declare class MaterialAddonsModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAddonsModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialAddonsModule, never, never, [typeof i1.ReadOnlyFormFieldModule, typeof i2.ButtonModule, typeof i3.ToolbarModule, typeof i4.MaterialActionButtonModule, typeof i5.NumericFieldModule, typeof i6.CardModule, typeof i7.QuickListModule, typeof i8.ThrottleClickModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialAddonsModule>;
|
|
2
14
|
}
|
|
15
|
+
//# sourceMappingURL=material-addons.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"material-addons.module.d.ts","sourceRoot":"","sources":["../../../projects/material-addons/src/lib/material-addons.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAYa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare interface FormatOptions {
|
|
2
3
|
decimalPlaces?: number;
|
|
3
4
|
finalFormatting?: boolean;
|
|
@@ -24,4 +25,7 @@ export declare class NumberFormatService {
|
|
|
24
25
|
strip(value: string, options?: StripOptions): string;
|
|
25
26
|
private addMissingLeadingZero;
|
|
26
27
|
private valueOrDefault;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFormatService, never>;
|
|
29
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NumberFormatService>;
|
|
27
30
|
}
|
|
31
|
+
//# sourceMappingURL=number-format.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number-format.service.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/number-format.service.ts"],"names":[],"mappings":";AAEA,MAAM,CAAC,OAAO,WAAW,aAAa;IACpC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,qBAGa,mBAAmB;IAC9B,MAAM,CAAC,QAAQ,CAAC,QAAQ,OAAO;IAC/B,MAAM,CAAC,QAAQ,CAAC,OAAO,WAAsD;IAC7E,MAAM,CAAC,QAAQ,CAAC,wBAAwB,QAAQ;IAChD,MAAM,CAAC,QAAQ,CAAC,sBAAsB,KAAK;IAC3C,MAAM,CAAC,QAAQ,CAAC,yBAAyB,SAAS;IAClD,MAAM,CAAC,QAAQ,CAAC,4BAA4B,SAAS;IAErD,gBAAgB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC5B,iBAAiB,EAAE,GAAG,GAAG,GAAG,CAAC;IAE7B,WAAW,EAAE,MAAM,EAAE,CAAM;gBAEI,MAAM,EAAE,MAAM;IAS7C,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;IAItC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,MAAM;IAM/D,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,MAAM;IAyCrE,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,MAAM;IAiDpD,OAAO,CAAC,qBAAqB;IAa7B,OAAO,CAAC,cAAc;yCAvIX,mBAAmB;6CAAnB,mBAAmB;CA0I/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"numeric-field.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,2BAA2B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewChecked, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { NumberFormatService } from './number-format.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NumericFieldDirective implements OnInit, OnDestroy, AfterViewChecked, ControlValueAccessor {
|
|
5
6
|
private renderer;
|
|
6
7
|
private inputEl;
|
|
@@ -38,4 +39,7 @@ export declare class NumericFieldDirective implements OnInit, OnDestroy, AfterVi
|
|
|
38
39
|
private injectUnitSymbol;
|
|
39
40
|
private detachListener;
|
|
40
41
|
private roundOrTruncate;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldDirective, never>;
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": "textAlign"; "decimalPlaces": "decimalPlaces"; "roundValue": "roundDisplayValue"; "autofillDecimals": "autofillDecimals"; "unit": "unit"; "unitPosition": "unitPosition"; "numericValue": "numericValue"; }, { "numericValueChanged": "numericValueChange"; }, never, never, false>;
|
|
41
44
|
}
|
|
45
|
+
//# sourceMappingURL=numeric-field.directive.d.ts.map
|
|
@@ -0,0 +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,qBAgBa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB;IA8BzF,OAAO,CAAC,QAAQ;IAAa,OAAO,CAAC,OAAO;IAAc,OAAO,CAAC,mBAAmB;IA7B7E,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;gBAEd,QAAQ,EAAE,SAAS,EAAU,OAAO,EAAE,UAAU,EAAU,mBAAmB,EAAE,mBAAmB;IAItH,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;yCA1QZ,qBAAqB;2CAArB,qBAAqB;CA8QjC"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./numeric-field.directive";
|
|
2
4
|
export declare class NumericFieldModule {
|
|
3
5
|
static forRoot(): ModuleWithProviders<NumericFieldModule>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericFieldModule, [typeof i1.NumericFieldDirective], never, [typeof i1.NumericFieldDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NumericFieldModule>;
|
|
4
9
|
}
|
|
10
|
+
//# sourceMappingURL=numeric-field.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"numeric-field.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,mBAAmB,EAAE,MAAM,eAAe,CAAC;;;AAI9D,qBAKa,kBAAkB;IAC7B,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,kBAAkB,CAAC;yCAD9C,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAO9B"}
|