cloud-web-corejs 1.0.54-dev.217 → 1.0.54-dev.218
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
@@ -211,12 +211,12 @@ export const containers = [
|
|
211
211
|
pageSize: 20,
|
212
212
|
total: 366
|
213
213
|
},
|
214
|
-
gridPageSize:100,
|
215
|
-
gridPageSizeList:[
|
216
|
-
{value:50},
|
217
|
-
{value:100},
|
218
|
-
{value:200},
|
219
|
-
{value:500}
|
214
|
+
gridPageSize: 100,
|
215
|
+
gridPageSizeList: [
|
216
|
+
{value: 50},
|
217
|
+
{value: 100},
|
218
|
+
{value: 200},
|
219
|
+
{value: 500}
|
220
220
|
],
|
221
221
|
|
222
222
|
dsEnabled: !1,
|
@@ -270,7 +270,7 @@ export const containers = [
|
|
270
270
|
scriptEnabled: false,
|
271
271
|
accessParam: null,
|
272
272
|
|
273
|
-
accessFormCode:null,
|
273
|
+
accessFormCode: null,
|
274
274
|
|
275
275
|
...httpConfig,
|
276
276
|
|
@@ -897,7 +897,7 @@ const projectTagConfig = {
|
|
897
897
|
}
|
898
898
|
|
899
899
|
const httpConfig = {
|
900
|
-
httpFormCode:null,
|
900
|
+
httpFormCode: null,
|
901
901
|
formScriptEnabled: true,
|
902
902
|
formScriptCode: null,
|
903
903
|
formScriptParam: null,
|
@@ -905,8 +905,8 @@ const httpConfig = {
|
|
905
905
|
formScriptCallback: null,
|
906
906
|
}
|
907
907
|
|
908
|
-
export const hiddenWidgetTypesOfWf = ["button"];
|
909
|
-
export const freeWidgetTypesOfWf = ["reset_button","a-link","a-text"];
|
908
|
+
export const hiddenWidgetTypesOfWf = ["button", "search_button", "table-export-button", "add_button", "import-button", "import2-button", "print-button"];
|
909
|
+
export const freeWidgetTypesOfWf = ["reset_button", "a-link", "a-text"];
|
910
910
|
|
911
911
|
export const basicFields = [
|
912
912
|
{
|
@@ -1359,7 +1359,7 @@ export const basicFields = [
|
|
1359
1359
|
commonAttributeEnabled: false,
|
1360
1360
|
commonAttributeCode: "",
|
1361
1361
|
|
1362
|
-
showCollapseTags:false,
|
1362
|
+
showCollapseTags: false,
|
1363
1363
|
|
1364
1364
|
showRuleFlag: 1,
|
1365
1365
|
showRuleEnabled: 1,
|
@@ -1779,7 +1779,7 @@ export const basicFields = [
|
|
1779
1779
|
options: {
|
1780
1780
|
name: "",
|
1781
1781
|
label: "",
|
1782
|
-
wfHideFlag:1,
|
1782
|
+
wfHideFlag: 1,
|
1783
1783
|
columnWidth: "200px",
|
1784
1784
|
size: "",
|
1785
1785
|
displayStyle: "block",
|
@@ -1990,7 +1990,7 @@ export const basicFields = [
|
|
1990
1990
|
prefixIcon: "",
|
1991
1991
|
suffixIcon: "",
|
1992
1992
|
customClass: "",
|
1993
|
-
wfHideFlag:1,
|
1993
|
+
wfHideFlag: 1,
|
1994
1994
|
aLinkFlag: 1,
|
1995
1995
|
underline: false,
|
1996
1996
|
href: "",
|