el-plus-crud 0.1.75 → 0.1.77

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,10 @@
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.77](https://github.com/KDJack/el-plus-crud/compare/v0.1.76...v0.1.77) (2026-07-06)
6
+
7
+ ### [0.1.76](https://github.com/KDJack/el-plus-crud/compare/v0.1.75...v0.1.76) (2026-07-06)
8
+
5
9
  ### [0.1.75](https://github.com/KDJack/el-plus-crud/compare/v0.1.74...v0.1.75) (2026-07-06)
6
10
 
7
11
  ### [0.1.74](https://github.com/KDJack/el-plus-crud/compare/v0.1.73...v0.1.74) (2026-07-06)
@@ -4479,7 +4479,7 @@ const Tr = { class: "required-dot" }, hr = ["innerHTML"], xr = {
4479
4479
  style: Pe({ "justify-content": e.isTable ? "flex-end" : "flex-start" })
4480
4480
  }, [
4481
4481
  Z(V, {
4482
- style: Pe([{ "min-height": "40px", display: "flex" }, { width: ((Te = A._attrs) == null ? void 0 : Te.width) || A.width || (e.isTable ? "150px" : "100%"), marginBottom: e.itemMB, display: "flex", flexDirection: A.tipInline ? "row" : "column", justifyContent: "flex-start" }]),
4482
+ style: Pe([{ "min-height": "40px", display: "flex" }, { width: ((Te = A._attrs) == null ? void 0 : Te.width) || A.width || (e.isTable ? "150px" : "100%"), marginBottom: e.itemMB }]),
4483
4483
  prop: A.field
4484
4484
  }, lt({
4485
4485
  default: _(() => [
@@ -4500,8 +4500,8 @@ const Tr = { class: "required-dot" }, hr = ["innerHTML"], xr = {
4500
4500
  }), null, 16, ["style", "formData", "disabled", "desc", "field", "modelValue", "onUpdate:modelValue", "isTable", "onValidateThis"])),
4501
4501
  A._tip ? (d(), I("div", {
4502
4502
  key: 0,
4503
- class: dt(["el-plus-form-tip", { "is-inline": A.tipInline, width: A.tipInline ? "" : "100%" }]),
4504
- style: Pe(A.tipStyle),
4503
+ class: dt(["el-plus-form-tip", { "is-inline": A.tipInline }]),
4504
+ style: Pe({ ...A.tipStyle, width: A.tipInline ? "" : "100%" }),
4505
4505
  innerHTML: A._tip
4506
4506
  }, null, 14, hr)) : U("", !0)
4507
4507
  ]),
@@ -4512,7 +4512,7 @@ const Tr = { class: "required-dot" }, hr = ["innerHTML"], xr = {
4512
4512
  fn: _(() => [
4513
4513
  ae("div", {
4514
4514
  class: "crud-form-label",
4515
- style: Pe({ width: A.labelWidth || B.value._labelWidth || (e.isDialog ? "100px" : "120px"), justifyContent: B.value.labelPosition === "right" ? "flex-end" : "flex-start" })
4515
+ style: Pe({ width: A.labelWidth || B.value._labelWidth || (e.isDialog ? "100px" : "auto"), justifyContent: B.value.labelPosition === "right" ? "flex-end" : "flex-start" })
4516
4516
  }, [
4517
4517
  ae("span", Tr, de(A._required ? "*" : " "), 1),
4518
4518
  ae("span", null, de(A._label), 1)