cloud-ide-core 2.0.31 → 2.0.33
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,6 +7719,13 @@ 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
|
+
// }
|
|
7722
7729
|
class CideCoreUserCreateComponent {
|
|
7723
7730
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideCoreUserCreateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7724
7731
|
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 }] });
|