@mozaic-ds/angular 2.0.10 → 2.0.12

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -3,10 +3,11 @@ import { TemplateRef, OnInit, ElementRef, InjectionToken, Type, AfterViewInit, O
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import { CheckCircle32, Uploading32, WarningCircle32 } from '@mozaic-ds/icons-angular';
5
5
  import { RouterLink } from '@angular/router';
6
- import { OverlayRef } from '@angular/cdk/overlay';
6
+ import { OverlayRef, ConnectedPosition } from '@angular/cdk/overlay';
7
7
  import { Observable } from 'rxjs';
8
8
  import { CdkPortalOutlet } from '@angular/cdk/portal';
9
9
  import * as _mozaic_ds_angular from '@mozaic-ds/angular';
10
+ import { ComponentHarness } from '@angular/cdk/testing';
10
11
 
11
12
  type MozBreadcrumbAppearance = 'standard' | 'inverse';
12
13
  interface MozBreadcrumbLink {
@@ -711,8 +712,9 @@ declare class MozTabComponent {
711
712
  icon: _angular_core.InputSignal<Type<unknown> | undefined>;
712
713
  disabled: _angular_core.InputSignal<boolean>;
713
714
  routerLink: _angular_core.InputSignal<string | undefined>;
715
+ badge: _angular_core.InputSignal<string | number | undefined>;
714
716
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozTabComponent, never>;
715
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozTabComponent, "moz-tab", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
717
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozTabComponent, "moz-tab", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
716
718
  }
717
719
 
718
720
  interface MozTabItem {
@@ -721,6 +723,7 @@ interface MozTabItem {
721
723
  icon?: Type<unknown>;
722
724
  disabled?: boolean;
723
725
  routerLink?: string;
726
+ badge?: number | string;
724
727
  }
725
728
 
726
729
  declare class MozTabsComponent implements AfterContentInit {
@@ -2212,5 +2215,220 @@ declare class MozNavigationIndicatorComponent {
2212
2215
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozNavigationIndicatorComponent, "moz-navigation-indicator", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; "light": { "alias": "light"; "required": false; "isSignal": true; }; "hideAction": { "alias": "hideAction"; "required": false; "isSignal": true; }; "pauseLabel": { "alias": "pauseLabel"; "required": false; "isSignal": true; }; "resumeLabel": { "alias": "resumeLabel"; "required": false; "isSignal": true; }; }, { "active": "activeChange"; "stepClick": "stepClick"; "actionClick": "actionClick"; }, never, never, true, never>;
2213
2216
  }
2214
2217
 
2215
- export { ACTION_LISTBOX_CONFIG, ActionListboxContainerComponent, ActionListboxRef, BuiltInMenuComponent, DEFAULT_ACTION_LISTBOX_CONFIG, DEFAULT_MODAL_CONFIG, DEFAULT_TOASTER_CONFIG, DRAWER_CONFIG, DRAWER_DATA, DrawerContainerComponent, MODAL_CONFIG, MODAL_DATA, MozAccordionComponent, MozAccordionContentComponent, MozAccordionHeaderComponent, MozAccordionPanelComponent, MozActionBottomBarComponent, MozActionListboxComponent, MozActionListboxTriggerDirective, MozAvatarComponent, MozBreadcrumbComponent, MozButtonComponent, MozCalloutComponent, MozCarouselComponent, MozCheckListMenuComponent, MozCheckboxComponent, MozCheckboxGroupComponent, MozCircularProgressBarComponent, MozDatepickerComponent, MozDividerComponent, MozDrawerComponent, MozDrawerFooterDirective, MozDrawerRef, MozDrawerService, MozFieldComponent, MozFieldGroupComponent, MozFileUploaderComponent, MozFileUploaderItemComponent, MozFlagComponent, MozIconButtonComponent, MozKpiComponent, MozLinearProgressBarBufferComponent, MozLinearProgressBarPercentageComponent, MozLinkComponent, MozLoaderComponent, MozLoadingOverlayComponent, MozModalComponent, MozModalFooterDirective, MozModalRef, MozModalService, MozNavigationIndicatorComponent, MozNumberBadgeComponent, MozOverlayComponent, MozPageHeaderComponent, MozPaginationComponent, MozPasswordInputDirective, MozPhoneNumberComponent, MozPincodeInputComponent, MozPopoverComponent, MozPopoverFooterDirective, MozPopoverTriggerDirective, MozQuantitySelectorComponent, MozRadioComponent, MozRadioGroupComponent, MozSegmentedControlComponent, MozSelectComponent, MozSidebarComponent, MozStarRatingComponent, MozStatusBadgeComponent, MozStatusDotComponent, MozStatusMessageComponent, MozStatusNotificationComponent, MozStepperBottomBarComponent, MozStepperCompactComponent, MozStepperInlineComponent, MozStepperStackedComponent, MozTabComponent, MozTabsComponent, MozTagComponent, MozTextInput, MozTextarea, MozTileComponent, MozTileExpandableComponent, MozTileSelectableComponent, MozToasterComponent, MozToasterRef, MozToasterService, MozToggleComponent, MozTooltipComponent, MozTooltipDirective, POPOVER_CONFIG, POPOVER_DATA, PopoverContainerComponent, PopoverRef, PopoverService, TOASTER_CONFIG };
2216
- export type { ActionListboxConfig, ActionListboxPosition, MozActionListItem, MozActionListItemAppearance, MozAvatarSize, MozBreadcrumbAppearance, MozBreadcrumbLink, MozBuiltInMenuItem, MozBuiltInMenuItemTarget, MozButtonAppearance, MozButtonIconPosition, MozButtonSize, MozButtonType, MozCalloutVariant, MozCheckListMenuItem, MozCircularProgessBarSize, MozDatepickerSize, MozDividerAppearance, MozDividerOrientation, MozDividerSize, MozDrawerConfig, MozDrawerPosition, MozFileUploaderFormat, MozFileUploaderItemFormat, MozFlagType, MozIconButtonAppearance, MozIconButtonSize, MozIconButtonType, MozKpiSize, MozKpiStatus, MozKpiTrend, MozLinearProgressBarBufferSize, MozLinkAppearance, MozLinkIconPosition, MozLinkSize, MozLoaderAppearance, MozLoaderSize, MozNavigationIndicatorAction, MozNumberBadgeAppearance, MozNumberBadgeSize, MozPageHeaderScope, MozPhoneNumberCountry, MozPhoneNumberSize, MozPhoneNumberValue, MozPincodeLength, MozPopoverAppearance, MozPopoverPosition, MozPopoverSize, 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, PopoverConfig };
2218
+ /**
2219
+ * McCombobox Data models & type guards
2220
+ *
2221
+ * @packageDocumentation
2222
+ */
2223
+ interface McComboboxOption<T = unknown> {
2224
+ /** Unique value used for selection comparison */
2225
+ value: T;
2226
+ /** Display label */
2227
+ label: string;
2228
+ /** Optional secondary text rendered below the label */
2229
+ content?: string;
2230
+ /** Whether the option is individually disabled */
2231
+ disabled?: boolean;
2232
+ /** Optional icon identifier (rendered in the prepend slot) */
2233
+ icon?: string;
2234
+ }
2235
+ interface McComboboxSection<T = unknown> {
2236
+ /** Section heading text */
2237
+ title: string;
2238
+ /** Options belonging to this section */
2239
+ options: McComboboxOption<T>[];
2240
+ /** When `true` in `multiple` mode, clicking the header toggles all children */
2241
+ checkable?: boolean;
2242
+ }
2243
+ type McComboboxItem<T = unknown> = McComboboxOption<T> | McComboboxSection<T>;
2244
+ type McComboboxSize = 's' | 'm';
2245
+ /** Type-guard: returns `true` when the item is a section header */
2246
+ declare function isSection<T>(item: McComboboxItem<T>): item is McComboboxSection<T>;
2247
+ interface FlatOption<T = unknown> {
2248
+ type: 'option';
2249
+ value: T;
2250
+ label: string;
2251
+ content?: string;
2252
+ disabled?: boolean;
2253
+ icon?: string;
2254
+ /** Parent section title (if any) */
2255
+ sectionTitle?: string;
2256
+ }
2257
+ interface FlatSection {
2258
+ type: 'section';
2259
+ title: string;
2260
+ checkable?: boolean;
2261
+ }
2262
+ type FlatItem<T = unknown> = FlatOption<T> | FlatSection;
2263
+ declare function isFlatSection<T>(item: FlatItem<T>): item is FlatSection;
2264
+ declare function isFlatOption<T>(item: FlatItem<T>): item is FlatOption<T>;
2265
+
2266
+ declare class McComboboxComponent<T = string> implements ControlValueAccessor {
2267
+ /** Items to display (flat options or sections) */
2268
+ readonly items: _angular_core.InputSignal<McComboboxItem<T>[]>;
2269
+ /** Currently selected value(s) — two-way binding with model() */
2270
+ readonly value: _angular_core.ModelSignal<T | T[] | null>;
2271
+ /** Placeholder text shown when nothing is selected */
2272
+ readonly placeholder: _angular_core.InputSignal<string>;
2273
+ /** Enable multi-selection */
2274
+ readonly multiple: _angular_core.InputSignal<boolean>;
2275
+ /** Show counter instead of tags in multi mode */
2276
+ readonly compact: _angular_core.InputSignal<boolean>;
2277
+ /** Component size variant */
2278
+ readonly size: _angular_core.InputSignal<McComboboxSize>;
2279
+ /** Disable the entire component */
2280
+ readonly disabled: _angular_core.InputSignal<boolean>;
2281
+ /** Readonly mode — no interaction allowed */
2282
+ readonly readonly: _angular_core.InputSignal<boolean>;
2283
+ /** Show invalid/error styling */
2284
+ readonly invalid: _angular_core.InputSignal<boolean>;
2285
+ /** Show a clear button when a value is selected */
2286
+ readonly clearable: _angular_core.InputSignal<boolean>;
2287
+ /** Show a search/filter input inside the dropdown */
2288
+ readonly searchable: _angular_core.InputSignal<boolean>;
2289
+ /** Show "Select all / Clear" action buttons (multiple only) */
2290
+ readonly showActions: _angular_core.InputSignal<boolean>;
2291
+ /** Whether the component is in a loading state (e.g. async data) */
2292
+ readonly loading: _angular_core.InputSignal<boolean>;
2293
+ /** Custom comparator for option values */
2294
+ readonly compareWith: _angular_core.InputSignal<(a: T, b: T) => boolean>;
2295
+ /** Accessible label */
2296
+ readonly ariaLabel: _angular_core.InputSignal<string | undefined>;
2297
+ /** Reference to an external label element */
2298
+ readonly ariaLabelledBy: _angular_core.InputSignal<string | undefined>;
2299
+ /** Placeholder shown inside the search input */
2300
+ readonly searchPlaceholder: _angular_core.InputSignal<string>;
2301
+ /** Text shown when no items match the search query */
2302
+ readonly noResultsText: _angular_core.InputSignal<string>;
2303
+ /** Label for the "Select all" action button */
2304
+ readonly selectAllText: _angular_core.InputSignal<string>;
2305
+ /** Label for the "Clear" action button */
2306
+ readonly clearText: _angular_core.InputSignal<string>;
2307
+ /** Suffix for the compact counter (e.g. "3 selected") */
2308
+ readonly selectedSuffix: _angular_core.InputSignal<string>;
2309
+ /** Accessible label for the clear button */
2310
+ readonly clearAriaLabel: _angular_core.InputSignal<string>;
2311
+ /** Text shown inside the dropdown while loading */
2312
+ readonly loadingText: _angular_core.InputSignal<string>;
2313
+ readonly opened: _angular_core.OutputEmitterRef<void>;
2314
+ readonly closed: _angular_core.OutputEmitterRef<void>;
2315
+ readonly searched: _angular_core.OutputEmitterRef<string>;
2316
+ private readonly triggerEl;
2317
+ private readonly searchInputEl;
2318
+ private readonly viewportEl;
2319
+ /** Unique instance id */
2320
+ readonly uid: string;
2321
+ readonly listboxId: string;
2322
+ /** Whether the dropdown panel is open */
2323
+ readonly isOpen: _angular_core.WritableSignal<boolean>;
2324
+ /** Keyboard-focused item index within filteredItems() */
2325
+ readonly focusedIndex: _angular_core.WritableSignal<number>;
2326
+ /** Current search/filter query */
2327
+ readonly searchQuery: _angular_core.WritableSignal<string>;
2328
+ /** Disabled state from ControlValueAccessor */
2329
+ private readonly _disabledFromForm;
2330
+ /** CVA callbacks */
2331
+ private _onChange;
2332
+ private _onTouched;
2333
+ /** Effective disabled state (input OR form-driven) */
2334
+ readonly isEffectivelyDisabled: _angular_core.Signal<boolean>;
2335
+ /** Flatten items into a renderable list */
2336
+ readonly flatItems: _angular_core.Signal<FlatItem<T>[]>;
2337
+ /** Filtered items based on search query */
2338
+ readonly filteredItems: _angular_core.Signal<FlatItem<T>[]>;
2339
+ /** All selectable (non-disabled) option values */
2340
+ readonly allSelectableValues: _angular_core.Signal<T[]>;
2341
+ /** The display string shown on the trigger button */
2342
+ readonly displayValue: _angular_core.Signal<string>;
2343
+ /** Number of selected items (for compact counter) */
2344
+ readonly selectedCount: _angular_core.Signal<number>;
2345
+ /** Whether the clear button should be visible */
2346
+ readonly showClear: _angular_core.Signal<boolean>;
2347
+ /** Viewport height: capped to VIEWPORT_HEIGHT_PX, shrinks for small lists */
2348
+ readonly viewportHeight: _angular_core.Signal<number>;
2349
+ /** Whether a section's children are all selected */
2350
+ readonly isSectionFullySelected: (sectionTitle: string) => boolean;
2351
+ /** Whether a section's children are partially selected */
2352
+ readonly isSectionPartiallySelected: (sectionTitle: string) => boolean;
2353
+ readonly overlayPositions: ConnectedPosition[];
2354
+ /** Width of the trigger (to match overlay width) */
2355
+ readonly triggerWidth: _angular_core.WritableSignal<number>;
2356
+ constructor();
2357
+ open(): void;
2358
+ close(): void;
2359
+ toggle(): void;
2360
+ onTriggerKeydown(event: KeyboardEvent): void;
2361
+ onPanelKeydown(event: KeyboardEvent): void;
2362
+ selectOption(optionValue: T): void;
2363
+ selectAll(): void;
2364
+ clearSelection(): void;
2365
+ onClear(event: MouseEvent): void;
2366
+ toggleSection(sectionTitle: string): void;
2367
+ onSearchInput(event: Event): void;
2368
+ onSearchKeydown(event: KeyboardEvent): void;
2369
+ onOverlayOutsideClick(): void;
2370
+ onOverlayAttached(): void;
2371
+ /** Coerce the current value into an array (safe for .some/.filter/.every). */
2372
+ private _currentValueAsArray;
2373
+ writeValue(val: T | T[] | null): void;
2374
+ registerOnChange(fn: (val: T | T[] | null) => void): void;
2375
+ registerOnTouched(fn: () => void): void;
2376
+ setDisabledState(isDisabled: boolean): void;
2377
+ readonly isFlatSection: typeof isFlatSection;
2378
+ readonly isFlatOption: typeof isFlatOption;
2379
+ readonly itemSizePx = 48;
2380
+ trackByFlatItem(_index: number, item: FlatItem<T>): string;
2381
+ /** Set of currently selected values, recomputed reactively for OnPush */
2382
+ readonly selectedValues: _angular_core.Signal<T[]>;
2383
+ /** Whether a given option value is currently selected */
2384
+ isOptionSelected(optionValue: T): boolean;
2385
+ private _updateTriggerWidth;
2386
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<McComboboxComponent<any>, never>;
2387
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<McComboboxComponent<any>, "moz-combobox", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showActions": { "alias": "showActions"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "noResultsText": { "alias": "noResultsText"; "required": false; "isSignal": true; }; "selectAllText": { "alias": "selectAllText"; "required": false; "isSignal": true; }; "clearText": { "alias": "clearText"; "required": false; "isSignal": true; }; "selectedSuffix": { "alias": "selectedSuffix"; "required": false; "isSignal": true; }; "clearAriaLabel": { "alias": "clearAriaLabel"; "required": false; "isSignal": true; }; "loadingText": { "alias": "loadingText"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "opened": "opened"; "closed": "closed"; "searched": "searched"; }, never, never, true, never>;
2388
+ }
2389
+
2390
+ /**
2391
+ * Harness for a single option inside the combobox dropdown.
2392
+ */
2393
+ declare class McComboboxOptionHarness extends ComponentHarness {
2394
+ static hostSelector: string;
2395
+ getLabel(): Promise<string>;
2396
+ isSelected(): Promise<boolean>;
2397
+ isDisabled(): Promise<boolean>;
2398
+ select(): Promise<void>;
2399
+ }
2400
+ /**
2401
+ * Harness for the McCombobox component.
2402
+ *
2403
+ * Usage:
2404
+ * ```ts
2405
+ * const harness = await loader.getHarness(McComboboxHarness);
2406
+ * await harness.open();
2407
+ * await harness.selectOption({ label: 'Option 1' });
2408
+ * expect(await harness.getDisplayValue()).toBe('Option 1');
2409
+ * ```
2410
+ */
2411
+ declare class McComboboxHarness extends ComponentHarness {
2412
+ static hostSelector: string;
2413
+ private _getTrigger;
2414
+ private _getClearButton;
2415
+ private _getSearchInput;
2416
+ open(): Promise<void>;
2417
+ close(): Promise<void>;
2418
+ isOpen(): Promise<boolean>;
2419
+ getDisplayValue(): Promise<string>;
2420
+ getPlaceholder(): Promise<string>;
2421
+ getOptions(): Promise<McComboboxOptionHarness[]>;
2422
+ selectOption(filter: {
2423
+ label: string;
2424
+ }): Promise<void>;
2425
+ clear(): Promise<void>;
2426
+ search(query: string): Promise<void>;
2427
+ isDisabled(): Promise<boolean>;
2428
+ isInvalid(): Promise<boolean>;
2429
+ isReadonly(): Promise<boolean>;
2430
+ getSelectedCount(): Promise<number>;
2431
+ }
2432
+
2433
+ export { ACTION_LISTBOX_CONFIG, ActionListboxContainerComponent, ActionListboxRef, BuiltInMenuComponent, DEFAULT_ACTION_LISTBOX_CONFIG, DEFAULT_MODAL_CONFIG, DEFAULT_TOASTER_CONFIG, DRAWER_CONFIG, DRAWER_DATA, DrawerContainerComponent, MODAL_CONFIG, MODAL_DATA, McComboboxComponent, McComboboxHarness, McComboboxOptionHarness, MozAccordionComponent, MozAccordionContentComponent, MozAccordionHeaderComponent, MozAccordionPanelComponent, MozActionBottomBarComponent, MozActionListboxComponent, MozActionListboxTriggerDirective, MozAvatarComponent, MozBreadcrumbComponent, MozButtonComponent, MozCalloutComponent, MozCarouselComponent, MozCheckListMenuComponent, MozCheckboxComponent, MozCheckboxGroupComponent, MozCircularProgressBarComponent, MozDatepickerComponent, MozDividerComponent, MozDrawerComponent, MozDrawerFooterDirective, MozDrawerRef, MozDrawerService, MozFieldComponent, MozFieldGroupComponent, MozFileUploaderComponent, MozFileUploaderItemComponent, MozFlagComponent, MozIconButtonComponent, MozKpiComponent, MozLinearProgressBarBufferComponent, MozLinearProgressBarPercentageComponent, MozLinkComponent, MozLoaderComponent, MozLoadingOverlayComponent, MozModalComponent, MozModalFooterDirective, MozModalRef, MozModalService, MozNavigationIndicatorComponent, MozNumberBadgeComponent, MozOverlayComponent, MozPageHeaderComponent, MozPaginationComponent, MozPasswordInputDirective, MozPhoneNumberComponent, MozPincodeInputComponent, MozPopoverComponent, MozPopoverFooterDirective, MozPopoverTriggerDirective, MozQuantitySelectorComponent, MozRadioComponent, MozRadioGroupComponent, MozSegmentedControlComponent, MozSelectComponent, MozSidebarComponent, MozStarRatingComponent, MozStatusBadgeComponent, MozStatusDotComponent, MozStatusMessageComponent, MozStatusNotificationComponent, MozStepperBottomBarComponent, MozStepperCompactComponent, MozStepperInlineComponent, MozStepperStackedComponent, MozTabComponent, MozTabsComponent, MozTagComponent, MozTextInput, MozTextarea, MozTileComponent, MozTileExpandableComponent, MozTileSelectableComponent, MozToasterComponent, MozToasterRef, MozToasterService, MozToggleComponent, MozTooltipComponent, MozTooltipDirective, POPOVER_CONFIG, POPOVER_DATA, PopoverContainerComponent, PopoverRef, PopoverService, TOASTER_CONFIG, isSection };
2434
+ export type { ActionListboxConfig, ActionListboxPosition, McComboboxItem, McComboboxOption, McComboboxSection, McComboboxSize, MozActionListItem, MozActionListItemAppearance, MozAvatarSize, MozBreadcrumbAppearance, MozBreadcrumbLink, MozBuiltInMenuItem, MozBuiltInMenuItemTarget, MozButtonAppearance, MozButtonIconPosition, MozButtonSize, MozButtonType, MozCalloutVariant, MozCheckListMenuItem, MozCircularProgessBarSize, MozDatepickerSize, MozDividerAppearance, MozDividerOrientation, MozDividerSize, MozDrawerConfig, MozDrawerPosition, MozFileUploaderFormat, MozFileUploaderItemFormat, MozFlagType, MozIconButtonAppearance, MozIconButtonSize, MozIconButtonType, MozKpiSize, MozKpiStatus, MozKpiTrend, MozLinearProgressBarBufferSize, MozLinkAppearance, MozLinkIconPosition, MozLinkSize, MozLoaderAppearance, MozLoaderSize, MozNavigationIndicatorAction, MozNumberBadgeAppearance, MozNumberBadgeSize, MozPageHeaderScope, MozPhoneNumberCountry, MozPhoneNumberSize, MozPhoneNumberValue, MozPincodeLength, MozPopoverAppearance, MozPopoverPosition, MozPopoverSize, 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, PopoverConfig };