@elite.framework/ng.core 1.0.18 → 1.0.20

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
@@ -213,8 +213,11 @@ declare class ConditionExpressionBuilderType extends FieldType$1 {
213
213
  /**
214
214
  *
215
215
  */
216
+ private valueChangeSubscription;
216
217
  constructor(svc: BaseService, cdr: ChangeDetectorRef);
217
218
  ngOnInit(): void;
219
+ ngOnDestroy(): void;
220
+ initTokens(): void;
218
221
  openDialogForTableMode(): void;
219
222
  parseParameterizedToken(value: string): {
220
223
  base: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"