@maro-tech/form 0.0.15 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maro-tech/form",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^21.2.0",
@@ -8,7 +8,7 @@
8
8
  "@angular/core": "^21.2.0",
9
9
  "@angular/forms": "^21.2.0",
10
10
  "@angular/router": "^21.2.0",
11
- "@maro-tech/core": "^0.0.2",
11
+ "@maro-tech/core": "^0.0.4",
12
12
  "lucide-angular": "^0.577.0",
13
13
  "rxjs": "~7.8.0"
14
14
  },
@@ -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;