@genexus/genexus-ide-ui 1.0.64 → 1.0.66

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 (295) hide show
  1. package/dist/cjs/{common-f7361979.js → common-72f91a78.js} +16 -1
  2. package/dist/cjs/common-72f91a78.js.map +1 -0
  3. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  4. package/dist/cjs/gx-ide-about.cjs.entry.js +60 -0
  5. package/dist/cjs/gx-ide-about.cjs.entry.js.map +1 -0
  6. package/dist/cjs/gx-ide-manage-module-references-v2.cjs.entry.js +1 -1
  7. package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js +1 -1
  8. package/dist/cjs/gx-ide-new-environment.cjs.entry.js +1 -1
  9. package/dist/cjs/gx-ide-new-kb.cjs.entry.js +1 -1
  10. package/dist/cjs/gx-ide-new-object.cjs.entry.js +8 -4
  11. package/dist/cjs/gx-ide-new-object.cjs.entry.js.map +1 -1
  12. package/dist/cjs/gx-ide-select-kb-items.cjs.entry.js +6 -3
  13. package/dist/cjs/gx-ide-select-kb-items.cjs.entry.js.map +1 -1
  14. package/dist/cjs/gx-ide-splash.cjs.entry.js +53 -28
  15. package/dist/cjs/gx-ide-splash.cjs.entry.js.map +1 -1
  16. package/dist/cjs/gx-ide-ww-images.cjs.entry.js +1 -1
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/collection/collection-manifest.json +2 -1
  19. package/dist/collection/common/common.js +8 -0
  20. package/dist/collection/common/common.js.map +1 -1
  21. package/dist/collection/components/_branding/about/about.css +64 -0
  22. package/dist/collection/components/_branding/about/about.js +178 -0
  23. package/dist/collection/components/_branding/about/about.js.map +1 -0
  24. package/dist/collection/components/_branding/about/gx-ide-assets/about/images/next-arrow.svg +3 -0
  25. package/dist/collection/components/_branding/about/gx-ide-assets/about/images/next-logo.svg +4 -0
  26. package/dist/collection/components/_branding/about/gx-ide-assets/about/images/next-square.svg +3 -0
  27. package/dist/collection/components/_branding/about/gx-ide-assets/about/langs/about.lang.en.json +11 -0
  28. package/dist/collection/components/_branding/about/gx-ide-assets/about/langs/about.lang.ja.json +11 -0
  29. package/dist/collection/components/_branding/about/gx-ide-assets/about/langs/about.lang.zh.json +11 -0
  30. package/dist/collection/components/new-object/new-object.js +8 -4
  31. package/dist/collection/components/new-object/new-object.js.map +1 -1
  32. package/dist/collection/components/select-kb-items/helpers.js +6 -3
  33. package/dist/collection/components/select-kb-items/helpers.js.map +1 -1
  34. package/dist/collection/components/select-kb-items/select-kb-items.js.map +1 -1
  35. package/dist/collection/components/splash/gx-ide-assets/splash/images/copyrights-illustration.svg +118 -0
  36. package/dist/collection/components/splash/gx-ide-assets/splash/langs/splash.lang.en.json +12 -11
  37. package/dist/collection/components/splash/gx-ide-assets/splash/langs/splash.lang.ja.json +12 -11
  38. package/dist/collection/components/splash/gx-ide-assets/splash/langs/splash.lang.zh.json +12 -11
  39. package/dist/collection/components/splash/splash.css +147 -36
  40. package/dist/collection/components/splash/splash.js +149 -43
  41. package/dist/collection/components/splash/splash.js.map +1 -1
  42. package/dist/collection/testing/locale.e2e.js +1 -0
  43. package/dist/collection/testing/locale.e2e.js.map +1 -1
  44. package/dist/components/common.js +15 -1
  45. package/dist/components/common.js.map +1 -1
  46. package/dist/components/gx-ide-about.d.ts +11 -0
  47. package/dist/components/gx-ide-about.js +81 -0
  48. package/dist/components/gx-ide-about.js.map +1 -0
  49. package/dist/components/gx-ide-new-object.js +8 -4
  50. package/dist/components/gx-ide-new-object.js.map +1 -1
  51. package/dist/components/gx-ide-select-kb-items.js +6 -3
  52. package/dist/components/gx-ide-select-kb-items.js.map +1 -1
  53. package/dist/components/gx-ide-splash.js +61 -33
  54. package/dist/components/gx-ide-splash.js.map +1 -1
  55. package/dist/esm/{code-render-36275eb4.js → code-render-f3d41da4.js} +2 -2
  56. package/dist/esm/{code-render-36275eb4.js.map → code-render-f3d41da4.js.map} +1 -1
  57. package/dist/esm/{common-2a1e4e67.js → common-ccb4504a.js} +17 -3
  58. package/dist/esm/common-ccb4504a.js.map +1 -0
  59. package/dist/esm/genexus-ide-ui.js +3 -3
  60. package/dist/esm/gx-ide-about.entry.js +56 -0
  61. package/dist/esm/gx-ide-about.entry.js.map +1 -0
  62. package/dist/esm/gx-ide-ai-assistant.entry.js +1 -1
  63. package/dist/esm/gx-ide-ai-message.entry.js +2 -2
  64. package/dist/esm/gx-ide-bpm-app-declaration.entry.js +2 -2
  65. package/dist/esm/gx-ide-bpm-assign-roles.entry.js +1 -1
  66. package/dist/esm/gx-ide-bpm-export-xpdl.entry.js +1 -1
  67. package/dist/esm/gx-ide-bpm-import-files.entry.js +2 -2
  68. package/dist/esm/gx-ide-bpm-import-gxpm.entry.js +1 -1
  69. package/dist/esm/gx-ide-bpm-objects-selector.entry.js +2 -2
  70. package/dist/esm/gx-ide-bpm-timer-duration.entry.js +1 -1
  71. package/dist/esm/gx-ide-card.entry.js +1 -1
  72. package/dist/esm/gx-ide-chat-container.entry.js +1 -1
  73. package/dist/esm/gx-ide-connect-gx-server.entry.js +1 -1
  74. package/dist/esm/gx-ide-container_2.entry.js +1 -1
  75. package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
  76. package/dist/esm/gx-ide-current-user-info.entry.js +1 -1
  77. package/dist/esm/gx-ide-dashboard-home.entry.js +2 -2
  78. package/dist/esm/gx-ide-data-selector.entry.js +1 -1
  79. package/dist/esm/gx-ide-data-type-selector.entry.js +1 -1
  80. package/dist/esm/gx-ide-design-import.entry.js +1 -1
  81. package/dist/esm/gx-ide-directory-selector.entry.js +1 -1
  82. package/dist/esm/gx-ide-edit-module-server.entry.js +1 -1
  83. package/dist/esm/gx-ide-empty-state.entry.js +1 -1
  84. package/dist/esm/gx-ide-entity-selector.entry.js +1 -1
  85. package/dist/esm/gx-ide-gam-installation-settings.entry.js +1 -1
  86. package/dist/esm/gx-ide-kb-manager-export.entry.js +1 -1
  87. package/dist/esm/gx-ide-kb-manager-import.entry.js +1 -1
  88. package/dist/esm/gx-ide-list-selector_2.entry.js +1 -1
  89. package/dist/esm/gx-ide-loader.entry.js +1 -1
  90. package/dist/esm/gx-ide-manage-module-references-v2.entry.js +2 -2
  91. package/dist/esm/gx-ide-manage-module-references.entry.js +2 -2
  92. package/dist/esm/gx-ide-navigation-report.entry.js +1 -1
  93. package/dist/esm/gx-ide-new-environment.entry.js +3 -3
  94. package/dist/esm/gx-ide-new-kb.entry.js +3 -3
  95. package/dist/esm/gx-ide-new-object.entry.js +9 -5
  96. package/dist/esm/gx-ide-new-object.entry.js.map +1 -1
  97. package/dist/esm/gx-ide-object-selector.entry.js +2 -2
  98. package/dist/esm/gx-ide-references.entry.js +1 -1
  99. package/dist/esm/gx-ide-sc-chat-container.entry.js +2 -2
  100. package/dist/esm/gx-ide-select-kb-items.entry.js +7 -4
  101. package/dist/esm/gx-ide-select-kb-items.entry.js.map +1 -1
  102. package/dist/esm/gx-ide-select-user-team.entry.js +1 -1
  103. package/dist/esm/gx-ide-share-kb.entry.js +1 -1
  104. package/dist/esm/gx-ide-sign-in-team.entry.js +1 -1
  105. package/dist/esm/gx-ide-sign-in.entry.js +1 -1
  106. package/dist/esm/gx-ide-splash.entry.js +54 -29
  107. package/dist/esm/gx-ide-splash.entry.js.map +1 -1
  108. package/dist/esm/gx-ide-start-page.entry.js +1 -1
  109. package/dist/esm/gx-ide-status-buttons.entry.js +1 -1
  110. package/dist/esm/gx-ide-switch-panel.entry.js +1 -1
  111. package/dist/esm/gx-ide-switcher.entry.js +1 -1
  112. package/dist/esm/gx-ide-team-dev-commit.entry.js +3 -3
  113. package/dist/esm/gx-ide-team-dev-select-recent-comment.entry.js +2 -2
  114. package/dist/esm/gx-ide-team-dev-update-partial-selection.entry.js +1 -1
  115. package/dist/esm/gx-ide-team-dev-update-to-revision.entry.js +1 -1
  116. package/dist/esm/gx-ide-team-dev-update.entry.js +3 -3
  117. package/dist/esm/gx-ide-template.entry.js +1 -1
  118. package/dist/esm/gx-ide-test.entry.js +1 -1
  119. package/dist/esm/gx-ide-top-bar.entry.js +1 -1
  120. package/dist/esm/gx-ide-welcome-page.entry.js +1 -1
  121. package/dist/esm/gx-ide-wf-settings.entry.js +1 -1
  122. package/dist/esm/gx-ide-ww-attributes.entry.js +1 -1
  123. package/dist/esm/gx-ide-ww-images.entry.js +3 -3
  124. package/dist/esm/{helpers-ec4585e5.js → helpers-10479d69.js} +2 -2
  125. package/dist/esm/{helpers-ec4585e5.js.map → helpers-10479d69.js.map} +1 -1
  126. package/dist/esm/{index-6a0d98df.js → index-10af18cf.js} +2 -2
  127. package/dist/esm/{index-6a0d98df.js.map → index-10af18cf.js.map} +1 -1
  128. package/dist/esm/index.js +2 -2
  129. package/dist/esm/loader.js +3 -3
  130. package/dist/esm/{render-combo-items-70aa3ecf.js → render-combo-items-e9c8df5e.js} +2 -2
  131. package/dist/esm/{render-combo-items-70aa3ecf.js.map → render-combo-items-e9c8df5e.js.map} +1 -1
  132. package/dist/esm/{render-list-item-2ad96b71.js → render-list-item-f5836c31.js} +2 -2
  133. package/dist/esm/{render-list-item-2ad96b71.js.map → render-list-item-f5836c31.js.map} +1 -1
  134. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +3 -3
  135. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  136. package/dist/genexus-ide-ui/gx-ide-assets/about/images/next-arrow.svg +3 -0
  137. package/dist/genexus-ide-ui/gx-ide-assets/about/images/next-logo.svg +4 -0
  138. package/dist/genexus-ide-ui/gx-ide-assets/about/images/next-square.svg +3 -0
  139. package/dist/genexus-ide-ui/gx-ide-assets/about/langs/about.lang.en.json +11 -0
  140. package/dist/genexus-ide-ui/gx-ide-assets/about/langs/about.lang.ja.json +11 -0
  141. package/dist/genexus-ide-ui/gx-ide-assets/about/langs/about.lang.zh.json +11 -0
  142. package/dist/genexus-ide-ui/gx-ide-assets/splash/images/copyrights-illustration.svg +118 -0
  143. package/dist/genexus-ide-ui/gx-ide-assets/splash/langs/splash.lang.en.json +12 -11
  144. package/dist/genexus-ide-ui/gx-ide-assets/splash/langs/splash.lang.ja.json +12 -11
  145. package/dist/genexus-ide-ui/gx-ide-assets/splash/langs/splash.lang.zh.json +12 -11
  146. package/dist/genexus-ide-ui/index.esm.js +2 -2
  147. package/dist/genexus-ide-ui/{p-97114eef.entry.js → p-0078926e.entry.js} +3 -3
  148. package/dist/genexus-ide-ui/p-0550fd5f.entry.js +96 -0
  149. package/dist/genexus-ide-ui/p-0550fd5f.entry.js.map +1 -0
  150. package/dist/genexus-ide-ui/{p-1364f700.entry.js → p-0e48ff82.entry.js} +3 -3
  151. package/dist/genexus-ide-ui/{p-1cfcec9e.entry.js → p-10fe69d7.entry.js} +2 -2
  152. package/dist/genexus-ide-ui/{p-de589873.entry.js → p-10ff4729.entry.js} +3 -3
  153. package/dist/genexus-ide-ui/{p-5dc54e85.entry.js → p-1b21927c.entry.js} +2 -2
  154. package/dist/genexus-ide-ui/{p-6830b540.entry.js → p-1bc2613e.entry.js} +10 -6
  155. package/dist/genexus-ide-ui/p-1bc2613e.entry.js.map +1 -0
  156. package/dist/genexus-ide-ui/{p-502f2b47.entry.js → p-1cc0ca07.entry.js} +2 -2
  157. package/dist/genexus-ide-ui/{p-3e15089e.entry.js → p-1dd7be84.entry.js} +2 -2
  158. package/dist/genexus-ide-ui/{p-2cf37639.js → p-25a9f1d7.js} +2 -2
  159. package/dist/genexus-ide-ui/{p-b3e352c8.entry.js → p-26815be2.entry.js} +2 -2
  160. package/dist/genexus-ide-ui/{p-d8c7e0b5.entry.js → p-290bb089.entry.js} +31 -31
  161. package/dist/genexus-ide-ui/p-2c2eb4c5.entry.js +160 -0
  162. package/dist/genexus-ide-ui/p-2c2eb4c5.entry.js.map +1 -0
  163. package/dist/genexus-ide-ui/{p-9ffe118a.entry.js → p-304d5629.entry.js} +2 -2
  164. package/dist/genexus-ide-ui/{p-df8bf481.entry.js → p-31beae9e.entry.js} +2 -2
  165. package/dist/genexus-ide-ui/{p-e07c97d5.entry.js → p-33d12207.entry.js} +4 -4
  166. package/dist/genexus-ide-ui/{p-6637e817.entry.js → p-351d9a30.entry.js} +6 -6
  167. package/dist/genexus-ide-ui/{p-fbab024e.entry.js → p-38aee3da.entry.js} +2 -2
  168. package/dist/genexus-ide-ui/{p-3d2bdcb9.entry.js → p-3c70b7a7.entry.js} +2 -2
  169. package/dist/genexus-ide-ui/{p-24af7f98.entry.js → p-3f5112f4.entry.js} +2 -2
  170. package/dist/genexus-ide-ui/{p-afc73c6f.entry.js → p-42910d15.entry.js} +2 -2
  171. package/dist/genexus-ide-ui/{p-1a53cc60.entry.js → p-46ffec64.entry.js} +2 -2
  172. package/dist/genexus-ide-ui/{p-f654f86d.entry.js → p-4cc35270.entry.js} +2 -2
  173. package/dist/genexus-ide-ui/{p-df4249e1.entry.js → p-4dd463ed.entry.js} +3 -3
  174. package/dist/genexus-ide-ui/{p-ebe6d71f.entry.js → p-5825c3c1.entry.js} +2 -2
  175. package/dist/genexus-ide-ui/{p-03265b1b.entry.js → p-5e8326dd.entry.js} +4 -4
  176. package/dist/genexus-ide-ui/{p-eaab7765.entry.js → p-628d0a3f.entry.js} +3 -3
  177. package/dist/genexus-ide-ui/{p-0d9a25ad.entry.js → p-6331b2f2.entry.js} +27 -24
  178. package/dist/genexus-ide-ui/p-6331b2f2.entry.js.map +1 -0
  179. package/dist/genexus-ide-ui/{p-8900c81a.entry.js → p-68969051.entry.js} +2 -2
  180. package/dist/genexus-ide-ui/{p-d6c2e256.js → p-6ade96a2.js} +2 -2
  181. package/dist/genexus-ide-ui/{p-8ff555f4.entry.js → p-6d8d4428.entry.js} +2 -2
  182. package/dist/genexus-ide-ui/{p-85eb72eb.entry.js → p-6ec79fd8.entry.js} +2 -2
  183. package/dist/genexus-ide-ui/{p-6374dabb.entry.js → p-739058a1.entry.js} +4 -4
  184. package/dist/genexus-ide-ui/{p-b2af0c95.entry.js → p-81b673db.entry.js} +2 -2
  185. package/dist/genexus-ide-ui/{p-1c36217e.entry.js → p-82e107c8.entry.js} +2 -2
  186. package/dist/genexus-ide-ui/{p-3468662b.entry.js → p-842a081e.entry.js} +2 -2
  187. package/dist/genexus-ide-ui/{p-2de01408.js → p-8c0b4d9f.js} +2 -2
  188. package/dist/genexus-ide-ui/{p-e9f77ad0.entry.js → p-94904819.entry.js} +2 -2
  189. package/dist/genexus-ide-ui/{p-dcb1516d.entry.js → p-94b4993e.entry.js} +2 -2
  190. package/dist/genexus-ide-ui/{p-4cd56d14.entry.js → p-950953d1.entry.js} +2 -2
  191. package/dist/genexus-ide-ui/{p-70024ecb.entry.js → p-9678ac9d.entry.js} +20 -20
  192. package/dist/genexus-ide-ui/{p-49f9f6bf.entry.js → p-98b30c5d.entry.js} +8 -8
  193. package/dist/genexus-ide-ui/p-9a609b51.js +143 -0
  194. package/dist/genexus-ide-ui/p-9a609b51.js.map +1 -0
  195. package/dist/genexus-ide-ui/{p-5b1576cc.js → p-9ddea83b.js} +9 -9
  196. package/dist/genexus-ide-ui/{p-c21300fb.entry.js → p-a0529222.entry.js} +2 -2
  197. package/dist/genexus-ide-ui/{p-a6dd3f03.entry.js → p-b3d615da.entry.js} +2 -2
  198. package/dist/genexus-ide-ui/{p-22908448.entry.js → p-ba7d1472.entry.js} +8 -8
  199. package/dist/genexus-ide-ui/{p-f2f9e36e.entry.js → p-bb44d9f9.entry.js} +2 -2
  200. package/dist/genexus-ide-ui/p-c58e0a92.entry.js +17 -0
  201. package/dist/genexus-ide-ui/{p-acaed500.entry.js → p-c624a8da.entry.js} +2 -2
  202. package/dist/genexus-ide-ui/{p-9a604798.entry.js → p-c6aeddf9.entry.js} +3 -3
  203. package/dist/genexus-ide-ui/{p-aa821b66.entry.js → p-caed0369.entry.js} +3 -3
  204. package/dist/genexus-ide-ui/{p-34b5a494.entry.js → p-cbe2dd13.entry.js} +5 -5
  205. package/dist/genexus-ide-ui/{p-71f3b66e.entry.js → p-d095a37c.entry.js} +2 -2
  206. package/dist/genexus-ide-ui/{p-4fcde4d0.entry.js → p-d5d40477.entry.js} +3 -3
  207. package/dist/genexus-ide-ui/{p-1105c966.entry.js → p-d83fc68d.entry.js} +2 -2
  208. package/dist/genexus-ide-ui/{p-d7169c07.entry.js → p-dbcb6152.entry.js} +2 -2
  209. package/dist/genexus-ide-ui/{p-57986b2e.entry.js → p-dd515807.entry.js} +2 -2
  210. package/dist/genexus-ide-ui/{p-5a734013.entry.js → p-dd9136a4.entry.js} +2 -2
  211. package/dist/genexus-ide-ui/{p-b238a545.entry.js → p-de7f0c1f.entry.js} +2 -2
  212. package/dist/genexus-ide-ui/{p-822090ba.entry.js → p-e502c2fd.entry.js} +8 -8
  213. package/dist/genexus-ide-ui/{p-52af77c2.entry.js → p-e7fb3ee3.entry.js} +2 -2
  214. package/dist/genexus-ide-ui/{p-6e667dde.entry.js → p-eaa68fb2.entry.js} +4 -4
  215. package/dist/genexus-ide-ui/{p-f3aa0e41.js → p-f549f6e1.js} +2 -2
  216. package/dist/genexus-ide-ui/{p-c74d18fe.entry.js → p-fb314685.entry.js} +2 -2
  217. package/dist/genexus-ide-ui/{p-26aff07c.entry.js → p-fcee5a81.entry.js} +3 -3
  218. package/dist/types/common/common.d.ts +1 -0
  219. package/dist/types/components/_branding/about/about.d.ts +33 -0
  220. package/dist/types/components/select-kb-items/select-kb-items.d.ts +2 -1
  221. package/dist/types/components/splash/splash.d.ts +32 -8
  222. package/dist/types/components.d.ts +113 -8
  223. package/package.json +1 -1
  224. package/dist/cjs/common-f7361979.js.map +0 -1
  225. package/dist/esm/common-2a1e4e67.js.map +0 -1
  226. package/dist/genexus-ide-ui/p-0d9a25ad.entry.js.map +0 -1
  227. package/dist/genexus-ide-ui/p-6830b540.entry.js.map +0 -1
  228. package/dist/genexus-ide-ui/p-bb1394ca.entry.js +0 -113
  229. package/dist/genexus-ide-ui/p-bb1394ca.entry.js.map +0 -1
  230. package/dist/genexus-ide-ui/p-f194af32.js +0 -97
  231. package/dist/genexus-ide-ui/p-f194af32.js.map +0 -1
  232. package/dist/genexus-ide-ui/p-f963b96e.entry.js +0 -17
  233. /package/dist/collection/components/{splash/gx-ide-assets/splash → _branding/about/gx-ide-assets/about}/images/copyrights-illustration.png +0 -0
  234. /package/dist/genexus-ide-ui/gx-ide-assets/{splash → about}/images/copyrights-illustration.png +0 -0
  235. /package/dist/genexus-ide-ui/{p-97114eef.entry.js.map → p-0078926e.entry.js.map} +0 -0
  236. /package/dist/genexus-ide-ui/{p-1364f700.entry.js.map → p-0e48ff82.entry.js.map} +0 -0
  237. /package/dist/genexus-ide-ui/{p-1cfcec9e.entry.js.map → p-10fe69d7.entry.js.map} +0 -0
  238. /package/dist/genexus-ide-ui/{p-de589873.entry.js.map → p-10ff4729.entry.js.map} +0 -0
  239. /package/dist/genexus-ide-ui/{p-5dc54e85.entry.js.map → p-1b21927c.entry.js.map} +0 -0
  240. /package/dist/genexus-ide-ui/{p-502f2b47.entry.js.map → p-1cc0ca07.entry.js.map} +0 -0
  241. /package/dist/genexus-ide-ui/{p-3e15089e.entry.js.map → p-1dd7be84.entry.js.map} +0 -0
  242. /package/dist/genexus-ide-ui/{p-2cf37639.js.map → p-25a9f1d7.js.map} +0 -0
  243. /package/dist/genexus-ide-ui/{p-b3e352c8.entry.js.map → p-26815be2.entry.js.map} +0 -0
  244. /package/dist/genexus-ide-ui/{p-d8c7e0b5.entry.js.map → p-290bb089.entry.js.map} +0 -0
  245. /package/dist/genexus-ide-ui/{p-9ffe118a.entry.js.map → p-304d5629.entry.js.map} +0 -0
  246. /package/dist/genexus-ide-ui/{p-df8bf481.entry.js.map → p-31beae9e.entry.js.map} +0 -0
  247. /package/dist/genexus-ide-ui/{p-e07c97d5.entry.js.map → p-33d12207.entry.js.map} +0 -0
  248. /package/dist/genexus-ide-ui/{p-6637e817.entry.js.map → p-351d9a30.entry.js.map} +0 -0
  249. /package/dist/genexus-ide-ui/{p-fbab024e.entry.js.map → p-38aee3da.entry.js.map} +0 -0
  250. /package/dist/genexus-ide-ui/{p-3d2bdcb9.entry.js.map → p-3c70b7a7.entry.js.map} +0 -0
  251. /package/dist/genexus-ide-ui/{p-24af7f98.entry.js.map → p-3f5112f4.entry.js.map} +0 -0
  252. /package/dist/genexus-ide-ui/{p-afc73c6f.entry.js.map → p-42910d15.entry.js.map} +0 -0
  253. /package/dist/genexus-ide-ui/{p-1a53cc60.entry.js.map → p-46ffec64.entry.js.map} +0 -0
  254. /package/dist/genexus-ide-ui/{p-f654f86d.entry.js.map → p-4cc35270.entry.js.map} +0 -0
  255. /package/dist/genexus-ide-ui/{p-df4249e1.entry.js.map → p-4dd463ed.entry.js.map} +0 -0
  256. /package/dist/genexus-ide-ui/{p-ebe6d71f.entry.js.map → p-5825c3c1.entry.js.map} +0 -0
  257. /package/dist/genexus-ide-ui/{p-03265b1b.entry.js.map → p-5e8326dd.entry.js.map} +0 -0
  258. /package/dist/genexus-ide-ui/{p-eaab7765.entry.js.map → p-628d0a3f.entry.js.map} +0 -0
  259. /package/dist/genexus-ide-ui/{p-8900c81a.entry.js.map → p-68969051.entry.js.map} +0 -0
  260. /package/dist/genexus-ide-ui/{p-d6c2e256.js.map → p-6ade96a2.js.map} +0 -0
  261. /package/dist/genexus-ide-ui/{p-8ff555f4.entry.js.map → p-6d8d4428.entry.js.map} +0 -0
  262. /package/dist/genexus-ide-ui/{p-85eb72eb.entry.js.map → p-6ec79fd8.entry.js.map} +0 -0
  263. /package/dist/genexus-ide-ui/{p-6374dabb.entry.js.map → p-739058a1.entry.js.map} +0 -0
  264. /package/dist/genexus-ide-ui/{p-b2af0c95.entry.js.map → p-81b673db.entry.js.map} +0 -0
  265. /package/dist/genexus-ide-ui/{p-1c36217e.entry.js.map → p-82e107c8.entry.js.map} +0 -0
  266. /package/dist/genexus-ide-ui/{p-3468662b.entry.js.map → p-842a081e.entry.js.map} +0 -0
  267. /package/dist/genexus-ide-ui/{p-2de01408.js.map → p-8c0b4d9f.js.map} +0 -0
  268. /package/dist/genexus-ide-ui/{p-e9f77ad0.entry.js.map → p-94904819.entry.js.map} +0 -0
  269. /package/dist/genexus-ide-ui/{p-dcb1516d.entry.js.map → p-94b4993e.entry.js.map} +0 -0
  270. /package/dist/genexus-ide-ui/{p-4cd56d14.entry.js.map → p-950953d1.entry.js.map} +0 -0
  271. /package/dist/genexus-ide-ui/{p-70024ecb.entry.js.map → p-9678ac9d.entry.js.map} +0 -0
  272. /package/dist/genexus-ide-ui/{p-49f9f6bf.entry.js.map → p-98b30c5d.entry.js.map} +0 -0
  273. /package/dist/genexus-ide-ui/{p-5b1576cc.js.map → p-9ddea83b.js.map} +0 -0
  274. /package/dist/genexus-ide-ui/{p-c21300fb.entry.js.map → p-a0529222.entry.js.map} +0 -0
  275. /package/dist/genexus-ide-ui/{p-a6dd3f03.entry.js.map → p-b3d615da.entry.js.map} +0 -0
  276. /package/dist/genexus-ide-ui/{p-22908448.entry.js.map → p-ba7d1472.entry.js.map} +0 -0
  277. /package/dist/genexus-ide-ui/{p-f2f9e36e.entry.js.map → p-bb44d9f9.entry.js.map} +0 -0
  278. /package/dist/genexus-ide-ui/{p-f963b96e.entry.js.map → p-c58e0a92.entry.js.map} +0 -0
  279. /package/dist/genexus-ide-ui/{p-acaed500.entry.js.map → p-c624a8da.entry.js.map} +0 -0
  280. /package/dist/genexus-ide-ui/{p-9a604798.entry.js.map → p-c6aeddf9.entry.js.map} +0 -0
  281. /package/dist/genexus-ide-ui/{p-aa821b66.entry.js.map → p-caed0369.entry.js.map} +0 -0
  282. /package/dist/genexus-ide-ui/{p-34b5a494.entry.js.map → p-cbe2dd13.entry.js.map} +0 -0
  283. /package/dist/genexus-ide-ui/{p-71f3b66e.entry.js.map → p-d095a37c.entry.js.map} +0 -0
  284. /package/dist/genexus-ide-ui/{p-4fcde4d0.entry.js.map → p-d5d40477.entry.js.map} +0 -0
  285. /package/dist/genexus-ide-ui/{p-1105c966.entry.js.map → p-d83fc68d.entry.js.map} +0 -0
  286. /package/dist/genexus-ide-ui/{p-d7169c07.entry.js.map → p-dbcb6152.entry.js.map} +0 -0
  287. /package/dist/genexus-ide-ui/{p-57986b2e.entry.js.map → p-dd515807.entry.js.map} +0 -0
  288. /package/dist/genexus-ide-ui/{p-5a734013.entry.js.map → p-dd9136a4.entry.js.map} +0 -0
  289. /package/dist/genexus-ide-ui/{p-b238a545.entry.js.map → p-de7f0c1f.entry.js.map} +0 -0
  290. /package/dist/genexus-ide-ui/{p-822090ba.entry.js.map → p-e502c2fd.entry.js.map} +0 -0
  291. /package/dist/genexus-ide-ui/{p-52af77c2.entry.js.map → p-e7fb3ee3.entry.js.map} +0 -0
  292. /package/dist/genexus-ide-ui/{p-6e667dde.entry.js.map → p-eaa68fb2.entry.js.map} +0 -0
  293. /package/dist/genexus-ide-ui/{p-f3aa0e41.js.map → p-f549f6e1.js.map} +0 -0
  294. /package/dist/genexus-ide-ui/{p-c74d18fe.entry.js.map → p-fb314685.entry.js.map} +0 -0
  295. /package/dist/genexus-ide-ui/{p-26aff07c.entry.js.map → p-fcee5a81.entry.js.map} +0 -0
