@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.
Files changed (132) hide show
  1. package/esm2022/lib/button/button.module.mjs +24 -6
  2. package/esm2022/lib/button/danger-button/danger-button.component.mjs +4 -3
  3. package/esm2022/lib/button/flat-button/link-button.component.mjs +4 -3
  4. package/esm2022/lib/button/icon-button/icon-button.component.mjs +4 -3
  5. package/esm2022/lib/button/mad-button/mad-button.directive.mjs +3 -2
  6. package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +3 -2
  7. package/esm2022/lib/button/outline-button/outline-button.component.mjs +4 -3
  8. package/esm2022/lib/button/primary-button/primary-button.component.mjs +4 -3
  9. package/esm2022/lib/card/card.component.mjs +19 -9
  10. package/esm2022/lib/card/card.module.mjs +4 -5
  11. package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +3 -3
  12. package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
  13. package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
  14. package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
  15. package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +3 -3
  16. package/esm2022/lib/layout/content-panel/content-panel.module.mjs +6 -5
  17. package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +3 -3
  18. package/esm2022/lib/layout/flowbar/flowbar.component.mjs +6 -5
  19. package/esm2022/lib/layout/flowbar/flowbar.module.mjs +4 -5
  20. package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +3 -3
  21. package/esm2022/lib/layout/sidebar/sidebar.component.mjs +7 -5
  22. package/esm2022/lib/layout/sidebar/sidebar.module.mjs +4 -5
  23. package/esm2022/lib/layout/toolbar/toolbar.component.mjs +34 -14
  24. package/esm2022/lib/layout/toolbar/toolbar.module.mjs +7 -5
  25. package/esm2022/lib/material-action-button/material-action-button.component.mjs +11 -8
  26. package/esm2022/lib/material-action-button/material-action-button.module.mjs +4 -5
  27. package/esm2022/lib/numeric-field/numeric-field.directive.mjs +8 -4
  28. package/esm2022/lib/numeric-field/numeric-field.module.mjs +3 -3
  29. package/esm2022/lib/quick-list/base-quick-list.component.mjs +3 -3
  30. package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +15 -7
  31. package/esm2022/lib/quick-list/quick-list.component.mjs +8 -7
  32. package/esm2022/lib/quick-list/quick-list.module.mjs +23 -6
  33. package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +15 -7
  34. package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +15 -7
  35. package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +16 -10
  36. package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +13 -8
  37. package/esm2022/lib/readonly/readonly-form-field.module.mjs +31 -6
  38. package/esm2022/lib/stepper/step-header/step-header.component.mjs +6 -5
  39. package/esm2022/lib/stepper/stepper.component.mjs +10 -11
  40. package/esm2022/lib/stepper/stepper.module.mjs +27 -5
  41. package/esm2022/lib/table/table.component.mjs +32 -16
  42. package/esm2022/lib/table/table.module.mjs +7 -5
  43. package/esm2022/lib/throttle-click/throttle-click.directive.mjs +3 -2
  44. package/esm2022/lib/throttle-click/throttle-click.module.mjs +3 -4
  45. package/fesm2022/porscheinformatik-material-addons.mjs +334 -184
  46. package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
  47. package/lib/button/button.module.d.ts +13 -13
  48. package/lib/button/button.module.d.ts.map +1 -1
  49. package/lib/button/danger-button/danger-button.component.d.ts +1 -1
  50. package/lib/button/danger-button/danger-button.component.d.ts.map +1 -1
  51. package/lib/button/flat-button/link-button.component.d.ts +1 -1
  52. package/lib/button/flat-button/link-button.component.d.ts.map +1 -1
  53. package/lib/button/icon-button/icon-button.component.d.ts +1 -1
  54. package/lib/button/icon-button/icon-button.component.d.ts.map +1 -1
  55. package/lib/button/mad-button/mad-button.directive.d.ts +1 -1
  56. package/lib/button/mad-button/mad-button.directive.d.ts.map +1 -1
  57. package/lib/button/mad-button-group/mad-button-group.component.d.ts +1 -1
  58. package/lib/button/mad-button-group/mad-button-group.component.d.ts.map +1 -1
  59. package/lib/button/outline-button/outline-button.component.d.ts +1 -1
  60. package/lib/button/outline-button/outline-button.component.d.ts.map +1 -1
  61. package/lib/button/primary-button/primary-button.component.d.ts +1 -1
  62. package/lib/button/primary-button/primary-button.component.d.ts.map +1 -1
  63. package/lib/card/card.component.d.ts +1 -1
  64. package/lib/card/card.component.d.ts.map +1 -1
  65. package/lib/card/card.module.d.ts +8 -8
  66. package/lib/card/card.module.d.ts.map +1 -1
  67. package/lib/layout/content-panel/content-header/content-header.component.d.ts +1 -1
  68. package/lib/layout/content-panel/content-header/content-header.component.d.ts.map +1 -1
  69. package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts +1 -1
  70. package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts.map +1 -1
  71. package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +1 -1
  72. package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts.map +1 -1
  73. package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +1 -1
  74. package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts.map +1 -1
  75. package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts +1 -1
  76. package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts.map +1 -1
  77. package/lib/layout/content-panel/content-panel.module.d.ts +8 -8
  78. package/lib/layout/content-panel/content-panel.module.d.ts.map +1 -1
  79. package/lib/layout/content-panel/main-container/main-container.component.d.ts +1 -1
  80. package/lib/layout/content-panel/main-container/main-container.component.d.ts.map +1 -1
  81. package/lib/layout/flowbar/flowbar.component.d.ts +1 -1
  82. package/lib/layout/flowbar/flowbar.component.d.ts.map +1 -1
  83. package/lib/layout/flowbar/flowbar.module.d.ts +4 -4
  84. package/lib/layout/flowbar/flowbar.module.d.ts.map +1 -1
  85. package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts +1 -1
  86. package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts.map +1 -1
  87. package/lib/layout/sidebar/sidebar.component.d.ts +1 -1
  88. package/lib/layout/sidebar/sidebar.component.d.ts.map +1 -1
  89. package/lib/layout/sidebar/sidebar.module.d.ts +6 -6
  90. package/lib/layout/sidebar/sidebar.module.d.ts.map +1 -1
  91. package/lib/layout/toolbar/toolbar.component.d.ts +1 -1
  92. package/lib/layout/toolbar/toolbar.component.d.ts.map +1 -1
  93. package/lib/layout/toolbar/toolbar.module.d.ts +12 -12
  94. package/lib/material-action-button/material-action-button.component.d.ts +1 -1
  95. package/lib/material-action-button/material-action-button.component.d.ts.map +1 -1
  96. package/lib/material-action-button/material-action-button.module.d.ts +7 -7
  97. package/lib/material-action-button/material-action-button.module.d.ts.map +1 -1
  98. package/lib/numeric-field/numeric-field.directive.d.ts +1 -1
  99. package/lib/numeric-field/numeric-field.directive.d.ts.map +1 -1
  100. package/lib/numeric-field/numeric-field.module.d.ts +1 -1
  101. package/lib/quick-list/base-quick-list.component.d.ts +1 -1
  102. package/lib/quick-list/base-quick-list.component.d.ts.map +1 -1
  103. package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +1 -1
  104. package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts.map +1 -1
  105. package/lib/quick-list/quick-list.component.d.ts +1 -1
  106. package/lib/quick-list/quick-list.component.d.ts.map +1 -1
  107. package/lib/quick-list/quick-list.module.d.ts +11 -11
  108. package/lib/quick-list/quick-list.module.d.ts.map +1 -1
  109. package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts +1 -1
  110. package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts.map +1 -1
  111. package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts +1 -1
  112. package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts.map +1 -1
  113. package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +1 -1
  114. package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts.map +1 -1
  115. package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +3 -2
  116. package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map +1 -1
  117. package/lib/readonly/readonly-form-field.module.d.ts +10 -10
  118. package/lib/readonly/readonly-form-field.module.d.ts.map +1 -1
  119. package/lib/stepper/step-header/step-header.component.d.ts +1 -1
  120. package/lib/stepper/step-header/step-header.component.d.ts.map +1 -1
  121. package/lib/stepper/stepper.component.d.ts +2 -2
  122. package/lib/stepper/stepper.component.d.ts.map +1 -1
  123. package/lib/stepper/stepper.module.d.ts +8 -8
  124. package/lib/stepper/stepper.module.d.ts.map +1 -1
  125. package/lib/table/table.component.d.ts +1 -1
  126. package/lib/table/table.component.d.ts.map +1 -1
  127. package/lib/table/table.module.d.ts +12 -12
  128. package/lib/throttle-click/throttle-click.directive.d.ts +1 -1
  129. package/lib/throttle-click/throttle-click.directive.d.ts.map +1 -1
  130. package/lib/throttle-click/throttle-click.module.d.ts +3 -3
  131. package/lib/throttle-click/throttle-click.module.d.ts.map +1 -1
  132. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
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 "./mad-button/mad-button.directive";
8
- import * as i7 from "./mad-button-group/mad-button-group.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@angular/router";
11
- import * as i10 from "@angular/material/button";
12
- import * as i11 from "@angular/material/icon";
13
- import * as i12 from "@angular/material/tooltip";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
4
+ import * as i3 from "@angular/material/button";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "@angular/material/tooltip";
7
+ import * as i6 from "./primary-button/primary-button.component";
8
+ import * as i7 from "./outline-button/outline-button.component";
9
+ import * as i8 from "./flat-button/link-button.component";
10
+ import * as i9 from "./danger-button/danger-button.component";
11
+ import * as i10 from "./icon-button/icon-button.component";
12
+ import * as i11 from "./mad-button/mad-button.directive";
13
+ import * as i12 from "./mad-button-group/mad-button-group.component";
14
14
  export declare class ButtonModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.PrimaryButtonComponent, typeof i2.OutlineButtonComponent, typeof i3.LinkButtonComponent, typeof i4.DangerButtonComponent, typeof i5.IconButtonComponent, typeof i6.MadButtonDirective, typeof i7.MadButtonGroupComponent], [typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.MatButtonModule, typeof i11.MatIconModule, typeof i12.MatTooltipModule], [typeof i1.PrimaryButtonComponent, typeof i2.OutlineButtonComponent, typeof i3.LinkButtonComponent, typeof i4.DangerButtonComponent, typeof i5.IconButtonComponent, typeof i6.MadButtonDirective, typeof i7.MadButtonGroupComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.PrimaryButtonComponent, typeof i7.OutlineButtonComponent, typeof i8.LinkButtonComponent, typeof i9.DangerButtonComponent, typeof i10.IconButtonComponent, typeof i11.MadButtonDirective, typeof i12.MadButtonGroupComponent], [typeof i6.PrimaryButtonComponent, typeof i7.OutlineButtonComponent, typeof i8.LinkButtonComponent, typeof i9.DangerButtonComponent, typeof i10.IconButtonComponent, typeof i11.MadButtonDirective, typeof i12.MadButtonGroupComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
18
18
  }
