@quadrel-enterprise-ui/framework 20.15.0 → 20.16.0

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]
@@ -1526,6 +1528,8 @@ declare class QdChipComponent implements OnChanges, AfterViewChecked {
1526
1528
  static ɵcmp: i0.ɵɵComponentDeclaration<QdChipComponent, "qd-chip", never, { "state": { "alias": "state"; "required": false; }; "close": { "alias": "close"; "required": false; }; "data": { "alias": "data"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "closeClickEmitter": "closeClickEmitter"; }, never, ["*"], false, never>;
1527
1529
  }
1528
1530
 
1531
+ type QdStatus = 'positive' | 'warning' | 'critical' | 'info' | 'neutral' | 'inactive';
1532
+
1529
1533
  /**
1530
1534
  * @deprecated This constant is deprecated. It will be removed soon.
1531
1535
  */
@@ -1539,6 +1543,11 @@ declare class QdIconComponent implements OnInit, OnChanges {
1539
1543
  * An icon can be set here.
1540
1544
  */
1541
1545
  icon: string;
1546
+ /**
1547
+ * An optional status color can be applied to the icon.
1548
+ */
1549
+ status?: QdStatus;
1550
+ get statusClass(): string;
1542
1551
  get isDefaultLogo(): boolean;
1543
1552
  get isChLogo(): boolean;
1544
1553
  get isColorLogo(): boolean;
@@ -1549,7 +1558,7 @@ declare class QdIconComponent implements OnInit, OnChanges {
1549
1558
  private initializeLogo;
1550
1559
  private insertIconSvgOnce;
1551
1560
  static ɵfac: i0.ɵɵFactoryDeclaration<QdIconComponent, never>;
1552
- static ɵcmp: i0.ɵɵComponentDeclaration<QdIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
1561
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
1553
1562
  }
1554
1563
 
1555
1564
  declare class QdIconModule {
@@ -3600,11 +3609,12 @@ declare class QdMockFormsModule {
3600
3609
 
3601
3610
  declare class QdMockIconComponent {
3602
3611
  icon: string;
3612
+ status?: QdStatus;
3603
3613
  get isDefaultLogo(): boolean;
3604
3614
  get isChLogo(): boolean;
3605
3615
  get isColorLogo(): boolean;
3606
3616
  static ɵfac: i0.ɵɵFactoryDeclaration<QdMockIconComponent, never>;
3607
- static ɵcmp: i0.ɵɵComponentDeclaration<QdMockIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
3617
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdMockIconComponent, "qd-icon", never, { "icon": { "alias": "icon"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, ["*"], false, never>;
3608
3618
  }
3609
3619
 
3610
3620
  declare class QdMockIconModule {
@@ -5182,6 +5192,10 @@ declare class QdPopoverOnClickDirective implements OnInit, OnDestroy {
5182
5192
  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
5193
  }
5184
5194
 
5195
+ /**
5196
+ * @deprecated Will be removed in v21. This directive is no longer used inside
5197
+ * the framework. Use `QdPopoverOnClickDirective` (`[qdPopoverOnClick]`) instead.
5198
+ */
5185
5199
  declare class QdPopoverOnHoverDirective implements OnInit, OnDestroy {
5186
5200
  private hostRef;
5187
5201
  private overlayPositionBuilder;
@@ -7038,7 +7052,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
7038
7052
  get isAmbiguousInput(): boolean;
7039
7053
  get numberOfCharacters(): number;
7040
7054
  get hasMaxLength(): boolean;
7041
- get maxLength(): number;
7055
+ get maxLength(): number | undefined;
7042
7056
  get valueAsList(): string[];
7043
7057
  ngOnInit(): void;
7044
7058
  ngOnChanges(changes: SimpleChanges): void;
@@ -8343,7 +8357,7 @@ declare class QdTextareaComponent implements OnInit, OnChanges, OnDestroy, Contr
8343
8357
  get required(): boolean;
8344
8358
  get numberOfCharacters(): number;
8345
8359
  get hasMaxLength(): boolean;
8346
- get maxLength(): number;
8360
+ get maxLength(): number | undefined;
8347
8361
  ngOnInit(): void;
8348
8362
  ngOnChanges(changes: any): void;
8349
8363
  ngOnDestroy(): void;
@@ -8639,19 +8653,34 @@ declare class QdTooltipComponent {
8639
8653
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTooltipComponent, "qd-tooltip", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
8640
8654
  }
8641
8655
 
8656
+ /**
8657
+ * **QdTooltipOnClickDirective** attaches a click-toggled tooltip overlay to the host
8658
+ * element and renders {@link QdTooltipContent}.
8659
+ *
8660
+ * Content is capped at 512 characters across headline and paragraphs combined;
8661
+ * an ellipsis is appended only to a paragraph that is actually cut.
8662
+ */
8642
8663
  declare class QdTooltipOnClickDirective implements OnDestroy {
8643
- private overlay;
8644
- private elementRef;
8645
- private translateService;
8664
+ /**
8665
+ * Tooltip content displayed on click — optional headline plus paragraphs.
8666
+ */
8646
8667
  qdTooltipContent?: QdTooltipContent;
8647
- private _overlayRef?;
8648
8668
  onClickToggle(event: MouseEvent): void;
8649
8669
  onOutsideClickClose(target: HTMLElement): void;
8670
+ private readonly overlay;
8671
+ private readonly elementRef;
8672
+ private readonly translateService;
8673
+ private _overlayRef?;
8650
8674
  ngOnDestroy(): void;
8675
+ /**
8676
+ * Opens the tooltip overlay positioned relative to the host element.
8677
+ */
8651
8678
  show(): void;
8679
+ /**
8680
+ * Closes and disposes the tooltip overlay if one is attached.
8681
+ */
8652
8682
  close(): void;
8653
8683
  private getContent;
8654
- private truncateText;
8655
8684
  private translate;
8656
8685
  static ɵfac: i0.ɵɵFactoryDeclaration<QdTooltipOnClickDirective, never>;
8657
8686
  static ɵdir: i0.ɵɵDirectiveDeclaration<QdTooltipOnClickDirective, "[qdTooltipOnClick]", never, { "qdTooltipContent": { "alias": "qdTooltipContent"; "required": false; }; }, {}, never, never, false, never>;
@@ -12171,6 +12200,7 @@ declare class QdPageInfoBannerComponent {
12171
12200
  */
12172
12201
  config: QdPageInfoBannerConfig;
12173
12202
  get typeClassName(): string;
12203
+ get isEmpty(): boolean;
12174
12204
  getType(): QdPageInfoBannerType;
12175
12205
  getIcon(): string;
12176
12206
  handleLinkClick(): void;
@@ -12682,6 +12712,8 @@ declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, O
12682
12712
  ngOnDestroy(): void;
12683
12713
  private blockCdkInput;
12684
12714
  private validateLabel;
12715
+ private initErrorCheck;
12716
+ private hasAnyError;
12685
12717
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabComponent, never>;
12686
12718
  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
12719
  }
@@ -13745,7 +13777,6 @@ declare class QdPageComponent<T extends object> implements OnInit, OnChanges, Af
13745
13777
  get isControlPanelBroad(): boolean;
13746
13778
  get hasNavigation(): boolean;
13747
13779
  get footerVisible(): boolean | undefined;
13748
- get hasInfoBanners(): boolean;
13749
13780
  constructor();
13750
13781
  ngOnInit(): void;
13751
13782
  ngOnChanges(changes: SimpleChanges): void;
@@ -15734,7 +15765,6 @@ declare class QdTreeBodyComponent<T extends string> implements OnInit, OnChanges
15734
15765
  }
15735
15766
 
15736
15767
  declare class QdTreeRowComponent<T extends string> {
15737
- private readonly contextService;
15738
15768
  columnsDetails?: QdColumnsDetails<T>;
15739
15769
  indentation: number;
15740
15770
  config: QdTreeConfig<T>;
@@ -15744,12 +15774,13 @@ declare class QdTreeRowComponent<T extends string> {
15744
15774
  set rowIndex(index: number);
15745
15775
  get rowIndex(): number;
15746
15776
  expanded: boolean;
15777
+ private readonly contextService;
15747
15778
  private _rowData;
15748
15779
  private _rowIndex;
15749
15780
  onExpanderClick(): void;
15750
15781
  getCellClass(column: QdColumnDetails<T>): string;
15751
- getComponentType(item: any): Type<unknown>;
15752
- getComponentInputs(item: any): any;
15782
+ getComponentType(item: QdColumnDetails<T>): Type<unknown>;
15783
+ getComponentInputs(item: QdColumnDetails<T>): Record<string, unknown>;
15753
15784
  static ɵfac: i0.ɵɵFactoryDeclaration<QdTreeRowComponent<any>, never>;
15754
15785
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTreeRowComponent<any>, "[qd-tree-row]", never, { "columnsDetails": { "alias": "columnsDetails"; "required": false; }; "indentation": { "alias": "indentation"; "required": false; }; "config": { "alias": "config"; "required": true; }; "testId": { "alias": "data-test-id"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; }, {}, never, never, false, never>;
15755
15786
  }
@@ -15801,7 +15832,7 @@ declare class QdTableModule {
15801
15832
 
15802
15833
  declare class QdPageModule {
15803
15834
  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]>;
15835
+ 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
15836
  static ɵinj: i0.ɵɵInjectorDeclaration<QdPageModule>;
15806
15837
  }
15807
15838
 
@@ -18017,4 +18048,4 @@ declare class QdUiModule {
18017
18048
  declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
18018
18049
 
18019
18050
  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, 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, 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, updateHtmlLang };
18020
- export type { CustomField, QdAppEnvironment, QdButtonAdditionalInfo, QdButtonColor, QdChipColor, QdCollectedFile, QdComment, QdCommentAuthorFieldConfig, QdCommentCustomFieldConfig, QdCommentDeletedMeta, QdCommentRichtextConfig, QdCommentSecondaryActionConfig, QdCommentsAddButtonConfig, QdCommentsAddConfig, QdCommentsConfig, QdContactAddress, QdContactData, QdContactDataCustomField, QdContactDataCustomFieldEntry, QdContactDataCustomTranslatedEntry, QdContactFunction, QdContactPerson, QdContactTag, QdContextSelection, QdDependentFilterCategory, QdDialogAuthSessionEndResult, QdDialogConfig, QdDialogConfirmationConfig, QdDialogConfirmationResolver, QdDialogData, QdDialogTitle, QdFileCollectorConfig, QdFileManager, QdFileType, QdFileUploadManager, QdFilterCategory, QdFilterConfigData, QdFilterItem, QdFilterPostBodyCategory, QdFilterPostBodyData, QdFormCheckboxChipsConfiguration, QdFormCheckboxesConfiguration, QdFormConfiguration, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormHint, QdFormInput, QdFormInputConfiguration, QdFormLabel, QdFormMultiInputConfiguration, QdFormOption, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdGridConfig, QdInputValue, QdInputValueWithUnit, QdInspectOperationMode, QdMenuButtonConfig, QdMultiInputOption, QdNotification, QdNotificationType, QdPageConfig, QdPageConfigCreate, QdPageConfigCustom, QdPageConfigInspect, QdPageConfigOverview, QdPageControlPanelConfig, QdPageHeaderFacetConfig, QdPageInfoBannerConfig, QdPageObjectResolver, QdPageObjectResolverConfig, QdPageSelectedContext, QdPageStepConfig, QdPageStepResolver, QdPageStepperConfig, QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig, QdPageTypeCreateConfig, QdPageTypeCustomConfig, QdPageTypeInspectConfig, QdPageTypeOverviewConfig, QdPlaceholder, QdPushEventName, QdQuickEditConfig, QdQuickEditData, QdRichtextConfig, QdSearchOptions, QdSearchPostBodyData, QdSectionActionType, QdSectionConfig, QdShellConfig, QdShellFooterCopyrightInfo, QdShellNavigationConfig, QdShellServiceNavigationBadge, QdShellServiceNavigationConfig, QdShellServiceNavigationContactInfo, QdShellServiceNavigationCustomButtonLinks, QdShellServiceNavigationEnvironment, QdShellServiceNavigationHrefs, QdShellServiceNavigationInfoLink, QdShellServiceNavigationLanguage, QdShellServiceNavigationMultiHrefs, QdShellServiceNavigationProfileLink, QdShellServiceNavigationSingleHref, QdShellToolbarConfig, QdShellToolbarItem, QdStatusIndicator, QdSwitchOption, QdTabSelectionEvent, QdTableChipDataValue, QdTableConfig, QdTableConfigColumn, QdTableConfigSelection, QdTableContentDataChip, QdTableContentDataChipObject, QdTableData, QdTableDataResolver, QdTableDataResolverProps, QdTableDataRow, QdTableDataValue, QdTableEmptyStateView, QdTableOptionalRefreshingEventTypes, QdTablePagination, QdTablePrimaryAction, QdTableRecentSecondaryAction, QdTableResolvedData, QdTableRowIdentifier, QdTableRowIndex, QdTableRowUid, QdTableSecondaryAction, QdTableSelectedRow, QdTableSelectedRows, QdTableStateSort, QdTableStatusDataValue, QdTileConfig, QdTilesConfig, QdTooltip, QdTranslatable, QdTranslation, QdTreeConfig, QdTreeData, QdTreeDataRow, QdTreeDataValue, QdUploadError, QdUploadProgress };
18051
+ export type { CustomField, QdAppEnvironment, QdButtonAdditionalInfo, QdButtonColor, QdChipColor, QdCollectedFile, QdComment, QdCommentAuthorFieldConfig, QdCommentCustomFieldConfig, QdCommentDeletedMeta, QdCommentRichtextConfig, QdCommentSecondaryActionConfig, QdCommentsAddButtonConfig, QdCommentsAddConfig, QdCommentsConfig, QdContactAddress, QdContactData, QdContactDataCustomField, QdContactDataCustomFieldEntry, QdContactDataCustomTranslatedEntry, QdContactFunction, QdContactPerson, QdContactTag, QdContextSelection, QdDependentFilterCategory, QdDialogAuthSessionEndResult, QdDialogConfig, QdDialogConfirmationConfig, QdDialogConfirmationResolver, QdDialogData, QdDialogTitle, QdFileCollectorConfig, QdFileManager, QdFileType, QdFileUploadManager, QdFilterCategory, QdFilterConfigData, QdFilterItem, QdFilterPostBodyCategory, QdFilterPostBodyData, QdFormCheckboxChipsConfiguration, QdFormCheckboxesConfiguration, QdFormConfiguration, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormHint, QdFormInput, QdFormInputConfiguration, QdFormLabel, QdFormMultiInputConfiguration, QdFormOption, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdGridConfig, QdInputValue, QdInputValueWithUnit, QdInspectOperationMode, QdMenuButtonConfig, QdMultiInputOption, QdNotification, QdNotificationType, QdPageConfig, QdPageConfigCreate, QdPageConfigCustom, QdPageConfigInspect, QdPageConfigOverview, QdPageControlPanelConfig, QdPageHeaderFacetConfig, QdPageInfoBannerConfig, QdPageObjectResolver, QdPageObjectResolverConfig, QdPageSelectedContext, QdPageStepConfig, QdPageStepResolver, QdPageStepperConfig, QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig, QdPageTypeCreateConfig, QdPageTypeCustomConfig, QdPageTypeInspectConfig, QdPageTypeOverviewConfig, QdPlaceholder, QdPushEventName, QdQuickEditConfig, QdQuickEditData, QdRichtextConfig, QdSearchOptions, QdSearchPostBodyData, QdSectionActionType, QdSectionConfig, QdShellConfig, QdShellFooterCopyrightInfo, QdShellNavigationConfig, QdShellServiceNavigationBadge, QdShellServiceNavigationConfig, QdShellServiceNavigationContactInfo, QdShellServiceNavigationCustomButtonLinks, QdShellServiceNavigationEnvironment, QdShellServiceNavigationHrefs, QdShellServiceNavigationInfoLink, QdShellServiceNavigationLanguage, QdShellServiceNavigationMultiHrefs, QdShellServiceNavigationProfileLink, QdShellServiceNavigationSingleHref, QdShellToolbarConfig, QdShellToolbarItem, QdStatus, QdStatusIndicator, QdSwitchOption, QdTabSelectionEvent, QdTableChipDataValue, QdTableConfig, QdTableConfigColumn, QdTableConfigSelection, QdTableContentDataChip, QdTableContentDataChipObject, QdTableData, QdTableDataResolver, QdTableDataResolverProps, QdTableDataRow, QdTableDataValue, QdTableEmptyStateView, QdTableOptionalRefreshingEventTypes, QdTablePagination, QdTablePrimaryAction, QdTableRecentSecondaryAction, QdTableResolvedData, QdTableRowIdentifier, QdTableRowIndex, QdTableRowUid, QdTableSecondaryAction, QdTableSelectedRow, QdTableSelectedRows, QdTableStateSort, QdTableStatusDataValue, QdTileConfig, QdTilesConfig, QdTooltip, QdTranslatable, QdTranslation, QdTreeConfig, QdTreeData, QdTreeDataRow, QdTreeDataValue, QdUploadError, QdUploadProgress };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.15.0",
3
+ "version": "20.16.0",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {
@@ -8,6 +8,7 @@
8
8
  @use "tools.mixins" as tools5;
9
9
  @use "tools.toolTip" as tools6;
10
10
  @use "tools.colorMapper" as tools7;
11
+ @use "tools.statusColors" as tools13;
11
12
  @use "tools.layoutWidth" as tools8;
12
13
  @use "tools.convertPxToRem" as tools9;
13
14
  @use "tools.layoutHeader" as tools10;
@@ -0,0 +1,19 @@
1
+ @use "sass:map";
2
+ @use "../settings/settings.colors";
3
+
4
+ $statusColors: (
5
+ "positive": settings.$success-default,
6
+ "warning": settings.$warning-default,
7
+ "critical": settings.$error-default,
8
+ "info": settings.$cerulean,
9
+ "neutral": settings.$empress,
10
+ "inactive": settings.$ash
11
+ );
12
+
13
+ @mixin qdStatus($prefix) {
14
+ @each $status, $color in $statusColors {
15
+ &.#{$prefix}-status-#{$status} {
16
+ color: $color;
17
+ }
18
+ }
19
+ }