super-page-designer 2.1.63 → 2.1.69

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.
Files changed (24) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +22 -11
  2. package/dist/es/components/design/utils/page-table-util.js +2 -5
  3. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +1 -3
  4. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
  5. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -738
  6. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +738 -1
  7. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
  8. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
  9. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -0
  10. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
  11. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +1 -152
  12. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +152 -1
  13. package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
  14. package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
  15. package/dist/es/components/design/views/design/page-event/config.vue3.js +13 -3
  16. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
  17. package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue.js +1 -1
  18. package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue2.js +29 -8
  19. package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.d.ts +40 -0
  20. package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.js +219 -0
  21. package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue2.js +4 -0
  22. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  23. package/dist/es/style.css +32 -32
  24. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, unref, createCommentVNode, withDirectives, vShow, createElementBlock, Fragment, renderList, normalizeClass, toDisplayString, renderSlot } from "vue";
2
- import _sfc_main$1 from "../../form/common/dataorigin-input-table.vue.js";
2
+ import _sfc_main$1 from "../../form/common/dataorigin-input-table.vue2.js";
3
3
  import { Codemirror } from "vue-codemirror";
4
4
  import _sfc_main$6 from "../../workflow/component/combination.vue.js";
5
5
  import _sfc_main$5 from "./return-set-table.vue.js";
@@ -9,7 +9,7 @@ import "uuid";
9
9
  import "../../../../../../stores/page-store.js";
10
10
  import "../../../../../../stores/table-store.js";
11
11
  import "../../../../../../stores/statistics-table-store.js";
12
- import "../../common/common-variable-bind.vue3.js";
12
+ import "../../common/common-variable-bind.vue2.js";
13
13
  import "../../../../utils/eventBus.js";
14
14
  import _sfc_main$1 from "../../common/common-function-code.vue.js";
15
15
  const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