19
19
  //# sourceMappingURL=button.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAcA,qBAqBa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
1
+ {"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/button/button.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAcA,qBAyBa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -8,6 +8,6 @@ export declare class DangerButtonComponent extends MadBasicButton {
8
8
  button: ElementRef;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DangerButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DangerButtonComponent, "mad-danger-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
13
13
  //# sourceMappingURL=danger-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"danger-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/danger-button/danger-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;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
+ {"version":3,"file":"danger-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/danger-button/danger-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAOa,qBAAsB,SAAQ,cAAc;IAEvD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,qBAAqB;2CAArB,qBAAqB;CAiBjC"}
@@ -8,6 +8,6 @@ export declare class LinkButtonComponent extends MadBasicButton {
8
8
  button: ElementRef;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "mad-link-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
13
13
  //# sourceMappingURL=link-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/flat-button/link-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AACrD,qBAIa,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
+ {"version":3,"file":"link-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/flat-button/link-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,mBAAoB,SAAQ,cAAc;IAErD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,mBAAmB;2CAAnB,mBAAmB;CAiB/B"}
@@ -8,6 +8,6 @@ export declare class IconButtonComponent extends MadBasicButton {
8
8
  button: ElementRef;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mad-icon-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
13
13
  //# sourceMappingURL=icon-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/icon-button/icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD,qBAIa,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
+ {"version":3,"file":"icon-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/icon-button/icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,mBAAoB,SAAQ,cAAc;IAErD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,mBAAmB;2CAAnB,mBAAmB;CAiB/B"}
@@ -18,6 +18,6 @@ export declare class MadButtonDirective implements OnInit {
18
18
  setOutline(value: boolean): void;
19
19
  addOrRemoveClass(condition: boolean, className: string): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MadButtonDirective, [null, null, { optional: true; }, { optional: true; }]>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<MadButtonDirective, "[madButton]", never, { "color": { "alias": "color"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MadButtonDirective, "[madButton]", never, { "color": { "alias": "color"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
23
23
  //# sourceMappingURL=mad-button.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mad-button.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button/mad-button.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBAGa,kBAAmB,YAAW,MAAM;IAS7C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IATpB,MAAM,CAAC,QAAQ,CAAC,eAAe,mBAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAC9C,MAAM,CAAC,QAAQ,CAAC,aAAa,aAAa;IAEjC,KAAK,EAAE,YAAY,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;gBAG3C,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,EACzD,MAAM,EAAE,SAAS,EACjB,MAAM,EAAE,SAAS;IAQ/B,IAAa,OAAO,CAAC,KAAK,EAAE,OAAO,EAElC;IACD,IAAa,SAAS,CAAC,KAAK,EAAE,OAAO,EAEpC;IAED,QAAQ;IAOR,YAAY,CAAC,KAAK,EAAE,OAAO;IAI3B,UAAU,CAAC,KAAK,EAAE,OAAO;IAIzB,gBAAgB,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;yCA1C3C,kBAAkB;2CAAlB,kBAAkB;CAiD9B"}
1
+ {"version":3,"file":"mad-button.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button/mad-button.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBAIa,kBAAmB,YAAW,MAAM;IAS7C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IATpB,MAAM,CAAC,QAAQ,CAAC,eAAe,mBAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAC9C,MAAM,CAAC,QAAQ,CAAC,aAAa,aAAa;IAEjC,KAAK,EAAE,YAAY,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;gBAG3C,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,EACzD,MAAM,EAAE,SAAS,EACjB,MAAM,EAAE,SAAS;IAQ/B,IAAa,OAAO,CAAC,KAAK,EAAE,OAAO,EAElC;IAED,IAAa,SAAS,CAAC,KAAK,EAAE,OAAO,EAEpC;IAED,QAAQ;IAOR,YAAY,CAAC,KAAK,EAAE,OAAO;IAI3B,UAAU,CAAC,KAAK,EAAE,OAAO;IAIzB,gBAAgB,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;yCA3C3C,kBAAkB;2CAAlB,kBAAkB;CAkD9B"}
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  export declare class MadButtonGroupComponent {
3
3
  setClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<MadButtonGroupComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<MadButtonGroupComponent, "mad-button-group", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<MadButtonGroupComponent, "mad-button-group", never, {}, {}, never, ["*"], true, never>;
6
6
  }
7
7
  //# sourceMappingURL=mad-button-group.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mad-button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button-group/mad-button-group.component.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IACK,QAAQ,UAAQ;yCAD5C,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
1
+ {"version":3,"file":"mad-button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/mad-button-group/mad-button-group.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;IACK,QAAQ,UAAQ;yCAD5C,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
@@ -10,6 +10,6 @@ export declare class OutlineButtonComponent extends MadBasicButton {
10
10
  button: ElementRef;
11
11
  constructor();
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<OutlineButtonComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<OutlineButtonComponent, "mad-outline-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], true, never>;
14
14
  }
15
15
  //# sourceMappingURL=outline-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"outline-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/outline-button/outline-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;;AAEtD,qBAKa,sBAAuB,SAAQ,cAAc;IAExD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAGX,KAAK,EAAE,YAAY,CAAa;IAEsB,MAAM,EAAE,UAAU,CAAC;;yCAb9D,sBAAsB;2CAAtB,sBAAsB;CAoBlC"}
1
+ {"version":3,"file":"outline-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/outline-button/outline-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;;AAGtD,qBAOa,sBAAuB,SAAQ,cAAc;IAExD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAGX,KAAK,EAAE,YAAY,CAAa;IAEsB,MAAM,EAAE,UAAU,CAAC;;yCAb9D,sBAAsB;2CAAtB,sBAAsB;CAoBlC"}
@@ -8,6 +8,6 @@ export declare class PrimaryButtonComponent extends MadBasicButton {
8
8
  button: ElementRef;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PrimaryButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrimaryButtonComponent, "mad-primary-button", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
13
13
  //# sourceMappingURL=primary-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"primary-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/primary-button/primary-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD,qBAIa,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
+ {"version":3,"file":"primary-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/button/primary-button/primary-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,sBAAuB,SAAQ,cAAc;IAExD,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAC;IAGlB,KAAK,SAAM;IAE2C,MAAM,EAAE,UAAU,CAAC;;yCAV9D,sBAAsB;2CAAtB,sBAAsB;CAiBlC"}
@@ -23,6 +23,6 @@ export declare class CardComponent {
23
23
  toggleCollapse(): void;
24
24
  additionalActionClicked(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": { "alias": "cancelDisabled"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "saveDisabled": { "alias": "saveDisabled"; "required": false; }; "saveText": { "alias": "saveText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "additionalActionIcon": { "alias": "additionalActionIcon"; "required": false; }; "additionalActionText": { "alias": "additionalActionText"; "required": false; }; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mad-card", never, { "cancelDisabled": { "alias": "cancelDisabled"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "saveDisabled": { "alias": "saveDisabled"; "required": false; }; "saveText": { "alias": "saveText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "additionalActionIcon": { "alias": "additionalActionIcon"; "required": false; }; "additionalActionText": { "alias": "additionalActionText"; "required": false; }; }, { "edit": "edit"; "cancel": "cancel"; "save": "save"; "additionalAction": "additionalAction"; }, never, ["*"], true, never>;
27
27
  }
28
28
  //# sourceMappingURL=card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;;AAGrE,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,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,UAAS;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,SAAM;IACzB,IAAI,oBAAsB;IAC1B,MAAM,oBAAsB;IAC5B,IAAI,oBAAsB;IAC1B,gBAAgB,oBAAsB;IAEhD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;IAKd,MAAM,IAAI,IAAI;IAId,cAAc,IAAI,IAAI;IAItB,uBAAuB,IAAI,IAAI;yCAnCpB,aAAa;2CAAb,aAAa;CAsCzB"}
1
+ {"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAUvE,qBA6Ca,aAAa;IACf,cAAc,UAAS;IACvB,UAAU,SAAa;IACvB,QAAQ,UAAQ;IAChB,QAAQ,SAAa;IACrB,UAAU,UAAQ;IAClB,QAAQ,UAAQ;IAChB,YAAY,UAAS;IACrB,QAAQ,SAAa;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,UAAS;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,SAAM;IACzB,IAAI,oBAAsB;IAC1B,MAAM,oBAAsB;IAC5B,IAAI,oBAAsB;IAC1B,gBAAgB,oBAAsB;IAEhD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;IAKd,MAAM,IAAI,IAAI;IAId,cAAc,IAAI,IAAI;IAItB,uBAAuB,IAAI,IAAI;yCAnCpB,aAAa;2CAAb,aAAa;CAsCzB"}
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./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";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/card";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "../button/button.module";
6
+ import * as i5 from "@angular/material/button";
7
+ import * as i6 from "../throttle-click/throttle-click.module";
8
+ import * as i7 from "./card.component";
9
9
  export declare class CardModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent], [typeof i2.CommonModule, typeof i3.MatCardModule, typeof i4.MatIconModule, typeof i5.ButtonModule, typeof i6.MatButtonModule, typeof i7.ThrottleClickModule], [typeof i1.CardComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CommonModule, typeof i2.MatCardModule, typeof i3.MatIconModule, typeof i4.ButtonModule, typeof i5.MatButtonModule, typeof i6.ThrottleClickModule, typeof i7.CardComponent], [typeof i7.CardComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
13
13
  }
14
14
  //# sourceMappingURL=card.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAKa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAG"}
1
+ {"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/card/card.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAIa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=content-header.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-header.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-header/content-header.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
1
+ {"version":3,"file":"content-header.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-header/content-header.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentPanelContainerComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-sidebar", "mad-content-panel-container-content", "mad-content-panel-container-footer"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerComponent, "mad-content-panel-container", never, {}, {}, never, ["mad-content-panel-container-sidebar", "mad-content-panel-container-content", "mad-content-panel-container-footer"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=content-panel-container.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-panel-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container/content-panel-container.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
1
+ {"version":3,"file":"content-panel-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container/content-panel-container.component.ts"],"names":[],"mappings":";AAEA,qBAMa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentPanelContainerContentComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerContentComponent, "mad-content-panel-container-content", never, {}, {}, never, ["*"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=content-panel-container-content.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-panel-container-content.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.ts"],"names":[],"mappings":";AAEA,qBAKa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
1
+ {"version":3,"file":"content-panel-container-content.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentPanelContainerFooterComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerFooterComponent, "mad-content-panel-container-footer", never, {}, {}, never, ["*"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=content-panel-container-footer.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-panel-container-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.ts"],"names":[],"mappings":";AAEA,qBAKa,oCAAoC;yCAApC,oCAAoC;2CAApC,oCAAoC;CAAG"}
1
+ {"version":3,"file":"content-panel-container-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.ts"],"names":[],"mappings":";AAEA,qBAMa,oCAAoC;yCAApC,oCAAoC;2CAApC,oCAAoC;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentPanelContainerSidebarComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelContainerSidebarComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerSidebarComponent, "mad-content-panel-container-sidebar", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentPanelContainerSidebarComponent, "mad-content-panel-container-sidebar", never, {}, {}, never, ["*"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=content-panel-container-sidebar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-panel-container-sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.ts"],"names":[],"mappings":";AAEA,qBAKa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
1
+ {"version":3,"file":"content-panel-container-sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG"}
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./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 "./content-panel-container-sidebar/content-panel-container-sidebar.component";
7
- import * as i6 from "./main-container/main-container.component";
8
- import * as i7 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./content-header/content-header.component";
4
+ import * as i3 from "./content-panel-container/content-panel-container.component";
5
+ import * as i4 from "./content-panel-container-content/content-panel-container-content.component";
6
+ import * as i5 from "./content-panel-container-footer/content-panel-container-footer.component";
7
+ import * as i6 from "./content-panel-container-sidebar/content-panel-container-sidebar.component";
8
+ import * as i7 from "./main-container/main-container.component";
9
9
  export declare class ContentPanelModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentPanelModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContentPanelModule, [typeof i1.ContentHeaderComponent, typeof i2.ContentPanelContainerComponent, typeof i3.ContentPanelContainerContentComponent, typeof i4.ContentPanelContainerFooterComponent, typeof i5.ContentPanelContainerSidebarComponent, typeof i6.MainContainerComponent], [typeof i7.CommonModule], [typeof i1.ContentHeaderComponent, typeof i2.ContentPanelContainerComponent, typeof i3.ContentPanelContainerContentComponent, typeof i4.ContentPanelContainerFooterComponent, typeof i5.ContentPanelContainerSidebarComponent, typeof i6.MainContainerComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContentPanelModule, never, [typeof i1.CommonModule, typeof i2.ContentHeaderComponent, typeof i3.ContentPanelContainerComponent, typeof i4.ContentPanelContainerContentComponent, typeof i5.ContentPanelContainerFooterComponent, typeof i6.ContentPanelContainerSidebarComponent, typeof i7.MainContainerComponent], [typeof i2.ContentHeaderComponent, typeof i3.ContentPanelContainerComponent, typeof i4.ContentPanelContainerContentComponent, typeof i5.ContentPanelContainerFooterComponent, typeof i6.ContentPanelContainerSidebarComponent, typeof i7.MainContainerComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ContentPanelModule>;
13
13
  }
14
14
  //# sourceMappingURL=content-panel.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"content-panel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAmBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"content-panel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/content-panel/content-panel.module.ts"],"names":[],"mappings":";;;;;;;;AAWA,qBAmBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class MainContainerComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<MainContainerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainContainerComponent, "mad-main-container", never, {}, {}, never, ["mad-content-header", "mad-flowbar", "mad-content-panel-container"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=main-container.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/main-container/main-container.component.ts"],"names":[],"mappings":";AAEA,qBAKa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
1
+ {"version":3,"file":"main-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/content-panel/main-container/main-container.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAAG"}
@@ -42,6 +42,6 @@ export declare class FlowbarComponent implements OnInit, AfterViewInit {
42
42
  private findPreviousEnabledStep;
43
43
  private findNextEnabledStep;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": { "alias": "steps"; "required": false; }; "_activeStep": { "alias": "activeStep"; "required": false; }; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<FlowbarComponent, "mad-flowbar", never, { "_steps": { "alias": "steps"; "required": false; }; "_activeStep": { "alias": "activeStep"; "required": false; }; }, { "_activeStepChange": "activeStepChange"; "_headerClick": "headerClick"; }, never, never, true, never>;
46
46
  }
47
47
  //# sourceMappingURL=flowbar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flowbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;;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
+ {"version":3,"file":"flowbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAIzG,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB;AAED,qBAOa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAC5C,MAAM,EAAE,KAAK,EAAE,CAAM;IAChB,WAAW,EAAE,KAAK,CAAC;IACZ,iBAAiB,EAAE,YAAY,CAAC,KAAK,CAAC,CAAiC;IACnG;;;;OAIG;IACoB,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAAiC;IACnE,OAAO,CAAC,OAAO,CAAa;IAElD,IAAI,gBAAgB,IAAI,MAAM,CAE7B;IAED,IAAI,mBAAmB,IAAI,MAAM,CAEhC;IAED,QAAQ,IAAI,IAAI;IAchB,eAAe,IAAI,IAAI;IAIvB,qBAAqB,IAAI,MAAM;IAK/B,gBAAgB,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI;IAanC,wBAAwB,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI;IAM3C,mBAAmB,CAAC,OAAO,EAAE,KAAK,GAAG,IAAI;IAIzC,QAAQ,IAAI,IAAI;IAchB,IAAI,IAAI,IAAI;IAcZ,mBAAmB,IAAI,OAAO;IAY9B,eAAe,IAAI,OAAO;IAY1B,UAAU,IAAI,OAAO;IAWrB,eAAe,IAAI,MAAM;IAIzB,sBAAsB,IAAI,MAAM;IAIhC,YAAY,IAAI,IAAI;IAKpB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,IAAI;IAK1C,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,yBAAyB;IAKjC,OAAO,CAAC,uBAAuB;IAQ/B,OAAO,CAAC,mBAAmB;yCAjLhB,gBAAgB;2CAAhB,gBAAgB;CAqL5B"}
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./flowbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/stepper";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/stepper";
4
+ import * as i3 from "./flowbar.component";
5
5
  export declare class FlowbarModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FlowbarModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<FlowbarModule, [typeof i1.FlowbarComponent], [typeof i2.CommonModule, typeof i3.MatStepperModule], [typeof i1.FlowbarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FlowbarModule, never, [typeof i1.CommonModule, typeof i2.MatStepperModule, typeof i3.FlowbarComponent], [typeof i3.FlowbarComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<FlowbarModule>;
9
9
  }
10
10
  //# sourceMappingURL=flowbar.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flowbar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"flowbar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/flowbar/flowbar.module.ts"],"names":[],"mappings":";;;;AAKA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SidebarItemComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarItemComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarItemComponent, "[mad-sidebar-item]", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarItemComponent, "[mad-sidebar-item]", never, {}, {}, never, ["*"], true, never>;
5
5
  }
6
6
  //# sourceMappingURL=sidebar-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar-item/sidebar-item.component.ts"],"names":[],"mappings":";AAEA,qBAMa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar-item/sidebar-item.component.ts"],"names":[],"mappings":";AAEA,qBAOa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
@@ -3,6 +3,6 @@ export declare class SidebarComponent {
3
3
  collapsed: boolean;
4
4
  toggleCollapse(): void;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "mad-sidebar", never, { "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "mad-sidebar", never, { "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"], true, never>;
7
7
  }
8
8
  //# sourceMappingURL=sidebar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.component.ts"],"names":[],"mappings":";AAEA,qBAKa,gBAAgB;IAClB,SAAS,UAAS;IAE3B,cAAc;yCAHH,gBAAgB;2CAAhB,gBAAgB;CAM5B"}
1
+ {"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.component.ts"],"names":[],"mappings":";AAIA,qBAOa,gBAAgB;IAClB,SAAS,UAAS;IAE3B,cAAc;yCAHH,gBAAgB;2CAAhB,gBAAgB;CAM5B"}
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./sidebar.component";
3
- import * as i2 from "./sidebar-item/sidebar-item.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/button";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/icon";
4
+ import * as i3 from "@angular/material/button";
5
+ import * as i4 from "./sidebar.component";
6
+ import * as i5 from "./sidebar-item/sidebar-item.component";
7
7
  export declare class SidebarModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent, typeof i2.SidebarItemComponent], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatButtonModule], [typeof i1.SidebarComponent, typeof i2.SidebarItemComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatButtonModule, typeof i4.SidebarComponent, typeof i5.SidebarItemComponent], [typeof i4.SidebarComponent, typeof i5.SidebarItemComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
11
11
  }
12
12
  //# sourceMappingURL=sidebar.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAKa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"sidebar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/sidebar/sidebar.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
@@ -23,6 +23,6 @@ export declare class ToolbarComponent {
23
23
  showBadgeForMenu(): boolean;
24
24
  hasImportantToolbarActions(): boolean;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "mad-toolbar", never, {}, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "mad-toolbar", never, {}, {}, never, never, true, never>;
27
27
  }
28
28
  //# sourceMappingURL=toolbar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAe,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAE3F,qBAKa,gBAAgB;IAIzB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IALxB,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAAgG;gBAGrH,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,KAAK,EACnB,cAAc,EAAE,cAAc;IAGxC,QAAQ,IAAI,MAAM;IAOlB,iBAAiB,IAAI,aAAa,EAAE;IAIpC,cAAc,IAAI,UAAU,EAAE;IAI9B,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAOlD,YAAY,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAItD,cAAc,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAI3C,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAIlD,aAAa,IAAI,UAAU;IAI3B,6BAA6B,IAAI,OAAO;IAIxC,0BAA0B,IAAI,MAAM;IAIpC,gBAAgB,IAAI,OAAO;IAQ3B,0BAA0B,IAAI,OAAO;yCA/D1B,gBAAgB;2CAAhB,gBAAgB;CAkE5B"}
1
+ {"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/material-addons/src/lib/layout/toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAe,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAa3F,qBAqBa,gBAAgB;IAIzB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IALxB,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAAgG;gBAGrH,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,KAAK,EACnB,cAAc,EAAE,cAAc;IAGxC,QAAQ,IAAI,MAAM;IAOlB,iBAAiB,IAAI,aAAa,EAAE;IAIpC,cAAc,IAAI,UAAU,EAAE;IAI9B,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAOlD,YAAY,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAItD,cAAc,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAI3C,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO;IAIlD,aAAa,IAAI,UAAU;IAI3B,6BAA6B,IAAI,OAAO;IAIxC,0BAA0B,IAAI,MAAM;IAIpC,gBAAgB,IAAI,OAAO;IAQ3B,0BAA0B,IAAI,OAAO;yCA/D1B,gBAAgB;2CAAhB,gBAAgB;CAkE5B"}
@@ -1,18 +1,18 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./toolbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "@angular/material/menu";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/toolbar";
8
- import * as i7 from "@angular/material/icon";
9
- import * as i8 from "../../material-action-button/material-action-button.module";
10
- import * as i9 from "@angular/material/tooltip";
11
- import * as i10 from "../../button/button.module";
12
- import * as i11 from "@angular/material/badge";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
4
+ import * as i3 from "@angular/material/menu";
5
+ import * as i4 from "@angular/material/button";
6
+ import * as i5 from "@angular/material/toolbar";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "../../material-action-button/material-action-button.module";
9
+ import * as i8 from "@angular/material/tooltip";
10
+ import * as i9 from "../../button/button.module";
11
+ import * as i10 from "@angular/material/badge";
12
+ import * as i11 from "./toolbar.component";
13
13
  export declare class ToolbarModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.ToolbarComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule, typeof i6.MatToolbarModule, typeof i7.MatIconModule, typeof i8.MaterialActionButtonModule, typeof i9.MatTooltipModule, typeof i10.ButtonModule, typeof i11.MatBadgeModule], [typeof i1.ToolbarComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatMenuModule, typeof i4.MatButtonModule, typeof i5.MatToolbarModule, typeof i6.MatIconModule, typeof i7.MaterialActionButtonModule, typeof i8.MatTooltipModule, typeof i9.ButtonModule, typeof i10.MatBadgeModule, typeof i11.ToolbarComponent], [typeof i11.ToolbarComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
17
17
  }
18
18
  //# sourceMappingURL=toolbar.module.d.ts.map
@@ -7,6 +7,6 @@ export declare class MaterialActionButtonComponent {
7
7
  liftHigher: boolean;
8
8
  liftHigher2: boolean;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": { "alias": "actionName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "liftHigher": { "alias": "liftHigher"; "required": false; }; "liftHigher2": { "alias": "liftHigher2"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MaterialActionButtonComponent, "mad-material-action-button", never, { "actionName": { "alias": "actionName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "liftHigher": { "alias": "liftHigher"; "required": false; }; "liftHigher2": { "alias": "liftHigher2"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  //# sourceMappingURL=material-action-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"material-action-button.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.component.ts"],"names":[],"mappings":";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
+ {"version":3,"file":"material-action-button.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.component.ts"],"names":[],"mappings":";AAOA,qBAOa,6BAA6B;IAExC,UAAU,EAAE,MAAM,CAAC;IAGnB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,SAAS;IAGb,UAAU,EAAE,MAAM,CAAC;IAInB,UAAU,UAAQ;IAGlB,WAAW,UAAS;yCAlBT,6BAA6B;2CAA7B,6BAA6B;CAmBzC"}
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./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";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
4
+ import * as i3 from "@angular/material/button";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "@angular/material/tooltip";
7
+ import * as i6 from "./material-action-button.component";
8
8
  export declare class MaterialActionButtonModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialActionButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialActionButtonModule, [typeof i1.MaterialActionButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.MatTooltipModule], [typeof i1.MaterialActionButtonComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialActionButtonModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.MaterialActionButtonComponent], [typeof i6.MaterialActionButtonComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialActionButtonModule>;
12
12
  }
13
13
  //# sourceMappingURL=material-action-button.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"material-action-button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAKa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
1
+ {"version":3,"file":"material-action-button.module.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/material-action-button/material-action-button.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
@@ -40,6 +40,6 @@ export declare class NumericFieldDirective implements OnInit, OnDestroy, AfterVi
40
40
  private detachListener;
41
41
  private roundOrTruncate;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldDirective, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "roundValue": { "alias": "roundDisplayValue"; "required": false; }; "autofillDecimals": { "alias": "autofillDecimals"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "unitPosition": { "alias": "unitPosition"; "required": false; }; "numericValue": { "alias": "numericValue"; "required": false; }; }, { "numericValueChanged": "numericValueChange"; }, never, never, false, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFieldDirective, "[madNumericField]", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "decimalPlaces": { "alias": "decimalPlaces"; "required": false; }; "roundValue": { "alias": "roundDisplayValue"; "required": false; }; "autofillDecimals": { "alias": "autofillDecimals"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "unitPosition": { "alias": "unitPosition"; "required": false; }; "numericValue": { "alias": "numericValue"; "required": false; }; }, { "numericValueChanged": "numericValueChange"; }, never, never, true, never>;
44
44
  }
45
45
  //# sourceMappingURL=numeric-field.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"numeric-field.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.directive.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,gBAAgB,EAEhB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;;AAQ9D,qBAgBa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB;IA+BnG,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,mBAAmB;IAhCT,SAAS,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,aAAa,SAAK;IACd,UAAU,UAAS;IACpB,gBAAgB,UAAS;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnB,YAAY,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,mBAAmB,uBAA8B;IAE/E,OAAO,CAAC,YAAY,CAAM;IAC1B,OAAO,CAAC,aAAa,CAAO;IAC5B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,mBAAmB,CAAa;IACxC,OAAO,CAAC,aAAa,CAAa;IAClC,OAAO,CAAC,eAAe,CAAa;IAEpC,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAQ7B;IAED,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,QAAQ,CAAkB;gBAGxB,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,UAAU,EACnB,mBAAmB,EAAE,mBAAmB;IAKlD,QAAQ,EAAE,GAAG,CAAY;IAEzB,SAAS,EAAE,GAAG,CAAY;IAE1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,IAAI,IAAI;IAIxB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,QAAQ,IAAI,IAAI;IA8EhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,IAAI,IAAI;IAI1B,kBAAkB,IAAI,IAAI;IAc1B,WAAW,CAAC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,OAAO,GAAG,IAAI;IAyCtE,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAYhC,sBAAsB,IAAI,MAAM,GAAG,SAAS;IAS5C,OAAO,CAAC,gBAAgB;IAmCxB,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,eAAe;yCA9QZ,qBAAqB;2CAArB,qBAAqB;CAkRjC"}
1
+ {"version":3,"file":"numeric-field.directive.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/numeric-field/numeric-field.directive.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,gBAAgB,EAEhB,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;;AAQ9D,qBAiBa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB;IA+BnG,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,mBAAmB;IAhCT,SAAS,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,aAAa,SAAK;IACd,UAAU,UAAS;IACpB,gBAAgB,UAAS;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnB,YAAY,EAAE,OAAO,GAAG,MAAM,CAAW;IAClC,mBAAmB,uBAA8B;IAE/E,OAAO,CAAC,YAAY,CAAM;IAC1B,OAAO,CAAC,aAAa,CAAO;IAC5B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,mBAAmB,CAAa;IACxC,OAAO,CAAC,aAAa,CAAa;IAClC,OAAO,CAAC,eAAe,CAAa;IAEpC,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAQ7B;IAED,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,QAAQ,CAAkB;gBAGxB,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,UAAU,EACnB,mBAAmB,EAAE,mBAAmB;IAKlD,QAAQ,EAAE,GAAG,CAAY;IAEzB,SAAS,EAAE,GAAG,CAAY;IAE1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,IAAI,IAAI;IAIxB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,QAAQ,IAAI,IAAI;IA8EhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,IAAI,IAAI;IAI1B,kBAAkB,IAAI,IAAI;IAc1B,WAAW,CAAC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,OAAO,GAAG,IAAI;IAyCtE,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAYhC,sBAAsB,IAAI,MAAM,GAAG,SAAS;IAS5C,OAAO,CAAC,gBAAgB;IAmCxB,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,eAAe;yCA/QZ,qBAAqB;2CAArB,qBAAqB;CAwRjC"}
@@ -4,7 +4,7 @@ import * as i1 from "./numeric-field.directive";
4
4
  export declare class NumericFieldModule {
5
5
  static forRoot(): ModuleWithProviders<NumericFieldModule>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFieldModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumericFieldModule, [typeof i1.NumericFieldDirective], never, [typeof i1.NumericFieldDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NumericFieldModule, never, [typeof i1.NumericFieldDirective], [typeof i1.NumericFieldDirective]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<NumericFieldModule>;
9
9
  }
10
10
  //# sourceMappingURL=numeric-field.module.d.ts.map