@osovitny/anatoly 3.20.43 → 3.20.45

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
@@ -706,10 +706,11 @@ declare class Message2User {
706
706
  }
707
707
  interface Message2UserConfig {
708
708
  type: number;
709
- image?: string;
710
- color?: string;
711
- title?: string;
709
+ image: string;
710
+ color: string;
711
+ title: string;
712
712
  message: string;
713
+ go2dashboard: boolean;
713
714
  }
714
715
  declare class Message2UserService extends BehaviorSubject<Message2User> {
715
716
  private configs;
@@ -1539,6 +1540,8 @@ declare abstract class EnumEditComponentBase extends EditComponentBase implement
1539
1540
  enumeration: any;
1540
1541
  items: any[];
1541
1542
  sv: any;
1543
+ get selectedValue(): any;
1544
+ set selectedValue(value: any);
1542
1545
  defaultValue: number;
1543
1546
  valueChange: EventEmitter<any>;
1544
1547
  ngOnInit(): void;
@@ -1546,12 +1549,9 @@ declare abstract class EnumEditComponentBase extends EditComponentBase implement
1546
1549
  private setValues;
1547
1550
  private fireValueChange;
1548
1551
  private renderItems;
1549
- reset(): void;
1550
1552
  onChange(value: any): void;
1551
- get selectedValue(): any;
1552
- set selectedValue(value: any);
1553
1553
  static ɵfac: i0.ɵɵFactoryDeclaration<EnumEditComponentBase, never>;
1554
- 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>;
1555
1555
  }
1556
1556
 
1557
1557
  declare abstract class PageBase extends ComponentBase {
@@ -1664,7 +1664,7 @@ declare class TimezoneDropdownlist extends EditComponentBase implements OnInit {
1664
1664
  disabled: boolean;
1665
1665
  constructor(appContext: AppContextService);
1666
1666
  ngOnInit(): void;
1667
- setValues(): void;
1667
+ private setValues;
1668
1668
  static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDropdownlist, never>;
1669
1669
  static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-timezone-dropdownlist", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
1670
1670
  }
@@ -1799,11 +1799,11 @@ declare class NoMobileSupportComponent extends ComponentBase {
1799
1799
 
1800
1800
  declare class Message2UserComponent extends ComponentBase implements OnInit {
1801
1801
  private go;
1802
- private ns;
1802
+ private mus;
1803
1803
  show: boolean;
1804
1804
  message: any;
1805
1805
  config: any;
1806
- constructor(go: GoServiceBase, ns: Message2UserService);
1806
+ constructor(go: GoServiceBase, mus: Message2UserService);
1807
1807
  ngOnInit(): void;
1808
1808
  private setDefaults;
1809
1809
  private setValues;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.43",
3
+ "version": "3.20.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",