@genexus/genexus-ide-ui 3.2.9 → 3.2.11
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-new-kb.cjs.entry.js +261 -138
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-select-team-or-org.cjs.entry.js +128 -0
- package/dist/cjs/gx-ide-select-team-or-org.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-sign-in-organization.cjs.entry.js +187 -0
- package/dist/cjs/gx-ide-sign-in-organization.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- 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/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/components/select-team-or-org/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.en.json +18 -0
- package/dist/collection/components/select-team-or-org/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.ja.json +18 -0
- package/dist/collection/components/select-team-or-org/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.zh.json +18 -0
- package/dist/collection/components/select-team-or-org/helpers.js +9 -0
- package/dist/collection/components/select-team-or-org/helpers.js.map +1 -0
- package/dist/collection/components/{select-user-team/select-user-team.css → select-team-or-org/select-team-or-org.css} +7 -4
- package/dist/collection/components/select-team-or-org/select-team-or-org.js +220 -0
- package/dist/collection/components/select-team-or-org/select-team-or-org.js.map +1 -0
- package/dist/{genexus-ide-ui/gx-ide-assets/sign-in-team/langs/sign-in-team.lang.en.json → collection/components/sign-in-organization/gx-ide-assets/sign-in-organization/langs/sign-in-organization.lang.en.json} +5 -5
- package/dist/{genexus-ide-ui/gx-ide-assets/sign-in-team/langs/sign-in-team.lang.ja.json → collection/components/sign-in-organization/gx-ide-assets/sign-in-organization/langs/sign-in-organization.lang.ja.json} +5 -5
- package/dist/collection/components/{sign-in-team/gx-ide-assets/sign-in-team/langs/sign-in-team.lang.en.json → sign-in-organization/gx-ide-assets/sign-in-organization/langs/sign-in-organization.lang.zh.json} +5 -5
- package/dist/collection/components/sign-in-organization/helpers.js +10 -0
- package/dist/collection/components/sign-in-organization/helpers.js.map +1 -0
- package/dist/collection/components/{sign-in-team/sign-in-team.js → sign-in-organization/sign-in-organization.js} +72 -72
- package/dist/collection/components/sign-in-organization/sign-in-organization.js.map +1 -0
- package/dist/collection/testing/locale.e2e.js +3 -2
- 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-new-kb.js +281 -152
- package/dist/components/gx-ide-new-kb.js.map +1 -1
- package/dist/components/gx-ide-select-team-or-org.d.ts +11 -0
- package/dist/components/gx-ide-select-team-or-org.js +157 -0
- package/dist/components/gx-ide-select-team-or-org.js.map +1 -0
- package/dist/components/gx-ide-sign-in-organization.d.ts +11 -0
- package/dist/components/gx-ide-sign-in-organization.js +221 -0
- package/dist/components/gx-ide-sign-in-organization.js.map +1 -0
- 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-new-kb.entry.js +261 -138
- package/dist/esm/gx-ide-new-kb.entry.js.map +1 -1
- package/dist/esm/gx-ide-select-team-or-org.entry.js +124 -0
- package/dist/esm/gx-ide-select-team-or-org.entry.js.map +1 -0
- package/dist/esm/gx-ide-sign-in-organization.entry.js +183 -0
- package/dist/esm/gx-ide-sign-in-organization.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/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/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.en.json +18 -0
- package/dist/genexus-ide-ui/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.ja.json +18 -0
- package/dist/genexus-ide-ui/gx-ide-assets/select-team-or-org/langs/select-team-or-org.lang.zh.json +18 -0
- package/dist/genexus-ide-ui/gx-ide-assets/{sign-in-team/langs/sign-in-team.lang.zh.json → sign-in-organization/langs/sign-in-organization.lang.en.json} +5 -5
- package/dist/{collection/components/sign-in-team/gx-ide-assets/sign-in-team/langs/sign-in-team.lang.ja.json → genexus-ide-ui/gx-ide-assets/sign-in-organization/langs/sign-in-organization.lang.ja.json} +5 -5
- package/dist/{collection/components/sign-in-team/gx-ide-assets/sign-in-team/langs/sign-in-team.lang.zh.json → genexus-ide-ui/gx-ide-assets/sign-in-organization/langs/sign-in-organization.lang.zh.json} +5 -5
- package/dist/genexus-ide-ui/{p-1d44dd0a.entry.js → p-15b1c9be.entry.js} +72 -72
- package/dist/genexus-ide-ui/p-15b1c9be.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-2129d0d2.entry.js +164 -0
- package/dist/genexus-ide-ui/p-2129d0d2.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/new-kb/new-kb.d.ts +51 -23
- package/dist/types/components/select-team-or-org/helpers.d.ts +3 -0
- package/dist/types/components/select-team-or-org/select-team-or-org.d.ts +38 -0
- package/dist/types/components/sign-in-organization/helpers.d.ts +3 -0
- package/dist/types/components/{sign-in-team/sign-in-team.d.ts → sign-in-organization/sign-in-organization.d.ts} +8 -8
- package/dist/types/components.d.ts +189 -130
- package/package.json +1 -1
- package/dist/cjs/gx-ide-select-user-team.cjs.entry.js +0 -121
- package/dist/cjs/gx-ide-select-user-team.cjs.entry.js.map +0 -1
- package/dist/cjs/gx-ide-sign-in-team.cjs.entry.js +0 -187
- package/dist/cjs/gx-ide-sign-in-team.cjs.entry.js.map +0 -1
- package/dist/collection/components/select-user-team/gx-ide-assets/select-user-team/langs/select-user-team.lang.en.json +0 -10
- package/dist/collection/components/select-user-team/gx-ide-assets/select-user-team/langs/select-user-team.lang.ja.json +0 -10
- package/dist/collection/components/select-user-team/gx-ide-assets/select-user-team/langs/select-user-team.lang.zh.json +0 -10
- package/dist/collection/components/select-user-team/helpers.js +0 -9
- package/dist/collection/components/select-user-team/helpers.js.map +0 -1
- package/dist/collection/components/select-user-team/select-user-team.js +0 -189
- package/dist/collection/components/select-user-team/select-user-team.js.map +0 -1
- package/dist/collection/components/sign-in-team/helpers.js +0 -10
- package/dist/collection/components/sign-in-team/helpers.js.map +0 -1
- package/dist/collection/components/sign-in-team/sign-in-team.js.map +0 -1
- package/dist/components/gx-ide-select-user-team.d.ts +0 -11
- package/dist/components/gx-ide-select-user-team.js +0 -149
- package/dist/components/gx-ide-select-user-team.js.map +0 -1
- package/dist/components/gx-ide-sign-in-team.d.ts +0 -11
- package/dist/components/gx-ide-sign-in-team.js +0 -221
- package/dist/components/gx-ide-sign-in-team.js.map +0 -1
- package/dist/esm/gx-ide-select-user-team.entry.js +0 -117
- package/dist/esm/gx-ide-select-user-team.entry.js.map +0 -1
- package/dist/esm/gx-ide-sign-in-team.entry.js +0 -183
- package/dist/esm/gx-ide-sign-in-team.entry.js.map +0 -1
- package/dist/genexus-ide-ui/gx-ide-assets/select-user-team/langs/select-user-team.lang.en.json +0 -10
- package/dist/genexus-ide-ui/gx-ide-assets/select-user-team/langs/select-user-team.lang.ja.json +0 -10
- package/dist/genexus-ide-ui/gx-ide-assets/select-user-team/langs/select-user-team.lang.zh.json +0 -10
- package/dist/genexus-ide-ui/p-1d44dd0a.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-2317ffcb.entry.js +0 -156
- package/dist/genexus-ide-ui/p-2317ffcb.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
- package/dist/types/components/select-user-team/helpers.d.ts +0 -3
- package/dist/types/components/select-user-team/select-user-team.d.ts +0 -32
- package/dist/types/components/sign-in-team/helpers.d.ts +0 -3
- /package/dist/collection/components/{select-user-team/gx-ide-assets/select-user-team → select-team-or-org/gx-ide-assets/select-team-or-org}/images/copyrights-illustration.png +0 -0
- /package/dist/collection/components/{select-user-team/gx-ide-assets/select-user-team → select-team-or-org/gx-ide-assets/select-team-or-org}/images/icon-next.svg +0 -0
- /package/dist/collection/components/{sign-in-team/gx-ide-assets/sign-in-team → sign-in-organization/gx-ide-assets/sign-in-organization}/images/copyrights-illustration.png +0 -0
- /package/dist/collection/components/{sign-in-team/gx-ide-assets/sign-in-team → sign-in-organization/gx-ide-assets/sign-in-organization}/images/icon-next.svg +0 -0
- /package/dist/collection/components/{sign-in-team/sign-in-team.css → sign-in-organization/sign-in-organization.css} +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{select-user-team → select-team-or-org}/images/copyrights-illustration.png +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{select-user-team → select-team-or-org}/images/icon-next.svg +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{sign-in-team → sign-in-organization}/images/copyrights-illustration.png +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{sign-in-team → sign-in-organization}/images/icon-next.svg +0 -0
|
@@ -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";
|
|
@@ -61,13 +62,13 @@ import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback,
|
|
|
61
62
|
import { RestoreVersionData } from "./components/restore-version/restore-version";
|
|
62
63
|
import { ItemDoubleClickCallback, SearchParamsData, SearchResultData } from "./components/search/search";
|
|
63
64
|
import { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
64
|
-
import {
|
|
65
|
+
import { SelectableItem, SelectionType } from "./components/select-team-or-org/select-team-or-org";
|
|
65
66
|
import { AuthenticationSessionOrigin, ConnectionOption, ServerData } from "./components/team-dev/server-selector/server-selector";
|
|
66
67
|
import { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
67
|
-
import { AuthStep,
|
|
68
|
+
import { AuthStep, OrganizationData } from "./components/sign-in-organization/sign-in-organization";
|
|
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";
|
|
@@ -139,13 +141,13 @@ export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback,
|
|
|
139
141
|
export { RestoreVersionData } from "./components/restore-version/restore-version";
|
|
140
142
|
export { ItemDoubleClickCallback, SearchParamsData, SearchResultData } from "./components/search/search";
|
|
141
143
|
export { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
142
|
-
export {
|
|
144
|
+
export { SelectableItem, SelectionType } from "./components/select-team-or-org/select-team-or-org";
|
|
143
145
|
export { AuthenticationSessionOrigin, ConnectionOption, ServerData } from "./components/team-dev/server-selector/server-selector";
|
|
144
146
|
export { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
145
|
-
export { AuthStep,
|
|
147
|
+
export { AuthStep, OrganizationData } from "./components/sign-in-organization/sign-in-organization";
|
|
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
|
*/
|
|
@@ -2156,19 +2180,23 @@ export namespace Components {
|
|
|
2156
2180
|
*/
|
|
2157
2181
|
"useLoader"?: boolean;
|
|
2158
2182
|
}
|
|
2159
|
-
interface
|
|
2183
|
+
interface GxIdeSelectTeamOrOrg {
|
|
2160
2184
|
/**
|
|
2161
2185
|
* Callback executed when the user clicks the 'Cancel' button
|
|
2162
2186
|
*/
|
|
2163
2187
|
"cancelCallback": () => Promise<void>;
|
|
2164
2188
|
/**
|
|
2165
|
-
* Callback executed when the user clicks the '
|
|
2189
|
+
* Callback executed when the user clicks the 'Confirm' button
|
|
2166
2190
|
*/
|
|
2167
|
-
"
|
|
2191
|
+
"confirmCallback": (itemId: string) => Promise<void>;
|
|
2168
2192
|
/**
|
|
2169
|
-
* Array that contains the
|
|
2193
|
+
* Array that contains the selectable items (teams or organizations).
|
|
2170
2194
|
*/
|
|
2171
|
-
"
|
|
2195
|
+
"items": SelectableItem[];
|
|
2196
|
+
/**
|
|
2197
|
+
* Whether the picker is selecting a team or an organization. Drives the title, info message and combo label.
|
|
2198
|
+
*/
|
|
2199
|
+
"selectionType": SelectionType;
|
|
2172
2200
|
}
|
|
2173
2201
|
interface GxIdeServerSelector {
|
|
2174
2202
|
/**
|
|
@@ -2249,9 +2277,7 @@ export namespace Components {
|
|
|
2249
2277
|
*/
|
|
2250
2278
|
"termsCallback": () => Promise<void>;
|
|
2251
2279
|
}
|
|
2252
|
-
interface
|
|
2253
|
-
}
|
|
2254
|
-
interface GxIdeSignInTeam {
|
|
2280
|
+
interface GxIdeSignInOrganization {
|
|
2255
2281
|
/**
|
|
2256
2282
|
* The authentication step to display
|
|
2257
2283
|
*/
|
|
@@ -2259,7 +2285,11 @@ export namespace Components {
|
|
|
2259
2285
|
/**
|
|
2260
2286
|
* Callback executed when the user clicks the 'Continue' button
|
|
2261
2287
|
*/
|
|
2262
|
-
"continueCallback": (
|
|
2288
|
+
"continueCallback": (organizationId: string) => Promise<void>;
|
|
2289
|
+
/**
|
|
2290
|
+
* Array that contains the user's organizations
|
|
2291
|
+
*/
|
|
2292
|
+
"organizations": OrganizationData[];
|
|
2263
2293
|
/**
|
|
2264
2294
|
* Callback executed when the user clicks on the "privacy policy" link
|
|
2265
2295
|
*/
|
|
@@ -2268,10 +2298,6 @@ export namespace Components {
|
|
|
2268
2298
|
* Callback executed when the user click the "Sign In" button
|
|
2269
2299
|
*/
|
|
2270
2300
|
"signInCallback": () => Promise<void>;
|
|
2271
|
-
/**
|
|
2272
|
-
* Array that contains the user's teams
|
|
2273
|
-
*/
|
|
2274
|
-
"teams": TeamData1[];
|
|
2275
2301
|
/**
|
|
2276
2302
|
* Callback executed when the user clicks on the "term and conditions" link
|
|
2277
2303
|
*/
|
|
@@ -2281,6 +2307,8 @@ export namespace Components {
|
|
|
2281
2307
|
*/
|
|
2282
2308
|
"termsConfirmationRequired": boolean;
|
|
2283
2309
|
}
|
|
2310
|
+
interface GxIdeSignInResult {
|
|
2311
|
+
}
|
|
2284
2312
|
interface GxIdeSplash {
|
|
2285
2313
|
/**
|
|
2286
2314
|
* The application version to display in the dialog.
|
|
@@ -2353,7 +2381,7 @@ export namespace Components {
|
|
|
2353
2381
|
/**
|
|
2354
2382
|
* Callback that will be invoked when the user cancels.
|
|
2355
2383
|
*/
|
|
2356
|
-
"cancelCallback":
|
|
2384
|
+
"cancelCallback": CancelCallback17;
|
|
2357
2385
|
/**
|
|
2358
2386
|
* Description of my prop variable.
|
|
2359
2387
|
*/
|
|
@@ -2682,11 +2710,11 @@ export namespace Components {
|
|
|
2682
2710
|
/**
|
|
2683
2711
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
2684
2712
|
*/
|
|
2685
|
-
"cancelCallback":
|
|
2713
|
+
"cancelCallback": CancelCallback18;
|
|
2686
2714
|
/**
|
|
2687
2715
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
2688
2716
|
*/
|
|
2689
|
-
"confirmCallback":
|
|
2717
|
+
"confirmCallback": ConfirmCallback8;
|
|
2690
2718
|
/**
|
|
2691
2719
|
* Current objects selection in the grid
|
|
2692
2720
|
*/
|
|
@@ -3291,6 +3319,12 @@ declare global {
|
|
|
3291
3319
|
prototype: HTMLGxIdeDataTypeSelectorElement;
|
|
3292
3320
|
new (): HTMLGxIdeDataTypeSelectorElement;
|
|
3293
3321
|
};
|
|
3322
|
+
interface HTMLGxIdeDbInstanceSelectorElement extends Components.GxIdeDbInstanceSelector, HTMLStencilElement {
|
|
3323
|
+
}
|
|
3324
|
+
var HTMLGxIdeDbInstanceSelectorElement: {
|
|
3325
|
+
prototype: HTMLGxIdeDbInstanceSelectorElement;
|
|
3326
|
+
new (): HTMLGxIdeDbInstanceSelectorElement;
|
|
3327
|
+
};
|
|
3294
3328
|
interface HTMLGxIdeDeploymentToolElementEventMap {
|
|
3295
3329
|
"componentDidLoadEvent": boolean;
|
|
3296
3330
|
"componentDidRenderFirstTime": boolean;
|
|
@@ -3734,11 +3768,11 @@ declare global {
|
|
|
3734
3768
|
prototype: HTMLGxIdeSelectKbItemsElement;
|
|
3735
3769
|
new (): HTMLGxIdeSelectKbItemsElement;
|
|
3736
3770
|
};
|
|
3737
|
-
interface
|
|
3771
|
+
interface HTMLGxIdeSelectTeamOrOrgElement extends Components.GxIdeSelectTeamOrOrg, HTMLStencilElement {
|
|
3738
3772
|
}
|
|
3739
|
-
var
|
|
3740
|
-
prototype:
|
|
3741
|
-
new ():
|
|
3773
|
+
var HTMLGxIdeSelectTeamOrOrgElement: {
|
|
3774
|
+
prototype: HTMLGxIdeSelectTeamOrOrgElement;
|
|
3775
|
+
new (): HTMLGxIdeSelectTeamOrOrgElement;
|
|
3742
3776
|
};
|
|
3743
3777
|
interface HTMLGxIdeServerSelectorElement extends Components.GxIdeServerSelector, HTMLStencilElement {
|
|
3744
3778
|
}
|
|
@@ -3769,18 +3803,18 @@ declare global {
|
|
|
3769
3803
|
prototype: HTMLGxIdeSignInElement;
|
|
3770
3804
|
new (): HTMLGxIdeSignInElement;
|
|
3771
3805
|
};
|
|
3806
|
+
interface HTMLGxIdeSignInOrganizationElement extends Components.GxIdeSignInOrganization, HTMLStencilElement {
|
|
3807
|
+
}
|
|
3808
|
+
var HTMLGxIdeSignInOrganizationElement: {
|
|
3809
|
+
prototype: HTMLGxIdeSignInOrganizationElement;
|
|
3810
|
+
new (): HTMLGxIdeSignInOrganizationElement;
|
|
3811
|
+
};
|
|
3772
3812
|
interface HTMLGxIdeSignInResultElement extends Components.GxIdeSignInResult, HTMLStencilElement {
|
|
3773
3813
|
}
|
|
3774
3814
|
var HTMLGxIdeSignInResultElement: {
|
|
3775
3815
|
prototype: HTMLGxIdeSignInResultElement;
|
|
3776
3816
|
new (): HTMLGxIdeSignInResultElement;
|
|
3777
3817
|
};
|
|
3778
|
-
interface HTMLGxIdeSignInTeamElement extends Components.GxIdeSignInTeam, HTMLStencilElement {
|
|
3779
|
-
}
|
|
3780
|
-
var HTMLGxIdeSignInTeamElement: {
|
|
3781
|
-
prototype: HTMLGxIdeSignInTeamElement;
|
|
3782
|
-
new (): HTMLGxIdeSignInTeamElement;
|
|
3783
|
-
};
|
|
3784
3818
|
interface HTMLGxIdeSplashElement extends Components.GxIdeSplash, HTMLStencilElement {
|
|
3785
3819
|
}
|
|
3786
3820
|
var HTMLGxIdeSplashElement: {
|
|
@@ -3975,6 +4009,7 @@ declare global {
|
|
|
3975
4009
|
"gx-ide-current-user-info": HTMLGxIdeCurrentUserInfoElement;
|
|
3976
4010
|
"gx-ide-data-selector": HTMLGxIdeDataSelectorElement;
|
|
3977
4011
|
"gx-ide-data-type-selector": HTMLGxIdeDataTypeSelectorElement;
|
|
4012
|
+
"gx-ide-db-instance-selector": HTMLGxIdeDbInstanceSelectorElement;
|
|
3978
4013
|
"gx-ide-deployment-tool": HTMLGxIdeDeploymentToolElement;
|
|
3979
4014
|
"gx-ide-design-import": HTMLGxIdeDesignImportElement;
|
|
3980
4015
|
"gx-ide-details-acknowledgements": HTMLGxIdeDetailsAcknowledgementsElement;
|
|
@@ -4014,12 +4049,12 @@ declare global {
|
|
|
4014
4049
|
"gx-ide-sc-chat-container": HTMLGxIdeScChatContainerElement;
|
|
4015
4050
|
"gx-ide-search": HTMLGxIdeSearchElement;
|
|
4016
4051
|
"gx-ide-select-kb-items": HTMLGxIdeSelectKbItemsElement;
|
|
4017
|
-
"gx-ide-select-
|
|
4052
|
+
"gx-ide-select-team-or-org": HTMLGxIdeSelectTeamOrOrgElement;
|
|
4018
4053
|
"gx-ide-server-selector": HTMLGxIdeServerSelectorElement;
|
|
4019
4054
|
"gx-ide-share-kb": HTMLGxIdeShareKbElement;
|
|
4020
4055
|
"gx-ide-sign-in": HTMLGxIdeSignInElement;
|
|
4056
|
+
"gx-ide-sign-in-organization": HTMLGxIdeSignInOrganizationElement;
|
|
4021
4057
|
"gx-ide-sign-in-result": HTMLGxIdeSignInResultElement;
|
|
4022
|
-
"gx-ide-sign-in-team": HTMLGxIdeSignInTeamElement;
|
|
4023
4058
|
"gx-ide-splash": HTMLGxIdeSplashElement;
|
|
4024
4059
|
"gx-ide-start-page": HTMLGxIdeStartPageElement;
|
|
4025
4060
|
"gx-ide-starting-template": HTMLGxIdeStartingTemplateElement;
|
|
@@ -4743,6 +4778,24 @@ declare namespace LocalJSX {
|
|
|
4743
4778
|
*/
|
|
4744
4779
|
"recentlyUsed"?: DataTypeData[];
|
|
4745
4780
|
}
|
|
4781
|
+
interface GxIdeDbInstanceSelector {
|
|
4782
|
+
/**
|
|
4783
|
+
* Callback invoked when the user cancels the selection.
|
|
4784
|
+
*/
|
|
4785
|
+
"cancelCallback": CancelCallback5;
|
|
4786
|
+
/**
|
|
4787
|
+
* Callback invoked when the user confirms the selection. Receives the name of the selected database instance.
|
|
4788
|
+
*/
|
|
4789
|
+
"confirmCallback": ConfirmCallback4;
|
|
4790
|
+
/**
|
|
4791
|
+
* Callback invoked to load the available local server instances. Should return the list of database instances available on local servers.
|
|
4792
|
+
*/
|
|
4793
|
+
"getLocalServersCallback": GetServersCallback;
|
|
4794
|
+
/**
|
|
4795
|
+
* Callback invoked to load the available network server instances. Should return the list of database instances available on network servers.
|
|
4796
|
+
*/
|
|
4797
|
+
"getNetworkServersCallback": GetServersCallback;
|
|
4798
|
+
}
|
|
4746
4799
|
interface GxIdeDeploymentTool {
|
|
4747
4800
|
/**
|
|
4748
4801
|
* Callback invoked when the user wants to add objects.
|
|
@@ -4801,11 +4854,11 @@ declare namespace LocalJSX {
|
|
|
4801
4854
|
/**
|
|
4802
4855
|
* This is a function provided by the developer that cancel the load operation.
|
|
4803
4856
|
*/
|
|
4804
|
-
"cancelCallback":
|
|
4857
|
+
"cancelCallback": CancelCallback6;
|
|
4805
4858
|
/**
|
|
4806
4859
|
* This is a function provided by the developer that initiates the process of importing a design.
|
|
4807
4860
|
*/
|
|
4808
|
-
"confirmCallback":
|
|
4861
|
+
"confirmCallback": ConfirmCallback5;
|
|
4809
4862
|
/**
|
|
4810
4863
|
* Default value for the 'Module' field.
|
|
4811
4864
|
*/
|
|
@@ -4885,11 +4938,11 @@ declare namespace LocalJSX {
|
|
|
4885
4938
|
/**
|
|
4886
4939
|
* Cancel callback
|
|
4887
4940
|
*/
|
|
4888
|
-
"cancelCallback"?:
|
|
4941
|
+
"cancelCallback"?: CancelCallback7;
|
|
4889
4942
|
/**
|
|
4890
4943
|
* Confirm callback
|
|
4891
4944
|
*/
|
|
4892
|
-
"confirmCallback"?:
|
|
4945
|
+
"confirmCallback"?: ConfirmCallback6;
|
|
4893
4946
|
/**
|
|
4894
4947
|
* The name of the server
|
|
4895
4948
|
*/
|
|
@@ -5088,7 +5141,7 @@ declare namespace LocalJSX {
|
|
|
5088
5141
|
/**
|
|
5089
5142
|
* Callback invoked when the user wants to cancel the exportation process
|
|
5090
5143
|
*/
|
|
5091
|
-
"cancelCallback"?:
|
|
5144
|
+
"cancelCallback"?: CancelCallback8;
|
|
5092
5145
|
/**
|
|
5093
5146
|
* Specifies the configuration type to be used
|
|
5094
5147
|
*/
|
|
@@ -5175,7 +5228,7 @@ declare namespace LocalJSX {
|
|
|
5175
5228
|
* Callback invoked when the user wants to cancel the export process.
|
|
5176
5229
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
5177
5230
|
*/
|
|
5178
|
-
"cancelCallback":
|
|
5231
|
+
"cancelCallback": CancelCallback9;
|
|
5179
5232
|
/**
|
|
5180
5233
|
* Callback invoked when the user wants to initiate the export process.
|
|
5181
5234
|
* @param fileName :string
|
|
@@ -5212,7 +5265,7 @@ declare namespace LocalJSX {
|
|
|
5212
5265
|
/**
|
|
5213
5266
|
* Callback invoked when user wants to cancel the export process.
|
|
5214
5267
|
*/
|
|
5215
|
-
"cancelCallback":
|
|
5268
|
+
"cancelCallback": CancelCallback10;
|
|
5216
5269
|
/**
|
|
5217
5270
|
* Callback invoked when user wants to initiate the import process.
|
|
5218
5271
|
*/
|
|
@@ -5539,7 +5592,7 @@ declare namespace LocalJSX {
|
|
|
5539
5592
|
/**
|
|
5540
5593
|
* Callback invoked when user cancels reorganization
|
|
5541
5594
|
*/
|
|
5542
|
-
"cancelCallback"?:
|
|
5595
|
+
"cancelCallback"?: CancelCallback11;
|
|
5543
5596
|
/**
|
|
5544
5597
|
* Callback to be invoked when the user closes the dialog
|
|
5545
5598
|
*/
|
|
@@ -5547,7 +5600,7 @@ declare namespace LocalJSX {
|
|
|
5547
5600
|
/**
|
|
5548
5601
|
* Callback invoked when user confirms data base reorganization
|
|
5549
5602
|
*/
|
|
5550
|
-
"confirmCallback"?:
|
|
5603
|
+
"confirmCallback"?: ConfirmCallback7;
|
|
5551
5604
|
/**
|
|
5552
5605
|
* The header data to display on the header.
|
|
5553
5606
|
*/
|
|
@@ -5565,7 +5618,7 @@ declare namespace LocalJSX {
|
|
|
5565
5618
|
/**
|
|
5566
5619
|
* Callback invoked when user wants to cancel
|
|
5567
5620
|
*/
|
|
5568
|
-
"cancelCallback"?:
|
|
5621
|
+
"cancelCallback"?: CancelCallback12;
|
|
5569
5622
|
/**
|
|
5570
5623
|
* Callback invoked when user confirms the KB creation
|
|
5571
5624
|
*/
|
|
@@ -5614,9 +5667,9 @@ declare namespace LocalJSX {
|
|
|
5614
5667
|
}
|
|
5615
5668
|
interface GxIdeNewKb {
|
|
5616
5669
|
/**
|
|
5617
|
-
*
|
|
5670
|
+
* 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
5671
|
*/
|
|
5619
|
-
"
|
|
5672
|
+
"browseForMoreCallback"?: BrowseForMoreCallback;
|
|
5620
5673
|
/**
|
|
5621
5674
|
* 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
5675
|
*/
|
|
@@ -5624,17 +5677,13 @@ declare namespace LocalJSX {
|
|
|
5624
5677
|
/**
|
|
5625
5678
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
5626
5679
|
*/
|
|
5627
|
-
"cancelCallback"?:
|
|
5628
|
-
/**
|
|
5629
|
-
* DB Collations
|
|
5630
|
-
*/
|
|
5631
|
-
"collations": GxOption[];
|
|
5680
|
+
"cancelCallback"?: CancelCallback13;
|
|
5632
5681
|
/**
|
|
5633
5682
|
* Callback that will be invoked when the user confirms KB creation (‘Create’ button)
|
|
5634
5683
|
*/
|
|
5635
5684
|
"createCallback": CreateCallback1;
|
|
5636
5685
|
/**
|
|
5637
|
-
*
|
|
5686
|
+
* It allows defining whether the option to create the data files in the KB folder will be shown in the advanced tab
|
|
5638
5687
|
*/
|
|
5639
5688
|
"createDataFilesInKBFolder"?: boolean;
|
|
5640
5689
|
/**
|
|
@@ -5649,6 +5698,14 @@ declare namespace LocalJSX {
|
|
|
5649
5698
|
* It allows selecting the default environment that the KB will have (additional environments can be created later)
|
|
5650
5699
|
*/
|
|
5651
5700
|
"defaultPrototypingEnvironments"?: GxOption[];
|
|
5701
|
+
/**
|
|
5702
|
+
* 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.
|
|
5703
|
+
*/
|
|
5704
|
+
"getAdvancedTabDataCallback"?: GetAdvancedTabDataCallback;
|
|
5705
|
+
/**
|
|
5706
|
+
* Callback invoked when the user selects a different server instance, allowing the host to fetch the collations available on that instance.
|
|
5707
|
+
*/
|
|
5708
|
+
"getCollationsForInstanceCallback"?: GetCollationsForInstanceCallback;
|
|
5652
5709
|
/**
|
|
5653
5710
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
5654
5711
|
*/
|
|
@@ -5689,16 +5746,12 @@ declare namespace LocalJSX {
|
|
|
5689
5746
|
* This is a function provided by the developer that returns a string, with the location path
|
|
5690
5747
|
*/
|
|
5691
5748
|
"selectLocationCallback": SelectLocationCallback1;
|
|
5692
|
-
/**
|
|
5693
|
-
* Name of the DB server where we want to persist the information of our KB
|
|
5694
|
-
*/
|
|
5695
|
-
"serverNames"?: GxOption[];
|
|
5696
5749
|
/**
|
|
5697
5750
|
* Specify the language in which the application screens will be developed (default language)
|
|
5698
5751
|
*/
|
|
5699
5752
|
"userInterfaceLanguages"?: GxOption[];
|
|
5700
5753
|
/**
|
|
5701
|
-
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
5754
|
+
* Username for the database connection. Visible if the Authentication Type is different from Windows Authentication
|
|
5702
5755
|
*/
|
|
5703
5756
|
"userName"?: string;
|
|
5704
5757
|
}
|
|
@@ -5706,7 +5759,7 @@ declare namespace LocalJSX {
|
|
|
5706
5759
|
/**
|
|
5707
5760
|
* Callback invoked when user wants to cancel object creation
|
|
5708
5761
|
*/
|
|
5709
|
-
"cancelCallback"?:
|
|
5762
|
+
"cancelCallback"?: CancelCallback14;
|
|
5710
5763
|
/**
|
|
5711
5764
|
* Callback invoked when user wants to confirm object creation
|
|
5712
5765
|
*/
|
|
@@ -5792,7 +5845,7 @@ declare namespace LocalJSX {
|
|
|
5792
5845
|
/**
|
|
5793
5846
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
5794
5847
|
*/
|
|
5795
|
-
"cancelCallback":
|
|
5848
|
+
"cancelCallback": CancelCallback15;
|
|
5796
5849
|
/**
|
|
5797
5850
|
* The categories render in the filter category selector
|
|
5798
5851
|
*/
|
|
@@ -5846,7 +5899,7 @@ declare namespace LocalJSX {
|
|
|
5846
5899
|
/**
|
|
5847
5900
|
* Callback invoked when the user wants to cancel the export process.
|
|
5848
5901
|
*/
|
|
5849
|
-
"cancelCallback"?:
|
|
5902
|
+
"cancelCallback"?: CancelCallback16;
|
|
5850
5903
|
/**
|
|
5851
5904
|
* Default value for the Module/Folder field.
|
|
5852
5905
|
*/
|
|
@@ -6081,19 +6134,23 @@ declare namespace LocalJSX {
|
|
|
6081
6134
|
*/
|
|
6082
6135
|
"useLoader"?: boolean;
|
|
6083
6136
|
}
|
|
6084
|
-
interface
|
|
6137
|
+
interface GxIdeSelectTeamOrOrg {
|
|
6085
6138
|
/**
|
|
6086
6139
|
* Callback executed when the user clicks the 'Cancel' button
|
|
6087
6140
|
*/
|
|
6088
6141
|
"cancelCallback": () => Promise<void>;
|
|
6089
6142
|
/**
|
|
6090
|
-
* Callback executed when the user clicks the '
|
|
6143
|
+
* Callback executed when the user clicks the 'Confirm' button
|
|
6144
|
+
*/
|
|
6145
|
+
"confirmCallback": (itemId: string) => Promise<void>;
|
|
6146
|
+
/**
|
|
6147
|
+
* Array that contains the selectable items (teams or organizations).
|
|
6091
6148
|
*/
|
|
6092
|
-
"
|
|
6149
|
+
"items": SelectableItem[];
|
|
6093
6150
|
/**
|
|
6094
|
-
*
|
|
6151
|
+
* Whether the picker is selecting a team or an organization. Drives the title, info message and combo label.
|
|
6095
6152
|
*/
|
|
6096
|
-
"
|
|
6153
|
+
"selectionType"?: SelectionType;
|
|
6097
6154
|
}
|
|
6098
6155
|
interface GxIdeServerSelector {
|
|
6099
6156
|
/**
|
|
@@ -6174,9 +6231,7 @@ declare namespace LocalJSX {
|
|
|
6174
6231
|
*/
|
|
6175
6232
|
"termsCallback"?: () => Promise<void>;
|
|
6176
6233
|
}
|
|
6177
|
-
interface
|
|
6178
|
-
}
|
|
6179
|
-
interface GxIdeSignInTeam {
|
|
6234
|
+
interface GxIdeSignInOrganization {
|
|
6180
6235
|
/**
|
|
6181
6236
|
* The authentication step to display
|
|
6182
6237
|
*/
|
|
@@ -6184,7 +6239,11 @@ declare namespace LocalJSX {
|
|
|
6184
6239
|
/**
|
|
6185
6240
|
* Callback executed when the user clicks the 'Continue' button
|
|
6186
6241
|
*/
|
|
6187
|
-
"continueCallback": (
|
|
6242
|
+
"continueCallback": (organizationId: string) => Promise<void>;
|
|
6243
|
+
/**
|
|
6244
|
+
* Array that contains the user's organizations
|
|
6245
|
+
*/
|
|
6246
|
+
"organizations": OrganizationData[];
|
|
6188
6247
|
/**
|
|
6189
6248
|
* Callback executed when the user clicks on the "privacy policy" link
|
|
6190
6249
|
*/
|
|
@@ -6193,10 +6252,6 @@ declare namespace LocalJSX {
|
|
|
6193
6252
|
* Callback executed when the user click the "Sign In" button
|
|
6194
6253
|
*/
|
|
6195
6254
|
"signInCallback": () => Promise<void>;
|
|
6196
|
-
/**
|
|
6197
|
-
* Array that contains the user's teams
|
|
6198
|
-
*/
|
|
6199
|
-
"teams": TeamData1[];
|
|
6200
6255
|
/**
|
|
6201
6256
|
* Callback executed when the user clicks on the "term and conditions" link
|
|
6202
6257
|
*/
|
|
@@ -6206,6 +6261,8 @@ declare namespace LocalJSX {
|
|
|
6206
6261
|
*/
|
|
6207
6262
|
"termsConfirmationRequired"?: boolean;
|
|
6208
6263
|
}
|
|
6264
|
+
interface GxIdeSignInResult {
|
|
6265
|
+
}
|
|
6209
6266
|
interface GxIdeSplash {
|
|
6210
6267
|
/**
|
|
6211
6268
|
* The application version to display in the dialog.
|
|
@@ -6278,7 +6335,7 @@ declare namespace LocalJSX {
|
|
|
6278
6335
|
/**
|
|
6279
6336
|
* Callback that will be invoked when the user cancels.
|
|
6280
6337
|
*/
|
|
6281
|
-
"cancelCallback":
|
|
6338
|
+
"cancelCallback": CancelCallback17;
|
|
6282
6339
|
/**
|
|
6283
6340
|
* Description of my prop variable.
|
|
6284
6341
|
*/
|
|
@@ -6578,11 +6635,11 @@ declare namespace LocalJSX {
|
|
|
6578
6635
|
/**
|
|
6579
6636
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
6580
6637
|
*/
|
|
6581
|
-
"cancelCallback":
|
|
6638
|
+
"cancelCallback": CancelCallback18;
|
|
6582
6639
|
/**
|
|
6583
6640
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
6584
6641
|
*/
|
|
6585
|
-
"confirmCallback":
|
|
6642
|
+
"confirmCallback": ConfirmCallback8;
|
|
6586
6643
|
/**
|
|
6587
6644
|
* Emitted once just after the component is fully loaded and the first render() occurs.
|
|
6588
6645
|
*/
|
|
@@ -6834,6 +6891,7 @@ declare namespace LocalJSX {
|
|
|
6834
6891
|
"gx-ide-current-user-info": GxIdeCurrentUserInfo;
|
|
6835
6892
|
"gx-ide-data-selector": GxIdeDataSelector;
|
|
6836
6893
|
"gx-ide-data-type-selector": GxIdeDataTypeSelector;
|
|
6894
|
+
"gx-ide-db-instance-selector": GxIdeDbInstanceSelector;
|
|
6837
6895
|
"gx-ide-deployment-tool": GxIdeDeploymentTool;
|
|
6838
6896
|
"gx-ide-design-import": GxIdeDesignImport;
|
|
6839
6897
|
"gx-ide-details-acknowledgements": GxIdeDetailsAcknowledgements;
|
|
@@ -6873,12 +6931,12 @@ declare namespace LocalJSX {
|
|
|
6873
6931
|
"gx-ide-sc-chat-container": GxIdeScChatContainer;
|
|
6874
6932
|
"gx-ide-search": GxIdeSearch;
|
|
6875
6933
|
"gx-ide-select-kb-items": GxIdeSelectKbItems;
|
|
6876
|
-
"gx-ide-select-
|
|
6934
|
+
"gx-ide-select-team-or-org": GxIdeSelectTeamOrOrg;
|
|
6877
6935
|
"gx-ide-server-selector": GxIdeServerSelector;
|
|
6878
6936
|
"gx-ide-share-kb": GxIdeShareKb;
|
|
6879
6937
|
"gx-ide-sign-in": GxIdeSignIn;
|
|
6938
|
+
"gx-ide-sign-in-organization": GxIdeSignInOrganization;
|
|
6880
6939
|
"gx-ide-sign-in-result": GxIdeSignInResult;
|
|
6881
|
-
"gx-ide-sign-in-team": GxIdeSignInTeam;
|
|
6882
6940
|
"gx-ide-splash": GxIdeSplash;
|
|
6883
6941
|
"gx-ide-start-page": GxIdeStartPage;
|
|
6884
6942
|
"gx-ide-starting-template": GxIdeStartingTemplate;
|
|
@@ -6926,6 +6984,7 @@ declare module "@stencil/core" {
|
|
|
6926
6984
|
"gx-ide-current-user-info": LocalJSX.GxIdeCurrentUserInfo & JSXBase.HTMLAttributes<HTMLGxIdeCurrentUserInfoElement>;
|
|
6927
6985
|
"gx-ide-data-selector": LocalJSX.GxIdeDataSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataSelectorElement>;
|
|
6928
6986
|
"gx-ide-data-type-selector": LocalJSX.GxIdeDataTypeSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataTypeSelectorElement>;
|
|
6987
|
+
"gx-ide-db-instance-selector": LocalJSX.GxIdeDbInstanceSelector & JSXBase.HTMLAttributes<HTMLGxIdeDbInstanceSelectorElement>;
|
|
6929
6988
|
"gx-ide-deployment-tool": LocalJSX.GxIdeDeploymentTool & JSXBase.HTMLAttributes<HTMLGxIdeDeploymentToolElement>;
|
|
6930
6989
|
"gx-ide-design-import": LocalJSX.GxIdeDesignImport & JSXBase.HTMLAttributes<HTMLGxIdeDesignImportElement>;
|
|
6931
6990
|
"gx-ide-details-acknowledgements": LocalJSX.GxIdeDetailsAcknowledgements & JSXBase.HTMLAttributes<HTMLGxIdeDetailsAcknowledgementsElement>;
|
|
@@ -6965,12 +7024,12 @@ declare module "@stencil/core" {
|
|
|
6965
7024
|
"gx-ide-sc-chat-container": LocalJSX.GxIdeScChatContainer & JSXBase.HTMLAttributes<HTMLGxIdeScChatContainerElement>;
|
|
6966
7025
|
"gx-ide-search": LocalJSX.GxIdeSearch & JSXBase.HTMLAttributes<HTMLGxIdeSearchElement>;
|
|
6967
7026
|
"gx-ide-select-kb-items": LocalJSX.GxIdeSelectKbItems & JSXBase.HTMLAttributes<HTMLGxIdeSelectKbItemsElement>;
|
|
6968
|
-
"gx-ide-select-
|
|
7027
|
+
"gx-ide-select-team-or-org": LocalJSX.GxIdeSelectTeamOrOrg & JSXBase.HTMLAttributes<HTMLGxIdeSelectTeamOrOrgElement>;
|
|
6969
7028
|
"gx-ide-server-selector": LocalJSX.GxIdeServerSelector & JSXBase.HTMLAttributes<HTMLGxIdeServerSelectorElement>;
|
|
6970
7029
|
"gx-ide-share-kb": LocalJSX.GxIdeShareKb & JSXBase.HTMLAttributes<HTMLGxIdeShareKbElement>;
|
|
6971
7030
|
"gx-ide-sign-in": LocalJSX.GxIdeSignIn & JSXBase.HTMLAttributes<HTMLGxIdeSignInElement>;
|
|
7031
|
+
"gx-ide-sign-in-organization": LocalJSX.GxIdeSignInOrganization & JSXBase.HTMLAttributes<HTMLGxIdeSignInOrganizationElement>;
|
|
6972
7032
|
"gx-ide-sign-in-result": LocalJSX.GxIdeSignInResult & JSXBase.HTMLAttributes<HTMLGxIdeSignInResultElement>;
|
|
6973
|
-
"gx-ide-sign-in-team": LocalJSX.GxIdeSignInTeam & JSXBase.HTMLAttributes<HTMLGxIdeSignInTeamElement>;
|
|
6974
7033
|
"gx-ide-splash": LocalJSX.GxIdeSplash & JSXBase.HTMLAttributes<HTMLGxIdeSplashElement>;
|
|
6975
7034
|
"gx-ide-start-page": LocalJSX.GxIdeStartPage & JSXBase.HTMLAttributes<HTMLGxIdeStartPageElement>;
|
|
6976
7035
|
"gx-ide-starting-template": LocalJSX.GxIdeStartingTemplate & JSXBase.HTMLAttributes<HTMLGxIdeStartingTemplateElement>;
|