xrk-components 0.3.12 → 0.3.15

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/lib/index.esm.js CHANGED
@@ -39725,6 +39725,7 @@ var script$b = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$b
39725
39725
  return (openBlock(), createBlock(unref(ElSelect), {
39726
39726
  modelValue: unref(selectValue),
39727
39727
  "onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) { return (isRef(selectValue) ? (selectValue).value = $event : null); }),
39728
+ key: unref(selectValue),
39728
39729
  placeholder: __props.placeholder,
39729
39730
  multiple: __props.multiple,
39730
39731
  disabled: __props.disabled,
@@ -41210,7 +41211,7 @@ var script$1 = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$1
41210
41211
  columns: __props.searchConfig.searchColumns,
41211
41212
  "search-btn": __props.searchConfig.searchBtn,
41212
41213
  "reset-btn": __props.searchConfig.resetBtn,
41213
- "other-components": __props.searchConfig.othertComponents,
41214
+ "other-components": __props.searchConfig.otherComponents,
41214
41215
  onSearch: handleSearch
41215
41216
  }, null, 8 /* PROPS */, ["columns", "search-btn", "reset-btn", "other-components"]),
41216
41217
  createElementVNode("div", _hoisted_1$1, [
package/lib/index.umd.js CHANGED
@@ -39728,6 +39728,7 @@ usage: app.provide(ID_INJECTION_KEY, {
39728
39728
  return (vue.openBlock(), vue.createBlock(vue.unref(ElSelect), {
39729
39729
  modelValue: vue.unref(selectValue),
39730
39730
  "onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) { return (vue.isRef(selectValue) ? (selectValue).value = $event : null); }),
39731
+ key: vue.unref(selectValue),
39731
39732
  placeholder: __props.placeholder,
39732
39733
  multiple: __props.multiple,
39733
39734
  disabled: __props.disabled,
@@ -41213,7 +41214,7 @@ usage: app.provide(ID_INJECTION_KEY, {
41213
41214
  columns: __props.searchConfig.searchColumns,
41214
41215
  "search-btn": __props.searchConfig.searchBtn,
41215
41216
  "reset-btn": __props.searchConfig.resetBtn,
41216
- "other-components": __props.searchConfig.othertComponents,
41217
+ "other-components": __props.searchConfig.otherComponents,
41217
41218
  onSearch: handleSearch
41218
41219
  }, null, 8 /* PROPS */, ["columns", "search-btn", "reset-btn", "other-components"]),
41219
41220
  vue.createElementVNode("div", _hoisted_1$1, [
@@ -30,7 +30,7 @@ export declare type XrkTableProps = {
30
30
  /**
31
31
  * 其他组件
32
32
  */
33
- othertComponents?: Array<ComponentRender>;
33
+ otherComponents?: Array<ComponentRender>;
34
34
  };
35
35
  /**
36
36
  * 表格配置
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "0.3.12",
3
+ "version": "0.3.15",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",