@genexus/genexus-ide-ui 1.1.27 → 1.1.29
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-create-kb-from-server.cjs.entry.js +3 -5
- package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-curl-inspector.cjs.entry.js +162 -0
- package/dist/cjs/gx-ide-curl-inspector.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-sc-chat-container.cjs.entry.js +1 -5
- package/dist/cjs/gx-ide-sc-chat-container.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-select-kb-items.cjs.entry.js +13 -0
- package/dist/cjs/gx-ide-select-kb-items.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-sign-in.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-sign-in.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-start-page.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-start-page.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/chat/chat-welcome/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.en.json +2 -1
- package/dist/collection/components/chat/chat-welcome/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.ja.json +3 -2
- package/dist/collection/components/chat/chat-welcome/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.zh.json +2 -1
- package/dist/collection/components/curl-inspector/curl-inspector.css +50 -0
- package/dist/collection/components/curl-inspector/curl-inspector.js +327 -0
- package/dist/collection/components/curl-inspector/curl-inspector.js.map +1 -0
- package/dist/collection/components/curl-inspector/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.en.json +14 -0
- package/dist/collection/components/curl-inspector/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.ja.json +14 -0
- package/dist/collection/components/curl-inspector/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.zh.json +14 -0
- package/dist/collection/components/curl-inspector/gx-ide-assets/curl-inspector/shortcuts.json +31 -0
- package/dist/collection/components/select-kb-items/select-kb-items.js +34 -0
- package/dist/collection/components/select-kb-items/select-kb-items.js.map +1 -1
- package/dist/collection/components/sign-in/sign-in.css +0 -1
- package/dist/collection/components/start-page/start-page.js +2 -2
- package/dist/collection/components/start-page/start-page.js.map +1 -1
- package/dist/collection/components/team-dev/create-kb-from-server/create-kb-from-server.js +3 -5
- package/dist/collection/components/team-dev/create-kb-from-server/create-kb-from-server.js.map +1 -1
- package/dist/collection/showcase/chat-container/chat.showcase.js +1 -5
- package/dist/collection/showcase/chat-container/chat.showcase.js.map +1 -1
- package/dist/collection/testing/locale.e2e.js +2 -1
- package/dist/collection/testing/locale.e2e.js.map +1 -1
- package/dist/components/gx-ide-create-kb-from-server.js +3 -5
- package/dist/components/gx-ide-create-kb-from-server.js.map +1 -1
- package/dist/components/gx-ide-curl-inspector.d.ts +11 -0
- package/dist/components/gx-ide-curl-inspector.js +194 -0
- package/dist/components/gx-ide-curl-inspector.js.map +1 -0
- package/dist/components/gx-ide-sc-chat-container.js +1 -5
- package/dist/components/gx-ide-sc-chat-container.js.map +1 -1
- package/dist/components/gx-ide-sign-in.js +1 -1
- package/dist/components/gx-ide-sign-in.js.map +1 -1
- package/dist/components/gx-ide-start-page.js +2 -2
- package/dist/components/gx-ide-start-page.js.map +1 -1
- package/dist/components/select-kb-items.js +15 -1
- package/dist/components/select-kb-items.js.map +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-create-kb-from-server.entry.js +3 -5
- package/dist/esm/gx-ide-create-kb-from-server.entry.js.map +1 -1
- package/dist/esm/gx-ide-curl-inspector.entry.js +158 -0
- package/dist/esm/gx-ide-curl-inspector.entry.js.map +1 -0
- package/dist/esm/gx-ide-sc-chat-container.entry.js +1 -5
- package/dist/esm/gx-ide-sc-chat-container.entry.js.map +1 -1
- package/dist/esm/gx-ide-select-kb-items.entry.js +13 -0
- package/dist/esm/gx-ide-select-kb-items.entry.js.map +1 -1
- package/dist/esm/gx-ide-sign-in.entry.js +1 -1
- package/dist/esm/gx-ide-sign-in.entry.js.map +1 -1
- package/dist/esm/gx-ide-start-page.entry.js +2 -2
- package/dist/esm/gx-ide-start-page.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.en.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.ja.json +3 -2
- package/dist/genexus-ide-ui/gx-ide-assets/chat-welcome/langs/chat-welcome.lang.zh.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.en.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.ja.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/curl-inspector/langs/curl-inspector.lang.zh.json +14 -0
- package/dist/genexus-ide-ui/gx-ide-assets/curl-inspector/shortcuts.json +31 -0
- package/dist/genexus-ide-ui/{p-4cd4f013.entry.js → p-06fbe725.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-06fbe725.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-413c0800.entry.js → p-29db37fd.entry.js} +3 -4
- package/dist/genexus-ide-ui/p-29db37fd.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-ddbd4891.entry.js → p-4abe6a5c.entry.js} +25 -13
- package/dist/genexus-ide-ui/p-4abe6a5c.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-6b525369.entry.js → p-aae7f543.entry.js} +5 -3
- package/dist/genexus-ide-ui/p-aae7f543.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-c3400671.entry.js +217 -0
- package/dist/genexus-ide-ui/p-c3400671.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-afd84bc7.entry.js → p-e4f2a587.entry.js} +41 -44
- package/dist/genexus-ide-ui/p-e4f2a587.entry.js.map +1 -0
- package/dist/types/components/curl-inspector/curl-inspector.d.ts +56 -0
- package/dist/types/components/select-kb-items/select-kb-items.d.ts +4 -0
- package/dist/types/components.d.ts +129 -54
- package/package.json +1 -1
- package/dist/genexus-ide-ui/p-413c0800.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-4cd4f013.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-6b525369.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-afd84bc7.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-ddbd4891.entry.js.map +0 -1
|
@@ -20,24 +20,25 @@ import { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
|
|
|
20
20
|
import { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
|
|
21
21
|
import { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
|
|
22
22
|
import { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
23
|
-
import { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
23
|
+
import { ContextMenuInfo, EntityData as EntityData1, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
24
24
|
import { TitleType } from "./components/_helpers/title/title";
|
|
25
25
|
import { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
|
|
26
26
|
import { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
27
27
|
import { GXServerConnectionData as GXServerConnectionData1 } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
28
28
|
import { KBData, KBVersion, KnowledgeBaseInfo } from "./components/team-dev/create-kb-from-server/create-kb-from-server";
|
|
29
|
+
import { CurlImportData, EntityData, SelectModuleCallback } from "./components/curl-inspector/curl-inspector";
|
|
29
30
|
import { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
|
|
30
31
|
import { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
31
32
|
import { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
32
33
|
import { ArrowFirstOnFirstElement, DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
33
34
|
import { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
34
|
-
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
35
|
+
import { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
35
36
|
import { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
36
37
|
import { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
37
38
|
import { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
38
39
|
import { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
39
40
|
import { CancelCallback as CancelCallback7, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
40
|
-
import { EntityData as
|
|
41
|
+
import { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
41
42
|
import { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
42
43
|
import { CancelCallback as CancelCallback9, 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";
|
|
@@ -48,10 +49,10 @@ import { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallb
|
|
|
48
49
|
import { CancelCallback as CancelCallback10, CloseCallback, ConfirmCallback as ConfirmCallback6, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
49
50
|
import { CancelCallback as CancelCallback11, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
|
|
50
51
|
import { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
|
|
51
|
-
import { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as
|
|
52
|
+
import { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
52
53
|
import { NewVersionData } from "./components/new-version/new-version";
|
|
53
54
|
import { ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
54
|
-
import { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as
|
|
55
|
+
import { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
55
56
|
import { CancelCallback as CancelCallback15, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
56
57
|
import { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
57
58
|
import { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
@@ -75,8 +76,8 @@ import { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./co
|
|
|
75
76
|
import { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
76
77
|
import { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
77
78
|
import { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback7, ObjectActionCallback, OpenSelectionCallback as OpenSelectionCallback1, SelectionChangeCallback } from "./components/ww-attributes/ww-attributes";
|
|
78
|
-
import { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, GridColumnsVisibility, LoadCallback as LoadCallback8, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as
|
|
79
|
-
import { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback9, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as
|
|
79
|
+
import { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, GridColumnsVisibility, LoadCallback as LoadCallback8, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as SelectModuleCallback5 } from "./components/ww-files/ww-files";
|
|
80
|
+
import { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback9, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback6 } from "./components/ww-images/ww-images";
|
|
80
81
|
export { DetailsCallback, PrivacyPolicyCallback, TermsAndConditionsCallback } from "./components/about/about";
|
|
81
82
|
export { AiStatus, Message, UserMessageCallback } from "./components/ai-assistant/ai-assistant";
|
|
82
83
|
export { MessageType } from "./components/ai-assistant/ai-assistant";
|
|
@@ -92,24 +93,25 @@ export { SyncData } from "./components/bpm/sync-gam-roles/bpm-sync-gam-roles";
|
|
|
92
93
|
export { CancelCallback as CancelCallback3, ConfirmCallback as ConfirmCallback2, SelectDocumentCallback, SuggestDocumentsCallback, TaskDocumentData } from "./components/bpm/task-documents/task-documents";
|
|
93
94
|
export { TimerDuration } from "./components/bpm/timer-duration/bpm-timer-duration";
|
|
94
95
|
export { AuthenticationType, GXServerConnectionData } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
95
|
-
export { ContextMenuInfo, EntityData, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
96
|
+
export { ContextMenuInfo, EntityData as EntityData1, FormSubmitResult, GxOption, ImportItemResultData, LabelPosition as LabelPosition1, ObjectBaseData, ObjectType } from "./common/types";
|
|
96
97
|
export { TitleType } from "./components/_helpers/title/title";
|
|
97
98
|
export { AlignItems, FooterJustify, HeadingJustify, JustifyContent, SectionsPadding } from "./components/_helpers/container/container";
|
|
98
99
|
export { TitleAlignment } from "@genexus/gemini/dist/types/common/types";
|
|
99
100
|
export { GXServerConnectionData as GXServerConnectionData1 } from "./components/team-dev/connect-gx-server/connect-gx-server";
|
|
100
101
|
export { KBData, KBVersion, KnowledgeBaseInfo } from "./components/team-dev/create-kb-from-server/create-kb-from-server";
|
|
102
|
+
export { CurlImportData, EntityData, SelectModuleCallback } from "./components/curl-inspector/curl-inspector";
|
|
101
103
|
export { MenuAlign, Mode, UserInfo } from "./components/current-user-info/current-user-info";
|
|
102
104
|
export { EditResult, EnvironmentData, KBData as KBData1, recentObjectData } from "./components/dashboard-home/dashboard-home";
|
|
103
105
|
export { CancelCallback as CancelCallback4, ConfirmCallback as ConfirmCallback3, EditCallback, LoadItemsCallback, NewVariableCallback, SelectObjectCallback } from "./components/data-selector/data-selector";
|
|
104
106
|
export { ArrowFirstOnFirstElement, DataTypeCategoryData, DataTypeData, DataTypeSelectedCallback } from "./components/data-type-selector/data-type-selector";
|
|
105
107
|
export { AddObjectsCallback, CreateDeploymentUnitCallback, DeployCallback, DeployTargetData, GetDeploymentUnitObjectsCallback, ObjectTypeData, OptionsCallback } from "./components/deployment-tool/deployment-tool";
|
|
106
|
-
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
108
|
+
export { CancelCallback as CancelCallback5, ConfirmCallback as ConfirmCallback4, LoadCallback, LoadDesignSystemCallback, LoadFontCallback, LoadImageCallback, LoadPanelDataCallback, ReactiveSettings, RequiresAccessTokenCallback, SelectModuleCallback as SelectModuleCallback1, TextEditorFactoryCallback } from "./components/design-import/design-import";
|
|
107
109
|
export { DirectorySelectorLabels, LabelPosition } from "./components/_helpers/directory-selector/directory-selector";
|
|
108
110
|
export { ModuleServerData, ModuleServerType } from "./components/modules/types";
|
|
109
111
|
export { CancelCallback as CancelCallback6, ConfirmCallback as ConfirmCallback5, SelectSourceCallback } from "./components/modules/edit-module-server/edit-module-server";
|
|
110
112
|
export { FileUploadState, UploadedFile, UploadResult } from "./components/file-uploader/types";
|
|
111
113
|
export { CancelCallback as CancelCallback7, GamConfigData, RepairCallback, SaveCallback } from "./components/gam-installation-settings/gam-installation-settings";
|
|
112
|
-
export { EntityData as
|
|
114
|
+
export { EntityData as EntityData2, JsonImportData, SelectModuleCallback as SelectModuleCallback2 } from "./components/json-import/json-import";
|
|
113
115
|
export { AddObjectsCallback as AddObjectsCallback1, AddReferencesCallback, CancelCallback as CancelCallback8, ExportCallback as ExportCallback1, ExportFileDirectoryCallback, KBPropertiesCallback, KBPropertyType, OptionsCallback as OptionsCallback1 } from "./components/kb-manager-export/types";
|
|
114
116
|
export { CancelCallback as CancelCallback9, ImportCallback, LoadCallback as LoadCallback1, ObjectContextMenuCallback, OptionsCallback as OptionsCallback2 } from "./components/kb-manager-import/kb-manager-import";
|
|
115
117
|
export { CheckedItemsInfo } from "./components/_helpers/list-selector/list-selector";
|
|
@@ -120,10 +122,10 @@ export { ExecuteActionCallback as ExecuteActionCallback1, ServerContextMenuCallb
|
|
|
120
122
|
export { CancelCallback as CancelCallback10, CloseCallback, ConfirmCallback as ConfirmCallback6, HeaderData, ItemSelectedCallback, NavigationData } from "./components/navigation-report/navigation-report";
|
|
121
123
|
export { CancelCallback as CancelCallback11, CreateCallback, GetDataSourcesCallback, GetEnvironmentNameCallback, GetFrontEndsCallback } from "./components/new-environment/new-environment";
|
|
122
124
|
export { CancelCallback as CancelCallback12, CreateCallback as CreateCallback1, GetDataSourcesCallback as GetDataSourcesCallback1, GetFrontEndsCallback as GetFrontEndsCallback1, SelectLocationCallback } from "./components/new-kb/new-kb";
|
|
123
|
-
export { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as
|
|
125
|
+
export { CancelCallback as CancelCallback13, CreateCallback as CreateCallback2, NewObjectData, SelectModuleCallback as SelectModuleCallback3, SuggestDescriptionCallback, SuggestNameCallback, TypeCategoryData, ValidateNameCallback } from "./components/new-object/new-object";
|
|
124
126
|
export { NewVersionData } from "./components/new-version/new-version";
|
|
125
127
|
export { ContextMenuInfo as ContextMenuInfo1, FormSubmitResult as FormSubmitResult1 } from "./components";
|
|
126
|
-
export { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as
|
|
128
|
+
export { CancelCallback as CancelCallback14, LoadCallback as LoadCallback2, NewObjectCallback, OpenSelectionCallback, SelectModuleCallback as SelectModuleCallback4 } from "./components/object-selector/object-selector";
|
|
127
129
|
export { CancelCallback as CancelCallback15, ImportCallback as ImportCallback1, LoadCallback as LoadCallback3, SelectParentCallback } from "./components/open-api-import/open-api-import";
|
|
128
130
|
export { PluginDetailsData } from "./components/plugin-details/plugin-details";
|
|
129
131
|
export { PluginAction, PluginData } from "./components/plugin-explorer/plugin-explorer";
|
|
@@ -147,8 +149,8 @@ export { TitleAlignment as TitleAlignment1, TitleType as TitleType1 } from "./co
|
|
|
147
149
|
export { CloseCallback as CloseCallback1, SlideInfo, TransitionType } from "./components/welcome-page/welcome-page";
|
|
148
150
|
export { WFConfigData } from "./components/wf-settings/wf-settings";
|
|
149
151
|
export { ContextMenuCallback, DeleteSelectionCallback, LoadCallback as LoadCallback7, ObjectActionCallback, OpenSelectionCallback as OpenSelectionCallback1, SelectionChangeCallback } from "./components/ww-attributes/ww-attributes";
|
|
150
|
-
export { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, GridColumnsVisibility, LoadCallback as LoadCallback8, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as
|
|
151
|
-
export { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback9, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as
|
|
152
|
+
export { ContextMenuCallback as ContextMenuCallback1, DeleteSelectionCallback as DeleteSelectionCallback1, GridColumnsVisibility, LoadCallback as LoadCallback8, NewFileCallback, OpenSelectionCallback as OpenSelectionCallback2, SelectionChangeCallback as SelectionChangeCallback1, SelectModuleCallback as SelectModuleCallback5 } from "./components/ww-files/ww-files";
|
|
153
|
+
export { ContextMenuCallback as ContextMenuCallback2, DeleteSelectionCallback as DeleteSelectionCallback2, LoadCallback as LoadCallback9, LoadImageItemsCallback, NewObjectCallback as NewObjectCallback1, OpenSelectionCallback as OpenSelectionCallback3, SelectionObjectCallback, SelectModuleCallback as SelectModuleCallback6 } from "./components/ww-images/ww-images";
|
|
152
154
|
export namespace Components {
|
|
153
155
|
interface GxIdeAbout {
|
|
154
156
|
/**
|
|
@@ -685,6 +687,38 @@ export namespace Components {
|
|
|
685
687
|
selectedKB: string
|
|
686
688
|
) => Promise<KBVersion[]>;
|
|
687
689
|
}
|
|
690
|
+
interface GxIdeCurlInspector {
|
|
691
|
+
/**
|
|
692
|
+
* Callback that must be invoked when the user wants to cancel the operation
|
|
693
|
+
*/
|
|
694
|
+
"cancelCallback": () => Promise<void>;
|
|
695
|
+
/**
|
|
696
|
+
* Callback that must be invoked when the user confirms the creation. Receives the data necessary to create the procedure.
|
|
697
|
+
*/
|
|
698
|
+
"confirmCallback": (
|
|
699
|
+
data: CurlImportData
|
|
700
|
+
) => Promise<FormSubmitResult>;
|
|
701
|
+
/**
|
|
702
|
+
* Default value for Module/Folder field
|
|
703
|
+
*/
|
|
704
|
+
"defaultParent": EntityData;
|
|
705
|
+
/**
|
|
706
|
+
* Actual value for Module/Folder field
|
|
707
|
+
*/
|
|
708
|
+
"parent": EntityData;
|
|
709
|
+
/**
|
|
710
|
+
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
711
|
+
*/
|
|
712
|
+
"selectModuleCallback": SelectModuleCallback;
|
|
713
|
+
/**
|
|
714
|
+
* Suspends or reactivates the shortcuts
|
|
715
|
+
*/
|
|
716
|
+
"suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
|
|
717
|
+
/**
|
|
718
|
+
* Callback to validate the name. Should return true if the name is valid, false otherwise.
|
|
719
|
+
*/
|
|
720
|
+
"validateNameCallback"?: (name: string) => boolean;
|
|
721
|
+
}
|
|
688
722
|
interface GxIdeCurrentUserInfo {
|
|
689
723
|
/**
|
|
690
724
|
* Callback executed when the user click "Language" link
|
|
@@ -783,7 +817,7 @@ export namespace Components {
|
|
|
783
817
|
/**
|
|
784
818
|
* The default value for the module/folder filter
|
|
785
819
|
*/
|
|
786
|
-
"defaultModule":
|
|
820
|
+
"defaultModule": EntityData1;
|
|
787
821
|
/**
|
|
788
822
|
* If true it displays the component title on the header
|
|
789
823
|
*/
|
|
@@ -901,7 +935,7 @@ export namespace Components {
|
|
|
901
935
|
/**
|
|
902
936
|
* Default value for the 'Module' field.
|
|
903
937
|
*/
|
|
904
|
-
"defaultModule":
|
|
938
|
+
"defaultModule": EntityData1;
|
|
905
939
|
/**
|
|
906
940
|
* The valid extensions for the files that will be loaded in Path/URL (ie.: ".fig, .sketch")
|
|
907
941
|
*/
|
|
@@ -945,7 +979,7 @@ export namespace Components {
|
|
|
945
979
|
/**
|
|
946
980
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
947
981
|
*/
|
|
948
|
-
"selectModuleCallback":
|
|
982
|
+
"selectModuleCallback": SelectModuleCallback1;
|
|
949
983
|
/**
|
|
950
984
|
* The styles render in the option style selector
|
|
951
985
|
*/
|
|
@@ -1037,7 +1071,7 @@ export namespace Components {
|
|
|
1037
1071
|
/**
|
|
1038
1072
|
* Default value for the component. Used when the 'X' button is pressed.
|
|
1039
1073
|
*/
|
|
1040
|
-
"defaultValue"?:
|
|
1074
|
+
"defaultValue"?: EntityData1 | null | undefined;
|
|
1041
1075
|
/**
|
|
1042
1076
|
* This attribute lets you specify if the element is disabled.
|
|
1043
1077
|
*/
|
|
@@ -1057,11 +1091,11 @@ export namespace Components {
|
|
|
1057
1091
|
/**
|
|
1058
1092
|
* Callback invoked when the action button is pressed. Returns the new value.
|
|
1059
1093
|
*/
|
|
1060
|
-
"selectEntityCallback": () => Promise<
|
|
1094
|
+
"selectEntityCallback": () => Promise<EntityData1> | null;
|
|
1061
1095
|
/**
|
|
1062
1096
|
* Value currently assigned.
|
|
1063
1097
|
*/
|
|
1064
|
-
"value":
|
|
1098
|
+
"value": EntityData1 | null | undefined;
|
|
1065
1099
|
}
|
|
1066
1100
|
interface GxIdeFileItem {
|
|
1067
1101
|
/**
|
|
@@ -1204,7 +1238,7 @@ export namespace Components {
|
|
|
1204
1238
|
/**
|
|
1205
1239
|
* Default value for Module/Folder field
|
|
1206
1240
|
*/
|
|
1207
|
-
"defaultParent":
|
|
1241
|
+
"defaultParent": EntityData2;
|
|
1208
1242
|
/**
|
|
1209
1243
|
* Default value for Module/Folder field
|
|
1210
1244
|
*/
|
|
@@ -1226,11 +1260,11 @@ export namespace Components {
|
|
|
1226
1260
|
/**
|
|
1227
1261
|
* Actual value for Module/Folder field
|
|
1228
1262
|
*/
|
|
1229
|
-
"parent":
|
|
1263
|
+
"parent": EntityData2;
|
|
1230
1264
|
/**
|
|
1231
1265
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
1232
1266
|
*/
|
|
1233
|
-
"selectModuleCallback":
|
|
1267
|
+
"selectModuleCallback": SelectModuleCallback2;
|
|
1234
1268
|
/**
|
|
1235
1269
|
* Suspends or reactivates the shortcuts
|
|
1236
1270
|
*/
|
|
@@ -1671,7 +1705,7 @@ export namespace Components {
|
|
|
1671
1705
|
/**
|
|
1672
1706
|
* Default value for the Module/Folder field.
|
|
1673
1707
|
*/
|
|
1674
|
-
"defaultParent":
|
|
1708
|
+
"defaultParent": EntityData1;
|
|
1675
1709
|
/**
|
|
1676
1710
|
* Allows you to define the type selected by default when instantiating the dialog. Represented by the type identifier.
|
|
1677
1711
|
*/
|
|
@@ -1683,11 +1717,11 @@ export namespace Components {
|
|
|
1683
1717
|
/**
|
|
1684
1718
|
* Current value for Module/Folder
|
|
1685
1719
|
*/
|
|
1686
|
-
"parent":
|
|
1720
|
+
"parent": EntityData1;
|
|
1687
1721
|
/**
|
|
1688
1722
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
1689
1723
|
*/
|
|
1690
|
-
"selectModuleCallback":
|
|
1724
|
+
"selectModuleCallback": SelectModuleCallback3;
|
|
1691
1725
|
/**
|
|
1692
1726
|
* Applies a shadow all around
|
|
1693
1727
|
*/
|
|
@@ -1757,7 +1791,7 @@ export namespace Components {
|
|
|
1757
1791
|
/**
|
|
1758
1792
|
* The default value for the module/folder filter
|
|
1759
1793
|
*/
|
|
1760
|
-
"defaultModule":
|
|
1794
|
+
"defaultModule": EntityData1;
|
|
1761
1795
|
/**
|
|
1762
1796
|
* The default value for the type filter
|
|
1763
1797
|
*/
|
|
@@ -1789,7 +1823,7 @@ export namespace Components {
|
|
|
1789
1823
|
/**
|
|
1790
1824
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
1791
1825
|
*/
|
|
1792
|
-
"selectModuleCallback":
|
|
1826
|
+
"selectModuleCallback": SelectModuleCallback4;
|
|
1793
1827
|
/**
|
|
1794
1828
|
* Suspends or reactivates the shortcuts
|
|
1795
1829
|
*/
|
|
@@ -1811,7 +1845,7 @@ export namespace Components {
|
|
|
1811
1845
|
/**
|
|
1812
1846
|
* Default value for the Module/Folder field.
|
|
1813
1847
|
*/
|
|
1814
|
-
"defaultParent":
|
|
1848
|
+
"defaultParent": EntityData1;
|
|
1815
1849
|
/**
|
|
1816
1850
|
* If true it displays the component title on the header
|
|
1817
1851
|
*/
|
|
@@ -1963,6 +1997,10 @@ export namespace Components {
|
|
|
1963
1997
|
* Suspends or reactivates the shortcuts
|
|
1964
1998
|
*/
|
|
1965
1999
|
"suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
|
|
2000
|
+
/**
|
|
2001
|
+
* Allow to update the checked items
|
|
2002
|
+
*/
|
|
2003
|
+
"updateCheckedItems": (checkedItemsIds: string[]) => Promise<void>;
|
|
1966
2004
|
/**
|
|
1967
2005
|
* Allow to update the selected items
|
|
1968
2006
|
*/
|
|
@@ -2552,7 +2590,7 @@ export namespace Components {
|
|
|
2552
2590
|
/**
|
|
2553
2591
|
* The default value for the module/folder filter
|
|
2554
2592
|
*/
|
|
2555
|
-
"defaultModule":
|
|
2593
|
+
"defaultModule": EntityData1;
|
|
2556
2594
|
/**
|
|
2557
2595
|
* This is a function provided by the developer for delete the selected files.
|
|
2558
2596
|
*/
|
|
@@ -2577,7 +2615,7 @@ export namespace Components {
|
|
|
2577
2615
|
/**
|
|
2578
2616
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
2579
2617
|
*/
|
|
2580
|
-
"selectModuleCallback":
|
|
2618
|
+
"selectModuleCallback": SelectModuleCallback5;
|
|
2581
2619
|
/**
|
|
2582
2620
|
* This is a function provided by the developer for expanded the data of files that is double-clicked or entered.
|
|
2583
2621
|
*/
|
|
@@ -2603,7 +2641,7 @@ export namespace Components {
|
|
|
2603
2641
|
/**
|
|
2604
2642
|
* The default value for the module/folder filter
|
|
2605
2643
|
*/
|
|
2606
|
-
"defaultModule":
|
|
2644
|
+
"defaultModule": EntityData1;
|
|
2607
2645
|
/**
|
|
2608
2646
|
* The default value for the type filter
|
|
2609
2647
|
*/
|
|
@@ -2659,7 +2697,7 @@ export namespace Components {
|
|
|
2659
2697
|
/**
|
|
2660
2698
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
2661
2699
|
*/
|
|
2662
|
-
"selectModuleCallback":
|
|
2700
|
+
"selectModuleCallback": SelectModuleCallback6;
|
|
2663
2701
|
/**
|
|
2664
2702
|
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
2665
2703
|
*/
|
|
@@ -3024,6 +3062,12 @@ declare global {
|
|
|
3024
3062
|
prototype: HTMLGxIdeCreateKbFromServerElement;
|
|
3025
3063
|
new (): HTMLGxIdeCreateKbFromServerElement;
|
|
3026
3064
|
};
|
|
3065
|
+
interface HTMLGxIdeCurlInspectorElement extends Components.GxIdeCurlInspector, HTMLStencilElement {
|
|
3066
|
+
}
|
|
3067
|
+
var HTMLGxIdeCurlInspectorElement: {
|
|
3068
|
+
prototype: HTMLGxIdeCurlInspectorElement;
|
|
3069
|
+
new (): HTMLGxIdeCurlInspectorElement;
|
|
3070
|
+
};
|
|
3027
3071
|
interface HTMLGxIdeCurrentUserInfoElement extends Components.GxIdeCurrentUserInfo, HTMLStencilElement {
|
|
3028
3072
|
}
|
|
3029
3073
|
var HTMLGxIdeCurrentUserInfoElement: {
|
|
@@ -3113,7 +3157,7 @@ declare global {
|
|
|
3113
3157
|
new (): HTMLGxIdeEmptyStateElement;
|
|
3114
3158
|
};
|
|
3115
3159
|
interface HTMLGxIdeEntitySelectorElementEventMap {
|
|
3116
|
-
"valueChanged":
|
|
3160
|
+
"valueChanged": EntityData1;
|
|
3117
3161
|
}
|
|
3118
3162
|
interface HTMLGxIdeEntitySelectorElement extends Components.GxIdeEntitySelector, HTMLStencilElement {
|
|
3119
3163
|
addEventListener<K extends keyof HTMLGxIdeEntitySelectorElementEventMap>(type: K, listener: (this: HTMLGxIdeEntitySelectorElement, ev: GxIdeEntitySelectorCustomEvent<HTMLGxIdeEntitySelectorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3667,6 +3711,7 @@ declare global {
|
|
|
3667
3711
|
"gx-ide-connect-gx-server": HTMLGxIdeConnectGxServerElement;
|
|
3668
3712
|
"gx-ide-container": HTMLGxIdeContainerElement;
|
|
3669
3713
|
"gx-ide-create-kb-from-server": HTMLGxIdeCreateKbFromServerElement;
|
|
3714
|
+
"gx-ide-curl-inspector": HTMLGxIdeCurlInspectorElement;
|
|
3670
3715
|
"gx-ide-current-user-info": HTMLGxIdeCurrentUserInfoElement;
|
|
3671
3716
|
"gx-ide-dashboard-home": HTMLGxIdeDashboardHomeElement;
|
|
3672
3717
|
"gx-ide-data-selector": HTMLGxIdeDataSelectorElement;
|
|
@@ -4283,6 +4328,34 @@ declare namespace LocalJSX {
|
|
|
4283
4328
|
selectedKB: string
|
|
4284
4329
|
) => Promise<KBVersion[]>;
|
|
4285
4330
|
}
|
|
4331
|
+
interface GxIdeCurlInspector {
|
|
4332
|
+
/**
|
|
4333
|
+
* Callback that must be invoked when the user wants to cancel the operation
|
|
4334
|
+
*/
|
|
4335
|
+
"cancelCallback"?: () => Promise<void>;
|
|
4336
|
+
/**
|
|
4337
|
+
* Callback that must be invoked when the user confirms the creation. Receives the data necessary to create the procedure.
|
|
4338
|
+
*/
|
|
4339
|
+
"confirmCallback": (
|
|
4340
|
+
data: CurlImportData
|
|
4341
|
+
) => Promise<FormSubmitResult>;
|
|
4342
|
+
/**
|
|
4343
|
+
* Default value for Module/Folder field
|
|
4344
|
+
*/
|
|
4345
|
+
"defaultParent"?: EntityData;
|
|
4346
|
+
/**
|
|
4347
|
+
* Actual value for Module/Folder field
|
|
4348
|
+
*/
|
|
4349
|
+
"parent"?: EntityData;
|
|
4350
|
+
/**
|
|
4351
|
+
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
4352
|
+
*/
|
|
4353
|
+
"selectModuleCallback"?: SelectModuleCallback;
|
|
4354
|
+
/**
|
|
4355
|
+
* Callback to validate the name. Should return true if the name is valid, false otherwise.
|
|
4356
|
+
*/
|
|
4357
|
+
"validateNameCallback"?: (name: string) => boolean;
|
|
4358
|
+
}
|
|
4286
4359
|
interface GxIdeCurrentUserInfo {
|
|
4287
4360
|
/**
|
|
4288
4361
|
* Callback executed when the user click "Language" link
|
|
@@ -4385,7 +4458,7 @@ declare namespace LocalJSX {
|
|
|
4385
4458
|
/**
|
|
4386
4459
|
* The default value for the module/folder filter
|
|
4387
4460
|
*/
|
|
4388
|
-
"defaultModule"?:
|
|
4461
|
+
"defaultModule"?: EntityData1;
|
|
4389
4462
|
/**
|
|
4390
4463
|
* If true it displays the component title on the header
|
|
4391
4464
|
*/
|
|
@@ -4503,7 +4576,7 @@ declare namespace LocalJSX {
|
|
|
4503
4576
|
/**
|
|
4504
4577
|
* Default value for the 'Module' field.
|
|
4505
4578
|
*/
|
|
4506
|
-
"defaultModule"?:
|
|
4579
|
+
"defaultModule"?: EntityData1;
|
|
4507
4580
|
/**
|
|
4508
4581
|
* The valid extensions for the files that will be loaded in Path/URL (ie.: ".fig, .sketch")
|
|
4509
4582
|
*/
|
|
@@ -4547,7 +4620,7 @@ declare namespace LocalJSX {
|
|
|
4547
4620
|
/**
|
|
4548
4621
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
4549
4622
|
*/
|
|
4550
|
-
"selectModuleCallback"?:
|
|
4623
|
+
"selectModuleCallback"?: SelectModuleCallback1;
|
|
4551
4624
|
/**
|
|
4552
4625
|
* The styles render in the option style selector
|
|
4553
4626
|
*/
|
|
@@ -4643,7 +4716,7 @@ declare namespace LocalJSX {
|
|
|
4643
4716
|
/**
|
|
4644
4717
|
* Default value for the component. Used when the 'X' button is pressed.
|
|
4645
4718
|
*/
|
|
4646
|
-
"defaultValue"?:
|
|
4719
|
+
"defaultValue"?: EntityData1 | null | undefined;
|
|
4647
4720
|
/**
|
|
4648
4721
|
* This attribute lets you specify if the element is disabled.
|
|
4649
4722
|
*/
|
|
@@ -4663,15 +4736,15 @@ declare namespace LocalJSX {
|
|
|
4663
4736
|
/**
|
|
4664
4737
|
* Emits the input value every time it changes
|
|
4665
4738
|
*/
|
|
4666
|
-
"onValueChanged"?: (event: GxIdeEntitySelectorCustomEvent<
|
|
4739
|
+
"onValueChanged"?: (event: GxIdeEntitySelectorCustomEvent<EntityData1>) => void;
|
|
4667
4740
|
/**
|
|
4668
4741
|
* Callback invoked when the action button is pressed. Returns the new value.
|
|
4669
4742
|
*/
|
|
4670
|
-
"selectEntityCallback": () => Promise<
|
|
4743
|
+
"selectEntityCallback": () => Promise<EntityData1> | null;
|
|
4671
4744
|
/**
|
|
4672
4745
|
* Value currently assigned.
|
|
4673
4746
|
*/
|
|
4674
|
-
"value"?:
|
|
4747
|
+
"value"?: EntityData1 | null | undefined;
|
|
4675
4748
|
}
|
|
4676
4749
|
interface GxIdeFileItem {
|
|
4677
4750
|
/**
|
|
@@ -4822,7 +4895,7 @@ declare namespace LocalJSX {
|
|
|
4822
4895
|
/**
|
|
4823
4896
|
* Default value for Module/Folder field
|
|
4824
4897
|
*/
|
|
4825
|
-
"defaultParent"?:
|
|
4898
|
+
"defaultParent"?: EntityData2;
|
|
4826
4899
|
/**
|
|
4827
4900
|
* Default value for Module/Folder field
|
|
4828
4901
|
*/
|
|
@@ -4844,11 +4917,11 @@ declare namespace LocalJSX {
|
|
|
4844
4917
|
/**
|
|
4845
4918
|
* Actual value for Module/Folder field
|
|
4846
4919
|
*/
|
|
4847
|
-
"parent"?:
|
|
4920
|
+
"parent"?: EntityData2;
|
|
4848
4921
|
/**
|
|
4849
4922
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
4850
4923
|
*/
|
|
4851
|
-
"selectModuleCallback"?:
|
|
4924
|
+
"selectModuleCallback"?: SelectModuleCallback2;
|
|
4852
4925
|
/**
|
|
4853
4926
|
* Callback para validar el JSON. Debe retornar true si el JSON es válido, false en caso contrario.
|
|
4854
4927
|
*/
|
|
@@ -5293,7 +5366,7 @@ declare namespace LocalJSX {
|
|
|
5293
5366
|
/**
|
|
5294
5367
|
* Default value for the Module/Folder field.
|
|
5295
5368
|
*/
|
|
5296
|
-
"defaultParent"?:
|
|
5369
|
+
"defaultParent"?: EntityData1;
|
|
5297
5370
|
/**
|
|
5298
5371
|
* Allows you to define the type selected by default when instantiating the dialog. Represented by the type identifier.
|
|
5299
5372
|
*/
|
|
@@ -5317,11 +5390,11 @@ declare namespace LocalJSX {
|
|
|
5317
5390
|
/**
|
|
5318
5391
|
* Current value for Module/Folder
|
|
5319
5392
|
*/
|
|
5320
|
-
"parent"?:
|
|
5393
|
+
"parent"?: EntityData1;
|
|
5321
5394
|
/**
|
|
5322
5395
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
5323
5396
|
*/
|
|
5324
|
-
"selectModuleCallback"?:
|
|
5397
|
+
"selectModuleCallback"?: SelectModuleCallback3;
|
|
5325
5398
|
/**
|
|
5326
5399
|
* Applies a shadow all around
|
|
5327
5400
|
*/
|
|
@@ -5387,7 +5460,7 @@ declare namespace LocalJSX {
|
|
|
5387
5460
|
/**
|
|
5388
5461
|
* The default value for the module/folder filter
|
|
5389
5462
|
*/
|
|
5390
|
-
"defaultModule"?:
|
|
5463
|
+
"defaultModule"?: EntityData1;
|
|
5391
5464
|
/**
|
|
5392
5465
|
* The default value for the type filter
|
|
5393
5466
|
*/
|
|
@@ -5419,7 +5492,7 @@ declare namespace LocalJSX {
|
|
|
5419
5492
|
/**
|
|
5420
5493
|
* Callback invoked when the action is executed in the Module/Folder filter. It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
5421
5494
|
*/
|
|
5422
|
-
"selectModuleCallback"?:
|
|
5495
|
+
"selectModuleCallback"?: SelectModuleCallback4;
|
|
5423
5496
|
/**
|
|
5424
5497
|
* The types render in the filter type selector
|
|
5425
5498
|
*/
|
|
@@ -5433,7 +5506,7 @@ declare namespace LocalJSX {
|
|
|
5433
5506
|
/**
|
|
5434
5507
|
* Default value for the Module/Folder field.
|
|
5435
5508
|
*/
|
|
5436
|
-
"defaultParent"?:
|
|
5509
|
+
"defaultParent"?: EntityData1;
|
|
5437
5510
|
/**
|
|
5438
5511
|
* If true it displays the component title on the header
|
|
5439
5512
|
*/
|
|
@@ -6186,7 +6259,7 @@ declare namespace LocalJSX {
|
|
|
6186
6259
|
/**
|
|
6187
6260
|
* The default value for the module/folder filter
|
|
6188
6261
|
*/
|
|
6189
|
-
"defaultModule"?:
|
|
6262
|
+
"defaultModule"?: EntityData1;
|
|
6190
6263
|
/**
|
|
6191
6264
|
* This is a function provided by the developer for delete the selected files.
|
|
6192
6265
|
*/
|
|
@@ -6207,7 +6280,7 @@ declare namespace LocalJSX {
|
|
|
6207
6280
|
/**
|
|
6208
6281
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
6209
6282
|
*/
|
|
6210
|
-
"selectModuleCallback":
|
|
6283
|
+
"selectModuleCallback": SelectModuleCallback5;
|
|
6211
6284
|
/**
|
|
6212
6285
|
* This is a function provided by the developer for expanded the data of files that is double-clicked or entered.
|
|
6213
6286
|
*/
|
|
@@ -6233,7 +6306,7 @@ declare namespace LocalJSX {
|
|
|
6233
6306
|
/**
|
|
6234
6307
|
* The default value for the module/folder filter
|
|
6235
6308
|
*/
|
|
6236
|
-
"defaultModule"?:
|
|
6309
|
+
"defaultModule"?: EntityData1;
|
|
6237
6310
|
/**
|
|
6238
6311
|
* The default value for the type filter
|
|
6239
6312
|
*/
|
|
@@ -6293,7 +6366,7 @@ declare namespace LocalJSX {
|
|
|
6293
6366
|
/**
|
|
6294
6367
|
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
6295
6368
|
*/
|
|
6296
|
-
"selectModuleCallback":
|
|
6369
|
+
"selectModuleCallback": SelectModuleCallback6;
|
|
6297
6370
|
/**
|
|
6298
6371
|
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
6299
6372
|
*/
|
|
@@ -6330,6 +6403,7 @@ declare namespace LocalJSX {
|
|
|
6330
6403
|
"gx-ide-connect-gx-server": GxIdeConnectGxServer;
|
|
6331
6404
|
"gx-ide-container": GxIdeContainer;
|
|
6332
6405
|
"gx-ide-create-kb-from-server": GxIdeCreateKbFromServer;
|
|
6406
|
+
"gx-ide-curl-inspector": GxIdeCurlInspector;
|
|
6333
6407
|
"gx-ide-current-user-info": GxIdeCurrentUserInfo;
|
|
6334
6408
|
"gx-ide-dashboard-home": GxIdeDashboardHome;
|
|
6335
6409
|
"gx-ide-data-selector": GxIdeDataSelector;
|
|
@@ -6412,6 +6486,7 @@ declare module "@stencil/core" {
|
|
|
6412
6486
|
"gx-ide-connect-gx-server": LocalJSX.GxIdeConnectGxServer & JSXBase.HTMLAttributes<HTMLGxIdeConnectGxServerElement>;
|
|
6413
6487
|
"gx-ide-container": LocalJSX.GxIdeContainer & JSXBase.HTMLAttributes<HTMLGxIdeContainerElement>;
|
|
6414
6488
|
"gx-ide-create-kb-from-server": LocalJSX.GxIdeCreateKbFromServer & JSXBase.HTMLAttributes<HTMLGxIdeCreateKbFromServerElement>;
|
|
6489
|
+
"gx-ide-curl-inspector": LocalJSX.GxIdeCurlInspector & JSXBase.HTMLAttributes<HTMLGxIdeCurlInspectorElement>;
|
|
6415
6490
|
"gx-ide-current-user-info": LocalJSX.GxIdeCurrentUserInfo & JSXBase.HTMLAttributes<HTMLGxIdeCurrentUserInfoElement>;
|
|
6416
6491
|
"gx-ide-dashboard-home": LocalJSX.GxIdeDashboardHome & JSXBase.HTMLAttributes<HTMLGxIdeDashboardHomeElement>;
|
|
6417
6492
|
"gx-ide-data-selector": LocalJSX.GxIdeDataSelector & JSXBase.HTMLAttributes<HTMLGxIdeDataSelectorElement>;
|