@acorex/platform 20.2.0-next.1 → 20.2.0-next.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.
@@ -37,12 +37,12 @@ import * as i1$1 from '@angular/forms';
37
37
  import { FormsModule } from '@angular/forms';
38
38
  import { AXDropdownButtonModule } from '@acorex/components/dropdown-button';
39
39
  import { AXPPageLayoutBaseComponent, AXPPageLayoutComponent, AXPPageLayoutBase } from '@acorex/platform/layout/views';
40
+ import { AXPLayoutThemeService } from '@acorex/platform/themes/shared';
40
41
  import * as i3 from '@acorex/components/skeleton';
41
42
  import { AXSkeletonModule } from '@acorex/components/skeleton';
42
43
  import * as i2$1 from '@acorex/components/tree-view';
43
44
  import { AXTreeViewModule } from '@acorex/components/tree-view';
44
45
  import { AXPEntityResolver } from '@acorex/platform/layout/entity';
45
- import { AXPLayoutThemeService } from '@acorex/platform/themes/shared';
46
46
  import * as i3$2 from '@acorex/components/switch';
47
47
  import { AXSwitchModule } from '@acorex/components/switch';
48
48
  import { AXPSettingService } from '@acorex/platform/common';
@@ -437,7 +437,9 @@ class AXPEntityMasterListViewComponent extends AXPPageLayoutBaseComponent {
437
437
  this.grid()?.refreshItemChildren(refreshTargetId);
438
438
  }
439
439
  else {
440
- this.grid()?.refresh();
440
+ this.grid()?.refresh({
441
+ reset: false,
442
+ });
441
443
  }
442
444
  }
443
445
  });
@@ -660,4 +662,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
660
662
  }], ctorParameters: () => [{ type: i1$2.AXPlatform }] });
661
663
 
662
664
  export { AXPEntityMasterListViewComponent };
663
- //# sourceMappingURL=acorex-platform-themes-default-entity-master-list-view.component-DJdedfa_.mjs.map
665
+ //# sourceMappingURL=acorex-platform-themes-default-entity-master-list-view.component-C8UhVBSM.mjs.map