@cuby-ui/core 0.0.402 → 0.0.403
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.
|
|
3
|
+
"version": "0.0.403",
|
|
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.
|
|
10
|
-
"@cuby-ui/cdk": "^0.0.
|
|
11
|
-
"@cuby-ui/icons": "^0.0.
|
|
9
|
+
"@cuby-ui/api": "^0.0.403",
|
|
10
|
+
"@cuby-ui/cdk": "^0.0.403",
|
|
11
|
+
"@cuby-ui/icons": "^0.0.403",
|
|
12
12
|
"@editorjs/editorjs": "2.29.1",
|
|
13
13
|
"@editorjs/header": "^2.8.1",
|
|
14
14
|
"@editorjs/list": "^1.9.0",
|
|
@@ -17,7 +17,6 @@ export declare class CuiUserActionContextMenuComponent {
|
|
|
17
17
|
protected readonly isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
18
18
|
protected readonly companies: import("@angular/core").Signal<import("@cuby-ui/api").CuiUserCompany[]>;
|
|
19
19
|
readonly urlTemplatesForRedirectToCompany: import("@angular/core").InputSignal<LinkConfig>;
|
|
20
|
-
readonly urlTemplateForRedirectToAdminCompany: import("@angular/core").InputSignal<string>;
|
|
21
20
|
constructor();
|
|
22
21
|
protected onLogout(): void;
|
|
23
22
|
protected onToggleOpenState(open: boolean): void;
|
|
@@ -25,5 +24,5 @@ export declare class CuiUserActionContextMenuComponent {
|
|
|
25
24
|
protected onChangeTheme(theme: CuiTheme): void;
|
|
26
25
|
protected onChangeLang(lang: string | LangDefinition): void;
|
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CuiUserActionContextMenuComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiUserActionContextMenuComponent, "cui-user-action-context-menu", never, { "urlTemplatesForRedirectToCompany": { "alias": "urlTemplatesForRedirectToCompany"; "required": true; "isSignal": true; };
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiUserActionContextMenuComponent, "cui-user-action-context-menu", never, { "urlTemplatesForRedirectToCompany": { "alias": "urlTemplatesForRedirectToCompany"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
29
28
|
}
|