@genexus/genexus-ide-ui 0.0.115 → 0.0.117

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 (79) hide show
  1. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  2. package/dist/cjs/gx-ide-bpm-app-declaration.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gx-ide-bpm-assign-roles.cjs.entry.js +138 -0
  4. package/dist/cjs/gx-ide-bpm-assign-roles.cjs.entry.js.map +1 -0
  5. package/dist/cjs/{gx-ide-container_3.cjs.entry.js → gx-ide-container_2.cjs.entry.js} +127 -53
  6. package/dist/cjs/gx-ide-container_2.cjs.entry.js.map +1 -0
  7. package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js +26 -24
  8. package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gx-ide-title_2.cjs.entry.js +77 -0
  10. package/dist/cjs/gx-ide-title_2.cjs.entry.js.map +1 -0
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/collection/collection-manifest.json +2 -1
  13. package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/bpm-app-declaration.js +19 -19
  14. package/dist/collection/components/bpm/application-declaration/bpm-app-declaration.js.map +1 -0
  15. package/dist/collection/components/bpm/application-declaration/helpers.js.map +1 -0
  16. package/dist/collection/components/bpm/assign-roles/assign-roles.css +557 -0
  17. package/dist/collection/components/bpm/assign-roles/assign-roles.js +265 -0
  18. package/dist/collection/components/bpm/assign-roles/assign-roles.js.map +1 -0
  19. package/dist/collection/components/bpm/assign-roles/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.en.json +24 -0
  20. package/dist/collection/components/bpm/assign-roles/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.ja.json +3 -0
  21. package/dist/collection/components/bpm/assign-roles/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.zh.json +3 -0
  22. package/dist/collection/components/modules/manage-module-references/manage-module-references.css +4 -0
  23. package/dist/collection/components/modules/manage-module-references/manage-module-references.js +29 -26
  24. package/dist/collection/components/modules/manage-module-references/manage-module-references.js.map +1 -1
  25. package/dist/components/gx-ide-bpm-app-declaration.js.map +1 -1
  26. package/dist/components/gx-ide-bpm-assign-roles.d.ts +11 -0
  27. package/dist/components/gx-ide-bpm-assign-roles.js +236 -0
  28. package/dist/components/gx-ide-bpm-assign-roles.js.map +1 -0
  29. package/dist/components/gx-ide-manage-module-references.js +27 -24
  30. package/dist/components/gx-ide-manage-module-references.js.map +1 -1
  31. package/dist/esm/genexus-ide-ui.js +1 -1
  32. package/dist/esm/gx-ide-bpm-app-declaration.entry.js.map +1 -1
  33. package/dist/esm/gx-ide-bpm-assign-roles.entry.js +134 -0
  34. package/dist/esm/gx-ide-bpm-assign-roles.entry.js.map +1 -0
  35. package/dist/esm/{gx-ide-container_3.entry.js → gx-ide-container_2.entry.js} +128 -53
  36. package/dist/esm/gx-ide-container_2.entry.js.map +1 -0
  37. package/dist/esm/gx-ide-manage-module-references.entry.js +26 -24
  38. package/dist/esm/gx-ide-manage-module-references.entry.js.map +1 -1
  39. package/dist/esm/gx-ide-title_2.entry.js +72 -0
  40. package/dist/esm/gx-ide-title_2.entry.js.map +1 -0
  41. package/dist/esm/loader.js +1 -1
  42. package/dist/genexus-ide-ui/genexus-ide-ui.css +2 -2
  43. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
  44. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  45. package/dist/genexus-ide-ui/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.en.json +24 -0
  46. package/dist/genexus-ide-ui/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.ja.json +3 -0
  47. package/dist/genexus-ide-ui/gx-ide-assets/bpm-assign-roles/langs/bpm-assign-roles.lang.zh.json +3 -0
  48. package/dist/genexus-ide-ui/{p-9d7a1451.entry.js → p-3ad793aa.entry.js} +89 -165
  49. package/dist/genexus-ide-ui/p-3ad793aa.entry.js.map +1 -0
  50. package/dist/genexus-ide-ui/{p-6b0ea3c8.entry.js → p-7a5810d6.entry.js} +192 -116
  51. package/dist/genexus-ide-ui/p-7a5810d6.entry.js.map +1 -0
  52. package/dist/genexus-ide-ui/p-874d336e.entry.js +232 -0
  53. package/dist/genexus-ide-ui/p-874d336e.entry.js.map +1 -0
  54. package/dist/genexus-ide-ui/{p-ef061e8e.entry.js → p-b19e8dbf.entry.js} +31 -27
  55. package/dist/genexus-ide-ui/p-b19e8dbf.entry.js.map +1 -0
  56. package/dist/genexus-ide-ui/p-b4294776.entry.js.map +1 -1
  57. package/dist/types/components/{bpm-application-declaration → bpm/application-declaration}/bpm-app-declaration.d.ts +1 -1
  58. package/dist/types/components/bpm/assign-roles/assign-roles.d.ts +59 -0
  59. package/dist/types/components/modules/manage-module-references/manage-module-references.d.ts +5 -1
  60. package/dist/types/components.d.ts +132 -58
  61. package/package.json +3 -3
  62. package/dist/cjs/gx-ide-container_3.cjs.entry.js.map +0 -1
  63. package/dist/cjs/gxg-form-checkbox.cjs.entry.js +0 -151
  64. package/dist/cjs/gxg-form-checkbox.cjs.entry.js.map +0 -1
  65. package/dist/collection/components/bpm-application-declaration/bpm-app-declaration.js.map +0 -1
  66. package/dist/collection/components/bpm-application-declaration/helpers.js.map +0 -1
  67. package/dist/esm/gx-ide-container_3.entry.js.map +0 -1
  68. package/dist/esm/gxg-form-checkbox.entry.js +0 -147
  69. package/dist/esm/gxg-form-checkbox.entry.js.map +0 -1
  70. package/dist/genexus-ide-ui/p-6b0ea3c8.entry.js.map +0 -1
  71. package/dist/genexus-ide-ui/p-9d7a1451.entry.js.map +0 -1
  72. package/dist/genexus-ide-ui/p-ef061e8e.entry.js.map +0 -1
  73. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/bpm-app-declaration.css +0 -0
  74. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/gx-ide-assets/bpm-app-declaration/langs/bpm-app-declaration.lang.en.json +0 -0
  75. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/gx-ide-assets/bpm-app-declaration/langs/bpm-app-declaration.lang.ja.json +0 -0
  76. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/gx-ide-assets/bpm-app-declaration/langs/bpm-app-declaration.lang.zh.json +0 -0
  77. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/gx-ide-assets/bpm-app-declaration/shortcuts.json +0 -0
  78. /package/dist/collection/components/{bpm-application-declaration → bpm/application-declaration}/helpers.js +0 -0
  79. /package/dist/types/components/{bpm-application-declaration → bpm/application-declaration}/helpers.d.ts +0 -0
