cloud-web-corejs 1.0.54-dev.236 → 1.0.54-dev.238

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.236",
4
+ "version": "1.0.54-dev.238",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -0,0 +1,13 @@
1
+ <script>
2
+ export default {
3
+ name: "exportDialog"
4
+ }
5
+ </script>
6
+
7
+ <template>
8
+
9
+ </template>
10
+
11
+ <style scoped>
12
+
13
+ </style>
@@ -205,7 +205,7 @@ export default {
205
205
  },
206
206
  created() {
207
207
  //
208
- this.initShowType();
208
+ // this.initShowType();
209
209
  },
210
210
  methods: {
211
211
  isSubFormItem() {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div>
2
+ <div v-show="false">
3
3
  <el-form-item label-width="0">
4
4
  <el-divider class="custom-divider">{{i18nt('designer.setting.customLabelIcon')}}</el-divider>
5
5
  </el-form-item>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <el-form-item :label="i18nt('designer.setting.labelIconPosition')">
2
+ <el-form-item :label="i18nt('designer.setting.labelIconPosition')" v-show="false">
3
3
  <el-select v-model="optionModel.labelIconPosition">
4
4
  <el-option v-for="item in labelIconPosition" :key="item.value" :label="item.label"
5
5
  :value="item.value">
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <el-form-item :label="i18nt('designer.setting.labelTooltip')">
2
+ <el-form-item :label="i18nt('designer.setting.labelTooltip')" v-show="false">
3
3
  <el-input type="text" v-model="optionModel.labelTooltip"></el-input>
4
4
  </el-form-item>
5
5
  </template>
@@ -12,7 +12,7 @@
12
12
  <i class="el-icon-edit"></i>
13
13
  </a>
14
14
  </el-form-item>
15
- <el-form-item :label="i18nt('仅显示明文文本')">
15
+ <!-- <el-form-item :label="i18nt('仅显示明文文本')">
16
16
  <el-switch v-model="optionModel.showTextEnabled" @change="optionModel.showEncryptTextEnabled=false;optionModel.showLinkTextEnabled=false;"></el-switch>
17
17
  </el-form-item>
18
18
  <el-form-item :label="i18nt('仅显示密文文本')">
@@ -99,21 +99,21 @@
99
99
  <el-input v-model="row.companyCodes" clearable></el-input>
100
100
  </template>
101
101
  </el-table-column>
102
- <!-- <el-table-column :label="i18nt('登录名')" width="150">
102
+ &lt;!&ndash; <el-table-column :label="i18nt('登录名')" width="150">
103
103
  <template slot-scope="{row}">
104
104
  <el-input v-model="row.loginAccounts" clearable></el-input>
105
105
  </template>
106
- </el-table-column>-->
106
+ </el-table-column>&ndash;&gt;
107
107
  <el-table-column :label="i18nt('角色编码')" width="250">
108
108
  <template slot-scope="{row}">
109
109
  <el-input v-model="row.roleCodes" clearable></el-input>
110
110
  </template>
111
111
  </el-table-column>
112
- <!-- <el-table-column :label="i18nt('机构编码')" width="150">
112
+ &lt;!&ndash; <el-table-column :label="i18nt('机构编码')" width="150">
113
113
  <template slot-scope="{row}">
114
114
  <el-input v-model="row.saleOrgCodes" clearable></el-input>
115
115
  </template>
116
- </el-table-column>-->
116
+ </el-table-column>&ndash;&gt;
117
117
  <el-table-column :label="i18nt('设置')" width="150">
118
118
  <template slot-scope="{row}">
119
119
  <el-select v-model="row.type" clearable>
@@ -152,7 +152,7 @@
152
152
  {{ i18nt('designer.hint.confirm') }}
153
153
  </el-button>
154
154
  </div>
155
- </el-dialog>
155
+ </el-dialog>-->
156
156
  </div>
157
157
  </template>
158
158
 
@@ -188,12 +188,12 @@ const ADVANCED_PROPERTIES = {
188
188
  'round': 'round-editor',
189
189
  'circle': 'circle-editor',
190
190
  'icon': 'icon-editor',
191
- 'labelIconClass': 'labelIconClass-editor',
192
- 'labelIconPosition': 'labelIconPosition-editor',
193
- 'labelTooltip': 'labelTooltip-editor',
194
- 'appendButton': 'appendButton-editor',
195
- 'appendButtonDisabled': 'appendButtonDisabled-editor',
196
- 'buttonIcon': 'buttonIcon-editor',
191
+ // 'labelIconClass': 'labelIconClass-editor',
192
+ // 'labelIconPosition': 'labelIconPosition-editor',
193
+ // 'labelTooltip': 'labelTooltip-editor',
194
+ // 'appendButton': 'appendButton-editor',
195
+ // 'appendButtonDisabled': 'appendButtonDisabled-editor',
196
+ // 'buttonIcon': 'buttonIcon-editor',
197
197
 
198
198
 
199
199
  }
@@ -442,8 +442,8 @@ export const containers = [
442
442
  tableRef: "",
443
443
  detailPaneContainer: true,
444
444
  defaultCollapse:false,
445
- onCreated: "",
446
- onMounted: "",
445
+ /*onCreated: "",
446
+ onMounted: "",*/
447
447
  }
448
448
  },
449
449
  {
@@ -951,9 +951,9 @@ export const basicFields = [
951
951
  showWordLimit: !1,
952
952
  prefixIcon: "",
953
953
  suffixIcon: "",
954
- appendButton: !1,
954
+ /*appendButton: !1,
955
955
  appendButtonDisabled: !1,
956
- buttonIcon: "el-icon-search",
956
+ buttonIcon: "el-icon-search",*/
957
957
  onCreated: "",
958
958
  onMounted: "",
959
959
  onInput: "",
@@ -1005,7 +1005,7 @@ export const basicFields = [
1005
1005
  validation: "",
1006
1006
  validationHint: "",
1007
1007
  customClass: "",
1008
- labelIconClass: null,
1008
+ /*labelIconClass: null,
1009
1009
  labelIconPosition: "rear",
1010
1010
  labelTooltip: null,
1011
1011
  minLength: null,
@@ -1015,7 +1015,7 @@ export const basicFields = [
1015
1015
  suffixIcon: "",
1016
1016
  appendButton: !1,
1017
1017
  appendButtonDisabled: !1,
1018
- buttonIcon: "el-icon-search",
1018
+ buttonIcon: "el-icon-search",*/
1019
1019
  onCreated: "",
1020
1020
  onMounted: "",
1021
1021
  onInput: "",
@@ -1023,7 +1023,7 @@ export const basicFields = [
1023
1023
  onFocus: "",
1024
1024
  onBlur: "",
1025
1025
  onValidate: "",
1026
- onAppendButtonClick: "",
1026
+ // onAppendButtonClick: "",
1027
1027
  widgetWidth: "",
1028
1028
  accessType: "1",
1029
1029
  ...defaultWfConfig,
@@ -1734,9 +1734,9 @@ export const basicFields = [
1734
1734
  {
1735
1735
  type: "html-text",
1736
1736
  icon: "html-text",
1737
- commonFlag: !0,
1737
+ commonFlag: !1,
1738
1738
  formItemFlag: !1,
1739
- columnFlag: true,
1739
+ columnFlag: false,
1740
1740
  options: {
1741
1741
  name: "",
1742
1742
  columnWidth: "200px",