@genexus/genexus-ide-ui 1.0.72 → 1.0.74

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 (59) hide show
  1. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  2. package/dist/cjs/gx-ide-bpm-sync-gam-roles.cjs.entry.js +104 -0
  3. package/dist/cjs/gx-ide-bpm-sync-gam-roles.cjs.entry.js.map +1 -0
  4. package/dist/cjs/gx-ide-bpm-task-documents.cjs.entry.js +282 -0
  5. package/dist/cjs/gx-ide-bpm-task-documents.cjs.entry.js.map +1 -0
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/collection/collection-manifest.json +2 -0
  8. package/dist/collection/components/bpm/sync-gam-roles/bpm-sync-gam-roles.css +6 -0
  9. package/dist/collection/components/bpm/sync-gam-roles/bpm-sync-gam-roles.js +167 -0
  10. package/dist/collection/components/bpm/sync-gam-roles/bpm-sync-gam-roles.js.map +1 -0
  11. package/dist/collection/components/bpm/sync-gam-roles/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.en.json +18 -0
  12. package/dist/collection/components/bpm/sync-gam-roles/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.ja.json +18 -0
  13. package/dist/collection/components/bpm/sync-gam-roles/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.zh.json +18 -0
  14. package/dist/collection/components/bpm/sync-gam-roles/gx-ide-assets/bpm-sync-gam-roles/shortcuts.json +15 -0
  15. package/dist/collection/components/bpm/sync-gam-roles/helpers.js +12 -0
  16. package/dist/collection/components/bpm/sync-gam-roles/helpers.js.map +1 -0
  17. package/dist/collection/components/bpm/task-documents/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.en.json +23 -0
  18. package/dist/collection/components/bpm/task-documents/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.ja.json +23 -0
  19. package/dist/collection/components/bpm/task-documents/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.zh.json +23 -0
  20. package/dist/collection/components/bpm/task-documents/gx-ide-assets/bpm-task-documents/shortcuts.json +15 -0
  21. package/dist/collection/components/bpm/task-documents/helpers.js +34 -0
  22. package/dist/collection/components/bpm/task-documents/helpers.js.map +1 -0
  23. package/dist/collection/components/bpm/task-documents/task-documents.css +26 -0
  24. package/dist/collection/components/bpm/task-documents/task-documents.js +440 -0
  25. package/dist/collection/components/bpm/task-documents/task-documents.js.map +1 -0
  26. package/dist/collection/testing/locale.e2e.js +2 -0
  27. package/dist/collection/testing/locale.e2e.js.map +1 -1
  28. package/dist/components/gx-ide-bpm-sync-gam-roles.d.ts +11 -0
  29. package/dist/components/gx-ide-bpm-sync-gam-roles.js +122 -0
  30. package/dist/components/gx-ide-bpm-sync-gam-roles.js.map +1 -0
  31. package/dist/components/gx-ide-bpm-task-documents.d.ts +11 -0
  32. package/dist/components/gx-ide-bpm-task-documents.js +313 -0
  33. package/dist/components/gx-ide-bpm-task-documents.js.map +1 -0
  34. package/dist/esm/genexus-ide-ui.js +1 -1
  35. package/dist/esm/gx-ide-bpm-sync-gam-roles.entry.js +100 -0
  36. package/dist/esm/gx-ide-bpm-sync-gam-roles.entry.js.map +1 -0
  37. package/dist/esm/gx-ide-bpm-task-documents.entry.js +278 -0
  38. package/dist/esm/gx-ide-bpm-task-documents.entry.js.map +1 -0
  39. package/dist/esm/loader.js +1 -1
  40. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
  41. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  42. package/dist/genexus-ide-ui/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.en.json +18 -0
  43. package/dist/genexus-ide-ui/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.ja.json +18 -0
  44. package/dist/genexus-ide-ui/gx-ide-assets/bpm-sync-gam-roles/langs/bpm-sync-gam-roles.lang.zh.json +18 -0
  45. package/dist/genexus-ide-ui/gx-ide-assets/bpm-sync-gam-roles/shortcuts.json +15 -0
  46. package/dist/genexus-ide-ui/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.en.json +23 -0
  47. package/dist/genexus-ide-ui/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.ja.json +23 -0
  48. package/dist/genexus-ide-ui/gx-ide-assets/bpm-task-documents/langs/bpm-task-documents.lang.zh.json +23 -0
  49. package/dist/genexus-ide-ui/gx-ide-assets/bpm-task-documents/shortcuts.json +15 -0
  50. package/dist/genexus-ide-ui/p-a3361024.entry.js +419 -0
  51. package/dist/genexus-ide-ui/p-a3361024.entry.js.map +1 -0
  52. package/dist/genexus-ide-ui/p-ded7444c.entry.js +136 -0
  53. package/dist/genexus-ide-ui/p-ded7444c.entry.js.map +1 -0
  54. package/dist/types/components/bpm/sync-gam-roles/bpm-sync-gam-roles.d.ts +23 -0
  55. package/dist/types/components/bpm/sync-gam-roles/helpers.d.ts +2 -0
  56. package/dist/types/components/bpm/task-documents/helpers.d.ts +8 -0
  57. package/dist/types/components/bpm/task-documents/task-documents.d.ts +71 -0
  58. package/dist/types/components.d.ts +185 -62
  59. package/package.json +1 -1
