@porscheinformatik/material-addons 17.4.3 → 17.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/esm2022/lib/alert/alert.component.mjs +60 -0
  2. package/esm2022/lib/button/button.module.mjs +24 -6
  3. package/esm2022/lib/button/danger-button/danger-button.component.mjs +4 -3
  4. package/esm2022/lib/button/flat-button/link-button.component.mjs +4 -3
  5. package/esm2022/lib/button/icon-button/icon-button.component.mjs +4 -3
  6. package/esm2022/lib/button/mad-button/mad-button.directive.mjs +3 -2
  7. package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +3 -2
  8. package/esm2022/lib/button/outline-button/outline-button.component.mjs +4 -3
  9. package/esm2022/lib/button/primary-button/primary-button.component.mjs +4 -3
  10. package/esm2022/lib/card/card.component.mjs +19 -9
  11. package/esm2022/lib/card/card.module.mjs +4 -5
  12. package/esm2022/lib/data-table/data-table.component.mjs +7 -7
  13. package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +3 -3
  14. package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +3 -3
  15. package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +3 -3
  16. package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +3 -3
  17. package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +3 -3
  18. package/esm2022/lib/layout/content-panel/content-panel.module.mjs +6 -5
  19. package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +3 -3
  20. package/esm2022/lib/layout/flowbar/flowbar.component.mjs +6 -5
  21. package/esm2022/lib/layout/flowbar/flowbar.module.mjs +4 -5
  22. package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +3 -3
  23. package/esm2022/lib/layout/sidebar/sidebar.component.mjs +7 -5
  24. package/esm2022/lib/layout/sidebar/sidebar.module.mjs +4 -5
  25. package/esm2022/lib/layout/toolbar/toolbar.component.mjs +34 -14
  26. package/esm2022/lib/layout/toolbar/toolbar.module.mjs +7 -5
  27. package/esm2022/lib/material-action-button/material-action-button.component.mjs +11 -8
  28. package/esm2022/lib/material-action-button/material-action-button.module.mjs +4 -5
  29. package/esm2022/lib/numeric-field/numeric-field.directive.mjs +3 -2
  30. package/esm2022/lib/numeric-field/numeric-field.module.mjs +3 -3
  31. package/esm2022/lib/quick-list/base-quick-list.component.mjs +3 -3
  32. package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +15 -7
  33. package/esm2022/lib/quick-list/quick-list.component.mjs +8 -7
  34. package/esm2022/lib/quick-list/quick-list.module.mjs +23 -6
  35. package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +15 -7
  36. package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +15 -7
  37. package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +16 -10
  38. package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +13 -8
  39. package/esm2022/lib/readonly/readonly-form-field.module.mjs +31 -6
  40. package/esm2022/lib/stepper/step-header/step-header.component.mjs +6 -5
  41. package/esm2022/lib/stepper/stepper.component.mjs +10 -11
  42. package/esm2022/lib/stepper/stepper.module.mjs +27 -5
  43. package/esm2022/lib/table/table.component.mjs +32 -16
  44. package/esm2022/lib/table/table.module.mjs +7 -5
  45. package/esm2022/lib/throttle-click/throttle-click.directive.mjs +3 -2
  46. package/esm2022/lib/throttle-click/throttle-click.module.mjs +3 -4
  47. package/esm2022/public_api.mjs +2 -1
  48. package/fesm2022/porscheinformatik-material-addons.mjs +386 -187
  49. package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
  50. package/lib/alert/alert.component.d.ts +19 -0
  51. package/lib/alert/alert.component.d.ts.map +1 -0
  52. package/lib/button/button.module.d.ts +13 -13
  53. package/lib/button/button.module.d.ts.map +1 -1
  54. package/lib/button/danger-button/danger-button.component.d.ts +1 -1
  55. package/lib/button/danger-button/danger-button.component.d.ts.map +1 -1
  56. package/lib/button/flat-button/link-button.component.d.ts +1 -1
  57. package/lib/button/flat-button/link-button.component.d.ts.map +1 -1
  58. package/lib/button/icon-button/icon-button.component.d.ts +1 -1
  59. package/lib/button/icon-button/icon-button.component.d.ts.map +1 -1
  60. package/lib/button/mad-button/mad-button.directive.d.ts +1 -1
  61. package/lib/button/mad-button/mad-button.directive.d.ts.map +1 -1
  62. package/lib/button/mad-button-group/mad-button-group.component.d.ts +1 -1
  63. package/lib/button/mad-button-group/mad-button-group.component.d.ts.map +1 -1
  64. package/lib/button/outline-button/outline-button.component.d.ts +1 -1
  65. package/lib/button/outline-button/outline-button.component.d.ts.map +1 -1
  66. package/lib/button/primary-button/primary-button.component.d.ts +1 -1
  67. package/lib/button/primary-button/primary-button.component.d.ts.map +1 -1
  68. package/lib/card/card.component.d.ts +1 -1
  69. package/lib/card/card.component.d.ts.map +1 -1
  70. package/lib/card/card.module.d.ts +8 -8
  71. package/lib/card/card.module.d.ts.map +1 -1
  72. package/lib/data-table/data-table.component.d.ts +1 -1
  73. package/lib/data-table/data-table.component.d.ts.map +1 -1
  74. package/lib/layout/content-panel/content-header/content-header.component.d.ts +1 -1
  75. package/lib/layout/content-panel/content-header/content-header.component.d.ts.map +1 -1
  76. package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts +1 -1
  77. package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts.map +1 -1
  78. package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +1 -1
  79. package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts.map +1 -1
  80. package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +1 -1
  81. package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts.map +1 -1
  82. package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts +1 -1
  83. package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts.map +1 -1
  84. package/lib/layout/content-panel/content-panel.module.d.ts +8 -8
  85. package/lib/layout/content-panel/content-panel.module.d.ts.map +1 -1
  86. package/lib/layout/content-panel/main-container/main-container.component.d.ts +1 -1
  87. package/lib/layout/content-panel/main-container/main-container.component.d.ts.map +1 -1
  88. package/lib/layout/flowbar/flowbar.component.d.ts +1 -1
  89. package/lib/layout/flowbar/flowbar.component.d.ts.map +1 -1
  90. package/lib/layout/flowbar/flowbar.module.d.ts +4 -4
  91. package/lib/layout/flowbar/flowbar.module.d.ts.map +1 -1
  92. package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts +1 -1
  93. package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts.map +1 -1
  94. package/lib/layout/sidebar/sidebar.component.d.ts +1 -1
  95. package/lib/layout/sidebar/sidebar.component.d.ts.map +1 -1
  96. package/lib/layout/sidebar/sidebar.module.d.ts +6 -6
  97. package/lib/layout/sidebar/sidebar.module.d.ts.map +1 -1
  98. package/lib/layout/toolbar/toolbar.component.d.ts +1 -1
  99. package/lib/layout/toolbar/toolbar.component.d.ts.map +1 -1
  100. package/lib/layout/toolbar/toolbar.module.d.ts +12 -12
  101. package/lib/material-action-button/material-action-button.component.d.ts +1 -1
  102. package/lib/material-action-button/material-action-button.component.d.ts.map +1 -1
  103. package/lib/material-action-button/material-action-button.module.d.ts +7 -7
  104. package/lib/material-action-button/material-action-button.module.d.ts.map +1 -1
  105. package/lib/numeric-field/numeric-field.directive.d.ts +1 -1
  106. package/lib/numeric-field/numeric-field.directive.d.ts.map +1 -1
  107. package/lib/numeric-field/numeric-field.module.d.ts +1 -1
  108. package/lib/quick-list/base-quick-list.component.d.ts +1 -1
  109. package/lib/quick-list/base-quick-list.component.d.ts.map +1 -1
  110. package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +1 -1
  111. package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts.map +1 -1
  112. package/lib/quick-list/quick-list.component.d.ts +1 -1
  113. package/lib/quick-list/quick-list.component.d.ts.map +1 -1
  114. package/lib/quick-list/quick-list.module.d.ts +11 -11
  115. package/lib/quick-list/quick-list.module.d.ts.map +1 -1
  116. package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts +1 -1
  117. package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts.map +1 -1
  118. package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts +1 -1
  119. package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts.map +1 -1
  120. package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +1 -1
  121. package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts.map +1 -1
  122. package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +3 -2
  123. package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map +1 -1
  124. package/lib/readonly/readonly-form-field.module.d.ts +10 -10
  125. package/lib/readonly/readonly-form-field.module.d.ts.map +1 -1
  126. package/lib/stepper/step-header/step-header.component.d.ts +1 -1
  127. package/lib/stepper/step-header/step-header.component.d.ts.map +1 -1
  128. package/lib/stepper/stepper.component.d.ts +2 -2
  129. package/lib/stepper/stepper.component.d.ts.map +1 -1
  130. package/lib/stepper/stepper.module.d.ts +8 -8
  131. package/lib/stepper/stepper.module.d.ts.map +1 -1
  132. package/lib/table/table.component.d.ts +1 -1
  133. package/lib/table/table.component.d.ts.map +1 -1
  134. package/lib/table/table.module.d.ts +12 -12
  135. package/lib/throttle-click/throttle-click.directive.d.ts +1 -1
  136. package/lib/throttle-click/throttle-click.directive.d.ts.map +1 -1
  137. package/lib/throttle-click/throttle-click.module.d.ts +3 -3
  138. package/lib/throttle-click/throttle-click.module.d.ts.map +1 -1
  139. package/package.json +1 -1
  140. package/public_api.d.ts +1 -0
  141. package/public_api.d.ts.map +1 -1
  142. package/themes/common/styles.scss +40 -0
