@saydar/table-builder 1.0.12 → 1.0.14

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": "@saydar/table-builder",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Yitzchak-Holtzberg/OodleTableBuilder.git"
@@ -5,7 +5,7 @@ import { Observable, Subscription, Subject, Unsubscribable, ReplaySubject, Behav
5
5
  import { ComponentStore } from '@ngrx/component-store';
6
6
  import { HttpErrorResponse } from '@angular/common/http';
7
7
  import * as _saydar_table_builder from '@saydar/table-builder';
8
- import * as i34 from '@angular/router';
8
+ import * as i35 from '@angular/router';
9
9
  import { QueryParamsHandling } from '@angular/router';
10
10
  import * as i23 from '@angular/material/sort';
11
11
  import { Sort, SortDirection as SortDirection$1, MatSort } from '@angular/material/sort';
@@ -19,22 +19,22 @@ import { MatRadioButton } from '@angular/material/radio';
19
19
  import { MatButtonToggle } from '@angular/material/button-toggle';
20
20
  import * as i19 from '@angular/material/checkbox';
21
21
  import { MatCheckbox } from '@angular/material/checkbox';
22
- import * as i33 from '@angular/forms';
22
+ import * as i34 from '@angular/forms';
23
23
  import { NgControl, ControlValueAccessor } from '@angular/forms';
24
24
  import * as i12 from '@angular/material/core';
25
25
  import { MatOption } from '@angular/material/core';
26
- import * as i29 from '@angular/common';
26
+ import * as i30 from '@angular/common';
27
27
  import { DatePipe, CurrencyPipe } from '@angular/common';
28
28
  import * as _ngrx_store from '@ngrx/store';
29
29
  import { Store, Action, MemoizedSelector } from '@ngrx/store';
30
30
  import { SelectionModel } from '@angular/cdk/collections';
31
31
  import * as _ngrx_entity from '@ngrx/entity';
32
32
  import { Dictionary as Dictionary$1, Predicate as Predicate$1, EntityState } from '@ngrx/entity';
33
- import * as i36 from '@angular/cdk/drag-drop';
33
+ import * as i37 from '@angular/cdk/drag-drop';
34
34
  import { CdkDragDrop, CdkDropList } from '@angular/cdk/drag-drop';
35
35
  import * as i25 from '@angular/material/paginator';
36
36
  import { MatPaginator } from '@angular/material/paginator';
37
- import * as i39 from 'ng-table-virtual-scroll';
37
+ import * as i40 from 'ng-table-virtual-scroll';
38
38
  import { TableVirtualScrollDataSource } from 'ng-table-virtual-scroll';
39
39
  import * as i20 from '@angular/material/menu';
40
40
  import { MatMenuTrigger } from '@angular/material/menu';
@@ -57,9 +57,9 @@ import * as i21 from '@angular/material/icon';
57
57
  import * as i22 from '@angular/material/badge';
58
58
  import * as i24 from '@angular/material/autocomplete';
59
59
  import * as i26 from '@angular/material/chips';
60
- import * as i32 from '@ngrx/effects';
61
- import * as i35 from '@ngrx/component';
62
- import * as i38 from '@angular/cdk/scrolling';
60
+ import * as i33 from '@ngrx/effects';
61
+ import * as i36 from '@ngrx/component';
62
+ import * as i39 from '@angular/cdk/scrolling';
63
63
 
64
64
  declare enum HttpRequestStatus {
65
65
  notStarted = 0,
@@ -1807,6 +1807,12 @@ declare class FormatFilterValuePipe implements PipeTransform {
1807
1807
  static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterValuePipe, "formatFilterValue", false>;
1808
1808
  }
1809
1809
 
1810
+ declare class AsFilterPillsPipe implements PipeTransform {
1811
+ transform(value: any): string[] | null;
1812
+ static ɵfac: i0.ɵɵFactoryDeclaration<AsFilterPillsPipe, never>;
1813
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsFilterPillsPipe, "asFilterPills", false>;
1814
+ }
1815
+
1810
1816
  declare class FormatFilterTypePipe implements PipeTransform {
1811
1817
  transform(filterType: FilterType, value: any): FilterType | "Is Not Blank";
1812
1818
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatFilterTypePipe, never>;
@@ -1930,7 +1936,7 @@ declare class MaterialModule {
1930
1936
  declare class TableBuilderModule {
1931
1937
  static forRoot(config: TableBuilderConfig): ModuleWithProviders<TableBuilderModule>;
1932
1938
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBuilderModule, never>;
1933
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableBuilderModule, [typeof ColumnTotalPipe, typeof TableContainerComponent, typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof DateFilterComponent, typeof FilterComponent, typeof MultiSortDirective, typeof NumberFilterComponent, typeof ColumnBuilderComponent, typeof ArrayColumnComponent, typeof LinkColumnComponent, typeof HeaderMenuComponent, typeof KeyDisplayPipe, typeof FormatFilterValuePipe, typeof FormatFilterTypePipe, typeof ResizeColumnDirective, typeof InFilterComponent, typeof InitializationComponent, typeof InListFilterComponent, typeof SortMenuComponent, typeof FilterChipsComponent, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent, typeof DateTimeFilterComponent], [typeof i29.CommonModule, typeof MaterialModule, typeof _ngrx_store.StoreFeatureModule, typeof i32.EffectsFeatureModule, typeof i33.FormsModule, typeof i34.RouterModule, typeof i35.LetDirective, typeof i36.DragDropModule, typeof UtilitiesModule, typeof i38.ScrollingModule, typeof i39.TableVirtualScrollModule], [typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof TableContainerComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof FilterComponent, typeof MultiSortDirective, typeof ResizeColumnDirective, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent]>;
1939
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableBuilderModule, [typeof ColumnTotalPipe, typeof TableContainerComponent, typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof DateFilterComponent, typeof FilterComponent, typeof MultiSortDirective, typeof NumberFilterComponent, typeof ColumnBuilderComponent, typeof ArrayColumnComponent, typeof LinkColumnComponent, typeof HeaderMenuComponent, typeof KeyDisplayPipe, typeof FormatFilterValuePipe, typeof AsFilterPillsPipe, typeof FormatFilterTypePipe, typeof ResizeColumnDirective, typeof InFilterComponent, typeof InitializationComponent, typeof InListFilterComponent, typeof SortMenuComponent, typeof FilterChipsComponent, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent, typeof DateTimeFilterComponent], [typeof i30.CommonModule, typeof MaterialModule, typeof _ngrx_store.StoreFeatureModule, typeof i33.EffectsFeatureModule, typeof i34.FormsModule, typeof i35.RouterModule, typeof i36.LetDirective, typeof i37.DragDropModule, typeof UtilitiesModule, typeof i39.ScrollingModule, typeof i40.TableVirtualScrollModule], [typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof TableContainerComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof FilterComponent, typeof MultiSortDirective, typeof ResizeColumnDirective, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent]>;
1934
1940
  static ɵinj: i0.ɵɵInjectorDeclaration<TableBuilderModule>;
1935
1941
  }
1936
1942
 
@@ -2014,7 +2020,7 @@ declare function actionStatusReducer(state: StatusState | undefined, action: Act
2014
2020
 
2015
2021
  declare class NgrxExtModule {
2016
2022
  static ɵfac: i0.ɵɵFactoryDeclaration<NgrxExtModule, never>;
2017
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof i29.CommonModule, typeof _ngrx_store.StoreFeatureModule], never>;
2023
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof i30.CommonModule, typeof _ngrx_store.StoreFeatureModule], never>;
2018
2024
  static ɵinj: i0.ɵɵInjectorDeclaration<NgrxExtModule>;
2019
2025
  }
2020
2026