cloud-ide-core 2.0.62 → 2.0.63

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -53,7 +53,7 @@ declare class MenuListComponent {
53
53
  quickAddForm: _angular_forms.FormGroup<{
54
54
  syme_title: _angular_forms.FormControl<string>;
55
55
  syme_desc: _angular_forms.FormControl<string>;
56
- syme_type: _angular_forms.FormControl<"module" | "section" | "menu" | "title">;
56
+ syme_type: _angular_forms.FormControl<"title" | "module" | "section" | "menu">;
57
57
  syme_id_syme: _angular_forms.FormControl<string>;
58
58
  syme_path: _angular_forms.FormControl<string>;
59
59
  syme_icon: _angular_forms.FormControl<string>;
@@ -3327,7 +3327,7 @@ declare class CideCoreEntityListComponent implements OnInit {
3327
3327
  declare class CideCoreOrgStructureComponent implements OnInit {
3328
3328
  allowSwitching: _angular_core.InputSignal<boolean>;
3329
3329
  showActions: _angular_core.InputSignal<boolean>;
3330
- mode: _angular_core.InputSignal<"view" | "selection">;
3330
+ mode: _angular_core.InputSignal<"selection" | "view">;
3331
3331
  entityClick: _angular_core.OutputEmitterRef<CoreSystemEntityListResponse>;
3332
3332
  entitySelect: _angular_core.OutputEmitterRef<CoreSystemEntityListResponse>;
3333
3333
  entityView: _angular_core.OutputEmitterRef<CoreSystemEntityListResponse>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-core",
3
- "version": "2.0.62",
3
+ "version": "2.0.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"