@ibiz/model-core 0.1.44 → 0.1.46

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.
@@ -65,6 +65,14 @@ export interface IAppBICubeDimension extends IModelObject {
65
65
  * 来源 getParamPSAppDEUIAction
66
66
  */
67
67
  paramAppDEUIActionId?: string;
68
+ /**
69
+ * 标准数据类型
70
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
71
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
72
+ * @default 0
73
+ * 来源 getStdDataType
74
+ */
75
+ stdDataType?: number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29;
68
76
  /**
69
77
  * 文本应用属性
70
78
  *
@@ -72,4 +80,16 @@ export interface IAppBICubeDimension extends IModelObject {
72
80
  * 来源 getTextPSAppDEField
73
81
  */
74
82
  textAppDEFieldId?: string;
83
+ /**
84
+ * 文本绘制模板
85
+ * @type {string}
86
+ * 来源 getTextTemplate
87
+ */
88
+ textTemplate?: string;
89
+ /**
90
+ * 提示绘制模板
91
+ * @type {string}
92
+ * 来源 getTipTemplate
93
+ */
94
+ tipTemplate?: string;
75
95
  }
@@ -18,6 +18,13 @@ export interface IAppBICubeMeasure extends IModelObject {
18
18
  * 来源 getCodeName
19
19
  */
20
20
  codeName?: string;
21
+ /**
22
+ * 反查数据展示视图
23
+ *
24
+ * @type {string}
25
+ * 来源 getDrillDetailPSAppView
26
+ */
27
+ drillDetailAppViewId?: string;
21
28
  /**
22
29
  * 钻取数据展示视图
23
30
  *
@@ -83,6 +90,26 @@ export interface IAppBICubeMeasure extends IModelObject {
83
90
  * 来源 getParamPSAppDEUIAction
84
91
  */
85
92
  paramAppDEUIActionId?: string;
93
+ /**
94
+ * 标准数据类型
95
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
96
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
97
+ * @default 0
98
+ * 来源 getStdDataType
99
+ */
100
+ stdDataType?: number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29;
101
+ /**
102
+ * 文本绘制模板
103
+ * @type {string}
104
+ * 来源 getTextTemplate
105
+ */
106
+ textTemplate?: string;
107
+ /**
108
+ * 提示绘制模板
109
+ * @type {string}
110
+ * 来源 getTipTemplate
111
+ */
112
+ tipTemplate?: string;
86
113
  /**
87
114
  * 隐藏指标项
88
115
  * @type {boolean}
@@ -76,6 +76,14 @@ export interface IAppBIReportDimension extends IModelObject {
76
76
  * 来源 getPlacement
77
77
  */
78
78
  placement?: string | 'NONE' | 'ROWHEADER' | 'COLHEADER';
79
+ /**
80
+ * 标准数据类型
81
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
82
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
83
+ * @default 0
84
+ * 来源 getStdDataType
85
+ */
86
+ stdDataType?: number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29;
79
87
  /**
80
88
  * 文本应用属性
81
89
  *
@@ -83,4 +91,16 @@ export interface IAppBIReportDimension extends IModelObject {
83
91
  * 来源 getTextPSAppDEField
84
92
  */
85
93
  textAppDEFieldId?: string;
94
+ /**
95
+ * 文本绘制模板
96
+ * @type {string}
97
+ * 来源 getTextTemplate
98
+ */
99
+ textTemplate?: string;
100
+ /**
101
+ * 提示绘制模板
102
+ * @type {string}
103
+ * 来源 getTipTemplate
104
+ */
105
+ tipTemplate?: string;
86
106
  }
@@ -12,6 +12,13 @@ export interface IAppBIReportMeasure extends IModelObject {
12
12
  * 来源 getAggMode
13
13
  */
14
14
  aggMode?: string | 'SUM' | 'AVG' | 'MAX' | 'MIN' | 'COUNT' | 'EXISTS' | 'NOTEXISTS' | 'GROUP' | 'USER' | 'USER2' | 'USER3' | 'USER4';
15
+ /**
16
+ * 反查数据展示视图
17
+ *
18
+ * @type {string}
19
+ * 来源 getDrillDetailPSAppView
20
+ */
21
+ drillDetailAppViewId?: string;
15
22
  /**
16
23
  * 钻取数据展示视图
17
24
  *
@@ -95,4 +102,24 @@ export interface IAppBIReportMeasure extends IModelObject {
95
102
  * 来源 getPlaceType
96
103
  */
97
104
  placeType?: string | 'VISIBLE' | 'INVISIBLE' | 'FROZEN';
105
+ /**
106
+ * 标准数据类型
107
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
108
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
109
+ * @default 0
110
+ * 来源 getStdDataType
111
+ */
112
+ stdDataType?: number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29;
113
+ /**
114
+ * 文本绘制模板
115
+ * @type {string}
116
+ * 来源 getTextTemplate
117
+ */
118
+ textTemplate?: string;
119
+ /**
120
+ * 提示绘制模板
121
+ * @type {string}
122
+ * 来源 getTipTemplate
123
+ */
124
+ tipTemplate?: string;
98
125
  }
