@quadrel-enterprise-ui/framework 20.27.0 → 21.0.0-beta.223.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/fesm2022/{quadrel-enterprise-ui-framework-dialog-confirm.module-BQLiEzSo.mjs → quadrel-enterprise-ui-framework-dialog-confirm.module-CUc7xRuP.mjs} +9 -9
- package/fesm2022/{quadrel-enterprise-ui-framework-dialog-confirm.module-BQLiEzSo.mjs.map → quadrel-enterprise-ui-framework-dialog-confirm.module-CUc7xRuP.mjs.map} +1 -1
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +1991 -2272
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/package.json +5 -4
- package/src/assets/i18n/de.json +0 -2
- package/src/assets/i18n/en.json +2 -2
- package/src/assets/i18n/fr.json +2 -2
- package/src/assets/i18n/it.json +2 -2
- package/src/assets/styles/settings/_settings.iconFont.scss +1 -1
- package/{index.d.ts → types/quadrel-enterprise-ui-framework.d.ts} +87 -264
|
@@ -302,7 +302,6 @@ declare class QdNotificationsService {
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
declare const BACKEND_ERROR_CODES: InjectionToken<Record<string, string>>;
|
|
305
|
-
declare const WHITELIST_ERROR_CODES: InjectionToken<number[]>;
|
|
306
305
|
/**
|
|
307
306
|
* The QdNotificationsHttpInterceptorService is an Angular HTTP interceptor that captures error responses from HTTP requests and generates notifications for backend errors. This Service not only intercepts error responses, but it also handles specific error codes and translates them into appropriate error messages for display.
|
|
308
307
|
*/
|
|
@@ -3355,7 +3354,6 @@ declare class QdMockFilterItemDateRangeComponent {
|
|
|
3355
3354
|
timePickerConfig?: QdFormTimepickerConfiguration;
|
|
3356
3355
|
testId: any;
|
|
3357
3356
|
get dataTestId(): string;
|
|
3358
|
-
open(): void;
|
|
3359
3357
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockFilterItemDateRangeComponent, never>;
|
|
3360
3358
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockFilterItemDateRangeComponent, "qd-filter-item-date-range", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; "timePickerConfig": { "alias": "timePickerConfig"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
3361
3359
|
}
|
|
@@ -3413,15 +3411,12 @@ declare class QdMockFilterService {
|
|
|
3413
3411
|
private postBodyWithEmptyDefaultSubjects;
|
|
3414
3412
|
private categoryByIdSubject;
|
|
3415
3413
|
private itemByIdSubject;
|
|
3416
|
-
private loadingSubject;
|
|
3417
3414
|
initializeFilterState(): void;
|
|
3418
3415
|
updateFilterState(): void;
|
|
3419
3416
|
getFilterState(): void;
|
|
3420
3417
|
setFilterSelection: any;
|
|
3421
3418
|
updateItem: any;
|
|
3422
3419
|
setItemIsActive: any;
|
|
3423
|
-
clearCategorySelection: any;
|
|
3424
|
-
setItemsLoading: any;
|
|
3425
3420
|
selectFilterDataById$: any;
|
|
3426
3421
|
getQueryString$(filterId: any): Observable<string>;
|
|
3427
3422
|
getFilterUrlParameter$(filterId: any): Observable<string>;
|
|
@@ -3430,7 +3425,6 @@ declare class QdMockFilterService {
|
|
|
3430
3425
|
getPostBodyWithEmptyDefault$(filterId: any): Observable<QdFilterPostBodyData>;
|
|
3431
3426
|
getCategoryById$(filterId: any): Observable<any>;
|
|
3432
3427
|
getItemById$(filterId: any): Observable<any>;
|
|
3433
|
-
getItemsLoading$(filterId: any): Observable<boolean>;
|
|
3434
3428
|
getQueryStringSubject(filterId: any): Subject<string>;
|
|
3435
3429
|
getFilterUrlParameterSubject(filterId: any): Subject<string>;
|
|
3436
3430
|
getPostBodySubject(filterId: any): Subject<QdFilterPostBodyData>;
|
|
@@ -3439,7 +3433,6 @@ declare class QdMockFilterService {
|
|
|
3439
3433
|
getMaxDate$: any;
|
|
3440
3434
|
emitCategory(value: any, filterId: any): void;
|
|
3441
3435
|
emitItem(value: any, filterId: any): void;
|
|
3442
|
-
emitLoading(value: any, filterId: any): void;
|
|
3443
3436
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockFilterService, never>;
|
|
3444
3437
|
static ɵprov: i0.ɵɵInjectableDeclaration<QdMockFilterService>;
|
|
3445
3438
|
}
|
|
@@ -5252,7 +5245,7 @@ declare class QdPopoverOnClickDirective implements OnInit, OnDestroy {
|
|
|
5252
5245
|
handleClick(event: MouseEvent): void;
|
|
5253
5246
|
handleDocumentClick(event: PointerEvent): void;
|
|
5254
5247
|
handleCloseKeys(): void;
|
|
5255
|
-
handleOpenKey(event:
|
|
5248
|
+
handleOpenKey(event: Event): void;
|
|
5256
5249
|
overlayRef: OverlayRef;
|
|
5257
5250
|
private _host;
|
|
5258
5251
|
private _popoverRef;
|
|
@@ -5262,16 +5255,6 @@ declare class QdPopoverOnClickDirective implements OnInit, OnDestroy {
|
|
|
5262
5255
|
ngOnInit(): void;
|
|
5263
5256
|
ngOnDestroy(): void;
|
|
5264
5257
|
open(): void;
|
|
5265
|
-
/**
|
|
5266
|
-
* Re-aligns an open overlay with its origin element.
|
|
5267
|
-
*
|
|
5268
|
-
* The connected position is only recomputed on scroll/resize, not when a
|
|
5269
|
-
* layout reflow moves the origin (e.g. a chip or action buttons appearing in
|
|
5270
|
-
* the host). Call this after such a reflow to keep the overlay attached to the
|
|
5271
|
-
* host. Deferred by one frame so the new layout is measured, and a no-op while
|
|
5272
|
-
* the overlay is detached, so it stays cheap to call on discrete events.
|
|
5273
|
-
*/
|
|
5274
|
-
updatePosition(): void;
|
|
5275
5258
|
close(): void;
|
|
5276
5259
|
private popoverInstance;
|
|
5277
5260
|
private initPositionStrategy;
|
|
@@ -6304,7 +6287,6 @@ declare class QdDatepickerComponent implements ControlValueAccessor, OnInit, OnC
|
|
|
6304
6287
|
registerOnTouched(fn: () => void): void;
|
|
6305
6288
|
writeValue(date: Date): void;
|
|
6306
6289
|
setDisabledState(disabled: boolean): void;
|
|
6307
|
-
open(): void;
|
|
6308
6290
|
handleUpdatedDate($rawValue: QdInputRawEventValue): void;
|
|
6309
6291
|
handleUpdatedTime($event: string): void;
|
|
6310
6292
|
handleUpdatedDateTime($rawValue: QdInputRawEventValue): void;
|
|
@@ -8970,25 +8952,10 @@ declare class QdMultiInputMenuComponent implements AfterViewInit {
|
|
|
8970
8952
|
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>;
|
|
8971
8953
|
}
|
|
8972
8954
|
|
|
8973
|
-
/**
|
|
8974
|
-
* Focuses its host element once, after the initial view init, when `qdAutofocus` is `true`.
|
|
8975
|
-
*
|
|
8976
|
-
* Init-only by design: the input is read in `ngAfterViewInit` only. A later `false -> true`
|
|
8977
|
-
* change on an already-rendered element is intentionally ignored to avoid stealing focus
|
|
8978
|
-
* mid-interaction (this mirrors the native `autofocus` attribute). An element that appears
|
|
8979
|
-
* later (e.g. via `*ngIf`) still autofocuses, because `ngAfterViewInit` runs when it is created.
|
|
8980
|
-
*
|
|
8981
|
-
* Coordinated app-wide through {@link QdAutofocusService}: only one element may autofocus per
|
|
8982
|
-
* view; the guard is released once the focused element blurs, so a newly opened view can
|
|
8983
|
-
* autofocus again. Using it on more than one active element at a time logs a warning and is
|
|
8984
|
-
* ignored for the surplus elements.
|
|
8985
|
-
*/
|
|
8986
8955
|
declare class QdAutofocusDirective implements AfterViewInit, OnDestroy {
|
|
8987
8956
|
private readonly autofocusService;
|
|
8988
8957
|
private readonly elementRef;
|
|
8989
8958
|
qdAutofocus: boolean;
|
|
8990
|
-
private _timeoutId?;
|
|
8991
|
-
private _blurHandler?;
|
|
8992
8959
|
ngAfterViewInit(): void;
|
|
8993
8960
|
ngOnDestroy(): void;
|
|
8994
8961
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdAutofocusDirective, never>;
|
|
@@ -9023,7 +8990,7 @@ declare class QdTooltipOnClickDirective implements OnDestroy {
|
|
|
9023
8990
|
*/
|
|
9024
8991
|
qdTooltipContent?: QdTooltipContent;
|
|
9025
8992
|
onClickToggle(event: MouseEvent): void;
|
|
9026
|
-
onOutsideClickClose(target:
|
|
8993
|
+
onOutsideClickClose(target: EventTarget | null): void;
|
|
9027
8994
|
private readonly overlay;
|
|
9028
8995
|
private readonly elementRef;
|
|
9029
8996
|
private readonly translateService;
|
|
@@ -11538,7 +11505,6 @@ declare class QdFilterService {
|
|
|
11538
11505
|
private queryStringSubjects;
|
|
11539
11506
|
private filterUrlParameterSubjects;
|
|
11540
11507
|
private postBodySubjects;
|
|
11541
|
-
private itemsLoadingSubjects;
|
|
11542
11508
|
getItems$(filterId: any, categoryIndex: any): Observable<any>;
|
|
11543
11509
|
getItemById$(filterId: any, categoryIndex: any, itemIndex: any): Observable<QdFilterItem>;
|
|
11544
11510
|
getMinDate$(filterId: any, categoryIndex: any, itemIndex: any): Observable<string | undefined>;
|
|
@@ -11558,7 +11524,6 @@ declare class QdFilterService {
|
|
|
11558
11524
|
selectFilterDataById$(filterId: any): Observable<QdFilterCategory[]>;
|
|
11559
11525
|
selectHasActiveCategory$(filterId: any): Observable<boolean>;
|
|
11560
11526
|
getCategoryById$(filterId: any, categoryIndex: any): Observable<any>;
|
|
11561
|
-
getItemsLoading$(filterId: any, categoryIndex: any): Observable<boolean>;
|
|
11562
11527
|
getFilterCategoryValue$(filterId: any, categoryIndex: any): Observable<any>;
|
|
11563
11528
|
/**
|
|
11564
11529
|
* Action dispatcher
|
|
@@ -11574,9 +11539,6 @@ declare class QdFilterService {
|
|
|
11574
11539
|
resetEmissionReplaySubjects(filterId: any): void;
|
|
11575
11540
|
setCategoryFilter(filterId: any, categoryIndex: number, filter: string): void;
|
|
11576
11541
|
resetCategoryFilter(filterId: string, categoryIndex: number): void;
|
|
11577
|
-
clearCategorySelection(filterId: string, categoryIndex: number): void;
|
|
11578
|
-
setItemsLoading(filterId: string, categoryIndex: number, loading: boolean): void;
|
|
11579
|
-
private getItemsLoadingSubject;
|
|
11580
11542
|
private getQueryStringSubject;
|
|
11581
11543
|
private getFilterUrlParameterSubject;
|
|
11582
11544
|
private getPostBodySubject;
|
|
@@ -11585,123 +11547,43 @@ declare class QdFilterService {
|
|
|
11585
11547
|
}
|
|
11586
11548
|
|
|
11587
11549
|
/**
|
|
11588
|
-
* **
|
|
11589
|
-
*
|
|
11590
|
-
* #### **Features**
|
|
11591
|
-
*
|
|
11592
|
-
* - **Category types**: single and multi select dropdowns, a boolean toggle, date and date-time pickers, date and date-time ranges, and free text. A select dropdown can also show a filter field that narrows the item list.
|
|
11593
|
-
* - **Outputs**: react to the applied selection through the query-string and post-body outputs, or read the current selection at any time.
|
|
11594
|
-
* - **Multi-staging**: chain categories so one stage loads its items from the selection of another.
|
|
11595
|
-
* - **URL sync**: the selection is kept in the URL, so a view can be shared, bookmarked, and reopened.
|
|
11596
|
-
*
|
|
11597
|
-
* #### **Quick start**
|
|
11598
|
-
*
|
|
11599
|
-
* **1. Add the filter to the template**
|
|
11600
|
-
*
|
|
11601
|
-
* ```html
|
|
11602
|
-
* <qd-filter
|
|
11603
|
-
* [filterData]="myFilterConfig"
|
|
11604
|
-
* (queryStringOutput)="callBackendWithQueryString($event)"
|
|
11605
|
-
* (postBodyOutput)="callBackendWithResultObject($event)"
|
|
11606
|
-
* ></qd-filter>
|
|
11607
|
-
* ```
|
|
11550
|
+
* The **QdFilter** is responsible for the filtering of data.
|
|
11608
11551
|
*
|
|
11609
|
-
*
|
|
11610
|
-
*
|
|
11611
|
-
*
|
|
11612
|
-
*
|
|
11613
|
-
* categories: [
|
|
11614
|
-
* {
|
|
11615
|
-
* type: 'singleSelect',
|
|
11616
|
-
* category: 'controlObject',
|
|
11617
|
-
* i18n: 'i18n.my.category.controlObject',
|
|
11618
|
-
* items: [
|
|
11619
|
-
* { item: 'vehicle', i18n: 'i18n.my.item.vehicle', active: true },
|
|
11620
|
-
* { item: 'article', i18n: 'i18n.my.item.article' }
|
|
11621
|
-
* ],
|
|
11622
|
-
* filter: true
|
|
11623
|
-
* },
|
|
11624
|
-
* {
|
|
11625
|
-
* type: 'multiSelect',
|
|
11626
|
-
* category: 'enrollmentCountry',
|
|
11627
|
-
* i18n: 'i18n.my.category.enrollmentCountry',
|
|
11628
|
-
* items: [
|
|
11629
|
-
* { item: 'de', i18n: 'i18n.my.item.de' },
|
|
11630
|
-
* { item: 'ch', i18n: 'i18n.my.item.ch' }
|
|
11631
|
-
* ]
|
|
11632
|
-
* }
|
|
11633
|
-
* ],
|
|
11634
|
-
* uid: 'overview-filter'
|
|
11635
|
-
* };
|
|
11636
|
-
* ```
|
|
11637
|
-
*
|
|
11638
|
-
* The `filterData` input is the only configuration. It holds the categories and the behavior flags.
|
|
11639
|
-
*
|
|
11640
|
-
* #### **Category types**
|
|
11641
|
-
*
|
|
11642
|
-
* A category sets its type to one of: singleSelect, multiSelect, boolean, date, dateTime,
|
|
11643
|
-
* dateRange, dateTimeRange or freeText. Single and multi select show a dropdown, boolean is a
|
|
11644
|
-
* toggle, the date types open a picker (the date-time variants add a time picker), and free text
|
|
11645
|
-
* is a text field applied on enter.
|
|
11552
|
+
* Hirarchical structure::
|
|
11553
|
+
* - **Filter**: Name of the component.
|
|
11554
|
+
* - **Categories**: A list of one or more different categories.
|
|
11555
|
+
* - **Items**: A list with one or more items belongs to a parent category.
|
|
11646
11556
|
*
|
|
11647
|
-
*
|
|
11648
|
-
* narrow the item list. It has no effect on the other types.
|
|
11557
|
+
* ### Filter selection ###
|
|
11649
11558
|
*
|
|
11650
|
-
*
|
|
11559
|
+
* To get the applied filters you can listen to the outputs `(queryStringOutput)` and `(postBodyOutput)`.
|
|
11560
|
+
* These outputs will be emitted when the filter is triggered. The `(queryStringOutput)` returns
|
|
11561
|
+
* the applied filters as an url string with an encoded *filter* parameter. The `(postBodyOutput)`
|
|
11562
|
+
* yields an object containing the categories and active items.
|
|
11651
11563
|
*
|
|
11652
|
-
*
|
|
11653
|
-
*
|
|
11654
|
-
* object with the active categories and their values.
|
|
11564
|
+
* In addition to the outputs, you also can query the current filter selection with the
|
|
11565
|
+
* filter component methods `getCurrentQueryString`, `getCurrentFilterUrlParameterString` and `getCurrentPostBody`.
|
|
11655
11566
|
*
|
|
11656
|
-
*
|
|
11657
|
-
* when the last active item is removed, and on load if a category starts active.
|
|
11567
|
+
* ### Preserve filter state ###
|
|
11658
11568
|
*
|
|
11659
|
-
* To
|
|
11660
|
-
*
|
|
11569
|
+
* To preserve the filter state when navigating, for example between detail and overview page, you just have to define
|
|
11570
|
+
* a uid in the filter data config.
|
|
11661
11571
|
*
|
|
11662
|
-
*
|
|
11572
|
+
* ### Multi Staging Filters
|
|
11663
11573
|
*
|
|
11664
|
-
* To chain
|
|
11665
|
-
*
|
|
11666
|
-
*
|
|
11667
|
-
*
|
|
11668
|
-
*
|
|
11669
|
-
* const cityCategory: QdDependentFilterCategory = {
|
|
11670
|
-
* type: 'multiSelect',
|
|
11671
|
-
* category: 'city',
|
|
11672
|
-
* i18n: 'i18n.my.category.city',
|
|
11673
|
-
* dependsOn: ['country'],
|
|
11674
|
-
* itemsResolver: ([country]) =>
|
|
11675
|
-
* loadCitiesFor(country.items.filter(item => item.active)),
|
|
11676
|
-
* filter: true
|
|
11677
|
-
* };
|
|
11678
|
-
* ```
|
|
11574
|
+
* To build a dependency chain of filters you can use the `dependsOn` property of a filter that depends on
|
|
11575
|
+
* other filters. In the `dependsOn` property you set the names of the filter categories the category depends on.
|
|
11576
|
+
* Always when one of these categories change the `itemsResolver` will be called with the list
|
|
11577
|
+
* of categories given in `dependsOn`. The `itemsResolver` can also be defined in the config where `dependsOn`
|
|
11578
|
+
* is also defined.
|
|
11679
11579
|
*
|
|
11680
|
-
*
|
|
11681
|
-
*
|
|
11682
|
-
* stays empty. Multi-staging works only for single and multi select categories.
|
|
11580
|
+
* If the items resolver has not been called yet or when it returns an empty array of items,
|
|
11581
|
+
* the corresponding filter stage won't be rendered.
|
|
11683
11582
|
*
|
|
11684
|
-
* ####
|
|
11583
|
+
* #### Support
|
|
11685
11584
|
*
|
|
11686
|
-
*
|
|
11687
|
-
* changes and read back when the page opens, so a user can share or bookmark the URL and return
|
|
11688
|
-
* to the same filter.
|
|
11585
|
+
* Multi Staging Filters only work for `singleSelect` and `multiSelect` filters.
|
|
11689
11586
|
*
|
|
11690
|
-
* This is on by default. With more than one filter in a view, only one may own the URL, so set
|
|
11691
|
-
* `connectWithRouter` to false on every other filter.
|
|
11692
|
-
*
|
|
11693
|
-
* #### **Preserve filter state**
|
|
11694
|
-
*
|
|
11695
|
-
* Give the config a stable `uid` to keep the selection while the user moves around the app, for
|
|
11696
|
-
* example from an overview to a detail page and back. The selection is restored the next time a
|
|
11697
|
-
* filter with the same `uid` is shown.
|
|
11698
|
-
*
|
|
11699
|
-
* #### **Reset behavior**
|
|
11700
|
-
*
|
|
11701
|
-
* An item set to active is a preselection. The reset button reads "Reset" when there is no
|
|
11702
|
-
* preselection, and "Back to preselection" when the config starts with active items. It restores
|
|
11703
|
-
* the initial state. With instant filtering (`isInstantFiltering`) the apply and reset buttons
|
|
11704
|
-
* are hidden and the filter applies on every change.
|
|
11705
11587
|
*/
|
|
11706
11588
|
declare class QdFilterComponent implements OnInit, OnChanges, OnDestroy {
|
|
11707
11589
|
readonly filterService: QdFilterService;
|
|
@@ -11948,7 +11830,6 @@ declare class QdFilterItemDateComponent implements OnInit, OnDestroy {
|
|
|
11948
11830
|
clickTimePlaceholder: EventEmitter<boolean>;
|
|
11949
11831
|
testId: string;
|
|
11950
11832
|
get dataTestId(): string;
|
|
11951
|
-
private datepicker?;
|
|
11952
11833
|
datepickerConfig: QdFormDatepickerConfiguration;
|
|
11953
11834
|
item: Date;
|
|
11954
11835
|
private _destroyed$;
|
|
@@ -11956,12 +11837,36 @@ declare class QdFilterItemDateComponent implements OnInit, OnDestroy {
|
|
|
11956
11837
|
ngOnDestroy(): void;
|
|
11957
11838
|
handleDateChange(date: Date): void;
|
|
11958
11839
|
handleClickTimePlaceholder($event: boolean): void;
|
|
11959
|
-
open(): void;
|
|
11960
11840
|
private subscribeGetItem;
|
|
11961
11841
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemDateComponent, never>;
|
|
11962
11842
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemDateComponent, "qd-filter-item-date", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; "timePickerConfig": { "alias": "timePickerConfig"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "clickTimePlaceholder": "clickTimePlaceholder"; }, never, never, false, never>;
|
|
11963
11843
|
}
|
|
11964
11844
|
|
|
11845
|
+
declare class QdFilterItemDateRangeCategoryComponent implements OnInit {
|
|
11846
|
+
private readonly filterService;
|
|
11847
|
+
filterId: string;
|
|
11848
|
+
categoryIndex: number;
|
|
11849
|
+
testId: string;
|
|
11850
|
+
timePickerConfig?: QdFormTimepickerConfiguration;
|
|
11851
|
+
i18n$: Observable<string>;
|
|
11852
|
+
fromItem$: Observable<QdFilterItem>;
|
|
11853
|
+
fromItemIndex: number;
|
|
11854
|
+
fromItemTimePickerConfig: QdFormTimepickerConfiguration;
|
|
11855
|
+
fromItemTimePlaceholderClicked: boolean;
|
|
11856
|
+
untilItem$: Observable<QdFilterItem>;
|
|
11857
|
+
untilItemIndex: number;
|
|
11858
|
+
untilItemTimePickerConfig: QdFormTimepickerConfiguration;
|
|
11859
|
+
untilItemTimePlaceholderClicked: boolean;
|
|
11860
|
+
ngOnInit(): void;
|
|
11861
|
+
removeItem(itemIndex: any): void;
|
|
11862
|
+
handleFromTimePlaceholderClicked($event: boolean): void;
|
|
11863
|
+
handleUntilTimePlaceholderClicked($event: boolean): void;
|
|
11864
|
+
private setCategoryI18n;
|
|
11865
|
+
private setFromItem;
|
|
11866
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemDateRangeCategoryComponent, never>;
|
|
11867
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemDateRangeCategoryComponent, "qd-filter-category-date-range", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; "timePickerConfig": { "alias": "timePickerConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
11868
|
+
}
|
|
11869
|
+
|
|
11965
11870
|
declare class QdFilterItemDateRangeComponent implements OnInit, OnDestroy {
|
|
11966
11871
|
private readonly filterService;
|
|
11967
11872
|
filterId: string;
|
|
@@ -11975,8 +11880,6 @@ declare class QdFilterItemDateRangeComponent implements OnInit, OnDestroy {
|
|
|
11975
11880
|
private _destroyed$;
|
|
11976
11881
|
get itemClassName(): string;
|
|
11977
11882
|
get dataTestId(): string;
|
|
11978
|
-
private datepicker?;
|
|
11979
|
-
open(): void;
|
|
11980
11883
|
get minDate$(): Observable<string | undefined>;
|
|
11981
11884
|
get maxDate$(): Observable<string | undefined>;
|
|
11982
11885
|
ngOnInit(): void;
|
|
@@ -11990,32 +11893,6 @@ declare class QdFilterItemDateRangeComponent implements OnInit, OnDestroy {
|
|
|
11990
11893
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemDateRangeComponent, "qd-filter-item-date-range", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; "timePickerConfig": { "alias": "timePickerConfig"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "clickTimePlaceholder": "clickTimePlaceholder"; }, never, never, false, never>;
|
|
11991
11894
|
}
|
|
11992
11895
|
|
|
11993
|
-
declare class QdFilterItemDateRangeCategoryComponent implements OnInit {
|
|
11994
|
-
private readonly filterService;
|
|
11995
|
-
filterId: string;
|
|
11996
|
-
categoryIndex: number;
|
|
11997
|
-
testId: string;
|
|
11998
|
-
timePickerConfig?: QdFormTimepickerConfiguration;
|
|
11999
|
-
i18n$: Observable<string>;
|
|
12000
|
-
fromItem$: Observable<QdFilterItem>;
|
|
12001
|
-
fromItemIndex: number;
|
|
12002
|
-
fromItemTimePickerConfig: QdFormTimepickerConfiguration;
|
|
12003
|
-
fromItemTimePlaceholderClicked: boolean;
|
|
12004
|
-
untilItem$: Observable<QdFilterItem>;
|
|
12005
|
-
untilItemIndex: number;
|
|
12006
|
-
untilItemTimePickerConfig: QdFormTimepickerConfiguration;
|
|
12007
|
-
untilItemTimePlaceholderClicked: boolean;
|
|
12008
|
-
ngOnInit(): void;
|
|
12009
|
-
openItem(itemRef: QdFilterItemDateRangeComponent, event: Event): void;
|
|
12010
|
-
removeItem(itemIndex: any): void;
|
|
12011
|
-
handleFromTimePlaceholderClicked($event: boolean): void;
|
|
12012
|
-
handleUntilTimePlaceholderClicked($event: boolean): void;
|
|
12013
|
-
private setCategoryI18n;
|
|
12014
|
-
private setFromItem;
|
|
12015
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemDateRangeCategoryComponent, never>;
|
|
12016
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemDateRangeCategoryComponent, "qd-filter-category-date-range", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; "timePickerConfig": { "alias": "timePickerConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
12017
|
-
}
|
|
12018
|
-
|
|
12019
11896
|
declare class QdFilterItemFreeTextComponent implements OnInit, OnDestroy {
|
|
12020
11897
|
private readonly filterService;
|
|
12021
11898
|
filterId: string;
|
|
@@ -12028,7 +11905,6 @@ declare class QdFilterItemFreeTextComponent implements OnInit, OnDestroy {
|
|
|
12028
11905
|
i18n: any;
|
|
12029
11906
|
get dataTestId(): string;
|
|
12030
11907
|
get value(): string;
|
|
12031
|
-
inputValue: string;
|
|
12032
11908
|
private _destroyed$;
|
|
12033
11909
|
ngOnInit(): void;
|
|
12034
11910
|
ngOnDestroy(): void;
|
|
@@ -12039,14 +11915,8 @@ declare class QdFilterItemFreeTextComponent implements OnInit, OnDestroy {
|
|
|
12039
11915
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemFreeTextComponent, "qd-filter-item-free-text", never, { "filterId": { "alias": "filterId"; "required": false; }; "isInstantFiltering": { "alias": "isInstantFiltering"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "enterClick": "enterClick"; }, never, never, false, never>;
|
|
12040
11916
|
}
|
|
12041
11917
|
|
|
12042
|
-
interface QdFilterItemEntry {
|
|
12043
|
-
item: QdFilterItem;
|
|
12044
|
-
itemIndex: number;
|
|
12045
|
-
}
|
|
12046
11918
|
declare class QdFilterItemSelectCategoryComponent implements OnInit {
|
|
12047
11919
|
private readonly filterService;
|
|
12048
|
-
private readonly breakpointService;
|
|
12049
|
-
readonly isMobile$: Observable<boolean>;
|
|
12050
11920
|
filterId: string;
|
|
12051
11921
|
categoryIndex: number;
|
|
12052
11922
|
testId: string;
|
|
@@ -12058,18 +11928,10 @@ declare class QdFilterItemSelectCategoryComponent implements OnInit {
|
|
|
12058
11928
|
items: QdFilterItem[];
|
|
12059
11929
|
dependsOn: string[];
|
|
12060
11930
|
showSelectButton$: Observable<boolean>;
|
|
12061
|
-
itemsLoading$: Observable<boolean>;
|
|
12062
11931
|
positionStrategy: ConnectedPosition[];
|
|
12063
11932
|
maxFlyoutHeight: number;
|
|
12064
11933
|
private _destroyRef;
|
|
12065
|
-
private frozenSelectedKeys;
|
|
12066
|
-
private frozenUnselectedKeys;
|
|
12067
11934
|
get closeButton(): boolean;
|
|
12068
|
-
get activeItemCount(): number;
|
|
12069
|
-
get selectedDropdownEntries(): QdFilterItemEntry[];
|
|
12070
|
-
get unselectedDropdownEntries(): QdFilterItemEntry[];
|
|
12071
|
-
get showSelectedSeparator(): boolean;
|
|
12072
|
-
get hasNoVisibleItems(): boolean;
|
|
12073
11935
|
get buttonClassName(): string;
|
|
12074
11936
|
get layerContentClassName(): string;
|
|
12075
11937
|
get filterCategoryValue$(): Observable<string>;
|
|
@@ -12078,14 +11940,9 @@ declare class QdFilterItemSelectCategoryComponent implements OnInit {
|
|
|
12078
11940
|
onLayerClosed(): void;
|
|
12079
11941
|
closeLayer(): void;
|
|
12080
11942
|
close(itemIndex: string): void;
|
|
12081
|
-
clearAll(): void;
|
|
12082
|
-
trackByItem(_index: number, entry: QdFilterItemEntry): string;
|
|
12083
|
-
private freezeDropdownOrder;
|
|
12084
|
-
private toEntries;
|
|
12085
11943
|
changeValue($event: string): void;
|
|
12086
11944
|
private initCategorySubscription;
|
|
12087
11945
|
private initItemsSubscription;
|
|
12088
|
-
private haveSameItemKeys;
|
|
12089
11946
|
private initShowSelectButton;
|
|
12090
11947
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdFilterItemSelectCategoryComponent, never>;
|
|
12091
11948
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdFilterItemSelectCategoryComponent, "qd-filter-category-select", never, { "filterId": { "alias": "filterId"; "required": false; }; "categoryIndex": { "alias": "categoryIndex"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -12521,18 +12378,6 @@ declare class QdPageControlPanelComponent {
|
|
|
12521
12378
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageControlPanelComponent, "qd-page-control-panel", never, { "config": { "alias": "config"; "required": true; }; }, {}, never, ["qd-text-section", "qd-panel-section", "qd-section"], false, never>;
|
|
12522
12379
|
}
|
|
12523
12380
|
|
|
12524
|
-
declare class QdPageFooterCustomContentDirective implements OnInit, OnDestroy {
|
|
12525
|
-
private footerService;
|
|
12526
|
-
ngOnInit(): void;
|
|
12527
|
-
ngOnDestroy(): void;
|
|
12528
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterCustomContentDirective, never>;
|
|
12529
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageFooterCustomContentDirective, "[qdPageFooter]", never, {}, {}, never, never, false, never>;
|
|
12530
|
-
}
|
|
12531
|
-
|
|
12532
|
-
/**
|
|
12533
|
-
* Type for the keys of footer actions.
|
|
12534
|
-
*/
|
|
12535
|
-
type QdFooterActionKey = 'saveDraft' | 'previous' | 'next' | 'cancel' | 'submit';
|
|
12536
12381
|
/**
|
|
12537
12382
|
* Interface that describes the configuration of a footer action.
|
|
12538
12383
|
*/
|
|
@@ -13044,28 +12889,6 @@ declare class QdPageTabsAdapterDirective implements OnInit {
|
|
|
13044
12889
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageTabsAdapterDirective, "[qdPageTabsAdapter]", never, {}, {}, never, never, false, never>;
|
|
13045
12890
|
}
|
|
13046
12891
|
|
|
13047
|
-
declare class QdPageFooterService {
|
|
13048
|
-
private _pageFooterActions;
|
|
13049
|
-
private _customContentCount;
|
|
13050
|
-
pageFooterActions$: rxjs.Observable<Map<QdFooterActionKey, QdPageFooterAction>>;
|
|
13051
|
-
customContentCount$: rxjs.Observable<number>;
|
|
13052
|
-
footerHasContent$: rxjs.Observable<boolean>;
|
|
13053
|
-
registerCustomContent(): void;
|
|
13054
|
-
detachCustomContent(): void;
|
|
13055
|
-
setActions(actionsArray: Array<{
|
|
13056
|
-
key: QdFooterActionKey;
|
|
13057
|
-
action: QdPageFooterAction;
|
|
13058
|
-
}>): void;
|
|
13059
|
-
updateActions(updates: {
|
|
13060
|
-
actionKey: QdFooterActionKey;
|
|
13061
|
-
partialAction: Partial<QdPageFooterAction>;
|
|
13062
|
-
}[]): void;
|
|
13063
|
-
private sortActionsByPriority;
|
|
13064
|
-
private isAnyActionVisible;
|
|
13065
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterService, never>;
|
|
13066
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QdPageFooterService>;
|
|
13067
|
-
}
|
|
13068
|
-
|
|
13069
12892
|
/**
|
|
13070
12893
|
* The configuration object of the tabs
|
|
13071
12894
|
*/
|
|
@@ -13193,8 +13016,7 @@ interface QdPageTabCounters {
|
|
|
13193
13016
|
/**
|
|
13194
13017
|
* The **QdPageTab** is a single tab inside the **QdPageTabs** within a **QdPage**.
|
|
13195
13018
|
*/
|
|
13196
|
-
declare class QdPageTabComponent implements OnInit, OnChanges, OnDestroy {
|
|
13197
|
-
private readonly _pageTabs;
|
|
13019
|
+
declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, OnDestroy {
|
|
13198
13020
|
private translate;
|
|
13199
13021
|
/**
|
|
13200
13022
|
* Configuration of QdPageTabComponent.
|
|
@@ -13206,14 +13028,8 @@ declare class QdPageTabComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
13206
13028
|
set tabControl(tabControl: AbstractControl);
|
|
13207
13029
|
get tabControl(): AbstractControl;
|
|
13208
13030
|
infoBanners: QueryList<QdPageInfoBannerComponent>;
|
|
13209
|
-
content: TemplateRef<any>;
|
|
13210
|
-
stepControl?: AbstractControl;
|
|
13211
|
-
interacted: boolean;
|
|
13212
|
-
editable: boolean;
|
|
13213
|
-
get completed(): boolean;
|
|
13214
|
-
get hasError(): boolean;
|
|
13215
13031
|
private _destroyed$;
|
|
13216
|
-
|
|
13032
|
+
constructor();
|
|
13217
13033
|
ngOnInit(): void;
|
|
13218
13034
|
ngOnChanges(changes?: SimpleChanges): void;
|
|
13219
13035
|
ngOnDestroy(): void;
|
|
@@ -13409,14 +13225,10 @@ interface QdTabSelectionEvent {
|
|
|
13409
13225
|
* - If an invalid tab name is provided in URL, the first available tab is selected
|
|
13410
13226
|
* - If no tab parameter is present, the `selectedIndex` or first non-disabled tab is selected
|
|
13411
13227
|
*/
|
|
13412
|
-
declare class QdPageTabsComponent implements OnInit, OnChanges, AfterContentInit, AfterViewInit {
|
|
13413
|
-
readonly footerService
|
|
13414
|
-
private
|
|
13228
|
+
declare class QdPageTabsComponent extends CdkStepper implements OnInit, OnChanges, AfterContentInit, AfterViewInit {
|
|
13229
|
+
private readonly footerService;
|
|
13230
|
+
private pageStoreService;
|
|
13415
13231
|
private readonly routerConnector;
|
|
13416
|
-
private readonly _changeDetectorRef;
|
|
13417
|
-
private readonly destroyRef;
|
|
13418
|
-
private static _idCounter;
|
|
13419
|
-
private readonly _id;
|
|
13420
13232
|
protected get hasPageFooter(): boolean;
|
|
13421
13233
|
/**
|
|
13422
13234
|
* Configuration of QdPageTabs.
|
|
@@ -13427,26 +13239,17 @@ declare class QdPageTabsComponent implements OnInit, OnChanges, AfterContentInit
|
|
|
13427
13239
|
*/
|
|
13428
13240
|
testId: string;
|
|
13429
13241
|
readonly tabSelection: EventEmitter<QdTabSelectionEvent>;
|
|
13430
|
-
private _tabs;
|
|
13431
|
-
linear: boolean;
|
|
13432
|
-
private _selectedIndex;
|
|
13433
13242
|
private _viewonly;
|
|
13243
|
+
private readonly destroyRef;
|
|
13434
13244
|
get tabs(): QueryList<QdPageTabComponent>;
|
|
13435
13245
|
get selected(): QdPageTabComponent | undefined;
|
|
13436
|
-
set selected(
|
|
13437
|
-
|
|
13438
|
-
set selectedIndex(newIndex: number);
|
|
13246
|
+
set selected(step: QdPageTabComponent | undefined);
|
|
13247
|
+
constructor();
|
|
13439
13248
|
ngOnInit(): void;
|
|
13440
13249
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13250
|
+
_getIndicatorType(index: number, state?: StepState): StepState;
|
|
13441
13251
|
ngAfterContentInit(): void;
|
|
13442
13252
|
ngAfterViewInit(): void;
|
|
13443
|
-
_stateChanged(): void;
|
|
13444
|
-
_getIndicatorType(index: number): string;
|
|
13445
|
-
_getTabLabelId(i: number): string;
|
|
13446
|
-
save(): void;
|
|
13447
|
-
selectTab(tab: QdPageTabComponent): void;
|
|
13448
|
-
isSubmitButtonShown(): boolean;
|
|
13449
|
-
isSubmitButtonDisabled(): boolean | undefined;
|
|
13450
13253
|
private initializeTabSelection;
|
|
13451
13254
|
private configureBookmarkableTabs;
|
|
13452
13255
|
private isTabSelectable;
|
|
@@ -13454,9 +13257,15 @@ declare class QdPageTabsComponent implements OnInit, OnChanges, AfterContentInit
|
|
|
13454
13257
|
* Selects the first tab that is not disabled.
|
|
13455
13258
|
*/
|
|
13456
13259
|
private selectFirstNotDisabledTab;
|
|
13260
|
+
save(): void;
|
|
13261
|
+
selectTab(tab: QdPageTabComponent): void;
|
|
13262
|
+
isSubmitButtonShown(): boolean;
|
|
13263
|
+
isSubmitButtonDisabled(): boolean | undefined;
|
|
13264
|
+
_getTabLabelId(i: number): string;
|
|
13457
13265
|
private blockCdkInput;
|
|
13266
|
+
private mapSelectionChangeToTabSelectionOutput;
|
|
13458
13267
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsComponent, never>;
|
|
13459
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; },
|
|
13268
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabsComponent, "qd-page-tabs", never, { "config": { "alias": "config"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "tabSelection": "tabSelection"; }, never, never, true, never>;
|
|
13460
13269
|
}
|
|
13461
13270
|
|
|
13462
13271
|
interface QdSearchPostBodyData {
|
|
@@ -14657,6 +14466,14 @@ declare class QdReferencesFacetComponent<T> {
|
|
|
14657
14466
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdReferencesFacetComponent<any>, "qd-references-facet", never, { "facet": { "alias": "facet"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
14658
14467
|
}
|
|
14659
14468
|
|
|
14469
|
+
declare class QdPageFooterCustomContentDirective implements OnInit, OnDestroy {
|
|
14470
|
+
private footerService;
|
|
14471
|
+
ngOnInit(): void;
|
|
14472
|
+
ngOnDestroy(): void;
|
|
14473
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageFooterCustomContentDirective, never>;
|
|
14474
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPageFooterCustomContentDirective, "[qdPageFooter]", never, {}, {}, never, never, false, never>;
|
|
14475
|
+
}
|
|
14476
|
+
|
|
14660
14477
|
declare class QdContextSelectDialogComponent implements OnInit {
|
|
14661
14478
|
private dialogRef;
|
|
14662
14479
|
private translateService;
|
|
@@ -18247,13 +18064,18 @@ declare class QdPageStepperModule {
|
|
|
18247
18064
|
*/
|
|
18248
18065
|
declare function qdPageTabParameterize(tab: QdPageTabConfig | string | undefined): QdQueryParameter;
|
|
18249
18066
|
|
|
18250
|
-
type QdTabState = 'number' | 'edit' | 'done' | 'error' | string;
|
|
18251
18067
|
/**
|
|
18252
18068
|
* **QdPageTabHeader* renders the header of a single tab. It is used quadrel-internally.
|
|
18253
18069
|
*/
|
|
18254
|
-
declare class QdPageTabHeaderComponent {
|
|
18070
|
+
declare class QdPageTabHeaderComponent extends CdkStepHeader {
|
|
18071
|
+
protected readonly STEP_STATE: {
|
|
18072
|
+
NUMBER: string;
|
|
18073
|
+
EDIT: string;
|
|
18074
|
+
DONE: string;
|
|
18075
|
+
ERROR: string;
|
|
18076
|
+
};
|
|
18255
18077
|
/** State of the given tab. */
|
|
18256
|
-
state:
|
|
18078
|
+
state: StepState;
|
|
18257
18079
|
/** Label of the given tab. */
|
|
18258
18080
|
label: string;
|
|
18259
18081
|
/** Represents up to two numeric counters as a badge */
|
|
@@ -18268,6 +18090,7 @@ declare class QdPageTabHeaderComponent {
|
|
|
18268
18090
|
* A static test ID for integration tests can be set.
|
|
18269
18091
|
*/
|
|
18270
18092
|
testId: string;
|
|
18093
|
+
constructor();
|
|
18271
18094
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabHeaderComponent, never>;
|
|
18272
18095
|
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>;
|
|
18273
18096
|
}
|
|
@@ -18284,7 +18107,7 @@ declare class QdPageTabHeaderCountersComponent implements OnInit {
|
|
|
18284
18107
|
|
|
18285
18108
|
declare class QdPageTabsModule {
|
|
18286
18109
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabsModule, never>;
|
|
18287
|
-
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]>;
|
|
18110
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageTabsModule, [typeof QdPageTabsAdapterDirective], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof i5.CdkStepperModule, typeof QdButtonModule, typeof QdIconModule, typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabHeaderComponent, typeof QdPageTabHeaderCountersComponent], [typeof QdPageTabsComponent, typeof QdPageTabComponent, typeof QdPageTabsAdapterDirective]>;
|
|
18288
18111
|
static ɵinj: i0.ɵɵInjectorDeclaration<QdPageTabsModule>;
|
|
18289
18112
|
}
|
|
18290
18113
|
|
|
@@ -18738,5 +18561,5 @@ declare class QdUiModule {
|
|
|
18738
18561
|
|
|
18739
18562
|
declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
|
|
18740
18563
|
|
|
18741
|
-
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,
|
|
18564
|
+
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, quadrelIconNames, updateHtmlLang };
|
|
18742
18565
|
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, QdTreeRowsProvider, QdTreeSecondaryAction, QdUploadError, QdUploadProgress, QdVideoFileType };
|