@genexus/genexus-ide-ui 0.0.141 → 0.0.143

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 (83) hide show
  1. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  2. package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js +78 -0
  3. package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js.map +1 -0
  4. package/dist/cjs/gx-ide-bpm-import-gxpm.cjs.entry.js +47 -3
  5. package/dist/cjs/gx-ide-bpm-import-gxpm.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js +123 -0
  7. package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js.map +1 -0
  8. package/dist/cjs/gx-ide-list-selector_2.cjs.entry.js +1 -1
  9. package/dist/cjs/gx-ide-list-selector_2.cjs.entry.js.map +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/collection/collection-manifest.json +3 -1
  12. package/dist/collection/components/_helpers/list-selector/list-selector-item/list-selector-item.css +8 -10
  13. package/dist/collection/components/bpm/export-xpdl/export-xpdl.css +574 -0
  14. package/dist/collection/components/bpm/export-xpdl/export-xpdl.js +238 -0
  15. package/dist/collection/components/bpm/export-xpdl/export-xpdl.js.map +1 -0
  16. package/dist/collection/components/bpm/export-xpdl/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.en.json +19 -0
  17. package/dist/collection/components/bpm/import-gxpm/gx-ide-assets/bpm-import-gxpm/langs/bpm-import-gxpm.lang.en.json +9 -2
  18. package/dist/collection/components/bpm/import-gxpm/import-gxpm.css +4 -0
  19. package/dist/collection/components/bpm/import-gxpm/import-gxpm.js +103 -2
  20. package/dist/collection/components/bpm/import-gxpm/import-gxpm.js.map +1 -1
  21. package/dist/collection/components/bpm/objects-selector/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.en.json +17 -0
  22. package/dist/collection/components/bpm/objects-selector/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.ja.json +3 -0
  23. package/dist/collection/components/bpm/objects-selector/helpers.js +17 -0
  24. package/dist/collection/components/bpm/objects-selector/helpers.js.map +1 -0
  25. package/dist/collection/components/bpm/objects-selector/objects-selector.css +574 -0
  26. package/dist/collection/components/bpm/objects-selector/objects-selector.js +259 -0
  27. package/dist/collection/components/bpm/objects-selector/objects-selector.js.map +1 -0
  28. package/dist/collection/components/bpm/timer-duration/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.zh.json +3 -0
  29. package/dist/components/gx-ide-bpm-export-xpdl.d.ts +11 -0
  30. package/dist/components/gx-ide-bpm-export-xpdl.js +155 -0
  31. package/dist/components/gx-ide-bpm-export-xpdl.js.map +1 -0
  32. package/dist/components/gx-ide-bpm-import-gxpm.js +58 -28
  33. package/dist/components/gx-ide-bpm-import-gxpm.js.map +1 -1
  34. package/dist/components/gx-ide-bpm-objects-selector.d.ts +11 -0
  35. package/dist/components/gx-ide-bpm-objects-selector.js +8 -0
  36. package/dist/components/gx-ide-bpm-objects-selector.js.map +1 -0
  37. package/dist/components/list-selector-item.js +1 -1
  38. package/dist/components/list-selector-item.js.map +1 -1
  39. package/dist/components/objects-selector.js +189 -0
  40. package/dist/components/objects-selector.js.map +1 -0
  41. package/dist/esm/genexus-ide-ui.js +1 -1
  42. package/dist/esm/gx-ide-bpm-export-xpdl.entry.js +74 -0
  43. package/dist/esm/gx-ide-bpm-export-xpdl.entry.js.map +1 -0
  44. package/dist/esm/gx-ide-bpm-import-gxpm.entry.js +47 -3
  45. package/dist/esm/gx-ide-bpm-import-gxpm.entry.js.map +1 -1
  46. package/dist/esm/gx-ide-bpm-objects-selector.entry.js +119 -0
  47. package/dist/esm/gx-ide-bpm-objects-selector.entry.js.map +1 -0
  48. package/dist/esm/gx-ide-list-selector_2.entry.js +1 -1
  49. package/dist/esm/gx-ide-list-selector_2.entry.js.map +1 -1
  50. package/dist/esm/loader.js +1 -1
  51. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
  52. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  53. package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.en.json +19 -0
  54. package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.ja.json +3 -0
  55. package/dist/genexus-ide-ui/gx-ide-assets/bpm-export-xpdl/langs/bpm-export-xpdl.lang.zh.json +3 -0
  56. package/dist/genexus-ide-ui/gx-ide-assets/bpm-import-gxpm/langs/bpm-import-gxpm.lang.en.json +9 -2
  57. package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.en.json +17 -0
  58. package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.ja.json +3 -0
  59. package/dist/genexus-ide-ui/gx-ide-assets/bpm-objects-selector/langs/bpm-objects-selector.lang.zh.json +3 -0
  60. package/dist/genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.ja.json +3 -0
  61. package/dist/genexus-ide-ui/gx-ide-assets/bpm-timer-duration/langs/timer-duration.lang.zh.json +3 -0
  62. package/dist/genexus-ide-ui/{p-972b18a0.entry.js → p-0e47720b.entry.js} +2 -2
  63. package/dist/genexus-ide-ui/p-0e47720b.entry.js.map +1 -0
  64. package/dist/genexus-ide-ui/{p-049a370c.entry.js → p-58cb7bbb.entry.js} +78 -29
  65. package/dist/genexus-ide-ui/p-58cb7bbb.entry.js.map +1 -0
  66. package/dist/genexus-ide-ui/p-7364d5d1.entry.js +109 -0
  67. package/dist/genexus-ide-ui/p-7364d5d1.entry.js.map +1 -0
  68. package/dist/genexus-ide-ui/p-832a8a94.entry.js +160 -0
  69. package/dist/genexus-ide-ui/p-832a8a94.entry.js.map +1 -0
  70. package/dist/types/components/bpm/export-xpdl/export-xpdl.d.ts +66 -0
  71. package/dist/types/components/bpm/import-gxpm/import-gxpm.d.ts +30 -1
  72. package/dist/types/components/bpm/objects-selector/helpers.d.ts +7 -0
  73. package/dist/types/components/bpm/objects-selector/objects-selector.d.ts +61 -0
  74. package/dist/types/components.d.ts +237 -52
  75. package/package.json +1 -1
  76. package/dist/genexus-ide-ui/p-049a370c.entry.js.map +0 -1
  77. package/dist/genexus-ide-ui/p-972b18a0.entry.js.map +0 -1
  78. /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
  79. /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
  80. /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
  81. /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
  82. /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
  83. /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,11 @@ 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 { ImportData as ImportData1 } from "./components/bpm/import-gxpm/import-gxpm";
