@acorex/platform 20.3.0-next.7 → 20.3.0-next.9
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/common/index.d.ts +0 -2
- package/core/index.d.ts +386 -47
- package/fesm2022/acorex-platform-common.mjs +5 -10
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +427 -125
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +422 -26
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +1843 -111
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +19 -12
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +463 -510
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +23 -15
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs → acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs → acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs} +9 -9
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs +101 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +8 -8
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-icon-chooser-view.component-KpZWpnOJ.mjs → acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs} +21 -11
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs → acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs} +2 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-column.component-BvOiVCgt.mjs → acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs} +20 -5
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-view.component-BW0rfkjk.mjs → acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs} +20 -5
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +205 -38
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-view.component-C-4bWr9G.mjs → acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs} +51 -35
- package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs → acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs → acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs} +2 -2
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs} +8 -8
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +4590 -5073
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +62 -8
- package/layout/components/index.d.ts +780 -54
- package/layout/designer/index.d.ts +4 -2
- package/layout/entity/index.d.ts +53 -10
- package/package.json +9 -9
- package/widgets/index.d.ts +1441 -433
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs +0 -101
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-KpZWpnOJ.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-BvOiVCgt.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-BW0rfkjk.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-C-4bWr9G.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs.map +0 -1
package/core/index.d.ts
CHANGED
|
@@ -79,6 +79,98 @@ type AXPValueTransformerFunctions = {
|
|
|
79
79
|
};
|
|
80
80
|
declare function objectKeyValueTransforms(keyName: string): AXPValueTransformerFunctions;
|
|
81
81
|
|
|
82
|
+
/**
|
|
83
|
+
* Additional suggested generic actions for future consideration:
|
|
84
|
+
*
|
|
85
|
+
* Data & Content Actions:
|
|
86
|
+
* - Search = 'search' - Search functionality
|
|
87
|
+
* - Filter = 'filter' - Apply filters
|
|
88
|
+
* - Sort = 'sort' - Sort data
|
|
89
|
+
* - Group = 'group' - Group data
|
|
90
|
+
* - Expand = 'expand' - Expand details
|
|
91
|
+
* - Collapse = 'collapse' - Collapse details
|
|
92
|
+
* - Pin = 'pin' - Pin to favorites
|
|
93
|
+
* - Bookmark = 'bookmark' - Bookmark item
|
|
94
|
+
* - Favorite = 'favorite' - Mark as favorite
|
|
95
|
+
* - Star = 'star' - Star rating
|
|
96
|
+
*
|
|
97
|
+
* Workflow Actions:
|
|
98
|
+
* - Start = 'start' - Start process/workflow
|
|
99
|
+
* - Stop = 'stop' - Stop process
|
|
100
|
+
* - Pause = 'pause' - Pause process
|
|
101
|
+
* - Resume = 'resume' - Resume process
|
|
102
|
+
* - Cancel = 'cancel' - Cancel operation
|
|
103
|
+
* - Complete = 'complete' - Mark as complete
|
|
104
|
+
* - Close = 'close' - Close item
|
|
105
|
+
* - Reopen = 'reopen' - Reopen closed item
|
|
106
|
+
* - Forward = 'forward' - Forward to next step
|
|
107
|
+
* - Back = 'back' - Go back
|
|
108
|
+
*
|
|
109
|
+
* Communication Actions:
|
|
110
|
+
* - Reply = 'reply' - Reply to message
|
|
111
|
+
* - Forward = 'forward' - Forward message
|
|
112
|
+
* - Notify = 'notify' - Send notification
|
|
113
|
+
* - Invite = 'invite' - Invite user
|
|
114
|
+
* - Join = 'join' - Join group/meeting
|
|
115
|
+
* - Leave = 'leave' - Leave group/meeting
|
|
116
|
+
*
|
|
117
|
+
* Security Actions:
|
|
118
|
+
* - Login = 'login' - User login
|
|
119
|
+
* - Logout = 'logout' - User logout
|
|
120
|
+
* - Block = 'block' - Block user/content
|
|
121
|
+
* - Unblock = 'unblock' - Unblock user/content
|
|
122
|
+
* - Ban = 'ban' - Ban user
|
|
123
|
+
* - Unban = 'unban' - Unban user
|
|
124
|
+
* - Verify = 'verify' - Verify identity
|
|
125
|
+
* - Authenticate = 'authenticate' - Authenticate
|
|
126
|
+
*
|
|
127
|
+
* File & Media Actions:
|
|
128
|
+
* - Open = 'open' - Open file
|
|
129
|
+
* - Save = 'save' - Save file
|
|
130
|
+
* - SaveAs = 'save-as' - Save as new file
|
|
131
|
+
* - Attach = 'attach' - Attach file
|
|
132
|
+
* - Detach = 'detach' - Detach file
|
|
133
|
+
* - Compress = 'compress' - Compress files
|
|
134
|
+
* - Extract = 'extract' - Extract archive
|
|
135
|
+
* - Convert = 'convert' - Convert format
|
|
136
|
+
* - Crop = 'crop' - Crop image
|
|
137
|
+
* - Resize = 'resize' - Resize image
|
|
138
|
+
*
|
|
139
|
+
* System Actions:
|
|
140
|
+
* - Sync = 'sync' - Synchronize data
|
|
141
|
+
* - Backup = 'backup' - Create backup
|
|
142
|
+
* - Restore = 'restore' - Restore from backup
|
|
143
|
+
* - Reset = 'reset' - Reset to defaults
|
|
144
|
+
* - Clear = 'clear' - Clear data
|
|
145
|
+
* - Optimize = 'optimize' - Optimize performance
|
|
146
|
+
* - Update = 'update' - Update system
|
|
147
|
+
* - Install = 'install' - Install component
|
|
148
|
+
* - Uninstall = 'uninstall' - Uninstall component
|
|
149
|
+
* - Enable = 'enable' - Enable feature
|
|
150
|
+
* - Disable = 'disable' - Disable feature
|
|
151
|
+
*
|
|
152
|
+
* Analytics & Monitoring:
|
|
153
|
+
* - Monitor = 'monitor' - Monitor activity
|
|
154
|
+
* - Track = 'track' - Track progress
|
|
155
|
+
* - Analyze = 'analyze' - Analyze data
|
|
156
|
+
* - Debug = 'debug' - Debug issue
|
|
157
|
+
* - Log = 'log' - View logs
|
|
158
|
+
* - Alert = 'alert' - Set alert
|
|
159
|
+
* - Dashboard = 'dashboard' - View dashboard
|
|
160
|
+
* - Metrics = 'metrics' - View metrics
|
|
161
|
+
*
|
|
162
|
+
* Collaboration Actions:
|
|
163
|
+
* - Collaborate = 'collaborate' - Start collaboration
|
|
164
|
+
* - Share = 'share' - Share content
|
|
165
|
+
* - Comment = 'comment' - Add comment
|
|
166
|
+
* - Like = 'like' - Like content
|
|
167
|
+
* - Follow = 'follow' - Follow user/content
|
|
168
|
+
* - Subscribe = 'subscribe' - Subscribe to updates
|
|
169
|
+
* - Unsubscribe = 'unsubscribe' - Unsubscribe
|
|
170
|
+
* - Rate = 'rate' - Rate content
|
|
171
|
+
* - Review = 'review' - Review content
|
|
172
|
+
* - Recommend = 'recommend' - Recommend content
|
|
173
|
+
*/
|
|
82
174
|
declare enum AXPSystemActionType {
|
|
83
175
|
View = "view",
|
|
84
176
|
Create = "create",
|
|
@@ -119,7 +211,24 @@ declare enum AXPSystemActionType {
|
|
|
119
211
|
Send = "send",
|
|
120
212
|
Report = "report",
|
|
121
213
|
Sent = "sent",
|
|
122
|
-
Review = "review"
|
|
214
|
+
Review = "review",
|
|
215
|
+
Generate = "generate",
|
|
216
|
+
Refresh = "refresh",
|
|
217
|
+
Reload = "reload",
|
|
218
|
+
Search = "search",
|
|
219
|
+
Filter = "filter",
|
|
220
|
+
Sort = "sort",
|
|
221
|
+
Start = "start",
|
|
222
|
+
Stop = "stop",
|
|
223
|
+
Pause = "pause",
|
|
224
|
+
Cancel = "cancel",
|
|
225
|
+
Close = "close",
|
|
226
|
+
Complete = "complete",
|
|
227
|
+
Save = "save",
|
|
228
|
+
SaveAs = "save-as",
|
|
229
|
+
Sync = "sync",
|
|
230
|
+
Reset = "reset",
|
|
231
|
+
Clear = "clear"
|
|
123
232
|
}
|
|
124
233
|
interface AXPSystemAction {
|
|
125
234
|
key: string;
|
|
@@ -128,7 +237,7 @@ interface AXPSystemAction {
|
|
|
128
237
|
color?: string;
|
|
129
238
|
critical?: boolean;
|
|
130
239
|
descriptions: {
|
|
131
|
-
|
|
240
|
+
title: string;
|
|
132
241
|
tooltip: string;
|
|
133
242
|
permission: string;
|
|
134
243
|
audit: string;
|
|
@@ -141,7 +250,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
141
250
|
readonly icon: "fa-light fa-eye";
|
|
142
251
|
readonly color: "primary";
|
|
143
252
|
readonly descriptions: {
|
|
144
|
-
readonly
|
|
253
|
+
readonly title: string;
|
|
145
254
|
readonly tooltip: string;
|
|
146
255
|
readonly permission: string;
|
|
147
256
|
readonly audit: string;
|
|
@@ -153,7 +262,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
153
262
|
readonly icon: "fa-light fa-plus";
|
|
154
263
|
readonly color: "primary";
|
|
155
264
|
readonly descriptions: {
|
|
156
|
-
readonly
|
|
265
|
+
readonly title: string;
|
|
157
266
|
readonly tooltip: string;
|
|
158
267
|
readonly permission: string;
|
|
159
268
|
readonly audit: string;
|
|
@@ -165,7 +274,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
165
274
|
readonly icon: "fa-light fa-pen";
|
|
166
275
|
readonly color: "default";
|
|
167
276
|
readonly descriptions: {
|
|
168
|
-
readonly
|
|
277
|
+
readonly title: string;
|
|
169
278
|
readonly tooltip: string;
|
|
170
279
|
readonly permission: string;
|
|
171
280
|
readonly audit: string;
|
|
@@ -178,7 +287,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
178
287
|
readonly color: "danger";
|
|
179
288
|
readonly critical: true;
|
|
180
289
|
readonly descriptions: {
|
|
181
|
-
readonly
|
|
290
|
+
readonly title: string;
|
|
182
291
|
readonly tooltip: string;
|
|
183
292
|
readonly permission: string;
|
|
184
293
|
readonly audit: string;
|
|
@@ -191,7 +300,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
191
300
|
readonly color: "success";
|
|
192
301
|
readonly critical: true;
|
|
193
302
|
readonly descriptions: {
|
|
194
|
-
readonly
|
|
303
|
+
readonly title: string;
|
|
195
304
|
readonly tooltip: string;
|
|
196
305
|
readonly permission: string;
|
|
197
306
|
readonly audit: string;
|
|
@@ -203,7 +312,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
203
312
|
readonly icon: "fa-light fa-paper-plane";
|
|
204
313
|
readonly color: "primary";
|
|
205
314
|
readonly descriptions: {
|
|
206
|
-
readonly
|
|
315
|
+
readonly title: string;
|
|
207
316
|
readonly tooltip: string;
|
|
208
317
|
readonly permission: string;
|
|
209
318
|
readonly audit: string;
|
|
@@ -216,7 +325,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
216
325
|
readonly color: "danger";
|
|
217
326
|
readonly critical: true;
|
|
218
327
|
readonly descriptions: {
|
|
219
|
-
readonly
|
|
328
|
+
readonly title: string;
|
|
220
329
|
readonly tooltip: string;
|
|
221
330
|
readonly permission: string;
|
|
222
331
|
readonly audit: string;
|
|
@@ -228,7 +337,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
228
337
|
readonly icon: "fa-light fa-download";
|
|
229
338
|
readonly color: "default";
|
|
230
339
|
readonly descriptions: {
|
|
231
|
-
readonly
|
|
340
|
+
readonly title: string;
|
|
232
341
|
readonly tooltip: string;
|
|
233
342
|
readonly permission: string;
|
|
234
343
|
readonly audit: string;
|
|
@@ -240,7 +349,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
240
349
|
readonly icon: "fa-light fa-upload";
|
|
241
350
|
readonly color: "default";
|
|
242
351
|
readonly descriptions: {
|
|
243
|
-
readonly
|
|
352
|
+
readonly title: string;
|
|
244
353
|
readonly tooltip: string;
|
|
245
354
|
readonly permission: string;
|
|
246
355
|
readonly audit: string;
|
|
@@ -252,7 +361,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
252
361
|
readonly icon: "fa-light fa-print";
|
|
253
362
|
readonly color: "default";
|
|
254
363
|
readonly descriptions: {
|
|
255
|
-
readonly
|
|
364
|
+
readonly title: string;
|
|
256
365
|
readonly tooltip: string;
|
|
257
366
|
readonly permission: string;
|
|
258
367
|
readonly audit: string;
|
|
@@ -264,7 +373,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
264
373
|
readonly icon: "fa-light fa-clone";
|
|
265
374
|
readonly color: "warning";
|
|
266
375
|
readonly descriptions: {
|
|
267
|
-
readonly
|
|
376
|
+
readonly title: string;
|
|
268
377
|
readonly tooltip: string;
|
|
269
378
|
readonly permission: string;
|
|
270
379
|
readonly audit: string;
|
|
@@ -276,7 +385,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
276
385
|
readonly icon: "fa-light fa-box-archive";
|
|
277
386
|
readonly color: "default";
|
|
278
387
|
readonly descriptions: {
|
|
279
|
-
readonly
|
|
388
|
+
readonly title: string;
|
|
280
389
|
readonly tooltip: string;
|
|
281
390
|
readonly permission: string;
|
|
282
391
|
readonly audit: string;
|
|
@@ -288,7 +397,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
288
397
|
readonly icon: "fa-light fa-arrow-rotate-left";
|
|
289
398
|
readonly color: "default";
|
|
290
399
|
readonly descriptions: {
|
|
291
|
-
readonly
|
|
400
|
+
readonly title: string;
|
|
292
401
|
readonly tooltip: string;
|
|
293
402
|
readonly permission: string;
|
|
294
403
|
readonly audit: string;
|
|
@@ -300,7 +409,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
300
409
|
readonly icon: "fa-light fa-user-plus";
|
|
301
410
|
readonly color: "primary";
|
|
302
411
|
readonly descriptions: {
|
|
303
|
-
readonly
|
|
412
|
+
readonly title: string;
|
|
304
413
|
readonly tooltip: string;
|
|
305
414
|
readonly permission: string;
|
|
306
415
|
readonly audit: string;
|
|
@@ -312,7 +421,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
312
421
|
readonly icon: "fa-light fa-lock";
|
|
313
422
|
readonly color: "warning";
|
|
314
423
|
readonly descriptions: {
|
|
315
|
-
readonly
|
|
424
|
+
readonly title: string;
|
|
316
425
|
readonly tooltip: string;
|
|
317
426
|
readonly permission: string;
|
|
318
427
|
readonly audit: string;
|
|
@@ -324,7 +433,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
324
433
|
readonly icon: "fa-light fa-unlock";
|
|
325
434
|
readonly color: "success";
|
|
326
435
|
readonly descriptions: {
|
|
327
|
-
readonly
|
|
436
|
+
readonly title: string;
|
|
328
437
|
readonly tooltip: string;
|
|
329
438
|
readonly permission: string;
|
|
330
439
|
readonly audit: string;
|
|
@@ -336,7 +445,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
336
445
|
readonly icon: "fa-light fa-share-nodes";
|
|
337
446
|
readonly color: "info";
|
|
338
447
|
readonly descriptions: {
|
|
339
|
-
readonly
|
|
448
|
+
readonly title: string;
|
|
340
449
|
readonly tooltip: string;
|
|
341
450
|
readonly permission: string;
|
|
342
451
|
readonly audit: string;
|
|
@@ -348,7 +457,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
348
457
|
readonly icon: "fa-light fa-sliders";
|
|
349
458
|
readonly color: "primary";
|
|
350
459
|
readonly descriptions: {
|
|
351
|
-
readonly
|
|
460
|
+
readonly title: string;
|
|
352
461
|
readonly tooltip: string;
|
|
353
462
|
readonly permission: string;
|
|
354
463
|
readonly audit: string;
|
|
@@ -360,7 +469,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
360
469
|
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
361
470
|
readonly color: "default";
|
|
362
471
|
readonly descriptions: {
|
|
363
|
-
readonly
|
|
472
|
+
readonly title: string;
|
|
364
473
|
readonly tooltip: string;
|
|
365
474
|
readonly permission: string;
|
|
366
475
|
readonly audit: string;
|
|
@@ -372,7 +481,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
372
481
|
readonly icon: "fa-light fa-magnifying-glass";
|
|
373
482
|
readonly color: "default";
|
|
374
483
|
readonly descriptions: {
|
|
375
|
-
readonly
|
|
484
|
+
readonly title: string;
|
|
376
485
|
readonly tooltip: string;
|
|
377
486
|
readonly permission: string;
|
|
378
487
|
readonly audit: string;
|
|
@@ -384,7 +493,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
384
493
|
readonly icon: "fa-light fa-globe";
|
|
385
494
|
readonly color: "success";
|
|
386
495
|
readonly descriptions: {
|
|
387
|
-
readonly
|
|
496
|
+
readonly title: string;
|
|
388
497
|
readonly tooltip: string;
|
|
389
498
|
readonly permission: string;
|
|
390
499
|
readonly audit: string;
|
|
@@ -396,7 +505,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
396
505
|
readonly icon: "fa-light fa-globe-slash";
|
|
397
506
|
readonly color: "danger";
|
|
398
507
|
readonly descriptions: {
|
|
399
|
-
readonly
|
|
508
|
+
readonly title: string;
|
|
400
509
|
readonly tooltip: string;
|
|
401
510
|
readonly permission: string;
|
|
402
511
|
readonly audit: string;
|
|
@@ -408,7 +517,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
408
517
|
readonly icon: "fa-light fa-upload";
|
|
409
518
|
readonly color: "default";
|
|
410
519
|
readonly descriptions: {
|
|
411
|
-
readonly
|
|
520
|
+
readonly title: string;
|
|
412
521
|
readonly tooltip: string;
|
|
413
522
|
readonly permission: string;
|
|
414
523
|
readonly audit: string;
|
|
@@ -420,7 +529,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
420
529
|
readonly icon: "fa-light fa-download";
|
|
421
530
|
readonly color: "default";
|
|
422
531
|
readonly descriptions: {
|
|
423
|
-
readonly
|
|
532
|
+
readonly title: string;
|
|
424
533
|
readonly tooltip: string;
|
|
425
534
|
readonly permission: string;
|
|
426
535
|
readonly audit: string;
|
|
@@ -432,7 +541,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
432
541
|
readonly icon: "fa-light fa-copy";
|
|
433
542
|
readonly color: "default";
|
|
434
543
|
readonly descriptions: {
|
|
435
|
-
readonly
|
|
544
|
+
readonly title: string;
|
|
436
545
|
readonly tooltip: string;
|
|
437
546
|
readonly permission: string;
|
|
438
547
|
readonly audit: string;
|
|
@@ -444,7 +553,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
444
553
|
readonly icon: "fa-light fa-arrow-right-arrow-left";
|
|
445
554
|
readonly color: "default";
|
|
446
555
|
readonly descriptions: {
|
|
447
|
-
readonly
|
|
556
|
+
readonly title: string;
|
|
448
557
|
readonly tooltip: string;
|
|
449
558
|
readonly permission: string;
|
|
450
559
|
readonly audit: string;
|
|
@@ -456,7 +565,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
456
565
|
readonly icon: "fa-light fa-pen";
|
|
457
566
|
readonly color: "default";
|
|
458
567
|
readonly descriptions: {
|
|
459
|
-
readonly
|
|
568
|
+
readonly title: string;
|
|
460
569
|
readonly tooltip: string;
|
|
461
570
|
readonly permission: string;
|
|
462
571
|
readonly audit: string;
|
|
@@ -468,7 +577,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
468
577
|
readonly icon: "fa-light fa-gear";
|
|
469
578
|
readonly color: "default";
|
|
470
579
|
readonly descriptions: {
|
|
471
|
-
readonly
|
|
580
|
+
readonly title: string;
|
|
472
581
|
readonly tooltip: string;
|
|
473
582
|
readonly permission: string;
|
|
474
583
|
readonly audit: string;
|
|
@@ -480,7 +589,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
480
589
|
readonly icon: "fa-light fa-info";
|
|
481
590
|
readonly color: "default";
|
|
482
591
|
readonly descriptions: {
|
|
483
|
-
readonly
|
|
592
|
+
readonly title: string;
|
|
484
593
|
readonly tooltip: string;
|
|
485
594
|
readonly permission: string;
|
|
486
595
|
readonly audit: string;
|
|
@@ -492,7 +601,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
492
601
|
readonly icon: "fa-light fa-check";
|
|
493
602
|
readonly color: "success";
|
|
494
603
|
readonly descriptions: {
|
|
495
|
-
readonly
|
|
604
|
+
readonly title: string;
|
|
496
605
|
readonly tooltip: string;
|
|
497
606
|
readonly permission: string;
|
|
498
607
|
readonly audit: string;
|
|
@@ -504,7 +613,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
504
613
|
readonly icon: "fa-light fa-paintbrush";
|
|
505
614
|
readonly color: "default";
|
|
506
615
|
readonly descriptions: {
|
|
507
|
-
readonly
|
|
616
|
+
readonly title: string;
|
|
508
617
|
readonly tooltip: string;
|
|
509
618
|
readonly permission: string;
|
|
510
619
|
readonly audit: string;
|
|
@@ -516,7 +625,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
516
625
|
readonly icon: "fa-light fa-history";
|
|
517
626
|
readonly color: "default";
|
|
518
627
|
readonly descriptions: {
|
|
519
|
-
readonly
|
|
628
|
+
readonly title: string;
|
|
520
629
|
readonly tooltip: string;
|
|
521
630
|
readonly permission: string;
|
|
522
631
|
readonly audit: string;
|
|
@@ -528,7 +637,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
528
637
|
readonly icon: "fa-light fa-code-compare";
|
|
529
638
|
readonly color: "default";
|
|
530
639
|
readonly descriptions: {
|
|
531
|
-
readonly
|
|
640
|
+
readonly title: string;
|
|
532
641
|
readonly tooltip: string;
|
|
533
642
|
readonly permission: string;
|
|
534
643
|
readonly audit: string;
|
|
@@ -540,7 +649,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
540
649
|
readonly icon: "fa-light fa-comments";
|
|
541
650
|
readonly color: "default";
|
|
542
651
|
readonly descriptions: {
|
|
543
|
-
readonly
|
|
652
|
+
readonly title: string;
|
|
544
653
|
readonly tooltip: string;
|
|
545
654
|
readonly permission: string;
|
|
546
655
|
readonly audit: string;
|
|
@@ -552,7 +661,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
552
661
|
readonly icon: "fa-light fa-signature";
|
|
553
662
|
readonly color: "default";
|
|
554
663
|
readonly descriptions: {
|
|
555
|
-
readonly
|
|
664
|
+
readonly title: string;
|
|
556
665
|
readonly tooltip: string;
|
|
557
666
|
readonly permission: string;
|
|
558
667
|
readonly audit: string;
|
|
@@ -564,7 +673,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
564
673
|
readonly icon: "fa-light fa-cog";
|
|
565
674
|
readonly color: "default";
|
|
566
675
|
readonly descriptions: {
|
|
567
|
-
readonly
|
|
676
|
+
readonly title: string;
|
|
568
677
|
readonly tooltip: string;
|
|
569
678
|
readonly permission: string;
|
|
570
679
|
readonly audit: string;
|
|
@@ -576,7 +685,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
576
685
|
readonly icon: "fa-light fa-envelope";
|
|
577
686
|
readonly color: "default";
|
|
578
687
|
readonly descriptions: {
|
|
579
|
-
readonly
|
|
688
|
+
readonly title: string;
|
|
580
689
|
readonly tooltip: string;
|
|
581
690
|
readonly permission: string;
|
|
582
691
|
readonly audit: string;
|
|
@@ -588,7 +697,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
588
697
|
readonly icon: "fa-light fa-chart-line";
|
|
589
698
|
readonly color: "default";
|
|
590
699
|
readonly descriptions: {
|
|
591
|
-
readonly
|
|
700
|
+
readonly title: string;
|
|
592
701
|
readonly tooltip: string;
|
|
593
702
|
readonly permission: string;
|
|
594
703
|
readonly audit: string;
|
|
@@ -600,7 +709,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
600
709
|
readonly icon: "fa-light fa-paper-plane";
|
|
601
710
|
readonly color: "default";
|
|
602
711
|
readonly descriptions: {
|
|
603
|
-
readonly
|
|
712
|
+
readonly title: string;
|
|
604
713
|
readonly tooltip: string;
|
|
605
714
|
readonly permission: string;
|
|
606
715
|
readonly audit: string;
|
|
@@ -612,7 +721,214 @@ declare const AXPSystemActions: Readonly<{
|
|
|
612
721
|
readonly icon: "fa-light fa-eye";
|
|
613
722
|
readonly color: "default";
|
|
614
723
|
readonly descriptions: {
|
|
615
|
-
readonly
|
|
724
|
+
readonly title: string;
|
|
725
|
+
readonly tooltip: string;
|
|
726
|
+
readonly permission: string;
|
|
727
|
+
readonly audit: string;
|
|
728
|
+
};
|
|
729
|
+
};
|
|
730
|
+
readonly Generate: {
|
|
731
|
+
readonly key: AXPSystemActionType.Generate;
|
|
732
|
+
readonly title: string;
|
|
733
|
+
readonly icon: "fa-light fa-wand-magic-sparkles";
|
|
734
|
+
readonly color: "primary";
|
|
735
|
+
readonly descriptions: {
|
|
736
|
+
readonly title: string;
|
|
737
|
+
readonly tooltip: string;
|
|
738
|
+
readonly permission: string;
|
|
739
|
+
readonly audit: string;
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
readonly Refresh: {
|
|
743
|
+
readonly key: AXPSystemActionType.Refresh;
|
|
744
|
+
readonly title: string;
|
|
745
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
746
|
+
readonly color: "default";
|
|
747
|
+
readonly descriptions: {
|
|
748
|
+
readonly title: string;
|
|
749
|
+
readonly tooltip: string;
|
|
750
|
+
readonly permission: string;
|
|
751
|
+
readonly audit: string;
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
readonly Reload: {
|
|
755
|
+
readonly key: AXPSystemActionType.Reload;
|
|
756
|
+
readonly title: string;
|
|
757
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
758
|
+
readonly color: "default";
|
|
759
|
+
readonly descriptions: {
|
|
760
|
+
readonly title: string;
|
|
761
|
+
readonly tooltip: string;
|
|
762
|
+
readonly permission: string;
|
|
763
|
+
readonly audit: string;
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
readonly Search: {
|
|
767
|
+
readonly key: AXPSystemActionType.Search;
|
|
768
|
+
readonly title: string;
|
|
769
|
+
readonly icon: "fa-light fa-magnifying-glass";
|
|
770
|
+
readonly color: "default";
|
|
771
|
+
readonly descriptions: {
|
|
772
|
+
readonly title: string;
|
|
773
|
+
readonly tooltip: string;
|
|
774
|
+
readonly permission: string;
|
|
775
|
+
readonly audit: string;
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
readonly Filter: {
|
|
779
|
+
readonly key: AXPSystemActionType.Filter;
|
|
780
|
+
readonly title: string;
|
|
781
|
+
readonly icon: "fa-light fa-filter";
|
|
782
|
+
readonly color: "default";
|
|
783
|
+
readonly descriptions: {
|
|
784
|
+
readonly title: string;
|
|
785
|
+
readonly tooltip: string;
|
|
786
|
+
readonly permission: string;
|
|
787
|
+
readonly audit: string;
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
readonly Sort: {
|
|
791
|
+
readonly key: AXPSystemActionType.Sort;
|
|
792
|
+
readonly title: string;
|
|
793
|
+
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
794
|
+
readonly color: "default";
|
|
795
|
+
readonly descriptions: {
|
|
796
|
+
readonly title: string;
|
|
797
|
+
readonly tooltip: string;
|
|
798
|
+
readonly permission: string;
|
|
799
|
+
readonly audit: string;
|
|
800
|
+
};
|
|
801
|
+
};
|
|
802
|
+
readonly Start: {
|
|
803
|
+
readonly key: AXPSystemActionType.Start;
|
|
804
|
+
readonly title: string;
|
|
805
|
+
readonly icon: "fa-light fa-play";
|
|
806
|
+
readonly color: "success";
|
|
807
|
+
readonly descriptions: {
|
|
808
|
+
readonly title: string;
|
|
809
|
+
readonly tooltip: string;
|
|
810
|
+
readonly permission: string;
|
|
811
|
+
readonly audit: string;
|
|
812
|
+
};
|
|
813
|
+
};
|
|
814
|
+
readonly Stop: {
|
|
815
|
+
readonly key: AXPSystemActionType.Stop;
|
|
816
|
+
readonly title: string;
|
|
817
|
+
readonly icon: "fa-light fa-stop";
|
|
818
|
+
readonly color: "danger";
|
|
819
|
+
readonly critical: true;
|
|
820
|
+
readonly descriptions: {
|
|
821
|
+
readonly title: string;
|
|
822
|
+
readonly tooltip: string;
|
|
823
|
+
readonly permission: string;
|
|
824
|
+
readonly audit: string;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
readonly Pause: {
|
|
828
|
+
readonly key: AXPSystemActionType.Pause;
|
|
829
|
+
readonly title: string;
|
|
830
|
+
readonly icon: "fa-light fa-pause";
|
|
831
|
+
readonly color: "warning";
|
|
832
|
+
readonly descriptions: {
|
|
833
|
+
readonly title: string;
|
|
834
|
+
readonly tooltip: string;
|
|
835
|
+
readonly permission: string;
|
|
836
|
+
readonly audit: string;
|
|
837
|
+
};
|
|
838
|
+
};
|
|
839
|
+
readonly Cancel: {
|
|
840
|
+
readonly key: AXPSystemActionType.Cancel;
|
|
841
|
+
readonly title: string;
|
|
842
|
+
readonly icon: "fa-light fa-xmark";
|
|
843
|
+
readonly color: "danger";
|
|
844
|
+
readonly critical: true;
|
|
845
|
+
readonly descriptions: {
|
|
846
|
+
readonly title: string;
|
|
847
|
+
readonly tooltip: string;
|
|
848
|
+
readonly permission: string;
|
|
849
|
+
readonly audit: string;
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
readonly Close: {
|
|
853
|
+
readonly key: AXPSystemActionType.Close;
|
|
854
|
+
readonly title: string;
|
|
855
|
+
readonly icon: "fa-light fa-xmark";
|
|
856
|
+
readonly color: "default";
|
|
857
|
+
readonly descriptions: {
|
|
858
|
+
readonly title: string;
|
|
859
|
+
readonly tooltip: string;
|
|
860
|
+
readonly permission: string;
|
|
861
|
+
readonly audit: string;
|
|
862
|
+
};
|
|
863
|
+
};
|
|
864
|
+
readonly Complete: {
|
|
865
|
+
readonly key: AXPSystemActionType.Complete;
|
|
866
|
+
readonly title: string;
|
|
867
|
+
readonly icon: "fa-light fa-check";
|
|
868
|
+
readonly color: "success";
|
|
869
|
+
readonly descriptions: {
|
|
870
|
+
readonly title: string;
|
|
871
|
+
readonly tooltip: string;
|
|
872
|
+
readonly permission: string;
|
|
873
|
+
readonly audit: string;
|
|
874
|
+
};
|
|
875
|
+
};
|
|
876
|
+
readonly Save: {
|
|
877
|
+
readonly key: AXPSystemActionType.Save;
|
|
878
|
+
readonly title: string;
|
|
879
|
+
readonly icon: "fa-light fa-floppy-disk";
|
|
880
|
+
readonly color: "primary";
|
|
881
|
+
readonly descriptions: {
|
|
882
|
+
readonly title: string;
|
|
883
|
+
readonly tooltip: string;
|
|
884
|
+
readonly permission: string;
|
|
885
|
+
readonly audit: string;
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
readonly SaveAs: {
|
|
889
|
+
readonly key: AXPSystemActionType.SaveAs;
|
|
890
|
+
readonly title: string;
|
|
891
|
+
readonly icon: "fa-light fa-floppy-disk";
|
|
892
|
+
readonly color: "default";
|
|
893
|
+
readonly descriptions: {
|
|
894
|
+
readonly title: string;
|
|
895
|
+
readonly tooltip: string;
|
|
896
|
+
readonly permission: string;
|
|
897
|
+
readonly audit: string;
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
readonly Sync: {
|
|
901
|
+
readonly key: AXPSystemActionType.Sync;
|
|
902
|
+
readonly title: string;
|
|
903
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
904
|
+
readonly color: "default";
|
|
905
|
+
readonly descriptions: {
|
|
906
|
+
readonly title: string;
|
|
907
|
+
readonly tooltip: string;
|
|
908
|
+
readonly permission: string;
|
|
909
|
+
readonly audit: string;
|
|
910
|
+
};
|
|
911
|
+
};
|
|
912
|
+
readonly Reset: {
|
|
913
|
+
readonly key: AXPSystemActionType.Reset;
|
|
914
|
+
readonly title: string;
|
|
915
|
+
readonly icon: "fa-light fa-arrow-rotate-left";
|
|
916
|
+
readonly color: "warning";
|
|
917
|
+
readonly critical: true;
|
|
918
|
+
readonly descriptions: {
|
|
919
|
+
readonly title: string;
|
|
920
|
+
readonly tooltip: string;
|
|
921
|
+
readonly permission: string;
|
|
922
|
+
readonly audit: string;
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
readonly Clear: {
|
|
926
|
+
readonly key: AXPSystemActionType.Clear;
|
|
927
|
+
readonly title: string;
|
|
928
|
+
readonly icon: "fa-light fa-eraser";
|
|
929
|
+
readonly color: "default";
|
|
930
|
+
readonly descriptions: {
|
|
931
|
+
readonly title: string;
|
|
616
932
|
readonly tooltip: string;
|
|
617
933
|
readonly permission: string;
|
|
618
934
|
readonly audit: string;
|
|
@@ -628,6 +944,19 @@ declare function resolveActionLook(actionType: string): {
|
|
|
628
944
|
color: AXStyleColorType;
|
|
629
945
|
icon: string;
|
|
630
946
|
};
|
|
947
|
+
/**
|
|
948
|
+
* Resolves the title, description, icon and color for button actions
|
|
949
|
+
* using the system actions from the core module.
|
|
950
|
+
* @param actionType
|
|
951
|
+
* @returns
|
|
952
|
+
*/
|
|
953
|
+
declare function getActionButton(actionType: string): {
|
|
954
|
+
name: string;
|
|
955
|
+
title: string;
|
|
956
|
+
description: string;
|
|
957
|
+
icon: string;
|
|
958
|
+
color: string;
|
|
959
|
+
};
|
|
631
960
|
|
|
632
961
|
interface AXPColumnQuery {
|
|
633
962
|
name: string;
|
|
@@ -690,11 +1019,11 @@ interface AXPQueryRequest {
|
|
|
690
1019
|
};
|
|
691
1020
|
}
|
|
692
1021
|
type AXPDataType = 'string' | 'number' | 'object' | 'boolean' | 'array';
|
|
693
|
-
interface AXPCategoryEntity {
|
|
694
|
-
id:
|
|
1022
|
+
interface AXPCategoryEntity<TKey = string> {
|
|
1023
|
+
id: TKey;
|
|
695
1024
|
title: string;
|
|
696
1025
|
description?: string;
|
|
697
|
-
parentId?:
|
|
1026
|
+
parentId?: TKey;
|
|
698
1027
|
childCount: number;
|
|
699
1028
|
}
|
|
700
1029
|
interface AXPCategoryEntityWithItems<T> extends AXPCategoryEntity {
|
|
@@ -1028,6 +1357,16 @@ declare enum AXPExportTemplateToken {
|
|
|
1028
1357
|
UUID = "{uuid}"
|
|
1029
1358
|
}
|
|
1030
1359
|
|
|
1360
|
+
interface AXPMiddlewareErrorResponse {
|
|
1361
|
+
success: false;
|
|
1362
|
+
error: {
|
|
1363
|
+
code?: string;
|
|
1364
|
+
message: string;
|
|
1365
|
+
status?: number;
|
|
1366
|
+
details?: any;
|
|
1367
|
+
};
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1031
1370
|
interface AXPDataSourceDataFieldDefinition {
|
|
1032
1371
|
name: string;
|
|
1033
1372
|
title: string;
|
|
@@ -1409,5 +1748,5 @@ declare class AXPHookService {
|
|
|
1409
1748
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPHookService>;
|
|
1410
1749
|
}
|
|
1411
1750
|
|
|
1412
|
-
export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPComponentLogoConfig, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPGridLayoutDirective, AXPHookService, AXPImageUrlLogoConfig, AXPPlatformScope, AXPSystemActionType, AXPSystemActions, AXP_ACTIVITY_LOG_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, cleanDeep, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getSystemActions, objectKeyValueTransforms, resolveActionLook, resolvePlatformScopeKey, resolvePlatformScopeName, setSmart };
|
|
1413
|
-
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };
|
|
1751
|
+
export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPComponentLogoConfig, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPGridLayoutDirective, AXPHookService, AXPImageUrlLogoConfig, AXPPlatformScope, AXPSystemActionType, AXPSystemActions, AXP_ACTIVITY_LOG_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, cleanDeep, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getSystemActions, objectKeyValueTransforms, resolveActionLook, resolvePlatformScopeKey, resolvePlatformScopeName, setSmart };
|
|
1752
|
+
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };
|