@mozaic-ds/angular 2.0.61 → 2.0.63
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
|
@@ -242,7 +242,7 @@ declare class MozFileUploaderItemComponent {
|
|
|
242
242
|
readonly fileName: _angular_core.Signal<string>;
|
|
243
243
|
readonly fileInfo: _angular_core.Signal<string>;
|
|
244
244
|
readonly isInline: _angular_core.Signal<boolean>;
|
|
245
|
-
readonly stateModifier: _angular_core.Signal<"
|
|
245
|
+
readonly stateModifier: _angular_core.Signal<"default" | "error" | "loading">;
|
|
246
246
|
readonly modifierClass: _angular_core.Signal<string>;
|
|
247
247
|
readonly isUploading: _angular_core.Signal<boolean>;
|
|
248
248
|
readonly stateIcon: _angular_core.Signal<typeof CheckCircle32 | typeof Uploading32 | typeof WarningCircle32>;
|
|
@@ -323,7 +323,7 @@ declare class MozLoaderComponent {
|
|
|
323
323
|
"loader--text-visible": boolean;
|
|
324
324
|
}>;
|
|
325
325
|
readonly viewBox: _angular_core.Signal<"0 0 20 20" | "0 0 24 24" | "0 0 64 64" | "0 0 32 32">;
|
|
326
|
-
readonly circleRadius: _angular_core.Signal<3 | 6 |
|
|
326
|
+
readonly circleRadius: _angular_core.Signal<3 | 6 | 9 | 19>;
|
|
327
327
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozLoaderComponent, never>;
|
|
328
328
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozLoaderComponent, "moz-loader", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
329
329
|
}
|
|
@@ -1998,6 +1998,7 @@ interface MozDrawerConfig<D = unknown> {
|
|
|
1998
1998
|
position?: MozDrawerPosition;
|
|
1999
1999
|
extended?: boolean;
|
|
2000
2000
|
back?: boolean;
|
|
2001
|
+
panelClass?: string;
|
|
2001
2002
|
data?: D;
|
|
2002
2003
|
}
|
|
2003
2004
|
declare const DRAWER_CONFIG: InjectionToken<MozDrawerConfig<unknown>>;
|
|
@@ -2014,6 +2015,7 @@ declare class MozDrawerRef<R = unknown> {
|
|
|
2014
2015
|
readonly position: _angular_core.WritableSignal<MozDrawerPosition>;
|
|
2015
2016
|
readonly extended: _angular_core.WritableSignal<boolean>;
|
|
2016
2017
|
readonly back: _angular_core.WritableSignal<boolean>;
|
|
2018
|
+
readonly panelClass: _angular_core.WritableSignal<string | undefined>;
|
|
2017
2019
|
private animationDuration;
|
|
2018
2020
|
constructor(overlayRef: OverlayRef);
|
|
2019
2021
|
open(): void;
|
|
@@ -2053,6 +2055,7 @@ declare class DrawerContainerComponent {
|
|
|
2053
2055
|
'is-open': boolean;
|
|
2054
2056
|
'mc-drawer--extend': boolean;
|
|
2055
2057
|
}>;
|
|
2058
|
+
readonly dialogClasses: _angular_core.Signal<string>;
|
|
2056
2059
|
readonly ariaModal: _angular_core.Signal<"true" | "false">;
|
|
2057
2060
|
attachComponent<C>(component: Type<C>): ComponentRef<C>;
|
|
2058
2061
|
registerFooter(tpl: TemplateRef<void>): void;
|
|
@@ -2071,6 +2074,7 @@ declare class MozDrawerComponent {
|
|
|
2071
2074
|
readonly back: _angular_core.InputSignal<boolean>;
|
|
2072
2075
|
readonly title: _angular_core.InputSignal<string>;
|
|
2073
2076
|
readonly contentTitle: _angular_core.InputSignal<string | undefined>;
|
|
2077
|
+
readonly panelClass: _angular_core.InputSignal<string | undefined>;
|
|
2074
2078
|
readonly updateOpen: _angular_core.OutputEmitterRef<boolean>;
|
|
2075
2079
|
readonly backEvent: _angular_core.OutputEmitterRef<void>;
|
|
2076
2080
|
readonly footerTpl: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
@@ -2081,6 +2085,7 @@ declare class MozDrawerComponent {
|
|
|
2081
2085
|
'is-open': boolean;
|
|
2082
2086
|
'mc-drawer--extend': boolean;
|
|
2083
2087
|
}>;
|
|
2088
|
+
readonly dialogClasses: _angular_core.Signal<string>;
|
|
2084
2089
|
readonly ariaModal: _angular_core.Signal<"true" | "false">;
|
|
2085
2090
|
constructor();
|
|
2086
2091
|
close(): void;
|
|
@@ -2089,7 +2094,7 @@ declare class MozDrawerComponent {
|
|
|
2089
2094
|
onEscape(): void;
|
|
2090
2095
|
onBackdropClick(event: MouseEvent): void;
|
|
2091
2096
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozDrawerComponent, never>;
|
|
2092
|
-
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>;
|
|
2097
|
+
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; }; "panelClass": { "alias": "panelClass"; "required": false; "isSignal": true; }; }, { "updateOpen": "updateOpen"; "backEvent": "backEvent"; }, ["footerTpl"], ["*"], true, never>;
|
|
2093
2098
|
}
|
|
2094
2099
|
|
|
2095
2100
|
type MozPopoverAppearance = 'default' | 'inverse';
|
|
@@ -2655,6 +2660,21 @@ interface GroupEvent {
|
|
|
2655
2660
|
columns: string[];
|
|
2656
2661
|
groups: GroupEntry[];
|
|
2657
2662
|
}
|
|
2663
|
+
/**
|
|
2664
|
+
* Emitted when the toolbar export action is triggered while `exportMode` is
|
|
2665
|
+
* `'server'`. The grid does not produce a file itself — the consumer reacts to
|
|
2666
|
+
* this event (e.g. calls a back-end export endpoint) using the active view
|
|
2667
|
+
* descriptors below.
|
|
2668
|
+
*/
|
|
2669
|
+
interface GridExportEvent {
|
|
2670
|
+
format: 'csv';
|
|
2671
|
+
/** Active sort descriptors at export time. */
|
|
2672
|
+
sorts: SortDef[];
|
|
2673
|
+
/** Active filter model at export time. */
|
|
2674
|
+
filterModel: FilterModel;
|
|
2675
|
+
/** Fields of the currently visible columns, in display order. */
|
|
2676
|
+
columns: string[];
|
|
2677
|
+
}
|
|
2658
2678
|
interface RowSelectionEvent<T = unknown> {
|
|
2659
2679
|
selectedIds: unknown[];
|
|
2660
2680
|
excludedIds: unknown[];
|
|
@@ -3319,6 +3339,12 @@ declare class MozGridComponent<T = unknown> {
|
|
|
3319
3339
|
/** CTA label on the "no results" state. Empty disables the button. */
|
|
3320
3340
|
readonly noResultsActionLabel: _angular_core.InputSignal<string>;
|
|
3321
3341
|
readonly exportable: _angular_core.InputSignal<boolean>;
|
|
3342
|
+
/**
|
|
3343
|
+
* `'client'` (default): the grid builds and downloads the CSV itself.
|
|
3344
|
+
* `'server'`: the grid emits `(exportRequest)` instead, leaving the consumer
|
|
3345
|
+
* to perform the export (e.g. a back-end download).
|
|
3346
|
+
*/
|
|
3347
|
+
readonly exportMode: _angular_core.InputSignal<"client" | "server">;
|
|
3322
3348
|
readonly showToolbar: _angular_core.InputSignal<boolean>;
|
|
3323
3349
|
readonly multiCellSelection: _angular_core.InputSignal<boolean>;
|
|
3324
3350
|
readonly horizontalVirtualScroll: _angular_core.InputSignal<boolean>;
|
|
@@ -3340,6 +3366,8 @@ declare class MozGridComponent<T = unknown> {
|
|
|
3340
3366
|
readonly bulkDelete: _angular_core.OutputEmitterRef<BulkDeleteEvent>;
|
|
3341
3367
|
readonly fillDown: _angular_core.OutputEmitterRef<FillDownEvent>;
|
|
3342
3368
|
readonly settingsChange: _angular_core.OutputEmitterRef<GridSettingsResult>;
|
|
3369
|
+
/** Emitted when the toolbar export is triggered while `exportMode === 'server'`. */
|
|
3370
|
+
readonly exportRequest: _angular_core.OutputEmitterRef<GridExportEvent>;
|
|
3343
3371
|
protected readonly isFullscreen: _angular_core.WritableSignal<boolean>;
|
|
3344
3372
|
protected readonly groupPanelOpen: _angular_core.WritableSignal<boolean>;
|
|
3345
3373
|
/**
|
|
@@ -3535,7 +3563,7 @@ declare class MozGridComponent<T = unknown> {
|
|
|
3535
3563
|
private deleteSelectedRows;
|
|
3536
3564
|
private coerceAndValidate;
|
|
3537
3565
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozGridComponent<any>, never>;
|
|
3538
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozGridComponent<any>, "moz-grid", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "filterMode": { "alias": "filterMode"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "rowSelection": { "alias": "rowSelection"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "rowIdField": { "alias": "rowIdField"; "required": false; "isSignal": true; }; "formulas": { "alias": "formulas"; "required": false; "isSignal": true; }; "detailTemplate": { "alias": "detailTemplate"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; "reorderable": { "alias": "reorderable"; "required": false; "isSignal": true; }; "stateKey": { "alias": "stateKey"; "required": false; "isSignal": true; }; "emptyDataTitle": { "alias": "emptyDataTitle"; "required": false; "isSignal": true; }; "emptyDataDescription": { "alias": "emptyDataDescription"; "required": false; "isSignal": true; }; "noResultsTitle": { "alias": "noResultsTitle"; "required": false; "isSignal": true; }; "noResultsDescription": { "alias": "noResultsDescription"; "required": false; "isSignal": true; }; "noResultsActionLabel": { "alias": "noResultsActionLabel"; "required": false; "isSignal": true; }; "exportable": { "alias": "exportable"; "required": false; "isSignal": true; }; "showToolbar": { "alias": "showToolbar"; "required": false; "isSignal": true; }; "multiCellSelection": { "alias": "multiCellSelection"; "required": false; "isSignal": true; }; "horizontalVirtualScroll": { "alias": "horizontalVirtualScroll"; "required": false; "isSignal": true; }; "loadingStrategy": { "alias": "loadingStrategy"; "required": false; "isSignal": true; }; "scrollThreshold": { "alias": "scrollThreshold"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; "filterApplyMode": { "alias": "filterApplyMode"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "pageChange": "pageChange"; "loadMore": "loadMore"; "cellEdit": "cellEdit"; "cellEditCancel": "cellEditCancel"; "selectionChange": "selectionChange"; "cellSelectionChange": "cellSelectionChange"; "groupChange": "groupChange"; "filterChange": "filterChange"; "bulkEdit": "bulkEdit"; "bulkCopy": "bulkCopy"; "bulkPaste": "bulkPaste"; "bulkDelete": "bulkDelete"; "fillDown": "fillDown"; "settingsChange": "settingsChange"; }, ["columnDefs", "toolbarDefs", "emptyDefs"], ["[mozGridFilterTags]"], true, never>;
|
|
3566
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozGridComponent<any>, "moz-grid", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "filterMode": { "alias": "filterMode"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "rowSelection": { "alias": "rowSelection"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "rowIdField": { "alias": "rowIdField"; "required": false; "isSignal": true; }; "formulas": { "alias": "formulas"; "required": false; "isSignal": true; }; "detailTemplate": { "alias": "detailTemplate"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; "reorderable": { "alias": "reorderable"; "required": false; "isSignal": true; }; "stateKey": { "alias": "stateKey"; "required": false; "isSignal": true; }; "emptyDataTitle": { "alias": "emptyDataTitle"; "required": false; "isSignal": true; }; "emptyDataDescription": { "alias": "emptyDataDescription"; "required": false; "isSignal": true; }; "noResultsTitle": { "alias": "noResultsTitle"; "required": false; "isSignal": true; }; "noResultsDescription": { "alias": "noResultsDescription"; "required": false; "isSignal": true; }; "noResultsActionLabel": { "alias": "noResultsActionLabel"; "required": false; "isSignal": true; }; "exportable": { "alias": "exportable"; "required": false; "isSignal": true; }; "exportMode": { "alias": "exportMode"; "required": false; "isSignal": true; }; "showToolbar": { "alias": "showToolbar"; "required": false; "isSignal": true; }; "multiCellSelection": { "alias": "multiCellSelection"; "required": false; "isSignal": true; }; "horizontalVirtualScroll": { "alias": "horizontalVirtualScroll"; "required": false; "isSignal": true; }; "loadingStrategy": { "alias": "loadingStrategy"; "required": false; "isSignal": true; }; "scrollThreshold": { "alias": "scrollThreshold"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; "filterApplyMode": { "alias": "filterApplyMode"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "pageChange": "pageChange"; "loadMore": "loadMore"; "cellEdit": "cellEdit"; "cellEditCancel": "cellEditCancel"; "selectionChange": "selectionChange"; "cellSelectionChange": "cellSelectionChange"; "groupChange": "groupChange"; "filterChange": "filterChange"; "bulkEdit": "bulkEdit"; "bulkCopy": "bulkCopy"; "bulkPaste": "bulkPaste"; "bulkDelete": "bulkDelete"; "fillDown": "fillDown"; "settingsChange": "settingsChange"; "exportRequest": "exportRequest"; }, ["columnDefs", "toolbarDefs", "emptyDefs"], ["[mozGridFilterTags]"], true, never>;
|
|
3539
3567
|
}
|
|
3540
3568
|
|
|
3541
3569
|
interface GroupRow<T = unknown> {
|
|
@@ -3915,6 +3943,12 @@ declare class FilterEngine<T = unknown> {
|
|
|
3915
3943
|
clearAll(): void;
|
|
3916
3944
|
/** Convenience: drop all conditions that target a given field. */
|
|
3917
3945
|
removeByField(field: string): void;
|
|
3946
|
+
/**
|
|
3947
|
+
* Drops conditions whose value is not yet complete. Called when a filter
|
|
3948
|
+
* builder is dismissed: a row the user added but never filled in must not
|
|
3949
|
+
* linger in the model as a phantom active filter.
|
|
3950
|
+
*/
|
|
3951
|
+
dropIncompleteConditions(): void;
|
|
3918
3952
|
/**
|
|
3919
3953
|
* Evaluates the current model against the provided data.
|
|
3920
3954
|
* In `server` filterMode the grid delegates filtering to the consumer — returns input as-is.
|
|
@@ -5038,4 +5072,4 @@ declare class MozTreeNodeComponent<T = unknown> {
|
|
|
5038
5072
|
}
|
|
5039
5073
|
|
|
5040
5074
|
export { ACTION_LISTBOX_CONFIG, ActionListboxContainerComponent, ActionListboxRef, BuiltInMenuComponent, CellSelectionEngine, CellValidationEngine, ColumnReorderEngine, ColumnResizeEngine, DEFAULT_ACTION_LISTBOX_CONFIG, DEFAULT_FORMULA_FUNCTIONS, DEFAULT_GRID_OPTIONS, DEFAULT_MODAL_CONFIG, DEFAULT_OPERATORS, DEFAULT_OPERATOR_PER_TYPE, DEFAULT_TOASTER_CONFIG, DRAWER_CONFIG, DRAWER_DATA, DrawerContainerComponent, ExpandableRowEngine, ExportEngine, FilterEngine, FormulaEngine, FormulaValues, GridEngine, GridGroupDrawerComponent, GridSettingsDrawerComponent, GridStateManager, GroupEngine, HorizontalVirtualScrollEngine, InfiniteScrollEngine, InlineEditEngine, KeyboardEngine, MODAL_CONFIG, MODAL_DATA, MozAccordionComponent, MozAccordionContentComponent, MozAccordionHeaderComponent, MozAccordionPanelComponent, MozActionBottomBarComponent, MozActionListboxComponent, MozActionListboxTriggerDirective, MozAvatarComponent, MozBreadcrumbComponent, MozButtonComponent, MozCalloutComponent, MozCarouselComponent, MozCheckListMenuComponent, MozCheckboxComponent, MozCheckboxGroupComponent, MozCircularProgressBarComponent, MozComboboxComponent, MozComboboxHarness, MozComboboxOptionHarness, MozCustomFilterHostDirective, MozDatepickerComponent, MozDividerComponent, MozDrawerComponent, MozDrawerFooterDirective, MozDrawerRef, MozDrawerService, MozFieldComponent, MozFieldGroupComponent, MozFileUploaderComponent, MozFileUploaderItemComponent, MozFlagComponent, MozGridBodyComponent, MozGridCellComponent, MozGridColumnDef, MozGridColumnVisibilityPanelComponent, MozGridComponent, MozGridCustomFilter, MozGridDetailRowComponent, MozGridEmptyDef, MozGridFooterComponent, MozGridGroupRowComponent, MozGridHeaderCellComponent, MozGridHeaderComponent, MozGridHeaderMenuComponent, MozGridLoadingIndicatorComponent, MozGridRowComponent, MozGridToolbarDef, 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, MozTreeComponent, MozTreeNodeComponent, MozTreeNodeTemplateDirective, OPERATOR_LABELS, POPOVER_CONFIG, POPOVER_DATA, PaginationEngine, PopoverContainerComponent, PopoverRef, PopoverService, RANGE_OPERATORS, RowSelectionEngine, SortEngine, StatePersistenceEngine, TOASTER_CONFIG, TreeEngine, TreeKeyboardService, TreeSelectionService, TreeStateService, VALUELESS_OPERATORS, addressToA1, firstError, generateConditionId, isConditionComplete, isSection, toBoolean, toNumber, toStringValue, trackByField, trackDisplayRow };
|
|
5041
|
-
export type { ActionListboxConfig, ActionListboxPosition, ActiveFilter, BooleanOperator, BulkCellChange, BulkCopyEvent, BulkDeleteEvent, BulkEditEvent, BulkPasteEvent, CellAddress, CellCoord, CellEditCancelEvent, CellEditEvent, CellEditState, CellEditorType, CellError, CellRange, CellSelectionEvent, ColumnDef, ColumnFreezeEvent, ColumnReorderEvent, ColumnResizeEvent, ColumnSearchToggleEvent, ColumnStateEntry, ColumnVisibilityEvent, DateOperator, DisplayRow, ExportOptions, FillDownEvent, FilterApplyMode, FilterChangeReason, FilterColumnDescriptor, FilterCombinator, FilterCondition, FilterDataType, FilterDrawerData, FilterDrawerResult, FilterEvent, FilterMode, FilterModel, FilterOperator, FilterValue, FlatNode, FormulaArity, FormulaChangeEvent, FormulaDataSource, FormulaError, FormulaErrorEvent, FormulaEvalContext, FormulaFunctionDocs, FormulaFunctionImpl, FormulaFunctionRegistry, FormulaValue, GridDensity, GridEmptyContext, GridEmptyKind, GridEventMap, GridEventType, GridOptions, GridPlugin, GridSettingsData, GridSettingsResult, GridToolbarSlot, GroupDrawerData, GroupDrawerResult, GroupEntry, GroupEvent, GroupRow, HeaderMenuActionId, HeaderMenuConfig, KeyboardActions, LoadChildrenFn, LoadMoreEvent, LoadingStrategy, MozActionListItem, MozActionListItemAppearance, MozAvatarSize, MozBreadcrumbAppearance, MozBreadcrumbLink, MozBuiltInMenuItem, MozBuiltInMenuItemTarget, MozButtonAppearance, MozButtonIconPosition, MozButtonSize, MozButtonType, MozCalloutVariant, MozCheckListMenuItem, MozCircularProgessBarSize, MozComboboxItem, MozComboboxOption, MozComboboxSection, MozComboboxSize, 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, NumberOperator, PageEvent, PaginationState, PersistedGridState, PopoverConfig, PopoverTriggerMode, RowSelectionEvent, SelectAllMode, SetOperator, SortDef, SortDirection, SortEvent, TextOperator, TreeDisplayRow, TreeNode, TreeNodeConfig, TreeNodeContext, TreeSelectionMode };
|
|
5075
|
+
export type { ActionListboxConfig, ActionListboxPosition, ActiveFilter, BooleanOperator, BulkCellChange, BulkCopyEvent, BulkDeleteEvent, BulkEditEvent, BulkPasteEvent, CellAddress, CellCoord, CellEditCancelEvent, CellEditEvent, CellEditState, CellEditorType, CellError, CellRange, CellSelectionEvent, ColumnDef, ColumnFreezeEvent, ColumnReorderEvent, ColumnResizeEvent, ColumnSearchToggleEvent, ColumnStateEntry, ColumnVisibilityEvent, DateOperator, DisplayRow, ExportOptions, FillDownEvent, FilterApplyMode, FilterChangeReason, FilterColumnDescriptor, FilterCombinator, FilterCondition, FilterDataType, FilterDrawerData, FilterDrawerResult, FilterEvent, FilterMode, FilterModel, FilterOperator, FilterValue, FlatNode, FormulaArity, FormulaChangeEvent, FormulaDataSource, FormulaError, FormulaErrorEvent, FormulaEvalContext, FormulaFunctionDocs, FormulaFunctionImpl, FormulaFunctionRegistry, FormulaValue, GridDensity, GridEmptyContext, GridEmptyKind, GridEventMap, GridEventType, GridExportEvent, GridOptions, GridPlugin, GridSettingsData, GridSettingsResult, GridToolbarSlot, GroupDrawerData, GroupDrawerResult, GroupEntry, GroupEvent, GroupRow, HeaderMenuActionId, HeaderMenuConfig, KeyboardActions, LoadChildrenFn, LoadMoreEvent, LoadingStrategy, MozActionListItem, MozActionListItemAppearance, MozAvatarSize, MozBreadcrumbAppearance, MozBreadcrumbLink, MozBuiltInMenuItem, MozBuiltInMenuItemTarget, MozButtonAppearance, MozButtonIconPosition, MozButtonSize, MozButtonType, MozCalloutVariant, MozCheckListMenuItem, MozCircularProgessBarSize, MozComboboxItem, MozComboboxOption, MozComboboxSection, MozComboboxSize, 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, NumberOperator, PageEvent, PaginationState, PersistedGridState, PopoverConfig, PopoverTriggerMode, RowSelectionEvent, SelectAllMode, SetOperator, SortDef, SortDirection, SortEvent, TextOperator, TreeDisplayRow, TreeNode, TreeNodeConfig, TreeNodeContext, TreeSelectionMode };
|