@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,16 +1,10 @@
1
- import { ElementRef, OnInit } from '@angular/core';
2
- import { QdContainerLayoutService } from '../../../container/services/container-layout.service';
3
1
  import * as i0 from "@angular/core";
4
2
  /**
5
3
  * With the **QdButtonStack** component you can display and set up various states in the process.
6
4
  *
7
5
  * * @see child component **QdButtonStackButton**.
8
6
  */
9
- export declare class QdButtonStackComponent implements OnInit {
10
- private readonly containerLayoutService;
11
- private readonly _elementRef;
12
- constructor(containerLayoutService: QdContainerLayoutService, _elementRef: ElementRef);
13
- ngOnInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<QdButtonStackComponent, [{ optional: true; }, null]>;
7
+ export declare class QdButtonStackComponent {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdButtonStackComponent, never>;
15
9
  static ɵcmp: i0.ɵɵComponentDeclaration<QdButtonStackComponent, "qd-button-stack", never, {}, {}, never, ["button[qdButtonStack]", "button[qd-button-stack]"], false, never>;
16
10
  }
@@ -9,6 +9,7 @@ import { QdTranslatable, QdTranslation } from './model/translation.interface';
9
9
  import { QdVisuallyHiddenDirective } from './visually-hidden/visually-hidden.directive';
10
10
  import { QdPushEventsService } from './services/push-events.service';
11
11
  import { QD_POPOVER_TOP_FIRST } from './popover/popover-top-first.token';
12
+ import { QdViewportAdaptiveDirective } from './directives/viewport-adaptive.directive';
12
13
  import { QD_SAFE_BOTTOM_OFFSET } from './model/safe-bottom-offset.token';
13
14
  import * as i0 from "@angular/core";
14
15
  import * as i1 from "./disabled/disabled.directive";
@@ -17,13 +18,14 @@ import * as i3 from "./pipes/placeholder.pipe";
17
18
  import * as i4 from "./projection-guard/projection-guard.component";
18
19
  import * as i5 from "./rwd-disabled/rwd-disabled.directive";
19
20
  import * as i6 from "./visually-hidden/visually-hidden.directive";
20
- import * as i7 from "@angular/common";
21
- import * as i8 from "@ngx-translate/core";
22
- import * as i9 from "./data-facets/data-facets.module";
23
- import * as i10 from "./breadcrumbs/breadcrumbs.module";
24
- export { QdAppEnvironment, QdDisabledDirective, QdFileSizePipe, QdPlaceholderPipe, QdProjectionGuardComponent, QdRwdDisabledDirective, QdTooltipAtIntersectionDirective, QdTranslatable, QdTranslation, QdVisuallyHiddenDirective, QdPushEventsService, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET };
21
+ import * as i7 from "./directives/viewport-adaptive.directive";
22
+ import * as i8 from "@angular/common";
23
+ import * as i9 from "@ngx-translate/core";
24
+ import * as i10 from "./data-facets/data-facets.module";
25
+ import * as i11 from "./breadcrumbs/breadcrumbs.module";
26
+ export { QdAppEnvironment, QdDisabledDirective, QdFileSizePipe, QdPlaceholderPipe, QdProjectionGuardComponent, QdRwdDisabledDirective, QdTooltipAtIntersectionDirective, QdTranslatable, QdTranslation, QdVisuallyHiddenDirective, QdViewportAdaptiveDirective, QdPushEventsService, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET };
25
27
  export declare class QdCoreModule {
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<QdCoreModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdCoreModule, [typeof i1.QdDisabledDirective, typeof i2.QdFileSizePipe, typeof i3.QdPlaceholderPipe, typeof i4.QdProjectionGuardComponent, typeof i5.QdRwdDisabledDirective, typeof i6.QdVisuallyHiddenDirective], [typeof i7.CommonModule, typeof i8.TranslateModule, typeof i9.QdDataFacetsModule, typeof i10.QdBreadcrumbsModule], [typeof i1.QdDisabledDirective, typeof i2.QdFileSizePipe, typeof i3.QdPlaceholderPipe, typeof i4.QdProjectionGuardComponent, typeof i5.QdRwdDisabledDirective, typeof i6.QdVisuallyHiddenDirective]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdCoreModule, [typeof i1.QdDisabledDirective, typeof i2.QdFileSizePipe, typeof i3.QdPlaceholderPipe, typeof i4.QdProjectionGuardComponent, typeof i5.QdRwdDisabledDirective, typeof i6.QdVisuallyHiddenDirective, typeof i7.QdViewportAdaptiveDirective], [typeof i8.CommonModule, typeof i9.TranslateModule, typeof i10.QdDataFacetsModule, typeof i11.QdBreadcrumbsModule], [typeof i1.QdDisabledDirective, typeof i2.QdFileSizePipe, typeof i3.QdPlaceholderPipe, typeof i4.QdProjectionGuardComponent, typeof i5.QdRwdDisabledDirective, typeof i6.QdVisuallyHiddenDirective, typeof i7.QdViewportAdaptiveDirective]>;
28
30
  static ɵinj: i0.ɵɵInjectorDeclaration<QdCoreModule>;
29
31
  }
@@ -1,4 +1,3 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { Environment } from '../../master-layout/master-layout-banner/master-layout-banner.component';
3
2
  import { QdAppEnvironment } from './app-enviroment.interface';
4
- export declare const APP_ENVIRONMENT: InjectionToken<Environment | QdAppEnvironment>;
3
+ export declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
@@ -1,5 +1,4 @@
1
1
  import { ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { QdContainerActionService } from '../container/services/container-action.service';
3
2
  import { QdDialogService } from '../dialog/services/dialog.service';
4
3
  import { QdSectionToolbarActionService } from '../section/services/section-toolbar-action.service';
5
4
  import { QdFileCollectorConfig } from './models/file-collector-config';
@@ -92,7 +91,6 @@ import * as i0 from "@angular/core";
92
91
  * ```
93
92
  */
94
93
  export declare class QdFileCollectorComponent implements OnInit, OnChanges, OnDestroy {
95
- private readonly containerActionService;
96
94
  private readonly sectionActionService;
97
95
  private readonly eventBroker;
98
96
  private readonly fileCollectorService;
@@ -109,12 +107,11 @@ export declare class QdFileCollectorComponent implements OnInit, OnChanges, OnDe
109
107
  */
110
108
  testId: string;
111
109
  fileInput: ElementRef;
112
- get hasContainer(): boolean;
113
110
  private _subscriptions;
114
111
  private readonly _viewonly$;
115
112
  get fileUploads(): QdFileUpload[];
116
113
  get canShowAddButton(): boolean;
117
- constructor(containerActionService: QdContainerActionService, sectionActionService: QdSectionToolbarActionService, eventBroker: QdEventBrokerService, fileCollectorService: QdFileCollectorService, fileCollectorValidationService: QdFileCollectorValidationService, fileTypeService: QdFileTypeService, dialogService: QdDialogService, viewContainerRef: ViewContainerRef);
114
+ constructor(sectionActionService: QdSectionToolbarActionService, eventBroker: QdEventBrokerService, fileCollectorService: QdFileCollectorService, fileCollectorValidationService: QdFileCollectorValidationService, fileTypeService: QdFileTypeService, dialogService: QdDialogService, viewContainerRef: ViewContainerRef);
118
115
  ngOnInit(): void;
119
116
  ngOnChanges(changes: SimpleChanges): void;
120
117
  ngOnDestroy(): void;
@@ -126,6 +123,6 @@ export declare class QdFileCollectorComponent implements OnInit, OnChanges, OnDe
126
123
  private initViewMode;
127
124
  private isConfigConsistentWithAllowedFileTypes;
128
125
  private logError;
129
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFileCollectorComponent, [{ optional: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null]>;
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFileCollectorComponent, [{ optional: true; }, { optional: true; }, null, null, null, null, null]>;
130
127
  static ɵcmp: i0.ɵɵComponentDeclaration<QdFileCollectorComponent, "qd-file-collector", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
131
128
  }
@@ -6,7 +6,6 @@ import { QdDropdownComponent } from './dropdown/dropdown.component';
6
6
  import { QdFileUploadComponent } from './file-upload/file-upload.component';
7
7
  import { QD_FILE_UPLOAD_MANAGER_TOKEN, QD_UPLOAD_HTTP_OPTIONS, QdFileUploadManager } from './file-upload/model/file-upload.model';
8
8
  import { QdFileUploadService } from './file-upload/services/file-upload.service';
9
- import { QdFormsComponent } from './forms/forms.component';
10
9
  import { QdInputComponent } from './input/input.component';
11
10
  import { QdFormInput } from './model/form-input';
12
11
  import { QD_FORM_OPTIONS_RESOLVER, QdFormOptionsResolver } from './model/form-options-resolver';
@@ -39,35 +38,34 @@ import * as i11 from "./shared/components/form-hint/form-hint.component";
39
38
  import * as i12 from "./shared/components/form-label/form-label.component";
40
39
  import * as i13 from "./shared/components/form-readonly/form-readonly.component";
41
40
  import * as i14 from "./shared/components/form-viewonly/form-viewonly.component";
42
- import * as i15 from "./forms/forms.component";
43
- import * as i16 from "./input/input.component";
44
- import * as i17 from "./input/units/input-units.component";
45
- import * as i18 from "./input/options/input-options.directive";
46
- import * as i19 from "./input/options/input-options.component";
47
- import * as i20 from "./multi-input/multi-input-chip/multi-input-chip.component";
48
- import * as i21 from "./multi-input/multi-input-menu/multi-input-menu.component";
49
- import * as i22 from "./multi-input/multi-input.component";
50
- import * as i23 from "./pin-code/pin-code.component";
51
- import * as i24 from "./radio-buttons/radio-buttons.component";
52
- import * as i25 from "./switches/switch/switch.component";
53
- import * as i26 from "./switches/switches.component";
54
- import * as i27 from "./textarea/textarea.component";
55
- import * as i28 from "./shared/components/form-input/form-input.component";
56
- import * as i29 from "./richtext/richtext.component";
57
- import * as i30 from "./file-upload/file-upload.component";
58
- import * as i31 from "@angular/common";
59
- import * as i32 from "@angular/forms";
60
- import * as i33 from "@ngx-translate/core";
61
- import * as i34 from "../core/autofocus/autofocus.module";
62
- import * as i35 from "../chips/chips.module";
63
- import * as i36 from "../core/core.module";
64
- import * as i37 from "../icon/icon.module";
65
- import * as i38 from "../core/popover/popover.module";
66
- import * as i39 from "../core/tooltip/tooltip.module";
67
- import * as i40 from "ngx-editor";
68
- export { QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_UPLOAD_HTTP_OPTIONS, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdDatepickerComponent, QdDropdownComponent, QdFileUploadComponent, QdFileUploadManager, QdFileUploadService, QdFilterFormItemsComponent, QdFormArray, QdFormBuilder, QdFormCheckboxChipsConfiguration, QdFormCheckboxesConfiguration, QdFormControl, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormGroup, QdFormInput, QdFormInputConfiguration, QdFormMultiInputConfiguration, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormsComponent, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdInputComponent, QdMultiInputComponent, QdPinCodeComponent, QdRadioButtonsComponent, QdRichtextComponent, QdRichtextConfig, QdSwitchComponent, QdSwitchesComponent, QdTextareaComponent, QdValidators };
41
+ import * as i15 from "./input/input.component";
42
+ import * as i16 from "./input/units/input-units.component";
43
+ import * as i17 from "./input/options/input-options.directive";
44
+ import * as i18 from "./input/options/input-options.component";
45
+ import * as i19 from "./multi-input/multi-input-chip/multi-input-chip.component";
46
+ import * as i20 from "./multi-input/multi-input-menu/multi-input-menu.component";
47
+ import * as i21 from "./multi-input/multi-input.component";
48
+ import * as i22 from "./pin-code/pin-code.component";
49
+ import * as i23 from "./radio-buttons/radio-buttons.component";
50
+ import * as i24 from "./switches/switch/switch.component";
51
+ import * as i25 from "./switches/switches.component";
52
+ import * as i26 from "./textarea/textarea.component";
53
+ import * as i27 from "./shared/components/form-input/form-input.component";
54
+ import * as i28 from "./richtext/richtext.component";
55
+ import * as i29 from "./file-upload/file-upload.component";
56
+ import * as i30 from "@angular/common";
57
+ import * as i31 from "@angular/forms";
58
+ import * as i32 from "@ngx-translate/core";
59
+ import * as i33 from "../core/autofocus/autofocus.module";
60
+ import * as i34 from "../chips/chips.module";
61
+ import * as i35 from "../core/core.module";
62
+ import * as i36 from "../icon/icon.module";
63
+ import * as i37 from "../core/popover/popover.module";
64
+ import * as i38 from "../core/tooltip/tooltip.module";
65
+ import * as i39 from "ngx-editor";
66
+ export { QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_UPLOAD_HTTP_OPTIONS, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdDatepickerComponent, QdDropdownComponent, QdFileUploadComponent, QdFileUploadManager, QdFileUploadService, QdFilterFormItemsComponent, QdFormArray, QdFormBuilder, QdFormCheckboxChipsConfiguration, QdFormCheckboxesConfiguration, QdFormControl, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormGroup, QdFormInput, QdFormInputConfiguration, QdFormMultiInputConfiguration, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdInputComponent, QdMultiInputComponent, QdPinCodeComponent, QdRadioButtonsComponent, QdRichtextComponent, QdRichtextConfig, QdSwitchComponent, QdSwitchesComponent, QdTextareaComponent, QdValidators };
69
67
  export declare class QdFormModule {
70
68
  static ɵfac: i0.ɵɵFactoryDeclaration<QdFormModule, never>;
71
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdFormModule, [typeof i1.QdCalendarComponent, typeof i2.QdCheckboxChipsComponent, typeof i3.QdCheckboxChipsItemComponent, typeof i4.QdCheckboxComponent, typeof i5.QdCheckboxesComponent, typeof i6.QdDatepickerComponent, typeof i7.QdDropdownComponent, typeof i8.QdDropdownOptionsComponent, typeof i9.QdFilterFormItemsComponent, typeof i10.QdFormErrorComponent, typeof i11.QdFormHintComponent, typeof i12.QdFormLabelComponent, typeof i13.QdFormReadonlyComponent, typeof i14.QdFormViewonlyComponent, typeof i15.QdFormsComponent, typeof i16.QdInputComponent, typeof i17.QdInputUnitsComponent, typeof i18.QdInputOptionsDirective, typeof i19.QdInputOptionsComponent, typeof i20.QdMultiInputChipComponent, typeof i21.QdMultiInputMenuComponent, typeof i22.QdMultiInputComponent, typeof i23.QdPinCodeComponent, typeof i24.QdRadioButtonsComponent, typeof i25.QdSwitchComponent, typeof i26.QdSwitchesComponent, typeof i27.QdTextareaComponent, typeof i28.QdFormInputComponent, typeof i29.QdRichtextComponent, typeof i30.QdFileUploadComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.TranslateModule, typeof i34.QdAutofocusModule, typeof i35.QdChipModule, typeof i36.QdCoreModule, typeof i37.QdIconModule, typeof i38.QdPopoverModule, typeof i39.QdTooltipModule, typeof i40.NgxEditorModule], [typeof i2.QdCheckboxChipsComponent, typeof i4.QdCheckboxComponent, typeof i5.QdCheckboxesComponent, typeof i6.QdDatepickerComponent, typeof i7.QdDropdownComponent, typeof i9.QdFilterFormItemsComponent, typeof i15.QdFormsComponent, typeof i16.QdInputComponent, typeof i22.QdMultiInputComponent, typeof i23.QdPinCodeComponent, typeof i24.QdRadioButtonsComponent, typeof i25.QdSwitchComponent, typeof i26.QdSwitchesComponent, typeof i27.QdTextareaComponent, typeof i29.QdRichtextComponent, typeof i30.QdFileUploadComponent]>;
69
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdFormModule, [typeof i1.QdCalendarComponent, typeof i2.QdCheckboxChipsComponent, typeof i3.QdCheckboxChipsItemComponent, typeof i4.QdCheckboxComponent, typeof i5.QdCheckboxesComponent, typeof i6.QdDatepickerComponent, typeof i7.QdDropdownComponent, typeof i8.QdDropdownOptionsComponent, typeof i9.QdFilterFormItemsComponent, typeof i10.QdFormErrorComponent, typeof i11.QdFormHintComponent, typeof i12.QdFormLabelComponent, typeof i13.QdFormReadonlyComponent, typeof i14.QdFormViewonlyComponent, typeof i15.QdInputComponent, typeof i16.QdInputUnitsComponent, typeof i17.QdInputOptionsDirective, typeof i18.QdInputOptionsComponent, typeof i19.QdMultiInputChipComponent, typeof i20.QdMultiInputMenuComponent, typeof i21.QdMultiInputComponent, typeof i22.QdPinCodeComponent, typeof i23.QdRadioButtonsComponent, typeof i24.QdSwitchComponent, typeof i25.QdSwitchesComponent, typeof i26.QdTextareaComponent, typeof i27.QdFormInputComponent, typeof i28.QdRichtextComponent, typeof i29.QdFileUploadComponent], [typeof i30.CommonModule, typeof i31.FormsModule, typeof i31.ReactiveFormsModule, typeof i32.TranslateModule, typeof i33.QdAutofocusModule, typeof i34.QdChipModule, typeof i35.QdCoreModule, typeof i36.QdIconModule, typeof i37.QdPopoverModule, typeof i38.QdTooltipModule, typeof i39.NgxEditorModule], [typeof i2.QdCheckboxChipsComponent, typeof i4.QdCheckboxComponent, typeof i5.QdCheckboxesComponent, typeof i6.QdDatepickerComponent, typeof i7.QdDropdownComponent, typeof i9.QdFilterFormItemsComponent, typeof i15.QdInputComponent, typeof i21.QdMultiInputComponent, typeof i22.QdPinCodeComponent, typeof i23.QdRadioButtonsComponent, typeof i24.QdSwitchComponent, typeof i25.QdSwitchesComponent, typeof i26.QdTextareaComponent, typeof i28.QdRichtextComponent, typeof i29.QdFileUploadComponent]>;
72
70
  static ɵinj: i0.ɵɵInjectorDeclaration<QdFormModule>;
73
71
  }
@@ -8,10 +8,6 @@ import { QdMockStatusPairsComponent } from './mock-status-pairs.component';
8
8
  import { QdMockStatusPairsErrorComponent } from './mock-status-error.component';
9
9
  import { QdMockStatusPairsItemComponent } from './mock-status-pairs-item.component';
10
10
  import { QdMockStatusPairsValueComponent } from './mock-status-pairs-value.component';
11
- import { QdMockVerticalPairsCaptionComponent } from './mock-vertical-pairs-caption.component';
12
- import { QdMockVerticalPairsValueComponent } from './mock-vertical-pairs-value.component';
13
- import { QdMockVerticalPairsItemComponent } from './mock-vertical-pairs-item.component';
14
- import { QdMockVerticalPairsComponent } from './mock-vertical-pairs.component';
15
11
  import * as i0 from "@angular/core";
16
12
  import * as i1 from "./mock-container-pairs-caption.component";
17
13
  import * as i2 from "./mock-container-pairs-container.component";
@@ -23,13 +19,9 @@ import * as i7 from "./mock-status-pairs.component";
23
19
  import * as i8 from "./mock-status-error.component";
24
20
  import * as i9 from "./mock-status-pairs-item.component";
25
21
  import * as i10 from "./mock-status-pairs-value.component";
26
- import * as i11 from "./mock-vertical-pairs-caption.component";
27
- import * as i12 from "./mock-vertical-pairs.component";
28
- import * as i13 from "./mock-vertical-pairs-item.component";
29
- import * as i14 from "./mock-vertical-pairs-value.component";
30
- export { QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent, QdMockVerticalPairsCaptionComponent, QdMockVerticalPairsComponent, QdMockVerticalPairsItemComponent, QdMockVerticalPairsValueComponent };
22
+ export { QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent };
31
23
  export declare class QdMockListModule {
32
24
  static ɵfac: i0.ɵɵFactoryDeclaration<QdMockListModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockListModule, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent, typeof i11.QdMockVerticalPairsCaptionComponent, typeof i12.QdMockVerticalPairsComponent, typeof i13.QdMockVerticalPairsItemComponent, typeof i14.QdMockVerticalPairsValueComponent], never, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent, typeof i11.QdMockVerticalPairsCaptionComponent, typeof i12.QdMockVerticalPairsComponent, typeof i13.QdMockVerticalPairsItemComponent, typeof i14.QdMockVerticalPairsValueComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdMockListModule, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent], never, [typeof i1.QdMockContainerPairsCaptionComponent, typeof i2.QdMockContainerPairsContainerComponent, typeof i3.QdMockContainerPairsHeaderComponent, typeof i4.QdMockContainerPairsItemComponent, typeof i5.QdMockContainerPairsValueComponent, typeof i6.QdMockStatusPairsCaptionComponent, typeof i7.QdMockStatusPairsComponent, typeof i8.QdMockStatusPairsErrorComponent, typeof i9.QdMockStatusPairsItemComponent, typeof i10.QdMockStatusPairsValueComponent]>;
34
26
  static ɵinj: i0.ɵɵInjectorDeclaration<QdMockListModule>;
35
27
  }
@@ -12,10 +12,6 @@ import { QdStatusPairsComponent } from './pairs/status-pairs/status-pairs-contai
12
12
  import { QdStatusPairsErrorComponent } from './pairs/status-pairs/status-pairs-error/status-pairs-error.component';
13
13
  import { QdStatusPairsItemComponent } from './pairs/status-pairs/status-pairs-item/status-pairs-item.component';
14
14
  import { QdStatusPairsValueComponent } from './pairs/status-pairs/status-pairs-value/status-pairs-value.component';
15
- import { QdVerticalPairsCaptionComponent } from './pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component';
16
- import { QdVerticalPairsComponent } from './pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component';
17
- import { QdVerticalPairsItemComponent } from './pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component';
18
- import { QdVerticalPairsValueComponent } from './pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component';
19
15
  import * as i0 from "@angular/core";
20
16
  import * as i1 from "./pairs/container-pairs/container-pairs-caption/container-pairs-caption.component";
21
17
  import * as i2 from "./pairs/container-pairs/container-pairs-container/container-pairs-container.component";
@@ -31,15 +27,11 @@ import * as i11 from "./pairs/status-pairs/status-pairs-container/status-pairs.c
31
27
  import * as i12 from "./pairs/status-pairs/status-pairs-error/status-pairs-error.component";
32
28
  import * as i13 from "./pairs/status-pairs/status-pairs-item/status-pairs-item.component";
33
29
  import * as i14 from "./pairs/status-pairs/status-pairs-value/status-pairs-value.component";
34
- import * as i15 from "./pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component";
35
- import * as i16 from "./pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component";
36
- import * as i17 from "./pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component";
37
- import * as i18 from "./pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component";
38
- import * as i19 from "@angular/common";
39
- import * as i20 from "../icon/icon.module";
40
- export { QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent, QdVerticalPairsCaptionComponent, QdVerticalPairsComponent, QdVerticalPairsItemComponent, QdVerticalPairsValueComponent };
30
+ import * as i15 from "@angular/common";
31
+ import * as i16 from "../icon/icon.module";
32
+ export { QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent };
41
33
  export declare class QdListModule {
42
34
  static ɵfac: i0.ɵɵFactoryDeclaration<QdListModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdListModule, [typeof i1.QdContainerPairsCaptionComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i5.QdContainerPairsValueComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i11.QdStatusPairsComponent, typeof i12.QdStatusPairsErrorComponent, typeof i12.QdStatusPairsErrorComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent, typeof i15.QdVerticalPairsCaptionComponent, typeof i16.QdVerticalPairsComponent, typeof i17.QdVerticalPairsItemComponent, typeof i18.QdVerticalPairsValueComponent], [typeof i19.CommonModule, typeof i20.QdIconModule], [typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i11.QdStatusPairsComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i16.QdVerticalPairsComponent, typeof i17.QdVerticalPairsItemComponent, typeof i15.QdVerticalPairsCaptionComponent, typeof i18.QdVerticalPairsValueComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i1.QdContainerPairsCaptionComponent, typeof i5.QdContainerPairsValueComponent, typeof i12.QdStatusPairsErrorComponent]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdListModule, [typeof i1.QdContainerPairsCaptionComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i5.QdContainerPairsValueComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i11.QdStatusPairsComponent, typeof i12.QdStatusPairsErrorComponent, typeof i12.QdStatusPairsErrorComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent], [typeof i15.CommonModule, typeof i16.QdIconModule], [typeof i7.QdHorizontalPairsComponent, typeof i8.QdHorizontalPairsItemComponent, typeof i6.QdHorizontalPairsCaptionComponent, typeof i9.QdHorizontalPairsValueComponent, typeof i11.QdStatusPairsComponent, typeof i13.QdStatusPairsItemComponent, typeof i14.QdStatusPairsValueComponent, typeof i10.QdStatusPairsCaptionComponent, typeof i2.QdContainerPairsContainerComponent, typeof i3.QdContainerPairsHeaderComponent, typeof i4.QdContainerPairsItemComponent, typeof i1.QdContainerPairsCaptionComponent, typeof i5.QdContainerPairsValueComponent, typeof i12.QdStatusPairsErrorComponent]>;
44
36
  static ɵinj: i0.ɵɵInjectorDeclaration<QdListModule>;
45
37
  }
@@ -1,5 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
- import { QdContainerLayoutService } from '../../../../container/services/container-layout.service';
3
1
  import * as i0 from "@angular/core";
4
2
  /**
5
3
  * The **QdHorizontalPairs** renders key-value pairs. <br />
@@ -16,10 +14,7 @@ import * as i0 from "@angular/core";
16
14
  * </qd-horizontal-pairs-item>
17
15
  * </qd-horizontal-pairs>
18
16
  */
19
- export declare class QdHorizontalPairsComponent implements OnInit {
20
- private containerLayoutService;
21
- constructor(containerLayoutService: QdContainerLayoutService);
22
- ngOnInit(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsComponent, [{ optional: true; }]>;
17
+ export declare class QdHorizontalPairsComponent {
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdHorizontalPairsComponent, never>;
24
19
  static ɵcmp: i0.ɵɵComponentDeclaration<QdHorizontalPairsComponent, "qd-horizontal-pairs", never, {}, {}, never, ["*"], false, never>;
25
20
  }
@@ -1,5 +1,4 @@
1
- import { AfterViewChecked, OnInit, QueryList } from '@angular/core';
2
- import { QdContainerLayoutService } from '../../../../container/services/container-layout.service';
1
+ import { AfterViewChecked, QueryList } from '@angular/core';
3
2
  import { QdStatusPairsErrorComponent } from '../status-pairs-error/status-pairs-error.component';
4
3
  import { QdStatusPairsItemComponent } from '../status-pairs-item/status-pairs-item.component';
5
4
  import * as i0 from "@angular/core";
@@ -23,14 +22,11 @@ import * as i0 from "@angular/core";
23
22
  * <qd-status-pairs-error>error</qd-status-pairs-error>
24
23
  * </qd-status-pairs>
25
24
  */
26
- export declare class QdStatusPairsComponent implements OnInit, AfterViewChecked {
27
- private containerLayoutService;
25
+ export declare class QdStatusPairsComponent implements AfterViewChecked {
28
26
  statusPairErrorRef: QdStatusPairsErrorComponent;
29
27
  items: QueryList<QdStatusPairsItemComponent>;
30
- constructor(containerLayoutService: QdContainerLayoutService);
31
- ngOnInit(): void;
32
28
  ngAfterViewChecked(): void;
33
29
  private showError;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsComponent, [{ optional: true; }]>;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdStatusPairsComponent, never>;
35
31
  static ɵcmp: i0.ɵɵComponentDeclaration<QdStatusPairsComponent, "qd-status-pairs", never, {}, {}, ["statusPairErrorRef", "items"], ["*"], false, never>;
36
32
  }
@@ -254,14 +254,14 @@ import * as i0 from "@angular/core";
254
254
  * ### Example
255
255
  *
256
256
  * ```html
257
- * <qd-container qdSnackbarListener> My Container Content </qd-container>
257
+ * <qd-section qdSnackbarListener> My Container Content </qd-section>
258
258
  *
259
259
  * <button (click)="addNotification('qdPanel', { type: 'critical', i18n: 'i18n.error.critical', showAsSnackbar: true })">
260
260
  * Add Notification
261
261
  * </button>
262
262
  * ```
263
263
  *
264
- * All notifications are now displayed by the directive contained in the `qd-container`. Also, all notifications from the backend are displayed there.
264
+ * All notifications are now displayed by the directive contained in the `qd-section`. Also, all notifications from the backend are displayed there.
265
265
  *
266
266
  * **Recommendation of the Quadrel Team**: Place the `qdSnackbarListener` directly on top of the layout system - so for example in the **AppComponent**.
267
267
  *
@@ -2,32 +2,25 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button/__mocks__/mock-button.module";
3
3
  import * as i2 from "./chips/__mocks__/mock-chips.module";
4
4
  import * as i3 from "./grid/__mocks__/mock-grid.module";
5
- import * as i4 from "./container/__mocks__/mock-container.module";
6
- import * as i5 from "./content-grid/__mocks__/mock-content-grid.module";
7
- import * as i6 from "./filter/__mocks__/mock-filter.module";
8
- import * as i7 from "./forms/__mocks__/mock-forms.module";
9
- import * as i8 from "./icon/__mocks__/mock-icon.module";
10
- import * as i9 from "./image/__mocks__/mock-image.module";
11
- import * as i10 from "./layout/__mocks__/mock-layout.module";
12
- import * as i11 from "./lists/__mocks__/mock-list.module";
13
- import * as i12 from "./master-layout/__mocks__/mock-master-layout.module";
14
- import * as i13 from "./notifications/__mocks__/mock-notifications.module";
15
- import * as i14 from "./page/__mocks__/mock-page.module";
16
- import * as i15 from "./place-holder/__mocks__/mock-place-holder.module";
17
- import * as i16 from "./progress-bar/__mocks__/mock-progress-bar.module";
18
- import * as i17 from "./search/__mocks__/mock-search.module";
19
- import * as i18 from "./section/__mocks__/mock-section.module";
20
- import * as i19 from "./core/__mocks__/mock-core.module";
21
- import * as i20 from "./shell/__mocks__/mock-shell.module";
22
- import * as i21 from "./status-indicator/__mocks__/mock-status-indicator.module";
23
- import * as i22 from "./navigation/stepper/__mocks__/mock-stepper.module";
24
- import * as i23 from "./navigation/tab-bar/__mocks__/mock-tab-bar.module";
25
- import * as i24 from "./table/__mocks__/mock-table.module";
26
- import * as i25 from "./navigation/tabs/__mocks__/mock-tabs.module";
27
- import * as i26 from "./text-section/__mocks__/mock-text-section.module";
28
- import * as i27 from "./tiles/__mocks__/mock-tiles.module";
5
+ import * as i4 from "./filter/__mocks__/mock-filter.module";
6
+ import * as i5 from "./forms/__mocks__/mock-forms.module";
7
+ import * as i6 from "./icon/__mocks__/mock-icon.module";
8
+ import * as i7 from "./image/__mocks__/mock-image.module";
9
+ import * as i8 from "./lists/__mocks__/mock-list.module";
10
+ import * as i9 from "./notifications/__mocks__/mock-notifications.module";
11
+ import * as i10 from "./page/__mocks__/mock-page.module";
12
+ import * as i11 from "./place-holder/__mocks__/mock-place-holder.module";
13
+ import * as i12 from "./progress-bar/__mocks__/mock-progress-bar.module";
14
+ import * as i13 from "./search/__mocks__/mock-search.module";
15
+ import * as i14 from "./section/__mocks__/mock-section.module";
16
+ import * as i15 from "./core/__mocks__/mock-core.module";
17
+ import * as i16 from "./shell/__mocks__/mock-shell.module";
18
+ import * as i17 from "./status-indicator/__mocks__/mock-status-indicator.module";
19
+ import * as i18 from "./table/__mocks__/mock-table.module";
20
+ import * as i19 from "./text-section/__mocks__/mock-text-section.module";
21
+ import * as i20 from "./tiles/__mocks__/mock-tiles.module";
29
22
  export declare class QdUiMockModule {
30
23
  static ɵfac: i0.ɵɵFactoryDeclaration<QdUiMockModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiMockModule, never, [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockContainerModule, typeof i5.QdMockContentGridModule, typeof i6.QdMockFilterModule, typeof i7.QdMockFormsModule, typeof i8.QdMockIconModule, typeof i9.QdMockImageModule, typeof i10.QdMockLayoutModule, typeof i11.QdMockListModule, typeof i12.QdMockMasterLayoutModule, typeof i13.QdMockNotificationsModule, typeof i14.QdMockPageModule, typeof i15.QdMockPlaceHolderModule, typeof i16.QdMockProgressBarModule, typeof i17.QdMockSearchModule, typeof i18.QdMockSectionModule, typeof i19.QdMockCoreModule, typeof i20.QdMockShellModule, typeof i21.QdMockStatusIndicatorModule, typeof i22.QdMockStepperModule, typeof i23.QdMockTabBarModule, typeof i24.QdMockTableModule, typeof i25.QdMockTabsModule, typeof i26.QdMockTextSectionModule, typeof i27.QdMockTilesModule], [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockContainerModule, typeof i5.QdMockContentGridModule, typeof i6.QdMockFilterModule, typeof i7.QdMockFormsModule, typeof i8.QdMockIconModule, typeof i9.QdMockImageModule, typeof i10.QdMockLayoutModule, typeof i11.QdMockListModule, typeof i12.QdMockMasterLayoutModule, typeof i13.QdMockNotificationsModule, typeof i14.QdMockPageModule, typeof i15.QdMockPlaceHolderModule, typeof i16.QdMockProgressBarModule, typeof i17.QdMockSearchModule, typeof i18.QdMockSectionModule, typeof i19.QdMockCoreModule, typeof i20.QdMockShellModule, typeof i21.QdMockStatusIndicatorModule, typeof i22.QdMockStepperModule, typeof i23.QdMockTabBarModule, typeof i24.QdMockTableModule, typeof i25.QdMockTabsModule, typeof i26.QdMockTextSectionModule, typeof i27.QdMockTilesModule]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiMockModule, never, [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockFilterModule, typeof i5.QdMockFormsModule, typeof i6.QdMockIconModule, typeof i7.QdMockImageModule, typeof i8.QdMockListModule, typeof i9.QdMockNotificationsModule, typeof i10.QdMockPageModule, typeof i11.QdMockPlaceHolderModule, typeof i12.QdMockProgressBarModule, typeof i13.QdMockSearchModule, typeof i14.QdMockSectionModule, typeof i15.QdMockCoreModule, typeof i16.QdMockShellModule, typeof i17.QdMockStatusIndicatorModule, typeof i18.QdMockTableModule, typeof i19.QdMockTextSectionModule, typeof i20.QdMockTilesModule], [typeof i1.QdMockButtonModule, typeof i2.QdMockChipModule, typeof i3.QdMockGridModule, typeof i4.QdMockFilterModule, typeof i5.QdMockFormsModule, typeof i6.QdMockIconModule, typeof i7.QdMockImageModule, typeof i8.QdMockListModule, typeof i9.QdMockNotificationsModule, typeof i10.QdMockPageModule, typeof i11.QdMockPlaceHolderModule, typeof i12.QdMockProgressBarModule, typeof i13.QdMockSearchModule, typeof i14.QdMockSectionModule, typeof i15.QdMockCoreModule, typeof i16.QdMockShellModule, typeof i17.QdMockStatusIndicatorModule, typeof i18.QdMockTableModule, typeof i19.QdMockTextSectionModule, typeof i20.QdMockTilesModule]>;
32
25
  static ɵinj: i0.ɵɵInjectorDeclaration<QdUiMockModule>;
33
26
  }
@@ -5,43 +5,36 @@ import * as i1 from "./button/button.module";
5
5
  import * as i2 from "./chips/chips.module";
6
6
  import * as i3 from "./comments/comments.module";
7
7
  import * as i4 from "./contact-card/contact-card.module";
8
- import * as i5 from "./container/container.module";
9
- import * as i6 from "./content-grid/content-grid.module";
10
- import * as i7 from "./core/core.module";
11
- import * as i8 from "./dialog/dialog.module";
12
- import * as i9 from "./file-collector/file-collector.module";
13
- import * as i10 from "./filter/filter.module";
14
- import * as i11 from "./forms/qd-form.module";
15
- import * as i12 from "./grid/grid.module";
16
- import * as i13 from "./icon/icon.module";
17
- import * as i14 from "./image/image.module";
18
- import * as i15 from "./layout/layout.module";
19
- import * as i16 from "./lists/list.module";
20
- import * as i17 from "./master-layout/master-layout.module";
21
- import * as i18 from "./navigation-tiles/navigation-tiles.module";
22
- import * as i19 from "./notifications/notifications.module";
23
- import * as i20 from "./page/page.module";
24
- import * as i21 from "./page-stepper/page-stepper.module";
25
- import * as i22 from "./page-tabs/page-tabs.module";
26
- import * as i23 from "./panel-section/panel-section.module";
27
- import * as i24 from "./place-holder/place-holder.module";
28
- import * as i25 from "./progress-bar/progress-bar.module";
29
- import * as i26 from "./quick-edit/quick-edit.module";
30
- import * as i27 from "./search/search.module";
31
- import * as i28 from "./section/section.module";
32
- import * as i29 from "./shell/shell.module";
33
- import * as i30 from "./spinner/spinner.module";
34
- import * as i31 from "./status-indicator/status-indicator.module";
35
- import * as i32 from "./navigation/stepper/stepper.module";
36
- import * as i33 from "./navigation/tab-bar/tab-bar.module";
37
- import * as i34 from "./table/table.module";
38
- import * as i35 from "./navigation/tabs/tabs.module";
39
- import * as i36 from "./text-section/text-section.module";
40
- import * as i37 from "./tiles/tiles.module";
41
- import * as i38 from "./tree/tree.module";
8
+ import * as i5 from "./core/core.module";
9
+ import * as i6 from "./dialog/dialog.module";
10
+ import * as i7 from "./file-collector/file-collector.module";
11
+ import * as i8 from "./filter/filter.module";
12
+ import * as i9 from "./forms/qd-form.module";
13
+ import * as i10 from "./grid/grid.module";
14
+ import * as i11 from "./icon/icon.module";
15
+ import * as i12 from "./image/image.module";
16
+ import * as i13 from "./lists/list.module";
17
+ import * as i14 from "./navigation-tiles/navigation-tiles.module";
18
+ import * as i15 from "./notifications/notifications.module";
19
+ import * as i16 from "./page/page.module";
20
+ import * as i17 from "./page-stepper/page-stepper.module";
21
+ import * as i18 from "./page-tabs/page-tabs.module";
22
+ import * as i19 from "./panel-section/panel-section.module";
23
+ import * as i20 from "./place-holder/place-holder.module";
24
+ import * as i21 from "./progress-bar/progress-bar.module";
25
+ import * as i22 from "./quick-edit/quick-edit.module";
26
+ import * as i23 from "./search/search.module";
27
+ import * as i24 from "./section/section.module";
28
+ import * as i25 from "./shell/shell.module";
29
+ import * as i26 from "./spinner/spinner.module";
30
+ import * as i27 from "./status-indicator/status-indicator.module";
31
+ import * as i28 from "./table/table.module";
32
+ import * as i29 from "./text-section/text-section.module";
33
+ import * as i30 from "./tiles/tiles.module";
34
+ import * as i31 from "./tree/tree.module";
42
35
  export declare class QdUiModule {
43
36
  static forRoot(config: QdAppEnvironment, backendErrorCodes?: {}, whitelistErrorCodes?: number[]): ModuleWithProviders<QdUiModule>;
44
37
  static ɵfac: i0.ɵɵFactoryDeclaration<QdUiModule, never>;
45
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiModule, never, [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdContainerModule, typeof i6.QdContentGridModule, typeof i7.QdCoreModule, typeof i8.QdDialogModule, typeof i9.QdFileCollectorModule, typeof i10.QdFilterModule, typeof i11.QdFormModule, typeof i12.QdGridModule, typeof i13.QdIconModule, typeof i14.QdImageModule, typeof i15.QdLayoutModule, typeof i16.QdListModule, typeof i17.QdMasterLayoutModule, typeof i18.QdNavigationTilesModule, typeof i19.QdNotificationsModule, typeof i20.QdPageModule, typeof i21.QdPageStepperModule, typeof i22.QdPageTabsModule, typeof i23.QdPanelSectionModule, typeof i24.QdPlaceHolderModule, typeof i25.QdProgressBarModule, typeof i26.QdQuickEditModule, typeof i27.QdSearchModule, typeof i28.QdSectionModule, typeof i29.QdShellModule, typeof i30.QdSpinnerModule, typeof i31.QdStatusIndicatorModule, typeof i32.QdStepperModule, typeof i33.QdTabBarModule, typeof i34.QdTableModule, typeof i35.QdTabsModule, typeof i36.QdTextSectionModule, typeof i37.QdTilesModule, typeof i38.QdTreeModule], [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdContainerModule, typeof i6.QdContentGridModule, typeof i7.QdCoreModule, typeof i8.QdDialogModule, typeof i9.QdFileCollectorModule, typeof i10.QdFilterModule, typeof i11.QdFormModule, typeof i12.QdGridModule, typeof i13.QdIconModule, typeof i14.QdImageModule, typeof i15.QdLayoutModule, typeof i16.QdListModule, typeof i17.QdMasterLayoutModule, typeof i18.QdNavigationTilesModule, typeof i19.QdNotificationsModule, typeof i20.QdPageModule, typeof i21.QdPageStepperModule, typeof i22.QdPageTabsModule, typeof i23.QdPanelSectionModule, typeof i24.QdPlaceHolderModule, typeof i25.QdProgressBarModule, typeof i26.QdQuickEditModule, typeof i27.QdSearchModule, typeof i28.QdSectionModule, typeof i29.QdShellModule, typeof i30.QdSpinnerModule, typeof i31.QdStatusIndicatorModule, typeof i32.QdStepperModule, typeof i33.QdTabBarModule, typeof i34.QdTableModule, typeof i35.QdTabsModule, typeof i36.QdTextSectionModule, typeof i37.QdTilesModule, typeof i38.QdTreeModule]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdUiModule, never, [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdCoreModule, typeof i6.QdDialogModule, typeof i7.QdFileCollectorModule, typeof i8.QdFilterModule, typeof i9.QdFormModule, typeof i10.QdGridModule, typeof i11.QdIconModule, typeof i12.QdImageModule, typeof i13.QdListModule, typeof i14.QdNavigationTilesModule, typeof i15.QdNotificationsModule, typeof i16.QdPageModule, typeof i17.QdPageStepperModule, typeof i18.QdPageTabsModule, typeof i19.QdPanelSectionModule, typeof i20.QdPlaceHolderModule, typeof i21.QdProgressBarModule, typeof i22.QdQuickEditModule, typeof i23.QdSearchModule, typeof i24.QdSectionModule, typeof i25.QdShellModule, typeof i26.QdSpinnerModule, typeof i27.QdStatusIndicatorModule, typeof i28.QdTableModule, typeof i29.QdTextSectionModule, typeof i30.QdTilesModule, typeof i31.QdTreeModule], [typeof i1.QdButtonModule, typeof i2.QdChipModule, typeof i3.QdCommentsModule, typeof i4.QdContactCardModule, typeof i5.QdCoreModule, typeof i6.QdDialogModule, typeof i7.QdFileCollectorModule, typeof i8.QdFilterModule, typeof i9.QdFormModule, typeof i10.QdGridModule, typeof i11.QdIconModule, typeof i12.QdImageModule, typeof i13.QdListModule, typeof i14.QdNavigationTilesModule, typeof i15.QdNotificationsModule, typeof i16.QdPageModule, typeof i17.QdPageStepperModule, typeof i18.QdPageTabsModule, typeof i19.QdPanelSectionModule, typeof i20.QdPlaceHolderModule, typeof i21.QdProgressBarModule, typeof i22.QdQuickEditModule, typeof i23.QdSearchModule, typeof i24.QdSectionModule, typeof i25.QdShellModule, typeof i26.QdSpinnerModule, typeof i27.QdStatusIndicatorModule, typeof i28.QdTableModule, typeof i29.QdTextSectionModule, typeof i30.QdTilesModule, typeof i31.QdTreeModule]>;
46
39
  static ɵinj: i0.ɵɵInjectorDeclaration<QdUiModule>;
47
40
  }
@@ -1,7 +1,6 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, Type } from '@angular/core';
2
2
  import { ControlContainer, FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- import { QdContainerActionService } from '../container/services/container-action.service';
5
4
  import { QdFocusableDirective } from '../core/focusable/focusable.directive';
6
5
  import { QdEventBrokerService } from '../core/services/event-broker.service';
7
6
  import { QdPageFooterService } from '../page/shared/services/page-footer.service';
@@ -107,7 +106,6 @@ export declare class QdQuickEditComponent<T extends string> implements OnInit, O
107
106
  readonly footerService: QdPageFooterService;
108
107
  readonly pageService: QdPageStoreService<any>;
109
108
  private readonly sectionActionService;
110
- private readonly containerActionService;
111
109
  private readonly eventBrokerService;
112
110
  private changeDetectorRef;
113
111
  private controlContainer;
@@ -173,7 +171,7 @@ export declare class QdQuickEditComponent<T extends string> implements OnInit, O
173
171
  get visibleColumns(): QdQuickEditColumn<T>[];
174
172
  get isFormControl(): boolean;
175
173
  togglerDrawing: boolean;
176
- constructor(fb: FormBuilder, footerService: QdPageFooterService, pageService: QdPageStoreService<any>, sectionActionService: QdSectionToolbarActionService, containerActionService: QdContainerActionService, eventBrokerService: QdEventBrokerService, changeDetectorRef: ChangeDetectorRef, controlContainer: ControlContainer);
174
+ constructor(fb: FormBuilder, footerService: QdPageFooterService, pageService: QdPageStoreService<any>, sectionActionService: QdSectionToolbarActionService, eventBrokerService: QdEventBrokerService, changeDetectorRef: ChangeDetectorRef, controlContainer: ControlContainer);
177
175
  ngOnInit(): void;
178
176
  ngOnChanges(changes: SimpleChanges): void;
179
177
  ngOnDestroy(): void;
@@ -193,6 +191,6 @@ export declare class QdQuickEditComponent<T extends string> implements OnInit, O
193
191
  private initActionsStream;
194
192
  private filterActionsByMode;
195
193
  private initManualChangeDetectionForControlReset;
196
- static ɵfac: i0.ɵɵFactoryDeclaration<QdQuickEditComponent<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
194
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdQuickEditComponent<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
197
195
  static ɵcmp: i0.ɵɵComponentDeclaration<QdQuickEditComponent<any>, "qd-quick-edit", never, { "config": { "alias": "config"; "required": true; }; "data": { "alias": "data"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "formGroupChange": "formGroupChange"; "addNewClicked": "addNewClicked"; }, never, never, false, never>;
198
196
  }
@@ -19,10 +19,9 @@ import * as i10 from "../button/button.module";
19
19
  import * as i11 from "../icon/icon.module";
20
20
  import * as i12 from "../filter/filter.module";
21
21
  import * as i13 from "../search/search.module";
22
- import * as i14 from "../layout/layout.module";
23
22
  export { QdConnectorTableContextDirective, QdConnectorTableFilterDirective, QdConnectorTableSearchDirective, QdSectionAdapterDirective, QdSectionComponent, QdSectionToolbarComponent, QdSectionConfig };
24
23
  export declare class QdSectionModule {
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<QdSectionModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdSectionModule, [typeof i1.QdSectionComponent, typeof i2.QdSectionToolbarComponent, typeof i3.QdSectionToolbarActionComponent, typeof i4.QdConnectorTableFilterDirective, typeof i5.QdConnectorTableSearchDirective, typeof i6.QdConnectorTableContextDirective, typeof i7.QdSectionAdapterDirective], [typeof i8.CommonModule, typeof i9.TranslateModule, typeof i10.QdButtonModule, typeof i11.QdIconModule, typeof i12.QdFilterModule, typeof i13.QdSearchModule, typeof i14.QdLayoutModule], [typeof i1.QdSectionComponent, typeof i4.QdConnectorTableFilterDirective, typeof i5.QdConnectorTableSearchDirective, typeof i6.QdConnectorTableContextDirective, typeof i7.QdSectionAdapterDirective, typeof i2.QdSectionToolbarComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdSectionModule, [typeof i1.QdSectionComponent, typeof i2.QdSectionToolbarComponent, typeof i3.QdSectionToolbarActionComponent, typeof i4.QdConnectorTableFilterDirective, typeof i5.QdConnectorTableSearchDirective, typeof i6.QdConnectorTableContextDirective, typeof i7.QdSectionAdapterDirective], [typeof i8.CommonModule, typeof i9.TranslateModule, typeof i10.QdButtonModule, typeof i11.QdIconModule, typeof i12.QdFilterModule, typeof i13.QdSearchModule], [typeof i1.QdSectionComponent, typeof i4.QdConnectorTableFilterDirective, typeof i5.QdConnectorTableSearchDirective, typeof i6.QdConnectorTableContextDirective, typeof i7.QdSectionAdapterDirective, typeof i2.QdSectionToolbarComponent]>;
27
26
  static ɵinj: i0.ɵɵInjectorDeclaration<QdSectionModule>;
28
27
  }
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
- import { QdLanguageFromUrlService } from '../../../master-layout/service/language-from-url.service';
3
+ import { QdLanguageFromUrlService } from '../../services/language-from-url.service';
4
4
  import { QdShellServiceNavigationConfig } from '../../model/shell-service-navigation-config.interface';
5
5
  import { QdShellServiceNavigationService } from '../../services/service-navigation.service';
6
6
  import { QdShellPamsEnvironmentService } from '../../services/pams-environment.service';
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
- import { QdLanguageFromUrlService } from '../../../master-layout/service/language-from-url.service';
3
+ import { QdLanguageFromUrlService } from '../../services/language-from-url.service';
4
4
  import { QdShellHeaderWidgetConfig, QdShellHeaderWidgetLanguage } from '../../model/shell-header-widget-config.interface';
5
5
  import { QdShellHeaderWidgetService } from '../../services/shell-header-widget.service';
6
6
  import * as i0 from "@angular/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "19.0.0",
3
+ "version": "v19.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^19.2.9",
6
6
  "@angular/common": "^19.2.9",
package/public-api.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- export { QdLayoutPanelCols, QdLayoutPanelPosition, QdLayoutPanelSize, QdLayoutPanelType } from './lib/layout/panel/types/panel-types';
2
- export { ProcessList } from './lib/layout/interfaces/process-list';
3
1
  export { QdDialogAuthSessionEndService } from './lib/dialog/services/dialog-auth-session-end.service';
4
2
  export { updateHtmlLang } from './lib/helpers/language.helper';
5
3
  export { BACKEND_ERROR_CODES } from './lib/notifications/services/notifications-http-interceptor.service';
@@ -7,21 +5,14 @@ export * from './lib/button/__mocks__/mock-button.module';
7
5
  export * from './lib/chips/__mocks__/mock-chips.module';
8
6
  export * from './lib/grid/__mocks__/mock-grid.module';
9
7
  export * from './lib/contact-card/__mocks__/mock-contact-card.module';
10
- export * from './lib/container/__mocks__/mock-container.module';
11
- export * from './lib/content-grid/__mocks__/mock-content-grid.module';
12
8
  export * from './lib/core/__mocks__/mock-core.module';
13
9
  export * from './lib/file-collector/__mocks__/mock-file-collector.module';
14
10
  export * from './lib/filter/__mocks__/mock-filter.module';
15
11
  export * from './lib/forms/__mocks__/mock-forms.module';
16
12
  export * from './lib/icon/__mocks__/mock-icon.module';
17
13
  export * from './lib/image/__mocks__/mock-image.module';
18
- export * from './lib/layout/__mocks__/mock-layout.module';
19
14
  export * from './lib/lists/__mocks__/mock-list.module';
20
- export * from './lib/master-layout/__mocks__/mock-master-layout.module';
21
15
  export * from './lib/navigation-tiles/__mocks__/mock-navigation-tiles.module';
22
- export * from './lib/navigation/stepper/__mocks__/mock-stepper.module';
23
- export * from './lib/navigation/tab-bar/__mocks__/mock-tab-bar.module';
24
- export * from './lib/navigation/tabs/__mocks__/mock-tabs.module';
25
16
  export * from './lib/notifications/__mocks__/mock-notifications.module';
26
17
  export * from './lib/page/__mocks__/mock-page.module';
27
18
  export * from './lib/place-holder/__mocks__/mock-place-holder.module';
@@ -37,8 +28,6 @@ export * from './lib/button/button.module';
37
28
  export * from './lib/chips/chips.module';
38
29
  export * from './lib/grid/grid.module';
39
30
  export * from './lib/contact-card/contact-card.module';
40
- export * from './lib/container/container.module';
41
- export * from './lib/content-grid/content-grid.module';
42
31
  export * from './lib/core/core.module';
43
32
  export * from './lib/dialog/dialog.module';
44
33
  export * from './lib/file-collector/file-collector.module';
@@ -46,13 +35,8 @@ export * from './lib/filter/filter.module';
46
35
  export * from './lib/forms/qd-form.module';
47
36
  export * from './lib/icon/icon.module';
48
37
  export * from './lib/image/image.module';
49
- export * from './lib/layout/layout.module';
50
38
  export * from './lib/lists/list.module';
51
- export * from './lib/master-layout/master-layout.module';
52
39
  export * from './lib/navigation-tiles/navigation-tiles.module';
53
- export * from './lib/navigation/stepper/stepper.module';
54
- export * from './lib/navigation/tab-bar/tab-bar.module';
55
- export * from './lib/navigation/tabs/tabs.module';
56
40
  export * from './lib/notifications/notifications.module';
57
41
  export * from './lib/page/page.module';
58
42
  export * from './lib/panel-section/panel-section.module';