@genexus/genexus-ide-ui 1.0.8 → 1.0.10

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 (256) hide show
  1. package/dist/cjs/{common-d21da2fc.js → common-10d3b190.js} +15 -19
  2. package/dist/cjs/common-10d3b190.js.map +1 -0
  3. package/dist/cjs/{config-cefda28a.js → config-b21feeee.js} +6 -1
  4. package/dist/cjs/config-b21feeee.js.map +1 -0
  5. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  6. package/dist/cjs/gx-ide-bpm-app-declaration.cjs.entry.js +1 -1
  7. package/dist/cjs/gx-ide-bpm-assign-roles.cjs.entry.js +1 -1
  8. package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js +1 -1
  9. package/dist/cjs/gx-ide-bpm-import-files.cjs.entry.js +1 -1
  10. package/dist/cjs/gx-ide-bpm-import-gxpm.cjs.entry.js +1 -1
  11. package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js +1 -1
  12. package/dist/cjs/gx-ide-bpm-timer-duration.cjs.entry.js +1 -1
  13. package/dist/cjs/gx-ide-connect-gx-server.cjs.entry.js +1 -1
  14. package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js +1 -1
  15. package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js +1 -1
  16. package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js.map +1 -1
  17. package/dist/cjs/gx-ide-data-selector.cjs.entry.js +3 -3
  18. package/dist/cjs/gx-ide-data-selector.cjs.entry.js.map +1 -1
  19. package/dist/cjs/gx-ide-design-import.cjs.entry.js +2 -2
  20. package/dist/cjs/gx-ide-gam-installation-settings.cjs.entry.js +1 -1
  21. package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +1 -1
  22. package/dist/cjs/gx-ide-manage-module-references-v2.cjs.entry.js +1 -1
  23. package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js +1 -1
  24. package/dist/cjs/gx-ide-new-environment.cjs.entry.js +2 -2
  25. package/dist/cjs/gx-ide-new-kb.cjs.entry.js +523 -182
  26. package/dist/cjs/gx-ide-new-kb.cjs.entry.js.map +1 -1
  27. package/dist/cjs/gx-ide-new-object.cjs.entry.js +1 -1
  28. package/dist/cjs/gx-ide-object-selector.cjs.entry.js +3 -3
  29. package/dist/cjs/gx-ide-object-selector.cjs.entry.js.map +1 -1
  30. package/dist/cjs/gx-ide-recent-news.cjs.entry.js +1 -1
  31. package/dist/cjs/gx-ide-references.cjs.entry.js +1 -1
  32. package/dist/cjs/gx-ide-share-kb.cjs.entry.js +2 -2
  33. package/dist/cjs/gx-ide-start-page.cjs.entry.js +2 -2
  34. package/dist/cjs/gx-ide-start-page.cjs.entry.js.map +1 -1
  35. package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +1 -1
  36. package/dist/cjs/gx-ide-team-dev-select-recent-comment.cjs.entry.js +1 -1
  37. package/dist/cjs/gx-ide-team-dev-update-partial-selection.cjs.entry.js +1 -1
  38. package/dist/cjs/gx-ide-team-dev-update-to-revision.cjs.entry.js +1 -1
  39. package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js +1 -1
  40. package/dist/cjs/gx-ide-template.cjs.entry.js +1 -1
  41. package/dist/cjs/gx-ide-test.cjs.entry.js +53 -102
  42. package/dist/cjs/gx-ide-test.cjs.entry.js.map +1 -1
  43. package/dist/cjs/gx-ide-wf-settings.cjs.entry.js +1 -1
  44. package/dist/cjs/gx-ide-ww-images.cjs.entry.js +2 -2
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/collection/common/common.js +25 -1
  47. package/dist/collection/common/common.js.map +1 -1
  48. package/dist/collection/common/config.js +5 -0
  49. package/dist/collection/common/config.js.map +1 -1
  50. package/dist/collection/common/form-validation.js +50 -0
  51. package/dist/collection/common/form-validation.js.map +1 -0
  52. package/dist/collection/components/_helpers/card/card.css +3 -0
  53. package/dist/collection/components/_helpers/empty-state/gx-ide-empty-state.css +3 -0
  54. package/dist/collection/components/_helpers/list-selector/list-selector.css +3 -0
  55. package/dist/collection/components/_starting-template/template.css +3 -0
  56. package/dist/collection/components/_test/test.js +53 -102
  57. package/dist/collection/components/_test/test.js.map +1 -1
  58. package/dist/collection/components/ai-assistant/ai-assistant.css +3 -0
  59. package/dist/collection/components/bpm/application-declaration/bpm-app-declaration.css +3 -0
  60. package/dist/collection/components/bpm/assign-roles/bpm-assign-roles.css +3 -0
  61. package/dist/collection/components/bpm/export-xpdl/bpm-export-xpdl.css +3 -0
  62. package/dist/collection/components/bpm/import-files/bpm-import-files.css +3 -0
  63. package/dist/collection/components/bpm/import-gxpm/bpm-import-gxpm.css +3 -0
  64. package/dist/collection/components/bpm/objects-selector/bpm-objects-selector.css +3 -0
  65. package/dist/collection/components/bpm/timer-duration/bpm-timer-duration.css +3 -0
  66. package/dist/collection/components/connect-gx-server/connect-gx-server.css +3 -0
  67. package/dist/collection/components/create-kb-from-server/create-kb-from-server.css +3 -0
  68. package/dist/collection/components/dashboard-home/dashboard-home.css +3 -0
  69. package/dist/collection/components/data-selector/data-selector.css +10 -0
  70. package/dist/collection/components/data-selector/data-selector.js +1 -1
  71. package/dist/collection/components/data-selector/data-selector.js.map +1 -1
  72. package/dist/collection/components/design-import/design-import.css +3 -0
  73. package/dist/collection/components/gam-installation-settings/gam-installation-settings.css +3 -0
  74. package/dist/collection/components/kb-manager-import/kb-manager-import.css +3 -0
  75. package/dist/collection/components/modules/edit-module-server/edit-module-server.css +3 -0
  76. package/dist/collection/components/modules/manage-module-references/manage-module-references.css +3 -0
  77. package/dist/collection/components/modules/manage-module-references-v2/manage-module-references.css +3 -0
  78. package/dist/collection/components/new-environment/new-environment.css +3 -0
  79. package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +2 -1
  80. package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +2 -1
  81. package/dist/collection/components/new-kb/helpers.js +9 -0
  82. package/dist/collection/components/new-kb/helpers.js.map +1 -0
  83. package/dist/collection/components/new-kb/new-kb.css +39 -665
  84. package/dist/collection/components/new-kb/new-kb.js +679 -382
  85. package/dist/collection/components/new-kb/new-kb.js.map +1 -1
  86. package/dist/collection/components/new-object/new-object.css +3 -0
  87. package/dist/collection/components/object-selector/object-selector.css +4 -0
  88. package/dist/collection/components/object-selector/object-selector.js +1 -1
  89. package/dist/collection/components/object-selector/object-selector.js.map +1 -1
  90. package/dist/collection/components/references/references.css +3 -0
  91. package/dist/collection/components/share-kb/share-kb.css +3 -0
  92. package/dist/collection/components/start-page/recent-news.css +3 -0
  93. package/dist/collection/components/start-page/start-page.css +3 -0
  94. package/dist/collection/components/team-dev/commit/commit.css +3 -0
  95. package/dist/collection/components/team-dev/select-recent-comment/select-recent-comment.css +3 -0
  96. package/dist/collection/components/team-dev/update/update.css +3 -0
  97. package/dist/collection/components/team-dev/update-partial-selection/update-partial-selection.css +3 -0
  98. package/dist/collection/components/team-dev/update-to-revision/update-to-revision.css +3 -0
  99. package/dist/collection/components/wf-settings/wf-settings.css +3 -0
  100. package/dist/collection/components/ww-images/ww-images.css +3 -0
  101. package/dist/components/common.js +14 -18
  102. package/dist/components/common.js.map +1 -1
  103. package/dist/components/config.js +5 -0
  104. package/dist/components/config.js.map +1 -1
  105. package/dist/components/gx-ide-dashboard-home.js +1 -1
  106. package/dist/components/gx-ide-dashboard-home.js.map +1 -1
  107. package/dist/components/gx-ide-data-selector.js +2 -2
  108. package/dist/components/gx-ide-data-selector.js.map +1 -1
  109. package/dist/components/gx-ide-new-kb.js +561 -209
  110. package/dist/components/gx-ide-new-kb.js.map +1 -1
  111. package/dist/components/gx-ide-object-selector.js +2 -2
  112. package/dist/components/gx-ide-object-selector.js.map +1 -1
  113. package/dist/components/gx-ide-start-page.js +1 -1
  114. package/dist/components/gx-ide-start-page.js.map +1 -1
  115. package/dist/components/gx-ide-test.js +53 -102
  116. package/dist/components/gx-ide-test.js.map +1 -1
  117. package/dist/esm/{common-31ac2b05.js → common-339b4376.js} +15 -19
  118. package/dist/esm/common-339b4376.js.map +1 -0
  119. package/dist/esm/{config-084ee328.js → config-ed1f26d7.js} +6 -1
  120. package/dist/esm/config-ed1f26d7.js.map +1 -0
  121. package/dist/esm/genexus-ide-ui.js +1 -1
  122. package/dist/esm/gx-ide-bpm-app-declaration.entry.js +1 -1
  123. package/dist/esm/gx-ide-bpm-assign-roles.entry.js +1 -1
  124. package/dist/esm/gx-ide-bpm-export-xpdl.entry.js +1 -1
  125. package/dist/esm/gx-ide-bpm-import-files.entry.js +1 -1
  126. package/dist/esm/gx-ide-bpm-import-gxpm.entry.js +1 -1
  127. package/dist/esm/gx-ide-bpm-objects-selector.entry.js +1 -1
  128. package/dist/esm/gx-ide-bpm-timer-duration.entry.js +1 -1
  129. package/dist/esm/gx-ide-connect-gx-server.entry.js +1 -1
  130. package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
  131. package/dist/esm/gx-ide-dashboard-home.entry.js +1 -1
  132. package/dist/esm/gx-ide-dashboard-home.entry.js.map +1 -1
  133. package/dist/esm/gx-ide-data-selector.entry.js +3 -3
  134. package/dist/esm/gx-ide-data-selector.entry.js.map +1 -1
  135. package/dist/esm/gx-ide-design-import.entry.js +2 -2
  136. package/dist/esm/gx-ide-gam-installation-settings.entry.js +1 -1
  137. package/dist/esm/gx-ide-kb-manager-import.entry.js +1 -1
  138. package/dist/esm/gx-ide-manage-module-references-v2.entry.js +1 -1
  139. package/dist/esm/gx-ide-manage-module-references.entry.js +1 -1
  140. package/dist/esm/gx-ide-new-environment.entry.js +2 -2
  141. package/dist/esm/gx-ide-new-kb.entry.js +524 -183
  142. package/dist/esm/gx-ide-new-kb.entry.js.map +1 -1
  143. package/dist/esm/gx-ide-new-object.entry.js +1 -1
  144. package/dist/esm/gx-ide-object-selector.entry.js +3 -3
  145. package/dist/esm/gx-ide-object-selector.entry.js.map +1 -1
  146. package/dist/esm/gx-ide-recent-news.entry.js +1 -1
  147. package/dist/esm/gx-ide-references.entry.js +1 -1
  148. package/dist/esm/gx-ide-share-kb.entry.js +2 -2
  149. package/dist/esm/gx-ide-start-page.entry.js +2 -2
  150. package/dist/esm/gx-ide-start-page.entry.js.map +1 -1
  151. package/dist/esm/gx-ide-team-dev-commit.entry.js +1 -1
  152. package/dist/esm/gx-ide-team-dev-select-recent-comment.entry.js +1 -1
  153. package/dist/esm/gx-ide-team-dev-update-partial-selection.entry.js +1 -1
  154. package/dist/esm/gx-ide-team-dev-update-to-revision.entry.js +1 -1
  155. package/dist/esm/gx-ide-team-dev-update.entry.js +1 -1
  156. package/dist/esm/gx-ide-template.entry.js +1 -1
  157. package/dist/esm/gx-ide-test.entry.js +53 -102
  158. package/dist/esm/gx-ide-test.entry.js.map +1 -1
  159. package/dist/esm/gx-ide-wf-settings.entry.js +1 -1
  160. package/dist/esm/gx-ide-ww-images.entry.js +2 -2
  161. package/dist/esm/loader.js +1 -1
  162. package/dist/genexus-ide-ui/genexus-ide-ui.css +2 -2
  163. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +4 -4
  164. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  165. package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +2 -1
  166. package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +2 -1
  167. package/dist/genexus-ide-ui/{p-032bdefc.entry.js → p-0fced96c.entry.js} +2 -2
  168. package/dist/genexus-ide-ui/{p-794ac8e6.entry.js → p-15711eed.entry.js} +2 -2
  169. package/dist/genexus-ide-ui/{p-8f294d2e.entry.js → p-176e8d55.entry.js} +2 -2
  170. package/dist/genexus-ide-ui/{p-4ade9a67.entry.js → p-1ad7189f.entry.js} +2 -2
  171. package/dist/genexus-ide-ui/{p-b5bb18d9.entry.js → p-1d56cc71.entry.js} +2 -2
  172. package/dist/genexus-ide-ui/{p-cc87175f.entry.js → p-2ac9e22b.entry.js} +83 -83
  173. package/dist/genexus-ide-ui/p-2ac9e22b.entry.js.map +1 -0
  174. package/dist/genexus-ide-ui/{p-05eb7c04.entry.js → p-3714339e.entry.js} +20 -20
  175. package/dist/genexus-ide-ui/p-3714339e.entry.js.map +1 -0
  176. package/dist/genexus-ide-ui/p-3e5e2766.entry.js +765 -0
  177. package/dist/genexus-ide-ui/p-3e5e2766.entry.js.map +1 -0
  178. package/dist/genexus-ide-ui/{p-af836892.js → p-3ef5a5a6.js} +33 -37
  179. package/dist/genexus-ide-ui/p-3ef5a5a6.js.map +1 -0
  180. package/dist/genexus-ide-ui/{p-929dd336.entry.js → p-55304f04.entry.js} +2 -2
  181. package/dist/genexus-ide-ui/{p-e557aa5e.entry.js → p-5c5abefc.entry.js} +2 -2
  182. package/dist/genexus-ide-ui/{p-d5c2b4cc.entry.js → p-6fa9ea04.entry.js} +2 -2
  183. package/dist/genexus-ide-ui/{p-a4370f5d.entry.js → p-70588f0b.entry.js} +2 -2
  184. package/dist/genexus-ide-ui/{p-55a30661.js → p-78b90603.js} +6 -1
  185. package/dist/genexus-ide-ui/p-78b90603.js.map +1 -0
  186. package/dist/genexus-ide-ui/{p-5d8817cb.entry.js → p-88fff4f3.entry.js} +2 -2
  187. package/dist/genexus-ide-ui/{p-e0072adb.entry.js → p-9a9fdfc0.entry.js} +2 -2
  188. package/dist/genexus-ide-ui/p-a29cfcdb.entry.js +100 -0
  189. package/dist/genexus-ide-ui/p-a29cfcdb.entry.js.map +1 -0
  190. package/dist/genexus-ide-ui/{p-5620c188.entry.js → p-a29d27ed.entry.js} +2 -2
  191. package/dist/genexus-ide-ui/{p-2b200d34.entry.js → p-a2dad270.entry.js} +3 -3
  192. package/dist/genexus-ide-ui/{p-41e5e8e0.entry.js → p-a787b331.entry.js} +2 -2
  193. package/dist/genexus-ide-ui/{p-8beec8d4.entry.js → p-a7be549c.entry.js} +2 -2
  194. package/dist/genexus-ide-ui/{p-62be51c2.entry.js → p-b967c6e3.entry.js} +2 -2
  195. package/dist/genexus-ide-ui/{p-1a1042c2.entry.js → p-c10d7879.entry.js} +2 -2
  196. package/dist/genexus-ide-ui/{p-9d02318b.entry.js → p-c484250c.entry.js} +2 -2
  197. package/dist/genexus-ide-ui/{p-593981a8.entry.js → p-ca842e11.entry.js} +3 -3
  198. package/dist/genexus-ide-ui/{p-afb531b3.entry.js → p-d1a76638.entry.js} +2 -2
  199. package/dist/genexus-ide-ui/{p-f69df17d.entry.js → p-d703bff2.entry.js} +2 -2
  200. package/dist/genexus-ide-ui/{p-f512bbca.entry.js → p-dbf8b06e.entry.js} +2 -2
  201. package/dist/genexus-ide-ui/{p-b7dfdf6d.entry.js → p-de18e865.entry.js} +3 -3
  202. package/dist/genexus-ide-ui/{p-88ab3f67.entry.js → p-e0da6770.entry.js} +2 -2
  203. package/dist/genexus-ide-ui/{p-c0ee7647.entry.js → p-e146e456.entry.js} +3 -3
  204. package/dist/genexus-ide-ui/{p-54ee665f.entry.js → p-e4cbd23c.entry.js} +2 -2
  205. package/dist/genexus-ide-ui/{p-eb6ef221.entry.js → p-e629ab16.entry.js} +2 -2
  206. package/dist/genexus-ide-ui/{p-1f8445eb.entry.js → p-edffe8d7.entry.js} +3 -3
  207. package/dist/genexus-ide-ui/{p-aea82479.entry.js → p-faa6fc25.entry.js} +2 -2
  208. package/dist/types/common/common.d.ts +6 -1
  209. package/dist/types/common/config.d.ts +6 -0
  210. package/dist/types/common/form-validation.d.ts +8 -0
  211. package/dist/types/components/_test/test.d.ts +1 -1
  212. package/dist/types/components/new-kb/helpers.d.ts +5 -0
  213. package/dist/types/components/new-kb/new-kb.d.ts +68 -102
  214. package/dist/types/components.d.ts +0 -27
  215. package/package.json +3 -3
  216. package/dist/cjs/common-d21da2fc.js.map +0 -1
  217. package/dist/cjs/config-cefda28a.js.map +0 -1
  218. package/dist/esm/common-31ac2b05.js.map +0 -1
  219. package/dist/esm/config-084ee328.js.map +0 -1
  220. package/dist/genexus-ide-ui/p-05eb7c04.entry.js.map +0 -1
  221. package/dist/genexus-ide-ui/p-55a30661.js.map +0 -1
  222. package/dist/genexus-ide-ui/p-69a83248.entry.js +0 -186
  223. package/dist/genexus-ide-ui/p-69a83248.entry.js.map +0 -1
  224. package/dist/genexus-ide-ui/p-9d640444.entry.js +0 -472
  225. package/dist/genexus-ide-ui/p-9d640444.entry.js.map +0 -1
  226. package/dist/genexus-ide-ui/p-af836892.js.map +0 -1
  227. package/dist/genexus-ide-ui/p-cc87175f.entry.js.map +0 -1
  228. /package/dist/genexus-ide-ui/{p-032bdefc.entry.js.map → p-0fced96c.entry.js.map} +0 -0
  229. /package/dist/genexus-ide-ui/{p-794ac8e6.entry.js.map → p-15711eed.entry.js.map} +0 -0
  230. /package/dist/genexus-ide-ui/{p-8f294d2e.entry.js.map → p-176e8d55.entry.js.map} +0 -0
  231. /package/dist/genexus-ide-ui/{p-4ade9a67.entry.js.map → p-1ad7189f.entry.js.map} +0 -0
  232. /package/dist/genexus-ide-ui/{p-b5bb18d9.entry.js.map → p-1d56cc71.entry.js.map} +0 -0
  233. /package/dist/genexus-ide-ui/{p-929dd336.entry.js.map → p-55304f04.entry.js.map} +0 -0
  234. /package/dist/genexus-ide-ui/{p-e557aa5e.entry.js.map → p-5c5abefc.entry.js.map} +0 -0
  235. /package/dist/genexus-ide-ui/{p-d5c2b4cc.entry.js.map → p-6fa9ea04.entry.js.map} +0 -0
  236. /package/dist/genexus-ide-ui/{p-a4370f5d.entry.js.map → p-70588f0b.entry.js.map} +0 -0
  237. /package/dist/genexus-ide-ui/{p-5d8817cb.entry.js.map → p-88fff4f3.entry.js.map} +0 -0
  238. /package/dist/genexus-ide-ui/{p-e0072adb.entry.js.map → p-9a9fdfc0.entry.js.map} +0 -0
  239. /package/dist/genexus-ide-ui/{p-5620c188.entry.js.map → p-a29d27ed.entry.js.map} +0 -0
  240. /package/dist/genexus-ide-ui/{p-2b200d34.entry.js.map → p-a2dad270.entry.js.map} +0 -0
  241. /package/dist/genexus-ide-ui/{p-41e5e8e0.entry.js.map → p-a787b331.entry.js.map} +0 -0
  242. /package/dist/genexus-ide-ui/{p-8beec8d4.entry.js.map → p-a7be549c.entry.js.map} +0 -0
  243. /package/dist/genexus-ide-ui/{p-62be51c2.entry.js.map → p-b967c6e3.entry.js.map} +0 -0
  244. /package/dist/genexus-ide-ui/{p-1a1042c2.entry.js.map → p-c10d7879.entry.js.map} +0 -0
  245. /package/dist/genexus-ide-ui/{p-9d02318b.entry.js.map → p-c484250c.entry.js.map} +0 -0
  246. /package/dist/genexus-ide-ui/{p-593981a8.entry.js.map → p-ca842e11.entry.js.map} +0 -0
  247. /package/dist/genexus-ide-ui/{p-afb531b3.entry.js.map → p-d1a76638.entry.js.map} +0 -0
  248. /package/dist/genexus-ide-ui/{p-f69df17d.entry.js.map → p-d703bff2.entry.js.map} +0 -0
  249. /package/dist/genexus-ide-ui/{p-f512bbca.entry.js.map → p-dbf8b06e.entry.js.map} +0 -0
  250. /package/dist/genexus-ide-ui/{p-b7dfdf6d.entry.js.map → p-de18e865.entry.js.map} +0 -0
  251. /package/dist/genexus-ide-ui/{p-88ab3f67.entry.js.map → p-e0da6770.entry.js.map} +0 -0
  252. /package/dist/genexus-ide-ui/{p-c0ee7647.entry.js.map → p-e146e456.entry.js.map} +0 -0
  253. /package/dist/genexus-ide-ui/{p-54ee665f.entry.js.map → p-e4cbd23c.entry.js.map} +0 -0
  254. /package/dist/genexus-ide-ui/{p-eb6ef221.entry.js.map → p-e629ab16.entry.js.map} +0 -0
  255. /package/dist/genexus-ide-ui/{p-1f8445eb.entry.js.map → p-edffe8d7.entry.js.map} +0 -0
  256. /package/dist/genexus-ide-ui/{p-aea82479.entry.js.map → p-faa6fc25.entry.js.map} +0 -0