@@ -14,6 +14,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  setup(__props) {
15
15
  const props = __props;
16
16
  function cellStyleChange(tableData) {
17
+ console.log("cellStyleChange-----", tableData);
17
18
  props.configure.style.cellStyle = tableData;
18
19
  }
19
20
  function cellTitleStyleChange(tableData) {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, unref, createCommentVNode, withDirectives, createTextVNode, createElementBlock, Fragment, renderList, vShow, normalizeClass } from "vue";
2
- import _sfc_main$3 from "./dataorigin-input-table.vue.js";
2
+ import _sfc_main$3 from "./dataorigin-input-table.vue2.js";
3
3
  import _sfc_main$2 from "./condition.vue.js";
4
4
  import _sfc_main$1 from "./row-ul-li.vue.js";
5
5
  import "uuid";
@@ -8,7 +8,7 @@ import http from "agilebuilder-ui/src/utils/request";
8
8
  import { usePageContextStore } from "../../../../../../stores/page-store.js";
9
9
  import "../../../../../../stores/table-store.js";
10
10
  import "../../../../../../stores/statistics-table-store.js";
11
- import "../../common/common-variable-bind.vue3.js";
11
+ import "../../common/common-variable-bind.vue2.js";
12
12
  import _sfc_main$4 from "./data-origin-service-in.vue.js";
13
13
  import { queryTableFields } from "../../../../utils/page-table-util.js";
14
14
  import { getCustomFuncs } from "../../../../utils/page-event-util.js";
@@ -1,155 +1,4 @@
1
- import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, unref, createElementVNode, createTextVNode } from "vue";
2
- import { Search } from "@element-plus/icons-vue";
3
- const _hoisted_1 = { class: "dialog-footer" };
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "dataorigin-input-table",
6
- props: {
7
- modelValue: {
8
- type: String,
9
- default: ""
10
- }
11
- },
12
- emits: ["update:modelValue"],
13
- setup(__props, { emit: __emit }) {
14
- const props = __props;
15
- const inputValue = ref(props.modelValue);
16
- const emit = __emit;
17
- const tableData = [
18
- {
19
- id: 1,
20
- date: "2016-05-03",
21
- name: "Tom",
22
- address: "No. 189, Grove St, Los Angeles"
23
- },
24
- {
25
- id: 2,
26
- date: "2016-05-02",
27
- name: "Tom",
28
- address: "No. 189, Grove St, Los Angeles"
29
- },
30
- {
31
- id: 3,
32
- date: "2016-05-04",
33
- name: "Tom",
34
- address: "No. 189, Grove St, Los Angeles"
35
- },
36
- {
37
- id: 4,
38
- date: "2016-05-01",
39
- name: "Tom",
40
- address: "No. 189, Grove St, Los Angeles"
41
- }
42
- ];
43
- const dialogVisible = ref(false);
44
- const selectData = ref([]);
45
- watch(() => props.modelValue, (newVal) => {
46
- inputValue.value = newVal;
47
- });
48
- function confirm() {
49
- if (selectData.value.length > 0) {
50
- let str = "";
51
- selectData.value.forEach((item) => {
52
- str = str + item.name + ",";
53
- });
54
- str = str.substring(0, str.length - 1);
55
- emit("update:modelValue", str);
56
- dialogVisible.value = false;
57
- } else {
58
- dialogVisible.value = false;
59
- }
60
- }
61
- function handleSelectionChange(selection) {
62
- selectData.value = selection;
63
- }
64
- function inputClick() {
65
- dialogVisible.value = true;
66
- }
67
- return (_ctx, _cache) => {
68
- const _component_el_icon = resolveComponent("el-icon");
69
- const _component_el_input = resolveComponent("el-input");
70
- const _component_el_table_column = resolveComponent("el-table-column");
71
- const _component_el_table = resolveComponent("el-table");
72
- const _component_el_button = resolveComponent("el-button");
73
- const _component_el_dialog = resolveComponent("el-dialog");
74
- return openBlock(), createElementBlock(Fragment, null, [
75
- createVNode(_component_el_input, {
76
- modelValue: inputValue.value,
77
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
78
- placeholder: "请选择",
79
- onClick: inputClick
80
- }, {
81
- suffix: withCtx(() => [
82
- createVNode(_component_el_icon, { onClick: inputClick }, {
83
- default: withCtx(() => [
84
- createVNode(unref(Search))
85
- ]),
86
- _: 1
87
- })
88
- ]),
89
- _: 1
90
- }, 8, ["modelValue"]),
91
- createVNode(_component_el_dialog, {
92
- modelValue: dialogVisible.value,
93
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
94
- title: "Tips",
95
- width: "500"
96
- }, {
97
- footer: withCtx(() => [
98
- createElementVNode("div", _hoisted_1, [
99
- createVNode(_component_el_button, {
100
- onClick: _cache[1] || (_cache[1] = ($event) => dialogVisible.value = false)
101
- }, {
102
- default: withCtx(() => [
103
- createTextVNode("取消")
104
- ]),
105
- _: 1
106
- }),
107
- createVNode(_component_el_button, {
108
- type: "primary",
109
- onClick: confirm
110
- }, {
111
- default: withCtx(() => [
112
- createTextVNode(" 确定 ")
113
- ]),
114
- _: 1
115
- })
116
- ])
117
- ]),
118
- default: withCtx(() => [
119
- createVNode(_component_el_table, {
120
- data: tableData,
121
- style: { "width": "100%" },
122
- onSelectionChange: handleSelectionChange
123
- }, {
124
- default: withCtx(() => [
125
- createVNode(_component_el_table_column, {
126
- type: "selection",
127
- width: "55"
128
- }),
129
- createVNode(_component_el_table_column, {
130
- prop: "date",
131
- label: "Date",
132
- width: "180"
133
- }),
134
- createVNode(_component_el_table_column, {
135
- prop: "name",
136
- label: "Name",
137
- width: "180"
138
- }),
139
- createVNode(_component_el_table_column, {
140
- prop: "address",
141
- label: "Address"
142
- })
143
- ]),
144
- _: 1
145
- })
146
- ]),
147
- _: 1
148
- }, 8, ["modelValue"])
149
- ], 64);
150
- };
151
- }
152
- });
1
+ import _sfc_main from "./dataorigin-input-table.vue2.js";
153
2
  export {
154
3
  _sfc_main as default
155
4
  };
