@one-paragon/angular-utilities 0.0.2 → 0.0.4

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.
@@ -1770,7 +1770,7 @@ class CustomCellDirective {
1770
1770
  displayName: this.displayName ?? metaData?.displayName,
1771
1771
  preSort: this.preSort ?? metaData?.preSort,
1772
1772
  fieldType: metaData?.fieldType ?? FieldType.Unknown,
1773
- order: this.customCellOrder ?? metaData?.order ?? 0,
1773
+ order: this.customCellOrder ?? metaData?.order,
1774
1774
  _internalNotUserDefined: !(!!metaData),
1775
1775
  width: this.customCellWidth ?? metaData?.width,
1776
1776
  customCell: true,
@@ -3277,3 +3277,4 @@ const CreateTableBuilder = (reportDef$) => {
3277
3277
  */
3278
3278
 
3279
3279
  export { ArrayStyle, AutoFocusDirective, CreateTableBuilder, CustomCellDirective, DateFilterComponent, DialogDirective, DialogOpenDirective, FieldType, FilterChipsComponent, FilterComponent, FilterType, FunctionPipe, GenColDisplayerComponent, GenFilterDisplayerComponent, GenericTableComponent, HttpErrorStateDirective, HttpInProgressStateDirective, HttpNotStartedStateDirective, HttpRequestModule, HttpRequestStateDirective, HttpRequestStateFactory, HttpRequestStateStore, HttpRequestStatus, HttpRequestStrategy, HttpSuccessStateDirective, MatTableObservableDataSource, MultiSortDirective, PaginatorComponent, PhoneNumberPipe, PreventEnterDirective, ResizeColumnDirective, SortDirection, SpaceCasePipe, StopPropagationDirective, StylerDirective, TableBuilder, TableBuilderModule, TableContainerComponent, Target, UtilitiesModule, chainRequest, combineArrays, createFailure, createSuccess, defaultShareReplay, filterArray, getRequestorBody, getRequestorStatus, httpRequest, httpRequestor, inProgress, isErrorState, isSuccessState, mapArray, mapError, notNull, notStarted, onWait, previousAndCurrent, skipOneWhen, spaceCase, statusIsSuccessOrInProgress, switchOff, tapError, tapSuccess };
3280
+ //# sourceMappingURL=one-paragon-angular-utilities.mjs.map