@genexus/genexus-ide-ui 3.2.8 → 3.2.10
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-db-instance-selector.cjs.entry.js +147 -0
- package/dist/cjs/gx-ide-db-instance-selector.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-mcp-server.cjs.entry.js +6 -20
- package/dist/cjs/gx-ide-mcp-server.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +261 -138
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/db-instance-selector/db-instance-selector.css +20 -0
- package/dist/collection/components/db-instance-selector/db-instance-selector.js +262 -0
- package/dist/collection/components/db-instance-selector/db-instance-selector.js.map +1 -0
- package/dist/collection/components/db-instance-selector/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.en.json +14 -0
- package/dist/collection/components/db-instance-selector/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.ja.json +14 -0
- package/dist/collection/components/db-instance-selector/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.zh.json +14 -0
- package/dist/collection/components/db-instance-selector/gx-ide-assets/db-instance-selector/shortcuts.json +15 -0
- package/dist/collection/components/mcp-server/mcp-server.js +6 -20
- package/dist/collection/components/mcp-server/mcp-server.js.map +1 -1
- package/dist/collection/components/mcp-server/types.js.map +1 -1
- package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +17 -4
- package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +17 -4
- package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.zh.json +17 -4
- package/dist/collection/components/new-kb/new-kb.css +122 -17
- package/dist/collection/components/new-kb/new-kb.js +320 -193
- package/dist/collection/components/new-kb/new-kb.js.map +1 -1
- package/dist/collection/components/new-kb/tests/new-kb.e2e.js +48 -60
- package/dist/collection/components/new-kb/tests/new-kb.e2e.js.map +1 -1
- package/dist/collection/testing/locale.e2e.js +1 -0
- package/dist/collection/testing/locale.e2e.js.map +1 -1
- package/dist/components/gx-ide-db-instance-selector.d.ts +11 -0
- package/dist/components/gx-ide-db-instance-selector.js +168 -0
- package/dist/components/gx-ide-db-instance-selector.js.map +1 -0
- package/dist/components/gx-ide-mcp-server.js +6 -20
- package/dist/components/gx-ide-mcp-server.js.map +1 -1
- package/dist/components/gx-ide-new-kb.js +281 -152
- package/dist/components/gx-ide-new-kb.js.map +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-db-instance-selector.entry.js +143 -0
- package/dist/esm/gx-ide-db-instance-selector.entry.js.map +1 -0
- package/dist/esm/gx-ide-mcp-server.entry.js +6 -20
- package/dist/esm/gx-ide-mcp-server.entry.js.map +1 -1
- package/dist/esm/gx-ide-new-kb.entry.js +261 -138
- package/dist/esm/gx-ide-new-kb.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.en.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.ja.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/db-instance-selector/langs/db-instance-selector.lang.zh.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/db-instance-selector/shortcuts.json +15 -0
- package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +17 -4
- package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +17 -4
- package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.zh.json +17 -4
- package/dist/genexus-ide-ui/{p-45b6dc45.entry.js → p-a456237f.entry.js} +7 -19
- package/dist/genexus-ide-ui/p-a456237f.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-c1db7f38.entry.js +182 -0
- package/dist/genexus-ide-ui/p-c1db7f38.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-eeae9dd5.entry.js +1020 -0
- package/dist/genexus-ide-ui/p-eeae9dd5.entry.js.map +1 -0
- package/dist/types/components/db-instance-selector/db-instance-selector.d.ts +39 -0
- package/dist/types/components/mcp-server/types.d.ts +0 -2
- package/dist/types/components/new-kb/new-kb.d.ts +51 -23
- package/dist/types/components.d.ts +135 -84
- package/package.json +1 -1
- package/dist/genexus-ide-ui/p-45b6dc45.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-76e1c357.entry.js +0 -802
- package/dist/genexus-ide-ui/p-76e1c357.entry.js.map +0 -1
|
@@ -29,16 +29,17 @@ import { CurlImportData, EntityData, SelectModuleCallback } from "./components/c
|
|
|
29
29
|
import { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
|
|
30
30
|
import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
31
31
|
import { ArrowFirstOnFirstElement, DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
32
|
+
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, GetServersCallback } from "./components/db-instance-selector/db-instance-selector";
|
|
32
33
|
import { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
33
|
-
import { CancelCallback as
|
|
34
|
+
import { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
34
35
|
import { OpenPackageURLCallback, PackageData } from "./components/details-acknowledgements/types";
|
|
35
|
-
import { CancelCallback as
|
|
36
|
+
import { CancelCallback as CancelCallback7, ConfirmCallback as ConfirmCallback6, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
36
37
|
import { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
37
38
|
import { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
38
|
-
import { CancelCallback as
|
|
39
|
+
import { CancelCallback as CancelCallback8, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
39
40
|
import { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
40
|
-
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as
|
|
41
|
-
import { CancelCallback as
|
|
41
|
+
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback9, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
42
|
+
import { CancelCallback as CancelCallback10, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
42
43
|
import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
43
44
|
import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
44
45
|
import { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -47,13 +48,13 @@ import { McpServerStatus } from "./components/mcp-server/types";
|
|
|
47
48
|
import { CloseCallback, CopyCallback, StartCallback, StopCallback } from "./components/mcp-server/mcp-server";
|
|
48
49
|
import { ComboBoxModel } from "@genexus/chameleon-controls-library";
|
|
49
50
|
import { ContextMenuCallback, ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
50
|
-
import { CancelCallback as
|
|
51
|
-
import { CancelCallback as
|
|
52
|
-
import { CancelCallback as
|
|
53
|
-
import { CancelCallback as
|
|
51
|
+
import { CancelCallback as CancelCallback11, CloseCallback as CloseCallback1, ConfirmCallback as ConfirmCallback7, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
52
|
+
import { CancelCallback as CancelCallback12, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback, GetLanguagesCallback } from "./components/new-environment/new-environment";
|
|
53
|
+
import { BrowseForMoreCallback, CancelCallback as CancelCallback13, CreateCallback as CreateCallback1, GetAdvancedTabDataCallback, GetCollationsForInstanceCallback, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, GetPrototypingEnvironmentsCallback, SelectLocationCallback as SelectLocationCallback1 } from "./components/new-kb/new-kb";
|
|
54
|
+
import { CancelCallback as CancelCallback14, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
54
55
|
import { NewVersionData } from "./components/new-version/new-version";
|
|
55
|
-
import { CancelCallback as
|
|
56
|
-
import { CancelCallback as
|
|
56
|
+
import { CancelCallback as CancelCallback15, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
57
|
+
import { CancelCallback as CancelCallback16, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
57
58
|
import { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
58
59
|
import { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
59
60
|
import { TopStateBarType } from "./components/_helpers/progress-bar/progress-bar";
|
|
@@ -67,7 +68,7 @@ import { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
|
67
68
|
import { AuthStep, TeamData as TeamData1 } from "./components/sign-in-team/sign-in-team";
|
|
68
69
|
import { MessageType } from "./components/splash/splash";
|
|
69
70
|
import { RecentKBData, SampleData, SecondarySection } from "./components/start-page/start-page";
|
|
70
|
-
import { CancelCallback as
|
|
71
|
+
import { CancelCallback as CancelCallback17, SaveCallback as SaveCallback1 } from "./components/_starting-template/starting-template";
|
|
71
72
|
import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
72
73
|
import { SelectedMergeActionData } from "./components/team-dev/bring-all-changes-selector/bring-all-changes-selector";
|
|
73
74
|
import { CommitDetail, CommitInformation, CommitObject, MergeObjectsCallback, ObjectState, OperationType } from "./components/team-dev/bring-changes/bring-changes";
|
|
@@ -76,7 +77,7 @@ import { ItemNode as ItemNode1 } from "./components/select-kb-items/select-kb-it
|
|
|
76
77
|
import { TeamDevPreviewData, TeamDevPreviewMode } from "./components/team-dev/preview/team-dev-preview";
|
|
77
78
|
import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
78
79
|
import { ContextMenuCallback as ContextMenuCallback2, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateFromData } from "./components/team-dev/update/update";
|
|
79
|
-
import { AddCallback, CancelCallback as
|
|
80
|
+
import { AddCallback, CancelCallback as CancelCallback18, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
80
81
|
import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
81
82
|
import { CloseCallback as CloseCallback2, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
82
83
|
import { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -107,16 +108,17 @@ export { CurlImportData, EntityData, SelectModuleCallback } from "./components/c
|
|
|
107
108
|
export { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
|
|
108
109
|
export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
109
110
|
export { ArrowFirstOnFirstElement, DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
111
|
+
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, GetServersCallback } from "./components/db-instance-selector/db-instance-selector";
|
|
110
112
|
export { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
111
|
-
export { CancelCallback as
|
|
113
|
+
export { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
112
114
|
export { OpenPackageURLCallback, PackageData } from "./components/details-acknowledgements/types";
|
|
113
|
-
export { CancelCallback as
|
|
115
|
+
export { CancelCallback as CancelCallback7, ConfirmCallback as ConfirmCallback6, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
114
116
|
export { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
115
117
|
export { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
116
|
-
export { CancelCallback as
|
|
118
|
+
export { CancelCallback as CancelCallback8, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
117
119
|
export { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
118
|
-
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as
|
|
119
|
-
export { CancelCallback as
|
|
120
|
+
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback9, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
121
|
+
export { CancelCallback as CancelCallback10, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
120
122
|
export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
121
123
|
export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
122
124
|
export { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -125,13 +127,13 @@ export { McpServerStatus } from "./components/mcp-server/types";
|
|
|
125
127
|
export { CloseCallback, CopyCallback, StartCallback, StopCallback } from "./components/mcp-server/mcp-server";
|
|
126
128
|
export { ComboBoxModel } from "@genexus/chameleon-controls-library";
|
|
127
129
|
export { ContextMenuCallback, ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
128
|
-
export { CancelCallback as
|
|
129
|
-
export { CancelCallback as
|
|
130
|
-
export { CancelCallback as
|
|
131
|
-
export { CancelCallback as
|
|
130
|
+
export { CancelCallback as CancelCallback11, CloseCallback as CloseCallback1, ConfirmCallback as ConfirmCallback7, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
131
|
+
export { CancelCallback as CancelCallback12, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback, GetLanguagesCallback } from "./components/new-environment/new-environment";
|
|
132
|
+
export { BrowseForMoreCallback, CancelCallback as CancelCallback13, CreateCallback as CreateCallback1, GetAdvancedTabDataCallback, GetCollationsForInstanceCallback, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, GetPrototypingEnvironmentsCallback, SelectLocationCallback as SelectLocationCallback1 } from "./components/new-kb/new-kb";
|
|
133
|
+
export { CancelCallback as CancelCallback14, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
132
134
|
export { NewVersionData } from "./components/new-version/new-version";
|
|
133
|
-
export { CancelCallback as
|
|
134
|
-
export { CancelCallback as
|
|
135
|
+
export { CancelCallback as CancelCallback15, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
136
|
+
export { CancelCallback as CancelCallback16, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
135
137
|
export { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
136
138
|
export { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
137
139
|
export { TopStateBarType } from "./components/_helpers/progress-bar/progress-bar";
|
|
@@ -145,7 +147,7 @@ export { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
|
145
147
|
export { AuthStep, TeamData as TeamData1 } from "./components/sign-in-team/sign-in-team";
|
|
146
148
|
export { MessageType } from "./components/splash/splash";
|
|
147
149
|
export { RecentKBData, SampleData, SecondarySection } from "./components/start-page/start-page";
|
|
148
|
-
export { CancelCallback as
|
|
150
|
+
export { CancelCallback as CancelCallback17, SaveCallback as SaveCallback1 } from "./components/_starting-template/starting-template";
|
|
149
151
|
export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
150
152
|
export { SelectedMergeActionData } from "./components/team-dev/bring-all-changes-selector/bring-all-changes-selector";
|
|
151
153
|
export { CommitDetail, CommitInformation, CommitObject, MergeObjectsCallback, ObjectState, OperationType } from "./components/team-dev/bring-changes/bring-changes";
|
|
@@ -154,7 +156,7 @@ export { ItemNode as ItemNode1 } from "./components/select-kb-items/select-kb-it
|
|
|
154
156
|
export { TeamDevPreviewData, TeamDevPreviewMode } from "./components/team-dev/preview/team-dev-preview";
|
|
155
157
|
export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
156
158
|
export { ContextMenuCallback as ContextMenuCallback2, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateFromData } from "./components/team-dev/update/update";
|
|
157
|
-
export { AddCallback, CancelCallback as
|
|
159
|
+
export { AddCallback, CancelCallback as CancelCallback18, ConfirmCallback as ConfirmCallback8, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
158
160
|
export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
159
161
|
export { CloseCallback as CloseCallback2, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
160
162
|
export { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -847,6 +849,28 @@ export namespace Components {
|
|
|
847
849
|
*/
|
|
848
850
|
"recentlyUsed": DataTypeData[];
|
|
849
851
|
}
|
|
852
|
+
interface GxIdeDbInstanceSelector {
|
|
853
|
+
/**
|
|
854
|
+
* Callback invoked when the user cancels the selection.
|
|
855
|
+
*/
|
|
856
|
+
"cancelCallback": CancelCallback5;
|
|
857
|
+
/**
|
|
858
|
+
* Callback invoked when the user confirms the selection. Receives the name of the selected database instance.
|
|
859
|
+
*/
|
|
860
|
+
"confirmCallback": ConfirmCallback4;
|
|
861
|
+
/**
|
|
862
|
+
* Callback invoked to load the available local server instances. Should return the list of database instances available on local servers.
|
|
863
|
+
*/
|
|
864
|
+
"getLocalServersCallback": GetServersCallback;
|
|
865
|
+
/**
|
|
866
|
+
* Callback invoked to load the available network server instances. Should return the list of database instances available on network servers.
|
|
867
|
+
*/
|
|
868
|
+
"getNetworkServersCallback": GetServersCallback;
|
|
869
|
+
/**
|
|
870
|
+
* Suspends or reactivates the shortcuts.
|
|
871
|
+
*/
|
|
872
|
+
"suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
|
|
873
|
+
}
|
|
850
874
|
interface GxIdeDeploymentTool {
|
|
851
875
|
/**
|
|
852
876
|
* Callback invoked when the user wants to add objects.
|
|
@@ -897,11 +921,11 @@ export namespace Components {
|
|
|
897
921
|
/**
|
|
898
922
|
* This is a function provided by the developer that cancel the load operation.
|
|
899
923
|
*/
|
|
900
|
-
"cancelCallback":
|
|
924
|
+
"cancelCallback": CancelCallback6;
|
|
901
925
|
/**
|
|
902
926
|
* This is a function provided by the developer that initiates the process of importing a design.
|
|
903
927
|
*/
|
|
904
|
-
"confirmCallback":
|
|
928
|
+
"confirmCallback": ConfirmCallback5;
|
|
905
929
|
/**
|
|
906
930
|
* Default value for the 'Module' field.
|
|
907
931
|
*/
|
|
@@ -981,11 +1005,11 @@ export namespace Components {
|
|
|
981
1005
|
/**
|
|
982
1006
|
* Cancel callback
|
|
983
1007
|
*/
|
|
984
|
-
"cancelCallback":
|
|
1008
|
+
"cancelCallback": CancelCallback7;
|
|
985
1009
|
/**
|
|
986
1010
|
* Confirm callback
|
|
987
1011
|
*/
|
|
988
|
-
"confirmCallback":
|
|
1012
|
+
"confirmCallback": ConfirmCallback6;
|
|
989
1013
|
/**
|
|
990
1014
|
* The name of the server
|
|
991
1015
|
*/
|
|
@@ -1172,7 +1196,7 @@ export namespace Components {
|
|
|
1172
1196
|
/**
|
|
1173
1197
|
* Callback invoked when the user wants to cancel the exportation process
|
|
1174
1198
|
*/
|
|
1175
|
-
"cancelCallback":
|
|
1199
|
+
"cancelCallback": CancelCallback8;
|
|
1176
1200
|
/**
|
|
1177
1201
|
* Specifies the configuration type to be used
|
|
1178
1202
|
*/
|
|
@@ -1263,7 +1287,7 @@ export namespace Components {
|
|
|
1263
1287
|
* Callback invoked when the user wants to cancel the export process.
|
|
1264
1288
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
1265
1289
|
*/
|
|
1266
|
-
"cancelCallback":
|
|
1290
|
+
"cancelCallback": CancelCallback9;
|
|
1267
1291
|
/**
|
|
1268
1292
|
* Callback invoked when the user wants to initiate the export process.
|
|
1269
1293
|
* @param fileName :string
|
|
@@ -1304,7 +1328,7 @@ export namespace Components {
|
|
|
1304
1328
|
/**
|
|
1305
1329
|
* Callback invoked when user wants to cancel the export process.
|
|
1306
1330
|
*/
|
|
1307
|
-
"cancelCallback":
|
|
1331
|
+
"cancelCallback": CancelCallback10;
|
|
1308
1332
|
/**
|
|
1309
1333
|
* Callback invoked when user wants to initiate the import process.
|
|
1310
1334
|
*/
|
|
@@ -1581,7 +1605,7 @@ export namespace Components {
|
|
|
1581
1605
|
/**
|
|
1582
1606
|
* Callback invoked when user cancels reorganization
|
|
1583
1607
|
*/
|
|
1584
|
-
"cancelCallback":
|
|
1608
|
+
"cancelCallback": CancelCallback11;
|
|
1585
1609
|
/**
|
|
1586
1610
|
* Clear items
|
|
1587
1611
|
*/
|
|
@@ -1593,7 +1617,7 @@ export namespace Components {
|
|
|
1593
1617
|
/**
|
|
1594
1618
|
* Callback invoked when user confirms data base reorganization
|
|
1595
1619
|
*/
|
|
1596
|
-
"confirmCallback":
|
|
1620
|
+
"confirmCallback": ConfirmCallback7;
|
|
1597
1621
|
/**
|
|
1598
1622
|
* The header data to display on the header.
|
|
1599
1623
|
*/
|
|
@@ -1607,7 +1631,7 @@ export namespace Components {
|
|
|
1607
1631
|
/**
|
|
1608
1632
|
* Callback invoked when user wants to cancel
|
|
1609
1633
|
*/
|
|
1610
|
-
"cancelCallback":
|
|
1634
|
+
"cancelCallback": CancelCallback12;
|
|
1611
1635
|
/**
|
|
1612
1636
|
* Callback invoked when user confirms the KB creation
|
|
1613
1637
|
*/
|
|
@@ -1660,9 +1684,9 @@ export namespace Components {
|
|
|
1660
1684
|
}
|
|
1661
1685
|
interface GxIdeNewKb {
|
|
1662
1686
|
/**
|
|
1663
|
-
*
|
|
1687
|
+
* Callback invoked when the user clicks the "Browse for more..." button next to the Server Name combo. The host is expected to display its own server picker UI and resolve with the name of the selected server instance, which will be set as the value of the Server Name combo.
|
|
1664
1688
|
*/
|
|
1665
|
-
"
|
|
1689
|
+
"browseForMoreCallback": BrowseForMoreCallback;
|
|
1666
1690
|
/**
|
|
1667
1691
|
* Specifies whether the location field (and its folder-picker button) is shown in the header, allowing the user to override the default `kbLocation` path. Independent from `isAdvanced`.
|
|
1668
1692
|
*/
|
|
@@ -1670,17 +1694,13 @@ export namespace Components {
|
|
|
1670
1694
|
/**
|
|
1671
1695
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
1672
1696
|
*/
|
|
1673
|
-
"cancelCallback":
|
|
1674
|
-
/**
|
|
1675
|
-
* DB Collations
|
|
1676
|
-
*/
|
|
1677
|
-
"collations": GxOption[];
|
|
1697
|
+
"cancelCallback": CancelCallback13;
|
|
1678
1698
|
/**
|
|
1679
1699
|
* Callback that will be invoked when the user confirms KB creation (‘Create’ button)
|
|
1680
1700
|
*/
|
|
1681
1701
|
"createCallback": CreateCallback1;
|
|
1682
1702
|
/**
|
|
1683
|
-
*
|
|
1703
|
+
* It allows defining whether the option to create the data files in the KB folder will be shown in the advanced tab
|
|
1684
1704
|
*/
|
|
1685
1705
|
"createDataFilesInKBFolder": boolean;
|
|
1686
1706
|
/**
|
|
@@ -1695,6 +1715,14 @@ export namespace Components {
|
|
|
1695
1715
|
* It allows selecting the default environment that the KB will have (additional environments can be created later)
|
|
1696
1716
|
*/
|
|
1697
1717
|
"defaultPrototypingEnvironments": GxOption[];
|
|
1718
|
+
/**
|
|
1719
|
+
* Callback invoked when the advanced tab is selected for the first time. Returns the data needed to populate the advanced tab fields lazily, avoiding unnecessary loading at component initialization.
|
|
1720
|
+
*/
|
|
1721
|
+
"getAdvancedTabDataCallback": GetAdvancedTabDataCallback;
|
|
1722
|
+
/**
|
|
1723
|
+
* Callback invoked when the user selects a different server instance, allowing the host to fetch the collations available on that instance.
|
|
1724
|
+
*/
|
|
1725
|
+
"getCollationsForInstanceCallback": GetCollationsForInstanceCallback;
|
|
1698
1726
|
/**
|
|
1699
1727
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
1700
1728
|
*/
|
|
@@ -1735,10 +1763,6 @@ export namespace Components {
|
|
|
1735
1763
|
* This is a function provided by the developer that returns a string, with the location path
|
|
1736
1764
|
*/
|
|
1737
1765
|
"selectLocationCallback": SelectLocationCallback1;
|
|
1738
|
-
/**
|
|
1739
|
-
* Name of the DB server where we want to persist the information of our KB
|
|
1740
|
-
*/
|
|
1741
|
-
"serverNames": GxOption[];
|
|
1742
1766
|
/**
|
|
1743
1767
|
* Suspends or reactivates the shortcuts
|
|
1744
1768
|
*/
|
|
@@ -1748,7 +1772,7 @@ export namespace Components {
|
|
|
1748
1772
|
*/
|
|
1749
1773
|
"userInterfaceLanguages": GxOption[];
|
|
1750
1774
|
/**
|
|
1751
|
-
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
1775
|
+
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
1752
1776
|
*/
|
|
1753
1777
|
"userName": string;
|
|
1754
1778
|
}
|
|
@@ -1756,7 +1780,7 @@ export namespace Components {
|
|
|
1756
1780
|
/**
|
|
1757
1781
|
* Callback invoked when user wants to cancel object creation
|
|
1758
1782
|
*/
|
|
1759
|
-
"cancelCallback":
|
|
1783
|
+
"cancelCallback": CancelCallback14;
|
|
1760
1784
|
/**
|
|
1761
1785
|
* Callback invoked when user wants to confirm object creation
|
|
1762
1786
|
*/
|
|
@@ -1834,7 +1858,7 @@ export namespace Components {
|
|
|
1834
1858
|
/**
|
|
1835
1859
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
1836
1860
|
*/
|
|
1837
|
-
"cancelCallback":
|
|
1861
|
+
"cancelCallback": CancelCallback15;
|
|
1838
1862
|
/**
|
|
1839
1863
|
* The categories render in the filter category selector
|
|
1840
1864
|
*/
|
|
@@ -1896,7 +1920,7 @@ export namespace Components {
|
|
|
1896
1920
|
/**
|
|
1897
1921
|
* Callback invoked when the user wants to cancel the export process.
|
|
1898
1922
|
*/
|
|
1899
|
-
"cancelCallback":
|
|
1923
|
+
"cancelCallback": CancelCallback16;
|
|
1900
1924
|
/**
|
|
1901
1925
|
* Default value for the Module/Folder field.
|
|
1902
1926
|
*/
|
|
@@ -2353,7 +2377,7 @@ export namespace Components {
|
|
|
2353
2377
|
/**
|
|
2354
2378
|
* Callback that will be invoked when the user cancels.
|
|
2355
2379
|
*/
|
|
2356
|
-
"cancelCallback":
|
|
2380
|
+
"cancelCallback": CancelCallback17;
|
|
2357
2381
|
/**
|
|
2358
2382
|
* Description of my prop variable.
|
|
2359
2383
|
*/
|
|
@@ -2682,11 +2706,11 @@ export namespace Components {
|
|
|
2682
2706
|
/**
|
|
2683
2707
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
2684
2708
|
*/
|
|
2685
|
-
"cancelCallback":
|
|
2709
|
+
"cancelCallback": CancelCallback18;
|
|
2686
2710
|
/**
|
|
2687
2711
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
2688
2712
|
*/
|
|
2689
|
-
"confirmCallback":
|
|
2713
|
+
"confirmCallback": ConfirmCallback8;
|
|
2690
2714
|
/**
|
|
2691
2715
|
* Current objects selection in the grid
|
|
2692
2716
|
*/
|
|
@@ -3291,6 +3315,12 @@ declare global {
|
|
|
3291
3315
|
prototype: HTMLGxIdeDataTypeSelectorElement;
|
|
3292
3316
|
new (): HTMLGxIdeDataTypeSelectorElement;
|
|
3293
3317
|
};
|
|
3318
|
+
interface HTMLGxIdeDbInstanceSelectorElement extends Components.GxIdeDbInstanceSelector, HTMLStencilElement {
|
|
3319
|
+
}
|
|
3320
|
+
var HTMLGxIdeDbInstanceSelectorElement: {
|
|
3321
|
+
prototype: HTMLGxIdeDbInstanceSelectorElement;
|
|
3322
|
+
new (): HTMLGxIdeDbInstanceSelectorElement;
|
|
3323
|
+
};
|
|
3294
3324
|
interface HTMLGxIdeDeploymentToolElementEventMap {
|
|
3295
3325
|
"componentDidLoadEvent": boolean;
|
|
3296
3326
|
"componentDidRenderFirstTime": boolean;
|
|
@@ -3975,6 +4005,7 @@ declare global {
|
|
|
3975
4005
|
"gx-ide-current-user-info": HTMLGxIdeCurrentUserInfoElement;
|
|
3976
4006
|
"gx-ide-data-selector": HTMLGxIdeDataSelectorElement;
|
|
3977
4007
|
"gx-ide-data-type-selector": HTMLGxIdeDataTypeSelectorElement;
|
|
4008
|
+
"gx-ide-db-instance-selector": HTMLGxIdeDbInstanceSelectorElement;
|
|
3978
4009
|
"gx-ide-deployment-tool": HTMLGxIdeDeploymentToolElement;
|
|
3979
4010
|
"gx-ide-design-import": HTMLGxIdeDesignImportElement;
|
|
3980
4011
|
"gx-ide-details-acknowledgements": HTMLGxIdeDetailsAcknowledgementsElement;
|
|
@@ -4743,6 +4774,24 @@ declare namespace LocalJSX {
|
|
|
4743
4774
|
*/
|
|
4744
4775
|
"recentlyUsed"?: DataTypeData[];
|
|
4745
4776
|
}
|
|
4777
|
+
interface GxIdeDbInstanceSelector {
|
|
4778
|
+
/**
|
|
4779
|
+
* Callback invoked when the user cancels the selection.
|
|
4780
|
+
*/
|
|
4781
|
+
"cancelCallback": CancelCallback5;
|
|
4782
|
+
/**
|
|
4783
|
+
* Callback invoked when the user confirms the selection. Receives the name of the selected database instance.
|
|
4784
|
+
*/
|
|
4785
|
+
"confirmCallback": ConfirmCallback4;
|
|
4786
|
+
/**
|
|
4787
|
+
* Callback invoked to load the available local server instances. Should return the list of database instances available on local servers.
|
|
4788
|
+
*/
|
|
4789
|
+
"getLocalServersCallback": GetServersCallback;
|
|
4790
|
+
/**
|
|
4791
|
+
* Callback invoked to load the available network server instances. Should return the list of database instances available on network servers.
|
|
4792
|
+
*/
|
|
4793
|
+
"getNetworkServersCallback": GetServersCallback;
|
|
4794
|
+
}
|
|
4746
4795
|
interface GxIdeDeploymentTool {
|
|
4747
4796
|
/**
|
|
4748
4797
|
* Callback invoked when the user wants to add objects.
|
|
@@ -4801,11 +4850,11 @@ declare namespace LocalJSX {
|
|
|
4801
4850
|
/**
|
|
4802
4851
|
* This is a function provided by the developer that cancel the load operation.
|
|
4803
4852
|
*/
|
|
4804
|
-
"cancelCallback":
|
|
4853
|
+
"cancelCallback": CancelCallback6;
|
|
4805
4854
|
/**
|
|
4806
4855
|
* This is a function provided by the developer that initiates the process of importing a design.
|
|
4807
4856
|
*/
|
|
4808
|
-
"confirmCallback":
|
|
4857
|
+
"confirmCallback": ConfirmCallback5;
|
|
4809
4858
|
/**
|
|
4810
4859
|
* Default value for the 'Module' field.
|
|
4811
4860
|
*/
|
|
@@ -4885,11 +4934,11 @@ declare namespace LocalJSX {
|
|
|
4885
4934
|
/**
|
|
4886
4935
|
* Cancel callback
|
|
4887
4936
|
*/
|
|
4888
|
-
"cancelCallback"?:
|
|
4937
|
+
"cancelCallback"?: CancelCallback7;
|
|
4889
4938
|
/**
|
|
4890
4939
|
* Confirm callback
|
|
4891
4940
|
*/
|
|
4892
|
-
"confirmCallback"?:
|
|
4941
|
+
"confirmCallback"?: ConfirmCallback6;
|
|
4893
4942
|
/**
|
|
4894
4943
|
* The name of the server
|
|
4895
4944
|
*/
|
|
@@ -5088,7 +5137,7 @@ declare namespace LocalJSX {
|
|
|
5088
5137
|
/**
|
|
5089
5138
|
* Callback invoked when the user wants to cancel the exportation process
|
|
5090
5139
|
*/
|
|
5091
|
-
"cancelCallback"?:
|
|
5140
|
+
"cancelCallback"?: CancelCallback8;
|
|
5092
5141
|
/**
|
|
5093
5142
|
* Specifies the configuration type to be used
|
|
5094
5143
|
*/
|
|
@@ -5175,7 +5224,7 @@ declare namespace LocalJSX {
|
|
|
5175
5224
|
* Callback invoked when the user wants to cancel the export process.
|
|
5176
5225
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
5177
5226
|
*/
|
|
5178
|
-
"cancelCallback":
|
|
5227
|
+
"cancelCallback": CancelCallback9;
|
|
5179
5228
|
/**
|
|
5180
5229
|
* Callback invoked when the user wants to initiate the export process.
|
|
5181
5230
|
* @param fileName :string
|
|
@@ -5212,7 +5261,7 @@ declare namespace LocalJSX {
|
|
|
5212
5261
|
/**
|
|
5213
5262
|
* Callback invoked when user wants to cancel the export process.
|
|
5214
5263
|
*/
|
|
5215
|
-
"cancelCallback":
|
|
5264
|
+
"cancelCallback": CancelCallback10;
|
|
5216
5265
|
/**
|
|
5217
5266
|
* Callback invoked when user wants to initiate the import process.
|
|
5218
5267
|
*/
|
|
@@ -5539,7 +5588,7 @@ declare namespace LocalJSX {
|
|
|
5539
5588
|
/**
|
|
5540
5589
|
* Callback invoked when user cancels reorganization
|
|
5541
5590
|
*/
|
|
5542
|
-
"cancelCallback"?:
|
|
5591
|
+
"cancelCallback"?: CancelCallback11;
|
|
5543
5592
|
/**
|
|
5544
5593
|
* Callback to be invoked when the user closes the dialog
|
|
5545
5594
|
*/
|
|
@@ -5547,7 +5596,7 @@ declare namespace LocalJSX {
|
|
|
5547
5596
|
/**
|
|
5548
5597
|
* Callback invoked when user confirms data base reorganization
|
|
5549
5598
|
*/
|
|
5550
|
-
"confirmCallback"?:
|
|
5599
|
+
"confirmCallback"?: ConfirmCallback7;
|
|
5551
5600
|
/**
|
|
5552
5601
|
* The header data to display on the header.
|
|
5553
5602
|
*/
|
|
@@ -5565,7 +5614,7 @@ declare namespace LocalJSX {
|
|
|
5565
5614
|
/**
|
|
5566
5615
|
* Callback invoked when user wants to cancel
|
|
5567
5616
|
*/
|
|
5568
|
-
"cancelCallback"?:
|
|
5617
|
+
"cancelCallback"?: CancelCallback12;
|
|
5569
5618
|
/**
|
|
5570
5619
|
* Callback invoked when user confirms the KB creation
|
|
5571
5620
|
*/
|
|
@@ -5614,9 +5663,9 @@ declare namespace LocalJSX {
|
|
|
5614
5663
|
}
|
|
5615
5664
|
interface GxIdeNewKb {
|
|
5616
5665
|
/**
|
|
5617
|
-
*
|
|
5666
|
+
* Callback invoked when the user clicks the "Browse for more..." button next to the Server Name combo. The host is expected to display its own server picker UI and resolve with the name of the selected server instance, which will be set as the value of the Server Name combo.
|
|
5618
5667
|
*/
|
|
5619
|
-
"
|
|
5668
|
+
"browseForMoreCallback"?: BrowseForMoreCallback;
|
|
5620
5669
|
/**
|
|
5621
5670
|
* Specifies whether the location field (and its folder-picker button) is shown in the header, allowing the user to override the default `kbLocation` path. Independent from `isAdvanced`.
|
|
5622
5671
|
*/
|
|
@@ -5624,17 +5673,13 @@ declare namespace LocalJSX {
|
|
|
5624
5673
|
/**
|
|
5625
5674
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
5626
5675
|
*/
|
|
5627
|
-
"cancelCallback"?:
|
|
5628
|
-
/**
|
|
5629
|
-
* DB Collations
|
|
5630
|
-
*/
|
|
5631
|
-
"collations": GxOption[];
|
|
5676
|
+
"cancelCallback"?: CancelCallback13;
|
|
5632
5677
|
/**
|
|
5633
5678
|
* Callback that will be invoked when the user confirms KB creation (‘Create’ button)
|
|
5634
5679
|
*/
|
|
5635
5680
|
"createCallback": CreateCallback1;
|
|
5636
5681
|
/**
|
|
5637
|
-
*
|
|
5682
|
+
* It allows defining whether the option to create the data files in the KB folder will be shown in the advanced tab
|
|
5638
5683
|
*/
|
|
5639
5684
|
"createDataFilesInKBFolder"?: boolean;
|
|
5640
5685
|
/**
|
|
@@ -5649,6 +5694,14 @@ declare namespace LocalJSX {
|
|
|
5649
5694
|
* It allows selecting the default environment that the KB will have (additional environments can be created later)
|
|
5650
5695
|
*/
|
|
5651
5696
|
"defaultPrototypingEnvironments"?: GxOption[];
|
|
5697
|
+
/**
|
|
5698
|
+
* Callback invoked when the advanced tab is selected for the first time. Returns the data needed to populate the advanced tab fields lazily, avoiding unnecessary loading at component initialization.
|
|
5699
|
+
*/
|
|
5700
|
+
"getAdvancedTabDataCallback"?: GetAdvancedTabDataCallback;
|
|
5701
|
+
/**
|
|
5702
|
+
* Callback invoked when the user selects a different server instance, allowing the host to fetch the collations available on that instance.
|
|
5703
|
+
*/
|
|
5704
|
+
"getCollationsForInstanceCallback"?: GetCollationsForInstanceCallback;
|
|
5652
5705
|
/**
|
|
5653
5706
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
5654
5707
|
*/
|
|
@@ -5689,16 +5742,12 @@ declare namespace LocalJSX {
|
|
|
5689
5742
|
* This is a function provided by the developer that returns a string, with the location path
|
|
5690
5743
|
*/
|
|
5691
5744
|
"selectLocationCallback": SelectLocationCallback1;
|
|
5692
|
-
/**
|
|
5693
|
-
* Name of the DB server where we want to persist the information of our KB
|
|
5694
|
-
*/
|
|
5695
|
-
"serverNames"?: GxOption[];
|
|
5696
5745
|
/**
|
|
5697
5746
|
* Specify the language in which the application screens will be developed (default language)
|
|
5698
5747
|
*/
|
|
5699
5748
|
"userInterfaceLanguages"?: GxOption[];
|
|
5700
5749
|
/**
|
|
5701
|
-
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
5750
|
+
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
5702
5751
|
*/
|
|
5703
5752
|
"userName"?: string;
|
|
5704
5753
|
}
|
|
@@ -5706,7 +5755,7 @@ declare namespace LocalJSX {
|
|
|
5706
5755
|
/**
|
|
5707
5756
|
* Callback invoked when user wants to cancel object creation
|
|
5708
5757
|
*/
|
|
5709
|
-
"cancelCallback"?:
|
|
5758
|
+
"cancelCallback"?: CancelCallback14;
|
|
5710
5759
|
/**
|
|
5711
5760
|
* Callback invoked when user wants to confirm object creation
|
|
5712
5761
|
*/
|
|
@@ -5792,7 +5841,7 @@ declare namespace LocalJSX {
|
|
|
5792
5841
|
/**
|
|
5793
5842
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
5794
5843
|
*/
|
|
5795
|
-
"cancelCallback":
|
|
5844
|
+
"cancelCallback": CancelCallback15;
|
|
5796
5845
|
/**
|
|
5797
5846
|
* The categories render in the filter category selector
|
|
5798
5847
|
*/
|
|
@@ -5846,7 +5895,7 @@ declare namespace LocalJSX {
|
|
|
5846
5895
|
/**
|
|
5847
5896
|
* Callback invoked when the user wants to cancel the export process.
|
|
5848
5897
|
*/
|
|
5849
|
-
"cancelCallback"?:
|
|
5898
|
+
"cancelCallback"?: CancelCallback16;
|
|
5850
5899
|
/**
|
|
5851
5900
|
* Default value for the Module/Folder field.
|
|
5852
5901
|
*/
|
|
@@ -6278,7 +6327,7 @@ declare namespace LocalJSX {
|
|
|
6278
6327
|
/**
|
|
6279
6328
|
* Callback that will be invoked when the user cancels.
|
|
6280
6329
|
*/
|
|
6281
|
-
"cancelCallback":
|
|
6330
|
+
"cancelCallback": CancelCallback17;
|
|
6282
6331
|
/**
|
|
6283
6332
|
* Description of my prop variable.
|
|
6284
6333
|
*/
|
|
@@ -6578,11 +6627,11 @@ declare namespace LocalJSX {
|
|
|
6578
6627
|
/**
|
|
6579
6628
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
6580
6629
|
*/
|
|
6581
|
-
"cancelCallback":
|
|
6630
|
+
"cancelCallback": CancelCallback18;
|
|
6582
6631
|
/**
|
|
6583
6632
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
6584
6633
|
*/
|
|
6585
|
-
"confirmCallback":
|
|
6634
|
+
"confirmCallback": ConfirmCallback8;
|
|
6586
6635
|
/**
|
|
6587
6636
|
* Emitted once just after the component is fully loaded and the first render() occurs.
|
|
6588
6637
|
*/
|
|
@@ -6834,6 +6883,7 @@ declare namespace LocalJSX {
|
|
|
6834
6883
|
"gx-ide-current-user-info": GxIdeCurrentUserInfo;
|
|
6835
6884
|
"gx-ide-data-selector": GxIdeDataSelector;
|
|
6836
6885
|
"gx-ide-data-type-selector": GxIdeDataTypeSelector;
|
|
6886
|
+
"gx-ide-db-instance-selector": GxIdeDbInstanceSelector;
|
|
6837
6887
|
"gx-ide-deployment-tool": GxIdeDeploymentTool;
|
|
6838
6888
|
"gx-ide-design-import": GxIdeDesignImport;
|
|
6839
6889
|
"gx-ide-details-acknowledgements": GxIdeDetailsAcknowledgements;
|
|
@@ -6926,6 +6976,7 @@ declare module "@stencil/core" {
|
|
|
6926
6976
|
"gx-ide-current-user-info": LocalJSX.GxIdeCurrentUserInfo & JSXBase.HTMLAttributes<HTMLGxIdeCurrentUserInfoElement>;
|
|
6927
6977
|
"gx-ide-data-selector": LocalJSX.GxIdeDataSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataSelectorElement>;
|
|
6928
6978
|
"gx-ide-data-type-selector": LocalJSX.GxIdeDataTypeSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataTypeSelectorElement>;
|
|
6979
|
+
"gx-ide-db-instance-selector": LocalJSX.GxIdeDbInstanceSelector & JSXBase.HTMLAttributes<HTMLGxIdeDbInstanceSelectorElement>;
|
|
6929
6980
|
"gx-ide-deployment-tool": LocalJSX.GxIdeDeploymentTool & JSXBase.HTMLAttributes<HTMLGxIdeDeploymentToolElement>;
|
|
6930
6981
|
"gx-ide-design-import": LocalJSX.GxIdeDesignImport & JSXBase.HTMLAttributes<HTMLGxIdeDesignImportElement>;
|
|
6931
6982
|
"gx-ide-details-acknowledgements": LocalJSX.GxIdeDetailsAcknowledgements & JSXBase.HTMLAttributes<HTMLGxIdeDetailsAcknowledgementsElement>;
|