@dataclouder/ngx-core 0.1.42 → 0.1.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.
package/index.d.ts
CHANGED
|
@@ -717,6 +717,8 @@ declare abstract class EntityBaseFormComponent<T extends {
|
|
|
717
717
|
entity: i0.WritableSignal<T>;
|
|
718
718
|
private entityIdFromUrl;
|
|
719
719
|
entityId: i0.Signal<string>;
|
|
720
|
+
useFakeSave: i0.InputSignal<boolean>;
|
|
721
|
+
fakeSaved: i0.OutputEmitterRef<T>;
|
|
720
722
|
abstract form: FormGroup;
|
|
721
723
|
protected abstract entityCommunicationService: EntityCommunicationService<T>;
|
|
722
724
|
protected abstract patchForm(entity: T): void;
|
|
@@ -729,7 +731,7 @@ declare abstract class EntityBaseFormComponent<T extends {
|
|
|
729
731
|
private loadEntityById;
|
|
730
732
|
private createNewEntity;
|
|
731
733
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityBaseFormComponent<any>, never>;
|
|
732
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EntityBaseFormComponent<any>, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "entityInput": { "alias": "entity"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
734
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EntityBaseFormComponent<any>, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "entityInput": { "alias": "entity"; "required": false; "isSignal": true; }; "useFakeSave": { "alias": "useFakeSave"; "required": false; "isSignal": true; }; }, { "fakeSaved": "fakeSaved"; }, never, never, true, never>;
|
|
733
735
|
}
|
|
734
736
|
|
|
735
737
|
declare enum EModelQuality {
|