@osovitny/anatoly 3.20.44 → 3.20.46

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
@@ -1540,6 +1540,8 @@ declare abstract class EnumEditComponentBase extends EditComponentBase implement
1540
1540
  enumeration: any;
1541
1541
  items: any[];
1542
1542
  sv: any;
1543
+ get selectedValue(): any;
1544
+ set selectedValue(value: any);
1543
1545
  defaultValue: number;
1544
1546
  valueChange: EventEmitter<any>;
1545
1547
  ngOnInit(): void;
@@ -1547,12 +1549,9 @@ declare abstract class EnumEditComponentBase extends EditComponentBase implement
1547
1549
  private setValues;
1548
1550
  private fireValueChange;
1549
1551
  private renderItems;
1550
- reset(): void;
1551
1552
  onChange(value: any): void;
1552
- get selectedValue(): any;
1553
- set selectedValue(value: any);
1554
1553
  static ɵfac: i0.ɵɵFactoryDeclaration<EnumEditComponentBase, never>;
1555
- static ɵcmp: i0.ɵɵComponentDeclaration<EnumEditComponentBase, "ng-component", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
1554
+ static ɵcmp: i0.ɵɵComponentDeclaration<EnumEditComponentBase, "ng-component", never, { "selectedValue": { "alias": "selectedValue"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
1556
1555
  }
1557
1556
 
1558
1557
  declare abstract class PageBase extends ComponentBase {
@@ -1665,7 +1664,7 @@ declare class TimezoneDropdownlist extends EditComponentBase implements OnInit {
1665
1664
  disabled: boolean;
1666
1665
  constructor(appContext: AppContextService);
1667
1666
  ngOnInit(): void;
1668
- setValues(): void;
1667
+ private setValues;
1669
1668
  static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDropdownlist, never>;
1670
1669
  static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-timezone-dropdownlist", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
1671
1670
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.44",
3
+ "version": "3.20.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",