@quadrel-enterprise-ui/framework 20.23.0 → 20.23.1-beta.196.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -14,10 +14,10 @@ import { TranslateService } from '@ngx-translate/core';
14
14
  import { OverlayRef, OverlayPositionBuilder, Overlay, ConnectedPosition } from '@angular/cdk/overlay';
15
15
  import * as i4 from '@angular/router';
16
16
  import { Params } from '@angular/router';
17
- import { Highlightable, ActiveDescendantKeyManager } from '@angular/cdk/a11y';
18
17
  import * as i39 from 'ngx-editor';
19
18
  import { Editor, Toolbar } from 'ngx-editor';
20
19
  import { Moment as Moment$1 } from 'moment';
20
+ import { Highlightable, ActiveDescendantKeyManager } from '@angular/cdk/a11y';
21
21
  import * as _quadrel_enterprise_ui_framework from '@quadrel-enterprise-ui/framework';
22
22
  import * as i25 from '@ngrx/store';
23
23
  import * as i5 from '@angular/cdk/stepper';
@@ -3290,12 +3290,6 @@ interface QdSwitchOption extends QdFormOption {
3290
3290
  }
3291
3291
  interface QdMultiInputOption extends QdFormOption, QdTranslatable {
3292
3292
  }
3293
- /**
3294
- * @description The pincode component receives numeric values as strings as values.
3295
- *
3296
- * * @default: ''
3297
- */
3298
- type QdPinCodeValue = '' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
3299
3293
 