@@ -0,0 +1,19 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export type AlertType = 'success' | 'info' | 'warning' | 'error';
4
+ export type AlertSize = 'small' | 'medium' | 'large';
5
+ export declare class AlertComponent {
6
+ type: AlertType;
7
+ message: string;
8
+ size: AlertSize;
9
+ actionText: string;
10
+ closeable: boolean;
11
+ close: EventEmitter<void>;
12
+ action: EventEmitter<void>;
13
+ get icon(): "" | "error" | "info" | "warning" | "check_circle";
14
+ closeAlert(): void;
15
+ onAction(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "mad-alert", never, { "type": { "alias": "type"; "required": false; }; "message": { "alias": "message"; "required": false; }; "size": { "alias": "size"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; }, { "close": "close"; "action": "action"; }, never, never, true, never>;
18
+ }
19
+ //# sourceMappingURL=alert.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/alert/alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAKvE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AACjE,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAErD,qBAOa,cAAc;IAChB,IAAI,EAAE,SAAS,CAAU;IACzB,OAAO,EAAE,MAAM,CAAM;IACrB,IAAI,EAAE,SAAS,CAAY;IAC3B,UAAU,EAAE,MAAM,CAAM;IACxB,SAAS,EAAE,OAAO,CAAQ;IACzB,KAAK,qBAA4B;IACjC,MAAM,qBAA4B;IAE5C,IAAI,IAAI,uDAaP;IAED,UAAU;IAIV,QAAQ;yCA5BG,cAAc;2CAAd,cAAc;CA+B1B"}
@@ -1,19 +1,19 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./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"}
@@ -151,7 +151,7 @@ export declare class DataTableComponent implements AfterViewInit, OnChanges {
151
151
  /** ACTION & SELECTION HANDLING */
152
152
  get selectionEmitMode(): DataTableSelectionEmitMode;
153
153
  get selectionMode(): DataTableSelectionMode;
154
- get filteredPageData(): any[];
154
+ get displayedData(): any[];
155
155
  get showActionColumn(): boolean;
156
156
  showCheckbox(displayedData: any): boolean;
157
157
  showRowActionIcon(displayedData: any): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../projects/material-addons/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContentHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentHeaderComponent, "mad-content-header", never, {}, {}, never, ["*"], 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