@@ -16,6 +16,8 @@ import { ObjectData } from "./components/bpm/objects-selector/helpers";
16
16
  import { ImportData } from "./components/bpm/import-files/bpm-import-files";
17
17
  import { ImportData as ImportData1 } from "./components/bpm/import-gxpm/bpm-import-gxpm";
18
18
  import { SelectionData } from "./components/bpm/objects-selector/bpm-objects-selector";
19
+ import { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
20
+ import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
19
21
  import { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
20
22
  import { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
21
23
  import { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectType } from "./common/types";
@@ -26,26 +28,26 @@ import { GXServerConnectionData as GXServerConnectionData1 } from "./components/
26
28
  import { KBData, KBVersion, KnowledgeBaseInfo } from "./components/team-dev/create-kb-from-server/create-kb-from-server";
27
29
  import { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
28
30
  import { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
29
- import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
31
+ import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
30
32
  import { DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
31
- import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
33
+ import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
32
34
  import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
33
35
  import { ModuleServerData, ModuleServerType } from "./components/modules/types";
34
- import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
35
- import { CancelCallback as CancelCallback6, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
36
- import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback } from "./components/kb-manager-export/types";
37
- import { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
36
+ import { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
37
+ import { CancelCallback as CancelCallback7, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
38
+ import { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback } from "./components/kb-manager-export/types";
39
+ import { CancelCallback as CancelCallback9, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
38
40
  import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
39
41
  import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
40
42
  import { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
41
43
  import { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
42
44
  import { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallback as ServerContextMenuCallback1, ServerSelectedCallback as ServerSelectedCallback1 } from "./components/modules/manage-module-references-v2/manage-module-references-v2";
43
- import { CancelCallback as CancelCallback9, CloseCallback, ConfirmCallback as ConfirmCallback5, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
44
- import { CancelCallback as CancelCallback10, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
45
- import { CancelCallback as CancelCallback11, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
46
- import { CancelCallback as CancelCallback12, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
45
+ import { CancelCallback as CancelCallback10, CloseCallback, ConfirmCallback as ConfirmCallback6, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
46
+ import { CancelCallback as CancelCallback11, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
47
+ import { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
48
+ import { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
47
49
  import { NewVersionData } from "./components/new-version/new-version";
48
- import { CancelCallback as CancelCallback13, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
50
+ import { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
49
51
  import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
50
52
  import { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
51
53
  import { TeamData } from "./components/select-user-team/select-user-team";
@@ -56,8 +58,8 @@ import { RecentKBData, SecondarySection } from "./components/start-page/start-pa
56
58
  import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
57
59
  import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
58
60
  import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
59
- import { ConfirmCallback as ConfirmCallback6, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
60
- import { AddCallback, CancelCallback as CancelCallback14, ConfirmCallback as ConfirmCallback7, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
61
+ import { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
62
+ import { AddCallback, CancelCallback as CancelCallback15, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
61
63
  import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
62
64
  import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
63
65
  import { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
@@ -76,6 +78,8 @@ export { ObjectData } from "./components/bpm/objects-selector/helpers";
76
78
  export { ImportData } from "./components/bpm/import-files/bpm-import-files";
77
79
  export { ImportData as ImportData1 } from "./components/bpm/import-gxpm/bpm-import-gxpm";
78
80
  export { SelectionData } from "./components/bpm/objects-selector/bpm-objects-selector";
81
+ export { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
82
+ export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
79
83
  export { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
80
84
  export { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
81
85
  export { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectType } from "./common/types";
@@ -86,26 +90,26 @@ export { GXServerConnectionData as GXServerConnectionData1 } from "./components/
86
90
  export { KBData, KBVersion, KnowledgeBaseInfo } from "./components/team-dev/create-kb-from-server/create-kb-from-server";
87
91
  export { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
88
92
  export { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
89
- export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
93
+ export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
90
94
  export { DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
91
- export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
95
+ export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
92
96
  export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
93
97
  export { ModuleServerData, ModuleServerType } from "./components/modules/types";
94
- export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
95
- export { CancelCallback as CancelCallback6, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
96
- export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback7, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback } from "./components/kb-manager-export/types";
97
- export { CancelCallback as CancelCallback8, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
98
+ export { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
99
+ export { CancelCallback as CancelCallback7, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
100
+ export { AddObjectsCallback, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback } from "./components/kb-manager-export/types";
101
+ export { CancelCallback as CancelCallback9, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-import/kb-manager-import";
98
102
  export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
99
103
  export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
100
104
  export { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
101
105
  export { AddServerCallback, ExecuteActionCallback, ServerContextMenuCallback, ServerSelectedCallback } from "./components/modules/manage-module-references/manage-module-references";
102
106
  export { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallback as ServerContextMenuCallback1, ServerSelectedCallback as ServerSelectedCallback1 } from "./components/modules/manage-module-references-v2/manage-module-references-v2";
103
- export { CancelCallback as CancelCallback9, CloseCallback, ConfirmCallback as ConfirmCallback5, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
104
- export { CancelCallback as CancelCallback10, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
105
- export { CancelCallback as CancelCallback11, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
106
- export { CancelCallback as CancelCallback12, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
107
+ export { CancelCallback as CancelCallback10, CloseCallback, ConfirmCallback as ConfirmCallback6, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
108
+ export { CancelCallback as CancelCallback11, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
109
+ export { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
110
+ export { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
107
111
  export { NewVersionData } from "./components/new-version/new-version";
108
- export { CancelCallback as CancelCallback13, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
112
+ export { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
109
113
  export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
110
114
  export { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
111
115
  export { TeamData } from "./components/select-user-team/select-user-team";
@@ -116,8 +120,8 @@ export { RecentKBData, SecondarySection } from "./components/start-page/start-pa
116
120
  export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
117
121
  export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback3, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
118
122
  export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
119
- export { ConfirmCallback as ConfirmCallback6, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
120
- export { AddCallback, CancelCallback as CancelCallback14, ConfirmCallback as ConfirmCallback7, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
123
+ export { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as LoadCallback4, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
124
+ export { AddCallback, CancelCallback as CancelCallback15, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
121
125
  export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
122
126
  export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
123
127
  export { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
@@ -358,6 +362,51 @@ export namespace Components {
358
362
  */
359
363
  "selection": SelectionData;
360
364
  }
365
+ interface GxIdeBpmSyncGamRoles {
366
+ /**
367
+ * Callback invoked when the user press the 'Cancel' button
368
+ */
369
+ "cancelCallback": () => Promise<void>;
370
+ /**
371
+ * Callback invoked when the user press the 'Ok' button
372
+ */
373
+ "saveCallback": (syncData: SyncData) => Promise<boolean>;
374
+ /**
375
+ * Suspends or reactivates the shortcuts
376
+ */
377
+ "suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
378
+ }
379
+ interface GxIdeBpmTaskDocuments {
380
+ /**
381
+ * @property cancelCallback
382
+ * @description Callback invoked when the user cancels the application declaration (Cancel button)
383
+ */
384
+ "cancelCallback": CancelCallback3;
385
+ /**
386
+ * @property confirmCallback
387
+ * @description Callback invoked when the user confirms the application declaration (Ok button)
388
+ */
389
+ "confirmCallback": ConfirmCallback2;
390
+ /**
391
+ * @property documents
392
+ * @description The current value of the documents for the task
393
+ */
394
+ "documents": TaskDocumentData[];
395
+ /**
396
+ * @property selectDocumentCallback
397
+ * @description Callback invoked when the user presses the '...' button to access the WorkflowDocuments selection dialog. Returns the name of the document to be inserted in the input or 'undefined' if it was canceled.
398
+ */
399
+ "selectDocumentCallback": SelectDocumentCallback;
400
+ /**
401
+ * @property suggestDocumentsCallback
402
+ * @description Callback that must be called to obtain options for the document input.
403
+ */
404
+ "suggestDocumentsCallback": SuggestDocumentsCallback;
405
+ /**
406
+ * Suspends or reactivates the shortcuts
407
+ */
408
+ "suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
409
+ }
361
410
  interface GxIdeBpmTimerDuration {
362
411
  /**
363
412
  * Callback invoked when user cancels application declaration
@@ -690,11 +739,11 @@ export namespace Components {
690
739
  /**
691
740
  * Callback invoked when the user wishes to cancel the selection of objects.
692
741
  */
693
- "cancelCallback": CancelCallback3;
742
+ "cancelCallback": CancelCallback4;
694
743
  /**
695
744
  * Callback invoked when the user presses the 'OK' button
696
745
  */
697
- "confirmCallback": ConfirmCallback2;
746
+ "confirmCallback": ConfirmCallback3;
698
747
  /**
699
748
  * The default value for the module/folder filter
700
749
  */
@@ -758,11 +807,11 @@ export namespace Components {
758
807
  /**
759
808
  * This is a function provided by the developer that cancel the load operation.
760
809
  */
761
- "cancelCallback": CancelCallback4;
810
+ "cancelCallback": CancelCallback5;
762
811
  /**
763
812
  * This is a function provided by the developer that initiates the process of importing a design.
764
813
  */
765
- "confirmCallback": ConfirmCallback3;
814
+ "confirmCallback": ConfirmCallback4;
766
815
  /**
767
816
  * Default value for the 'Module' field.
768
817
  */
@@ -854,11 +903,11 @@ export namespace Components {
854
903
  /**
855
904
  * Cancel callback
856
905
  */
857
- "cancelCallback": CancelCallback5;
906
+ "cancelCallback": CancelCallback6;
858
907
  /**
859
908
  * Confirm callback
860
909
  */
861
- "confirmCallback": ConfirmCallback4;
910
+ "confirmCallback": ConfirmCallback5;
862
911
  /**
863
912
  * The name of the server
864
913
  */
@@ -936,7 +985,7 @@ export namespace Components {
936
985
  /**
937
986
  * Callback invoked when the user wants to cancel the exportation process
938
987
  */
939
- "cancelCallback": CancelCallback6;
988
+ "cancelCallback": CancelCallback7;
940
989
  /**
941
990
  * Specifies the configuration type to be used
942
991
  */
@@ -973,7 +1022,7 @@ export namespace Components {
973
1022
  * Callback invoked when the user wants to cancel the export process.
974
1023
  * @returns It returns a boolean indicating whether the process could be canceled or not.
975
1024
  */
976
- "cancelCallback": CancelCallback7;
1025
+ "cancelCallback": CancelCallback8;
977
1026
  /**
978
1027
  * Callback invoked when the user wants to initiate the export process.
979
1028
  * @param fileName :string
@@ -1014,7 +1063,7 @@ export namespace Components {
1014
1063
  /**
1015
1064
  * Callback invoked when user wants to cancel the export process.
1016
1065
  */
1017
- "cancelCallback": CancelCallback8;
1066
+ "cancelCallback": CancelCallback9;
1018
1067
  /**
1019
1068
  * Callback invoked when user wants to initiate the import process.
1020
1069
  */
@@ -1210,7 +1259,7 @@ export namespace Components {
1210
1259
  /**
1211
1260
  * Callback invoked when user cancels reorganization
1212
1261
  */
1213
- "cancelCallback": CancelCallback9;
1262
+ "cancelCallback": CancelCallback10;
1214
1263
  /**
1215
1264
  * Clear items
1216
1265
  */
@@ -1222,7 +1271,7 @@ export namespace Components {
1222
1271
  /**
1223
1272
  * Callback invoked when user confirms data base reorganization
1224
1273
  */
1225
- "confirmCallback": ConfirmCallback5;
1274
+ "confirmCallback": ConfirmCallback6;
1226
1275
  /**
1227
1276
  * The header data to display on the header.
1228
1277
  */
@@ -1236,7 +1285,7 @@ export namespace Components {
1236
1285
  /**
1237
1286
  * Callback invoked when user wants to cancel
1238
1287
  */
1239
- "cancelCallback": CancelCallback10;
1288
+ "cancelCallback": CancelCallback11;
1240
1289
  /**
1241
1290
  * Callback invoked when user confirms the KB creation
1242
1291
  */
@@ -1291,7 +1340,7 @@ export namespace Components {
1291
1340
  /**
1292
1341
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
1293
1342
  */
1294
- "cancelCallback": CancelCallback11;
1343
+ "cancelCallback": CancelCallback12;
1295
1344
  /**
1296
1345
  * DB Collations
1297
1346
  */
@@ -1373,7 +1422,7 @@ export namespace Components {
1373
1422
  /**
1374
1423
  * Callback invoked when user wants to cancel object creation
1375
1424
  */
1376
- "cancelCallback": CancelCallback12;
1425
+ "cancelCallback": CancelCallback13;
1377
1426
  /**
1378
1427
  * Callback invoked when user wants to confirm object creation
1379
1428
  */
@@ -1443,7 +1492,7 @@ export namespace Components {
1443
1492
  /**
1444
1493
  * Callback invoked when the user wishes to cancel the selection of objects.
1445
1494
  */
1446
- "cancelCallback": CancelCallback13;
1495
+ "cancelCallback": CancelCallback14;
1447
1496
  /**
1448
1497
  * The categories render in the filter category selector
1449
1498
  */
@@ -1849,7 +1898,7 @@ export namespace Components {
1849
1898
  /**
1850
1899
  * This is a function provided by the developer that init the process of import a design.
1851
1900
  */
1852
- "confirmCallback": ConfirmCallback6;
1901
+ "confirmCallback": ConfirmCallback7;
1853
1902
  /**
1854
1903
  * If true it displays the component title on the header
1855
1904
  */
@@ -1911,11 +1960,11 @@ export namespace Components {
1911
1960
  /**
1912
1961
  * This is a function provided by the developer for execute when cancel button is pressed.
1913
1962
  */
1914
- "cancelCallback": CancelCallback14;
1963
+ "cancelCallback": CancelCallback15;
1915
1964
  /**
1916
1965
  * This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
1917
1966
  */
1918
- "confirmCallback": ConfirmCallback7;
1967
+ "confirmCallback": ConfirmCallback8;
1919
1968
  /**
1920
1969
  * If true it displays the component title on the header
1921
1970
  */
@@ -2279,6 +2328,10 @@ export interface GxIdeBpmObjectsSelectorCustomEvent<T> extends CustomEvent<T> {
2279
2328
  detail: T;
2280
2329
  target: HTMLGxIdeBpmObjectsSelectorElement;
2281
2330
  }
2331
+ export interface GxIdeBpmTaskDocumentsCustomEvent<T> extends CustomEvent<T> {
2332
+ detail: T;
2333
+ target: HTMLGxIdeBpmTaskDocumentsElement;
2334
+ }
2282
2335
  export interface GxIdeBpmTimerDurationCustomEvent<T> extends CustomEvent<T> {
2283
2336
  detail: T;
2284
2337
  target: HTMLGxIdeBpmTimerDurationElement;
@@ -2498,6 +2551,29 @@ declare global {
2498
2551
  prototype: HTMLGxIdeBpmObjectsSelectorElement;
2499
2552
  new (): HTMLGxIdeBpmObjectsSelectorElement;
2500
2553
  };
2554
+ interface HTMLGxIdeBpmSyncGamRolesElement extends Components.GxIdeBpmSyncGamRoles, HTMLStencilElement {
2555
+ }
2556
+ var HTMLGxIdeBpmSyncGamRolesElement: {
2557
+ prototype: HTMLGxIdeBpmSyncGamRolesElement;
2558
+ new (): HTMLGxIdeBpmSyncGamRolesElement;
2559
+ };
2560
+ interface HTMLGxIdeBpmTaskDocumentsElementEventMap {
2561
+ "componentDidRenderFirstTime": string;
2562
+ }
2563
+ interface HTMLGxIdeBpmTaskDocumentsElement extends Components.GxIdeBpmTaskDocuments, HTMLStencilElement {
2564
+ addEventListener<K extends keyof HTMLGxIdeBpmTaskDocumentsElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmTaskDocumentsElement, ev: GxIdeBpmTaskDocumentsCustomEvent<HTMLGxIdeBpmTaskDocumentsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2565
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2566
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2567
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2568
+ removeEventListener<K extends keyof HTMLGxIdeBpmTaskDocumentsElementEventMap>(type: K, listener: (this: HTMLGxIdeBpmTaskDocumentsElement, ev: GxIdeBpmTaskDocumentsCustomEvent<HTMLGxIdeBpmTaskDocumentsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2569
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2570
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2571
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2572
+ }
2573
+ var HTMLGxIdeBpmTaskDocumentsElement: {
2574
+ prototype: HTMLGxIdeBpmTaskDocumentsElement;
2575
+ new (): HTMLGxIdeBpmTaskDocumentsElement;
2576
+ };
2501
2577
  interface HTMLGxIdeBpmTimerDurationElementEventMap {
2502
2578
  "componentDidRenderFirstTime": string;
2503
2579
  }
@@ -3111,6 +3187,8 @@ declare global {
3111
3187
  "gx-ide-bpm-import-files": HTMLGxIdeBpmImportFilesElement;
3112
3188
  "gx-ide-bpm-import-gxpm": HTMLGxIdeBpmImportGxpmElement;
3113
3189
  "gx-ide-bpm-objects-selector": HTMLGxIdeBpmObjectsSelectorElement;
3190
+ "gx-ide-bpm-sync-gam-roles": HTMLGxIdeBpmSyncGamRolesElement;
3191
+ "gx-ide-bpm-task-documents": HTMLGxIdeBpmTaskDocumentsElement;
3114
3192
  "gx-ide-bpm-timer-duration": HTMLGxIdeBpmTimerDurationElement;
3115
3193
  "gx-ide-card": HTMLGxIdeCardElement;
3116
3194
  "gx-ide-chat-container": HTMLGxIdeChatContainerElement;
@@ -3425,6 +3503,47 @@ declare namespace LocalJSX {
3425
3503
  */
3426
3504
  "selection"?: SelectionData;
3427
3505
  }
3506
+ interface GxIdeBpmSyncGamRoles {
3507
+ /**
3508
+ * Callback invoked when the user press the 'Cancel' button
3509
+ */
3510
+ "cancelCallback"?: () => Promise<void>;
3511
+ /**
3512
+ * Callback invoked when the user press the 'Ok' button
3513
+ */
3514
+ "saveCallback"?: (syncData: SyncData) => Promise<boolean>;
3515
+ }
3516
+ interface GxIdeBpmTaskDocuments {
3517
+ /**
3518
+ * @property cancelCallback
3519
+ * @description Callback invoked when the user cancels the application declaration (Cancel button)
3520
+ */
3521
+ "cancelCallback"?: CancelCallback3;
3522
+ /**
3523
+ * @property confirmCallback
3524
+ * @description Callback invoked when the user confirms the application declaration (Ok button)
3525
+ */
3526
+ "confirmCallback"?: ConfirmCallback2;
3527
+ /**
3528
+ * @property documents
3529
+ * @description The current value of the documents for the task
3530
+ */
3531
+ "documents"?: TaskDocumentData[];
3532
+ /**
3533
+ * @description Gets fired when the component has rendered for the first time.
3534
+ */
3535
+ "onComponentDidRenderFirstTime"?: (event: GxIdeBpmTaskDocumentsCustomEvent<string>) => void;
3536
+ /**
3537
+ * @property selectDocumentCallback
3538
+ * @description Callback invoked when the user presses the '...' button to access the WorkflowDocuments selection dialog. Returns the name of the document to be inserted in the input or 'undefined' if it was canceled.
3539
+ */
3540
+ "selectDocumentCallback"?: SelectDocumentCallback;
3541
+ /**
3542
+ * @property suggestDocumentsCallback
3543
+ * @description Callback that must be called to obtain options for the document input.
3544
+ */
3545
+ "suggestDocumentsCallback"?: SuggestDocumentsCallback;
3546
+ }
3428
3547
  interface GxIdeBpmTimerDuration {
3429
3548
  /**
3430
3549
  * Callback invoked when user cancels application declaration
@@ -3765,11 +3884,11 @@ declare namespace LocalJSX {
3765
3884
  /**
3766
3885
  * Callback invoked when the user wishes to cancel the selection of objects.
3767
3886
  */
3768
- "cancelCallback": CancelCallback3;
3887
+ "cancelCallback": CancelCallback4;
3769
3888
  /**
3770
3889
  * Callback invoked when the user presses the 'OK' button
3771
3890
  */
3772
- "confirmCallback": ConfirmCallback2;
3891
+ "confirmCallback": ConfirmCallback3;
3773
3892
  /**
3774
3893
  * The default value for the module/folder filter
3775
3894
  */
@@ -3825,11 +3944,11 @@ declare namespace LocalJSX {
3825
3944
  /**
3826
3945
  * This is a function provided by the developer that cancel the load operation.
3827
3946
  */
3828
- "cancelCallback": CancelCallback4;
3947
+ "cancelCallback": CancelCallback5;
3829
3948
  /**
3830
3949
  * This is a function provided by the developer that initiates the process of importing a design.
3831
3950
  */
3832
- "confirmCallback": ConfirmCallback3;
3951
+ "confirmCallback": ConfirmCallback4;
3833
3952
  /**
3834
3953
  * Default value for the 'Module' field.
3835
3954
  */
@@ -3921,11 +4040,11 @@ declare namespace LocalJSX {
3921
4040
  /**
3922
4041
  * Cancel callback
3923
4042
  */
3924
- "cancelCallback"?: CancelCallback5;
4043
+ "cancelCallback"?: CancelCallback6;
3925
4044
  /**
3926
4045
  * Confirm callback
3927
4046
  */
3928
- "confirmCallback"?: ConfirmCallback4;
4047
+ "confirmCallback"?: ConfirmCallback5;
3929
4048
  /**
3930
4049
  * The name of the server
3931
4050
  */
@@ -4011,7 +4130,7 @@ declare namespace LocalJSX {
4011
4130
  /**
4012
4131
  * Callback invoked when the user wants to cancel the exportation process
4013
4132
  */
4014
- "cancelCallback"?: CancelCallback6;
4133
+ "cancelCallback"?: CancelCallback7;
4015
4134
  /**
4016
4135
  * Specifies the configuration type to be used
4017
4136
  */
@@ -4048,7 +4167,7 @@ declare namespace LocalJSX {
4048
4167
  * Callback invoked when the user wants to cancel the export process.
4049
4168
  * @returns It returns a boolean indicating whether the process could be canceled or not.
4050
4169
  */
4051
- "cancelCallback": CancelCallback7;
4170
+ "cancelCallback": CancelCallback8;
4052
4171
  /**
4053
4172
  * Callback invoked when the user wants to initiate the export process.
4054
4173
  * @param fileName :string
@@ -4085,7 +4204,7 @@ declare namespace LocalJSX {
4085
4204
  /**
4086
4205
  * Callback invoked when user wants to cancel the export process.
4087
4206
  */
4088
- "cancelCallback": CancelCallback8;
4207
+ "cancelCallback": CancelCallback9;
4089
4208
  /**
4090
4209
  * Callback invoked when user wants to initiate the import process.
4091
4210
  */
@@ -4301,7 +4420,7 @@ declare namespace LocalJSX {
4301
4420
  /**
4302
4421
  * Callback invoked when user cancels reorganization
4303
4422
  */
4304
- "cancelCallback"?: CancelCallback9;
4423
+ "cancelCallback"?: CancelCallback10;
4305
4424
  /**
4306
4425
  * Callback to be invoked when the user closes the dialog
4307
4426
  */
@@ -4309,7 +4428,7 @@ declare namespace LocalJSX {
4309
4428
  /**
4310
4429
  * Callback invoked when user confirms data base reorganization
4311
4430
  */
4312
- "confirmCallback"?: ConfirmCallback5;
4431
+ "confirmCallback"?: ConfirmCallback6;
4313
4432
  /**
4314
4433
  * The header data to display on the header.
4315
4434
  */
@@ -4327,7 +4446,7 @@ declare namespace LocalJSX {
4327
4446
  /**
4328
4447
  * Callback invoked when user wants to cancel
4329
4448
  */
4330
- "cancelCallback"?: CancelCallback10;
4449
+ "cancelCallback"?: CancelCallback11;
4331
4450
  /**
4332
4451
  * Callback invoked when user confirms the KB creation
4333
4452
  */
@@ -4378,7 +4497,7 @@ declare namespace LocalJSX {
4378
4497
  /**
4379
4498
  * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
4380
4499
  */
4381
- "cancelCallback"?: CancelCallback11;
4500
+ "cancelCallback"?: CancelCallback12;
4382
4501
  /**
4383
4502
  * DB Collations
4384
4503
  */
@@ -4456,7 +4575,7 @@ declare namespace LocalJSX {
4456
4575
  /**
4457
4576
  * Callback invoked when user wants to cancel object creation
4458
4577
  */
4459
- "cancelCallback"?: CancelCallback12;
4578
+ "cancelCallback"?: CancelCallback13;
4460
4579
  /**
4461
4580
  * Callback invoked when user wants to confirm object creation
4462
4581
  */
@@ -4534,7 +4653,7 @@ declare namespace LocalJSX {
4534
4653
  /**
4535
4654
  * Callback invoked when the user wishes to cancel the selection of objects.
4536
4655
  */
4537
- "cancelCallback": CancelCallback13;
4656
+ "cancelCallback": CancelCallback14;
4538
4657
  /**
4539
4658
  * The categories render in the filter category selector
4540
4659
  */
@@ -4944,7 +5063,7 @@ declare namespace LocalJSX {
4944
5063
  /**
4945
5064
  * This is a function provided by the developer that init the process of import a design.
4946
5065
  */
4947
- "confirmCallback": ConfirmCallback6;
5066
+ "confirmCallback": ConfirmCallback7;
4948
5067
  /**
4949
5068
  * If true it displays the component title on the header
4950
5069
  */
@@ -5010,11 +5129,11 @@ declare namespace LocalJSX {
5010
5129
  /**
5011
5130
  * This is a function provided by the developer for execute when cancel button is pressed.
5012
5131
  */
5013
- "cancelCallback": CancelCallback14;
5132
+ "cancelCallback": CancelCallback15;
5014
5133
  /**
5015
5134
  * This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
5016
5135
  */
5017
- "confirmCallback": ConfirmCallback7;
5136
+ "confirmCallback": ConfirmCallback8;
5018
5137
  /**
5019
5138
  * If true it displays the component title on the header
5020
5139
  */
@@ -5367,6 +5486,8 @@ declare namespace LocalJSX {
5367
5486
  "gx-ide-bpm-import-files": GxIdeBpmImportFiles;
5368
5487
  "gx-ide-bpm-import-gxpm": GxIdeBpmImportGxpm;
5369
5488
  "gx-ide-bpm-objects-selector": GxIdeBpmObjectsSelector;
5489
+ "gx-ide-bpm-sync-gam-roles": GxIdeBpmSyncGamRoles;
5490
+ "gx-ide-bpm-task-documents": GxIdeBpmTaskDocuments;
5370
5491
  "gx-ide-bpm-timer-duration": GxIdeBpmTimerDuration;
5371
5492
  "gx-ide-card": GxIdeCard;
5372
5493
  "gx-ide-chat-container": GxIdeChatContainer;
@@ -5437,6 +5558,8 @@ declare module "@stencil/core" {
5437
5558
  "gx-ide-bpm-import-files": LocalJSX.GxIdeBpmImportFiles & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportFilesElement>;
5438
5559
  "gx-ide-bpm-import-gxpm": LocalJSX.GxIdeBpmImportGxpm & JSXBase.HTMLAttributes<HTMLGxIdeBpmImportGxpmElement>;
5439
5560
  "gx-ide-bpm-objects-selector": LocalJSX.GxIdeBpmObjectsSelector & JSXBase.HTMLAttributes<HTMLGxIdeBpmObjectsSelectorElement>;
5561
+ "gx-ide-bpm-sync-gam-roles": LocalJSX.GxIdeBpmSyncGamRoles & JSXBase.HTMLAttributes<HTMLGxIdeBpmSyncGamRolesElement>;
5562
+ "gx-ide-bpm-task-documents": LocalJSX.GxIdeBpmTaskDocuments & JSXBase.HTMLAttributes<HTMLGxIdeBpmTaskDocumentsElement>;
5440
5563
  "gx-ide-bpm-timer-duration": LocalJSX.GxIdeBpmTimerDuration & JSXBase.HTMLAttributes<HTMLGxIdeBpmTimerDurationElement>;
5441
5564
  "gx-ide-card": LocalJSX.GxIdeCard & JSXBase.HTMLAttributes<HTMLGxIdeCardElement>;
5442
5565
  "gx-ide-chat-container": LocalJSX.GxIdeChatContainer & JSXBase.HTMLAttributes<HTMLGxIdeChatContainerElement>;
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": "1.0.72",
4
+ "version": "1.0.74",
5
5
  "description": "GeneXus IDE UI components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",