ngx-rs-ant 2.3.1 → 2.3.2

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.
@@ -2268,7 +2268,7 @@ class DataGridFactory {
2268
2268
  column.headerFilter.dataSource = {
2269
2269
  store: new CustomStore({
2270
2270
  load: () => {
2271
- const filter = JSON.stringify(dataGridInstance.getCombinedFilter());
2271
+ const filter = JSON.stringify(dataGridInstance.instance.getCombinedFilter());
2272
2272
  return lastValueFrom(this.service.getUserColumnDataSource(tenant, className, view, field.name, filter));
2273
2273
  }
2274
2274
  }),
@@ -2313,7 +2313,7 @@ class DataGridFactory {
2313
2313
  column.headerFilter.dataSource = {
2314
2314
  store: new CustomStore({
2315
2315
  load: () => {
2316
- const filter = JSON.stringify(dataGridInstance.getCombinedFilter());
2316
+ const filter = JSON.stringify(dataGridInstance.instance.getCombinedFilter());
2317
2317
  return lastValueFrom(this.service.getUnitColumnDataSource(tenant, className, view, field.name, filter));
2318
2318
  }
2319
2319
  }),
@@ -2352,7 +2352,7 @@ class DataGridFactory {
2352
2352
  column.headerFilter.dataSource = {
2353
2353
  store: new CustomStore({
2354
2354
  load: () => {
2355
- const filter = JSON.stringify(dataGridInstance.getCombinedFilter());
2355
+ const filter = JSON.stringify(dataGridInstance.instance.getCombinedFilter());
2356
2356
  return lastValueFrom(this.service.getConstraintColumnDataSource(tenant, className, view, field.name, field.config.constraint.name, filter));
2357
2357
  }
2358
2358
  }),
@@ -2986,7 +2986,7 @@ class DataGridComponent {
2986
2986
  }
2987
2987
  reload() {
2988
2988
  this.columns.length = 0;
2989
- this.factory.makeDataGridColumns(this.tenant, this.className, this.view, this).subscribe(columns => {
2989
+ this.factory.makeDataGridColumns(this.tenant, this.className, this.view, this.dxDataGrid).subscribe(columns => {
2990
2990
  if (this.customColumnFn) {
2991
2991
  this.customColumnFn(columns);
2992
2992
  }
@@ -3306,6 +3306,7 @@ DataGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
3306
3306
  CellComponentTemplateComponent], imports: [CommonModule,
3307
3307
  DevExtremeModule,
3308
3308
  FormModule], exports: [DataGridComponent,
3309
+ CellComponentTemplateComponent,
3309
3310
  RowButtonsTemplateDirective,
3310
3311
  CustomTemplateDirective] });
3311
3312
  DataGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataGridModule, imports: [CommonModule,
@@ -3328,6 +3329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3328
3329
  ],
3329
3330
  exports: [
3330
3331
  DataGridComponent,
3332
+ CellComponentTemplateComponent,
3331
3333
  RowButtonsTemplateDirective,
3332
3334
  CustomTemplateDirective
3333
3335
  ]
@@ -5141,5 +5143,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5141
5143
  * Generated bundle index. Do not edit.
5142
5144
  */
5143
5145
 
5144
- export { BoxContainerComponent, BoxContainerModule, CamundaBpmnEditorComponent, CamundaBpmnEditorModule, CamundaBpmnViewerComponent, CamundaBpmnViewerModule, CellComponentBase, CellConfigBase, ChangeFilter, CodeEditorComponent, CodeEditorModule, CustomTemplateDirective, DataGridComponent, DataGridFactory, DataGridModule, DataGridService, DrawerComponent, DrawerModule, DrawerService, DxNativeElementPipe, DynamicParamsComponent, DynamicParamsModule, FieldSelectorComponent, FormComponent, FormItemComponentBase, FormItemConfigBase, FormModule, FormService, FullscreenDirective, IconSelectorComponent, IconSelectorModule, ItemConfigComponent, ItemStyleComponent, MarkItemComponentBase, MarkItemConfigBase, ModalComponent, ModalComponentBase, ModalConfigBase, ModalModule, ModalService, NodeComponent, PageItemComponentBase, PageItemConfigBase, PdfViewerComponent, PluginManager, RowButtonsTemplateDirective, SectionComponent, SectionModule, SectionService, TooltipContentTemplateDirective, WebsocketModule, WebsocketService, WordDesignerComponent, WordDesignerModule, WordEditorComponent, WordEditorModule, addWatermark, deepClone, downloadFile, evaluateFilter, fileTypeIcon, filenameFromDisposition, formatFileSize, localeSortMethod, notifyError, notifySuccess, notifyWarning, openBrowserTab, supportPreviewExt, validate, validateGroup, validateGroupByName };
5146
+ export { BoxContainerComponent, BoxContainerModule, CamundaBpmnEditorComponent, CamundaBpmnEditorModule, CamundaBpmnViewerComponent, CamundaBpmnViewerModule, CellComponentBase, CellComponentTemplateComponent, CellConfigBase, ChangeFilter, CodeEditorComponent, CodeEditorModule, CustomTemplateDirective, DataGridComponent, DataGridFactory, DataGridModule, DataGridService, DrawerComponent, DrawerModule, DrawerService, DxNativeElementPipe, DynamicParamsComponent, DynamicParamsModule, FieldSelectorComponent, FormComponent, FormItemComponentBase, FormItemConfigBase, FormModule, FormService, FullscreenDirective, IconSelectorComponent, IconSelectorModule, ItemConfigComponent, ItemStyleComponent, MarkItemComponentBase, MarkItemConfigBase, ModalComponent, ModalComponentBase, ModalConfigBase, ModalModule, ModalService, NodeComponent, PageItemComponentBase, PageItemConfigBase, PdfViewerComponent, PluginManager, RowButtonsTemplateDirective, SectionComponent, SectionModule, SectionService, TooltipContentTemplateDirective, WebsocketModule, WebsocketService, WordDesignerComponent, WordDesignerModule, WordEditorComponent, WordEditorModule, addWatermark, deepClone, downloadFile, evaluateFilter, fileTypeIcon, filenameFromDisposition, formatFileSize, localeSortMethod, notifyError, notifySuccess, notifyWarning, openBrowserTab, supportPreviewExt, validate, validateGroup, validateGroupByName };
5145
5147
  //# sourceMappingURL=ngx-rs-ant.mjs.map