cloud-web-corejs 1.0.54-dev.9 → 1.0.55

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 (45) hide show
  1. package/package.json +1 -1
  2. package/src/components/excelExport/index.js +5 -5
  3. package/src/components/excelExport/index.vue +0 -1
  4. package/src/components/excelExport/mixins.js +1 -4
  5. package/src/components/excelImport/index.js +13 -13
  6. package/src/components/excelImport/index.vue +5 -7
  7. package/src/components/excelImport/mixins.js +1 -1
  8. package/src/components/fileLibrary/fileObjAuthDialog.vue +103 -125
  9. package/src/components/fileLibrary/fileObjAuthEditDialog.vue +1 -6
  10. package/src/components/fileLibrary/index.vue +2 -2
  11. package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +6 -21
  12. package/src/components/fileLibrary/mixins/indexMixins.js +0 -11
  13. package/src/components/jsonImport/index.js +17 -17
  14. package/src/components/table/index.js +1 -1
  15. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +1 -0
  16. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +1 -0
  17. package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +2 -2
  18. package/src/components/xform/form-designer/form-widget/dialog/preformDialog.vue +2 -2
  19. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +5 -4
  20. package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +2 -2
  21. package/src/components/xform/form-designer/setting-panel/form-setting.vue +2 -36
  22. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +0 -2
  23. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +33 -277
  24. package/src/components/xform/form-render/indexMixin.js +1 -24
  25. package/src/layout/components/Sidebar/default.vue +1222 -1222
  26. package/src/layout/components/notify_message/unreadDialog.vue +5 -11
  27. package/src/utils/vab.js +1 -1
  28. package/src/views/bd/setting/bd_attach_setting/edit.vue +1 -1
  29. package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +1 -1
  30. package/src/views/bd/setting/form_template/edit.vue +0 -4
  31. package/src/views/bd/setting/form_template/mixins/edit.js +1 -1
  32. package/src/views/bd/setting/form_template/mixins/list.js +1 -1
  33. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +7 -7
  34. package/src/views/user/access_log/list.vue +349 -349
  35. package/src/views/user/company_info/edit.vue +1 -9
  36. package/src/views/user/home/index.vue +2 -4
  37. package/src/views/user/system_notice/infoDialog.vue +1 -25
  38. package/src/views/user/user/list.vue +563 -563
  39. package/src/views/user/wf/wf_obj_config/edit.vue +1 -5
  40. package/src/views/user/wf/wf_obj_config/list.vue +0 -15
  41. package/src/components/excelExport/exportFieldDialog.vue +0 -201
  42. package/src/components/fileLibrary/fileObjNotifyEdit.vue +0 -170
  43. package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +0 -223
  44. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +0 -62
  45. package/src/components/xform/form-designer/setting-panel/wfObjConfigDialog.vue +0 -189
