@funcho/ui 1.1.22 → 1.1.23

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.
@@ -208,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
208
208
  ref_key: "queryBoxRef",
209
209
  ref: queryBoxRef,
210
210
  fields: __props.fields,
211
- tools: __props.actions,
211
+ tools: __props.tools,
212
212
  "btn-disabled": tableLoading.value,
213
213
  onSearch: handleSearchClick,
214
214
  onReset: handleResetClick,
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const version = "1.1.22";
5
+ const version = "1.1.23";
6
6
 
7
7
  exports.version = version;
@@ -204,7 +204,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
204
204
  ref_key: "queryBoxRef",
205
205
  ref: queryBoxRef,
206
206
  fields: __props.fields,
207
- tools: __props.actions,
207
+ tools: __props.tools,
208
208
  "btn-disabled": tableLoading.value,
209
209
  onSearch: handleSearchClick,
210
210
  onReset: handleResetClick,
@@ -1,3 +1,3 @@
1
- const version = "1.1.22";
1
+ const version = "1.1.23";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@funcho/ui",
3
3
  "description": "@funcho ui library",
4
- "version": "1.1.22",
4
+ "version": "1.1.23",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.mjs",