@maxax/ui 1.1.10 → 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/components/basic-select/BasicSelect.vue.d.ts +2 -0
- package/dist/components/basic-select/BasicSelect.vue.d.ts.map +1 -1
- package/dist/components/basic-table/setting.d.ts.map +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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: {},
|
|
@@ -22841,6 +22841,7 @@ function useTableForm(propsRef, { fetch: fetch2, getLoading, setPagination, setS
|
|
|
22841
22841
|
};
|
|
22842
22842
|
}
|
|
22843
22843
|
const setting = {
|
|
22844
|
+
api: null,
|
|
22844
22845
|
size: DEFAULT_SIZE,
|
|
22845
22846
|
autoCreateKey: true,
|
|
22846
22847
|
showIndexColumn: true,
|