@asor-studio/asor-core 1.0.5 → 1.0.6

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/index.d.ts CHANGED
@@ -2247,7 +2247,6 @@ declare class StateService {
2247
2247
  protected initialized: boolean;
2248
2248
  protected containerRoot: DataElement[];
2249
2249
  protected conf: StateHandlerConfig;
2250
- protected intervalId: any;
2251
2250
  protected registryMap: Map<string, RegistryEntry<any>>;
2252
2251
  /**
2253
2252
  * Initialize the logical storage data
@@ -2257,6 +2256,10 @@ declare class StateService {
2257
2256
  * Note: Call this before using any other methods to initialize the component
2258
2257
  */
2259
2258
  initialize(conf?: StateHandlerConfig): void;
2259
+ /**
2260
+ * Store all data sets to storage
2261
+ */
2262
+ private storeDataSet;
2260
2263
  /**
2261
2264
  * Create a new dataset in state storage
2262
2265
  *
@@ -2337,10 +2340,6 @@ declare class StateService {
2337
2340
  resolveProps(propStructure: {
2338
2341
  [key: string]: string;
2339
2342
  }): any;
2340
- /**
2341
- * Clean up on service destruction
2342
- */
2343
- ngOnDestroy(): void;
2344
2343
  static ɵfac: i0.ɵɵFactoryDeclaration<StateService, never>;
2345
2344
  static ɵprov: i0.ɵɵInjectableDeclaration<StateService>;
2346
2345
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asor-studio/asor-core",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"