cloud-ide-core 2.0.33 → 2.0.43
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.
|
@@ -7719,13 +7719,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImpor
|
|
|
7719
7719
|
// Page Management Components
|
|
7720
7720
|
// Page Management Interfaces - Now using model interfaces from cloud-ide-lms-model
|
|
7721
7721
|
|
|
7722
|
-
// import { CoreUserRoleExceptions } from 'cloud-ide-lms-model/lib/schema/core/core_user_role_exceptions';
|
|
7723
|
-
// Extended interface for role exceptions with tracking properties
|
|
7724
|
-
// interface CoreUserRoleExceptionsWithTracking extends CoreUserRoleExceptions {
|
|
7725
|
-
// _isUserAdded?: boolean;
|
|
7726
|
-
// _isUserRemoved?: boolean;
|
|
7727
|
-
// _changeType?: string;
|
|
7728
|
-
// }
|
|
7729
7722
|
class CideCoreUserCreateComponent {
|
|
7730
7723
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideCoreUserCreateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7731
7724
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.7", type: CideCoreUserCreateComponent, isStandalone: true, selector: "cide-core-user-create", ngImport: i0, template: "", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormsModule }] });
|
|
@@ -7754,7 +7747,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImpor
|
|
|
7754
7747
|
// export { CideCoreUserListComponent } from './components/user-list/user-list.component';
|
|
7755
7748
|
// Services
|
|
7756
7749
|
// export * from './services';
|
|
7757
|
-
// User Forms Components
|
|
7750
|
+
// // User Forms Components
|
|
7758
7751
|
// export { CideCoreUserAttributesComponent } from './components/user-forms/user-attributes.component';
|
|
7759
7752
|
// export { CideCoreUserContactAddressesComponent } from './components/user-forms/user-contact-addresses.component';
|
|
7760
7753
|
// export { CideCoreUserDocumentsComponent } from './components/user-forms/user-documents.component';
|