@porscheinformatik/material-addons 17.4.4 → 17.4.6
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/button/button.module.mjs +24 -6
- package/esm2022/lib/button/danger-button/danger-button.component.mjs +4 -3
- package/esm2022/lib/button/flat-button/link-button.component.mjs +4 -3
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +4 -3
- package/esm2022/lib/button/mad-button/mad-button.directive.mjs +3 -2
- package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +3 -2
- package/esm2022/lib/button/outline-button/outline-button.component.mjs +4 -3
- package/esm2022/lib/button/primary-button/primary-button.component.mjs +4 -3
- package/esm2022/lib/card/card.component.mjs +19 -9
- package/esm2022/lib/card/card.module.mjs +4 -5
- package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +3 -3
- package/esm2022/lib/layout/content-panel/content-panel.module.mjs +6 -5
- package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +3 -3
- package/esm2022/lib/layout/flowbar/flowbar.component.mjs +6 -5
- package/esm2022/lib/layout/flowbar/flowbar.module.mjs +4 -5
- package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +3 -3
- package/esm2022/lib/layout/sidebar/sidebar.component.mjs +7 -5
- package/esm2022/lib/layout/sidebar/sidebar.module.mjs +4 -5
- package/esm2022/lib/layout/toolbar/toolbar.component.mjs +34 -14
- package/esm2022/lib/layout/toolbar/toolbar.module.mjs +7 -5
- package/esm2022/lib/material-action-button/material-action-button.component.mjs +11 -8
- package/esm2022/lib/material-action-button/material-action-button.module.mjs +4 -5
- package/esm2022/lib/numeric-field/numeric-field.directive.mjs +8 -4
- package/esm2022/lib/numeric-field/numeric-field.module.mjs +3 -3
- package/esm2022/lib/quick-list/base-quick-list.component.mjs +3 -3
- package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +15 -7
- package/esm2022/lib/quick-list/quick-list.component.mjs +8 -7
- package/esm2022/lib/quick-list/quick-list.module.mjs +23 -6
- package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +15 -7
- package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +15 -7
- package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +16 -10
- package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +13 -8
- package/esm2022/lib/readonly/readonly-form-field.module.mjs +31 -6
- package/esm2022/lib/stepper/step-header/step-header.component.mjs +6 -5
- package/esm2022/lib/stepper/stepper.component.mjs +10 -11
- package/esm2022/lib/stepper/stepper.module.mjs +27 -5
- package/esm2022/lib/table/table.component.mjs +32 -16
- package/esm2022/lib/table/table.module.mjs +7 -5
- package/esm2022/lib/throttle-click/throttle-click.directive.mjs +3 -2
- package/esm2022/lib/throttle-click/throttle-click.module.mjs +3 -4
- package/fesm2022/porscheinformatik-material-addons.mjs +334 -184
- 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 +1 -1
|
@@ -36,6 +36,6 @@ export declare class BaseQuickListComponent<T> implements OnInit, AfterViewInit
|
|
|
36
36
|
isDeleteReactiveAllowed(): boolean;
|
|
37
37
|
private interalAddItem;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseQuickListComponent<any>, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseQuickListComponent<any>, "mad-base-quick-list", never, { "allItems": { "alias": "allItems"; "required": false; }; "addLabel": { "alias": "addLabel"; "required": false; }; "addPossible": { "alias": "addPossible"; "required": false; }; "removePossible": { "alias": "removePossible"; "required": false; }; "blankItem": { "alias": "blankItem"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "maxItems": { "alias": "maxItems"; "required": false; }; "minItems": { "alias": "minItems"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; }, { "added": "added"; "removed": "removed"; }, ["itemTemplate"], never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseQuickListComponent<any>, "mad-base-quick-list", never, { "allItems": { "alias": "allItems"; "required": false; }; "addLabel": { "alias": "addLabel"; "required": false; }; "addPossible": { "alias": "addPossible"; "required": false; }; "removePossible": { "alias": "removePossible"; "required": false; }; "blankItem": { "alias": "blankItem"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "maxItems": { "alias": "maxItems"; "required": false; }; "minItems": { "alias": "minItems"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; }, { "added": "added"; "removed": "removed"; }, ["itemTemplate"], never, true, never>;
|
|
40
40
|
}
|
|
41
41
|
//# sourceMappingURL=base-quick-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-quick-list.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/base-quick-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAEZ,MAAM,EAEN,SAAS,EACT,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAEzE,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,
|
|
1
|
+
{"version":3,"file":"base-quick-list.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/base-quick-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAEZ,MAAM,EAEN,SAAS,EACT,WAAW,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAEzE,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,qBAMa,sBAAsB,CAAC,CAAC,CAAE,YAAW,MAAM,EAAE,aAAa;IAoB5D,iBAAiB,EAAE,iBAAiB;IACpC,WAAW,EAAE,WAAW;IApBxB,QAAQ,MAAa;IACrB,QAAQ,SAAa;IACrB,WAAW,UAAQ;IACnB,cAAc,UAAQ;IACtB,SAAS,MAAa;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IAEpB,KAAK,kBAAyB;IAC9B,OAAO,kBAAyB;IACf,YAAY,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACrC,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAErD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,QAAQ,CAAC;gBAGlB,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,WAAW;IAGjC,QAAQ,IAAI,IAAI;IAShB,eAAe,IAAI,IAAI;IAIvB,OAAO,IAAI,IAAI;IAOf,eAAe;IAMf,UAAU,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI;IAOzB,kBAAkB,CAAC,IAAI,EAAE,eAAe,CAAC,GAAG,CAAC;IAW7C,aAAa,IAAI,IAAI;IAarB,YAAY,IAAI,OAAO;IAIvB,oBAAoB,IAAI,OAAO;IAI/B,eAAe,IAAI,OAAO;IAI1B,uBAAuB,IAAI,OAAO;IAIlC,OAAO,CAAC,cAAc;yCAjGX,sBAAsB;2CAAtB,sBAAsB;CA4GlC"}
|
|
@@ -7,6 +7,6 @@ export declare class QuickListCompactComponent extends BaseQuickListComponent<Qu
|
|
|
7
7
|
formBuilder: FormBuilder;
|
|
8
8
|
constructor(changeDetectorRef: ChangeDetectorRef, formBuilder: FormBuilder);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuickListCompactComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListCompactComponent, "mad-quick-list-compact", never, {}, {}, never, ["label"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListCompactComponent, "mad-quick-list-compact", never, {}, {}, never, ["label"], true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=quick-list-compact.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quick-list-compact.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/quick-list-compact/quick-list-compact.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"quick-list-compact.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/quick-list-compact/quick-list-compact.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAM7C,qBAca,yBAA0B,SAAQ,sBAAsB,CAAC,aAAa,CAAC;IAEzE,iBAAiB,EAAE,iBAAiB;IACpC,WAAW,EAAE,WAAW;gBADxB,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,WAAW;yCAHtB,yBAAyB;2CAAzB,yBAAyB;CAOrC"}
|
|
@@ -7,6 +7,6 @@ export declare class QuickListComponent extends BaseQuickListComponent<QuickList
|
|
|
7
7
|
formBuilder: FormBuilder;
|
|
8
8
|
constructor(changeDetectorRef: ChangeDetectorRef, formBuilder: FormBuilder);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuickListComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListComponent, "mad-quick-list", never, {}, {}, never, ["label"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuickListComponent, "mad-quick-list", never, {}, {}, never, ["label"], true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=quick-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quick-list.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/quick-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"quick-list.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/quick-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAM7C,qBAOa,kBAAmB,SAAQ,sBAAsB,CAAC,aAAa,CAAC;IAElE,iBAAiB,EAAE,iBAAiB;IACpC,WAAW,EAAE,WAAW;gBADxB,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,WAAW;yCAHtB,kBAAkB;2CAAlB,kBAAkB;CAO9B"}
|
|
@@ -1,17 +1,17 @@
|
|
|
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 "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "../button/button.module";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "./quick-list.component";
|
|
8
|
+
import * as i7 from "./base-quick-list.component";
|
|
9
|
+
import * as i8 from "./quick-list-compact/quick-list-compact.component";
|
|
10
|
+
import * as i9 from "./reactive-form-quick-list/reactive-form-quick-list.component";
|
|
11
|
+
import * as i10 from "./reactive-form-quick-list-compact/reactive-form-quick-list-compact.component";
|
|
12
12
|
export declare class QuickListModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuickListModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QuickListModule, [typeof i1.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<QuickListModule, never, [typeof i1.CommonModule, typeof i2.MatButtonModule, typeof i3.MatIconModule, typeof i4.ButtonModule, typeof i5.ReactiveFormsModule, typeof i6.QuickListComponent, typeof i7.BaseQuickListComponent, typeof i8.QuickListCompactComponent, typeof i9.ReactiveFormQuickListComponent, typeof i10.ReactiveFormQuickListCompactComponent], [typeof i6.QuickListComponent, typeof i8.QuickListCompactComponent, typeof i7.BaseQuickListComponent, typeof i9.ReactiveFormQuickListComponent, typeof i10.ReactiveFormQuickListCompactComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<QuickListModule>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=quick-list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quick-list.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/quick-list.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAYA,
|
|
1
|
+
{"version":3,"file":"quick-list.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/quick-list/quick-list.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAYA,qBAqBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -7,6 +7,6 @@ export declare class ReactiveFormQuickListComponent extends BaseQuickListCompone
|
|
|
7
7
|
formBuilder: FormBuilder;
|
|
8
8
|
constructor(changeDetectorRef: ChangeDetectorRef, formBuilder: FormBuilder);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveFormQuickListComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveFormQuickListComponent, "mad-reactive-form-quick-list", never, {}, {}, never, ["label"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveFormQuickListComponent, "mad-reactive-form-quick-list", never, {}, {}, never, ["label"], true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=reactive-form-quick-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactive-form-quick-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"reactive-form-quick-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAM7C,qBAca,8BAA+B,SAAQ,sBAAsB,CAAC,aAAa,CAAC;IAE9E,iBAAiB,EAAE,iBAAiB;IACpC,WAAW,EAAE,WAAW;gBADxB,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,WAAW;yCAHtB,8BAA8B;2CAA9B,8BAA8B;CAO1C"}
|
|
@@ -7,6 +7,6 @@ export declare class ReactiveFormQuickListCompactComponent extends BaseQuickList
|
|
|
7
7
|
formBuilder: FormBuilder;
|
|
8
8
|
constructor(changeDetectorRef: ChangeDetectorRef, formBuilder: FormBuilder);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveFormQuickListCompactComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveFormQuickListCompactComponent, "mad-reactive-form-quick-list-compact", never, {}, {}, never, ["label"],
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveFormQuickListCompactComponent, "mad-reactive-form-quick-list-compact", never, {}, {}, never, ["label"], true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=reactive-form-quick-list-compact.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactive-form-quick-list-compact.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;;
|
|
1
|
+
{"version":3,"file":"reactive-form-quick-list-compact.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;;AAMrF,qBAca,qCAAsC,SAAQ,sBAAsB,CAAC,aAAa,CAAC;IAErF,iBAAiB,EAAE,iBAAiB;IACpC,WAAW,EAAE,WAAW;gBADxB,iBAAiB,EAAE,iBAAiB,EACpC,WAAW,EAAE,WAAW;yCAHtB,qCAAqC;2CAArC,qCAAqC;CAOjD"}
|
|
@@ -61,6 +61,6 @@ export declare class ReadOnlyFormFieldComponent implements OnChanges, AfterViewC
|
|
|
61
61
|
private isTextOverflown;
|
|
62
62
|
private calculateToolTipText;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadOnlyFormFieldComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldComponent, "mad-readonly-form-field", never, { "useProjectedContent": { "alias": "useProjectedContent"; "required": false; }; "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "formatNumber": { "alias": "formatNumber"; "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; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "id": { "alias": "id"; "required": false; }; "shrinkIfEmpty": { "alias": "shrinkIfEmpty"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "multilineAutoSize": { "alias": "multilineAutoSize"; "required": false; }; }, { "suffixClickedEmitter": "suffixClickedEmitter"; "prefixClickedEmitter": "prefixClickedEmitter"; }, never, ["*"],
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldComponent, "mad-readonly-form-field", never, { "useProjectedContent": { "alias": "useProjectedContent"; "required": false; }; "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "formatNumber": { "alias": "formatNumber"; "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; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "id": { "alias": "id"; "required": false; }; "shrinkIfEmpty": { "alias": "shrinkIfEmpty"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "multilineAutoSize": { "alias": "multilineAutoSize"; "required": false; }; }, { "suffixClickedEmitter": "suffixClickedEmitter"; "prefixClickedEmitter": "prefixClickedEmitter"; }, never, ["*"], true, never>;
|
|
65
65
|
}
|
|
66
66
|
//# sourceMappingURL=readonly-form-field.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readonly-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/readonly/readonly-form-field/readonly-form-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EAET,SAAS,EACT,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"readonly-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/readonly/readonly-form-field/readonly-form-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EAET,SAAS,EACT,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;AAShF;;;;GAIG;AAEH,qBAOa,0BAA2B,YAAW,SAAS,EAAE,gBAAgB;IAkD1E,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,UAAU;IAnDpB,eAAe,EAAE,UAAU,CAAC;IACE,mBAAmB,EAAE,OAAO,CAAS;IACnD,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,OAAO,GAAG,MAAM,CAAU;IAClC,YAAY,UAAS;IACpB,aAAa,SAAK;IACd,UAAU,UAAS;IACpB,gBAAgB,UAAS;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnB,YAAY,EAAE,OAAO,GAAG,MAAM,CAAU;IACxC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjD,SAAS,UAAS;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IAOX,aAAa,UAAS;IAC/B;;OAEG;IACM,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACM,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACM,iBAAiB,UAAS;IACzB,oBAAoB,oBAAsB;IAC1C,oBAAoB,oBAAsB;IAC9B,OAAO,EAAE,UAAU,CAAC;IAC1C,YAAY,EAAE,iBAAiB,CAE7B;IAEF,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,QAAQ,CAAkB;IAElC,sBAAsB,UAAS;IAC/B,WAAW,EAAE,MAAM,CAAC;gBAGV,cAAc,EAAE,iBAAiB,EACjC,QAAQ,EAAE,SAAS,EACnB,mBAAmB,EAAE,mBAAmB,EACxC,UAAU,EAAE,UAAU;IAGhC,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAiBnC,kBAAkB,IAAI,IAAI;IAS1B,aAAa;IAIb,aAAa;IAIb,OAAO,CAAC,gBAAgB;IAmDxB,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,yBAAyB;IAWjC,OAAO,CAAC,2BAA2B;IAYnC,OAAO,CAAC,gCAAgC;IAIxC,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,oBAAoB;yCAzLjB,0BAA0B;2CAA1B,0BAA0B;CAgMtC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewChecked, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormGroupDirective } from
|
|
2
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Wraps a mat-form-field to replace it by a readOnly representation if necessary
|
|
@@ -73,11 +73,12 @@ export declare class ReadOnlyFormFieldWrapperComponent implements OnInit, AfterV
|
|
|
73
73
|
getLabel(): string;
|
|
74
74
|
suffixClicked(): void;
|
|
75
75
|
prefixClicked(): void;
|
|
76
|
+
onContentChange(): void;
|
|
76
77
|
private doRendering;
|
|
77
78
|
private extractLabel;
|
|
78
79
|
private extractValue;
|
|
79
80
|
private correctWidth;
|
|
80
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadOnlyFormFieldWrapperComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldWrapperComponent, "mad-readonly-form-field-wrapper", never, { "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "formatNumber": { "alias": "formatNumber"; "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; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "shrinkIfEmpty": { "alias": "shrinkIfEmpty"; "required": false; }; "hideIconInReadOnlyMode": { "alias": "hideIconInReadOnlyMode"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "multilineAutoSize": { "alias": "multilineAutoSize"; "required": false; }; }, { "suffixClickedEmitter": "suffixClickedEmitter"; "prefixClickedEmitter": "prefixClickedEmitter"; }, never, ["*"],
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadOnlyFormFieldWrapperComponent, "mad-readonly-form-field-wrapper", never, { "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "formatNumber": { "alias": "formatNumber"; "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; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "shrinkIfEmpty": { "alias": "shrinkIfEmpty"; "required": false; }; "hideIconInReadOnlyMode": { "alias": "hideIconInReadOnlyMode"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "multilineAutoSize": { "alias": "multilineAutoSize"; "required": false; }; }, { "suffixClickedEmitter": "suffixClickedEmitter"; "prefixClickedEmitter": "prefixClickedEmitter"; }, never, ["*"], true, never>;
|
|
82
83
|
}
|
|
83
84
|
//# sourceMappingURL=readonly-form-field-wrapper.component.d.ts.map
|
package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readonly-form-field-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"readonly-form-field-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;;AAKpE;;;;GAIG;AACH,qBAQa,iCAAkC,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB;IAmExG,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,aAAa;IAlEvB,eAAe,EAAE,UAAU,CAAC;IAE5B,sBAAsB,EAAE,UAAU,CAAC;IAEnC;;;OAGG;IACM,QAAQ,UAAQ;IAEzB;;;OAGG;IACa,KAAK,CAAC,EAAE,GAAG,CAAC;IAER,SAAS,EAAE,OAAO,GAAG,MAAM,CAAU;IAClC,YAAY,UAAS;IACpB,aAAa,SAAK;IACd,UAAU,UAAS;IACpB,gBAAgB,UAAS;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnB,YAAY,EAAE,OAAO,GAAG,MAAM,CAAU;IACxC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjD,EAAE,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACM,SAAS,UAAS;IAE3B;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IAEtB;;;;;OAKG;IACM,aAAa,UAAS;IACtB,sBAAsB,UAAS;IACxC;;OAEG;IACM,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACM,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACM,iBAAiB,UAAS;IACzB,oBAAoB,oBAAsB;IAC1C,oBAAoB,oBAAsB;IAEpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;gBAGJ,cAAc,EAAE,iBAAiB,EACjC,aAAa,EAAE,kBAAkB;IAG3C,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAKvB,kBAAkB,IAAI,IAAI;IAE1B,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAInC,QAAQ,IAAI,MAAM;IAOlB,aAAa;IAIb,aAAa;IAIb,eAAe,IAAI,IAAI;IAKvB,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,YAAY;IAqBpB,OAAO,CAAC,YAAY;yCAnJT,iCAAiC;2CAAjC,iCAAiC;CAyJ7C"}
|
|
@@ -1,16 +1,16 @@
|
|
|
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 "@angular/
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "@angular/
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
import * as i3 from "@angular/material/form-field";
|
|
5
|
+
import * as i4 from "@angular/material/input";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@angular/material/tooltip";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "./readonly-form-field/readonly-form-field.component";
|
|
10
|
+
import * as i9 from "./readonly-form-field-wrapper/readonly-form-field-wrapper.component";
|
|
11
11
|
export declare class ReadOnlyFormFieldModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadOnlyFormFieldModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ReadOnlyFormFieldModule, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ReadOnlyFormFieldModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.FormsModule, typeof i6.MatTooltipModule, typeof i7.MatIconModule, typeof i8.ReadOnlyFormFieldComponent, typeof i9.ReadOnlyFormFieldWrapperComponent], [typeof i8.ReadOnlyFormFieldComponent, typeof i9.ReadOnlyFormFieldWrapperComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<ReadOnlyFormFieldModule>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=readonly-form-field.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readonly-form-field.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/readonly/readonly-form-field.module.ts"],"names":[],"mappings":";;;;;;;;;;AAWA,
|
|
1
|
+
{"version":3,"file":"readonly-form-field.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/readonly/readonly-form-field.module.ts"],"names":[],"mappings":";;;;;;;;;;AAWA,qBAea,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -22,6 +22,6 @@ export declare class StepHeaderComponent extends CdkStepHeader implements AfterV
|
|
|
22
22
|
getCssForState(): string;
|
|
23
23
|
getIcon(): string;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepHeaderComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepHeaderComponent, "mad-step-header", never, { "color": { "alias": "color"; "required": false; }; "index": { "alias": "index"; "required": false; }; "label": { "alias": "label"; "required": false; }; "state": { "alias": "state"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "active": { "alias": "active"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepHeaderComponent, "mad-step-header", never, { "color": { "alias": "color"; "required": false; }; "index": { "alias": "index"; "required": false; }; "label": { "alias": "label"; "required": false; }; "state": { "alias": "state"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "active": { "alias": "active"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
27
27
|
//# sourceMappingURL=step-header.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"step-header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/stepper/step-header/step-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAc,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAsC,UAAU,EAAS,SAAS,EAAqB,MAAM,eAAe,CAAC;AACnI,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;;
|
|
1
|
+
{"version":3,"file":"step-header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/stepper/step-header/step-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAc,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAsC,UAAU,EAAS,SAAS,EAAqB,MAAM,eAAe,CAAC;AACnI,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;;AAI9D,qBAca,mBAAoB,SAAQ,aAAc,YAAW,aAAa,EAAE,SAAS;IAwBtF,OAAO,CAAC,aAAa;IAtBvB,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,EAAE,MAAM,CAAC;IAEL,KAAK,EAAE,SAAS,CAAC;IAEjB,YAAY,EAAE,MAAM,CAAC;IAErB,QAAQ,EAAE,OAAO,CAAC;IAElB,MAAM,EAAE,OAAO,CAAC;IAEhB,QAAQ,EAAE,OAAO,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;IAElB,SAAS,EAAE,OAAO,CAAC;IAEnB,MAAM,EAAE,OAAO,CAAC;gBAGf,aAAa,EAAE,YAAY,EACnC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IAKtC,eAAe,IAAI,IAAI;IAIvB,WAAW,IAAI,IAAI;IAInB,+BAA+B;IAC/B,KAAK,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI;IAQzD,cAAc,IAAI,MAAM;IAUxB,OAAO,IAAI,MAAM;yCAzDN,mBAAmB;2CAAnB,mBAAmB;CAiE/B"}
|
|
@@ -25,7 +25,7 @@ export declare class StepComponent extends CdkStep implements AfterContentInit,
|
|
|
25
25
|
resetValidations(): void;
|
|
26
26
|
private stepValidation;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "mad-step", never, {}, { "onNext": "onNext"; "onDone": "onDone"; "onHeaderClick": "onHeaderClick"; }, never, ["*"],
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "mad-step", never, {}, { "onNext": "onNext"; "onDone": "onDone"; "onHeaderClick": "onHeaderClick"; }, never, ["*"], true, never>;
|
|
29
29
|
}
|
|
30
30
|
export declare class StepperComponent extends CdkStepper implements OnInit, AfterContentInit {
|
|
31
31
|
/** Event emitted when the current step is done transitioning in. */
|
|
@@ -48,6 +48,6 @@ export declare class StepperComponent extends CdkStepper implements OnInit, Afte
|
|
|
48
48
|
_getAnimationDirection(index: number): StepContentPositionState;
|
|
49
49
|
_stepIsNavigable(index: number, step: StepComponent): boolean;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, [{ optional: true; }, null, null]>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mad-stepper", never, { "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; }; "doneButtonLabel": { "alias": "doneButtonLabel"; "required": false; }; }, { "animationDone": "animationDone"; }, ["_steps"], never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mad-stepper", never, { "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; }; "doneButtonLabel": { "alias": "doneButtonLabel"; "required": false; }; }, { "animationDone": "animationDone"; }, ["_steps"], never, true, never>;
|
|
52
52
|
}
|
|
53
53
|
//# sourceMappingURL=stepper.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/stepper/stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAc,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,gBAAgB,EAEhB,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,MAAM,EAGN,SAAS,EAET,gBAAgB,EAEjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,EAAgB,MAAM,MAAM,CAAC;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;;
|
|
1
|
+
{"version":3,"file":"stepper.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/stepper/stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAc,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,gBAAgB,EAEhB,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,MAAM,EAGN,SAAS,EAET,gBAAgB,EAEjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,EAAgB,MAAM,MAAM,CAAC;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;;AAK1E,qBAUa,aAAc,SAAQ,OAAQ,YAAW,gBAAgB,EAAE,SAAS;IAkBjC,OAAO,CAAC,OAAO;IAC3D,OAAO,CAAC,iBAAiB;IAlB3B,qGAAqG;IAErG,MAAM,oBAA2B;IAEjC,sGAAsG;IAEtG,MAAM,oBAA2B;IAEjC,4GAA4G;IAE5G,aAAa,oBAA2B;IAExC,UAAU,UAAS;IAEnB,OAAO,CAAC,WAAW,CAAsB;gBAGa,OAAO,EAAE,gBAAgB,EACrE,iBAAiB,EAAE,gBAAgB;IAK7C,kBAAkB;IAclB,WAAW;IAIX,IAAI,CAAC,iBAAiB,UAAO,GAAG,IAAI;IASpC,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAU3C,YAAY,IAAI,IAAI;IAWpB,gBAAgB,IAAI,IAAI;IAMxB,OAAO,CAAC,cAAc;yCA9EX,aAAa;2CAAb,aAAa;CA4FzB;AAED,qBAiBa,gBAAiB,SAAQ,UAAW,YAAW,MAAM,EAAE,gBAAgB;IAClF,oEAAoE;IAC1D,QAAQ,CAAC,aAAa,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAGhF,eAAe,EAAE,MAAM,CAAC;IAGxB,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IAChB,WAAW,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAE/E,+BAA+B;IACwB,MAAM,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC;IAExF,qFAAqF;IACrF,KAAK,EAAE,SAAS,CAAC,aAAa,CAAC,CAAkC;IAEjE,QAAQ,CAAC,cAAc,0BAAiC;gBAEhC,GAAG,EAAE,cAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC;IAKtH,QAAQ;IAKR,kBAAkB;IAmBlB;;OAEG;IACH,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB;IAQ/D,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,GAAG,OAAO;yCA5DlD,gBAAgB;2CAAhB,gBAAgB;CA+D5B"}
|
|
@@ -1,14 +1,14 @@
|
|
|
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 "@angular/
|
|
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/button";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/cdk/stepper";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
import * as i6 from "./stepper.component";
|
|
8
|
+
import * as i7 from "./step-header/step-header.component";
|
|
9
9
|
export declare class StepperModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, never, [typeof i1.CommonModule, typeof i2.MatButtonModule, typeof i3.MatIconModule, typeof i4.CdkStepperModule, typeof i5.ButtonModule, typeof i6.StepperComponent, typeof i7.StepHeaderComponent, typeof i6.StepComponent], [typeof i6.StepperComponent, typeof i7.StepHeaderComponent, typeof i6.StepComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=stepper.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/stepper/stepper.module.ts"],"names":[],"mappings":";;;;;;;;AASA,
|
|
1
|
+
{"version":3,"file":"stepper.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/stepper/stepper.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAaa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -38,6 +38,6 @@ export declare class TableComponent implements OnInit, AfterViewInit {
|
|
|
38
38
|
private setFilterValue;
|
|
39
39
|
private isClickOnRowMenuIcon;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mad-table", never, { "columns": { "alias": "columns"; "required": false; }; "filterLabel": { "alias": "filterLabel"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "defaultPageSize": { "alias": "defaultPageSize"; "required": false; }; "rowActions": { "alias": "rowActions"; "required": false; }; "tableActions": { "alias": "tableActions"; "required": false; }; "displayedData": { "alias": "displayedData"; "required": false; }; "paginationEnabled": { "alias": "paginationEnabled"; "required": false; }; "filterEnabled": { "alias": "filterEnabled"; "required": false; }; }, { "tableAction": "tableAction"; "rowAction": "rowAction"; "sortEvent": "sortEvent"; }, never, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mad-table", never, { "columns": { "alias": "columns"; "required": false; }; "filterLabel": { "alias": "filterLabel"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "defaultPageSize": { "alias": "defaultPageSize"; "required": false; }; "rowActions": { "alias": "rowActions"; "required": false; }; "tableActions": { "alias": "tableActions"; "required": false; }; "displayedData": { "alias": "displayedData"; "required": false; }; "paginationEnabled": { "alias": "paginationEnabled"; "required": false; }; "filterEnabled": { "alias": "filterEnabled"; "required": false; }; }, { "tableAction": "tableAction"; "rowAction": "rowAction"; "sortEvent": "sortEvent"; }, never, never, true, never>;
|
|
42
42
|
}
|
|
43
43
|
//# sourceMappingURL=table.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/table/table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/table/table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,kBAAkB,EAAkB,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAsB,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,IAAI,EAAiB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAS7C,qBAmBa,cAAe,YAAW,MAAM,EAAE,aAAa;IACjD,OAAO,EAAE,YAAY,EAAE,CAAM;IAC7B,WAAW,SAAa;IACxB,iBAAiB,SAAa;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,WAAe;IAC9B,eAAe,SAAmC;IAClD,UAAU,EAAE,WAAW,EAAE,CAAM;IAC/B,YAAY,EAAE,WAAW,EAAE,CAAM;IAEhC,WAAW,4BAAmC;IAC9C,SAAS,4BAAmC;IAC5C,SAAS,qBAA4B;IAEH,SAAS,EAAE,YAAY,CAAC;IAC9B,IAAI,EAAE,OAAO,CAAC;IAEpD,QAAQ,CAAC,kBAAkB,gBAAgB;IAC3C,UAAU,EAAE,kBAAkB,CAAC,GAAG,EAAE,CAAC,CAAC;IACtC,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,WAAW,CAAC;IAC3B,eAAe,UAAS;IACxB,mBAAmB,UAAS;IAE5B,IAAa,aAAa,CAAC,IAAI,EAAE,GAAG,EAAE,EAMrC;IAED,IAAa,iBAAiB,CAAC,mBAAmB,EAAE,OAAO,EAO1D;IAED,IACI,aAAa,CAAC,eAAe,EAAE,OAAO,EAGzC;IAED,QAAQ,IAAI,IAAI;IAShB,eAAe,IAAI,IAAI;IASvB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI7B,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,cAAqB,GAAG,IAAI;IAM1E,cAAc,CAAC,aAAa,EAAE,IAAI,GAAG,IAAI;IAIzC,aAAa,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAM7C,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,oBAAoB;yCA1FjB,cAAc;2CAAd,cAAc;CA6F1B"}
|
|
@@ -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/material/
|
|
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 "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "@angular/material/
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/form-field";
|
|
6
|
+
import * as i5 from "@angular/material/input";
|
|
7
|
+
import * as i6 from "@angular/material/menu";
|
|
8
|
+
import * as i7 from "@angular/material/paginator";
|
|
9
|
+
import * as i8 from "@angular/material/sort";
|
|
10
|
+
import * as i9 from "@angular/material/table";
|
|
11
|
+
import * as i10 from "../button/button.module";
|
|
12
|
+
import * as i11 from "./table.component";
|
|
13
13
|
export declare class TableModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.CommonModule, typeof i2.MatButtonModule, typeof i3.MatIconModule, typeof i4.MatFormFieldModule, typeof i5.MatInputModule, typeof i6.MatMenuModule, typeof i7.MatPaginatorModule, typeof i8.MatSortModule, typeof i9.MatTableModule, typeof i10.ButtonModule, typeof i11.TableComponent], [typeof i11.TableComponent]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=table.module.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare class ThrottleClickDirective implements OnInit, OnDestroy {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
ngOnDestroy(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThrottleClickDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThrottleClickDirective, "[madThrottleClick]", never, { "throttleTime": { "alias": "throttleTime"; "required": false; }; }, { "throttleClick": "throttleClick"; }, never, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThrottleClickDirective, "[madThrottleClick]", never, { "throttleTime": { "alias": "throttleTime"; "required": false; }; }, { "throttleClick": "throttleClick"; }, never, never, true, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=throttle-click.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"throttle-click.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/throttle-click/throttle-click.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAuB,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;;AAIxG,
|
|
1
|
+
{"version":3,"file":"throttle-click.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/throttle-click/throttle-click.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAuB,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;;AAIxG,qBAIa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IACrD,YAAY,SAAO;IAClB,aAAa,oBAAsB;IAC7C,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,YAAY,CAAe;IAGnC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAM5B,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;yCAjBR,sBAAsB;2CAAtB,sBAAsB;CAoBlC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./throttle-click.directive";
|
|
4
4
|
export declare class ThrottleClickModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThrottleClickModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThrottleClickModule, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ThrottleClickModule, never, [typeof i1.CommonModule, typeof i2.ThrottleClickDirective], [typeof i2.ThrottleClickDirective]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThrottleClickModule>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=throttle-click.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"throttle-click.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/throttle-click/throttle-click.module.ts"],"names":[],"mappings":";;;AAIA,
|
|
1
|
+
{"version":3,"file":"throttle-click.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/throttle-click/throttle-click.module.ts"],"names":[],"mappings":";;;AAIA,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
package/package.json
CHANGED