@quadrel-enterprise-ui/framework 19.0.0 → 19.0.2

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 (148) hide show
  1. package/fesm2022/quadrel-enterprise-ui-framework.mjs +6816 -12295
  2. package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
  3. package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +2 -8
  4. package/lib/core/core.module.d.ts +8 -6
  5. package/lib/core/model/app-enviroment.token.d.ts +1 -2
  6. package/lib/file-collector/file-collector.component.d.ts +2 -5
  7. package/lib/forms/qd-form.module.d.ts +27 -29
  8. package/lib/lists/__mocks__/mock-list.module.d.ts +2 -10
  9. package/lib/lists/list.module.d.ts +4 -12
  10. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +2 -7
  11. package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +3 -7
  12. package/lib/notifications/notification/notification.component.d.ts +2 -2
  13. package/lib/qd-ui-mock.module.d.ts +18 -25
  14. package/lib/qd-ui.module.d.ts +28 -35
  15. package/lib/quick-edit/quick-edit.component.d.ts +2 -4
  16. package/lib/section/section.module.d.ts +1 -2
  17. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +1 -1
  18. package/lib/shell/header/widget/shell-header-widget.component.d.ts +1 -1
  19. package/package.json +1 -1
  20. package/public-api.d.ts +0 -16
  21. package/src/assets/i18n/de.json +0 -1
  22. package/src/assets/i18n/en.json +0 -2
  23. package/src/assets/i18n/fr.json +0 -2
  24. package/src/assets/i18n/it.json +0 -2
  25. package/src/assets/styles/components/_components.all.scss +0 -1
  26. package/lib/container/__mocks__/mock-action-footer.component.d.ts +0 -5
  27. package/lib/container/__mocks__/mock-container-create-content.component.d.ts +0 -9
  28. package/lib/container/__mocks__/mock-container-create-default.component.d.ts +0 -7
  29. package/lib/container/__mocks__/mock-container-section.component.d.ts +0 -7
  30. package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts +0 -16
  31. package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts +0 -5
  32. package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts +0 -5
  33. package/lib/container/__mocks__/mock-container-toolbar.component.d.ts +0 -8
  34. package/lib/container/__mocks__/mock-container.component.d.ts +0 -17
  35. package/lib/container/__mocks__/mock-container.module.d.ts +0 -30
  36. package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts +0 -7
  37. package/lib/container/__mocks__/mock-form-group.component.d.ts +0 -14
  38. package/lib/container/container.component.d.ts +0 -86
  39. package/lib/container/container.module.d.ts +0 -31
  40. package/lib/container/model/container-type.d.ts +0 -12
  41. package/lib/container/model/toolbar.interface.d.ts +0 -40
  42. package/lib/container/section/container-section.component.d.ts +0 -22
  43. package/lib/container/section/header/container-section-header.component.d.ts +0 -10
  44. package/lib/container/section/info/container-section-info.component.d.ts +0 -8
  45. package/lib/container/services/container-action.service.d.ts +0 -10
  46. package/lib/container/services/container-layout.service.d.ts +0 -20
  47. package/lib/container/toolbar/action/container-toolbar-action.component.d.ts +0 -45
  48. package/lib/container/toolbar/container-toolbar.component.d.ts +0 -26
  49. package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts +0 -11
  50. package/lib/container/toolbar/title/container-toolbar-title.component.d.ts +0 -10
  51. package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts +0 -5
  52. package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts +0 -5
  53. package/lib/content-grid/__mocks__/mock-content-grid.d.ts +0 -5
  54. package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts +0 -13
  55. package/lib/content-grid/content-grid/content-grid.component.d.ts +0 -15
  56. package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts +0 -11
  57. package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts +0 -12
  58. package/lib/content-grid/content-grid.module.d.ts +0 -14
  59. package/lib/forms/forms/forms.component.d.ts +0 -10
  60. package/lib/layout/__mocks__/mock-action-bar.component.d.ts +0 -14
  61. package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts +0 -7
  62. package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts +0 -7
  63. package/lib/layout/__mocks__/mock-layout-container.component.d.ts +0 -5
  64. package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts +0 -13
  65. package/lib/layout/__mocks__/mock-layout.module.d.ts +0 -30
  66. package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts +0 -5
  67. package/lib/layout/__mocks__/mock-page-process-header.component.d.ts +0 -26
  68. package/lib/layout/__mocks__/mock-page-title.component.d.ts +0 -7
  69. package/lib/layout/__mocks__/mock-panel-title.component.d.ts +0 -7
  70. package/lib/layout/__mocks__/mock-panel.component.d.ts +0 -9
  71. package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts +0 -12
  72. package/lib/layout/action-bar/action-bar.component.d.ts +0 -33
  73. package/lib/layout/action-bar/button-enabled.directive.d.ts +0 -25
  74. package/lib/layout/container/container.component.d.ts +0 -67
  75. package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts +0 -101
  76. package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts +0 -10
  77. package/lib/layout/content/page-title/page-title.component.d.ts +0 -22
  78. package/lib/layout/directives/active-content-tab.directive.d.ts +0 -21
  79. package/lib/layout/directives/calculate-full-height.directive.d.ts +0 -21
  80. package/lib/layout/force-line-break/force-line-break.directive.d.ts +0 -8
  81. package/lib/layout/interfaces/process-list.d.ts +0 -9
  82. package/lib/layout/layout-renderer/layout-renderer.component.d.ts +0 -26
  83. package/lib/layout/layout.module.d.ts +0 -49
  84. package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts +0 -47
  85. package/lib/layout/panel/container/panel.component.d.ts +0 -29
  86. package/lib/layout/panel/title/panel-title.component.d.ts +0 -23
  87. package/lib/layout/panel/types/panel-types.d.ts +0 -5
  88. package/lib/layout/service/layout.service.d.ts +0 -24
  89. package/lib/layout/service/panel.service.d.ts +0 -13
  90. package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts +0 -6
  91. package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts +0 -5
  92. package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts +0 -6
  93. package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts +0 -5
  94. package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts +0 -10
  95. package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts +0 -25
  96. package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts +0 -20
  97. package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts +0 -10
  98. package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts +0 -16
  99. package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts +0 -5
  100. package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts +0 -5
  101. package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts +0 -15
  102. package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts +0 -9
  103. package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts +0 -18
  104. package/lib/master-layout/header-widget/header-widget.component.d.ts +0 -55
  105. package/lib/master-layout/master-layout/master-layout.component.d.ts +0 -48
  106. package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts +0 -25
  107. package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts +0 -10
  108. package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts +0 -48
  109. package/lib/master-layout/master-layout.module.d.ts +0 -30
  110. package/lib/master-layout/model/page-level.d.ts +0 -5
  111. package/lib/master-layout/model/service-navigation.d.ts +0 -3
  112. package/lib/master-layout/service/master-layout.service.d.ts +0 -16
  113. package/lib/master-layout/service-navigation/service-navigation.component.d.ts +0 -13
  114. package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts +0 -16
  115. package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts +0 -17
  116. package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts +0 -18
  117. package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts +0 -7
  118. package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts +0 -16
  119. package/lib/navigation/stepper/interfaces/stepper.d.ts +0 -12
  120. package/lib/navigation/stepper/step/step.component.d.ts +0 -125
  121. package/lib/navigation/stepper/step-action/step-action.component.d.ts +0 -29
  122. package/lib/navigation/stepper/step-item/step-item.component.d.ts +0 -35
  123. package/lib/navigation/stepper/stepper/stepper.component.d.ts +0 -127
  124. package/lib/navigation/stepper/stepper.module.d.ts +0 -20
  125. package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts +0 -12
  126. package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts +0 -7
  127. package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts +0 -5
  128. package/lib/navigation/tab-bar/tab-bar.module.d.ts +0 -13
  129. package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts +0 -26
  130. package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts +0 -11
  131. package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts +0 -11
  132. package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts +0 -17
  133. package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts +0 -9
  134. package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts +0 -19
  135. package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts +0 -7
  136. package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts +0 -15
  137. package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts +0 -20
  138. package/lib/navigation/tabs/interfaces/tabs.interface.d.ts +0 -27
  139. package/lib/navigation/tabs/services/tabs.service.d.ts +0 -25
  140. package/lib/navigation/tabs/tab/tab.component.d.ts +0 -79
  141. package/lib/navigation/tabs/tab-action/tab-action.component.d.ts +0 -16
  142. package/lib/navigation/tabs/tab-item/tab-item.component.d.ts +0 -34
  143. package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts +0 -21
  144. package/lib/navigation/tabs/tabs/tabs.component.d.ts +0 -81
  145. package/lib/navigation/tabs/tabs.module.d.ts +0 -21
  146. package/src/assets/styles/components/_components.master-layout.scss +0 -97
  147. /package/lib/{layout → core}/directives/viewport-adaptive.directive.d.ts +0 -0
  148. /package/lib/{master-layout/service → shell/services}/language-from-url.service.d.ts +0 -0
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * **QdContentGridRow** is a structure component within a **QdContainer** in combination with **QdContentGrid**. <br />
4
- * With this component it is possible to add any number of columns.
5
- *
6
- * * @see parent component: **QdContentGrid**.
7
- * * @see child component: **QdContentGridRow**.
8
- */
9
- export declare class QdContentGridRowComponent {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<QdContentGridRowComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<QdContentGridRowComponent, "qd-content-grid-row", never, {}, {}, never, ["*"], false, never>;
12
- }
@@ -1,14 +0,0 @@
1
- import { QdContentGridComponent } from './content-grid/content-grid.component';
2
- import { QdContentGridRowComponent } from './content-grid-row/content-grid-row.component';
3
- import { QdContentGridColumnComponent } from './content-grid-column/content-grid-column.component';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "./content-grid/content-grid.component";
6
- import * as i2 from "./content-grid-row/content-grid-row.component";
7
- import * as i3 from "./content-grid-column/content-grid-column.component";
8
- import * as i4 from "@angular/common";
9
- export { QdContentGridComponent, QdContentGridRowComponent, QdContentGridColumnComponent };
10
- export declare class QdContentGridModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<QdContentGridModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdContentGridModule, [typeof i1.QdContentGridComponent, typeof i2.QdContentGridRowComponent, typeof i3.QdContentGridColumnComponent], [typeof i4.CommonModule], [typeof i1.QdContentGridComponent, typeof i2.QdContentGridRowComponent, typeof i3.QdContentGridColumnComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<QdContentGridModule>;
14
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * **QdForms** Is a structural component to embed Form Elements.
4
- *
5
- * * @deprecated This component is about to be replaced.
6
- */
7
- export declare class QdFormsComponent {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFormsComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<QdFormsComponent, "qd-forms", never, {}, {}, never, ["*"], false, never>;
10
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class QdMockActionBarLeftDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockActionBarLeftDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockActionBarLeftDirective, "[QdActionBarLeft], [qdActionBarLeft], [qd-action-bar-left]", never, {}, {}, never, never, false, never>;
5
- }
6
- export declare class QdMockActionBarRightDirective {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockActionBarRightDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockActionBarRightDirective, "[QdActionBarRight], [qdActionBarRight], [qd-action-bar-right]", never, {}, {}, never, never, false, never>;
9
- }
10
- export declare class QdMockLayoutActionBarComponent {
11
- fullwidth: boolean;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutActionBarComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutActionBarComponent, "qd-layout-action-bar", never, { "fullwidth": { "alias": "fullwidth"; "required": false; }; }, {}, never, ["*"], false, never>;
14
- }
@@ -1,7 +0,0 @@
1
- import { QdActiveTab } from '../../navigation/tabs/interfaces/tabs.interface';
2
- import * as i0 from "@angular/core";
3
- export declare class QdMockActiveContentTabDirective {
4
- tabToRender: QdActiveTab;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockActiveContentTabDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockActiveContentTabDirective, "[qdActiveContentTab]", never, { "tabToRender": { "alias": "qdActiveContentTab"; "required": false; }; }, {}, never, never, false, never>;
7
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class QdMockButtonEnabledDirective {
3
- buttonId: any;
4
- defaultEnabled: boolean;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockButtonEnabledDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockButtonEnabledDirective, "[qdButtonEnabled]", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "defaultEnabled": { "alias": "qdButtonEnabled"; "required": false; }; }, {}, never, never, false, never>;
7
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class QdMockLayoutContainerComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutContainerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutContainerComponent, "qd-layout-container", never, {}, {}, never, ["*"], false, never>;
5
- }
@@ -1,13 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class QdMockLayoutRendererComponent {
4
- top: TemplateRef<any>;
5
- title: TemplateRef<any>;
6
- navigation: TemplateRef<any>;
7
- action: TemplateRef<any>;
8
- content: TemplateRef<any>;
9
- leftPanel: TemplateRef<any>;
10
- rightPanel: TemplateRef<any>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutRendererComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutRendererComponent, "qd-layout-renderer", never, { "top": { "alias": "top"; "required": false; }; "title": { "alias": "title"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "action": { "alias": "action"; "required": false; }; "content": { "alias": "content"; "required": false; }; "leftPanel": { "alias": "leftPanel"; "required": false; }; "rightPanel": { "alias": "rightPanel"; "required": false; }; }, {}, never, ["*"], false, never>;
13
- }
@@ -1,30 +0,0 @@
1
- import { QdMockActionBarLeftDirective, QdMockActionBarRightDirective, QdMockLayoutActionBarComponent } from './mock-action-bar.component';
2
- import { QdMockActiveContentTabDirective } from './mock-active-content-tab.directive';
3
- import { QdMockButtonEnabledDirective } from './mock-button-enabled.directive';
4
- import { QdMockLayoutContainerComponent } from './mock-layout-container.component';
5
- import { QdMockLayoutPageProcessHeaderComponent, QdMockLayoutPageProcessHeaderEditButtonDirective, QdMockLayoutPageProcessHeaderStateDirective, QdMockLayoutPageProcessHeaderSubmitButtonDirective } from './mock-page-process-header.component';
6
- import { QdMockLayoutPageProcessHeaderTitleComponent } from './mock-page-process-header-title.component';
7
- import { QdMockLayoutPageTitleComponent } from './mock-page-title.component';
8
- import { QdMockLayoutPanelComponent } from './mock-panel.component';
9
- import { QdMockLayoutPanelTitleComponent } from './mock-panel-title.component';
10
- import { QdMockLayoutRendererComponent } from './mock-layout-renderer.component';
11
- import { QdMockTruncatedTextComponent, QdMockTruncatedTextDirective } from './mock-truncated-text.directive';
12
- import * as i0 from "@angular/core";
13
- import * as i1 from "./mock-action-bar.component";
14
- import * as i2 from "./mock-active-content-tab.directive";
15
- import * as i3 from "./mock-button-enabled.directive";
16
- import * as i4 from "./mock-layout-container.component";
17
- import * as i5 from "./mock-page-process-header.component";
18
- import * as i6 from "./mock-page-process-header-title.component";
19
- import * as i7 from "./mock-page-title.component";
20
- import * as i8 from "./mock-panel.component";
21
- import * as i9 from "./mock-panel-title.component";
22
- import * as i10 from "./mock-layout-renderer.component";
23
- import * as i11 from "./mock-truncated-text.directive";
24
- import * as i12 from "@angular/common";
25
- export { QdMockActionBarLeftDirective, QdMockActionBarRightDirective, QdMockActiveContentTabDirective, QdMockButtonEnabledDirective, QdMockLayoutActionBarComponent, QdMockLayoutContainerComponent, QdMockLayoutPageProcessHeaderComponent, QdMockLayoutPageProcessHeaderEditButtonDirective, QdMockLayoutPageProcessHeaderStateDirective, QdMockLayoutPageProcessHeaderSubmitButtonDirective, QdMockLayoutPageProcessHeaderTitleComponent, QdMockLayoutPageTitleComponent, QdMockLayoutPanelComponent, QdMockLayoutPanelTitleComponent, QdMockLayoutRendererComponent, QdMockTruncatedTextComponent, QdMockTruncatedTextDirective };
26
- export declare class QdMockLayoutModule {
27
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockLayoutModule, [typeof i1.QdMockActionBarLeftDirective, typeof i1.QdMockActionBarRightDirective, typeof i2.QdMockActiveContentTabDirective, typeof i3.QdMockButtonEnabledDirective, typeof i1.QdMockLayoutActionBarComponent, typeof i4.QdMockLayoutContainerComponent, typeof i5.QdMockLayoutPageProcessHeaderComponent, typeof i5.QdMockLayoutPageProcessHeaderEditButtonDirective, typeof i5.QdMockLayoutPageProcessHeaderStateDirective, typeof i5.QdMockLayoutPageProcessHeaderSubmitButtonDirective, typeof i6.QdMockLayoutPageProcessHeaderTitleComponent, typeof i7.QdMockLayoutPageTitleComponent, typeof i8.QdMockLayoutPanelComponent, typeof i9.QdMockLayoutPanelTitleComponent, typeof i10.QdMockLayoutRendererComponent, typeof i11.QdMockTruncatedTextComponent, typeof i11.QdMockTruncatedTextDirective], [typeof i12.CommonModule], [typeof i1.QdMockActionBarLeftDirective, typeof i1.QdMockActionBarRightDirective, typeof i2.QdMockActiveContentTabDirective, typeof i3.QdMockButtonEnabledDirective, typeof i1.QdMockLayoutActionBarComponent, typeof i4.QdMockLayoutContainerComponent, typeof i5.QdMockLayoutPageProcessHeaderComponent, typeof i5.QdMockLayoutPageProcessHeaderEditButtonDirective, typeof i5.QdMockLayoutPageProcessHeaderStateDirective, typeof i5.QdMockLayoutPageProcessHeaderSubmitButtonDirective, typeof i6.QdMockLayoutPageProcessHeaderTitleComponent, typeof i7.QdMockLayoutPageTitleComponent, typeof i8.QdMockLayoutPanelComponent, typeof i9.QdMockLayoutPanelTitleComponent, typeof i10.QdMockLayoutRendererComponent, typeof i11.QdMockTruncatedTextComponent, typeof i11.QdMockTruncatedTextDirective]>;
29
- static ɵinj: i0.ɵɵInjectorDeclaration<QdMockLayoutModule>;
30
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class QdMockLayoutPageProcessHeaderTitleComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageProcessHeaderTitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutPageProcessHeaderTitleComponent, "qd-layout-page-process-header-title", never, {}, {}, never, ["*"], false, never>;
5
- }
@@ -1,26 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { ProcessList } from '../interfaces/process-list';
3
- import * as i0 from "@angular/core";
4
- export declare class QdMockLayoutPageProcessHeaderStateDirective {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageProcessHeaderStateDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockLayoutPageProcessHeaderStateDirective, "[qdProcessHeaderState]", never, {}, {}, never, never, false, never>;
7
- }
8
- export declare class QdMockLayoutPageProcessHeaderSubmitButtonDirective {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageProcessHeaderSubmitButtonDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockLayoutPageProcessHeaderSubmitButtonDirective, "[qdProcessHeaderSubmit]", never, {}, {}, never, never, false, never>;
11
- }
12
- export declare class QdMockLayoutPageProcessHeaderEditButtonDirective {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageProcessHeaderEditButtonDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockLayoutPageProcessHeaderEditButtonDirective, "[qdProcessHeaderEdit]", never, {}, {}, never, never, false, never>;
15
- }
16
- export declare class QdMockLayoutPageProcessHeaderComponent {
17
- processList: ProcessList[];
18
- showSubmit: boolean;
19
- enableSubmit: boolean;
20
- enableSubmitOnLastStepOnly: boolean;
21
- submitCapture: string;
22
- submitClick: EventEmitter<any>;
23
- setStepper: any;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageProcessHeaderComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutPageProcessHeaderComponent, "qd-layout-page-process-header", never, { "processList": { "alias": "processList"; "required": false; }; "showSubmit": { "alias": "showSubmit"; "required": false; }; "enableSubmit": { "alias": "enableSubmit"; "required": false; }; "enableSubmitOnLastStepOnly": { "alias": "enableSubmitOnLastStepOnly"; "required": false; }; "submitCapture": { "alias": "submitCapture"; "required": false; }; }, { "submitClick": "submitClick"; }, never, ["*"], false, never>;
26
- }
@@ -1,7 +0,0 @@
1
- import { QdDialogData } from '../../dialog/models/record-stepper.model';
2
- import * as i0 from "@angular/core";
3
- export declare class QdMockLayoutPageTitleComponent {
4
- dialogData: QdDialogData;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPageTitleComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutPageTitleComponent, "qd-layout-page-title", never, {}, {}, never, ["*"], false, never>;
7
- }
@@ -1,7 +0,0 @@
1
- import { QdLayoutPanelType } from '../panel/types/panel-types';
2
- import * as i0 from "@angular/core";
3
- export declare class QdMockLayoutPanelTitleComponent {
4
- type: QdLayoutPanelType;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPanelTitleComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutPanelTitleComponent, "qd-layout-panel-title", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
7
- }
@@ -1,9 +0,0 @@
1
- import { QdLayoutPanelProgress, QdLayoutPanelSize, QdLayoutPanelType } from '../panel/types/panel-types';
2
- import * as i0 from "@angular/core";
3
- export declare class QdMockLayoutPanelComponent {
4
- type: QdLayoutPanelType;
5
- size: QdLayoutPanelSize;
6
- progress: QdLayoutPanelProgress;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockLayoutPanelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockLayoutPanelComponent, "qd-layout-panel", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; }, {}, never, ["*"], false, never>;
9
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class QdMockTruncatedTextComponent {
3
- text: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockTruncatedTextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockTruncatedTextComponent, "qd-truncated-text-component", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
6
- }
7
- export declare class QdMockTruncatedTextDirective {
8
- show(): void;
9
- hide(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMockTruncatedTextDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdMockTruncatedTextDirective, "[qdTruncatedText]", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,33 +0,0 @@
1
- import { ElementRef, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * **QdActionBarLeft** directive allows to position content inside **QdLayoutActionBar** component.
5
- */
6
- export declare class QdActionBarLeftDirective implements OnInit {
7
- private readonly _elementRef;
8
- constructor(_elementRef: ElementRef);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<QdActionBarLeftDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdActionBarLeftDirective, "[QdActionBarLeft], [qdActionBarLeft], [qd-action-bar-left]", never, {}, {}, never, never, false, never>;
12
- }
13
- /**
14
- * **QdActionBarRight** directive allows to position content inside **QdLayoutActionBar** component.
15
- */
16
- export declare class QdActionBarRightDirective implements OnInit {
17
- private readonly _elementRef;
18
- constructor(_elementRef: ElementRef);
19
- ngOnInit(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<QdActionBarRightDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdActionBarRightDirective, "[QdActionBarRight], [qdActionBarRight], [qd-action-bar-right]", never, {}, {}, never, never, false, never>;
22
- }
23
- /**
24
- * The **QdLayoutActionBar** component can be positioned below the "QdLayoutPageProcess" or the **QdLayoutPageTitle**. <br />
25
- * It is possible to build a kind of stepper with back and forward buttons.
26
- */
27
- export declare class QdLayoutActionBarComponent {
28
- private readonly _onTabSaveClickSubject;
29
- onTabSaveClick$: import("rxjs").Observable<unknown>;
30
- fullwidth: boolean;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutActionBarComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutActionBarComponent, "qd-layout-action-bar", never, { "fullwidth": { "alias": "fullwidth"; "required": false; }; }, {}, never, ["[qd-action-bar-left]", "[qd-action-bar-right]", "*"], false, never>;
33
- }
@@ -1,25 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import { QdLayoutService } from '../service/layout.service';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * **QdButtonEnabled**: If a button is put into the **QdLayoutActionBar**, this directive makes sure that it can be disabled.
6
- */
7
- export declare class QdButtonEnabledDirective implements OnInit {
8
- layoutService: QdLayoutService;
9
- private readonly _element;
10
- private readonly _renderer;
11
- /**
12
- * Id of the button - used in the layout service
13
- */
14
- buttonId: any;
15
- /**
16
- * Enabled the button
17
- */
18
- defaultEnabled: boolean;
19
- private isEnabled;
20
- constructor(layoutService: QdLayoutService, _element: ElementRef, _renderer: Renderer2);
21
- ngOnInit(): void;
22
- updateDisableAttr(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<QdButtonEnabledDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdButtonEnabledDirective, "[qdButtonEnabled]", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "defaultEnabled": { "alias": "qdButtonEnabled"; "required": false; }; }, {}, never, never, false, never>;
25
- }
@@ -1,67 +0,0 @@
1
- import { AfterContentChecked, AfterContentInit, AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
2
- import { QdStepperComponent } from '../../navigation/stepper/stepper/stepper.component';
3
- import { TabNavBarComponent } from '../../navigation/tab-bar/tab-nav-bar/tab-nav-bar.component';
4
- import { QdTabsComponent } from '../../navigation/tabs/tabs/tabs.component';
5
- import { QdLayoutActionBarComponent } from '../action-bar/action-bar.component';
6
- import { QdLayoutPageProcessHeaderComponent } from '../content/page-process-header/page-process-header/page-process-header.component';
7
- import { QdLayoutPageTitleComponent } from '../content/page-title/page-title.component';
8
- import { QdLayoutPanelComponent } from '../panel/container/panel.component';
9
- import { QdLayoutService } from '../service/layout.service';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * The **QdLayoutContainer** system is the central structure component in the hierarchy below the **QdMasterLayout**. <br />
13
- * The integration is done using the Angular Routing Module. Note: **QdLayoutContainer** and its related child components are not RWD-ready!<br />
14
- * There are a number of subcomponents, for example the **QdLayoutPageProcessHeader**, **QdLayoutPageTitle**, **QdLayoutPanel**.
15
- *
16
- * * @note **Quadrel will replace the layout system with the QdPage.**
17
- *
18
- * * @see child components: **QdLayoutPageProcessHeader**, **QdLayoutPageTitle**, **QdLayoutPanel**
19
- * * @see child non-**QdLayout** components: **QdContainer**, **QdStepper**, **QdTabs**
20
- *
21
- * **Usage (simplified):**
22
- *
23
- * @example
24
- * <qd-layout-container>
25
- * <qd-layout-page-process-header>
26
- * <qd-layout-page-process-header-title>
27
- * Title
28
- * </qd-layout-page-process-header-title>
29
- * </qd-layout-page-process-header>
30
- * <qd-layout-panel>
31
- * Panel Content
32
- * </qd-layout-panel>
33
- * <qd-stepper>
34
- * <qd-step>
35
- * <qd-container>
36
- * Content
37
- * </qd-container>
38
- * </qd-step>
39
- * </qd-stepper>
40
- * </qd-layout-container>
41
- */
42
- export declare class QdLayoutContainerComponent implements AfterContentInit, AfterViewInit, AfterContentChecked, OnDestroy {
43
- private readonly layoutService;
44
- private readonly _element;
45
- private readonly _renderer;
46
- private readonly _subscriptions;
47
- get hasActionWithoutNavigation(): boolean;
48
- pageAction: QdLayoutActionBarComponent;
49
- qdPageTitle: QdLayoutPageTitleComponent;
50
- qdPageProcessHeader: QdLayoutPageProcessHeaderComponent;
51
- qdTabs: QdTabsComponent;
52
- qdTabNavBar: TabNavBarComponent;
53
- qdStepper: QdStepperComponent;
54
- qdPanel: QdLayoutPanelComponent;
55
- get hasNavigation(): boolean;
56
- get hasPageAction(): boolean;
57
- get hasDefaultPanel(): boolean;
58
- get hasMediumPanel(): boolean;
59
- get hasLargePanel(): boolean;
60
- constructor(layoutService: QdLayoutService, _element: ElementRef, _renderer: Renderer2);
61
- ngAfterContentInit(): void;
62
- ngAfterViewInit(): void;
63
- ngAfterContentChecked(): void;
64
- ngOnDestroy(): void;
65
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutContainerComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutContainerComponent, "qd-layout-container", never, {}, {}, ["pageAction", "qdPageTitle", "qdPageProcessHeader", "qdTabs", "qdTabNavBar", "qdStepper", "qdPanel"], ["qd-layout-page-title", "qd-layout-page-process-header", "qd-notifications", "qd-layout-page-navigation", "qd-tabs", "qd-stepper", "nav[qd-tab-nav-bar]", "qd-layout-action-bar", "qd-layout-panel[type=filter]", "qd-layout-panel[type=info]", "qd-layout-panel[type=control]", "*"], false, never>;
67
- }
@@ -1,101 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { QdStepperComponent } from '../../../../navigation/stepper/stepper/stepper.component';
3
- import { QdStatusIndicator } from '../../../../status-indicator/interfaces/status-indicator.interface';
4
- import { QdDialogData } from '../../../../dialog/models/record-stepper.model';
5
- import { ProcessList } from '../../../interfaces/process-list';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Directive **QdLayoutPageProcessHeaderState** for using **QdChip** inside the **QdLayoutPageProcessHeader**.
9
- */
10
- export declare class QdLayoutPageProcessHeaderStateDirective {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderStateDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdLayoutPageProcessHeaderStateDirective, "[qdProcessHeaderState]", never, {}, {}, never, never, false, never>;
13
- }
14
- /**
15
- * Directive **QdLayoutPageProcessHeaderState** for using a submit button inside the **QdLayoutPageProcessHeader**.
16
- */
17
- export declare class QdLayoutPageProcessHeaderSubmitButtonDirective {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderSubmitButtonDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdLayoutPageProcessHeaderSubmitButtonDirective, "[qdProcessHeaderSubmit]", never, {}, {}, never, never, false, never>;
20
- }
21
- /**
22
- * Directive **QdLayoutPageProcessHeaderState** for using an edit button inside the **QdLayoutPageProcessHeader**.
23
- */
24
- export declare class QdLayoutPageProcessHeaderEditButtonDirective {
25
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderEditButtonDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdLayoutPageProcessHeaderEditButtonDirective, "[qdProcessHeaderEdit]", never, {}, {}, never, never, false, never>;
27
- }
28
- /**
29
- * Directive **QdLayoutPageProcessHeaderState** for using the **QdDataSection** inside the **QdLayoutPageProcessHeader**.
30
- */
31
- export declare class QdLayoutPageProcessHeaderDataSectionDirective {
32
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderDataSectionDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdLayoutPageProcessHeaderDataSectionDirective, "[qdDataSection]", never, {}, {}, never, never, false, never>;
34
- }
35
- /**
36
- * The **QdLayoutPageProcessHeader** component can be used to display various statuses and actions on top of the **QdLayoutContainer**.
37
- *
38
- * * @see parent component: **QdLayoutContainer**.
39
- * * @see child component: **QdLayoutPageProcessHeaderTitle**.
40
- */
41
- export declare class QdLayoutPageProcessHeaderComponent {
42
- private _enableSubmit;
43
- dialogData: QdDialogData;
44
- stepper: QdStepperComponent;
45
- /**
46
- * If a status indicator is used, you can set the properties here.
47
- */
48
- status: QdStatusIndicator;
49
- /**
50
- * The processList is located to the left of the Submit button.<br />
51
- * Not to be confused with the dataSection, which is located at the bottom of the PPH.
52
- */
53
- processList: ProcessList[];
54
- /**
55
- * With this input the submit button can be enabled and disabled.
56
- */
57
- set enableSubmit(enableSubmit: boolean);
58
- get enableSubmit(): boolean;
59
- /**
60
- * If a stepper is used, this property can be used to specify whether the submit button can only be enabled in the last step
61
- */
62
- enableSubmitOnLastStepOnly: boolean;
63
- /**
64
- * The text for the submit button
65
- */
66
- submitCapture: string;
67
- /**
68
- * Here you can show and hide the submit button.
69
- */
70
- showSubmit: boolean;
71
- /**
72
- * A static test ID for integration tests can be set. <br />
73
- * The value for the HTML attribute [data-test-id].
74
- */
75
- testId: string;
76
- /**
77
- * Emits an event on click/tap of the Submit button.
78
- */
79
- submitClick: EventEmitter<any>;
80
- chip: QdLayoutPageProcessHeaderStateDirective;
81
- editButton: QdLayoutPageProcessHeaderEditButtonDirective;
82
- submitButton: QdLayoutPageProcessHeaderSubmitButtonDirective;
83
- dataSection: QdLayoutPageProcessHeaderDataSectionDirective;
84
- get listWithValues(): {
85
- values: string[];
86
- caption: string;
87
- value: string | string[];
88
- id?: string;
89
- aside?: {
90
- label: string;
91
- handler: () => void;
92
- };
93
- }[];
94
- setStepper(stepper: QdStepperComponent): void;
95
- private isStepperContentValid;
96
- private isLastStepActive;
97
- handleSubmit(): void;
98
- processId(p: ProcessList): string;
99
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutPageProcessHeaderComponent, "qd-layout-page-process-header", never, { "status": { "alias": "status"; "required": false; }; "processList": { "alias": "processList"; "required": false; }; "enableSubmit": { "alias": "enableSubmit"; "required": false; }; "enableSubmitOnLastStepOnly": { "alias": "enableSubmitOnLastStepOnly"; "required": false; }; "submitCapture": { "alias": "submitCapture"; "required": false; }; "showSubmit": { "alias": "showSubmit"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "submitClick": "submitClick"; }, ["chip", "editButton", "submitButton", "dataSection"], ["qd-layout-page-process-header-title", "[qdProcessHeaderState]", "[qdProcessHeaderEdit]", "[qdProcessHeaderSubmit]", "[qdDataSection]"], false, never>;
101
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * **QdLayoutPageProcessHeaderTitle** renders a header inside the **QdLayoutPageProcessHeader**.
4
- *
5
- * * @see parent component: **QdLayoutPageProcessHeader**.
6
- */
7
- export declare class QdLayoutPageProcessHeaderTitleComponent {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageProcessHeaderTitleComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutPageProcessHeaderTitleComponent, "qd-layout-page-process-header-title", never, {}, {}, never, ["*"], false, never>;
10
- }
@@ -1,22 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { QdDialogData } from '../../../dialog/models/record-stepper.model';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * The **QdLayoutPageTitle** renders a heading on top of the **QdLayoutContainer**.
6
- * By click on the x button, it emits an event that can be used to close a dialog.
7
- *
8
- * * @see parent component: **QdLayoutContainer**.
9
- */
10
- export declare class QdLayoutPageTitleComponent {
11
- /**
12
- * Emits event on click/tap of the close button. No Return value here.
13
- */
14
- closeClick: EventEmitter<any>;
15
- dialogData: QdDialogData;
16
- currentIndexDialogData: number;
17
- close(): void;
18
- updateStep($event: any): void;
19
- getDialogData(): any;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutPageTitleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutPageTitleComponent, "qd-layout-page-title", never, {}, { "closeClick": "closeClick"; }, never, ["*"], false, never>;
22
- }
@@ -1,21 +0,0 @@
1
- import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
- import { QdLayoutService } from '../service/layout.service';
3
- import { QdActiveTab } from '../../navigation/tabs/interfaces/tabs.interface';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * The **QdActiveContentTab** directive allows to jump to a tab directly if **QdTabs** are used.
7
- */
8
- export declare class QdActiveContentTabDirective implements OnInit {
9
- private templateRef;
10
- private viewContainer;
11
- private layoutService;
12
- private isHidden;
13
- /**
14
- * The properties of the tab can be assigned here.
15
- */
16
- tabToRender: QdActiveTab;
17
- constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, layoutService: QdLayoutService);
18
- ngOnInit(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<QdActiveContentTabDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdActiveContentTabDirective, "[qdActiveContentTab]", never, { "tabToRender": { "alias": "qdActiveContentTab"; "required": false; }; }, {}, never, never, false, never>;
21
- }
@@ -1,21 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
2
- import { Subscription } from 'rxjs';
3
- import { QdMasterLayoutComponent } from '../../master-layout/master-layout/master-layout.component';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * The **QdCalculateFullHeight** directive calculates the height of the page and set it to 100%.
7
- */
8
- export declare class QdCalculateFullHeightDirective implements AfterViewInit, OnDestroy {
9
- private readonly _elementRef;
10
- private readonly _renderer;
11
- private readonly _changeDetectorRef;
12
- private _masterLayoutComponent;
13
- resizeSubscription: Subscription;
14
- constructor(_elementRef: ElementRef, _renderer: Renderer2, _changeDetectorRef: ChangeDetectorRef, _masterLayoutComponent: QdMasterLayoutComponent);
15
- ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
17
- private calculateElementHeight;
18
- private getStickyFooterHeight;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<QdCalculateFullHeightDirective, [null, null, null, { optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdCalculateFullHeightDirective, "[qdCalculateFullHeight]", never, {}, {}, never, never, false, never>;
21
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * **QdForceLineBreak** provides a way for long stings without whitespace to break anyway if there is a lack of space.
4
- */
5
- export declare class QdForceLineBreakDirective {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<QdForceLineBreakDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdForceLineBreakDirective, "[qdForceLineBreak]", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,9 +0,0 @@
1
- export interface ProcessList {
2
- caption: string;
3
- value: string | string[];
4
- id?: string;
5
- aside?: {
6
- label: string;
7
- handler: () => void;
8
- };
9
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef, TemplateRef } from '@angular/core';
2
- import { QdMasterLayoutComponent } from '../../master-layout/master-layout/master-layout.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * **QdLayoutRenderer** ensures that the **QdLayoutContainer** can be rendered within a fullscreen modal.
6
- * Will be added only quadrel-internally.
7
- */
8
- export declare class QdLayoutRendererComponent {
9
- private readonly _elementRef;
10
- private _masterLayoutComponent;
11
- top: TemplateRef<any>;
12
- title: TemplateRef<any>;
13
- navigation: TemplateRef<any>;
14
- action: TemplateRef<any>;
15
- content: TemplateRef<any>;
16
- leftPanel: TemplateRef<any>;
17
- rightPanel: TemplateRef<any>;
18
- get hasNavigation(): boolean;
19
- get hasPageAction(): boolean;
20
- get hasMasterLayout(): boolean;
21
- get hasShell(): boolean;
22
- get partOfFullscreenModal(): boolean;
23
- constructor(_elementRef: ElementRef, _masterLayoutComponent: QdMasterLayoutComponent);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<QdLayoutRendererComponent, [null, { optional: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<QdLayoutRendererComponent, "qd-layout-renderer", never, { "top": { "alias": "top"; "required": false; }; "title": { "alias": "title"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "action": { "alias": "action"; "required": false; }; "content": { "alias": "content"; "required": false; }; "leftPanel": { "alias": "leftPanel"; "required": false; }; "rightPanel": { "alias": "rightPanel"; "required": false; }; }, {}, never, never, false, never>;
26
- }