@maro-tech/form 0.0.16 → 0.0.17
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/package.json
CHANGED
|
@@ -343,6 +343,7 @@ declare class UiActionFormModalComponent implements OnChanges {
|
|
|
343
343
|
}>;
|
|
344
344
|
private readonly http;
|
|
345
345
|
private readonly router;
|
|
346
|
+
private readonly toast;
|
|
346
347
|
ngOnChanges(changes: SimpleChanges): void;
|
|
347
348
|
close(): void;
|
|
348
349
|
onValueChange(value: UiDynamicFormValue): void;
|
|
@@ -359,6 +360,7 @@ declare class UiActionFormModalComponent implements OnChanges {
|
|
|
359
360
|
private loadForm;
|
|
360
361
|
private resolveEndpoint;
|
|
361
362
|
private normalizePayload;
|
|
363
|
+
private isEmptyValue;
|
|
362
364
|
private normalizeActionType;
|
|
363
365
|
private isSubmitAction;
|
|
364
366
|
private resolveMethod;
|