@genexus/genexus-ide-ui 1.0.75 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-deployment-tool.cjs.entry.js +347 -0
- package/dist/cjs/gx-ide-deployment-tool.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-open-api-import.cjs.entry.js +199 -0
- package/dist/cjs/gx-ide-open-api-import.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/common/types.js.map +1 -1
- package/dist/collection/components/deployment-tool/deployment-tool.css +646 -0
- package/dist/collection/components/deployment-tool/deployment-tool.js +542 -0
- package/dist/collection/components/deployment-tool/deployment-tool.js.map +1 -0
- package/dist/collection/components/deployment-tool/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.en.json +17 -0
- package/dist/collection/components/deployment-tool/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.ja.json +17 -0
- package/dist/collection/components/deployment-tool/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.zh.json +17 -0
- package/dist/collection/components/deployment-tool/helpers.js +44 -0
- package/dist/collection/components/deployment-tool/helpers.js.map +1 -0
- package/dist/collection/components/open-api-import/gx-ide-assets/open-api-import/langs/open-api-import.lang.en.json +24 -0
- package/dist/collection/components/open-api-import/gx-ide-assets/open-api-import/langs/open-api-import.lang.ja.json +24 -0
- package/dist/collection/components/open-api-import/gx-ide-assets/open-api-import/langs/open-api-import.lang.zh.json +24 -0
- package/dist/collection/components/open-api-import/helpers.js +18 -0
- package/dist/collection/components/open-api-import/helpers.js.map +1 -0
- package/dist/collection/components/open-api-import/open-api-import.css +87 -0
- package/dist/collection/components/open-api-import/open-api-import.js +368 -0
- package/dist/collection/components/open-api-import/open-api-import.js.map +1 -0
- package/dist/collection/testing/locale.e2e.js +2 -0
- package/dist/collection/testing/locale.e2e.js.map +1 -1
- package/dist/components/gx-ide-deployment-tool.d.ts +11 -0
- package/dist/components/gx-ide-deployment-tool.js +387 -0
- package/dist/components/gx-ide-deployment-tool.js.map +1 -0
- package/dist/components/gx-ide-open-api-import.d.ts +11 -0
- package/dist/components/gx-ide-open-api-import.js +235 -0
- package/dist/components/gx-ide-open-api-import.js.map +1 -0
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-deployment-tool.entry.js +343 -0
- package/dist/esm/gx-ide-deployment-tool.entry.js.map +1 -0
- package/dist/esm/gx-ide-open-api-import.entry.js +195 -0
- package/dist/esm/gx-ide-open-api-import.entry.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.en.json +17 -0
- package/dist/genexus-ide-ui/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.ja.json +17 -0
- package/dist/genexus-ide-ui/gx-ide-assets/deployment-tool/langs/deployment-tool.lang.zh.json +17 -0
- package/dist/genexus-ide-ui/gx-ide-assets/open-api-import/langs/open-api-import.lang.en.json +24 -0
- package/dist/genexus-ide-ui/gx-ide-assets/open-api-import/langs/open-api-import.lang.ja.json +24 -0
- package/dist/genexus-ide-ui/gx-ide-assets/open-api-import/langs/open-api-import.lang.zh.json +24 -0
- package/dist/genexus-ide-ui/p-48826a6f.entry.js +393 -0
- package/dist/genexus-ide-ui/p-48826a6f.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-fecc50e4.entry.js +321 -0
- package/dist/genexus-ide-ui/p-fecc50e4.entry.js.map +1 -0
- package/dist/types/common/types.d.ts +4 -0
- package/dist/types/components/deployment-tool/deployment-tool.d.ts +89 -0
- package/dist/types/components/deployment-tool/helpers.d.ts +11 -0
- package/dist/types/components/open-api-import/helpers.d.ts +3 -0
- package/dist/types/components/open-api-import/open-api-import.d.ts +63 -0
- package/dist/types/components.d.ts +233 -36
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ import { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
|
|
|
20
20
|
import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
|
|
21
21
|
import { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
|
|
22
22
|
import { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
23
|
-
import { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectType } from "./common/types";
|
|
23
|
+
import { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
24
24
|
import { TitleType } from "./components/_helpers/title/title";
|
|
25
25
|
import { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
|
|
26
26
|
import { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
@@ -30,13 +30,14 @@ import { MenuAlign, Mode, UserInfo } from "./components/current-user-info/curren
|
|
|
30
30
|
import { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
31
31
|
import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
32
32
|
import { DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
33
|
+
import { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
33
34
|
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
34
35
|
import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
35
36
|
import { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
36
37
|
import { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
37
38
|
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
|
|
39
|
+
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
40
|
+
import { CancelCallback as CancelCallback9, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
40
41
|
import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
41
42
|
import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
42
43
|
import { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -48,6 +49,7 @@ import { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1,
|
|
|
48
49
|
import { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
49
50
|
import { NewVersionData } from "./components/new-version/new-version";
|
|
50
51
|
import { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
|
|
52
|
+
import { CancelCallback as CancelCallback15, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
51
53
|
import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
52
54
|
import { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
53
55
|
import { TeamData } from "./components/select-user-team/select-user-team";
|
|
@@ -56,17 +58,17 @@ import { AuthStep, TeamData as TeamData1 } from "./components/sign-in-team/sign-
|
|
|
56
58
|
import { MessageType as MessageType1 } from "./components/splash/splash";
|
|
57
59
|
import { RecentKBData, SecondarySection } from "./components/start-page/start-page";
|
|
58
60
|
import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
59
|
-
import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as
|
|
61
|
+
import { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback4, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
|
|
60
62
|
import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
61
|
-
import { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as
|
|
62
|
-
import { AddCallback, CancelCallback as
|
|
63
|
+
import { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as LoadCallback5, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
|
|
64
|
+
import { AddCallback, CancelCallback as CancelCallback16, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
63
65
|
import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
64
66
|
import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
|
|
65
67
|
import { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
66
68
|
import { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
67
|
-
import { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as
|
|
68
|
-
import { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, LoadCallback as
|
|
69
|
-
import { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as
|
|
69
|
+
import { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback6, ObjectActionCallback, OpenSelectionCallback as OpenSelectionCallback1, SelectionChangeCallback } from "./components/ww-attributes/ww-attributes";
|
|
70
|
+
import { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, LoadCallback as LoadCallback7, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as SelectModuleCallback3 } from "./components/ww-files/ww-files";
|
|
71
|
+
import { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback8, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/ww-images/ww-images";
|
|
70
72
|
export { DetailsCallback, PrivacyPolicyCallback, TermsAndConditionsCallback } from "./components/_branding/about/about";
|
|
71
73
|
export { AiStatus, Message, UserMessageCallback } from "./components/ai-assistant/ai-assistant";
|
|
72
74
|
export { MessageType } from "./components/ai-assistant/ai-assistant";
|
|
@@ -82,7 +84,7 @@ export { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
|
|
|
82
84
|
export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
|
|
83
85
|
export { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
|
|
84
86
|
export { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
85
|
-
export { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectType } from "./common/types";
|
|
87
|
+
export { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
86
88
|
export { TitleType } from "./components/_helpers/title/title";
|
|
87
89
|
export { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
|
|
88
90
|
export { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
@@ -92,13 +94,14 @@ export { MenuAlign, Mode, UserInfo } from "./components/current-user-info/curren
|
|
|
92
94
|
export { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
93
95
|
export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
94
96
|
export { DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
97
|
+
export { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
95
98
|
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
96
99
|
export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
97
100
|
export { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
98
101
|
export { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
99
102
|
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
|
|
103
|
+
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
104
|
+
export { CancelCallback as CancelCallback9, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
102
105
|
export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
103
106
|
export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
104
107
|
export { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -110,6 +113,7 @@ export { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1,
|
|
|
110
113
|
export { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback1, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
111
114
|
export { NewVersionData } from "./components/new-version/new-version";
|
|
112
115
|
export { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback2 } from "./components/object-selector/object-selector";
|
|
116
|
+
export { CancelCallback as CancelCallback15, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
113
117
|
export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback, OpenSelectorDialogCallback, SelectorSourceCallback, SelectReferenceCallback } from "./components/references/references";
|
|
114
118
|
export { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
115
119
|
export { TeamData } from "./components/select-user-team/select-user-team";
|
|
@@ -118,17 +122,17 @@ export { AuthStep, TeamData as TeamData1 } from "./components/sign-in-team/sign-
|
|
|
118
122
|
export { MessageType as MessageType1 } from "./components/splash/splash";
|
|
119
123
|
export { RecentKBData, SecondarySection } from "./components/start-page/start-page";
|
|
120
124
|
export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
121
|
-
export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as
|
|
125
|
+
export { CommitCallback, CommitSelectCallback, GetRecentComment, LoadCallback as LoadCallback4, ObjectsContextMenuCallback, PendingItemsCheckedCallback } from "./components/team-dev/commit/commit";
|
|
122
126
|
export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
123
|
-
export { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as
|
|
124
|
-
export { AddCallback, CancelCallback as
|
|
127
|
+
export { ConfirmCallback as ConfirmCallback7, GridContextMenuCallback, LoadCallback as LoadCallback5, ObjectsContextMenuCallback as ObjectsContextMenuCallback1, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateCallback, UpdateFromData, UpdateSelectCallback } from "./components/team-dev/update/update";
|
|
128
|
+
export { AddCallback, CancelCallback as CancelCallback16, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
125
129
|
export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
126
130
|
export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./components/_helpers/title/title";
|
|
127
131
|
export { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
128
132
|
export { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
129
|
-
export { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as
|
|
130
|
-
export { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, LoadCallback as
|
|
131
|
-
export { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as
|
|
133
|
+
export { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback6, ObjectActionCallback, OpenSelectionCallback as OpenSelectionCallback1, SelectionChangeCallback } from "./components/ww-attributes/ww-attributes";
|
|
134
|
+
export { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, LoadCallback as LoadCallback7, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as SelectModuleCallback3 } from "./components/ww-files/ww-files";
|
|
135
|
+
export { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback8, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/ww-images/ww-images";
|
|
132
136
|
export namespace Components {
|
|
133
137
|
interface GxIdeAbout {
|
|
134
138
|
/**
|
|
@@ -799,6 +803,44 @@ export namespace Components {
|
|
|
799
803
|
*/
|
|
800
804
|
"recentlyUsed": DataTypeData[];
|
|
801
805
|
}
|
|
806
|
+
interface GxIdeDeploymentTool {
|
|
807
|
+
/**
|
|
808
|
+
* Callback invoked when the user wants to add objects.
|
|
809
|
+
*/
|
|
810
|
+
"addObjectsCallback": AddObjectsCallback;
|
|
811
|
+
/**
|
|
812
|
+
* Callback invoked when the user wants to create a deployment unit.
|
|
813
|
+
*/
|
|
814
|
+
"createDeploymentUnitCallback": CreateDeploymentUnitCallback;
|
|
815
|
+
/**
|
|
816
|
+
* Callback invoked when user wants to start deploy process
|
|
817
|
+
*/
|
|
818
|
+
"deployCallback": DeployCallback;
|
|
819
|
+
/**
|
|
820
|
+
* Available deployment units list
|
|
821
|
+
*/
|
|
822
|
+
"deploymentUnits": ObjectBaseData[];
|
|
823
|
+
/**
|
|
824
|
+
* Callback invoked when the user wants to access the export options.
|
|
825
|
+
*/
|
|
826
|
+
"getDeploymentUnitObjectsCallback": GetDeploymentUnitObjectsCallback;
|
|
827
|
+
/**
|
|
828
|
+
* Defines id for new deployment unit option
|
|
829
|
+
*/
|
|
830
|
+
"newDeploymentUnitId": string;
|
|
831
|
+
/**
|
|
832
|
+
* Array of possible object types
|
|
833
|
+
*/
|
|
834
|
+
"objectTypes": ObjectTypeData[];
|
|
835
|
+
/**
|
|
836
|
+
* Callback invoked when the user wants to access the export options.
|
|
837
|
+
*/
|
|
838
|
+
"optionsCallback": OptionsCallback;
|
|
839
|
+
/**
|
|
840
|
+
* Available target types list
|
|
841
|
+
*/
|
|
842
|
+
"targetTypes": DeployTargetData[];
|
|
843
|
+
}
|
|
802
844
|
interface GxIdeDesignImport {
|
|
803
845
|
/**
|
|
804
846
|
* The access token for the given path, which is not always required
|
|
@@ -1011,7 +1053,7 @@ export namespace Components {
|
|
|
1011
1053
|
/**
|
|
1012
1054
|
* Callback invoked when the user wants to add objects.
|
|
1013
1055
|
*/
|
|
1014
|
-
"addObjectsCallback":
|
|
1056
|
+
"addObjectsCallback": AddObjectsCallback1;
|
|
1015
1057
|
/**
|
|
1016
1058
|
* Callback invoked when the user wants to add all the references for the selected objects.
|
|
1017
1059
|
* @param itemIds :string[] The selected item ids
|
|
@@ -1053,7 +1095,7 @@ export namespace Components {
|
|
|
1053
1095
|
/**
|
|
1054
1096
|
* Callback invoked when the user wants to access the export options.
|
|
1055
1097
|
*/
|
|
1056
|
-
"optionsCallback":
|
|
1098
|
+
"optionsCallback": OptionsCallback1;
|
|
1057
1099
|
}
|
|
1058
1100
|
interface GxIdeKbManagerImport {
|
|
1059
1101
|
/**
|
|
@@ -1079,7 +1121,7 @@ export namespace Components {
|
|
|
1079
1121
|
/**
|
|
1080
1122
|
* Callback invoked when user wants to access the export options.
|
|
1081
1123
|
*/
|
|
1082
|
-
"optionsCallback":
|
|
1124
|
+
"optionsCallback": OptionsCallback2;
|
|
1083
1125
|
/**
|
|
1084
1126
|
* Imported xml or xps file name
|
|
1085
1127
|
*/
|
|
@@ -1550,6 +1592,36 @@ export namespace Components {
|
|
|
1550
1592
|
*/
|
|
1551
1593
|
"validate": () => Promise<boolean>;
|
|
1552
1594
|
}
|
|
1595
|
+
interface GxIdeOpenApiImport {
|
|
1596
|
+
/**
|
|
1597
|
+
* Callback invoked when the user wants to cancel the export process.
|
|
1598
|
+
*/
|
|
1599
|
+
"cancelCallback": CancelCallback15;
|
|
1600
|
+
/**
|
|
1601
|
+
* Default value for the Module/Folder field.
|
|
1602
|
+
*/
|
|
1603
|
+
"defaultParent": EntityData;
|
|
1604
|
+
/**
|
|
1605
|
+
* If true it displays the component title on the header
|
|
1606
|
+
*/
|
|
1607
|
+
"displayTitle": false;
|
|
1608
|
+
/**
|
|
1609
|
+
* Callback invoked when the user wants to initiate the import process.
|
|
1610
|
+
*/
|
|
1611
|
+
"importCallback": ImportCallback1;
|
|
1612
|
+
/**
|
|
1613
|
+
* Callback invoked must be loaded the content for an specification API
|
|
1614
|
+
*/
|
|
1615
|
+
"loadCallback": LoadCallback3;
|
|
1616
|
+
/**
|
|
1617
|
+
* Callback invoked when action is executed on Module/Folder filter (button '...').
|
|
1618
|
+
*/
|
|
1619
|
+
"selectParentCallback": SelectParentCallback;
|
|
1620
|
+
/**
|
|
1621
|
+
* Suspends or reactivates the shortcuts
|
|
1622
|
+
*/
|
|
1623
|
+
"suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
|
|
1624
|
+
}
|
|
1553
1625
|
interface GxIdeReferences {
|
|
1554
1626
|
/**
|
|
1555
1627
|
* Callback invoked when a node is expanded in any references panels
|
|
@@ -1854,7 +1926,7 @@ export namespace Components {
|
|
|
1854
1926
|
/**
|
|
1855
1927
|
* Callback invoked when user wants to reload the grid
|
|
1856
1928
|
*/
|
|
1857
|
-
"loadCallback":
|
|
1929
|
+
"loadCallback": LoadCallback4;
|
|
1858
1930
|
/**
|
|
1859
1931
|
* Callback that must be invoked when user activate the context menu in any of the grids
|
|
1860
1932
|
*/
|
|
@@ -1910,7 +1982,7 @@ export namespace Components {
|
|
|
1910
1982
|
/**
|
|
1911
1983
|
* This is a function provided by the developer that return the list of types of data loaded from file or url.
|
|
1912
1984
|
*/
|
|
1913
|
-
"loadCallback":
|
|
1985
|
+
"loadCallback": LoadCallback5;
|
|
1914
1986
|
/**
|
|
1915
1987
|
* Callback that should be invoked when the user activates the context menu on any of the grids. It receives the internal IDs of the selected elements and in which grid the event occurred. It should prevent the default browser context menu from appearing
|
|
1916
1988
|
*/
|
|
@@ -1960,7 +2032,7 @@ export namespace Components {
|
|
|
1960
2032
|
/**
|
|
1961
2033
|
* This is a function provided by the developer for execute when cancel button is pressed.
|
|
1962
2034
|
*/
|
|
1963
|
-
"cancelCallback":
|
|
2035
|
+
"cancelCallback": CancelCallback16;
|
|
1964
2036
|
/**
|
|
1965
2037
|
* This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
|
|
1966
2038
|
*/
|
|
@@ -2096,7 +2168,7 @@ export namespace Components {
|
|
|
2096
2168
|
/**
|
|
2097
2169
|
* Callback invoked when user filters the objects
|
|
2098
2170
|
*/
|
|
2099
|
-
"loadCallback":
|
|
2171
|
+
"loadCallback": LoadCallback6;
|
|
2100
2172
|
/**
|
|
2101
2173
|
* Callback invoked when user executes filter action
|
|
2102
2174
|
*/
|
|
@@ -2154,7 +2226,7 @@ export namespace Components {
|
|
|
2154
2226
|
/**
|
|
2155
2227
|
* This is a function provided by the developer that return a list of files to populate the table of files.
|
|
2156
2228
|
*/
|
|
2157
|
-
"loadCallback":
|
|
2229
|
+
"loadCallback": LoadCallback7;
|
|
2158
2230
|
"newFileCallback": NewFileCallback;
|
|
2159
2231
|
/**
|
|
2160
2232
|
* This is a function provided by the developer to expand the data of files that is double-clicked or entered.
|
|
@@ -2257,7 +2329,7 @@ export namespace Components {
|
|
|
2257
2329
|
/**
|
|
2258
2330
|
* This is a function provided by the developer that return a list of images to populate the table of images.
|
|
2259
2331
|
*/
|
|
2260
|
-
"loadCallback":
|
|
2332
|
+
"loadCallback": LoadCallback8;
|
|
2261
2333
|
/**
|
|
2262
2334
|
* This is a function provided by the developer that return a list of items of the image selected.
|
|
2263
2335
|
*/
|
|
@@ -2344,6 +2416,10 @@ export interface GxIdeDashboardHomeCustomEvent<T> extends CustomEvent<T> {
|
|
|
2344
2416
|
detail: T;
|
|
2345
2417
|
target: HTMLGxIdeDashboardHomeElement;
|
|
2346
2418
|
}
|
|
2419
|
+
export interface GxIdeDeploymentToolCustomEvent<T> extends CustomEvent<T> {
|
|
2420
|
+
detail: T;
|
|
2421
|
+
target: HTMLGxIdeDeploymentToolElement;
|
|
2422
|
+
}
|
|
2347
2423
|
export interface GxIdeEditModuleServerCustomEvent<T> extends CustomEvent<T> {
|
|
2348
2424
|
detail: T;
|
|
2349
2425
|
target: HTMLGxIdeEditModuleServerElement;
|
|
@@ -2384,6 +2460,10 @@ export interface GxIdeNewObjectCustomEvent<T> extends CustomEvent<T> {
|
|
|
2384
2460
|
detail: T;
|
|
2385
2461
|
target: HTMLGxIdeNewObjectElement;
|
|
2386
2462
|
}
|
|
2463
|
+
export interface GxIdeOpenApiImportCustomEvent<T> extends CustomEvent<T> {
|
|
2464
|
+
detail: T;
|
|
2465
|
+
target: HTMLGxIdeOpenApiImportElement;
|
|
2466
|
+
}
|
|
2387
2467
|
export interface GxIdeShareKbCustomEvent<T> extends CustomEvent<T> {
|
|
2388
2468
|
detail: T;
|
|
2389
2469
|
target: HTMLGxIdeShareKbElement;
|
|
@@ -2667,6 +2747,24 @@ declare global {
|
|
|
2667
2747
|
prototype: HTMLGxIdeDataTypeSelectorElement;
|
|
2668
2748
|
new (): HTMLGxIdeDataTypeSelectorElement;
|
|
2669
2749
|
};
|
|
2750
|
+
interface HTMLGxIdeDeploymentToolElementEventMap {
|
|
2751
|
+
"componentDidLoadEvent": boolean;
|
|
2752
|
+
"componentDidRenderFirstTime": boolean;
|
|
2753
|
+
}
|
|
2754
|
+
interface HTMLGxIdeDeploymentToolElement extends Components.GxIdeDeploymentTool, HTMLStencilElement {
|
|
2755
|
+
addEventListener<K extends keyof HTMLGxIdeDeploymentToolElementEventMap>(type: K, listener: (this: HTMLGxIdeDeploymentToolElement, ev: GxIdeDeploymentToolCustomEvent<HTMLGxIdeDeploymentToolElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2756
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2757
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2758
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2759
|
+
removeEventListener<K extends keyof HTMLGxIdeDeploymentToolElementEventMap>(type: K, listener: (this: HTMLGxIdeDeploymentToolElement, ev: GxIdeDeploymentToolCustomEvent<HTMLGxIdeDeploymentToolElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2760
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2761
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2762
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2763
|
+
}
|
|
2764
|
+
var HTMLGxIdeDeploymentToolElement: {
|
|
2765
|
+
prototype: HTMLGxIdeDeploymentToolElement;
|
|
2766
|
+
new (): HTMLGxIdeDeploymentToolElement;
|
|
2767
|
+
};
|
|
2670
2768
|
interface HTMLGxIdeDesignImportElement extends Components.GxIdeDesignImport, HTMLStencilElement {
|
|
2671
2769
|
}
|
|
2672
2770
|
var HTMLGxIdeDesignImportElement: {
|
|
@@ -2894,6 +2992,23 @@ declare global {
|
|
|
2894
2992
|
prototype: HTMLGxIdeObjectSelectorElement;
|
|
2895
2993
|
new (): HTMLGxIdeObjectSelectorElement;
|
|
2896
2994
|
};
|
|
2995
|
+
interface HTMLGxIdeOpenApiImportElementEventMap {
|
|
2996
|
+
"componentDidRenderFirstTime": string;
|
|
2997
|
+
}
|
|
2998
|
+
interface HTMLGxIdeOpenApiImportElement extends Components.GxIdeOpenApiImport, HTMLStencilElement {
|
|
2999
|
+
addEventListener<K extends keyof HTMLGxIdeOpenApiImportElementEventMap>(type: K, listener: (this: HTMLGxIdeOpenApiImportElement, ev: GxIdeOpenApiImportCustomEvent<HTMLGxIdeOpenApiImportElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3000
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3001
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3002
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3003
|
+
removeEventListener<K extends keyof HTMLGxIdeOpenApiImportElementEventMap>(type: K, listener: (this: HTMLGxIdeOpenApiImportElement, ev: GxIdeOpenApiImportCustomEvent<HTMLGxIdeOpenApiImportElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3004
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3005
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3006
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3007
|
+
}
|
|
3008
|
+
var HTMLGxIdeOpenApiImportElement: {
|
|
3009
|
+
prototype: HTMLGxIdeOpenApiImportElement;
|
|
3010
|
+
new (): HTMLGxIdeOpenApiImportElement;
|
|
3011
|
+
};
|
|
2897
3012
|
interface HTMLGxIdeReferencesElement extends Components.GxIdeReferences, HTMLStencilElement {
|
|
2898
3013
|
}
|
|
2899
3014
|
var HTMLGxIdeReferencesElement: {
|
|
@@ -3199,6 +3314,7 @@ declare global {
|
|
|
3199
3314
|
"gx-ide-dashboard-home": HTMLGxIdeDashboardHomeElement;
|
|
3200
3315
|
"gx-ide-data-selector": HTMLGxIdeDataSelectorElement;
|
|
3201
3316
|
"gx-ide-data-type-selector": HTMLGxIdeDataTypeSelectorElement;
|
|
3317
|
+
"gx-ide-deployment-tool": HTMLGxIdeDeploymentToolElement;
|
|
3202
3318
|
"gx-ide-design-import": HTMLGxIdeDesignImportElement;
|
|
3203
3319
|
"gx-ide-directory-selector": HTMLGxIdeDirectorySelectorElement;
|
|
3204
3320
|
"gx-ide-edit-module-server": HTMLGxIdeEditModuleServerElement;
|
|
@@ -3218,6 +3334,7 @@ declare global {
|
|
|
3218
3334
|
"gx-ide-new-object": HTMLGxIdeNewObjectElement;
|
|
3219
3335
|
"gx-ide-new-version": HTMLGxIdeNewVersionElement;
|
|
3220
3336
|
"gx-ide-object-selector": HTMLGxIdeObjectSelectorElement;
|
|
3337
|
+
"gx-ide-open-api-import": HTMLGxIdeOpenApiImportElement;
|
|
3221
3338
|
"gx-ide-references": HTMLGxIdeReferencesElement;
|
|
3222
3339
|
"gx-ide-sc-chat-container": HTMLGxIdeScChatContainerElement;
|
|
3223
3340
|
"gx-ide-select-kb-items": HTMLGxIdeSelectKbItemsElement;
|
|
@@ -3936,6 +4053,52 @@ declare namespace LocalJSX {
|
|
|
3936
4053
|
*/
|
|
3937
4054
|
"recentlyUsed"?: DataTypeData[];
|
|
3938
4055
|
}
|
|
4056
|
+
interface GxIdeDeploymentTool {
|
|
4057
|
+
/**
|
|
4058
|
+
* Callback invoked when the user wants to add objects.
|
|
4059
|
+
*/
|
|
4060
|
+
"addObjectsCallback"?: AddObjectsCallback;
|
|
4061
|
+
/**
|
|
4062
|
+
* Callback invoked when the user wants to create a deployment unit.
|
|
4063
|
+
*/
|
|
4064
|
+
"createDeploymentUnitCallback"?: CreateDeploymentUnitCallback;
|
|
4065
|
+
/**
|
|
4066
|
+
* Callback invoked when user wants to start deploy process
|
|
4067
|
+
*/
|
|
4068
|
+
"deployCallback"?: DeployCallback;
|
|
4069
|
+
/**
|
|
4070
|
+
* Available deployment units list
|
|
4071
|
+
*/
|
|
4072
|
+
"deploymentUnits"?: ObjectBaseData[];
|
|
4073
|
+
/**
|
|
4074
|
+
* Callback invoked when the user wants to access the export options.
|
|
4075
|
+
*/
|
|
4076
|
+
"getDeploymentUnitObjectsCallback"?: GetDeploymentUnitObjectsCallback;
|
|
4077
|
+
/**
|
|
4078
|
+
* Defines id for new deployment unit option
|
|
4079
|
+
*/
|
|
4080
|
+
"newDeploymentUnitId"?: string;
|
|
4081
|
+
/**
|
|
4082
|
+
* Array of possible object types
|
|
4083
|
+
*/
|
|
4084
|
+
"objectTypes"?: ObjectTypeData[];
|
|
4085
|
+
/**
|
|
4086
|
+
* This event is emitted once just after the component is fully loaded and the first render() occurs.
|
|
4087
|
+
*/
|
|
4088
|
+
"onComponentDidLoadEvent"?: (event: GxIdeDeploymentToolCustomEvent<boolean>) => void;
|
|
4089
|
+
/**
|
|
4090
|
+
* This event is emitted once just after the component is fully loaded and the first render() occurs
|
|
4091
|
+
*/
|
|
4092
|
+
"onComponentDidRenderFirstTime"?: (event: GxIdeDeploymentToolCustomEvent<boolean>) => void;
|
|
4093
|
+
/**
|
|
4094
|
+
* Callback invoked when the user wants to access the export options.
|
|
4095
|
+
*/
|
|
4096
|
+
"optionsCallback"?: OptionsCallback;
|
|
4097
|
+
/**
|
|
4098
|
+
* Available target types list
|
|
4099
|
+
*/
|
|
4100
|
+
"targetTypes"?: DeployTargetData[];
|
|
4101
|
+
}
|
|
3939
4102
|
interface GxIdeDesignImport {
|
|
3940
4103
|
/**
|
|
3941
4104
|
* The access token for the given path, which is not always required
|
|
@@ -4156,7 +4319,7 @@ declare namespace LocalJSX {
|
|
|
4156
4319
|
/**
|
|
4157
4320
|
* Callback invoked when the user wants to add objects.
|
|
4158
4321
|
*/
|
|
4159
|
-
"addObjectsCallback":
|
|
4322
|
+
"addObjectsCallback": AddObjectsCallback1;
|
|
4160
4323
|
/**
|
|
4161
4324
|
* Callback invoked when the user wants to add all the references for the selected objects.
|
|
4162
4325
|
* @param itemIds :string[] The selected item ids
|
|
@@ -4198,7 +4361,7 @@ declare namespace LocalJSX {
|
|
|
4198
4361
|
/**
|
|
4199
4362
|
* Callback invoked when the user wants to access the export options.
|
|
4200
4363
|
*/
|
|
4201
|
-
"optionsCallback"?:
|
|
4364
|
+
"optionsCallback"?: OptionsCallback1;
|
|
4202
4365
|
}
|
|
4203
4366
|
interface GxIdeKbManagerImport {
|
|
4204
4367
|
/**
|
|
@@ -4228,7 +4391,7 @@ declare namespace LocalJSX {
|
|
|
4228
4391
|
/**
|
|
4229
4392
|
* Callback invoked when user wants to access the export options.
|
|
4230
4393
|
*/
|
|
4231
|
-
"optionsCallback":
|
|
4394
|
+
"optionsCallback": OptionsCallback2;
|
|
4232
4395
|
/**
|
|
4233
4396
|
* Imported xml or xps file name
|
|
4234
4397
|
*/
|
|
@@ -4703,6 +4866,36 @@ declare namespace LocalJSX {
|
|
|
4703
4866
|
*/
|
|
4704
4867
|
"types": ObjectType[];
|
|
4705
4868
|
}
|
|
4869
|
+
interface GxIdeOpenApiImport {
|
|
4870
|
+
/**
|
|
4871
|
+
* Callback invoked when the user wants to cancel the export process.
|
|
4872
|
+
*/
|
|
4873
|
+
"cancelCallback"?: CancelCallback15;
|
|
4874
|
+
/**
|
|
4875
|
+
* Default value for the Module/Folder field.
|
|
4876
|
+
*/
|
|
4877
|
+
"defaultParent"?: EntityData;
|
|
4878
|
+
/**
|
|
4879
|
+
* If true it displays the component title on the header
|
|
4880
|
+
*/
|
|
4881
|
+
"displayTitle"?: false;
|
|
4882
|
+
/**
|
|
4883
|
+
* Callback invoked when the user wants to initiate the import process.
|
|
4884
|
+
*/
|
|
4885
|
+
"importCallback"?: ImportCallback1;
|
|
4886
|
+
/**
|
|
4887
|
+
* Callback invoked must be loaded the content for an specification API
|
|
4888
|
+
*/
|
|
4889
|
+
"loadCallback"?: LoadCallback3;
|
|
4890
|
+
/**
|
|
4891
|
+
* @description Gets fired when the component has rendered for the first time.
|
|
4892
|
+
*/
|
|
4893
|
+
"onComponentDidRenderFirstTime"?: (event: GxIdeOpenApiImportCustomEvent<string>) => void;
|
|
4894
|
+
/**
|
|
4895
|
+
* Callback invoked when action is executed on Module/Folder filter (button '...').
|
|
4896
|
+
*/
|
|
4897
|
+
"selectParentCallback"?: SelectParentCallback;
|
|
4898
|
+
}
|
|
4706
4899
|
interface GxIdeReferences {
|
|
4707
4900
|
/**
|
|
4708
4901
|
* Callback invoked when a node is expanded in any references panels
|
|
@@ -5007,7 +5200,7 @@ declare namespace LocalJSX {
|
|
|
5007
5200
|
/**
|
|
5008
5201
|
* Callback invoked when user wants to reload the grid
|
|
5009
5202
|
*/
|
|
5010
|
-
"loadCallback"?:
|
|
5203
|
+
"loadCallback"?: LoadCallback4;
|
|
5011
5204
|
/**
|
|
5012
5205
|
* Callback that must be invoked when user activate the context menu in any of the grids
|
|
5013
5206
|
*/
|
|
@@ -5075,7 +5268,7 @@ declare namespace LocalJSX {
|
|
|
5075
5268
|
/**
|
|
5076
5269
|
* This is a function provided by the developer that return the list of types of data loaded from file or url.
|
|
5077
5270
|
*/
|
|
5078
|
-
"loadCallback":
|
|
5271
|
+
"loadCallback": LoadCallback5;
|
|
5079
5272
|
/**
|
|
5080
5273
|
* Callback that should be invoked when the user activates the context menu on any of the grids. It receives the internal IDs of the selected elements and in which grid the event occurred. It should prevent the default browser context menu from appearing
|
|
5081
5274
|
*/
|
|
@@ -5129,7 +5322,7 @@ declare namespace LocalJSX {
|
|
|
5129
5322
|
/**
|
|
5130
5323
|
* This is a function provided by the developer for execute when cancel button is pressed.
|
|
5131
5324
|
*/
|
|
5132
|
-
"cancelCallback":
|
|
5325
|
+
"cancelCallback": CancelCallback16;
|
|
5133
5326
|
/**
|
|
5134
5327
|
* This is a function provided by the developer and is invoked when the action confirm is executed passing the selected objects of the grid
|
|
5135
5328
|
*/
|
|
@@ -5281,7 +5474,7 @@ declare namespace LocalJSX {
|
|
|
5281
5474
|
/**
|
|
5282
5475
|
* Callback invoked when user filters the objects
|
|
5283
5476
|
*/
|
|
5284
|
-
"loadCallback":
|
|
5477
|
+
"loadCallback": LoadCallback6;
|
|
5285
5478
|
/**
|
|
5286
5479
|
* Callback invoked when user executes filter action
|
|
5287
5480
|
*/
|
|
@@ -5331,7 +5524,7 @@ declare namespace LocalJSX {
|
|
|
5331
5524
|
/**
|
|
5332
5525
|
* This is a function provided by the developer that return a list of files to populate the table of files.
|
|
5333
5526
|
*/
|
|
5334
|
-
"loadCallback":
|
|
5527
|
+
"loadCallback": LoadCallback7;
|
|
5335
5528
|
"newFileCallback": NewFileCallback;
|
|
5336
5529
|
/**
|
|
5337
5530
|
* This event is emitted once just after the component is fully loaded and the first render() occurs.
|
|
@@ -5430,7 +5623,7 @@ declare namespace LocalJSX {
|
|
|
5430
5623
|
/**
|
|
5431
5624
|
* This is a function provided by the developer that return a list of images to populate the table of images.
|
|
5432
5625
|
*/
|
|
5433
|
-
"loadCallback":
|
|
5626
|
+
"loadCallback": LoadCallback8;
|
|
5434
5627
|
/**
|
|
5435
5628
|
* This is a function provided by the developer that return a list of items of the image selected.
|
|
5436
5629
|
*/
|
|
@@ -5498,6 +5691,7 @@ declare namespace LocalJSX {
|
|
|
5498
5691
|
"gx-ide-dashboard-home": GxIdeDashboardHome;
|
|
5499
5692
|
"gx-ide-data-selector": GxIdeDataSelector;
|
|
5500
5693
|
"gx-ide-data-type-selector": GxIdeDataTypeSelector;
|
|
5694
|
+
"gx-ide-deployment-tool": GxIdeDeploymentTool;
|
|
5501
5695
|
"gx-ide-design-import": GxIdeDesignImport;
|
|
5502
5696
|
"gx-ide-directory-selector": GxIdeDirectorySelector;
|
|
5503
5697
|
"gx-ide-edit-module-server": GxIdeEditModuleServer;
|
|
@@ -5517,6 +5711,7 @@ declare namespace LocalJSX {
|
|
|
5517
5711
|
"gx-ide-new-object": GxIdeNewObject;
|
|
5518
5712
|
"gx-ide-new-version": GxIdeNewVersion;
|
|
5519
5713
|
"gx-ide-object-selector": GxIdeObjectSelector;
|
|
5714
|
+
"gx-ide-open-api-import": GxIdeOpenApiImport;
|
|
5520
5715
|
"gx-ide-references": GxIdeReferences;
|
|
5521
5716
|
"gx-ide-sc-chat-container": GxIdeScChatContainer;
|
|
5522
5717
|
"gx-ide-select-kb-items": GxIdeSelectKbItems;
|
|
@@ -5570,6 +5765,7 @@ declare module "@stencil/core" {
|
|
|
5570
5765
|
"gx-ide-dashboard-home": LocalJSX.GxIdeDashboardHome & JSXBase.HTMLAttributes<HTMLGxIdeDashboardHomeElement>;
|
|
5571
5766
|
"gx-ide-data-selector": LocalJSX.GxIdeDataSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataSelectorElement>;
|
|
5572
5767
|
"gx-ide-data-type-selector": LocalJSX.GxIdeDataTypeSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataTypeSelectorElement>;
|
|
5768
|
+
"gx-ide-deployment-tool": LocalJSX.GxIdeDeploymentTool & JSXBase.HTMLAttributes<HTMLGxIdeDeploymentToolElement>;
|
|
5573
5769
|
"gx-ide-design-import": LocalJSX.GxIdeDesignImport & JSXBase.HTMLAttributes<HTMLGxIdeDesignImportElement>;
|
|
5574
5770
|
"gx-ide-directory-selector": LocalJSX.GxIdeDirectorySelector & JSXBase.HTMLAttributes<HTMLGxIdeDirectorySelectorElement>;
|
|
5575
5771
|
"gx-ide-edit-module-server": LocalJSX.GxIdeEditModuleServer & JSXBase.HTMLAttributes<HTMLGxIdeEditModuleServerElement>;
|
|
@@ -5589,6 +5785,7 @@ declare module "@stencil/core" {
|
|
|
5589
5785
|
"gx-ide-new-object": LocalJSX.GxIdeNewObject & JSXBase.HTMLAttributes<HTMLGxIdeNewObjectElement>;
|
|
5590
5786
|
"gx-ide-new-version": LocalJSX.GxIdeNewVersion & JSXBase.HTMLAttributes<HTMLGxIdeNewVersionElement>;
|
|
5591
5787
|
"gx-ide-object-selector": LocalJSX.GxIdeObjectSelector & JSXBase.HTMLAttributes<HTMLGxIdeObjectSelectorElement>;
|
|
5788
|
+
"gx-ide-open-api-import": LocalJSX.GxIdeOpenApiImport & JSXBase.HTMLAttributes<HTMLGxIdeOpenApiImportElement>;
|
|
5592
5789
|
"gx-ide-references": LocalJSX.GxIdeReferences & JSXBase.HTMLAttributes<HTMLGxIdeReferencesElement>;
|
|
5593
5790
|
"gx-ide-sc-chat-container": LocalJSX.GxIdeScChatContainer & JSXBase.HTMLAttributes<HTMLGxIdeScChatContainerElement>;
|
|
5594
5791
|
"gx-ide-select-kb-items": LocalJSX.GxIdeSelectKbItems & JSXBase.HTMLAttributes<HTMLGxIdeSelectKbItemsElement>;
|