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.
- package/dist/es/components/design/utils/assemblys-config.js +22 -11
- package/dist/es/components/design/utils/page-table-util.js +2 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +1 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -738
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +738 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -0
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +1 -152
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +152 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
- package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +13 -3
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue.js +1 -1
- package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue2.js +29 -8
- package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.d.ts +40 -0
- package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.js +219 -0
- package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +32 -32
- package/package.json +3 -3
|
@@ -1840,7 +1840,8 @@ const assemblyGroups = [
|
|
|
1840
1840
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
1841
1841
|
setValueList: [{ combination: "[]" }],
|
|
1842
1842
|
showCondition: "[]",
|
|
1843
|
-
type: "primary"
|
|
1843
|
+
type: "primary",
|
|
1844
|
+
isEnableRequired: false
|
|
1844
1845
|
},
|
|
1845
1846
|
verification: [],
|
|
1846
1847
|
preSuffix: {}
|
|
@@ -1971,7 +1972,8 @@ const assemblyGroups = [
|
|
|
1971
1972
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
1972
1973
|
setValueList: [{ combination: "[]" }],
|
|
1973
1974
|
showCondition: "[]",
|
|
1974
|
-
type: "primary"
|
|
1975
|
+
type: "primary",
|
|
1976
|
+
isEnableRequired: false
|
|
1975
1977
|
},
|
|
1976
1978
|
verification: [],
|
|
1977
1979
|
scan: {},
|
|
@@ -2016,7 +2018,8 @@ const assemblyGroups = [
|
|
|
2016
2018
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2017
2019
|
setValueList: [{ combination: "[]" }],
|
|
2018
2020
|
showCondition: "[]",
|
|
2019
|
-
type: "primary"
|
|
2021
|
+
type: "primary",
|
|
2022
|
+
isEnableRequired: false
|
|
2020
2023
|
},
|
|
2021
2024
|
verification: [],
|
|
2022
2025
|
scan: {},
|
|
@@ -2327,7 +2330,8 @@ const assemblyGroups = [
|
|
|
2327
2330
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2328
2331
|
setValueList: [{ combination: "[]" }],
|
|
2329
2332
|
showCondition: "[]",
|
|
2330
|
-
type: "primary"
|
|
2333
|
+
type: "primary",
|
|
2334
|
+
isEnableRequired: false
|
|
2331
2335
|
},
|
|
2332
2336
|
verification: [],
|
|
2333
2337
|
scan: {},
|
|
@@ -2371,7 +2375,8 @@ const assemblyGroups = [
|
|
|
2371
2375
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2372
2376
|
setValueList: [{ combination: "[]" }],
|
|
2373
2377
|
showCondition: "[]",
|
|
2374
|
-
type: "primary"
|
|
2378
|
+
type: "primary",
|
|
2379
|
+
isEnableRequired: false
|
|
2375
2380
|
},
|
|
2376
2381
|
verification: [],
|
|
2377
2382
|
scan: {},
|
|
@@ -2415,7 +2420,8 @@ const assemblyGroups = [
|
|
|
2415
2420
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2416
2421
|
setValueList: [{ combination: "[]" }],
|
|
2417
2422
|
showCondition: "[]",
|
|
2418
|
-
type: "primary"
|
|
2423
|
+
type: "primary",
|
|
2424
|
+
isEnableRequired: false
|
|
2419
2425
|
},
|
|
2420
2426
|
verification: [],
|
|
2421
2427
|
scan: {},
|
|
@@ -2459,7 +2465,8 @@ const assemblyGroups = [
|
|
|
2459
2465
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2460
2466
|
setValueList: [{ combination: "[]" }],
|
|
2461
2467
|
showCondition: "[]",
|
|
2462
|
-
type: "primary"
|
|
2468
|
+
type: "primary",
|
|
2469
|
+
isEnableRequired: false
|
|
2463
2470
|
},
|
|
2464
2471
|
verification: [],
|
|
2465
2472
|
scan: {},
|
|
@@ -2503,7 +2510,8 @@ const assemblyGroups = [
|
|
|
2503
2510
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2504
2511
|
setValueList: [{ combination: "[]" }],
|
|
2505
2512
|
showCondition: "[]",
|
|
2506
|
-
type: "primary"
|
|
2513
|
+
type: "primary",
|
|
2514
|
+
isEnableRequired: false
|
|
2507
2515
|
},
|
|
2508
2516
|
verification: [],
|
|
2509
2517
|
scan: {},
|
|
@@ -2547,7 +2555,8 @@ const assemblyGroups = [
|
|
|
2547
2555
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2548
2556
|
setValueList: [{ combination: "[]" }],
|
|
2549
2557
|
showCondition: "[]",
|
|
2550
|
-
type: "primary"
|
|
2558
|
+
type: "primary",
|
|
2559
|
+
isEnableRequired: false
|
|
2551
2560
|
},
|
|
2552
2561
|
verification: [],
|
|
2553
2562
|
scan: {},
|
|
@@ -2591,7 +2600,8 @@ const assemblyGroups = [
|
|
|
2591
2600
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2592
2601
|
setValueList: [{ combination: "[]" }],
|
|
2593
2602
|
showCondition: "[]",
|
|
2594
|
-
type: "primary"
|
|
2603
|
+
type: "primary",
|
|
2604
|
+
isEnableRequired: false
|
|
2595
2605
|
},
|
|
2596
2606
|
verification: [],
|
|
2597
2607
|
scan: {},
|
|
@@ -2635,7 +2645,8 @@ const assemblyGroups = [
|
|
|
2635
2645
|
condition: [{ sqlFilterCondition: "[]" }],
|
|
2636
2646
|
setValueList: [{ combination: "[]" }],
|
|
2637
2647
|
showCondition: "[]",
|
|
2638
|
-
type: "primary"
|
|
2648
|
+
type: "primary",
|
|
2649
|
+
isEnableRequired: false
|
|
2639
2650
|
},
|
|
2640
2651
|
verification: [],
|
|
2641
2652
|
scan: {},
|
|
@@ -104,7 +104,6 @@ function getListView(configureCopy, pageDesign, tableConfigureStr) {
|
|
|
104
104
|
// groupHeader groupHeaders: any
|
|
105
105
|
};
|
|
106
106
|
listView.items = getListColumns(configureCopy, pageDesign);
|
|
107
|
-
console.log(listView.items, "listView.lListColumns", configureCopy.items);
|
|
108
107
|
listView.groupHeaders = getGroupHeaders(configureCopy);
|
|
109
108
|
return listView;
|
|
110
109
|
}
|
|
@@ -199,11 +198,9 @@ function getGroupHeaders(configure) {
|
|
|
199
198
|
titleText: item.titleText,
|
|
200
199
|
parentCode: item.parentUuid,
|
|
201
200
|
displayOrder: item.displayOrder,
|
|
201
|
+
prop: item.prop,
|
|
202
202
|
uuid: item.uuid
|
|
203
203
|
};
|
|
204
|
-
if (item.props && item.props.base && item.props.base.prop) {
|
|
205
|
-
header.prop = getNameFromProp(item.props.base.prop);
|
|
206
|
-
}
|
|
207
204
|
result.push(header);
|
|
208
205
|
});
|
|
209
206
|
}
|
|
@@ -399,7 +396,7 @@ function getFileSet(item) {
|
|
|
399
396
|
function getControlConfig(item) {
|
|
400
397
|
var _a, _b, _c, _d;
|
|
401
398
|
let controlConfig;
|
|
402
|
-
if (item.name === "select"
|
|
399
|
+
if (item.name === "select") {
|
|
403
400
|
const baseProps = item.props.base;
|
|
404
401
|
const allowCreate = baseProps.allowCreate;
|
|
405
402
|
const clearable = baseProps.clearable;
|
|
@@ -54,9 +54,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
54
|
watch(
|
|
55
55
|
() => tableData.value,
|
|
56
56
|
(newVal) => {
|
|
57
|
-
|
|
58
|
-
emit("dataChange", tableData.value);
|
|
59
|
-
}
|
|
57
|
+
emit("dataChange", tableData.value);
|
|
60
58
|
},
|
|
61
59
|
{ deep: true }
|
|
62
60
|
);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import _sfc_main from "./common-variable-bind.
|
|
2
|
-
import "./common-variable-bind.
|
|
1
|
+
import _sfc_main from "./common-variable-bind.vue3.js";
|
|
2
|
+
import "./common-variable-bind.vue2.js";
|
|
3
3
|
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const BindVariable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3528c938"]]);
|
|
5
5
|
export {
|