@mozaic-ds/angular 2.0.0-beta.22 → 2.0.0-beta.24
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { TemplateRef, OnInit, ElementRef, OnDestroy, Type, AfterViewInit, Renderer2, WritableSignal, AfterContentInit, QueryList, EventEmitter } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { CheckCircle32,
|
|
4
|
+
import { CheckCircle32, WarningCircle32, Uploading32, CrossCircleFilled24 } from '@mozaic-ds/icons-angular';
|
|
5
5
|
import { RouterLink } from '@angular/router';
|
|
6
6
|
import { DialogRef } from '@angular/cdk/dialog';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
@@ -236,7 +236,7 @@ declare class MozFileUploaderItemComponent {
|
|
|
236
236
|
readonly stateModifier: _angular_core.Signal<"error" | "loading" | "default">;
|
|
237
237
|
readonly modifierClass: _angular_core.Signal<string>;
|
|
238
238
|
readonly isUploading: _angular_core.Signal<boolean>;
|
|
239
|
-
readonly stateIcon: _angular_core.Signal<typeof CheckCircle32 | typeof
|
|
239
|
+
readonly stateIcon: _angular_core.Signal<typeof CheckCircle32 | typeof WarningCircle32 | typeof Uploading32>;
|
|
240
240
|
readonly showInlineActions: _angular_core.Signal<boolean>;
|
|
241
241
|
readonly showStackedActions: _angular_core.Signal<boolean>;
|
|
242
242
|
onDelete(): void;
|
|
@@ -698,7 +698,7 @@ declare class MozStatusDotComponent {
|
|
|
698
698
|
type MozStatusNotificationStatus = 'info' | 'success' | 'warning' | 'error';
|
|
699
699
|
declare class MozStatusNotificationComponent {
|
|
700
700
|
title: _angular_core.InputSignal<string>;
|
|
701
|
-
description: _angular_core.InputSignal<string>;
|
|
701
|
+
description: _angular_core.InputSignal<string | undefined>;
|
|
702
702
|
status: _angular_core.InputSignal<MozStatusNotificationStatus>;
|
|
703
703
|
closable: _angular_core.InputSignal<boolean>;
|
|
704
704
|
closed: _angular_core.OutputEmitterRef<void>;
|
|
@@ -710,7 +710,7 @@ declare class MozStatusNotificationComponent {
|
|
|
710
710
|
readonly iconComponent: _angular_core.Signal<typeof CheckCircle32>;
|
|
711
711
|
onCloseClick(): void;
|
|
712
712
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozStatusNotificationComponent, never>;
|
|
713
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozStatusNotificationComponent, "moz-status-notification", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "description": { "alias": "description"; "required":
|
|
713
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozStatusNotificationComponent, "moz-status-notification", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, ["footerTpl"], ["[footer]"], true, never>;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
declare class MozTabComponent {
|
|
@@ -1808,7 +1808,7 @@ declare class MozTileExpandableComponent {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
type MozDrawerPosition = 'left' | 'right';
|
|
1811
|
-
declare class
|
|
1811
|
+
declare class MozDrawerComponent {
|
|
1812
1812
|
readonly open: _angular_core.InputSignal<boolean>;
|
|
1813
1813
|
readonly position: _angular_core.InputSignal<MozDrawerPosition>;
|
|
1814
1814
|
readonly extended: _angular_core.InputSignal<boolean>;
|
|
@@ -1829,9 +1829,9 @@ declare class DrawerComponent {
|
|
|
1829
1829
|
close(): void;
|
|
1830
1830
|
backClick(): void;
|
|
1831
1831
|
noop(): void;
|
|
1832
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
1833
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<
|
|
1832
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozDrawerComponent, never>;
|
|
1833
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozDrawerComponent, "moz-drawer", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "extended": { "alias": "extended"; "required": false; "isSignal": true; }; "back": { "alias": "back"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "contentTitle": { "alias": "contentTitle"; "required": false; "isSignal": true; }; }, { "updateOpen": "updateOpen"; "backEvent": "backEvent"; }, ["footerTpl"], ["*"], true, never>;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
-
export { BuiltInMenuComponent,
|
|
1836
|
+
export { BuiltInMenuComponent, MozAccordionComponent, MozAccordionContentComponent, MozAccordionHeaderComponent, MozAccordionPanelComponent, MozActionBottomBarComponent, MozActionListboxComponent, MozAvatarComponent, MozBreadcrumbComponent, MozButtonComponent, MozCalloutComponent, MozCarouselComponent, MozCheckListMenuComponent, MozCheckboxComponent, MozCheckboxGroupComponent, MozCircularProgressBarComponent, MozDatepickerComponent, MozDividerComponent, MozDrawerComponent, MozFieldComponent, MozFieldGroupComponent, MozFileUploaderComponent, MozFileUploaderItemComponent, MozFlagComponent, MozIconButtonComponent, MozKpiComponent, MozLinearProgressBarBufferComponent, MozLinearProgressBarPercentageComponent, MozLinkComponent, MozLoaderComponent, MozLoadingOverlayComponent, MozModalBodyComponent, MozModalComponent, MozModalContainerComponent, MozModalFooterComponent, MozModalHeaderComponent, MozModalRef, MozModalService, MozNumberBadgeComponent, MozOverlayComponent, MozPageHeaderComponent, MozPaginationComponent, MozPasswordInputDirective, MozPhoneNumberComponent, MozPincodeInputComponent, MozQuantitySelectorComponent, MozRadioComponent, MozRadioGroupComponent, MozSegmentedControlComponent, MozSelectComponent, MozSidebarComponent, MozStarRatingComponent, MozStatusBadgeComponent, MozStatusDotComponent, MozStatusMessageComponent, MozStatusNotificationComponent, MozStepperBottomBarComponent, MozStepperCompactComponent, MozStepperInlineComponent, MozStepperStackedComponent, MozTabComponent, MozTabsComponent, MozTagComponent, MozTextInput, MozTextarea, MozTileComponent, MozTileExpandableComponent, MozTileSelectableComponent, MozToasterComponent, MozToggleComponent, MozTooltipComponent, MozTooltipDirective };
|
|
1837
1837
|
export type { ActionListItem, MozActionListItemAppearance, MozAvatarSize, MozBreadcrumbAppearance, MozBreadcrumbLink, MozBuiltInMenuItem, MozBuiltInMenuItemTarget, MozButtonAppearance, MozButtonIconPosition, MozButtonSize, MozButtonType, MozCalloutVariant, MozCheckListMenuItem, MozCircularProgessBarSize, MozDatepickerSize, MozDividerAppearance, MozDividerOrientation, MozDividerSize, MozDrawerPosition, MozFileUploaderFormat, MozFileUploaderItemFormat, MozFlagType, MozIconButtonAppearance, MozIconButtonSize, MozIconButtonType, MozKpiSize, MozKpiStatus, MozKpiTrend, MozLinkAppearance, MozLinkIconPosition, MozLinkSize, MozLoaderAppearance, MozLoaderSize, MozModalButton, MozModalConfig, MozNumberBadgeAppearance, MozNumberBadgeSize, MozPageHeaderScope, MozPhoneNumberCountry, MozPhoneNumberValue, MozQuantitySelectorSize, MozSegmentedControlSize, MozSegmentedItem, MozSelectOption, MozSelectSize, MozSelectValue, MozSidebarItem, MozSidebarSubItem, MozStarRatingAppearance, MozStarRatingSize, MozStatusBadgeStatus, MozStatusDotSize, MozStatusDotStatus, MozStatusMessageStatus, MozStatusNotificationStatus, MozStepperBottomBarStep, MozStepperInlineStep, MozStepperStackedStep, MozTabItem, MozTagSize, MozTagType, MozTextInputSize, MozTileAppearance, MozTileExpandableTrigger, MozTileInputPosition, MozTileInputVerticalPosition, MozTileSelectableAppearance, MozTileSelectableType, MozToasterPosition, MozToasterRole, MozToasterStatus, MozToggleSize, MozTooltipPosition };
|