@@ -1,4 +1,155 @@
1
- import _sfc_main from "./dataorigin-input-table.vue.js";
1
+ import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, unref, createElementVNode, createTextVNode } from "vue";
2
+ import { Search } from "@element-plus/icons-vue";
3
+ const _hoisted_1 = { class: "dialog-footer" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "dataorigin-input-table",
6
+ props: {
7
+ modelValue: {
8
+ type: String,
9
+ default: ""
10
+ }
11
+ },
12
+ emits: ["update:modelValue"],
13
+ setup(__props, { emit: __emit }) {
14
+ const props = __props;
15
+ const inputValue = ref(props.modelValue);
16
+ const emit = __emit;
17
+ const tableData = [
18
+ {
19
+ id: 1,
20
+ date: "2016-05-03",
21
+ name: "Tom",
22
+ address: "No. 189, Grove St, Los Angeles"
23
+ },
24
+ {
25
+ id: 2,
26
+ date: "2016-05-02",
27
+ name: "Tom",
28
+ address: "No. 189, Grove St, Los Angeles"
29
+ },
30
+ {
31
+ id: 3,
32
+ date: "2016-05-04",
33
+ name: "Tom",
34
+ address: "No. 189, Grove St, Los Angeles"
35
+ },
36
+ {
37
+ id: 4,
38
+ date: "2016-05-01",
39
+ name: "Tom",
40
+ address: "No. 189, Grove St, Los Angeles"
41
+ }
42
+ ];
43
+ const dialogVisible = ref(false);
44
+ const selectData = ref([]);
45
+ watch(() => props.modelValue, (newVal) => {
46
+ inputValue.value = newVal;
47
+ });
48
+ function confirm() {
49
+ if (selectData.value.length > 0) {
50
+ let str = "";
51
+ selectData.value.forEach((item) => {
52
+ str = str + item.name + ",";
53
+ });
54
+ str = str.substring(0, str.length - 1);
55
+ emit("update:modelValue", str);
56
+ dialogVisible.value = false;
57
+ } else {
58
+ dialogVisible.value = false;
59
+ }
60
+ }
61
+ function handleSelectionChange(selection) {
62
+ selectData.value = selection;
63
+ }
64
+ function inputClick() {
65
+ dialogVisible.value = true;
66
+ }
67
+ return (_ctx, _cache) => {
68
+ const _component_el_icon = resolveComponent("el-icon");
69
+ const _component_el_input = resolveComponent("el-input");
70
+ const _component_el_table_column = resolveComponent("el-table-column");
71
+ const _component_el_table = resolveComponent("el-table");
72
+ const _component_el_button = resolveComponent("el-button");
73
+ const _component_el_dialog = resolveComponent("el-dialog");
74
+ return openBlock(), createElementBlock(Fragment, null, [
75
+ createVNode(_component_el_input, {
76
+ modelValue: inputValue.value,
77
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
78
+ placeholder: "请选择",
79
+ onClick: inputClick
80
+ }, {
81
+ suffix: withCtx(() => [
82
+ createVNode(_component_el_icon, { onClick: inputClick }, {
83
+ default: withCtx(() => [
84
+ createVNode(unref(Search))
85
+ ]),
86
+ _: 1
87
+ })
88
+ ]),
89
+ _: 1
90
+ }, 8, ["modelValue"]),
91
+ createVNode(_component_el_dialog, {
92
+ modelValue: dialogVisible.value,
93
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
94
+ title: "Tips",
95
+ width: "500"
96
+ }, {
97
+ footer: withCtx(() => [
98
+ createElementVNode("div", _hoisted_1, [
99
+ createVNode(_component_el_button, {
100
+ onClick: _cache[1] || (_cache[1] = ($event) => dialogVisible.value = false)
101
+ }, {
102
+ default: withCtx(() => [
103
+ createTextVNode("取消")
104
+ ]),
105
+ _: 1
106
+ }),
107
+ createVNode(_component_el_button, {
108
+ type: "primary",
109
+ onClick: confirm
110
+ }, {
111
+ default: withCtx(() => [
112
+ createTextVNode(" 确定 ")
113
+ ]),
114
+ _: 1
115
+ })
116
+ ])
117
+ ]),
118
+ default: withCtx(() => [
119
+ createVNode(_component_el_table, {
120
+ data: tableData,
121
+ style: { "width": "100%" },
122
+ onSelectionChange: handleSelectionChange
123
+ }, {
124
+ default: withCtx(() => [
125
+ createVNode(_component_el_table_column, {
126
+ type: "selection",
127
+ width: "55"
128
+ }),
129
+ createVNode(_component_el_table_column, {
130
+ prop: "date",
131
+ label: "Date",
132
+ width: "180"
133
+ }),
134
+ createVNode(_component_el_table_column, {
135
+ prop: "name",
136
+ label: "Name",
137
+ width: "180"
138
+ }),
139
+ createVNode(_component_el_table_column, {
140
+ prop: "address",
141
+ label: "Address"
142
+ })
143
+ ]),
144
+ _: 1
145
+ })
146
+ ]),
147
+ _: 1
148
+ }, 8, ["modelValue"])
149
+ ], 64);
150
+ };
151
+ }
152
+ });
2
153
  export {
3
154
  _sfc_main as default
4
155
  };