@@ -2,9 +2,9 @@ import { r as t, c as e, h as a, H as r, g as i } from "./p-aaed592c.js";
2
2
 
3
3
  import { L as o } from "./p-74d59062.js";
4
4
 
5
- import { c as s } from "./p-55a30661.js";
5
+ import { c as s } from "./p-78b90603.js";
6
6
 
7
- import { r as l } from "./p-af836892.js";
7
+ import { r as l } from "./p-3ef5a5a6.js";
8
8
 
9
9
  const n = ':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{display:grid;block-size:100%}.card-regular{background-color:var(--mer-surface__elevation--01);border:var(--mer-border__width--sm) solid var(--mer-border-color__on-elevation--01);border-radius:var(--mer-border__radius--md);padding:var(--mer-spacing--md) var(--mer-spacing--md);display:grid}.card-small{background-color:var(--mer-surface__elevation--02);border-radius:var(--mer-border__radius--sm);padding:var(--mer-spacing--sm) var(--mer-spacing--sm)}.card-small--actionable:hover{background-color:var(--mer-color__neutral-gray--600)}.card-small--actionable:active{background-color:var(--mer-color__neutral-gray--650)}.card-small:focus-visible{outline:var(--focus__outline-width) var(--focus__outline-style) var(--focus__outline-color);outline-offset:var(--focus__outline-offset)}.empty-state{block-size:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--mer-spacing--sm);text-align:center}.empty-state__title,.empty-state__button,.empty-state__link{max-inline-size:300px}.opacity-0{opacity:0}.opacity-1{opacity:1}.display-contents{display:contents}.gxi-hidden{display:none !important}.gxi-full-height{height:100%}.gxi-overflow-auto{overflow:auto}.gxi-display-flex{display:flex}.align-start{display:flex;align-items:start}.align-center{display:flex;align-items:center}.align-end{display:flex;align-items:end}.overflow-auto{overflow:auto}.justify-start{display:flex;justify-content:start}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:end}.grid{display:grid;grid-row-gap:var(--gx-ide-grid-row-gap);grid-column-gap:var(--gx-ide-grid-column-gap);grid-template-rows:auto}ch-grid-cell{display:flex}ch-grid{overflow:auto;height:100%}ch-grid-column{z-index:99;border-bottom:1px solid var(--mer-color__neutral-gray--800)}ch-grid-column:first-child{padding-inline-start:var(--gx-ide-container__padding) !important}ch-grid-column:last-child{padding-inline-end:var(--gx-ide-container__padding) !important}ch-grid-cell{--mer-spacing--xs:var(--gx-ide-container__padding)}.layout{display:grid;gap:var(--mer-spacing--lg);box-sizing:border-box}.layout--two-cols{grid-template-columns:1fr 1fr}.layout--space-above{padding-block-start:var(--mer-spacing--lg)}gxg-tabs{box-shadow:none}:host(.gx-ide-component){height:100% !important;display:flex !important;flex-direction:column !important}:host(:focus-within) gx-ide-top-bar::part(wrapper){background-color:var(--color-secondary-enabled)}.gx-ide-main-wrapper{color:var(--gx-ide-component-text-color);font-weight:var(--mer-font__weight--regular);font-size:var(--mer-font__size--xs);font-family:var(--mer-font-family--primary);height:100%;background-color:var(--gx-ide-component-background-color);display:flex;flex-direction:column;flex-grow:1;box-sizing:border-box}.gx-ide-main{flex-grow:1;overflow-y:auto;}.gx-ide-main::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.gx-ide-main::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.gx-ide-main::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.gx-ide-main::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.gx-ide-main::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}.gx-ide-overflow{overflow-y:auto;}.gx-ide-overflow::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.gx-ide-overflow::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.gx-ide-overflow::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.gx-ide-overflow::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.gx-ide-overflow::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}.tree-view-primary{font-size:var(--mer-font__size--2xs)}p{margin:0;font-size:var(--mer-font__size--xxs)}.buttons-container{display:flex;gap:var(--mer-spacing--xs)}: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)}.options{padding:var(--gx-ide-container__padding);border-block-end:1px solid var(--gx-ide-container-border-color);grid-template-columns:auto 1fr;grid-template-areas:"path-url-label path-url-wrapper" "access-token-label access-token" "style-label style" "module-label module" "checkboxes-options checkboxes-options"}.options .path-url-label{grid-area:path-url-label}.options .path-url-wrapper{grid-area:path-url-wrapper;display:flex;flex-direction:row;gap:var(--gx-ide-grid-row-gap)}.options .path-url-wrapper__buttons-container{display:flex;flex-direction:row;gap:var(--gx-ide-container-elements-spacing)}.options .access-token-label{grid-area:access-token-label}.options .access-token{grid-area:access-token}.options .style-label{grid-area:style-label}.options .style{grid-area:style}.options .module-label{grid-area:module-label}.options .module{grid-area:module}.options .checkboxes-options{grid-area:checkboxes-options}.options--hide-access-token{grid-template-areas:"path-url-label path-url-wrapper" "style-label style" "module-label module" "checkboxes-options checkboxes-options"}.options .checkboxes-options{display:flex;justify-content:space-between;gap:var(--gx-ide-grid-row-gap)}.options .checkboxes-options__col-right{display:flex;opacity:1;transition:opacity 200ms;gap:var(--gx-ide-grid-row-gap)}.options .checkboxes-options__col-right--hidden{opacity:0}.messages-container{padding:var(--gx-ide-container__padding);height:100%;overflow-y:auto;}.messages-container::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.messages-container::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.messages-container::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.messages-container::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.messages-container::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}.main{display:flex;height:100%;justify-content:center;overflow:auto}.main .design-tree,.main .design-tabs{transition:flex 200ms}.main .tree-container{flex:1}.main .design-tabs{flex:2}.main .design-tabs--fit-images img{object-fit:contain;width:100%;height:100%}.main .design-tabs img{display:block}.main--shrunken-tree .tree-container{flex:0.5}.main--shrunken-tree .design-tabs{flex:2.5}.panel-tab{height:100%;display:grid;grid-template-columns:1fr 1fr}.panel-tab .panel-item{width:100%;height:100%;overflow:auto;font-size:var(--mer-font__size--2xs);line-height:normal}.panel-tab .panel-item::-webkit-scrollbar{width:var(--gxg-scrollbar-width);height:var(--gxg-scrollbar-width)}.panel-tab .panel-item::-webkit-scrollbar-track{background-color:var(--gxg-scrollbar-track-background);border-radius:var(--gxg-scrollbar-track-border-radius)}.panel-tab .panel-item::-webkit-scrollbar-thumb{background-color:var(--gxg-scrollbar-track-thumb-background);border-radius:var(--gxg-scrollbar-track-thumb-radius)}.panel-tab .panel-item::-webkit-scrollbar-thumb:hover{background-color:var(--gxg-scrollbar-track-thumb-hover-background)}.panel-tab .panel-item::-webkit-scrollbar-corner{background:rgba(0, 0, 0, 0)}.tab--hidden{display:none}';
