@harbor-design/proform 1.1.24 → 1.1.26

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/dist/index.js CHANGED
@@ -535,9 +535,9 @@ class me {
535
535
  }), te = F.getItemContainer(this), se = F.getFormItemContainer(this), re = this, ie = e.componentSlots;
536
536
  return p("div", {
537
537
  style: u
538
- }, [p(te, null, {
538
+ }, [Z(p(te, null, {
539
539
  default() {
540
- return Z(p(se, R(c, {
540
+ return p(se, R(c, {
541
541
  label: `${h ? `${h}:` : ""}`
542
542
  }, d, ee), {
543
543
  default() {
@@ -551,9 +551,9 @@ class me {
551
551
  });
552
552
  },
553
553
  ...n
554
- }), [[A, P]]);
554
+ });
555
555
  }
556
- })]);
556
+ }), [[A, P]])]);
557
557
  }
558
558
  runtimeGroupProcessor(e) {
559
559
  let t;
@@ -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.26",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",