ngx-axis-appforge 1.0.8 → 1.0.9

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": "ngx-axis-appforge",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "author": "ZengCheng <zengc694623467@gmail.com>",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -192,6 +192,7 @@ declare class SelectService {
192
192
  updateCheckedSet(key: string, checked: boolean, indeterminate?: boolean): void;
193
193
  refreshCheckedStatus(scene?: ChangeScene): void;
194
194
  setDataCache(): void;
195
+ clearDataCacheAndChecked(): void;
195
196
  buildSelectedData(): any[] | undefined;
196
197
  close(): void;
197
198
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectService, [{ optional: true; }]>;
@@ -129,6 +129,7 @@ declare class Table extends Base<TableOptions> {
129
129
  readonly backendPageParamsChange: Subject<void>;
130
130
  readonly customExportData: WritableSignal<any[] | undefined>;
131
131
  readonly customExportDataSubject: Subject<any[]>;
132
+ private pageChanged;
132
133
  timer?: number;
133
134
  readonly loopFieldMap: _angular_core.Signal<Map<string, WritableSignal<any[]>>>;
134
135
  readonly loopFieldDataMap: WritableSignal<Map<TableFieldOptions, any>>;