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