@ibiz/model-core 0.1.32 → 0.1.33
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.
|
@@ -94,6 +94,13 @@ export interface IDEGridColumn extends IControlItem {
|
|
|
94
94
|
* 来源 getHeaderPSSysCss
|
|
95
95
|
*/
|
|
96
96
|
headerSysCss?: ISysCss;
|
|
97
|
+
/**
|
|
98
|
+
* 隐藏模式
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @default 0
|
|
101
|
+
* 来源 getHideMode
|
|
102
|
+
*/
|
|
103
|
+
hideMode?: number;
|
|
97
104
|
/**
|
|
98
105
|
* 无权限显示模式
|
|
99
106
|
* @description 值模式 [应用无权限内容显示模式] {1:显示空或*内容、 2:隐藏 }
|
package/package.json
CHANGED
|
@@ -118,6 +118,14 @@ export interface IDEGridColumn extends IControlItem {
|
|
|
118
118
|
*/
|
|
119
119
|
headerSysCss?: ISysCss;
|
|
120
120
|
|
|
121
|
+
/**
|
|
122
|
+
* 隐藏模式
|
|
123
|
+
* @type {number}
|
|
124
|
+
* @default 0
|
|
125
|
+
* 来源 getHideMode
|
|
126
|
+
*/
|
|
127
|
+
hideMode?: number;
|
|
128
|
+
|
|
121
129
|
/**
|
|
122
130
|
* 无权限显示模式
|
|
123
131
|
* @description 值模式 [应用无权限内容显示模式] {1:显示空或*内容、 2:隐藏 }
|