@heartlandone/vega-angular 2.63.1 → 2.64.0

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.
@@ -1185,11 +1185,11 @@ let VegaForm = class VegaForm {
1185
1185
  }
1186
1186
  };
1187
1187
  VegaForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1188
- VegaForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaForm, selector: "vega-form", inputs: { disableBlurValidation: "disableBlurValidation", isTouched: "isTouched", isValid: "isValid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1188
+ VegaForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaForm, selector: "vega-form", inputs: { action: "action", disableBlurValidation: "disableBlurValidation", isTouched: "isTouched", isValid: "isValid", method: "method", useNativeForm: "useNativeForm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1189
1189
  VegaForm = __decorate([
1190
1190
  ProxyCmp({
1191
1191
  defineCustomElementFn: undefined,
1192
- inputs: ['disableBlurValidation', 'isTouched', 'isValid'],
1192
+ inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'useNativeForm'],
1193
1193
  methods: ['valid', 'getValue', 'setValue', 'reset', 'setValidationStates']
1194
1194
  })
1195
1195
  ], VegaForm);
@@ -1199,7 +1199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
1199
1199
  selector: 'vega-form',
1200
1200
  changeDetection: ChangeDetectionStrategy.OnPush,
1201
1201
  template: '<ng-content></ng-content>',
1202
- inputs: ['disableBlurValidation', 'isTouched', 'isValid']
1202
+ inputs: ['action', 'disableBlurValidation', 'isTouched', 'isValid', 'method', 'useNativeForm']
1203
1203
  }]
1204
1204
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1205
1205
  let VegaGrid = class VegaGrid {