@@ -259,7 +259,7 @@ export const containers = [
259
259
  formScriptEnabled: true,
260
260
  formScriptCode: null,
261
261
  formScriptParam: null,
262
- formScriptCallback: null,
262
+ formScriptCallback:null,
263
263
  /*isLoadDataByAccess: false,
264
264
  scriptEnabled: false,
265
265
  scriptName: null,
@@ -275,11 +275,7 @@ export const containers = [
275
275
  isTreeTable: false,
276
276
  wbsEnabled: false,
277
277
  sortScriptCode: null,
278
- importTemplateFile: null,
279
-
280
- showRuleFlag: 1,
281
- showRuleEnabled: 1,
282
- showRules: [],
278
+ importTemplateFile: null
283
279
  }
284
280
  },
285
281
  /*{
@@ -817,17 +813,7 @@ export const basicFields = [
817
813
  wfEdit: false,
818
814
  enabledByWf: false,
819
815
  hiddenByWf: false,
820
- wfConfigData: [],
821
-
822
- showRuleFlag: 1,
823
- showRuleEnabled: 1,
824
- showRules: [],
825
- textFlag: 1,
826
- textRule1: false,
827
- textRule2: false,
828
- textRule3: false,
829
- textRule2Number: null,
830
- textRule3Number: null
816
+ wfConfigData: []
831
817
  }
832
818
  },
833
819
  {
@@ -885,17 +871,7 @@ export const basicFields = [
885
871
  wfEdit: false,
886
872
  enabledByWf: false,
887
873
  hiddenByWf: false,
888
- wfConfigData: [],
889
-
890
- showRuleFlag: 1,
891
- showRuleEnabled: 1,
892
- showRules: [],
893
- textFlag: 1,
894
- textRule1: false,
895
- textRule2: false,
896
- textRule3: false,
897
- textRule2Number: null,
898
- textRule3Number: null
874
+ wfConfigData: []
899
875
 
900
876
  }
901
877
  },
@@ -945,17 +921,8 @@ export const basicFields = [
945
921
  wfEdit: false,
946
922
  enabledByWf: false,
947
923
  hiddenByWf: false,
948
- wfConfigData: [],
924
+ wfConfigData: []
949
925
 
950
- showRuleFlag: 1,
951
- showRuleEnabled: 1,
952
- showRules: [],
953
- textFlag: 1,
954
- textRule1: false,
955
- textRule2: false,
956
- textRule3: false,
957
- textRule2Number: null,
958
- textRule3Number: null
959
926
  }
960
927
  },
961
928
  {
@@ -1006,17 +973,7 @@ export const basicFields = [
1006
973
  wfEdit: false,
1007
974
  enabledByWf: false,
1008
975
  hiddenByWf: false,
1009
- wfConfigData: [],
1010
-
1011
- showRuleFlag: 1,
1012
- showRuleEnabled: 1,
1013
- showRules: [],
1014
- textFlag: 1,
1015
- textRule1: false,
1016
- textRule2: false,
1017
- textRule3: false,
1018
- textRule2Number: null,
1019
- textRule3Number: null
976
+ wfConfigData: []
1020
977
 
1021
978
  }
1022
979
  },
@@ -1080,17 +1037,7 @@ export const basicFields = [
1080
1037
  wfEdit: false,
1081
1038
  enabledByWf: false,
1082
1039
  hiddenByWf: false,
1083
- wfConfigData: [],
1084
-
1085
- showRuleFlag: 1,
1086
- showRuleEnabled: 1,
1087
- showRules: [],
1088
- textFlag: 1,
1089
- textRule1: false,
1090
- textRule2: false,
1091
- textRule3: false,
1092
- textRule2Number: null,
1093
- textRule3Number: null
1040
+ wfConfigData: []
1094
1041
  }
1095
1042
  },
1096
1043
  {
@@ -1153,17 +1100,7 @@ export const basicFields = [
1153
1100
  wfEdit: false,
1154
1101
  enabledByWf: false,
1155
1102
  hiddenByWf: false,
1156
- wfConfigData: [],
1157
-
1158
- showRuleFlag: 1,
1159
- showRuleEnabled: 1,
1160
- showRules: [],
1161
- textFlag: 1,
1162
- textRule1: false,
1163
- textRule2: false,
1164
- textRule3: false,
1165
- textRule2Number: null,
1166
- textRule3Number: null
1103
+ wfConfigData: []
1167
1104
 
1168
1105
  }
1169
1106
  },
@@ -1237,17 +1174,7 @@ export const basicFields = [
1237
1174
  wfEdit: false,
1238
1175
  enabledByWf: false,
1239
1176
  hiddenByWf: false,
1240
- wfConfigData: [],
1241
-
1242
- showRuleFlag: 1,
1243
- showRuleEnabled: 1,
1244
- showRules: [],
1245
- textFlag: 1,
1246
- textRule1: false,
1247
- textRule2: false,
1248
- textRule3: false,
1249
- textRule2Number: null,
1250
- textRule3Number: null
1177
+ wfConfigData: []
1251
1178
  }
1252
1179
  },
1253
1180
  {
@@ -1295,17 +1222,7 @@ export const basicFields = [
1295
1222
  wfEdit: false,
1296
1223
  enabledByWf: false,
1297
1224
  hiddenByWf: false,
1298
- wfConfigData: [],
1299
-
1300
- showRuleFlag: 1,
1301
- showRuleEnabled: 1,
1302
- showRules: [],
1303
- textFlag: 1,
1304
- textRule1: false,
1305
- textRule2: false,
1306
- textRule3: false,
1307
- textRule2Number: null,
1308
- textRule3Number: null
1225
+ wfConfigData: []
1309
1226
 
1310
1227
  }
1311
1228
  },
@@ -1354,17 +1271,7 @@ export const basicFields = [
1354
1271
  wfEdit: false,
1355
1272
  enabledByWf: false,
1356
1273
  hiddenByWf: false,
1357
- wfConfigData: [],
1358
-
1359
- showRuleFlag: 1,
1360
- showRuleEnabled: 1,
1361
- showRules: [],
1362
- textFlag: 1,
1363
- textRule1: false,
1364
- textRule2: false,
1365
- textRule3: false,
1366
- textRule2Number: null,
1367
- textRule3Number: null
1274
+ wfConfigData: []
1368
1275
 
1369
1276
  }
1370
1277
  },
@@ -1415,17 +1322,7 @@ export const basicFields = [
1415
1322
  wfEdit: false,
1416
1323
  enabledByWf: false,
1417
1324
  hiddenByWf: false,
1418
- wfConfigData: [],
1419
-
1420
- showRuleFlag: 1,
1421
- showRuleEnabled: 1,
1422
- showRules: [],
1423
- textFlag: 1,
1424
- textRule1: false,
1425
- textRule2: false,
1426
- textRule3: false,
1427
- textRule2Number: null,
1428
- textRule3Number: null
1325
+ wfConfigData: []
1429
1326
 
1430
1327
  }
1431
1328
  },
@@ -1476,17 +1373,7 @@ export const basicFields = [
1476
1373
  wfEdit: false,
1477
1374
  enabledByWf: false,
1478
1375
  hiddenByWf: false,
1479
- wfConfigData: [],
1480
-
1481
- showRuleFlag: 1,
1482
- showRuleEnabled: 1,
1483
- showRules: [],
1484
- textFlag: 1,
1485
- textRule1: false,
1486
- textRule2: false,
1487
- textRule3: false,
1488
- textRule2Number: null,
1489
- textRule3Number: null
1376
+ wfConfigData: []
1490
1377
 
1491
1378
  }
1492
1379
  },
@@ -1629,16 +1516,6 @@ export const basicFields = [
1629
1516
  onMounted: "",
1630
1517
  accessType: "1",
1631
1518
 
1632
- showRuleFlag: 1,
1633
- showRuleEnabled: 1,
1634
- showRules: [],
1635
- textFlag: 1,
1636
- textRule1: false,
1637
- textRule2: false,
1638
- textRule3: false,
1639
- textRule2Number: null,
1640
- textRule3Number: null
1641
-
1642
1519
  }
1643
1520
  },
1644
1521
  {
@@ -1655,16 +1532,6 @@ export const basicFields = [
1655
1532
  onMounted: "",
1656
1533
  accessType: "1",
1657
1534
 
1658
- showRuleFlag: 1,
1659
- showRuleEnabled: 1,
1660
- showRules: [],
1661
- textFlag: 1,
1662
- textRule1: false,
1663
- textRule2: false,
1664
- textRule3: false,
1665
- textRule2Number: null,
1666
- textRule3Number: null
1667
-
1668
1535
  }
1669
1536
  },
1670
1537
  /* {
@@ -1718,17 +1585,7 @@ export const basicFields = [
1718
1585
  wfEdit: false,
1719
1586
  enabledByWf: false,
1720
1587
  hiddenByWf: false,
1721
- wfConfigData: [],
1722
-
1723
- showRuleFlag: 1,
1724
- showRuleEnabled: 1,
1725
- showRules: [],
1726
- textFlag: 1,
1727
- textRule1: false,
1728
- textRule2: false,
1729
- textRule3: false,
1730
- textRule2Number: null,
1731
- textRule3Number: null
1588
+ wfConfigData: []
1732
1589
  }
1733
1590
  },
1734
1591
  {
@@ -1825,15 +1682,6 @@ export const basicFields = [
1825
1682
  accessType: "1",
1826
1683
  labelColor: '#555555',
1827
1684
 
1828
- showRuleFlag: 1,
1829
- showRuleEnabled: 1,
1830
- showRules: [],
1831
- textFlag: 1,
1832
- textRule1: false,
1833
- textRule2: false,
1834
- textRule3: false,
1835
- textRule2Number: null,
1836
- textRule3Number: null
1837
1685
  }
1838
1686
  },
1839
1687
  {
@@ -1876,17 +1724,7 @@ export const basicFields = [
1876
1724
  wfEdit: false,
1877
1725
  enabledByWf: false,
1878
1726
  hiddenByWf: false,
1879
- wfConfigData: [],
1880
-
1881
- showRuleFlag: 1,
1882
- showRuleEnabled: 1,
1883
- showRules: [],
1884
- textFlag: 1,
1885
- textRule1: false,
1886
- textRule2: false,
1887
- textRule3: false,
1888
- textRule2Number: null,
1889
- textRule3Number: null
1727
+ wfConfigData: []
1890
1728
  }
1891
1729
  },
1892
1730
  {
@@ -1924,17 +1762,7 @@ export const basicFields = [
1924
1762
  wfEdit: false,
1925
1763
  enabledByWf: false,
1926
1764
  hiddenByWf: false,
1927
- wfConfigData: [],
1928
-
1929
- showRuleFlag: 1,
1930
- showRuleEnabled: 1,
1931
- showRules: [],
1932
- textFlag: 1,
1933
- textRule1: false,
1934
- textRule2: false,
1935
- textRule3: false,
1936
- textRule2Number: null,
1937
- textRule3Number: null
1765
+ wfConfigData: []
1938
1766
  }
1939
1767
  },
1940
1768
 
@@ -1966,12 +1794,12 @@ export const advancedFields = [
1966
1794
  containLabel: true
1967
1795
  },
1968
1796
  legend: {
1969
- show: false,
1797
+ show:false,
1970
1798
  right: '12px',
1971
1799
  itemGap: 20,
1972
- itemWidth: 10,
1973
- itemHeight: 10,
1974
- orient: 'horizontal'
1800
+ itemWidth:10,
1801
+ itemHeight:10,
1802
+ orient:'horizontal'
1975
1803
  },
1976
1804
  tooltip: {
1977
1805
  trigger: 'axis',
@@ -2026,10 +1854,6 @@ export const advancedFields = [
2026
1854
  formScriptParam: null,
2027
1855
  onCreated: "",
2028
1856
  onMounted: "this.loadDataDefaultHandle()",
2029
-
2030
- showRuleFlag: 1,
2031
- showRuleEnabled: 1,
2032
- showRules: []
2033
1857
  }
2034
1858
  },
2035
1859
  {
@@ -2195,10 +2019,6 @@ export const advancedFields = [
2195
2019
  formScriptParam: null,
2196
2020
  onCreated: "",
2197
2021
  onMounted: "this.loadDataDefaultHandle()",
2198
-
2199
- showRuleFlag: 1,
2200
- showRuleEnabled: 1,
2201
- showRules: []
2202
2022
  }
2203
2023
  },
2204
2024
  {
@@ -2372,10 +2192,6 @@ export const advancedFields = [
2372
2192
  formScriptParam: null,
2373
2193
  onCreated: "",
2374
2194
  onMounted: "this.loadDataDefaultHandle()",
2375
-
2376
- showRuleFlag: 1,
2377
- showRuleEnabled: 1,
2378
- showRules: []
2379
2195
  }
2380
2196
  },
2381
2197
  {
@@ -2515,11 +2331,7 @@ export const advancedFields = [
2515
2331
  wfEdit: false,
2516
2332
  enabledByWf: false,
2517
2333
  hiddenByWf: false,
2518
- wfConfigData: [],
2519
-
2520
- showRuleFlag: 1,
2521
- showRuleEnabled: 1,
2522
- showRules: []
2334
+ wfConfigData: []
2523
2335
  }
2524
2336
  },
2525
2337
  {
@@ -2570,11 +2382,7 @@ export const advancedFields = [
2570
2382
  hiddenByWf: false,
2571
2383
  wfConfigData: [],
2572
2384
  valueField: null,
2573
- multipleChoices: false,
2574
-
2575
- showRuleFlag: 1,
2576
- showRuleEnabled: 1,
2577
- showRules: []
2385
+ multipleChoices: false
2578
2386
 
2579
2387
  }
2580
2388
  },
@@ -2617,11 +2425,7 @@ export const advancedFields = [
2617
2425
  wfEdit: false,
2618
2426
  enabledByWf: false,
2619
2427
  hiddenByWf: false,
2620
- wfConfigData: [],
2621
-
2622
- showRuleFlag: 1,
2623
- showRuleEnabled: 1,
2624
- showRules: []
2428
+ wfConfigData: []
2625
2429
  }
2626
2430
  },
2627
2431
  {
@@ -2658,11 +2462,7 @@ export const advancedFields = [
2658
2462
  wfEdit: false,
2659
2463
  enabledByWf: false,
2660
2464
  hiddenByWf: true,
2661
- wfConfigData: [],
2662
-
2663
- showRuleFlag: 1,
2664
- showRuleEnabled: 1,
2665
- showRules: []
2465
+ wfConfigData: []
2666
2466
 
2667
2467
  },
2668
2468
  },
@@ -2698,11 +2498,7 @@ export const advancedFields = [
2698
2498
  wfEdit: false,
2699
2499
  enabledByWf: true,
2700
2500
  hiddenByWf: false,
2701
- wfConfigData: [],
2702
-
2703
- showRuleFlag: 1,
2704
- showRuleEnabled: 1,
2705
- showRules: []
2501
+ wfConfigData: []
2706
2502
  },
2707
2503
  },
2708
2504
  {
@@ -2726,11 +2522,7 @@ export const advancedFields = [
2726
2522
  wfEdit: false,
2727
2523
  enabledByWf: false,
2728
2524
  hiddenByWf: false,
2729
- wfConfigData: [],
2730
-
2731
- showRuleFlag: 1,
2732
- showRuleEnabled: 1,
2733
- showRules: []
2525
+ wfConfigData: []
2734
2526
 
2735
2527
  }
2736
2528
  },
@@ -2765,11 +2557,7 @@ export const advancedFields = [
2765
2557
  wfEdit: false,
2766
2558
  enabledByWf: false,
2767
2559
  hiddenByWf: false,
2768
- wfConfigData: [],
2769
-
2770
- showRuleFlag: 1,
2771
- showRuleEnabled: 1,
2772
- showRules: []
2560
+ wfConfigData: []
2773
2561
  },
2774
2562
  },
2775
2563
  {
@@ -2806,11 +2594,7 @@ export const advancedFields = [
2806
2594
  wfEdit: false,
2807
2595
  enabledByWf: false,
2808
2596
  hiddenByWf: true,
2809
- wfConfigData: [],
2810
-
2811
- showRuleFlag: 1,
2812
- showRuleEnabled: 1,
2813
- showRules: []
2597
+ wfConfigData: []
2814
2598
 
2815
2599
  },
2816
2600
  },
@@ -2848,11 +2632,7 @@ export const advancedFields = [
2848
2632
  importAttachCode: '',
2849
2633
  importScriptCode: '',
2850
2634
  onBeforeImport: '',
2851
- enabledImportPreHandle: false,
2852
-
2853
- showRuleFlag: 1,
2854
- showRuleEnabled: 1,
2855
- showRules: []
2635
+ enabledImportPreHandle: false
2856
2636
  },
2857
2637
  },
2858
2638
  {
@@ -2886,11 +2666,7 @@ export const advancedFields = [
2886
2666
  hiddenByWf: false,
2887
2667
  wfConfigData: [],
2888
2668
  printTableRef: "",
2889
- printItems: [],
2890
-
2891
- showRuleFlag: 1,
2892
- showRuleEnabled: 1,
2893
- showRules: []
2669
+ printItems: []
2894
2670
  },
2895
2671
  },
2896
2672
  {
@@ -2920,11 +2696,7 @@ export const advancedFields = [
2920
2696
  wfEdit: false,
2921
2697
  enabledByWf: false,
2922
2698
  hiddenByWf: false,
2923
- wfConfigData: [],
2924
-
2925
- showRuleFlag: 1,
2926
- showRuleEnabled: 1,
2927
- showRules: []
2699
+ wfConfigData: []
2928
2700
  }
2929
2701
  },
2930
2702
  {
@@ -2949,10 +2721,6 @@ export const advancedFields = [
2949
2721
  statusParam: [],
2950
2722
  onCreated: "",
2951
2723
  onMounted: "",
2952
-
2953
- showRuleFlag: 1,
2954
- showRuleEnabled: 1,
2955
- showRules: []
2956
2724
  }
2957
2725
  },
2958
2726
  {
@@ -2968,7 +2736,7 @@ export const advancedFields = [
2968
2736
  hidden: false,
2969
2737
  customClass: '', //自定义css类名
2970
2738
  space: '5',
2971
- censusClass: 'form-count',
2739
+ censusClass:'form-count',
2972
2740
  censusItems: [
2973
2741
  {
2974
2742
  number: "1002",
@@ -2997,10 +2765,6 @@ export const advancedFields = [
2997
2765
  formScriptParam: null,
2998
2766
  onCreated: "",
2999
2767
  onMounted: "",
3000
-
3001
- showRuleFlag: 1,
3002
- showRuleEnabled: 1,
3003
- showRules: []
3004
2768
  }
3005
2769
  },
3006
2770
  {
@@ -3032,11 +2796,7 @@ export const advancedFields = [
3032
2796
  wfEdit: false,
3033
2797
  enabledByWf: false,
3034
2798
  hiddenByWf: false,
3035
- wfConfigData: [],
3036
-
3037
- showRuleFlag: 1,
3038
- showRuleEnabled: 1,
3039
- showRules: []
2799
+ wfConfigData: []
3040
2800
  }
3041
2801
  },
3042
2802
  {
@@ -3060,10 +2820,6 @@ export const advancedFields = [
3060
2820
  formScriptParam: null,
3061
2821
  onCreated: "this.loadDataDefaultHandle()",
3062
2822
  onMounted: "",
3063
-
3064
- showRuleFlag: 1,
3065
- showRuleEnabled: 1,
3066
- showRules: []
3067
2823
  }
3068
2824
  },
3069
2825
  ]