@maxax/ui 1.1.11 → 1.1.12
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.mjs
CHANGED
|
@@ -8784,8 +8784,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
8784
8784
|
valueField: { type: [String, Number, Function], default: "value" },
|
|
8785
8785
|
disabled: { type: Boolean },
|
|
8786
8786
|
immediate: { type: Boolean, default: true },
|
|
8787
|
-
api: {},
|
|
8788
|
-
dynamicApi: {},
|
|
8787
|
+
api: { type: Function, default: void 0 },
|
|
8788
|
+
dynamicApi: { type: Function, default: void 0 },
|
|
8789
8789
|
beforeFetch: {},
|
|
8790
8790
|
afterFetch: {},
|
|
8791
8791
|
handleSearchInfoFn: {},
|