@opens/ui 1.0.29 → 1.0.30

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.
@@ -43,6 +43,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
43
43
  default: boolean;
44
44
  };
45
45
  remote: BooleanConstructor;
46
+ modelValue: {
47
+ type: (ObjectConstructor | ArrayConstructor)[];
48
+ default: any;
49
+ };
46
50
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "search" | "intersect")[], "update:modelValue" | "search" | "intersect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
51
  small: BooleanConstructor;
48
52
  round: BooleanConstructor;
@@ -88,11 +92,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
88
92
  default: boolean;
89
93
  };
90
94
  remote: BooleanConstructor;
95
+ modelValue: {
96
+ type: (ObjectConstructor | ArrayConstructor)[];
97
+ default: any;
98
+ };
91
99
  }>> & {
92
100
  "onUpdate:modelValue"?: (...args: any[]) => any;
93
101
  onSearch?: (...args: any[]) => any;
94
102
  onIntersect?: (...args: any[]) => any;
95
103
  }, {
104
+ modelValue: Record<string, any> | unknown[];
96
105
  disabled: boolean;
97
106
  small: boolean;
98
107
  round: boolean;