@genexus/genexus-ide-ui 1.0.54 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{MERCURY_ASSETS-ac982891.js → MERCURY_ASSETS-36f04790.js} +2 -2
- package/dist/cjs/MERCURY_ASSETS-36f04790.js.map +1 -0
- package/dist/cjs/{code-render-a496a55b.js → code-render-43aa3faf.js} +2 -2
- package/dist/cjs/{code-render-a496a55b.js.map → code-render-43aa3faf.js.map} +1 -1
- package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-ai-message.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-chat-container.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-connect-gx-server.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-connect-gx-server.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-current-user-info.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-data-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-data-type-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-design-import.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-entity-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-gam-installation-settings.cjs.entry.js +94 -66
- package/dist/cjs/gx-ide-gam-installation-settings.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-kb-manager-export.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-manage-module-references-v2.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-sc-chat-container.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-select-kb-items.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-share-kb.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-start-page.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-welcome-page.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ww-attributes.cjs.entry.js +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/gam-installation-settings/gam-installation-settings.css +13 -43
- package/dist/collection/components/gam-installation-settings/gam-installation-settings.js +139 -150
- package/dist/collection/components/gam-installation-settings/gam-installation-settings.js.map +1 -1
- package/dist/collection/components/gam-installation-settings/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.en.json +2 -1
- package/dist/collection/components/gam-installation-settings/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.ja.json +3 -2
- package/dist/collection/components/gam-installation-settings/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.zh.json +2 -1
- package/dist/collection/components/team-dev/connect-gx-server/connect-gx-server.js +2 -2
- package/dist/collection/components/team-dev/connect-gx-server/connect-gx-server.js.map +1 -1
- package/dist/components/MERCURY_ASSETS.js +1 -1
- package/dist/components/MERCURY_ASSETS.js.map +1 -1
- package/dist/components/gx-ide-connect-gx-server.js +2 -2
- package/dist/components/gx-ide-connect-gx-server.js.map +1 -1
- package/dist/components/gx-ide-gam-installation-settings.js +100 -85
- package/dist/components/gx-ide-gam-installation-settings.js.map +1 -1
- package/dist/esm/{MERCURY_ASSETS-9e4e8ebc.js → MERCURY_ASSETS-2455138c.js} +2 -2
- package/dist/esm/MERCURY_ASSETS-2455138c.js.map +1 -0
- package/dist/esm/{code-render-89a0d3ef.js → code-render-9ccc8dac.js} +2 -2
- package/dist/esm/{code-render-89a0d3ef.js.map → code-render-9ccc8dac.js.map} +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-ai-message.entry.js +1 -1
- package/dist/esm/gx-ide-chat-container.entry.js +1 -1
- package/dist/esm/gx-ide-connect-gx-server.entry.js +2 -2
- package/dist/esm/gx-ide-connect-gx-server.entry.js.map +1 -1
- package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
- package/dist/esm/gx-ide-current-user-info.entry.js +1 -1
- package/dist/esm/gx-ide-dashboard-home.entry.js +1 -1
- package/dist/esm/gx-ide-data-selector.entry.js +1 -1
- package/dist/esm/gx-ide-data-type-selector.entry.js +1 -1
- package/dist/esm/gx-ide-design-import.entry.js +1 -1
- package/dist/esm/gx-ide-entity-selector.entry.js +1 -1
- package/dist/esm/gx-ide-gam-installation-settings.entry.js +95 -67
- package/dist/esm/gx-ide-gam-installation-settings.entry.js.map +1 -1
- package/dist/esm/gx-ide-kb-manager-export.entry.js +1 -1
- package/dist/esm/gx-ide-kb-manager-import.entry.js +1 -1
- package/dist/esm/gx-ide-manage-module-references-v2.entry.js +1 -1
- package/dist/esm/gx-ide-manage-module-references.entry.js +1 -1
- package/dist/esm/gx-ide-new-kb.entry.js +1 -1
- package/dist/esm/gx-ide-object-selector.entry.js +1 -1
- package/dist/esm/gx-ide-sc-chat-container.entry.js +2 -2
- package/dist/esm/gx-ide-select-kb-items.entry.js +1 -1
- package/dist/esm/gx-ide-share-kb.entry.js +1 -1
- package/dist/esm/gx-ide-start-page.entry.js +1 -1
- package/dist/esm/gx-ide-welcome-page.entry.js +1 -1
- package/dist/esm/gx-ide-ww-attributes.entry.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.en.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.ja.json +3 -2
- package/dist/genexus-ide-ui/gx-ide-assets/gam-installation-settings/langs/gam-installation-settings.lang.zh.json +2 -1
- package/dist/genexus-ide-ui/index.esm.js +2 -2
- package/dist/genexus-ide-ui/{p-f7d2a39a.entry.js → p-20cca16c.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-c4c48a1e.entry.js → p-2320aa7a.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-47d4ec9a.entry.js → p-291eb585.entry.js} +32 -32
- package/dist/genexus-ide-ui/{p-7be438dc.entry.js → p-3611f8b7.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-36a97020.entry.js → p-3f44de6a.entry.js} +157 -134
- package/dist/genexus-ide-ui/p-3f44de6a.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-732941de.js → p-4b665a04.js} +2 -2
- package/dist/genexus-ide-ui/{p-e14affde.entry.js → p-4fc17d27.entry.js} +20 -20
- package/dist/genexus-ide-ui/{p-cfef5956.entry.js → p-562db47d.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-b95a0250.entry.js → p-56ab7460.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-1ea6c3fe.entry.js → p-5707060d.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-1e29cd30.entry.js → p-57542159.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-36fecdcb.entry.js → p-5cb80ab8.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-9cfd7800.entry.js → p-7a3baebc.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-67132150.entry.js → p-9c83ec17.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-3ca45936.entry.js → p-a526d1f5.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-8942f4b6.entry.js → p-ae3102f4.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-846c67a1.entry.js → p-c49885c3.entry.js} +8 -8
- package/dist/genexus-ide-ui/p-c49885c3.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-ad5caf61.js → p-c9551186.js} +29 -1
- package/dist/genexus-ide-ui/p-c9551186.js.map +1 -0
- package/dist/genexus-ide-ui/{p-b1eb312d.entry.js → p-cce8a91a.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-1a629aa9.entry.js → p-cff284a9.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-442e30e3.entry.js → p-de92ee84.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-c1791757.entry.js → p-e0db2615.entry.js} +19 -19
- package/dist/genexus-ide-ui/{p-2cefd33a.entry.js → p-e3711567.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-440742f3.entry.js → p-e9f2dd3f.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-dd6bbdd5.entry.js → p-fdb45861.entry.js} +3 -3
- package/dist/types/components/gam-installation-settings/gam-installation-settings.d.ts +14 -38
- package/dist/types/components.d.ts +6 -33
- package/package.json +3 -3
- package/dist/cjs/MERCURY_ASSETS-ac982891.js.map +0 -1
- package/dist/esm/MERCURY_ASSETS-9e4e8ebc.js.map +0 -1
- package/dist/genexus-ide-ui/p-36a97020.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-846c67a1.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-ad5caf61.js.map +0 -1
- /package/dist/genexus-ide-ui/{p-f7d2a39a.entry.js.map → p-20cca16c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-c4c48a1e.entry.js.map → p-2320aa7a.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-47d4ec9a.entry.js.map → p-291eb585.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-7be438dc.entry.js.map → p-3611f8b7.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-732941de.js.map → p-4b665a04.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-e14affde.entry.js.map → p-4fc17d27.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-cfef5956.entry.js.map → p-562db47d.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-b95a0250.entry.js.map → p-56ab7460.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-1ea6c3fe.entry.js.map → p-5707060d.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-1e29cd30.entry.js.map → p-57542159.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-36fecdcb.entry.js.map → p-5cb80ab8.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-9cfd7800.entry.js.map → p-7a3baebc.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-67132150.entry.js.map → p-9c83ec17.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-3ca45936.entry.js.map → p-a526d1f5.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-8942f4b6.entry.js.map → p-ae3102f4.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-b1eb312d.entry.js.map → p-cce8a91a.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-1a629aa9.entry.js.map → p-cff284a9.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-442e30e3.entry.js.map → p-de92ee84.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-c1791757.entry.js.map → p-e0db2615.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-2cefd33a.entry.js.map → p-e3711567.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-440742f3.entry.js.map → p-e9f2dd3f.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-dd6bbdd5.entry.js.map → p-fdb45861.entry.js.map} +0 -0
|
@@ -1,167 +1,190 @@
|
|
|
1
|
-
import { r as e,
|
|
1
|
+
import { r as e, h as t, H as r, g as a } from "./p-49712340.js";
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { L as o } from "./p-311eedf3.js";
|
|
4
4
|
|
|
5
|
-
import { L as s } from "./p-311eedf3.js";
|
|
5
|
+
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)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}: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)}:host{display:grid;grid-template-rows:max-content 1fr max-content;height:100%}.control-header{margin-block-end:var(--mer-spacing--md)}.main-content{grid-auto-rows:max-content}.footer-info{margin-bottom:var(--mer-spacing--sm)}.description{display:grid;grid-auto-rows:max-content;gap:8px}";
|
|
6
6
|
|
|
7
|
-
const l = ":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)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}: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)}:host{display:block}.header{border-top:1px solid var(--gx-ide-container-border-color);padding:var(--gx-ide-container__padding) var(--gx-ide-container__padding)}.message-checkbox-container{padding:0 var(--gx-ide-container__padding) var(--gx-ide-container__padding) var(--gx-ide-container__padding)}.filters{display:grid;gap:var(--gx-ide-grid-column-gap);padding:var(--gx-ide-container__padding)}.filters__wrapper{display:flex;gap:var(--gx-ide-container__padding)}.filters__wrapper>*{flex:1}.filters__front-end-objects{display:flex;gap:var(--gx-ide-grid-column-gap)}.footer-above{display:flex;gap:var(--gx-ide-container__padding)}.footer-above>*{flex:1;font-size:var(--mer-font__size--2xs);padding:var(--mer-spacing--xs);display:flex;align-items:center;justify-content:center;line-height:1.5em}.footer-above>*:first-child{border-inline-end:var(--mer-border__width--sm) solid var(--gx-ide-container-border-color)}.footer-above__right{display:flex;flex-direction:column}";
|
|
7
|
+
var s = undefined && undefined.__classPrivateFieldGet || function(e, t, r, a) {
|
|
8
|
+
if (r === "a" && !a) throw new TypeError("Private accessor was defined without a getter");
|
|
9
|
+
if (typeof t === "function" ? e !== t || !a : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
10
|
+
return r === "m" ? a : r === "a" ? a.call(e) : a ? a.value : t.get(e);
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
var l = undefined && undefined.__classPrivateFieldSet || function(e, t, r, a, o) {
|
|
14
|
+
if (a === "m") throw new TypeError("Private method is not writable");
|
|
15
|
+
if (a === "a" && !o) throw new TypeError("Private accessor was defined without a setter");
|
|
16
|
+
if (typeof t === "function" ? e !== t || !o : !t.has(e)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
17
|
+
return a === "a" ? o.call(e, r) : o ? o.value = r : t.set(e, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var n, c, d, g, f, b, h, v, m;
|
|
8
21
|
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
this
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
22
|
+
const p = [ "resets/box-sizing", "components/button", "components/checkbox", "components/combo-box", "components/edit", "utils/form", "utils/layout", "utils/typography" ];
|
|
23
|
+
|
|
24
|
+
const u = class {
|
|
25
|
+
constructor(r) {
|
|
26
|
+
e(this, r);
|
|
27
|
+
/**
|
|
28
|
+
* The component hard-coded strings translations.
|
|
29
|
+
*/ n.set(this, void 0);
|
|
30
|
+
c.set(this, void 0);
|
|
31
|
+
d.set(this, void 0);
|
|
32
|
+
g.set(this, void 0);
|
|
33
|
+
f.set(this, (() => {
|
|
34
|
+
this.cancelCallback();
|
|
35
|
+
}));
|
|
36
|
+
b.set(this, (async () => {
|
|
18
37
|
if (this.saveCallback) {
|
|
19
38
|
const e = {
|
|
20
|
-
importWebPanels: this.
|
|
21
|
-
importPanels: this.
|
|
22
|
-
futureUpgrades: this.
|
|
39
|
+
importWebPanels: !!s(this, g, "f").value,
|
|
40
|
+
importPanels: !!s(this, d, "f").value,
|
|
41
|
+
futureUpgrades: s(this, c, "f").value ? s(this, c, "f").value : null
|
|
23
42
|
};
|
|
24
43
|
await this.repairCallback(e);
|
|
25
44
|
}
|
|
26
|
-
};
|
|
27
|
-
this
|
|
45
|
+
}));
|
|
46
|
+
h.set(this, (() => {
|
|
47
|
+
var e;
|
|
48
|
+
return t("div", {
|
|
49
|
+
class: "field-group",
|
|
50
|
+
role: "region",
|
|
51
|
+
"aria-label": s(this, n, "f").filters.filtersHeading
|
|
52
|
+
}, t("h5", {
|
|
53
|
+
class: "subtitle-regular-s margin-block-end-s"
|
|
54
|
+
}, s(this, n, "f").filters.filtersHeading), t("div", {
|
|
55
|
+
class: "filters__wrapper"
|
|
56
|
+
}, t("div", {
|
|
57
|
+
class: "field-group",
|
|
58
|
+
role: "group",
|
|
59
|
+
"aria-labelledby": "frontend-objects-label"
|
|
60
|
+
}, t("div", {
|
|
61
|
+
class: "field field-block"
|
|
62
|
+
}, t("label", {
|
|
63
|
+
id: "frontend-objects-label",
|
|
64
|
+
class: "label"
|
|
65
|
+
}, s(this, n, "f").filters.frontEndObjects), t("div", {
|
|
66
|
+
class: "field-group-inline"
|
|
67
|
+
}, t("ch-checkbox", {
|
|
68
|
+
class: "checkbox",
|
|
69
|
+
checkedValue: "webPanels",
|
|
70
|
+
value: ((e = this.defaultConfiguration) === null || e === void 0 ? void 0 : e.importWebPanels) ? "webPanels" : undefined,
|
|
71
|
+
caption: s(this, n, "f").filters.webPanelsCheckbox,
|
|
72
|
+
ref: e => l(this, g, e, "f"),
|
|
73
|
+
part: "web-panels-checkbox"
|
|
74
|
+
}), t("ch-checkbox", {
|
|
75
|
+
class: "checkbox",
|
|
76
|
+
checkedValue: "panels",
|
|
77
|
+
value: this.defaultConfiguration.importPanels && this.canSelectPanels ? "panels" : undefined,
|
|
78
|
+
caption: s(this, n, "f").filters.panelsCheckbox,
|
|
79
|
+
disabled: !this.canSelectPanels,
|
|
80
|
+
ref: e => l(this, d, e, "f"),
|
|
81
|
+
part: "panels-checkbox"
|
|
82
|
+
}))), t("div", {
|
|
83
|
+
class: "field field-block"
|
|
84
|
+
}, t("label", {
|
|
85
|
+
class: "label",
|
|
86
|
+
htmlFor: "future-upgrades-combo"
|
|
87
|
+
}, s(this, n, "f").filters.futureUpgradesComboLabel), t("ch-combo-box-render", {
|
|
88
|
+
id: "future-upgrades-combo",
|
|
89
|
+
class: "combo-box",
|
|
90
|
+
value: this.defaultConfiguration.futureUpgrades,
|
|
91
|
+
ref: e => l(this, c, e, "f"),
|
|
92
|
+
model: [ {
|
|
93
|
+
value: "automatic",
|
|
94
|
+
caption: s(this, n, "f").manageFutureUpgrades.installAutomatically
|
|
95
|
+
}, {
|
|
96
|
+
value: "prompt",
|
|
97
|
+
caption: s(this, n, "f").manageFutureUpgrades.promptMe
|
|
98
|
+
}, {
|
|
99
|
+
value: "never",
|
|
100
|
+
caption: s(this, n, "f").manageFutureUpgrades.neverUpdate
|
|
101
|
+
} ],
|
|
102
|
+
part: "future-upgrades-combo"
|
|
103
|
+
})))));
|
|
104
|
+
}));
|
|
105
|
+
v.set(this, (() => t("div", {
|
|
106
|
+
class: "description"
|
|
107
|
+
}, this.configurationType === "installation" ? [ t("p", {
|
|
108
|
+
class: "text-body"
|
|
109
|
+
}, s(this, n, "f").header.headerTextInstallation.firstSentence), t("p", {
|
|
110
|
+
class: "text-body"
|
|
111
|
+
}, s(this, n, "f").header.headerTextInstallation.secondSentence), t("p", {
|
|
112
|
+
class: "text-body"
|
|
113
|
+
}, s(this, n, "f").header.headerTextInstallation.thirdSentence) ] : [ t("p", {
|
|
114
|
+
class: "text-body"
|
|
115
|
+
}, s(this, n, "f").header.headerTextUpdate.firstSentence), t("p", {
|
|
116
|
+
class: "text-body"
|
|
117
|
+
}, s(this, n, "f").header.headerTextUpdate.secondSentence) ])));
|
|
118
|
+
m.set(this, (async () => {
|
|
28
119
|
if (this.saveCallback) {
|
|
29
120
|
const e = {
|
|
30
|
-
importWebPanels: this.
|
|
31
|
-
importPanels: this.
|
|
32
|
-
futureUpgrades: this.
|
|
121
|
+
importWebPanels: !!s(this, g, "f").value,
|
|
122
|
+
importPanels: !!s(this, d, "f").value,
|
|
123
|
+
futureUpgrades: s(this, c, "f").value ? s(this, c, "f").value : null
|
|
33
124
|
};
|
|
34
125
|
await this.saveCallback(e);
|
|
35
126
|
}
|
|
36
|
-
};
|
|
37
|
-
this.cancelCallbackHandler = () => {
|
|
38
|
-
this.cancelCallback();
|
|
39
|
-
};
|
|
40
|
-
/* Renders*/ this.renderHeader = () => r("header", {
|
|
41
|
-
class: "header",
|
|
42
|
-
slot: "header"
|
|
43
|
-
}, this.configurationType === "installation" ? [ r("gxg-text", {
|
|
44
|
-
type: "text-regular"
|
|
45
|
-
}, this._componentLocale.header.headerTextInstallation.firstSentence), r("gxg-text", {
|
|
46
|
-
type: "text-regular"
|
|
47
|
-
}, this._componentLocale.header.headerTextInstallation.secondSentence), r("gxg-text", {
|
|
48
|
-
type: "text-regular"
|
|
49
|
-
}, this._componentLocale.header.headerTextInstallation.thirdSentence) ] : [ r("gxg-text", {
|
|
50
|
-
type: "text-regular"
|
|
51
|
-
}, this._componentLocale.header.headerTextUpdate.firstSentence), r("gxg-text", {
|
|
52
|
-
type: "text-regular"
|
|
53
|
-
}, this._componentLocale.header.headerTextUpdate.secondSentence) ]);
|
|
54
|
-
this.renderFilters = () => {
|
|
55
|
-
var e;
|
|
56
|
-
return r("div", {
|
|
57
|
-
class: "filters"
|
|
58
|
-
}, r("gxg-title", {
|
|
59
|
-
type: "title-05"
|
|
60
|
-
}, this._componentLocale.filters.filtersHeading), r("div", {
|
|
61
|
-
class: "filters__wrapper"
|
|
62
|
-
}, r("div", {
|
|
63
|
-
class: "filters__wrapper-left"
|
|
64
|
-
}, r("gxg-label", {
|
|
65
|
-
labelPosition: "above",
|
|
66
|
-
center: false
|
|
67
|
-
}, "Frontend Objects"), r("div", {
|
|
68
|
-
class: "filters__front-end-objects"
|
|
69
|
-
}, r("gxg-form-checkbox", {
|
|
70
|
-
label: this._componentLocale.filters.webPanelsCheckbox,
|
|
71
|
-
part: "web-panels-checkbox",
|
|
72
|
-
slot: "footer-start",
|
|
73
|
-
ref: e => this.webPanelsCheckboxEl = e,
|
|
74
|
-
checked: (e = this.defaultConfiguration) === null || e === void 0 ? void 0 : e.importWebPanels
|
|
75
|
-
}), r("gxg-form-checkbox", {
|
|
76
|
-
label: this._componentLocale.filters.panelsCheckbox,
|
|
77
|
-
part: "panels-checkbox",
|
|
78
|
-
slot: "footer-start",
|
|
79
|
-
ref: e => this.panelsCheckboxEl = e,
|
|
80
|
-
checked: this.defaultConfiguration.importPanels && this.canSelectPanels,
|
|
81
|
-
disabled: !this.canSelectPanels
|
|
82
|
-
}))), r("div", {
|
|
83
|
-
class: "filters__wrapper-right"
|
|
84
|
-
}, r("gxg-combo-box", {
|
|
85
|
-
label: this._componentLocale.filters.futureUpgradesComboLabel,
|
|
86
|
-
disableFilter: true,
|
|
87
|
-
part: "future-upgrades-combo",
|
|
88
|
-
ref: e => this.futureUpgradesComboEl = e,
|
|
89
|
-
value: this.defaultConfiguration.futureUpgrades
|
|
90
|
-
}, r("gxg-combo-box-item", {
|
|
91
|
-
value: "automatic"
|
|
92
|
-
}, this._componentLocale.manageFutureUpgrades.installAutomatically), r("gxg-combo-box-item", {
|
|
93
|
-
value: "prompt"
|
|
94
|
-
}, this._componentLocale.manageFutureUpgrades.promptMe), r("gxg-combo-box-item", {
|
|
95
|
-
value: "never"
|
|
96
|
-
}, this._componentLocale.manageFutureUpgrades.neverUpdate)))));
|
|
97
|
-
};
|
|
98
|
-
this.displayTitle = false;
|
|
99
|
-
this.configurationType = "installation";
|
|
100
|
-
this.repairCallback = undefined;
|
|
101
|
-
this.saveCallback = undefined;
|
|
127
|
+
}));
|
|
102
128
|
this.cancelCallback = undefined;
|
|
129
|
+
this.canSelectPanels = false;
|
|
130
|
+
this.configurationType = "installation";
|
|
103
131
|
this.defaultConfiguration = {
|
|
104
132
|
importWebPanels: true,
|
|
105
133
|
importPanels: false,
|
|
106
134
|
futureUpgrades: "prompt"
|
|
107
135
|
};
|
|
108
|
-
this.
|
|
136
|
+
this.repairCallback = undefined;
|
|
137
|
+
this.saveCallback = undefined;
|
|
109
138
|
}
|
|
110
|
-
// 6.COMPONENT LIFECYCLE METHODS //
|
|
111
139
|
async componentWillLoad() {
|
|
112
|
-
this
|
|
113
|
-
}
|
|
114
|
-
componentDidRender() {
|
|
115
|
-
if (!this.renderedFirstTime) {
|
|
116
|
-
this.componentDidRenderFirstTime.emit(this._componentLocale.componentName);
|
|
117
|
-
this.renderedFirstTime = true;
|
|
118
|
-
}
|
|
140
|
+
l(this, n, await o.getComponentStrings(this.el), "f");
|
|
119
141
|
}
|
|
120
|
-
// 10.RENDER() FUNCTION //
|
|
121
142
|
render() {
|
|
122
|
-
return r
|
|
123
|
-
class: "
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
},
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
},
|
|
135
|
-
class: "footer-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
class: "
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
onClick: this
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}, this.configurationType === "update" ? this._componentLocale.footer.confirmButton : this._componentLocale.footer.yes))));
|
|
143
|
+
return t(r, {
|
|
144
|
+
class: "widget spacing-body"
|
|
145
|
+
}, t("ch-theme", {
|
|
146
|
+
model: p
|
|
147
|
+
}), t("div", {
|
|
148
|
+
class: "control-header control-header-with-border"
|
|
149
|
+
}, s(this, v, "f").call(this)), t("div", {
|
|
150
|
+
class: "main-content field-group"
|
|
151
|
+
}, s(this, h, "f").call(this)), t("div", {
|
|
152
|
+
class: "footer"
|
|
153
|
+
}, this.configurationType === "update" && t("div", {
|
|
154
|
+
class: "footer-info"
|
|
155
|
+
}, t("p", null, "Use Repair to import GAM components again")), t("div", {
|
|
156
|
+
class: "control-footer-with-border control-footer-space-between"
|
|
157
|
+
}, this.configurationType === "update" && t("button", {
|
|
158
|
+
id: "repair-button",
|
|
159
|
+
class: "button-secondary",
|
|
160
|
+
onClick: s(this, b, "f"),
|
|
161
|
+
part: "button button--repair"
|
|
162
|
+
}, "Repair"), t("div", {
|
|
163
|
+
class: "buttons-spacer"
|
|
164
|
+
}, t("button", {
|
|
165
|
+
id: "cancel-button",
|
|
166
|
+
class: "button-secondary",
|
|
167
|
+
onClick: s(this, f, "f"),
|
|
168
|
+
part: "button button--cancel"
|
|
169
|
+
}, "Cancel"), t("button", {
|
|
170
|
+
id: "confirm-button",
|
|
171
|
+
class: "button-primary",
|
|
172
|
+
onClick: s(this, m, "f"),
|
|
173
|
+
part: "button button--confirm"
|
|
174
|
+
}, "Save")))));
|
|
155
175
|
}
|
|
156
176
|
static get assetsDirs() {
|
|
157
177
|
return [ "gx-ide-assets/gam-installation-settings" ];
|
|
158
178
|
}
|
|
159
179
|
get el() {
|
|
160
|
-
return
|
|
180
|
+
return a(this);
|
|
161
181
|
}
|
|
162
182
|
};
|
|
163
183
|
|
|
164
|
-
n
|
|
184
|
+
n = new WeakMap, c = new WeakMap, d = new WeakMap, g = new WeakMap, f = new WeakMap,
|
|
185
|
+
b = new WeakMap, h = new WeakMap, v = new WeakMap, m = new WeakMap;
|
|
186
|
+
|
|
187
|
+
u.style = i;
|
|
165
188
|
|
|
166
|
-
export {
|
|
167
|
-
//# sourceMappingURL=p-
|
|
189
|
+
export { u as gx_ide_gam_installation_settings };
|
|
190
|
+
//# sourceMappingURL=p-3f44de6a.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["gamInstallationSettingsCss","CSS_BUNDLES","GxIdeGamInstallationSettings","_GxIdeGamInstallationSettings__componentLocale","set","this","_GxIdeGamInstallationSettings_futureUpgradesComboEl","_GxIdeGamInstallationSettings_panelsCheckboxEl","_GxIdeGamInstallationSettings_webPanelsCheckboxEl","_GxIdeGamInstallationSettings_cancelCallbackHandler","cancelCallback","_GxIdeGamInstallationSettings_repairCallbackHandler","async","saveCallback","data","importWebPanels","__classPrivateFieldGet","value","importPanels","futureUpgrades","repairCallback","_GxIdeGamInstallationSettings_renderFilters","h","class","role","filters","filtersHeading","id","frontEndObjects","checkedValue","_a","defaultConfiguration","undefined","caption","webPanelsCheckbox","ref","el","__classPrivateFieldSet","part","canSelectPanels","panelsCheckbox","disabled","htmlFor","futureUpgradesComboLabel","model","manageFutureUpgrades","installAutomatically","promptMe","neverUpdate","_GxIdeGamInstallationSettings_renderDescription","configurationType","header","headerTextInstallation","firstSentence","secondSentence","thirdSentence","headerTextUpdate","_GxIdeGamInstallationSettings_saveCallbackHandler","componentWillLoad","Locale","getComponentStrings","render","Host","call","onClick"],"sources":["src/components/gam-installation-settings/gam-installation-settings.scss?tag=gx-ide-gam-installation-settings&encapsulation=shadow","src/components/gam-installation-settings/gam-installation-settings.tsx"],"sourcesContent":["@import \"../../global/gx-ide-common.scss\";\n@import \"../../global/gx-ide-mixins.scss\";\n\n:host {\n display: grid;\n grid-template-rows: max-content 1fr max-content;\n height: 100%;\n}\n\n.control-header {\n margin-block-end: var(--mer-spacing--md);\n}\n\n.main-content {\n grid-auto-rows: max-content;\n}\n\n.footer-info {\n margin-bottom: var(--mer-spacing--sm);\n}\n\n.description {\n display: grid;\n grid-auto-rows: max-content;\n gap: 8px;\n}\n","/* eslint-disable @stencil-community/own-props-must-be-private */\n/* STENCIL IMPORTS */\nimport { Component, Host, h, Prop, Element } from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\n/* CUSTOM IMPORTS */\nimport { MercuryBundles } from \"@genexus/mercury\";\nimport { Locale } from \"../../common/locale\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n \"components/button\",\n \"components/checkbox\",\n \"components/combo-box\",\n \"components/edit\",\n \"utils/form\",\n \"utils/layout\",\n \"utils/typography\"\n];\n@Component({\n tag: \"gx-ide-gam-installation-settings\",\n styleUrl: \"gam-installation-settings.scss\",\n shadow: true,\n assetsDirs: [\"gx-ide-assets/gam-installation-settings\"]\n})\nexport class GxIdeGamInstallationSettings {\n /**\n * The component hard-coded strings translations.\n */\n #_componentLocale: any;\n\n @Element() el: HTMLGxIdeGamInstallationSettingsElement;\n\n #futureUpgradesComboEl!: HTMLChComboBoxRenderElement;\n #panelsCheckboxEl!: HTMLChCheckboxElement;\n #webPanelsCheckboxEl!: HTMLChCheckboxElement;\n\n /**\n * Callback invoked when the user wants to cancel the exportation process\n */\n @Prop() readonly cancelCallback: CancelCallback;\n\n /**\n * Determines 'Panels' checkbox activation, enabled only if an SD generator is in the KB.\n * Otherwise, the checkbox is disabled.\n */\n @Prop() readonly canSelectPanels: boolean = false;\n\n /**\n * Specifies the configuration type to be used\n */\n @Prop() readonly configurationType: \"installation\" | \"update\" =\n \"installation\";\n\n /**\n * Defines default config for initializing the dialog with stored gam config data\n */\n @Prop() readonly defaultConfiguration: GamConfigData | undefined = {\n importWebPanels: true,\n importPanels: false,\n futureUpgrades: \"prompt\"\n };\n\n /**\n * Callback invoked when the user press repair button\n */\n @Prop() readonly repairCallback: RepairCallback;\n\n /**\n * Callback invoked when the user initiates the export process\n */\n @Prop() readonly saveCallback: SaveCallback;\n\n async componentWillLoad() {\n this.#_componentLocale = await Locale.getComponentStrings(this.el);\n }\n\n #cancelCallbackHandler = () => {\n this.cancelCallback();\n };\n\n #repairCallbackHandler = async () => {\n if (this.saveCallback) {\n const data: GamConfigData = {\n importWebPanels: !!this.#webPanelsCheckboxEl.value,\n importPanels: !!this.#panelsCheckboxEl.value,\n futureUpgrades: this.#futureUpgradesComboEl.value\n ? (this.#futureUpgradesComboEl.value as ComboValues)\n : null\n };\n await this.repairCallback(data);\n }\n };\n\n #renderFilters = () => {\n return (\n <div\n class=\"field-group\"\n role=\"region\"\n aria-label={this.#_componentLocale.filters.filtersHeading}\n >\n <h5 class=\"subtitle-regular-s margin-block-end-s\">\n {this.#_componentLocale.filters.filtersHeading}\n </h5>\n\n <div class=\"filters__wrapper\">\n <div\n class=\"field-group\"\n role=\"group\"\n aria-labelledby=\"frontend-objects-label\"\n >\n <div class=\"field field-block\">\n <label id=\"frontend-objects-label\" class=\"label\">\n {this.#_componentLocale.filters.frontEndObjects}\n </label>\n\n <div class=\"field-group-inline\">\n <ch-checkbox\n class=\"checkbox\"\n checkedValue=\"webPanels\"\n value={\n this.defaultConfiguration?.importWebPanels\n ? \"webPanels\"\n : undefined\n }\n caption={this.#_componentLocale.filters.webPanelsCheckbox}\n ref={(el: HTMLChCheckboxElement) =>\n (this.#webPanelsCheckboxEl = el as HTMLChCheckboxElement)\n }\n part=\"web-panels-checkbox\"\n ></ch-checkbox>\n\n <ch-checkbox\n class=\"checkbox\"\n checkedValue=\"panels\"\n value={\n this.defaultConfiguration.importPanels &&\n this.canSelectPanels\n ? \"panels\"\n : undefined\n }\n caption={this.#_componentLocale.filters.panelsCheckbox}\n disabled={!this.canSelectPanels}\n ref={(el: HTMLChCheckboxElement) =>\n (this.#panelsCheckboxEl = el as HTMLChCheckboxElement)\n }\n part=\"panels-checkbox\"\n ></ch-checkbox>\n </div>\n </div>\n\n <div class=\"field field-block\">\n <label class=\"label\" htmlFor=\"future-upgrades-combo\">\n {this.#_componentLocale.filters.futureUpgradesComboLabel}\n </label>\n <ch-combo-box-render\n id=\"future-upgrades-combo\"\n class=\"combo-box\"\n value={this.defaultConfiguration.futureUpgrades}\n ref={(el: HTMLChComboBoxRenderElement) =>\n (this.#futureUpgradesComboEl =\n el as HTMLChComboBoxRenderElement)\n }\n model={[\n {\n value: \"automatic\",\n caption:\n this.#_componentLocale.manageFutureUpgrades\n .installAutomatically\n },\n {\n value: \"prompt\",\n caption:\n this.#_componentLocale.manageFutureUpgrades.promptMe\n },\n {\n value: \"never\",\n caption:\n this.#_componentLocale.manageFutureUpgrades.neverUpdate\n }\n ]}\n part=\"future-upgrades-combo\"\n ></ch-combo-box-render>\n </div>\n </div>\n </div>\n </div>\n );\n };\n\n #renderDescription = () => {\n return (\n <div class=\"description\">\n {this.configurationType === \"installation\"\n ? [\n <p class=\"text-body\">\n {\n this.#_componentLocale.header.headerTextInstallation\n .firstSentence\n }\n </p>,\n <p class=\"text-body\">\n {\n this.#_componentLocale.header.headerTextInstallation\n .secondSentence\n }\n </p>,\n <p class=\"text-body\">\n {\n this.#_componentLocale.header.headerTextInstallation\n .thirdSentence\n }\n </p>\n ]\n : [\n <p class=\"text-body\">\n {this.#_componentLocale.header.headerTextUpdate.firstSentence}\n </p>,\n <p class=\"text-body\">\n {this.#_componentLocale.header.headerTextUpdate.secondSentence}\n </p>\n ]}\n {/* header text */}\n </div>\n );\n };\n\n #saveCallbackHandler = async () => {\n if (this.saveCallback) {\n const data: GamConfigData = {\n importWebPanels: !!this.#webPanelsCheckboxEl.value,\n importPanels: !!this.#panelsCheckboxEl.value,\n futureUpgrades: this.#futureUpgradesComboEl.value\n ? (this.#futureUpgradesComboEl.value as ComboValues)\n : null\n };\n await this.saveCallback(data);\n }\n };\n\n render() {\n return (\n <Host class=\"widget spacing-body\">\n <ch-theme model={CSS_BUNDLES}></ch-theme>\n\n <div class=\"control-header control-header-with-border\">\n {this.#renderDescription()}\n </div>\n <div class=\"main-content field-group\">{this.#renderFilters()}</div>\n\n <div class=\"footer\">\n {this.configurationType === \"update\" && (\n <div class=\"footer-info\">\n <p>Use Repair to import GAM components again</p>\n </div>\n )}\n\n <div class=\"control-footer-with-border control-footer-space-between\">\n {this.configurationType === \"update\" && (\n <button\n id=\"repair-button\"\n class=\"button-secondary\"\n onClick={this.#repairCallbackHandler}\n part=\"button button--repair\"\n >\n Repair\n </button>\n )}\n <div class=\"buttons-spacer\">\n <button\n id=\"cancel-button\"\n class=\"button-secondary\"\n onClick={this.#cancelCallbackHandler}\n part=\"button button--cancel\"\n >\n Cancel\n </button>\n <button\n id=\"confirm-button\"\n class=\"button-primary\"\n onClick={this.#saveCallbackHandler}\n part=\"button button--confirm\"\n >\n Save\n </button>\n </div>\n </div>\n </div>\n </Host>\n );\n }\n}\n\nexport type CancelCallback = () => Promise<void>;\ntype ComboValues = \"automatic\" | \"prompt\" | \"never\";\nexport type GamConfigData = {\n importWebPanels: boolean;\n importPanels: boolean;\n futureUpgrades: \"never\" | \"prompt\" | \"automatic\";\n};\n\nexport type RepairCallback = (config: GamConfigData) => Promise<void>;\nexport type SaveCallback = (data: GamConfigData) => Promise<void>;\n"],"mappings":";;;;AAAA,MAAMA,IAA6B;;;;;;;;;;;;;;;;;ACQnC,MAAMC,IAA8B,EAClC,qBACA,qBACA,uBACA,wBACA,mBACA,cACA,gBACA;;MAQWC,IAA4B;;;;;eAIvCC,EAAAC,IAAAC,WAAA;IAIAC,EAAAF,IAAAC,WAAA;IACAE,EAAAH,IAAAC,WAAA;IACAG,EAAAJ,IAAAC,WAAA;IA0CAI,EAAAL,IAAAC,OAAyB;MACvBA,KAAKK;AAAgB;IAGvBC,EAAAP,IAAAC,OAAyBO;MACvB,IAAIP,KAAKQ,cAAc;QACrB,MAAMC,IAAsB;UAC1BC,mBAAmBC,EAAAX,MAAIG,GAAA,KAAsBS;UAC7CC,gBAAgBF,EAAAX,MAAIE,GAAA,KAAmBU;UACvCE,gBAAgBH,EAAAX,MAAIC,GAAA,KAAwBW,QACvCD,EAAAX,MAAIC,GAAA,KAAwBW,QAC7B;;cAEAZ,KAAKe,eAAeN;;;IAI9BO,EAAAjB,IAAAC,OAAiB;;MACf,OACEiB,EAAA;QACEC,OAAM;QACNC,MAAK;QAAQ,cACDR,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQC;SAE3CJ,EAAA;QAAIC,OAAM;SACPP,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQC,iBAGlCJ,EAAA;QAAKC,OAAM;SACTD,EAAA;QACEC,OAAM;QACNC,MAAK;QAAO,mBACI;SAEhBF,EAAA;QAAKC,OAAM;SACTD,EAAA;QAAOK,IAAG;QAAyBJ,OAAM;SACtCP,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQG,kBAGlCN,EAAA;QAAKC,OAAM;SACTD,EAAA;QACEC,OAAM;QACNM,cAAa;QACbZ,SACEa,IAAAzB,KAAK0B,0BAAoB,QAAAD,WAAA,aAAAA,EAAEf,mBACvB,cACAiB;QAENC,SAASjB,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQS;QACxCC,KAAMC,KACHC,EAAAhC,MAAIG,GAAwB4B,GAA2B;QAE1DE,MAAK;UAGPhB,EAAA;QACEC,OAAM;QACNM,cAAa;QACbZ,OACEZ,KAAK0B,qBAAqBb,gBAC1Bb,KAAKkC,kBACD,WACAP;QAENC,SAASjB,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQe;QACxCC,WAAWpC,KAAKkC;QAChBJ,KAAMC,KACHC,EAAAhC,MAAIE,GAAqB6B,GAA2B;QAEvDE,MAAK;YAKXhB,EAAA;QAAKC,OAAM;SACTD,EAAA;QAAOC,OAAM;QAAQmB,SAAQ;SAC1B1B,EAAAX,MAAIF,GAAA,KAAmBsB,QAAQkB,2BAElCrB,EAAA;QACEK,IAAG;QACHJ,OAAM;QACNN,OAAOZ,KAAK0B,qBAAqBZ;QACjCgB,KAAMC,KACHC,EAAAhC,MAAIC,GACH8B,GAAiC;QAErCQ,OAAO,EACL;UACE3B,OAAO;UACPgB,SACEjB,EAAAX,MAAIF,GAAA,KAAmB0C,qBACpBC;WAEP;UACE7B,OAAO;UACPgB,SACEjB,EAAAX,MAAIF,GAAA,KAAmB0C,qBAAqBE;WAEhD;UACE9B,OAAO;UACPgB,SACEjB,EAAAX,MAAIF,GAAA,KAAmB0C,qBAAqBG;;QAGlDV,MAAK;;AAKT;IAIVW,EAAA7C,IAAAC,OAAqB,MAEjBiB,EAAA;MAAKC,OAAM;OACRlB,KAAK6C,sBAAsB,iBACxB,EACE5B,EAAA;MAAGC,OAAM;OAELP,EAAAX,MAAIF,GAAA,KAAmBgD,OAAOC,uBAC3BC,gBAGP/B,EAAA;MAAGC,OAAM;OAELP,EAAAX,MAAIF,GAAA,KAAmBgD,OAAOC,uBAC3BE,iBAGPhC,EAAA;MAAGC,OAAM;OAELP,EAAAX,MAAIF,GAAA,KAAmBgD,OAAOC,uBAC3BG,mBAIT,EACEjC,EAAA;MAAGC,OAAM;OACNP,EAAAX,MAAIF,GAAA,KAAmBgD,OAAOK,iBAAiBH,gBAElD/B,EAAA;MAAGC,OAAM;OACNP,EAAAX,MAAIF,GAAA,KAAmBgD,OAAOK,iBAAiBF;IAQ9DG,EAAArD,IAAAC,OAAuBO;MACrB,IAAIP,KAAKQ,cAAc;QACrB,MAAMC,IAAsB;UAC1BC,mBAAmBC,EAAAX,MAAIG,GAAA,KAAsBS;UAC7CC,gBAAgBF,EAAAX,MAAIE,GAAA,KAAmBU;UACvCE,gBAAgBH,EAAAX,MAAIC,GAAA,KAAwBW,QACvCD,EAAAX,MAAIC,GAAA,KAAwBW,QAC7B;;cAEAZ,KAAKQ,aAAaC;;;;2BA9LgB;6BAM1C;gCAKiE;MACjEC,iBAAiB;MACjBG,cAAc;MACdC,gBAAgB;;;;;EAalB,uBAAMuC;IACJrB,EAAAhC,MAAIF,SAA2BwD,EAAOC,oBAAoBvD,KAAK+B,KAAG;;EAsKpE,MAAAyB;IACE,OACEvC,EAACwC,GAAI;MAACvC,OAAM;OACVD,EAAA;MAAUsB,OAAO3C;QAEjBqB,EAAA;MAAKC,OAAM;OACRP,EAAAX,MAAI4C,GAAA,KAAmBc,KAAvB1D,QAEHiB,EAAA;MAAKC,OAAM;OAA4BP,EAAAX,MAAIgB,GAAA,KAAe0C,KAAnB1D,QAEvCiB,EAAA;MAAKC,OAAM;OACRlB,KAAK6C,sBAAsB,YAC1B5B,EAAA;MAAKC,OAAM;OACTD,EAAA,0DAIJA,EAAA;MAAKC,OAAM;OACRlB,KAAK6C,sBAAsB,YAC1B5B,EAAA;MACEK,IAAG;MACHJ,OAAM;MACNyC,SAAShD,EAAAX,MAAIM,GAAA;MACb2B,MAAK;OAAuB,WAKhChB,EAAA;MAAKC,OAAM;OACTD,EAAA;MACEK,IAAG;MACHJ,OAAM;MACNyC,SAAShD,EAAAX,MAAII,GAAA;MACb6B,MAAK;OAAuB,WAI9BhB,EAAA;MACEK,IAAG;MACHJ,OAAM;MACNyC,SAAShD,EAAAX,MAAIoD,GAAA;MACbnB,MAAK;OAAwB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as e } from "./p-49712340.js";
|
|
2
2
|
|
|
3
|
-
import "./p-
|
|
3
|
+
import "./p-c9551186.js";
|
|
4
4
|
|
|
5
5
|
const s = "message__copied-feedback";
|
|
6
6
|
|
|
@@ -65,4 +65,4 @@ copyButton(n.content, "Copy code", "common-message"), e("p", {
|
|
|
65
65
|
}) ];
|
|
66
66
|
|
|
67
67
|
export { mercuryCodeRender as a, mercuryChatMessageRender as m };
|
|
68
|
-
//# sourceMappingURL=p-
|
|
68
|
+
//# sourceMappingURL=p-4b665a04.js.map
|
|
@@ -2,19 +2,19 @@ import { r as t, c as e, h as i, H as o, g as s } from "./p-49712340.js";
|
|
|
2
2
|
|
|
3
3
|
import { g as r } from "./p-6e4208d8.js";
|
|
4
4
|
|
|
5
|
-
import "./p-
|
|
5
|
+
import "./p-c9551186.js";
|
|
6
6
|
|
|
7
7
|
import { L as n } from "./p-311eedf3.js";
|
|
8
8
|
|
|
9
9
|
const a = ".wrapper{display:grid;grid-template-columns:1fr max-content max-content;gap:var(--mer-spacing--xs);border-radius:var(--control__border-radius);border:var(--control__border-width) var(--control__border-style) var(--control__border-color);padding:var(--control__padding-block) var(--control__padding-inline)}.wrapper:hover{--control__border-color:var(--control__border-color--hover)}.input{--control__padding-block:0;--control__padding-inline:0;--control__border-width:0;--focus__outline-width:0}:host(:focus-within) .wrapper{--control__border-color:var(--focus__outline-color)}:host(.entity-selector--button-has-focus) .wrapper{outline:none}:host([disabled]){pointer-events:none}:host([disabled]) .wrapper{background-color:var(--control__background-color--disabled);border-color:var(--control__border-color--disabled)}";
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var l = undefined && undefined.__classPrivateFieldGet || function(t, e, i, o) {
|
|
12
12
|
if (i === "a" && !o) throw new TypeError("Private accessor was defined without a getter");
|
|
13
13
|
if (typeof e === "function" ? t !== e || !o : !e.has(t)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
14
14
|
return i === "m" ? o : i === "a" ? o.call(t) : o ? o.value : e.get(t);
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var d = undefined && undefined.__classPrivateFieldSet || function(t, e, i, o, s) {
|
|
18
18
|
if (o === "m") throw new TypeError("Private method is not writable");
|
|
19
19
|
if (o === "a" && !s) throw new TypeError("Private accessor was defined without a setter");
|
|
20
20
|
if (typeof e === "function" ? t !== e || !s : !e.has(t)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
@@ -67,10 +67,10 @@ const _ = class {
|
|
|
67
67
|
part: "wrapper",
|
|
68
68
|
class: "wrapper"
|
|
69
69
|
}, i("ch-edit", {
|
|
70
|
-
accessibleName: this.labelPosition === "none" &&
|
|
70
|
+
accessibleName: this.labelPosition === "none" && l(this, c, "f").entitySelectorInputAccessibleName,
|
|
71
71
|
class: "input",
|
|
72
72
|
disabled: this.disabled,
|
|
73
|
-
name: this.name ||
|
|
73
|
+
name: this.name || l(this, c, "f").entitySelectorNameAttribute,
|
|
74
74
|
startImgSrc: this.iconSrc,
|
|
75
75
|
readonly: true,
|
|
76
76
|
value: ((t = this.value) === null || t === void 0 ? void 0 : t.name) || ((e = this.defaultValue) === null || e === void 0 ? void 0 : e.name),
|
|
@@ -78,26 +78,26 @@ const _ = class {
|
|
|
78
78
|
}), i("button", {
|
|
79
79
|
part: "button-clear",
|
|
80
80
|
class: "icon-button",
|
|
81
|
-
"aria-label":
|
|
82
|
-
title:
|
|
81
|
+
"aria-label": l(this, c, "f").clearButtonLabel,
|
|
82
|
+
title: l(this, c, "f").clearButtonLabel,
|
|
83
83
|
type: "button",
|
|
84
84
|
disabled: this.disabled,
|
|
85
|
-
onClick:
|
|
86
|
-
onFocus: this.buttonHasFocus ?
|
|
87
|
-
onBlur: !this.buttonHasFocus ?
|
|
85
|
+
onClick: l(this, h, "f"),
|
|
86
|
+
onFocus: this.buttonHasFocus ? l(this, f, "f") : undefined,
|
|
87
|
+
onBlur: !this.buttonHasFocus ? l(this, f, "f") : undefined
|
|
88
88
|
}, i("ch-image", {
|
|
89
89
|
class: "icon-md",
|
|
90
90
|
src: w,
|
|
91
91
|
disabled: this.disabled
|
|
92
92
|
})), i("button", {
|
|
93
93
|
class: "icon-button",
|
|
94
|
-
"aria-label":
|
|
95
|
-
title:
|
|
94
|
+
"aria-label": l(this, c, "f").selectButtonLabel,
|
|
95
|
+
title: l(this, c, "f").selectButtonLabel,
|
|
96
96
|
type: "button",
|
|
97
97
|
disabled: !this.selectEntityCallback || this.disabled,
|
|
98
|
-
onClick:
|
|
99
|
-
onBlur: !this.buttonHasFocus ?
|
|
100
|
-
onFocus: this.buttonHasFocus ?
|
|
98
|
+
onClick: l(this, u, "f"),
|
|
99
|
+
onBlur: !this.buttonHasFocus ? l(this, f, "f") : undefined,
|
|
100
|
+
onFocus: this.buttonHasFocus ? l(this, f, "f") : undefined
|
|
101
101
|
}, i("ch-image", {
|
|
102
102
|
class: "icon-md",
|
|
103
103
|
src: v,
|
|
@@ -121,14 +121,14 @@ const _ = class {
|
|
|
121
121
|
}
|
|
122
122
|
valueChangedHandler() {
|
|
123
123
|
this.valueChanged.emit(this.value);
|
|
124
|
-
|
|
124
|
+
l(this, b, "f").call(this);
|
|
125
125
|
}
|
|
126
126
|
// 6.Component Lifecycle Events
|
|
127
127
|
async componentWillLoad() {
|
|
128
|
-
|
|
128
|
+
d(this, c, await n.getComponentStrings(this.el), "f");
|
|
129
129
|
}
|
|
130
130
|
connectedCallback() {
|
|
131
|
-
|
|
131
|
+
l(this, b, "f").call(this);
|
|
132
132
|
}
|
|
133
133
|
render() {
|
|
134
134
|
return i(o, {
|
|
@@ -146,7 +146,7 @@ const _ = class {
|
|
|
146
146
|
}, i("label", {
|
|
147
147
|
class: "label",
|
|
148
148
|
htmlFor: "entity-input"
|
|
149
|
-
}, this.labelCaption ||
|
|
149
|
+
}, this.labelCaption || l(this, c, "f").entitySelectorInputAccessibleName), l(this, p, "f").call(this)) : l(this, p, "f").call(this));
|
|
150
150
|
}
|
|
151
151
|
static get assetsDirs() {
|
|
152
152
|
return [ "gx-ide-assets/entity-selector" ];
|
|
@@ -167,4 +167,4 @@ b = new WeakMap;
|
|
|
167
167
|
_.style = a;
|
|
168
168
|
|
|
169
169
|
export { _ as gx_ide_entity_selector };
|
|
170
|
-
//# sourceMappingURL=p-
|
|
170
|
+
//# sourceMappingURL=p-4fc17d27.entry.js.map
|
|
@@ -6,7 +6,7 @@ import { c as r } from "./p-13738332.js";
|
|
|
6
6
|
|
|
7
7
|
import { g as o } from "./p-6e4208d8.js";
|
|
8
8
|
|
|
9
|
-
import "./p-
|
|
9
|
+
import "./p-c9551186.js";
|
|
10
10
|
|
|
11
11
|
const l = "@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:host{display:grid;grid-template-rows:max-content 1fr max-content;overflow:auto;block-size:100%}.section{display:contents}.header__field-group{display:grid;grid-template-columns:1fr 1fr}.tabular-grid{contain:size}.data ch-tabular-grid-cell:is(:nth-child(2),:nth-child(3),:nth-child(4)){padding-block:var(--grid-cell__padding-block);padding-inline:var(--grid-cell__padding-inline);align-items:start;justify-content:start;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ch-tabular-grid.empty-result::part(main){overflow:hidden}ch-tabular-grid-rowset-empty{position:relative}";
|
|
12
12
|
|
|
@@ -329,4 +329,4 @@ C = new WeakMap, _ = new WeakMap, E = new WeakMap, T = new WeakMap, z = new Weak
|
|
|
329
329
|
S.style = l;
|
|
330
330
|
|
|
331
331
|
export { S as gx_ide_data_selector };
|
|
332
|
-
//# sourceMappingURL=p-
|
|
332
|
+
//# sourceMappingURL=p-562db47d.entry.js.map
|
|
@@ -2,7 +2,7 @@ import { r as t, a as e, h as s, H as i, g as n } from "./p-49712340.js";
|
|
|
2
2
|
|
|
3
3
|
import { g as o } from "./p-6e4208d8.js";
|
|
4
4
|
|
|
5
|
-
import "./p-
|
|
5
|
+
import "./p-c9551186.js";
|
|
6
6
|
|
|
7
7
|
import { L as a } from "./p-311eedf3.js";
|
|
8
8
|
|
|
@@ -462,4 +462,4 @@ j = new WeakMap, N = new WeakMap;
|
|
|
462
462
|
z.style = c;
|
|
463
463
|
|
|
464
464
|
export { z as gx_ide_select_kb_items };
|
|
465
|
-
//# sourceMappingURL=p-
|
|
465
|
+
//# sourceMappingURL=p-56ab7460.entry.js.map
|
|
@@ -4,7 +4,7 @@ import { L as n } from "./p-311eedf3.js";
|
|
|
4
4
|
|
|
5
5
|
import { g as a } from "./p-6e4208d8.js";
|
|
6
6
|
|
|
7
|
-
import "./p-
|
|
7
|
+
import "./p-c9551186.js";
|
|
8
8
|
|
|
9
9
|
const o = "property";
|
|
10
10
|
|
|
@@ -494,4 +494,4 @@ V = new WeakMap, L = new WeakMap, l = new WeakSet, S = function _GxIdeKbManagerE
|
|
|
494
494
|
q.style = c;
|
|
495
495
|
|
|
496
496
|
export { q as gx_ide_kb_manager_export };
|
|
497
|
-
//# sourceMappingURL=p-
|
|
497
|
+
//# sourceMappingURL=p-5707060d.entry.js.map
|
|
@@ -2,7 +2,7 @@ import { r as t, h as e, H as s, g as i } from "./p-49712340.js";
|
|
|
2
2
|
|
|
3
3
|
import { g as a } from "./p-6e4208d8.js";
|
|
4
4
|
|
|
5
|
-
import "./p-
|
|
5
|
+
import "./p-c9551186.js";
|
|
6
6
|
|
|
7
7
|
import { c as o } from "./p-13738332.js";
|
|
8
8
|
|
|
@@ -1068,4 +1068,4 @@ ut = new WeakMap, f = new WeakSet, S = function _GxIdeImportFromDesign_recursive
|
|
|
1068
1068
|
$t.style = c;
|
|
1069
1069
|
|
|
1070
1070
|
export { $t as gx_ide_design_import };
|
|
1071
|
-
//# sourceMappingURL=p-
|
|
1071
|
+
//# sourceMappingURL=p-57542159.entry.js.map
|
|
@@ -2,7 +2,7 @@ import { r as t, c as e, a as s, h as i, H as n, g as a } from "./p-49712340.js"
|
|
|
2
2
|
|
|
3
3
|
import { g as o } from "./p-6e4208d8.js";
|
|
4
4
|
|
|
5
|
-
import "./p-
|
|
5
|
+
import "./p-c9551186.js";
|
|
6
6
|
|
|
7
7
|
import { c as r } from "./p-13738332.js";
|
|
8
8
|
|
|
@@ -248,4 +248,4 @@ M = new WeakMap, W = new WeakMap, j = new WeakMap, T = new WeakMap, _ = new Weak
|
|
|
248
248
|
C.style = h;
|
|
249
249
|
|
|
250
250
|
export { C as gx_ide_share_kb };
|
|
251
|
-
//# sourceMappingURL=p-
|
|
251
|
+
//# sourceMappingURL=p-5cb80ab8.entry.js.map
|
|
@@ -2,7 +2,7 @@ import { r as t, h as e, H as s, g as i } from "./p-49712340.js";
|
|
|
2
2
|
|
|
3
3
|
import { g as o } from "./p-6e4208d8.js";
|
|
4
4
|
|
|
5
|
-
import "./p-
|
|
5
|
+
import "./p-c9551186.js";
|
|
6
6
|
|
|
7
7
|
import { L as n } from "./p-311eedf3.js";
|
|
8
8
|
|
|
@@ -254,4 +254,4 @@ u = new WeakMap, m = new WeakMap, b = new WeakMap;
|
|
|
254
254
|
k.style = r;
|
|
255
255
|
|
|
256
256
|
export { k as gx_ide_data_type_selector };
|
|
257
|
-
//# sourceMappingURL=p-
|
|
257
|
+
//# sourceMappingURL=p-7a3baebc.entry.js.map
|