@genexus/genexus-ide-ui 3.2.6 → 3.2.8

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.
Files changed (53) hide show
  1. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  2. package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +7 -4
  3. package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js.map +1 -1
  4. package/dist/cjs/gx-ide-mcp-server.cjs.entry.js +181 -0
  5. package/dist/cjs/gx-ide-mcp-server.cjs.entry.js.map +1 -0
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/collection/collection-manifest.json +1 -0
  8. package/dist/collection/common/types.js.map +1 -1
  9. package/dist/collection/components/kb-manager-import/helpers.js +7 -4
  10. package/dist/collection/components/kb-manager-import/helpers.js.map +1 -1
  11. package/dist/collection/components/kb-manager-import/kb-manager-import.js.map +1 -1
  12. package/dist/collection/components/mcp-server/gx-ide-assets/mcp-server/langs/mcp-server.lang.en.json +36 -0
  13. package/dist/collection/components/mcp-server/gx-ide-assets/mcp-server/langs/mcp-server.lang.ja.json +36 -0
  14. package/dist/collection/components/mcp-server/gx-ide-assets/mcp-server/langs/mcp-server.lang.zh.json +36 -0
  15. package/dist/collection/components/mcp-server/gx-ide-assets/mcp-server/shortcuts.json +15 -0
  16. package/dist/collection/components/mcp-server/mcp-server.css +128 -0
  17. package/dist/collection/components/mcp-server/mcp-server.js +372 -0
  18. package/dist/collection/components/mcp-server/mcp-server.js.map +1 -0
  19. package/dist/collection/components/mcp-server/tests/mcp-server.e2e.js +83 -0
  20. package/dist/collection/components/mcp-server/tests/mcp-server.e2e.js.map +1 -0
  21. package/dist/collection/components/mcp-server/types.js +2 -0
  22. package/dist/collection/components/mcp-server/types.js.map +1 -0
  23. package/dist/collection/testing/locale.e2e.js +1 -0
  24. package/dist/collection/testing/locale.e2e.js.map +1 -1
  25. package/dist/components/gx-ide-kb-manager-import.js +7 -4
  26. package/dist/components/gx-ide-kb-manager-import.js.map +1 -1
  27. package/dist/components/gx-ide-mcp-server.d.ts +11 -0
  28. package/dist/components/gx-ide-mcp-server.js +213 -0
  29. package/dist/components/gx-ide-mcp-server.js.map +1 -0
  30. package/dist/esm/genexus-ide-ui.js +1 -1
  31. package/dist/esm/gx-ide-kb-manager-import.entry.js +7 -4
  32. package/dist/esm/gx-ide-kb-manager-import.entry.js.map +1 -1
  33. package/dist/esm/gx-ide-mcp-server.entry.js +177 -0
  34. package/dist/esm/gx-ide-mcp-server.entry.js.map +1 -0
  35. package/dist/esm/loader.js +1 -1
  36. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
  37. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  38. package/dist/genexus-ide-ui/gx-ide-assets/mcp-server/langs/mcp-server.lang.en.json +36 -0
  39. package/dist/genexus-ide-ui/gx-ide-assets/mcp-server/langs/mcp-server.lang.ja.json +36 -0
  40. package/dist/genexus-ide-ui/gx-ide-assets/mcp-server/langs/mcp-server.lang.zh.json +36 -0
  41. package/dist/genexus-ide-ui/gx-ide-assets/mcp-server/shortcuts.json +15 -0
  42. package/dist/genexus-ide-ui/p-45b6dc45.entry.js +251 -0
  43. package/dist/genexus-ide-ui/p-45b6dc45.entry.js.map +1 -0
  44. package/dist/genexus-ide-ui/{p-52a0b585.entry.js → p-7cd24b82.entry.js} +3 -2
  45. package/dist/genexus-ide-ui/p-7cd24b82.entry.js.map +1 -0
  46. package/dist/types/common/types.d.ts +1 -0
  47. package/dist/types/components/kb-manager-import/helpers.d.ts +2 -2
  48. package/dist/types/components/kb-manager-import/kb-manager-import.d.ts +0 -4
  49. package/dist/types/components/mcp-server/mcp-server.d.ts +55 -0
  50. package/dist/types/components/mcp-server/types.d.ts +11 -0
  51. package/dist/types/components.d.ts +93 -8
  52. package/package.json +1 -1
  53. package/dist/genexus-ide-ui/p-52a0b585.entry.js.map +0 -1