@@ -8,32 +8,33 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { AiStatus, Message, UserMessageCallback } from "./components/ai-assistant/ai-assistant";
9
9
  import { MessageType } from "./components/ai-assistant/ai-assistant";
10
10
  import { Translations } from "./components/ai-assistant/ai-message";
11
- import { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm-application-declaration/bpm-app-declaration";
11
+ import { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm/application-declaration/bpm-app-declaration";
12
+ import { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1 } from "./components/bpm/assign-roles/assign-roles";
12
13
  import { TitleType } from "./components/_helpers/title/title";
13
14
  import { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
14
15
  import { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
15
16
  import { ConnectionResultData, CreateKBData, GXServerConnectionData } from "./components/create-kb-from-server/create-kb-from-server";
16
17
  import { EntityData, FormSubmitResult, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
17
18
  import { EditResult, EnvironmentData, KBData, recentObjectData } from "./components/dashboard-home/dashboard-home";
18
- import { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
19
+ import { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
19
20
  import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
20
21
  import { ModuleServerData, ModuleServerType } from "./components/modules/types";
21
- import { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
22
+ import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback3, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
22
23
  import { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
23
24
  import { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
24
25
  import { FileSelectorLabels, LabelPosition as LabelPosition2 } from "./components/file-selector/file-selector";
25
- import { CancelCallback as CancelCallback3, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
26
- import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/import-from-design/import-from-design";
27
- import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback5, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
28
- import { CancelCallback as CancelCallback6, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
26
+ import { CancelCallback as CancelCallback4, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
27
+ import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/import-from-design/import-from-design";
28
+ import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback6, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
29
+ import { CancelCallback as CancelCallback7, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
29
30
  import { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
30
31
  import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
31
32
  import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
32
33
  import { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
33
- import { CancelCallback as CancelCallback7, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
34
- import { CancelCallback as CancelCallback8, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
35
- import { CancelCallback as CancelCallback9, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
36
- import { CancelCallback as CancelCallback10, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
34
+ import { CancelCallback as CancelCallback8, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
35
+ import { CancelCallback as CancelCallback9, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
36
+ import { CancelCallback as CancelCallback10, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
37
+ import { CancelCallback as CancelCallback11, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
37
38
  import { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
38
39
  import { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
39
40
  import { CreateKBCallback } from "./components/share-kb/share-kb";
@@ -41,40 +42,41 @@ import { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNews
41
42
  import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
42
43
  import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
43
44
  import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
44
- import { ConfirmCallback as ConfirmCallback4, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
45
- import { AddCallback, CancelCallback as CancelCallback11, ConfirmCallback as ConfirmCallback5, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
45
+ import { ConfirmCallback as ConfirmCallback5, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
46
+ import { AddCallback, CancelCallback as CancelCallback12, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
46
47
  import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
47
48
  import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
48
49
  import { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback5, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback1, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback3 } from "./components/ww-images/ww-images";
49
50
  export { AiStatus, Message, UserMessageCallback } from "./components/ai-assistant/ai-assistant";
50
51
  export { MessageType } from "./components/ai-assistant/ai-assistant";
51
52
  export { Translations } from "./components/ai-assistant/ai-message";
52
- export { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm-application-declaration/bpm-app-declaration";
53
+ export { ApplicationDeclarationData, CancelCallback, ConfirmCallback, GetDataMappingCallback, SelectApplicationCallback, SelectMappingCallback, SuggestApplicationsCallback } from "./components/bpm/application-declaration/bpm-app-declaration";
54
+ export { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1 } from "./components/bpm/assign-roles/assign-roles";
53
55
  export { TitleType } from "./components/_helpers/title/title";
54
56
  export { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
55
57
  export { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
56
58
  export { ConnectionResultData, CreateKBData, GXServerConnectionData } from "./components/create-kb-from-server/create-kb-from-server";
57
59
  export { EntityData, FormSubmitResult, GxOption, ImportItemResultData, ObjectType as ObjectType2 } from "./common/types";
58
60
  export { EditResult, EnvironmentData, KBData, recentObjectData } from "./components/dashboard-home/dashboard-home";
59
- export { CancelCallback as CancelCallback1, ConfirmCallback as ConfirmCallback1, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
61
+ export { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
60
62
  export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
61
63
  export { ModuleServerData, ModuleServerType } from "./components/modules/types";
62
- export { CancelCallback as CancelCallback2, ConfirmCallback as ConfirmCallback2, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
64
+ export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback3, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
63
65
  export { EntitySelectorLabels } from "./components/_helpers/entity-selector/entity-selector";
64
66
  export { LabelPosition as LabelPosition1 } from "./components/_helpers/directory-selector/directory-selector";
65
67
  export { FileSelectorLabels, LabelPosition as LabelPosition2 } from "./components/file-selector/file-selector";
66
- export { CancelCallback as CancelCallback3, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
67
- export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/import-from-design/import-from-design";
68
- export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback5, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
69
- export { CancelCallback as CancelCallback6, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
68
+ export { CancelCallback as CancelCallback4, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
69
+ export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/import-from-design/import-from-design";
70
+ export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback6, ExportCallback, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, ObjectType, OptionsCallback } from "./components/kb-manager-export/kb-manager-export";
71
+ export { CancelCallback as CancelCallback7, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
70
72
  export { Color, Size } from "@genexus/gemini/dist/types/components/icon/icon";
71
73
  export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
72
74
  export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
73
75
  export { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
74
- export { CancelCallback as CancelCallback7, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
75
- export { CancelCallback as CancelCallback8, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
76
- export { CancelCallback as CancelCallback9, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
77
- export { CancelCallback as CancelCallback10, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
76
+ export { CancelCallback as CancelCallback8, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
77
+ export { CancelCallback as CancelCallback9, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
78
+ export { CancelCallback as CancelCallback10, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
79
+ export { CancelCallback as CancelCallback11, LoadCallback as LoadCallback2, NewObjectCallback, ObjectType as ObjectType1, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
78
80
  export { GetNewsCallback, OpenNewsCallback } from "./components/start-page/start-page";
79
81
  export { LoadReferencesCallback, ObjectData, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
80
82
  export { CreateKBCallback } from "./components/share-kb/share-kb";
@@ -82,8 +84,8 @@ export { GetNewsCallback as GetNewsCallback1, NewsData, OpenKbCallback, OpenNews
82
84
  export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
83
85
  export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
84
86
  export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
85
- export { ConfirmCallback as ConfirmCallback4, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
86
- export { AddCallback, CancelCallback as CancelCallback11, ConfirmCallback as ConfirmCallback5, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
87
+ export { ConfirmCallback as ConfirmCallback5, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
88
+ export { AddCallback, CancelCallback as CancelCallback12, ConfirmCallback as ConfirmCallback6, ObjectData as ObjectData1 } from "./components/team-dev/update-partial-selection/update-partial-selection";
87
89
  export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
88
90
  export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
89
91
  export { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback5, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback1, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback3 } from "./components/ww-images/ww-images";
@@ -182,6 +184,28 @@ export namespace Components {
182
184
  */
183
185
  "suggestApplicationsCallback": SuggestApplicationsCallback;
184
186
  }
187
+ interface GxIdeBpmAssignRoles {
188
+ /**
189
+ * Array with currently assigned roles
190
+ */
191
+ "assignedRoles": string[];
192
+ /**
193
+ * Callback invoked when user cancels assignation
194
+ */
195
+ "cancelCallback": CancelCallback1;
196
+ /**
197
+ * Callback invoked when user confirms assignation
198
+ */
199
+ "confirmCallback": ConfirmCallback1;
200
+ /**
201
+ * If true it displays the component title on the header
202
+ */
203
+ "displayTitle": false;
204
+ /**
205
+ * Array with all available roles
206
+ */
207
+ "roles": string[];
208
+ }
185
209
  interface GxIdeCard {
186
210
  /**
187
211
  * An optional sub-title that will show on the oposite side of the main title.
@@ -416,11 +440,11 @@ export namespace Components {
416
440
  /**
417
441
  * Callback invoked when the user wishes to cancel the selection of objects.
418
442
  */
419
- "cancelCallback": CancelCallback1;
443
+ "cancelCallback": CancelCallback2;
420
444
  /**
421
445
  * Callback invoked when the user presses the 'OK' button
422
446
  */
423
- "confirmCallback": ConfirmCallback1;
447
+ "confirmCallback": ConfirmCallback2;
424
448
  /**
425
449
  * If true it displays the component title on the header
426
450
  */
@@ -492,11 +516,11 @@ export namespace Components {
492
516
  /**
493
517
  * Cancel callback
494
518
  */
495
- "cancelCallback": CancelCallback2;
519
+ "cancelCallback": CancelCallback3;
496
520
  /**
497
521
  * Confirm callback
498
522
  */
499
- "confirmCallback": ConfirmCallback2;
523
+ "confirmCallback": ConfirmCallback3;
500
524
  /**
501
525
  * The name of the server
502
526
  */
@@ -612,7 +636,7 @@ export namespace Components {
612
636
  /**
613
637
  * Callback invoked when the user wants to cancel the exportation process
614
638
  */
615
- "cancelCallback": CancelCallback3;
639
+ "cancelCallback": CancelCallback4;
616
640
  /**
617
641
  * Specifies the configuration type to be used
618
642
  */
@@ -634,11 +658,11 @@ export namespace Components {
634
658
  /**
635
659
  * This is a function provided by the developer that cancel the load operation.
636
660
  */
637
- "cancelCallback": CancelCallback4;
661
+ "cancelCallback": CancelCallback5;
638
662
  /**
639
663
  * This is a function provided by the developer that init the process of import a design.
640
664
  */
641
- "confirmCallback": ConfirmCallback3;
665
+ "confirmCallback": ConfirmCallback4;
642
666
  /**
643
667
  * The default value for the module/folder filter
644
668
  */
@@ -715,7 +739,7 @@ export namespace Components {
715
739
  * Callback invoked when the user wants to cancel the export process.
716
740
  * @returns It returns a boolean indicating whether the process could be canceled or not.
717
741
  */
718
- "cancelCallback": CancelCallback5;
742
+ "cancelCallback": CancelCallback6;
719
743
  /**
720
744
  * If true it displays the component title on the header
721
745
  */
@@ -761,7 +785,7 @@ export namespace Components {
761
785
  * Callback invoked when the user wants to cancel the export process.
762
786
  * @returns It returns a boolean indicating whether the process could be canceled or not.
763
787
  */
764
- "cancelCallback": CancelCallback6;
788
+ "cancelCallback": CancelCallback7;
765
789
  /**
766
790
  * If true it displays the component title on the header
767
791
  */
@@ -925,7 +949,7 @@ export namespace Components {
925
949
  /**
926
950
  * Callback that will be invoked when user wants to cancel
927
951
  */
928
- "cancelCallback": CancelCallback7;
952
+ "cancelCallback": CancelCallback8;
929
953
  /**
930
954
  * Callback that will be invoked when user confirms the KB creation
931
955
  */
@@ -992,7 +1016,7 @@ export namespace Components {
992
1016
  /**
993
1017
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
994
1018
  */
995
- "cancelCallback": CancelCallback8;
1019
+ "cancelCallback": CancelCallback9;
996
1020
  /**
997
1021
  * DB Collations
998
1022
  */
@@ -1086,7 +1110,7 @@ export namespace Components {
1086
1110
  /**
1087
1111
  * Callback invoked when user wants to confirm object creation
1088
1112
  */
1089
- "cancelCallback": CancelCallback9;
1113
+ "cancelCallback": CancelCallback10;
1090
1114
  /**
1091
1115
  * Callback invoked when user wants to cancel object creation
1092
1116
  */
@@ -1132,7 +1156,7 @@ export namespace Components {
1132
1156
  /**
1133
1157
  * Callback invoked when the user wishes to cancel the selection of objects.
1134
1158
  */
1135
- "cancelCallback": CancelCallback10;
1159
+ "cancelCallback": CancelCallback11;
1136
1160
  /**
1137
1161
  * The categories render in the filter category selector
1138
1162
  */
@@ -1404,7 +1428,7 @@ export namespace Components {
1404
1428
  /**
1405
1429
  * This is a function provided by the developer that init the process of import a design.
1406
1430
  */
1407
- "confirmCallback": ConfirmCallback4;
1431
+ "confirmCallback": ConfirmCallback5;
1408
1432
  /**
1409
1433
  * If true it displays the component title on the header
1410
1434
  */
@@ -1466,11 +1490,11 @@ export namespace Components {
1466
1490
  /**
1467
1491
  * This is a function provided by the developer for execute when cancel button is pressed.
1468
1492
  */
1469
- "cancelCallback": CancelCallback11;
1493
+ "cancelCallback": CancelCallback12;
1470
1494
  /**
1471
1495
  * This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
1472
1496
  */
1473
- "confirmCallback": ConfirmCallback5;
1497
+ "confirmCallback": ConfirmCallback6;
1474
1498
  /**
1475
1499
  * If true it displays the component title on the header
1476
1500
  */
@@ -1653,6 +1677,10 @@ export interface GxIdeBpmAppDeclarationCustomEvent<T> extends CustomEvent<T> {
1653
1677
  detail: T;
1654
1678
  target: HTMLGxIdeBpmAppDeclarationElement;
1655
1679
  }
1680
+ export interface GxIdeBpmAssignRolesCustomEvent<T> extends CustomEvent<T> {
1681
+ detail: T;
1682
+ target: HTMLGxIdeBpmAssignRolesElement;
1683
+ }
1656
1684
  export interface GxIdeCardCustomEvent<T> extends CustomEvent<T> {
1657
1685
  detail: T;
1658
1686
  target: HTMLGxIdeCardElement;
@@ -1806,6 +1834,23 @@ declare global {
1806
1834
  prototype: HTMLGxIdeBpmAppDeclarationElement;
1807
1835
  new (): HTMLGxIdeBpmAppDeclarationElement;
1808
1836
  };
1837
+ interface HTMLGxIdeBpmAssignRolesElementEventMap {
1838
+ "componentDidRenderFirstTime": string;
1839
+ }
1840
+ interface HTMLGxIdeBpmAssignRolesElement extends Components.GxIdeBpmAssignRoles, HTMLStencilElement {
1841
+ addEventListener<K extends keyof HTMLGxIdeBpmAssignRolesElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmAssignRolesElement, ev: GxIdeBpmAssignRolesCustomEvent<HTMLGxIdeBpmAssignRolesElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1842
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1843
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1844
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1845
+ removeEventListener<K extends keyof HTMLGxIdeBpmAssignRolesElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmAssignRolesElement, ev: GxIdeBpmAssignRolesCustomEvent<HTMLGxIdeBpmAssignRolesElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1846
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1847
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1848
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1849
+ }
1850
+ var HTMLGxIdeBpmAssignRolesElement: {
1851
+ prototype: HTMLGxIdeBpmAssignRolesElement;
1852
+ new (): HTMLGxIdeBpmAssignRolesElement;
1853
+ };
1809
1854
  interface HTMLGxIdeCardElementEventMap {
1810
1855
  "componentDidRenderFirstTime": string;
1811
1856
  }
@@ -2360,6 +2405,7 @@ declare global {
2360
2405
  "gx-ide-ai-assistant": HTMLGxIdeAiAssistantElement;
2361
2406
  "gx-ide-ai-message": HTMLGxIdeAiMessageElement;
2362
2407
  "gx-ide-bpm-app-declaration": HTMLGxIdeBpmAppDeclarationElement;
2408
+ "gx-ide-bpm-assign-roles": HTMLGxIdeBpmAssignRolesElement;
2363
2409
  "gx-ide-card": HTMLGxIdeCardElement;
2364
2410
  "gx-ide-container": HTMLGxIdeContainerElement;
2365
2411
  "gx-ide-create-kb-from-server": HTMLGxIdeCreateKbFromServerElement;
@@ -2495,6 +2541,32 @@ declare namespace LocalJSX {
2495
2541
  */
2496
2542
  "suggestApplicationsCallback"?: SuggestApplicationsCallback;
2497
2543
  }
2544
+ interface GxIdeBpmAssignRoles {
2545
+ /**
2546
+ * Array with currently assigned roles
2547
+ */
2548
+ "assignedRoles"?: string[];
2549
+ /**
2550
+ * Callback invoked when user cancels assignation
2551
+ */
2552
+ "cancelCallback"?: CancelCallback1;
2553
+ /**
2554
+ * Callback invoked when user confirms assignation
2555
+ */
2556
+ "confirmCallback"?: ConfirmCallback1;
2557
+ /**
2558
+ * If true it displays the component title on the header
2559
+ */
2560
+ "displayTitle"?: false;
2561
+ /**
2562
+ * @description Gets fired when the component has rendered for the first time.
2563
+ */
2564
+ "onComponentDidRenderFirstTime"?: (event: GxIdeBpmAssignRolesCustomEvent<string>) => void;
2565
+ /**
2566
+ * Array with all available roles
2567
+ */
2568
+ "roles"?: string[];
2569
+ }
2498
2570
  interface GxIdeCard {
2499
2571
  /**
2500
2572
  * An optional sub-title that will show on the oposite side of the main title.
@@ -2741,11 +2813,11 @@ declare namespace LocalJSX {
2741
2813
  /**
2742
2814
  * Callback invoked when the user wishes to cancel the selection of objects.
2743
2815
  */
2744
- "cancelCallback": CancelCallback1;
2816
+ "cancelCallback": CancelCallback2;
2745
2817
  /**
2746
2818
  * Callback invoked when the user presses the 'OK' button
2747
2819
  */
2748
- "confirmCallback": ConfirmCallback1;
2820
+ "confirmCallback": ConfirmCallback2;
2749
2821
  /**
2750
2822
  * If true it displays the component title on the header
2751
2823
  */
@@ -2817,11 +2889,11 @@ declare namespace LocalJSX {
2817
2889
  /**
2818
2890
  * Cancel callback
2819
2891
  */
2820
- "cancelCallback"?: CancelCallback2;
2892
+ "cancelCallback"?: CancelCallback3;
2821
2893
  /**
2822
2894
  * Confirm callback
2823
2895
  */
2824
- "confirmCallback"?: ConfirmCallback2;
2896
+ "confirmCallback"?: ConfirmCallback3;
2825
2897
  /**
2826
2898
  * The name of the server
2827
2899
  */
@@ -2945,7 +3017,7 @@ declare namespace LocalJSX {
2945
3017
  /**
2946
3018
  * Callback invoked when the user wants to cancel the exportation process
2947
3019
  */
2948
- "cancelCallback"?: CancelCallback3;
3020
+ "cancelCallback"?: CancelCallback4;
2949
3021
  /**
2950
3022
  * Specifies the configuration type to be used
2951
3023
  */
@@ -2971,11 +3043,11 @@ declare namespace LocalJSX {
2971
3043
  /**
2972
3044
  * This is a function provided by the developer that cancel the load operation.
2973
3045
  */
2974
- "cancelCallback": CancelCallback4;
3046
+ "cancelCallback": CancelCallback5;
2975
3047
  /**
2976
3048
  * This is a function provided by the developer that init the process of import a design.
2977
3049
  */
2978
- "confirmCallback": ConfirmCallback3;
3050
+ "confirmCallback": ConfirmCallback4;
2979
3051
  /**
2980
3052
  * The default value for the module/folder filter
2981
3053
  */
@@ -3052,7 +3124,7 @@ declare namespace LocalJSX {
3052
3124
  * Callback invoked when the user wants to cancel the export process.
3053
3125
  * @returns It returns a boolean indicating whether the process could be canceled or not.
3054
3126
  */
3055
- "cancelCallback"?: CancelCallback5;
3127
+ "cancelCallback"?: CancelCallback6;
3056
3128
  /**
3057
3129
  * If true it displays the component title on the header
3058
3130
  */
@@ -3102,7 +3174,7 @@ declare namespace LocalJSX {
3102
3174
  * Callback invoked when the user wants to cancel the export process.
3103
3175
  * @returns It returns a boolean indicating whether the process could be canceled or not.
3104
3176
  */
3105
- "cancelCallback"?: CancelCallback6;
3177
+ "cancelCallback"?: CancelCallback7;
3106
3178
  /**
3107
3179
  * If true it displays the component title on the header
3108
3180
  */
@@ -3282,7 +3354,7 @@ declare namespace LocalJSX {
3282
3354
  /**
3283
3355
  * Callback that will be invoked when user wants to cancel
3284
3356
  */
3285
- "cancelCallback"?: CancelCallback7;
3357
+ "cancelCallback"?: CancelCallback8;
3286
3358
  /**
3287
3359
  * Callback that will be invoked when user confirms the KB creation
3288
3360
  */
@@ -3349,7 +3421,7 @@ declare namespace LocalJSX {
3349
3421
  /**
3350
3422
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
3351
3423
  */
3352
- "cancelCallback"?: CancelCallback8;
3424
+ "cancelCallback"?: CancelCallback9;
3353
3425
  /**
3354
3426
  * DB Collations
3355
3427
  */
@@ -3443,7 +3515,7 @@ declare namespace LocalJSX {
3443
3515
  /**
3444
3516
  * Callback invoked when user wants to confirm object creation
3445
3517
  */
3446
- "cancelCallback"?: CancelCallback9;
3518
+ "cancelCallback"?: CancelCallback10;
3447
3519
  /**
3448
3520
  * Callback invoked when user wants to cancel object creation
3449
3521
  */
@@ -3505,7 +3577,7 @@ declare namespace LocalJSX {
3505
3577
  /**
3506
3578
  * Callback invoked when the user wishes to cancel the selection of objects.
3507
3579
  */
3508
- "cancelCallback": CancelCallback10;
3580
+ "cancelCallback": CancelCallback11;
3509
3581
  /**
3510
3582
  * The categories render in the filter category selector
3511
3583
  */
@@ -3805,7 +3877,7 @@ declare namespace LocalJSX {
3805
3877
  /**
3806
3878
  * This is a function provided by the developer that init the process of import a design.
3807
3879
  */
3808
- "confirmCallback": ConfirmCallback4;
3880
+ "confirmCallback": ConfirmCallback5;
3809
3881
  /**
3810
3882
  * If true it displays the component title on the header
3811
3883
  */
@@ -3871,11 +3943,11 @@ declare namespace LocalJSX {
3871
3943
  /**
3872
3944
  * This is a function provided by the developer for execute when cancel button is pressed.
3873
3945
  */
3874
- "cancelCallback": CancelCallback11;
3946
+ "cancelCallback": CancelCallback12;
3875
3947
  /**
3876
3948
  * This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
3877
3949
  */
3878
- "confirmCallback": ConfirmCallback5;
3950
+ "confirmCallback": ConfirmCallback6;
3879
3951
  /**
3880
3952
  * If true it displays the component title on the header
3881
3953
  */
@@ -4065,6 +4137,7 @@ declare namespace LocalJSX {
4065
4137
  "gx-ide-ai-assistant": GxIdeAiAssistant;
4066
4138
  "gx-ide-ai-message": GxIdeAiMessage;
4067
4139
  "gx-ide-bpm-app-declaration": GxIdeBpmAppDeclaration;
4140
+ "gx-ide-bpm-assign-roles": GxIdeBpmAssignRoles;
4068
4141
  "gx-ide-card": GxIdeCard;
4069
4142
  "gx-ide-container": GxIdeContainer;
4070
4143
  "gx-ide-create-kb-from-server": GxIdeCreateKbFromServer;
@@ -4112,6 +4185,7 @@ declare module "@stencil/core" {
4112
4185
  "gx-ide-ai-assistant": LocalJSX.GxIdeAiAssistant & JSXBase.HTMLAttributes<HTMLGxIdeAiAssistantElement>;
4113
4186
  "gx-ide-ai-message": LocalJSX.GxIdeAiMessage & JSXBase.HTMLAttributes<HTMLGxIdeAiMessageElement>;
4114
4187
  "gx-ide-bpm-app-declaration": LocalJSX.GxIdeBpmAppDeclaration & JSXBase.HTMLAttributes<HTMLGxIdeBpmAppDeclarationElement>;
4188
+ "gx-ide-bpm-assign-roles": LocalJSX.GxIdeBpmAssignRoles & JSXBase.HTMLAttributes<HTMLGxIdeBpmAssignRolesElement>;
4115
4189
  "gx-ide-card": LocalJSX.GxIdeCard & JSXBase.HTMLAttributes<HTMLGxIdeCardElement>;
4116
4190
  "gx-ide-container": LocalJSX.GxIdeContainer & JSXBase.HTMLAttributes<HTMLGxIdeContainerElement>;
4117
4191
  "gx-ide-create-kb-from-server": LocalJSX.GxIdeCreateKbFromServer & JSXBase.HTMLAttributes<HTMLGxIdeCreateKbFromServerElement>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genexus/genexus-ide-ui",
3
3
  "license": "Apache-2.0",
4
- "version": "0.0.115",
4
+ "version": "0.0.117",
5
5
  "description": "GeneXus IDE UI components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",
@@ -36,10 +36,10 @@
36
36
  "@types/react": "^18.2.8"
37
37
  },
38
38
  "peerDependencies": {
39
- "@genexus/gemini": "*0.2.124"
39
+ "@genexus/gemini": "*0.2.125"
40
40
  },
41
41
  "devDependencies": {
42
- "@genexus/gemini": "*0.2.124",
42
+ "@genexus/gemini": "*0.2.125",
43
43
  "@stencil-community/eslint-plugin": "^0.6.0",
44
44
  "@stencil/core": "~4.9.0",
45
45
  "@stencil/sass": "~1.4.0",