@genexus/genexus-ide-ui 0.0.141 → 0.0.142
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/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js +78 -0
- package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js +123 -0
- package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-list-selector_2.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-list-selector_2.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/_helpers/list-selector/list-selector-item/list-selector-item.css +8 -10
- package/dist/collection/components/bpm/export-xpdl/export-xpdl.css +574 -0
- package/dist/collection/components/bpm/export-xpdl/export-xpdl.js +238 -0
- package/dist/collection/components/bpm/export-xpdl/export-xpdl.js.map +1 -0
- package/dist/collection/components/bpm/export-xpdl/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.en.json +19 -0
- package/dist/collection/components/bpm/objects-selector/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.en.json +17 -0
- package/dist/collection/components/bpm/objects-selector/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.ja.json +3 -0
- package/dist/collection/components/bpm/objects-selector/helpers.js +17 -0
- package/dist/collection/components/bpm/objects-selector/helpers.js.map +1 -0
- package/dist/collection/components/bpm/objects-selector/objects-selector.css +574 -0
- package/dist/collection/components/bpm/objects-selector/objects-selector.js +259 -0
- package/dist/collection/components/bpm/objects-selector/objects-selector.js.map +1 -0
- package/dist/collection/components/bpm/timer-duration/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.zh.json +3 -0
- package/dist/components/gx-ide-bpm-export-xpdl.d.ts +11 -0
- package/dist/components/gx-ide-bpm-export-xpdl.js +155 -0
- package/dist/components/gx-ide-bpm-export-xpdl.js.map +1 -0
- package/dist/components/gx-ide-bpm-objects-selector.d.ts +11 -0
- package/dist/components/gx-ide-bpm-objects-selector.js +8 -0
- package/dist/components/gx-ide-bpm-objects-selector.js.map +1 -0
- package/dist/components/list-selector-item.js +1 -1
- package/dist/components/list-selector-item.js.map +1 -1
- package/dist/components/objects-selector.js +189 -0
- package/dist/components/objects-selector.js.map +1 -0
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-bpm-export-xpdl.entry.js +74 -0
- package/dist/esm/gx-ide-bpm-export-xpdl.entry.js.map +1 -0
- package/dist/esm/gx-ide-bpm-objects-selector.entry.js +119 -0
- package/dist/esm/gx-ide-bpm-objects-selector.entry.js.map +1 -0
- package/dist/esm/gx-ide-list-selector_2.entry.js +1 -1
- package/dist/esm/gx-ide-list-selector_2.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.en.json +19 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.ja.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.zh.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.en.json +17 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.ja.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.zh.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.ja.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.zh.json +3 -0
- package/dist/genexus-ide-ui/{p-972b18a0.entry.js → p-0e47720b.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-0e47720b.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-7364d5d1.entry.js +109 -0
- package/dist/genexus-ide-ui/p-7364d5d1.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-832a8a94.entry.js +160 -0
- package/dist/genexus-ide-ui/p-832a8a94.entry.js.map +1 -0
- package/dist/types/components/bpm/export-xpdl/export-xpdl.d.ts +66 -0
- package/dist/types/components/bpm/objects-selector/helpers.d.ts +7 -0
- package/dist/types/components/bpm/objects-selector/objects-selector.d.ts +61 -0
- package/dist/types/components.d.ts +215 -52
- package/package.json +1 -1
- package/dist/genexus-ide-ui/p-972b18a0.entry.js.map +0 -1
- /package/dist/collection/components/bpm/{timer-duration/gx-ide-assets/bpm-timer-duration/langs/bpm-timer-duration.lang.ja.json → export-xpdl/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.ja.json} +0 -0
- /package/dist/collection/components/bpm/{timer-duration/gx-ide-assets/bpm-timer-duration/langs/bpm-timer-duration.lang.zh.json → export-xpdl/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.zh.json} +0 -0
- /package/dist/{genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/bpm-timer-duration.lang.zh.json → collection/components/bpm/objects-selector/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.zh.json} +0 -0
- /package/dist/collection/components/bpm/timer-duration/gx-ide-assets/bpm-timer-duration/langs/{bpm-timer-duration.lang.en.json → timer-duration.lang.en.json} +0 -0
- /package/dist/{genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/bpm-timer-duration.lang.ja.json → collection/components/bpm/timer-duration/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.ja.json} +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/{bpm-timer-duration.lang.en.json → timer-duration.lang.en.json} +0 -0
|
@@ -10,7 +10,10 @@ import { MessageType } from "./components/ai-assistant/ai-assistant";
|
|
|
10
10
|
import { Translations } from "./components/ai-assistant/ai-message";
|
|
11
11
|
import { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm/application-declaration/bpm-app-declaration";
|
|
12
12
|
import { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1 } from "./components/bpm/assign-roles/assign-roles";
|
|
13
|
+
import { CancelCallback as CancelCallback2, ExportCallback } from "./components/bpm/export-xpdl/export-xpdl";
|
|
14
|
+
import { ObjectData } from "./components/bpm/objects-selector/helpers";
|
|
13
15
|
import { ImportData } from "./components/bpm/import-files/import-files";
|
|
16
|
+
import { SelectionData } from "./components/bpm/objects-selector/objects-selector";
|
|
14
17
|
import { TimerDuration } from "./components/bpm/timer-duration/timer-duration";
|
|
15
18
|
import { GXServerConnectionData, GXServerConnectionDefault } from "./components/connect-gx-server/connect-gx-server";
|
|
16
19
|
import { ConnectionResultData, EntityData, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
|
|
@@ -20,34 +23,34 @@ import { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
|
20
23
|
import { GXServerConnectionDefault as GXServerConnectionDefault1 } from "./components/connect-gx-server/connect-gx-server";
|
|
21
24
|
import { KBData, KBVersion, VersionOption } from "./components/create-kb-from-server/create-kb-from-server";
|
|
22
25
|
import { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
23
|
-
import { CancelCallback as
|
|
24
|
-
import { CancelCallback as
|
|
26
|
+
import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
27
|
+
import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
25
28
|
import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
26
29
|
import { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
27
|
-
import { CancelCallback as
|
|
30
|
+
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
28
31
|
import { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
|
|
29
32
|
import { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
|
|
30
|
-
import { CancelCallback as
|
|
31
|
-
import { AddObjectsCallback, AddReferencesCallback, CancelCallback as
|
|
32
|
-
import { CancelCallback as
|
|
33
|
+
import { CancelCallback as CancelCallback6, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
34
|
+
import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
|
|
35
|
+
import { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
|
|
33
36
|
import { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
|
|
34
37
|
import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
35
38
|
import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
36
39
|
import { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
|
|
37
40
|
import { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallback as ServerContextMenuCallback1, ServerSelectedCallback as ServerSelectedCallback1 } from "./components/modules/manage-module-references-v2/manage-module-references-v2";
|
|
38
|
-
import { CancelCallback as
|
|
39
|
-
import { CancelCallback as
|
|
40
|
-
import { CancelCallback as
|
|
41
|
-
import { CancelCallback as
|
|
41
|
+
import { CancelCallback as CancelCallback9, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
|
|
42
|
+
import { CancelCallback as CancelCallback10, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
|
|
43
|
+
import { CancelCallback as CancelCallback11, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
44
|
+
import { CancelCallback as CancelCallback12, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
|
|
42
45
|
import { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
|
|
43
|
-
import { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
46
|
+
import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
44
47
|
import { CreateKBCallback } from "./components/share-kb/share-kb";
|
|
45
48
|
import { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNewsCallback as OpenNewsCallback1, RecentKBData } from "./components/start-page/start-page";
|
|
46
49
|
import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
47
50
|
import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
|
|
48
51
|
import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
49
52
|
import { ConfirmCallback as ConfirmCallback5, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
|
|
50
|
-
import { AddCallback, CancelCallback as
|
|
53
|
+
import { AddCallback, CancelCallback as CancelCallback13, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
51
54
|
import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
52
55
|
import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
|
|
53
56
|
import { ConfigurationType, WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -57,7 +60,10 @@ export { MessageType } from "./components/ai-assistant/ai-assistant";
|
|
|
57
60
|
export { Translations } from "./components/ai-assistant/ai-message";
|
|
58
61
|
export { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm/application-declaration/bpm-app-declaration";
|
|
59
62
|
export { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1 } from "./components/bpm/assign-roles/assign-roles";
|
|
63
|
+
export { CancelCallback as CancelCallback2, ExportCallback } from "./components/bpm/export-xpdl/export-xpdl";
|
|
64
|
+
export { ObjectData } from "./components/bpm/objects-selector/helpers";
|
|
60
65
|
export { ImportData } from "./components/bpm/import-files/import-files";
|
|
66
|
+
export { SelectionData } from "./components/bpm/objects-selector/objects-selector";
|
|
61
67
|
export { TimerDuration } from "./components/bpm/timer-duration/timer-duration";
|
|
62
68
|
export { GXServerConnectionData, GXServerConnectionDefault } from "./components/connect-gx-server/connect-gx-server";
|
|
63
69
|
export { ConnectionResultData, EntityData, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
|
|
@@ -67,34 +73,34 @@ export { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
|
67
73
|
export { GXServerConnectionDefault as GXServerConnectionDefault1 } from "./components/connect-gx-server/connect-gx-server";
|
|
68
74
|
export { KBData, KBVersion, VersionOption } from "./components/create-kb-from-server/create-kb-from-server";
|
|
69
75
|
export { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
70
|
-
export { CancelCallback as
|
|
71
|
-
export { CancelCallback as
|
|
76
|
+
export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
77
|
+
export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
72
78
|
export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
73
79
|
export { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
74
|
-
export { CancelCallback as
|
|
80
|
+
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
75
81
|
export { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
|
|
76
82
|
export { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
|
|
77
|
-
export { CancelCallback as
|
|
78
|
-
export { AddObjectsCallback, AddReferencesCallback, CancelCallback as
|
|
79
|
-
export { CancelCallback as
|
|
83
|
+
export { CancelCallback as CancelCallback6, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
84
|
+
export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
|
|
85
|
+
export { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
|
|
80
86
|
export { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
|
|
81
87
|
export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
82
88
|
export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
83
89
|
export { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
|
|
84
90
|
export { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallback as ServerContextMenuCallback1, ServerSelectedCallback as ServerSelectedCallback1 } from "./components/modules/manage-module-references-v2/manage-module-references-v2";
|
|
85
|
-
export { CancelCallback as
|
|
86
|
-
export { CancelCallback as
|
|
87
|
-
export { CancelCallback as
|
|
88
|
-
export { CancelCallback as
|
|
91
|
+
export { CancelCallback as CancelCallback9, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
|
|
92
|
+
export { CancelCallback as CancelCallback10, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
|
|
93
|
+
export { CancelCallback as CancelCallback11, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
94
|
+
export { CancelCallback as CancelCallback12, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
|
|
89
95
|
export { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
|
|
90
|
-
export { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
96
|
+
export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
91
97
|
export { CreateKBCallback } from "./components/share-kb/share-kb";
|
|
92
98
|
export { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNewsCallback as OpenNewsCallback1, RecentKBData } from "./components/start-page/start-page";
|
|
93
99
|
export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
94
100
|
export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
|
|
95
101
|
export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
96
102
|
export { ConfirmCallback as ConfirmCallback5, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
|
|
97
|
-
export { AddCallback, CancelCallback as
|
|
103
|
+
export { AddCallback, CancelCallback as CancelCallback13, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
98
104
|
export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
99
105
|
export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
|
|
100
106
|
export { ConfigurationType, WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -216,6 +222,33 @@ export namespace Components {
|
|
|
216
222
|
*/
|
|
217
223
|
"roles": string[];
|
|
218
224
|
}
|
|
225
|
+
interface GxIdeBpmExportXpdl {
|
|
226
|
+
/**
|
|
227
|
+
* Callback invoked when the user presses the 'Add' button. associated with gx-ide-bpm-objects-selector This function is expected to return a list of selected objects' basic information.
|
|
228
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
229
|
+
*/
|
|
230
|
+
"addCallback": () => Promise<ObjectData[]>;
|
|
231
|
+
/**
|
|
232
|
+
* Callback invoked when user press 'Cancel' button
|
|
233
|
+
*/
|
|
234
|
+
"cancelCallback": CancelCallback2;
|
|
235
|
+
/**
|
|
236
|
+
* If true it displays the component title on the header
|
|
237
|
+
*/
|
|
238
|
+
"displayTitle": false;
|
|
239
|
+
/**
|
|
240
|
+
* Callback function invoked when the user presses the 'Create' button. This function is expected to handle the export process based on the provided export data.
|
|
241
|
+
* @param exportData - The data required for the export process.
|
|
242
|
+
* @returns A promise that resolves to a boolean indicating the success of the export operation. Returns `true` if the export was successful, and `false` otherwise.
|
|
243
|
+
*/
|
|
244
|
+
"exportCallback": ExportCallback;
|
|
245
|
+
/**
|
|
246
|
+
* Callback invoked when the user presses the 'References' button. associated with gx-ide-bpm-objects-selector Receives a parameter which is an array of IDs of the objects currently added to the list. Returns a Promise that resolves to an array of ObjectData, where each ObjectData contains the ID, icon, and name of an object.
|
|
247
|
+
* @param ids - An array of IDs of the objects currently added to the list.
|
|
248
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
249
|
+
*/
|
|
250
|
+
"referencesCallback": (ids: string[]) => Promise<ObjectData[]>;
|
|
251
|
+
}
|
|
219
252
|
interface GxIdeBpmImportFiles {
|
|
220
253
|
/**
|
|
221
254
|
* Allowed extensions when 'Add files' button is pressed
|
|
@@ -240,6 +273,27 @@ export namespace Components {
|
|
|
240
273
|
*/
|
|
241
274
|
"displayTitle": false;
|
|
242
275
|
}
|
|
276
|
+
interface GxIdeBpmObjectsSelector {
|
|
277
|
+
/**
|
|
278
|
+
* Callback invoked when the user presses the 'Add' button. This function is expected to return a list of selected objects' basic information.
|
|
279
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
280
|
+
*/
|
|
281
|
+
"addCallback": () => Promise<ObjectData[]>;
|
|
282
|
+
/**
|
|
283
|
+
* If true it displays the component title on the header
|
|
284
|
+
*/
|
|
285
|
+
"displayTitle": false;
|
|
286
|
+
/**
|
|
287
|
+
* Callback invoked when the user presses the 'References' button. Receives a parameter which is an array of IDs of the objects currently added to the list. Returns a Promise that resolves to an array of ObjectData, where each ObjectData contains the ID, icon, and name of an object.
|
|
288
|
+
* @param ids - An array of IDs of the objects currently added to the list.
|
|
289
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
290
|
+
*/
|
|
291
|
+
"referencesCallback": (ids: string[]) => Promise<ObjectData[]>;
|
|
292
|
+
/**
|
|
293
|
+
* The current selection in the list of objects
|
|
294
|
+
*/
|
|
295
|
+
"selection": SelectionData;
|
|
296
|
+
}
|
|
243
297
|
interface GxIdeBpmTimerDuration {
|
|
244
298
|
/**
|
|
245
299
|
* Callback invoked when user cancels application declaration
|
|
@@ -535,7 +589,7 @@ export namespace Components {
|
|
|
535
589
|
/**
|
|
536
590
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
537
591
|
*/
|
|
538
|
-
"cancelCallback":
|
|
592
|
+
"cancelCallback": CancelCallback3;
|
|
539
593
|
/**
|
|
540
594
|
* Callback invoked when the user presses the 'OK' button
|
|
541
595
|
*/
|
|
@@ -581,7 +635,7 @@ export namespace Components {
|
|
|
581
635
|
/**
|
|
582
636
|
* This is a function provided by the developer that cancel the load operation.
|
|
583
637
|
*/
|
|
584
|
-
"cancelCallback":
|
|
638
|
+
"cancelCallback": CancelCallback4;
|
|
585
639
|
/**
|
|
586
640
|
* This is a function provided by the developer that init the process of import a design.
|
|
587
641
|
*/
|
|
@@ -677,7 +731,7 @@ export namespace Components {
|
|
|
677
731
|
/**
|
|
678
732
|
* Cancel callback
|
|
679
733
|
*/
|
|
680
|
-
"cancelCallback":
|
|
734
|
+
"cancelCallback": CancelCallback5;
|
|
681
735
|
/**
|
|
682
736
|
* Confirm callback
|
|
683
737
|
*/
|
|
@@ -767,7 +821,7 @@ export namespace Components {
|
|
|
767
821
|
/**
|
|
768
822
|
* Callback invoked when the user wants to cancel the exportation process
|
|
769
823
|
*/
|
|
770
|
-
"cancelCallback":
|
|
824
|
+
"cancelCallback": CancelCallback6;
|
|
771
825
|
/**
|
|
772
826
|
* Specifies the configuration type to be used
|
|
773
827
|
*/
|
|
@@ -804,7 +858,7 @@ export namespace Components {
|
|
|
804
858
|
* Callback invoked when the user wants to cancel the export process.
|
|
805
859
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
806
860
|
*/
|
|
807
|
-
"cancelCallback":
|
|
861
|
+
"cancelCallback": CancelCallback7;
|
|
808
862
|
/**
|
|
809
863
|
* If true it displays the component title on the header
|
|
810
864
|
*/
|
|
@@ -815,7 +869,7 @@ export namespace Components {
|
|
|
815
869
|
* @param itemIds :string[] The selected item ids
|
|
816
870
|
* @returns : It returns a boolean indicating whether the process was successful
|
|
817
871
|
*/
|
|
818
|
-
"exportCallback":
|
|
872
|
+
"exportCallback": ExportCallback1;
|
|
819
873
|
/**
|
|
820
874
|
* Callback invoked when the user wants to access the export options.
|
|
821
875
|
*/
|
|
@@ -850,7 +904,7 @@ export namespace Components {
|
|
|
850
904
|
* Callback invoked when the user wants to cancel the export process.
|
|
851
905
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
852
906
|
*/
|
|
853
|
-
"cancelCallback":
|
|
907
|
+
"cancelCallback": CancelCallback8;
|
|
854
908
|
/**
|
|
855
909
|
* If true it displays the component title on the header
|
|
856
910
|
*/
|
|
@@ -1040,7 +1094,7 @@ export namespace Components {
|
|
|
1040
1094
|
/**
|
|
1041
1095
|
* Callback that will be invoked when user wants to cancel
|
|
1042
1096
|
*/
|
|
1043
|
-
"cancelCallback":
|
|
1097
|
+
"cancelCallback": CancelCallback9;
|
|
1044
1098
|
/**
|
|
1045
1099
|
* Callback that will be invoked when user confirms the KB creation
|
|
1046
1100
|
*/
|
|
@@ -1107,7 +1161,7 @@ export namespace Components {
|
|
|
1107
1161
|
/**
|
|
1108
1162
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
1109
1163
|
*/
|
|
1110
|
-
"cancelCallback":
|
|
1164
|
+
"cancelCallback": CancelCallback10;
|
|
1111
1165
|
/**
|
|
1112
1166
|
* DB Collations
|
|
1113
1167
|
*/
|
|
@@ -1201,7 +1255,7 @@ export namespace Components {
|
|
|
1201
1255
|
/**
|
|
1202
1256
|
* Callback invoked when user wants to confirm object creation
|
|
1203
1257
|
*/
|
|
1204
|
-
"cancelCallback":
|
|
1258
|
+
"cancelCallback": CancelCallback11;
|
|
1205
1259
|
/**
|
|
1206
1260
|
* Callback invoked when user wants to cancel object creation
|
|
1207
1261
|
*/
|
|
@@ -1247,7 +1301,7 @@ export namespace Components {
|
|
|
1247
1301
|
/**
|
|
1248
1302
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
1249
1303
|
*/
|
|
1250
|
-
"cancelCallback":
|
|
1304
|
+
"cancelCallback": CancelCallback12;
|
|
1251
1305
|
/**
|
|
1252
1306
|
* The categories render in the filter category selector
|
|
1253
1307
|
*/
|
|
@@ -1343,7 +1397,7 @@ export namespace Components {
|
|
|
1343
1397
|
/**
|
|
1344
1398
|
* Currently selected object
|
|
1345
1399
|
*/
|
|
1346
|
-
"selectedObject"?:
|
|
1400
|
+
"selectedObject"?: ObjectData1;
|
|
1347
1401
|
/**
|
|
1348
1402
|
* Callback invoked when user writes on object selector input, return possible options to show in autocomplete list
|
|
1349
1403
|
*/
|
|
@@ -1581,7 +1635,7 @@ export namespace Components {
|
|
|
1581
1635
|
/**
|
|
1582
1636
|
* This is a function provided by the developer for execute when cancel button is pressed.
|
|
1583
1637
|
*/
|
|
1584
|
-
"cancelCallback":
|
|
1638
|
+
"cancelCallback": CancelCallback13;
|
|
1585
1639
|
/**
|
|
1586
1640
|
* This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
|
|
1587
1641
|
*/
|
|
@@ -1593,7 +1647,7 @@ export namespace Components {
|
|
|
1593
1647
|
/**
|
|
1594
1648
|
* The categories render in the filter category selector
|
|
1595
1649
|
*/
|
|
1596
|
-
"selection":
|
|
1650
|
+
"selection": ObjectData2[];
|
|
1597
1651
|
/**
|
|
1598
1652
|
* Validate necessary data input
|
|
1599
1653
|
*/
|
|
@@ -1790,6 +1844,10 @@ export interface GxIdeBpmAssignRolesCustomEvent<T> extends CustomEvent<T> {
|
|
|
1790
1844
|
detail: T;
|
|
1791
1845
|
target: HTMLGxIdeBpmAssignRolesElement;
|
|
1792
1846
|
}
|
|
1847
|
+
export interface GxIdeBpmExportXpdlCustomEvent<T> extends CustomEvent<T> {
|
|
1848
|
+
detail: T;
|
|
1849
|
+
target: HTMLGxIdeBpmExportXpdlElement;
|
|
1850
|
+
}
|
|
1793
1851
|
export interface GxIdeBpmImportFilesCustomEvent<T> extends CustomEvent<T> {
|
|
1794
1852
|
detail: T;
|
|
1795
1853
|
target: HTMLGxIdeBpmImportFilesElement;
|
|
@@ -1798,6 +1856,10 @@ export interface GxIdeBpmImportGxpmCustomEvent<T> extends CustomEvent<T> {
|
|
|
1798
1856
|
detail: T;
|
|
1799
1857
|
target: HTMLGxIdeBpmImportGxpmElement;
|
|
1800
1858
|
}
|
|
1859
|
+
export interface GxIdeBpmObjectsSelectorCustomEvent<T> extends CustomEvent<T> {
|
|
1860
|
+
detail: T;
|
|
1861
|
+
target: HTMLGxIdeBpmObjectsSelectorElement;
|
|
1862
|
+
}
|
|
1801
1863
|
export interface GxIdeBpmTimerDurationCustomEvent<T> extends CustomEvent<T> {
|
|
1802
1864
|
detail: T;
|
|
1803
1865
|
target: HTMLGxIdeBpmTimerDurationElement;
|
|
@@ -1984,6 +2046,23 @@ declare global {
|
|
|
1984
2046
|
prototype: HTMLGxIdeBpmAssignRolesElement;
|
|
1985
2047
|
new (): HTMLGxIdeBpmAssignRolesElement;
|
|
1986
2048
|
};
|
|
2049
|
+
interface HTMLGxIdeBpmExportXpdlElementEventMap {
|
|
2050
|
+
"componentDidRenderFirstTime": string;
|
|
2051
|
+
}
|
|
2052
|
+
interface HTMLGxIdeBpmExportXpdlElement extends Components.GxIdeBpmExportXpdl, HTMLStencilElement {
|
|
2053
|
+
addEventListener<K extends keyof HTMLGxIdeBpmExportXpdlElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmExportXpdlElement, ev: GxIdeBpmExportXpdlCustomEvent<HTMLGxIdeBpmExportXpdlElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2054
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2055
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2056
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2057
|
+
removeEventListener<K extends keyof HTMLGxIdeBpmExportXpdlElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmExportXpdlElement, ev: GxIdeBpmExportXpdlCustomEvent<HTMLGxIdeBpmExportXpdlElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2058
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2059
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2060
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2061
|
+
}
|
|
2062
|
+
var HTMLGxIdeBpmExportXpdlElement: {
|
|
2063
|
+
prototype: HTMLGxIdeBpmExportXpdlElement;
|
|
2064
|
+
new (): HTMLGxIdeBpmExportXpdlElement;
|
|
2065
|
+
};
|
|
1987
2066
|
interface HTMLGxIdeBpmImportFilesElementEventMap {
|
|
1988
2067
|
"componentDidRenderFirstTime": string;
|
|
1989
2068
|
"selectionChanged": void;
|
|
@@ -2019,6 +2098,24 @@ declare global {
|
|
|
2019
2098
|
prototype: HTMLGxIdeBpmImportGxpmElement;
|
|
2020
2099
|
new (): HTMLGxIdeBpmImportGxpmElement;
|
|
2021
2100
|
};
|
|
2101
|
+
interface HTMLGxIdeBpmObjectsSelectorElementEventMap {
|
|
2102
|
+
"componentDidRenderFirstTime": HTMLGxIdeBpmObjectsSelectorElement;
|
|
2103
|
+
"selectionChanged": string;
|
|
2104
|
+
}
|
|
2105
|
+
interface HTMLGxIdeBpmObjectsSelectorElement extends Components.GxIdeBpmObjectsSelector, HTMLStencilElement {
|
|
2106
|
+
addEventListener<K extends keyof HTMLGxIdeBpmObjectsSelectorElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmObjectsSelectorElement, ev: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2107
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2108
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2109
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2110
|
+
removeEventListener<K extends keyof HTMLGxIdeBpmObjectsSelectorElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmObjectsSelectorElement, ev: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2111
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2112
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2113
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2114
|
+
}
|
|
2115
|
+
var HTMLGxIdeBpmObjectsSelectorElement: {
|
|
2116
|
+
prototype: HTMLGxIdeBpmObjectsSelectorElement;
|
|
2117
|
+
new (): HTMLGxIdeBpmObjectsSelectorElement;
|
|
2118
|
+
};
|
|
2022
2119
|
interface HTMLGxIdeBpmTimerDurationElementEventMap {
|
|
2023
2120
|
"componentDidRenderFirstTime": string;
|
|
2024
2121
|
}
|
|
@@ -2636,8 +2733,10 @@ declare global {
|
|
|
2636
2733
|
"gx-ide-ai-message": HTMLGxIdeAiMessageElement;
|
|
2637
2734
|
"gx-ide-bpm-app-declaration": HTMLGxIdeBpmAppDeclarationElement;
|
|
2638
2735
|
"gx-ide-bpm-assign-roles": HTMLGxIdeBpmAssignRolesElement;
|
|
2736
|
+
"gx-ide-bpm-export-xpdl": HTMLGxIdeBpmExportXpdlElement;
|
|
2639
2737
|
"gx-ide-bpm-import-files": HTMLGxIdeBpmImportFilesElement;
|
|
2640
2738
|
"gx-ide-bpm-import-gxpm": HTMLGxIdeBpmImportGxpmElement;
|
|
2739
|
+
"gx-ide-bpm-objects-selector": HTMLGxIdeBpmObjectsSelectorElement;
|
|
2641
2740
|
"gx-ide-bpm-timer-duration": HTMLGxIdeBpmTimerDurationElement;
|
|
2642
2741
|
"gx-ide-card": HTMLGxIdeCardElement;
|
|
2643
2742
|
"gx-ide-connect-gx-server": HTMLGxIdeConnectGxServerElement;
|
|
@@ -2802,6 +2901,37 @@ declare namespace LocalJSX {
|
|
|
2802
2901
|
*/
|
|
2803
2902
|
"roles"?: string[];
|
|
2804
2903
|
}
|
|
2904
|
+
interface GxIdeBpmExportXpdl {
|
|
2905
|
+
/**
|
|
2906
|
+
* Callback invoked when the user presses the 'Add' button. associated with gx-ide-bpm-objects-selector This function is expected to return a list of selected objects' basic information.
|
|
2907
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
2908
|
+
*/
|
|
2909
|
+
"addCallback"?: () => Promise<ObjectData[]>;
|
|
2910
|
+
/**
|
|
2911
|
+
* Callback invoked when user press 'Cancel' button
|
|
2912
|
+
*/
|
|
2913
|
+
"cancelCallback"?: CancelCallback2;
|
|
2914
|
+
/**
|
|
2915
|
+
* If true it displays the component title on the header
|
|
2916
|
+
*/
|
|
2917
|
+
"displayTitle"?: false;
|
|
2918
|
+
/**
|
|
2919
|
+
* Callback function invoked when the user presses the 'Create' button. This function is expected to handle the export process based on the provided export data.
|
|
2920
|
+
* @param exportData - The data required for the export process.
|
|
2921
|
+
* @returns A promise that resolves to a boolean indicating the success of the export operation. Returns `true` if the export was successful, and `false` otherwise.
|
|
2922
|
+
*/
|
|
2923
|
+
"exportCallback"?: ExportCallback;
|
|
2924
|
+
/**
|
|
2925
|
+
* @description Gets fired when the component has rendered for the first time.
|
|
2926
|
+
*/
|
|
2927
|
+
"onComponentDidRenderFirstTime"?: (event: GxIdeBpmExportXpdlCustomEvent<string>) => void;
|
|
2928
|
+
/**
|
|
2929
|
+
* Callback invoked when the user presses the 'References' button. associated with gx-ide-bpm-objects-selector Receives a parameter which is an array of IDs of the objects currently added to the list. Returns a Promise that resolves to an array of ObjectData, where each ObjectData contains the ID, icon, and name of an object.
|
|
2930
|
+
* @param ids - An array of IDs of the objects currently added to the list.
|
|
2931
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
2932
|
+
*/
|
|
2933
|
+
"referencesCallback"?: (ids: string[]) => Promise<ObjectData[]>;
|
|
2934
|
+
}
|
|
2805
2935
|
interface GxIdeBpmImportFiles {
|
|
2806
2936
|
/**
|
|
2807
2937
|
* Allowed extensions when 'Add files' button is pressed
|
|
@@ -2838,6 +2968,35 @@ declare namespace LocalJSX {
|
|
|
2838
2968
|
*/
|
|
2839
2969
|
"onComponentDidRenderFirstTime"?: (event: GxIdeBpmImportGxpmCustomEvent<string>) => void;
|
|
2840
2970
|
}
|
|
2971
|
+
interface GxIdeBpmObjectsSelector {
|
|
2972
|
+
/**
|
|
2973
|
+
* Callback invoked when the user presses the 'Add' button. This function is expected to return a list of selected objects' basic information.
|
|
2974
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
2975
|
+
*/
|
|
2976
|
+
"addCallback"?: () => Promise<ObjectData[]>;
|
|
2977
|
+
/**
|
|
2978
|
+
* If true it displays the component title on the header
|
|
2979
|
+
*/
|
|
2980
|
+
"displayTitle"?: false;
|
|
2981
|
+
/**
|
|
2982
|
+
* @description Gets fired when the component has rendered for the first time.
|
|
2983
|
+
*/
|
|
2984
|
+
"onComponentDidRenderFirstTime"?: (event: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElement>) => void;
|
|
2985
|
+
/**
|
|
2986
|
+
* @description Gets fired when the objects selection list change or when 'Select All' checkbox state changes.
|
|
2987
|
+
*/
|
|
2988
|
+
"onSelectionChanged"?: (event: GxIdeBpmObjectsSelectorCustomEvent<string>) => void;
|
|
2989
|
+
/**
|
|
2990
|
+
* Callback invoked when the user presses the 'References' button. Receives a parameter which is an array of IDs of the objects currently added to the list. Returns a Promise that resolves to an array of ObjectData, where each ObjectData contains the ID, icon, and name of an object.
|
|
2991
|
+
* @param ids - An array of IDs of the objects currently added to the list.
|
|
2992
|
+
* @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
|
|
2993
|
+
*/
|
|
2994
|
+
"referencesCallback"?: (ids: string[]) => Promise<ObjectData[]>;
|
|
2995
|
+
/**
|
|
2996
|
+
* The current selection in the list of objects
|
|
2997
|
+
*/
|
|
2998
|
+
"selection"?: SelectionData;
|
|
2999
|
+
}
|
|
2841
3000
|
interface GxIdeBpmTimerDuration {
|
|
2842
3001
|
/**
|
|
2843
3002
|
* Callback invoked when user cancels application declaration
|
|
@@ -3153,7 +3312,7 @@ declare namespace LocalJSX {
|
|
|
3153
3312
|
/**
|
|
3154
3313
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
3155
3314
|
*/
|
|
3156
|
-
"cancelCallback":
|
|
3315
|
+
"cancelCallback": CancelCallback3;
|
|
3157
3316
|
/**
|
|
3158
3317
|
* Callback invoked when the user presses the 'OK' button
|
|
3159
3318
|
*/
|
|
@@ -3199,7 +3358,7 @@ declare namespace LocalJSX {
|
|
|
3199
3358
|
/**
|
|
3200
3359
|
* This is a function provided by the developer that cancel the load operation.
|
|
3201
3360
|
*/
|
|
3202
|
-
"cancelCallback":
|
|
3361
|
+
"cancelCallback": CancelCallback4;
|
|
3203
3362
|
/**
|
|
3204
3363
|
* This is a function provided by the developer that init the process of import a design.
|
|
3205
3364
|
*/
|
|
@@ -3295,7 +3454,7 @@ declare namespace LocalJSX {
|
|
|
3295
3454
|
/**
|
|
3296
3455
|
* Cancel callback
|
|
3297
3456
|
*/
|
|
3298
|
-
"cancelCallback"?:
|
|
3457
|
+
"cancelCallback"?: CancelCallback5;
|
|
3299
3458
|
/**
|
|
3300
3459
|
* Confirm callback
|
|
3301
3460
|
*/
|
|
@@ -3393,7 +3552,7 @@ declare namespace LocalJSX {
|
|
|
3393
3552
|
/**
|
|
3394
3553
|
* Callback invoked when the user wants to cancel the exportation process
|
|
3395
3554
|
*/
|
|
3396
|
-
"cancelCallback"?:
|
|
3555
|
+
"cancelCallback"?: CancelCallback6;
|
|
3397
3556
|
/**
|
|
3398
3557
|
* Specifies the configuration type to be used
|
|
3399
3558
|
*/
|
|
@@ -3434,7 +3593,7 @@ declare namespace LocalJSX {
|
|
|
3434
3593
|
* Callback invoked when the user wants to cancel the export process.
|
|
3435
3594
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
3436
3595
|
*/
|
|
3437
|
-
"cancelCallback"?:
|
|
3596
|
+
"cancelCallback"?: CancelCallback7;
|
|
3438
3597
|
/**
|
|
3439
3598
|
* If true it displays the component title on the header
|
|
3440
3599
|
*/
|
|
@@ -3445,7 +3604,7 @@ declare namespace LocalJSX {
|
|
|
3445
3604
|
* @param itemIds :string[] The selected item ids
|
|
3446
3605
|
* @returns : It returns a boolean indicating whether the process was successful
|
|
3447
3606
|
*/
|
|
3448
|
-
"exportCallback"?:
|
|
3607
|
+
"exportCallback"?: ExportCallback1;
|
|
3449
3608
|
/**
|
|
3450
3609
|
* Callback invoked when the user wants to access the export options.
|
|
3451
3610
|
*/
|
|
@@ -3484,7 +3643,7 @@ declare namespace LocalJSX {
|
|
|
3484
3643
|
* Callback invoked when the user wants to cancel the export process.
|
|
3485
3644
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
3486
3645
|
*/
|
|
3487
|
-
"cancelCallback"?:
|
|
3646
|
+
"cancelCallback"?: CancelCallback8;
|
|
3488
3647
|
/**
|
|
3489
3648
|
* If true it displays the component title on the header
|
|
3490
3649
|
*/
|
|
@@ -3694,7 +3853,7 @@ declare namespace LocalJSX {
|
|
|
3694
3853
|
/**
|
|
3695
3854
|
* Callback that will be invoked when user wants to cancel
|
|
3696
3855
|
*/
|
|
3697
|
-
"cancelCallback"?:
|
|
3856
|
+
"cancelCallback"?: CancelCallback9;
|
|
3698
3857
|
/**
|
|
3699
3858
|
* Callback that will be invoked when user confirms the KB creation
|
|
3700
3859
|
*/
|
|
@@ -3761,7 +3920,7 @@ declare namespace LocalJSX {
|
|
|
3761
3920
|
/**
|
|
3762
3921
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
3763
3922
|
*/
|
|
3764
|
-
"cancelCallback"?:
|
|
3923
|
+
"cancelCallback"?: CancelCallback10;
|
|
3765
3924
|
/**
|
|
3766
3925
|
* DB Collations
|
|
3767
3926
|
*/
|
|
@@ -3855,7 +4014,7 @@ declare namespace LocalJSX {
|
|
|
3855
4014
|
/**
|
|
3856
4015
|
* Callback invoked when user wants to confirm object creation
|
|
3857
4016
|
*/
|
|
3858
|
-
"cancelCallback"?:
|
|
4017
|
+
"cancelCallback"?: CancelCallback11;
|
|
3859
4018
|
/**
|
|
3860
4019
|
* Callback invoked when user wants to cancel object creation
|
|
3861
4020
|
*/
|
|
@@ -3917,7 +4076,7 @@ declare namespace LocalJSX {
|
|
|
3917
4076
|
/**
|
|
3918
4077
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
3919
4078
|
*/
|
|
3920
|
-
"cancelCallback":
|
|
4079
|
+
"cancelCallback": CancelCallback12;
|
|
3921
4080
|
/**
|
|
3922
4081
|
* The categories render in the filter category selector
|
|
3923
4082
|
*/
|
|
@@ -4017,7 +4176,7 @@ declare namespace LocalJSX {
|
|
|
4017
4176
|
/**
|
|
4018
4177
|
* Currently selected object
|
|
4019
4178
|
*/
|
|
4020
|
-
"selectedObject"?:
|
|
4179
|
+
"selectedObject"?: ObjectData1;
|
|
4021
4180
|
/**
|
|
4022
4181
|
* Callback invoked when user writes on object selector input, return possible options to show in autocomplete list
|
|
4023
4182
|
*/
|
|
@@ -4283,7 +4442,7 @@ declare namespace LocalJSX {
|
|
|
4283
4442
|
/**
|
|
4284
4443
|
* This is a function provided by the developer for execute when cancel button is pressed.
|
|
4285
4444
|
*/
|
|
4286
|
-
"cancelCallback":
|
|
4445
|
+
"cancelCallback": CancelCallback13;
|
|
4287
4446
|
/**
|
|
4288
4447
|
* This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
|
|
4289
4448
|
*/
|
|
@@ -4303,7 +4462,7 @@ declare namespace LocalJSX {
|
|
|
4303
4462
|
/**
|
|
4304
4463
|
* The categories render in the filter category selector
|
|
4305
4464
|
*/
|
|
4306
|
-
"selection"?:
|
|
4465
|
+
"selection"?: ObjectData2[];
|
|
4307
4466
|
}
|
|
4308
4467
|
interface GxIdeTeamDevUpdateToRevision {
|
|
4309
4468
|
/**
|
|
@@ -4500,8 +4659,10 @@ declare namespace LocalJSX {
|
|
|
4500
4659
|
"gx-ide-ai-message": GxIdeAiMessage;
|
|
4501
4660
|
"gx-ide-bpm-app-declaration": GxIdeBpmAppDeclaration;
|
|
4502
4661
|
"gx-ide-bpm-assign-roles": GxIdeBpmAssignRoles;
|
|
4662
|
+
"gx-ide-bpm-export-xpdl": GxIdeBpmExportXpdl;
|
|
4503
4663
|
"gx-ide-bpm-import-files": GxIdeBpmImportFiles;
|
|
4504
4664
|
"gx-ide-bpm-import-gxpm": GxIdeBpmImportGxpm;
|
|
4665
|
+
"gx-ide-bpm-objects-selector": GxIdeBpmObjectsSelector;
|
|
4505
4666
|
"gx-ide-bpm-timer-duration": GxIdeBpmTimerDuration;
|
|
4506
4667
|
"gx-ide-card": GxIdeCard;
|
|
4507
4668
|
"gx-ide-connect-gx-server": GxIdeConnectGxServer;
|
|
@@ -4553,8 +4714,10 @@ declare module "@stencil/core" {
|
|
|
4553
4714
|
"gx-ide-ai-message": LocalJSX.GxIdeAiMessage & JSXBase.HTMLAttributes<HTMLGxIdeAiMessageElement>;
|
|
4554
4715
|
"gx-ide-bpm-app-declaration": LocalJSX.GxIdeBpmAppDeclaration & JSXBase.HTMLAttributes<HTMLGxIdeBpmAppDeclarationElement>;
|
|
4555
4716
|
"gx-ide-bpm-assign-roles": LocalJSX.GxIdeBpmAssignRoles & JSXBase.HTMLAttributes<HTMLGxIdeBpmAssignRolesElement>;
|
|
4717
|
+
"gx-ide-bpm-export-xpdl": LocalJSX.GxIdeBpmExportXpdl & JSXBase.HTMLAttributes<HTMLGxIdeBpmExportXpdlElement>;
|
|
4556
4718
|
"gx-ide-bpm-import-files": LocalJSX.GxIdeBpmImportFiles & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportFilesElement>;
|
|
4557
4719
|
"gx-ide-bpm-import-gxpm": LocalJSX.GxIdeBpmImportGxpm & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportGxpmElement>;
|
|
4720
|
+
"gx-ide-bpm-objects-selector": LocalJSX.GxIdeBpmObjectsSelector & JSXBase.HTMLAttributes<HTMLGxIdeBpmObjectsSelectorElement>;
|
|
4558
4721
|
"gx-ide-bpm-timer-duration": LocalJSX.GxIdeBpmTimerDuration & JSXBase.HTMLAttributes<HTMLGxIdeBpmTimerDurationElement>;
|
|
4559
4722
|
"gx-ide-card": LocalJSX.GxIdeCard & JSXBase.HTMLAttributes<HTMLGxIdeCardElement>;
|
|
4560
4723
|
"gx-ide-connect-gx-server": LocalJSX.GxIdeConnectGxServer & JSXBase.HTMLAttributes<HTMLGxIdeConnectGxServerElement>;
|