@quadrel-enterprise-ui/framework 20.22.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';
|
|
@@ -2760,6 +2760,14 @@ interface QdFormCheckboxesConfiguration extends QdFormConfiguration {
|
|
|
2760
2760
|
* * @default: 'horizontal'
|
|
2761
2761
|
*/
|
|
2762
2762
|
align?: 'vertical' | 'horizontal';
|
|
2763
|
+
/**
|
|
2764
|
+
* @description Set to "true", the first checkbox of the group will be focused when the application
|
|
2765
|
+
* is initially loaded.
|
|
2766
|
+
* Note: hasAutofocus can only be used once per view. No matter in which pattern it is used.
|
|
2767
|
+
*
|
|
2768
|
+
* * @default: false
|
|
2769
|
+
*/
|
|
2770
|
+
hasAutofocus?: boolean;
|
|
2763
2771
|
}
|
|
2764
2772
|
/**
|
|
2765
2773
|
* @description Configuration Model for Qd-Forms-Checkbox-Chips
|
|
@@ -2805,6 +2813,14 @@ interface QdFormDatepickerConfiguration extends QdFormConfiguration {
|
|
|
2805
2813
|
* @default false
|
|
2806
2814
|
*/
|
|
2807
2815
|
enableSeconds?: boolean;
|
|
2816
|
+
/**
|
|
2817
|
+
* @description Set to "true", the datepicker input field will be focused when the application is
|
|
2818
|
+
* initially loaded.
|
|
2819
|
+
* Note: hasAutofocus can only be used once per view. No matter in which pattern it is used.
|
|
2820
|
+
*
|
|
2821
|
+
* * @default: false
|
|
2822
|
+
*/
|
|
2823
|
+
hasAutofocus?: boolean;
|
|
2808
2824
|
}
|
|
2809
2825
|
interface QdDisabledDatesValidation {
|
|
2810
2826
|
/**
|
|
@@ -2939,6 +2955,13 @@ interface QdFormInputConfiguration extends QdFormConfiguration, QdFormResolvable
|
|
|
2939
2955
|
* * @default: false
|
|
2940
2956
|
*/
|
|
2941
2957
|
hasAutofocus?: boolean;
|
|
2958
|
+
/**
|
|
2959
|
+
* @description Set to "true" when a focusable control is projected into the input suffix (e.g. an icon
|
|
2960
|
+
* button). Ensures its keyboard-focus indicator is not clipped by the input box.
|
|
2961
|
+
*
|
|
2962
|
+
* * @default: false
|
|
2963
|
+
*/
|
|
2964
|
+
hasFocusableSuffix?: boolean;
|
|
2942
2965
|
/**
|
|
2943
2966
|
* @description specifies the interval between legal numbers in an <input> element.
|
|
2944
2967
|
*
|
|
@@ -2993,6 +3016,14 @@ interface QdFormRadioButtonsConfiguration extends QdFormConfiguration {
|
|
|
2993
3016
|
* * @default: 'horizontal'
|
|
2994
3017
|
*/
|
|
2995
3018
|
align?: 'vertical' | 'horizontal';
|
|
3019
|
+
/**
|
|
3020
|
+
* @description Set to "true", the first radio button of the group will be focused when the
|
|
3021
|
+
* application is initially loaded.
|
|
3022
|
+
* Note: hasAutofocus can only be used once per view. No matter in which pattern it is used.
|
|
3023
|
+
*
|
|
3024
|
+
* * @default: false
|
|
3025
|
+
*/
|
|
3026
|
+
hasAutofocus?: boolean;
|
|
2996
3027
|
}
|
|
2997
3028
|
/**
|
|
2998
3029
|
* @description Configuration Model for Qd-Forms-Switches
|
|
@@ -3259,12 +3290,6 @@ interface QdSwitchOption extends QdFormOption {
|
|
|
3259
3290
|
}
|
|
3260
3291
|
interface QdMultiInputOption extends QdFormOption, QdTranslatable {
|
|
3261
3292
|
}
|
|
3262
|
-
/**
|
|
3263
|
-
* @description The pincode component receives numeric values as strings as values.
|
|
3264
|
-
*
|
|
3265
|
-
* * @default: ''
|
|
3266
|
-
*/
|
|
3267
|
-
type QdPinCodeValue = '' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
|
|
3268
3293
|
|
|
3269
3294
|
declare class QdMockFilterCategoryDateComponent {
|
|
3270
3295
|
filterId: string;
|
|
@@ -3447,12 +3472,11 @@ declare class QdMockCheckboxComponent {
|
|
|
3447
3472
|
value: string;
|
|
3448
3473
|
disabled: boolean;
|
|
3449
3474
|
testId: string;
|
|
3475
|
+
valueChange: EventEmitter<string>;
|
|
3450
3476
|
get dataTestId(): string;
|
|
3451
|
-
handleClick(
|
|
3452
|
-
value: any;
|
|
3453
|
-
};
|
|
3477
|
+
handleClick(): void;
|
|
3454
3478
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockCheckboxComponent, never>;
|
|
3455
|
-
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>;
|
|
3456
3480
|
}
|
|
3457
3481
|
|
|
3458
3482
|
declare class QdMockCheckboxesComponent {
|
|
@@ -6227,7 +6251,7 @@ declare class QdDatepickerComponent implements ControlValueAccessor, OnInit, OnC
|
|
|
6227
6251
|
* No Parameter here.
|
|
6228
6252
|
*/
|
|
6229
6253
|
readonly clickViewonly: EventEmitter<null>;
|
|
6230
|
-
popover
|
|
6254
|
+
private popover;
|
|
6231
6255
|
readonly: boolean;
|
|
6232
6256
|
viewonly: boolean;
|
|
6233
6257
|
hintAction: boolean;
|
|
@@ -6241,7 +6265,6 @@ declare class QdDatepickerComponent implements ControlValueAccessor, OnInit, OnC
|
|
|
6241
6265
|
readonlyAction: boolean;
|
|
6242
6266
|
viewonlyAction: boolean;
|
|
6243
6267
|
language: string;
|
|
6244
|
-
qdPopoverOnClick: QdPopoverOnClickDirective;
|
|
6245
6268
|
control: AbstractControl;
|
|
6246
6269
|
timePicker?: QdFormTimepickerConfiguration;
|
|
6247
6270
|
private _disabledDatesValidator;
|
|
@@ -6386,43 +6409,6 @@ declare enum QdFormOptionsRequestState {
|
|
|
6386
6409
|
ERROR = 3
|
|
6387
6410
|
}
|
|
6388
6411
|
|
|
6389
|
-
declare class QdFormInputComponent implements Highlightable {
|
|
6390
|
-
private readonly translateService;
|
|
6391
|
-
option?: QdFormResolvedOption;
|
|
6392
|
-
private _isActive;
|
|
6393
|
-
get isActive(): boolean;
|
|
6394
|
-
private element;
|
|
6395
|
-
scrollIntoView(): void;
|
|
6396
|
-
setActiveStyles(): void;
|
|
6397
|
-
setInactiveStyles(): void;
|
|
6398
|
-
getLabel(): string;
|
|
6399
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFormInputComponent, never>;
|
|
6400
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdFormInputComponent, "qd-form-input", never, { "option": { "alias": "option"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6401
|
-
}
|
|
6402
|
-
|
|
6403
|
-
declare class QdDropdownOptionsComponent implements AfterViewInit {
|
|
6404
|
-
private keyboardService;
|
|
6405
|
-
private optionsService;
|
|
6406
|
-
filter: boolean;
|
|
6407
|
-
filterText: string;
|
|
6408
|
-
testId: string;
|
|
6409
|
-
id: string;
|
|
6410
|
-
readonly filterChange: EventEmitter<string>;
|
|
6411
|
-
readonly optionClick: EventEmitter<any>;
|
|
6412
|
-
optionComponents: QueryList<QdFormInputComponent>;
|
|
6413
|
-
filterElement: ElementRef;
|
|
6414
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
6415
|
-
selectedOptionValue: string;
|
|
6416
|
-
filteredOptions$: Observable<QdFormResolvedOption[] | QdFormOption[]>;
|
|
6417
|
-
optionSelected: EventEmitter<any>;
|
|
6418
|
-
constructor();
|
|
6419
|
-
ngAfterViewInit(): void;
|
|
6420
|
-
onOpen(): void;
|
|
6421
|
-
onFilterInputChange(value: string): void;
|
|
6422
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdDropdownOptionsComponent, never>;
|
|
6423
|
-
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>;
|
|
6424
|
-
}
|
|
6425
|
-
|
|
6426
6412
|
/**
|
|
6427
6413
|
* The **QdDropdown** is an component that provides a dropdown form element.<br />
|
|
6428
6414
|
* It can be used with Quadrel Reactive Forms or with model binding.
|
|
@@ -6572,8 +6558,8 @@ declare class QdDropdownComponent implements ControlValueAccessor, OnInit, OnCha
|
|
|
6572
6558
|
private _subs;
|
|
6573
6559
|
private _onChange;
|
|
6574
6560
|
private _onTouch;
|
|
6575
|
-
dropdownOptions
|
|
6576
|
-
dropdownDirective
|
|
6561
|
+
private dropdownOptions;
|
|
6562
|
+
private dropdownDirective;
|
|
6577
6563
|
box: ElementRef;
|
|
6578
6564
|
isOpen: boolean;
|
|
6579
6565
|
get hasError(): boolean;
|
|
@@ -7439,34 +7425,6 @@ interface QdFormArrayOptions extends AbstractControlOptions {
|
|
|
7439
7425
|
itemInitialValueIsDefault?: boolean;
|
|
7440
7426
|
}
|
|
7441
7427
|
|
|
7442
|
-
type Direction = 'up' | 'down';
|
|
7443
|
-
declare class QdMultiInputMenuComponent implements AfterViewInit {
|
|
7444
|
-
private readonly multiInputService;
|
|
7445
|
-
/**
|
|
7446
|
-
* Here an id can be assigned, with which a value can be linked to a corresponding label.
|
|
7447
|
-
*/
|
|
7448
|
-
id: any;
|
|
7449
|
-
optionsListForView: QdMultiInputOption[];
|
|
7450
|
-
/**
|
|
7451
|
-
* A static test ID for integration tests can be set. <br />
|
|
7452
|
-
* The value for the HTML attribute [data-test-id].
|
|
7453
|
-
*/
|
|
7454
|
-
testId: string;
|
|
7455
|
-
readonly itemClick: EventEmitter<any>;
|
|
7456
|
-
selectBox: ElementRef;
|
|
7457
|
-
dropdownOptions: QueryList<ElementRef>;
|
|
7458
|
-
optionComponents: QueryList<QdFormInputComponent>;
|
|
7459
|
-
keyManager: ActiveDescendantKeyManager<QdFormInputComponent>;
|
|
7460
|
-
ngAfterViewInit(): void;
|
|
7461
|
-
getTranslation(option: QdMultiInputOption): string;
|
|
7462
|
-
handleClick(option: QdMultiInputOption): void;
|
|
7463
|
-
resetCheckedOption(): number;
|
|
7464
|
-
handleArrowKey(direction: Direction, event: KeyboardEvent): void;
|
|
7465
|
-
getHeight(): number;
|
|
7466
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdMultiInputMenuComponent, never>;
|
|
7467
|
-
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>;
|
|
7468
|
-
}
|
|
7469
|
-
|
|
7470
7428
|
/**
|
|
7471
7429
|
* The **QdMultiInput** is a component that provides a user interface for entering multiple inputs.<br />
|
|
7472
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.
|
|
@@ -7557,8 +7515,8 @@ declare class QdMultiInputComponent implements ControlValueAccessor, OnInit, OnC
|
|
|
7557
7515
|
*/
|
|
7558
7516
|
readonly clickViewonly: EventEmitter<any>;
|
|
7559
7517
|
inputField: ElementRef;
|
|
7560
|
-
multiInputMenu
|
|
7561
|
-
popoverOnClickDirective
|
|
7518
|
+
private multiInputMenu;
|
|
7519
|
+
private popoverOnClickDirective;
|
|
7562
7520
|
errorTooltips: QueryList<ElementRef>;
|
|
7563
7521
|
dropdownOptions: QueryList<ElementRef>;
|
|
7564
7522
|
readonly: boolean;
|
|
@@ -7623,33 +7581,6 @@ declare class QdMultiInputComponent implements ControlValueAccessor, OnInit, OnC
|
|
|
7623
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>;
|
|
7624
7582
|
}
|
|
7625
7583
|
|
|
7626
|
-
declare class QdPinCodeService {
|
|
7627
|
-
private _values;
|
|
7628
|
-
private _currentIndex;
|
|
7629
|
-
private _filledTill;
|
|
7630
|
-
private _codeLength;
|
|
7631
|
-
set currentIndex(index: number);
|
|
7632
|
-
get currentIndex(): number;
|
|
7633
|
-
set filledTill(index: number);
|
|
7634
|
-
get filledTill(): number;
|
|
7635
|
-
set codeLength(length: number);
|
|
7636
|
-
get codeLength(): number;
|
|
7637
|
-
get firstEmpty(): number;
|
|
7638
|
-
get lastIndex(): number;
|
|
7639
|
-
get allEmpty(): boolean;
|
|
7640
|
-
get allFilled(): boolean;
|
|
7641
|
-
set values(values: QdPinCodeValue[] | string[]);
|
|
7642
|
-
get values(): QdPinCodeValue[] | string[];
|
|
7643
|
-
get joinedValues(): string;
|
|
7644
|
-
addValue(value: QdPinCodeValue | string): void;
|
|
7645
|
-
addValues(values: any): void;
|
|
7646
|
-
stepPrevious(): void;
|
|
7647
|
-
stepNext(): void;
|
|
7648
|
-
reset(): void;
|
|
7649
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPinCodeService, never>;
|
|
7650
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdPinCodeService>;
|
|
7651
|
-
}
|
|
7652
|
-
|
|
7653
7584
|
/**
|
|
7654
7585
|
* **QdPinCode** component provides a FormElement.
|
|
7655
7586
|
* The **QdPinCode** is a component that provides a form element for entering a PIN code.<br />
|
|
@@ -7677,7 +7608,7 @@ declare class QdPinCodeService {
|
|
|
7677
7608
|
* ```
|
|
7678
7609
|
*/
|
|
7679
7610
|
declare class QdPinCodeComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy, ControlValueAccessor {
|
|
7680
|
-
readonly pinCodeService
|
|
7611
|
+
private readonly pinCodeService;
|
|
7681
7612
|
private readonly changeDetectorRef;
|
|
7682
7613
|
private readonly actionEmitterService;
|
|
7683
7614
|
private readonly controlContainer;
|
|
@@ -7753,6 +7684,8 @@ declare class QdPinCodeComponent implements OnInit, OnChanges, AfterViewInit, On
|
|
|
7753
7684
|
private _subs;
|
|
7754
7685
|
private _onChange;
|
|
7755
7686
|
private _onTouch;
|
|
7687
|
+
protected get firstEmptyIndex(): number;
|
|
7688
|
+
protected get joinedValues(): string;
|
|
7756
7689
|
get errors(): ValidationErrors;
|
|
7757
7690
|
get required(): boolean;
|
|
7758
7691
|
ngOnInit(): void;
|
|
@@ -8729,6 +8662,43 @@ declare class QdCheckboxChipsItemComponent {
|
|
|
8729
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>;
|
|
8730
8663
|
}
|
|
8731
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
|
+
|
|
8732
8702
|
declare class QdFormErrorComponent {
|
|
8733
8703
|
control?: AbstractControl;
|
|
8734
8704
|
get errorArr(): {
|
|
@@ -8949,6 +8919,34 @@ declare class QdMultiInputChipComponent {
|
|
|
8949
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>;
|
|
8950
8920
|
}
|
|
8951
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
|
+
|
|
8952
8950
|
declare class QdAutofocusDirective implements AfterViewInit, OnDestroy {
|
|
8953
8951
|
private readonly autofocusService;
|
|
8954
8952
|
private readonly elementRef;
|
|
@@ -11496,53 +11494,6 @@ declare class QdFileCollectorModule {
|
|
|
11496
11494
|
static ɵinj: i0.ɵɵInjectorDeclaration<QdFileCollectorModule>;
|
|
11497
11495
|
}
|
|
11498
11496
|
|
|
11499
|
-
declare class QdFilterItemFreeTextCategoryComponent implements OnInit {
|
|
11500
|
-
private readonly filterService;
|
|
11501
|
-
filterId: string;
|
|
11502
|
-
isInstantFiltering: boolean;
|
|
11503
|
-
categoryIndex: number;
|
|
11504
|
-
testId: string;
|
|
11505
|
-
itemIndex: number;
|
|
11506
|
-
itemData: any;
|
|
11507
|
-
ngOnInit(): void;
|
|
11508
|
-
private updateState;
|
|
11509
|
-
refreshItems(): void;
|
|
11510
|
-
handleReset(): void;
|
|
11511
|
-
handleEnter(): void;
|
|
11512
|
-
close(): void;
|
|
11513
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemFreeTextCategoryComponent, never>;
|
|
11514
|
-
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>;
|
|
11515
|
-
}
|
|
11516
|
-
|
|
11517
|
-
declare class QdFilterCategoryComponent implements OnInit {
|
|
11518
|
-
private readonly filterService;
|
|
11519
|
-
readonly translateService: TranslateService;
|
|
11520
|
-
filterId: string;
|
|
11521
|
-
isInstantFiltering: boolean;
|
|
11522
|
-
categoryIndex: number;
|
|
11523
|
-
lastCategory: boolean;
|
|
11524
|
-
testId: string;
|
|
11525
|
-
timePickerConfig: QdFormDatepickerConfiguration;
|
|
11526
|
-
private type;
|
|
11527
|
-
itemFreeTextCategory: QueryList<QdFilterItemFreeTextCategoryComponent>;
|
|
11528
|
-
get categoryIndexAttribute(): string;
|
|
11529
|
-
get categoryNumberClassName(): string;
|
|
11530
|
-
get dataTestId(): string;
|
|
11531
|
-
ngOnInit(): void;
|
|
11532
|
-
get isBoolean(): boolean;
|
|
11533
|
-
get isSelect(): boolean;
|
|
11534
|
-
get isFreeText(): boolean;
|
|
11535
|
-
get isDate(): boolean;
|
|
11536
|
-
get isDateTime(): boolean;
|
|
11537
|
-
get isDateRange(): boolean;
|
|
11538
|
-
get isDateTimeRange(): boolean;
|
|
11539
|
-
get buttonClassName(): string;
|
|
11540
|
-
refreshItems(): void;
|
|
11541
|
-
handleReset(): void;
|
|
11542
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterCategoryComponent, never>;
|
|
11543
|
-
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>;
|
|
11544
|
-
}
|
|
11545
|
-
|
|
11546
11497
|
declare class QdFilterService {
|
|
11547
11498
|
private readonly store;
|
|
11548
11499
|
readonly translateService: TranslateService;
|
|
@@ -11590,47 +11541,6 @@ declare class QdFilterService {
|
|
|
11590
11541
|
static ɵprov: i0.ɵɵInjectableDeclaration<QdFilterService>;
|
|
11591
11542
|
}
|
|
11592
11543
|
|
|
11593
|
-
/**
|
|
11594
|
-
* Per-view adapter that syncs `QdFilterComponent` selection with the URL `?filter=` query
|
|
11595
|
-
* param via `QdRouterQueryParamHubService`. Reads/parses on activation, writes on selection
|
|
11596
|
-
* change. Coordination, ownership, and write batching are delegated to the hub — see its
|
|
11597
|
-
* JSDoc for details. Behavior contracts live in `filter-router-connector.service.spec.ts`
|
|
11598
|
-
* and `router-query-param-hub.integration.cy.ts`.
|
|
11599
|
-
*/
|
|
11600
|
-
declare class QdFilterRouterConnectorService {
|
|
11601
|
-
private readonly _filterService;
|
|
11602
|
-
private readonly _hub;
|
|
11603
|
-
private readonly _destroyRef;
|
|
11604
|
-
private _connectedFilter?;
|
|
11605
|
-
private _readSubscription?;
|
|
11606
|
-
private _writeSubscription?;
|
|
11607
|
-
private _activatedRouteCheckedSubject;
|
|
11608
|
-
private _activatedRouteChecked$;
|
|
11609
|
-
constructor();
|
|
11610
|
-
connectFilterWithRouter(filterComponent: QdFilterComponent): Observable<boolean>;
|
|
11611
|
-
private tearDownConnection;
|
|
11612
|
-
private subscribeToUrlChanges;
|
|
11613
|
-
private subscribeToFilterChanges;
|
|
11614
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterRouterConnectorService, never>;
|
|
11615
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdFilterRouterConnectorService>;
|
|
11616
|
-
}
|
|
11617
|
-
|
|
11618
|
-
declare class QdDependentFiltersService {
|
|
11619
|
-
private readonly filterService;
|
|
11620
|
-
private _filterComponent;
|
|
11621
|
-
private _subscription?;
|
|
11622
|
-
private get filterData();
|
|
11623
|
-
private get categories();
|
|
11624
|
-
private get filterId();
|
|
11625
|
-
initialize(filterComponent: QdFilterComponent): void;
|
|
11626
|
-
reinitialize(): void;
|
|
11627
|
-
destroy(): void;
|
|
11628
|
-
private getDependentCategories;
|
|
11629
|
-
private resolveItemsWhenDependsOnCategoriesChange;
|
|
11630
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdDependentFiltersService, never>;
|
|
11631
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdDependentFiltersService>;
|
|
11632
|
-
}
|
|
11633
|
-
|
|
11634
11544
|
/**
|
|
11635
11545
|
* The **QdFilter** is responsible for the filtering of data.
|
|
11636
11546
|
*
|
|
@@ -11672,8 +11582,8 @@ declare class QdDependentFiltersService {
|
|
|
11672
11582
|
*/
|
|
11673
11583
|
declare class QdFilterComponent implements OnInit, OnChanges, OnDestroy {
|
|
11674
11584
|
readonly filterService: QdFilterService;
|
|
11675
|
-
readonly filterRouterConnectorService
|
|
11676
|
-
readonly dependentFiltersService
|
|
11585
|
+
private readonly filterRouterConnectorService;
|
|
11586
|
+
private readonly dependentFiltersService;
|
|
11677
11587
|
/**
|
|
11678
11588
|
* The configuration of the filter
|
|
11679
11589
|
*/
|
|
@@ -11698,7 +11608,7 @@ declare class QdFilterComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
11698
11608
|
* Emits event when the values of the filter change. Return value matches the current object of the filter.
|
|
11699
11609
|
*/
|
|
11700
11610
|
valueChange: EventEmitter<QdFilterPostBodyData>;
|
|
11701
|
-
filterCategory
|
|
11611
|
+
private filterCategory;
|
|
11702
11612
|
get dataTestId(): string;
|
|
11703
11613
|
disableFilterButton$: Observable<boolean>;
|
|
11704
11614
|
disableResetButton$: Observable<boolean>;
|
|
@@ -11809,34 +11719,81 @@ declare class LocaleDatePipe implements PipeTransform, OnDestroy {
|
|
|
11809
11719
|
static ɵpipe: i0.ɵɵPipeDeclaration<LocaleDatePipe, "localeDate", false>;
|
|
11810
11720
|
}
|
|
11811
11721
|
|
|
11812
|
-
declare class
|
|
11722
|
+
declare class QdFilterItemFreeTextCategoryComponent implements OnInit {
|
|
11813
11723
|
private readonly filterService;
|
|
11814
11724
|
filterId: string;
|
|
11725
|
+
isInstantFiltering: boolean;
|
|
11815
11726
|
categoryIndex: number;
|
|
11816
11727
|
testId: string;
|
|
11817
11728
|
itemIndex: number;
|
|
11818
|
-
|
|
11729
|
+
itemData: any;
|
|
11819
11730
|
ngOnInit(): void;
|
|
11820
|
-
|
|
11821
|
-
|
|
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>;
|
|
11822
11738
|
}
|
|
11823
11739
|
|
|
11824
|
-
declare class
|
|
11740
|
+
declare class QdFilterCategoryComponent implements OnInit {
|
|
11825
11741
|
private readonly filterService;
|
|
11742
|
+
readonly translateService: TranslateService;
|
|
11826
11743
|
filterId: string;
|
|
11744
|
+
isInstantFiltering: boolean;
|
|
11827
11745
|
categoryIndex: number;
|
|
11828
|
-
|
|
11829
|
-
i18n: any;
|
|
11746
|
+
lastCategory: boolean;
|
|
11830
11747
|
testId: string;
|
|
11748
|
+
timePickerConfig: QdFormDatepickerConfiguration;
|
|
11749
|
+
private type;
|
|
11750
|
+
itemFreeTextCategory: QueryList<QdFilterItemFreeTextCategoryComponent>;
|
|
11751
|
+
get categoryIndexAttribute(): string;
|
|
11752
|
+
get categoryNumberClassName(): string;
|
|
11831
11753
|
get dataTestId(): string;
|
|
11832
|
-
itemData: any;
|
|
11833
|
-
active: any;
|
|
11834
|
-
private _destroyed$;
|
|
11835
11754
|
ngOnInit(): void;
|
|
11836
|
-
|
|
11837
|
-
|
|
11838
|
-
|
|
11839
|
-
|
|
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
|
+
|
|
11769
|
+
declare class QdFilterCategoryBooleanComponent implements OnInit {
|
|
11770
|
+
private readonly filterService;
|
|
11771
|
+
filterId: string;
|
|
11772
|
+
categoryIndex: number;
|
|
11773
|
+
testId: string;
|
|
11774
|
+
itemIndex: number;
|
|
11775
|
+
i18n: any;
|
|
11776
|
+
ngOnInit(): void;
|
|
11777
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterCategoryBooleanComponent, never>;
|
|
11778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterCategoryBooleanComponent, "qd-filter-category-boolean", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
11779
|
+
}
|
|
11780
|
+
|
|
11781
|
+
declare class QdFilterItemBooleanComponent implements OnInit, OnDestroy {
|
|
11782
|
+
private readonly filterService;
|
|
11783
|
+
filterId: string;
|
|
11784
|
+
categoryIndex: number;
|
|
11785
|
+
itemIndex: number;
|
|
11786
|
+
i18n: any;
|
|
11787
|
+
testId: string;
|
|
11788
|
+
get dataTestId(): string;
|
|
11789
|
+
itemData: any;
|
|
11790
|
+
active: any;
|
|
11791
|
+
private _destroyed$;
|
|
11792
|
+
ngOnInit(): void;
|
|
11793
|
+
ngOnDestroy(): void;
|
|
11794
|
+
clickToggle(value: string): void;
|
|
11795
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemBooleanComponent, never>;
|
|
11796
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemBooleanComponent, "qd-filter-item-boolean", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
11840
11797
|
}
|
|
11841
11798
|
|
|
11842
11799
|
declare class QdFilterItemDateCategoryComponent implements OnInit {
|
|
@@ -12463,7 +12420,7 @@ declare enum QdFooterActionType {
|
|
|
12463
12420
|
declare class QdPageFooterComponent {
|
|
12464
12421
|
private readonly footerService;
|
|
12465
12422
|
protected readonly QdFooterActionType: typeof QdFooterActionType;
|
|
12466
|
-
actions$: Observable<(QdPageFooterAction & {
|
|
12423
|
+
protected actions$: Observable<(QdPageFooterAction & {
|
|
12467
12424
|
key: string;
|
|
12468
12425
|
})[]>;
|
|
12469
12426
|
constructor();
|
|
@@ -12721,28 +12678,6 @@ declare class QdPageStepperAdapterDirective implements OnInit {
|
|
|
12721
12678
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageStepperAdapterDirective, "[qdPageStepperAdapter]", never, {}, {}, never, never, false, never>;
|
|
12722
12679
|
}
|
|
12723
12680
|
|
|
12724
|
-
declare class QdPageFooterService {
|
|
12725
|
-
private _pageFooterActions;
|
|
12726
|
-
private _customContentCount;
|
|
12727
|
-
pageFooterActions$: rxjs.Observable<Map<QdFooterActionKey, QdPageFooterAction>>;
|
|
12728
|
-
customContentCount$: rxjs.Observable<number>;
|
|
12729
|
-
footerHasContent$: rxjs.Observable<boolean>;
|
|
12730
|
-
registerCustomContent(): void;
|
|
12731
|
-
detachCustomContent(): void;
|
|
12732
|
-
setActions(actionsArray: Array<{
|
|
12733
|
-
key: QdFooterActionKey;
|
|
12734
|
-
action: QdPageFooterAction;
|
|
12735
|
-
}>): void;
|
|
12736
|
-
updateActions(updates: {
|
|
12737
|
-
actionKey: QdFooterActionKey;
|
|
12738
|
-
partialAction: Partial<QdPageFooterAction>;
|
|
12739
|
-
}[]): void;
|
|
12740
|
-
private sortActionsByPriority;
|
|
12741
|
-
private isAnyActionVisible;
|
|
12742
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterService, never>;
|
|
12743
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdPageFooterService>;
|
|
12744
|
-
}
|
|
12745
|
-
|
|
12746
12681
|
/**
|
|
12747
12682
|
* Interface for the configuration of the page stepper
|
|
12748
12683
|
*/
|
|
@@ -12857,7 +12792,7 @@ declare class QdPageStepComponent extends CdkStep implements OnInit, OnChanges,
|
|
|
12857
12792
|
* The **QdPageStepper** allows linear navigation through process steps within a **QdPage**.
|
|
12858
12793
|
*/
|
|
12859
12794
|
declare class QdPageStepperComponent extends CdkStepper implements OnInit, AfterContentInit, OnChanges, OnDestroy {
|
|
12860
|
-
readonly footerService
|
|
12795
|
+
private readonly footerService;
|
|
12861
12796
|
private readonly pageStepResolver;
|
|
12862
12797
|
private readonly router;
|
|
12863
12798
|
private readonly dialog;
|
|
@@ -12881,6 +12816,7 @@ declare class QdPageStepperComponent extends CdkStepper implements OnInit, After
|
|
|
12881
12816
|
allStepsValid$: Observable<boolean>;
|
|
12882
12817
|
private _destroyed$;
|
|
12883
12818
|
private isGoingToNextStep;
|
|
12819
|
+
protected get hasPageFooter(): boolean;
|
|
12884
12820
|
constructor();
|
|
12885
12821
|
ngOnInit(): void;
|
|
12886
12822
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -12951,6 +12887,28 @@ declare class QdPageTabsAdapterDirective implements OnInit {
|
|
|
12951
12887
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageTabsAdapterDirective, "[qdPageTabsAdapter]", never, {}, {}, never, never, false, never>;
|
|
12952
12888
|
}
|
|
12953
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
|
+
|
|
12954
12912
|
/**
|
|
12955
12913
|
* The configuration object of the tabs
|
|
12956
12914
|
*/
|
|
@@ -13059,6 +13017,16 @@ interface QdPageTabConfig {
|
|
|
13059
13017
|
*/
|
|
13060
13018
|
name?: string;
|
|
13061
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
|
+
};
|
|
13062
13030
|
/**
|
|
13063
13031
|
* Represents up to two numeric counters.
|
|
13064
13032
|
*/
|
|
@@ -13078,7 +13046,8 @@ interface QdPageTabCounters {
|
|
|
13078
13046
|
/**
|
|
13079
13047
|
* The **QdPageTab** is a single tab inside the **QdPageTabs** within a **QdPage**.
|
|
13080
13048
|
*/
|
|
13081
|
-
declare class QdPageTabComponent
|
|
13049
|
+
declare class QdPageTabComponent implements OnInit, OnChanges, OnDestroy {
|
|
13050
|
+
private readonly _pageTabs;
|
|
13082
13051
|
private translate;
|
|
13083
13052
|
/**
|
|
13084
13053
|
* Configuration of QdPageTabComponent.
|
|
@@ -13090,8 +13059,14 @@ declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, O
|
|
|
13090
13059
|
set tabControl(tabControl: AbstractControl);
|
|
13091
13060
|
get tabControl(): AbstractControl;
|
|
13092
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;
|
|
13093
13068
|
private _destroyed$;
|
|
13094
|
-
|
|
13069
|
+
select(): void;
|
|
13095
13070
|
ngOnInit(): void;
|
|
13096
13071
|
ngOnChanges(changes?: SimpleChanges): void;
|
|
13097
13072
|
ngOnDestroy(): void;
|
|
@@ -13287,10 +13262,15 @@ interface QdTabSelectionEvent {
|
|
|
13287
13262
|
* - If an invalid tab name is provided in URL, the first available tab is selected
|
|
13288
13263
|
* - If no tab parameter is present, the `selectedIndex` or first non-disabled tab is selected
|
|
13289
13264
|
*/
|
|
13290
|
-
declare class QdPageTabsComponent
|
|
13265
|
+
declare class QdPageTabsComponent implements OnInit, OnChanges, AfterContentInit, AfterViewInit {
|
|
13291
13266
|
readonly footerService: QdPageFooterService;
|
|
13292
|
-
private pageStoreService;
|
|
13267
|
+
private readonly pageStoreService;
|
|
13293
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;
|
|
13294
13274
|
/**
|
|
13295
13275
|
* Configuration of QdPageTabs.
|
|
13296
13276
|
*/
|
|
@@ -13300,17 +13280,27 @@ declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChange
|
|
|
13300
13280
|
*/
|
|
13301
13281
|
testId: string;
|
|
13302
13282
|
readonly tabSelection: EventEmitter<QdTabSelectionEvent>;
|
|
13283
|
+
readonly selectionChange: EventEmitter<QdTabSelectionEvent>;
|
|
13284
|
+
private _tabs;
|
|
13285
|
+
linear: boolean;
|
|
13286
|
+
private _selectedIndex;
|
|
13303
13287
|
private _viewonly;
|
|
13304
|
-
private readonly destroyRef;
|
|
13305
13288
|
get tabs(): QueryList<QdPageTabComponent>;
|
|
13306
13289
|
get selected(): QdPageTabComponent | undefined;
|
|
13307
|
-
set selected(
|
|
13308
|
-
|
|
13290
|
+
set selected(tab: QdPageTabComponent | undefined);
|
|
13291
|
+
get selectedIndex(): number;
|
|
13292
|
+
set selectedIndex(newIndex: number);
|
|
13309
13293
|
ngOnInit(): void;
|
|
13310
13294
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13311
|
-
_getIndicatorType(index: number, state?: StepState): StepState;
|
|
13312
13295
|
ngAfterContentInit(): void;
|
|
13313
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;
|
|
13314
13304
|
private initializeTabSelection;
|
|
13315
13305
|
private configureBookmarkableTabs;
|
|
13316
13306
|
private isTabSelectable;
|
|
@@ -13318,15 +13308,9 @@ declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChange
|
|
|
13318
13308
|
* Selects the first tab that is not disabled.
|
|
13319
13309
|
*/
|
|
13320
13310
|
private selectFirstNotDisabledTab;
|
|
13321
|
-
save(): void;
|
|
13322
|
-
selectTab(tab: QdPageTabComponent): void;
|
|
13323
|
-
isSubmitButtonShown(): boolean;
|
|
13324
|
-
isSubmitButtonDisabled(): boolean | undefined;
|
|
13325
|
-
_getTabLabelId(i: number): string;
|
|
13326
13311
|
private blockCdkInput;
|
|
13327
|
-
private mapSelectionChangeToTabSelectionOutput;
|
|
13328
13312
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsComponent, never>;
|
|
13329
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; },
|
|
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>;
|
|
13330
13314
|
}
|
|
13331
13315
|
|
|
13332
13316
|
interface QdSearchPostBodyData {
|
|
@@ -14918,7 +14902,24 @@ declare class QdSectionAdapterDirective implements OnInit {
|
|
|
14918
14902
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdSectionAdapterDirective, "[qdSectionAdapter]", never, {}, {}, never, never, false, never>;
|
|
14919
14903
|
}
|
|
14920
14904
|
|
|
14921
|
-
|
|
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
|
+
|
|
14922
14923
|
interface QdSingleActionConfig {
|
|
14923
14924
|
/**
|
|
14924
14925
|
* @description Translation key for the action's label displayed in the UI.
|
|
@@ -14944,24 +14945,6 @@ interface QdSingleActionConfig {
|
|
|
14944
14945
|
isHidden?: boolean;
|
|
14945
14946
|
}
|
|
14946
14947
|
|
|
14947
|
-
declare class QdSectionToolbarComponent implements AfterViewInit {
|
|
14948
|
-
private toolbarComponentsService;
|
|
14949
|
-
private changeDetectorRef;
|
|
14950
|
-
config: QdSectionConfig;
|
|
14951
|
-
toolbarComponents: QueryList<QdToolbarComponent>;
|
|
14952
|
-
get searchConfigData(): QdSearchOptions | undefined;
|
|
14953
|
-
get filterData(): QdFilterConfigData;
|
|
14954
|
-
get collapseConfig(): QdSectionCollapse | undefined;
|
|
14955
|
-
get isCollapsed(): boolean;
|
|
14956
|
-
set isCollapsed(value: boolean);
|
|
14957
|
-
get isTooltipVisible(): boolean;
|
|
14958
|
-
get tooltipContent(): QdTooltipContent | undefined;
|
|
14959
|
-
ngAfterViewInit(): void;
|
|
14960
|
-
toggleCollapse(): void;
|
|
14961
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdSectionToolbarComponent, never>;
|
|
14962
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdSectionToolbarComponent, "qd-section-toolbar", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
14963
|
-
}
|
|
14964
|
-
|
|
14965
14948
|
/**
|
|
14966
14949
|
* Renders the configured section actions in the toolbar.
|
|
14967
14950
|
*
|
|
@@ -15268,64 +15251,6 @@ declare function qdSortParameterize<T extends string>(sort: QdTableStateSort<T>[
|
|
|
15268
15251
|
*/
|
|
15269
15252
|
declare function qdTableQueryParameterize<T extends string>(props: QdTableDataResolverProps<T>): QdQueryParameter;
|
|
15270
15253
|
|
|
15271
|
-
declare enum QdPaginatorDirection {
|
|
15272
|
-
FirstPage = 0,
|
|
15273
|
-
NextPage = 1,
|
|
15274
|
-
PreviousPage = 2,
|
|
15275
|
-
LastPage = 3
|
|
15276
|
-
}
|
|
15277
|
-
|
|
15278
|
-
declare class QdTablePaginatorComponent<T extends string> implements OnInit, OnDestroy {
|
|
15279
|
-
private readonly tableDataResolver;
|
|
15280
|
-
private readonly tableStoreService;
|
|
15281
|
-
private readonly routerConnector;
|
|
15282
|
-
/**
|
|
15283
|
-
* @description Configuration Model for Qd-Table.
|
|
15284
|
-
*/
|
|
15285
|
-
config: QdTableConfig<T>;
|
|
15286
|
-
/**
|
|
15287
|
-
* A static test ID for integration tests can be set. <br />
|
|
15288
|
-
* The value for the HTML attribute [data-test-id].
|
|
15289
|
-
*/
|
|
15290
|
-
testId?: string;
|
|
15291
|
-
paginatorButtons: ElementRef | undefined;
|
|
15292
|
-
table$: Observable<QdTableState<string> | undefined>;
|
|
15293
|
-
canPageForward$: Observable<boolean>;
|
|
15294
|
-
canPageBackward$: Observable<boolean>;
|
|
15295
|
-
currentPage$: Observable<QdTablePaginatorCurrentPage | undefined>;
|
|
15296
|
-
pageSize$: Observable<number>;
|
|
15297
|
-
totalCount$: Observable<number>;
|
|
15298
|
-
selectedRowsCount$: Observable<number>;
|
|
15299
|
-
pageNav?: typeof QdPaginatorDirection;
|
|
15300
|
-
private _destroyed$;
|
|
15301
|
-
get pageSizes(): number[];
|
|
15302
|
-
get hasData$(): Observable<boolean>;
|
|
15303
|
-
ngOnInit(): void;
|
|
15304
|
-
ngOnDestroy(): void;
|
|
15305
|
-
/**
|
|
15306
|
-
* @description Whether this paginator should sync its state with the URL. Reads
|
|
15307
|
-
* `pagination.connectWithRouter` (default `false` — URL sync is opt-in and
|
|
15308
|
-
* requires an explicit `pagination: { connectWithRouter: true }`).
|
|
15309
|
-
*
|
|
15310
|
-
* Used by `QdTablePaginationRouterConnectorService` to decide whether to claim
|
|
15311
|
-
* the router-singleton for this paginator.
|
|
15312
|
-
*/
|
|
15313
|
-
shouldConnectWithRouter(): boolean;
|
|
15314
|
-
/**
|
|
15315
|
-
* @description The effective default page size for this paginator. Resolves
|
|
15316
|
-
* `pagination.pageSizeDefault` first, then falls back to the first entry of
|
|
15317
|
-
* `pagination.pageSizes`, finally to the framework constant `PAGE_SIZE_DEFAULT`.
|
|
15318
|
-
*/
|
|
15319
|
-
getPageSizeDefault(): number;
|
|
15320
|
-
navigateToPage(direction: QdPaginatorDirection): void;
|
|
15321
|
-
private isConfigValid;
|
|
15322
|
-
private startPagination;
|
|
15323
|
-
private initPagination;
|
|
15324
|
-
private calculatePageNumber;
|
|
15325
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdTablePaginatorComponent<any>, never>;
|
|
15326
|
-
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>;
|
|
15327
|
-
}
|
|
15328
|
-
|
|
15329
15254
|
/**
|
|
15330
15255
|
* QdTableComponent is a responsive and highly configurable table component designed for effective data display and user interaction.
|
|
15331
15256
|
* It supports pagination, sorting, actions, selections, and customizable columns.
|
|
@@ -15517,7 +15442,7 @@ declare class QdTableComponent<T extends string> implements OnInit, OnChanges, O
|
|
|
15517
15442
|
* The `emptyStateView` must be enabled in the table configuration.
|
|
15518
15443
|
*/
|
|
15519
15444
|
emptyStateActionOutput: EventEmitter<any>;
|
|
15520
|
-
paginator
|
|
15445
|
+
private paginator?;
|
|
15521
15446
|
get dataTestId(): string;
|
|
15522
15447
|
data$: Observable<QdTableData<T> | undefined>;
|
|
15523
15448
|
hasData$: Observable<boolean>;
|
|
@@ -16026,41 +15951,99 @@ declare class QdTableHeadComponent<T extends string> implements OnInit {
|
|
|
16026
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>;
|
|
16027
15952
|
}
|
|
16028
15953
|
|
|
16029
|
-
|
|
16030
|
-
|
|
16031
|
-
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
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 {
|
|
16035
15962
|
private readonly tableDataResolver;
|
|
16036
15963
|
private readonly tableStoreService;
|
|
16037
|
-
private readonly
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16043
|
-
|
|
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>;
|
|
16044
15979
|
pageSize$: Observable<number>;
|
|
16045
15980
|
totalCount$: Observable<number>;
|
|
15981
|
+
selectedRowsCount$: Observable<number>;
|
|
15982
|
+
pageNav?: typeof QdPaginatorDirection;
|
|
16046
15983
|
private _destroyed$;
|
|
16047
|
-
get pageSizes
|
|
16048
|
-
get
|
|
15984
|
+
get pageSizes(): number[];
|
|
15985
|
+
get hasData$(): Observable<boolean>;
|
|
16049
15986
|
ngOnInit(): void;
|
|
16050
15987
|
ngOnDestroy(): void;
|
|
16051
|
-
|
|
16052
|
-
|
|
16053
|
-
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16057
|
-
|
|
16058
|
-
|
|
16059
|
-
|
|
16060
|
-
|
|
16061
|
-
|
|
16062
|
-
|
|
16063
|
-
|
|
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
|
+
|
|
16012
|
+
type PageSize = {
|
|
16013
|
+
value: number;
|
|
16014
|
+
disabled: boolean;
|
|
16015
|
+
};
|
|
16016
|
+
declare class QdTablePaginatorPageSizeComponent<T extends string> implements OnInit, OnDestroy {
|
|
16017
|
+
private readonly elementRef;
|
|
16018
|
+
private readonly tableDataResolver;
|
|
16019
|
+
private readonly tableStoreService;
|
|
16020
|
+
private readonly scrollingService;
|
|
16021
|
+
private readonly changeDetectorRef;
|
|
16022
|
+
pageSizes: number[];
|
|
16023
|
+
selection: any;
|
|
16024
|
+
selectionList: any;
|
|
16025
|
+
selectionOpened: boolean;
|
|
16026
|
+
selectionDirection: 'up' | 'down';
|
|
16027
|
+
pageSize$: Observable<number>;
|
|
16028
|
+
totalCount$: Observable<number>;
|
|
16029
|
+
private _destroyed$;
|
|
16030
|
+
get pageSizes$(): Observable<Array<PageSize>>;
|
|
16031
|
+
get hasActivePageSizes$(): Observable<boolean>;
|
|
16032
|
+
ngOnInit(): void;
|
|
16033
|
+
ngOnDestroy(): void;
|
|
16034
|
+
toggleSelection(): void;
|
|
16035
|
+
openSelection(): void;
|
|
16036
|
+
closeSelection(): void;
|
|
16037
|
+
clickedOutside(event: PointerEvent): void;
|
|
16038
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdTablePaginatorPageSizeComponent<any>, never>;
|
|
16039
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdTablePaginatorPageSizeComponent<any>, "qd-table-paginator-page-size", never, { "pageSizes": { "alias": "pageSizes"; "required": false; }; }, {}, never, never, false, never>;
|
|
16040
|
+
}
|
|
16041
|
+
|
|
16042
|
+
/**
|
|
16043
|
+
* A directive that allows the paginator to set the page size of a table paginator. Also writes the result to the store.
|
|
16044
|
+
*
|
|
16045
|
+
* This directive listens for click events on the element it applies to, and calls the StoreService's `setPageSize' method if necessary.
|
|
16046
|
+
*/
|
|
16064
16047
|
declare class QdTablePaginatorPageSizeDirective<T extends string> implements OnInit, OnDestroy {
|
|
16065
16048
|
private readonly tableDataResolver;
|
|
16066
16049
|
private readonly elementRef;
|
|
@@ -16174,80 +16157,19 @@ declare class QdTableSortComponent<T extends string> implements OnInit, OnDestro
|
|
|
16174
16157
|
}
|
|
16175
16158
|
|
|
16176
16159
|
/**
|
|
16177
|
-
*
|
|
16178
|
-
*
|
|
16179
|
-
*/
|
|
16180
|
-
type QdColumnsDetails<T extends string> = Array<QdColumnDetails<T> | QdGroupColumnDetails<T>>;
|
|
16181
|
-
/**
|
|
16182
|
-
* @description View model for a table column.
|
|
16183
|
-
*/
|
|
16184
|
-
type QdColumnDetails<T extends string> = {
|
|
16185
|
-
/**
|
|
16186
|
-
* @description Contains the index of the column.
|
|
16187
|
-
*/
|
|
16188
|
-
index: number;
|
|
16189
|
-
/**
|
|
16190
|
-
* @description Contains the type of the column that is set in the config.
|
|
16191
|
-
*/
|
|
16192
|
-
type: Omit<QdTableConfigColumnType['type'], 'group'>;
|
|
16193
|
-
/**
|
|
16194
|
-
* @description Indicates whether this column is the main column.
|
|
16195
|
-
*/
|
|
16196
|
-
isMainColumn: boolean;
|
|
16197
|
-
/**
|
|
16198
|
-
* @description Indicates whether this column is the last column.
|
|
16199
|
-
*/
|
|
16200
|
-
isLastColumn: boolean;
|
|
16201
|
-
/**
|
|
16202
|
-
* @description Contains the name of the column that is given in the config.
|
|
16203
|
-
*/
|
|
16204
|
-
column?: T;
|
|
16205
|
-
/**
|
|
16206
|
-
* @description Contains additional options for the column that are set in the config.
|
|
16207
|
-
*/
|
|
16208
|
-
options?: any;
|
|
16209
|
-
/**
|
|
16210
|
-
* @description Contains the composed translation key of the column.
|
|
16211
|
-
*/
|
|
16212
|
-
i18n?: string;
|
|
16213
|
-
};
|
|
16214
|
-
/**
|
|
16215
|
-
* @description View model for the group 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.
|
|
16216
16162
|
*/
|
|
16217
|
-
|
|
16163
|
+
interface QdTreeRowsProvider<T extends string> {
|
|
16218
16164
|
/**
|
|
16219
|
-
*
|
|
16165
|
+
* Stream of the current rows of the tree.
|
|
16220
16166
|
*/
|
|
16221
|
-
|
|
16167
|
+
treeRow$: Observable<QdTreeData<T>>;
|
|
16222
16168
|
/**
|
|
16223
|
-
*
|
|
16169
|
+
* Replaces the rows of the tree with the given rows.
|
|
16224
16170
|
*/
|
|
16225
|
-
|
|
16226
|
-
};
|
|
16227
|
-
|
|
16228
|
-
declare class QdTreeRowsService<T extends string> {
|
|
16229
|
-
private groupService;
|
|
16230
|
-
private expanderService;
|
|
16231
|
-
config: QdTreeConfig<T>;
|
|
16232
|
-
private treeRowSubject;
|
|
16233
|
-
treeRow$: rxjs.Observable<QdTreeData<T>>;
|
|
16234
|
-
get groupColumn(): QdGroupColumnDetails<T>;
|
|
16235
|
-
initializeRows(data: QdTreeData<T>): void;
|
|
16236
|
-
initializeConfig(config: QdTreeConfig<T>): void;
|
|
16237
|
-
updateRows(data: QdTreeData<T>): void;
|
|
16238
|
-
get ungroupedColumns(): QdColumnDetails<T>[];
|
|
16239
|
-
private splitRowsByTree;
|
|
16240
|
-
private splitRowByTree;
|
|
16241
|
-
private nestRowsIntoOneAnother;
|
|
16242
|
-
private aggregateRows;
|
|
16243
|
-
private groupArray;
|
|
16244
|
-
private areRowsEqual;
|
|
16245
|
-
private getRowsProperties;
|
|
16246
|
-
private sortRowsByNumbers;
|
|
16247
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdTreeRowsService<any>, never>;
|
|
16248
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdTreeRowsService<any>>;
|
|
16171
|
+
updateRows(rows: QdTreeData<T>): void;
|
|
16249
16172
|
}
|
|
16250
|
-
|
|
16251
16173
|
/**
|
|
16252
16174
|
* The **QdTreeRowExpanderService** allows you to expand certain rows by conditions and close all rows.
|
|
16253
16175
|
*
|
|
@@ -16269,12 +16191,9 @@ declare class QdTreeRowsService<T extends string> {
|
|
|
16269
16191
|
* Please be aware that a record will only be provided for the rows that are leafs / have no children.
|
|
16270
16192
|
*/
|
|
16271
16193
|
declare class QdTreeRowExpanderService<T extends string> {
|
|
16272
|
-
trees
|
|
16273
|
-
treeRows: QdTreeDataRow<T>[];
|
|
16274
|
-
rowService: QdTreeRowsService<T>;
|
|
16275
|
-
}>;
|
|
16194
|
+
private trees;
|
|
16276
16195
|
destroyRef: DestroyRef;
|
|
16277
|
-
init(treeId: string, rowService:
|
|
16196
|
+
init(treeId: string, rowService: QdTreeRowsProvider<T>): void;
|
|
16278
16197
|
/**
|
|
16279
16198
|
* Expands all rows.
|
|
16280
16199
|
* @param treeId The QdTree's ID
|
|
@@ -16316,6 +16235,58 @@ declare class QdTreeHeadComponent<T extends string> implements OnInit {
|
|
|
16316
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>;
|
|
16317
16236
|
}
|
|
16318
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
|
+
|
|
16319
16290
|
declare class QdTreeBodyComponent<T extends string> implements OnInit, OnChanges {
|
|
16320
16291
|
private groupService;
|
|
16321
16292
|
private treeRowsService;
|
|
@@ -17548,69 +17519,6 @@ declare class QdCommentsComponent {
|
|
|
17548
17519
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdCommentsComponent, "qd-comments", never, { "config": { "alias": "config"; "required": true; }; "comments": { "alias": "comments"; "required": false; }; }, {}, never, never, false, never>;
|
|
17549
17520
|
}
|
|
17550
17521
|
|
|
17551
|
-
declare class QdShellHeaderComponent implements OnInit, OnDestroy {
|
|
17552
|
-
private navigationService;
|
|
17553
|
-
private shellHeaderMinimizationService;
|
|
17554
|
-
private shellLeftService;
|
|
17555
|
-
private shellRightService;
|
|
17556
|
-
private breakpointService;
|
|
17557
|
-
/**
|
|
17558
|
-
* @description The configuration of the shell.
|
|
17559
|
-
*/
|
|
17560
|
-
config: QdShellConfig;
|
|
17561
|
-
/**
|
|
17562
|
-
* @description Indicates whether the header was displayed wide or narrow.
|
|
17563
|
-
*/
|
|
17564
|
-
isMinimized: boolean;
|
|
17565
|
-
/**
|
|
17566
|
-
* @description Indicates whether the comments are used.
|
|
17567
|
-
* TODO: Remove in v17!
|
|
17568
|
-
*
|
|
17569
|
-
* * @deprecated This property is deprecated and will be removed in v17. The comments will then be integrated via the QdPage.
|
|
17570
|
-
*/
|
|
17571
|
-
isCommentsUsed: boolean;
|
|
17572
|
-
/**
|
|
17573
|
-
* @description Indicates whether comments are available.
|
|
17574
|
-
* TODO: Remove in v17!
|
|
17575
|
-
*
|
|
17576
|
-
* * @deprecated This property is deprecated and will be removed in v17. The comments will be integrated in the QdPage.
|
|
17577
|
-
*/
|
|
17578
|
-
hasComments: boolean;
|
|
17579
|
-
menuIconChange: EventEmitter<boolean>;
|
|
17580
|
-
get minimized(): boolean;
|
|
17581
|
-
get sticky(): boolean;
|
|
17582
|
-
get expanded(): boolean;
|
|
17583
|
-
backLinkDisplayed$: Observable<boolean>;
|
|
17584
|
-
logoIconDisplayed$: Observable<boolean>;
|
|
17585
|
-
hasNavigation$: Observable<boolean>;
|
|
17586
|
-
isNavigationPinned$: Observable<boolean>;
|
|
17587
|
-
hasNotificationsToggle$: Observable<boolean>;
|
|
17588
|
-
hasNotifications$: Observable<boolean>;
|
|
17589
|
-
isCommentsOpened$: Observable<boolean>;
|
|
17590
|
-
isNotificationsOpened$: Observable<boolean>;
|
|
17591
|
-
isCommentsDisplayed: boolean;
|
|
17592
|
-
isServiceNavigationOpened: boolean;
|
|
17593
|
-
private _previousHref;
|
|
17594
|
-
private _routeParams;
|
|
17595
|
-
private _routeParamsSubscription;
|
|
17596
|
-
private _breakpointSubscription;
|
|
17597
|
-
constructor();
|
|
17598
|
-
handleBackClick(): void;
|
|
17599
|
-
private insertRouteParams;
|
|
17600
|
-
togglePinnedNavigation(): void;
|
|
17601
|
-
toggleNotifications(): void;
|
|
17602
|
-
toggleComments(): void;
|
|
17603
|
-
toggleServiceNavigation(): void;
|
|
17604
|
-
ngOnInit(): void;
|
|
17605
|
-
ngOnDestroy(): void;
|
|
17606
|
-
isPlainTitle(title: QdShellConfig['title']): boolean;
|
|
17607
|
-
extractI18nTitle(title: QdShellConfig['title']): string;
|
|
17608
|
-
private validateTitle;
|
|
17609
|
-
protected readonly async: rxjs_internal_scheduler_AsyncScheduler.AsyncScheduler;
|
|
17610
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdShellHeaderComponent, never>;
|
|
17611
|
-
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>;
|
|
17612
|
-
}
|
|
17613
|
-
|
|
17614
17522
|
/**
|
|
17615
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 />
|
|
17616
17524
|
*
|
|
@@ -17678,8 +17586,9 @@ declare class QdShellComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
17678
17586
|
/**
|
|
17679
17587
|
* TODO: Remove in v17! The comments will be integrated in the QdPage.
|
|
17680
17588
|
*/
|
|
17681
|
-
shellHeaderComponent
|
|
17589
|
+
private shellHeaderComponent;
|
|
17682
17590
|
commentsComponent: QueryList<QdCommentsComponent>;
|
|
17591
|
+
protected get isCommentsDisplayed(): boolean;
|
|
17683
17592
|
hasNavigation$: Observable<boolean>;
|
|
17684
17593
|
isNavigationPinned$: Observable<boolean>;
|
|
17685
17594
|
isNavigationRolledOver$: Observable<boolean>;
|
|
@@ -17738,6 +17647,69 @@ declare class QdShellHeaderBannerComponent {
|
|
|
17738
17647
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdShellHeaderBannerComponent, "qd-shell-header-banner", never, {}, {}, never, never, false, never>;
|
|
17739
17648
|
}
|
|
17740
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
|
+
|
|
17741
17713
|
declare class QdShellHeaderSearchComponent {
|
|
17742
17714
|
private _config;
|
|
17743
17715
|
get config(): object;
|
|
@@ -18140,15 +18112,9 @@ declare function qdPageTabParameterize(tab: QdPageTabConfig | string | undefined
|
|
|
18140
18112
|
/**
|
|
18141
18113
|
* **QdPageTabHeader* renders the header of a single tab. It is used quadrel-internally.
|
|
18142
18114
|
*/
|
|
18143
|
-
declare class QdPageTabHeaderComponent
|
|
18144
|
-
protected readonly STEP_STATE: {
|
|
18145
|
-
NUMBER: string;
|
|
18146
|
-
EDIT: string;
|
|
18147
|
-
DONE: string;
|
|
18148
|
-
ERROR: string;
|
|
18149
|
-
};
|
|
18115
|
+
declare class QdPageTabHeaderComponent {
|
|
18150
18116
|
/** State of the given tab. */
|
|
18151
|
-
state:
|
|
18117
|
+
state: QdTabState;
|
|
18152
18118
|
/** Label of the given tab. */
|
|
18153
18119
|
label: string;
|
|
18154
18120
|
/** Represents up to two numeric counters as a badge */
|
|
@@ -18163,7 +18129,6 @@ declare class QdPageTabHeaderComponent extends CdkStepHeader {
|
|
|
18163
18129
|
* A static test ID for integration tests can be set.
|
|
18164
18130
|
*/
|
|
18165
18131
|
testId: string;
|
|
18166
|
-
constructor();
|
|
18167
18132
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabHeaderComponent, never>;
|
|
18168
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>;
|
|
18169
18134
|
}
|
|
@@ -18180,7 +18145,7 @@ declare class QdPageTabHeaderCountersComponent implements OnInit {
|
|
|
18180
18145
|
|
|
18181
18146
|
declare class QdPageTabsModule {
|
|
18182
18147
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsModule, never>;
|
|
18183
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageTabsModule, [typeof QdPageTabsAdapterDirective], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof
|
|
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]>;
|
|
18184
18149
|
static ɵinj: i0.ɵɵInjectorDeclaration<QdPageTabsModule>;
|
|
18185
18150
|
}
|
|
18186
18151
|
|
|
@@ -18404,27 +18369,6 @@ interface QdQuickEditSecondaryAction<T extends string> {
|
|
|
18404
18369
|
operationMode?: 'edit' | 'view';
|
|
18405
18370
|
}
|
|
18406
18371
|
|
|
18407
|
-
declare class QdFocusableDirective {
|
|
18408
|
-
private focusable;
|
|
18409
|
-
focus(): void;
|
|
18410
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFocusableDirective, never>;
|
|
18411
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdFocusableDirective, "[qdFocusable]", never, {}, {}, never, never, false, never>;
|
|
18412
|
-
}
|
|
18413
|
-
|
|
18414
|
-
declare class QdCustomForDirective implements OnChanges, OnInit {
|
|
18415
|
-
private templateRef;
|
|
18416
|
-
private viewContainer;
|
|
18417
|
-
qdCustomForOf: unknown[];
|
|
18418
|
-
qdCustomForToggler: boolean;
|
|
18419
|
-
private isRendered;
|
|
18420
|
-
ngOnInit(): void;
|
|
18421
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
18422
|
-
renderItems(): void;
|
|
18423
|
-
resetRendering(): void;
|
|
18424
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdCustomForDirective, never>;
|
|
18425
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdCustomForDirective, "[qdCustomFor]", never, { "qdCustomForOf": { "alias": "qdCustomForOf"; "required": false; }; "qdCustomForToggler": { "alias": "qdCustomForToggler"; "required": false; }; }, {}, never, never, false, never>;
|
|
18426
|
-
}
|
|
18427
|
-
|
|
18428
18372
|
/**
|
|
18429
18373
|
* The **QdQuickEditComponent** is a dynamic tool that enables users to swiftly edit data without the need for traditional forms.
|
|
18430
18374
|
* It is specifically designed for inline editing, providing a more seamless and efficient user experience.
|
|
@@ -18517,7 +18461,7 @@ declare class QdCustomForDirective implements OnChanges, OnInit {
|
|
|
18517
18461
|
*/
|
|
18518
18462
|
declare class QdQuickEditComponent<T extends string> implements OnInit, OnChanges, OnDestroy {
|
|
18519
18463
|
private fb;
|
|
18520
|
-
readonly footerService
|
|
18464
|
+
private readonly footerService;
|
|
18521
18465
|
readonly pageService: QdPageStoreService<any>;
|
|
18522
18466
|
private readonly sectionActionService;
|
|
18523
18467
|
private readonly eventBrokerService;
|
|
@@ -18573,8 +18517,8 @@ declare class QdQuickEditComponent<T extends string> implements OnInit, OnChange
|
|
|
18573
18517
|
*/
|
|
18574
18518
|
formGroupChange: EventEmitter<any>;
|
|
18575
18519
|
addNewClicked: EventEmitter<void>;
|
|
18576
|
-
focusables
|
|
18577
|
-
customForDirective
|
|
18520
|
+
private focusables;
|
|
18521
|
+
private customForDirective;
|
|
18578
18522
|
quickEditFormGroup: FormGroup;
|
|
18579
18523
|
viewonly$: Observable<boolean>;
|
|
18580
18524
|
actions$: Observable<QdQuickEditSecondaryAction<T>[]>;
|
|
@@ -18613,6 +18557,27 @@ declare class QdQuickEditComponent<T extends string> implements OnInit, OnChange
|
|
|
18613
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>;
|
|
18614
18558
|
}
|
|
18615
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
|
+
|
|
18616
18581
|
declare class QdFocusableModule {
|
|
18617
18582
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdFocusableModule, never>;
|
|
18618
18583
|
static ɵmod: i0.ɵɵNgModuleDeclaration<QdFocusableModule, [typeof QdFocusableDirective], never, [typeof QdFocusableDirective]>;
|
|
@@ -18634,5 +18599,5 @@ declare class QdUiModule {
|
|
|
18634
18599
|
|
|
18635
18600
|
declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
|
|
18636
18601
|
|
|
18637
|
-
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 };
|
|
18638
|
-
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 };
|