@ibiz/model-core 0.0.4 → 0.0.6

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 (98) hide show
  1. package/out/app/logic/iapp-uilogic-ref-view.d.ts +1 -4
  2. package/out/app/logic/iapp-uinew-data-logic.d.ts +7 -0
  3. package/out/app/view/iapp-desearch-view.d.ts +0 -14
  4. package/out/app/view/iapp-desearch-view2.d.ts +1 -16
  5. package/out/app/view/iapp-deview.d.ts +48 -2
  6. package/out/app/view/iapp-view-logic.d.ts +0 -7
  7. package/out/app/view/iapp-view.d.ts +31 -10
  8. package/out/control/calendar/isys-calendar-item.d.ts +7 -7
  9. package/out/control/dashboard/idbraw-item-portlet-part.d.ts +3 -1
  10. package/out/control/form/ideform-button.d.ts +1 -2
  11. package/out/control/form/ideform-raw-item.d.ts +3 -1
  12. package/out/control/grid/idegrid.d.ts +14 -0
  13. package/out/control/icontrol-container.d.ts +0 -8
  14. package/out/control/icontrol-logic.d.ts +13 -5
  15. package/out/control/icontrol-mdata-container.d.ts +0 -34
  16. package/out/control/icontrol-xdata-container.d.ts +7 -7
  17. package/out/control/icontrol.d.ts +8 -6
  18. package/out/control/menu/iapp-menu-raw-item.d.ts +3 -1
  19. package/out/control/menu/icontext-menu.d.ts +1 -8
  20. package/out/control/panel/ipanel-button.d.ts +1 -2
  21. package/out/control/panel/ipanel-raw-item.d.ts +3 -1
  22. package/out/control/toolbar/idecmraw-item.d.ts +3 -1
  23. package/out/control/toolbar/idecmuiaction-item.d.ts +6 -8
  24. package/out/control/toolbar/idetbraw-item.d.ts +3 -1
  25. package/out/control/toolbar/idetbuiaction-item.d.ts +8 -10
  26. package/out/control/toolbar/idetoolbar.d.ts +6 -6
  27. package/out/exports.d.ts +1 -4
  28. package/out/res/ictrl-msg-item.d.ts +29 -0
  29. package/out/res/ictrl-msg.d.ts +8 -0
  30. package/package.json +1 -1
  31. package/src/app/logic/iapp-uilogic-ref-view.ts +1 -6
  32. package/src/app/logic/iapp-uinew-data-logic.ts +8 -0
  33. package/src/app/view/iapp-desearch-view.ts +0 -16
  34. package/src/app/view/iapp-desearch-view2.ts +1 -17
  35. package/src/app/view/iapp-deview.ts +82 -2
  36. package/src/app/view/iapp-view-logic.ts +0 -8
  37. package/src/app/view/iapp-view.ts +35 -11
  38. package/src/control/calendar/isys-calendar-item.ts +8 -8
  39. package/src/control/dashboard/idbraw-item-portlet-part.ts +4 -1
  40. package/src/control/form/ideform-button.ts +1 -5
  41. package/src/control/form/ideform-raw-item.ts +2 -1
  42. package/src/control/grid/idegrid.ts +16 -0
  43. package/src/control/icontrol-container.ts +0 -9
  44. package/src/control/icontrol-logic.ts +34 -5
  45. package/src/control/icontrol-mdata-container.ts +0 -39
  46. package/src/control/icontrol-xdata-container.ts +8 -8
  47. package/src/control/icontrol.ts +9 -7
  48. package/src/control/menu/iapp-menu-raw-item.ts +2 -1
  49. package/src/control/menu/icontext-menu.ts +1 -8
  50. package/src/control/panel/ipanel-button.ts +1 -2
  51. package/src/control/panel/ipanel-raw-item.ts +2 -1
  52. package/src/control/toolbar/idecmraw-item.ts +2 -1
  53. package/src/control/toolbar/idecmuiaction-item.ts +6 -11
  54. package/src/control/toolbar/idetbraw-item.ts +2 -1
  55. package/src/control/toolbar/idetbuiaction-item.ts +9 -14
  56. package/src/control/toolbar/idetoolbar.ts +7 -7
  57. package/src/exports.ts +1 -4
  58. package/src/res/ictrl-msg-item.ts +32 -0
  59. package/src/res/ictrl-msg.ts +9 -0
  60. package/out/app/res/iapp-css.d.ts +0 -7
  61. package/out/app/res/iapp-image.d.ts +0 -7
  62. package/out/app/res/iapp-image.js +0 -1
  63. package/out/app/view/iapp-deview-base.d.ts +0 -61
  64. package/out/app/view/iapp-deview-base.js +0 -1
  65. package/out/app/view/iapp-view-base.d.ts +0 -237
  66. package/out/app/view/iapp-view-base.js +0 -1
  67. package/out/app/view/iapp-view-uiaction.d.ts +0 -48
  68. package/out/app/view/iapp-view-uiaction.js +0 -1
  69. package/out/app/view/ideuiaction-item.d.ts +0 -7
  70. package/out/app/view/ideuiaction-item.js +0 -1
  71. package/out/app/view/iuiaction-item.d.ts +0 -15
  72. package/out/app/view/iuiaction-item.js +0 -1
  73. package/out/app/view/iwfuiaction-item.d.ts +0 -7
  74. package/out/app/view/iwfuiaction-item.js +0 -1
  75. package/out/control/iraw-item.d.ts +0 -49
  76. package/out/control/iraw-item.js +0 -1
  77. package/out/control/panel/ipanel-param.d.ts +0 -7
  78. package/out/control/panel/ipanel-param.js +0 -1
  79. package/out/control/panel/isys-panel-param.d.ts +0 -7
  80. package/out/control/panel/isys-panel-param.js +0 -1
  81. package/out/control/panel/isys-view-layout-panel-param.d.ts +0 -7
  82. package/out/control/panel/isys-view-layout-panel-param.js +0 -1
  83. package/out/control/reportpanel/idereport-panel-param.d.ts +0 -7
  84. package/out/control/reportpanel/idereport-panel-param.js +0 -1
  85. package/src/app/res/iapp-css.ts +0 -8
  86. package/src/app/res/iapp-image.ts +0 -8
  87. package/src/app/view/iapp-deview-base.ts +0 -96
  88. package/src/app/view/iapp-view-base.ts +0 -270
  89. package/src/app/view/iapp-view-uiaction.ts +0 -60
  90. package/src/app/view/ideuiaction-item.ts +0 -8
  91. package/src/app/view/iuiaction-item.ts +0 -16
  92. package/src/app/view/iwfuiaction-item.ts +0 -8
  93. package/src/control/iraw-item.ts +0 -68
  94. package/src/control/panel/ipanel-param.ts +0 -8
  95. package/src/control/panel/isys-panel-param.ts +0 -8
  96. package/src/control/panel/isys-view-layout-panel-param.ts +0 -8
  97. package/src/control/reportpanel/idereport-panel-param.ts +0 -8
  98. /package/out/{app/res/iapp-css.js → res/ictrl-msg-item.js} +0 -0