@@ -1,7 +1 @@
1
- import _sfc_main from "./config.vue3.js";
2
- import "./config.vue2.js";
3
- import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-39d5d5cf"]]);
5
- export {
6
- config as default
7
- };
1
+
@@ -1 +1,7 @@
1
-
1
+ import _sfc_main from "./config.vue3.js";
2
+ import "./config.vue.js";
3
+ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bc0d50cd"]]);
5
+ export {
6
+ config as default
7
+ };
@@ -8,7 +8,7 @@ import "@codemirror/autocomplete";
8
8
  import "@codemirror/language";
9
9
  import { openSearchPanel } from "@codemirror/search";
10
10
  import beautify from "js-beautify";
11
- const _withScopeId = (n) => (pushScopeId("data-v-39d5d5cf"), n = n(), popScopeId(), n);
11
+ const _withScopeId = (n) => (pushScopeId("data-v-bc0d50cd"), n = n(), popScopeId(), n);
12
12
  const _hoisted_1 = {
13
13
  style: { "padding": "8px 16px", "margin": "10px 0px", "background-color": "#f4f4f5" },
14
14
  class: "pppp"
@@ -129,11 +129,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
129
129
  return {
130
130
  from: word.from,
131
131
  options: [
132
- { label: "window.$PageUtil()", type: "property", info: "页面工具方法" },
133
- { label: "window.$message()", type: "property", info: "提示信息" },
132
+ { label: "window.$PageUtil", type: "property", info: "页面工具方法" },
133
+ { label: "window.$message", type: "property", info: "提示信息" },
134
134
  { label: "window.$http()", type: "property", info: "接口调用" }
135
135
  ]
136
136
  };
137
+ } else if ((word == null ? void 0 : word.text) === "window.$message.") {
138
+ return {
139
+ form: word.from,
140
+ options: [
141
+ { label: "window.$message.info()", type: "function", info: "提示消息" },
142
+ { label: "window.$message.success()", type: "function", info: "成功消息" },
143
+ { label: "window.$message.warning()", type: "function", info: "警告消息" },
144
+ { label: "window.$message.error()", type: "function", info: "错误消息" }
145
+ ]
146
+ };
137
147
  } else if ((word == null ? void 0 : word.text) === "window.$PageUtil.") {
138
148
  return {
139
149
  from: word.from,
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, onMounted, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, withDirectives, vShow, unref, createTextVNode, toDisplayString, Fragment, renderList, createBlock } from "vue";
2
2
  import { ElMessageBox, ElMessage } from "element-plus";
3
- import config from "./config.vue.js";
3
+ import config from "./config.vue2.js";
4
4
  import { standardButtonOperations } from "../../../utils/assemblys-config.js";
5
5
  import { findDesignItemByUuid, getUuidv4, deepCopy } from "../../../utils/common-util.js";
6
6
  import { usePageContextStore } from "../../../../../stores/page-store.js";
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./i18n-setting-page.vue2.js";
2
2
  import "./i18n-setting-page.vue3.js";
3
3
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const i18nSettingPage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3c4dc496"]]);
4
+ const i18nSettingPage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8e6fbc57"]]);
5
5
  export {
6
6
  i18nSettingPage as default
7
7
  };
@@ -1,7 +1,8 @@
1
- import { defineComponent, ref, reactive, computed, onMounted, resolveComponent, resolveDirective, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createBlock, unref, withCtx, createTextVNode, createVNode, renderList, toDisplayString, createCommentVNode } from "vue";
1
+ import { defineComponent, ref, reactive, computed, resolveComponent, resolveDirective, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createBlock, unref, withCtx, createTextVNode, createVNode, renderList, toDisplayString, createCommentVNode } from "vue";
2
2
  import { Plus, Reading, Refresh } from "@element-plus/icons-vue";
3
3
  import { ElMessageBox, ElMessage } from "element-plus";
4
4
  import http from "agilebuilder-ui/src/utils/request";
5
+ import _sfc_main$1 from "./translate-error-dialog.vue.js";
5
6
  const _hoisted_1 = {
6
7
  style: { "padding": "0 0 10px 0" },
7
8
  class: "amb-design-attr-item-inline"
@@ -28,6 +29,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
29
  const editingIndex = ref(-1);
29
30
  const search = ref("");
30
31
  const multipleSelection = ref([]);
32
+ const showErrorTranslateDialog = ref(false);
33
+ const errorTranslateData = ref([]);
31
34
  const innerVisible = ref(false);
32
35
  const addForm = ref({
33
36
  CODE: "",
@@ -54,9 +57,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
57
  http.post(
55
58
  window["$vueApp"].config.globalProperties.baseAPI + `/bs/language-package/translate/by-codes/${props.pageDesign.systemCode}`,
56
59
  needTanslateCodes
57
- ).then(() => {
60
+ ).then((res) => {
61
+ if (res) {
62
+ errorTranslateData.value = res;
63
+ showErrorTranslateDialog.value = true;
64
+ ElMessage.error({
65
+ message: "翻译错误,请检查翻译结果后自行保存",
66
+ showClose: true
67
+ });
68
+ } else {
69
+ fetchData();
70
+ }
58
71
  loading.value = false;
59
- fetchData();
60
72
  }).catch((err) => {
61
73
  console.log("翻译失败", err);
62
74
  loading.value = false;
@@ -190,8 +202,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
190
202
  const cancelAdd = () => {
191
203
  innerVisible.value = false;
192
204
  };
193
- onMounted(() => {
194
- });
205
+ const closeErrorTranslateDialog = () => {
206
+ showErrorTranslateDialog.value = false;
207
+ fetchData();
208
+ };
195
209
  __expose({});
196
210
  return (_ctx, _cache) => {
197
211
  const _component_el_button = resolveComponent("el-button");
@@ -206,7 +220,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
206
220
  createElementVNode("div", _hoisted_1, [
207
221
  withDirectives((openBlock(), createBlock(_component_el_button, {
208
222
  align: "left",
209
- class: "button--default",
223
+ type: "primary",
210
224
  icon: unref(Plus),
211
225
  onClick: add
212
226
  }, {
@@ -219,7 +233,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
219
233
  ]),
220
234
  withDirectives((openBlock(), createBlock(_component_el_button, {
221
235
  align: "left",
222
- class: "button--default",
236
+ type: "primary",
223
237
  icon: unref(Reading),
224
238
  onClick: translateCodes
225
239
  }, {
@@ -394,8 +408,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
394
408
  [_directive_loading, loading.value]
395
409
  ]),
396
410
  createElementVNode("span", null, "总条数:" + toDisplayString(filterTableData.value.length), 1),
397
- innerVisible.value ? (openBlock(), createBlock(_component_el_dialog, {
411
+ showErrorTranslateDialog.value ? (openBlock(), createBlock(_sfc_main$1, {
398
412
  key: 0,
413
+ systemCode: __props.pageDesign.systemCode,
414
+ languages: languages.value,
415
+ errorTranslateData: errorTranslateData.value,
416
+ onClose: closeErrorTranslateDialog
417
+ }, null, 8, ["systemCode", "languages", "errorTranslateData"])) : createCommentVNode("", true),
418
+ innerVisible.value ? (openBlock(), createBlock(_component_el_dialog, {
419
+ key: 1,
399
420
  modelValue: innerVisible.value,
400
421
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => innerVisible.value = $event),
401
422
  width: "500",
@@ -0,0 +1,40 @@
1
+ interface Language {
2
+ value: string;
3
+ name: string;
4
+ }
5
+ declare const _default: import('vue').DefineComponent<{
6
+ systemCode: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ languages: {
11
+ type: () => Language[];
12
+ default: any[];
13
+ };
14
+ errorTranslateData: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ close: (...args: any[]) => void;
20
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
+ systemCode: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ languages: {
26
+ type: () => Language[];
27
+ default: any[];
28
+ };
29
+ errorTranslateData: {
30
+ type: ObjectConstructor;
31
+ default: () => {};
32
+ };
33
+ }>> & {
34
+ onClose?: (...args: any[]) => any;
35
+ }, {
36
+ systemCode: string;
37
+ languages: Language[];
38
+ errorTranslateData: Record<string, any>;
39
+ }, {}>;
40
+ export default _default;