@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.
- package/index.d.ts +2 -1
- 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
|
-
|
|
686
|
+
/** @deprecated 使用actions代替*/
|
|
687
|
+
type?: any;
|
|
687
688
|
actions?: BaseMetadata<any>[];
|
|
688
689
|
};
|
|
689
690
|
interface FormBuilderOptions<T> {
|