@@ -0,0 +1,181 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-75aef097.js');
6
+ const assetsManager = require('./assets-manager-089e91b1.js');
7
+ require('./mer-animated-dots-78490ca4.js');
8
+ require('lit');
9
+ require('lit/directives/when.js');
10
+ require('lit/directives/if-defined.js');
11
+ const locale = require('./locale-ff30a5f3.js');
12
+
13
+ const mcpServerCss = "button.button-secondary{border-color:var(--color-border-neutral-default)}:host{display:grid;inline-size:100%;block-size:100%;min-inline-size:480px;min-block-size:320px;overflow:auto;grid-template-rows:max-content 1fr max-content}.section{display:contents}.header{display:flex;align-items:center;justify-content:space-between}.title{margin:0}.main{overflow:auto;display:flex;flex-direction:column;gap:var(--spacing-gap-xl);padding-block:var(--spacing-padding-l)}.info-section{display:flex;flex-direction:column;gap:var(--spacing-gap-m);color:var(--color-text-neutral-default)}.status-badge{display:inline-flex;align-items:center;gap:var(--spacing-gap-xs)}.status-dot{display:inline-block;inline-size:8px;block-size:8px;border-radius:50%;background-color:var(--color-text-neutral-disabled);flex-shrink:0}.status-badge--running .status-dot{background-color:var(--color-text-success-default, #22c55e)}.status-badge--error .status-dot{background-color:var(--color-text-error-default, #ef4444)}.status-badge--starting .status-dot,.status-badge--stopping .status-dot{background-color:var(--color-text-warning-default, #f59e0b)}.status-dot--animated{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.3}}.status-card{border:1px solid var(--color-border-surface-on-elevation-1);border-radius:4px;padding:var(--spacing-gap-l);display:flex;flex-direction:column;gap:var(--spacing-gap-m)}.status-card--dimmed{opacity:0.5}.status-card__row{display:flex;align-items:flex-start;gap:var(--spacing-gap-l)}.status-card__row>:first-child{min-inline-size:80px;flex-shrink:0}.status-card__endpoint{display:flex;align-items:flex-start;gap:var(--spacing-gap-m);flex-wrap:wrap}.status-card__endpoint>.button-icon-only{padding:0;block-size:auto}.endpoint-value{word-break:break-all;color:var(--color-text-neutral-default)}.loader{display:flex;align-items:center;justify-content:center;flex:1}.error-message{color:var(--color-text-error-default, #ef4444);padding:var(--spacing-gap-m);border:1px solid var(--color-border-error-default, #ef4444);border-radius:4px;background-color:var(--color-surface-error-default, rgba(239, 68, 68, 0.08))}";
14
+
15
+ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
16
+ if (kind === "a" && !f)
17
+ throw new TypeError("Private accessor was defined without a getter");
18
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
19
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
20
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
21
+ };
22
+ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
23
+ if (kind === "m")
24
+ throw new TypeError("Private method is not writable");
25
+ if (kind === "a" && !f)
26
+ throw new TypeError("Private accessor was defined without a setter");
27
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
28
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
29
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
30
+ };
31
+ var _GxIdeMcpServer_instances, _GxIdeMcpServer_componentLocale, _GxIdeMcpServer_chShortcutsEl, _GxIdeMcpServer_shortcutsSrc, _GxIdeMcpServer_startHandler, _GxIdeMcpServer_stopHandler, _GxIdeMcpServer_closeHandler, _GxIdeMcpServer_copyEndpointHandler, _GxIdeMcpServer_renderStatusBadge, _GxIdeMcpServer_renderStatusCard, _GxIdeMcpServer_renderError, _GxIdeMcpServer_renderPrimaryButton;
32
+ const CSS_BUNDLES = [
33
+ "resets/box-sizing",
34
+ "components/button",
35
+ "components/icon",
36
+ "utils/layout",
37
+ "utils/typography",
38
+ "utils/elevation",
39
+ "utils/spacing",
40
+ "chameleon/scrollbar"
41
+ ];
42
+ const COPY_ICON = assetsManager.getIconPath({
43
+ category: "system",
44
+ name: "copy",
45
+ colorType: "primary"
46
+ });
47
+ const GxIdeMcpServer = class {
48
+ constructor(hostRef) {
49
+ index.registerInstance(this, hostRef);
50
+ _GxIdeMcpServer_instances.add(this);
51
+ // eslint-disable-next-line @stencil-community/own-props-must-be-private
52
+ _GxIdeMcpServer_componentLocale.set(this, void 0);
53
+ _GxIdeMcpServer_chShortcutsEl.set(this, void 0);
54
+ _GxIdeMcpServer_shortcutsSrc.set(this, index.getAssetPath(`./gx-ide-assets/mcp-server/shortcuts.json`));
55
+ _GxIdeMcpServer_startHandler.set(this, async () => {
56
+ var _a;
57
+ this.errorMessage = undefined;
58
+ this.actionInProgress = true;
59
+ this.status = "starting";
60
+ try {
61
+ const result = await this.startCallback();
62
+ if (result.success) {
63
+ this.status = "running";
64
+ this.serverPort = result.port;
65
+ this.serverEndpoint = result.endpoint;
66
+ }
67
+ else {
68
+ this.status = "error";
69
+ this.errorMessage =
70
+ (_a = result.errorMessage) !== null && _a !== void 0 ? _a : __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").errors.startFailed;
71
+ }
72
+ }
73
+ catch (_b) {
74
+ this.status = "error";
75
+ this.errorMessage = __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").errors.startFailed;
76
+ }
77
+ finally {
78
+ this.actionInProgress = false;
79
+ }
80
+ });
81
+ _GxIdeMcpServer_stopHandler.set(this, async () => {
82
+ var _a;
83
+ this.errorMessage = undefined;
84
+ this.actionInProgress = true;
85
+ this.status = "stopping";
86
+ try {
87
+ const result = await this.stopCallback();
88
+ if (result.success) {
89
+ this.status = "stopped";
90
+ this.serverPort = undefined;
91
+ this.serverEndpoint = undefined;
92
+ }
93
+ else {
94
+ this.status = "error";
95
+ this.errorMessage =
96
+ (_a = result.errorMessage) !== null && _a !== void 0 ? _a : __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").errors.stopFailed;
97
+ }
98
+ }
99
+ catch (_b) {
100
+ this.status = "error";
101
+ this.errorMessage = __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").errors.stopFailed;
102
+ }
103
+ finally {
104
+ this.actionInProgress = false;
105
+ }
106
+ });
107
+ _GxIdeMcpServer_closeHandler.set(this, () => {
108
+ var _a;
109
+ (_a = this.closeCallback) === null || _a === void 0 ? void 0 : _a.call(this);
110
+ });
111
+ _GxIdeMcpServer_copyEndpointHandler.set(this, () => {
112
+ if (this.serverEndpoint && this.copyCallback) {
113
+ this.copying = true;
114
+ this.copyCallback(this.serverEndpoint);
115
+ setTimeout(() => {
116
+ this.copying = false;
117
+ }, 1000);
118
+ }
119
+ });
120
+ this.actionInProgress = false;
121
+ this.errorMessage = undefined;
122
+ this.copying = false;
123
+ this.initialLoading = true;
124
+ this.status = undefined;
125
+ this.serverPort = undefined;
126
+ this.serverEndpoint = undefined;
127
+ this.startCallback = undefined;
128
+ this.stopCallback = undefined;
129
+ this.copyCallback = undefined;
130
+ this.closeCallback = undefined;
131
+ }
132
+ async componentWillLoad() {
133
+ __classPrivateFieldSet(this, _GxIdeMcpServer_componentLocale, await locale.Locale.getComponentStrings(this.el), "f");
134
+ }
135
+ /**
136
+ * Suspends or reactivates the shortcuts.
137
+ */
138
+ async suspendShortcuts(suspendShortcuts) {
139
+ __classPrivateFieldGet(this, _GxIdeMcpServer_chShortcutsEl, "f").suspend = suspendShortcuts;
140
+ }
141
+ render() {
142
+ return (index.h(index.Host, { class: "widget" }, index.h("ch-theme", { model: CSS_BUNDLES }), index.h("ch-shortcuts", { src: __classPrivateFieldGet(this, _GxIdeMcpServer_shortcutsSrc, "f"), ref: (el) => (__classPrivateFieldSet(this, _GxIdeMcpServer_chShortcutsEl, el, "f")) }), index.h("section", { class: "section" }, index.h("header", { class: "header dialog-header-with-border spacing-body-inline spacing-body-block-start" }, index.h("h1", { class: "heading-s title" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").header.title), !this.initialLoading && __classPrivateFieldGet(this, _GxIdeMcpServer_instances, "m", _GxIdeMcpServer_renderStatusBadge).call(this)), index.h("div", { class: "main spacing-body-inline" }, this.initialLoading ? (index.h("gx-ide-loader", { loaderTitle: __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").loader.title, show: true, class: "loader" })) : ([
143
+ index.h("div", { class: "info-section" }, index.h("p", { class: "body-regular-m" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").info.description), index.h("p", { class: "body-regular-m" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").info.details)),
144
+ __classPrivateFieldGet(this, _GxIdeMcpServer_instances, "m", _GxIdeMcpServer_renderStatusCard).call(this),
145
+ __classPrivateFieldGet(this, _GxIdeMcpServer_instances, "m", _GxIdeMcpServer_renderError).call(this)
146
+ ])), index.h("footer", { class: "footer dialog-footer-with-border spacing-body-inline spacing-body-block-end" }, index.h("div", { class: "buttons-spacer" }, index.h("button", { class: "button-secondary", type: "button", onClick: __classPrivateFieldGet(this, _GxIdeMcpServer_closeHandler, "f"), part: "button-cancel" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").buttons.close), !this.initialLoading && __classPrivateFieldGet(this, _GxIdeMcpServer_instances, "m", _GxIdeMcpServer_renderPrimaryButton).call(this))))));
147
+ }
148
+ static get assetsDirs() { return ["gx-ide-assets/mcp-server"]; }
149
+ get el() { return index.getElement(this); }
150
+ };
151
+ _GxIdeMcpServer_componentLocale = new WeakMap(), _GxIdeMcpServer_chShortcutsEl = new WeakMap(), _GxIdeMcpServer_shortcutsSrc = new WeakMap(), _GxIdeMcpServer_startHandler = new WeakMap(), _GxIdeMcpServer_stopHandler = new WeakMap(), _GxIdeMcpServer_closeHandler = new WeakMap(), _GxIdeMcpServer_copyEndpointHandler = new WeakMap(), _GxIdeMcpServer_instances = new WeakSet(), _GxIdeMcpServer_renderStatusBadge = function _GxIdeMcpServer_renderStatusBadge() {
152
+ var _a;
153
+ const statusText = (_a = __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").status[this.status]) !== null && _a !== void 0 ? _a : this.status;
154
+ const badgeClass = `status-badge status-badge--${this.status}`;
155
+ const isAnimated = this.status === "starting" || this.status === "stopping";
156
+ return (index.h("span", { class: badgeClass }, index.h("span", { class: `status-dot ${isAnimated ? "status-dot--animated" : ""}` }), index.h("span", { class: "body-regular-s" }, statusText)));
157
+ }, _GxIdeMcpServer_renderStatusCard = function _GxIdeMcpServer_renderStatusCard() {
158
+ if (this.status !== "running" && this.status !== "stopping") {
159
+ return null;
160
+ }
161
+ const isDimmed = this.status === "stopping";
162
+ return (index.h("div", { class: `status-card elevation-1 ${isDimmed ? "status-card--dimmed" : ""}` }, index.h("div", { class: "status-card__row" }, index.h("span", { class: "body-semi-bold-s" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.statusLabel), index.h("span", { class: "body-regular-s" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").status[this.status])), this.serverPort !== undefined && (index.h("div", { class: "status-card__row" }, index.h("span", { class: "body-semi-bold-s" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.portLabel), index.h("span", { class: "body-regular-s" }, this.serverPort))), this.serverEndpoint && (index.h("div", { class: "status-card__row" }, index.h("span", { class: "body-semi-bold-s" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.endpointLabel), index.h("span", { class: "status-card__endpoint" }, index.h("span", { class: "body-regular-s endpoint-value" }, this.serverEndpoint), index.h("button", { class: "button-tertiary button-icon-only", type: "button", onClick: __classPrivateFieldGet(this, _GxIdeMcpServer_copyEndpointHandler, "f"), disabled: this.copying, "aria-label": __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.copyEndpoint, title: this.copying
163
+ ? __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.copiedEndpoint
164
+ : __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").statusCard.copyEndpoint }, index.h("ch-image", { class: "icon-m", src: COPY_ICON })))))));
165
+ }, _GxIdeMcpServer_renderError = function _GxIdeMcpServer_renderError() {
166
+ if (!this.errorMessage) {
167
+ return null;
168
+ }
169
+ return index.h("div", { class: "error-message body-regular-s" }, this.errorMessage);
170
+ }, _GxIdeMcpServer_renderPrimaryButton = function _GxIdeMcpServer_renderPrimaryButton() {
171
+ const isRunning = this.status === "running" || this.status === "stopping";
172
+ if (isRunning) {
173
+ return (index.h("button", { class: "button-primary primary-action", type: "button", onClick: __classPrivateFieldGet(this, _GxIdeMcpServer_stopHandler, "f"), disabled: this.actionInProgress, part: "button-confirm" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").buttons.stop));
174
+ }
175
+ return (index.h("button", { class: "button-primary primary-action", type: "button", onClick: __classPrivateFieldGet(this, _GxIdeMcpServer_startHandler, "f"), disabled: this.actionInProgress, part: "button-confirm" }, __classPrivateFieldGet(this, _GxIdeMcpServer_componentLocale, "f").buttons.start));
176
+ };
177
+ GxIdeMcpServer.style = mcpServerCss;
178
+
179
+ exports.gx_ide_mcp_server = GxIdeMcpServer;
180
+
181
+ //# sourceMappingURL=gx-ide-mcp-server.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"gx-ide-mcp-server.entry.cjs.js","mappings":"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","names":["getIconPath","getAssetPath","Locale","h","Host"],"sources":["src/components/mcp-server/mcp-server.scss?tag=gx-ide-mcp-server&encapsulation=shadow","src/components/mcp-server/mcp-server.tsx"],"sourcesContent":["@import \"../../global/temporary-mercury-overrides/_button.scss\";\n\n:host {\n display: grid;\n inline-size: 100%;\n block-size: 100%;\n min-inline-size: 480px;\n min-block-size: 320px;\n overflow: auto;\n grid-template-rows: max-content 1fr max-content;\n}\n\n.section {\n display: contents;\n}\n\n.header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n\n.title {\n margin: 0;\n}\n\n.main {\n overflow: auto;\n display: flex;\n flex-direction: column;\n gap: var(--spacing-gap-xl);\n padding-block: var(--spacing-padding-l);\n}\n\n\n.info-section {\n display: flex;\n flex-direction: column;\n gap: var(--spacing-gap-m);\n color: var(--color-text-neutral-default);\n}\n\n.status-badge {\n display: inline-flex;\n align-items: center;\n gap: var(--spacing-gap-xs);\n}\n\n.status-dot {\n $dot-size: 8px;\n\n display: inline-block;\n inline-size: $dot-size;\n block-size: $dot-size;\n border-radius: 50%;\n background-color: var(--color-text-neutral-disabled);\n flex-shrink: 0;\n\n .status-badge--running & {\n background-color: var(--color-text-success-default, #22c55e);\n }\n\n .status-badge--error & {\n background-color: var(--color-text-error-default, #ef4444);\n }\n\n .status-badge--starting &,\n .status-badge--stopping & {\n background-color: var(--color-text-warning-default, #f59e0b);\n }\n\n &--animated {\n animation: pulse 1.2s ease-in-out infinite;\n }\n}\n\n@keyframes pulse {\n 0%,\n 100% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.3;\n }\n}\n\n.status-card {\n border: 1px solid var(--color-border-surface-on-elevation-1);\n border-radius: 4px;\n padding: var(--spacing-gap-l);\n display: flex;\n flex-direction: column;\n gap: var(--spacing-gap-m);\n\n &--dimmed {\n opacity: 0.5;\n }\n\n &__row {\n display: flex;\n align-items: flex-start;\n gap: var(--spacing-gap-l);\n\n > :first-child {\n min-inline-size: 80px;\n flex-shrink: 0;\n }\n }\n\n &__endpoint {\n display: flex;\n align-items: flex-start;\n gap: var(--spacing-gap-m);\n flex-wrap: wrap;\n\n > .button-icon-only {\n padding: 0;\n block-size: auto;\n }\n }\n}\n\n.endpoint-value {\n word-break: break-all;\n color: var(--color-text-neutral-default);\n}\n\n.loader {\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 1;\n}\n\n.error-message {\n color: var(--color-text-error-default, #ef4444);\n padding: var(--spacing-gap-m);\n border: 1px solid var(--color-border-error-default, #ef4444);\n border-radius: 4px;\n background-color: var(--color-surface-error-default, rgba(239, 68, 68, 0.08));\n}\n\n","import {\n Component,\n Host,\n h,\n Prop,\n State,\n Element,\n getAssetPath,\n Method\n} from \"@stencil/core\";\n\nimport { MercuryBundles, getIconPath } from \"@genexus/mercury\";\n\nimport { Locale } from \"../../common/locale\";\nimport {\n McpServerStatus,\n McpStartResult,\n McpStopResult\n} from \"./types\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n \"components/button\",\n \"components/icon\",\n \"utils/layout\",\n \"utils/typography\",\n \"utils/elevation\",\n \"utils/spacing\",\n \"chameleon/scrollbar\"\n];\n\nconst COPY_ICON = getIconPath({\n category: \"system\",\n name: \"copy\",\n colorType: \"primary\"\n});\n\n\n@Component({\n tag: \"gx-ide-mcp-server\",\n styleUrl: \"mcp-server.scss\",\n shadow: true,\n assetsDirs: [\"gx-ide-assets/mcp-server\"]\n})\nexport class GxIdeMcpServer {\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #componentLocale: any;\n #chShortcutsEl: HTMLChShortcutsElement;\n #shortcutsSrc = getAssetPath(\n `./gx-ide-assets/mcp-server/shortcuts.json`\n );\n\n @Element() el: HTMLGxIdeMcpServerElement;\n\n @State() actionInProgress: boolean = false;\n @State() errorMessage: string | undefined;\n @State() copying: boolean = false;\n\n /**\n * When `true` the component shows a loader instead of content.\n * The host sets this to `false` once the initial status is known.\n */\n @Prop({ mutable: true }) initialLoading: boolean = true;\n\n /**\n * Current MCP server status. The host is responsible for keeping\n * this prop up to date (e.g. via polling or event-driven updates).\n * The component only mutates it internally during start/stop\n * transitions (`starting`, `stopping`, result states).\n */\n @Prop({ mutable: true }) status!: McpServerStatus;\n\n /**\n * Port the MCP server is listening on (shown when running).\n */\n @Prop({ mutable: true }) serverPort: number | undefined;\n\n /**\n * Full endpoint URL (shown when running).\n */\n @Prop({ mutable: true }) serverEndpoint: string | undefined;\n\n /**\n * Callback to start the MCP server. Returns result with connection info.\n */\n @Prop() readonly startCallback!: StartCallback;\n\n /**\n * Callback to stop the MCP server.\n */\n @Prop() readonly stopCallback!: StopCallback;\n\n /**\n * Callback to copy text to the clipboard. Delegated to the IDE clipboard\n * service so the host environment controls the copy behavior.\n */\n @Prop() readonly copyCallback!: CopyCallback;\n\n /**\n * Callback to close/dismiss the dialog.\n */\n @Prop() readonly closeCallback!: CloseCallback;\n\n async componentWillLoad() {\n this.#componentLocale = await Locale.getComponentStrings(this.el);\n }\n\n /**\n * Suspends or reactivates the shortcuts.\n */\n @Method()\n async suspendShortcuts(suspendShortcuts: boolean) {\n this.#chShortcutsEl.suspend = suspendShortcuts;\n }\n\n #startHandler = async () => {\n this.errorMessage = undefined;\n this.actionInProgress = true;\n this.status = \"starting\";\n\n try {\n const result = await this.startCallback();\n\n if (result.success) {\n this.status = \"running\";\n this.serverPort = result.port;\n this.serverEndpoint = result.endpoint;\n } else {\n this.status = \"error\";\n this.errorMessage =\n result.errorMessage ??\n this.#componentLocale.errors.startFailed;\n }\n } catch {\n this.status = \"error\";\n this.errorMessage = this.#componentLocale.errors.startFailed;\n } finally {\n this.actionInProgress = false;\n }\n };\n\n #stopHandler = async () => {\n this.errorMessage = undefined;\n this.actionInProgress = true;\n this.status = \"stopping\";\n\n try {\n const result = await this.stopCallback();\n\n if (result.success) {\n this.status = \"stopped\";\n this.serverPort = undefined;\n this.serverEndpoint = undefined;\n } else {\n this.status = \"error\";\n this.errorMessage =\n result.errorMessage ??\n this.#componentLocale.errors.stopFailed;\n }\n } catch {\n this.status = \"error\";\n this.errorMessage = this.#componentLocale.errors.stopFailed;\n } finally {\n this.actionInProgress = false;\n }\n };\n\n #closeHandler = () => {\n this.closeCallback?.();\n };\n\n #copyEndpointHandler = () => {\n if (this.serverEndpoint && this.copyCallback) {\n this.copying = true;\n this.copyCallback(this.serverEndpoint);\n setTimeout(() => {\n this.copying = false;\n }, 1000);\n }\n };\n\n #renderStatusBadge() {\n const statusText =\n this.#componentLocale.status[this.status] ?? this.status;\n\n const badgeClass = `status-badge status-badge--${this.status}`;\n const isAnimated =\n this.status === \"starting\" || this.status === \"stopping\";\n\n return (\n <span class={badgeClass}>\n <span\n class={`status-dot ${isAnimated ? \"status-dot--animated\" : \"\"}`}\n ></span>\n <span class=\"body-regular-s\">{statusText}</span>\n </span>\n );\n }\n\n #renderStatusCard() {\n if (this.status !== \"running\" && this.status !== \"stopping\") {\n return null;\n }\n\n const isDimmed = this.status === \"stopping\";\n\n return (\n <div\n class={`status-card elevation-1 ${isDimmed ? \"status-card--dimmed\" : \"\"}`}\n >\n <div class=\"status-card__row\">\n <span class=\"body-semi-bold-s\">\n {this.#componentLocale.statusCard.statusLabel}\n </span>\n <span class=\"body-regular-s\">\n {this.#componentLocale.status[this.status]}\n </span>\n </div>\n\n {this.serverPort !== undefined && (\n <div class=\"status-card__row\">\n <span class=\"body-semi-bold-s\">\n {this.#componentLocale.statusCard.portLabel}\n </span>\n <span class=\"body-regular-s\">{this.serverPort}</span>\n </div>\n )}\n\n {this.serverEndpoint && (\n <div class=\"status-card__row\">\n <span class=\"body-semi-bold-s\">\n {this.#componentLocale.statusCard.endpointLabel}\n </span>\n <span class=\"status-card__endpoint\">\n <span class=\"body-regular-s endpoint-value\">\n {this.serverEndpoint}\n </span>\n <button\n class=\"button-tertiary button-icon-only\"\n type=\"button\"\n onClick={this.#copyEndpointHandler}\n disabled={this.copying}\n aria-label={this.#componentLocale.statusCard.copyEndpoint}\n title={\n this.copying\n ? this.#componentLocale.statusCard.copiedEndpoint\n : this.#componentLocale.statusCard.copyEndpoint\n }\n >\n <ch-image class=\"icon-m\" src={COPY_ICON}></ch-image>\n </button>\n </span>\n </div>\n )}\n </div>\n );\n }\n\n #renderError() {\n if (!this.errorMessage) {\n return null;\n }\n\n return <div class=\"error-message body-regular-s\">{this.errorMessage}</div>;\n }\n\n #renderPrimaryButton() {\n const isRunning =\n this.status === \"running\" || this.status === \"stopping\";\n\n if (isRunning) {\n return (\n <button\n class=\"button-primary primary-action\"\n type=\"button\"\n onClick={this.#stopHandler}\n disabled={this.actionInProgress}\n part=\"button-confirm\"\n >\n {this.#componentLocale.buttons.stop}\n </button>\n );\n }\n\n return (\n <button\n class=\"button-primary primary-action\"\n type=\"button\"\n onClick={this.#startHandler}\n disabled={this.actionInProgress}\n part=\"button-confirm\"\n >\n {this.#componentLocale.buttons.start}\n </button>\n );\n }\n\n render() {\n return (\n <Host class=\"widget\">\n <ch-theme model={CSS_BUNDLES}></ch-theme>\n <ch-shortcuts\n src={this.#shortcutsSrc}\n ref={(el: HTMLChShortcutsElement) =>\n (this.#chShortcutsEl = el as HTMLChShortcutsElement)\n }\n ></ch-shortcuts>\n <section class=\"section\">\n <header class=\"header dialog-header-with-border spacing-body-inline spacing-body-block-start\">\n <h1 class=\"heading-s title\">\n {this.#componentLocale.header.title}\n </h1>\n {!this.initialLoading && this.#renderStatusBadge()}\n </header>\n\n <div class=\"main spacing-body-inline\">\n {this.initialLoading ? (\n <gx-ide-loader\n loaderTitle={this.#componentLocale.loader.title}\n show\n class=\"loader\"\n ></gx-ide-loader>\n ) : ([\n <div class=\"info-section\">\n <p class=\"body-regular-m\">\n {this.#componentLocale.info.description}\n </p>\n <p class=\"body-regular-m\">\n {this.#componentLocale.info.details}\n </p>\n </div>,\n\n this.#renderStatusCard(),\n this.#renderError()\n ])}\n </div>\n\n <footer class=\"footer dialog-footer-with-border spacing-body-inline spacing-body-block-end\">\n <div class=\"buttons-spacer\">\n <button\n class=\"button-secondary\"\n type=\"button\"\n onClick={this.#closeHandler}\n part=\"button-cancel\"\n >\n {this.#componentLocale.buttons.close}\n </button>\n {!this.initialLoading && this.#renderPrimaryButton()}\n </div>\n </footer>\n </section>\n </Host>\n );\n }\n}\n\nexport type StartCallback = () => Promise<McpStartResult>;\nexport type StopCallback = () => Promise<McpStopResult>;\nexport type CopyCallback = (text: string) => void;\nexport type CloseCallback = () => void;\n"],"version":3}
@@ -6,7 +6,7 @@ const index = require('./index-75aef097.js');
6
6
 
7
7
  const defineCustomElements = (win, options) => {
8
8
  if (typeof window === 'undefined') return undefined;
9
- return index.bootstrapLazy(JSON.parse("[[\"gx-ide-bpm-export-xpdl.cjs\",[[1,\"gx-ide-bpm-export-xpdl\",{\"displayTitle\":[4,\"display-title\"],\"exportCallback\":[16],\"cancelCallback\":[16],\"addCallback\":[16],\"referencesCallback\":[16],\"emptyInput\":[32],\"emptyObjects\":[32],\"notExporting\":[32]}]]],[\"gx-ide-kb-manager-import.cjs\",[[1,\"gx-ide-kb-manager-import\",{\"cancelCallback\":[16],\"importCallback\":[16],\"loadCallback\":[16],\"objectContextMenuCallback\":[16],\"optionsCallback\":[16],\"selectedFile\":[1040],\"statusMinimal\":[4,\"status-minimal\"],\"selectAllCheckboxValue\":[32],\"selectAllCheckboxIndeterminate\":[32],\"hasSelection\":[32],\"importStatusMessage\":[32],\"importTreeState\":[32],\"importedTreeFilterRegExp\":[32],\"importingIsInProcess\":[32],\"importTreeFilterList\":[32],\"noImport\":[32],\"noObjects\":[32],\"objectsTreeModel\":[32],\"showHiddenImportsMessage\":[32],\"someStatusVisible\":[32],\"statusInfo\":[32],\"addResultItem\":[64]},null,{\"importTreeState\":[\"importTreeStateChanged\",\"watchImportTreeStateHandler\"],\"objectsTreeModel\":[\"watchObjectsTreeModelHandler\"],\"selectedFile\":[\"selectedFileChanged\"]}]]],[\"gx-ide-launchpad.cjs\",[[1,\"gx-ide-launchpad\",{\"data\":[1],\"isStandalone\":[4,\"is-standalone\"],\"sections\":[32],\"tabModel\":[32]},null,{\"data\":[\"watchDataHandler\"]}]]],[\"gx-ide-bpm-import-files.cjs\",[[1,\"gx-ide-bpm-import-files\",{\"displayTitle\":[4,\"display-title\"],\"allowedExtensions\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"files\":[32],\"selectedFiles\":[32]}]]],[\"gx-ide-data-selector.cjs\",[[17,\"gx-ide-data-selector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultModule\":[16],\"displayTitle\":[4,\"display-title\"],\"editCallback\":[16],\"loadItemsCallback\":[16],\"loader\":[4],\"newVariableCallback\":[16],\"selectObjectCallback\":[16],\"selectionType\":[1,\"selection-type\"],\"loading\":[32],\"objects\":[32],\"selectedObjectsIds\":[32],\"suspendShortcuts\":[64],\"validate\":[64]}]]],[\"gx-ide-manage-module-references.cjs\",[[1,\"gx-ide-manage-module-references\",{\"autoCloseProgressBar\":[4,\"auto-close-progress-bar\"],\"executeActionCallback\":[16],\"serverContextMenuCallback\":[16],\"serverSelectedCallback\":[16],\"servers\":[16],\"showServerCommands\":[4,\"show-server-commands\"],\"actionInProgress\":[32],\"executeActionCallbackInProgress\":[32],\"filteredModules\":[32],\"loadingServer\":[32],\"modulesAll\":[32],\"progressState\":[32],\"progressValue\":[32],\"reRenderCounter\":[32],\"selectedModuleAction\":[32],\"selectedModuleId\":[32],\"selectedModuleType\":[32],\"selectedServerId\":[32],\"selectedServerValue\":[32],\"serversComboBoxModel\":[32],\"selectedModuleVersions\":[32]},[[0,\"progressBarClosed\",\"progressBarClosedHandler\"]],{\"modulesAll\":[\"modulesAllChanged\"],\"servers\":[\"serversChanged\"]}]]],[\"gx-ide-navigation-report.cjs\",[[1,\"gx-ide-navigation-report\",{\"headerData\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"closeCallback\":[16],\"itemSelectedCallback\":[16],\"reportTreeItems\":[32],\"navigationItemsStatusRegExpString\":[32],\"navigationItemsCaptionRegExpString\":[32],\"navigationItemsRegExp\":[32],\"confirmed\":[32],\"headerState\":[32],\"statusInfo\":[32],\"someStatusVisible\":[32],\"addItem\":[64],\"clearItems\":[64]},null,{\"navigationItemsStatusRegExpString\":[\"navigationItemsStatusRegExpStringChanged\"],\"navigationItemsCaptionRegExpString\":[\"navigationItemsCaptionRegExpStringChanged\"]}]]],[\"gx-ide-object-selector.cjs\",[[17,\"gx-ide-object-selector\",{\"cancelCallback\":[16],\"categories\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"defaultType\":[1,\"default-type\"],\"loader\":[4],\"loadCallback\":[16],\"multiSelection\":[4,\"multi-selection\"],\"newObjectCallback\":[16],\"openSelectionCallback\":[16],\"patternValue\":[1,\"pattern-value\"],\"selectModuleCallback\":[16],\"types\":[16],\"filterModified\":[32],\"loading\":[32],\"modifiedAfterValue\":[32],\"objects\":[32],\"selectedObjectsIdsArray\":[32],\"suspendShortcuts\":[64],\"validate\":[64]}]]],[\"gx-ide-team-dev-history.cjs\",[[1,\"gx-ide-team-dev-history\",{\"types\":[16],\"itemContextMenuCallback\":[16],\"gridContextMenuCallback\":[16],\"loadVersionsCallback\":[16],\"loadCallback\":[16],\"loadDetailCallback\":[16],\"selectedVersionChangeCallback\":[16],\"historyDetail\":[32],\"objects\":[32],\"sidebarExpanded\":[32],\"filtersHidden\":[32],\"loading\":[32],\"selectedRevisionId\":[32],\"hasActiveVersion\":[32],\"reload\":[64]}]]],[\"gx-ide-ww-attributes.cjs\",[[1,\"gx-ide-ww-attributes\",{\"contextMenuCallback\":[16],\"deleteSelectionCallback\":[16],\"loadCallback\":[16],\"objectActionCallback\":[16],\"objects\":[16],\"openSelectionCallback\":[16],\"selectionChangeCallback\":[16],\"types\":[16],\"attributes\":[32],\"selectedAttributesIds\":[32],\"filterMore\":[32],\"name\":[32],\"loading\":[32],\"object\":[32],\"type\":[32],\"reload\":[64],\"validate\":[64]},[[1,\"keydown\",\"keyDownHandler\"]]]]],[\"gx-ide-ww-files.cjs\",[[1,\"gx-ide-ww-files\",{\"categories\":[16],\"contextMenuCallback\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"deleteSelectionCallback\":[16],\"gridColumnsVisibility\":[16],\"loadCallback\":[16],\"newFileCallback\":[16],\"openSelectionCallback\":[16],\"selectModuleCallback\":[16],\"selectionChangeCallback\":[16],\"showSearchContents\":[4,\"show-search-contents\"],\"afterValue\":[32],\"categoriesComboBoxModel\":[32],\"dateTimeValue\":[32],\"isLoading\":[32],\"filterAfterComboBoxModel\":[32],\"showModified\":[32],\"objects\":[32],\"reload\":[64]},[[1,\"keydown\",\"keyDownHandler\"]],{\"dateTimeValue\":[\"dateTimeValueChanged\"],\"categories\":[\"categoriesChanged\"]}]]],[\"gx-ide-create-kb-from-server.cjs\",[[1,\"gx-ide-create-kb-from-server\",{\"kbLocation\":[1025,\"kb-location\"],\"canSetLocation\":[4,\"can-set-location\"],\"connectionData\":[16],\"cancelCallback\":[16],\"changeConnectionCallback\":[16],\"createKBCallback\":[16],\"getGXserverKBsCallback\":[16],\"selectLocationCallback\":[16],\"selectKBVersionsCallback\":[16],\"enableSelectVersionsButton\":[32],\"localKbNameInputValue\":[32],\"loading\":[32],\"filterValue\":[32],\"kbsFilteredActionListModel\":[32],\"validatableControls\":[32],\"versionSelectedType\":[32],\"versionsValueInput\":[32],\"locationMode\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-design-import.cjs\",[[1,\"gx-ide-design-import\",{\"reactiveSettings\":[16],\"extensions\":[16],\"defaultModule\":[16],\"path\":[1025],\"accessToken\":[1025,\"access-token\"],\"importAsWebPanels\":[4,\"import-as-web-panels\"],\"selectModuleCallback\":[16],\"cancelCallback\":[16],\"confirmCallback\":[16],\"loadCallback\":[16],\"loadDesignSystemCallback\":[16],\"loadFontCallback\":[16],\"loadImageCallback\":[16],\"loadPanelDataCallback\":[16],\"requiresAccessTokenCallback\":[16],\"styles\":[16],\"textEditorFactoryCallback\":[16],\"reRenderCounter\":[32],\"stylesAsComboBoxModel\":[32],\"styleValue\":[32],\"accessTokenHasError\":[32],\"pathIsValid\":[32],\"tabsModel\":[32],\"activeTabs\":[32],\"renderedTabs\":[32],\"designData\":[32],\"detailTreeModel\":[32],\"isLoading\":[32],\"isLoaded\":[32],\"messages\":[32],\"selectedFile\":[32],\"selectedDesignType\":[32],\"selectedDesignItem\":[32],\"requiresAccessToken\":[32],\"designDataTreeDataModel\":[32],\"updateTabsActiveTab\":[32],\"fitImages\":[32],\"lastLoadCallbackSettingValues\":[32]},null,{\"pathIsValid\":[\"pathIsValidChanged\"],\"designData\":[\"designDataChanged\"],\"path\":[\"pathChanged\"],\"accessToken\":[\"accessTokenChanged\"],\"styles\":[\"stylesChanged\"],\"messages\":[\"watchMessagesHandler\"]}]]],[\"gx-ide-kb-manager-export.cjs\",[[1,\"gx-ide-kb-manager-export\",{\"addKBPropertiesCallback\":[16],\"addObjectsCallback\":[16],\"addReferencesCallback\":[16],\"cancelCallback\":[16],\"exportCallback\":[16],\"exportFileDirectoryCallback\":[16],\"fileName\":[1,\"file-name\"],\"kbPropertiesTypes\":[16],\"loader\":[4],\"objectTypes\":[16],\"optionsCallback\":[16],\"addKbPropertiesIsChecked\":[32],\"atLeastOnePropertyItemIsChecked\":[32],\"atLeastOneObjectItemIsChecked\":[32],\"checkedObjectsIds\":[32],\"checkedPropertiesIds\":[32],\"exportAllIsChecked\":[32],\"exportingIsInProcess\":[32],\"hasObjects\":[32],\"objectsTreeViewModel\":[32]},null,{\"objectsTreeViewModel\":[\"objectsTreeViewModelChanged\"],\"objectTypes\":[\"objectTypesChanged\"]}]]],[\"gx-ide-plugin-explorer.cjs\",[[1,\"gx-ide-plugin-explorer\",{\"plugins\":[1040],\"filterCallback\":[16],\"showDetailsCallback\":[16],\"executeActionCallback\":[16],\"loading\":[32],\"pluginsActionListModel\":[32]},null,{\"plugins\":[\"pluginsChangedHandler\"]}]]],[\"gx-ide-sc-chat-container.cjs\",[[1,\"gx-ide-sc-chat-container\",{\"mode\":[1],\"generatingResponse\":[32],\"loadingState\":[32],\"showAdditionalContent\":[32],\"conversationCopied\":[32],\"assistantStatus\":[32],\"chatItems\":[32],\"exitWelcome\":[64]}]]],[\"gx-ide-search.cjs\",[[1,\"gx-ide-search\",{\"isKbOpen\":[4,\"is-kb-open\"],\"searchCallback\":[16],\"itemDoubleClickCallback\":[16],\"searchResultModel\":[32],\"hasSearched\":[32],\"isSearching\":[32],\"showSettings\":[64]},null,{\"isKbOpen\":[\"valueChangeHandler\"]}]]],[\"gx-ide-start-page.cjs\",[[1,\"gx-ide-start-page\",{\"createKBCallback\":[16],\"hideOpenExistingProject\":[4,\"hide-open-existing-project\"],\"kbs\":[16],\"kbsFilterThreshold\":[2,\"kbs-filter-threshold\"],\"openKbCallback\":[16],\"openSampleCallback\":[16],\"samples\":[16],\"secondarySection\":[16],\"filteredKbs\":[32],\"kbFilterValue\":[32],\"loading\":[32]},null,{\"kbFilterValue\":[\"kbFilterValueChanged\"],\"kbs\":[\"kbsChanged\"]}]]],[\"gx-ide-team-dev-bring-changes.cjs\",[[1,\"gx-ide-team-dev-bring-changes\",{\"commitDetail\":[16],\"commitInformation\":[16],\"commitObjects\":[16],\"hideFilters\":[4,\"hide-filters\"],\"operationType\":[1,\"operation-type\"],\"mergeObjectsCallback\":[16],\"revertPillAsButton\":[4,\"revert-pill-as-button\"],\"contextMenuCallback\":[8,\"context-menu-callback\"],\"viewAllCommentsCallback\":[16],\"editRangeCallback\":[16],\"alreadyMergedObjectsIdsArray\":[32],\"atLeastOneObjectIsChecked\":[32],\"loading\":[32],\"objectsFiltered\":[32],\"searchValue\":[32],\"stateFilterValue\":[32],\"markedObjectsSet\":[32],\"objectsStatesMap\":[32],\"commitObjectsMessagesMap\":[32],\"merging\":[32],\"updateObjectState\":[64]},null,{\"objectsStatesMap\":[\"objectsStatesMapChanged\"],\"commitObjects\":[\"commitObjectsChanged\"]}]]],[\"gx-ide-team-dev-commit.cjs\",[[1,\"gx-ide-team-dev-commit\",{\"commitCallback\":[16],\"objectsContextMenuCallback\":[16],\"loadCallback\":[16],\"openServerCallback\":[16],\"pendingItemsCheckedCallback\":[16],\"selectCallback\":[16],\"types\":[16],\"changeset\":[16],\"folders\":[16],\"updatePillAsButton\":[4,\"update-pill-as-button\"],\"serverDetails\":[16],\"allPendingAreCommitted\":[32],\"alreadyCommittedObjectsIdsSet\":[32],\"ignoredIdsSet\":[32],\"pendingIdsSet\":[32],\"markedObjectsSet\":[32],\"objectsStatusMap\":[32],\"objectsMessagesDataMap\":[32],\"atLeastOneObjectIsChecked\":[32],\"commentInputHasError\":[32],\"committing\":[32],\"filterSecondaryIsHidden\":[32],\"filterSecondaryHasConditions\":[32],\"loading\":[32],\"changesetsComboBoxModel\":[32],\"pendingObjectsAfterFilter\":[32],\"ignoredObjectsAfterFilter\":[32],\"typesComboBoxModel\":[32],\"pendingAndIgnored\":[32],\"commentsValue\":[32],\"searchValue\":[32],\"selectedType\":[32],\"selectedState\":[32],\"selectedChangeset\":[32],\"selectedFolder\":[32],\"selectedCategory\":[32],\"foldersComboBoxModel\":[32],\"isCommitDisabled\":[32],\"reload\":[64],\"disableCommit\":[64]},null,{\"alreadyCommittedObjectsIdsSet\":[\"alreadyCommittedObjectsIdsSetChanged\"],\"markedObjectsSet\":[\"markedObjectsSetChanged\"],\"objectsStatusMap\":[\"objectsStatusMapChanged\"],\"pendingAndIgnored\":[\"pendingAndIgnoredChanged\"],\"types\":[\"typesChanged\"],\"changeset\":[\"changesetChanged\"],\"folders\":[\"folderChanged\"]}]]],[\"gx-ide-team-dev-update.cjs\",[[1,\"gx-ide-team-dev-update\",{\"contextMenuCallback\":[16],\"loadCallback\":[16],\"pendingItemsCheckedCallback\":[16],\"types\":[16],\"updatePillAsButton\":[4,\"update-pill-as-button\"],\"updateCallback\":[16],\"openServerCallback\":[16],\"updateFrom\":[16],\"atLeastOneObjectIsChecked\":[32],\"loading\":[32],\"menuContextAction\":[32],\"searchValue\":[32],\"selectedAction\":[32],\"markedObjectsSet\":[32],\"alreadyUpdatedObjectsIdsSet\":[32],\"pendingIdsSet\":[32],\"ignoredIdsSet\":[32],\"objectsMessagesDataMap\":[32],\"updating\":[32],\"allPendingAreUpdated\":[32],\"kbPropertiesChecked\":[32],\"typesComboBoxModel\":[32],\"selectedType\":[32],\"isUpdateDisabled\":[32],\"objectsStatusMap\":[32],\"pendingAndIgnored\":[32],\"pendingObjectsAfterActionFilter\":[32],\"ignoredObjectsAfterActionFilter\":[32],\"reload\":[64],\"disableUpdate\":[64]},null,{\"markedObjectsSet\":[\"markedObjectsSetChanged\"],\"alreadyUpdatedObjectsIdsSet\":[\"alreadyUpdatedObjectsIdsSetChanged\"],\"objectsStatusMap\":[\"objectsStatusMapChanged\"],\"pendingAndIgnored\":[\"pendingAndIgnoredChanged\"]}]]],[\"gx-ide-ww-images.cjs\",[[1,\"gx-ide-ww-images\",{\"categories\":[16],\"contextMenuCallback\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"deleteSelectionCallback\":[16],\"densities\":[16],\"languages\":[16],\"layers\":[16],\"loadCallback\":[16],\"loadImageItemsCallback\":[16],\"newObjectCallback\":[16],\"openSelectionCallback\":[16],\"selectModuleCallback\":[16],\"selectionObjectChangedCallback\":[16],\"styles\":[16],\"categoriesComboBoxModel\":[32],\"densitiesComboBoxModel\":[32],\"languagesComboBoxModel\":[32],\"layersComboBoxModel\":[32],\"stylesComboBoxModel\":[32],\"afterCurrentValue\":[32],\"filterAfterOptions\":[32],\"tabularGridData\":[32],\"images\":[32],\"imagesSelectedItems\":[32],\"selectedObjectsIds\":[32],\"enabledModifiedControls\":[32],\"order\":[32],\"filterNameValue\":[32],\"filterSearchContentsValue\":[32],\"filterCategoryValue\":[32],\"filterAllDescendantsValue\":[32],\"filterAfterTypeValue\":[32],\"filterUserValue\":[32],\"filterModifiedDateValue\":[32],\"filterStyleValue\":[32],\"filterLanguageValue\":[32],\"filterDensityValue\":[32],\"filterLayerValue\":[32],\"filterModuleValue\":[32],\"reload\":[64]},[[1,\"keydown\",\"keyDownHandler\"]],{\"categories\":[\"categoriesChanged\"],\"defaultCategory\":[\"defaultCategoryChanged\"],\"densities\":[\"densitiesChanged\"],\"languages\":[\"languagesChanged\"],\"layers\":[\"layersChanged\"],\"styles\":[\"stylesChanged\"],\"filterNameValue\":[\"filterNameValueChanged\"],\"filterSearchContentsValue\":[\"filterSearchContentsValueChanged\"],\"filterCategoryValue\":[\"filterCategoryValueChanged\"],\"filterAllDescendantsValue\":[\"filterAllDescendantsValueChanged\"],\"filterAfterTypeValue\":[\"filterAfterTypeValueChanged\"],\"filterUserValue\":[\"filterUserValueChanged\"],\"filterModifiedDateValue\":[\"filterModifiedDateValueChanged\"],\"filterStyleValue\":[\"filterStyleValueChanged\"],\"filterLanguageValue\":[\"filterLanguageValueChanged\"],\"filterDensityValue\":[\"filterDensityValueChanged\"],\"filterLayerValue\":[\"filterLayerValueChanged\"],\"filterModuleValue\":[\"filterModuleValueChanged\"]}]]],[\"gx-ide-bpm-app-declaration.cjs\",[[1,\"gx-ide-bpm-app-declaration\",{\"application\":[1040],\"cancelCallback\":[16],\"confirmCallback\":[16],\"getDataMappingCallback\":[16],\"selectApplicationCallback\":[16],\"selectMappingCallback\":[16],\"suggestApplicationsCallback\":[16],\"applicationComboBoxModel\":[32]}]]],[\"gx-ide-bpm-assign-roles.cjs\",[[1,\"gx-ide-bpm-assign-roles\",{\"displayTitle\":[4,\"display-title\"],\"roles\":[16],\"assignedRoles\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"unassignedRolesState\":[32],\"assignedRolesState\":[32],\"filterUnassignedInput\":[32],\"filterAssignedInput\":[32],\"unassignedSelected\":[32],\"assignedSelected\":[32]}]]],[\"gx-ide-bpm-import-gxpm.cjs\",[[1,\"gx-ide-bpm-import-gxpm\",{\"displayTitle\":[4,\"display-title\"],\"confirmCallback\":[16],\"cancelCallback\":[16],\"selectedFile\":[32],\"pathValue\":[32]}]]],[\"gx-ide-bpm-task-documents.cjs\",[[1,\"gx-ide-bpm-task-documents\",{\"documents\":[1040],\"cancelCallback\":[16],\"confirmCallback\":[16],\"selectDocumentCallback\":[16],\"suggestDocumentsCallback\":[16],\"documentsActionListState\":[32],\"documentName\":[32],\"selectedDocument\":[32],\"suggestedDocuments\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-bpm-timer-duration.cjs\",[[1,\"gx-ide-bpm-timer-duration\",{\"displayTitle\":[4,\"display-title\"],\"duration\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16]}]]],[\"gx-ide-breadcrumb.cjs\",[[1,\"gx-ide-breadcrumb\",{\"model\":[16],\"accessibleName\":[1,\"accessible-name\"],\"disabled\":[516],\"separator\":[1],\"selectedLink\":[16],\"selectedLinkIndicator\":[4,\"selected-link-indicator\"],\"getImagePathCallback\":[16]}]]],[\"gx-ide-curl-inspector.cjs\",[[1,\"gx-ide-curl-inspector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultParent\":[16],\"parent\":[16],\"selectModuleCallback\":[16],\"validateNameCallback\":[16],\"showTooltipError\":[32],\"isFormValid\":[32],\"curlContent\":[32],\"validatableControls\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-data-type-selector.cjs\",[[1,\"gx-ide-data-type-selector\",{\"categories\":[16],\"dataTypeSelectedCallback\":[16],\"arrowUpOnFirstElement\":[16],\"focusType\":[1,\"focus-type\"],\"recentlyUsed\":[16],\"categoriesListBoxModel\":[32],\"selectedCategory\":[32],\"recentlyUsedActionListModel\":[32],\"loading\":[32],\"categoriesJustChanged\":[32],\"actionListDidRender\":[32]},null,{\"categories\":[\"categoriesChanged\"],\"recentlyUsed\":[\"recentlyUsedChanged\"]}]]],[\"gx-ide-deployment-tool.cjs\",[[1,\"gx-ide-deployment-tool\",{\"deploymentUnits\":[16],\"targetTypes\":[16],\"defaultTargetTypeId\":[1,\"default-target-type-id\"],\"newDeploymentUnitId\":[1,\"new-deployment-unit-id\"],\"objectTypes\":[16],\"getDeploymentUnitObjectsCallback\":[16],\"optionsCallback\":[16],\"deployCallback\":[16],\"addObjectsCallback\":[16],\"createDeploymentUnitCallback\":[16],\"checkedObjectsIds\":[32],\"noObjects\":[32],\"selectedDeployTargetData\":[32],\"addedObjects\":[32],\"allObjectTypes\":[32],\"treeModel\":[32],\"allowDeploy\":[32]},null,{\"treeModel\":[\"watchTreeModelHandler\"],\"objectTypes\":[\"watchObjectTypesHandler\"]}]]],[\"gx-ide-file-uploader.cjs\",[[1,\"gx-ide-file-uploader\",{\"types\":[16],\"multiple\":[4],\"canEditName\":[4,\"can-edit-name\"],\"label\":[1],\"uploadFunction\":[16],\"cancelUploadFunction\":[16],\"fileUploadedCallback\":[16],\"dialogCanceledCallback\":[16],\"dialogConfirmedCallback\":[16],\"uploadCancelledCallback\":[16],\"fileRenamedCallback\":[16],\"fileValidationErrorCallback\":[16],\"fileDeletionErrorCallback\":[16],\"fileDeletedCallback\":[16],\"onBeforeDelete\":[16],\"fileStates\":[32],\"isDragging\":[32],\"clear\":[64]}]]],[\"gx-ide-json-import.cjs\",[[1,\"gx-ide-json-import\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultParent\":[16],\"defaultRadioValue\":[1,\"default-radio-value\"],\"parent\":[16],\"selectModuleCallback\":[16],\"modeChangeCallback\":[16],\"fileChangeCallback\":[16],\"validateNameCallback\":[16],\"validateJSONCallback\":[16],\"onJsonContentChange\":[16],\"fileName\":[32],\"radioGroupValue\":[32],\"isFormValid\":[32],\"jsonContent\":[32],\"validatableControls\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-new-object.cjs\",[[17,\"gx-ide-new-object\",{\"defaultTypeId\":[1,\"default-type-id\"],\"defaultParent\":[16],\"displayTitle\":[4,\"display-title\"],\"cancelCallback\":[16],\"createCallback\":[16],\"shadow\":[4],\"typeCategories\":[1040],\"parent\":[16],\"selectModuleCallback\":[16],\"validateNameCallback\":[16],\"suggestCallback\":[16],\"description\":[32],\"name\":[32],\"nameValidationErrorMessage\":[32],\"selectedCategory\":[32],\"selectedType\":[32],\"typeCategoriesActionListModel\":[32],\"typesActionListModel\":[32],\"selectedTypeMap\":[32],\"suspendShortcuts\":[64]},null,{\"typeCategories\":[\"typeCategoriesChanged\"]}]]],[\"gx-ide-open-api-import.cjs\",[[1,\"gx-ide-open-api-import\",{\"defaultParent\":[16],\"displayTitle\":[4,\"display-title\"],\"cancelCallback\":[16],\"importCallback\":[16],\"loadCallback\":[16],\"selectParentCallback\":[16],\"actionListItems\":[32],\"importingIsInProcess\":[32],\"operations\":[32],\"selectedFile\":[32],\"selectedOperationForDescription\":[32],\"selectedOperations\":[32],\"selectAllCheckboxValue\":[32],\"selectAllCheckboxIndeterminate\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-references.cjs\",[[1,\"gx-ide-references\",{\"loadReferencesCallback\":[16],\"openObjectCallback\":[16],\"openSelectorDialogCallback\":[16],\"selectReferenceCallback\":[16],\"selectorSourceCallback\":[16],\"selectedObject\":[1040],\"barHidden\":[32],\"objectsSuggestions\":[32],\"referencedByTreeData\":[32],\"referencesToTreeData\":[32]},null,{\"selectedObject\":[\"selectedObjectChanged\"]}]]],[\"gx-ide-select-user-team.cjs\",[[1,\"gx-ide-select-user-team\",{\"cancelCallback\":[16],\"continueCallback\":[16],\"teams\":[16],\"slideIsVisible\":[32],\"teamsModelReady\":[32]},null,{\"teams\":[\"teamsChanged\"]}]]],[\"gx-ide-server-selector.cjs\",[[1,\"gx-ide-server-selector\",{\"serversData\":[1040],\"recentlyUsedServersData\":[16],\"cancelCallback\":[16],\"selectServerCallback\":[16],\"deleteServerCallback\":[16],\"updateServerCallback\":[16],\"enableConfirmButton\":[32],\"serverUrlInputValue\":[32],\"serverNameInputValue\":[32],\"selectedServerUri\":[32],\"selectedServerName\":[32],\"userName\":[32],\"filterValue\":[32],\"filteredServersData\":[32],\"validatableControls\":[32],\"selectedConnectionType\":[32],\"selectedRecentlyUsedId\":[32]},null,{\"serversData\":[\"serversDataChanged\"]}]]],[\"gx-ide-sign-in-team.cjs\",[[1,\"gx-ide-sign-in-team\",{\"authStep\":[1,\"auth-step\"],\"continueCallback\":[16],\"signInCallback\":[16],\"termsConfirmationRequired\":[4,\"terms-confirmation-required\"],\"teams\":[16],\"termsCallback\":[16],\"privacyCallback\":[16],\"authStepInternal\":[32],\"slideIsVisible\":[32],\"termsAndConditionsAccepted\":[32]},null,{\"authStep\":[\"authStepChanged\"],\"teams\":[\"teamsChanged\"]}]]],[\"gx-ide-team-dev-preview.cjs\",[[1,\"gx-ide-team-dev-preview\",{\"teamDevPreviewData\":[16],\"loadRemoteChangesCallback\":[16],\"loadLocalChangesCallback\":[16],\"commitCallback\":[16],\"updateCallback\":[16],\"openFullDialogCallback\":[16],\"shareKBToServerCallback\":[16],\"createKBFromServerCallback\":[16],\"openTeamDevInfoCallback\":[16],\"reconnectCallback\":[16],\"loadingRemoteChanges\":[32],\"loadingLocalChanges\":[32],\"tabModel\":[32],\"selectedTabId\":[32],\"pendingCommitChangesCount\":[32],\"pendingRemoteChangesCount\":[32],\"remoteChangesTreeViewModel\":[32],\"localChangesTreeViewModel\":[32],\"remoteChangesCheckedNodesIds\":[32],\"localChangesCheckedNodesIds\":[32],\"commitMessage\":[32],\"committingChanges\":[32],\"updatingChanges\":[32],\"serverOperationsDisabled\":[32],\"reloadChanges\":[64],\"disableServerOperations\":[64]},null,{\"teamDevPreviewData\":[\"onTeamDevPreviewDataChanged\"]}]]],[\"gx-ide-wf-settings.cjs\",[[1,\"gx-ide-wf-settings\",{\"displayTitle\":[4,\"display-title\"],\"configurationType\":[1,\"configuration-type\"],\"defaultConfiguration\":[16],\"saveCallback\":[16],\"cancelCallback\":[16]}]]],[\"gx-ide-about.cjs\",[[1,\"gx-ide-about\",{\"appVersion\":[1,\"app-version\"],\"versions\":[16],\"detailsCallback\":[16],\"privacyPolicyCallback\":[16],\"termsAndConditionsCallback\":[16],\"copying\":[32]}]]],[\"gx-ide-bpm-sync-gam-roles.cjs\",[[1,\"gx-ide-bpm-sync-gam-roles\",{\"cancelCallback\":[16],\"saveCallback\":[16],\"suspendShortcuts\":[64]}]]],[\"gx-ide-comments-viewer.cjs\",[[1,\"gx-ide-comments-viewer\",{\"commentsData\":[16],\"closeCallback\":[16]}]]],[\"gx-ide-connect-gx-server.cjs\",[[1,\"gx-ide-connect-gx-server\",{\"authenticationTypes\":[16],\"cancelCallback\":[16],\"connectCallback\":[16],\"defaultConnectionData\":[16],\"enableCustomServer\":[4,\"enable-custom-server\"],\"authenticationTypesComboBoxModel\":[32],\"gxServerConnectionData\":[32],\"validatableControls\":[32]},null,{\"authenticationTypes\":[\"authenticationTypesChanged\"]}]]],[\"gx-ide-current-user-info.cjs\",[[1,\"gx-ide-current-user-info\",{\"userInfo\":[16],\"myAccountCallback\":[16],\"changeTeamCallback\":[16],\"changeLanguageCallback\":[16],\"changeModeCallback\":[16],\"menuAlign\":[16],\"signOutCallback\":[16],\"termsCallback\":[16],\"privacyCallback\":[16],\"showMenu\":[32]}]]],[\"gx-ide-details-acknowledgements.cjs\",[[1,\"gx-ide-details-acknowledgements\",{\"dateGenerated\":[16],\"release\":[1],\"packages\":[16],\"openPackageUrlCallback\":[16],\"expandedLicenseId\":[32]}]]],[\"gx-ide-edit-module-server.cjs\",[[1,\"gx-ide-edit-module-server\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"name\":[1],\"selectSourceCallback\":[16],\"source\":[1],\"type\":[1],\"types\":[16],\"selectedType\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-gam-installation-settings.cjs\",[[1,\"gx-ide-gam-installation-settings\",{\"cancelCallback\":[16],\"canSelectPanels\":[4,\"can-select-panels\"],\"configurationType\":[1,\"configuration-type\"],\"defaultConfiguration\":[16],\"repairCallback\":[16],\"saveCallback\":[16]}]]],[\"gx-ide-multi-select.cjs\",[[1,\"gx-ide-multi-select\",{\"model\":[16],\"value\":[16],\"placeholder\":[1],\"disabled\":[4],\"showPopover\":[32]}]]],[\"gx-ide-name-picker.cjs\",[[1,\"gx-ide-name-picker\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultInputValue\":[1,\"default-input-value\"],\"inputValue\":[32],\"validatableControls\":[32]},null,{\"defaultInputValue\":[\"defaultInputValueChanged\"]}]]],[\"gx-ide-new-environment.cjs\",[[1,\"gx-ide-new-environment\",{\"cancelCallback\":[16],\"createCallback\":[16],\"dataStores\":[1040],\"environmentName\":[1025,\"environment-name\"],\"getDataSourcesCallback\":[16],\"getEnvironmentNameCallback\":[16],\"getFrontEndsCallback\":[16],\"isAdvanced\":[4,\"is-advanced\"],\"languages\":[1040],\"getLanguagesCallback\":[16],\"runtimes\":[16],\"setAsTarget\":[4,\"set-as-target\"],\"advancedTabIsVisible\":[32],\"frontEnds\":[32],\"validatableControls\":[32],\"dataStoresComboBoxModel\":[32],\"languageComboBoxModel\":[32],\"runtimesRadioGroupModel\":[32],\"suspendShortcuts\":[64]},null,{\"dataStores\":[\"dataStoresChanged\"],\"languages\":[\"languagesChanged\"],\"runtimes\":[\"runtimesChanged\"]}]]],[\"gx-ide-new-kb.cjs\",[[1,\"gx-ide-new-kb\",{\"authenticationTypes\":[16],\"cancelCallback\":[16],\"canSetLocation\":[4,\"can-set-location\"],\"collations\":[16],\"createCallback\":[16],\"createDataFilesInKBFolder\":[4,\"create-data-files-in-k-b-folder\"],\"databaseName\":[1,\"database-name\"],\"defaultDataSources\":[1040],\"getDataSourcesCallback\":[16],\"getFrontEndsCallback\":[16],\"getPrototypingEnvironmentsCallback\":[16],\"isAdvanced\":[4,\"is-advanced\"],\"kbLocation\":[1025,\"kb-location\"],\"kbName\":[1,\"kb-name\"],\"password\":[1],\"defaultPrototypingEnvironments\":[1040],\"prototypingTargets\":[16],\"savePassword\":[4,\"save-password\"],\"selectLocationCallback\":[16],\"serverNames\":[16],\"userInterfaceLanguages\":[16],\"userName\":[1,\"user-name\"],\"advancedTabIsVisible\":[32],\"locationMode\":[32],\"frontEnds\":[32],\"validatableControls\":[32],\"createDataInKbDisabled\":[32],\"userNameVisible\":[32],\"passwordVisible\":[32],\"savePasswordVisible\":[32],\"authenticationTypesComboBoxModel\":[32],\"authenticationTypesInitialValue\":[32],\"collationsComboBoxModel\":[32],\"collationsInitialValue\":[32],\"defaultDataSourcesComboBoxModel\":[32],\"prototypingTargetsComboBoxModel\":[32],\"prototypingTargetsInitialValue\":[32],\"prototypingEnvironmentsComboBoxModel\":[32],\"prototypingEnvironmentsInitialValue\":[32],\"serverNamesComboBoxModel\":[32],\"serverNamesInitialValue\":[32],\"userInterfaceLanguagesComboBoxModel\":[32],\"userInterfaceLanguagesInitialValue\":[32],\"suspendShortcuts\":[64]},null,{\"authenticationTypes\":[\"watchAuthenticationTypes\"],\"collations\":[\"watchCollations\"],\"defaultDataSources\":[\"watchDefaultDataSources\"],\"defaultPrototypingEnvironments\":[\"watchDefaultPrototypingEnvironments\"],\"prototypingTargets\":[\"watchPrototypingTargets\"],\"serverNames\":[\"watchServerNames\"],\"userInterfaceLanguages\":[\"watchUserInterfaceLanguages\"]}]]],[\"gx-ide-new-version.cjs\",[[1,\"gx-ide-new-version\",{\"isRemoteOperation\":[4,\"is-remote-operation\"],\"isFreezeOperation\":[4,\"is-freeze-operation\"],\"showLinkedLocalVersionCheckbox\":[4,\"show-linked-local-version-checkbox\"],\"cancelCallback\":[16],\"createCallback\":[16],\"defaultInputValues\":[16],\"versionName\":[32],\"versionDescription\":[32],\"versionDescriptionEdited\":[32],\"setNewVersionAsActive\":[32],\"createLinkedLocalVersion\":[32],\"createAsProtectedVersion\":[32],\"validatableControls\":[32]},null,{\"defaultInputValues\":[\"defaultInputValuesChanged\"]}]]],[\"gx-ide-plugin-details.cjs\",[[1,\"gx-ide-plugin-details\",{\"data\":[16],\"installCallback\":[16],\"openLinkCallback\":[16],\"uninstallCallback\":[16],\"docsTabModel\":[32],\"selectedTabId\":[32]}]]],[\"gx-ide-restore-version.cjs\",[[1,\"gx-ide-restore-version\",{\"selectSourceVersionCallback\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"toVersionInfo\":[16],\"versions\":[16],\"syncEnvironments\":[32],\"selectedSourceVersionName\":[32],\"selectedSourceVersion\":[32],\"versionsComboBoxModel\":[32],\"suspendShortcuts\":[64]},null,{\"versions\":[\"versionsChanged\"]}]]],[\"gx-ide-share-kb.cjs\",[[1,\"gx-ide-share-kb\",{\"connectionData\":[16],\"cancelCallback\":[16],\"changeConnectionCallback\":[16],\"kbName\":[1025,\"kb-name\"],\"shareKBCallback\":[16],\"selectKBVersionsCallback\":[16],\"enableSelectVersionsButton\":[32],\"validatableControls\":[32],\"versionSelectedType\":[32],\"versionsValueInput\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-sign-in.cjs\",[[1,\"gx-ide-sign-in\",{\"termsCallback\":[16],\"signInCallback\":[16]}]]],[\"gx-ide-sign-in-result.cjs\",[[1,\"gx-ide-sign-in-result\"]]],[\"gx-ide-splash.cjs\",[[1,\"gx-ide-splash\",{\"appVersion\":[1,\"app-version\"],\"downloadDockerCallback\":[16],\"quitCallback\":[16],\"messages\":[16],\"openLogCallback\":[16],\"showQuitButton\":[4,\"show-quit-button\"],\"showOpenLogLink\":[4,\"show-open-log-link\"],\"showDockerMissingError\":[4,\"show-docker-missing-error\"],\"ariaBusy\":[32]}]]],[\"gx-ide-starting-template.cjs\",[[1,\"gx-ide-starting-template\",{\"firstName\":[1,\"first-name\"],\"cancelCallback\":[16],\"saveCallback\":[16],\"myStateVariable\":[32],\"suspendShortcuts\":[64]},null,{\"firstName\":[\"firstNameChanged\"]}]]],[\"gx-ide-team-dev-bring-all-changes-selector.cjs\",[[1,\"gx-ide-team-dev-bring-all-changes-selector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"sinceCommitDate\":[32],\"sinceCommitNumber\":[32],\"selectedOption\":[32],\"radioGroupModel\":[32],\"validatableControls\":[32]}]]],[\"gx-ide-team-dev-select-recent-comment.cjs\",[[1,\"gx-ide-team-dev-select-recent-comment\",{\"comments\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"commentsActionList\":[32]}]]],[\"gx-ide-team-dev-update-partial-selection.cjs\",[[1,\"gx-ide-team-dev-update-partial-selection\",{\"addCallback\":[16],\"cancelCallback\":[16],\"confirmCallback\":[16],\"selection\":[1040],\"selectedObjectsIds\":[32],\"validate\":[64]}]]],[\"gx-ide-team-dev-update-to-revision.cjs\",[[1,\"gx-ide-team-dev-update-to-revision\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"currentRevision\":[1,\"current-revision\"],\"isValid\":[32],\"validate\":[64],\"suspendShortcuts\":[64]}]]],[\"gx-ide-test.cjs\",[[1,\"gx-ide-test\",{\"name\":[1],\"filterOn\":[32]}]]],[\"gx-ide-welcome-page.cjs\",[[1,\"gx-ide-welcome-page\",{\"transitionType\":[1,\"transition-type\"],\"wordsPerMinute\":[2,\"words-per-minute\"],\"closeCallback\":[16],\"slides\":[16],\"activeSlideIndex\":[32],\"displaySlider\":[32],\"copyrightsVisible\":[32],\"lastSlideReached\":[32],\"sliderVisible\":[32],\"slideTransitioning\":[32],\"userHasChangedSlide\":[32]}]]],[\"gx-ide-container.cjs\",[[1,\"gx-ide-container\",{\"inactiveTitle\":[4,\"inactive-title\"],\"displayBorder\":[4,\"display-border\"],\"displayBorderTop\":[4,\"display-border-top\"],\"displayBorderEnd\":[4,\"display-border-end\"],\"displayBorderBottom\":[4,\"display-border-bottom\"],\"displayBorderStart\":[4,\"display-border-start\"],\"sectionsPadding\":[1,\"sections-padding\"],\"noHeadingBorder\":[4,\"no-heading-border\"],\"noHeadingGap\":[4,\"no-heading-gap\"],\"noHeadingPadding\":[4,\"no-heading-padding\"],\"noHeadingPaddingBlockEnd\":[4,\"no-heading-padding-block-end\"],\"headingPaddingTop\":[4,\"heading-padding-top\"],\"headingJustify\":[1,\"heading-justify\"],\"titleHeightAsInput\":[4,\"title-height-as-input\"],\"flexRow\":[4,\"flex-row\"],\"flexContent\":[4,\"flex-content\"],\"noContentBorderTop\":[4,\"no-content-border-top\"],\"noContentPadding\":[4,\"no-content-padding\"],\"noContentGap\":[4,\"no-content-gap\"],\"alignItems\":[1,\"align-items\"],\"justifyContent\":[1,\"justify-content\"],\"contentBorderEnd\":[4,\"content-border-end\"],\"slimmerAboveFooter\":[4,\"slimmer-above-footer\"],\"noAboveFooterPadding\":[4,\"no-above-footer-padding\"],\"noBorderAboveFooter\":[4,\"no-border-above-footer\"],\"slimmerFooter\":[4,\"slimmer-footer\"],\"noFooterPadding\":[4,\"no-footer-padding\"],\"footerJustify\":[1,\"footer-justify\"],\"noBorderFooter\":[4,\"no-border-footer\"],\"hasHeaderSlot\":[32],\"hasSlottedContent\":[32],\"hasFooterSlot\":[32],\"hasAboveFooterSlot\":[32],\"hasOnlyHeading\":[32],\"hasOnlyContent\":[32],\"hasOnlyFooter\":[32]}]]],[\"gx-ide-list-selector_2.cjs\",[[1,\"gx-ide-list-selector\",{\"ordered\":[4],\"readonly\":[4],\"type\":[1],\"required\":[4],\"ellipsis\":[4],\"value\":[1025],\"listName\":[1,\"list-name\"],\"noItemsBorder\":[4,\"no-items-border\"],\"noListBorder\":[516,\"no-list-border\"]},[[2,\"itemSelectionChanged\",\"itemSelectionChangedHandler\"]]],[4,\"gx-ide-list-selector-item\",{\"itemId\":[513,\"item-id\"],\"itemValue\":[1,\"item-value\"],\"itemChecked\":[1028,\"item-checked\"],\"readonly\":[1540],\"ellipsis\":[1540],\"icon\":[1],\"noBorder\":[1540,\"no-border\"],\"universalSlotEnd\":[516,\"universal-slot-end\"]}]]],[\"gx-ide-bpm-objects-selector.cjs\",[[1,\"gx-ide-bpm-objects-selector\",{\"displayTitle\":[4,\"display-title\"],\"selection\":[1040],\"addCallback\":[16],\"referencesCallback\":[16],\"objects\":[32],\"selectedObjects\":[32]}]]],[\"gx-ide-loader.cjs\",[[1,\"gx-ide-loader\",{\"abortTime\":[2,\"abort-time\"],\"cancelCallback\":[16],\"cancelLabel\":[1,\"cancel-label\"],\"description\":[1],\"loaderTitle\":[1,\"loader-title\"],\"show\":[1028],\"showWrapper\":[32]}]]],[\"gx-ide-select-kb-items.cjs\",[[1,\"gx-ide-select-kb-items\",{\"activeItemCallback\":[16],\"cancelCallback\":[16],\"checkboxType\":[1,\"checkbox-type\"],\"expandOnClick\":[4,\"expand-on-click\"],\"checkedChanged\":[16],\"confirmCallback\":[16],\"dialogActions\":[16],\"itemContextMenuCallback\":[16],\"loadItemsCallback\":[16],\"showToggleCheckboxes\":[4,\"show-toggle-checkboxes\"],\"multiSelection\":[4,\"multi-selection\"],\"singleChecks\":[4,\"single-checks\"],\"showActiveItemLink\":[4,\"show-active-item-link\"],\"useLoader\":[4,\"use-loader\"],\"selectionChanged\":[16],\"activeItemNode\":[32],\"checkedNodesIds\":[32],\"renderFooter\":[32],\"nodeListFlattenedTreeModel\":[32],\"loading\":[32],\"nodesVersionsViewType\":[32],\"nodeVersionsListTreeModel\":[32],\"searchPatternValue\":[32],\"toggleCheckboxes\":[32],\"itemsList\":[32],\"reloadItems\":[64],\"suspendShortcuts\":[64],\"updateSelection\":[64],\"updateCheckedItems\":[64]}]]],[\"gx-ide-breadcrumb-item.cjs\",[[1,\"gx-ide-breadcrumb-item\",{\"model\":[16],\"caption\":[1],\"accessibleName\":[1,\"accessible-name\"],\"disabled\":[4],\"link\":[16],\"selected\":[4],\"selectedLinkIndicator\":[4,\"selected-link-indicator\"],\"startImgSrc\":[1,\"start-img-src\"],\"startImgType\":[1,\"start-img-type\"],\"getImagePathCallback\":[16],\"itemId\":[1,\"item-id\"]}]]],[\"gx-ide-file-item.cjs\",[[1,\"gx-ide-file-item\",{\"file\":[16],\"editable\":[4],\"componentLocale\":[8,\"component-locale\"],\"fileDeletedCallback\":[16],\"fileDeletionErrorCallback\":[16],\"isEditing\":[32],\"currentName\":[32]},null,{\"file\":[\"handleFileChange\"]}]]],[\"gx-ide-progress-bar.cjs\",[[1,\"gx-ide-progress-bar\",{\"caption\":[1],\"minimal\":[516],\"active\":[1028],\"stateType\":[1025,\"state-type\"],\"progress\":[1026],\"closeType\":[1,\"close-type\"],\"closedCallback\":[16],\"topStateBarVisible\":[32],\"disableTransition\":[32],\"visible\":[32],\"reset\":[64]},null,{\"active\":[\"watchActiveHandler\"],\"progress\":[\"watchProgressHandler\"]}]]],[\"gx-ide-status-buttons.cjs\",[[1,\"gx-ide-status-buttons\",{\"active\":[4],\"errors\":[2],\"hideError\":[4,\"hide-error\"],\"warnings\":[2],\"hideWarning\":[4,\"hide-warning\"],\"successes\":[2],\"hideSuccess\":[4,\"hide-success\"],\"messages\":[2],\"hideMessage\":[4,\"hide-message\"],\"minimal\":[4],\"compact\":[516],\"noInnerBorders\":[516,\"no-inner-borders\"],\"iconsSize\":[32]}]]],[\"gx-ide-chat-container_2.cjs\",[[4,\"gx-ide-chat-container\",{\"chatTitle\":[1,\"chat-title\"],\"copyConversationCallback\":[16],\"deleteConversationCallback\":[16],\"displayWelcomeScreen\":[4,\"display-welcome-screen\"],\"displayConversationCopiedMessage\":[32],\"menuIsExpanded\":[32],\"showCopyConversationMessage\":[64]}],[1,\"gx-ide-chat-welcome\",{\"welcomeTitle\":[1025,\"welcome-title\"],\"welcomeGreeting\":[1025,\"welcome-greeting\"],\"suggestedPrompts\":[1040],\"suggestedPrompRequestedCallback\":[16],\"showHeader\":[32],\"showSuggestedPrompts\":[32],\"hideWelcome\":[32],\"exitWelcome\":[64]}]]],[\"gx-ide-launchpad-api.cjs\",[[0,\"gx-ide-launchpad-api\",{\"data\":[16],\"onObjectSelected\":[16]},null,{\"data\":[\"onDataChanged\"]}]]],[\"gx-ide-launchpad-apis_3.cjs\",[[1,\"gx-ide-launchpad-apis\",{\"apis\":[16],\"onObjectSelected\":[16]}],[1,\"gx-ide-launchpad-native-apps\",{\"objects\":[16],\"onObjectSelected\":[16],\"filterValue\":[32],\"order\":[32],\"page\":[32],\"perPage\":[32],\"showCopiedMessage\":[32],\"showQRDialog\":[32],\"selectedObjectForQR\":[32]}],[1,\"gx-ide-launchpad-web-apps\",{\"objects\":[16],\"onObjectSelected\":[16],\"filterValue\":[32],\"recentObjectsExpanded\":[32],\"order\":[32]},[[0,\"expandedChange\",\"handleAccordionExpandedChange\"]]]]],[\"gx-ide-entity-selector.cjs\",[[1,\"gx-ide-entity-selector\",{\"defaultValue\":[16],\"disabled\":[516],\"labelCaption\":[1,\"label-caption\"],\"labelPosition\":[513,\"label-position\"],\"name\":[513],\"selectEntityCallback\":[16],\"value\":[1040],\"buttonHasFocus\":[32],\"iconSrc\":[32]},null,{\"value\":[\"valueChangedHandler\"]}]]],[\"gx-ide-empty-state.cjs\",[[1,\"gx-ide-empty-state\",{\"isAnimated\":[4,\"is-animated\"],\"stateDescription\":[1,\"state-description\"],\"stateIconSrc\":[1,\"state-icon-src\"],\"stateTitle\":[1,\"state-title\"]}]]]]"), options);
9
+ return index.bootstrapLazy(JSON.parse("[[\"gx-ide-bpm-export-xpdl.cjs\",[[1,\"gx-ide-bpm-export-xpdl\",{\"displayTitle\":[4,\"display-title\"],\"exportCallback\":[16],\"cancelCallback\":[16],\"addCallback\":[16],\"referencesCallback\":[16],\"emptyInput\":[32],\"emptyObjects\":[32],\"notExporting\":[32]}]]],[\"gx-ide-kb-manager-import.cjs\",[[1,\"gx-ide-kb-manager-import\",{\"cancelCallback\":[16],\"importCallback\":[16],\"loadCallback\":[16],\"objectContextMenuCallback\":[16],\"optionsCallback\":[16],\"selectedFile\":[1040],\"statusMinimal\":[4,\"status-minimal\"],\"selectAllCheckboxValue\":[32],\"selectAllCheckboxIndeterminate\":[32],\"hasSelection\":[32],\"importStatusMessage\":[32],\"importTreeState\":[32],\"importedTreeFilterRegExp\":[32],\"importingIsInProcess\":[32],\"importTreeFilterList\":[32],\"noImport\":[32],\"noObjects\":[32],\"objectsTreeModel\":[32],\"showHiddenImportsMessage\":[32],\"someStatusVisible\":[32],\"statusInfo\":[32],\"addResultItem\":[64]},null,{\"importTreeState\":[\"importTreeStateChanged\",\"watchImportTreeStateHandler\"],\"objectsTreeModel\":[\"watchObjectsTreeModelHandler\"],\"selectedFile\":[\"selectedFileChanged\"]}]]],[\"gx-ide-launchpad.cjs\",[[1,\"gx-ide-launchpad\",{\"data\":[1],\"isStandalone\":[4,\"is-standalone\"],\"sections\":[32],\"tabModel\":[32]},null,{\"data\":[\"watchDataHandler\"]}]]],[\"gx-ide-bpm-import-files.cjs\",[[1,\"gx-ide-bpm-import-files\",{\"displayTitle\":[4,\"display-title\"],\"allowedExtensions\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"files\":[32],\"selectedFiles\":[32]}]]],[\"gx-ide-data-selector.cjs\",[[17,\"gx-ide-data-selector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultModule\":[16],\"displayTitle\":[4,\"display-title\"],\"editCallback\":[16],\"loadItemsCallback\":[16],\"loader\":[4],\"newVariableCallback\":[16],\"selectObjectCallback\":[16],\"selectionType\":[1,\"selection-type\"],\"loading\":[32],\"objects\":[32],\"selectedObjectsIds\":[32],\"suspendShortcuts\":[64],\"validate\":[64]}]]],[\"gx-ide-manage-module-references.cjs\",[[1,\"gx-ide-manage-module-references\",{\"autoCloseProgressBar\":[4,\"auto-close-progress-bar\"],\"executeActionCallback\":[16],\"serverContextMenuCallback\":[16],\"serverSelectedCallback\":[16],\"servers\":[16],\"showServerCommands\":[4,\"show-server-commands\"],\"actionInProgress\":[32],\"executeActionCallbackInProgress\":[32],\"filteredModules\":[32],\"loadingServer\":[32],\"modulesAll\":[32],\"progressState\":[32],\"progressValue\":[32],\"reRenderCounter\":[32],\"selectedModuleAction\":[32],\"selectedModuleId\":[32],\"selectedModuleType\":[32],\"selectedServerId\":[32],\"selectedServerValue\":[32],\"serversComboBoxModel\":[32],\"selectedModuleVersions\":[32]},[[0,\"progressBarClosed\",\"progressBarClosedHandler\"]],{\"modulesAll\":[\"modulesAllChanged\"],\"servers\":[\"serversChanged\"]}]]],[\"gx-ide-navigation-report.cjs\",[[1,\"gx-ide-navigation-report\",{\"headerData\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"closeCallback\":[16],\"itemSelectedCallback\":[16],\"reportTreeItems\":[32],\"navigationItemsStatusRegExpString\":[32],\"navigationItemsCaptionRegExpString\":[32],\"navigationItemsRegExp\":[32],\"confirmed\":[32],\"headerState\":[32],\"statusInfo\":[32],\"someStatusVisible\":[32],\"addItem\":[64],\"clearItems\":[64]},null,{\"navigationItemsStatusRegExpString\":[\"navigationItemsStatusRegExpStringChanged\"],\"navigationItemsCaptionRegExpString\":[\"navigationItemsCaptionRegExpStringChanged\"]}]]],[\"gx-ide-object-selector.cjs\",[[17,\"gx-ide-object-selector\",{\"cancelCallback\":[16],\"categories\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"defaultType\":[1,\"default-type\"],\"loader\":[4],\"loadCallback\":[16],\"multiSelection\":[4,\"multi-selection\"],\"newObjectCallback\":[16],\"openSelectionCallback\":[16],\"patternValue\":[1,\"pattern-value\"],\"selectModuleCallback\":[16],\"types\":[16],\"filterModified\":[32],\"loading\":[32],\"modifiedAfterValue\":[32],\"objects\":[32],\"selectedObjectsIdsArray\":[32],\"suspendShortcuts\":[64],\"validate\":[64]}]]],[\"gx-ide-team-dev-history.cjs\",[[1,\"gx-ide-team-dev-history\",{\"types\":[16],\"itemContextMenuCallback\":[16],\"gridContextMenuCallback\":[16],\"loadVersionsCallback\":[16],\"loadCallback\":[16],\"loadDetailCallback\":[16],\"selectedVersionChangeCallback\":[16],\"historyDetail\":[32],\"objects\":[32],\"sidebarExpanded\":[32],\"filtersHidden\":[32],\"loading\":[32],\"selectedRevisionId\":[32],\"hasActiveVersion\":[32],\"reload\":[64]}]]],[\"gx-ide-ww-attributes.cjs\",[[1,\"gx-ide-ww-attributes\",{\"contextMenuCallback\":[16],\"deleteSelectionCallback\":[16],\"loadCallback\":[16],\"objectActionCallback\":[16],\"objects\":[16],\"openSelectionCallback\":[16],\"selectionChangeCallback\":[16],\"types\":[16],\"attributes\":[32],\"selectedAttributesIds\":[32],\"filterMore\":[32],\"name\":[32],\"loading\":[32],\"object\":[32],\"type\":[32],\"reload\":[64],\"validate\":[64]},[[1,\"keydown\",\"keyDownHandler\"]]]]],[\"gx-ide-ww-files.cjs\",[[1,\"gx-ide-ww-files\",{\"categories\":[16],\"contextMenuCallback\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"deleteSelectionCallback\":[16],\"gridColumnsVisibility\":[16],\"loadCallback\":[16],\"newFileCallback\":[16],\"openSelectionCallback\":[16],\"selectModuleCallback\":[16],\"selectionChangeCallback\":[16],\"showSearchContents\":[4,\"show-search-contents\"],\"afterValue\":[32],\"categoriesComboBoxModel\":[32],\"dateTimeValue\":[32],\"isLoading\":[32],\"filterAfterComboBoxModel\":[32],\"showModified\":[32],\"objects\":[32],\"reload\":[64]},[[1,\"keydown\",\"keyDownHandler\"]],{\"dateTimeValue\":[\"dateTimeValueChanged\"],\"categories\":[\"categoriesChanged\"]}]]],[\"gx-ide-create-kb-from-server.cjs\",[[1,\"gx-ide-create-kb-from-server\",{\"kbLocation\":[1025,\"kb-location\"],\"canSetLocation\":[4,\"can-set-location\"],\"connectionData\":[16],\"cancelCallback\":[16],\"changeConnectionCallback\":[16],\"createKBCallback\":[16],\"getGXserverKBsCallback\":[16],\"selectLocationCallback\":[16],\"selectKBVersionsCallback\":[16],\"enableSelectVersionsButton\":[32],\"localKbNameInputValue\":[32],\"loading\":[32],\"filterValue\":[32],\"kbsFilteredActionListModel\":[32],\"validatableControls\":[32],\"versionSelectedType\":[32],\"versionsValueInput\":[32],\"locationMode\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-design-import.cjs\",[[1,\"gx-ide-design-import\",{\"reactiveSettings\":[16],\"extensions\":[16],\"defaultModule\":[16],\"path\":[1025],\"accessToken\":[1025,\"access-token\"],\"importAsWebPanels\":[4,\"import-as-web-panels\"],\"selectModuleCallback\":[16],\"cancelCallback\":[16],\"confirmCallback\":[16],\"loadCallback\":[16],\"loadDesignSystemCallback\":[16],\"loadFontCallback\":[16],\"loadImageCallback\":[16],\"loadPanelDataCallback\":[16],\"requiresAccessTokenCallback\":[16],\"styles\":[16],\"textEditorFactoryCallback\":[16],\"reRenderCounter\":[32],\"stylesAsComboBoxModel\":[32],\"styleValue\":[32],\"accessTokenHasError\":[32],\"pathIsValid\":[32],\"tabsModel\":[32],\"activeTabs\":[32],\"renderedTabs\":[32],\"designData\":[32],\"detailTreeModel\":[32],\"isLoading\":[32],\"isLoaded\":[32],\"messages\":[32],\"selectedFile\":[32],\"selectedDesignType\":[32],\"selectedDesignItem\":[32],\"requiresAccessToken\":[32],\"designDataTreeDataModel\":[32],\"updateTabsActiveTab\":[32],\"fitImages\":[32],\"lastLoadCallbackSettingValues\":[32]},null,{\"pathIsValid\":[\"pathIsValidChanged\"],\"designData\":[\"designDataChanged\"],\"path\":[\"pathChanged\"],\"accessToken\":[\"accessTokenChanged\"],\"styles\":[\"stylesChanged\"],\"messages\":[\"watchMessagesHandler\"]}]]],[\"gx-ide-kb-manager-export.cjs\",[[1,\"gx-ide-kb-manager-export\",{\"addKBPropertiesCallback\":[16],\"addObjectsCallback\":[16],\"addReferencesCallback\":[16],\"cancelCallback\":[16],\"exportCallback\":[16],\"exportFileDirectoryCallback\":[16],\"fileName\":[1,\"file-name\"],\"kbPropertiesTypes\":[16],\"loader\":[4],\"objectTypes\":[16],\"optionsCallback\":[16],\"addKbPropertiesIsChecked\":[32],\"atLeastOnePropertyItemIsChecked\":[32],\"atLeastOneObjectItemIsChecked\":[32],\"checkedObjectsIds\":[32],\"checkedPropertiesIds\":[32],\"exportAllIsChecked\":[32],\"exportingIsInProcess\":[32],\"hasObjects\":[32],\"objectsTreeViewModel\":[32]},null,{\"objectsTreeViewModel\":[\"objectsTreeViewModelChanged\"],\"objectTypes\":[\"objectTypesChanged\"]}]]],[\"gx-ide-plugin-explorer.cjs\",[[1,\"gx-ide-plugin-explorer\",{\"plugins\":[1040],\"filterCallback\":[16],\"showDetailsCallback\":[16],\"executeActionCallback\":[16],\"loading\":[32],\"pluginsActionListModel\":[32]},null,{\"plugins\":[\"pluginsChangedHandler\"]}]]],[\"gx-ide-sc-chat-container.cjs\",[[1,\"gx-ide-sc-chat-container\",{\"mode\":[1],\"generatingResponse\":[32],\"loadingState\":[32],\"showAdditionalContent\":[32],\"conversationCopied\":[32],\"assistantStatus\":[32],\"chatItems\":[32],\"exitWelcome\":[64]}]]],[\"gx-ide-search.cjs\",[[1,\"gx-ide-search\",{\"isKbOpen\":[4,\"is-kb-open\"],\"searchCallback\":[16],\"itemDoubleClickCallback\":[16],\"searchResultModel\":[32],\"hasSearched\":[32],\"isSearching\":[32],\"showSettings\":[64]},null,{\"isKbOpen\":[\"valueChangeHandler\"]}]]],[\"gx-ide-start-page.cjs\",[[1,\"gx-ide-start-page\",{\"createKBCallback\":[16],\"hideOpenExistingProject\":[4,\"hide-open-existing-project\"],\"kbs\":[16],\"kbsFilterThreshold\":[2,\"kbs-filter-threshold\"],\"openKbCallback\":[16],\"openSampleCallback\":[16],\"samples\":[16],\"secondarySection\":[16],\"filteredKbs\":[32],\"kbFilterValue\":[32],\"loading\":[32]},null,{\"kbFilterValue\":[\"kbFilterValueChanged\"],\"kbs\":[\"kbsChanged\"]}]]],[\"gx-ide-team-dev-bring-changes.cjs\",[[1,\"gx-ide-team-dev-bring-changes\",{\"commitDetail\":[16],\"commitInformation\":[16],\"commitObjects\":[16],\"hideFilters\":[4,\"hide-filters\"],\"operationType\":[1,\"operation-type\"],\"mergeObjectsCallback\":[16],\"revertPillAsButton\":[4,\"revert-pill-as-button\"],\"contextMenuCallback\":[8,\"context-menu-callback\"],\"viewAllCommentsCallback\":[16],\"editRangeCallback\":[16],\"alreadyMergedObjectsIdsArray\":[32],\"atLeastOneObjectIsChecked\":[32],\"loading\":[32],\"objectsFiltered\":[32],\"searchValue\":[32],\"stateFilterValue\":[32],\"markedObjectsSet\":[32],\"objectsStatesMap\":[32],\"commitObjectsMessagesMap\":[32],\"merging\":[32],\"updateObjectState\":[64]},null,{\"objectsStatesMap\":[\"objectsStatesMapChanged\"],\"commitObjects\":[\"commitObjectsChanged\"]}]]],[\"gx-ide-team-dev-commit.cjs\",[[1,\"gx-ide-team-dev-commit\",{\"commitCallback\":[16],\"objectsContextMenuCallback\":[16],\"loadCallback\":[16],\"openServerCallback\":[16],\"pendingItemsCheckedCallback\":[16],\"selectCallback\":[16],\"types\":[16],\"changeset\":[16],\"folders\":[16],\"updatePillAsButton\":[4,\"update-pill-as-button\"],\"serverDetails\":[16],\"allPendingAreCommitted\":[32],\"alreadyCommittedObjectsIdsSet\":[32],\"ignoredIdsSet\":[32],\"pendingIdsSet\":[32],\"markedObjectsSet\":[32],\"objectsStatusMap\":[32],\"objectsMessagesDataMap\":[32],\"atLeastOneObjectIsChecked\":[32],\"commentInputHasError\":[32],\"committing\":[32],\"filterSecondaryIsHidden\":[32],\"filterSecondaryHasConditions\":[32],\"loading\":[32],\"changesetsComboBoxModel\":[32],\"pendingObjectsAfterFilter\":[32],\"ignoredObjectsAfterFilter\":[32],\"typesComboBoxModel\":[32],\"pendingAndIgnored\":[32],\"commentsValue\":[32],\"searchValue\":[32],\"selectedType\":[32],\"selectedState\":[32],\"selectedChangeset\":[32],\"selectedFolder\":[32],\"selectedCategory\":[32],\"foldersComboBoxModel\":[32],\"isCommitDisabled\":[32],\"reload\":[64],\"disableCommit\":[64]},null,{\"alreadyCommittedObjectsIdsSet\":[\"alreadyCommittedObjectsIdsSetChanged\"],\"markedObjectsSet\":[\"markedObjectsSetChanged\"],\"objectsStatusMap\":[\"objectsStatusMapChanged\"],\"pendingAndIgnored\":[\"pendingAndIgnoredChanged\"],\"types\":[\"typesChanged\"],\"changeset\":[\"changesetChanged\"],\"folders\":[\"folderChanged\"]}]]],[\"gx-ide-team-dev-update.cjs\",[[1,\"gx-ide-team-dev-update\",{\"contextMenuCallback\":[16],\"loadCallback\":[16],\"pendingItemsCheckedCallback\":[16],\"types\":[16],\"updatePillAsButton\":[4,\"update-pill-as-button\"],\"updateCallback\":[16],\"openServerCallback\":[16],\"updateFrom\":[16],\"atLeastOneObjectIsChecked\":[32],\"loading\":[32],\"menuContextAction\":[32],\"searchValue\":[32],\"selectedAction\":[32],\"markedObjectsSet\":[32],\"alreadyUpdatedObjectsIdsSet\":[32],\"pendingIdsSet\":[32],\"ignoredIdsSet\":[32],\"objectsMessagesDataMap\":[32],\"updating\":[32],\"allPendingAreUpdated\":[32],\"kbPropertiesChecked\":[32],\"typesComboBoxModel\":[32],\"selectedType\":[32],\"isUpdateDisabled\":[32],\"objectsStatusMap\":[32],\"pendingAndIgnored\":[32],\"pendingObjectsAfterActionFilter\":[32],\"ignoredObjectsAfterActionFilter\":[32],\"reload\":[64],\"disableUpdate\":[64]},null,{\"markedObjectsSet\":[\"markedObjectsSetChanged\"],\"alreadyUpdatedObjectsIdsSet\":[\"alreadyUpdatedObjectsIdsSetChanged\"],\"objectsStatusMap\":[\"objectsStatusMapChanged\"],\"pendingAndIgnored\":[\"pendingAndIgnoredChanged\"]}]]],[\"gx-ide-ww-images.cjs\",[[1,\"gx-ide-ww-images\",{\"categories\":[16],\"contextMenuCallback\":[16],\"defaultCategory\":[1,\"default-category\"],\"defaultModule\":[16],\"deleteSelectionCallback\":[16],\"densities\":[16],\"languages\":[16],\"layers\":[16],\"loadCallback\":[16],\"loadImageItemsCallback\":[16],\"newObjectCallback\":[16],\"openSelectionCallback\":[16],\"selectModuleCallback\":[16],\"selectionObjectChangedCallback\":[16],\"styles\":[16],\"categoriesComboBoxModel\":[32],\"densitiesComboBoxModel\":[32],\"languagesComboBoxModel\":[32],\"layersComboBoxModel\":[32],\"stylesComboBoxModel\":[32],\"afterCurrentValue\":[32],\"filterAfterOptions\":[32],\"tabularGridData\":[32],\"images\":[32],\"imagesSelectedItems\":[32],\"selectedObjectsIds\":[32],\"enabledModifiedControls\":[32],\"order\":[32],\"filterNameValue\":[32],\"filterSearchContentsValue\":[32],\"filterCategoryValue\":[32],\"filterAllDescendantsValue\":[32],\"filterAfterTypeValue\":[32],\"filterUserValue\":[32],\"filterModifiedDateValue\":[32],\"filterStyleValue\":[32],\"filterLanguageValue\":[32],\"filterDensityValue\":[32],\"filterLayerValue\":[32],\"filterModuleValue\":[32],\"reload\":[64]},[[1,\"keydown\",\"keyDownHandler\"]],{\"categories\":[\"categoriesChanged\"],\"defaultCategory\":[\"defaultCategoryChanged\"],\"densities\":[\"densitiesChanged\"],\"languages\":[\"languagesChanged\"],\"layers\":[\"layersChanged\"],\"styles\":[\"stylesChanged\"],\"filterNameValue\":[\"filterNameValueChanged\"],\"filterSearchContentsValue\":[\"filterSearchContentsValueChanged\"],\"filterCategoryValue\":[\"filterCategoryValueChanged\"],\"filterAllDescendantsValue\":[\"filterAllDescendantsValueChanged\"],\"filterAfterTypeValue\":[\"filterAfterTypeValueChanged\"],\"filterUserValue\":[\"filterUserValueChanged\"],\"filterModifiedDateValue\":[\"filterModifiedDateValueChanged\"],\"filterStyleValue\":[\"filterStyleValueChanged\"],\"filterLanguageValue\":[\"filterLanguageValueChanged\"],\"filterDensityValue\":[\"filterDensityValueChanged\"],\"filterLayerValue\":[\"filterLayerValueChanged\"],\"filterModuleValue\":[\"filterModuleValueChanged\"]}]]],[\"gx-ide-bpm-app-declaration.cjs\",[[1,\"gx-ide-bpm-app-declaration\",{\"application\":[1040],\"cancelCallback\":[16],\"confirmCallback\":[16],\"getDataMappingCallback\":[16],\"selectApplicationCallback\":[16],\"selectMappingCallback\":[16],\"suggestApplicationsCallback\":[16],\"applicationComboBoxModel\":[32]}]]],[\"gx-ide-bpm-assign-roles.cjs\",[[1,\"gx-ide-bpm-assign-roles\",{\"displayTitle\":[4,\"display-title\"],\"roles\":[16],\"assignedRoles\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"unassignedRolesState\":[32],\"assignedRolesState\":[32],\"filterUnassignedInput\":[32],\"filterAssignedInput\":[32],\"unassignedSelected\":[32],\"assignedSelected\":[32]}]]],[\"gx-ide-bpm-import-gxpm.cjs\",[[1,\"gx-ide-bpm-import-gxpm\",{\"displayTitle\":[4,\"display-title\"],\"confirmCallback\":[16],\"cancelCallback\":[16],\"selectedFile\":[32],\"pathValue\":[32]}]]],[\"gx-ide-bpm-task-documents.cjs\",[[1,\"gx-ide-bpm-task-documents\",{\"documents\":[1040],\"cancelCallback\":[16],\"confirmCallback\":[16],\"selectDocumentCallback\":[16],\"suggestDocumentsCallback\":[16],\"documentsActionListState\":[32],\"documentName\":[32],\"selectedDocument\":[32],\"suggestedDocuments\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-bpm-timer-duration.cjs\",[[1,\"gx-ide-bpm-timer-duration\",{\"displayTitle\":[4,\"display-title\"],\"duration\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16]}]]],[\"gx-ide-breadcrumb.cjs\",[[1,\"gx-ide-breadcrumb\",{\"model\":[16],\"accessibleName\":[1,\"accessible-name\"],\"disabled\":[516],\"separator\":[1],\"selectedLink\":[16],\"selectedLinkIndicator\":[4,\"selected-link-indicator\"],\"getImagePathCallback\":[16]}]]],[\"gx-ide-curl-inspector.cjs\",[[1,\"gx-ide-curl-inspector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultParent\":[16],\"parent\":[16],\"selectModuleCallback\":[16],\"validateNameCallback\":[16],\"showTooltipError\":[32],\"isFormValid\":[32],\"curlContent\":[32],\"validatableControls\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-data-type-selector.cjs\",[[1,\"gx-ide-data-type-selector\",{\"categories\":[16],\"dataTypeSelectedCallback\":[16],\"arrowUpOnFirstElement\":[16],\"focusType\":[1,\"focus-type\"],\"recentlyUsed\":[16],\"categoriesListBoxModel\":[32],\"selectedCategory\":[32],\"recentlyUsedActionListModel\":[32],\"loading\":[32],\"categoriesJustChanged\":[32],\"actionListDidRender\":[32]},null,{\"categories\":[\"categoriesChanged\"],\"recentlyUsed\":[\"recentlyUsedChanged\"]}]]],[\"gx-ide-deployment-tool.cjs\",[[1,\"gx-ide-deployment-tool\",{\"deploymentUnits\":[16],\"targetTypes\":[16],\"defaultTargetTypeId\":[1,\"default-target-type-id\"],\"newDeploymentUnitId\":[1,\"new-deployment-unit-id\"],\"objectTypes\":[16],\"getDeploymentUnitObjectsCallback\":[16],\"optionsCallback\":[16],\"deployCallback\":[16],\"addObjectsCallback\":[16],\"createDeploymentUnitCallback\":[16],\"checkedObjectsIds\":[32],\"noObjects\":[32],\"selectedDeployTargetData\":[32],\"addedObjects\":[32],\"allObjectTypes\":[32],\"treeModel\":[32],\"allowDeploy\":[32]},null,{\"treeModel\":[\"watchTreeModelHandler\"],\"objectTypes\":[\"watchObjectTypesHandler\"]}]]],[\"gx-ide-file-uploader.cjs\",[[1,\"gx-ide-file-uploader\",{\"types\":[16],\"multiple\":[4],\"canEditName\":[4,\"can-edit-name\"],\"label\":[1],\"uploadFunction\":[16],\"cancelUploadFunction\":[16],\"fileUploadedCallback\":[16],\"dialogCanceledCallback\":[16],\"dialogConfirmedCallback\":[16],\"uploadCancelledCallback\":[16],\"fileRenamedCallback\":[16],\"fileValidationErrorCallback\":[16],\"fileDeletionErrorCallback\":[16],\"fileDeletedCallback\":[16],\"onBeforeDelete\":[16],\"fileStates\":[32],\"isDragging\":[32],\"clear\":[64]}]]],[\"gx-ide-json-import.cjs\",[[1,\"gx-ide-json-import\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultParent\":[16],\"defaultRadioValue\":[1,\"default-radio-value\"],\"parent\":[16],\"selectModuleCallback\":[16],\"modeChangeCallback\":[16],\"fileChangeCallback\":[16],\"validateNameCallback\":[16],\"validateJSONCallback\":[16],\"onJsonContentChange\":[16],\"fileName\":[32],\"radioGroupValue\":[32],\"isFormValid\":[32],\"jsonContent\":[32],\"validatableControls\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-mcp-server.cjs\",[[1,\"gx-ide-mcp-server\",{\"initialLoading\":[1028,\"initial-loading\"],\"status\":[1025],\"serverPort\":[1026,\"server-port\"],\"serverEndpoint\":[1025,\"server-endpoint\"],\"startCallback\":[16],\"stopCallback\":[16],\"copyCallback\":[16],\"closeCallback\":[16],\"actionInProgress\":[32],\"errorMessage\":[32],\"copying\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-new-object.cjs\",[[17,\"gx-ide-new-object\",{\"defaultTypeId\":[1,\"default-type-id\"],\"defaultParent\":[16],\"displayTitle\":[4,\"display-title\"],\"cancelCallback\":[16],\"createCallback\":[16],\"shadow\":[4],\"typeCategories\":[1040],\"parent\":[16],\"selectModuleCallback\":[16],\"validateNameCallback\":[16],\"suggestCallback\":[16],\"description\":[32],\"name\":[32],\"nameValidationErrorMessage\":[32],\"selectedCategory\":[32],\"selectedType\":[32],\"typeCategoriesActionListModel\":[32],\"typesActionListModel\":[32],\"selectedTypeMap\":[32],\"suspendShortcuts\":[64]},null,{\"typeCategories\":[\"typeCategoriesChanged\"]}]]],[\"gx-ide-open-api-import.cjs\",[[1,\"gx-ide-open-api-import\",{\"defaultParent\":[16],\"displayTitle\":[4,\"display-title\"],\"cancelCallback\":[16],\"importCallback\":[16],\"loadCallback\":[16],\"selectParentCallback\":[16],\"actionListItems\":[32],\"importingIsInProcess\":[32],\"operations\":[32],\"selectedFile\":[32],\"selectedOperationForDescription\":[32],\"selectedOperations\":[32],\"selectAllCheckboxValue\":[32],\"selectAllCheckboxIndeterminate\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-references.cjs\",[[1,\"gx-ide-references\",{\"loadReferencesCallback\":[16],\"openObjectCallback\":[16],\"openSelectorDialogCallback\":[16],\"selectReferenceCallback\":[16],\"selectorSourceCallback\":[16],\"selectedObject\":[1040],\"barHidden\":[32],\"objectsSuggestions\":[32],\"referencedByTreeData\":[32],\"referencesToTreeData\":[32]},null,{\"selectedObject\":[\"selectedObjectChanged\"]}]]],[\"gx-ide-select-user-team.cjs\",[[1,\"gx-ide-select-user-team\",{\"cancelCallback\":[16],\"continueCallback\":[16],\"teams\":[16],\"slideIsVisible\":[32],\"teamsModelReady\":[32]},null,{\"teams\":[\"teamsChanged\"]}]]],[\"gx-ide-server-selector.cjs\",[[1,\"gx-ide-server-selector\",{\"serversData\":[1040],\"recentlyUsedServersData\":[16],\"cancelCallback\":[16],\"selectServerCallback\":[16],\"deleteServerCallback\":[16],\"updateServerCallback\":[16],\"enableConfirmButton\":[32],\"serverUrlInputValue\":[32],\"serverNameInputValue\":[32],\"selectedServerUri\":[32],\"selectedServerName\":[32],\"userName\":[32],\"filterValue\":[32],\"filteredServersData\":[32],\"validatableControls\":[32],\"selectedConnectionType\":[32],\"selectedRecentlyUsedId\":[32]},null,{\"serversData\":[\"serversDataChanged\"]}]]],[\"gx-ide-sign-in-team.cjs\",[[1,\"gx-ide-sign-in-team\",{\"authStep\":[1,\"auth-step\"],\"continueCallback\":[16],\"signInCallback\":[16],\"termsConfirmationRequired\":[4,\"terms-confirmation-required\"],\"teams\":[16],\"termsCallback\":[16],\"privacyCallback\":[16],\"authStepInternal\":[32],\"slideIsVisible\":[32],\"termsAndConditionsAccepted\":[32]},null,{\"authStep\":[\"authStepChanged\"],\"teams\":[\"teamsChanged\"]}]]],[\"gx-ide-team-dev-preview.cjs\",[[1,\"gx-ide-team-dev-preview\",{\"teamDevPreviewData\":[16],\"loadRemoteChangesCallback\":[16],\"loadLocalChangesCallback\":[16],\"commitCallback\":[16],\"updateCallback\":[16],\"openFullDialogCallback\":[16],\"shareKBToServerCallback\":[16],\"createKBFromServerCallback\":[16],\"openTeamDevInfoCallback\":[16],\"reconnectCallback\":[16],\"loadingRemoteChanges\":[32],\"loadingLocalChanges\":[32],\"tabModel\":[32],\"selectedTabId\":[32],\"pendingCommitChangesCount\":[32],\"pendingRemoteChangesCount\":[32],\"remoteChangesTreeViewModel\":[32],\"localChangesTreeViewModel\":[32],\"remoteChangesCheckedNodesIds\":[32],\"localChangesCheckedNodesIds\":[32],\"commitMessage\":[32],\"committingChanges\":[32],\"updatingChanges\":[32],\"serverOperationsDisabled\":[32],\"reloadChanges\":[64],\"disableServerOperations\":[64]},null,{\"teamDevPreviewData\":[\"onTeamDevPreviewDataChanged\"]}]]],[\"gx-ide-wf-settings.cjs\",[[1,\"gx-ide-wf-settings\",{\"displayTitle\":[4,\"display-title\"],\"configurationType\":[1,\"configuration-type\"],\"defaultConfiguration\":[16],\"saveCallback\":[16],\"cancelCallback\":[16]}]]],[\"gx-ide-about.cjs\",[[1,\"gx-ide-about\",{\"appVersion\":[1,\"app-version\"],\"versions\":[16],\"detailsCallback\":[16],\"privacyPolicyCallback\":[16],\"termsAndConditionsCallback\":[16],\"copying\":[32]}]]],[\"gx-ide-bpm-sync-gam-roles.cjs\",[[1,\"gx-ide-bpm-sync-gam-roles\",{\"cancelCallback\":[16],\"saveCallback\":[16],\"suspendShortcuts\":[64]}]]],[\"gx-ide-comments-viewer.cjs\",[[1,\"gx-ide-comments-viewer\",{\"commentsData\":[16],\"closeCallback\":[16]}]]],[\"gx-ide-connect-gx-server.cjs\",[[1,\"gx-ide-connect-gx-server\",{\"authenticationTypes\":[16],\"cancelCallback\":[16],\"connectCallback\":[16],\"defaultConnectionData\":[16],\"enableCustomServer\":[4,\"enable-custom-server\"],\"authenticationTypesComboBoxModel\":[32],\"gxServerConnectionData\":[32],\"validatableControls\":[32]},null,{\"authenticationTypes\":[\"authenticationTypesChanged\"]}]]],[\"gx-ide-current-user-info.cjs\",[[1,\"gx-ide-current-user-info\",{\"userInfo\":[16],\"myAccountCallback\":[16],\"changeTeamCallback\":[16],\"changeLanguageCallback\":[16],\"changeModeCallback\":[16],\"menuAlign\":[16],\"signOutCallback\":[16],\"termsCallback\":[16],\"privacyCallback\":[16],\"showMenu\":[32]}]]],[\"gx-ide-details-acknowledgements.cjs\",[[1,\"gx-ide-details-acknowledgements\",{\"dateGenerated\":[16],\"release\":[1],\"packages\":[16],\"openPackageUrlCallback\":[16],\"expandedLicenseId\":[32]}]]],[\"gx-ide-edit-module-server.cjs\",[[1,\"gx-ide-edit-module-server\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"name\":[1],\"selectSourceCallback\":[16],\"source\":[1],\"type\":[1],\"types\":[16],\"selectedType\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-gam-installation-settings.cjs\",[[1,\"gx-ide-gam-installation-settings\",{\"cancelCallback\":[16],\"canSelectPanels\":[4,\"can-select-panels\"],\"configurationType\":[1,\"configuration-type\"],\"defaultConfiguration\":[16],\"repairCallback\":[16],\"saveCallback\":[16]}]]],[\"gx-ide-multi-select.cjs\",[[1,\"gx-ide-multi-select\",{\"model\":[16],\"value\":[16],\"placeholder\":[1],\"disabled\":[4],\"showPopover\":[32]}]]],[\"gx-ide-name-picker.cjs\",[[1,\"gx-ide-name-picker\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"defaultInputValue\":[1,\"default-input-value\"],\"inputValue\":[32],\"validatableControls\":[32]},null,{\"defaultInputValue\":[\"defaultInputValueChanged\"]}]]],[\"gx-ide-new-environment.cjs\",[[1,\"gx-ide-new-environment\",{\"cancelCallback\":[16],\"createCallback\":[16],\"dataStores\":[1040],\"environmentName\":[1025,\"environment-name\"],\"getDataSourcesCallback\":[16],\"getEnvironmentNameCallback\":[16],\"getFrontEndsCallback\":[16],\"isAdvanced\":[4,\"is-advanced\"],\"languages\":[1040],\"getLanguagesCallback\":[16],\"runtimes\":[16],\"setAsTarget\":[4,\"set-as-target\"],\"advancedTabIsVisible\":[32],\"frontEnds\":[32],\"validatableControls\":[32],\"dataStoresComboBoxModel\":[32],\"languageComboBoxModel\":[32],\"runtimesRadioGroupModel\":[32],\"suspendShortcuts\":[64]},null,{\"dataStores\":[\"dataStoresChanged\"],\"languages\":[\"languagesChanged\"],\"runtimes\":[\"runtimesChanged\"]}]]],[\"gx-ide-new-kb.cjs\",[[1,\"gx-ide-new-kb\",{\"authenticationTypes\":[16],\"cancelCallback\":[16],\"canSetLocation\":[4,\"can-set-location\"],\"collations\":[16],\"createCallback\":[16],\"createDataFilesInKBFolder\":[4,\"create-data-files-in-k-b-folder\"],\"databaseName\":[1,\"database-name\"],\"defaultDataSources\":[1040],\"getDataSourcesCallback\":[16],\"getFrontEndsCallback\":[16],\"getPrototypingEnvironmentsCallback\":[16],\"isAdvanced\":[4,\"is-advanced\"],\"kbLocation\":[1025,\"kb-location\"],\"kbName\":[1,\"kb-name\"],\"password\":[1],\"defaultPrototypingEnvironments\":[1040],\"prototypingTargets\":[16],\"savePassword\":[4,\"save-password\"],\"selectLocationCallback\":[16],\"serverNames\":[16],\"userInterfaceLanguages\":[16],\"userName\":[1,\"user-name\"],\"advancedTabIsVisible\":[32],\"locationMode\":[32],\"frontEnds\":[32],\"validatableControls\":[32],\"createDataInKbDisabled\":[32],\"userNameVisible\":[32],\"passwordVisible\":[32],\"savePasswordVisible\":[32],\"authenticationTypesComboBoxModel\":[32],\"authenticationTypesInitialValue\":[32],\"collationsComboBoxModel\":[32],\"collationsInitialValue\":[32],\"defaultDataSourcesComboBoxModel\":[32],\"prototypingTargetsComboBoxModel\":[32],\"prototypingTargetsInitialValue\":[32],\"prototypingEnvironmentsComboBoxModel\":[32],\"prototypingEnvironmentsInitialValue\":[32],\"serverNamesComboBoxModel\":[32],\"serverNamesInitialValue\":[32],\"userInterfaceLanguagesComboBoxModel\":[32],\"userInterfaceLanguagesInitialValue\":[32],\"suspendShortcuts\":[64]},null,{\"authenticationTypes\":[\"watchAuthenticationTypes\"],\"collations\":[\"watchCollations\"],\"defaultDataSources\":[\"watchDefaultDataSources\"],\"defaultPrototypingEnvironments\":[\"watchDefaultPrototypingEnvironments\"],\"prototypingTargets\":[\"watchPrototypingTargets\"],\"serverNames\":[\"watchServerNames\"],\"userInterfaceLanguages\":[\"watchUserInterfaceLanguages\"]}]]],[\"gx-ide-new-version.cjs\",[[1,\"gx-ide-new-version\",{\"isRemoteOperation\":[4,\"is-remote-operation\"],\"isFreezeOperation\":[4,\"is-freeze-operation\"],\"showLinkedLocalVersionCheckbox\":[4,\"show-linked-local-version-checkbox\"],\"cancelCallback\":[16],\"createCallback\":[16],\"defaultInputValues\":[16],\"versionName\":[32],\"versionDescription\":[32],\"versionDescriptionEdited\":[32],\"setNewVersionAsActive\":[32],\"createLinkedLocalVersion\":[32],\"createAsProtectedVersion\":[32],\"validatableControls\":[32]},null,{\"defaultInputValues\":[\"defaultInputValuesChanged\"]}]]],[\"gx-ide-plugin-details.cjs\",[[1,\"gx-ide-plugin-details\",{\"data\":[16],\"installCallback\":[16],\"openLinkCallback\":[16],\"uninstallCallback\":[16],\"docsTabModel\":[32],\"selectedTabId\":[32]}]]],[\"gx-ide-restore-version.cjs\",[[1,\"gx-ide-restore-version\",{\"selectSourceVersionCallback\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"toVersionInfo\":[16],\"versions\":[16],\"syncEnvironments\":[32],\"selectedSourceVersionName\":[32],\"selectedSourceVersion\":[32],\"versionsComboBoxModel\":[32],\"suspendShortcuts\":[64]},null,{\"versions\":[\"versionsChanged\"]}]]],[\"gx-ide-share-kb.cjs\",[[1,\"gx-ide-share-kb\",{\"connectionData\":[16],\"cancelCallback\":[16],\"changeConnectionCallback\":[16],\"kbName\":[1025,\"kb-name\"],\"shareKBCallback\":[16],\"selectKBVersionsCallback\":[16],\"enableSelectVersionsButton\":[32],\"validatableControls\":[32],\"versionSelectedType\":[32],\"versionsValueInput\":[32],\"suspendShortcuts\":[64]}]]],[\"gx-ide-sign-in.cjs\",[[1,\"gx-ide-sign-in\",{\"termsCallback\":[16],\"signInCallback\":[16]}]]],[\"gx-ide-sign-in-result.cjs\",[[1,\"gx-ide-sign-in-result\"]]],[\"gx-ide-splash.cjs\",[[1,\"gx-ide-splash\",{\"appVersion\":[1,\"app-version\"],\"downloadDockerCallback\":[16],\"quitCallback\":[16],\"messages\":[16],\"openLogCallback\":[16],\"showQuitButton\":[4,\"show-quit-button\"],\"showOpenLogLink\":[4,\"show-open-log-link\"],\"showDockerMissingError\":[4,\"show-docker-missing-error\"],\"ariaBusy\":[32]}]]],[\"gx-ide-starting-template.cjs\",[[1,\"gx-ide-starting-template\",{\"firstName\":[1,\"first-name\"],\"cancelCallback\":[16],\"saveCallback\":[16],\"myStateVariable\":[32],\"suspendShortcuts\":[64]},null,{\"firstName\":[\"firstNameChanged\"]}]]],[\"gx-ide-team-dev-bring-all-changes-selector.cjs\",[[1,\"gx-ide-team-dev-bring-all-changes-selector\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"sinceCommitDate\":[32],\"sinceCommitNumber\":[32],\"selectedOption\":[32],\"radioGroupModel\":[32],\"validatableControls\":[32]}]]],[\"gx-ide-team-dev-select-recent-comment.cjs\",[[1,\"gx-ide-team-dev-select-recent-comment\",{\"comments\":[16],\"confirmCallback\":[16],\"cancelCallback\":[16],\"commentsActionList\":[32]}]]],[\"gx-ide-team-dev-update-partial-selection.cjs\",[[1,\"gx-ide-team-dev-update-partial-selection\",{\"addCallback\":[16],\"cancelCallback\":[16],\"confirmCallback\":[16],\"selection\":[1040],\"selectedObjectsIds\":[32],\"validate\":[64]}]]],[\"gx-ide-team-dev-update-to-revision.cjs\",[[1,\"gx-ide-team-dev-update-to-revision\",{\"cancelCallback\":[16],\"confirmCallback\":[16],\"currentRevision\":[1,\"current-revision\"],\"isValid\":[32],\"validate\":[64],\"suspendShortcuts\":[64]}]]],[\"gx-ide-test.cjs\",[[1,\"gx-ide-test\",{\"name\":[1],\"filterOn\":[32]}]]],[\"gx-ide-welcome-page.cjs\",[[1,\"gx-ide-welcome-page\",{\"transitionType\":[1,\"transition-type\"],\"wordsPerMinute\":[2,\"words-per-minute\"],\"closeCallback\":[16],\"slides\":[16],\"activeSlideIndex\":[32],\"displaySlider\":[32],\"copyrightsVisible\":[32],\"lastSlideReached\":[32],\"sliderVisible\":[32],\"slideTransitioning\":[32],\"userHasChangedSlide\":[32]}]]],[\"gx-ide-container.cjs\",[[1,\"gx-ide-container\",{\"inactiveTitle\":[4,\"inactive-title\"],\"displayBorder\":[4,\"display-border\"],\"displayBorderTop\":[4,\"display-border-top\"],\"displayBorderEnd\":[4,\"display-border-end\"],\"displayBorderBottom\":[4,\"display-border-bottom\"],\"displayBorderStart\":[4,\"display-border-start\"],\"sectionsPadding\":[1,\"sections-padding\"],\"noHeadingBorder\":[4,\"no-heading-border\"],\"noHeadingGap\":[4,\"no-heading-gap\"],\"noHeadingPadding\":[4,\"no-heading-padding\"],\"noHeadingPaddingBlockEnd\":[4,\"no-heading-padding-block-end\"],\"headingPaddingTop\":[4,\"heading-padding-top\"],\"headingJustify\":[1,\"heading-justify\"],\"titleHeightAsInput\":[4,\"title-height-as-input\"],\"flexRow\":[4,\"flex-row\"],\"flexContent\":[4,\"flex-content\"],\"noContentBorderTop\":[4,\"no-content-border-top\"],\"noContentPadding\":[4,\"no-content-padding\"],\"noContentGap\":[4,\"no-content-gap\"],\"alignItems\":[1,\"align-items\"],\"justifyContent\":[1,\"justify-content\"],\"contentBorderEnd\":[4,\"content-border-end\"],\"slimmerAboveFooter\":[4,\"slimmer-above-footer\"],\"noAboveFooterPadding\":[4,\"no-above-footer-padding\"],\"noBorderAboveFooter\":[4,\"no-border-above-footer\"],\"slimmerFooter\":[4,\"slimmer-footer\"],\"noFooterPadding\":[4,\"no-footer-padding\"],\"footerJustify\":[1,\"footer-justify\"],\"noBorderFooter\":[4,\"no-border-footer\"],\"hasHeaderSlot\":[32],\"hasSlottedContent\":[32],\"hasFooterSlot\":[32],\"hasAboveFooterSlot\":[32],\"hasOnlyHeading\":[32],\"hasOnlyContent\":[32],\"hasOnlyFooter\":[32]}]]],[\"gx-ide-list-selector_2.cjs\",[[1,\"gx-ide-list-selector\",{\"ordered\":[4],\"readonly\":[4],\"type\":[1],\"required\":[4],\"ellipsis\":[4],\"value\":[1025],\"listName\":[1,\"list-name\"],\"noItemsBorder\":[4,\"no-items-border\"],\"noListBorder\":[516,\"no-list-border\"]},[[2,\"itemSelectionChanged\",\"itemSelectionChangedHandler\"]]],[4,\"gx-ide-list-selector-item\",{\"itemId\":[513,\"item-id\"],\"itemValue\":[1,\"item-value\"],\"itemChecked\":[1028,\"item-checked\"],\"readonly\":[1540],\"ellipsis\":[1540],\"icon\":[1],\"noBorder\":[1540,\"no-border\"],\"universalSlotEnd\":[516,\"universal-slot-end\"]}]]],[\"gx-ide-bpm-objects-selector.cjs\",[[1,\"gx-ide-bpm-objects-selector\",{\"displayTitle\":[4,\"display-title\"],\"selection\":[1040],\"addCallback\":[16],\"referencesCallback\":[16],\"objects\":[32],\"selectedObjects\":[32]}]]],[\"gx-ide-select-kb-items.cjs\",[[1,\"gx-ide-select-kb-items\",{\"activeItemCallback\":[16],\"cancelCallback\":[16],\"checkboxType\":[1,\"checkbox-type\"],\"expandOnClick\":[4,\"expand-on-click\"],\"checkedChanged\":[16],\"confirmCallback\":[16],\"dialogActions\":[16],\"itemContextMenuCallback\":[16],\"loadItemsCallback\":[16],\"showToggleCheckboxes\":[4,\"show-toggle-checkboxes\"],\"multiSelection\":[4,\"multi-selection\"],\"singleChecks\":[4,\"single-checks\"],\"showActiveItemLink\":[4,\"show-active-item-link\"],\"useLoader\":[4,\"use-loader\"],\"selectionChanged\":[16],\"activeItemNode\":[32],\"checkedNodesIds\":[32],\"renderFooter\":[32],\"nodeListFlattenedTreeModel\":[32],\"loading\":[32],\"nodesVersionsViewType\":[32],\"nodeVersionsListTreeModel\":[32],\"searchPatternValue\":[32],\"toggleCheckboxes\":[32],\"itemsList\":[32],\"reloadItems\":[64],\"suspendShortcuts\":[64],\"updateSelection\":[64],\"updateCheckedItems\":[64]}]]],[\"gx-ide-breadcrumb-item.cjs\",[[1,\"gx-ide-breadcrumb-item\",{\"model\":[16],\"caption\":[1],\"accessibleName\":[1,\"accessible-name\"],\"disabled\":[4],\"link\":[16],\"selected\":[4],\"selectedLinkIndicator\":[4,\"selected-link-indicator\"],\"startImgSrc\":[1,\"start-img-src\"],\"startImgType\":[1,\"start-img-type\"],\"getImagePathCallback\":[16],\"itemId\":[1,\"item-id\"]}]]],[\"gx-ide-file-item.cjs\",[[1,\"gx-ide-file-item\",{\"file\":[16],\"editable\":[4],\"componentLocale\":[8,\"component-locale\"],\"fileDeletedCallback\":[16],\"fileDeletionErrorCallback\":[16],\"isEditing\":[32],\"currentName\":[32]},null,{\"file\":[\"handleFileChange\"]}]]],[\"gx-ide-progress-bar.cjs\",[[1,\"gx-ide-progress-bar\",{\"caption\":[1],\"minimal\":[516],\"active\":[1028],\"stateType\":[1025,\"state-type\"],\"progress\":[1026],\"closeType\":[1,\"close-type\"],\"closedCallback\":[16],\"topStateBarVisible\":[32],\"disableTransition\":[32],\"visible\":[32],\"reset\":[64]},null,{\"active\":[\"watchActiveHandler\"],\"progress\":[\"watchProgressHandler\"]}]]],[\"gx-ide-status-buttons.cjs\",[[1,\"gx-ide-status-buttons\",{\"active\":[4],\"errors\":[2],\"hideError\":[4,\"hide-error\"],\"warnings\":[2],\"hideWarning\":[4,\"hide-warning\"],\"successes\":[2],\"hideSuccess\":[4,\"hide-success\"],\"messages\":[2],\"hideMessage\":[4,\"hide-message\"],\"minimal\":[4],\"compact\":[516],\"noInnerBorders\":[516,\"no-inner-borders\"],\"iconsSize\":[32]}]]],[\"gx-ide-chat-container_2.cjs\",[[4,\"gx-ide-chat-container\",{\"chatTitle\":[1,\"chat-title\"],\"copyConversationCallback\":[16],\"deleteConversationCallback\":[16],\"displayWelcomeScreen\":[4,\"display-welcome-screen\"],\"displayConversationCopiedMessage\":[32],\"menuIsExpanded\":[32],\"showCopyConversationMessage\":[64]}],[1,\"gx-ide-chat-welcome\",{\"welcomeTitle\":[1025,\"welcome-title\"],\"welcomeGreeting\":[1025,\"welcome-greeting\"],\"suggestedPrompts\":[1040],\"suggestedPrompRequestedCallback\":[16],\"showHeader\":[32],\"showSuggestedPrompts\":[32],\"hideWelcome\":[32],\"exitWelcome\":[64]}]]],[\"gx-ide-launchpad-api.cjs\",[[0,\"gx-ide-launchpad-api\",{\"data\":[16],\"onObjectSelected\":[16]},null,{\"data\":[\"onDataChanged\"]}]]],[\"gx-ide-launchpad-apis_3.cjs\",[[1,\"gx-ide-launchpad-apis\",{\"apis\":[16],\"onObjectSelected\":[16]}],[1,\"gx-ide-launchpad-native-apps\",{\"objects\":[16],\"onObjectSelected\":[16],\"filterValue\":[32],\"order\":[32],\"page\":[32],\"perPage\":[32],\"showCopiedMessage\":[32],\"showQRDialog\":[32],\"selectedObjectForQR\":[32]}],[1,\"gx-ide-launchpad-web-apps\",{\"objects\":[16],\"onObjectSelected\":[16],\"filterValue\":[32],\"recentObjectsExpanded\":[32],\"order\":[32]},[[0,\"expandedChange\",\"handleAccordionExpandedChange\"]]]]],[\"gx-ide-entity-selector.cjs\",[[1,\"gx-ide-entity-selector\",{\"defaultValue\":[16],\"disabled\":[516],\"labelCaption\":[1,\"label-caption\"],\"labelPosition\":[513,\"label-position\"],\"name\":[513],\"selectEntityCallback\":[16],\"value\":[1040],\"buttonHasFocus\":[32],\"iconSrc\":[32]},null,{\"value\":[\"valueChangedHandler\"]}]]],[\"gx-ide-loader.cjs\",[[1,\"gx-ide-loader\",{\"abortTime\":[2,\"abort-time\"],\"cancelCallback\":[16],\"cancelLabel\":[1,\"cancel-label\"],\"description\":[1],\"loaderTitle\":[1,\"loader-title\"],\"show\":[1028],\"showWrapper\":[32]}]]],[\"gx-ide-empty-state.cjs\",[[1,\"gx-ide-empty-state\",{\"isAnimated\":[4,\"is-animated\"],\"stateDescription\":[1,\"state-description\"],\"stateIconSrc\":[1,\"state-icon-src\"],\"stateTitle\":[1,\"state-title\"]}]]]]"), options);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -29,6 +29,7 @@
29
29
  "components/kb-manager-import/kb-manager-import.js",
30
30
  "components/_helpers/ide-loader/ide-loader.js",
31
31
  "components/modules/manage-module-references/manage-module-references.js",
32
+ "components/mcp-server/mcp-server.js",
32
33
  "components/navigation-report/navigation-report.js",
33
34
  "components/new-environment/new-environment.js",
34
35
  "components/new-kb/new-kb.js",
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/common/types.ts"],"names":[],"mappings":"","sourcesContent":["export type GxgFormItemsArray =\n | (\n | HTMLGxgComboBoxItemElement\n | HTMLGxgFormCheckboxElement\n | HTMLGxgFormRadioElement\n )[]\n | null;\n\nexport type ObjectBaseData = {\n id: string;\n name: string;\n};\n\nexport type GxOption = {\n id: string;\n label?: string;\n name?: string;\n value?: string;\n type?: string;\n disabled?: boolean;\n checked?: boolean;\n selected?: boolean;\n icon?: string; // same as iconName\n iconName?: string;\n iconColor?: string;\n};\n\nexport type ImportCategoryData = {\n id: string;\n name: string;\n icon: string;\n items: ImportItemData[];\n};\n\nexport type ImportItemData = {\n id: string;\n name: string;\n};\n\nexport type ImportItemResultData = {\n id: string;\n name: string;\n status: \"warning\" | \"error\" | \"success\";\n messages?: string[];\n};\n\nexport type Position = \"above\" | \"end\" | \"below\" | \"start\";\n\nexport type LabelPosition = \"inline-start\" | \"block-start\" | \"none\";\n\nexport type FormElementValidation = {\n key: string;\n message: string;\n hasError: boolean;\n};\n\nexport type FormSubmitResult = {\n success: boolean;\n fieldErrors: FormElementValidation[];\n};\n\n/* this replaces FormSubmitResult */\nexport type ConnectionResultData = {\n success: boolean;\n fieldErrors: FormElementValidation[];\n};\n\nexport type ObjectType = {\n id: string;\n name: string;\n icon?: string;\n};\n\n/* Used for providing the selected items id's on 'contextmenu' event on a component that provides items such as a tree, or a grid. */\nexport type ContextMenuInfo = {\n selection: string[];\n clientX: number;\n clientY: number;\n};\n\nexport type ItemsCheckedState = {\n itemsChecked: string[];\n itemsUnchecked: string[];\n};\nexport type ItemsCheckedResult = {\n itemsToCheck: string[];\n itemsToUncheck: string[];\n};\n\nexport type ResultState = \"info\" | \"success\" | \"warning\" | \"error\";\n\nexport type EntityData = {\n id: string; // Internal ID of the entity\n name: string; // Name that will be displayed in the interface\n iconSrc?: string;\n};\n\nexport type GxServerAuthenticationType = \"genexus\" | \"local\";\n\n/**\n * Useful to filtering the keys of an object by pattern matching the keys. For\n * example, all GeneXus IDE UI controls:\n *\n * @example\n * ```ts\n * type GeneXusIdeUIControlsTagName = FilterKeys<\n * HTMLElementTagNameMap,\n * `gx-ide-${string}`\n * >\n * ```\n */\nexport type FilterKeys<T, U> = {\n [K in keyof T]: K extends U ? K : never;\n}[keyof T];\n\n// Filter custom elements that start with \"gx-ide-\"\nexport type GeneXusIdeUIControlsTagName = FilterKeys<\n HTMLElementTagNameMap,\n `gx-ide-${string}`\n>;\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/common/types.ts"],"names":[],"mappings":"","sourcesContent":["export type GxgFormItemsArray =\n | (\n | HTMLGxgComboBoxItemElement\n | HTMLGxgFormCheckboxElement\n | HTMLGxgFormRadioElement\n )[]\n | null;\n\nexport type ObjectBaseData = {\n id: string;\n name: string;\n};\n\nexport type GxOption = {\n id: string;\n label?: string;\n name?: string;\n value?: string;\n type?: string;\n disabled?: boolean;\n checked?: boolean;\n selected?: boolean;\n icon?: string; // same as iconName\n iconName?: string;\n iconColor?: string;\n};\n\nexport type ImportCategoryData = {\n id: string;\n name: string;\n icon: string;\n items: ImportItemData[];\n};\n\nexport type ImportItemData = {\n id: string;\n name: string;\n icon?: string;\n};\n\nexport type ImportItemResultData = {\n id: string;\n name: string;\n status: \"warning\" | \"error\" | \"success\";\n messages?: string[];\n};\n\nexport type Position = \"above\" | \"end\" | \"below\" | \"start\";\n\nexport type LabelPosition = \"inline-start\" | \"block-start\" | \"none\";\n\nexport type FormElementValidation = {\n key: string;\n message: string;\n hasError: boolean;\n};\n\nexport type FormSubmitResult = {\n success: boolean;\n fieldErrors: FormElementValidation[];\n};\n\n/* this replaces FormSubmitResult */\nexport type ConnectionResultData = {\n success: boolean;\n fieldErrors: FormElementValidation[];\n};\n\nexport type ObjectType = {\n id: string;\n name: string;\n icon?: string;\n};\n\n/* Used for providing the selected items id's on 'contextmenu' event on a component that provides items such as a tree, or a grid. */\nexport type ContextMenuInfo = {\n selection: string[];\n clientX: number;\n clientY: number;\n};\n\nexport type ItemsCheckedState = {\n itemsChecked: string[];\n itemsUnchecked: string[];\n};\nexport type ItemsCheckedResult = {\n itemsToCheck: string[];\n itemsToUncheck: string[];\n};\n\nexport type ResultState = \"info\" | \"success\" | \"warning\" | \"error\";\n\nexport type EntityData = {\n id: string; // Internal ID of the entity\n name: string; // Name that will be displayed in the interface\n iconSrc?: string;\n};\n\nexport type GxServerAuthenticationType = \"genexus\" | \"local\";\n\n/**\n * Useful to filtering the keys of an object by pattern matching the keys. For\n * example, all GeneXus IDE UI controls:\n *\n * @example\n * ```ts\n * type GeneXusIdeUIControlsTagName = FilterKeys<\n * HTMLElementTagNameMap,\n * `gx-ide-${string}`\n * >\n * ```\n */\nexport type FilterKeys<T, U> = {\n [K in keyof T]: K extends U ? K : never;\n}[keyof T];\n\n// Filter custom elements that start with \"gx-ide-\"\nexport type GeneXusIdeUIControlsTagName = FilterKeys<\n HTMLElementTagNameMap,\n `gx-ide-${string}`\n>;\n"]}
@@ -9,12 +9,13 @@ export const STATUS_REGEXP_KEY = "status";
9
9
  export const convertImportCategoryItemToTreeItem = (importCatIcon, importItems) => {
10
10
  const importTreeItems = [];
11
11
  importItems.forEach(importItem => {
12
+ var _a;
12
13
  importTreeItems.push({
13
14
  id: importItem.id,
14
15
  caption: importItem.name,
15
16
  expanded: true,
16
17
  leaf: true,
17
- startImgSrc: importCatIcon,
18
+ startImgSrc: (_a = importItem.icon) !== null && _a !== void 0 ? _a : importCatIcon,
18
19
  metadata: KB_OBJECT
19
20
  });
20
21
  });
@@ -34,8 +35,9 @@ export const convertImportCategoryDataToTreeView = (importCategoryData) => {
34
35
  leaf: false,
35
36
  startImgSrc: importCategory.icon,
36
37
  metadata: KB_CATEGORY,
37
- items: importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER ?
38
- convertImportCategoryItemToTreeItem(importCategory.icon, importCategory.items) : []
38
+ items: importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER
39
+ ? convertImportCategoryItemToTreeItem(importCategory.icon, importCategory.items)
40
+ : []
39
41
  };
40
42
  treeData.push(importCategoryTreeItem);
41
43
  });
@@ -102,7 +104,8 @@ export const addImportItemResultDataItem = (importItemResultData, categoryItemMa
102
104
  ];
103
105
  // update category caption length
104
106
  const newItemsLength = updatedImportTreeModel[categoryIndex].items.length;
105
- updatedImportTreeModel[categoryIndex].caption = `${categoryData.name} (${newItemsLength})`;
107
+ updatedImportTreeModel[categoryIndex].caption =
108
+ `${categoryData.name} (${newItemsLength})`;
106
109
  return updatedImportTreeModel;
107
110
  };
108
111
  //# sourceMappingURL=helpers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../src/components/kb-manager-import/helpers.ts"],"names":[],"mappings":"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","sourcesContent":["/* Tree View */\nimport {\n TreeViewItemModel,\n TreeViewModel\n} from \"@genexus/chameleon-controls-library\";\n\n/* Kb Manager Import Types*/\nimport {\n ImportItemData,\n CategoryItemMap,\n CategoryItemMapValue,\n ObjectCategoryItemMap,\n Status\n} from \"./kb-manager-import\";\nimport { ImportCategoryData, ImportItemResultData } from \"../../common/types\";\n\nconst MAX_CATEGORY_ITEMS_FIRST_RENDER = 30;\n\n/* objects in file metadata*/\nexport const KB_OBJECT = \"object\";\nexport const KB_CATEGORY = \"category\";\n\nexport const STATUS_REGEXP_KEY = \"status\";\n\n// - - - - - - - - - - - - - - - - -\n// Objects In File Tree Model\n// - - - - - - - - - - - - - - - - -\n\nexport const convertImportCategoryItemToTreeItem = (\n importCatIcon: string,\n importItems: ImportItemData[]\n) => {\n const importTreeItems: TreeViewItemModel[] = [];\n importItems.forEach(importItem => {\n importTreeItems.push({\n id: importItem.id,\n caption: importItem.name,\n expanded: true,\n leaf: true,\n startImgSrc: importCatIcon,\n metadata: KB_OBJECT\n });\n });\n return importTreeItems;\n};\n\nexport const convertImportCategoryDataToTreeView = (\n importCategoryData: ImportCategoryData[]\n): TreeViewModel => {\n const treeData: TreeViewModel = [];\n if (!importCategoryData) {\n return treeData;\n }\n importCategoryData.forEach(importCategory => {\n const importCategoryTreeItem: TreeViewItemModel = {\n id: importCategory.id,\n caption: `${importCategory.name} (${importCategory.items.length})`,\n expanded: importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER,\n lazy: importCategory.items.length > MAX_CATEGORY_ITEMS_FIRST_RENDER,\n leaf: false,\n startImgSrc: importCategory.icon,\n metadata: KB_CATEGORY,\n items: importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER ? \n convertImportCategoryItemToTreeItem(\n importCategory.icon,\n importCategory.items\n ) : []\n };\n treeData.push(importCategoryTreeItem);\n });\n return treeData;\n};\n\n// - - - - - - - - - - - - - - - - -\n// Import Status Tree Model\n// - - - - - - - - - - - - - - - - -\n\nconst createImportResultDataMessages = (\n importItemId: string,\n messagesArray: string[],\n status: Status\n): TreeViewItemModel[] => {\n const messages: TreeViewItemModel[] = [];\n messagesArray.forEach((message, i) => {\n messages.push({\n id: `${importItemId}-message-${i}`,\n caption: message,\n startImgSrc: \"gemini-tools/list-view/on-surface\",\n leaf: true,\n metadata: JSON.stringify({\n [STATUS_REGEXP_KEY]: status\n })\n });\n });\n return messages;\n};\n\nconst createImportResultItem = (\n categoryData: CategoryItemMapValue,\n importItemResultData: ImportItemResultData\n): TreeViewItemModel => {\n const resultItemId = `${importItemResultData.id}-${importItemResultData.name}`;\n const importResultItem: TreeViewItemModel = {\n id: resultItemId,\n startImgSrc: categoryData.icon,\n caption: importItemResultData.name,\n parts: `tree-view-item tree-view-item--status tree-view-item--${importItemResultData.status}`,\n expanded: true,\n leaf: importItemResultData.messages.length === 0,\n metadata: JSON.stringify({\n [STATUS_REGEXP_KEY]: importItemResultData.status\n }),\n items: createImportResultDataMessages(\n resultItemId,\n importItemResultData.messages,\n importItemResultData.status\n )\n };\n return importResultItem;\n};\n\n// This functions updates the \"Import Status\" model, by adding a new result item.\nexport const addImportItemResultDataItem = (\n importItemResultData: ImportItemResultData,\n categoryItemMap: CategoryItemMap,\n objectCategoryItemMap: ObjectCategoryItemMap,\n importTreeActualState: TreeViewItemModel[]\n) => {\n const updatedImportTreeModel: TreeViewModel = [...importTreeActualState];\n\n // Use the resultItem.id to find the corresponding category in the categoryMap\n const objectCategoryId = objectCategoryItemMap.get(importItemResultData.id);\n const categoryData = categoryItemMap.get(objectCategoryId);\n\n const categoryIndex: number = updatedImportTreeModel.findIndex(\n treeItem => treeItem.id === objectCategoryId\n );\n\n if (categoryIndex === -1) {\n // category does not exists yet.\n const category: TreeViewItemModel = {\n id: objectCategoryId,\n caption: `${categoryData.name} (1)`,\n startImgSrc: `${categoryData.icon}`,\n expanded: true,\n items: [createImportResultItem(categoryData, importItemResultData)]\n };\n\n updatedImportTreeModel.push(category);\n return updatedImportTreeModel;\n }\n\n // else category already exists. Just insert the result item in the category.\n const resultItem: TreeViewItemModel = createImportResultItem(\n categoryData,\n importItemResultData\n );\n updatedImportTreeModel[categoryIndex].items = [\n ...updatedImportTreeModel[categoryIndex].items,\n resultItem\n ];\n\n // update category caption length\n const newItemsLength = updatedImportTreeModel[categoryIndex].items.length;\n updatedImportTreeModel[\n categoryIndex\n ].caption = `${categoryData.name} (${newItemsLength})`;\n\n return updatedImportTreeModel;\n};\n"]}
1
+ {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../src/components/kb-manager-import/helpers.ts"],"names":[],"mappings":"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","sourcesContent":["/* Tree View */\nimport {\n TreeViewItemModel,\n TreeViewModel\n} from \"@genexus/chameleon-controls-library\";\n\n/* Kb Manager Import Types*/\nimport {\n CategoryItemMap,\n CategoryItemMapValue,\n ObjectCategoryItemMap,\n Status\n} from \"./kb-manager-import\";\nimport {\n ImportCategoryData,\n ImportItemResultData,\n ImportItemData\n} from \"../../common/types\";\n\nconst MAX_CATEGORY_ITEMS_FIRST_RENDER = 30;\n\n/* objects in file metadata*/\nexport const KB_OBJECT = \"object\";\nexport const KB_CATEGORY = \"category\";\n\nexport const STATUS_REGEXP_KEY = \"status\";\n\n// - - - - - - - - - - - - - - - - -\n// Objects In File Tree Model\n// - - - - - - - - - - - - - - - - -\n\nexport const convertImportCategoryItemToTreeItem = (\n importCatIcon: string,\n importItems: ImportItemData[]\n) => {\n const importTreeItems: TreeViewItemModel[] = [];\n importItems.forEach(importItem => {\n importTreeItems.push({\n id: importItem.id,\n caption: importItem.name,\n expanded: true,\n leaf: true,\n startImgSrc: importItem.icon ?? importCatIcon,\n metadata: KB_OBJECT\n });\n });\n return importTreeItems;\n};\n\nexport const convertImportCategoryDataToTreeView = (\n importCategoryData: ImportCategoryData[]\n): TreeViewModel => {\n const treeData: TreeViewModel = [];\n if (!importCategoryData) {\n return treeData;\n }\n importCategoryData.forEach(importCategory => {\n const importCategoryTreeItem: TreeViewItemModel = {\n id: importCategory.id,\n caption: `${importCategory.name} (${importCategory.items.length})`,\n expanded: importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER,\n lazy: importCategory.items.length > MAX_CATEGORY_ITEMS_FIRST_RENDER,\n leaf: false,\n startImgSrc: importCategory.icon,\n metadata: KB_CATEGORY,\n items:\n importCategory.items.length <= MAX_CATEGORY_ITEMS_FIRST_RENDER\n ? convertImportCategoryItemToTreeItem(\n importCategory.icon,\n importCategory.items\n )\n : []\n };\n treeData.push(importCategoryTreeItem);\n });\n return treeData;\n};\n\n// - - - - - - - - - - - - - - - - -\n// Import Status Tree Model\n// - - - - - - - - - - - - - - - - -\n\nconst createImportResultDataMessages = (\n importItemId: string,\n messagesArray: string[],\n status: Status\n): TreeViewItemModel[] => {\n const messages: TreeViewItemModel[] = [];\n messagesArray.forEach((message, i) => {\n messages.push({\n id: `${importItemId}-message-${i}`,\n caption: message,\n startImgSrc: \"gemini-tools/list-view/on-surface\",\n leaf: true,\n metadata: JSON.stringify({\n [STATUS_REGEXP_KEY]: status\n })\n });\n });\n return messages;\n};\n\nconst createImportResultItem = (\n categoryData: CategoryItemMapValue,\n importItemResultData: ImportItemResultData\n): TreeViewItemModel => {\n const resultItemId = `${importItemResultData.id}-${importItemResultData.name}`;\n const importResultItem: TreeViewItemModel = {\n id: resultItemId,\n startImgSrc: categoryData.icon,\n caption: importItemResultData.name,\n parts: `tree-view-item tree-view-item--status tree-view-item--${importItemResultData.status}`,\n expanded: true,\n leaf: importItemResultData.messages.length === 0,\n metadata: JSON.stringify({\n [STATUS_REGEXP_KEY]: importItemResultData.status\n }),\n items: createImportResultDataMessages(\n resultItemId,\n importItemResultData.messages,\n importItemResultData.status\n )\n };\n return importResultItem;\n};\n\n// This functions updates the \"Import Status\" model, by adding a new result item.\nexport const addImportItemResultDataItem = (\n importItemResultData: ImportItemResultData,\n categoryItemMap: CategoryItemMap,\n objectCategoryItemMap: ObjectCategoryItemMap,\n importTreeActualState: TreeViewItemModel[]\n) => {\n const updatedImportTreeModel: TreeViewModel = [...importTreeActualState];\n\n // Use the resultItem.id to find the corresponding category in the categoryMap\n const objectCategoryId = objectCategoryItemMap.get(importItemResultData.id);\n const categoryData = categoryItemMap.get(objectCategoryId);\n\n const categoryIndex: number = updatedImportTreeModel.findIndex(\n treeItem => treeItem.id === objectCategoryId\n );\n\n if (categoryIndex === -1) {\n // category does not exists yet.\n const category: TreeViewItemModel = {\n id: objectCategoryId,\n caption: `${categoryData.name} (1)`,\n startImgSrc: `${categoryData.icon}`,\n expanded: true,\n items: [createImportResultItem(categoryData, importItemResultData)]\n };\n\n updatedImportTreeModel.push(category);\n return updatedImportTreeModel;\n }\n\n // else category already exists. Just insert the result item in the category.\n const resultItem: TreeViewItemModel = createImportResultItem(\n categoryData,\n importItemResultData\n );\n updatedImportTreeModel[categoryIndex].items = [\n ...updatedImportTreeModel[categoryIndex].items,\n resultItem\n ];\n\n // update category caption length\n const newItemsLength = updatedImportTreeModel[categoryIndex].items.length;\n updatedImportTreeModel[categoryIndex].caption =\n `${categoryData.name} (${newItemsLength})`;\n\n return updatedImportTreeModel;\n};\n"]}