@avilang/practical-ui 0.3.27 → 0.3.28
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29073,7 +29073,7 @@ const xi = function(e, t, r) {
|
|
|
29073
29073
|
function p(b) {
|
|
29074
29074
|
b && e.rules && e.rules[b] && (e.rules[b].trigger && e.rules[b].trigger.includes("input") || v(b));
|
|
29075
29075
|
}
|
|
29076
|
-
return t({ restoreValidation: v }), (b, h) => (_e(), Ct(de(aS), {
|
|
29076
|
+
return t({ restoreValidation: v, getFormValue: l }), (b, h) => (_e(), Ct(de(aS), {
|
|
29077
29077
|
ref: "form",
|
|
29078
29078
|
class: xn([e.inline ? "p-form-inline" : ""]),
|
|
29079
29079
|
"show-label": e.showLabel,
|
|
@@ -29772,7 +29772,7 @@ const P2 = () => {
|
|
|
29772
29772
|
lock: function() {
|
|
29773
29773
|
s.class = "p-modal p-modal-lock";
|
|
29774
29774
|
},
|
|
29775
|
-
|
|
29775
|
+
unlock: function() {
|
|
29776
29776
|
s.class = "p-modal";
|
|
29777
29777
|
}
|
|
29778
29778
|
};
|