@genexus/genexus-ide-ui 3.2.10 → 3.2.12
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-properties-configurator.cjs.entry.js +165 -0
- package/dist/cjs/gx-ide-db-properties-configurator.cjs.entry.js.map +1 -0
- 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-properties-configurator/db-properties-configurator.css +127 -0
- package/dist/collection/components/db-properties-configurator/db-properties-configurator.js +250 -0
- package/dist/collection/components/db-properties-configurator/db-properties-configurator.js.map +1 -0
- package/dist/collection/components/db-properties-configurator/gx-ide-assets/db-properties-configurator/langs/db-properties-configurator.lang.en.json +24 -0
- package/dist/collection/components/db-properties-configurator/gx-ide-assets/db-properties-configurator/langs/db-properties-configurator.lang.ja.json +24 -0
- package/dist/collection/components/db-properties-configurator/gx-ide-assets/db-properties-configurator/langs/db-properties-configurator.lang.zh.json +24 -0
- 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-properties-configurator.d.ts +11 -0
- package/dist/components/gx-ide-db-properties-configurator.js +183 -0
- package/dist/components/gx-ide-db-properties-configurator.js.map +1 -0
- 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-properties-configurator.entry.js +161 -0
- package/dist/esm/gx-ide-db-properties-configurator.entry.js.map +1 -0
- 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-properties-configurator/langs/db-properties-configurator.lang.en.json +24 -0
- package/dist/genexus-ide-ui/gx-ide-assets/db-properties-configurator/langs/db-properties-configurator.lang.ja.json +24 -0
- package/dist/genexus-ide-ui/gx-ide-assets/db-properties-configurator/langs/db-properties-configurator.lang.zh.json +24 -0
- 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-e759cfdb.entry.js +281 -0
- package/dist/genexus-ide-ui/p-e759cfdb.entry.js.map +1 -0
- package/dist/types/components/db-properties-configurator/db-properties-configurator.d.ts +50 -0
- 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 +161 -106
- 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/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
|
@@ -30,16 +30,17 @@ import { MenuAlign, Mode, UserInfo } from "./components/current-user-info/curren
|
|
|
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
32
|
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, GetServersCallback } from "./components/db-instance-selector/db-instance-selector";
|
|
33
|
+
import { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, DSPropertyField, PropertyChangeCallback } from "./components/db-properties-configurator/db-properties-configurator";
|
|
33
34
|
import { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
34
|
-
import { CancelCallback as
|
|
35
|
+
import { CancelCallback as CancelCallback7, ConfirmCallback as ConfirmCallback6, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
35
36
|
import { OpenPackageURLCallback, PackageData } from "./components/details-acknowledgements/types";
|
|
36
|
-
import { CancelCallback as
|
|
37
|
+
import { CancelCallback as CancelCallback8, ConfirmCallback as ConfirmCallback7, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
37
38
|
import { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
38
39
|
import { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
39
|
-
import { CancelCallback as
|
|
40
|
+
import { CancelCallback as CancelCallback9, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
40
41
|
import { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
41
|
-
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as
|
|
42
|
-
import { CancelCallback as
|
|
42
|
+
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback10, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
43
|
+
import { CancelCallback as CancelCallback11, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
43
44
|
import { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
44
45
|
import { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
45
46
|
import { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -48,13 +49,13 @@ import { McpServerStatus } from "./components/mcp-server/types";
|
|
|
48
49
|
import { CloseCallback, CopyCallback, StartCallback, StopCallback } from "./components/mcp-server/mcp-server";
|
|
49
50
|
import { ComboBoxModel } from "@genexus/chameleon-controls-library";
|
|
50
51
|
import { ContextMenuCallback, ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
51
|
-
import { CancelCallback as
|
|
52
|
-
import { CancelCallback as
|
|
53
|
-
import { BrowseForMoreCallback, CancelCallback as
|
|
54
|
-
import { CancelCallback as
|
|
52
|
+
import { CancelCallback as CancelCallback12, CloseCallback as CloseCallback1, ConfirmCallback as ConfirmCallback8, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
53
|
+
import { CancelCallback as CancelCallback13, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback, GetLanguagesCallback } from "./components/new-environment/new-environment";
|
|
54
|
+
import { BrowseForMoreCallback, CancelCallback as CancelCallback14, CreateCallback as CreateCallback1, GetAdvancedTabDataCallback, GetCollationsForInstanceCallback, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, GetPrototypingEnvironmentsCallback, SelectLocationCallback as SelectLocationCallback1 } from "./components/new-kb/new-kb";
|
|
55
|
+
import { CancelCallback as CancelCallback15, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
55
56
|
import { NewVersionData } from "./components/new-version/new-version";
|
|
56
|
-
import { CancelCallback as
|
|
57
|
-
import { CancelCallback as
|
|
57
|
+
import { CancelCallback as CancelCallback16, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
58
|
+
import { CancelCallback as CancelCallback17, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
58
59
|
import { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
59
60
|
import { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
60
61
|
import { TopStateBarType } from "./components/_helpers/progress-bar/progress-bar";
|
|
@@ -62,13 +63,13 @@ import { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback,
|
|
|
62
63
|
import { RestoreVersionData } from "./components/restore-version/restore-version";
|
|
63
64
|
import { ItemDoubleClickCallback, SearchParamsData, SearchResultData } from "./components/search/search";
|
|
64
65
|
import { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
65
|
-
import {
|
|
66
|
+
import { SelectableItem, SelectionType } from "./components/select-team-or-org/select-team-or-org";
|
|
66
67
|
import { AuthenticationSessionOrigin, ConnectionOption, ServerData } from "./components/team-dev/server-selector/server-selector";
|
|
67
68
|
import { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
68
|
-
import { AuthStep,
|
|
69
|
+
import { AuthStep, OrganizationData } from "./components/sign-in-organization/sign-in-organization";
|
|
69
70
|
import { MessageType } from "./components/splash/splash";
|
|
70
71
|
import { RecentKBData, SampleData, SecondarySection } from "./components/start-page/start-page";
|
|
71
|
-
import { CancelCallback as
|
|
72
|
+
import { CancelCallback as CancelCallback18, SaveCallback as SaveCallback1 } from "./components/_starting-template/starting-template";
|
|
72
73
|
import { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
73
74
|
import { SelectedMergeActionData } from "./components/team-dev/bring-all-changes-selector/bring-all-changes-selector";
|
|
74
75
|
import { CommitDetail, CommitInformation, CommitObject, MergeObjectsCallback, ObjectState, OperationType } from "./components/team-dev/bring-changes/bring-changes";
|
|
@@ -77,7 +78,7 @@ import { ItemNode as ItemNode1 } from "./components/select-kb-items/select-kb-it
|
|
|
77
78
|
import { TeamDevPreviewData, TeamDevPreviewMode } from "./components/team-dev/preview/team-dev-preview";
|
|
78
79
|
import { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
79
80
|
import { ContextMenuCallback as ContextMenuCallback2, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateFromData } from "./components/team-dev/update/update";
|
|
80
|
-
import { AddCallback, CancelCallback as
|
|
81
|
+
import { AddCallback, CancelCallback as CancelCallback19, ConfirmCallback as ConfirmCallback9, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
81
82
|
import { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
82
83
|
import { CloseCallback as CloseCallback2, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
83
84
|
import { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -109,16 +110,17 @@ export { MenuAlign, Mode, UserInfo } from "./components/current-user-info/curren
|
|
|
109
110
|
export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
110
111
|
export { ArrowFirstOnFirstElement, DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
111
112
|
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, GetServersCallback } from "./components/db-instance-selector/db-instance-selector";
|
|
113
|
+
export { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, DSPropertyField, PropertyChangeCallback } from "./components/db-properties-configurator/db-properties-configurator";
|
|
112
114
|
export { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
113
|
-
export { CancelCallback as
|
|
115
|
+
export { CancelCallback as CancelCallback7, ConfirmCallback as ConfirmCallback6, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
114
116
|
export { OpenPackageURLCallback, PackageData } from "./components/details-acknowledgements/types";
|
|
115
|
-
export { CancelCallback as
|
|
117
|
+
export { CancelCallback as CancelCallback8, ConfirmCallback as ConfirmCallback7, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
116
118
|
export { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
117
119
|
export { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
118
|
-
export { CancelCallback as
|
|
120
|
+
export { CancelCallback as CancelCallback9, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
119
121
|
export { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
120
|
-
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as
|
|
121
|
-
export { CancelCallback as
|
|
122
|
+
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback10, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
123
|
+
export { CancelCallback as CancelCallback11, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
122
124
|
export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
123
125
|
export { ItemData } from "./components/_helpers/list-selector/list-selector-item/list-selector-item";
|
|
124
126
|
export { IdeLoaderCancelCallback } from "./components/_helpers/ide-loader/ide-loader";
|
|
@@ -127,13 +129,13 @@ export { McpServerStatus } from "./components/mcp-server/types";
|
|
|
127
129
|
export { CloseCallback, CopyCallback, StartCallback, StopCallback } from "./components/mcp-server/mcp-server";
|
|
128
130
|
export { ComboBoxModel } from "@genexus/chameleon-controls-library";
|
|
129
131
|
export { ContextMenuCallback, ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
130
|
-
export { CancelCallback as
|
|
131
|
-
export { CancelCallback as
|
|
132
|
-
export { BrowseForMoreCallback, CancelCallback as
|
|
133
|
-
export { CancelCallback as
|
|
132
|
+
export { CancelCallback as CancelCallback12, CloseCallback as CloseCallback1, ConfirmCallback as ConfirmCallback8, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
133
|
+
export { CancelCallback as CancelCallback13, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback, GetLanguagesCallback } from "./components/new-environment/new-environment";
|
|
134
|
+
export { BrowseForMoreCallback, CancelCallback as CancelCallback14, CreateCallback as CreateCallback1, GetAdvancedTabDataCallback, GetCollationsForInstanceCallback, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, GetPrototypingEnvironmentsCallback, SelectLocationCallback as SelectLocationCallback1 } from "./components/new-kb/new-kb";
|
|
135
|
+
export { CancelCallback as CancelCallback15, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
134
136
|
export { NewVersionData } from "./components/new-version/new-version";
|
|
135
|
-
export { CancelCallback as
|
|
136
|
-
export { CancelCallback as
|
|
137
|
+
export { CancelCallback as CancelCallback16, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
138
|
+
export { CancelCallback as CancelCallback17, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
137
139
|
export { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
138
140
|
export { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
139
141
|
export { TopStateBarType } from "./components/_helpers/progress-bar/progress-bar";
|
|
@@ -141,13 +143,13 @@ export { LoadReferencesCallback, ObjectData as ObjectData1, OpenObjectCallback,
|
|
|
141
143
|
export { RestoreVersionData } from "./components/restore-version/restore-version";
|
|
142
144
|
export { ItemDoubleClickCallback, SearchParamsData, SearchResultData } from "./components/search/search";
|
|
143
145
|
export { CheckboxType, DialogAction, ItemNode } from "./components/select-kb-items/select-kb-items";
|
|
144
|
-
export {
|
|
146
|
+
export { SelectableItem, SelectionType } from "./components/select-team-or-org/select-team-or-org";
|
|
145
147
|
export { AuthenticationSessionOrigin, ConnectionOption, ServerData } from "./components/team-dev/server-selector/server-selector";
|
|
146
148
|
export { ShareKBData } from "./components/team-dev/share-kb/share-kb";
|
|
147
|
-
export { AuthStep,
|
|
149
|
+
export { AuthStep, OrganizationData } from "./components/sign-in-organization/sign-in-organization";
|
|
148
150
|
export { MessageType } from "./components/splash/splash";
|
|
149
151
|
export { RecentKBData, SampleData, SecondarySection } from "./components/start-page/start-page";
|
|
150
|
-
export { CancelCallback as
|
|
152
|
+
export { CancelCallback as CancelCallback18, SaveCallback as SaveCallback1 } from "./components/_starting-template/starting-template";
|
|
151
153
|
export { CheckedItemsInfo as CheckedItemsInfo1 } from "./components/_helpers/list-selector/list-selector";
|
|
152
154
|
export { SelectedMergeActionData } from "./components/team-dev/bring-all-changes-selector/bring-all-changes-selector";
|
|
153
155
|
export { CommitDetail, CommitInformation, CommitObject, MergeObjectsCallback, ObjectState, OperationType } from "./components/team-dev/bring-changes/bring-changes";
|
|
@@ -156,7 +158,7 @@ export { ItemNode as ItemNode1 } from "./components/select-kb-items/select-kb-it
|
|
|
156
158
|
export { TeamDevPreviewData, TeamDevPreviewMode } from "./components/team-dev/preview/team-dev-preview";
|
|
157
159
|
export { cancelCallback, confirmCallback } from "./components/team-dev/select-recent-comment/select-recent-comment";
|
|
158
160
|
export { ContextMenuCallback as ContextMenuCallback2, PendingItemsCheckedCallback as PendingItemsCheckedCallback1, UpdateFromData } from "./components/team-dev/update/update";
|
|
159
|
-
export { AddCallback, CancelCallback as
|
|
161
|
+
export { AddCallback, CancelCallback as CancelCallback19, ConfirmCallback as ConfirmCallback9, ObjectData as ObjectData2 } from "./components/team-dev/update-partial-selection/update-partial-selection";
|
|
160
162
|
export { cancelCallbackFn, confirmCallbackFn } from "./components/team-dev/update-to-revision/update-to-revision";
|
|
161
163
|
export { CloseCallback as CloseCallback2, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
162
164
|
export { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
@@ -871,6 +873,24 @@ export namespace Components {
|
|
|
871
873
|
*/
|
|
872
874
|
"suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
|
|
873
875
|
}
|
|
876
|
+
interface GxIdeDbPropertiesConfigurator {
|
|
877
|
+
/**
|
|
878
|
+
* Callback invoked when the user cancels the configuration.
|
|
879
|
+
*/
|
|
880
|
+
"cancelCallback": CancelCallback6;
|
|
881
|
+
/**
|
|
882
|
+
* Callback invoked when the user confirms the configuration.
|
|
883
|
+
*/
|
|
884
|
+
"confirmCallback": ConfirmCallback5;
|
|
885
|
+
/**
|
|
886
|
+
* The list of properties to configure. Acts as the single source of truth: the dialog reads each value from `DSPropertyField.value` and notifies the host of every edit through `propertyChangeCallback`.
|
|
887
|
+
*/
|
|
888
|
+
"properties": DSPropertyField[];
|
|
889
|
+
/**
|
|
890
|
+
* Callback invoked on every input change. Receives the name of the property that changed and its new value. The host is expected to apply the change and push an updated `properties` array back to the component.
|
|
891
|
+
*/
|
|
892
|
+
"propertyChangeCallback": PropertyChangeCallback;
|
|
893
|
+
}
|
|
874
894
|
interface GxIdeDeploymentTool {
|
|
875
895
|
/**
|
|
876
896
|
* Callback invoked when the user wants to add objects.
|
|
@@ -921,11 +941,11 @@ export namespace Components {
|
|
|
921
941
|
/**
|
|
922
942
|
* This is a function provided by the developer that cancel the load operation.
|
|
923
943
|
*/
|
|
924
|
-
"cancelCallback":
|
|
944
|
+
"cancelCallback": CancelCallback7;
|
|
925
945
|
/**
|
|
926
946
|
* This is a function provided by the developer that initiates the process of importing a design.
|
|
927
947
|
*/
|
|
928
|
-
"confirmCallback":
|
|
948
|
+
"confirmCallback": ConfirmCallback6;
|
|
929
949
|
/**
|
|
930
950
|
* Default value for the 'Module' field.
|
|
931
951
|
*/
|
|
@@ -1005,11 +1025,11 @@ export namespace Components {
|
|
|
1005
1025
|
/**
|
|
1006
1026
|
* Cancel callback
|
|
1007
1027
|
*/
|
|
1008
|
-
"cancelCallback":
|
|
1028
|
+
"cancelCallback": CancelCallback8;
|
|
1009
1029
|
/**
|
|
1010
1030
|
* Confirm callback
|
|
1011
1031
|
*/
|
|
1012
|
-
"confirmCallback":
|
|
1032
|
+
"confirmCallback": ConfirmCallback7;
|
|
1013
1033
|
/**
|
|
1014
1034
|
* The name of the server
|
|
1015
1035
|
*/
|
|
@@ -1196,7 +1216,7 @@ export namespace Components {
|
|
|
1196
1216
|
/**
|
|
1197
1217
|
* Callback invoked when the user wants to cancel the exportation process
|
|
1198
1218
|
*/
|
|
1199
|
-
"cancelCallback":
|
|
1219
|
+
"cancelCallback": CancelCallback9;
|
|
1200
1220
|
/**
|
|
1201
1221
|
* Specifies the configuration type to be used
|
|
1202
1222
|
*/
|
|
@@ -1287,7 +1307,7 @@ export namespace Components {
|
|
|
1287
1307
|
* Callback invoked when the user wants to cancel the export process.
|
|
1288
1308
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
1289
1309
|
*/
|
|
1290
|
-
"cancelCallback":
|
|
1310
|
+
"cancelCallback": CancelCallback10;
|
|
1291
1311
|
/**
|
|
1292
1312
|
* Callback invoked when the user wants to initiate the export process.
|
|
1293
1313
|
* @param fileName :string
|
|
@@ -1328,7 +1348,7 @@ export namespace Components {
|
|
|
1328
1348
|
/**
|
|
1329
1349
|
* Callback invoked when user wants to cancel the export process.
|
|
1330
1350
|
*/
|
|
1331
|
-
"cancelCallback":
|
|
1351
|
+
"cancelCallback": CancelCallback11;
|
|
1332
1352
|
/**
|
|
1333
1353
|
* Callback invoked when user wants to initiate the import process.
|
|
1334
1354
|
*/
|
|
@@ -1605,7 +1625,7 @@ export namespace Components {
|
|
|
1605
1625
|
/**
|
|
1606
1626
|
* Callback invoked when user cancels reorganization
|
|
1607
1627
|
*/
|
|
1608
|
-
"cancelCallback":
|
|
1628
|
+
"cancelCallback": CancelCallback12;
|
|
1609
1629
|
/**
|
|
1610
1630
|
* Clear items
|
|
1611
1631
|
*/
|
|
@@ -1617,7 +1637,7 @@ export namespace Components {
|
|
|
1617
1637
|
/**
|
|
1618
1638
|
* Callback invoked when user confirms data base reorganization
|
|
1619
1639
|
*/
|
|
1620
|
-
"confirmCallback":
|
|
1640
|
+
"confirmCallback": ConfirmCallback8;
|
|
1621
1641
|
/**
|
|
1622
1642
|
* The header data to display on the header.
|
|
1623
1643
|
*/
|
|
@@ -1631,7 +1651,7 @@ export namespace Components {
|
|
|
1631
1651
|
/**
|
|
1632
1652
|
* Callback invoked when user wants to cancel
|
|
1633
1653
|
*/
|
|
1634
|
-
"cancelCallback":
|
|
1654
|
+
"cancelCallback": CancelCallback13;
|
|
1635
1655
|
/**
|
|
1636
1656
|
* Callback invoked when user confirms the KB creation
|
|
1637
1657
|
*/
|
|
@@ -1694,7 +1714,7 @@ export namespace Components {
|
|
|
1694
1714
|
/**
|
|
1695
1715
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
1696
1716
|
*/
|
|
1697
|
-
"cancelCallback":
|
|
1717
|
+
"cancelCallback": CancelCallback14;
|
|
1698
1718
|
/**
|
|
1699
1719
|
* Callback that will be invoked when the user confirms KB creation (‘Create’ button)
|
|
1700
1720
|
*/
|
|
@@ -1780,7 +1800,7 @@ export namespace Components {
|
|
|
1780
1800
|
/**
|
|
1781
1801
|
* Callback invoked when user wants to cancel object creation
|
|
1782
1802
|
*/
|
|
1783
|
-
"cancelCallback":
|
|
1803
|
+
"cancelCallback": CancelCallback15;
|
|
1784
1804
|
/**
|
|
1785
1805
|
* Callback invoked when user wants to confirm object creation
|
|
1786
1806
|
*/
|
|
@@ -1858,7 +1878,7 @@ export namespace Components {
|
|
|
1858
1878
|
/**
|
|
1859
1879
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
1860
1880
|
*/
|
|
1861
|
-
"cancelCallback":
|
|
1881
|
+
"cancelCallback": CancelCallback16;
|
|
1862
1882
|
/**
|
|
1863
1883
|
* The categories render in the filter category selector
|
|
1864
1884
|
*/
|
|
@@ -1920,7 +1940,7 @@ export namespace Components {
|
|
|
1920
1940
|
/**
|
|
1921
1941
|
* Callback invoked when the user wants to cancel the export process.
|
|
1922
1942
|
*/
|
|
1923
|
-
"cancelCallback":
|
|
1943
|
+
"cancelCallback": CancelCallback17;
|
|
1924
1944
|
/**
|
|
1925
1945
|
* Default value for the Module/Folder field.
|
|
1926
1946
|
*/
|
|
@@ -2180,19 +2200,23 @@ export namespace Components {
|
|
|
2180
2200
|
*/
|
|
2181
2201
|
"useLoader"?: boolean;
|
|
2182
2202
|
}
|
|
2183
|
-
interface
|
|
2203
|
+
interface GxIdeSelectTeamOrOrg {
|
|
2184
2204
|
/**
|
|
2185
2205
|
* Callback executed when the user clicks the 'Cancel' button
|
|
2186
2206
|
*/
|
|
2187
2207
|
"cancelCallback": () => Promise<void>;
|
|
2188
2208
|
/**
|
|
2189
|
-
* Callback executed when the user clicks the '
|
|
2209
|
+
* Callback executed when the user clicks the 'Confirm' button
|
|
2190
2210
|
*/
|
|
2191
|
-
"
|
|
2211
|
+
"confirmCallback": (itemId: string) => Promise<void>;
|
|
2192
2212
|
/**
|
|
2193
|
-
* Array that contains the
|
|
2213
|
+
* Array that contains the selectable items (teams or organizations).
|
|
2194
2214
|
*/
|
|
2195
|
-
"
|
|
2215
|
+
"items": SelectableItem[];
|
|
2216
|
+
/**
|
|
2217
|
+
* Whether the picker is selecting a team or an organization. Drives the title, info message and combo label.
|
|
2218
|
+
*/
|
|
2219
|
+
"selectionType": SelectionType;
|
|
2196
2220
|
}
|
|
2197
2221
|
interface GxIdeServerSelector {
|
|
2198
2222
|
/**
|
|
@@ -2273,9 +2297,7 @@ export namespace Components {
|
|
|
2273
2297
|
*/
|
|
2274
2298
|
"termsCallback": () => Promise<void>;
|
|
2275
2299
|
}
|
|
2276
|
-
interface
|
|
2277
|
-
}
|
|
2278
|
-
interface GxIdeSignInTeam {
|
|
2300
|
+
interface GxIdeSignInOrganization {
|
|
2279
2301
|
/**
|
|
2280
2302
|
* The authentication step to display
|
|
2281
2303
|
*/
|
|
@@ -2283,7 +2305,11 @@ export namespace Components {
|
|
|
2283
2305
|
/**
|
|
2284
2306
|
* Callback executed when the user clicks the 'Continue' button
|
|
2285
2307
|
*/
|
|
2286
|
-
"continueCallback": (
|
|
2308
|
+
"continueCallback": (organizationId: string) => Promise<void>;
|
|
2309
|
+
/**
|
|
2310
|
+
* Array that contains the user's organizations
|
|
2311
|
+
*/
|
|
2312
|
+
"organizations": OrganizationData[];
|
|
2287
2313
|
/**
|
|
2288
2314
|
* Callback executed when the user clicks on the "privacy policy" link
|
|
2289
2315
|
*/
|
|
@@ -2292,10 +2318,6 @@ export namespace Components {
|
|
|
2292
2318
|
* Callback executed when the user click the "Sign In" button
|
|
2293
2319
|
*/
|
|
2294
2320
|
"signInCallback": () => Promise<void>;
|
|
2295
|
-
/**
|
|
2296
|
-
* Array that contains the user's teams
|
|
2297
|
-
*/
|
|
2298
|
-
"teams": TeamData1[];
|
|
2299
2321
|
/**
|
|
2300
2322
|
* Callback executed when the user clicks on the "term and conditions" link
|
|
2301
2323
|
*/
|
|
@@ -2305,6 +2327,8 @@ export namespace Components {
|
|
|
2305
2327
|
*/
|
|
2306
2328
|
"termsConfirmationRequired": boolean;
|
|
2307
2329
|
}
|
|
2330
|
+
interface GxIdeSignInResult {
|
|
2331
|
+
}
|
|
2308
2332
|
interface GxIdeSplash {
|
|
2309
2333
|
/**
|
|
2310
2334
|
* The application version to display in the dialog.
|
|
@@ -2377,7 +2401,7 @@ export namespace Components {
|
|
|
2377
2401
|
/**
|
|
2378
2402
|
* Callback that will be invoked when the user cancels.
|
|
2379
2403
|
*/
|
|
2380
|
-
"cancelCallback":
|
|
2404
|
+
"cancelCallback": CancelCallback18;
|
|
2381
2405
|
/**
|
|
2382
2406
|
* Description of my prop variable.
|
|
2383
2407
|
*/
|
|
@@ -2706,11 +2730,11 @@ export namespace Components {
|
|
|
2706
2730
|
/**
|
|
2707
2731
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
2708
2732
|
*/
|
|
2709
|
-
"cancelCallback":
|
|
2733
|
+
"cancelCallback": CancelCallback19;
|
|
2710
2734
|
/**
|
|
2711
2735
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
2712
2736
|
*/
|
|
2713
|
-
"confirmCallback":
|
|
2737
|
+
"confirmCallback": ConfirmCallback9;
|
|
2714
2738
|
/**
|
|
2715
2739
|
* Current objects selection in the grid
|
|
2716
2740
|
*/
|
|
@@ -3321,6 +3345,12 @@ declare global {
|
|
|
3321
3345
|
prototype: HTMLGxIdeDbInstanceSelectorElement;
|
|
3322
3346
|
new (): HTMLGxIdeDbInstanceSelectorElement;
|
|
3323
3347
|
};
|
|
3348
|
+
interface HTMLGxIdeDbPropertiesConfiguratorElement extends Components.GxIdeDbPropertiesConfigurator, HTMLStencilElement {
|
|
3349
|
+
}
|
|
3350
|
+
var HTMLGxIdeDbPropertiesConfiguratorElement: {
|
|
3351
|
+
prototype: HTMLGxIdeDbPropertiesConfiguratorElement;
|
|
3352
|
+
new (): HTMLGxIdeDbPropertiesConfiguratorElement;
|
|
3353
|
+
};
|
|
3324
3354
|
interface HTMLGxIdeDeploymentToolElementEventMap {
|
|
3325
3355
|
"componentDidLoadEvent": boolean;
|
|
3326
3356
|
"componentDidRenderFirstTime": boolean;
|
|
@@ -3764,11 +3794,11 @@ declare global {
|
|
|
3764
3794
|
prototype: HTMLGxIdeSelectKbItemsElement;
|
|
3765
3795
|
new (): HTMLGxIdeSelectKbItemsElement;
|
|
3766
3796
|
};
|
|
3767
|
-
interface
|
|
3797
|
+
interface HTMLGxIdeSelectTeamOrOrgElement extends Components.GxIdeSelectTeamOrOrg, HTMLStencilElement {
|
|
3768
3798
|
}
|
|
3769
|
-
var
|
|
3770
|
-
prototype:
|
|
3771
|
-
new ():
|
|
3799
|
+
var HTMLGxIdeSelectTeamOrOrgElement: {
|
|
3800
|
+
prototype: HTMLGxIdeSelectTeamOrOrgElement;
|
|
3801
|
+
new (): HTMLGxIdeSelectTeamOrOrgElement;
|
|
3772
3802
|
};
|
|
3773
3803
|
interface HTMLGxIdeServerSelectorElement extends Components.GxIdeServerSelector, HTMLStencilElement {
|
|
3774
3804
|
}
|
|
@@ -3799,18 +3829,18 @@ declare global {
|
|
|
3799
3829
|
prototype: HTMLGxIdeSignInElement;
|
|
3800
3830
|
new (): HTMLGxIdeSignInElement;
|
|
3801
3831
|
};
|
|
3832
|
+
interface HTMLGxIdeSignInOrganizationElement extends Components.GxIdeSignInOrganization, HTMLStencilElement {
|
|
3833
|
+
}
|
|
3834
|
+
var HTMLGxIdeSignInOrganizationElement: {
|
|
3835
|
+
prototype: HTMLGxIdeSignInOrganizationElement;
|
|
3836
|
+
new (): HTMLGxIdeSignInOrganizationElement;
|
|
3837
|
+
};
|
|
3802
3838
|
interface HTMLGxIdeSignInResultElement extends Components.GxIdeSignInResult, HTMLStencilElement {
|
|
3803
3839
|
}
|
|
3804
3840
|
var HTMLGxIdeSignInResultElement: {
|
|
3805
3841
|
prototype: HTMLGxIdeSignInResultElement;
|
|
3806
3842
|
new (): HTMLGxIdeSignInResultElement;
|
|
3807
3843
|
};
|
|
3808
|
-
interface HTMLGxIdeSignInTeamElement extends Components.GxIdeSignInTeam, HTMLStencilElement {
|
|
3809
|
-
}
|
|
3810
|
-
var HTMLGxIdeSignInTeamElement: {
|
|
3811
|
-
prototype: HTMLGxIdeSignInTeamElement;
|
|
3812
|
-
new (): HTMLGxIdeSignInTeamElement;
|
|
3813
|
-
};
|
|
3814
3844
|
interface HTMLGxIdeSplashElement extends Components.GxIdeSplash, HTMLStencilElement {
|
|
3815
3845
|
}
|
|
3816
3846
|
var HTMLGxIdeSplashElement: {
|
|
@@ -4006,6 +4036,7 @@ declare global {
|
|
|
4006
4036
|
"gx-ide-data-selector": HTMLGxIdeDataSelectorElement;
|
|
4007
4037
|
"gx-ide-data-type-selector": HTMLGxIdeDataTypeSelectorElement;
|
|
4008
4038
|
"gx-ide-db-instance-selector": HTMLGxIdeDbInstanceSelectorElement;
|
|
4039
|
+
"gx-ide-db-properties-configurator": HTMLGxIdeDbPropertiesConfiguratorElement;
|
|
4009
4040
|
"gx-ide-deployment-tool": HTMLGxIdeDeploymentToolElement;
|
|
4010
4041
|
"gx-ide-design-import": HTMLGxIdeDesignImportElement;
|
|
4011
4042
|
"gx-ide-details-acknowledgements": HTMLGxIdeDetailsAcknowledgementsElement;
|
|
@@ -4045,12 +4076,12 @@ declare global {
|
|
|
4045
4076
|
"gx-ide-sc-chat-container": HTMLGxIdeScChatContainerElement;
|
|
4046
4077
|
"gx-ide-search": HTMLGxIdeSearchElement;
|
|
4047
4078
|
"gx-ide-select-kb-items": HTMLGxIdeSelectKbItemsElement;
|
|
4048
|
-
"gx-ide-select-
|
|
4079
|
+
"gx-ide-select-team-or-org": HTMLGxIdeSelectTeamOrOrgElement;
|
|
4049
4080
|
"gx-ide-server-selector": HTMLGxIdeServerSelectorElement;
|
|
4050
4081
|
"gx-ide-share-kb": HTMLGxIdeShareKbElement;
|
|
4051
4082
|
"gx-ide-sign-in": HTMLGxIdeSignInElement;
|
|
4083
|
+
"gx-ide-sign-in-organization": HTMLGxIdeSignInOrganizationElement;
|
|
4052
4084
|
"gx-ide-sign-in-result": HTMLGxIdeSignInResultElement;
|
|
4053
|
-
"gx-ide-sign-in-team": HTMLGxIdeSignInTeamElement;
|
|
4054
4085
|
"gx-ide-splash": HTMLGxIdeSplashElement;
|
|
4055
4086
|
"gx-ide-start-page": HTMLGxIdeStartPageElement;
|
|
4056
4087
|
"gx-ide-starting-template": HTMLGxIdeStartingTemplateElement;
|
|
@@ -4792,6 +4823,24 @@ declare namespace LocalJSX {
|
|
|
4792
4823
|
*/
|
|
4793
4824
|
"getNetworkServersCallback": GetServersCallback;
|
|
4794
4825
|
}
|
|
4826
|
+
interface GxIdeDbPropertiesConfigurator {
|
|
4827
|
+
/**
|
|
4828
|
+
* Callback invoked when the user cancels the configuration.
|
|
4829
|
+
*/
|
|
4830
|
+
"cancelCallback": CancelCallback6;
|
|
4831
|
+
/**
|
|
4832
|
+
* Callback invoked when the user confirms the configuration.
|
|
4833
|
+
*/
|
|
4834
|
+
"confirmCallback": ConfirmCallback5;
|
|
4835
|
+
/**
|
|
4836
|
+
* The list of properties to configure. Acts as the single source of truth: the dialog reads each value from `DSPropertyField.value` and notifies the host of every edit through `propertyChangeCallback`.
|
|
4837
|
+
*/
|
|
4838
|
+
"properties"?: DSPropertyField[];
|
|
4839
|
+
/**
|
|
4840
|
+
* Callback invoked on every input change. Receives the name of the property that changed and its new value. The host is expected to apply the change and push an updated `properties` array back to the component.
|
|
4841
|
+
*/
|
|
4842
|
+
"propertyChangeCallback": PropertyChangeCallback;
|
|
4843
|
+
}
|
|
4795
4844
|
interface GxIdeDeploymentTool {
|
|
4796
4845
|
/**
|
|
4797
4846
|
* Callback invoked when the user wants to add objects.
|
|
@@ -4850,11 +4899,11 @@ declare namespace LocalJSX {
|
|
|
4850
4899
|
/**
|
|
4851
4900
|
* This is a function provided by the developer that cancel the load operation.
|
|
4852
4901
|
*/
|
|
4853
|
-
"cancelCallback":
|
|
4902
|
+
"cancelCallback": CancelCallback7;
|
|
4854
4903
|
/**
|
|
4855
4904
|
* This is a function provided by the developer that initiates the process of importing a design.
|
|
4856
4905
|
*/
|
|
4857
|
-
"confirmCallback":
|
|
4906
|
+
"confirmCallback": ConfirmCallback6;
|
|
4858
4907
|
/**
|
|
4859
4908
|
* Default value for the 'Module' field.
|
|
4860
4909
|
*/
|
|
@@ -4934,11 +4983,11 @@ declare namespace LocalJSX {
|
|
|
4934
4983
|
/**
|
|
4935
4984
|
* Cancel callback
|
|
4936
4985
|
*/
|
|
4937
|
-
"cancelCallback"?:
|
|
4986
|
+
"cancelCallback"?: CancelCallback8;
|
|
4938
4987
|
/**
|
|
4939
4988
|
* Confirm callback
|
|
4940
4989
|
*/
|
|
4941
|
-
"confirmCallback"?:
|
|
4990
|
+
"confirmCallback"?: ConfirmCallback7;
|
|
4942
4991
|
/**
|
|
4943
4992
|
* The name of the server
|
|
4944
4993
|
*/
|
|
@@ -5137,7 +5186,7 @@ declare namespace LocalJSX {
|
|
|
5137
5186
|
/**
|
|
5138
5187
|
* Callback invoked when the user wants to cancel the exportation process
|
|
5139
5188
|
*/
|
|
5140
|
-
"cancelCallback"?:
|
|
5189
|
+
"cancelCallback"?: CancelCallback9;
|
|
5141
5190
|
/**
|
|
5142
5191
|
* Specifies the configuration type to be used
|
|
5143
5192
|
*/
|
|
@@ -5224,7 +5273,7 @@ declare namespace LocalJSX {
|
|
|
5224
5273
|
* Callback invoked when the user wants to cancel the export process.
|
|
5225
5274
|
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
5226
5275
|
*/
|
|
5227
|
-
"cancelCallback":
|
|
5276
|
+
"cancelCallback": CancelCallback10;
|
|
5228
5277
|
/**
|
|
5229
5278
|
* Callback invoked when the user wants to initiate the export process.
|
|
5230
5279
|
* @param fileName :string
|
|
@@ -5261,7 +5310,7 @@ declare namespace LocalJSX {
|
|
|
5261
5310
|
/**
|
|
5262
5311
|
* Callback invoked when user wants to cancel the export process.
|
|
5263
5312
|
*/
|
|
5264
|
-
"cancelCallback":
|
|
5313
|
+
"cancelCallback": CancelCallback11;
|
|
5265
5314
|
/**
|
|
5266
5315
|
* Callback invoked when user wants to initiate the import process.
|
|
5267
5316
|
*/
|
|
@@ -5588,7 +5637,7 @@ declare namespace LocalJSX {
|
|
|
5588
5637
|
/**
|
|
5589
5638
|
* Callback invoked when user cancels reorganization
|
|
5590
5639
|
*/
|
|
5591
|
-
"cancelCallback"?:
|
|
5640
|
+
"cancelCallback"?: CancelCallback12;
|
|
5592
5641
|
/**
|
|
5593
5642
|
* Callback to be invoked when the user closes the dialog
|
|
5594
5643
|
*/
|
|
@@ -5596,7 +5645,7 @@ declare namespace LocalJSX {
|
|
|
5596
5645
|
/**
|
|
5597
5646
|
* Callback invoked when user confirms data base reorganization
|
|
5598
5647
|
*/
|
|
5599
|
-
"confirmCallback"?:
|
|
5648
|
+
"confirmCallback"?: ConfirmCallback8;
|
|
5600
5649
|
/**
|
|
5601
5650
|
* The header data to display on the header.
|
|
5602
5651
|
*/
|
|
@@ -5614,7 +5663,7 @@ declare namespace LocalJSX {
|
|
|
5614
5663
|
/**
|
|
5615
5664
|
* Callback invoked when user wants to cancel
|
|
5616
5665
|
*/
|
|
5617
|
-
"cancelCallback"?:
|
|
5666
|
+
"cancelCallback"?: CancelCallback13;
|
|
5618
5667
|
/**
|
|
5619
5668
|
* Callback invoked when user confirms the KB creation
|
|
5620
5669
|
*/
|
|
@@ -5673,7 +5722,7 @@ declare namespace LocalJSX {
|
|
|
5673
5722
|
/**
|
|
5674
5723
|
* Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
|
|
5675
5724
|
*/
|
|
5676
|
-
"cancelCallback"?:
|
|
5725
|
+
"cancelCallback"?: CancelCallback14;
|
|
5677
5726
|
/**
|
|
5678
5727
|
* Callback that will be invoked when the user confirms KB creation (‘Create’ button)
|
|
5679
5728
|
*/
|
|
@@ -5755,7 +5804,7 @@ declare namespace LocalJSX {
|
|
|
5755
5804
|
/**
|
|
5756
5805
|
* Callback invoked when user wants to cancel object creation
|
|
5757
5806
|
*/
|
|
5758
|
-
"cancelCallback"?:
|
|
5807
|
+
"cancelCallback"?: CancelCallback15;
|
|
5759
5808
|
/**
|
|
5760
5809
|
* Callback invoked when user wants to confirm object creation
|
|
5761
5810
|
*/
|
|
@@ -5841,7 +5890,7 @@ declare namespace LocalJSX {
|
|
|
5841
5890
|
/**
|
|
5842
5891
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
5843
5892
|
*/
|
|
5844
|
-
"cancelCallback":
|
|
5893
|
+
"cancelCallback": CancelCallback16;
|
|
5845
5894
|
/**
|
|
5846
5895
|
* The categories render in the filter category selector
|
|
5847
5896
|
*/
|
|
@@ -5895,7 +5944,7 @@ declare namespace LocalJSX {
|
|
|
5895
5944
|
/**
|
|
5896
5945
|
* Callback invoked when the user wants to cancel the export process.
|
|
5897
5946
|
*/
|
|
5898
|
-
"cancelCallback"?:
|
|
5947
|
+
"cancelCallback"?: CancelCallback17;
|
|
5899
5948
|
/**
|
|
5900
5949
|
* Default value for the Module/Folder field.
|
|
5901
5950
|
*/
|
|
@@ -6130,19 +6179,23 @@ declare namespace LocalJSX {
|
|
|
6130
6179
|
*/
|
|
6131
6180
|
"useLoader"?: boolean;
|
|
6132
6181
|
}
|
|
6133
|
-
interface
|
|
6182
|
+
interface GxIdeSelectTeamOrOrg {
|
|
6134
6183
|
/**
|
|
6135
6184
|
* Callback executed when the user clicks the 'Cancel' button
|
|
6136
6185
|
*/
|
|
6137
6186
|
"cancelCallback": () => Promise<void>;
|
|
6138
6187
|
/**
|
|
6139
|
-
* Callback executed when the user clicks the '
|
|
6188
|
+
* Callback executed when the user clicks the 'Confirm' button
|
|
6189
|
+
*/
|
|
6190
|
+
"confirmCallback": (itemId: string) => Promise<void>;
|
|
6191
|
+
/**
|
|
6192
|
+
* Array that contains the selectable items (teams or organizations).
|
|
6140
6193
|
*/
|
|
6141
|
-
"
|
|
6194
|
+
"items": SelectableItem[];
|
|
6142
6195
|
/**
|
|
6143
|
-
*
|
|
6196
|
+
* Whether the picker is selecting a team or an organization. Drives the title, info message and combo label.
|
|
6144
6197
|
*/
|
|
6145
|
-
"
|
|
6198
|
+
"selectionType"?: SelectionType;
|
|
6146
6199
|
}
|
|
6147
6200
|
interface GxIdeServerSelector {
|
|
6148
6201
|
/**
|
|
@@ -6223,9 +6276,7 @@ declare namespace LocalJSX {
|
|
|
6223
6276
|
*/
|
|
6224
6277
|
"termsCallback"?: () => Promise<void>;
|
|
6225
6278
|
}
|
|
6226
|
-
interface
|
|
6227
|
-
}
|
|
6228
|
-
interface GxIdeSignInTeam {
|
|
6279
|
+
interface GxIdeSignInOrganization {
|
|
6229
6280
|
/**
|
|
6230
6281
|
* The authentication step to display
|
|
6231
6282
|
*/
|
|
@@ -6233,7 +6284,11 @@ declare namespace LocalJSX {
|
|
|
6233
6284
|
/**
|
|
6234
6285
|
* Callback executed when the user clicks the 'Continue' button
|
|
6235
6286
|
*/
|
|
6236
|
-
"continueCallback": (
|
|
6287
|
+
"continueCallback": (organizationId: string) => Promise<void>;
|
|
6288
|
+
/**
|
|
6289
|
+
* Array that contains the user's organizations
|
|
6290
|
+
*/
|
|
6291
|
+
"organizations": OrganizationData[];
|
|
6237
6292
|
/**
|
|
6238
6293
|
* Callback executed when the user clicks on the "privacy policy" link
|
|
6239
6294
|
*/
|
|
@@ -6242,10 +6297,6 @@ declare namespace LocalJSX {
|
|
|
6242
6297
|
* Callback executed when the user click the "Sign In" button
|
|
6243
6298
|
*/
|
|
6244
6299
|
"signInCallback": () => Promise<void>;
|
|
6245
|
-
/**
|
|
6246
|
-
* Array that contains the user's teams
|
|
6247
|
-
*/
|
|
6248
|
-
"teams": TeamData1[];
|
|
6249
6300
|
/**
|
|
6250
6301
|
* Callback executed when the user clicks on the "term and conditions" link
|
|
6251
6302
|
*/
|
|
@@ -6255,6 +6306,8 @@ declare namespace LocalJSX {
|
|
|
6255
6306
|
*/
|
|
6256
6307
|
"termsConfirmationRequired"?: boolean;
|
|
6257
6308
|
}
|
|
6309
|
+
interface GxIdeSignInResult {
|
|
6310
|
+
}
|
|
6258
6311
|
interface GxIdeSplash {
|
|
6259
6312
|
/**
|
|
6260
6313
|
* The application version to display in the dialog.
|
|
@@ -6327,7 +6380,7 @@ declare namespace LocalJSX {
|
|
|
6327
6380
|
/**
|
|
6328
6381
|
* Callback that will be invoked when the user cancels.
|
|
6329
6382
|
*/
|
|
6330
|
-
"cancelCallback":
|
|
6383
|
+
"cancelCallback": CancelCallback18;
|
|
6331
6384
|
/**
|
|
6332
6385
|
* Description of my prop variable.
|
|
6333
6386
|
*/
|
|
@@ -6627,11 +6680,11 @@ declare namespace LocalJSX {
|
|
|
6627
6680
|
/**
|
|
6628
6681
|
* Callback invoked when the user wishes to cancel the selection of objects.
|
|
6629
6682
|
*/
|
|
6630
|
-
"cancelCallback":
|
|
6683
|
+
"cancelCallback": CancelCallback19;
|
|
6631
6684
|
/**
|
|
6632
6685
|
* Callback invoked when confirm action is executed passing the selected objects ids.
|
|
6633
6686
|
*/
|
|
6634
|
-
"confirmCallback":
|
|
6687
|
+
"confirmCallback": ConfirmCallback9;
|
|
6635
6688
|
/**
|
|
6636
6689
|
* Emitted once just after the component is fully loaded and the first render() occurs.
|
|
6637
6690
|
*/
|
|
@@ -6884,6 +6937,7 @@ declare namespace LocalJSX {
|
|
|
6884
6937
|
"gx-ide-data-selector": GxIdeDataSelector;
|
|
6885
6938
|
"gx-ide-data-type-selector": GxIdeDataTypeSelector;
|
|
6886
6939
|
"gx-ide-db-instance-selector": GxIdeDbInstanceSelector;
|
|
6940
|
+
"gx-ide-db-properties-configurator": GxIdeDbPropertiesConfigurator;
|
|
6887
6941
|
"gx-ide-deployment-tool": GxIdeDeploymentTool;
|
|
6888
6942
|
"gx-ide-design-import": GxIdeDesignImport;
|
|
6889
6943
|
"gx-ide-details-acknowledgements": GxIdeDetailsAcknowledgements;
|
|
@@ -6923,12 +6977,12 @@ declare namespace LocalJSX {
|
|
|
6923
6977
|
"gx-ide-sc-chat-container": GxIdeScChatContainer;
|
|
6924
6978
|
"gx-ide-search": GxIdeSearch;
|
|
6925
6979
|
"gx-ide-select-kb-items": GxIdeSelectKbItems;
|
|
6926
|
-
"gx-ide-select-
|
|
6980
|
+
"gx-ide-select-team-or-org": GxIdeSelectTeamOrOrg;
|
|
6927
6981
|
"gx-ide-server-selector": GxIdeServerSelector;
|
|
6928
6982
|
"gx-ide-share-kb": GxIdeShareKb;
|
|
6929
6983
|
"gx-ide-sign-in": GxIdeSignIn;
|
|
6984
|
+
"gx-ide-sign-in-organization": GxIdeSignInOrganization;
|
|
6930
6985
|
"gx-ide-sign-in-result": GxIdeSignInResult;
|
|
6931
|
-
"gx-ide-sign-in-team": GxIdeSignInTeam;
|
|
6932
6986
|
"gx-ide-splash": GxIdeSplash;
|
|
6933
6987
|
"gx-ide-start-page": GxIdeStartPage;
|
|
6934
6988
|
"gx-ide-starting-template": GxIdeStartingTemplate;
|
|
@@ -6977,6 +7031,7 @@ declare module "@stencil/core" {
|
|
|
6977
7031
|
"gx-ide-data-selector": LocalJSX.GxIdeDataSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataSelectorElement>;
|
|
6978
7032
|
"gx-ide-data-type-selector": LocalJSX.GxIdeDataTypeSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataTypeSelectorElement>;
|
|
6979
7033
|
"gx-ide-db-instance-selector": LocalJSX.GxIdeDbInstanceSelector & JSXBase.HTMLAttributes<HTMLGxIdeDbInstanceSelectorElement>;
|
|
7034
|
+
"gx-ide-db-properties-configurator": LocalJSX.GxIdeDbPropertiesConfigurator & JSXBase.HTMLAttributes<HTMLGxIdeDbPropertiesConfiguratorElement>;
|
|
6980
7035
|
"gx-ide-deployment-tool": LocalJSX.GxIdeDeploymentTool & JSXBase.HTMLAttributes<HTMLGxIdeDeploymentToolElement>;
|
|
6981
7036
|
"gx-ide-design-import": LocalJSX.GxIdeDesignImport & JSXBase.HTMLAttributes<HTMLGxIdeDesignImportElement>;
|
|
6982
7037
|
"gx-ide-details-acknowledgements": LocalJSX.GxIdeDetailsAcknowledgements & JSXBase.HTMLAttributes<HTMLGxIdeDetailsAcknowledgementsElement>;
|
|
@@ -7016,12 +7071,12 @@ declare module "@stencil/core" {
|
|
|
7016
7071
|
"gx-ide-sc-chat-container": LocalJSX.GxIdeScChatContainer & JSXBase.HTMLAttributes<HTMLGxIdeScChatContainerElement>;
|
|
7017
7072
|
"gx-ide-search": LocalJSX.GxIdeSearch & JSXBase.HTMLAttributes<HTMLGxIdeSearchElement>;
|
|
7018
7073
|
"gx-ide-select-kb-items": LocalJSX.GxIdeSelectKbItems & JSXBase.HTMLAttributes<HTMLGxIdeSelectKbItemsElement>;
|
|
7019
|
-
"gx-ide-select-
|
|
7074
|
+
"gx-ide-select-team-or-org": LocalJSX.GxIdeSelectTeamOrOrg & JSXBase.HTMLAttributes<HTMLGxIdeSelectTeamOrOrgElement>;
|
|
7020
7075
|
"gx-ide-server-selector": LocalJSX.GxIdeServerSelector & JSXBase.HTMLAttributes<HTMLGxIdeServerSelectorElement>;
|
|
7021
7076
|
"gx-ide-share-kb": LocalJSX.GxIdeShareKb & JSXBase.HTMLAttributes<HTMLGxIdeShareKbElement>;
|
|
7022
7077
|
"gx-ide-sign-in": LocalJSX.GxIdeSignIn & JSXBase.HTMLAttributes<HTMLGxIdeSignInElement>;
|
|
7078
|
+
"gx-ide-sign-in-organization": LocalJSX.GxIdeSignInOrganization & JSXBase.HTMLAttributes<HTMLGxIdeSignInOrganizationElement>;
|
|
7023
7079
|
"gx-ide-sign-in-result": LocalJSX.GxIdeSignInResult & JSXBase.HTMLAttributes<HTMLGxIdeSignInResultElement>;
|
|
7024
|
-
"gx-ide-sign-in-team": LocalJSX.GxIdeSignInTeam & JSXBase.HTMLAttributes<HTMLGxIdeSignInTeamElement>;
|
|
7025
7080
|
"gx-ide-splash": LocalJSX.GxIdeSplash & JSXBase.HTMLAttributes<HTMLGxIdeSplashElement>;
|
|
7026
7081
|
"gx-ide-start-page": LocalJSX.GxIdeStartPage & JSXBase.HTMLAttributes<HTMLGxIdeStartPageElement>;
|
|
7027
7082
|
"gx-ide-starting-template": LocalJSX.GxIdeStartingTemplate & JSXBase.HTMLAttributes<HTMLGxIdeStartingTemplateElement>;
|