el-plus-crud 0.1.12 → 0.1.13

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.13](https://github.com/KDJack/el-plus-crud/compare/v0.1.12...v0.1.13) (2024-03-12)
6
+
5
7
  ### [0.1.12](https://github.com/KDJack/el-plus-crud/compare/v0.1.11...v0.1.12) (2024-03-06)
6
8
 
7
9
  ### [0.1.11](https://github.com/KDJack/el-plus-crud/compare/v0.1.10...v0.1.11) (2024-02-20)
@@ -4935,7 +4935,7 @@ const Fz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4935
4935
  ]), 1040, ["disabled", "modelValue"])) : ne("", !0);
4936
4936
  };
4937
4937
  }
4938
- }), Wz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: ei }, Symbol.toStringTag, { value: "Module" })), Gz = (M) => ($u("data-v-f0c75864"), M = M(), Ju(), M), Zz = { class: "el-plus-form-link" }, Kz = {
4938
+ }), Wz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: ei }, Symbol.toStringTag, { value: "Module" })), Gz = (M) => ($u("data-v-7a38fc57"), M = M(), Ju(), M), Zz = { class: "el-plus-form-link" }, Kz = {
4939
4939
  style: { width: "100%" },
4940
4940
  class: "form-link-dialog"
4941
4941
  }, Hz = { class: "panel-left" }, qz = {
@@ -5104,7 +5104,7 @@ const Fz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5104
5104
  };
5105
5105
  }
5106
5106
  });
5107
- const ti = /* @__PURE__ */ et(ey, [["__scopeId", "data-v-f0c75864"]]), ty = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: ti }, Symbol.toStringTag, { value: "Module" })), ny = (M) => ($u("data-v-05190431"), M = M(), Ju(), M), ly = { class: "el-plus-form-link-user" }, ry = {
5107
+ const ti = /* @__PURE__ */ et(ey, [["__scopeId", "data-v-7a38fc57"]]), ty = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: ti }, Symbol.toStringTag, { value: "Module" })), ny = (M) => ($u("data-v-05190431"), M = M(), Ju(), M), ly = { class: "el-plus-form-link-user" }, ry = {
5108
5108
  style: { width: "100%" },
5109
5109
  class: "form-link-user-dialog"
5110
5110
  }, uy = { class: "panel-left" }, oy = { class: "dept-breadcrumb" }, sy = { style: { display: "flex", "align-items": "center" } }, ay = { class: "panel-right" }, iy = /* @__PURE__ */ ny(() => /* @__PURE__ */ Oe("div", { class: "right-title" }, "已选中项:", -1)), cy = { class: "btn-panel" }, fy = {
@@ -230,7 +230,7 @@ onMounted(async () => {})
230
230
  .panel-left {
231
231
  // flex: 1;
232
232
  min-width: 60%;
233
- height: 500px;
233
+ // height: 500px;
234
234
  display: flex;
235
235
  flex-direction: column;
236
236
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "el-plus-crud",
3
3
  "description": "采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件",
4
4
  "author": "K.D.Jack",
5
- "version": "0.1.12",
5
+ "version": "0.1.13",
6
6
  "license": "MIT",
7
7
  "private": false,
8
8
  "main": "dist/el-plus-crud.mjs",