@harbor-design/proform 1.1.24 → 1.1.25

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.
@@ -1,3 +1,4 @@
1
+ import { Ref } from "vue";
1
2
  import { AnyObject, DomType, UIName } from "./index";
2
3
  export type SchemaType = "item" | "list" | "group";
3
4
  export type FieldRule<T = any> = {
@@ -99,7 +100,7 @@ export interface FormCustomization {
99
100
  grid?: GridStyle;
100
101
  native?: NativeCustomizationOptions;
101
102
  runtime?: Runtime;
102
- schemas: ProxyedSchema[];
103
+ schemas: Ref<ProxyedSchema[]> | ProxyedSchema[];
103
104
  }
104
105
  export type NativeCustomizationOptions = {
105
106
  props?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",