el-plus-crud 0.1.75 → 0.1.76
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.76](https://github.com/KDJack/el-plus-crud/compare/v0.1.75...v0.1.76) (2026-07-06)
|
|
6
|
+
|
|
5
7
|
### [0.1.75](https://github.com/KDJack/el-plus-crud/compare/v0.1.74...v0.1.75) (2026-07-06)
|
|
6
8
|
|
|
7
9
|
### [0.1.74](https://github.com/KDJack/el-plus-crud/compare/v0.1.73...v0.1.74) (2026-07-06)
|
package/dist/el-plus-crud.mjs
CHANGED
|
@@ -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
|
|
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
|
|
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
|
]),
|