@airpower/web 1.5.0 → 1.5.1
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/main.js +2 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -10525,11 +10525,11 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
10525
10525
|
}
|
|
10526
10526
|
function onChange() {
|
|
10527
10527
|
const val = formData.value[props.field];
|
|
10528
|
-
emits("update:modelValue", val);
|
|
10529
|
-
emits("changed", val);
|
|
10530
10528
|
if (injectFormData) {
|
|
10531
10529
|
injectFormData.value[props.field] = val;
|
|
10532
10530
|
}
|
|
10531
|
+
emits("update:modelValue", formData.value);
|
|
10532
|
+
emits("changed", val);
|
|
10533
10533
|
}
|
|
10534
10534
|
return (_ctx, _cache) => {
|
|
10535
10535
|
return openBlock(), createBlock(unref(ElFormItem), {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airpower/web",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"description": "AirPower-Web",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Hamm",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@airpower/enum": "^1.3.3",
|
|
43
43
|
"@airpower/i18n": "^1.3.3",
|
|
44
44
|
"@airpower/transformer": "^1.3.3",
|
|
45
|
-
"@airpower/util": "^1.3.
|
|
45
|
+
"@airpower/util": "^1.3.4",
|
|
46
46
|
"@element-plus/icons-vue": "^2.3.1",
|
|
47
47
|
"axios": "1.11.0",
|
|
48
48
|
"element-plus": "^2.10.4",
|