@fecp/designer 5.6.5 → 5.6.6
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/es/designer/package.json.mjs +1 -1
- package/es/designer.css +6 -6
- package/es/packages/mobile/src/utils/eventFlow/actionHandlers.mjs +2 -1
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +6 -2
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +6 -6
- package/lib/packages/mobile/src/utils/eventFlow/actionHandlers.js +2 -1
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +6 -2
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -6017,15 +6017,15 @@ body,
|
|
|
6017
6017
|
text-align: center;
|
|
6018
6018
|
color: #f56c6c;
|
|
6019
6019
|
font-size: 14px;
|
|
6020
|
-
}.text-field-wrapper[data-v-
|
|
6020
|
+
}.text-field-wrapper[data-v-78a3c304] {
|
|
6021
6021
|
width: 100%;
|
|
6022
6022
|
}
|
|
6023
|
-
.prefix-content[data-v-
|
|
6024
|
-
.suffix-content[data-v-
|
|
6023
|
+
.prefix-content[data-v-78a3c304],
|
|
6024
|
+
.suffix-content[data-v-78a3c304] {
|
|
6025
6025
|
color: #909399;
|
|
6026
6026
|
font-size: 14px;
|
|
6027
6027
|
}
|
|
6028
|
-
.data-masking[data-v-
|
|
6028
|
+
.data-masking[data-v-78a3c304] {
|
|
6029
6029
|
margin-top: 4px;
|
|
6030
6030
|
padding: 8px;
|
|
6031
6031
|
background: #f5f7fa;
|
|
@@ -6033,13 +6033,13 @@ body,
|
|
|
6033
6033
|
font-size: 12px;
|
|
6034
6034
|
color: #909399;
|
|
6035
6035
|
}
|
|
6036
|
-
[data-v-
|
|
6036
|
+
[data-v-78a3c304] .el-input-group__append {
|
|
6037
6037
|
background-color: #409eff;
|
|
6038
6038
|
color: #fff;
|
|
6039
6039
|
padding: 0 18px;
|
|
6040
6040
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6041
6041
|
}
|
|
6042
|
-
[data-v-
|
|
6042
|
+
[data-v-78a3c304] .el-input-group__append:hover {
|
|
6043
6043
|
background-color: #79bbff;
|
|
6044
6044
|
border-color: #79bbff;
|
|
6045
6045
|
color: #fff;
|
|
@@ -540,6 +540,7 @@ async function handleFormSubmit(node, data, fields, context) {
|
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
async function handleDialog(node, data, fields, context) {
|
|
543
|
+
var _a, _b;
|
|
543
544
|
const basic = node.basic || {};
|
|
544
545
|
if (!(basic == null ? void 0 : basic.dialogId)) {
|
|
545
546
|
console.error("ui-dialog: 缺少 dialogId 配置");
|
|
@@ -573,7 +574,7 @@ async function handleDialog(node, data, fields, context) {
|
|
|
573
574
|
basic.displayFieldName,
|
|
574
575
|
dialog,
|
|
575
576
|
context.instance,
|
|
576
|
-
context.ctx,
|
|
577
|
+
context.ctx || ((_a = context.components) == null ? void 0 : _a.form) || ((_b = context.components) == null ? void 0 : _b.table),
|
|
577
578
|
fields,
|
|
578
579
|
data
|
|
579
580
|
);
|
|
@@ -160,7 +160,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
160
160
|
];
|
|
161
161
|
const { getEventHandlers: createEventHandlers } = useEventFlow({
|
|
162
162
|
fields: fieldsList,
|
|
163
|
-
instance
|
|
163
|
+
instance: {
|
|
164
|
+
instance: {
|
|
165
|
+
proxy: formCtx
|
|
166
|
+
}
|
|
167
|
+
},
|
|
164
168
|
localConfig: localConfig == null ? void 0 : localConfig.value,
|
|
165
169
|
components: {
|
|
166
170
|
form: formCtx
|
|
@@ -263,7 +267,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
263
267
|
};
|
|
264
268
|
}
|
|
265
269
|
});
|
|
266
|
-
const _Text = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
270
|
+
const _Text = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-78a3c304"]]);
|
|
267
271
|
export {
|
|
268
272
|
_Text as default
|
|
269
273
|
};
|
package/lib/designer.css
CHANGED
|
@@ -6017,15 +6017,15 @@ body,
|
|
|
6017
6017
|
text-align: center;
|
|
6018
6018
|
color: #f56c6c;
|
|
6019
6019
|
font-size: 14px;
|
|
6020
|
-
}.text-field-wrapper[data-v-
|
|
6020
|
+
}.text-field-wrapper[data-v-78a3c304] {
|
|
6021
6021
|
width: 100%;
|
|
6022
6022
|
}
|
|
6023
|
-
.prefix-content[data-v-
|
|
6024
|
-
.suffix-content[data-v-
|
|
6023
|
+
.prefix-content[data-v-78a3c304],
|
|
6024
|
+
.suffix-content[data-v-78a3c304] {
|
|
6025
6025
|
color: #909399;
|
|
6026
6026
|
font-size: 14px;
|
|
6027
6027
|
}
|
|
6028
|
-
.data-masking[data-v-
|
|
6028
|
+
.data-masking[data-v-78a3c304] {
|
|
6029
6029
|
margin-top: 4px;
|
|
6030
6030
|
padding: 8px;
|
|
6031
6031
|
background: #f5f7fa;
|
|
@@ -6033,13 +6033,13 @@ body,
|
|
|
6033
6033
|
font-size: 12px;
|
|
6034
6034
|
color: #909399;
|
|
6035
6035
|
}
|
|
6036
|
-
[data-v-
|
|
6036
|
+
[data-v-78a3c304] .el-input-group__append {
|
|
6037
6037
|
background-color: #409eff;
|
|
6038
6038
|
color: #fff;
|
|
6039
6039
|
padding: 0 18px;
|
|
6040
6040
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6041
6041
|
}
|
|
6042
|
-
[data-v-
|
|
6042
|
+
[data-v-78a3c304] .el-input-group__append:hover {
|
|
6043
6043
|
background-color: #79bbff;
|
|
6044
6044
|
border-color: #79bbff;
|
|
6045
6045
|
color: #fff;
|
|
@@ -542,6 +542,7 @@ async function handleFormSubmit(node, data, fields, context) {
|
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
async function handleDialog(node, data, fields, context) {
|
|
545
|
+
var _a, _b;
|
|
545
546
|
const basic = node.basic || {};
|
|
546
547
|
if (!(basic == null ? void 0 : basic.dialogId)) {
|
|
547
548
|
console.error("ui-dialog: 缺少 dialogId 配置");
|
|
@@ -575,7 +576,7 @@ async function handleDialog(node, data, fields, context) {
|
|
|
575
576
|
basic.displayFieldName,
|
|
576
577
|
dialog,
|
|
577
578
|
context.instance,
|
|
578
|
-
context.ctx,
|
|
579
|
+
context.ctx || ((_a = context.components) == null ? void 0 : _a.form) || ((_b = context.components) == null ? void 0 : _b.table),
|
|
579
580
|
fields,
|
|
580
581
|
data
|
|
581
582
|
);
|
|
@@ -162,7 +162,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
162
162
|
];
|
|
163
163
|
const { getEventHandlers: createEventHandlers } = eventFlowHandler.useEventFlow({
|
|
164
164
|
fields: fieldsList,
|
|
165
|
-
instance
|
|
165
|
+
instance: {
|
|
166
|
+
instance: {
|
|
167
|
+
proxy: formCtx
|
|
168
|
+
}
|
|
169
|
+
},
|
|
166
170
|
localConfig: localConfig == null ? void 0 : localConfig.value,
|
|
167
171
|
components: {
|
|
168
172
|
form: formCtx
|
|
@@ -265,5 +269,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
265
269
|
};
|
|
266
270
|
}
|
|
267
271
|
});
|
|
268
|
-
const _Text = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
272
|
+
const _Text = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-78a3c304"]]);
|
|
269
273
|
exports.default = _Text;
|