@valtimo/form-view-model 13.34.0 → 13.35.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.
package/index.d.ts CHANGED
@@ -3,4 +3,3 @@
3
3
  */
4
4
  /// <amd-module name="@valtimo/form-view-model" />
5
5
  export * from './public_api';
6
- //# sourceMappingURL=valtimo-form-view-model.d.ts.map
@@ -75,4 +75,3 @@ export declare class FormViewModelComponent implements OnInit, OnDestroy {
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<FormViewModelComponent, never>;
76
76
  static ɵcmp: i0.ɵɵComponentDeclaration<FormViewModelComponent, "valtimo-form-view-model", never, { "options": { "alias": "options"; "required": false; }; "submission": { "alias": "submission"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "taskInstanceId": { "alias": "taskInstanceId"; "required": false; }; "isStartForm": { "alias": "isStartForm"; "required": false; }; "documentId": { "alias": "documentId"; "required": false; }; "processDefinitionKey": { "alias": "processDefinitionKey"; "required": false; }; "documentDefinitionName": { "alias": "documentDefinitionName"; "required": false; }; }, { "formSubmit": "formSubmit"; }, never, never, true, never>;
77
77
  }
78
- //# sourceMappingURL=form-view-model.component.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './form-view-model.component';
2
- //# sourceMappingURL=index.d.ts.map
@@ -4,4 +4,3 @@ export declare class FormViewModelModule {
4
4
  static ɵmod: i0.ɵɵNgModuleDeclaration<FormViewModelModule, never, never, never>;
5
5
  static ɵinj: i0.ɵɵInjectorDeclaration<FormViewModelModule>;
6
6
  }
7
- //# sourceMappingURL=form-view-model.module.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './view-model.service';
2
- //# sourceMappingURL=index.d.ts.map
@@ -15,4 +15,3 @@ export declare class ViewModelService extends BaseApiService {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewModelService, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<ViewModelService>;
17
17
  }
18
- //# sourceMappingURL=view-model.service.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/form-view-model",
3
3
  "license": "EUPL-1.2",
4
- "version": "13.34.0",
4
+ "version": "13.35.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "19.2.20",
7
7
  "@angular/core": "19.2.20"
package/public_api.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './lib/components/form-view-model/form-view-model.component';
2
2
  export * from './lib/services';
3
3
  export * from './lib/form-view-model.module';
4
- //# sourceMappingURL=public_api.d.ts.map