@quadrel-enterprise-ui/framework 20.15.0 → 20.15.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
|
@@ -21,6 +21,7 @@ import { Moment as Moment$1 } from 'moment';
|
|
|
21
21
|
import * as i25 from '@ngrx/store';
|
|
22
22
|
import * as i5 from '@angular/cdk/stepper';
|
|
23
23
|
import { CdkStep, CdkStepper, StepState, CdkStepHeader } from '@angular/cdk/stepper';
|
|
24
|
+
import * as i20 from '@angular/cdk/scrolling';
|
|
24
25
|
import * as rxjs_internal_scheduler_AsyncScheduler from 'rxjs/internal/scheduler/AsyncScheduler';
|
|
25
26
|
import * as i19 from '@angular/cdk/drag-drop';
|
|
26
27
|
import { ComponentType } from '@angular/cdk/portal';
|
|
@@ -633,8 +634,6 @@ declare class QdMockPopoverOnClickDirective {
|
|
|
633
634
|
readonly closed: EventEmitter<any>;
|
|
634
635
|
private _open;
|
|
635
636
|
private _embeddedView;
|
|
636
|
-
ngOnInit(): void;
|
|
637
|
-
ngOnDestroy(): void;
|
|
638
637
|
show(event: any): void;
|
|
639
638
|
clickedOutside(event: PointerEvent): void;
|
|
640
639
|
close(): void;
|
|
@@ -1443,6 +1442,9 @@ interface QdTooltip {
|
|
|
1443
1442
|
}
|
|
1444
1443
|
|
|
1445
1444
|
/**
|
|
1445
|
+
* @deprecated Will be removed in v21. This directive is no longer used inside
|
|
1446
|
+
* the framework. Use `QdTooltipOnClickDirective` (`[qdTooltipOnClick]`) instead.
|
|
1447
|
+
*
|
|
1446
1448
|
* QdTooltipAtIntersectionDirective provides a tooltip. This will be triggered if the content is intersected.
|
|
1447
1449
|
*
|
|
1448
1450
|
* * Selector: [qdTooltipAtIntersection]
|
|
@@ -5182,6 +5184,10 @@ declare class QdPopoverOnClickDirective implements OnInit, OnDestroy {
|
|
|
5182
5184
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdPopoverOnClickDirective, "[qdPopoverOnClick]", ["qdPopoverOnClick"], { "qdPopoverOnClick": { "alias": "qdPopoverOnClick"; "required": false; }; "positionStrategy": { "alias": "positionStrategy"; "required": false; }; "qdPopoverCloseStrategy": { "alias": "qdPopoverCloseStrategy"; "required": false; }; "qdPopoverDisabled": { "alias": "qdPopoverDisabled"; "required": false; }; "qdPopoverStopPropagation": { "alias": "qdPopoverStopPropagation"; "required": false; }; "qdPopoverBackgroundColor": { "alias": "qdPopoverBackgroundColor"; "required": false; }; "qdPopoverMaxHeight": { "alias": "qdPopoverMaxHeight"; "required": false; }; "qdPopoverMinWidth": { "alias": "qdPopoverMinWidth"; "required": false; }; "qdPopoverMaxWidth": { "alias": "qdPopoverMaxWidth"; "required": false; }; "qdPopoverAutoSize": { "alias": "qdPopoverAutoSize"; "required": false; }; "qdPopoverEnableKeyControl": { "alias": "qdPopoverEnableKeyControl"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, never, never, false, never>;
|
|
5183
5185
|
}
|
|
5184
5186
|
|
|
5187
|
+
/**
|
|
5188
|
+
* @deprecated Will be removed in v21. This directive is no longer used inside
|
|
5189
|
+
* the framework. Use `QdPopoverOnClickDirective` (`[qdPopoverOnClick]`) instead.
|
|
5190
|
+
*/
|
|
5185
5191
|
declare class QdPopoverOnHoverDirective implements OnInit, OnDestroy {
|
|
5186
5192
|
private hostRef;
|
|
5187
5193
|
private overlayPositionBuilder;
|
|
@@ -7038,7 +7044,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
|
|
|
7038
7044
|
get isAmbiguousInput(): boolean;
|
|
7039
7045
|
get numberOfCharacters(): number;
|
|
7040
7046
|
get hasMaxLength(): boolean;
|
|
7041
|
-
get maxLength(): number;
|
|
7047
|
+
get maxLength(): number | undefined;
|
|
7042
7048
|
get valueAsList(): string[];
|
|
7043
7049
|
ngOnInit(): void;
|
|
7044
7050
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -8343,7 +8349,7 @@ declare class QdTextareaComponent implements OnInit, OnChanges, OnDestroy, Contr
|
|
|
8343
8349
|
get required(): boolean;
|
|
8344
8350
|
get numberOfCharacters(): number;
|
|
8345
8351
|
get hasMaxLength(): boolean;
|
|
8346
|
-
get maxLength(): number;
|
|
8352
|
+
get maxLength(): number | undefined;
|
|
8347
8353
|
ngOnInit(): void;
|
|
8348
8354
|
ngOnChanges(changes: any): void;
|
|
8349
8355
|
ngOnDestroy(): void;
|
|
@@ -12682,6 +12688,8 @@ declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, O
|
|
|
12682
12688
|
ngOnDestroy(): void;
|
|
12683
12689
|
private blockCdkInput;
|
|
12684
12690
|
private validateLabel;
|
|
12691
|
+
private initErrorCheck;
|
|
12692
|
+
private hasAnyError;
|
|
12685
12693
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabComponent, never>;
|
|
12686
12694
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabComponent, "qd-page-tab", never, { "config": { "alias": "config"; "required": false; }; "tabControl": { "alias": "tabControl"; "required": false; }; }, {}, ["infoBanners"], ["qd-page-info-banner", "*"], true, never>;
|
|
12687
12695
|
}
|
|
@@ -15801,7 +15809,7 @@ declare class QdTableModule {
|
|
|
15801
15809
|
|
|
15802
15810
|
declare class QdPageModule {
|
|
15803
15811
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageModule, never>;
|
|
15804
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageModule, [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdPageObjectHeaderComponent, typeof QdPageControlPanelComponent, typeof QdSingleSelectFacetComponent, typeof QdMultiSelectFacetComponent, typeof QdDateFacetComponent, typeof QdValueFacetComponent, typeof QdStatusFacetComponent, typeof QdDynamicFacetComponent, typeof QdDynamicFacetDirective, typeof QdCriticalityFacetComponent, typeof QdProgressFacetComponent, typeof QdReferencesFacetComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageFooterCustomContentDirective, typeof QdContextSelectDialogComponent, typeof QdPageInfoBannerComponent], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof QdButtonModule, typeof QdButtonModule, typeof QdChipModule, typeof QdCoreModule, typeof QdDialogModule, typeof QdIconModule, typeof QdProgressBarModule, typeof QdSectionModule, typeof QdSpinnerModule, typeof QdStatusIndicatorModule, typeof QdTableModule, typeof QdTextSectionModule, typeof QdSearchModule, typeof QdPopoverModule], [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageControlPanelComponent, typeof QdPageFooterCustomContentDirective, typeof QdPageInfoBannerComponent]>;
|
|
15812
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageModule, [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdPageObjectHeaderComponent, typeof QdPageControlPanelComponent, typeof QdSingleSelectFacetComponent, typeof QdMultiSelectFacetComponent, typeof QdDateFacetComponent, typeof QdValueFacetComponent, typeof QdStatusFacetComponent, typeof QdDynamicFacetComponent, typeof QdDynamicFacetDirective, typeof QdCriticalityFacetComponent, typeof QdProgressFacetComponent, typeof QdReferencesFacetComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageFooterCustomContentDirective, typeof QdContextSelectDialogComponent, typeof QdPageInfoBannerComponent], [typeof i2.CommonModule, typeof i20.ScrollingModule, typeof i9.TranslateModule, typeof QdButtonModule, typeof QdButtonModule, typeof QdChipModule, typeof QdCoreModule, typeof QdDialogModule, typeof QdIconModule, typeof QdProgressBarModule, typeof QdSectionModule, typeof QdSpinnerModule, typeof QdStatusIndicatorModule, typeof QdTableModule, typeof QdTextSectionModule, typeof QdSearchModule, typeof QdPopoverModule], [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageControlPanelComponent, typeof QdPageFooterCustomContentDirective, typeof QdPageInfoBannerComponent]>;
|
|
15805
15813
|
static ɵinj: i0.ɵɵInjectorDeclaration<QdPageModule>;
|
|
15806
15814
|
}
|
|
15807
15815
|
|