3300
3294
  declare class QdMockFilterCategoryDateComponent {
3301
3295
  filterId: string;
@@ -3478,12 +3472,11 @@ declare class QdMockCheckboxComponent {
3478
3472
  value: string;
3479
3473
  disabled: boolean;
3480
3474
  testId: string;
3475
+ valueChange: EventEmitter<string>;
3481
3476
  get dataTestId(): string;
3482
- handleClick(value: any): {
3483
- value: any;
3484
- };
3477
+ handleClick(): void;
3485
3478
  static ɵfac: i0.ɵɵFactoryDeclaration<QdMockCheckboxComponent, never>;
3486
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockCheckboxComponent, "qd-checkbox", never, { "inputData": { "alias": "inputData"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
3479
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdMockCheckboxComponent, "qd-checkbox", never, { "inputData": { "alias": "inputData"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
3487
3480
  }
3488
3481
 
3489
3482
  declare class QdMockCheckboxesComponent {
@@ -6258,7 +6251,7 @@ declare class QdDatepickerComponent implements ControlValueAccessor, OnInit, OnC
6258
6251
  * No Parameter here.
6259
6252
  */
6260
6253
  readonly clickViewonly: EventEmitter<null>;
6261
- popover: QdPopoverOnClickDirective;
6254
+ private popover;
6262
6255
  readonly: boolean;
6263
6256
  viewonly: boolean;
6264
6257
  hintAction: boolean;
@@ -6272,7 +6265,6 @@ declare class QdDatepickerComponent implements ControlValueAccessor, OnInit, OnC
6272
6265
  readonlyAction: boolean;
6273
6266
  viewonlyAction: boolean;
6274
6267
  language: string;
6275
- qdPopoverOnClick: QdPopoverOnClickDirective;
6276
6268
  control: AbstractControl;
6277
6269
  timePicker?: QdFormTimepickerConfiguration;
6278
6270
  private _disabledDatesValidator;
@@ -6417,43 +6409,6 @@ declare enum QdFormOptionsRequestState {
6417
6409
  ERROR = 3
6418
6410
  }
6419
6411
 
6420
- declare class QdFormInputComponent implements Highlightable {
6421
- private readonly translateService;
6422
- option?: QdFormResolvedOption;
6423
- private _isActive;
6424
- get isActive(): boolean;
6425
- private element;
6426
- scrollIntoView(): void;
6427
- setActiveStyles(): void;
6428
- setInactiveStyles(): void;
6429
- getLabel(): string;
6430
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFormInputComponent, never>;
6431
- static ɵcmp: i0.ɵɵComponentDeclaration<QdFormInputComponent, "qd-form-input", never, { "option": { "alias": "option"; "required": false; }; }, {}, never, ["*"], false, never>;
6432
- }
6433
-
6434
- declare class QdDropdownOptionsComponent implements AfterViewInit {
6435
- private keyboardService;
6436
- private optionsService;
6437
- filter: boolean;
6438
- filterText: string;
6439
- testId: string;
6440
- id: string;
6441
- readonly filterChange: EventEmitter<string>;
6442
- readonly optionClick: EventEmitter<any>;
6443
- optionComponents: QueryList<QdFormInputComponent>;
6444
- filterElement: ElementRef;
6445
- onKeyDown(event: KeyboardEvent): void;
6446
- selectedOptionValue: string;
6447
- filteredOptions$: Observable<QdFormResolvedOption[] | QdFormOption[]>;
6448
- optionSelected: EventEmitter<any>;
6449
- constructor();
6450
- ngAfterViewInit(): void;
6451
- onOpen(): void;
6452
- onFilterInputChange(value: string): void;
6453
- static ɵfac: i0.ɵɵFactoryDeclaration<QdDropdownOptionsComponent, never>;
6454
- static ɵcmp: i0.ɵɵComponentDeclaration<QdDropdownOptionsComponent, "qd-dropdown-options", never, { "filter": { "alias": "filter"; "required": false; }; "filterText": { "alias": "filterText"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "filterChange": "filterChange"; "optionClick": "optionClick"; }, never, never, false, never>;
6455
- }
6456
-
6457
6412
  /**
6458
6413
  * The **QdDropdown** is an component that provides a dropdown form element.<br />
6459
6414
  * It can be used with Quadrel Reactive Forms or with model binding.
@@ -6603,8 +6558,8 @@ declare class QdDropdownComponent implements ControlValueAccessor, OnInit, OnCha
6603
6558
  private _subs;
6604
6559
  private _onChange;
6605
6560
  private _onTouch;
6606
- dropdownOptions: QdDropdownOptionsComponent;
6607
- dropdownDirective: QdPopoverOnClickDirective;
6561
+ private dropdownOptions;
6562
+ private dropdownDirective;
6608
6563
  box: ElementRef;
6609
6564
  isOpen: boolean;
6610
6565
  get hasError(): boolean;
@@ -7470,34 +7425,6 @@ interface QdFormArrayOptions extends AbstractControlOptions {
7470
7425
  itemInitialValueIsDefault?: boolean;
7471
7426
  }
7472
7427
 
7473
- type Direction = 'up' | 'down';
7474
- declare class QdMultiInputMenuComponent implements AfterViewInit {
7475
- private readonly multiInputService;
7476
- /**
7477
- * Here an id can be assigned, with which a value can be linked to a corresponding label.
7478
- */
7479
- id: any;
7480
- optionsListForView: QdMultiInputOption[];
7481
- /**
7482
- * A static test ID for integration tests can be set. <br />
7483
- * The value for the HTML attribute [data-test-id].
7484
- */
7485
- testId: string;
7486
- readonly itemClick: EventEmitter<any>;
7487
- selectBox: ElementRef;
7488
- dropdownOptions: QueryList<ElementRef>;
7489
- optionComponents: QueryList<QdFormInputComponent>;
7490
- keyManager: ActiveDescendantKeyManager<QdFormInputComponent>;
7491
- ngAfterViewInit(): void;
7492
- getTranslation(option: QdMultiInputOption): string;
7493
- handleClick(option: QdMultiInputOption): void;
7494
- resetCheckedOption(): number;
7495
- handleArrowKey(direction: Direction, event: KeyboardEvent): void;
7496
- getHeight(): number;
7497
- static ɵfac: i0.ɵɵFactoryDeclaration<QdMultiInputMenuComponent, never>;
7498
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMultiInputMenuComponent, "qd-multi-input-menu", never, { "id": { "alias": "id"; "required": false; }; "optionsListForView": { "alias": "optionsListForView"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, false, never>;
7499
- }
7500
-
7501
7428
  /**
7502
7429
  * The **QdMultiInput** is a component that provides a user interface for entering multiple inputs.<br />
7503
7430
  * It is designed to enhance the user experience when dealing with multiple inputs and can be used with Quadrel Reactive Forms or with model binding.
@@ -7588,8 +7515,8 @@ declare class QdMultiInputComponent implements ControlValueAccessor, OnInit, OnC
7588
7515
  */
7589
7516
  readonly clickViewonly: EventEmitter<any>;
7590
7517
  inputField: ElementRef;
7591
- multiInputMenu: QdMultiInputMenuComponent;
7592
- popoverOnClickDirective: QdPopoverOnClickDirective;
7518
+ private multiInputMenu;
7519
+ private popoverOnClickDirective;
7593
7520
  errorTooltips: QueryList<ElementRef>;
7594
7521
  dropdownOptions: QueryList<ElementRef>;
7595
7522
  readonly: boolean;
@@ -7654,33 +7581,6 @@ declare class QdMultiInputComponent implements ControlValueAccessor, OnInit, OnC
7654
7581
  static ɵcmp: i0.ɵɵComponentDeclaration<QdMultiInputComponent, "qd-multi-input", never, { "id": { "alias": "id"; "required": false; }; "values": { "alias": "values"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "formArrayName": { "alias": "formArrayName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "valuesChange": "valuesChange"; "clickHint": "clickHint"; "clickReadonly": "clickReadonly"; "clickViewonly": "clickViewonly"; }, never, never, false, never>;
7655
7582
  }
7656
7583
 
7657
- declare class QdPinCodeService {
7658
- private _values;
7659
- private _currentIndex;
7660
- private _filledTill;
7661
- private _codeLength;
7662
- set currentIndex(index: number);
7663
- get currentIndex(): number;
7664
- set filledTill(index: number);
7665
- get filledTill(): number;
7666
- set codeLength(length: number);
7667
- get codeLength(): number;
7668
- get firstEmpty(): number;
7669
- get lastIndex(): number;
7670
- get allEmpty(): boolean;
7671
- get allFilled(): boolean;
7672
- set values(values: QdPinCodeValue[] | string[]);
7673
- get values(): QdPinCodeValue[] | string[];
7674
- get joinedValues(): string;
7675
- addValue(value: QdPinCodeValue | string): void;
7676
- addValues(values: any): void;
7677
- stepPrevious(): void;
7678
- stepNext(): void;
7679
- reset(): void;
7680
- static ɵfac: i0.ɵɵFactoryDeclaration<QdPinCodeService, never>;
7681
- static ɵprov: i0.ɵɵInjectableDeclaration<QdPinCodeService>;
7682
- }
7683
-
7684
7584
  /**
7685
7585
  * **QdPinCode** component provides a FormElement.
7686
7586
  * The **QdPinCode** is a component that provides a form element for entering a PIN code.<br />
@@ -7708,7 +7608,7 @@ declare class QdPinCodeService {
7708
7608
  * ```
7709
7609
  */
7710
7610
  declare class QdPinCodeComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy, ControlValueAccessor {
7711
- readonly pinCodeService: QdPinCodeService;
7611
+ private readonly pinCodeService;
7712
7612
  private readonly changeDetectorRef;
7713
7613
  private readonly actionEmitterService;
7714
7614
  private readonly controlContainer;
@@ -7784,6 +7684,8 @@ declare class QdPinCodeComponent implements OnInit, OnChanges, AfterViewInit, On
7784
7684
  private _subs;
7785
7685
  private _onChange;
7786
7686
  private _onTouch;
7687
+ protected get firstEmptyIndex(): number;
7688
+ protected get joinedValues(): string;
7787
7689
  get errors(): ValidationErrors;
7788
7690
  get required(): boolean;
7789
7691
  ngOnInit(): void;
@@ -8760,6 +8662,43 @@ declare class QdCheckboxChipsItemComponent {
8760
8662
  static ɵcmp: i0.ɵɵComponentDeclaration<QdCheckboxChipsItemComponent, "qd-checkbox-chips-item", never, { "data": { "alias": "data"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
8761
8663
  }
8762
8664
 
8665
+ declare class QdFormInputComponent implements Highlightable {
8666
+ private readonly translateService;
8667
+ option?: QdFormResolvedOption;
8668
+ private _isActive;
8669
+ get isActive(): boolean;
8670
+ private element;
8671
+ scrollIntoView(): void;
8672
+ setActiveStyles(): void;
8673
+ setInactiveStyles(): void;
8674
+ getLabel(): string;
8675
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFormInputComponent, never>;
8676
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdFormInputComponent, "qd-form-input", never, { "option": { "alias": "option"; "required": false; }; }, {}, never, ["*"], false, never>;
8677
+ }
8678
+
8679
+ declare class QdDropdownOptionsComponent implements AfterViewInit {
8680
+ private keyboardService;
8681
+ private optionsService;
8682
+ filter: boolean;
8683
+ filterText: string;
8684
+ testId: string;
8685
+ id: string;
8686
+ readonly filterChange: EventEmitter<string>;
8687
+ readonly optionClick: EventEmitter<any>;
8688
+ optionComponents: QueryList<QdFormInputComponent>;
8689
+ filterElement: ElementRef;
8690
+ onKeyDown(event: KeyboardEvent): void;
8691
+ selectedOptionValue: string;
8692
+ filteredOptions$: Observable<QdFormResolvedOption[] | QdFormOption[]>;
8693
+ optionSelected: EventEmitter<any>;
8694
+ constructor();
8695
+ ngAfterViewInit(): void;
8696
+ onOpen(): void;
8697
+ onFilterInputChange(value: string): void;
8698
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdDropdownOptionsComponent, never>;
8699
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdDropdownOptionsComponent, "qd-dropdown-options", never, { "filter": { "alias": "filter"; "required": false; }; "filterText": { "alias": "filterText"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "filterChange": "filterChange"; "optionClick": "optionClick"; }, never, never, false, never>;
8700
+ }
8701
+
8763
8702
  declare class QdFormErrorComponent {
8764
8703
  control?: AbstractControl;
8765
8704
  get errorArr(): {
@@ -8980,6 +8919,34 @@ declare class QdMultiInputChipComponent {
8980
8919
  static ɵcmp: i0.ɵɵComponentDeclaration<QdMultiInputChipComponent, "qd-multi-input-chip", never, { "itemControl": { "alias": "itemControl"; "required": false; }; "value": { "alias": "value"; "required": false; }; "close": { "alias": "close"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "closeClickEmitter": "closeClickEmitter"; }, never, never, false, never>;
8981
8920
  }
8982
8921
 
8922
+ type Direction = 'up' | 'down';
8923
+ declare class QdMultiInputMenuComponent implements AfterViewInit {
8924
+ private readonly multiInputService;
8925
+ /**
8926
+ * Here an id can be assigned, with which a value can be linked to a corresponding label.
8927
+ */
8928
+ id: any;
8929
+ optionsListForView: QdMultiInputOption[];
8930
+ /**
8931
+ * A static test ID for integration tests can be set. <br />
8932
+ * The value for the HTML attribute [data-test-id].
8933
+ */
8934
+ testId: string;
8935
+ readonly itemClick: EventEmitter<any>;
8936
+ selectBox: ElementRef;
8937
+ dropdownOptions: QueryList<ElementRef>;
8938
+ optionComponents: QueryList<QdFormInputComponent>;
8939
+ keyManager: ActiveDescendantKeyManager<QdFormInputComponent>;
8940
+ ngAfterViewInit(): void;
8941
+ getTranslation(option: QdMultiInputOption): string;
8942
+ handleClick(option: QdMultiInputOption): void;
8943
+ resetCheckedOption(): number;
8944
+ handleArrowKey(direction: Direction, event: KeyboardEvent): void;
8945
+ getHeight(): number;
8946
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdMultiInputMenuComponent, never>;
8947
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdMultiInputMenuComponent, "qd-multi-input-menu", never, { "id": { "alias": "id"; "required": false; }; "optionsListForView": { "alias": "optionsListForView"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, false, never>;
8948
+ }
8949
+
8983
8950
  declare class QdAutofocusDirective implements AfterViewInit, OnDestroy {
8984
8951
  private readonly autofocusService;
8985
8952
  private readonly elementRef;
@@ -11527,53 +11494,6 @@ declare class QdFileCollectorModule {
11527
11494
  static ɵinj: i0.ɵɵInjectorDeclaration<QdFileCollectorModule>;
11528
11495
  }
11529
11496
 
11530
- declare class QdFilterItemFreeTextCategoryComponent implements OnInit {
11531
- private readonly filterService;
11532
- filterId: string;
11533
- isInstantFiltering: boolean;
11534
- categoryIndex: number;
11535
- testId: string;
11536
- itemIndex: number;
11537
- itemData: any;
11538
- ngOnInit(): void;
11539
- private updateState;
11540
- refreshItems(): void;
11541
- handleReset(): void;
11542
- handleEnter(): void;
11543
- close(): void;
11544
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemFreeTextCategoryComponent, never>;
11545
- static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemFreeTextCategoryComponent, "qd-filter-category-free-text", never, { "filterId": { "alias": "filterId"; "required": false; }; "isInstantFiltering": { "alias": "isInstantFiltering"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
11546
- }
11547
-
11548
- declare class QdFilterCategoryComponent implements OnInit {
11549
- private readonly filterService;
11550
- readonly translateService: TranslateService;
11551
- filterId: string;
11552
- isInstantFiltering: boolean;
11553
- categoryIndex: number;
11554
- lastCategory: boolean;
11555
- testId: string;
11556
- timePickerConfig: QdFormDatepickerConfiguration;
11557
- private type;
11558
- itemFreeTextCategory: QueryList<QdFilterItemFreeTextCategoryComponent>;
11559
- get categoryIndexAttribute(): string;
11560
- get categoryNumberClassName(): string;
11561
- get dataTestId(): string;
11562
- ngOnInit(): void;
11563
- get isBoolean(): boolean;
11564
- get isSelect(): boolean;
11565
- get isFreeText(): boolean;
11566
- get isDate(): boolean;
11567
- get isDateTime(): boolean;
11568
- get isDateRange(): boolean;
11569
- get isDateTimeRange(): boolean;
11570
- get buttonClassName(): string;
11571
- refreshItems(): void;
11572
- handleReset(): void;
11573
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterCategoryComponent, never>;
11574
- static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterCategoryComponent, "qd-filter-category", never, { "filterId": { "alias": "filterId"; "required": false; }; "isInstantFiltering": { "alias": "isInstantFiltering"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "lastCategory": { "alias": "lastCategory"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
11575
- }
11576
-
11577
11497
  declare class QdFilterService {
11578
11498
  private readonly store;
11579
11499
  readonly translateService: TranslateService;
@@ -11621,47 +11541,6 @@ declare class QdFilterService {
11621
11541
  static ɵprov: i0.ɵɵInjectableDeclaration<QdFilterService>;
11622
11542
  }
11623
11543
 
11624
- /**
11625
- * Per-view adapter that syncs `QdFilterComponent` selection with the URL `?filter=` query
11626
- * param via `QdRouterQueryParamHubService`. Reads/parses on activation, writes on selection
11627
- * change. Coordination, ownership, and write batching are delegated to the hub — see its
11628
- * JSDoc for details. Behavior contracts live in `filter-router-connector.service.spec.ts`
11629
- * and `router-query-param-hub.integration.cy.ts`.
11630
- */
11631
- declare class QdFilterRouterConnectorService {
11632
- private readonly _filterService;
11633
- private readonly _hub;
11634
- private readonly _destroyRef;
11635
- private _connectedFilter?;
11636
- private _readSubscription?;
11637
- private _writeSubscription?;
11638
- private _activatedRouteCheckedSubject;
11639
- private _activatedRouteChecked$;
11640
- constructor();
11641
- connectFilterWithRouter(filterComponent: QdFilterComponent): Observable<boolean>;
11642
- private tearDownConnection;
11643
- private subscribeToUrlChanges;
11644
- private subscribeToFilterChanges;
11645
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterRouterConnectorService, never>;
11646
- static ɵprov: i0.ɵɵInjectableDeclaration<QdFilterRouterConnectorService>;
11647
- }
11648
-
11649
- declare class QdDependentFiltersService {
11650
- private readonly filterService;
11651
- private _filterComponent;
11652
- private _subscription?;
11653
- private get filterData();
11654
- private get categories();
11655
- private get filterId();
11656
- initialize(filterComponent: QdFilterComponent): void;
11657
- reinitialize(): void;
11658
- destroy(): void;
11659
- private getDependentCategories;
11660
- private resolveItemsWhenDependsOnCategoriesChange;
11661
- static ɵfac: i0.ɵɵFactoryDeclaration<QdDependentFiltersService, never>;
11662
- static ɵprov: i0.ɵɵInjectableDeclaration<QdDependentFiltersService>;
11663
- }
11664
-
11665
11544
  /**
11666
11545
  * The **QdFilter** is responsible for the filtering of data.
11667
11546
  *
@@ -11703,8 +11582,8 @@ declare class QdDependentFiltersService {
11703
11582
  */
11704
11583
  declare class QdFilterComponent implements OnInit, OnChanges, OnDestroy {
11705
11584
  readonly filterService: QdFilterService;
11706
- readonly filterRouterConnectorService: QdFilterRouterConnectorService;
11707
- readonly dependentFiltersService: QdDependentFiltersService;
11585
+ private readonly filterRouterConnectorService;
11586
+ private readonly dependentFiltersService;
11708
11587
  /**
11709
11588
  * The configuration of the filter
11710
11589
  */
@@ -11729,7 +11608,7 @@ declare class QdFilterComponent implements OnInit, OnChanges, OnDestroy {
11729
11608
  * Emits event when the values of the filter change. Return value matches the current object of the filter.
11730
11609
  */
11731
11610
  valueChange: EventEmitter<QdFilterPostBodyData>;
11732
- filterCategory: QueryList<QdFilterCategoryComponent>;
11611
+ private filterCategory;
11733
11612
  get dataTestId(): string;
11734
11613
  disableFilterButton$: Observable<boolean>;
11735
11614
  disableResetButton$: Observable<boolean>;
@@ -11840,6 +11719,53 @@ declare class LocaleDatePipe implements PipeTransform, OnDestroy {
11840
11719
  static ɵpipe: i0.ɵɵPipeDeclaration<LocaleDatePipe, "localeDate", false>;
11841
11720
  }
11842
11721
 
11722
+ declare class QdFilterItemFreeTextCategoryComponent implements OnInit {
11723
+ private readonly filterService;
11724
+ filterId: string;
11725
+ isInstantFiltering: boolean;
11726
+ categoryIndex: number;
11727
+ testId: string;
11728
+ itemIndex: number;
11729
+ itemData: any;
11730
+ ngOnInit(): void;
11731
+ private updateState;
11732
+ refreshItems(): void;
11733
+ handleReset(): void;
11734
+ handleEnter(): void;
11735
+ close(): void;
11736
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemFreeTextCategoryComponent, never>;
11737
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemFreeTextCategoryComponent, "qd-filter-category-free-text", never, { "filterId": { "alias": "filterId"; "required": false; }; "isInstantFiltering": { "alias": "isInstantFiltering"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
11738
+ }
11739
+
11740
+ declare class QdFilterCategoryComponent implements OnInit {
11741
+ private readonly filterService;
11742
+ readonly translateService: TranslateService;
11743
+ filterId: string;
11744
+ isInstantFiltering: boolean;
11745
+ categoryIndex: number;
11746
+ lastCategory: boolean;
11747
+ testId: string;
11748
+ timePickerConfig: QdFormDatepickerConfiguration;
11749
+ private type;
11750
+ itemFreeTextCategory: QueryList<QdFilterItemFreeTextCategoryComponent>;
11751
+ get categoryIndexAttribute(): string;
11752
+ get categoryNumberClassName(): string;
11753
+ get dataTestId(): string;
11754
+ ngOnInit(): void;
11755
+ get isBoolean(): boolean;
11756
+ get isSelect(): boolean;
11757
+ get isFreeText(): boolean;
11758
+ get isDate(): boolean;
11759
+ get isDateTime(): boolean;
11760
+ get isDateRange(): boolean;
11761
+ get isDateTimeRange(): boolean;
11762
+ get buttonClassName(): string;
11763
+ refreshItems(): void;
11764
+ handleReset(): void;
11765
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterCategoryComponent, never>;
11766
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterCategoryComponent, "qd-filter-category", never, { "filterId": { "alias": "filterId"; "required": false; }; "isInstantFiltering": { "alias": "isInstantFiltering"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "lastCategory": { "alias": "lastCategory"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
11767
+ }
11768
+
11843
11769
  declare class QdFilterCategoryBooleanComponent implements OnInit {
11844
11770
  private readonly filterService;
11845
11771
  filterId: string;
@@ -12494,7 +12420,7 @@ declare enum QdFooterActionType {
12494
12420
  declare class QdPageFooterComponent {
12495
12421
  private readonly footerService;
12496
12422
  protected readonly QdFooterActionType: typeof QdFooterActionType;
12497
- actions$: Observable<(QdPageFooterAction & {
12423
+ protected actions$: Observable<(QdPageFooterAction & {
12498
12424
  key: string;
12499
12425
  })[]>;
12500
12426
  constructor();
@@ -12752,28 +12678,6 @@ declare class QdPageStepperAdapterDirective implements OnInit {
12752
12678
  static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageStepperAdapterDirective, "[qdPageStepperAdapter]", never, {}, {}, never, never, false, never>;
12753
12679
  }
12754
12680
 
12755
- declare class QdPageFooterService {
12756
- private _pageFooterActions;
12757
- private _customContentCount;
12758
- pageFooterActions$: rxjs.Observable<Map<QdFooterActionKey, QdPageFooterAction>>;
12759
- customContentCount$: rxjs.Observable<number>;
12760
- footerHasContent$: rxjs.Observable<boolean>;
12761
- registerCustomContent(): void;
12762
- detachCustomContent(): void;
12763
- setActions(actionsArray: Array<{
12764
- key: QdFooterActionKey;
12765
- action: QdPageFooterAction;
12766
- }>): void;
12767
- updateActions(updates: {
12768
- actionKey: QdFooterActionKey;
12769
- partialAction: Partial<QdPageFooterAction>;
12770
- }[]): void;
12771
- private sortActionsByPriority;
12772
- private isAnyActionVisible;
12773
- static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterService, never>;
12774
- static ɵprov: i0.ɵɵInjectableDeclaration<QdPageFooterService>;
12775
- }
12776
-
12777
12681
  /**
12778
12682
  * Interface for the configuration of the page stepper
12779
12683
  */
@@ -12888,7 +12792,7 @@ declare class QdPageStepComponent extends CdkStep implements OnInit, OnChanges,
12888
12792
  * The **QdPageStepper** allows linear navigation through process steps within a **QdPage**.
12889
12793
  */
12890
12794
  declare class QdPageStepperComponent extends CdkStepper implements OnInit, AfterContentInit, OnChanges, OnDestroy {
12891
- readonly footerService: QdPageFooterService;
12795
+ private readonly footerService;
12892
12796
  private readonly pageStepResolver;
12893
12797
  private readonly router;
12894
12798
  private readonly dialog;
@@ -12912,6 +12816,7 @@ declare class QdPageStepperComponent extends CdkStepper implements OnInit, After
12912
12816
  allStepsValid$: Observable<boolean>;
12913
12817
  private _destroyed$;
12914
12818
  private isGoingToNextStep;
12819
+ protected get hasPageFooter(): boolean;
12915
12820
  constructor();
12916
12821
  ngOnInit(): void;
12917
12822
  ngOnChanges(changes: SimpleChanges): void;
@@ -12982,6 +12887,28 @@ declare class QdPageTabsAdapterDirective implements OnInit {
12982
12887
  static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageTabsAdapterDirective, "[qdPageTabsAdapter]", never, {}, {}, never, never, false, never>;
12983
12888
  }
12984
12889
 
12890
+ declare class QdPageFooterService {
12891
+ private _pageFooterActions;
12892
+ private _customContentCount;
12893
+ pageFooterActions$: rxjs.Observable<Map<QdFooterActionKey, QdPageFooterAction>>;
12894
+ customContentCount$: rxjs.Observable<number>;
12895
+ footerHasContent$: rxjs.Observable<boolean>;
12896
+ registerCustomContent(): void;
12897
+ detachCustomContent(): void;
12898
+ setActions(actionsArray: Array<{
12899
+ key: QdFooterActionKey;
12900
+ action: QdPageFooterAction;
12901
+ }>): void;
12902
+ updateActions(updates: {
12903
+ actionKey: QdFooterActionKey;
12904
+ partialAction: Partial<QdPageFooterAction>;
12905
+ }[]): void;
12906
+ private sortActionsByPriority;
12907
+ private isAnyActionVisible;
12908
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterService, never>;
12909
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdPageFooterService>;
12910
+ }
12911
+
12985
12912
  /**
12986
12913
  * The configuration object of the tabs
12987
12914
  */
@@ -13090,6 +13017,16 @@ interface QdPageTabConfig {
13090
13017
  */
13091
13018
  name?: string;
13092
13019
  }
13020
+ /**
13021
+ * Represents the visual indicator state of a tab.
13022
+ */
13023
+ type QdTabState = 'number' | 'edit' | 'done' | 'error' | string;
13024
+ declare const QD_TAB_STATE: {
13025
+ readonly NUMBER: "number";
13026
+ readonly ERROR: "error";
13027
+ readonly DONE: "done";
13028
+ readonly EDIT: "edit";
13029
+ };
13093
13030
  /**
13094
13031
  * Represents up to two numeric counters.
13095
13032
  */
@@ -13109,7 +13046,8 @@ interface QdPageTabCounters {
13109
13046
  /**
13110
13047
  * The **QdPageTab** is a single tab inside the **QdPageTabs** within a **QdPage**.
13111
13048
  */
13112
- declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, OnDestroy {
13049
+ declare class QdPageTabComponent implements OnInit, OnChanges, OnDestroy {
13050
+ private readonly _pageTabs;
13113
13051
  private translate;
13114
13052
  /**
13115
13053
  * Configuration of QdPageTabComponent.
@@ -13121,8 +13059,14 @@ declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, O
13121
13059
  set tabControl(tabControl: AbstractControl);
13122
13060
  get tabControl(): AbstractControl;
13123
13061
  infoBanners: QueryList<QdPageInfoBannerComponent>;
13062
+ content: TemplateRef<any>;
13063
+ stepControl?: AbstractControl;
13064
+ interacted: boolean;
13065
+ editable: boolean;
13066
+ get completed(): boolean;
13067
+ get hasError(): boolean;
13124
13068
  private _destroyed$;
13125
- constructor();
13069
+ select(): void;
13126
13070
  ngOnInit(): void;
13127
13071
  ngOnChanges(changes?: SimpleChanges): void;
13128
13072
  ngOnDestroy(): void;
@@ -13318,10 +13262,15 @@ interface QdTabSelectionEvent {
13318
13262
  * - If an invalid tab name is provided in URL, the first available tab is selected
13319
13263
  * - If no tab parameter is present, the `selectedIndex` or first non-disabled tab is selected
13320
13264
  */
13321
- declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChanges, AfterContentInit, AfterViewInit {
13265
+ declare class QdPageTabsComponent implements OnInit, OnChanges, AfterContentInit, AfterViewInit {
13322
13266
  readonly footerService: QdPageFooterService;
13323
- private pageStoreService;
13267
+ private readonly pageStoreService;
13324
13268
  private readonly routerConnector;
13269
+ private readonly _changeDetectorRef;
13270
+ private readonly destroyRef;
13271
+ private static _idCounter;
13272
+ private readonly _id;
13273
+ protected get hasPageFooter(): boolean;
13325
13274
  /**
13326
13275
  * Configuration of QdPageTabs.
13327
13276
  */
@@ -13331,17 +13280,27 @@ declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChange
13331
13280
  */
13332
13281
  testId: string;
13333
13282
  readonly tabSelection: EventEmitter<QdTabSelectionEvent>;
13283
+ readonly selectionChange: EventEmitter<QdTabSelectionEvent>;
13284
+ private _tabs;
13285
+ linear: boolean;
13286
+ private _selectedIndex;
13334
13287
  private _viewonly;
13335
- private readonly destroyRef;
13336
13288
  get tabs(): QueryList<QdPageTabComponent>;
13337
13289
  get selected(): QdPageTabComponent | undefined;
13338
- set selected(step: QdPageTabComponent | undefined);
13339
- constructor();
13290
+ set selected(tab: QdPageTabComponent | undefined);
13291
+ get selectedIndex(): number;
13292
+ set selectedIndex(newIndex: number);
13340
13293
  ngOnInit(): void;
13341
13294
  ngOnChanges(changes: SimpleChanges): void;
13342
- _getIndicatorType(index: number, state?: StepState): StepState;
13343
13295
  ngAfterContentInit(): void;
13344
13296
  ngAfterViewInit(): void;
13297
+ _stateChanged(): void;
13298
+ _getIndicatorType(index: number): string;
13299
+ _getTabLabelId(i: number): string;
13300
+ save(): void;
13301
+ selectTab(tab: QdPageTabComponent): void;
13302
+ isSubmitButtonShown(): boolean;
13303
+ isSubmitButtonDisabled(): boolean | undefined;
13345
13304
  private initializeTabSelection;
13346
13305
  private configureBookmarkableTabs;
13347
13306
  private isTabSelectable;
@@ -13349,15 +13308,9 @@ declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChange
13349
13308
  * Selects the first tab that is not disabled.
13350
13309
  */
13351
13310
  private selectFirstNotDisabledTab;
13352
- save(): void;
13353
- selectTab(tab: QdPageTabComponent): void;
13354
- isSubmitButtonShown(): boolean;
13355
- isSubmitButtonDisabled(): boolean | undefined;
13356
- _getTabLabelId(i: number): string;
13357
13311
  private blockCdkInput;
13358
- private mapSelectionChangeToTabSelectionOutput;
13359
13312
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsComponent, never>;
13360
- static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; }, never, never, true, never>;
13313
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; }, ["_tabs"], never, true, never>;
13361
13314
  }
13362
13315
 
13363
13316
  interface QdSearchPostBodyData {
@@ -14949,7 +14902,24 @@ declare class QdSectionAdapterDirective implements OnInit {
14949
14902
  static ɵdir: i0.ɵɵDirectiveDeclaration<QdSectionAdapterDirective, "[qdSectionAdapter]", never, {}, {}, never, never, false, never>;
14950
14903
  }
14951
14904
 
14952
- type QdToolbarComponent = QdFilterComponent | QdSearchComponent;
14905
+ declare class QdSectionToolbarComponent implements AfterViewInit {
14906
+ private toolbarComponentsService;
14907
+ private changeDetectorRef;
14908
+ config: QdSectionConfig;
14909
+ private toolbarComponents;
14910
+ get searchConfigData(): QdSearchOptions | undefined;
14911
+ get filterData(): QdFilterConfigData;
14912
+ get collapseConfig(): QdSectionCollapse | undefined;
14913
+ get isCollapsed(): boolean;
14914
+ set isCollapsed(value: boolean);
14915
+ get isTooltipVisible(): boolean;
14916
+ get tooltipContent(): QdTooltipContent | undefined;
14917
+ ngAfterViewInit(): void;
14918
+ toggleCollapse(): void;
14919
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdSectionToolbarComponent, never>;
14920
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdSectionToolbarComponent, "qd-section-toolbar", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
14921
+ }
14922
+
14953
14923
  interface QdSingleActionConfig {
14954
14924
  /**
14955
14925
  * @description Translation key for the action's label displayed in the UI.
@@ -14975,24 +14945,6 @@ interface QdSingleActionConfig {
14975
14945
  isHidden?: boolean;
14976
14946
  }
14977
14947
 
14978
- declare class QdSectionToolbarComponent implements AfterViewInit {
14979
- private toolbarComponentsService;
14980
- private changeDetectorRef;
14981
- config: QdSectionConfig;
14982
- toolbarComponents: QueryList<QdToolbarComponent>;
14983
- get searchConfigData(): QdSearchOptions | undefined;
14984
- get filterData(): QdFilterConfigData;
14985
- get collapseConfig(): QdSectionCollapse | undefined;
14986
- get isCollapsed(): boolean;
14987
- set isCollapsed(value: boolean);
14988
- get isTooltipVisible(): boolean;
14989
- get tooltipContent(): QdTooltipContent | undefined;
14990
- ngAfterViewInit(): void;
14991
- toggleCollapse(): void;
14992
- static ɵfac: i0.ɵɵFactoryDeclaration<QdSectionToolbarComponent, never>;
14993
- static ɵcmp: i0.ɵɵComponentDeclaration<QdSectionToolbarComponent, "qd-section-toolbar", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
14994
- }
14995
-
14996
14948
  /**
14997
14949
  * Renders the configured section actions in the toolbar.
14998
14950
  *
@@ -15299,64 +15251,6 @@ declare function qdSortParameterize<T extends string>(sort: QdTableStateSort<T>[
15299
15251
  */
15300
15252
  declare function qdTableQueryParameterize<T extends string>(props: QdTableDataResolverProps<T>): QdQueryParameter;
15301
15253
 
15302
- declare enum QdPaginatorDirection {
15303
- FirstPage = 0,
15304
- NextPage = 1,
15305
- PreviousPage = 2,
15306
- LastPage = 3
15307
- }
15308
-
15309
- declare class QdTablePaginatorComponent<T extends string> implements OnInit, OnDestroy {
15310
- private readonly tableDataResolver;
15311
- private readonly tableStoreService;
15312
- private readonly routerConnector;
15313
- /**
15314
- * @description Configuration Model for Qd-Table.
15315
- */
15316
- config: QdTableConfig<T>;
15317
- /**
15318
- * A static test ID for integration tests can be set. <br />
15319
- * The value for the HTML attribute [data-test-id].
15320
- */
15321
- testId?: string;
15322
- paginatorButtons: ElementRef | undefined;
15323
- table$: Observable<QdTableState<string> | undefined>;
15324
- canPageForward$: Observable<boolean>;
15325
- canPageBackward$: Observable<boolean>;
15326
- currentPage$: Observable<QdTablePaginatorCurrentPage | undefined>;
15327
- pageSize$: Observable<number>;
15328
- totalCount$: Observable<number>;
15329
- selectedRowsCount$: Observable<number>;
15330
- pageNav?: typeof QdPaginatorDirection;
15331
- private _destroyed$;
15332
- get pageSizes(): number[];
15333
- get hasData$(): Observable<boolean>;
15334
- ngOnInit(): void;
15335
- ngOnDestroy(): void;
15336
- /**
15337
- * @description Whether this paginator should sync its state with the URL. Reads
15338
- * `pagination.connectWithRouter` (default `false` — URL sync is opt-in and
15339
- * requires an explicit `pagination: { connectWithRouter: true }`).
15340
- *
15341
- * Used by `QdTablePaginationRouterConnectorService` to decide whether to claim
15342
- * the router-singleton for this paginator.
15343
- */
15344
- shouldConnectWithRouter(): boolean;
15345
- /**
15346
- * @description The effective default page size for this paginator. Resolves
15347
- * `pagination.pageSizeDefault` first, then falls back to the first entry of
15348
- * `pagination.pageSizes`, finally to the framework constant `PAGE_SIZE_DEFAULT`.
15349
- */
15350
- getPageSizeDefault(): number;
15351
- navigateToPage(direction: QdPaginatorDirection): void;
15352
- private isConfigValid;
15353
- private startPagination;
15354
- private initPagination;
15355
- private calculatePageNumber;
15356
- static ɵfac: i0.ɵɵFactoryDeclaration<QdTablePaginatorComponent<any>, never>;
15357
- static ɵcmp: i0.ɵɵComponentDeclaration<QdTablePaginatorComponent<any>, "qd-table-paginator", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
15358
- }
15359
-
15360
15254
  /**
15361
15255
  * QdTableComponent is a responsive and highly configurable table component designed for effective data display and user interaction.
15362
15256
  * It supports pagination, sorting, actions, selections, and customizable columns.
@@ -15548,7 +15442,7 @@ declare class QdTableComponent<T extends string> implements OnInit, OnChanges, O
15548
15442
  * The `emptyStateView` must be enabled in the table configuration.
15549
15443
  */
15550
15444
  emptyStateActionOutput: EventEmitter<any>;
15551
- paginator?: QdTablePaginatorComponent<T>;
15445
+ private paginator?;
15552
15446
  get dataTestId(): string;
15553
15447
  data$: Observable<QdTableData<T> | undefined>;
15554
15448
  hasData$: Observable<boolean>;
@@ -16057,6 +15951,64 @@ declare class QdTableHeadComponent<T extends string> implements OnInit {
16057
15951
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTableHeadComponent<any>, "[qd-table-head]", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
16058
15952
  }
16059
15953
 
15954
+ declare enum QdPaginatorDirection {
15955
+ FirstPage = 0,
15956
+ NextPage = 1,
15957
+ PreviousPage = 2,
15958
+ LastPage = 3
15959
+ }
15960
+
15961
+ declare class QdTablePaginatorComponent<T extends string> implements OnInit, OnDestroy {
15962
+ private readonly tableDataResolver;
15963
+ private readonly tableStoreService;
15964
+ private readonly routerConnector;
15965
+ /**
15966
+ * @description Configuration Model for Qd-Table.
15967
+ */
15968
+ config: QdTableConfig<T>;
15969
+ /**
15970
+ * A static test ID for integration tests can be set. <br />
15971
+ * The value for the HTML attribute [data-test-id].
15972
+ */
15973
+ testId?: string;
15974
+ paginatorButtons: ElementRef | undefined;
15975
+ table$: Observable<QdTableState<string> | undefined>;
15976
+ canPageForward$: Observable<boolean>;
15977
+ canPageBackward$: Observable<boolean>;
15978
+ currentPage$: Observable<QdTablePaginatorCurrentPage | undefined>;
15979
+ pageSize$: Observable<number>;
15980
+ totalCount$: Observable<number>;
15981
+ selectedRowsCount$: Observable<number>;
15982
+ pageNav?: typeof QdPaginatorDirection;
15983
+ private _destroyed$;
15984
+ get pageSizes(): number[];
15985
+ get hasData$(): Observable<boolean>;
15986
+ ngOnInit(): void;
15987
+ ngOnDestroy(): void;
15988
+ /**
15989
+ * @description Whether this paginator should sync its state with the URL. Reads
15990
+ * `pagination.connectWithRouter` (default `false` — URL sync is opt-in and
15991
+ * requires an explicit `pagination: { connectWithRouter: true }`).
15992
+ *
15993
+ * Used by `QdTablePaginationRouterConnectorService` to decide whether to claim
15994
+ * the router-singleton for this paginator.
15995
+ */
15996
+ shouldConnectWithRouter(): boolean;
15997
+ /**
15998
+ * @description The effective default page size for this paginator. Resolves
15999
+ * `pagination.pageSizeDefault` first, then falls back to the first entry of
16000
+ * `pagination.pageSizes`, finally to the framework constant `PAGE_SIZE_DEFAULT`.
16001
+ */
16002
+ getPageSizeDefault(): number;
16003
+ navigateToPage(direction: QdPaginatorDirection): void;
16004
+ private isConfigValid;
16005
+ private startPagination;
16006
+ private initPagination;
16007
+ private calculatePageNumber;
16008
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdTablePaginatorComponent<any>, never>;
16009
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdTablePaginatorComponent<any>, "qd-table-paginator", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
16010
+ }
16011
+
16060
16012
  type PageSize = {
16061
16013
  value: number;
16062
16014
  disabled: boolean;
@@ -16205,80 +16157,19 @@ declare class QdTableSortComponent<T extends string> implements OnInit, OnDestro
16205
16157
  }
16206
16158
 
16207
16159
  /**
16208
- * @description View model for table columns.
16209
- * This type is only used internally to simplify the rendering in the template.
16210
- */
16211
- type QdColumnsDetails<T extends string> = Array<QdColumnDetails<T> | QdGroupColumnDetails<T>>;
16212
- /**
16213
- * @description View model for a table column.
16160
+ * Minimal contract the QdTreeRowExpanderService requires from the rows store of a tree.
16161
+ * The QdTree wires itself up with this contract internally; consumers never implement or register it themselves.
16214
16162
  */
16215
- type QdColumnDetails<T extends string> = {
16216
- /**
16217
- * @description Contains the index of the column.
16218
- */
16219
- index: number;
16220
- /**
16221
- * @description Contains the type of the column that is set in the config.
16222
- */
16223
- type: Omit<QdTableConfigColumnType['type'], 'group'>;
16224
- /**
16225
- * @description Indicates whether this column is the main column.
16226
- */
16227
- isMainColumn: boolean;
16228
- /**
16229
- * @description Indicates whether this column is the last column.
16230
- */
16231
- isLastColumn: boolean;
16163
+ interface QdTreeRowsProvider<T extends string> {
16232
16164
  /**
16233
- * @description Contains the name of the column that is given in the config.
16165
+ * Stream of the current rows of the tree.
16234
16166
  */
16235
- column?: T;
16167
+ treeRow$: Observable<QdTreeData<T>>;
16236
16168
  /**
16237
- * @description Contains additional options for the column that are set in the config.
16169
+ * Replaces the rows of the tree with the given rows.
16238
16170
  */
16239
- options?: any;
16240
- /**
16241
- * @description Contains the composed translation key of the column.
16242
- */
16243
- i18n?: string;
16244
- };
16245
- /**
16246
- * @description View model for the group column.
16247
- */
16248
- type QdGroupColumnDetails<T extends string> = QdColumnDetails<T> & {
16249
- /**
16250
- * @description The column type of the group column is 'group'.
16251
- */
16252
- type: 'group';
16253
- /**
16254
- * @description Contains the originally defined columns that are grouped in this column.
16255
- */
16256
- groupedColumns: QdColumnDetails<T>[];
16257
- };
16258
-
16259
- declare class QdTreeRowsService<T extends string> {
16260
- private groupService;
16261
- private expanderService;
16262
- config: QdTreeConfig<T>;
16263
- private treeRowSubject;
16264
- treeRow$: rxjs.Observable<QdTreeData<T>>;
16265
- get groupColumn(): QdGroupColumnDetails<T>;
16266
- initializeRows(data: QdTreeData<T>): void;
16267
- initializeConfig(config: QdTreeConfig<T>): void;
16268
- updateRows(data: QdTreeData<T>): void;
16269
- get ungroupedColumns(): QdColumnDetails<T>[];
16270
- private splitRowsByTree;
16271
- private splitRowByTree;
16272
- private nestRowsIntoOneAnother;
16273
- private aggregateRows;
16274
- private groupArray;
16275
- private areRowsEqual;
16276
- private getRowsProperties;
16277
- private sortRowsByNumbers;
16278
- static ɵfac: i0.ɵɵFactoryDeclaration<QdTreeRowsService<any>, never>;
16279
- static ɵprov: i0.ɵɵInjectableDeclaration<QdTreeRowsService<any>>;
16171
+ updateRows(rows: QdTreeData<T>): void;
16280
16172
  }
16281
-
16282
16173
  /**
16283
16174
  * The **QdTreeRowExpanderService** allows you to expand certain rows by conditions and close all rows.
16284
16175
  *
@@ -16300,12 +16191,9 @@ declare class QdTreeRowsService<T extends string> {
16300
16191
  * Please be aware that a record will only be provided for the rows that are leafs / have no children.
16301
16192
  */
16302
16193
  declare class QdTreeRowExpanderService<T extends string> {
16303
- trees: Map<string, {
16304
- treeRows: QdTreeDataRow<T>[];
16305
- rowService: QdTreeRowsService<T>;
16306
- }>;
16194
+ private trees;
16307
16195
  destroyRef: DestroyRef;
16308
- init(treeId: string, rowService: QdTreeRowsService<T>): void;
16196
+ init(treeId: string, rowService: QdTreeRowsProvider<T>): void;
16309
16197
  /**
16310
16198
  * Expands all rows.
16311
16199
  * @param treeId The QdTree's ID
@@ -16347,6 +16235,58 @@ declare class QdTreeHeadComponent<T extends string> implements OnInit {
16347
16235
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTreeHeadComponent<any>, "[qd-tree-head]", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
16348
16236
  }
16349
16237
 
16238
+ /**
16239
+ * @description View model for table columns.
16240
+ * This type is only used internally to simplify the rendering in the template.
16241
+ */
16242
+ type QdColumnsDetails<T extends string> = Array<QdColumnDetails<T> | QdGroupColumnDetails<T>>;
16243
+ /**
16244
+ * @description View model for a table column.
16245
+ */
16246
+ type QdColumnDetails<T extends string> = {
16247
+ /**
16248
+ * @description Contains the index of the column.
16249
+ */
16250
+ index: number;
16251
+ /**
16252
+ * @description Contains the type of the column that is set in the config.
16253
+ */
16254
+ type: Omit<QdTableConfigColumnType['type'], 'group'>;
16255
+ /**
16256
+ * @description Indicates whether this column is the main column.
16257
+ */
16258
+ isMainColumn: boolean;
16259
+ /**
16260
+ * @description Indicates whether this column is the last column.
16261
+ */
16262
+ isLastColumn: boolean;
16263
+ /**
16264
+ * @description Contains the name of the column that is given in the config.
16265
+ */
16266
+ column?: T;
16267
+ /**
16268
+ * @description Contains additional options for the column that are set in the config.
16269
+ */
16270
+ options?: any;
16271
+ /**
16272
+ * @description Contains the composed translation key of the column.
16273
+ */
16274
+ i18n?: string;
16275
+ };
16276
+ /**
16277
+ * @description View model for the group column.
16278
+ */
16279
+ type QdGroupColumnDetails<T extends string> = QdColumnDetails<T> & {
16280
+ /**
16281
+ * @description The column type of the group column is 'group'.
16282
+ */
16283
+ type: 'group';
16284
+ /**
16285
+ * @description Contains the originally defined columns that are grouped in this column.
16286
+ */
16287
+ groupedColumns: QdColumnDetails<T>[];
16288
+ };
16289
+
16350
16290
  declare class QdTreeBodyComponent<T extends string> implements OnInit, OnChanges {
16351
16291
  private groupService;
16352
16292
  private treeRowsService;
@@ -17579,69 +17519,6 @@ declare class QdCommentsComponent {
17579
17519
  static ɵcmp: i0.ɵɵComponentDeclaration<QdCommentsComponent, "qd-comments", never, { "config": { "alias": "config"; "required": true; }; "comments": { "alias": "comments"; "required": false; }; }, {}, never, never, false, never>;
17580
17520
  }
17581
17521
 
17582
- declare class QdShellHeaderComponent implements OnInit, OnDestroy {
17583
- private navigationService;
17584
- private shellHeaderMinimizationService;
17585
- private shellLeftService;
17586
- private shellRightService;
17587
- private breakpointService;
17588
- /**
17589
- * @description The configuration of the shell.
17590
- */
17591
- config: QdShellConfig;
17592
- /**
17593
- * @description Indicates whether the header was displayed wide or narrow.
17594
- */
17595
- isMinimized: boolean;
17596
- /**
17597
- * @description Indicates whether the comments are used.
17598
- * TODO: Remove in v17!
17599
- *
17600
- * * @deprecated This property is deprecated and will be removed in v17. The comments will then be integrated via the QdPage.
17601
- */
17602
- isCommentsUsed: boolean;
17603
- /**
17604
- * @description Indicates whether comments are available.
17605
- * TODO: Remove in v17!
17606
- *
17607
- * * @deprecated This property is deprecated and will be removed in v17. The comments will be integrated in the QdPage.
17608
- */
17609
- hasComments: boolean;
17610
- menuIconChange: EventEmitter<boolean>;
17611
- get minimized(): boolean;
17612
- get sticky(): boolean;
17613
- get expanded(): boolean;
17614
- backLinkDisplayed$: Observable<boolean>;
17615
- logoIconDisplayed$: Observable<boolean>;
17616
- hasNavigation$: Observable<boolean>;
17617
- isNavigationPinned$: Observable<boolean>;
17618
- hasNotificationsToggle$: Observable<boolean>;
17619
- hasNotifications$: Observable<boolean>;
17620
- isCommentsOpened$: Observable<boolean>;
17621
- isNotificationsOpened$: Observable<boolean>;
17622
- isCommentsDisplayed: boolean;
17623
- isServiceNavigationOpened: boolean;
17624
- private _previousHref;
17625
- private _routeParams;
17626
- private _routeParamsSubscription;
17627
- private _breakpointSubscription;
17628
- constructor();
17629
- handleBackClick(): void;
17630
- private insertRouteParams;
17631
- togglePinnedNavigation(): void;
17632
- toggleNotifications(): void;
17633
- toggleComments(): void;
17634
- toggleServiceNavigation(): void;
17635
- ngOnInit(): void;
17636
- ngOnDestroy(): void;
17637
- isPlainTitle(title: QdShellConfig['title']): boolean;
17638
- extractI18nTitle(title: QdShellConfig['title']): string;
17639
- private validateTitle;
17640
- protected readonly async: rxjs_internal_scheduler_AsyncScheduler.AsyncScheduler;
17641
- static ɵfac: i0.ɵɵFactoryDeclaration<QdShellHeaderComponent, never>;
17642
- static ɵcmp: i0.ɵɵComponentDeclaration<QdShellHeaderComponent, "[qd-shell-header]", never, { "config": { "alias": "config"; "required": false; }; "isMinimized": { "alias": "isMinimized"; "required": false; }; "isCommentsUsed": { "alias": "isCommentsUsed"; "required": false; }; "hasComments": { "alias": "hasComments"; "required": false; }; }, { "menuIconChange": "menuIconChange"; }, never, never, false, never>;
17643
- }
17644
-
17645
17522
  /**
17646
17523
  * **QdShell** is located in the very top level of an Application UI. It includes the router outlet to allow rendering pages configured in your application's routing.<br />
17647
17524
  *
@@ -17709,8 +17586,9 @@ declare class QdShellComponent implements OnInit, AfterViewInit, OnDestroy {
17709
17586
  /**
17710
17587
  * TODO: Remove in v17! The comments will be integrated in the QdPage.
17711
17588
  */
17712
- shellHeaderComponent: QdShellHeaderComponent;
17589
+ private shellHeaderComponent;
17713
17590
  commentsComponent: QueryList<QdCommentsComponent>;
17591
+ protected get isCommentsDisplayed(): boolean;
17714
17592
  hasNavigation$: Observable<boolean>;
17715
17593
  isNavigationPinned$: Observable<boolean>;
17716
17594
  isNavigationRolledOver$: Observable<boolean>;
@@ -17769,6 +17647,69 @@ declare class QdShellHeaderBannerComponent {
17769
17647
  static ɵcmp: i0.ɵɵComponentDeclaration<QdShellHeaderBannerComponent, "qd-shell-header-banner", never, {}, {}, never, never, false, never>;
17770
17648
  }
17771
17649
 
17650
+ declare class QdShellHeaderComponent implements OnInit, OnDestroy {
17651
+ private navigationService;
17652
+ private shellHeaderMinimizationService;
17653
+ private shellLeftService;
17654
+ private shellRightService;
17655
+ private breakpointService;
17656
+ /**
17657
+ * @description The configuration of the shell.
17658
+ */
17659
+ config: QdShellConfig;
17660
+ /**
17661
+ * @description Indicates whether the header was displayed wide or narrow.
17662
+ */
17663
+ isMinimized: boolean;
17664
+ /**
17665
+ * @description Indicates whether the comments are used.
17666
+ * TODO: Remove in v17!
17667
+ *
17668
+ * * @deprecated This property is deprecated and will be removed in v17. The comments will then be integrated via the QdPage.
17669
+ */
17670
+ isCommentsUsed: boolean;
17671
+ /**
17672
+ * @description Indicates whether comments are available.
17673
+ * TODO: Remove in v17!
17674
+ *
17675
+ * * @deprecated This property is deprecated and will be removed in v17. The comments will be integrated in the QdPage.
17676
+ */
17677
+ hasComments: boolean;
17678
+ menuIconChange: EventEmitter<boolean>;
17679
+ get minimized(): boolean;
17680
+ get sticky(): boolean;
17681
+ get expanded(): boolean;
17682
+ backLinkDisplayed$: Observable<boolean>;
17683
+ logoIconDisplayed$: Observable<boolean>;
17684
+ hasNavigation$: Observable<boolean>;
17685
+ isNavigationPinned$: Observable<boolean>;
17686
+ hasNotificationsToggle$: Observable<boolean>;
17687
+ hasNotifications$: Observable<boolean>;
17688
+ isCommentsOpened$: Observable<boolean>;
17689
+ isNotificationsOpened$: Observable<boolean>;
17690
+ isCommentsDisplayed: boolean;
17691
+ isServiceNavigationOpened: boolean;
17692
+ private _previousHref;
17693
+ private _routeParams;
17694
+ private _routeParamsSubscription;
17695
+ private _breakpointSubscription;
17696
+ constructor();
17697
+ handleBackClick(): void;
17698
+ private insertRouteParams;
17699
+ togglePinnedNavigation(): void;
17700
+ toggleNotifications(): void;
17701
+ toggleComments(): void;
17702
+ toggleServiceNavigation(): void;
17703
+ ngOnInit(): void;
17704
+ ngOnDestroy(): void;
17705
+ isPlainTitle(title: QdShellConfig['title']): boolean;
17706
+ extractI18nTitle(title: QdShellConfig['title']): string;
17707
+ private validateTitle;
17708
+ protected readonly async: rxjs_internal_scheduler_AsyncScheduler.AsyncScheduler;
17709
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdShellHeaderComponent, never>;
17710
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdShellHeaderComponent, "[qd-shell-header]", never, { "config": { "alias": "config"; "required": false; }; "isMinimized": { "alias": "isMinimized"; "required": false; }; "isCommentsUsed": { "alias": "isCommentsUsed"; "required": false; }; "hasComments": { "alias": "hasComments"; "required": false; }; }, { "menuIconChange": "menuIconChange"; }, never, never, false, never>;
17711
+ }
17712
+
17772
17713
  declare class QdShellHeaderSearchComponent {
17773
17714
  private _config;
17774
17715
  get config(): object;
@@ -18171,15 +18112,9 @@ declare function qdPageTabParameterize(tab: QdPageTabConfig | string | undefined
18171
18112
  /**
18172
18113
  * **QdPageTabHeader* renders the header of a single tab. It is used quadrel-internally.
18173
18114
  */
18174
- declare class QdPageTabHeaderComponent extends CdkStepHeader {
18175
- protected readonly STEP_STATE: {
18176
- NUMBER: string;
18177
- EDIT: string;
18178
- DONE: string;
18179
- ERROR: string;
18180
- };
18115
+ declare class QdPageTabHeaderComponent {
18181
18116
  /** State of the given tab. */
18182
- state: StepState;
18117
+ state: QdTabState;
18183
18118
  /** Label of the given tab. */
18184
18119
  label: string;
18185
18120
  /** Represents up to two numeric counters as a badge */
@@ -18194,7 +18129,6 @@ declare class QdPageTabHeaderComponent extends CdkStepHeader {
18194
18129
  * A static test ID for integration tests can be set.
18195
18130
  */
18196
18131
  testId: string;
18197
- constructor();
18198
18132
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabHeaderComponent, never>;
18199
18133
  static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabHeaderComponent, "qd-page-tab-header", never, { "state": { "alias": "state"; "required": false; }; "label": { "alias": "label"; "required": false; }; "counters": { "alias": "counters"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, true, never>;
18200
18134
  }
@@ -18211,7 +18145,7 @@ declare class QdPageTabHeaderCountersComponent implements OnInit {
18211
18145
 
18212
18146
  declare class QdPageTabsModule {
18213
18147
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsModule, never>;
18214
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageTabsModule, [typeof QdPageTabsAdapterDirective], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof i5.CdkStepperModule, typeof QdButtonModule, typeof QdIconModule, typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabHeaderComponent, typeof QdPageTabHeaderCountersComponent], [typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabsAdapterDirective]>;
18148
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageTabsModule, [typeof QdPageTabsAdapterDirective], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof QdButtonModule, typeof QdIconModule, typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabHeaderComponent, typeof QdPageTabHeaderCountersComponent], [typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabsAdapterDirective]>;
18215
18149
  static ɵinj: i0.ɵɵInjectorDeclaration<QdPageTabsModule>;
18216
18150
  }
18217
18151
 
@@ -18435,27 +18369,6 @@ interface QdQuickEditSecondaryAction<T extends string> {
18435
18369
  operationMode?: 'edit' | 'view';
18436
18370
  }
18437
18371
 
18438
- declare class QdFocusableDirective {
18439
- private focusable;
18440
- focus(): void;
18441
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFocusableDirective, never>;
18442
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdFocusableDirective, "[qdFocusable]", never, {}, {}, never, never, false, never>;
18443
- }
18444
-
18445
- declare class QdCustomForDirective implements OnChanges, OnInit {
18446
- private templateRef;
18447
- private viewContainer;
18448
- qdCustomForOf: unknown[];
18449
- qdCustomForToggler: boolean;
18450
- private isRendered;
18451
- ngOnInit(): void;
18452
- ngOnChanges(changes: SimpleChanges): void;
18453
- renderItems(): void;
18454
- resetRendering(): void;
18455
- static ɵfac: i0.ɵɵFactoryDeclaration<QdCustomForDirective, never>;
18456
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdCustomForDirective, "[qdCustomFor]", never, { "qdCustomForOf": { "alias": "qdCustomForOf"; "required": false; }; "qdCustomForToggler": { "alias": "qdCustomForToggler"; "required": false; }; }, {}, never, never, false, never>;
18457
- }
18458
-
18459
18372
  /**
18460
18373
  * The **QdQuickEditComponent** is a dynamic tool that enables users to swiftly edit data without the need for traditional forms.
18461
18374
  * It is specifically designed for inline editing, providing a more seamless and efficient user experience.
@@ -18548,7 +18461,7 @@ declare class QdCustomForDirective implements OnChanges, OnInit {
18548
18461
  */
18549
18462
  declare class QdQuickEditComponent<T extends string> implements OnInit, OnChanges, OnDestroy {
18550
18463
  private fb;
18551
- readonly footerService: QdPageFooterService;
18464
+ private readonly footerService;
18552
18465
  readonly pageService: QdPageStoreService<any>;
18553
18466
  private readonly sectionActionService;
18554
18467
  private readonly eventBrokerService;
@@ -18604,8 +18517,8 @@ declare class QdQuickEditComponent<T extends string> implements OnInit, OnChange
18604
18517
  */
18605
18518
  formGroupChange: EventEmitter<any>;
18606
18519
  addNewClicked: EventEmitter<void>;
18607
- focusables: QueryList<QdFocusableDirective> | undefined;
18608
- customForDirective: QdCustomForDirective;
18520
+ private focusables;
18521
+ private customForDirective;
18609
18522
  quickEditFormGroup: FormGroup;
18610
18523
  viewonly$: Observable<boolean>;
18611
18524
  actions$: Observable<QdQuickEditSecondaryAction<T>[]>;
@@ -18644,6 +18557,27 @@ declare class QdQuickEditComponent<T extends string> implements OnInit, OnChange
18644
18557
  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>;
18645
18558
  }
18646
18559
 
18560
+ declare class QdCustomForDirective implements OnChanges, OnInit {
18561
+ private templateRef;
18562
+ private viewContainer;
18563
+ qdCustomForOf: unknown[];
18564
+ qdCustomForToggler: boolean;
18565
+ private isRendered;
18566
+ ngOnInit(): void;
18567
+ ngOnChanges(changes: SimpleChanges): void;
18568
+ renderItems(): void;
18569
+ resetRendering(): void;
18570
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdCustomForDirective, never>;
18571
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdCustomForDirective, "[qdCustomFor]", never, { "qdCustomForOf": { "alias": "qdCustomForOf"; "required": false; }; "qdCustomForToggler": { "alias": "qdCustomForToggler"; "required": false; }; }, {}, never, never, false, never>;
18572
+ }
18573
+
18574
+ declare class QdFocusableDirective {
18575
+ private focusable;
18576
+ focus(): void;
18577
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFocusableDirective, never>;
18578
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdFocusableDirective, "[qdFocusable]", never, {}, {}, never, never, false, never>;
18579
+ }
18580
+
18647
18581
  declare class QdFocusableModule {
18648
18582
  static ɵfac: i0.ɵɵFactoryDeclaration<QdFocusableModule, never>;
18649
18583
  static ɵmod: i0.ɵɵNgModuleDeclaration<QdFocusableModule, [typeof QdFocusableDirective], never, [typeof QdFocusableDirective]>;
@@ -18665,5 +18599,5 @@ declare class QdUiModule {
18665
18599
 
18666
18600
  declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
18667
18601
 
18668
- export { APP_ENVIRONMENT, AVAILABLE_ICONS, BACKEND_ERROR_CODES, MockLocaleDatePipe, NavigationTileComponent, NavigationTilesComponent, QD_DIALOG_CONFIRMATION_RESOLVER_TOKEN, QD_FILE_MANAGER_TOKEN, QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_PAGE_OBJECT_RESOLVER_TOKEN, QD_PAGE_STEP_RESOLVER_TOKEN, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET, QD_TABLE_DATA_RESOLVER_TOKEN, QD_UPLOAD_HTTP_OPTIONS, QdButtonComponent, QdButtonGhostDirective, QdButtonGridComponent, QdButtonLinkDirective, QdButtonModule, QdButtonStackButtonComponent, QdButtonStackComponent, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdChipComponent, QdChipModule, QdColumnAutoFillDirective, QdColumnBreakBeforeDirective, QdColumnDirective, QdColumnDisableResponsiveColspansDirective, QdColumnFullGridWidthDirective, QdColumnNextInSameRowDirective, QdColumnsDirective, QdColumnsDisableAutoFillDirective, QdColumnsDisableResponsiveColspansDirective, QdColumnsMaxDirective, QdCommentsComponent, QdCommentsModule, QdConnectFormStateToPageDirective, QdConnectorTableContextDirective, QdConnectorTableFilterDirective, QdConnectorTableSearchDirective, QdContactCardComponent, QdContactCardModule, QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdContextService, QdCoreModule, QdDatepickerComponent, QdDialogActionComponent, QdDialogAuthSessionEndComponent, QdDialogAuthSessionEndService, QdDialogComponent, QdDialogConfirmationComponent, QdDialogConfirmationErrorDirective, QdDialogConfirmationInfoDirective, QdDialogConfirmationSuccessDirective, QdDialogModule, QdDialogRecordStepperComponent, QdDialogService, QdDialogSize, QdDisabledDirective, QdDropdownComponent, QdFileCollectorComponent, QdFileCollectorModule, QdFileSizePipe$1 as QdFileSizePipe, QdFileUploadComponent, QdFileUploadService, QdFilterComponent, QdFilterFormItemsComponent, QdFilterModule, QdFilterRestParamBuilder, QdFilterService, QdFooterActionType, QdFormArray, QdFormBuilder, QdFormControl, QdFormGroup, QdFormModule, QdGridComponent, QdGridModule, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdIconButtonComponent, QdIconComponent, QdIconModule, QdImageComponent, QdImageModule, QdIndeterminateProgressBarComponent, QdInputComponent, QdListModule, QdMenuButtonComponent, QdMockBreakpointService, QdMockButtonComponent, QdMockButtonGhostDirective, QdMockButtonGridComponent, QdMockButtonLinkDirective, QdMockButtonModule, QdMockButtonStackButtonComponent, QdMockButtonStackComponent, QdMockCalendarComponent, QdMockCheckboxChipsComponent, QdMockCheckboxComponent, QdMockCheckboxesComponent, QdMockChipComponent, QdMockChipModule, QdMockColumnDirective, QdMockColumnsDirective, QdMockContactCardComponent, QdMockContactCardModule, QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockCoreModule, QdMockCounterBadgeComponent, QdMockDatepickerComponent, QdMockDisabledDirective, QdMockDropdownComponent, QdMockFileCollectorComponent, QdMockFileCollectorModule, QdMockFilterCategoryBooleanComponent, QdMockFilterCategoryComponent, QdMockFilterCategoryDateComponent, QdMockFilterCategoryDateRangeComponent, QdMockFilterCategoryFreeTextComponent, QdMockFilterCategorySelectComponent, QdMockFilterComponent, QdMockFilterFormItemsComponent, QdMockFilterItemBooleanComponent, QdMockFilterItemDateComponent, QdMockFilterItemDateRangeComponent, QdMockFilterItemFreeTextComponent, QdMockFilterItemMultiSelectComponent, QdMockFilterItemSingleSelectComponent, QdMockFilterModule, QdMockFilterService, QdMockFormErrorComponent, QdMockFormGroupErrorComponent, QdMockFormHintComponent, QdMockFormLabelComponent, QdMockFormReadonlyComponent, QdMockFormViewonlyComponent, QdMockFormsModule, QdMockGridModule, QdMockIconButtonComponent, QdMockIconComponent, QdMockIconModule, QdMockImageComponent, QdMockImageModule, QdMockIndeterminateProgressBarComponent, QdMockInputComponent, QdMockListModule, QdMockNavigationTileComponent, QdMockNavigationTilesComponent, QdMockNavigationTilesModule, QdMockNotificationComponent, QdMockNotificationContentComponent, QdMockNotificationsComponent, QdMockNotificationsModule, QdMockNotificationsService, QdMockPageComponent, QdMockPageModule, QdMockPercentageProgressBarComponent, QdMockPinCodeComponent, QdMockPlaceHolderModule, QdMockPopoverOnClickDirective, QdMockProgressBarModule, QdMockQdPlaceHolderComponent, QdMockRadioButtonsComponent, QdMockRwdDisabledDirective, QdMockSearchComponent, QdMockSearchModule, QdMockSectionComponent, QdMockSectionModule, QdMockShellComponent, QdMockShellFooterComponent, QdMockShellHeaderBannerComponent, QdMockShellHeaderComponent, QdMockShellHeaderSearchComponent, QdMockShellHeaderWidgetComponent, QdMockShellModule, QdMockShellToolbarComponent, QdMockShellToolbarItemComponent, QdMockStatusIndicatorCaptionComponent, QdMockStatusIndicatorComponent, QdMockStatusIndicatorItemComponent, QdMockStatusIndicatorModule, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent, QdMockSwitchComponent, QdMockSwitchesComponent, QdMockTableComponent, QdMockTableModule, QdMockTextSectionComponent, QdMockTextSectionHeadlineComponent, QdMockTextSectionModule, QdMockTextSectionParagraphComponent, QdMockTextareaComponent, QdMockTileButtonListComponent, QdMockTileComponent, QdMockTileTextListComponent, QdMockTileTextListItemComponent, QdMockTileTitleComponent, QdMockTilesContainerComponent, QdMockTilesContainerTitleComponent, QdMockTilesModule, QdMockTranslatePipe, QdMockVisuallyHiddenDirective, QdMultiInputComponent, QdNavigationTilesModule, QdNotificationComponent, QdNotificationContentComponent, QdNotificationsComponent, QdNotificationsHttpInterceptorService, QdNotificationsModule, QdNotificationsService, QdNotificationsSnackbarListenerDirective, QdNumberInputService, QdPageComponent, QdPageControlPanelComponent, QdPageFooterComponent, QdPageFooterCustomContentDirective, QdPageInfoBannerComponent, QdPageModule, QdPageStepComponent, QdPageStepperAdapterDirective, QdPageStepperComponent, QdPageStepperModule, QdPageStoreService, QdPageTabComponent, QdPageTabsAdapterDirective, QdPageTabsComponent, QdPageTabsModule, QdPanelSectionActionsComponent, QdPanelSectionComponent, QdPanelSectionModule, QdPanelSectionStatusComponent, QdPanelSectionTextParagraphComponent, QdPendingChangesGuardDirective, QdPercentageProgressBarComponent, QdPinCodeComponent, QdPlaceHolderComponent, QdPlaceHolderModule, QdPlaceholderPipe, QdProgressBarModule, QdProjectionGuardComponent, QdPushEventsService, QdQuickEditComponent, QdQuickEditModule, QdRadioButtonsComponent, QdRichtextComponent, QdRouterQueryParamHubService, QdRwdDisabledDirective, QdSearchComponent, QdSearchModule, QdSearchService, QdSectionAdapterDirective, QdSectionComponent, QdSectionModule, QdSectionToolbarComponent, QdShellComponent, QdShellModule, QdSortDirection, QdSpinnerComponent, QdSpinnerModule, QdStatusIndicatorComponent, QdStatusIndicatorModule, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent, QdSubgridComponent, QdSwitchComponent, QdSwitchesComponent, QdTableComponent, QdTableModule, QdTableSpringTools, QdTextSectionComponent, QdTextSectionHeadlineComponent, QdTextSectionModule, QdTextSectionParagraphComponent, QdTextareaComponent, QdTileButtonListComponent, QdTileComponent, QdTileTextListComponent, QdTileTextListItemComponent, QdTileTitleComponent, QdTilesComponent, QdTilesModule, QdTilesTitleComponent, QdTooltipAtIntersectionDirective, QdTooltipIconComponent, QdTreeComponent, QdTreeModule, QdTreeRowExpanderService, QdUiMockModule, QdUiModule, QdUploadErrorType, QdValidators, QdViewportAdaptiveDirective, QdVisuallyHiddenDirective, chipColorDefault, createMetadataStream, qdFilterParameterize, qdMergeParams, qdPageTabParameterize, qdPaginationParameterize, qdSearchParameterize, qdSortParameterize, qdTableQueryParameterize, qdWrapParams, updateHtmlLang };
18669
- export type { CustomField, QdAppEnvironment, QdAudioFileType, QdButtonAdditionalInfo, QdButtonAdditionalInfoMessage, QdButtonAdditionalInfoType, QdButtonColor, QdChipColor, QdCollectedFile, QdComment, QdCommentAuthorFieldConfig, QdCommentCustomFieldConfig, QdCommentDeletedMeta, QdCommentRichtextConfig, QdCommentSecondaryActionConfig, QdCommentsAddButtonConfig, QdCommentsAddConfig, QdCommentsConfig, QdCompressedFileType, QdConfirmationStatus, QdContactAddress, QdContactCardActionConfig, QdContactCardActionLabel, QdContactCardActionsConfig, QdContactData, QdContactDataCustomField, QdContactDataCustomFieldEntry, QdContactDataCustomTranslatedEntry, QdContactFunction, QdContactPerson, QdContactTag, QdContextSelection, QdDependentFilterCategory, QdDialogAuthSessionEndResult, QdDialogCancelAction, QdDialogConfig, QdDialogConfirmConfigTranslation, QdDialogConfirmationConfig, QdDialogConfirmationResolver, QdDialogData, QdDialogPrimaryAction, QdDialogTitle, QdDisabledDates, QdDisabledDatesValidation, QdDisabledTimes, QdDisabledTimesValidation, QdDocumentFileType, QdFacetOptionMultiSelect, QdFacetOptionSingleSelect, QdFacetOptions, QdFacetOptionsDate, QdFacetOptionsIcon, QdFacetOptionsStatus, QdFacetOptionsValue, QdFileCollectorConfig, QdFileUpload$1 as QdFileCollectorUpload, QdFileManager, QdFileType, QdFileUpload, QdFileUploadManager, QdFilterCategory, QdFilterConfigData, QdFilterItem, QdFilterPostBodyCategory, QdFilterPostBodyData, QdFilterSelection, QdFilterType, QdFormArrayAsyncValidator, QdFormArrayItemAsyncValidator, QdFormArrayItemValidator, QdFormArrayItemValidatorOrOpts, QdFormArrayOptions, QdFormArrayValidator, QdFormArrayValuesOrControls, QdFormBaseOption, QdFormBaseOptions, QdFormCheckboxChipsConfiguration, QdFormCheckboxOption, QdFormCheckboxOptions, QdFormCheckboxesConfiguration, QdFormConfiguration, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormHint, QdFormInput, QdFormInputConfiguration, QdFormInputOption, QdFormLabel, QdFormMultiInputConfiguration, QdFormOption, QdFormOptionsDependencies, QdFormOptionsResolvedEvent, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormRadioButtonsOptions, QdFormResolvableOptionsConfiguration, QdFormResolvedOption, QdFormResolvedOptions, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdFormTimepickerConfiguration, QdGridConfig, QdHinti18n, QdImageFileType, QdInputMode, QdInputRawEventValue, QdInputType, QdInputValue, QdInputValueWithUnit, QdInspectOperationMode, QdLabeli18n, QdLegacySectionActionConfig, QdMaxColumnsCount, QdMenuButtonActionConfig, QdMenuButtonActionLabel, QdMenuButtonConfig, QdMultiInputOption, QdNotification, QdNotificationLink, QdNotificationTitle, QdNotificationTranslation, QdNotificationType, QdNotifications, QdOsNotificationOptions, QdPageArchiveAction, QdPageCancelAction, QdPageCommitAction, QdPageConfig, QdPageConfigBase, QdPageConfigCreate, QdPageConfigCustom, QdPageConfigInspect, QdPageConfigOverview, QdPageContextConfig, QdPageContextConfigBase, QdPageContextConfigCustom, QdPageContextConfigMulti, QdPageContextConfigSingle, QdPageControlPanelConfig, QdPageCreateSubmitAction, QdPageCustomActionsLabel, QdPageDeleteAction, QdPageDialogCanCloseEntry, QdPageDialogCanCloseFn, QdPageDialogCanCloseResult, QdPageDialogCloseCause, QdPageEditAction, QdPageFooterAction, QdPageHeaderFacetConfig, QdPageInfoBannerConfig, QdPageInfoBannerLink, QdPageInfoBannerTitle, QdPageInfoBannerTranslation, QdPageInfoBannerType, QdPageInspectSubmitAction, QdPageObjectResolver, QdPageObjectResolverConfig, QdPageSaveAction, QdPageSaveDraftAction, QdPageSelectedContext, QdPageStepConfig, QdPageStepResolver, QdPageStepperActionConfig, QdPageStepperConfig, QdPageStepperHandlerParams, QdPageStepperSubmitActionConfig, QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig, QdPageTabsSubmitButtonConfig, QdPageTitle, QdPageTypeCreateConfig, QdPageTypeCustomConfig, QdPageTypeInspectConfig, QdPageTypeOverviewConfig, QdPaginationParams, QdPanelSectionActionConfig, QdPanelSectionConfig, QdPanelSectionStatusConfig, QdPanelSectionTextParagraphConfig, QdPanelSectionTextParagraphTitle, QdPanelSectionTitle, QdPinCodeInputType, QdPlaceholder, QdPlaceholderPrefix, QdPredefinedSectionActionConfig, QdPushEventName, QdQueryParameter, QdQuickEditColumn, QdQuickEditColumnBase, QdQuickEditColumnEnum, QdQuickEditColumnInteger, QdQuickEditColumnText, QdQuickEditConfig, QdQuickEditData, QdQuickEditDataValue, QdQuickEditEmptyStateView, QdQuickEditRow, QdQuickEditSecondaryAction, QdResolvedFilterCategory, QdRichtextConfig, QdSearchAdditionalInfo, QdSearchOptions, QdSearchPostBodyData, QdSearchPreSelectOptions, QdSearchPreSelectOptionsList, QdSearchState, QdSectionActionConfig, QdSectionActionOperationMode, QdSectionActionType, QdSectionCollapse, QdSectionConfig, QdSectionTitle, QdShellConfig, QdShellFooterCopyrightInfo, QdShellHeaderWidgetBadge, QdShellHeaderWidgetConfig, QdShellHeaderWidgetContactInfo, QdShellHeaderWidgetCustomButtonLinks, QdShellHeaderWidgetEnvironment, QdShellHeaderWidgetHrefs, QdShellHeaderWidgetInfoLink, QdShellHeaderWidgetLanguage, QdShellHeaderWidgetMultiHrefBadge, QdShellHeaderWidgetMultiHrefs, QdShellHeaderWidgetProfileLink, QdShellHeaderWidgetSingleHref, QdShellHeaderWidgetSingleHrefBadge, QdShellNavigationConfig, QdShellServiceNavigationBadge, QdShellServiceNavigationConfig, QdShellServiceNavigationContactInfo, QdShellServiceNavigationCustomButtonLinks, QdShellServiceNavigationEnvironment, QdShellServiceNavigationHrefs, QdShellServiceNavigationInfoLink, QdShellServiceNavigationLanguage, QdShellServiceNavigationMultiHrefBadge, QdShellServiceNavigationMultiHrefs, QdShellServiceNavigationProfileLink, QdShellServiceNavigationSingleHref, QdShellServiceNavigationSingleHrefBadge, QdShellToolbarConfig, QdShellToolbarItem, QdSnackbarNotificationOptions, QdStaticFilterCategory, QdStatus, QdStatusIndicator, QdStatusIndicatorCaption, QdStatusIndicatorLevel, QdStatusIndicatorType, QdStatusPairStatus, QdSubgridConfig, QdSwitchInput, QdSwitchOption, QdTabSelectionEvent, QdTableActionResult, QdTableChipDataValue, QdTableConfig, QdTableConfigColumn, QdTableConfigColumnBase, QdTableConfigColumnSort, QdTableConfigColumnType, QdTableConfigGroup, QdTableConfigSecondaryActionType, QdTableConfigSelection, QdTableConfigSelectionType, QdTableConnectorCriteria, QdTableContentDataChip, QdTableContentDataChipObject, QdTableContextDataValue, QdTableCriticalDataValue, QdTableData, QdTableDataResolver, QdTableDataResolverProps, QdTableDataRow, QdTableDataValue, QdTableEmptyStateView, QdTableFillingColumn, QdTableOptionalRefreshingEventTypes, QdTablePagination, QdTablePrimaryAction, QdTableRecentSecondaryAction, QdTableRefreshConfig, QdTableResolvedData, QdTableRowIdentifier, QdTableRowIndex, QdTableRowUid, QdTableSecondaryAction, QdTableSelectedRow, QdTableSelectedRows, QdTableSort, QdTableStateSort, QdTableStatusDataValue, QdTileConfig, QdTilesConfig, QdTooltip, QdTranslatable, QdTranslation, QdTreeActionResult, QdTreeConfig, QdTreeConfigColumn, QdTreeConfigColumnBase, QdTreeConfigColumnType, QdTreeConfigSecondaryActionType, QdTreeData, QdTreeDataRow, QdTreeDataValue, QdTreeEmptyStateView, QdTreeGroupConfig, QdTreeSecondaryAction, QdUploadError, QdUploadProgress, QdVideoFileType };
18602
+ export { APP_ENVIRONMENT, AVAILABLE_ICONS, BACKEND_ERROR_CODES, MockLocaleDatePipe, NavigationTileComponent, NavigationTilesComponent, QD_DIALOG_CONFIRMATION_RESOLVER_TOKEN, QD_FILE_MANAGER_TOKEN, QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_PAGE_OBJECT_RESOLVER_TOKEN, QD_PAGE_STEP_RESOLVER_TOKEN, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET, QD_TABLE_DATA_RESOLVER_TOKEN, QD_TAB_STATE, QD_UPLOAD_HTTP_OPTIONS, QdButtonComponent, QdButtonGhostDirective, QdButtonGridComponent, QdButtonLinkDirective, QdButtonModule, QdButtonStackButtonComponent, QdButtonStackComponent, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdChipComponent, QdChipModule, QdColumnAutoFillDirective, QdColumnBreakBeforeDirective, QdColumnDirective, QdColumnDisableResponsiveColspansDirective, QdColumnFullGridWidthDirective, QdColumnNextInSameRowDirective, QdColumnsDirective, QdColumnsDisableAutoFillDirective, QdColumnsDisableResponsiveColspansDirective, QdColumnsMaxDirective, QdCommentsComponent, QdCommentsModule, QdConnectFormStateToPageDirective, QdConnectorTableContextDirective, QdConnectorTableFilterDirective, QdConnectorTableSearchDirective, QdContactCardComponent, QdContactCardModule, QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdContextService, QdCoreModule, QdDatepickerComponent, QdDialogActionComponent, QdDialogAuthSessionEndComponent, QdDialogAuthSessionEndService, QdDialogComponent, QdDialogConfirmationComponent, QdDialogConfirmationErrorDirective, QdDialogConfirmationInfoDirective, QdDialogConfirmationSuccessDirective, QdDialogModule, QdDialogRecordStepperComponent, QdDialogService, QdDialogSize, QdDisabledDirective, QdDropdownComponent, QdFileCollectorComponent, QdFileCollectorModule, QdFileSizePipe$1 as QdFileSizePipe, QdFileUploadComponent, QdFileUploadService, QdFilterComponent, QdFilterFormItemsComponent, QdFilterModule, QdFilterRestParamBuilder, QdFilterService, QdFooterActionType, QdFormArray, QdFormBuilder, QdFormControl, QdFormGroup, QdFormModule, QdGridComponent, QdGridModule, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdIconButtonComponent, QdIconComponent, QdIconModule, QdImageComponent, QdImageModule, QdIndeterminateProgressBarComponent, QdInputComponent, QdListModule, QdMenuButtonComponent, QdMockBreakpointService, QdMockButtonComponent, QdMockButtonGhostDirective, QdMockButtonGridComponent, QdMockButtonLinkDirective, QdMockButtonModule, QdMockButtonStackButtonComponent, QdMockButtonStackComponent, QdMockCalendarComponent, QdMockCheckboxChipsComponent, QdMockCheckboxComponent, QdMockCheckboxesComponent, QdMockChipComponent, QdMockChipModule, QdMockColumnDirective, QdMockColumnsDirective, QdMockContactCardComponent, QdMockContactCardModule, QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockCoreModule, QdMockCounterBadgeComponent, QdMockDatepickerComponent, QdMockDisabledDirective, QdMockDropdownComponent, QdMockFileCollectorComponent, QdMockFileCollectorModule, QdMockFilterCategoryBooleanComponent, QdMockFilterCategoryComponent, QdMockFilterCategoryDateComponent, QdMockFilterCategoryDateRangeComponent, QdMockFilterCategoryFreeTextComponent, QdMockFilterCategorySelectComponent, QdMockFilterComponent, QdMockFilterFormItemsComponent, QdMockFilterItemBooleanComponent, QdMockFilterItemDateComponent, QdMockFilterItemDateRangeComponent, QdMockFilterItemFreeTextComponent, QdMockFilterItemMultiSelectComponent, QdMockFilterItemSingleSelectComponent, QdMockFilterModule, QdMockFilterService, QdMockFormErrorComponent, QdMockFormGroupErrorComponent, QdMockFormHintComponent, QdMockFormLabelComponent, QdMockFormReadonlyComponent, QdMockFormViewonlyComponent, QdMockFormsModule, QdMockGridModule, QdMockIconButtonComponent, QdMockIconComponent, QdMockIconModule, QdMockImageComponent, QdMockImageModule, QdMockIndeterminateProgressBarComponent, QdMockInputComponent, QdMockListModule, QdMockNavigationTileComponent, QdMockNavigationTilesComponent, QdMockNavigationTilesModule, QdMockNotificationComponent, QdMockNotificationContentComponent, QdMockNotificationsComponent, QdMockNotificationsModule, QdMockNotificationsService, QdMockPageComponent, QdMockPageModule, QdMockPercentageProgressBarComponent, QdMockPinCodeComponent, QdMockPlaceHolderModule, QdMockPopoverOnClickDirective, QdMockProgressBarModule, QdMockQdPlaceHolderComponent, QdMockRadioButtonsComponent, QdMockRwdDisabledDirective, QdMockSearchComponent, QdMockSearchModule, QdMockSectionComponent, QdMockSectionModule, QdMockShellComponent, QdMockShellFooterComponent, QdMockShellHeaderBannerComponent, QdMockShellHeaderComponent, QdMockShellHeaderSearchComponent, QdMockShellHeaderWidgetComponent, QdMockShellModule, QdMockShellToolbarComponent, QdMockShellToolbarItemComponent, QdMockStatusIndicatorCaptionComponent, QdMockStatusIndicatorComponent, QdMockStatusIndicatorItemComponent, QdMockStatusIndicatorModule, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent, QdMockSwitchComponent, QdMockSwitchesComponent, QdMockTableComponent, QdMockTableModule, QdMockTextSectionComponent, QdMockTextSectionHeadlineComponent, QdMockTextSectionModule, QdMockTextSectionParagraphComponent, QdMockTextareaComponent, QdMockTileButtonListComponent, QdMockTileComponent, QdMockTileTextListComponent, QdMockTileTextListItemComponent, QdMockTileTitleComponent, QdMockTilesContainerComponent, QdMockTilesContainerTitleComponent, QdMockTilesModule, QdMockTranslatePipe, QdMockVisuallyHiddenDirective, QdMultiInputComponent, QdNavigationTilesModule, QdNotificationComponent, QdNotificationContentComponent, QdNotificationsComponent, QdNotificationsHttpInterceptorService, QdNotificationsModule, QdNotificationsService, QdNotificationsSnackbarListenerDirective, QdNumberInputService, QdPageComponent, QdPageControlPanelComponent, QdPageFooterComponent, QdPageFooterCustomContentDirective, QdPageInfoBannerComponent, QdPageModule, QdPageStepComponent, QdPageStepperAdapterDirective, QdPageStepperComponent, QdPageStepperModule, QdPageStoreService, QdPageTabComponent, QdPageTabsAdapterDirective, QdPageTabsComponent, QdPageTabsModule, QdPanelSectionActionsComponent, QdPanelSectionComponent, QdPanelSectionModule, QdPanelSectionStatusComponent, QdPanelSectionTextParagraphComponent, QdPendingChangesGuardDirective, QdPercentageProgressBarComponent, QdPinCodeComponent, QdPlaceHolderComponent, QdPlaceHolderModule, QdPlaceholderPipe, QdProgressBarModule, QdProjectionGuardComponent, QdPushEventsService, QdQuickEditComponent, QdQuickEditModule, QdRadioButtonsComponent, QdRichtextComponent, QdRouterQueryParamHubService, QdRwdDisabledDirective, QdSearchComponent, QdSearchModule, QdSearchService, QdSectionAdapterDirective, QdSectionComponent, QdSectionModule, QdSectionToolbarComponent, QdShellComponent, QdShellModule, QdSortDirection, QdSpinnerComponent, QdSpinnerModule, QdStatusIndicatorComponent, QdStatusIndicatorModule, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent, QdSubgridComponent, QdSwitchComponent, QdSwitchesComponent, QdTableComponent, QdTableModule, QdTableSpringTools, QdTextSectionComponent, QdTextSectionHeadlineComponent, QdTextSectionModule, QdTextSectionParagraphComponent, QdTextareaComponent, QdTileButtonListComponent, QdTileComponent, QdTileTextListComponent, QdTileTextListItemComponent, QdTileTitleComponent, QdTilesComponent, QdTilesModule, QdTilesTitleComponent, QdTooltipAtIntersectionDirective, QdTooltipIconComponent, QdTreeComponent, QdTreeModule, QdTreeRowExpanderService, QdUiMockModule, QdUiModule, QdUploadErrorType, QdValidators, QdViewportAdaptiveDirective, QdVisuallyHiddenDirective, chipColorDefault, createMetadataStream, qdFilterParameterize, qdMergeParams, qdPageTabParameterize, qdPaginationParameterize, qdSearchParameterize, qdSortParameterize, qdTableQueryParameterize, qdWrapParams, updateHtmlLang };
18603
+ export type { CustomField, QdAppEnvironment, QdAudioFileType, QdButtonAdditionalInfo, QdButtonAdditionalInfoMessage, QdButtonAdditionalInfoType, QdButtonColor, QdChipColor, QdCollectedFile, QdComment, QdCommentAuthorFieldConfig, QdCommentCustomFieldConfig, QdCommentDeletedMeta, QdCommentRichtextConfig, QdCommentSecondaryActionConfig, QdCommentsAddButtonConfig, QdCommentsAddConfig, QdCommentsConfig, QdCompressedFileType, QdConfirmationStatus, QdContactAddress, QdContactCardActionConfig, QdContactCardActionLabel, QdContactCardActionsConfig, QdContactData, QdContactDataCustomField, QdContactDataCustomFieldEntry, QdContactDataCustomTranslatedEntry, QdContactFunction, QdContactPerson, QdContactTag, QdContextSelection, QdDependentFilterCategory, QdDialogAuthSessionEndResult, QdDialogCancelAction, QdDialogConfig, QdDialogConfirmConfigTranslation, QdDialogConfirmationConfig, QdDialogConfirmationResolver, QdDialogData, QdDialogPrimaryAction, QdDialogTitle, QdDisabledDates, QdDisabledDatesValidation, QdDisabledTimes, QdDisabledTimesValidation, QdDocumentFileType, QdFacetOptionMultiSelect, QdFacetOptionSingleSelect, QdFacetOptions, QdFacetOptionsDate, QdFacetOptionsIcon, QdFacetOptionsStatus, QdFacetOptionsValue, QdFileCollectorConfig, QdFileUpload$1 as QdFileCollectorUpload, QdFileManager, QdFileType, QdFileUpload, QdFileUploadManager, QdFilterCategory, QdFilterConfigData, QdFilterItem, QdFilterPostBodyCategory, QdFilterPostBodyData, QdFilterSelection, QdFilterType, QdFormArrayAsyncValidator, QdFormArrayItemAsyncValidator, QdFormArrayItemValidator, QdFormArrayItemValidatorOrOpts, QdFormArrayOptions, QdFormArrayValidator, QdFormArrayValuesOrControls, QdFormBaseOption, QdFormBaseOptions, QdFormCheckboxChipsConfiguration, QdFormCheckboxOption, QdFormCheckboxOptions, QdFormCheckboxesConfiguration, QdFormConfiguration, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormHint, QdFormInput, QdFormInputConfiguration, QdFormInputOption, QdFormLabel, QdFormMultiInputConfiguration, QdFormOption, QdFormOptionsDependencies, QdFormOptionsResolvedEvent, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormRadioButtonsOptions, QdFormResolvableOptionsConfiguration, QdFormResolvedOption, QdFormResolvedOptions, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdFormTimepickerConfiguration, QdGridConfig, QdHinti18n, QdImageFileType, QdInputMode, QdInputRawEventValue, QdInputType, QdInputValue, QdInputValueWithUnit, QdInspectOperationMode, QdLabeli18n, QdLegacySectionActionConfig, QdMaxColumnsCount, QdMenuButtonActionConfig, QdMenuButtonActionLabel, QdMenuButtonConfig, QdMultiInputOption, QdNotification, QdNotificationLink, QdNotificationTitle, QdNotificationTranslation, QdNotificationType, QdNotifications, QdOsNotificationOptions, QdPageArchiveAction, QdPageCancelAction, QdPageCommitAction, QdPageConfig, QdPageConfigBase, QdPageConfigCreate, QdPageConfigCustom, QdPageConfigInspect, QdPageConfigOverview, QdPageContextConfig, QdPageContextConfigBase, QdPageContextConfigCustom, QdPageContextConfigMulti, QdPageContextConfigSingle, QdPageControlPanelConfig, QdPageCreateSubmitAction, QdPageCustomActionsLabel, QdPageDeleteAction, QdPageDialogCanCloseEntry, QdPageDialogCanCloseFn, QdPageDialogCanCloseResult, QdPageDialogCloseCause, QdPageEditAction, QdPageFooterAction, QdPageHeaderFacetConfig, QdPageInfoBannerConfig, QdPageInfoBannerLink, QdPageInfoBannerTitle, QdPageInfoBannerTranslation, QdPageInfoBannerType, QdPageInspectSubmitAction, QdPageObjectResolver, QdPageObjectResolverConfig, QdPageSaveAction, QdPageSaveDraftAction, QdPageSelectedContext, QdPageStepConfig, QdPageStepResolver, QdPageStepperActionConfig, QdPageStepperConfig, QdPageStepperHandlerParams, QdPageStepperSubmitActionConfig, QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig, QdPageTabsSubmitButtonConfig, QdPageTitle, QdPageTypeCreateConfig, QdPageTypeCustomConfig, QdPageTypeInspectConfig, QdPageTypeOverviewConfig, QdPaginationParams, QdPanelSectionActionConfig, QdPanelSectionConfig, QdPanelSectionStatusConfig, QdPanelSectionTextParagraphConfig, QdPanelSectionTextParagraphTitle, QdPanelSectionTitle, QdPinCodeInputType, QdPlaceholder, QdPlaceholderPrefix, QdPredefinedSectionActionConfig, QdPushEventName, QdQueryParameter, QdQuickEditColumn, QdQuickEditColumnBase, QdQuickEditColumnEnum, QdQuickEditColumnInteger, QdQuickEditColumnText, QdQuickEditConfig, QdQuickEditData, QdQuickEditDataValue, QdQuickEditEmptyStateView, QdQuickEditRow, QdQuickEditSecondaryAction, QdResolvedFilterCategory, QdRichtextConfig, QdSearchAdditionalInfo, QdSearchOptions, QdSearchPostBodyData, QdSearchPreSelectOptions, QdSearchPreSelectOptionsList, QdSearchState, QdSectionActionConfig, QdSectionActionOperationMode, QdSectionActionType, QdSectionCollapse, QdSectionConfig, QdSectionTitle, QdShellConfig, QdShellFooterCopyrightInfo, QdShellHeaderWidgetBadge, QdShellHeaderWidgetConfig, QdShellHeaderWidgetContactInfo, QdShellHeaderWidgetCustomButtonLinks, QdShellHeaderWidgetEnvironment, QdShellHeaderWidgetHrefs, QdShellHeaderWidgetInfoLink, QdShellHeaderWidgetLanguage, QdShellHeaderWidgetMultiHrefBadge, QdShellHeaderWidgetMultiHrefs, QdShellHeaderWidgetProfileLink, QdShellHeaderWidgetSingleHref, QdShellHeaderWidgetSingleHrefBadge, QdShellNavigationConfig, QdShellServiceNavigationBadge, QdShellServiceNavigationConfig, QdShellServiceNavigationContactInfo, QdShellServiceNavigationCustomButtonLinks, QdShellServiceNavigationEnvironment, QdShellServiceNavigationHrefs, QdShellServiceNavigationInfoLink, QdShellServiceNavigationLanguage, QdShellServiceNavigationMultiHrefBadge, QdShellServiceNavigationMultiHrefs, QdShellServiceNavigationProfileLink, QdShellServiceNavigationSingleHref, QdShellServiceNavigationSingleHrefBadge, QdShellToolbarConfig, QdShellToolbarItem, QdSnackbarNotificationOptions, QdStaticFilterCategory, QdStatus, QdStatusIndicator, QdStatusIndicatorCaption, QdStatusIndicatorLevel, QdStatusIndicatorType, QdStatusPairStatus, QdSubgridConfig, QdSwitchInput, QdSwitchOption, QdTabSelectionEvent, QdTabState, QdTableActionResult, QdTableChipDataValue, QdTableConfig, QdTableConfigColumn, QdTableConfigColumnBase, QdTableConfigColumnSort, QdTableConfigColumnType, QdTableConfigGroup, QdTableConfigSecondaryActionType, QdTableConfigSelection, QdTableConfigSelectionType, QdTableConnectorCriteria, QdTableContentDataChip, QdTableContentDataChipObject, QdTableContextDataValue, QdTableCriticalDataValue, QdTableData, QdTableDataResolver, QdTableDataResolverProps, QdTableDataRow, QdTableDataValue, QdTableEmptyStateView, QdTableFillingColumn, QdTableOptionalRefreshingEventTypes, QdTablePagination, QdTablePrimaryAction, QdTableRecentSecondaryAction, QdTableRefreshConfig, QdTableResolvedData, QdTableRowIdentifier, QdTableRowIndex, QdTableRowUid, QdTableSecondaryAction, QdTableSelectedRow, QdTableSelectedRows, QdTableSort, QdTableStateSort, QdTableStatusDataValue, QdTileConfig, QdTilesConfig, QdTooltip, QdTranslatable, QdTranslation, QdTreeActionResult, QdTreeConfig, QdTreeConfigColumn, QdTreeConfigColumnBase, QdTreeConfigColumnType, QdTreeConfigSecondaryActionType, QdTreeData, QdTreeDataRow, QdTreeDataValue, QdTreeEmptyStateView, QdTreeGroupConfig, QdTreeRowsProvider, QdTreeSecondaryAction, QdUploadError, QdUploadProgress, QdVideoFileType };