cloud-ide-core 2.0.144 → 2.0.145
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/fesm2022/cloud-ide-core.mjs +27 -1
- package/fesm2022/cloud-ide-core.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1625,7 +1625,7 @@ declare class CideCorePageControlsComponent implements OnInit {
|
|
|
1625
1625
|
sype_helper_text_collapse: _angular_forms.FormControl<boolean>;
|
|
1626
1626
|
sype_default: _angular_forms.FormControl<string | number | boolean>;
|
|
1627
1627
|
sype_tooltip: _angular_forms.FormControl<string>;
|
|
1628
|
-
sype_size: _angular_forms.FormControl<"
|
|
1628
|
+
sype_size: _angular_forms.FormControl<"xs" | "sm" | "md" | "lg" | "xl" | "3xs" | "2xs" | "xxl">;
|
|
1629
1629
|
sype_leading_icon: _angular_forms.FormControl<string>;
|
|
1630
1630
|
sype_isactive: _angular_forms.FormControl<boolean>;
|
|
1631
1631
|
sype_entity_id_syen: _angular_forms.FormControl<string>;
|
|
@@ -1882,6 +1882,7 @@ declare class CideCoreUserCreateComponent {
|
|
|
1882
1882
|
isViewingOwnProfile: _angular_core.Signal<boolean | "" | undefined>;
|
|
1883
1883
|
userType: _angular_core.WritableSignal<string | null>;
|
|
1884
1884
|
typeSpecificId: _angular_core.WritableSignal<string | null>;
|
|
1885
|
+
userTypeFromQueryParams: _angular_core.WritableSignal<boolean>;
|
|
1885
1886
|
userTypeOptions: {
|
|
1886
1887
|
value: string;
|
|
1887
1888
|
label: string;
|