barsa-novin-ray-core 2.3.73 → 2.3.75
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
|
@@ -5359,8 +5359,9 @@ declare class FormNewComponent extends BaseComponent implements OnInit {
|
|
|
5359
5359
|
typeDefId: string;
|
|
5360
5360
|
viewId: string;
|
|
5361
5361
|
};
|
|
5362
|
-
|
|
5362
|
+
private _location;
|
|
5363
5363
|
ngOnInit(): void;
|
|
5364
|
+
onFormClose(): void;
|
|
5364
5365
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormNewComponent, never>;
|
|
5365
5366
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormNewComponent, "bnrc-form-new", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
5366
5367
|
}
|