17
+ import { SelectionData } from "./components/bpm/objects-selector/objects-selector";
14
18
  import { TimerDuration } from "./components/bpm/timer-duration/timer-duration";
15
19
  import { GXServerConnectionData, GXServerConnectionDefault } from "./components/connect-gx-server/connect-gx-server";
16
20
  import { ConnectionResultData, EntityData, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
@@ -20,34 +24,34 @@ import { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
20
24
  import { GXServerConnectionDefault as GXServerConnectionDefault1 } from "./components/connect-gx-server/connect-gx-server";
21
25
  import { KBData, KBVersion, VersionOption } from "./components/create-kb-from-server/create-kb-from-server";
22
26
  import { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
23
- import { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
24
- import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
27
+ import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
28
+ import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
25
29
  import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
26
30
  import { ModuleServerData, ModuleServerType } from "./components/modules/types";
27
- import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
31
+ import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
28
32
  import { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
29
33
  import { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
30
- import { CancelCallback as CancelCallback5, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
31
- import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback6, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
32
- import { CancelCallback as CancelCallback7, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
34
+ import { CancelCallback as CancelCallback6, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
35
+ import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
36
+ import { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
33
37
  import { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
34
38
  import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
35
39
  import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
36
40
  import { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
37
41
  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 CancelCallback8, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
39
- import { CancelCallback as CancelCallback9, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
40
- import { CancelCallback as CancelCallback10, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
41
- import { CancelCallback as CancelCallback11, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
42
+ import { CancelCallback as CancelCallback9, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
43
+ import { CancelCallback as CancelCallback10, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
44
+ import { CancelCallback as CancelCallback11, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
45
+ import { CancelCallback as CancelCallback12, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
42
46
  import { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
43
- import { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
47
+ import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
44
48
  import { CreateKBCallback } from "./components/share-kb/share-kb";
45
49
  import { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNewsCallback as OpenNewsCallback1, RecentKBData } from "./components/start-page/start-page";
46
50
  import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
47
51
  import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
48
52
  import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
49
53
  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 CancelCallback12, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
54
+ import { AddCallback, CancelCallback as CancelCallback13, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
51
55
  import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
52
56
  import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
53
57
  import { ConfigurationType, WFConfigData } from "./components/wf-settings/wf-settings";
@@ -57,7 +61,11 @@ export { MessageType } from "./components/ai-assistant/ai-assistant";
57
61
  export { Translations } from "./components/ai-assistant/ai-message";
58
62
  export { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm/application-declaration/bpm-app-declaration";
59
63
  export { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1 } from "./components/bpm/assign-roles/assign-roles";
64
+ export { CancelCallback as CancelCallback2, ExportCallback } from "./components/bpm/export-xpdl/export-xpdl";
65
+ export { ObjectData } from "./components/bpm/objects-selector/helpers";
60
66
  export { ImportData } from "./components/bpm/import-files/import-files";
67
+ export { ImportData as ImportData1 } from "./components/bpm/import-gxpm/import-gxpm";
68
+ export { SelectionData } from "./components/bpm/objects-selector/objects-selector";
61
69
  export { TimerDuration } from "./components/bpm/timer-duration/timer-duration";
62
70
  export { GXServerConnectionData, GXServerConnectionDefault } from "./components/connect-gx-server/connect-gx-server";
63
71
  export { ConnectionResultData, EntityData, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
@@ -67,34 +75,34 @@ export { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
67
75
  export { GXServerConnectionDefault as GXServerConnectionDefault1 } from "./components/connect-gx-server/connect-gx-server";
68
76
  export { KBData, KBVersion, VersionOption } from "./components/create-kb-from-server/create-kb-from-server";
69
77
  export { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
70
- export { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
71
- export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
78
+ export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
79
+ export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
72
80
  export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
73
81
  export { ModuleServerData, ModuleServerType } from "./components/modules/types";
74
- export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
82
+ export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
75
83
  export { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
76
84
  export { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
77
- export { CancelCallback as CancelCallback5, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
78
- export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback6, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
79
- export { CancelCallback as CancelCallback7, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
85
+ export { CancelCallback as CancelCallback6, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
86
+ export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
87
+ export { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
80
88
  export { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
81
89
  export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
82
90
  export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
83
91
  export { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
84
92
  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 CancelCallback8, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
86
- export { CancelCallback as CancelCallback9, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
87
- export { CancelCallback as CancelCallback10, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
88
- export { CancelCallback as CancelCallback11, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
93
+ export { CancelCallback as CancelCallback9, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
94
+ export { CancelCallback as CancelCallback10, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
95
+ export { CancelCallback as CancelCallback11, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
96
+ export { CancelCallback as CancelCallback12, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
89
97
  export { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
90
- export { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
98
+ export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
91
99
  export { CreateKBCallback } from "./components/share-kb/share-kb";
92
100
  export { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNewsCallback as OpenNewsCallback1, RecentKBData } from "./components/start-page/start-page";
93
101
  export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
94
102
  export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
95
103
  export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
96
104
  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 CancelCallback12, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
105
+ export { AddCallback, CancelCallback as CancelCallback13, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
98
106
  export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
99
107
  export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
100
108
  export { ConfigurationType, WFConfigData } from "./components/wf-settings/wf-settings";
@@ -216,6 +224,33 @@ export namespace Components {
216
224
  */
217
225
  "roles": string[];
218
226
  }
227
+ interface GxIdeBpmExportXpdl {
228
+ /**
229
+ * 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.
230
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
231
+ */
232
+ "addCallback": () => Promise<ObjectData[]>;
233
+ /**
234
+ * Callback invoked when user press 'Cancel' button
235
+ */
236
+ "cancelCallback": CancelCallback2;
237
+ /**
238
+ * If true it displays the component title on the header
239
+ */
240
+ "displayTitle": false;
241
+ /**
242
+ * 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.
243
+ * @param exportData - The data required for the export process.
244
+ * @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.
245
+ */
246
+ "exportCallback": ExportCallback;
247
+ /**
248
+ * 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.
249
+ * @param ids - An array of IDs of the objects currently added to the list.
250
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
251
+ */
252
+ "referencesCallback": (ids: string[]) => Promise<ObjectData[]>;
253
+ }
219
254
  interface GxIdeBpmImportFiles {
220
255
  /**
221
256
  * Allowed extensions when 'Add files' button is pressed
@@ -235,11 +270,42 @@ export namespace Components {
235
270
  "displayTitle": false;
236
271
  }
237
272
  interface GxIdeBpmImportGxpm {
273
+ /**
274
+ * Callback invoked when user press 'Cancel' button.
275
+ */
276
+ "cancelCallback": () => Promise<void>;
277
+ /**
278
+ * Callback function to be executed when OK button is pressed. This callback is expected to handle the file or string input and return a Promise that resolves when is completed.
279
+ * @param data - The data to be processed. This can be a string or a File object.
280
+ * @returns A Promise that resolves to void, indicating the completion of the operation.
281
+ */
282
+ "confirmCallback": (data: ImportData1) => Promise<void>;
238
283
  /**
239
284
  * If true it displays the component title on the header
240
285
  */
241
286
  "displayTitle": false;
242
287
  }
288
+ interface GxIdeBpmObjectsSelector {
289
+ /**
290
+ * Callback invoked when the user presses the 'Add' button. This function is expected to return a list of selected objects' basic information.
291
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
292
+ */
293
+ "addCallback": () => Promise<ObjectData[]>;
294
+ /**
295
+ * If true it displays the component title on the header
296
+ */
297
+ "displayTitle": false;
298
+ /**
299
+ * 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.
300
+ * @param ids - An array of IDs of the objects currently added to the list.
301
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
302
+ */
303
+ "referencesCallback": (ids: string[]) => Promise<ObjectData[]>;
304
+ /**
305
+ * The current selection in the list of objects
306
+ */
307
+ "selection": SelectionData;
308
+ }
243
309
  interface GxIdeBpmTimerDuration {
244
310
  /**
245
311
  * Callback invoked when user cancels application declaration
@@ -535,7 +601,7 @@ export namespace Components {
535
601
  /**
536
602
  * Callback invoked when the user wishes to cancel the selection of objects.
537
603
  */
538
- "cancelCallback": CancelCallback2;
604
+ "cancelCallback": CancelCallback3;
539
605
  /**
540
606
  * Callback invoked when the user presses the 'OK' button
541
607
  */
@@ -581,7 +647,7 @@ export namespace Components {
581
647
  /**
582
648
  * This is a function provided by the developer that cancel the load operation.
583
649
  */
584
- "cancelCallback": CancelCallback3;
650
+ "cancelCallback": CancelCallback4;
585
651
  /**
586
652
  * This is a function provided by the developer that init the process of import a design.
587
653
  */
@@ -677,7 +743,7 @@ export namespace Components {
677
743
  /**
678
744
  * Cancel callback
679
745
  */
680
- "cancelCallback": CancelCallback4;
746
+ "cancelCallback": CancelCallback5;
681
747
  /**
682
748
  * Confirm callback
683
749
  */
@@ -767,7 +833,7 @@ export namespace Components {
767
833
  /**
768
834
  * Callback invoked when the user wants to cancel the exportation process
769
835
  */
770
- "cancelCallback": CancelCallback5;
836
+ "cancelCallback": CancelCallback6;
771
837
  /**
772
838
  * Specifies the configuration type to be used
773
839
  */
@@ -804,7 +870,7 @@ export namespace Components {
804
870
  * Callback invoked when the user wants to cancel the export process.
805
871
  * @returns It returns a boolean indicating whether the process could be canceled or not.
806
872
  */
807
- "cancelCallback": CancelCallback6;
873
+ "cancelCallback": CancelCallback7;
808
874
  /**
809
875
  * If true it displays the component title on the header
810
876
  */
@@ -815,7 +881,7 @@ export namespace Components {
815
881
  * @param itemIds :string[] The selected item ids
816
882
  * @returns : It returns a boolean indicating whether the process was successful
817
883
  */
818
- "exportCallback": ExportCallback;
884
+ "exportCallback": ExportCallback1;
819
885
  /**
820
886
  * Callback invoked when the user wants to access the export options.
821
887
  */
@@ -850,7 +916,7 @@ export namespace Components {
850
916
  * Callback invoked when the user wants to cancel the export process.
851
917
  * @returns It returns a boolean indicating whether the process could be canceled or not.
852
918
  */
853
- "cancelCallback": CancelCallback7;
919
+ "cancelCallback": CancelCallback8;
854
920
  /**
855
921
  * If true it displays the component title on the header
856
922
  */
@@ -1040,7 +1106,7 @@ export namespace Components {
1040
1106
  /**
1041
1107
  * Callback that will be invoked when user wants to cancel
1042
1108
  */
1043
- "cancelCallback": CancelCallback8;
1109
+ "cancelCallback": CancelCallback9;
1044
1110
  /**
1045
1111
  * Callback that will be invoked when user confirms the KB creation
1046
1112
  */
@@ -1107,7 +1173,7 @@ export namespace Components {
1107
1173
  /**
1108
1174
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
1109
1175
  */
1110
- "cancelCallback": CancelCallback9;
1176
+ "cancelCallback": CancelCallback10;
1111
1177
  /**
1112
1178
  * DB Collations
1113
1179
  */
@@ -1201,7 +1267,7 @@ export namespace Components {
1201
1267
  /**
1202
1268
  * Callback invoked when user wants to confirm object creation
1203
1269
  */
1204
- "cancelCallback": CancelCallback10;
1270
+ "cancelCallback": CancelCallback11;
1205
1271
  /**
1206
1272
  * Callback invoked when user wants to cancel object creation
1207
1273
  */
@@ -1247,7 +1313,7 @@ export namespace Components {
1247
1313
  /**
1248
1314
  * Callback invoked when the user wishes to cancel the selection of objects.
1249
1315
  */
1250
- "cancelCallback": CancelCallback11;
1316
+ "cancelCallback": CancelCallback12;
1251
1317
  /**
1252
1318
  * The categories render in the filter category selector
1253
1319
  */
@@ -1343,7 +1409,7 @@ export namespace Components {
1343
1409
  /**
1344
1410
  * Currently selected object
1345
1411
  */
1346
- "selectedObject"?: ObjectData;
1412
+ "selectedObject"?: ObjectData1;
1347
1413
  /**
1348
1414
  * Callback invoked when user writes on object selector input, return possible options to show in autocomplete list
1349
1415
  */
@@ -1581,7 +1647,7 @@ export namespace Components {
1581
1647
  /**
1582
1648
  * This is a function provided by the developer for execute when cancel button is pressed.
1583
1649
  */
1584
- "cancelCallback": CancelCallback12;
1650
+ "cancelCallback": CancelCallback13;
1585
1651
  /**
1586
1652
  * 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
1653
  */
@@ -1593,7 +1659,7 @@ export namespace Components {
1593
1659
  /**
1594
1660
  * The categories render in the filter category selector
1595
1661
  */
1596
- "selection": ObjectData1[];
1662
+ "selection": ObjectData2[];
1597
1663
  /**
1598
1664
  * Validate necessary data input
1599
1665
  */
@@ -1790,6 +1856,10 @@ export interface GxIdeBpmAssignRolesCustomEvent<T> extends CustomEvent<T> {
1790
1856
  detail: T;
1791
1857
  target: HTMLGxIdeBpmAssignRolesElement;
1792
1858
  }
1859
+ export interface GxIdeBpmExportXpdlCustomEvent<T> extends CustomEvent<T> {
1860
+ detail: T;
1861
+ target: HTMLGxIdeBpmExportXpdlElement;
1862
+ }
1793
1863
  export interface GxIdeBpmImportFilesCustomEvent<T> extends CustomEvent<T> {
1794
1864
  detail: T;
1795
1865
  target: HTMLGxIdeBpmImportFilesElement;
@@ -1798,6 +1868,10 @@ export interface GxIdeBpmImportGxpmCustomEvent<T> extends CustomEvent<T> {
1798
1868
  detail: T;
1799
1869
  target: HTMLGxIdeBpmImportGxpmElement;
1800
1870
  }
1871
+ export interface GxIdeBpmObjectsSelectorCustomEvent<T> extends CustomEvent<T> {
1872
+ detail: T;
1873
+ target: HTMLGxIdeBpmObjectsSelectorElement;
1874
+ }
1801
1875
  export interface GxIdeBpmTimerDurationCustomEvent<T> extends CustomEvent<T> {
1802
1876
  detail: T;
1803
1877
  target: HTMLGxIdeBpmTimerDurationElement;
@@ -1984,6 +2058,23 @@ declare global {
1984
2058
  prototype: HTMLGxIdeBpmAssignRolesElement;
1985
2059
  new (): HTMLGxIdeBpmAssignRolesElement;
1986
2060
  };
2061
+ interface HTMLGxIdeBpmExportXpdlElementEventMap {
2062
+ "componentDidRenderFirstTime": string;
2063
+ }
2064
+ interface HTMLGxIdeBpmExportXpdlElement extends Components.GxIdeBpmExportXpdl, HTMLStencilElement {
2065
+ addEventListener<K extends keyof HTMLGxIdeBpmExportXpdlElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmExportXpdlElement, ev: GxIdeBpmExportXpdlCustomEvent<HTMLGxIdeBpmExportXpdlElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2066
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2067
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2068
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2069
+ removeEventListener<K extends keyof HTMLGxIdeBpmExportXpdlElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmExportXpdlElement, ev: GxIdeBpmExportXpdlCustomEvent<HTMLGxIdeBpmExportXpdlElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2070
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2071
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2072
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2073
+ }
2074
+ var HTMLGxIdeBpmExportXpdlElement: {
2075
+ prototype: HTMLGxIdeBpmExportXpdlElement;
2076
+ new (): HTMLGxIdeBpmExportXpdlElement;
2077
+ };
1987
2078
  interface HTMLGxIdeBpmImportFilesElementEventMap {
1988
2079
  "componentDidRenderFirstTime": string;
1989
2080
  "selectionChanged": void;
@@ -2019,6 +2110,24 @@ declare global {
2019
2110
  prototype: HTMLGxIdeBpmImportGxpmElement;
2020
2111
  new (): HTMLGxIdeBpmImportGxpmElement;
2021
2112
  };
2113
+ interface HTMLGxIdeBpmObjectsSelectorElementEventMap {
2114
+ "componentDidRenderFirstTime": HTMLGxIdeBpmObjectsSelectorElement;
2115
+ "selectionChanged": string;
2116
+ }
2117
+ interface HTMLGxIdeBpmObjectsSelectorElement extends Components.GxIdeBpmObjectsSelector, HTMLStencilElement {
2118
+ addEventListener<K extends keyof HTMLGxIdeBpmObjectsSelectorElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmObjectsSelectorElement, ev: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2119
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2120
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2121
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2122
+ removeEventListener<K extends keyof HTMLGxIdeBpmObjectsSelectorElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmObjectsSelectorElement, ev: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2123
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2124
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2125
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2126
+ }
2127
+ var HTMLGxIdeBpmObjectsSelectorElement: {
2128
+ prototype: HTMLGxIdeBpmObjectsSelectorElement;
2129
+ new (): HTMLGxIdeBpmObjectsSelectorElement;
2130
+ };
2022
2131
  interface HTMLGxIdeBpmTimerDurationElementEventMap {
2023
2132
  "componentDidRenderFirstTime": string;
2024
2133
  }
@@ -2636,8 +2745,10 @@ declare global {
2636
2745
  "gx-ide-ai-message": HTMLGxIdeAiMessageElement;
2637
2746
  "gx-ide-bpm-app-declaration": HTMLGxIdeBpmAppDeclarationElement;
2638
2747
  "gx-ide-bpm-assign-roles": HTMLGxIdeBpmAssignRolesElement;
2748
+ "gx-ide-bpm-export-xpdl": HTMLGxIdeBpmExportXpdlElement;
2639
2749
  "gx-ide-bpm-import-files": HTMLGxIdeBpmImportFilesElement;
2640
2750
  "gx-ide-bpm-import-gxpm": HTMLGxIdeBpmImportGxpmElement;
2751
+ "gx-ide-bpm-objects-selector": HTMLGxIdeBpmObjectsSelectorElement;
2641
2752
  "gx-ide-bpm-timer-duration": HTMLGxIdeBpmTimerDurationElement;
2642
2753
  "gx-ide-card": HTMLGxIdeCardElement;
2643
2754
  "gx-ide-connect-gx-server": HTMLGxIdeConnectGxServerElement;
@@ -2802,6 +2913,37 @@ declare namespace LocalJSX {
2802
2913
  */
2803
2914
  "roles"?: string[];
2804
2915
  }
2916
+ interface GxIdeBpmExportXpdl {
2917
+ /**
2918
+ * 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.
2919
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
2920
+ */
2921
+ "addCallback"?: () => Promise<ObjectData[]>;
2922
+ /**
2923
+ * Callback invoked when user press 'Cancel' button
2924
+ */
2925
+ "cancelCallback"?: CancelCallback2;
2926
+ /**
2927
+ * If true it displays the component title on the header
2928
+ */
2929
+ "displayTitle"?: false;
2930
+ /**
2931
+ * 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.
2932
+ * @param exportData - The data required for the export process.
2933
+ * @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.
2934
+ */
2935
+ "exportCallback"?: ExportCallback;
2936
+ /**
2937
+ * @description Gets fired when the component has rendered for the first time.
2938
+ */
2939
+ "onComponentDidRenderFirstTime"?: (event: GxIdeBpmExportXpdlCustomEvent<string>) => void;
2940
+ /**
2941
+ * 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.
2942
+ * @param ids - An array of IDs of the objects currently added to the list.
2943
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
2944
+ */
2945
+ "referencesCallback"?: (ids: string[]) => Promise<ObjectData[]>;
2946
+ }
2805
2947
  interface GxIdeBpmImportFiles {
2806
2948
  /**
2807
2949
  * Allowed extensions when 'Add files' button is pressed
@@ -2829,6 +2971,16 @@ declare namespace LocalJSX {
2829
2971
  "onSelectionChanged"?: (event: GxIdeBpmImportFilesCustomEvent<void>) => void;
2830
2972
  }
2831
2973
  interface GxIdeBpmImportGxpm {
2974
+ /**
2975
+ * Callback invoked when user press 'Cancel' button.
2976
+ */
2977
+ "cancelCallback"?: () => Promise<void>;
2978
+ /**
2979
+ * Callback function to be executed when OK button is pressed. This callback is expected to handle the file or string input and return a Promise that resolves when is completed.
2980
+ * @param data - The data to be processed. This can be a string or a File object.
2981
+ * @returns A Promise that resolves to void, indicating the completion of the operation.
2982
+ */
2983
+ "confirmCallback"?: (data: ImportData1) => Promise<void>;
2832
2984
  /**
2833
2985
  * If true it displays the component title on the header
2834
2986
  */
@@ -2838,6 +2990,35 @@ declare namespace LocalJSX {
2838
2990
  */
2839
2991
  "onComponentDidRenderFirstTime"?: (event: GxIdeBpmImportGxpmCustomEvent<string>) => void;
2840
2992
  }
2993
+ interface GxIdeBpmObjectsSelector {
2994
+ /**
2995
+ * Callback invoked when the user presses the 'Add' button. This function is expected to return a list of selected objects' basic information.
2996
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
2997
+ */
2998
+ "addCallback"?: () => Promise<ObjectData[]>;
2999
+ /**
3000
+ * If true it displays the component title on the header
3001
+ */
3002
+ "displayTitle"?: false;
3003
+ /**
3004
+ * @description Gets fired when the component has rendered for the first time.
3005
+ */
3006
+ "onComponentDidRenderFirstTime"?: (event: GxIdeBpmObjectsSelectorCustomEvent<HTMLGxIdeBpmObjectsSelectorElement>) => void;
3007
+ /**
3008
+ * @description Gets fired when the objects selection list change or when 'Select All' checkbox state changes.
3009
+ */
3010
+ "onSelectionChanged"?: (event: GxIdeBpmObjectsSelectorCustomEvent<string>) => void;
3011
+ /**
3012
+ * 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.
3013
+ * @param ids - An array of IDs of the objects currently added to the list.
3014
+ * @returns A Promise that resolves to an array of ObjectData. Each ObjectData contains the ID, icon, and name of an object.
3015
+ */
3016
+ "referencesCallback"?: (ids: string[]) => Promise<ObjectData[]>;
3017
+ /**
3018
+ * The current selection in the list of objects
3019
+ */
3020
+ "selection"?: SelectionData;
3021
+ }
2841
3022
  interface GxIdeBpmTimerDuration {
2842
3023
  /**
2843
3024
  * Callback invoked when user cancels application declaration
@@ -3153,7 +3334,7 @@ declare namespace LocalJSX {
3153
3334
  /**
3154
3335
  * Callback invoked when the user wishes to cancel the selection of objects.
3155
3336
  */
3156
- "cancelCallback": CancelCallback2;
3337
+ "cancelCallback": CancelCallback3;
3157
3338
  /**
3158
3339
  * Callback invoked when the user presses the 'OK' button
3159
3340
  */
@@ -3199,7 +3380,7 @@ declare namespace LocalJSX {
3199
3380
  /**
3200
3381
  * This is a function provided by the developer that cancel the load operation.
3201
3382
  */
3202
- "cancelCallback": CancelCallback3;
3383
+ "cancelCallback": CancelCallback4;
3203
3384
  /**
3204
3385
  * This is a function provided by the developer that init the process of import a design.
3205
3386
  */
@@ -3295,7 +3476,7 @@ declare namespace LocalJSX {
3295
3476
  /**
3296
3477
  * Cancel callback
3297
3478
  */
3298
- "cancelCallback"?: CancelCallback4;
3479
+ "cancelCallback"?: CancelCallback5;
3299
3480
  /**
3300
3481
  * Confirm callback
3301
3482
  */
@@ -3393,7 +3574,7 @@ declare namespace LocalJSX {
3393
3574
  /**
3394
3575
  * Callback invoked when the user wants to cancel the exportation process
3395
3576
  */
3396
- "cancelCallback"?: CancelCallback5;
3577
+ "cancelCallback"?: CancelCallback6;
3397
3578
  /**
3398
3579
  * Specifies the configuration type to be used
3399
3580
  */
@@ -3434,7 +3615,7 @@ declare namespace LocalJSX {
3434
3615
  * Callback invoked when the user wants to cancel the export process.
3435
3616
  * @returns It returns a boolean indicating whether the process could be canceled or not.
3436
3617
  */
3437
- "cancelCallback"?: CancelCallback6;
3618
+ "cancelCallback"?: CancelCallback7;
3438
3619
  /**
3439
3620
  * If true it displays the component title on the header
3440
3621
  */
@@ -3445,7 +3626,7 @@ declare namespace LocalJSX {
3445
3626
  * @param itemIds :string[] The selected item ids
3446
3627
  * @returns : It returns a boolean indicating whether the process was successful
3447
3628
  */
3448
- "exportCallback"?: ExportCallback;
3629
+ "exportCallback"?: ExportCallback1;
3449
3630
  /**
3450
3631
  * Callback invoked when the user wants to access the export options.
3451
3632
  */
@@ -3484,7 +3665,7 @@ declare namespace LocalJSX {
3484
3665
  * Callback invoked when the user wants to cancel the export process.
3485
3666
  * @returns It returns a boolean indicating whether the process could be canceled or not.
3486
3667
  */
3487
- "cancelCallback"?: CancelCallback7;
3668
+ "cancelCallback"?: CancelCallback8;
3488
3669
  /**
3489
3670
  * If true it displays the component title on the header
3490
3671
  */
@@ -3694,7 +3875,7 @@ declare namespace LocalJSX {
3694
3875
  /**
3695
3876
  * Callback that will be invoked when user wants to cancel
3696
3877
  */
3697
- "cancelCallback"?: CancelCallback8;
3878
+ "cancelCallback"?: CancelCallback9;
3698
3879
  /**
3699
3880
  * Callback that will be invoked when user confirms the KB creation
3700
3881
  */
@@ -3761,7 +3942,7 @@ declare namespace LocalJSX {
3761
3942
  /**
3762
3943
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
3763
3944
  */
3764
- "cancelCallback"?: CancelCallback9;
3945
+ "cancelCallback"?: CancelCallback10;
3765
3946
  /**
3766
3947
  * DB Collations
3767
3948
  */
@@ -3855,7 +4036,7 @@ declare namespace LocalJSX {
3855
4036
  /**
3856
4037
  * Callback invoked when user wants to confirm object creation
3857
4038
  */
3858
- "cancelCallback"?: CancelCallback10;
4039
+ "cancelCallback"?: CancelCallback11;
3859
4040
  /**
3860
4041
  * Callback invoked when user wants to cancel object creation
3861
4042
  */
@@ -3917,7 +4098,7 @@ declare namespace LocalJSX {
3917
4098
  /**
3918
4099
  * Callback invoked when the user wishes to cancel the selection of objects.
3919
4100
  */
3920
- "cancelCallback": CancelCallback11;
4101
+ "cancelCallback": CancelCallback12;
3921
4102
  /**
3922
4103
  * The categories render in the filter category selector
3923
4104
  */
@@ -4017,7 +4198,7 @@ declare namespace LocalJSX {
4017
4198
  /**
4018
4199
  * Currently selected object
4019
4200
  */
4020
- "selectedObject"?: ObjectData;
4201
+ "selectedObject"?: ObjectData1;
4021
4202
  /**
4022
4203
  * Callback invoked when user writes on object selector input, return possible options to show in autocomplete list
4023
4204
  */
@@ -4283,7 +4464,7 @@ declare namespace LocalJSX {
4283
4464
  /**
4284
4465
  * This is a function provided by the developer for execute when cancel button is pressed.
4285
4466
  */
4286
- "cancelCallback": CancelCallback12;
4467
+ "cancelCallback": CancelCallback13;
4287
4468
  /**
4288
4469
  * 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
4470
  */
@@ -4303,7 +4484,7 @@ declare namespace LocalJSX {
4303
4484
  /**
4304
4485
  * The categories render in the filter category selector
4305
4486
  */
4306
- "selection"?: ObjectData1[];
4487
+ "selection"?: ObjectData2[];
4307
4488
  }
4308
4489
  interface GxIdeTeamDevUpdateToRevision {
4309
4490
  /**
@@ -4500,8 +4681,10 @@ declare namespace LocalJSX {
4500
4681
  "gx-ide-ai-message": GxIdeAiMessage;
4501
4682
  "gx-ide-bpm-app-declaration": GxIdeBpmAppDeclaration;
4502
4683
  "gx-ide-bpm-assign-roles": GxIdeBpmAssignRoles;
4684
+ "gx-ide-bpm-export-xpdl": GxIdeBpmExportXpdl;
4503
4685
  "gx-ide-bpm-import-files": GxIdeBpmImportFiles;
4504
4686
  "gx-ide-bpm-import-gxpm": GxIdeBpmImportGxpm;
4687
+ "gx-ide-bpm-objects-selector": GxIdeBpmObjectsSelector;
4505
4688
  "gx-ide-bpm-timer-duration": GxIdeBpmTimerDuration;
4506
4689
  "gx-ide-card": GxIdeCard;
4507
4690
  "gx-ide-connect-gx-server": GxIdeConnectGxServer;
@@ -4553,8 +4736,10 @@ declare module "@stencil/core" {
4553
4736
  "gx-ide-ai-message": LocalJSX.GxIdeAiMessage & JSXBase.HTMLAttributes<HTMLGxIdeAiMessageElement>;
4554
4737
  "gx-ide-bpm-app-declaration": LocalJSX.GxIdeBpmAppDeclaration & JSXBase.HTMLAttributes<HTMLGxIdeBpmAppDeclarationElement>;
4555
4738
  "gx-ide-bpm-assign-roles": LocalJSX.GxIdeBpmAssignRoles & JSXBase.HTMLAttributes<HTMLGxIdeBpmAssignRolesElement>;
4739
+ "gx-ide-bpm-export-xpdl": LocalJSX.GxIdeBpmExportXpdl & JSXBase.HTMLAttributes<HTMLGxIdeBpmExportXpdlElement>;
4556
4740
  "gx-ide-bpm-import-files": LocalJSX.GxIdeBpmImportFiles & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportFilesElement>;
4557
4741
  "gx-ide-bpm-import-gxpm": LocalJSX.GxIdeBpmImportGxpm & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportGxpmElement>;
4742
+ "gx-ide-bpm-objects-selector": LocalJSX.GxIdeBpmObjectsSelector & JSXBase.HTMLAttributes<HTMLGxIdeBpmObjectsSelectorElement>;
4558
4743
  "gx-ide-bpm-timer-duration": LocalJSX.GxIdeBpmTimerDuration & JSXBase.HTMLAttributes<HTMLGxIdeBpmTimerDurationElement>;
4559
4744
  "gx-ide-card": LocalJSX.GxIdeCard & JSXBase.HTMLAttributes<HTMLGxIdeCardElement>;
4560
4745
  "gx-ide-connect-gx-server": LocalJSX.GxIdeConnectGxServer & JSXBase.HTMLAttributes<HTMLGxIdeConnectGxServerElement>;