10
10
 
@@ -771,4 +771,4 @@ const v = class {
771
771
  v.style = n;
772
772
 
773
773
  export { v as gx_ide_design_import };
774
- //# sourceMappingURL=p-1f8445eb.entry.js.map
774
+ //# sourceMappingURL=p-edffe8d7.entry.js.map
@@ -2,7 +2,7 @@ import { r as e, c as r, h as t, H as o, g as a } from "./p-aaed592c.js";
2
2
 
3
3
  import { L as i } from "./p-74d59062.js";
4
4
 
5
- import { c as s } from "./p-55a30661.js";
5
+ import { c as s } from "./p-78b90603.js";
6
6
 
7
7
  import { r as l } from "./p-f831f30b.js";
8
8
 
@@ -97,4 +97,4 @@ const g = class {
97
97
  g.style = n;
98
98
 
99
99
  export { g as gx_ide_team_dev_select_recent_comment };
100
- //# sourceMappingURL=p-aea82479.entry.js.map
100
+ //# sourceMappingURL=p-faa6fc25.entry.js.map
@@ -3,8 +3,13 @@ import { ModulePropertyData } from "../components/modules/types";
3
3
  export declare const renderFormItems: (componentType: "gxg-combo-box-item" | "gxg-form-checkbox" | "gxg-form-radio", options: Array<GxOption>, group?: string, callback?: any) => (HTMLGxgComboBoxItemElement | HTMLGxgFormCheckboxElement | HTMLGxgFormRadioElement)[];
4
4
  export declare const renderModuleDataProperties: (options: Array<ModulePropertyData>) => ModulePropertyData[];
5
5
  /**
6
- *
7
6
  * @param gxOptions An array of GxOptions's
8
7
  * @returns The first option in the array that is 'selected'. If no one found it returns null.
9
8
  */
10
9
  export declare const getSelectedGxOption: (gxOptions: GxOption[], onlyId?: boolean) => GxOption | string | void;
10
+ /**
11
+ * @param gxOptions An array of GxOptions's
12
+ * @returns The value of the selected item, or the first item, if no one is selected.
13
+ */
14
+ export declare const getSelectedItem: (gxOptions: GxOption[]) => string;
15
+ export declare const getSelectedItem2: (gxOptions: GxOption[] | undefined) => string | undefined;
@@ -1,3 +1,4 @@
1
+ import { ChPopoverAlign } from "@genexus/chameleon-controls-library";
1
2
  export declare const config: {
2
3
  tooltip: boolean;
3
4
  gxgMessage: {
@@ -25,6 +26,11 @@ export declare const config: {
25
26
  loader: {
26
27
  timeout: number;
27
28
  };
29
+ tooltipSettings: {
30
+ blockAlign: ChPopoverAlign;
31
+ inlineAlign: ChPopoverAlign;
32
+ delay: number;
33
+ };
28
34
  inputDebounce: number;
29
35
  headingsClasses: {
30
36
  cardRegular: string;
@@ -0,0 +1,8 @@
1
+ import { FormSubmitResult, ConnectionResultData } from "../common/types";
2
+ export declare const formSubmitValidation: (result: FormSubmitResult | ConnectionResultData, ref: any) => void;
3
+ export declare const validateControls: (formSubmitResult: FormSubmitResult, validatableControls: Map<string, ControlValidation>) => Map<string, ControlValidation>;
4
+ export type ControlValidation = {
5
+ reference: HTMLElement;
6
+ hasError: boolean;
7
+ message: string;
8
+ };
@@ -1,5 +1,5 @@
1
1
  export declare class GxIdeTest {
2
- private comboBoxModel;
2
+ #private;
3
3
  /**
4
4
  * The component name
5
5
  */
@@ -0,0 +1,5 @@
1
+ import { ComboBoxModel } from "@genexus/chameleon-controls-library";
2
+ import { GxOption } from "../..";
3
+ export type ChCheckboxArray = HTMLChCheckboxElement[] | null;
4
+ export declare const renderChCheckboxItems: (options: Array<GxOption>, group?: string, callback?: any) => any;
5
+ export declare const mapOptionsToComboBoxItemModel: (options: GxOption[]) => ComboBoxModel;
@@ -1,132 +1,126 @@
1
- import { EventEmitter } from "../../stencil-public-runtime";
2
1
  import { GxOption } from "../../common/types";
3
2
  import { FormSubmitResult } from "../../common/types";
3
+ import { ControlValidation } from "../../common/form-validation";
4
+ import { ComboBoxModel } from "@genexus/chameleon-controls-library";
4
5
  export declare class GxIdeNewKb {
6
+ #private;
5
7
  [key: string]: any;
6
- /**
7
- * The component hard-coded strings translations.
8
- */
9
- private _componentLocale;
10
- private renderedFirstTime;
11
- private selectedFrontEndsIds;
12
- private shortcutsSrc;
13
8
  el: HTMLGxIdeNewKbElement;
14
- private authenticationTypeEl;
15
- private collationEl;
16
- private createDataFilesInKBFolderEl;
17
- private databaseNameEl;
18
- private dataSourceEl;
19
- private frontEndsEl;
20
- private kbNameEl;
21
- private locationEl;
22
- private passwordEl;
23
- private prototypingEnvironmentEl;
24
- private prototypingTargetEl;
25
- private savePasswordEl;
26
- private serverNameEl;
27
- private userInterfaceLanguageEl;
28
- private userNameEl;
29
- private gxgShortcutsEl;
9
+ advancedTabIsVisible: boolean;
10
+ validatableControls: Map<string, ControlValidation>;
30
11
  createDataInKbDisabled: boolean;
31
12
  userNameVisible: boolean;
32
13
  passwordVisible: boolean;
33
14
  savePasswordVisible: boolean;
15
+ authenticationTypesComboBoxModel: ComboBoxModel;
16
+ authenticationTypesInitialValue: string;
17
+ collationsComboBoxModel: ComboBoxModel;
18
+ collationsInitialValue: string;
19
+ defaultDataSourcesComboBoxModel: ComboBoxModel;
20
+ defaultDataSourcesInitialValue: string;
21
+ prototypingTargetsComboBoxModel: ComboBoxModel;
22
+ prototypingTargetsInitialValue: string;
23
+ prototypingEnvironmentsComboBoxModel: ComboBoxModel;
24
+ prototypingEnvironmentsInitialValue: string;
25
+ serverNamesComboBoxModel: ComboBoxModel;
26
+ serverNamesInitialValue: string;
27
+ userInterfaceLanguagesComboBoxModel: ComboBoxModel;
28
+ userInterfaceLanguagesInitialValue: string;
34
29
  /**
35
- * If true it displays the component title on the header
30
+ * Defines the type of authentication for the connection to the previously defined database
36
31
  */
37
- readonly displayTitle = false;
32
+ readonly authenticationTypes: GxOption[];
33
+ watchAuthenticationTypes(newValue: GxOption[]): void;
38
34
  /**
39
- * It allows defining the DBMS that will be used in the solution
35
+ * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
40
36
  */
41
- defaultDataSources: GxOption[];
37
+ readonly cancelCallback: CancelCallback;
42
38
  /**
43
- * It allows selecting multiple generators for the front end
39
+ * DB Collations
44
40
  */
45
- frontEnds: GxOption[];
41
+ readonly collations: GxOption[];
42
+ watchCollations(newValue: GxOption[]): void;
46
43
  /**
47
- * Specify whether it is feasible to display information related to local configuration parameters
44
+ * Callback that will be invoked when the user confirms KB creation (‘Create’ button)
48
45
  */
49
- readonly isAdvanced = false;
46
+ readonly createCallback: CreateCallback;
50
47
  /**
51
- * Default suggested path to a directory where the information related to the KB will be stored/generated
48
+ * Disabled if the first item of the 'Server Name' combo is selected
52
49
  */
53
- kbLocation: string;
50
+ readonly createDataFilesInKBFolder: boolean;
54
51
  /**
55
- * This is a function provided by the developer that returns a string, with the location path
52
+ * Name of the database where we are going to persist the information of our KB
56
53
  */
57
- readonly selectLocationCallback: SelectLocationCallback;
54
+ readonly databaseName: string;
58
55
  /**
59
- * The knowledge base default suggested name
56
+ * It allows defining the DBMS that will be used in the solution
60
57
  */
61
- readonly kbName: string;
58
+ defaultDataSources: GxOption[];
59
+ watchDefaultDataSources(newValue: GxOption[]): void;
62
60
  /**
63
- * It allows selecting the default environment that the KB will have (additional environments can be created later)
61
+ * If true it displays the component title on the header
64
62
  */
65
- readonly prototypingEnvironments: GxOption[];
63
+ readonly displayTitle = false;
66
64
  /**
67
- * Path to a directory where the information related to the KB will be stored/generated
65
+ * It allows selecting multiple generators for the front end
68
66
  */
69
- readonly prototypingTargets: GxOption[];
67
+ frontEnds: GxOption[];
70
68
  /**
71
- * Specify the language in which the application screens will be developed (default language)
69
+ * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
72
70
  */
73
- readonly userInterfaceLanguages: GxOption[];
71
+ readonly getDataSourcesCallback: GetDataSourcesCallback;
74
72
  /**
75
- * Defines the type of authentication for the connection to the previously defined database
73
+ * Callback invoked when the user changes the prototyping environment, allowing for the modification of the list of front ends
76
74
  */
77
- readonly authenticationTypes: GxOption[];
75
+ readonly getFrontEndsCallback: GetFrontEndsCallback;
78
76
  /**
79
- * DB Collations
77
+ * Specify whether it is feasible to display information related to local configuration parameters
80
78
  */
81
- readonly collations: GxOption[];
79
+ readonly isAdvanced = false;
82
80
  /**
83
- * Disabled if the first item of the 'Server Name' combo is selected
81
+ * Default suggested path to a directory where the information related to the KB will be stored/generated
84
82
  */
85
- readonly createDataFilesInKBFolder: boolean;
83
+ kbLocation: string;
86
84
  /**
87
- * Name of the database where we are going to persist the information of our KB
85
+ * The knowledge base default suggested name
88
86
  */
89
- readonly databaseName: string;
87
+ readonly kbName: string;
90
88
  /**
91
89
  * Password for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
92
90
  */
93
91
  readonly password: string;
94
92
  /**
95
- * Visible if something other than Windows Authentication is selected
96
- */
97
- readonly savePassword: boolean;
98
- /**
99
- * Name of the DB server where we want to persist the information of our KB
100
- */
101
- readonly serverNames: GxOption[];
102
- /**
103
- * Username for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
93
+ * It allows selecting the default environment that the KB will have (additional environments can be created later)
104
94
  */
105
- readonly userName: string;
95
+ readonly prototypingEnvironments: GxOption[];
96
+ watchPrototypingEnvironments(newValue: GxOption[]): void;
106
97
  /**
107
- * Username for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
98
+ * Path to a directory where the information related to the KB will be stored/generated
108
99
  */
109
- readonly test: string;
100
+ readonly prototypingTargets: GxOption[];
101
+ watchPrototypingTargets(newValue: GxOption[]): void;
110
102
  /**
111
- * Callback that will be invoked when the user confirms KB creation (‘Create’ button)
103
+ * Visible if something other than Windows Authentication is selected
112
104
  */
113
- readonly createCallback: CreateCallback;
105
+ readonly savePassword: boolean;
114
106
  /**
115
- * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
107
+ * This is a function provided by the developer that returns a string, with the location path
116
108
  */
117
- readonly cancelCallback: CancelCallback;
109
+ readonly selectLocationCallback: SelectLocationCallback;
118
110
  /**
119
- * Callback invoked when the user wants to cancel KB creation (‘Cancel’ button)
111
+ * Name of the DB server where we want to persist the information of our KB
120
112
  */
121
- readonly getDataSourcesCallback: GetDataSourcesCallback;
113
+ readonly serverNames: GxOption[];
114
+ watchServerNames(newValue: GxOption[]): void;
122
115
  /**
123
- * Callback invoked when the user changes the prototyping environment, allowing for the modification of the list of front ends
116
+ * Specify the language in which the application screens will be developed (default language)
124
117
  */
125
- readonly getFrontEndsCallback: GetFrontEndsCallback;
118
+ readonly userInterfaceLanguages: GxOption[];
119
+ watchUserInterfaceLanguages(newValue: GxOption[]): void;
126
120
  /**
127
- * This event is emitted once just after the component is fully loaded and the first render() occurs
121
+ * Username for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
128
122
  */
129
- componentDidRenderFirstTime: EventEmitter<boolean>;
123
+ readonly userName: string;
130
124
  componentWillLoad(): Promise<void>;
131
125
  componentDidLoad(): void;
132
126
  componentDidRender(): void;
@@ -134,34 +128,6 @@ export declare class GxIdeNewKb {
134
128
  * Suspends or reactivates the shortcuts
135
129
  */
136
130
  suspendShortcuts(suspendShortcuts: boolean): Promise<void>;
137
- private initialSetup;
138
- private updateSelectedFrontEndsIds;
139
- /**
140
- * @description If Server Name first option is selected, "Create Data in Knowledge Base Folder" should be disabled
141
- */
142
- private evaluateCreateDataInKbDisabled;
143
- /**
144
- * @description if "Authentication Type" is "Windows Authentication" then User Name, Password, and Save Password should not be visible.
145
- */
146
- private evaluateAuthenticationType;
147
- /**
148
- * @description It allows defining the DBMS that will be used in the solution
149
- */
150
- private selectLocationHandler;
151
- /**
152
- * @description it evaluates what front end options need to be updated on 'getFrontEndsCallback', by comparing the new state (getFrontEndsCallback promise result) and the previous state (previousFrontEndsState)
153
- */
154
- private updateFrontEnds;
155
- private getDataSources;
156
- private prototypingEnvironmentValueChangedHandler;
157
- private prototypingTargetValueChangedHandler;
158
- private createKbHandler;
159
- private cancelKbHandler;
160
- private renderTabBasic;
161
- private renderTabAdvanced;
162
- /** *****************************
163
- * 11.RENDER() FUNCTION
164
- ********************************/
165
131
  render(): void;
166
132
  }
167
133
  export interface NewKBData {
@@ -1261,10 +1261,6 @@ export namespace Components {
1261
1261
  * Suspends or reactivates the shortcuts
1262
1262
  */
1263
1263
  "suspendShortcuts": (suspendShortcuts: boolean) => Promise<void>;
1264
- /**
1265
- * Username for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
1266
- */
1267
- "test": string;
1268
1264
  /**
1269
1265
  * Specify the language in which the application screens will be developed (default language)
1270
1266
  */
@@ -1955,10 +1951,6 @@ export interface GxIdeNewEnvironmentCustomEvent<T> extends CustomEvent<T> {
1955
1951
  detail: T;
1956
1952
  target: HTMLGxIdeNewEnvironmentElement;
1957
1953
  }
1958
- export interface GxIdeNewKbCustomEvent<T> extends CustomEvent<T> {
1959
- detail: T;
1960
- target: HTMLGxIdeNewKbElement;
1961
- }
1962
1954
  export interface GxIdeNewObjectCustomEvent<T> extends CustomEvent<T> {
1963
1955
  detail: T;
1964
1956
  target: HTMLGxIdeNewObjectElement;
@@ -2438,18 +2430,7 @@ declare global {
2438
2430
  prototype: HTMLGxIdeNewEnvironmentElement;
2439
2431
  new (): HTMLGxIdeNewEnvironmentElement;
2440
2432
  };
2441
- interface HTMLGxIdeNewKbElementEventMap {
2442
- "componentDidRenderFirstTime": boolean;
2443
- }
2444
2433
  interface HTMLGxIdeNewKbElement extends Components.GxIdeNewKb, HTMLStencilElement {
2445
- addEventListener<K extends keyof HTMLGxIdeNewKbElementEventMap>(type: K, listener: (this: HTMLGxIdeNewKbElement, ev: GxIdeNewKbCustomEvent<HTMLGxIdeNewKbElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2446
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2447
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2448
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2449
- removeEventListener<K extends keyof HTMLGxIdeNewKbElementEventMap>(type: K, listener: (this: HTMLGxIdeNewKbElement, ev: GxIdeNewKbCustomEvent<HTMLGxIdeNewKbElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2450
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2451
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2452
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2453
2434
  }
2454
2435
  var HTMLGxIdeNewKbElement: {
2455
2436
  prototype: HTMLGxIdeNewKbElement;
@@ -3972,10 +3953,6 @@ declare namespace LocalJSX {
3972
3953
  * The knowledge base default suggested name
3973
3954
  */
3974
3955
  "kbName"?: string;
3975
- /**
3976
- * This event is emitted once just after the component is fully loaded and the first render() occurs
3977
- */
3978
- "onComponentDidRenderFirstTime"?: (event: GxIdeNewKbCustomEvent<boolean>) => void;
3979
3956
  /**
3980
3957
  * Password for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
3981
3958
  */
@@ -4000,10 +3977,6 @@ declare namespace LocalJSX {
4000
3977
  * Name of the DB server where we want to persist the information of our KB
4001
3978
  */
4002
3979
  "serverNames": GxOption[];
4003
- /**
4004
- * Username for the database connection. Visible if the Authentication Type is different from Windows Authentication (first item of the combo)
4005
- */
4006
- "test"?: string;
4007
3980
  /**
4008
3981
  * Specify the language in which the application screens will be developed (default language)
4009
3982
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genexus/genexus-ide-ui",
3
3
  "license": "Apache-2.0",
4
- "version": "1.0.8",
4
+ "version": "1.0.10",
5
5
  "description": "GeneXus IDE UI components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",
@@ -35,12 +35,12 @@
35
35
  "peerDependencies": {
36
36
  "@genexus/gemini": "*2.0.1",
37
37
  "@genexus/chameleon-controls-library": ">=6.0.0-next.38",
38
- "@genexus/mercury": "*0.9.2"
38
+ "@genexus/mercury": "*0.9.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@genexus/gemini": "*2.0.1",
42
42
  "@genexus/chameleon-controls-library": ">=6.0.0-next.38",
43
- "@genexus/mercury": "*0.9.2",
43
+ "@genexus/mercury": "*0.9.4",
44
44
  "@stencil-community/eslint-plugin": "~0.7.1",
45
45
  "@stencil/core": "~4.9.0",
46
46
  "@stencil/sass": "~1.4.0",
@@ -1 +0,0 @@
1
- {"file":"common-d21da2fc.js","mappings":"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","names":["h"],"sources":["src/common/common.tsx"],"sourcesContent":["/* STENCIL IMPORTS */\nimport { h } from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\n/* CUSTOM IMPORTS */\nimport { GxgFormItemsArray, GxOption } from \"./types\";\nimport { ModulePropertyData } from \"../components/modules/types\";\nexport const renderFormItems = (\n componentType:\n | \"gxg-combo-box-item\"\n | \"gxg-form-checkbox\"\n | \"gxg-form-radio\" = \"gxg-combo-box-item\",\n options: Array<GxOption>,\n group = \"undefined-group\",\n callback?: any\n): GxgFormItemsArray => {\n if (options.length) {\n const items: GxgFormItemsArray = [];\n options.forEach(option => {\n let item;\n switch (componentType) {\n case \"gxg-form-checkbox\":\n item = (\n <gxg-form-checkbox\n checkboxId={option.id}\n checked={option.checked}\n disabled={option.disabled}\n label={option.label}\n value={option.value}\n onChange={callback ? callback : null}\n iconName={option.iconName}\n part={`${group}-${option.id}`}\n ></gxg-form-checkbox>\n );\n items.push(item);\n break;\n case \"gxg-combo-box-item\":\n item = (\n <gxg-combo-box-item\n value={option.id}\n icon={option.iconName}\n part={`${group}-${option.id}`}\n >\n {option.label}\n </gxg-combo-box-item>\n );\n items.push(item);\n break;\n case \"gxg-form-radio\":\n item = (\n <gxg-form-radio\n radioId={option.id}\n checked={option.checked}\n disabled={option.disabled}\n label={option.label}\n value={option.value}\n name={group}\n part={`${group}-${option.id}`}\n ></gxg-form-radio>\n );\n items.push(item);\n break;\n default:\n break;\n }\n });\n return items;\n }\n return null;\n};\n\nexport const renderModuleDataProperties = (\n options: Array<ModulePropertyData>\n): ModulePropertyData[] => {\n if (options.length) {\n const items: ModulePropertyData[] = [];\n\n options.forEach(option => {\n if (Array.isArray(option.value)) {\n const item = (\n <div class=\"md-property__list\">\n <p class=\"md-property__key\">{option.name} :</p>\n <ul>\n {option.value.map(subItem => {\n return <li>{subItem}</li>;\n })}\n </ul>\n </div>\n );\n items.push(item);\n } else {\n const item = (\n <div\n class={\n option.inline\n ? \"md-property md-property--inline\"\n : \"md-property--block\"\n }\n >\n <p class=\"md-property__key\">{option.name} :</p>\n <p class=\"md-property__value\">{option.value}</p>\n </div>\n );\n items.push(item);\n }\n });\n\n return items;\n }\n return null;\n};\n\n/**\n *\n * @param gxOptions An array of GxOptions's\n * @returns The first option in the array that is 'selected'. If no one found it returns null.\n */\nexport const getSelectedGxOption = (\n gxOptions: GxOption[],\n onlyId = true\n): GxOption | string | void => {\n if (gxOptions?.length > 0) {\n let found = null;\n for (let i = 0; i < gxOptions.length; i++) {\n if (gxOptions[i].selected) {\n found = gxOptions[i];\n break;\n }\n }\n if (found && onlyId) {\n return found.id;\n } else if (!found && onlyId) {\n return gxOptions[0].id;\n }\n return found;\n }\n};\n"],"version":3}
@@ -1 +0,0 @@
1
- {"file":"config-cefda28a.js","mappings":";;AAAA;MACa,MAAM,GAAG;;IAEpB,OAAO,EAAE,IAAI;IACb,UAAU,EAAE;QACV,MAAM,EAAE;YACN,IAAI,EAAE,cAAc;YACpB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,GAAG;YACZ,QAAQ,EAAE,OAAO;YACjB,SAAS,EAAE,OAAO;SACnB;KACF;IACD,cAAc,EAAE;QACd,aAAa,EAAE,IAAI;KACpB;IACD,WAAW,EAAE;QACX,OAAO,EAAE;YACP,UAAU,EAAE,aAAa;YACzB,UAAU,EAAE,aAAa;YACzB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,oBAAoB;YAC5B,YAAY,EAAE,oBAAoB;YAClC,WAAW,EAAE,OAAO;SACrB;KACF;IACD,MAAM,EAAE;;QAEN,OAAO,EAAE,IAAI;KACd;;IAED,aAAa,EAAE,GAAG;IAClB,eAAe,EAAE;QACf,WAAW,EAAE,WAAW;QACxB,SAAS,EAAE,qBAAqB;KACjC;IACD,cAAc,EAAE;QACd,WAAW,EAAE,WAAW;QACxB,UAAU,EAAE,aAAa;KAC1B;;;;;","names":[],"sources":["src/common/config.ts"],"sourcesContent":["/* The purpose of config is to provide a simple way to change options/settings that are generally applied on all the components*/\nexport const config = {\n // tooltip is a property that exists on some gemini controls. When set to true, it will display the error/warning/success message (if any) by using a tooltip, instead of displaying the message under the control. The tooltip prevents changes on the component total height, which is desired.\n tooltip: true,\n gxgMessage: {\n common: {\n type: \"text-regular\",\n textAlign: \"center\",\n padding: \"m\",\n maxWidth: \"250px\",\n minHeight: \"300px\"\n }\n },\n gxIdeContainer: {\n slimmerFooter: true\n },\n tabularGrid: {\n colSize: {\n minContent: \"min-content\",\n maxContent: \"max-content\",\n auto: \"auto\",\n common: \"minmax(100px, 1fr)\",\n commonDouble: \"minmax(150px, 2fr)\",\n description: \"250px\"\n }\n },\n loader: {\n /* The amount of milliseconds the loader will display, before abort because of timeout*/\n timeout: 4000\n },\n /* The amount of milliseconds for any control that supports debounce */\n inputDebounce: 500,\n headingsClasses: {\n cardRegular: \"heading-3\",\n cardSmall: \"text-body-regular-m\"\n },\n utilityClasses: {\n opacityZero: \"opacity-0\",\n exactMatch: \"exact-match\"\n }\n};\n\n/* - - - - - - - - - - - - - - - - \nch-tree-view-render\n- - - - - - - - - - - - - - - - */\nexport const getImagePathTreeViewCallback = (imageSrc: string) =>\n `./assets/icons/${imageSrc}.svg#enabled`;\n"],"version":3}
@@ -1 +0,0 @@
1
- {"file":"common-31ac2b05.js","mappings":"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","names":[],"sources":["src/common/common.tsx"],"sourcesContent":["/* STENCIL IMPORTS */\nimport { h } from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\n/* CUSTOM IMPORTS */\nimport { GxgFormItemsArray, GxOption } from \"./types\";\nimport { ModulePropertyData } from \"../components/modules/types\";\nexport const renderFormItems = (\n componentType:\n | \"gxg-combo-box-item\"\n | \"gxg-form-checkbox\"\n | \"gxg-form-radio\" = \"gxg-combo-box-item\",\n options: Array<GxOption>,\n group = \"undefined-group\",\n callback?: any\n): GxgFormItemsArray => {\n if (options.length) {\n const items: GxgFormItemsArray = [];\n options.forEach(option => {\n let item;\n switch (componentType) {\n case \"gxg-form-checkbox\":\n item = (\n <gxg-form-checkbox\n checkboxId={option.id}\n checked={option.checked}\n disabled={option.disabled}\n label={option.label}\n value={option.value}\n onChange={callback ? callback : null}\n iconName={option.iconName}\n part={`${group}-${option.id}`}\n ></gxg-form-checkbox>\n );\n items.push(item);\n break;\n case \"gxg-combo-box-item\":\n item = (\n <gxg-combo-box-item\n value={option.id}\n icon={option.iconName}\n part={`${group}-${option.id}`}\n >\n {option.label}\n </gxg-combo-box-item>\n );\n items.push(item);\n break;\n case \"gxg-form-radio\":\n item = (\n <gxg-form-radio\n radioId={option.id}\n checked={option.checked}\n disabled={option.disabled}\n label={option.label}\n value={option.value}\n name={group}\n part={`${group}-${option.id}`}\n ></gxg-form-radio>\n );\n items.push(item);\n break;\n default:\n break;\n }\n });\n return items;\n }\n return null;\n};\n\nexport const renderModuleDataProperties = (\n options: Array<ModulePropertyData>\n): ModulePropertyData[] => {\n if (options.length) {\n const items: ModulePropertyData[] = [];\n\n options.forEach(option => {\n if (Array.isArray(option.value)) {\n const item = (\n <div class=\"md-property__list\">\n <p class=\"md-property__key\">{option.name} :</p>\n <ul>\n {option.value.map(subItem => {\n return <li>{subItem}</li>;\n })}\n </ul>\n </div>\n );\n items.push(item);\n } else {\n const item = (\n <div\n class={\n option.inline\n ? \"md-property md-property--inline\"\n : \"md-property--block\"\n }\n >\n <p class=\"md-property__key\">{option.name} :</p>\n <p class=\"md-property__value\">{option.value}</p>\n </div>\n );\n items.push(item);\n }\n });\n\n return items;\n }\n return null;\n};\n\n/**\n *\n * @param gxOptions An array of GxOptions's\n * @returns The first option in the array that is 'selected'. If no one found it returns null.\n */\nexport const getSelectedGxOption = (\n gxOptions: GxOption[],\n onlyId = true\n): GxOption | string | void => {\n if (gxOptions?.length > 0) {\n let found = null;\n for (let i = 0; i < gxOptions.length; i++) {\n if (gxOptions[i].selected) {\n found = gxOptions[i];\n break;\n }\n }\n if (found && onlyId) {\n return found.id;\n } else if (!found && onlyId) {\n return gxOptions[0].id;\n }\n return found;\n }\n};\n"],"version":3}
@@ -1 +0,0 @@
1
- {"file":"config-084ee328.js","mappings":"AAAA;MACa,MAAM,GAAG;;IAEpB,OAAO,EAAE,IAAI;IACb,UAAU,EAAE;QACV,MAAM,EAAE;YACN,IAAI,EAAE,cAAc;YACpB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,GAAG;YACZ,QAAQ,EAAE,OAAO;YACjB,SAAS,EAAE,OAAO;SACnB;KACF;IACD,cAAc,EAAE;QACd,aAAa,EAAE,IAAI;KACpB;IACD,WAAW,EAAE;QACX,OAAO,EAAE;YACP,UAAU,EAAE,aAAa;YACzB,UAAU,EAAE,aAAa;YACzB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,oBAAoB;YAC5B,YAAY,EAAE,oBAAoB;YAClC,WAAW,EAAE,OAAO;SACrB;KACF;IACD,MAAM,EAAE;;QAEN,OAAO,EAAE,IAAI;KACd;;IAED,aAAa,EAAE,GAAG;IAClB,eAAe,EAAE;QACf,WAAW,EAAE,WAAW;QACxB,SAAS,EAAE,qBAAqB;KACjC;IACD,cAAc,EAAE;QACd,WAAW,EAAE,WAAW;QACxB,UAAU,EAAE,aAAa;KAC1B;;;;;","names":[],"sources":["src/common/config.ts"],"sourcesContent":["/* The purpose of config is to provide a simple way to change options/settings that are generally applied on all the components*/\nexport const config = {\n // tooltip is a property that exists on some gemini controls. When set to true, it will display the error/warning/success message (if any) by using a tooltip, instead of displaying the message under the control. The tooltip prevents changes on the component total height, which is desired.\n tooltip: true,\n gxgMessage: {\n common: {\n type: \"text-regular\",\n textAlign: \"center\",\n padding: \"m\",\n maxWidth: \"250px\",\n minHeight: \"300px\"\n }\n },\n gxIdeContainer: {\n slimmerFooter: true\n },\n tabularGrid: {\n colSize: {\n minContent: \"min-content\",\n maxContent: \"max-content\",\n auto: \"auto\",\n common: \"minmax(100px, 1fr)\",\n commonDouble: \"minmax(150px, 2fr)\",\n description: \"250px\"\n }\n },\n loader: {\n /* The amount of milliseconds the loader will display, before abort because of timeout*/\n timeout: 4000\n },\n /* The amount of milliseconds for any control that supports debounce */\n inputDebounce: 500,\n headingsClasses: {\n cardRegular: \"heading-3\",\n cardSmall: \"text-body-regular-m\"\n },\n utilityClasses: {\n opacityZero: \"opacity-0\",\n exactMatch: \"exact-match\"\n }\n};\n\n/* - - - - - - - - - - - - - - - - \nch-tree-view-render\n- - - - - - - - - - - - - - - - */\nexport const getImagePathTreeViewCallback = (imageSrc: string) =>\n `./assets/icons/${imageSrc}.svg#enabled`;\n"],"version":3}