@fecp/designer 5.5.121 → 5.6.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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/assets/logo.png.mjs +1 -1
- package/es/designer/src/components/EventConfigButton.vue.mjs +2 -2
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +15 -1
- package/es/designer/src/packages/form/property/pageFooterBtn.vue.mjs +2 -2
- package/es/designer/src/packages/form/property/pageHeaderBtn.vue.mjs +2 -2
- package/es/designer/src/packages/form/property/widgets.vue.mjs +6 -6
- package/es/designer/src/packages/table/property/customBtn.vue.mjs +2 -2
- package/es/designer/src/packages/table/property/optBtn.vue.mjs +2 -2
- package/es/designer/src/packages/table/property/widgets.vue.mjs +2 -2
- package/es/designer.css +364 -363
- package/es/logo.ico +0 -0
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +4 -3
- package/es/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.mjs +8 -4
- package/es/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.mjs +8 -6
- package/es/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.mjs +3 -3
- package/es/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.mjs +32 -22
- package/es/packages/mobile/src/components/custom/document/Document.vue.mjs +2 -2
- package/es/packages/mobile/src/components/custom/userSelect/UserSelect.vue.mjs +2 -2
- package/es/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.mjs +4 -3
- package/es/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.mjs +109 -47
- package/es/packages/mobile/src/components/form/search/Search.vue.mjs +1 -1
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +7 -3
- package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +4 -2
- package/es/packages/mobile/src/page.vue.mjs +3 -3
- package/es/packages/mobile/src/utils/datasource.mjs +1 -1
- package/es/packages/mobile/src/utils/optionUtil.mjs +1 -1
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +12 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +5 -2
- package/es/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +20 -26
- package/es/packages/vue/src/components/forms/userSelect/UserSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +5 -2
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +7 -9
- package/es/packages/vue/src/directive/auth.mjs +2 -1
- package/es/packages/vue/src/utils/parseRouteParams.mjs +2 -2
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/assets/logo.png.js +1 -1
- package/lib/designer/src/components/EventConfigButton.vue.js +2 -2
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +15 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +364 -363
- package/lib/logo.ico +0 -0
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +4 -3
- package/lib/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.js +8 -4
- package/lib/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.js +8 -6
- package/lib/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.js +3 -3
- package/lib/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.js +32 -22
- package/lib/packages/mobile/src/components/custom/document/Document.vue.js +2 -2
- package/lib/packages/mobile/src/components/custom/userSelect/UserSelect.vue.js +2 -2
- package/lib/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.js +4 -3
- package/lib/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.js +109 -47
- package/lib/packages/mobile/src/components/form/search/Search.vue.js +1 -1
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +7 -3
- package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +4 -2
- package/lib/packages/mobile/src/page.vue.js +3 -3
- package/lib/packages/mobile/src/utils/datasource.js +1 -1
- package/lib/packages/mobile/src/utils/optionUtil.js +1 -1
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +12 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +5 -2
- package/lib/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +20 -26
- package/lib/packages/vue/src/components/forms/userSelect/UserSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +5 -2
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +7 -9
- package/lib/packages/vue/src/directive/auth.js +2 -1
- package/lib/packages/vue/src/utils/parseRouteParams.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const _imports_0 = "data:image/png;base64,
|
|
1
|
+
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAwCAYAAABe6Vn9AAAD/ElEQVR4AexZTWgTQRR+k1oUxKMnUdoKhVwE8SRaScBDL4IIiqJIa7WF/giCB1EkW0HBg5c2UdqmjQVBD4IIgqhgSpUeRRCJIqG9CIJ48eDB2ozfW2bibrpJ9jeobJjJzL5573vzfW+27DYJivgzNicPjubl4vCMzA9OyR0Rp6PICI1My+6RGXmvUqEXkqhHCBpob6Py8Ky8GiWp0AmNTciNIHIdUn0kQSdrNr9BSLo2kpflsVl5umYtlMtQCY3MycHKZiqDyOUmu+uqSJoHsZejMzLVxNfTciiEhvOyF5tbogpNkaRtHnaQloKKiC2AWKeHuLqugQjhRk9iM/cF0VNk2Ivut/XJBJVByjAMzPyiIC4QIdzoz4FxHD14kyRQrczX7TQRBCwQoSCJo4qNCUWlbFi4cYXCUjIqnLhCUSkbFm5cobCUjAonrlBUyoaFG6xCkh6GtRGF8wVP7O/V3NcQiFDunLggK7QbrwyP/GSvibm5ukY7gXmnxu7pMhAhznR7ULzFJo6A1GH0N2zz2B+INkrmzopL00Pih8fYde6eCb0qyRR6ET1jRQOpx+h78EpxHvZv6I2boCWRoF4QOZHtFx+0c7EkO4DN+EWea7vb0TUhBudEAC6i82uz8bokl2GzEcsOiMnEJuoiQbfgt74J+oxKDuUGxL7sGfFMOyj8zAaiZdgYP9VOxMQyvAabq9aUEIPxpi2JqsCSqIOINLEU5mabPCW+Y8MXxRrtArE/fzgk3di6hbpQyWnTUX1Z8A1lMgeNr4mZxiZfDQnVS1SLqRIXUbECC6DXs0PiHYgdpQodamujbhC5YhwTP/U68FOI4YrYiOh1PSp8U7jFkuzTdqfRkZDbRLWAkqjPSc3coHgy0S8+aX8mjRx8dIuI4SrrpYYj++L/FwUWgTGcnBNWIzv5SWTF4KS4NtUElu3+UvjW+wSu3hvn0MIxphXBRsjpPrE6e5lzUvgb1iMC/ALb0AM3ja8wq3g2QlXrPzyJCf3txYsrFFeoxQrER67FgntOF1fIs2QtDvjvK1T3Md6P0HgyXuFuiV2wzEOZ4plu3gpkq1BPUoz/IuLfOgMlViSM/UnRCcwqFuYaPwzhDOCJA0lxty4hXkgnxQoc02DeL4hWyPtHExl3ClX4mliVrJOvk03tKY09OuLbKmQFYOarRGnY3Kq5wNWtlwg4tqaIuRaOibDItVW3geKiLiGskUqq1XQkxongy4ql2R9zT82lcGbV2bcZeENCOpg3yspzBWAzj4kiYibCmmnDmq9Wg28VzrxPgO94vJySuSKkA1Vi85io0rtOpDEajQrfPBEsnhciGtcTIR3kpvTa18/IxLj7ifVFyE+iVsX8BgAA///JxSjYAAAABklEQVQDAIpOhHBBaLGIAAAAAElFTkSuQmCC";
|
|
2
2
|
export {
|
|
3
3
|
_imports_0 as default
|
|
4
4
|
};
|
|
@@ -89,7 +89,7 @@ const _sfc_main = {
|
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
|
-
const
|
|
92
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-db416ffc"]]);
|
|
93
93
|
export {
|
|
94
|
-
|
|
94
|
+
__unplugin_components_6 as default
|
|
95
95
|
};
|
|
@@ -3,6 +3,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
6
7
|
/* empty css */
|
|
7
8
|
/* empty css */
|
|
8
9
|
/* empty css */
|
|
@@ -43,6 +44,9 @@ const _sfc_main = {
|
|
|
43
44
|
value: item.modeNo
|
|
44
45
|
}));
|
|
45
46
|
});
|
|
47
|
+
function handleEventConfirm(data) {
|
|
48
|
+
currentItem.value.callbackEventConfig = data;
|
|
49
|
+
}
|
|
46
50
|
return (_ctx, _cache) => {
|
|
47
51
|
const _component_el_input = ElInput;
|
|
48
52
|
const _component_el_form_item = ElFormItem;
|
|
@@ -50,6 +54,7 @@ const _sfc_main = {
|
|
|
50
54
|
const _component_el_radio_group = ElRadioGroup;
|
|
51
55
|
const _component_el_option = ElOption;
|
|
52
56
|
const _component_el_select = ElSelect;
|
|
57
|
+
const _component_EventConfigButton = __unplugin_components_6;
|
|
53
58
|
const _component_el_form = ElForm;
|
|
54
59
|
const _component_el_collapse_item = ElCollapseItem;
|
|
55
60
|
const _component_el_collapse = ElCollapse;
|
|
@@ -201,6 +206,15 @@ const _sfc_main = {
|
|
|
201
206
|
}, null, 8, ["modelValue"])
|
|
202
207
|
]),
|
|
203
208
|
_: 1
|
|
209
|
+
}),
|
|
210
|
+
createVNode(_component_el_form_item, { label: "回调事件" }, {
|
|
211
|
+
default: withCtx(() => [
|
|
212
|
+
createVNode(_component_EventConfigButton, {
|
|
213
|
+
config: currentItem.value.callbackEventConfig,
|
|
214
|
+
onConfirm: handleEventConfirm
|
|
215
|
+
}, null, 8, ["config"])
|
|
216
|
+
]),
|
|
217
|
+
_: 1
|
|
204
218
|
})
|
|
205
219
|
]),
|
|
206
220
|
_: 1
|
|
@@ -214,7 +228,7 @@ const _sfc_main = {
|
|
|
214
228
|
};
|
|
215
229
|
}
|
|
216
230
|
};
|
|
217
|
-
const contract = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
231
|
+
const contract = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2745c569"]]);
|
|
218
232
|
export {
|
|
219
233
|
contract as default
|
|
220
234
|
};
|
|
@@ -13,7 +13,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
15
|
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode } from "vue";
|
|
16
|
-
import
|
|
16
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
17
17
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
18
18
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
19
19
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -109,7 +109,7 @@ const _sfc_main = {
|
|
|
109
109
|
}),
|
|
110
110
|
createVNode(_component_el_form_item, { label: "事件配置" }, {
|
|
111
111
|
default: withCtx(() => [
|
|
112
|
-
createVNode(
|
|
112
|
+
createVNode(__unplugin_components_6, {
|
|
113
113
|
config: unref(currentItem).eventConfig,
|
|
114
114
|
onConfirm: handleEventConfirm
|
|
115
115
|
}, null, 8, ["config"])
|
|
@@ -12,7 +12,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode } from "vue";
|
|
15
|
-
import
|
|
15
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
16
16
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -93,7 +93,7 @@ const _sfc_main = {
|
|
|
93
93
|
}),
|
|
94
94
|
createVNode(_component_el_form_item, { label: "事件配置" }, {
|
|
95
95
|
default: withCtx(() => [
|
|
96
|
-
createVNode(
|
|
96
|
+
createVNode(__unplugin_components_6, {
|
|
97
97
|
config: unref(currentItem).eventConfig,
|
|
98
98
|
onConfirm: handleEventConfirm
|
|
99
99
|
}, null, 8, ["config"])
|
|
@@ -22,7 +22,7 @@ import { getCurrentInstance, computed, ref, watch, createBlock, openBlock, unref
|
|
|
22
22
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
23
23
|
import OptionConfig from "../../../components/OptionConfig.vue.mjs";
|
|
24
24
|
import components from "../aside/index.mjs";
|
|
25
|
-
import
|
|
25
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
26
26
|
import _sfc_main$2 from "../../../components/DataSourceSelect.vue.mjs";
|
|
27
27
|
import ConditionConfigButton from "../../../components/ConditionConfigButton.vue2.mjs";
|
|
28
28
|
import DefaultValueEditor from "../components/DefaultValueEditor.vue.mjs";
|
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -565,7 +565,7 @@ const _sfc_main = {
|
|
|
565
565
|
label: "超链接事件配置"
|
|
566
566
|
}, {
|
|
567
567
|
default: withCtx(() => [
|
|
568
|
-
createVNode(
|
|
568
|
+
createVNode(__unplugin_components_6, {
|
|
569
569
|
config: unref(currentItem).labelLinkEventConfig,
|
|
570
570
|
onConfirm: handleLabelLinkEventConfirm
|
|
571
571
|
}, null, 8, ["config"])
|
|
@@ -740,7 +740,7 @@ const _sfc_main = {
|
|
|
740
740
|
]),
|
|
741
741
|
createElementVNode("div", _hoisted_11, [
|
|
742
742
|
_cache[79] || (_cache[79] = createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
|
|
743
|
-
createVNode(
|
|
743
|
+
createVNode(__unplugin_components_6, {
|
|
744
744
|
config: unref(currentItem).suffixButtonConfig,
|
|
745
745
|
onConfirm: handleSuffixButtonConfirm
|
|
746
746
|
}, null, 8, ["config"])
|
|
@@ -1104,7 +1104,7 @@ const _sfc_main = {
|
|
|
1104
1104
|
label: "事件配置"
|
|
1105
1105
|
}, {
|
|
1106
1106
|
default: withCtx(() => [
|
|
1107
|
-
createVNode(
|
|
1107
|
+
createVNode(__unplugin_components_6, {
|
|
1108
1108
|
config: unref(currentItem).eventConfig,
|
|
1109
1109
|
onConfirm: handleEventConfirm
|
|
1110
1110
|
}, null, 8, ["config"])
|
|
@@ -12,7 +12,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode, createCommentVNode } from "vue";
|
|
15
|
-
import
|
|
15
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
16
16
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
17
17
|
import ConditionConfigButton from "../../../components/ConditionConfigButton.vue2.mjs";
|
|
18
18
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -138,7 +138,7 @@ const _sfc_main = {
|
|
|
138
138
|
label: "事件配置"
|
|
139
139
|
}, {
|
|
140
140
|
default: withCtx(() => [
|
|
141
|
-
createVNode(
|
|
141
|
+
createVNode(__unplugin_components_6, {
|
|
142
142
|
config: unref(currentItem).eventConfig,
|
|
143
143
|
onConfirm: handleEventConfirm
|
|
144
144
|
}, null, 8, ["config"])
|
|
@@ -12,7 +12,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode } from "vue";
|
|
15
|
-
import
|
|
15
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
16
16
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
17
17
|
import ConditionConfigButton from "../../../components/ConditionConfigButton.vue2.mjs";
|
|
18
18
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -103,7 +103,7 @@ const _sfc_main = {
|
|
|
103
103
|
}),
|
|
104
104
|
createVNode(_component_el_form_item, { label: "事件配置" }, {
|
|
105
105
|
default: withCtx(() => [
|
|
106
|
-
createVNode(
|
|
106
|
+
createVNode(__unplugin_components_6, {
|
|
107
107
|
config: unref(currentItem).eventConfig,
|
|
108
108
|
onConfirm: handleEventConfirm
|
|
109
109
|
}, null, 8, ["config"])
|
|
@@ -21,7 +21,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
21
21
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
22
22
|
import OptionConfig from "../../../components/OptionConfig.vue.mjs";
|
|
23
23
|
import components from "../aside/index.mjs";
|
|
24
|
-
import
|
|
24
|
+
import __unplugin_components_6 from "../../../components/EventConfigButton.vue.mjs";
|
|
25
25
|
/* empty css */
|
|
26
26
|
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
27
27
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -448,7 +448,7 @@ const _sfc_main = {
|
|
|
448
448
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => unref(currentItem).isLink = $event),
|
|
449
449
|
label: "启用超链接"
|
|
450
450
|
}, null, 8, ["modelValue"]),
|
|
451
|
-
unref(currentItem).isLink ? (openBlock(), createBlock(
|
|
451
|
+
unref(currentItem).isLink ? (openBlock(), createBlock(__unplugin_components_6, {
|
|
452
452
|
key: 0,
|
|
453
453
|
config: unref(currentItem).linkConfig,
|
|
454
454
|
onConfirm: (data) => unref(currentItem).linkConfig = data
|