@@ -1,49 +0,0 @@
1
- import { ISysImage } from '../res/isys-image';
2
- import { IModelObject } from '../imodel-object';
3
- /**
4
- *
5
- * @export
6
- * @interface IRawItem
7
- */
8
- export interface IRawItem extends IModelObject {
9
- /**
10
- * 内容类型
11
- * @description 值模式 [直接内容类型] {RAW:直接内容、 HTML:Html内容、 IMAGE:图片、 MARKDOWN:Markdown、 VIDEO:视频、 PLACEHOLDER:占位、 DIVIDER:分割线、 INFO:常规提示、 WARNING:警告提示、 ERROR:错误提示、 USER:用户自定义、 USER2:用户自定义2 }
12
- * @type {( string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2')}
13
- * 来源 getContentType
14
- */
15
- contentType?: string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2';
16
- /**
17
- * Html内容
18
- * @type {string}
19
- * 来源 getHtmlContent
20
- */
21
- htmlContent?: string;
22
- /**
23
- * 图片内容
24
- *
25
- * @type {ISysImage}
26
- * 来源 getPSSysImage
27
- */
28
- sysImage?: ISysImage;
29
- /**
30
- * 直接内容
31
- * @type {string}
32
- * 来源 getRawContent
33
- */
34
- rawContent?: string;
35
- /**
36
- * 直接项高度
37
- * @type {number}
38
- * @default 0.0
39
- * 来源 getRawItemHeight
40
- */
41
- rawItemHeight?: number;
42
- /**
43
- * 直接项宽度
44
- * @type {number}
45
- * @default 0.0
46
- * 来源 getRawItemWidth
47
- */
48
- rawItemWidth?: number;
49
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import { IControlParam } from '../icontrol-param';
2
- /**
3
- *
4
- * @export
5
- * @interface IPanelParam
6
- */
7
- export type IPanelParam = IControlParam;
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import { IPanelParam } from './ipanel-param';
2
- /**
3
- *
4
- * @export
5
- * @interface ISysPanelParam
6
- */
7
- export type ISysPanelParam = IPanelParam;
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import { ISysPanelParam } from './isys-panel-param';
2
- /**
3
- *
4
- * @export
5
- * @interface ISysViewLayoutPanelParam
6
- */
7
- export type ISysViewLayoutPanelParam = ISysPanelParam;
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import { IControlParam } from '../icontrol-param';
2
- /**
3
- *
4
- * @export
5
- * @interface IDEReportPanelParam
6
- */
7
- export type IDEReportPanelParam = IControlParam;
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- import { ISysCss } from '../../res/isys-css';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IAppCss
7
- */
8
- export type IAppCss = ISysCss;
@@ -1,8 +0,0 @@
1
- import { ISysImage } from '../../res/isys-image';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IAppImage
7
- */
8
- export type IAppImage = ISysImage;
@@ -1,96 +0,0 @@
1
- import { IModelObject } from '../../imodel-object';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IAppDEViewBase
7
- */
8
- export interface IAppDEViewBase extends IModelObject {
9
- /**
10
- * 功能视图模式
11
- * @description 值模式 [实体视图预置类型] {PICKUPVIEW:默认单选视图、 EDITVIEW:默认编辑视图、 MAINVIEW:默认主视图、 INDEXDEPICKUPVIEW:默认索引实体选择视图、 FORMPICKUPVIEW:默认多表单选择视图、 MPICKUPVIEW:默认多选视图、 MDATAVIEW:默认多项视图、 WFEDITVIEW:默认流程编辑视图、 WFMDATAVIEW:默认流程多项视图、 WFSTARTVIEW:默认流程启动视图、 WFACTIONVIEW:默认流程操作视图、 WFUTILACTIONVIEW:默认流程功能操作视图、 REDIRECTVIEW:默认数据重定向视图、 MOBPICKUPVIEW:移动端默认单选视图、 MOBEDITVIEW:移动端默认编辑视图、 MOBMAINVIEW:移动端默认主视图、 MOBINDEXDEPICKUPVIEW:移动端默认索引实体选择视图、 MOBFORMPICKUPVIEW:移动端默认多表单选择视图、 MOBMPICKUPVIEW:移动端默认多选视图、 MOBMDATAVIEW:移动端默认多项视图、 MOBWFEDITVIEW:移动端默认流程编辑视图、 MOBWFMDATAVIEW:移动端默认流程多项视图、 MOBWFSTARTVIEW:移动端默认流程启动视图、 MOBWFACTIONVIEW:移动端默认流程操作视图、 MOBWFUTILACTIONVIEW:移动端默认流程功能操作视图、 MOBREDIRECTVIEW:移动端默认数据重定向视图 }
12
- * @type {( string | 'PICKUPVIEW' | 'EDITVIEW' | 'MAINVIEW' | 'INDEXDEPICKUPVIEW' | 'FORMPICKUPVIEW' | 'MPICKUPVIEW' | 'MDATAVIEW' | 'WFEDITVIEW' | 'WFMDATAVIEW' | 'WFSTARTVIEW' | 'WFACTIONVIEW' | 'WFUTILACTIONVIEW' | 'REDIRECTVIEW' | 'MOBPICKUPVIEW' | 'MOBEDITVIEW' | 'MOBMAINVIEW' | 'MOBINDEXDEPICKUPVIEW' | 'MOBFORMPICKUPVIEW' | 'MOBMPICKUPVIEW' | 'MOBMDATAVIEW' | 'MOBWFEDITVIEW' | 'MOBWFMDATAVIEW' | 'MOBWFSTARTVIEW' | 'MOBWFACTIONVIEW' | 'MOBWFUTILACTIONVIEW' | 'MOBREDIRECTVIEW')}
13
- * 来源 getFuncViewMode
14
- */
15
- funcViewMode?:
16
- | string
17
- | 'PICKUPVIEW'
18
- | 'EDITVIEW'
19
- | 'MAINVIEW'
20
- | 'INDEXDEPICKUPVIEW'
21
- | 'FORMPICKUPVIEW'
22
- | 'MPICKUPVIEW'
23
- | 'MDATAVIEW'
24
- | 'WFEDITVIEW'
25
- | 'WFMDATAVIEW'
26
- | 'WFSTARTVIEW'
27
- | 'WFACTIONVIEW'
28
- | 'WFUTILACTIONVIEW'
29
- | 'REDIRECTVIEW'
30
- | 'MOBPICKUPVIEW'
31
- | 'MOBEDITVIEW'
32
- | 'MOBMAINVIEW'
33
- | 'MOBINDEXDEPICKUPVIEW'
34
- | 'MOBFORMPICKUPVIEW'
35
- | 'MOBMPICKUPVIEW'
36
- | 'MOBMDATAVIEW'
37
- | 'MOBWFEDITVIEW'
38
- | 'MOBWFMDATAVIEW'
39
- | 'MOBWFSTARTVIEW'
40
- | 'MOBWFACTIONVIEW'
41
- | 'MOBWFUTILACTIONVIEW'
42
- | 'MOBREDIRECTVIEW';
43
-
44
- /**
45
- * 功能视图参数
46
- * @type {string}
47
- * 来源 getFuncViewParam
48
- */
49
- funcViewParam?: string;
50
-
51
- /**
52
- * 应用计数器引用
53
- *
54
- * @type {string}
55
- * 来源 getPSAppCounterRef
56
- */
57
- appCounterRefId?: string;
58
-
59
- /**
60
- * 实体视图代码名称
61
- * @type {string}
62
- * 来源 getPSDEViewCodeName
63
- */
64
- deviewCodeName?: string;
65
-
66
- /**
67
- * 实体视图标识
68
- * @type {string}
69
- * 来源 getPSDEViewId
70
- */
71
- deviewId?: string;
72
-
73
- /**
74
- * 父应用实体
75
- *
76
- * @type {string}
77
- * 来源 getParentPSAppDataEntity
78
- */
79
- parentAppDataEntityId?: string;
80
-
81
- /**
82
- * 临时数据模式
83
- * @description 值模式 [平台部件处理器临时数据模式] {0:无临时数据模式、 1:主数据模式、 2:从数据模式 }
84
- * @type {( number | 0 | 1 | 2)}
85
- * @default 0
86
- * 来源 getTempMode
87
- */
88
- tempMode?: number | 0 | 1 | 2;
89
-
90
- /**
91
- * 支持工作流
92
- * @type {boolean}
93
- * 来源 isEnableWF
94
- */
95
- enableWF?: boolean;
96
- }
@@ -1,270 +0,0 @@
1
- import { IAppViewLogic } from './iapp-view-logic';
2
- import { IAppViewMsgGroup } from './iapp-view-msg-group';
3
- import { IAppViewNavContext } from './iapp-view-nav-context';
4
- import { IAppViewNavParam } from './iapp-view-nav-param';
5
- import { IAppViewParam } from './iapp-view-param';
6
- import { IAppViewRef } from './iapp-view-ref';
7
- import { IControl } from '../../control/icontrol';
8
- import { ILanguageRes } from '../../res/ilanguage-res';
9
- import { ISysCss } from '../../res/isys-css';
10
- import { ISysImage } from '../../res/isys-image';
11
- import { IModelObject } from '../../imodel-object';
12
-
13
- /**
14
- *
15
- * @export
16
- * @interface IAppViewBase
17
- */
18
- export interface IAppViewBase extends IModelObject {
19
- /**
20
- * 访问用户模式
21
- * @description 值模式 [视图访问用户] {0:未指定、 2:登录用户、 3:匿名用户及登录用户、 4:登录用户且拥有指定资源能力 }
22
- * @type {( number | 0 | 2 | 3 | 4)}
23
- * 来源 getAccUserMode
24
- */
25
- accUserMode?: number | 0 | 2 | 3 | 4;
26
-
27
- /**
28
- * 访问标识
29
- * @type {string}
30
- * 来源 getAccessKey
31
- */
32
- accessKey?: string;
33
-
34
- /**
35
- * 标题语言资源
36
- *
37
- * @type {ILanguageRes}
38
- * 来源 getCapPSLanguageRes
39
- */
40
- capLanguageRes?: ILanguageRes;
41
-
42
- /**
43
- * 视图标题
44
- * @type {string}
45
- * 来源 getCaption
46
- */
47
- caption?: string;
48
-
49
- /**
50
- * 代码标识
51
- * @type {string}
52
- * 来源 getCodeName
53
- */
54
- codeName?: string;
55
-
56
- /**
57
- * 完整代码标识
58
- * @type {string}
59
- * 来源 getFullCodeName
60
- */
61
- fullCodeName?: string;
62
-
63
- /**
64
- * 视图高度
65
- * @type {number}
66
- * @default 0
67
- * 来源 getHeight
68
- */
69
- height?: number;
70
-
71
- /**
72
- * @type {string}
73
- * 来源 getMainMenuAlign
74
- */
75
- mainMenuAlign?: string;
76
-
77
- /**
78
- * 视图打开模式
79
- * @type {string}
80
- * 来源 getOpenMode
81
- */
82
- openMode?: string;
83
-
84
- /**
85
- * 视图应用实体
86
- *
87
- * @type {string}
88
- * 来源 getPSAppDataEntity
89
- */
90
- appDataEntityId?: string;
91
-
92
- /**
93
- * 视图逻辑集合
94
- *
95
- * @type {IAppViewLogic[]}
96
- * 来源 getPSAppViewLogics
97
- */
98
- appViewLogics?: IAppViewLogic[];
99
-
100
- /**
101
- *
102
- * @type {IAppViewMsgGroup}
103
- * 来源 getPSAppViewMsgGroup
104
- */
105
- appViewMsgGroup?: IAppViewMsgGroup;
106
-
107
- /**
108
- * 视图导航上下文集合
109
- *
110
- * @type {IAppViewNavContext[]}
111
- * 来源 getPSAppViewNavContexts
112
- */
113
- appViewNavContexts?: IAppViewNavContext[];
114
-
115
- /**
116
- * 视图导航参数集合
117
- *
118
- * @type {IAppViewNavParam[]}
119
- * 来源 getPSAppViewNavParams
120
- */
121
- appViewNavParams?: IAppViewNavParam[];
122
-
123
- /**
124
- * 视图参数集合
125
- *
126
- * @type {IAppViewParam[]}
127
- * 来源 getPSAppViewParams
128
- */
129
- appViewParams?: IAppViewParam[];
130
-
131
- /**
132
- * 视图对象引用
133
- *
134
- * @type {IAppViewRef[]}
135
- * 来源 getPSAppViewRefs
136
- */
137
- appViewRefs?: IAppViewRef[];
138
-
139
- /**
140
- * 根部件集合
141
- *
142
- * @type {IControl[]}
143
- * 来源 getPSControls
144
- */
145
- controls?: IControl[];
146
-
147
- /**
148
- * 视图界面样式对象
149
- *
150
- * @type {ISysCss}
151
- * 来源 getPSSysCss
152
- */
153
- sysCss?: ISysCss;
154
-
155
- /**
156
- * 视图图标对象
157
- *
158
- * @type {ISysImage}
159
- * 来源 getPSSysImage
160
- */
161
- sysImage?: ISysImage;
162
-
163
- /**
164
- * 前端应用插件
165
- *
166
- * @type {string}
167
- * 来源 getPSSysPFPlugin
168
- */
169
- sysPFPluginId?: string;
170
-
171
- /**
172
- * 视图优先级
173
- * @type {number}
174
- * @default -1
175
- * 来源 getPriority
176
- */
177
- priority?: number;
178
-
179
- /**
180
- * 实际引用视图
181
- *
182
- * @type {string}
183
- * 来源 getRefPSAppView
184
- */
185
- refAppViewId?: string;
186
-
187
- /**
188
- * 子标题语言资源
189
- *
190
- * @type {ILanguageRes}
191
- * 来源 getSubCapPSLanguageRes
192
- */
193
- subCapLanguageRes?: ILanguageRes;
194
-
195
- /**
196
- * 视图子标题
197
- * @type {string}
198
- * 来源 getSubCaption
199
- */
200
- subCaption?: string;
201
-
202
- /**
203
- * 视图抬头
204
- * @type {string}
205
- * 来源 getTitle
206
- */
207
- title?: string;
208
-
209
- /**
210
- * 抬头语言资源
211
- *
212
- * @type {ILanguageRes}
213
- * 来源 getTitlePSLanguageRes
214
- */
215
- titleLanguageRes?: ILanguageRes;
216
-
217
- /**
218
- * 视图类型
219
- * @description 值模式 [平台视图类型]
220
- * @type {string}
221
- * 来源 getViewType
222
- */
223
- viewType?: string;
224
-
225
- /**
226
- * 视图宽度
227
- * @type {number}
228
- * @default 0
229
- * 来源 getWidth
230
- */
231
- width?: number;
232
-
233
- /**
234
- * 启用数据权限
235
- * @type {boolean}
236
- * 来源 isEnableDP
237
- */
238
- enableDP?: boolean;
239
-
240
- /**
241
- * 支持工作流
242
- * @type {boolean}
243
- * 来源 isEnableWF
244
- */
245
- enableWF?: boolean;
246
-
247
- /**
248
- * 数据选择视图
249
- * @type {boolean}
250
- * @default false
251
- * 来源 isPickupMode
252
- */
253
- pickupMode?: boolean;
254
-
255
- /**
256
- * 重定向视图
257
- * @type {boolean}
258
- * @default false
259
- * 来源 isRedirectView
260
- */
261
- redirectView?: boolean;
262
-
263
- /**
264
- * 显示标题栏
265
- * @type {boolean}
266
- * @default true
267
- * 来源 isShowCaptionBar
268
- */
269
- showCaptionBar?: boolean;
270
- }
@@ -1,60 +0,0 @@
1
- import { IModelObject } from '../../imodel-object';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IAppViewUIAction
7
- */
8
- export interface IAppViewUIAction extends IModelObject {
9
- /**
10
- * 应用计数器引用
11
- *
12
- * @type {string}
13
- * 来源 getPSAppCounterRef
14
- */
15
- appCounterRefId?: string;
16
-
17
- /**
18
- * 界面行为对象
19
- *
20
- * @type {string}
21
- * 来源 getPSUIAction
22
- */
23
- uiactionId?: string;
24
-
25
- /**
26
- * 界面行为参数
27
- * @type {IModel}
28
- * 来源 getUIActionParamJO
29
- */
30
- uiactionParamJO?: IModel;
31
-
32
- /**
33
- * 界面行为操作目标
34
- * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
35
- * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
36
- * 来源 getUIActionTarget
37
- */
38
- uiactionTarget?:
39
- | string
40
- | 'SINGLEDATA'
41
- | 'SINGLEKEY'
42
- | 'MULTIDATA'
43
- | 'MULTIKEY'
44
- | 'NONE';
45
-
46
- /**
47
- * 界面行为数据部件名称
48
- * @type {string}
49
- * 来源 getXDataControlName
50
- */
51
- xdataControlName?: string;
52
-
53
- /**
54
- * 先保存目标数据
55
- * @type {boolean}
56
- * @default false
57
- * 来源 isSaveTargetFirst
58
- */
59
- saveTargetFirst?: boolean;
60
- }
@@ -1,8 +0,0 @@
1
- import { IUIActionItem } from './iuiaction-item';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IDEUIActionItem
7
- */
8
- export type IDEUIActionItem = IUIActionItem
@@ -1,16 +0,0 @@
1
- import { IAppViewUIAction } from './iapp-view-uiaction';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IUIActionItem
7
- */
8
- export interface IUIActionItem extends IAppViewUIAction {
9
- /**
10
- * 应用视图界面行为
11
- *
12
- * @type {string}
13
- * 来源 getPSAppViewUIAction
14
- */
15
- appViewUIActionId?: string;
16
- }
@@ -1,8 +0,0 @@
1
- import { IUIActionItem } from './iuiaction-item';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IWFUIActionItem
7
- */
8
- export type IWFUIActionItem = IUIActionItem
@@ -1,68 +0,0 @@
1
- import { ISysImage } from '../res/isys-image';
2
- import { IModelObject } from '../imodel-object';
3
-
4
- /**
5
- *
6
- * @export
7
- * @interface IRawItem
8
- */
9
- export interface IRawItem extends IModelObject {
10
- /**
11
- * 内容类型
12
- * @description 值模式 [直接内容类型] {RAW:直接内容、 HTML:Html内容、 IMAGE:图片、 MARKDOWN:Markdown、 VIDEO:视频、 PLACEHOLDER:占位、 DIVIDER:分割线、 INFO:常规提示、 WARNING:警告提示、 ERROR:错误提示、 USER:用户自定义、 USER2:用户自定义2 }
13
- * @type {( string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2')}
14
- * 来源 getContentType
15
- */
16
- contentType?:
17
- | string
18
- | 'RAW'
19
- | 'HTML'
20
- | 'IMAGE'
21
- | 'MARKDOWN'
22
- | 'VIDEO'
23
- | 'PLACEHOLDER'
24
- | 'DIVIDER'
25
- | 'INFO'
26
- | 'WARNING'
27
- | 'ERROR'
28
- | 'USER'
29
- | 'USER2';
30
-
31
- /**
32
- * Html内容
33
- * @type {string}
34
- * 来源 getHtmlContent
35
- */
36
- htmlContent?: string;
37
-
38
- /**
39
- * 图片内容
40
- *
41
- * @type {ISysImage}
42
- * 来源 getPSSysImage
43
- */
44
- sysImage?: ISysImage;
45
-
46
- /**
47
- * 直接内容
48
- * @type {string}
49
- * 来源 getRawContent
50
- */
51
- rawContent?: string;
52
-
53
- /**
54
- * 直接项高度
55
- * @type {number}
56
- * @default 0.0
57
- * 来源 getRawItemHeight
58
- */
59
- rawItemHeight?: number;
60
-
61
- /**
62
- * 直接项宽度
63
- * @type {number}
64
- * @default 0.0
65
- * 来源 getRawItemWidth
66
- */
67
- rawItemWidth?: number;
68
- }
@@ -1,8 +0,0 @@
1
- import { IControlParam } from '../icontrol-param';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IPanelParam
7
- */
8
- export type IPanelParam = IControlParam;
@@ -1,8 +0,0 @@
1
- import { IPanelParam } from './ipanel-param';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface ISysPanelParam
7
- */
8
- export type ISysPanelParam = IPanelParam;
@@ -1,8 +0,0 @@
1
- import { ISysPanelParam } from './isys-panel-param';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface ISysViewLayoutPanelParam
7
- */
8
- export type ISysViewLayoutPanelParam = ISysPanelParam;
@@ -1,8 +0,0 @@
1
- import { IControlParam } from '../icontrol-param';
2
-
3
- /**
4
- *
5
- * @export
6
- * @interface IDEReportPanelParam
7
- */
8
- export type IDEReportPanelParam = IControlParam;