@piying/view-angular-core 1.10.2 → 1.10.3

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -683,7 +683,8 @@ type PiCommonDefaultConfig = {
683
683
  wrappers?: CoreSchemaHandle<any, any>['wrappers'];
684
684
  /** @deprecated 使用actions代替*/
685
685
  attributes?: CoreSchemaHandle<any, any>['attributes'];
686
- type: any;
686
+ /** @deprecated 使用actions代替*/
687
+ type?: any;
687
688
  actions?: BaseMetadata<any>[];
688
689
  };
689
690
  interface FormBuilderOptions<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piying/view-angular-core",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "homepage": "https://piying-org.github.io/website/docs/client/intro",
5
5
  "repository": {
6
6
  "url": "https://github.com/piying-org/piying-view"