@@ -0,0 +1,118 @@
1
+ <svg width="431" height="676" viewBox="0 0 431 676" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_2073_8996" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="-20" width="689" height="813">
3
+ <rect y="-20" width="688.674" height="812.344" rx="8" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_2073_8996)">
6
+ <circle cx="-33.4995" cy="64.0341" r="161.431" transform="rotate(62.2678 -33.4995 64.0341)" fill="url(#paint0_linear_2073_8996)" fill-opacity="0.5"/>
7
+ <circle cx="658.17" cy="5.0323" r="281.045" transform="rotate(53.4002 658.17 5.0323)" fill="url(#paint1_linear_2073_8996)" fill-opacity="0.5"/>
8
+ <circle cx="658.17" cy="5.0323" r="280.045" transform="rotate(53.4002 658.17 5.0323)" stroke="url(#paint2_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
9
+ <circle cx="530.918" cy="385.295" r="161.431" fill="url(#paint3_linear_2073_8996)" fill-opacity="0.4"/>
10
+ <circle cx="530.918" cy="385.295" r="160.431" stroke="url(#paint4_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
11
+ <g filter="url(#filter0_f_2073_8996)">
12
+ <circle cx="452.952" cy="696.592" r="340.686" transform="rotate(118.835 452.952 696.592)" fill="url(#paint5_linear_2073_8996)" fill-opacity="0.7"/>
13
+ <circle cx="452.952" cy="696.592" r="339.686" transform="rotate(118.835 452.952 696.592)" stroke="url(#paint6_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
14
+ </g>
15
+ <g filter="url(#filter1_f_2073_8996)">
16
+ <circle cx="-174.297" cy="576.667" r="340.686" transform="rotate(-107.68 -174.297 576.667)" fill="url(#paint7_linear_2073_8996)" fill-opacity="0.7"/>
17
+ <circle cx="-174.297" cy="576.667" r="339.686" transform="rotate(-107.68 -174.297 576.667)" stroke="url(#paint8_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
18
+ </g>
19
+ <circle cx="427.739" cy="734.798" r="161.431" fill="url(#paint9_linear_2073_8996)" fill-opacity="0.4"/>
20
+ <circle cx="371.523" cy="-7.5674" r="161.431" transform="rotate(133.557 371.523 -7.5674)" fill="url(#paint10_linear_2073_8996)" fill-opacity="0.4"/>
21
+ <circle cx="64.3916" cy="755.281" r="281.045" transform="rotate(53.4002 64.3916 755.281)" fill="url(#paint11_linear_2073_8996)" fill-opacity="0.5"/>
22
+ <circle cx="64.3916" cy="755.281" r="280.045" transform="rotate(53.4002 64.3916 755.281)" stroke="url(#paint12_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
23
+ <circle cx="-21.4232" cy="787.174" r="161.431" fill="url(#paint13_linear_2073_8996)" fill-opacity="0.4"/>
24
+ <circle cx="-21.4232" cy="787.174" r="160.431" stroke="url(#paint14_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
25
+ <path d="M240.828 436.036C243.682 436.192 246.236 437.858 247.528 440.408L287.954 520.168C289.246 522.717 289.08 525.762 287.519 528.156L238.657 603.046C237.096 605.44 234.375 606.819 231.522 606.663L142.234 601.793C139.38 601.638 136.826 599.971 135.534 597.422L95.1075 517.662C93.8154 515.112 93.9815 512.067 95.5432 509.674L144.404 434.783C145.966 432.39 148.686 431.011 151.54 431.166L240.828 436.036Z" fill="url(#paint15_linear_2073_8996)" fill-opacity="0.15"/>
26
+ <path d="M240.8 436.536C243.476 436.681 245.87 438.244 247.082 440.634L287.508 520.394C288.72 522.784 288.564 525.639 287.1 527.883L238.239 602.773C236.774 605.017 234.224 606.31 231.549 606.164L142.261 601.294C139.586 601.148 137.191 599.586 135.98 597.196L95.5535 517.436C94.3421 515.046 94.4978 512.191 95.9619 509.947L144.823 435.056C146.287 432.812 148.837 431.52 151.513 431.666L240.8 436.536Z" stroke="url(#paint16_linear_2073_8996)" stroke-opacity="0.7"/>
27
+ <circle cx="23.0775" cy="202.576" r="161.431" fill="url(#paint17_linear_2073_8996)" fill-opacity="0.4"/>
28
+ <circle cx="23.0775" cy="202.576" r="160.431" stroke="url(#paint18_linear_2073_8996)" stroke-opacity="0.4" stroke-width="2"/>
29
+ </g>
30
+ <defs>
31
+ <filter id="filter0_f_2073_8996" x="12.2028" y="255.843" width="881.498" height="881.497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
32
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
33
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
34
+ <feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_2073_8996"/>
35
+ </filter>
36
+ <filter id="filter1_f_2073_8996" x="-615.074" y="135.889" width="881.554" height="881.554" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
37
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
38
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
39
+ <feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_2073_8996"/>
40
+ </filter>
41
+ <linearGradient id="paint0_linear_2073_8996" x1="-79.4297" y1="225.465" x2="81.0984" y2="-276.69" gradientUnits="userSpaceOnUse">
42
+ <stop stop-color="#226B98" stop-opacity="0"/>
43
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
44
+ </linearGradient>
45
+ <linearGradient id="paint1_linear_2073_8996" x1="377.124" y1="-19.7322" x2="939.215" y2="29.7967" gradientUnits="userSpaceOnUse">
46
+ <stop stop-color="#226B98" stop-opacity="0"/>
47
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
48
+ </linearGradient>
49
+ <linearGradient id="paint2_linear_2073_8996" x1="874.322" y1="-205.627" x2="460.15" y2="210.2" gradientUnits="userSpaceOnUse">
50
+ <stop stop-color="#00CCFF"/>
51
+ <stop offset="1" stop-color="#C358FF"/>
52
+ </linearGradient>
53
+ <linearGradient id="paint3_linear_2073_8996" x1="484.988" y1="546.727" x2="645.516" y2="44.5715" gradientUnits="userSpaceOnUse">
54
+ <stop stop-color="#226B98" stop-opacity="0"/>
55
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
56
+ </linearGradient>
57
+ <linearGradient id="paint4_linear_2073_8996" x1="655.075" y1="264.294" x2="417.176" y2="503.143" gradientUnits="userSpaceOnUse">
58
+ <stop stop-color="#00CCFF"/>
59
+ <stop offset="1" stop-color="#C358FF"/>
60
+ </linearGradient>
61
+ <linearGradient id="paint5_linear_2073_8996" x1="452.951" y1="355.907" x2="452.951" y2="1037.28" gradientUnits="userSpaceOnUse">
62
+ <stop stop-color="#5BA7FF"/>
63
+ <stop offset="1" stop-color="#226B98" stop-opacity="0"/>
64
+ </linearGradient>
65
+ <linearGradient id="paint6_linear_2073_8996" x1="714.973" y1="441.229" x2="212.91" y2="945.299" gradientUnits="userSpaceOnUse">
66
+ <stop stop-color="#00CCFF"/>
67
+ <stop offset="1" stop-color="#C358FF"/>
68
+ </linearGradient>
69
+ <linearGradient id="paint7_linear_2073_8996" x1="-174.297" y1="235.981" x2="-174.297" y2="917.352" gradientUnits="userSpaceOnUse">
70
+ <stop stop-color="#5BA7FF"/>
71
+ <stop offset="1" stop-color="#226B98" stop-opacity="0"/>
72
+ </linearGradient>
73
+ <linearGradient id="paint8_linear_2073_8996" x1="87.724" y1="321.304" x2="-414.339" y2="825.373" gradientUnits="userSpaceOnUse">
74
+ <stop stop-color="#00CCFF"/>
75
+ <stop offset="1" stop-color="#C358FF"/>
76
+ </linearGradient>
77
+ <linearGradient id="paint9_linear_2073_8996" x1="381.809" y1="896.229" x2="542.337" y2="394.074" gradientUnits="userSpaceOnUse">
78
+ <stop stop-color="#226B98" stop-opacity="0"/>
79
+ <stop offset="0.886406" stop-color="#7945AA"/>
80
+ </linearGradient>
81
+ <linearGradient id="paint10_linear_2073_8996" x1="325.593" y1="153.864" x2="486.121" y2="-348.291" gradientUnits="userSpaceOnUse">
82
+ <stop stop-color="#226B98" stop-opacity="0"/>
83
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
84
+ </linearGradient>
85
+ <linearGradient id="paint11_linear_2073_8996" x1="-216.654" y1="730.516" x2="345.437" y2="780.045" gradientUnits="userSpaceOnUse">
86
+ <stop stop-color="#226B98" stop-opacity="0"/>
87
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
88
+ </linearGradient>
89
+ <linearGradient id="paint12_linear_2073_8996" x1="280.544" y1="544.622" x2="-133.628" y2="960.449" gradientUnits="userSpaceOnUse">
90
+ <stop stop-color="#00CCFF"/>
91
+ <stop offset="1" stop-color="#C358FF"/>
92
+ </linearGradient>
93
+ <linearGradient id="paint13_linear_2073_8996" x1="-67.3534" y1="948.606" x2="93.1747" y2="446.451" gradientUnits="userSpaceOnUse">
94
+ <stop stop-color="#226B98" stop-opacity="0"/>
95
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
96
+ </linearGradient>
97
+ <linearGradient id="paint14_linear_2073_8996" x1="102.734" y1="666.173" x2="-135.165" y2="905.022" gradientUnits="userSpaceOnUse">
98
+ <stop stop-color="#00CCFF"/>
99
+ <stop offset="1" stop-color="#C358FF"/>
100
+ </linearGradient>
101
+ <linearGradient id="paint15_linear_2073_8996" x1="363.203" y1="554.094" x2="137.622" y2="601.542" gradientUnits="userSpaceOnUse">
102
+ <stop stop-color="#00CCFF"/>
103
+ <stop offset="1" stop-color="#C152FF"/>
104
+ </linearGradient>
105
+ <linearGradient id="paint16_linear_2073_8996" x1="363.203" y1="554.094" x2="137.622" y2="601.542" gradientUnits="userSpaceOnUse">
106
+ <stop stop-color="#00CCFF"/>
107
+ <stop offset="1" stop-color="#A300FF"/>
108
+ </linearGradient>
109
+ <linearGradient id="paint17_linear_2073_8996" x1="-22.8528" y1="364.008" x2="137.675" y2="-138.147" gradientUnits="userSpaceOnUse">
110
+ <stop stop-color="#226B98" stop-opacity="0"/>
111
+ <stop offset="0.886406" stop-color="#5BA7FF" stop-opacity="0.5"/>
112
+ </linearGradient>
113
+ <linearGradient id="paint18_linear_2073_8996" x1="147.234" y1="81.5746" x2="-90.6644" y2="320.424" gradientUnits="userSpaceOnUse">
114
+ <stop stop-color="#00CCFF"/>
115
+ <stop offset="1" stop-color="#C358FF"/>
116
+ </linearGradient>
117
+ </defs>
118
+ </svg>
@@ -1,14 +1,15 @@
1
1
  {
2
- "copyright": {
3
- "illustrationAriaLabel": "GeneXus Next geometric shapes illustration",
4
- "illustrationFigureAriaLabel": "Geometric shape illustration",
5
- "illustrationAlternativeText": "GeneXus Next isologotype",
6
- "title": "GeneXus Next",
7
- "version": "Version ",
8
- "c1988": " © 1988",
9
- "allRightsReserved": "All rights reserved. GeneXus is powered by Globant.",
10
- "description": "This computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program or any portion of it may result in severe civil and criminal penalties."
2
+ "illustrationAlternativeText": "GeneXus Next isologotype",
3
+ "title": "GeneXus Next",
4
+ "allRightsReserved": "All rights reserved. GeneXus is powered by Globant.",
5
+ "copyright": "This computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program or any portion of it may result in severe civil and criminal penalties. All rights reserved. GeneXus is a Globant company.",
6
+ "initializingServices": "Initializing backend services",
7
+ "warnings": {
8
+ "installationFailed": "Service initialization failed.",
9
+ "checkTheLog": "Check the log for details.",
10
+ "dockerMissing": "Docker is not installed or not found in your system's PATH. Please install Docker to proceed."
11
11
  },
12
- "closeSliderAriaLabel": "Close slider",
13
- "startButtonCaption": "Start"
12
+ "downloadDocker": "Download Docker",
13
+ "openLog": "Open Log",
14
+ "closeSliderAriaLabel": "Close slider"
14
15
  }
@@ -1,14 +1,15 @@
1
1
  {
2
- "copyright": {
3
- "illustrationAriaLabel": "",
4
- "illustrationFigureAriaLabel": "",
5
- "illustrationAlternativeText": "",
6
- "title": "",
7
- "version": "",
8
- "c1988": "",
9
- "allRightsReserved": "",
10
- "description": ""
2
+ "illustrationAlternativeText": "",
3
+ "title": "",
4
+ "allRightsReserved": "",
5
+ "copyright": "",
6
+ "initializingServices": "",
7
+ "warnings": {
8
+ "installationFailed": "",
9
+ "checkTheLog": "",
10
+ "dockerMissing": ""
11
11
  },
12
- "closeSliderAriaLabel": "",
13
- "startButtonCaption": ""
12
+ "downloadDocker": "",
13
+ "openLog": "",
14
+ "closeSliderAriaLabel": ""
14
15
  }
@@ -1,14 +1,15 @@
1
1
  {
2
- "copyright": {
3
- "illustrationAriaLabel": "",
4
- "illustrationFigureAriaLabel": "",
5
- "illustrationAlternativeText": "",
6
- "title": "",
7
- "version": "",
8
- "c1988": "",
9
- "allRightsReserved": "",
10
- "description": ""
2
+ "illustrationAlternativeText": "",
3
+ "title": "",
4
+ "allRightsReserved": "",
5
+ "copyright": "",
6
+ "initializingServices": "",
7
+ "warnings": {
8
+ "installationFailed": "",
9
+ "checkTheLog": "",
10
+ "dockerMissing": ""
11
11
  },
12
- "closeSliderAriaLabel": "",
13
- "startButtonCaption": ""
12
+ "downloadDocker": "",
13
+ "openLog": "",
14
+ "closeSliderAriaLabel": ""
14
15
  }
@@ -1,6 +1,6 @@
1
- export { m as mercuryChatMessageRender, a as mercuryCodeRender } from "./p-d6c2e256.js";
1
+ export { m as mercuryChatMessageRender, a as mercuryCodeRender } from "./p-6ade96a2.js";
2
2
 
3
- import "./p-2cf37639.js";
3
+ import "./p-25a9f1d7.js";
4
4
 
5
5
  import "./p-c9551186.js";
6
6
 
@@ -1,10 +1,10 @@
1
- import { r as e, c as t, h as r, H as i, g as a } from "./p-2cf37639.js";
1
+ import { r as e, c as t, h as r, H as i, a } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { g as o } from "./p-6e4208d8.js";
4
4
 
5
5
  import "./p-c9551186.js";
6
6
 
7
- import { r as s } from "./p-f194af32.js";
7
+ import { r as s } from "./p-9a609b51.js";
8
8
 
9
9
  import { L as l } from "./p-311eedf3.js";
10
10
 
@@ -472,4 +472,4 @@ c = new WeakMap, g = new WeakMap;
472
472
  h.style = n;
473
473
 
474
474
  export { h as gx_ide_manage_module_references_v2 };
475
- //# sourceMappingURL=p-97114eef.entry.js.map
475
+ //# sourceMappingURL=p-0078926e.entry.js.map
@@ -0,0 +1,96 @@
1
+ import { r as e, g as t, h as i, H as n, a as s } from "./p-25a9f1d7.js";
2
+
3
+ import { L as o } from "./p-311eedf3.js";
4
+
5
+ const r = ":host{--spacing-body-block-start:var(--mer-spacing--lg);--spacing-body-block-end:var(--mer-spacing--lg);--spacing-body-inline-start:var(--mer-spacing--md);--spacing-body-inline-end:var(--mer-spacing--md);display:grid;block-size:100%;overflow:auto;grid-template-rows:1fr max-content;background-color:var(--elevation-background-color, var(--mer-surface));color:var(--mer-text__on-elevation);text-align:center}.section{display:contents}.main{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.version__container{display:flex;justify-content:center;flex-direction:column;gap:var(--mer-spacing--xs)}.logo__container{display:flex;flex-direction:column;gap:var(--mer-spacing--sm);align-items:center;margin:unset}.logo__img{inline-size:28px;block-size:28px}.link-underlined{text-decoration:underline;color:var(--mer-text__on-elevation)}.link-underlined:hover{color:var(--mer-text__highlighted)}.link-underlined:active{color:var(--mer-text__elevation)}.links-container{display:flex;gap:var(--mer-spacing--xs)}.copyrights{color:var(--mer-text__complementary)}";
6
+
7
+ var a = undefined && undefined.__classPrivateFieldSet || function(e, t, i, n, s) {
8
+ if (n === "m") throw new TypeError("Private method is not writable");
9
+ if (n === "a" && !s) throw new TypeError("Private accessor was defined without a setter");
10
+ if (typeof t === "function" ? e !== t || !s : !t.has(e)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11
+ return n === "a" ? s.call(e, i) : s ? s.value = i : t.set(e, i), i;
12
+ };
13
+
14
+ var c = undefined && undefined.__classPrivateFieldGet || function(e, t, i, n) {
15
+ if (i === "a" && !n) throw new TypeError("Private accessor was defined without a getter");
16
+ if (typeof t === "function" ? e !== t || !n : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
17
+ return i === "m" ? n : i === "a" ? n.call(e) : n ? n.value : t.get(e);
18
+ };
19
+
20
+ var l, d;
21
+
22
+ const u = [ "resets/box-sizing", "utils/typography", "components/button" ];
23
+
24
+ const h = class {
25
+ constructor(i) {
26
+ e(this, i);
27
+ l.set(this, void 0);
28
+ d.set(this, t(`./gx-ide-assets/about/images/next-logo.svg`));
29
+ this.version = undefined;
30
+ this.ideVersion = undefined;
31
+ this.blVersion = undefined;
32
+ this.detailsCallback = undefined;
33
+ this.privacyPolicyCallback = undefined;
34
+ this.termsAndConditionsCallback = undefined;
35
+ }
36
+ async componentWillLoad() {
37
+ a(this, l, await o.getComponentStrings(this.el), "f");
38
+ }
39
+ render() {
40
+ const e = this.privacyPolicyCallback && this.termsAndConditionsCallback;
41
+ const t = this.privacyPolicyCallback || this.termsAndConditionsCallback;
42
+ return i(n, {
43
+ class: "scrollable"
44
+ }, i("ch-theme", {
45
+ model: u
46
+ }), i("section", {
47
+ class: "section"
48
+ }, i("div", {
49
+ class: "main"
50
+ }, i("figure", {
51
+ class: "logo__container"
52
+ }, i("img", {
53
+ class: "logo__img",
54
+ src: c(this, d, "f"),
55
+ alt: c(this, l, "f").logoAlt
56
+ }), i("figcaption", {
57
+ class: "body-semi-bold-m"
58
+ }, "GeneXus Next")), i("div", {
59
+ class: "version__container"
60
+ }, i("p", {
61
+ class: "body-semi-bold-s"
62
+ }, c(this, l, "f").version, " ", this.version), i("p", {
63
+ class: "body-regular-m"
64
+ }, `(${c(this, l, "f").ide}=${this.ideVersion}, ${c(this, l, "f").bl}=${this.blVersion})`)), this.detailsCallback && i("button", {
65
+ class: "button-tertiary",
66
+ type: "button",
67
+ onClick: this.detailsCallback
68
+ }, c(this, l, "f").detailsAndAcknowledgmentes), t && i("div", {
69
+ class: "links-container",
70
+ hidden: !e
71
+ }, this.privacyPolicyCallback && i("button", {
72
+ class: "link-underlined tiny-regular-s",
73
+ type: "button",
74
+ onClick: this.privacyPolicyCallback
75
+ }, c(this, l, "f").privacyPolicy), e && "|", this.termsAndConditionsCallback && i("button", {
76
+ class: "link-underlined tiny-regular-s",
77
+ type: "button",
78
+ onClick: this.termsAndConditionsCallback
79
+ }, c(this, l, "f").termsAndConditions))), i("footer", {
80
+ class: "body-regular-s copyrights"
81
+ }, c(this, l, "f").copyright)));
82
+ }
83
+ static get assetsDirs() {
84
+ return [ "gx-ide-assets/about" ];
85
+ }
86
+ get el() {
87
+ return s(this);
88
+ }
89
+ };
90
+
91
+ l = new WeakMap, d = new WeakMap;
92
+
93
+ h.style = r;
94
+
95
+ export { h as gx_ide_about };
96
+ //# sourceMappingURL=p-0550fd5f.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["aboutCss","CSS_BUNDLES","GxIdeAbout","_GxIdeAbout_componentLocale","set","this","_GxIdeAbout_nextLogo","getAssetPath","componentWillLoad","__classPrivateFieldSet","Locale","getComponentStrings","el","render","renderPrivacyAndTerms","privacyPolicyCallback","termsAndConditionsCallback","renderPrivacyOrTerms","h","Host","class","model","src","__classPrivateFieldGet","alt","logoAlt","version","ide","ideVersion","bl","blVersion","detailsCallback","type","onClick","detailsAndAcknowledgmentes","hidden","privacyPolicy","termsAndConditions","copyright"],"sources":["src/components/_branding/about/about.scss?tag=gx-ide-about&encapsulation=shadow","src/components/_branding/about/about.tsx"],"sourcesContent":[":host {\n --spacing-body-block-start: var(--mer-spacing--lg);\n --spacing-body-block-end: var(--mer-spacing--lg);\n --spacing-body-inline-start: var(--mer-spacing--md);\n --spacing-body-inline-end: var(--mer-spacing--md);\n\n display: grid;\n block-size: 100%;\n overflow: auto;\n grid-template-rows: 1fr max-content;\n\n background-color: var(--elevation-background-color, var(--mer-surface));\n color: var(--mer-text__on-elevation);\n text-align: center;\n}\n.section {\n // section was addad for semantics, in order to allow a footer tag.\n display: contents;\n}\n\n.main {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n gap: 20px;\n}\n\n.version__container {\n display: flex;\n justify-content: center;\n flex-direction: column;\n gap: var(--mer-spacing--xs);\n}\n.logo {\n &__container {\n display: flex;\n flex-direction: column;\n gap: var(--mer-spacing--sm);\n align-items: center;\n margin: unset;\n }\n &__img {\n $logoSize: 28px;\n inline-size: $logoSize;\n block-size: $logoSize;\n }\n}\n\n.link-underlined {\n // TODO: Add link helper class in Mercury\n text-decoration: underline;\n color: var(--mer-text__on-elevation);\n &:hover {\n color: var(--mer-text__highlighted);\n }\n &:active {\n color: var(--mer-text__elevation);\n }\n}\n\n.links-container {\n display: flex;\n gap: var(--mer-spacing--xs);\n}\n\n.copyrights {\n // TODO: Add color helper classes in Mercury\n color: var(--mer-text__complementary);\n}\n","import { Component, Host, h, Prop, Element, getAssetPath } from \"@stencil/core\";\n\nimport { MercuryBundles } from \"@genexus/mercury\";\nimport { Locale } from \"../../../common/locale\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n \"utils/typography\",\n \"components/button\"\n];\n\n@Component({\n tag: \"gx-ide-about\",\n styleUrl: \"about.scss\",\n shadow: true,\n assetsDirs: [\"gx-ide-assets/about\"]\n})\nexport class GxIdeAbout {\n #componentLocale: any;\n #nextLogo = getAssetPath(`./gx-ide-assets/about/images/next-logo.svg`);\n\n @Element() el: HTMLGxIdeAboutElement;\n\n /**\n * The version of GeneXus\n */\n @Prop() readonly version: string;\n\n /**\n * The version of GeneXus IDE\n */\n @Prop() readonly ideVersion: string;\n\n /**\n * The version of GeneXus BL\n */\n @Prop() readonly blVersion: string;\n\n /**\n * Callback invoked when the user clicks on \"Details & Acknowledgements\"\n */\n @Prop() readonly detailsCallback: DetailsCallback;\n\n /**\n * Callback invoked when the user clicks on \"Privacy policy\"\n */\n @Prop() readonly privacyPolicyCallback: PrivacyPolicyCallback;\n\n /**\n * Callback invoked when the user clicks on \"Terms and conditions\"\n */\n @Prop() readonly termsAndConditionsCallback: TermsAndConditionsCallback;\n\n async componentWillLoad() {\n this.#componentLocale = await Locale.getComponentStrings(this.el);\n }\n\n render() {\n const renderPrivacyAndTerms =\n this.privacyPolicyCallback && this.termsAndConditionsCallback;\n const renderPrivacyOrTerms =\n this.privacyPolicyCallback || this.termsAndConditionsCallback;\n\n return (\n <Host class=\"scrollable\">\n <ch-theme model={CSS_BUNDLES}></ch-theme>\n <section class=\"section\">\n <div class=\"main\">\n <figure class=\"logo__container\">\n <img\n class=\"logo__img\"\n src={this.#nextLogo}\n alt={this.#componentLocale.logoAlt}\n />\n <figcaption class=\"body-semi-bold-m\">GeneXus Next</figcaption>\n </figure>\n\n <div class=\"version__container\">\n <p class=\"body-semi-bold-s\">\n {this.#componentLocale.version} {this.version}\n </p>\n <p class=\"body-regular-m\">\n {`(${this.#componentLocale.ide}=${this.ideVersion}, ${\n this.#componentLocale.bl\n }=${this.blVersion})`}\n </p>\n </div>\n\n {this.detailsCallback && (\n <button\n class=\"button-tertiary\"\n type=\"button\"\n onClick={this.detailsCallback}\n >\n {this.#componentLocale.detailsAndAcknowledgmentes}\n </button>\n )}\n\n {renderPrivacyOrTerms && (\n <div class=\"links-container\" hidden={!renderPrivacyAndTerms}>\n {this.privacyPolicyCallback && (\n <button\n class=\"link-underlined tiny-regular-s\"\n type=\"button\"\n onClick={this.privacyPolicyCallback}\n >\n {this.#componentLocale.privacyPolicy}\n </button>\n )}\n\n {renderPrivacyAndTerms && \"|\"}\n\n {this.termsAndConditionsCallback && (\n <button\n class=\"link-underlined tiny-regular-s\"\n type=\"button\"\n onClick={this.termsAndConditionsCallback}\n >\n {this.#componentLocale.termsAndConditions}\n </button>\n )}\n </div>\n )}\n </div>\n\n <footer class=\"body-regular-s copyrights\">\n {this.#componentLocale.copyright}\n </footer>\n </section>\n </Host>\n );\n }\n}\n\nexport type DetailsCallback = () => Promise<void>;\nexport type PrivacyPolicyCallback = () => Promise<void>;\nexport type TermsAndConditionsCallback = () => Promise<void>;\n"],"mappings":";;;;AAAA,MAAMA,IAAW;;;;;;;;;;;;;;;;;ACKjB,MAAMC,IAA8B,EAClC,qBACA,oBACA;;MASWC,IAAU;;;IACrBC,EAAAC,IAAAC,WAAA;IACAC,EAAAF,IAAAC,MAAYE,EAAa;;;;;;;;EAkCzB,uBAAMC;IACJC,EAAAJ,MAAIF,SAA0BO,EAAOC,oBAAoBN,KAAKO,KAAG;;EAGnE,MAAAC;IACE,MAAMC,IACJT,KAAKU,yBAAyBV,KAAKW;IACrC,MAAMC,IACJZ,KAAKU,yBAAyBV,KAAKW;IAErC,OACEE,EAACC,GAAI;MAACC,OAAM;OACVF,EAAA;MAAUG,OAAOpB;QACjBiB,EAAA;MAASE,OAAM;OACbF,EAAA;MAAKE,OAAM;OACTF,EAAA;MAAQE,OAAM;OACZF,EAAA;MACEE,OAAM;MACNE,KAAKC,EAAAlB,MAAIC,GAAA;MACTkB,KAAKD,EAAAlB,MAAIF,GAAA,KAAkBsB;QAE7BP,EAAA;MAAYE,OAAM;OAAkB,kBAGtCF,EAAA;MAAKE,OAAM;OACTF,EAAA;MAAGE,OAAM;OACNG,EAAAlB,MAAIF,GAAA,KAAkBuB,SAAO,KAAGrB,KAAKqB,UAExCR,EAAA;MAAGE,OAAM;OACN,IAAIG,EAAAlB,MAAIF,GAAA,KAAkBwB,OAAOtB,KAAKuB,eACrCL,EAAAlB,MAAIF,GAAA,KAAkB0B,MACpBxB,KAAKyB,gBAIZzB,KAAK0B,mBACJb,EAAA;MACEE,OAAM;MACNY,MAAK;MACLC,SAAS5B,KAAK0B;OAEbR,EAAAlB,MAAIF,GAAA,KAAkB+B,6BAI1BjB,KACCC,EAAA;MAAKE,OAAM;MAAkBe,SAASrB;OACnCT,KAAKU,yBACJG,EAAA;MACEE,OAAM;MACNY,MAAK;MACLC,SAAS5B,KAAKU;OAEbQ,EAAAlB,MAAIF,GAAA,KAAkBiC,gBAI1BtB,KAAyB,KAEzBT,KAAKW,8BACJE,EAAA;MACEE,OAAM;MACNY,MAAK;MACLC,SAAS5B,KAAKW;OAEbO,EAAAlB,MAAIF,GAAA,KAAkBkC,uBAOjCnB,EAAA;MAAQE,OAAM;OACXG,EAAAlB,MAAIF,GAAA,KAAkBmC"}
@@ -1,10 +1,10 @@
1
- import { r as e, c as t, h as r, H as a, g as o } from "./p-2cf37639.js";
1
+ import { r as e, c as t, h as r, H as a, a as o } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { c as i } from "./p-13738332.js";
4
4
 
5
5
  import { L as s } from "./p-311eedf3.js";
6
6
 
7
- import { r as l } from "./p-2de01408.js";
7
+ import { r as l } from "./p-8c0b4d9f.js";
8
8
 
9
9
  const objectsToListItemData = e => {
10
10
  const t = [];
@@ -157,4 +157,4 @@ const c = class {
157
157
  c.style = n;
158
158
 
159
159
  export { c as gx_ide_bpm_objects_selector };
160
- //# sourceMappingURL=p-1364f700.entry.js.map
160
+ //# sourceMappingURL=p-0e48ff82.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as e, h as t, H as r, g as a } from "./p-2cf37639.js";
1
+ import { r as e, h as t, H as r, a } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { L as o } from "./p-311eedf3.js";
4
4
 
@@ -328,4 +328,4 @@ l = new WeakMap, n = new WeakMap;
328
328
  c.style = i;
329
329
 
330
330
  export { c as gx_ide_ai_assistant };
331
- //# sourceMappingURL=p-1cfcec9e.entry.js.map
331
+ //# sourceMappingURL=p-10fe69d7.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as e, h as t, H as n } from "./p-2cf37639.js";
1
+ import { r as e, h as t, H as n } from "./p-25a9f1d7.js";
2
2
 
3
- import { m as a } from "./p-d6c2e256.js";
3
+ import { m as a } from "./p-6ade96a2.js";
4
4
 
5
5
  import "./p-c9551186.js";
6
6
 
@@ -228,4 +228,4 @@ p = new WeakMap, g = new WeakMap, f = new WeakMap;
228
228
  x.style = h;
229
229
 
230
230
  export { x as gx_ide_sc_chat_container };
231
- //# sourceMappingURL=p-de589873.entry.js.map
231
+ //# sourceMappingURL=p-10ff4729.entry.js.map
@@ -1,4 +1,4 @@
1
- import { a as e, r as i, h as t, H as s, g as a } from "./p-2cf37639.js";
1
+ import { g as e, r as i, h as t, H as s, a } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { g as r } from "./p-6e4208d8.js";
4
4
 
@@ -308,4 +308,4 @@ M = new WeakMap, W = new WeakMap;
308
308
  I.style = n;
309
309
 
310
310
  export { I as gx_ide_welcome_page };
311
- //# sourceMappingURL=p-5dc54e85.entry.js.map
311
+ //# sourceMappingURL=p-1b21927c.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as t, c as i, a as e, h as s, H as a, g as n } from "./p-2cf37639.js";
1
+ import { r as t, c as i, g as e, h as s, H as a, a as n } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { c as o } from "./p-13738332.js";
4
4
 
@@ -180,8 +180,10 @@ const B = class {
180
180
  await r(this, I, "f").call(this);
181
181
  }));
182
182
  F.set(this, (async () => {
183
- const t = await this.validateNameCallback(r(this, y, "f").value);
184
- r(this, N, "f").call(this, t);
183
+ if (r(this, y, "f").value) {
184
+ const t = await this.validateNameCallback(r(this, y, "f").value);
185
+ r(this, N, "f").call(this, t);
186
+ }
185
187
  }));
186
188
  T.set(this, (t => {
187
189
  this.description = t.detail;
@@ -198,8 +200,10 @@ const B = class {
198
200
  }));
199
201
  _.set(this, (async t => {
200
202
  const i = t.detail;
201
- const e = await this.validateNameCallback(i);
202
- r(this, N, "f").call(this, e);
203
+ if (i) {
204
+ const t = await this.validateNameCallback(i);
205
+ r(this, N, "f").call(this, t);
206
+ }
203
207
  }));
204
208
  P.set(this, (() => {
205
209
  if (this.selectedType.hasModule || this.selectedType.hasFolder) {
@@ -448,4 +452,4 @@ N = new WeakMap, d = new WeakSet, E = function _GxIdeNewObject_initializeSelecte
448
452
  B.style = l;
449
453
 
450
454
  export { B as gx_ide_new_object };
451
- //# sourceMappingURL=p-6830b540.entry.js.map
455
+ //# sourceMappingURL=p-1bc2613e.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mapTypeCategoryDataToActionListModel","categories","map","category","id","type","additionalInformation","center","imgSrc","icon","undefined","caption","name","part","mapTypeDataToActionListModel","types","selectedCategoryId","selectedTypeId","imageSrc","selected","sortActionListDefault","subModel","newObjectCss","CSS_BUNDLES","GxIdeNewObject","_GxIdeNewObject_componentLocale","set","this","_GxIdeNewObject_shortcutsSrc","getAssetPath","_GxIdeNewObject_categoriesActionListEl","_GxIdeNewObject_chShortcutsEl","_GxIdeNewObject_descriptionEl","_GxIdeNewObject_descriptionModifiedByUser","_GxIdeNewObject_moduleFolderEl","_GxIdeNewObject_nameEl","_GxIdeNewObject_nameModifiedByUser","_GxIdeNewObject_cancelCallbackHandler","async","cancelCallback","_GxIdeNewObject_categoryOnSelectionChangedHandler","selectionEvent","selection","detail","length","selectedCategory","typeCategories","find","item","selectedType","selectedTypeMap","get","_GxIdeNewObject_createCallbackHandler","nameValidation","validateNameCallback","__classPrivateFieldGet","value","_GxIdeNewObject_validateNameHandler","call","data","typeId","_a","description","moduleId","_c","_b","result","createCallback","_GxIdeNewObject_descriptionValueHandler","suggestDescriptionCallback","_GxIdeNewObject_getNameSuggestion","suggestNameCallback","suggestedName","replace","_GxIdeNewObject_getDescriptionSuggestion","suggestedDescription","_GxIdeNewObject_updateSuggestions","_GxIdeNewObject_init","defaultTypeFound","_GxIdeNewObject_setDefaultType","defaultTypeId","_GxIdeNewObject_onBlurNameHandler","_GxIdeNewObject_onInputDescriptionHandler","e","__classPrivateFieldSet","_GxIdeNewObject_onInputNameHandler","_GxIdeNewObject_onNameValueChangedHandler","_GxIdeNewObject_renderModuleFolder","hasModule","hasFolder","labelDescription","moduleFolder","moduleOnly","folderOnly","h","class","htmlFor","labelPosition","parent","defaultValue","defaultParent","selectEntityCallback","selectModuleCallback","ref","el","found","outerLoop","i","j","loopTypeId","_GxIdeNewObject_setSelectedCategoryOnActionList","updateItemProperties","_GxIdeNewObject_typeChangedHandler","nameValidationErrorMessage","Map","typeCategoriesChanged","newValue","typeCategoriesActionListModel","connectedCallback","componentWillLoad","Locale","getComponentStrings","_GxIdeNewObject_instances","_GxIdeNewObject_initializeSelectedTypeMap","componentDidLoad","suspendShortcuts","suspend","render","Host","model","src","categorySelectionTitle","sortItemsCallback","onSelectedItemsChange","typeSelectionTitleSuffix","typeSelectionTitle","objectName","autoFocus","input","placeholder","onChange","onInput","onBlur","actionElement","blockAlign","config","tooltipSettings","inlineAlign","delay","objectDescription","onClick","footer","btnCancel","disabled","btnCreate","forEach"],"sources":["src/components/new-object/helpers.tsx","src/common/chameleon-helpers.ts","src/components/new-object/new-object.scss?tag=gx-ide-new-object&encapsulation=shadow","src/components/new-object/new-object.tsx"],"sourcesContent":["import { ActionListModel } from \"@genexus/chameleon-controls-library\";\nimport { TypeCategoryData } from \"../..\";\nimport { TypeData } from \"./new-object\";\n\nexport type ChCheckboxArray = HTMLChCheckboxElement[] | null;\n\nexport const mapTypeCategoryDataToActionListModel = (\n categories: TypeCategoryData[]\n): ActionListModel => {\n return categories.map(category => {\n return {\n id: category.id,\n type: \"actionable\",\n additionalInformation: {\n \"stretch-start\": {\n center: [{ imgSrc: category.icon || undefined }]\n }\n },\n caption: category.name,\n part: `category-${category.id}`\n };\n });\n};\n\nexport const mapTypeDataToActionListModel = (\n types: TypeData[],\n selectedCategoryId: string,\n selectedTypeId?: string\n): ActionListModel => {\n return types.map(type => {\n return {\n id: `${type.id}`,\n type: \"actionable\",\n imageSrc: \"objects/design\",\n selected: selectedTypeId === type.id,\n additionalInformation: {\n \"stretch-start\": {\n center: [{ imgSrc: type.icon }]\n }\n },\n caption: type.name,\n part: `type-${selectedCategoryId}-${type.id}`\n };\n });\n};\n","import { ActionListModel } from \"@genexus/chameleon-controls-library/dist/types/components/action-list/types\";\n\n/**\n * Order the items in the same order as they come.\n */\nexport const sortActionListDefault = (subModel: ActionListModel) => {\n return subModel;\n};\n",":host {\n display: grid;\n block-size: 100%;\n}\n\n.main {\n display: grid;\n grid-template-rows: 1fr max-content max-content;\n}\n.categories-types-layout {\n grid-template-columns: 1fr 1fr;\n}\n.api-description-layout {\n padding-block: calc(\n var(--content-block-spacing) * 2\n ); // WA until we define a class for internal spacing.\n display: grid;\n grid-template:\n \"api-description-title api-description-title\"\n \"api-name-label api-name-control\"\n \"api-description-label api-description-control\"\n \"api-module-label api-module-control\";\n grid-template-columns: max-content 1fr;\n}\n.api-description-title {\n grid-area: api-description-title;\n}\n.api-name-label {\n grid-area: api-name-label;\n}\n.api-name-control {\n grid-area: api-name-control;\n}\n.api-description-label {\n grid-area: api-description-label;\n}\n.api-description-control {\n grid-area: api-description-control;\n}\n.api-module-label {\n grid-area: api-module-label;\n}\n.api-module-control {\n grid-area: api-module-control;\n}\n","/* STENCIL IMPORTS */\nimport {\n Component,\n Host,\n h,\n Prop,\n Event,\n EventEmitter,\n Element,\n State,\n Watch,\n getAssetPath,\n Method\n} from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\nimport { MercuryBundles } from \"@genexus/mercury\";\nimport { config } from \"../../common/config\";\n/* CUSTOM IMPORTS */\nimport { Locale } from \"../../common/locale\";\nimport { EntityData } from \"../../common/types\";\nimport {\n ActionListItemModelExtended,\n ActionListModel\n} from \"@genexus/chameleon-controls-library\";\nimport {\n mapTypeCategoryDataToActionListModel,\n mapTypeDataToActionListModel\n} from \"./helpers\";\n\nimport { sortActionListDefault } from \"../../common/chameleon-helpers\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n \"components/button\",\n \"components/edit\",\n \"components/icon\",\n \"components/tooltip\",\n \"components/list-box\",\n \"utils/form\",\n \"utils/layout\",\n \"utils/spacing\",\n \"utils/typography\"\n];\n\n@Component({\n tag: \"gx-ide-new-object\",\n styleUrl: \"new-object.scss\",\n shadow: { delegatesFocus: true },\n assetsDirs: [\"gx-ide-assets/new-object\"]\n})\nexport class GxIdeNewObject {\n /**\n * The component hard-coded strings translations.\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #componentLocale: any;\n #shortcutsSrc = getAssetPath(`./gx-ide-assets/new-object/shortcuts.json`);\n\n @Element() el: HTMLGxIdeNewObjectElement;\n\n /* References needed to collect data on \"Create\" button submit */\n #categoriesActionListEl: HTMLChActionListRenderElement;\n #chShortcutsEl: HTMLChShortcutsElement;\n #descriptionEl!: HTMLChEditElement;\n #descriptionModifiedByUser = false;\n #moduleFolderEl!: HTMLGxIdeEntitySelectorElement;\n #nameEl!: HTMLChEditElement;\n #nameModifiedByUser = false;\n\n /**\n * Description of the new object\n */\n @State() description: string = undefined;\n\n /**\n * Name of the new object\n */\n @State() name: string = undefined;\n @State() nameValidationErrorMessage: string;\n @State() selectedCategory: TypeCategoryData | null;\n @State() selectedType: TypeData | null;\n // representations of TypeCategoryData[] as ComboBoxModel.\n @State() typeCategoriesActionListModel: ActionListModel = [];\n @State() typesActionListModel: ActionListModel = [];\n\n @State() selectedTypeMap: Map<string, string> = new Map();\n\n /**\n * Allows you to define the type selected by default when instantiating the dialog.\n * Represented by the type identifier.\n */\n @Prop() readonly defaultTypeId: string;\n\n /**\n * Default value for the Module/Folder field.\n */\n @Prop() readonly defaultParent: EntityData;\n\n /**\n * If true it displays the component title on the header\n */\n @Prop() readonly displayTitle = false;\n\n /**\n * Callback invoked when user wants to cancel object creation\n */\n @Prop() readonly cancelCallback: CancelCallback;\n\n /**\n * Callback invoked when user wants to confirm object creation\n */\n @Prop() readonly createCallback: CreateCallback;\n\n /**\n * Applies a shadow all around\n */\n @Prop() readonly shadow = false;\n\n /**\n * Array containing category list and its corresponding types\n */\n @Prop({ mutable: true }) typeCategories!: TypeCategoryData[];\n @Watch(\"typeCategories\")\n typeCategoriesChanged(newValue: TypeCategoryData[]) {\n if (newValue?.length) {\n this.typeCategoriesActionListModel = mapTypeCategoryDataToActionListModel(\n this.typeCategories\n );\n }\n }\n\n /**\n * Current value for Module/Folder\n */\n @Prop() readonly parent: EntityData;\n\n /**\n * Callback invoked when the action is executed on the Module/Folder filter\n * (button '...'). It returns the information of the selected object (id and\n * name) or 'undefined' if it was canceled.\n */\n @Prop() readonly selectModuleCallback: SelectModuleCallback;\n\n /**\n * Callback invoked when you must validate a name. Returns an error message or\n * 'undefined' if the name is not valid.\n */\n @Prop() readonly validateNameCallback: ValidateNameCallback;\n\n /**\n * Callback to suggest a name when creating an object from another object.\n * Returns the suggested name or undefined if not applicable.\n */\n @Prop() readonly suggestNameCallback?: SuggestNameCallback;\n\n /**\n * Callback to suggest a description when creating an object from another object.\n * Returns the suggested description or undefined if not applicable.\n */\n @Prop() readonly suggestDescriptionCallback?: SuggestDescriptionCallback;\n\n /**\n * This event emits the 'cancel' event\n */\n @Event() cancel: EventEmitter<boolean>;\n\n /**\n * This event emm=its the data needed to create a new object\n */\n @Event() create: EventEmitter<NewObjectData>;\n\n /**\n * This event is triggered after a validation of the object name is made.\n * Returns 'undefined' if it's valid, otherwise an error message.\n */\n @Event() validateName: EventEmitter<string | undefined>;\n\n connectedCallback() {\n // this.#validateInitialName();\n }\n\n async componentWillLoad() {\n await this.#init();\n this.#componentLocale = await Locale.getComponentStrings(this.el);\n this.typeCategoriesChanged(this.typeCategories);\n this.#initializeSelectedTypeMap();\n }\n\n componentDidLoad() {\n this.#setSelectedCategoryOnActionList();\n }\n\n /**\n * Suspends or reactivates the shortcuts\n */\n @Method()\n async suspendShortcuts(suspendShortcuts: boolean) {\n if (suspendShortcuts) {\n this.#chShortcutsEl.suspend = true;\n } else {\n this.#chShortcutsEl.suspend = false;\n }\n }\n\n // - - - - - - - - - - -\n\n #cancelCallbackHandler = async (): Promise<void> => {\n await this.cancelCallback();\n };\n\n #categoryOnSelectionChangedHandler = (\n selectionEvent: CustomEvent<ActionListItemModelExtended[]>\n ): void => {\n const selection = selectionEvent.detail;\n if (selection.length > 0) {\n const selectedCategory = this.typeCategories.find(\n category => category.id === selection[0].item.id\n );\n if (selectedCategory) {\n this.selectedCategory = selectedCategory;\n if (selectedCategory.types.length > 0) {\n this.selectedType = selectedCategory.types.find(\n type => type.id === this.selectedTypeMap.get(selectedCategory.id)\n );\n }\n }\n }\n };\n\n #createCallbackHandler = async (): Promise<void> => {\n // validate name first\n const nameValidation: string | undefined = await this.validateNameCallback(\n this.#nameEl.value\n );\n if (!!nameValidation) {\n // name is invalid\n this.#validateNameHandler(nameValidation);\n return;\n }\n\n const data: NewObjectData = {\n typeId: this.selectedType?.id,\n name: this.#nameEl.value,\n description: !this.#descriptionModifiedByUser\n ? undefined\n : this.#descriptionEl.value,\n moduleId: this.#moduleFolderEl?.value?.id\n };\n const result = await this.createCallback(data);\n this.#validateNameHandler(result);\n };\n\n #descriptionValueHandler = () => {\n if (this.#nameModifiedByUser || this.#descriptionModifiedByUser) {\n return this.#descriptionEl.value;\n } else {\n // First try to get suggested description if callback exists\n if (this.suggestDescriptionCallback) {\n return this.description ?? this.selectedType.name;\n }\n return this.selectedType.name;\n }\n };\n\n /**\n * Gets the suggested name based on the context\n * @param selectedType The currently selected type\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #getNameSuggestion = async (selectedType: TypeData) => {\n if (this.suggestNameCallback) {\n const suggestedName = await this.suggestNameCallback();\n if (suggestedName) {\n return suggestedName.replace(/\\s/g, \"\");\n }\n }\n return selectedType.name.replace(/\\s/g, \"\");\n };\n\n /**\n * Gets the suggested description based on the context\n * @param selectedType The currently selected type\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #getDescriptionSuggestion = async (selectedType: TypeData) => {\n if (this.suggestDescriptionCallback) {\n const suggestedDescription = await this.suggestDescriptionCallback();\n if (suggestedDescription) {\n return suggestedDescription;\n }\n }\n return selectedType.name;\n };\n\n /**\n * Updates both name and description suggestions\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #updateSuggestions = async () => {\n if (!this.selectedType) {\n return;\n }\n\n if (!this.#nameModifiedByUser) {\n this.name = await this.#getNameSuggestion(this.selectedType);\n }\n\n if (!this.#descriptionModifiedByUser) {\n this.description = await this.#getDescriptionSuggestion(\n this.selectedType\n );\n }\n };\n\n /**\n * This method defines the initial selected category and type, and it then\n * initializes the name and description values.\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #init = async () => {\n const defaultTypeFound = this.#setDefaultType(this.defaultTypeId);\n if (!defaultTypeFound) {\n this.selectedCategory = this.typeCategories[0];\n this.selectedType = this.selectedCategory.types[0];\n }\n\n await this.#updateSuggestions();\n };\n\n /**\n * Initializes the selectedTypeMap with the defaultTypeId if it exists, otherwise\n * it initializes the selectedTypeMap with the first type of each category.\n */\n // eslint-disable-next-line @stencil-community/own-methods-must-be-private\n #initializeSelectedTypeMap() {\n this.typeCategories.forEach(category => {\n if (this.defaultTypeId && category.id === this.selectedCategory.id) {\n this.selectedTypeMap.set(category.id, this.selectedType.id);\n } else {\n this.selectedTypeMap.set(category.id, category.types[0].id);\n }\n });\n }\n\n #onBlurNameHandler = async () => {\n if (this.#nameEl.value) {\n const result: string | undefined = await this.validateNameCallback(\n this.#nameEl.value\n );\n this.#validateNameHandler(result);\n }\n };\n\n #onInputDescriptionHandler = (e: CustomEvent<string>) => {\n this.description = e.detail;\n this.#descriptionModifiedByUser = true;\n };\n\n #onInputNameHandler = async (e: CustomEvent<any> | InputEvent) => {\n const name = e.detail;\n if (!this.#descriptionModifiedByUser) {\n // Description should be equal to name, unless the description was already\n // modified by the user.\n this.#descriptionEl.value = name;\n }\n this.#nameModifiedByUser = true;\n };\n\n #onNameValueChangedHandler = async (e: CustomEvent<string>) => {\n const name = e.detail;\n if (name) {\n const result: string | undefined = await this.validateNameCallback(name);\n this.#validateNameHandler(result);\n }\n };\n\n #renderModuleFolder = () => {\n if (this.selectedType.hasModule || this.selectedType.hasFolder) {\n let labelDescription = this.#componentLocale.moduleFolder;\n if (!this.selectedType.hasFolder) {\n labelDescription = this.#componentLocale.moduleOnly;\n } else if (!this.selectedType.hasModule) {\n labelDescription = this.#componentLocale.folderOnly;\n }\n return [\n <label\n // Module/folder\n class=\"label api-module-label\"\n htmlFor=\"module\"\n >\n {labelDescription}\n </label>,\n <gx-ide-entity-selector\n id=\"module\"\n class=\"api-module-control\"\n part=\"module\"\n labelPosition=\"none\"\n value={this.parent}\n defaultValue={this.defaultParent}\n selectEntityCallback={this.selectModuleCallback}\n ref={(el: HTMLGxIdeEntitySelectorElement) =>\n (this.#moduleFolderEl = el as HTMLGxIdeEntitySelectorElement)\n }\n ></gx-ide-entity-selector>\n ];\n }\n return null;\n };\n\n #setDefaultType = (typeId: string | undefined): boolean => {\n if (!typeId) {\n return false;\n }\n let found = false;\n outerLoop: for (let i = 0; i < this.typeCategories.length; i++) {\n for (let j = 0; j < this.typeCategories[i].types.length; j++) {\n const loopTypeId = this.typeCategories[i].types[j].id;\n if (loopTypeId === typeId) {\n this.selectedCategory = this.typeCategories[i];\n this.selectedType = this.typeCategories[i].types[j];\n found = true;\n break outerLoop;\n }\n }\n }\n return found;\n };\n\n #setSelectedCategoryOnActionList = () => {\n if (this.selectedCategory) {\n // update model by setting the selected category\n this.#categoriesActionListEl.updateItemProperties(\n this.selectedCategory.id,\n {\n selected: true,\n type: \"actionable\"\n }\n );\n }\n };\n\n #typeChangedHandler = async (\n selectionEvent: CustomEvent<ActionListItemModelExtended[]>\n ) => {\n const selection = selectionEvent.detail;\n if (selection.length > 0) {\n this.selectedType = this.selectedCategory.types.find(\n type => type.id === selection[0].item.id\n );\n this.selectedTypeMap.set(this.selectedCategory.id, this.selectedType.id);\n\n await this.#updateSuggestions();\n }\n };\n\n /**\n * If the parameter is undefined, it means the name is valid. Otherwise, if it\n * receives a string, it indicates that the name is not valid. The string is the\n * error message to display.\n */\n // eslint-disable-next-line @stencil-community/own-props-must-be-private\n #validateNameHandler = (result: string | undefined): void => {\n this.nameValidationErrorMessage = result;\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\n <section class=\"main\">\n <section class=\"field-group categories-types-layout spacing-body-inline spacing-body-block-start\">\n <div class=\"field field-block\">\n <label class=\"label\">\n {this.#componentLocale.categorySelectionTitle}\n </label>\n <ch-action-list-render\n // #select a category\n // TODO: The \"scrollable\" class is a WA since the action-list currently does not support scrollbar customization\n class=\"list-box\"\n selection=\"single\"\n model={this.typeCategoriesActionListModel}\n sortItemsCallback={sortActionListDefault}\n onSelectedItemsChange={this.#categoryOnSelectionChangedHandler}\n ref={(el: HTMLChActionListRenderElement) =>\n (this.#categoriesActionListEl =\n el as HTMLChActionListRenderElement)\n }\n ></ch-action-list-render>\n </div>\n\n <div class=\"field field-block\">\n <label class=\"label\">\n {this.selectedCategory.name\n ? `${this.selectedCategory.name} ${\n this.#componentLocale.typeSelectionTitleSuffix\n }`\n : this.#componentLocale.typeSelectionTitle}\n </label>\n <ch-action-list-render\n // #data management types\n // TODO: The \"scrollable\" class is a WA since the action-list currently does not support scrollbar customization\n class=\"list-box\"\n selection=\"single\"\n sortItemsCallback={sortActionListDefault}\n model={mapTypeDataToActionListModel(\n this.selectedCategory.types,\n this.selectedCategory.id,\n this.selectedType.id\n )}\n onSelectedItemsChange={this.#typeChangedHandler}\n ></ch-action-list-render>\n </div>\n </section>\n\n <section class=\"api-description-layout field-group spacing-body-inline\">\n <h2\n // API Description\n class=\"text-align-center api-description-title subtitle-regular-xs\t\"\n >\n {this.selectedType?.description}\n </h2>\n\n <label\n // Name\n class=\"label api-name-label\"\n htmlFor=\"name\"\n >\n {this.#componentLocale.objectName}\n </label>\n <div>\n <ch-edit\n autoFocus\n class={{\n \"input\": true,\n \"api-name-control\": true,\n \"input-error\": !!this.nameValidationErrorMessage\n }}\n placeholder=\"Name\"\n value={this.name}\n ref={(el: HTMLChEditElement) =>\n (this.#nameEl = el as HTMLChEditElement)\n }\n onChange={this.#onNameValueChangedHandler}\n onInput={this.#onInputNameHandler as any}\n onBlur={this.#onBlurNameHandler}\n part=\"name\"\n ></ch-edit>\n {this.nameValidationErrorMessage && (\n <ch-tooltip\n class=\"tooltip\"\n actionElement={this.#nameEl as unknown as HTMLButtonElement}\n blockAlign={config.tooltipSettings.blockAlign}\n inlineAlign={config.tooltipSettings.inlineAlign}\n delay={config.tooltipSettings.delay}\n >\n {this.nameValidationErrorMessage}\n </ch-tooltip>\n )}\n </div>\n\n <label\n // Description\n class=\"label api-description-label\"\n htmlFor=\"description\"\n >\n {this.#componentLocale.objectDescription}\n </label>\n <ch-edit\n autoFocus\n class=\"input api-description-control\"\n placeholder=\"Description\"\n value={this.#descriptionValueHandler()}\n // TODO: toolTip={config.tooltip}\n ref={(el: HTMLChEditElement) =>\n (this.#descriptionEl = el as HTMLChEditElement)\n }\n onInput={this.#onInputDescriptionHandler as any}\n part=\"description\"\n ></ch-edit>\n\n {this.#renderModuleFolder()}\n </section>\n <footer class=\"footer control-footer-with-border spacing-body-inline spacing-body-block-end \">\n <div class=\"buttons-spacer\">\n <button\n // cancel\n class=\"button-secondary\"\n onClick={this.#cancelCallbackHandler}\n part=\"button button-cancel\"\n >\n {this.#componentLocale.footer.btnCancel}\n </button>\n\n <button\n // create\n class=\"button-primary\"\n onClick={this.#createCallbackHandler}\n disabled={!!this.nameValidationErrorMessage}\n part=\"button button-create\"\n >\n {this.#componentLocale.footer.btnCreate}\n </button>\n </div>\n </footer>\n </section>\n </Host>\n );\n }\n}\n\nexport interface NewObjectData {\n typeId: string;\n name: string;\n description: string | undefined;\n moduleId: string;\n}\n\nexport type ValidateNameCallback = (\n name: string\n) => Promise<string | undefined>;\n\nexport type SelectModuleCallback = () => Promise<EntityData | undefined>;\n\nexport type CreateCallback = (\n data: NewObjectData\n) => Promise<string | undefined>;\n\nexport type CancelCallback = () => Promise<void>;\n\nexport type TypeCategoryData = {\n id: string;\n name: string;\n icon: string;\n types: TypeData[];\n};\n\nexport type TypeData = {\n id: string;\n name: string;\n icon: string;\n hasModule: boolean;\n hasFolder: boolean;\n description: string;\n};\n\nexport type SuggestNameCallback = () => Promise<string | undefined>;\nexport type SuggestDescriptionCallback = () => Promise<string | undefined>;\n"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { r, c as t, h as e, H as a, g as o } from "./p-2cf37639.js";
1
+ import { r, c as t, h as e, H as a, a as o } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { c as i } from "./p-13738332.js";
4
4
 
@@ -131,4 +131,4 @@ const n = class {
131
131
  n.style = l;
132
132
 
133
133
  export { n as gx_ide_bpm_timer_duration };
134
- //# sourceMappingURL=p-502f2b47.entry.js.map
134
+ //# sourceMappingURL=p-1cc0ca07.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as t, h as e, H as o, g as r } from "./p-2cf37639.js";
1
+ import { r as t, h as e, H as o, a as r } from "./p-25a9f1d7.js";
2
2
 
3
3
  const i = ":root{--ui-animaton-speed:0.2s}.gxg-title-01{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-01-font-weight);font-size:var(--ds-title-01-font-size);letter-spacing:var(--ds-base-font-letter-spacing--comfortable);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable)}.gxg-title-01--negative{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-01-font-weight);font-size:var(--ds-title-01-font-size);letter-spacing:var(--ds-base-font-letter-spacing--comfortable);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--negative)}.gxg-title-02{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-02-font-weight);font-size:var(--ds-title-02-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;text-transform:uppercase;line-height:var(--ds-base-font-line-height--comfortable)}.gxg-title-02--negative{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-02-font-weight);font-size:var(--ds-title-02-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;text-transform:uppercase;line-height:var(--ds-base-font-line-height--comfortable);color:var(--color-on-primary)}.gxg-title-03{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-03-font-weight);font-size:var(--ds-title-03-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;text-transform:uppercase;line-height:var(--ds-base-font-line-height--comfortable)}.gxg-title-03--negative{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-03-font-weight);font-size:var(--ds-title-03-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;text-transform:uppercase;line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--negative)}.gxg-title-04{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-04-font-weight);font-size:var(--ds-title-04-font-size);letter-spacing:var(--ds-base-font-letter-spacing--comfortable);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable)}.gxg-title-04--negative{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-04-font-weight);font-size:var(--ds-title-04-font-size);letter-spacing:var(--ds-base-font-letter-spacing--comfortable);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--negative)}.gxg-title-05{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-05-font-weight);font-size:var(--ds-title-05-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable)}.gxg-title-05--negative{font-family:var(--ds-base-font-family-primary);font-weight:var(--ds-title-05-font-weight);font-size:var(--ds-title-05-font-size);letter-spacing:var(--ds-base-font-letter-spacing--regular);color:var(--ds-base-font-color);text-align:start;line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--negative)}.gxg-text{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable)}.gxg-text--negative{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--negative)}.gxg-text--gray{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--dimmed)}.gxg-quote{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);font-style:italic}.gxg-quote--negative{color:var(--ds-base-font-color--negative)}.gxg-link{line-height:unset;font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--link);text-decoration:underline;cursor:pointer;display:inline-block}.gxg-link:hover{color:var(--ds-base-font-color--link-hover)}.gxg-link:active{color:var(--ds-base-font-color--link-active)}.gxg-link-gray{line-height:unset;font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--link);text-decoration:underline;cursor:pointer;display:inline-block;color:var(--ds-base-font-color--dimmed)}.gxg-link-gray:hover{line-height:unset;font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--link);text-decoration:underline;cursor:pointer;display:inline-block;color:var(--ds-base-font-color--dimmed);filter:brightness(1.4)}.gxg-alert-error{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--error);display:inline-block}.gxg-alert-warning{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--warning);display:inline-block}.gxg-alert-success{font-family:var(--ds-base-font-family-primary);font-size:var(--ds-base-font-size);color:var(--ds-base-font-size-color);font-weight:var(--ds-base-font-size-weight);line-height:var(--ds-base-font-line-height--comfortable);color:var(--ds-base-font-color--success);display:inline-block}.gxg-tab--disabled{color:var(--color-primary-disabled);pointer-events:none}.gxg-tab--disabled[disabled]{color:var(--color-primary-disabled);pointer-events:none}.gxg-label{font-family:var(--ds-base-font-family-primary);font-weight:var(--gxg-label-font-weight);font-size:var(--gxg-label-font-size);color:var(--gxg-label-color);text-align:center;line-height:1.455em;display:flex;align-items:center}.gxg-label:hover{color:var(--color-primary-hover)}.gxg-label:focus{color:var(--color-primary-active)}.gxg-label:active{color:var(--color-primary-active)}.gxg-label[disabled]{color:var(--color-primary-disabled)}.gxg-label--negative{color:var(--color-on-primary)}.gxg-label--negative[disabled]{color:var(--color-on-disabled)}.gxg-scrollbar{}.gxg-scrollbar::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.gxg-scrollbar::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.gxg-scrollbar::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.gxg-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.gxg-scrollbar::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}:host{--gx-ide-container-elements-spacing:var(--mer-spacing--xs);display:block;height:100%;box-sizing:border-box}.container{display:grid;height:100%;grid-template-rows:auto 1fr auto;box-sizing:border-box}.heading,.content,.footer,.footer-above{padding:var(--gx-ide-container__padding)}.container--padding-s{--gx-ide-container__padding:var(--mer-spacing--xs)}.container--padding-m{--gx-ide-container__padding:var(--mer-spacing--sm)}.container--padding-l{--gx-ide-container__padding:var(--mer-spacing--md)}.container--display-border{border:1px solid var(--gx-ide-container-border-color)}.container--display-border-top{border-top:1px solid var(--gx-ide-container-border-color)}.container--display-border-end{border-inline-end:1px solid var(--gx-ide-container-border-color)}.container--display-border-bottom{border-bottom:1px solid var(--gx-ide-container-border-color)}.container--display-border-start{border-inline-start:1px solid var(--gx-ide-container-border-color)}.container--overflow-hidden-y{overflow-y:hidden}.heading{display:flex;flex-direction:column;gap:var(--gx-ide-container__padding);width:100%;box-sizing:border-box;border-bottom:1px solid var(--gx-ide-container-border-color)}.heading--no-border{border-bottom:0}.heading--no-padding{padding:0}.heading--no-padding-block-end{padding-block-end:0}.heading--no-gap{gap:0}.heading--inactive{color:var(--gxg-color--disabled)}.heading--padding-top{padding:var(--gx-ide-container__padding) 0 0 0}.heading--slimmer{padding-top:var(--mer-spacing--xs);padding-bottom:var(--mer-spacing--xs)}.heading--form-text-height .heading__title{min-height:var(--gxg-form-text-height);justify-content:center}.heading--flex-row{flex-direction:row;align-items:center;justify-content:center}.content{overflow-x:auto;display:flex;flex-direction:column;gap:var(--gx-ide-form-items-gap);box-sizing:border-box;}.content::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.content::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.content::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.content::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.content::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}.content--no-padding{padding:0}.content--no-border-top{border-top:none}.content--flex{display:flex}.content--no-gap{gap:0}.content--align-items-start{align-items:start}.content--align-items-center{align-items:center}.content--align-items-end{align-items:end}.content--justify-content-start{justify-content:start}.content--justify-content-center{justify-content:center}.content--justify-content-end{justify-content:end}.content--border-end{border-inline-end:1px solid var(--gx-ide-container-border-color)}.container--only-content{grid-template-rows:1fr}.container--no-header:not(.container--only-content){grid-template-rows:1fr auto}.container--no-footer:not(.container--only-content){grid-template-rows:auto 1fr}.footer-above{border-top:1px solid var(--gx-ide-container-border-color)}.footer-above--no-border-top{border-top:0}.footer-above--slimmer{padding-top:var(--mer-spacing--xs);padding-bottom:var(--mer-spacing--xs)}.footer-above--no-padding{padding:0}.footer{display:flex;gap:var(--gx-ide-container-elements-spacing);flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid var(--gx-ide-container-border-color)}.footer__start,.footer__end{display:flex;gap:var(--gx-ide-container-elements-spacing)}.footer--no-border{border-top:0}.footer--no-padding{padding:0}.footer--slimmer{padding-top:var(--mer-spacing--xs);padding-bottom:var(--mer-spacing--xs)}";
4
4
 
@@ -218,4 +218,4 @@ const s = class {
218
218
  s.style = n;
219
219
 
220
220
  export { a as gx_ide_container, s as gx_ide_title };
221
- //# sourceMappingURL=p-3e15089e.entry.js.map
221
+ //# sourceMappingURL=p-1dd7be84.entry.js.map
@@ -2451,5 +2451,5 @@ const nextTick = e => promiseResolve().then(e);
2451
2451
 
2452
2452
  const O = queueTask(x, true);
2453
2453
 
2454
- export { m as H, getAssetPath as a, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
2455
- //# sourceMappingURL=p-2cf37639.js.map
2454
+ export { m as H, getElement as a, bootstrapLazy as b, createEvent as c, getAssetPath as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
2455
+ //# sourceMappingURL=p-25a9f1d7.js.map
@@ -1,4 +1,4 @@
1
- import { r, c as e, h as a, H as t, g as o } from "./p-2cf37639.js";
1
+ import { r, c as e, h as a, H as t, a as o } from "./p-25a9f1d7.js";
2
2
 
3
3
  import { c as i } from "./p-13738332.js";
4
4
 
@@ -59,4 +59,4 @@ const n = class {
59
59
  n.style = l;
60
60
 
61
61
  export { n as gx_ide_template };
62
- //# sourceMappingURL=p-b3e352c8.entry.js.map
62
+ //# sourceMappingURL=p-26815be2.entry.js.map