@quadrel-enterprise-ui/framework 20.15.1 → 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
|
@@ -1528,6 +1528,8 @@ declare class QdChipComponent implements OnChanges, AfterViewChecked {
|
|
|
1528
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>;
|
|
1529
1529
|
}
|
|
1530
1530
|
|
|
1531
|
+
type QdStatus = 'positive' | 'warning' | 'critical' | 'info' | 'neutral' | 'inactive';
|
|
1532
|
+
|
|
1531
1533
|
/**
|
|
1532
1534
|
* @deprecated This constant is deprecated. It will be removed soon.
|
|
1533
1535
|
*/
|
|
@@ -1541,6 +1543,11 @@ declare class QdIconComponent implements OnInit, OnChanges {
|
|
|
1541
1543
|
* An icon can be set here.
|
|
1542
1544
|
*/
|
|
1543
1545
|
icon: string;
|
|
1546
|
+
/**
|
|
1547
|
+
* An optional status color can be applied to the icon.
|
|
1548
|
+
*/
|
|
1549
|
+
status?: QdStatus;
|
|
1550
|
+
get statusClass(): string;
|
|
1544
1551
|
get isDefaultLogo(): boolean;
|
|
1545
1552
|
get isChLogo(): boolean;
|
|
1546
1553
|
get isColorLogo(): boolean;
|
|
@@ -1551,7 +1558,7 @@ declare class QdIconComponent implements OnInit, OnChanges {
|
|
|
1551
1558
|
private initializeLogo;
|
|
1552
1559
|
private insertIconSvgOnce;
|
|
1553
1560
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdIconComponent, never>;
|
|
1554
|
-
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>;
|
|
1555
1562
|
}
|
|
1556
1563
|
|
|
1557
1564
|
declare class QdIconModule {
|
|
@@ -3602,11 +3609,12 @@ declare class QdMockFormsModule {
|
|
|
3602
3609
|
|
|
3603
3610
|
declare class QdMockIconComponent {
|
|
3604
3611
|
icon: string;
|
|
3612
|
+
status?: QdStatus;
|
|
3605
3613
|
get isDefaultLogo(): boolean;
|
|
3606
3614
|
get isChLogo(): boolean;
|
|
3607
3615
|
get isColorLogo(): boolean;
|
|
3608
3616
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockIconComponent, never>;
|
|
3609
|
-
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>;
|
|
3610
3618
|
}
|
|
3611
3619
|
|
|
3612
3620
|
declare class QdMockIconModule {
|
|
@@ -8645,19 +8653,34 @@ declare class QdTooltipComponent {
|
|
|
8645
8653
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdTooltipComponent, "qd-tooltip", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
|
8646
8654
|
}
|
|
8647
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
|
+
*/
|
|
8648
8663
|
declare class QdTooltipOnClickDirective implements OnDestroy {
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8664
|
+
/**
|
|
8665
|
+
* Tooltip content displayed on click — optional headline plus paragraphs.
|
|
8666
|
+
*/
|
|
8652
8667
|
qdTooltipContent?: QdTooltipContent;
|
|
8653
|
-
private _overlayRef?;
|
|
8654
8668
|
onClickToggle(event: MouseEvent): void;
|
|
8655
8669
|
onOutsideClickClose(target: HTMLElement): void;
|
|
8670
|
+
private readonly overlay;
|
|
8671
|
+
private readonly elementRef;
|
|
8672
|
+
private readonly translateService;
|
|
8673
|
+
private _overlayRef?;
|
|
8656
8674
|
ngOnDestroy(): void;
|
|
8675
|
+
/**
|
|
8676
|
+
* Opens the tooltip overlay positioned relative to the host element.
|
|
8677
|
+
*/
|
|
8657
8678
|
show(): void;
|
|
8679
|
+
/**
|
|
8680
|
+
* Closes and disposes the tooltip overlay if one is attached.
|
|
8681
|
+
*/
|
|
8658
8682
|
close(): void;
|
|
8659
8683
|
private getContent;
|
|
8660
|
-
private truncateText;
|
|
8661
8684
|
private translate;
|
|
8662
8685
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdTooltipOnClickDirective, never>;
|
|
8663
8686
|
static ɵdir: i0.ɵɵDirectiveDeclaration<QdTooltipOnClickDirective, "[qdTooltipOnClick]", never, { "qdTooltipContent": { "alias": "qdTooltipContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -12177,6 +12200,7 @@ declare class QdPageInfoBannerComponent {
|
|
|
12177
12200
|
*/
|
|
12178
12201
|
config: QdPageInfoBannerConfig;
|
|
12179
12202
|
get typeClassName(): string;
|
|
12203
|
+
get isEmpty(): boolean;
|
|
12180
12204
|
getType(): QdPageInfoBannerType;
|
|
12181
12205
|
getIcon(): string;
|
|
12182
12206
|
handleLinkClick(): void;
|
|
@@ -13753,7 +13777,6 @@ declare class QdPageComponent<T extends object> implements OnInit, OnChanges, Af
|
|
|
13753
13777
|
get isControlPanelBroad(): boolean;
|
|
13754
13778
|
get hasNavigation(): boolean;
|
|
13755
13779
|
get footerVisible(): boolean | undefined;
|
|
13756
|
-
get hasInfoBanners(): boolean;
|
|
13757
13780
|
constructor();
|
|
13758
13781
|
ngOnInit(): void;
|
|
13759
13782
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -15742,7 +15765,6 @@ declare class QdTreeBodyComponent<T extends string> implements OnInit, OnChanges
|
|
|
15742
15765
|
}
|
|
15743
15766
|
|
|
15744
15767
|
declare class QdTreeRowComponent<T extends string> {
|
|
15745
|
-
private readonly contextService;
|
|
15746
15768
|
columnsDetails?: QdColumnsDetails<T>;
|
|
15747
15769
|
indentation: number;
|
|
15748
15770
|
config: QdTreeConfig<T>;
|
|
@@ -15752,12 +15774,13 @@ declare class QdTreeRowComponent<T extends string> {
|
|
|
15752
15774
|
set rowIndex(index: number);
|
|
15753
15775
|
get rowIndex(): number;
|
|
15754
15776
|
expanded: boolean;
|
|
15777
|
+
private readonly contextService;
|
|
15755
15778
|
private _rowData;
|
|
15756
15779
|
private _rowIndex;
|
|
15757
15780
|
onExpanderClick(): void;
|
|
15758
15781
|
getCellClass(column: QdColumnDetails<T>): string;
|
|
15759
|
-
getComponentType(item:
|
|
15760
|
-
getComponentInputs(item:
|
|
15782
|
+
getComponentType(item: QdColumnDetails<T>): Type<unknown>;
|
|
15783
|
+
getComponentInputs(item: QdColumnDetails<T>): Record<string, unknown>;
|
|
15761
15784
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdTreeRowComponent<any>, never>;
|
|
15762
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>;
|
|
15763
15786
|
}
|
|
@@ -18025,4 +18048,4 @@ declare class QdUiModule {
|
|
|
18025
18048
|
declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
|
|
18026
18049
|
|
|
18027
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 };
|
|
18028
|
-
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
|
@@ -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
|
+
}
|