@cuby-ui/core 0.0.477 → 0.0.479

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.477",
3
+ "version": "0.0.479",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
7
  "@angular/elements": ">=18.0.0",
8
8
  "@angular/forms": ">=18.0.0",
9
- "@cuby-ui/api": "^0.0.477",
10
- "@cuby-ui/cdk": "^0.0.477",
11
- "@cuby-ui/icons": "^0.0.477",
9
+ "@cuby-ui/api": "^0.0.479",
10
+ "@cuby-ui/cdk": "^0.0.479",
11
+ "@cuby-ui/icons": "^0.0.479",
12
12
  "@editorjs/editorjs": "2.29.1",
13
13
  "@editorjs/header": "^2.8.1",
14
14
  "@editorjs/list": "^1.9.0",
@@ -0,0 +1,9 @@
1
+ import { CuiTheme } from "../../../services";
2
+ import * as i0 from "@angular/core";
3
+ export declare class ButtonChangeThemeComponent {
4
+ private readonly cuiThemeService;
5
+ protected readonly theme$: import("rxjs").Observable<CuiTheme>;
6
+ protected onChangeTheme(theme: CuiTheme): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonChangeThemeComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonChangeThemeComponent, "cui-button-change-theme", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './button-change-theme.component';
@@ -25,3 +25,4 @@ export * from './render-dynamic-modal';
25
25
  export * from './resources-block';
26
26
  export * from './utility-info-readonly';
27
27
  export * from './inserted';
28
+ export * from './instruction-readonly-info';
@@ -1,18 +1,15 @@
1
1
  import { LangDefinition } from '@jsverse/transloco';
2
- import type { CuiTheme } from '../../../services';
3
2
  import { CuiUserCompanyActivity } from '@cuby-ui/api/platform/models/user-company-api.options';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class CuiUserActionContextMenuComponent {
6
5
  private readonly translocoService;
7
6
  private readonly cuiWindow;
8
- private readonly cuiThemeService;
9
7
  private readonly cuiAuthService;
10
8
  private readonly cuiActivityService;
11
9
  private readonly authData;
12
10
  protected readonly langs: import("@jsverse/transloco").AvailableLangs;
13
11
  protected readonly email: string;
14
12
  protected readonly fullName: string;
15
- protected readonly theme$: import("rxjs").Observable<CuiTheme>;
16
13
  protected readonly lang$: import("rxjs").Observable<string>;
17
14
  protected readonly isOpen: import("@angular/core").WritableSignal<boolean>;
18
15
  protected readonly companies: import("@angular/core").Signal<import("@cuby-ui/api").CuiUserCompany[]>;
@@ -21,7 +18,6 @@ export declare class CuiUserActionContextMenuComponent {
21
18
  protected onLogout(): void;
22
19
  protected onToggleOpenState(open: boolean): void;
23
20
  protected onGoToPlatform(): void;
24
- protected onChangeTheme(theme: CuiTheme): void;
25
21
  protected onChangeLang(lang: string | LangDefinition): void;
26
22
  protected findCurrentActivity(): void;
27
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CuiUserActionContextMenuComponent, never>;