@@ -155,6 +155,12 @@ export interface IAppDataEntity extends IModelObject {
155
155
  * 来源 getDEFGroupMode
156
156
  */
157
157
  defgroupMode?: string | 'REPLACE' | 'OVERWRITE' | 'EXCLUDE';
158
+ /**
159
+ * 实体完全标识
160
+ * @type {string}
161
+ * 来源 getDEFullTag
162
+ */
163
+ defullTag?: string;
158
164
  /**
159
165
  * 实体标识
160
166
  * @type {string}
@@ -0,0 +1,17 @@
1
+ import { IDBSysPortletPart } from './idbsys-portlet-part';
2
+ import { IDEDQCondition } from '../../dataentity/ds/idedqcondition';
3
+ /**
4
+ *
5
+ * 继承父接口类型值[FILTER]
6
+ * @export
7
+ * @interface IDBFilterPortletPart
8
+ */
9
+ export interface IDBFilterPortletPart extends IDBSysPortletPart {
10
+ /**
11
+ * 过滤器条件
12
+ *
13
+ * @type {IDEDQCondition[]}
14
+ * 来源 getFilterPSDEDQConditions
15
+ */
16
+ filterDEDQConditions?: IDEDQCondition[];
17
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import { IDBSysPortletPart } from './idbsys-portlet-part';
2
+ /**
3
+ *
4
+ * 继承父接口类型值[REPORT]
5
+ * @export
6
+ * @interface IDBReportPortletPart
7
+ */
8
+ export type IDBReportPortletPart = IDBSysPortletPart;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,5 @@
1
1
  import { ISearchBarItem } from './isearch-bar-item';
2
+ import { IDEDQCondition } from '../../dataentity/ds/idedqcondition';
2
3
  import { ILanguageRes } from '../../res/ilanguage-res';
3
4
  /**
4
5
  *
@@ -6,6 +7,13 @@ import { ILanguageRes } from '../../res/ilanguage-res';
6
7
  * @interface ISearchBarGroup
7
8
  */
8
9
  export interface ISearchBarGroup extends ISearchBarItem {
10
+ /**
11
+ * 过滤器条件
12
+ *
13
+ * @type {IDEDQCondition[]}
14
+ * 来源 getFilterPSDEDQConditions
15
+ */
16
+ filterDEDQConditions?: IDEDQCondition[];
9
17
  /**
10
18
  * 分组提示信息
11
19
  * @type {string}
@@ -12,4 +12,10 @@ export interface IDEDQCustomCondition extends IDEDQCondition {
12
12
  * 来源 getCondition
13
13
  */
14
14
  condition?: string;
15
+ /**
16
+ * 自定义条件
17
+ * @type {string}
18
+ * 来源 getCustomType
19
+ */
20
+ customType?: string;
15
21
  }
package/out/exports.d.ts CHANGED
@@ -323,12 +323,13 @@ export { IDBAppViewPortletPart } from './control/dashboard/idbapp-view-portlet-p
323
323
  export { IDBChartPortlet } from './control/dashboard/idbchart-portlet';
324
324
  export { IDBContainerPortletPart } from './control/dashboard/idbcontainer-portlet-part';
325
325
  export { IDBCustomPortletPart } from './control/dashboard/idbcustom-portlet-part';
326
+ export { IDBFilterPortletPart } from './control/dashboard/idbfilter-portlet-part';
326
327
  export { IDBHtmlPortletPart } from './control/dashboard/idbhtml-portlet-part';
327
328
  export { IDBListPortletPart } from './control/dashboard/idblist-portlet-part';
328
329
  export { IDBMenuPortletPart } from './control/dashboard/idbmenu-portlet-part';
329
330
  export { IDBPortletPart } from './control/dashboard/idbportlet-part';
330
331
  export { IDBRawItemPortletPart } from './control/dashboard/idbraw-item-portlet-part';
331
- export { IDBReportPortlet } from './control/dashboard/idbreport-portlet';
332
+ export { IDBReportPortletPart } from './control/dashboard/idbreport-portlet-part';
332
333
  export { IDBSysPortletPart } from './control/dashboard/idbsys-portlet-part';
333
334
  export { IDBToolbarPortlet } from './control/dashboard/idbtoolbar-portlet';
334
335
  export { IDBViewPortletPart } from './control/dashboard/idbview-portlet-part';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz/model-core",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
4
4
  "license": "MIT",
5
5
  "description": "动态模型接口",
6
6
  "type": "module",
@@ -75,6 +75,46 @@ export interface IAppBICubeDimension extends IModelObject {
75
75
  */
76
76
  paramAppDEUIActionId?: string;
77
77
 
78
+ /**
79
+ * 标准数据类型
80
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
81
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
82
+ * @default 0
83
+ * 来源 getStdDataType
84
+ */
85
+ stdDataType?:
86
+ | number
87
+ | 0
88
+ | 1
89
+ | 2
90
+ | 3
91
+ | 4
92
+ | 5
93
+ | 6
94
+ | 7
95
+ | 8
96
+ | 9
97
+ | 10
98
+ | 11
99
+ | 12
100
+ | 13
101
+ | 14
102
+ | 15
103
+ | 16
104
+ | 17
105
+ | 18
106
+ | 19
107
+ | 20
108
+ | 21
109
+ | 22
110
+ | 23
111
+ | 24
112
+ | 25
113
+ | 26
114
+ | 27
115
+ | 28
116
+ | 29;
117
+
78
118
  /**
79
119
  * 文本应用属性
80
120
  *
@@ -82,4 +122,18 @@ export interface IAppBICubeDimension extends IModelObject {
82
122
  * 来源 getTextPSAppDEField
83
123
  */
84
124
  textAppDEFieldId?: string;
125
+
126
+ /**
127
+ * 文本绘制模板
128
+ * @type {string}
129
+ * 来源 getTextTemplate
130
+ */
131
+ textTemplate?: string;
132
+
133
+ /**
134
+ * 提示绘制模板
135
+ * @type {string}
136
+ * 来源 getTipTemplate
137
+ */
138
+ tipTemplate?: string;
85
139
  }
@@ -34,6 +34,14 @@ export interface IAppBICubeMeasure extends IModelObject {
34
34
  */
35
35
  codeName?: string;
36
36
 
37
+ /**
38
+ * 反查数据展示视图
39
+ *
40
+ * @type {string}
41
+ * 来源 getDrillDetailPSAppView
42
+ */
43
+ drillDetailAppViewId?: string;
44
+
37
45
  /**
38
46
  * 钻取数据展示视图
39
47
  *
@@ -109,6 +117,60 @@ export interface IAppBICubeMeasure extends IModelObject {
109
117
  */
110
118
  paramAppDEUIActionId?: string;
111
119
 
120
+ /**
121
+ * 标准数据类型
122
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
123
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
124
+ * @default 0
125
+ * 来源 getStdDataType
126
+ */
127
+ stdDataType?:
128
+ | number
129
+ | 0
130
+ | 1
131
+ | 2
132
+ | 3
133
+ | 4
134
+ | 5
135
+ | 6
136
+ | 7
137
+ | 8
138
+ | 9
139
+ | 10
140
+ | 11
141
+ | 12
142
+ | 13
143
+ | 14
144
+ | 15
145
+ | 16
146
+ | 17
147
+ | 18
148
+ | 19
149
+ | 20
150
+ | 21
151
+ | 22
152
+ | 23
153
+ | 24
154
+ | 25
155
+ | 26
156
+ | 27
157
+ | 28
158
+ | 29;
159
+
160
+ /**
161
+ * 文本绘制模板
162
+ * @type {string}
163
+ * 来源 getTextTemplate
164
+ */
165
+ textTemplate?: string;
166
+
167
+ /**
168
+ * 提示绘制模板
169
+ * @type {string}
170
+ * 来源 getTipTemplate
171
+ */
172
+ tipTemplate?: string;
173
+
112
174
  /**
113
175
  * 隐藏指标项
114
176
  * @type {boolean}
@@ -88,6 +88,46 @@ export interface IAppBIReportDimension extends IModelObject {
88
88
  */
89
89
  placement?: string | 'NONE' | 'ROWHEADER' | 'COLHEADER';
90
90
 
91
+ /**
92
+ * 标准数据类型
93
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
94
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
95
+ * @default 0
96
+ * 来源 getStdDataType
97
+ */
98
+ stdDataType?:
99
+ | number
100
+ | 0
101
+ | 1
102
+ | 2
103
+ | 3
104
+ | 4
105
+ | 5
106
+ | 6
107
+ | 7
108
+ | 8
109
+ | 9
110
+ | 10
111
+ | 11
112
+ | 12
113
+ | 13
114
+ | 14
115
+ | 15
116
+ | 16
117
+ | 17
118
+ | 18
119
+ | 19
120
+ | 20
121
+ | 21
122
+ | 22
123
+ | 23
124
+ | 24
125
+ | 25
126
+ | 26
127
+ | 27
128
+ | 28
129
+ | 29;
130
+
91
131
  /**
92
132
  * 文本应用属性
93
133
  *
@@ -95,4 +135,18 @@ export interface IAppBIReportDimension extends IModelObject {
95
135
  * 来源 getTextPSAppDEField
96
136
  */
97
137
  textAppDEFieldId?: string;
138
+
139
+ /**
140
+ * 文本绘制模板
141
+ * @type {string}
142
+ * 来源 getTextTemplate
143
+ */
144
+ textTemplate?: string;
145
+
146
+ /**
147
+ * 提示绘制模板
148
+ * @type {string}
149
+ * 来源 getTipTemplate
150
+ */
151
+ tipTemplate?: string;
98
152
  }
@@ -27,6 +27,14 @@ export interface IAppBIReportMeasure extends IModelObject {
27
27
  | 'USER3'
28
28
  | 'USER4';
29
29
 
30
+ /**
31
+ * 反查数据展示视图
32
+ *
33
+ * @type {string}
34
+ * 来源 getDrillDetailPSAppView
35
+ */
36
+ drillDetailAppViewId?: string;
37
+
30
38
  /**
31
39
  * 钻取数据展示视图
32
40
  *
@@ -122,4 +130,58 @@ export interface IAppBIReportMeasure extends IModelObject {
122
130
  * 来源 getPlaceType
123
131
  */
124
132
  placeType?: string | 'VISIBLE' | 'INVISIBLE' | 'FROZEN';
133
+
134
+ /**
135
+ * 标准数据类型
136
+ * @description 值模式 [属性标准数据类型] {0:UNKNOWN、 1:BIGINT、 2:BINARY、 3:BIT、 4:CHAR、 5:DATETIME、 6:DECIMAL、 7:FLOAT、 8:IMAGE、 9:INT、 10:MONEY、 11:NCHAR、 12:NTEXT、 13:NVARCHAR、 14:NUMERIC、 15:REAL、 16:SMALLDATETIME、 17:SMALLINT、 18:SMALLMONEY、 19:SQL_VARIANT、 20:SYSNAME、 21:TEXT、 22:TIMESTAMP、 23:TINYINT、 24:VARBINARY、 25:VARCHAR、 26:UNIQUEIDENTIFIER、 27:DATE、 28:TIME、 29:BIGDECIMAL }
137
+ * @type {( number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29)}
138
+ * @default 0
139
+ * 来源 getStdDataType
140
+ */
141
+ stdDataType?:
142
+ | number
143
+ | 0
144
+ | 1
145
+ | 2
146
+ | 3
147
+ | 4
148
+ | 5
149
+ | 6
150
+ | 7
151
+ | 8
152
+ | 9
153
+ | 10
154
+ | 11
155
+ | 12
156
+ | 13
157
+ | 14
158
+ | 15
159
+ | 16
160
+ | 17
161
+ | 18
162
+ | 19
163
+ | 20
164
+ | 21
165
+ | 22
166
+ | 23
167
+ | 24
168
+ | 25
169
+ | 26
170
+ | 27
171
+ | 28
172
+ | 29;
173
+
174
+ /**
175
+ * 文本绘制模板
176
+ * @type {string}
177
+ * 来源 getTextTemplate
178
+ */
179
+ textTemplate?: string;
180
+
181
+ /**
182
+ * 提示绘制模板
183
+ * @type {string}
184
+ * 来源 getTipTemplate
185
+ */
186
+ tipTemplate?: string;
125
187
  }
@@ -176,6 +176,13 @@ export interface IAppDataEntity extends IModelObject {
176
176
  */
177
177
  defgroupMode?: string | 'REPLACE' | 'OVERWRITE' | 'EXCLUDE';
178
178
 
179
+ /**
180
+ * 实体完全标识
181
+ * @type {string}
182
+ * 来源 getDEFullTag
183
+ */
184
+ defullTag?: string;
185
+
179
186
  /**
180
187
  * 实体标识
181
188
  * @type {string}
@@ -0,0 +1,18 @@
1
+ import { IDBSysPortletPart } from './idbsys-portlet-part';
2
+ import { IDEDQCondition } from '../../dataentity/ds/idedqcondition';
3
+
4
+ /**
5
+ *
6
+ * 继承父接口类型值[FILTER]
7
+ * @export
8
+ * @interface IDBFilterPortletPart
9
+ */
10
+ export interface IDBFilterPortletPart extends IDBSysPortletPart {
11
+ /**
12
+ * 过滤器条件
13
+ *
14
+ * @type {IDEDQCondition[]}
15
+ * 来源 getFilterPSDEDQConditions
16
+ */
17
+ filterDEDQConditions?: IDEDQCondition[];
18
+ }
@@ -0,0 +1,9 @@
1
+ import { IDBSysPortletPart } from './idbsys-portlet-part';
2
+
3
+ /**
4
+ *
5
+ * 继承父接口类型值[REPORT]
6
+ * @export
7
+ * @interface IDBReportPortletPart
8
+ */
9
+ export type IDBReportPortletPart = IDBSysPortletPart;
@@ -1,4 +1,5 @@
1
1
  import { ISearchBarItem } from './isearch-bar-item';
2
+ import { IDEDQCondition } from '../../dataentity/ds/idedqcondition';
2
3
  import { ILanguageRes } from '../../res/ilanguage-res';
3
4
 
4
5
  /**
@@ -7,6 +8,14 @@ import { ILanguageRes } from '../../res/ilanguage-res';
7
8
  * @interface ISearchBarGroup
8
9
  */
9
10
  export interface ISearchBarGroup extends ISearchBarItem {
11
+ /**
12
+ * 过滤器条件
13
+ *
14
+ * @type {IDEDQCondition[]}
15
+ * 来源 getFilterPSDEDQConditions
16
+ */
17
+ filterDEDQConditions?: IDEDQCondition[];
18
+
10
19
  /**
11
20
  * 分组提示信息
12
21
  * @type {string}
@@ -13,4 +13,11 @@ export interface IDEDQCustomCondition extends IDEDQCondition {
13
13
  * 来源 getCondition
14
14
  */
15
15
  condition?: string;
16
+
17
+ /**
18
+ * 自定义条件
19
+ * @type {string}
20
+ * 来源 getCustomType
21
+ */
22
+ customType?: string;
16
23
  }
package/src/exports.ts CHANGED
@@ -323,12 +323,13 @@ export { IDBAppViewPortletPart } from './control/dashboard/idbapp-view-portlet-p
323
323
  export { IDBChartPortlet } from './control/dashboard/idbchart-portlet';
324
324
  export { IDBContainerPortletPart } from './control/dashboard/idbcontainer-portlet-part';
325
325
  export { IDBCustomPortletPart } from './control/dashboard/idbcustom-portlet-part';
326
+ export { IDBFilterPortletPart } from './control/dashboard/idbfilter-portlet-part';
326
327
  export { IDBHtmlPortletPart } from './control/dashboard/idbhtml-portlet-part';
327
328
  export { IDBListPortletPart } from './control/dashboard/idblist-portlet-part';
328
329
  export { IDBMenuPortletPart } from './control/dashboard/idbmenu-portlet-part';
329
330
  export { IDBPortletPart } from './control/dashboard/idbportlet-part';
330
331
  export { IDBRawItemPortletPart } from './control/dashboard/idbraw-item-portlet-part';
331
- export { IDBReportPortlet } from './control/dashboard/idbreport-portlet';
332
+ export { IDBReportPortletPart } from './control/dashboard/idbreport-portlet-part';
332
333
  export { IDBSysPortletPart } from './control/dashboard/idbsys-portlet-part';
333
334
  export { IDBToolbarPortlet } from './control/dashboard/idbtoolbar-portlet';
334
335
  export { IDBViewPortletPart } from './control/dashboard/idbview-portlet-part';