@genexus/genexus-ide-ui 1.1.39 → 1.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-server-selector.cjs.entry.js +12 -28
- package/dist/cjs/gx-ide-server-selector.cjs.entry.js.map +1 -1
- package/dist/cjs/{gx-ide-status-message.cjs.entry.js → gx-ide-sign-in-result.cjs.entry.js} +10 -9
- package/dist/cjs/gx-ide-sign-in-result.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-team-dev-bring-changes.cjs.entry.js +20 -4
- package/dist/cjs/gx-ide-team-dev-bring-changes.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +99 -238
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-team-dev-history.cjs.entry.js +9 -7
- package/dist/cjs/gx-ide-team-dev-history.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js +60 -10
- package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tabular-grid-column-sort-5ca06dc1.js +43 -0
- package/dist/cjs/tabular-grid-column-sort-5ca06dc1.js.map +1 -0
- package/dist/cjs/tabular-grid-render-4350dbaf.js +223 -0
- package/dist/cjs/tabular-grid-render-4350dbaf.js.map +1 -0
- package/dist/cjs/uncheck-ignored-77ca69fe.js +43 -0
- package/dist/cjs/uncheck-ignored-77ca69fe.js.map +1 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/chameleon/tabular-grid-column-sort.js +39 -0
- package/dist/collection/common/chameleon/tabular-grid-column-sort.js.map +1 -0
- package/dist/collection/components/{status-message/status-message.css → sign-in-result/sign-in-result.css} +2 -0
- package/dist/collection/components/{status-message/status-message.js → sign-in-result/sign-in-result.js} +10 -9
- package/dist/collection/components/sign-in-result/sign-in-result.js.map +1 -0
- package/dist/collection/components/team-dev/bring-changes/bring-changes.js +18 -4
- package/dist/collection/components/team-dev/bring-changes/bring-changes.js.map +1 -1
- package/dist/collection/components/team-dev/history/history.js +10 -8
- package/dist/collection/components/team-dev/history/history.js.map +1 -1
- package/dist/collection/components/team-dev/server-selector/server-selector.css +18 -14
- package/dist/collection/components/team-dev/server-selector/server-selector.js +11 -27
- package/dist/collection/components/team-dev/server-selector/server-selector.js.map +1 -1
- package/dist/collection/components/team-dev/update/update.css +1 -0
- package/dist/collection/components/team-dev/update/update.js +62 -9
- package/dist/collection/components/team-dev/update/update.js.map +1 -1
- package/dist/collection/components/team-dev/version-control/commit/commit.css +1 -0
- package/dist/collection/components/team-dev/version-control/commit/commit.js +79 -20
- package/dist/collection/components/team-dev/version-control/commit/commit.js.map +1 -1
- package/dist/collection/components/team-dev/version-control/common/are-sets-equal.js +21 -0
- package/dist/collection/components/team-dev/version-control/common/are-sets-equal.js.map +1 -0
- package/dist/collection/components/team-dev/version-control/common/tabular-grid-render.js +13 -3
- package/dist/collection/components/team-dev/version-control/common/tabular-grid-render.js.map +1 -1
- package/dist/collection/components/team-dev/version-control/common/uncheck-ignored.js +18 -0
- package/dist/collection/components/team-dev/version-control/common/uncheck-ignored.js.map +1 -0
- package/dist/collection/testing/locale.e2e.js +1 -1
- package/dist/collection/testing/locale.e2e.js.map +1 -1
- package/dist/components/gx-ide-server-selector.js +12 -28
- package/dist/components/gx-ide-server-selector.js.map +1 -1
- package/dist/components/{gx-ide-status-message.d.ts → gx-ide-sign-in-result.d.ts} +4 -4
- package/dist/components/{gx-ide-status-message.js → gx-ide-sign-in-result.js} +15 -14
- package/dist/components/gx-ide-sign-in-result.js.map +1 -0
- package/dist/components/gx-ide-team-dev-bring-changes.js +18 -4
- package/dist/components/gx-ide-team-dev-bring-changes.js.map +1 -1
- package/dist/components/gx-ide-team-dev-commit.js +78 -221
- package/dist/components/gx-ide-team-dev-commit.js.map +1 -1
- package/dist/components/gx-ide-team-dev-history.js +9 -7
- package/dist/components/gx-ide-team-dev-history.js.map +1 -1
- package/dist/components/gx-ide-team-dev-update.js +61 -10
- package/dist/components/gx-ide-team-dev-update.js.map +1 -1
- package/dist/components/tabular-grid-column-sort.js +41 -0
- package/dist/components/tabular-grid-column-sort.js.map +1 -0
- package/dist/components/tabular-grid-render.js +216 -0
- package/dist/components/tabular-grid-render.js.map +1 -0
- package/dist/components/uncheck-ignored.js +40 -0
- package/dist/components/uncheck-ignored.js.map +1 -0
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-server-selector.entry.js +12 -28
- package/dist/esm/gx-ide-server-selector.entry.js.map +1 -1
- package/dist/esm/{gx-ide-status-message.entry.js → gx-ide-sign-in-result.entry.js} +10 -9
- package/dist/esm/gx-ide-sign-in-result.entry.js.map +1 -0
- package/dist/esm/gx-ide-team-dev-bring-changes.entry.js +20 -4
- package/dist/esm/gx-ide-team-dev-bring-changes.entry.js.map +1 -1
- package/dist/esm/gx-ide-team-dev-commit.entry.js +81 -220
- package/dist/esm/gx-ide-team-dev-commit.entry.js.map +1 -1
- package/dist/esm/gx-ide-team-dev-history.entry.js +9 -7
- package/dist/esm/gx-ide-team-dev-history.entry.js.map +1 -1
- package/dist/esm/gx-ide-team-dev-update.entry.js +60 -10
- package/dist/esm/gx-ide-team-dev-update.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tabular-grid-column-sort-1d503b27.js +41 -0
- package/dist/esm/tabular-grid-column-sort-1d503b27.js.map +1 -0
- package/dist/esm/tabular-grid-render-f7eb612b.js +216 -0
- package/dist/esm/tabular-grid-render-f7eb612b.js.map +1 -0
- package/dist/esm/uncheck-ignored-4ba48c9e.js +40 -0
- package/dist/esm/uncheck-ignored-4ba48c9e.js.map +1 -0
- 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/p-02fb496a.js +36 -0
- package/dist/genexus-ide-ui/p-02fb496a.js.map +1 -0
- package/dist/genexus-ide-ui/p-06e8d9d6.entry.js +63 -0
- package/dist/genexus-ide-ui/p-06e8d9d6.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-585fac4a.entry.js → p-2b38e18e.entry.js} +15 -13
- package/dist/genexus-ide-ui/p-2b38e18e.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-970e89ac.entry.js → p-4b06b578.entry.js} +100 -115
- package/dist/genexus-ide-ui/p-4b06b578.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-34447b77.entry.js → p-4e3ad78d.entry.js} +261 -234
- package/dist/genexus-ide-ui/p-4e3ad78d.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-77c2e69d.js +314 -0
- package/dist/genexus-ide-ui/p-77c2e69d.js.map +1 -0
- package/dist/genexus-ide-ui/p-a7883e6b.entry.js +691 -0
- package/dist/genexus-ide-ui/p-a7883e6b.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-c9b9e260.js +36 -0
- package/dist/genexus-ide-ui/p-c9b9e260.js.map +1 -0
- package/dist/genexus-ide-ui/{p-42f37527.entry.js → p-e1a2550e.entry.js} +351 -289
- package/dist/genexus-ide-ui/p-e1a2550e.entry.js.map +1 -0
- package/dist/types/common/chameleon/tabular-grid-column-sort.d.ts +4 -0
- package/dist/types/components/{status-message/status-message.d.ts → sign-in-result/sign-in-result.d.ts} +2 -2
- package/dist/types/components/team-dev/history/history.d.ts +2 -2
- package/dist/types/components/team-dev/update/update.d.ts +6 -0
- package/dist/types/components/team-dev/version-control/commit/commit.d.ts +15 -13
- package/dist/types/components/team-dev/version-control/common/are-sets-equal.d.ts +12 -0
- package/dist/types/components/team-dev/version-control/common/tabular-grid-render.d.ts +13 -1
- package/dist/types/components/team-dev/version-control/common/uncheck-ignored.d.ts +13 -0
- package/dist/types/components.d.ts +13 -13
- package/package.json +1 -1
- package/dist/cjs/gx-ide-status-message.cjs.entry.js.map +0 -1
- package/dist/collection/components/status-message/status-message.js.map +0 -1
- package/dist/components/gx-ide-status-message.js.map +0 -1
- package/dist/esm/gx-ide-status-message.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-34447b77.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-42f37527.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-50253b96.entry.js +0 -61
- package/dist/genexus-ide-ui/p-50253b96.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-585fac4a.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-723d25ae.entry.js +0 -912
- package/dist/genexus-ide-ui/p-723d25ae.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-970e89ac.entry.js.map +0 -1
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message → sign-in-result/gx-ide-assets/sign-in-result}/images/genexus-next-logo.svg +0 -0
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message → sign-in-result/gx-ide-assets/sign-in-result}/images/left-side-illustration.svg +0 -0
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message → sign-in-result/gx-ide-assets/sign-in-result}/images/right-side-illustration.svg +0 -0
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message/langs/status-message.lang.en.json → sign-in-result/gx-ide-assets/sign-in-result/langs/sign-in-result.lang.en.json} +0 -0
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message/langs/status-message.lang.ja.json → sign-in-result/gx-ide-assets/sign-in-result/langs/sign-in-result.lang.ja.json} +0 -0
- /package/dist/collection/components/{status-message/gx-ide-assets/status-message/langs/status-message.lang.zh.json → sign-in-result/gx-ide-assets/sign-in-result/langs/sign-in-result.lang.zh.json} +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message → sign-in-result}/images/genexus-next-logo.svg +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message → sign-in-result}/images/left-side-illustration.svg +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message → sign-in-result}/images/right-side-illustration.svg +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message/langs/status-message.lang.en.json → sign-in-result/langs/sign-in-result.lang.en.json} +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message/langs/status-message.lang.ja.json → sign-in-result/langs/sign-in-result.lang.ja.json} +0 -0
- /package/dist/genexus-ide-ui/gx-ide-assets/{status-message/langs/status-message.lang.zh.json → sign-in-result/langs/sign-in-result.lang.zh.json} +0 -0
|
@@ -1,14 +1,22 @@
|
|
|
1
|
-
import { r as e, h as
|
|
1
|
+
import { r as e, h as t, H as n, a as i } from "./p-97107ecc.js";
|
|
2
2
|
|
|
3
3
|
import { g as a } from "./p-401bfc97.js";
|
|
4
4
|
|
|
5
5
|
import { L as r } from "./p-311eedf3.js";
|
|
6
6
|
|
|
7
|
-
import {
|
|
7
|
+
import { u as s, a as l } from "./p-c9b9e260.js";
|
|
8
8
|
|
|
9
|
-
import {
|
|
9
|
+
import { r as o } from "./p-a24571ca.js";
|
|
10
10
|
|
|
11
|
-
import {
|
|
11
|
+
import { f as c } from "./p-8c15538c.js";
|
|
12
|
+
|
|
13
|
+
import { c as d } from "./p-9a03ac9f.js";
|
|
14
|
+
|
|
15
|
+
import { C as h } from "./p-77c2e69d.js";
|
|
16
|
+
|
|
17
|
+
import { s as p } from "./p-02fb496a.js";
|
|
18
|
+
|
|
19
|
+
import "./p-edcd0022.js";
|
|
12
20
|
|
|
13
21
|
const mapObjectTypeToComboBoxItemModel = e => e.map((e => ({
|
|
14
22
|
value: e.id,
|
|
@@ -16,222 +24,222 @@ const mapObjectTypeToComboBoxItemModel = e => e.map((e => ({
|
|
|
16
24
|
startImgSrc: e.icon
|
|
17
25
|
})));
|
|
18
26
|
|
|
19
|
-
const
|
|
27
|
+
const u = '.custom-icon-text-wrapper {\n display: flex;\n align-items: center;\n gap: 10px;\n}\n\n/*Gx Ide*/\n/*@container queries*/\n/* hiChar styles\nFound on /common/helpers.tsx hiChar function is used to add a span/class to every character that matches a search value. It is used to help the user see why the filter results are filtered. The span/class on the characters are useless without proper styling.\n*/\n:host {\n --pill-border-radius: 12px;\n --pill-padding-inline: 8px;\n --pill-padding-block: 2px;\n --pill-font-size: var(--font-size-body-s);\n display: grid;\n block-size: 100%;\n overflow: auto;\n grid-template-rows: max-content max-content 1fr;\n}\n\n.detail__version, .detail__knowledge-base {\n padding-inline: 24px;\n border-inline-end: 1px solid var(--mer-border-color__on-elevation--01);\n}\n\n.detail__genexus-server {\n padding-inline-end: 24px;\n border-inline-end: 1px solid var(--mer-border-color__on-elevation--01);\n}\n\n.detail__last-full-update {\n padding-inline-start: 24px;\n}\n\n.section {\n display: contents;\n}\n\n.header {\n display: grid;\n grid-template-columns: 1fr max-content;\n}\n\n.header__detail {\n display: grid;\n row-gap: var(--mer-spacing--md);\n grid-auto-columns: max-content;\n grid-auto-rows: max-content;\n grid-template-areas: "detail-heading-gx . . ." "detail-genexus-server detail-knowledge-base detail-version detail-last-full-update";\n}\n\n.detail__label {\n color: var(--mer-color__neutral-gray--400);\n}\n\n.detail__heading-genexus-server {\n grid-area: detail-heading-gx;\n}\n\n.detail__genexus-server {\n grid-area: detail-genexus-server;\n}\n.detail__genexus-server > a {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n display: inline-block;\n}\n\n.detail__link {\n align-items: start;\n color: var(--mer-text__primary);\n text-decoration: underline;\n}\n.detail__link:hover {\n color: var(--mer-text__primary--hover);\n}\n.detail__link:active {\n color: var(--mer-text__primary--active);\n}\n\n.detail__knowledge-base {\n grid-area: detail-knowledge-base;\n}\n\n.detail__version {\n grid-area: detail-version;\n}\n\n.detail__last-full-update {\n grid-area: detail-last-full-update;\n}\n\n.filter-container {\n container-type: inline-size;\n box-sizing: border-box;\n}\n\n.filter {\n display: grid;\n margin-block-start: var(--mer-spacing--lg);\n grid-template-areas: "filter-search filter-types filter-actions filter-kb-properties filter-buttons";\n grid-template-columns: 200px 200px 200px max-content 1fr;\n gap: 12px;\n}\n\n@container (max-width: 1100px) {\n .filter-container > .filter {\n grid-template-columns: 200px 200px 200px 1fr;\n grid-template-areas: "filter-search filter-types filter-actions filter-buttons" "filter-kb-properties . . .";\n grid-auto-rows: max-content;\n }\n}\n@container (max-width: 900px) {\n .filter-container > .filter {\n grid-template-columns: 1fr 1fr 1fr;\n grid-template-areas: "filter-search filter-types filter-actions" "filter-kb-properties filter-buttons filter-buttons";\n grid-auto-rows: max-content;\n }\n}\n.filter__search {\n grid-area: filter-search;\n}\n\n.filter__types {\n grid-area: filter-types;\n}\n\n.filter__actions {\n grid-area: filter-actions;\n}\n\n.filter__kb-properties {\n grid-area: filter-kb-properties;\n}\n\n.filter__buttons {\n margin-inline-start: auto;\n grid-area: filter-buttons;\n}\n\n.main {\n position: relative;\n display: grid;\n overflow: auto;\n}\n\n.loader {\n position: relative;\n inline-size: 100%;\n block-size: 100%;\n inset-block-start: 0;\n}\n\n.tabular-grid {\n border-radius: 4px;\n overflow: hidden;\n}\n\n.empty-state {\n block-size: 100%;\n}\n\n.loader {\n --elevation-background-color: var(--mer-surface__elevation--01);\n}\n\n.messages-list {\n margin: 0;\n padding: 0;\n list-style: none;\n max-inline-size: 800px;\n padding: 8px 0;\n list-style-type: none;\n display: flex;\n flex-direction: column;\n gap: var(--mer-spacing--3xs);\n}\n\n.message-description {\n line-height: 1.5;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.message-icon {\n flex-shrink: 0;\n}\n\n.tabular-grid.empty-result::part(main) {\n overflow: hidden;\n}\n\n.input-comments-container {\n position: relative;\n}\n\n.input-comments {\n --control__border-color: transparent;\n padding-block: 0 !important;\n padding-inline: 0 !important;\n --line-height-tight: 1.4;\n block-size: 100%;\n background-color: var(--mer-surface);\n transition: var(--mer-timing--super-fast) block-size, var(--mer-timing--super-fast) background-color, var(--mer-timing--super-fast) padding-block, var(--mer-timing--super-fast) padding-inline;\n}\n\n.input-comments:focus {\n position: absolute;\n block-size: 200px;\n inline-size: 100%;\n z-index: 99;\n background-color: var(--mer-surface__elevation--01);\n padding-block: var(--control__padding-block) !important;\n padding-inline: var(--control__padding-inline) !important;\n}\n\nch-tabular-grid-cell.tabular-grid-cell::part(actions-icon) {\n background-size: contain;\n margin-inline-end: 0;\n --icon-path: var(--icon__gemini-tools_show-more-vertical_neutral--enabled);\n cursor: pointer;\n}\nch-tabular-grid-cell.tabular-grid-cell::part(actions-icon):hover {\n --icon-path: var(--icon__gemini-tools_show-more-vertical_neutral--hover);\n}\nch-tabular-grid-cell.tabular-grid-cell::part(actions-icon):active {\n --icon-path: var(--icon__gemini-tools_show-more-vertical_neutral--active);\n}\n\n.tabular-grid-row-actions::part(main),\n.property-grid-row-actions::part(main) {\n gap: 0 !important;\n}\n\n.tabular-grid-row-actions > button {\n justify-content: start;\n}\n\n.pill {\n --pill-background-color: transparent;\n --pill-color: transparent;\n --pill-border-color: transparent;\n background-color: var(--pill-background-color);\n color: var(--pill-color);\n border: 1px solid var(--pill-border-color);\n inline-size: 100%;\n padding: var(--pill-padding-block) var(--pill-padding-inline);\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: var(--pill-border-radius);\n position: relative;\n font-weight: var(--font-weight-semi-bold);\n}\n.pill--update, .pill--pending {\n --pill-background-color: var();\n --pill-color: var(--mer-color__neutral-gray--400);\n --pill-border-color: var();\n}\n.pill--to-merge-marked {\n --pill-background-color: var();\n --pill-color: var(--mer-border-color__primary);\n --pill-border-color: var();\n}\n.pill--ignored {\n --pill-background-color: var(--mer-surface__elevation--02);\n --pill-color: var(--mer-text__on-disabled);\n --pill-border-color: var(--mer-border-color__primary--disabled);\n}\n.pill--pending {\n --pill-background-color: var(--mer-color__tinted-primary--8);\n --pill-color: var(--mer-border-color__primary);\n --pill-border-color: var(--mer-color__tinted-primary--50);\n}\n.pill--warning {\n --pill-background-color: var(--mer-color__tinted-yellow--5);\n --pill-color: var(--mer-border-color__warning);\n --pill-border-color: var(--mer-color__tinted-yellow--60);\n}\n.pill--error {\n --pill-background-color: var(--mer-color__tinted-red--5);\n --pill-color: var(--mer-border-color__error);\n --pill-border-color: var(--mer-color__tinted-red--60);\n}\n.pill--updated {\n --pill-background-color: var(--mer-color__tinted-green--5);\n --pill-color: var(--mer-border-color__success);\n --pill-border-color: var(--mer-color__tinted-green--60);\n}\n.pill--transitioning {\n --pill-color: transparent;\n}\n\n.updating-spinner-caption {\n display: flex;\n align-items: center;\n gap: 6px;\n --status-circle-color: transparent;\n --status-circle-size: $size;\n --status-circle-inset-inline-start: 14px;\n --pill-color: var(--mer-border-color__primary);\n}\n.updating-spinner-caption::before {\n display: inline-block;\n content: "";\n width: 14px;\n height: 14px;\n border: calc(14px / 7) solid var(--mer-color__tinted-primary--50);\n border-top: calc(14px / 7) solid var(--mer-color__primary--300);\n border-radius: 50%;\n animation: spin var(--mer-timing--regular) linear infinite;\n}\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.tabular-grid .button-secondary {\n --control__padding-block: var(--pill-padding-block);\n --control__padding-inline: var(--pill-padding-inline);\n font-size: inherit;\n font-weight: inherit;\n /* font-size: var(--pill-font-size); */\n}\n\n.tabular-grid .tabular-grid-cell--for-pill {\n --grid-cell__padding-block: 4px;\n align-items: center;\n justify-content: center;\n}\n\n.tabular-grid.disabled-custom-selector .tabular-grid-cell::part(selector-label),\n.tabular-grid.disabled-custom-selector .tabular-grid-column::part(bar-selector),\n.tabular-grid.disabled-custom-selector .tabular-grid-cell::part(actions-icon) {\n pointer-events: none;\n opacity: 0.5;\n}\n\n.tabular-grid-column--settings-custom-selector,\n.tabular-grid-cell--settings-custom-selector {\n --grid-cell__padding-inline: 0;\n --grid-cell__padding-block: 0;\n}\n\n.tabular-grid-cell::part(actions-icon) {\n padding-block: 6px;\n}\n\nch-tabular-grid-cell.tabular-grid-cell::part(actions-icon) {\n block-size: 100%;\n display: block;\n background-size: 14px;\n padding-inline: 16px;\n}\n\n.tabular-grid-cell.no-checkbox-custom-selector::part(selector-label) {\n visibility: hidden;\n pointer-events: none;\n}\n\n.tabular-grid-row-actions::part(window) {\n background-color: var(--mer-surface__elevation--02) !important;\n}\n\n.tabular-grid-row .tabular-grid-cell:nth-child(3) {\n min-inline-size: 200px;\n}';
|
|
20
28
|
|
|
21
|
-
var
|
|
22
|
-
if (
|
|
23
|
-
if (typeof
|
|
24
|
-
return
|
|
29
|
+
var g = undefined && undefined.__classPrivateFieldGet || function(e, t, n, i) {
|
|
30
|
+
if (n === "a" && !i) throw new TypeError("Private accessor was defined without a getter");
|
|
31
|
+
if (typeof t === "function" ? e !== t || !i : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
32
|
+
return n === "m" ? i : n === "a" ? i.call(e) : i ? i.value : t.get(e);
|
|
25
33
|
};
|
|
26
34
|
|
|
27
|
-
var
|
|
35
|
+
var f = undefined && undefined.__classPrivateFieldSet || function(e, t, n, i, a) {
|
|
28
36
|
if (i === "m") throw new TypeError("Private method is not writable");
|
|
29
37
|
if (i === "a" && !a) throw new TypeError("Private accessor was defined without a setter");
|
|
30
|
-
if (typeof
|
|
31
|
-
return i === "a" ? a.call(e,
|
|
38
|
+
if (typeof t === "function" ? e !== t || !a : !t.has(e)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
39
|
+
return i === "a" ? a.call(e, n) : a ? a.value = n : t.set(e, n), n;
|
|
32
40
|
};
|
|
33
41
|
|
|
34
|
-
var
|
|
42
|
+
var m, b, _, v, w, y, k, x, M, z, C, S, j, W, I, T, N, O, E, U, A, L, P, R, $, D;
|
|
35
43
|
|
|
36
|
-
const
|
|
44
|
+
const F = [ "resets/box-sizing", "components/tabular-grid", "utils/form--full", "utils/layout", "utils/typography", "utils/spacing", "chameleon/scrollbar" ];
|
|
37
45
|
|
|
38
|
-
const
|
|
46
|
+
const q = "true";
|
|
39
47
|
|
|
40
|
-
const
|
|
48
|
+
const G = "false";
|
|
41
49
|
|
|
42
|
-
const
|
|
50
|
+
const H = "detail__label body-semi-bold-s";
|
|
43
51
|
|
|
44
52
|
// icons
|
|
45
|
-
const
|
|
53
|
+
const V = a({
|
|
46
54
|
category: "system",
|
|
47
55
|
name: "add",
|
|
48
56
|
colorType: "on-elevation"
|
|
49
57
|
});
|
|
50
58
|
|
|
51
|
-
const
|
|
59
|
+
const X = a({
|
|
52
60
|
category: "system",
|
|
53
61
|
name: "edit",
|
|
54
62
|
colorType: "on-elevation"
|
|
55
63
|
});
|
|
56
64
|
|
|
57
|
-
const
|
|
65
|
+
const Y = a({
|
|
58
66
|
category: "window-tools",
|
|
59
67
|
name: "filter",
|
|
60
68
|
colorType: "on-elevation"
|
|
61
69
|
});
|
|
62
70
|
|
|
63
|
-
const
|
|
71
|
+
const B = a({
|
|
64
72
|
category: "system",
|
|
65
73
|
name: "search",
|
|
66
74
|
colorType: "on-elevation"
|
|
67
75
|
});
|
|
68
76
|
|
|
69
|
-
const
|
|
77
|
+
const J = a({
|
|
70
78
|
category: "system",
|
|
71
79
|
name: "substract",
|
|
72
80
|
colorType: "on-elevation"
|
|
73
81
|
});
|
|
74
82
|
|
|
75
|
-
const
|
|
83
|
+
const K = a({
|
|
76
84
|
category: "system",
|
|
77
85
|
name: "warning",
|
|
78
86
|
colorType: "warning"
|
|
79
87
|
});
|
|
80
88
|
|
|
81
|
-
const
|
|
89
|
+
const Q = a({
|
|
82
90
|
category: "system",
|
|
83
91
|
name: "error",
|
|
84
92
|
colorType: "error"
|
|
85
93
|
});
|
|
86
94
|
|
|
87
|
-
const
|
|
95
|
+
const Z = a({
|
|
88
96
|
category: "system",
|
|
89
97
|
name: "check ",
|
|
90
98
|
colorType: "success"
|
|
91
99
|
});
|
|
92
100
|
|
|
93
|
-
const
|
|
101
|
+
const ee = a({
|
|
94
102
|
category: "system",
|
|
95
103
|
name: "information",
|
|
96
104
|
colorType: "on-elevation"
|
|
97
105
|
});
|
|
98
106
|
|
|
99
|
-
const
|
|
107
|
+
const te = a({
|
|
100
108
|
category: "gemini-tools",
|
|
101
109
|
name: "reset",
|
|
102
110
|
colorType: "neutral"
|
|
103
111
|
});
|
|
104
112
|
|
|
105
|
-
const
|
|
106
|
-
constructor(
|
|
107
|
-
e(this,
|
|
113
|
+
const ne = class {
|
|
114
|
+
constructor(n) {
|
|
115
|
+
e(this, n);
|
|
108
116
|
/**
|
|
109
117
|
* The component hard-coded strings translations.
|
|
110
118
|
*/
|
|
111
119
|
// eslint-disable-next-line @stencil-community/own-props-must-be-private
|
|
112
|
-
|
|
113
|
-
|
|
120
|
+
m.set(this, void 0);
|
|
121
|
+
b.set(this, void 0);
|
|
114
122
|
/**
|
|
115
123
|
* Used to determine if pendingItemsCheckedCallback callback has to be called or not.
|
|
116
124
|
* It should be ignored if the grid checkboxes state is changed programmatically, by
|
|
117
125
|
* setting markRow to false once the object has been successfully updated, for example.
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
126
|
+
*/ _.set(this, true);
|
|
127
|
+
v.set(this, void 0);
|
|
128
|
+
w.set(this, (async () => {
|
|
129
|
+
g(this, k, "f").call(this, [ ...this.markedObjectsSet ]);
|
|
122
130
|
}));
|
|
123
|
-
|
|
124
|
-
|
|
131
|
+
y.set(this, (async () => {
|
|
132
|
+
g(this, O, "f").call(this, true);
|
|
125
133
|
}));
|
|
126
|
-
|
|
127
|
-
|
|
134
|
+
k.set(this, (async e => {
|
|
135
|
+
f(this, _, false, "f");
|
|
128
136
|
this.updating = true;
|
|
129
137
|
e.forEach((e => {
|
|
130
138
|
this.objectsStatusMap.set(e, "updating");
|
|
131
139
|
}));
|
|
132
|
-
const
|
|
133
|
-
|
|
134
|
-
const
|
|
135
|
-
if (
|
|
140
|
+
const t = await this.updateCallback(e);
|
|
141
|
+
t.forEach((async e => {
|
|
142
|
+
const t = e.messages;
|
|
143
|
+
if (t.length) {
|
|
136
144
|
this.objectsMessagesDataMap.set(e.id, e.messages);
|
|
137
145
|
} else {
|
|
138
146
|
// clear messages
|
|
139
147
|
this.objectsMessagesDataMap.delete(e.id);
|
|
140
148
|
}
|
|
141
149
|
if (e.result === "updated") {
|
|
142
|
-
this.alreadyUpdatedObjectsIdsSet.add(e.id);
|
|
150
|
+
this.alreadyUpdatedObjectsIdsSet = new Set(this.alreadyUpdatedObjectsIdsSet).add(e.id);
|
|
143
151
|
this.objectsStatusMap.set(e.id, "updated");
|
|
144
|
-
await
|
|
152
|
+
await g(this, v, "f").markRow(e.id, false);
|
|
145
153
|
} else {
|
|
146
154
|
this.objectsStatusMap.set(e.id, "pending");
|
|
147
155
|
}
|
|
148
156
|
}));
|
|
149
157
|
this.updating = false;
|
|
150
158
|
}));
|
|
151
|
-
|
|
152
|
-
let
|
|
159
|
+
x.set(this, (e => {
|
|
160
|
+
let n;
|
|
153
161
|
let i;
|
|
154
162
|
let a;
|
|
155
163
|
if (e === "deleted") {
|
|
156
|
-
|
|
157
|
-
i =
|
|
164
|
+
n = J;
|
|
165
|
+
i = g(this, m, "f").actions.delete;
|
|
158
166
|
a = "--mer-icon__error";
|
|
159
167
|
} else if (e === "inserted") {
|
|
160
|
-
|
|
161
|
-
i =
|
|
168
|
+
n = V;
|
|
169
|
+
i = g(this, m, "f").actions.insert;
|
|
162
170
|
a = "--mer-icon__success";
|
|
163
171
|
} else if (e === "modified") {
|
|
164
|
-
|
|
165
|
-
i =
|
|
172
|
+
n = X;
|
|
173
|
+
i = g(this, m, "f").actions.modify;
|
|
166
174
|
a = "--mer-icon__warning";
|
|
167
175
|
} else if (e === "modified-with-conflicts") {
|
|
168
|
-
|
|
169
|
-
i =
|
|
176
|
+
n = K;
|
|
177
|
+
i = g(this, m, "f").actions.modifyWithConflicts;
|
|
170
178
|
a = "--mer-icon__warning";
|
|
171
179
|
} else if (!e) {
|
|
172
180
|
// proably is "ignored"
|
|
173
181
|
return null;
|
|
174
182
|
}
|
|
175
|
-
return
|
|
183
|
+
return t("span", {
|
|
176
184
|
class: "custom-icon-text-wrapper"
|
|
177
|
-
},
|
|
185
|
+
}, t("ch-image", {
|
|
178
186
|
type: "mask",
|
|
179
187
|
class: "icon-md",
|
|
180
|
-
src:
|
|
188
|
+
src: n,
|
|
181
189
|
style: {
|
|
182
190
|
backgroundColor: `var(${a})`
|
|
183
191
|
}
|
|
184
192
|
}), `${i}`);
|
|
185
193
|
}));
|
|
186
|
-
|
|
187
|
-
const
|
|
188
|
-
|
|
189
|
-
this.objectsStatusMap =
|
|
190
|
-
|
|
194
|
+
M.set(this, (e => async () => {
|
|
195
|
+
const t = new Map(this.objectsStatusMap);
|
|
196
|
+
t.set(e, "updating");
|
|
197
|
+
this.objectsStatusMap = t;
|
|
198
|
+
g(this, k, "f").call(this, [ e ]);
|
|
191
199
|
}));
|
|
192
|
-
|
|
193
|
-
const
|
|
194
|
-
const i =
|
|
195
|
-
if (
|
|
196
|
-
return
|
|
200
|
+
z.set(this, (e => {
|
|
201
|
+
const n = this.objectsStatusMap.get(e);
|
|
202
|
+
const i = n === "pending" && this.updatePillAsButton ? g(this, m, "f").status.update : g(this, m, "f").status[n];
|
|
203
|
+
if (n === "updating") {
|
|
204
|
+
return t("span", {
|
|
197
205
|
class: "updating-spinner-caption"
|
|
198
206
|
}, i);
|
|
199
207
|
}
|
|
200
|
-
const a = `pill pill--${
|
|
201
|
-
if (this.updatePillAsButton &&
|
|
202
|
-
return
|
|
208
|
+
const a = `pill pill--${n}`;
|
|
209
|
+
if (this.updatePillAsButton && n === "pending") {
|
|
210
|
+
return t("button", {
|
|
203
211
|
class: "button-secondary pill pill--update",
|
|
204
|
-
onClick:
|
|
212
|
+
onClick: g(this, M, "f").call(this, e)
|
|
205
213
|
}, i);
|
|
206
214
|
} else {
|
|
207
|
-
return
|
|
215
|
+
return t("span", {
|
|
208
216
|
class: a
|
|
209
217
|
}, i);
|
|
210
218
|
}
|
|
211
219
|
}));
|
|
212
|
-
|
|
213
|
-
let
|
|
220
|
+
C.set(this, (e => {
|
|
221
|
+
let n;
|
|
214
222
|
if (e === "pending") {
|
|
215
|
-
|
|
223
|
+
n = this.pendingObjectsAfterActionFilter;
|
|
216
224
|
} else if (e === "ignored") {
|
|
217
|
-
|
|
225
|
+
n = this.ignoredObjectsAfterActionFilter;
|
|
218
226
|
}
|
|
219
|
-
return
|
|
227
|
+
return n.map((n => {
|
|
220
228
|
const i = {
|
|
221
|
-
id:
|
|
222
|
-
icon:
|
|
223
|
-
name:
|
|
229
|
+
id: n.id,
|
|
230
|
+
icon: n.typeIcon,
|
|
231
|
+
name: n.name
|
|
224
232
|
};
|
|
225
|
-
const a = this.alreadyUpdatedObjectsIdsSet.has(
|
|
233
|
+
const a = this.alreadyUpdatedObjectsIdsSet.has(n.id);
|
|
226
234
|
const r = a || e === "ignored";
|
|
227
|
-
const
|
|
228
|
-
const
|
|
229
|
-
return
|
|
235
|
+
const s = this.markedObjectsSet.has(n.id);
|
|
236
|
+
const l = this.objectsMessagesDataMap.get(n.id);
|
|
237
|
+
return t("ch-tabular-grid-row", {
|
|
230
238
|
class: "tabular-grid-row",
|
|
231
|
-
key:
|
|
232
|
-
rowid:
|
|
233
|
-
ref: e =>
|
|
234
|
-
},
|
|
239
|
+
key: n.id,
|
|
240
|
+
rowid: n.id,
|
|
241
|
+
ref: e => s && (e === null || e === void 0 ? void 0 : e.setAttribute("marked", "true"))
|
|
242
|
+
}, t("ch-tabular-grid-cell", {
|
|
235
243
|
"cell-type": "rich",
|
|
236
244
|
"row-selector": "true",
|
|
237
245
|
class: {
|
|
@@ -239,96 +247,96 @@ const J = class {
|
|
|
239
247
|
"no-checkbox-custom-selector": r
|
|
240
248
|
},
|
|
241
249
|
size: "max-content"
|
|
242
|
-
},
|
|
250
|
+
}, n.name), t("ch-tabular-grid-cell", {
|
|
243
251
|
class: "tabular-grid-cell"
|
|
244
|
-
},
|
|
252
|
+
}, o(i)), t("ch-tabular-grid-cell", {
|
|
245
253
|
class: "tabular-grid-cell"
|
|
246
|
-
},
|
|
254
|
+
}, n.description), t("ch-tabular-grid-cell", {
|
|
247
255
|
class: "tabular-grid-cell"
|
|
248
|
-
},
|
|
256
|
+
}, c(n.modifiedOn)), t("ch-tabular-grid-cell", {
|
|
249
257
|
class: "tabular-grid-cell"
|
|
250
|
-
},
|
|
258
|
+
}, g(this, x, "f").call(this, n.action)), t("ch-tabular-grid-cell", {
|
|
251
259
|
class: "tabular-grid-cell tabular-grid-cell--for-pill"
|
|
252
|
-
},
|
|
260
|
+
}, g(this, z, "f").call(this, n.id)), (l === null || l === void 0 ? void 0 : l.length) && t("ch-tabular-grid-rowset", {
|
|
253
261
|
class: "tabular-grid-rowset"
|
|
254
|
-
},
|
|
262
|
+
}, t("ch-tabular-grid-rowset-empty", {
|
|
255
263
|
class: {
|
|
256
264
|
"tabular-grid-rowset-empty": true
|
|
257
265
|
}
|
|
258
|
-
},
|
|
266
|
+
}, t("ul", {
|
|
259
267
|
class: "messages-list"
|
|
260
|
-
},
|
|
261
|
-
let
|
|
268
|
+
}, l.map((e => {
|
|
269
|
+
let n;
|
|
262
270
|
if (e.type === "error") {
|
|
263
|
-
|
|
271
|
+
n = Q;
|
|
264
272
|
} else if (e.type === "warning") {
|
|
265
|
-
|
|
273
|
+
n = K;
|
|
266
274
|
} else if (e.type === "success") {
|
|
267
|
-
|
|
275
|
+
n = Z;
|
|
268
276
|
} else {
|
|
269
277
|
// info
|
|
270
|
-
|
|
278
|
+
n = ee;
|
|
271
279
|
}
|
|
272
|
-
return
|
|
280
|
+
return t("li", {
|
|
273
281
|
class: "message-description"
|
|
274
|
-
},
|
|
282
|
+
}, t("ch-image", {
|
|
275
283
|
class: "icon-md message-icon",
|
|
276
|
-
src:
|
|
284
|
+
src: n
|
|
277
285
|
}), e.text);
|
|
278
286
|
}))))));
|
|
279
287
|
}));
|
|
280
288
|
}));
|
|
281
|
-
|
|
282
|
-
const
|
|
283
|
-
this.markedObjectsSet = new Set(
|
|
284
|
-
if (
|
|
285
|
-
|
|
289
|
+
S.set(this, (async e => {
|
|
290
|
+
const t = e.detail.rowsId;
|
|
291
|
+
this.markedObjectsSet = new Set(t.filter((e => !this.alreadyUpdatedObjectsIdsSet.has(e))));
|
|
292
|
+
if (g(this, _, "f")) {
|
|
293
|
+
g(this, j, "f").call(this, e);
|
|
286
294
|
}
|
|
287
295
|
}));
|
|
288
|
-
|
|
289
|
-
const
|
|
290
|
-
const
|
|
296
|
+
j.set(this, (async e => {
|
|
297
|
+
const t = e.detail.addedRowsId;
|
|
298
|
+
const n = e.detail.removedRowsId;
|
|
291
299
|
const i = await this.pendingItemsCheckedCallback({
|
|
292
|
-
itemsChecked:
|
|
293
|
-
itemsUnchecked:
|
|
300
|
+
itemsChecked: t,
|
|
301
|
+
itemsUnchecked: n
|
|
294
302
|
});
|
|
295
303
|
if (i === undefined) {
|
|
296
304
|
// undo check/uncheck
|
|
297
|
-
await
|
|
305
|
+
await g(this, L, "f").call(this, t, n);
|
|
298
306
|
} else {
|
|
299
|
-
await
|
|
307
|
+
await g(this, P, "f").call(this, i);
|
|
300
308
|
}
|
|
301
309
|
}));
|
|
302
|
-
|
|
310
|
+
W.set(this, (e => {
|
|
303
311
|
this.searchValue = e.detail;
|
|
304
|
-
|
|
312
|
+
g(this, O, "f").call(this);
|
|
305
313
|
}));
|
|
306
314
|
// Local Methods Update
|
|
307
|
-
|
|
315
|
+
I.set(this, (e => {
|
|
308
316
|
this.selectedAction = e.detail;
|
|
309
|
-
|
|
317
|
+
g(this, O, "f").call(this);
|
|
310
318
|
}));
|
|
311
|
-
|
|
319
|
+
T.set(this, (async e => {
|
|
312
320
|
this.selectedType = e.detail;
|
|
313
|
-
|
|
321
|
+
g(this, O, "f").call(this);
|
|
314
322
|
}));
|
|
315
|
-
|
|
323
|
+
N.set(this, (() => {
|
|
316
324
|
this.pendingAndIgnored.pendingForUpdate.forEach((e => {
|
|
317
|
-
var
|
|
318
|
-
const
|
|
319
|
-
this.objectsStatusMap.set(e.id,
|
|
320
|
-
if (
|
|
325
|
+
var t;
|
|
326
|
+
const n = (t = e.status) !== null && t !== void 0 ? t : "pending";
|
|
327
|
+
this.objectsStatusMap.set(e.id, n);
|
|
328
|
+
if (n === "updated") {
|
|
321
329
|
this.alreadyUpdatedObjectsIdsSet.add(e.id);
|
|
322
330
|
}
|
|
323
331
|
}));
|
|
324
332
|
this.pendingAndIgnored.ignoredObjects.forEach((e => {
|
|
325
|
-
var
|
|
326
|
-
const
|
|
327
|
-
this.objectsStatusMap.set(e.id,
|
|
333
|
+
var t;
|
|
334
|
+
const n = (t = e.status) !== null && t !== void 0 ? t : "ignored";
|
|
335
|
+
this.objectsStatusMap.set(e.id, n);
|
|
328
336
|
}));
|
|
329
337
|
}));
|
|
330
|
-
|
|
331
|
-
const
|
|
338
|
+
O.set(this, (async (e = false) => {
|
|
339
|
+
const t = {
|
|
332
340
|
search: this.searchValue,
|
|
333
341
|
type: this.selectedType,
|
|
334
342
|
kbProperties: this.kbPropertiesChecked,
|
|
@@ -336,11 +344,11 @@ const J = class {
|
|
|
336
344
|
};
|
|
337
345
|
this.loading = true;
|
|
338
346
|
this.objectsMessagesDataMap.clear();
|
|
339
|
-
this.pendingAndIgnored = await this.loadCallback(
|
|
340
|
-
|
|
347
|
+
this.pendingAndIgnored = await this.loadCallback(t, e);
|
|
348
|
+
g(this, N, "f").call(this);
|
|
341
349
|
this.loading = false;
|
|
342
350
|
// Is is required to mark/check all objects after loadCallback.
|
|
343
|
-
|
|
351
|
+
g(this, E, "f").call(this);
|
|
344
352
|
}));
|
|
345
353
|
/**
|
|
346
354
|
* Marks all pending objects that have not been committed yet.
|
|
@@ -348,14 +356,14 @@ const J = class {
|
|
|
348
356
|
* Iterates through all pending object IDs and adds them to the marked objects set
|
|
349
357
|
* if they are not already in the committed objects set. This effectively identifies
|
|
350
358
|
* and marks all the pending objects that still need to be processed.
|
|
351
|
-
**/
|
|
359
|
+
**/ E.set(this, (() => {
|
|
352
360
|
for (const e of this.pendingIdsSet) {
|
|
353
361
|
if (!this.alreadyUpdatedObjectsIdsSet.has(e)) {
|
|
354
362
|
this.markedObjectsSet = new Set([ ...this.markedObjectsSet, e ]);
|
|
355
363
|
}
|
|
356
364
|
}
|
|
357
365
|
}));
|
|
358
|
-
|
|
366
|
+
U.set(this, (() => {
|
|
359
367
|
// this.pendingObjectsAfterActionFilter = this.#filteredObjects(
|
|
360
368
|
// this.pendingAndIgnored.pendingForUpdate
|
|
361
369
|
// );
|
|
@@ -381,32 +389,32 @@ const J = class {
|
|
|
381
389
|
// }
|
|
382
390
|
// return filtered;
|
|
383
391
|
// };
|
|
384
|
-
|
|
392
|
+
A.set(this, (() => async e => {
|
|
385
393
|
e.preventDefault();
|
|
386
394
|
e.stopPropagation();
|
|
387
|
-
const
|
|
388
|
-
const
|
|
389
|
-
const i = this.pendingIdsSet.has(
|
|
395
|
+
const t = await g(this, v, "f").getSelectedRows();
|
|
396
|
+
const n = (await g(this, v, "f").getSelectedCell()).rowId;
|
|
397
|
+
const i = this.pendingIdsSet.has(n) ? "pending" : "ignored";
|
|
390
398
|
let a = [];
|
|
391
399
|
// remove selected rows from the other source, if any.
|
|
392
|
-
if (
|
|
393
|
-
|
|
400
|
+
if (t.length > 1 && i === "pending") {
|
|
401
|
+
t.forEach((async e => {
|
|
394
402
|
if (this.ignoredIdsSet.has(e)) {
|
|
395
|
-
await
|
|
403
|
+
await g(this, v, "f").selectRow(e, false);
|
|
396
404
|
} else {
|
|
397
405
|
a.push(e);
|
|
398
406
|
}
|
|
399
407
|
}));
|
|
400
|
-
} else if (
|
|
401
|
-
|
|
408
|
+
} else if (t.length > 1 && i === "ignored") {
|
|
409
|
+
t.forEach((async e => {
|
|
402
410
|
if (this.pendingIdsSet.has(e)) {
|
|
403
|
-
await
|
|
411
|
+
await g(this, v, "f").selectRow(e, false);
|
|
404
412
|
} else {
|
|
405
413
|
a.push(e);
|
|
406
414
|
}
|
|
407
415
|
}));
|
|
408
416
|
} else {
|
|
409
|
-
a =
|
|
417
|
+
a = t;
|
|
410
418
|
}
|
|
411
419
|
await this.contextMenuCallback(i, {
|
|
412
420
|
selection: a,
|
|
@@ -414,33 +422,58 @@ const J = class {
|
|
|
414
422
|
clientY: e.detail.clientY
|
|
415
423
|
});
|
|
416
424
|
}));
|
|
417
|
-
|
|
418
|
-
if (
|
|
419
|
-
for (const
|
|
420
|
-
await
|
|
425
|
+
L.set(this, (async (e, t) => {
|
|
426
|
+
if (g(this, v, "f")) {
|
|
427
|
+
for (const t of e) {
|
|
428
|
+
await g(this, v, "f").markRow(t, false);
|
|
421
429
|
}
|
|
422
|
-
for (const e of
|
|
423
|
-
await
|
|
430
|
+
for (const e of t) {
|
|
431
|
+
await g(this, v, "f").markRow(e, true);
|
|
424
432
|
}
|
|
425
433
|
}
|
|
426
434
|
}));
|
|
427
|
-
|
|
428
|
-
if (
|
|
429
|
-
const
|
|
430
|
-
const
|
|
435
|
+
P.set(this, (async e => {
|
|
436
|
+
if (g(this, v, "f")) {
|
|
437
|
+
const t = e.itemsToCheck;
|
|
438
|
+
const n = e.itemsToUncheck;
|
|
431
439
|
// check
|
|
432
|
-
for (const e of
|
|
433
|
-
await
|
|
440
|
+
for (const e of t) {
|
|
441
|
+
await g(this, v, "f").markRow(e, true);
|
|
434
442
|
}
|
|
435
443
|
// uncheck
|
|
436
|
-
for (const e of
|
|
437
|
-
await
|
|
444
|
+
for (const e of n) {
|
|
445
|
+
await g(this, v, "f").markRow(e, false);
|
|
438
446
|
}
|
|
439
447
|
}
|
|
440
448
|
}));
|
|
441
|
-
|
|
442
|
-
this.kbPropertiesChecked = e.detail ===
|
|
443
|
-
|
|
449
|
+
R.set(this, (e => {
|
|
450
|
+
this.kbPropertiesChecked = e.detail === q;
|
|
451
|
+
g(this, O, "f").call(this, true);
|
|
452
|
+
}));
|
|
453
|
+
$.set(this, (e => {
|
|
454
|
+
const t = e.detail.columnId;
|
|
455
|
+
let n;
|
|
456
|
+
let i = "string";
|
|
457
|
+
if (t === h.modifiedOn || t === h.lastSynchronized) {
|
|
458
|
+
i = "dateString";
|
|
459
|
+
}
|
|
460
|
+
this.pendingObjectsAfterActionFilter = [ ...p(e, this.pendingObjectsAfterActionFilter, i, n) ];
|
|
461
|
+
this.ignoredObjectsAfterActionFilter = [ ...p(e, this.ignoredObjectsAfterActionFilter, i, n) ];
|
|
462
|
+
}));
|
|
463
|
+
/**
|
|
464
|
+
* WA: Ignored objects must always remain unchecked.
|
|
465
|
+
* Because `tabular-grid` selects all rows when the checkbox column is toggled,
|
|
466
|
+
* we need to manually unselect the ignored IDs. // TODO: Move this function
|
|
467
|
+
* to common
|
|
468
|
+
*/ D.set(this, (async e => {
|
|
469
|
+
const t = e.detail;
|
|
470
|
+
if (t) {
|
|
471
|
+
const e = await g(this, v, "f").getMarkedRows();
|
|
472
|
+
const t = e.filter((e => this.ignoredIdsSet.has(e)));
|
|
473
|
+
if (t.length) {
|
|
474
|
+
s(t, g(this, v, "f"));
|
|
475
|
+
}
|
|
476
|
+
}
|
|
444
477
|
}));
|
|
445
478
|
this.atLeastOneObjectIsChecked = false;
|
|
446
479
|
this.loading = true;
|
|
@@ -453,6 +486,7 @@ const J = class {
|
|
|
453
486
|
this.ignoredIdsSet = new Set([]);
|
|
454
487
|
this.objectsMessagesDataMap = new Map;
|
|
455
488
|
this.updating = false;
|
|
489
|
+
this.allPendingAreUpdated = false;
|
|
456
490
|
this.kbPropertiesChecked = false;
|
|
457
491
|
this.typesComboBoxModel = undefined;
|
|
458
492
|
this.selectedType = undefined;
|
|
@@ -475,41 +509,55 @@ const J = class {
|
|
|
475
509
|
markedObjectsSetChanged(e) {
|
|
476
510
|
this.atLeastOneObjectIsChecked = e.size > 0;
|
|
477
511
|
}
|
|
512
|
+
alreadyUpdatedObjectsIdsSetChanged(e) {
|
|
513
|
+
const t = l(e, this.pendingIdsSet);
|
|
514
|
+
this.allPendingAreUpdated = t && this.pendingIdsSet.size > 0;
|
|
515
|
+
}
|
|
478
516
|
objectsStatusMapChanged(e) {
|
|
479
|
-
const
|
|
480
|
-
if (!
|
|
517
|
+
const t = [ ...e.entries() ].find((([, e]) => e === "updating"));
|
|
518
|
+
if (!t) {
|
|
481
519
|
this.updating = false;
|
|
482
520
|
}
|
|
483
521
|
}
|
|
484
522
|
pendingAndIgnoredChanged() {
|
|
485
|
-
d(this, S, "f").call(this);
|
|
486
523
|
this.pendingIdsSet.clear();
|
|
487
|
-
|
|
524
|
+
// before pendingIdsSet.add
|
|
525
|
+
this.ignoredIdsSet.clear();
|
|
526
|
+
// before pendingIdsSet.add
|
|
527
|
+
this.objectsMessagesDataMap = new Map;
|
|
528
|
+
this.alreadyUpdatedObjectsIdsSet = new Set;
|
|
529
|
+
this.markedObjectsSet = new Set;
|
|
530
|
+
// before #markPendingObjects
|
|
531
|
+
this.pendingAndIgnored.pendingForUpdate.forEach((e => {
|
|
488
532
|
this.pendingIdsSet.add(e.id);
|
|
489
533
|
}));
|
|
490
|
-
this.ignoredIdsSet.clear();
|
|
491
534
|
this.pendingAndIgnored.ignoredObjects.forEach((e => {
|
|
492
535
|
this.ignoredIdsSet.add(e.id);
|
|
493
536
|
}));
|
|
537
|
+
g(this, E, "f").call(this);
|
|
538
|
+
// after pendingIdsSet.add and ignoredIdsSet.add
|
|
539
|
+
g(this, N, "f").call(this);
|
|
540
|
+
// after pendingIdsSet.add and ignoredIdsSet.add
|
|
541
|
+
g(this, U, "f").call(this);
|
|
494
542
|
}
|
|
495
543
|
async componentWillLoad() {
|
|
496
544
|
var e;
|
|
497
|
-
|
|
545
|
+
f(this, m, await r.getComponentStrings(this.el), "f");
|
|
498
546
|
// Initiate "actions" combo box filter
|
|
499
|
-
|
|
500
|
-
caption:
|
|
547
|
+
f(this, b, [ {
|
|
548
|
+
caption: g(this, m, "f").actions.allActions,
|
|
501
549
|
value: "all-actions"
|
|
502
550
|
}, {
|
|
503
|
-
caption:
|
|
551
|
+
caption: g(this, m, "f").actions.insert,
|
|
504
552
|
value: "inserted"
|
|
505
553
|
}, {
|
|
506
|
-
caption:
|
|
554
|
+
caption: g(this, m, "f").actions.modify,
|
|
507
555
|
value: "modified"
|
|
508
556
|
}, {
|
|
509
|
-
caption:
|
|
557
|
+
caption: g(this, m, "f").actions.modifyWithConflicts,
|
|
510
558
|
value: "modified-with-conflicts"
|
|
511
559
|
}, {
|
|
512
|
-
caption:
|
|
560
|
+
caption: g(this, m, "f").actions.delete,
|
|
513
561
|
value: "deleted"
|
|
514
562
|
} ], "f");
|
|
515
563
|
// Set type initial value
|
|
@@ -517,190 +565,202 @@ const J = class {
|
|
|
517
565
|
this.typesComboBoxModel = mapObjectTypeToComboBoxItemModel(this.types);
|
|
518
566
|
}
|
|
519
567
|
async componentDidLoad() {
|
|
520
|
-
await
|
|
568
|
+
await g(this, O, "f").call(this, true);
|
|
569
|
+
// initialize "allPendingAreUpdated"
|
|
570
|
+
this.alreadyUpdatedObjectsIdsSetChanged(this.alreadyUpdatedObjectsIdsSet);
|
|
521
571
|
}
|
|
522
572
|
/**
|
|
523
573
|
* Used by the host to instruct the component to force a data reload in the grids.
|
|
524
574
|
*/ async reload() {
|
|
525
|
-
|
|
575
|
+
g(this, O, "f").call(this, true);
|
|
526
576
|
}
|
|
527
577
|
render() {
|
|
528
|
-
const e =
|
|
529
|
-
const i = this.
|
|
530
|
-
|
|
531
|
-
return n(t, {
|
|
578
|
+
const e = this.updating || this.loading;
|
|
579
|
+
const i = this.pendingObjectsAfterActionFilter.length === 0 && this.ignoredObjectsAfterActionFilter.length === 0;
|
|
580
|
+
return t(n, {
|
|
532
581
|
class: "widget"
|
|
533
|
-
},
|
|
534
|
-
model:
|
|
535
|
-
}),
|
|
582
|
+
}, t("ch-theme", {
|
|
583
|
+
model: F
|
|
584
|
+
}), t("section", {
|
|
536
585
|
class: "section"
|
|
537
|
-
},
|
|
586
|
+
}, t("header", {
|
|
538
587
|
class: "header spacing-body-inline spacing-body-block-start"
|
|
539
|
-
},
|
|
588
|
+
}, t("div", {
|
|
540
589
|
// header details
|
|
541
590
|
class: "header__detail header__detail-1"
|
|
542
|
-
},
|
|
591
|
+
}, t("p", {
|
|
543
592
|
class: "detail__heading-genexus-server subtitle-semi-bold-s"
|
|
544
|
-
},
|
|
593
|
+
}, g(this, m, "f").commitDetail.title), t("div", {
|
|
545
594
|
// genexus server
|
|
546
595
|
class: "detail__genexus-server field field-block"
|
|
547
|
-
},
|
|
548
|
-
class:
|
|
549
|
-
},
|
|
596
|
+
}, t("span", {
|
|
597
|
+
class: H
|
|
598
|
+
}, g(this, m, "f").commitDetail.genexusServer), t("button", {
|
|
550
599
|
class: "detail__link body-regular-s",
|
|
551
600
|
onClick: this.openServerCallback
|
|
552
|
-
}, this.updateFrom ? this.updateFrom.serverUrl : "")),
|
|
601
|
+
}, this.updateFrom ? this.updateFrom.serverUrl : "")), t("div", {
|
|
553
602
|
// knowledge base
|
|
554
603
|
class: "detail__knowledge-base field field-block"
|
|
555
|
-
},
|
|
556
|
-
class:
|
|
557
|
-
},
|
|
604
|
+
}, t("span", {
|
|
605
|
+
class: H
|
|
606
|
+
}, g(this, m, "f").commitDetail.knowledgeBase), t("p", {
|
|
558
607
|
class: "body-regular-s"
|
|
559
|
-
}, this.updateFrom ? this.updateFrom.kbName : "")),
|
|
608
|
+
}, this.updateFrom ? this.updateFrom.kbName : "")), t("div", {
|
|
560
609
|
// version
|
|
561
610
|
class: "detail__version field field-block"
|
|
562
|
-
},
|
|
563
|
-
class:
|
|
564
|
-
},
|
|
611
|
+
}, t("span", {
|
|
612
|
+
class: H
|
|
613
|
+
}, g(this, m, "f").commitDetail.version), t("p", {
|
|
565
614
|
class: "body-regular-s"
|
|
566
|
-
}, this.updateFrom ? this.updateFrom.versionName : "")),
|
|
615
|
+
}, this.updateFrom ? this.updateFrom.versionName : "")), t("div", {
|
|
567
616
|
// last full update
|
|
568
617
|
class: "detail__last-full-update field field-block"
|
|
569
|
-
},
|
|
570
|
-
class:
|
|
571
|
-
},
|
|
618
|
+
}, t("span", {
|
|
619
|
+
class: H
|
|
620
|
+
}, g(this, m, "f").commitDetail.lastFullUpdate), t("p", {
|
|
572
621
|
class: "body-regular-s"
|
|
573
|
-
},
|
|
622
|
+
}, c(this.updateFrom.lastFullUpdate))))), t("div", {
|
|
574
623
|
class: "filter-container spacing-body-inline"
|
|
575
|
-
},
|
|
624
|
+
}, t("div", {
|
|
576
625
|
class: "filter"
|
|
577
|
-
},
|
|
626
|
+
}, t("ch-edit", {
|
|
578
627
|
// search
|
|
579
628
|
class: "input filter__search",
|
|
580
|
-
disabled:
|
|
581
|
-
startImgSrc:
|
|
582
|
-
accessibleName:
|
|
583
|
-
placeholder:
|
|
629
|
+
disabled: e,
|
|
630
|
+
startImgSrc: B,
|
|
631
|
+
accessibleName: g(this, m, "f").filter.searchAccessibleName,
|
|
632
|
+
placeholder: g(this, m, "f").filter.searchPlaceholder,
|
|
584
633
|
type: "search",
|
|
585
|
-
onInput:
|
|
586
|
-
debounce:
|
|
587
|
-
}),
|
|
634
|
+
onInput: g(this, W, "f"),
|
|
635
|
+
debounce: d.inputDebounce
|
|
636
|
+
}), t("ch-combo-box-render", {
|
|
588
637
|
// types
|
|
589
638
|
class: "combo-box filter__types",
|
|
590
|
-
disabled:
|
|
639
|
+
disabled: e,
|
|
591
640
|
model: this.typesComboBoxModel,
|
|
592
641
|
value: this.selectedType,
|
|
593
|
-
accessibleName:
|
|
594
|
-
placeholder:
|
|
595
|
-
onInput:
|
|
596
|
-
}),
|
|
642
|
+
accessibleName: g(this, m, "f").filter.typeAccesibleName,
|
|
643
|
+
placeholder: g(this, m, "f").filter.typePlaceholder,
|
|
644
|
+
onInput: g(this, T, "f")
|
|
645
|
+
}), t("ch-combo-box-render", {
|
|
597
646
|
// actions
|
|
598
647
|
class: "combo-box filter__actions",
|
|
599
|
-
disabled:
|
|
600
|
-
model:
|
|
648
|
+
disabled: e,
|
|
649
|
+
model: g(this, b, "f"),
|
|
601
650
|
value: this.selectedAction,
|
|
602
|
-
onInput:
|
|
603
|
-
accessibleName:
|
|
604
|
-
placeholder:
|
|
605
|
-
}),
|
|
651
|
+
onInput: g(this, I, "f"),
|
|
652
|
+
accessibleName: g(this, m, "f").filter.actionAccesibleName,
|
|
653
|
+
placeholder: g(this, m, "f").filter.actionPlaceholder
|
|
654
|
+
}), t("ch-checkbox", {
|
|
606
655
|
// kb properties
|
|
607
656
|
class: "checkbox filter__kb-properties",
|
|
608
|
-
caption:
|
|
609
|
-
checkedValue:
|
|
610
|
-
value:
|
|
611
|
-
onInput:
|
|
612
|
-
disabled:
|
|
613
|
-
}),
|
|
657
|
+
caption: g(this, m, "f").filter.kbProperties,
|
|
658
|
+
checkedValue: q,
|
|
659
|
+
value: G,
|
|
660
|
+
onInput: g(this, R, "f"),
|
|
661
|
+
disabled: e
|
|
662
|
+
}), t("div", {
|
|
614
663
|
class: "buttons-spacer filter__buttons"
|
|
615
|
-
},
|
|
664
|
+
}, t("button", {
|
|
616
665
|
// reload button
|
|
617
666
|
class: "button-secondary button-icon-and-text",
|
|
618
|
-
disabled:
|
|
619
|
-
onClick:
|
|
620
|
-
},
|
|
667
|
+
disabled: e,
|
|
668
|
+
onClick: g(this, y, "f")
|
|
669
|
+
}, t("ch-image", {
|
|
621
670
|
class: "icon-md",
|
|
622
|
-
src:
|
|
623
|
-
}),
|
|
671
|
+
src: te
|
|
672
|
+
}), g(this, m, "f").filter.reload), t("button", {
|
|
624
673
|
// update button
|
|
625
674
|
class: "button-primary button-update",
|
|
626
|
-
disabled: !this.atLeastOneObjectIsChecked ||
|
|
627
|
-
onClick:
|
|
628
|
-
},
|
|
675
|
+
disabled: !this.atLeastOneObjectIsChecked || e,
|
|
676
|
+
onClick: g(this, w, "f")
|
|
677
|
+
}, g(this, m, "f").filter.update)))), t("div", {
|
|
629
678
|
class: "main spacing-body"
|
|
630
|
-
}, !this.loading ?
|
|
679
|
+
}, !this.loading ? t("ch-tabular-grid", {
|
|
631
680
|
class: {
|
|
632
681
|
"tabular-grid": true,
|
|
633
682
|
"objects-tabular-grid": true,
|
|
634
683
|
"disabled-custom-selector": this.updating,
|
|
635
|
-
"empty-result":
|
|
684
|
+
"empty-result": i
|
|
636
685
|
},
|
|
637
686
|
keyboardNavigationMode: "focus",
|
|
638
687
|
rowSelectionMode: "multiple",
|
|
639
|
-
onRowMarkingChanged:
|
|
640
|
-
onRowContextMenu:
|
|
641
|
-
ref: e =>
|
|
642
|
-
},
|
|
688
|
+
onRowMarkingChanged: g(this, S, "f"),
|
|
689
|
+
onRowContextMenu: g(this, A, "f").call(this),
|
|
690
|
+
ref: e => f(this, v, e, "f")
|
|
691
|
+
}, t("ch-tabular-grid-columnset", {
|
|
643
692
|
class: "tabular-grid-column-set"
|
|
644
|
-
},
|
|
693
|
+
}, t("ch-tabular-grid-column", {
|
|
645
694
|
class: "tabular-grid-column",
|
|
646
|
-
columnId:
|
|
647
|
-
columnName:
|
|
695
|
+
columnId: h.name,
|
|
696
|
+
columnName: g(this, m, "f").objects.name,
|
|
648
697
|
columnType: "rich",
|
|
649
|
-
richRowSelector:
|
|
698
|
+
richRowSelector: !this.allPendingAreUpdated,
|
|
650
699
|
richRowSelectorMode: "mark",
|
|
651
700
|
settingable: false,
|
|
701
|
+
sortable: true,
|
|
702
|
+
onColumnSortChanged: g(this, $, "f"),
|
|
703
|
+
onColumnSelectorClicked: g(this, D, "f"),
|
|
652
704
|
size: "max-content"
|
|
653
|
-
}),
|
|
705
|
+
}), t("ch-tabular-grid-column", {
|
|
654
706
|
class: "tabular-grid-column",
|
|
655
|
-
columnId:
|
|
656
|
-
columnName:
|
|
707
|
+
columnId: h.type,
|
|
708
|
+
columnName: g(this, m, "f").objects.type,
|
|
657
709
|
settingable: false,
|
|
710
|
+
sortable: true,
|
|
711
|
+
onColumnSortChanged: g(this, $, "f"),
|
|
658
712
|
size: "max-content"
|
|
659
|
-
}),
|
|
713
|
+
}), t("ch-tabular-grid-column", {
|
|
660
714
|
class: "tabular-grid-column",
|
|
661
|
-
columnId:
|
|
662
|
-
columnName:
|
|
715
|
+
columnId: h.description,
|
|
716
|
+
columnName: g(this, m, "f").objects.description,
|
|
663
717
|
settingable: false,
|
|
664
|
-
|
|
665
|
-
|
|
718
|
+
sortable: true,
|
|
719
|
+
onColumnSortChanged: g(this, $, "f"),
|
|
720
|
+
size: d.tabularGrid.colSize.description
|
|
721
|
+
}), t("ch-tabular-grid-column", {
|
|
666
722
|
class: "tabular-grid-column",
|
|
667
|
-
columnId:
|
|
668
|
-
columnName:
|
|
723
|
+
columnId: h.modifiedOn,
|
|
724
|
+
columnName: g(this, m, "f").objects.modifiedOn,
|
|
669
725
|
settingable: false,
|
|
726
|
+
sortable: true,
|
|
727
|
+
onColumnSortChanged: g(this, $, "f"),
|
|
670
728
|
size: "max-content"
|
|
671
|
-
}),
|
|
729
|
+
}), t("ch-tabular-grid-column", {
|
|
672
730
|
class: "tabular-grid-column",
|
|
673
|
-
columnId:
|
|
674
|
-
columnName:
|
|
731
|
+
columnId: h.action,
|
|
732
|
+
columnName: g(this, m, "f").objects.action,
|
|
675
733
|
settingable: false,
|
|
734
|
+
sortable: false,
|
|
676
735
|
size: "max-content"
|
|
677
|
-
}),
|
|
736
|
+
}), t("ch-tabular-grid-column", {
|
|
678
737
|
// size of this column should the enough for the largest pill, and no more.
|
|
679
738
|
// this prevents layout shifts when pills state changes.
|
|
680
739
|
class: "tabular-grid-column",
|
|
681
|
-
columnId:
|
|
682
|
-
columnName:
|
|
740
|
+
columnId: h.status,
|
|
741
|
+
columnName: g(this, m, "f").objects.status,
|
|
683
742
|
settingable: false,
|
|
743
|
+
sortable: false,
|
|
684
744
|
size: "100px"
|
|
685
|
-
})), !
|
|
745
|
+
})), !i ? [ t("ch-tabular-grid-rowset", {
|
|
686
746
|
class: "tabular-grid-rowset"
|
|
687
|
-
},
|
|
747
|
+
}, t("ch-tabular-grid-rowset-legend", {
|
|
688
748
|
class: "tabular-grid-rowset-legend"
|
|
689
|
-
},
|
|
749
|
+
}, g(this, m, "f").objects.pending), g(this, C, "f").call(this, "pending")), t("ch-tabular-grid-rowset", {
|
|
690
750
|
class: "tabular-grid-rowset"
|
|
691
|
-
},
|
|
751
|
+
}, t("ch-tabular-grid-rowset-legend", {
|
|
692
752
|
class: "tabular-grid-rowset-legend"
|
|
693
|
-
},
|
|
753
|
+
}, g(this, m, "f").objects.ignored), g(this, C, "f").call(this, "ignored")) ] : null, t("ch-tabular-grid-rowset", {
|
|
694
754
|
class: "tabular-grid-rowset"
|
|
695
|
-
},
|
|
755
|
+
}, i && t("ch-tabular-grid-rowset-empty", null, t("gx-ide-empty-state", {
|
|
696
756
|
class: "empty-state",
|
|
697
757
|
isAnimated: true,
|
|
698
|
-
stateIconSrc:
|
|
758
|
+
stateIconSrc: Y,
|
|
699
759
|
stateTitle: "No object matched your filter"
|
|
700
|
-
})))) :
|
|
701
|
-
cancelLabel:
|
|
702
|
-
loaderTitle:
|
|
703
|
-
description:
|
|
760
|
+
})))) : t("gx-ide-loader", {
|
|
761
|
+
cancelLabel: g(this, m, "f").loader.cancelLabel,
|
|
762
|
+
loaderTitle: g(this, m, "f").loader.title,
|
|
763
|
+
description: g(this, m, "f").loader.description,
|
|
704
764
|
show: true,
|
|
705
765
|
class: "loader"
|
|
706
766
|
}))));
|
|
@@ -714,19 +774,21 @@ const J = class {
|
|
|
714
774
|
static get watchers() {
|
|
715
775
|
return {
|
|
716
776
|
markedObjectsSet: [ "markedObjectsSetChanged" ],
|
|
777
|
+
alreadyUpdatedObjectsIdsSet: [ "alreadyUpdatedObjectsIdsSetChanged" ],
|
|
717
778
|
objectsStatusMap: [ "objectsStatusMapChanged" ],
|
|
718
779
|
pendingAndIgnored: [ "pendingAndIgnoredChanged" ]
|
|
719
780
|
};
|
|
720
781
|
}
|
|
721
782
|
};
|
|
722
783
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
784
|
+
m = new WeakMap, b = new WeakMap, _ = new WeakMap, v = new WeakMap, w = new WeakMap,
|
|
785
|
+
y = new WeakMap, k = new WeakMap, x = new WeakMap, M = new WeakMap, z = new WeakMap,
|
|
786
|
+
C = new WeakMap, S = new WeakMap, j = new WeakMap, W = new WeakMap, I = new WeakMap,
|
|
787
|
+
T = new WeakMap, N = new WeakMap, O = new WeakMap, E = new WeakMap, U = new WeakMap,
|
|
788
|
+
A = new WeakMap, L = new WeakMap, P = new WeakMap, R = new WeakMap, $ = new WeakMap,
|
|
789
|
+
D = new WeakMap;
|
|
728
790
|
|
|
729
|
-
|
|
791
|
+
ne.style = u;
|
|
730
792
|
|
|
731
|
-
export {
|
|
732
|
-
//# sourceMappingURL=p-
|
|
793
|
+
export { ne as gx_ide_team_dev_update };
|
|
794
|
+
//# sourceMappingURL=p-e1a2550e.entry.js.map
|