@genesislcap/pbc-reconciliation-ui 0.0.3 → 0.0.4
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/.gradle/8.3/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.3/executionHistory/executionHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/build/distributions/web-distribution.tar +0 -0
- package/build/distributions/web-distribution.zip +0 -0
- package/dist/dts/components/components.d.ts +1 -3
- package/dist/dts/components/components.d.ts.map +1 -1
- package/dist/dts/components/configurations-panel/configurations-panel.d.ts +2 -2
- package/dist/dts/components/configurations-panel/configurations-panel.d.ts.map +1 -1
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts +2 -2
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +2 -2
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/esm/components/components.js +6 -35
- package/dist/esm/components/components.js.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.js +2 -2
- package/dist/esm/components/configurations-panel/configurations-panel.js.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.styles.js +2 -2
- package/dist/esm/components/configurations-panel/configurations-panel.styles.js.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.template.js +2 -2
- package/dist/esm/components/configurations-panel/configurations-panel.template.js.map +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.js +2 -2
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.js.map +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js.map +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js.map +1 -1
- package/dist/esm/main/main.js +4 -4
- package/dist/esm/main/main.js.map +1 -1
- package/dist/esm/main/main.styles.js +3 -3
- package/dist/esm/main/main.styles.js.map +1 -1
- package/dist/esm/main/main.template.js +13 -11
- package/dist/esm/main/main.template.js.map +1 -1
- package/package.json +46 -48
- package/src/components/components.ts +22 -43
- package/src/components/configurations-panel/configurations-panel.styles.ts +2 -2
- package/src/components/configurations-panel/configurations-panel.template.ts +2 -2
- package/src/components/configurations-panel/configurations-panel.ts +2 -2
- package/src/components/reconciliations-panel/reconciliations-panel.styles.ts +1 -1
- package/src/components/reconciliations-panel/reconciliations-panel.template.ts +1 -1
- package/src/components/reconciliations-panel/reconciliations-panel.ts +2 -2
- package/src/main/main.styles.ts +3 -3
- package/src/main/main.template.ts +13 -11
- package/src/main/main.ts +4 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Tue Jun 04 11:16:51 UTC 2024
|
|
2
2
|
gradle.version=8.3
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,6BAA6B,qBAazC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class ConfigurationsPanel extends
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
export declare class ConfigurationsPanel extends GenesisElement {
|
|
3
3
|
submit(): void;
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=configurations-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"configurations-panel.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAiB,MAAM,uBAAuB,CAAC;AAItE,qBAKa,mBAAoB,SAAQ,cAAc;IAErD,MAAM;CAEP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class ReconciliationsPanel extends
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
export declare class ReconciliationsPanel extends GenesisElement {
|
|
3
3
|
}
|
|
4
4
|
//# sourceMappingURL=reconciliations-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAiB,MAAM,uBAAuB,CAAC;AAItE,qBAKa,oBAAqB,SAAQ,cAAc;CACvD"}
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class FoundationReconciliation extends
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
export declare class FoundationReconciliation extends GenesisElement {
|
|
3
3
|
ready: boolean;
|
|
4
4
|
connectedCallback(): Promise<void>;
|
|
5
5
|
loadRemotes(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAA6B,MAAM,uBAAuB,CAAC;AAOlF,qBAKa,wBAAyB,SAAQ,cAAc;IAC9C,KAAK,EAAE,OAAO,CAAS;IAE7B,iBAAiB;IAUjB,WAAW;CAKlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAKlD,eAAO,MAAM,gCAAgC,+
|
|
1
|
+
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAKlD,eAAO,MAAM,gCAAgC,+EAiB5C,CAAC"}
|
|
@@ -1,42 +1,13 @@
|
|
|
1
1
|
import { __awaiter } from "tslib";
|
|
2
2
|
import { foundationLayoutComponents } from '@genesislcap/foundation-layout';
|
|
3
|
-
import { logger } from '../utils';
|
|
4
3
|
import { ConfigurationsPanel } from './configurations-panel/configurations-panel';
|
|
5
4
|
import { ReconciliationsPanel } from './reconciliations-panel/reconciliations-panel';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { provideDesignSystem, baseComponents, } from '@genesislcap/rapid-design-system';
|
|
6
|
+
import { rapidGridComponents } from '@genesislcap/rapid-grid-pro';
|
|
8
7
|
ConfigurationsPanel;
|
|
9
8
|
ReconciliationsPanel;
|
|
10
|
-
|
|
11
|
-
(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
})(ResourceType || (ResourceType = {}));
|
|
15
|
-
function loadZeroFallback() {
|
|
16
|
-
return import('@genesislcap/foundation-zero');
|
|
17
|
-
}
|
|
18
|
-
function loadZeroDesignSystem() {
|
|
19
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
20
|
-
let type = ResourceType.REMOTE;
|
|
21
|
-
try {
|
|
22
|
-
return yield import('foundationZero/ZeroDesignSystem');
|
|
23
|
-
}
|
|
24
|
-
catch (e) {
|
|
25
|
-
type = ResourceType.LOCAL;
|
|
26
|
-
return yield loadZeroFallback();
|
|
27
|
-
}
|
|
28
|
-
finally {
|
|
29
|
-
logger.debug(`Using '${type}' version of foundationZero/ZeroDesignSystem`);
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
export function loadRemotes() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
const { registerZeroDesignSystem, provideDesignSystem } = yield loadZeroDesignSystem();
|
|
36
|
-
return {
|
|
37
|
-
ZeroDesignSystem: Object.assign(Object.assign({}, registerZeroDesignSystem()), provideDesignSystem().register(foundationLayoutComponents)),
|
|
38
|
-
};
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
provideFASTDesignSystem().register(allComponents, zeroDesignSystemProvider());
|
|
9
|
+
export const registerCommonRapidComponents = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
10
|
+
provideDesignSystem()
|
|
11
|
+
.register(baseComponents, rapidGridComponents, foundationLayoutComponents);
|
|
12
|
+
});
|
|
42
13
|
//# sourceMappingURL=components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AACrF,OAAO,EACL,mBAAmB,EACnB,cAAc,GACf,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAGlE,mBAAmB,CAAC;AACpB,oBAAoB,CAAC;AAKrB,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAS,EAAE;IAItD,mBAAmB,EAAE;SAClB,QAAQ,CAIL,cAAc,EACd,mBAAmB,EACnB,0BAA0B,CAC7B,CAAC;AACN,CAAC,CAAA,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { GenesisElement, customElement } from '@genesislcap/web-core';
|
|
3
3
|
import { ConfigurationsPanelTemplate } from './configurations-panel.template';
|
|
4
4
|
import { ConfigurationsPanelStyles } from './configurations-panel.styles';
|
|
5
|
-
let ConfigurationsPanel = class ConfigurationsPanel extends
|
|
5
|
+
let ConfigurationsPanel = class ConfigurationsPanel extends GenesisElement {
|
|
6
6
|
submit() {
|
|
7
7
|
}
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"configurations-panel.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAOnE,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,cAAc;IAErD,MAAM;IACN,CAAC;CACF,CAAA;AAJY,mBAAmB;IAL/B,aAAa,CAAC;QACb,IAAI,EAAE,sBAAsB;QAC5B,QAAQ,EAAE,2BAA2B;QACrC,MAAM,EAAE,yBAAyB;KAClC,CAAC;GACW,mBAAmB,CAI/B;SAJY,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { css } from '@
|
|
1
|
+
import { css } from '@genesislcap/web-core';
|
|
2
2
|
const allConfigurations = css `
|
|
3
3
|
.all-configurations {
|
|
4
4
|
border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
|
|
@@ -56,7 +56,7 @@ export const ConfigurationsPanelStyles = css `
|
|
|
56
56
|
${allConfigurations}
|
|
57
57
|
${configuration}
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
rapid-button {
|
|
60
60
|
margin: 0;
|
|
61
61
|
}
|
|
62
62
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.styles.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"configurations-panel.styles.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAE5C,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;CAU5B,CAAC;AAEF,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BxB,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,GAAG,CAAA;;;;;;;;;;;;;IAaxC,iBAAiB;IACjB,aAAa;;;;;CAKhB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html } from '@
|
|
1
|
+
import { html } from '@genesislcap/web-core';
|
|
2
2
|
export const ConfigurationsPanelTemplate = html `
|
|
3
3
|
<div class="configurations-panel">
|
|
4
4
|
<div class="all-configurations">
|
|
@@ -25,7 +25,7 @@ export const ConfigurationsPanelTemplate = html `
|
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
27
|
<div class="configuration-footer">
|
|
28
|
-
<
|
|
28
|
+
<rapid-button appearance="accent" @click=${(x) => x.submit()}>Submit</rapid-button>
|
|
29
29
|
</div>
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.template.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"configurations-panel.template.js","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAG7C,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,CAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;mDA0BjB,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE;;;;CAInE,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { GenesisElement, customElement } from '@genesislcap/web-core';
|
|
3
3
|
import { ReconciliationsPanelTemplate } from './reconciliations-panel.template';
|
|
4
4
|
import { ReconciliationsPanelStyles } from './reconciliations-panel.styles';
|
|
5
|
-
let ReconciliationsPanel = class ReconciliationsPanel extends
|
|
5
|
+
let ReconciliationsPanel = class ReconciliationsPanel extends GenesisElement {
|
|
6
6
|
};
|
|
7
7
|
ReconciliationsPanel = __decorate([
|
|
8
8
|
customElement({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAOrE,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,cAAc;CACvD,CAAA;AADY,oBAAoB;IALhC,aAAa,CAAC;QACb,IAAI,EAAE,uBAAuB;QAC7B,QAAQ,EAAE,4BAA4B;QACtC,MAAM,EAAE,0BAA0B;KACnC,CAAC;GACW,oBAAoB,CAChC;SADY,oBAAoB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.styles.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.styles.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAE5C,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAA;CAC5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.template.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.template.js","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAG7C,MAAM,CAAC,MAAM,4BAA4B,GAAG,IAAI,CAAsB;;;CAGrE,CAAC"}
|
package/dist/esm/main/main.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { GenesisElement, customElement, observable } from '@genesislcap/web-core';
|
|
3
3
|
import { FoundationReconciliationTemplate } from './main.template';
|
|
4
4
|
import { FoundationReconciliationStyles } from './main.styles';
|
|
5
|
-
|
|
6
|
-
let FoundationReconciliation = class FoundationReconciliation extends FASTElement {
|
|
5
|
+
let FoundationReconciliation = class FoundationReconciliation extends GenesisElement {
|
|
7
6
|
constructor() {
|
|
8
7
|
super(...arguments);
|
|
9
8
|
this.ready = false;
|
|
@@ -19,7 +18,8 @@ let FoundationReconciliation = class FoundationReconciliation extends FASTElemen
|
|
|
19
18
|
}
|
|
20
19
|
loadRemotes() {
|
|
21
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const
|
|
21
|
+
const { registerCommonRapidComponents } = yield import('../components/components');
|
|
22
|
+
yield registerCommonRapidComponents();
|
|
23
23
|
this.ready = true;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,gCAAgC,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;AAUxD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,cAAc;IAArD;;QACO,UAAK,GAAY,KAAK,CAAC;IAiBrC,CAAC;IAfO,iBAAiB;;;;;YACrB,OAAM,iBAAiB,YAAG;YAC1B,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;QAC3B,CAAC;KAAA;IAOK,WAAW;;YACf,MAAM,EAAE,6BAA6B,EAAE,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,CAAC;YACnF,MAAM,6BAA6B,EAAE,CAAC;YACtC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;QACpB,CAAC;KAAA;CACF,CAAA;AAjBa;IAAX,UAAU;uDAAwB;AADxB,wBAAwB;IALpC,aAAa,CAAC;QACb,IAAI,EAAE,2BAA2B;QACjC,QAAQ,EAAE,gCAAgC;QAC1C,MAAM,EAAE,8BAA8B;KACvC,CAAC;GACW,wBAAwB,CAkBpC;SAlBY,wBAAwB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.styles.js","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"main.styles.js","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAK5C,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,CAAA;;;;;;CAMhD,CAAC"}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import { html } from '@
|
|
1
|
+
import { html } from '@genesislcap/web-core';
|
|
2
2
|
export const FoundationReconciliationTemplate = html `
|
|
3
3
|
<div class="reconciliation">
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
4
|
+
<rapid-tabs appearance="secondary" class="tabs">
|
|
5
|
+
<rapid-tab appearance="secondary" slot="configurations-tab">Configurations</rapid-tab>
|
|
6
|
+
<rapid-tab appearance="secondary" slot="reconciliations-tab">Reconciliations</rapid-tab>
|
|
7
7
|
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
<rapid-tab-panel slot="configurations-tab" id="configurations-tab-panel">
|
|
9
|
+
Configurations Panel
|
|
10
|
+
<!-- <configurations-panel></configurations-panel> -->
|
|
11
|
+
</rapid-tab-panel>
|
|
11
12
|
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<rapid-tab-panel slot="reconciliations-tab" id="reconciliations-tab-panel">
|
|
14
|
+
Reconciliations Panel
|
|
15
|
+
<!-- <reconciliations-panel></reconciliations-panel> -->
|
|
16
|
+
</rapid-tab-panel>
|
|
17
|
+
</rapid-tabs>
|
|
16
18
|
</div>
|
|
17
19
|
`;
|
|
18
20
|
//# sourceMappingURL=main.template.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.template.js","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"main.template.js","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAM7C,MAAM,CAAC,MAAM,gCAAgC,GAAG,IAAI,CAA0B;;;;;;;;;;;;;;;;;CAiB7E,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reconciliation-ui",
|
|
3
3
|
"description": "Genesis PBC reconciliation UI",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/reconciliation.d.ts",
|
|
@@ -87,63 +87,61 @@
|
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
89
89
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
90
|
-
"@genesislcap/design-system-configurator": "14.
|
|
91
|
-
"@genesislcap/eslint-config": "14.
|
|
92
|
-
"@genesislcap/foundation-testing": "14.
|
|
93
|
-
"@genesislcap/genx": "14.
|
|
94
|
-
"@genesislcap/eslint-stylelint-builder": "14.
|
|
95
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
96
|
-
"@genesislcap/vite-builder": "14.
|
|
97
|
-
"@genesislcap/webpack-builder": "14.
|
|
98
|
-
"@genesislcap/prettier-config": "14.
|
|
99
|
-
"@genesislcap/stylelint-config": "14.
|
|
90
|
+
"@genesislcap/design-system-configurator": "14.183.4",
|
|
91
|
+
"@genesislcap/eslint-config": "14.183.4",
|
|
92
|
+
"@genesislcap/foundation-testing": "14.183.4",
|
|
93
|
+
"@genesislcap/genx": "14.183.4",
|
|
94
|
+
"@genesislcap/eslint-stylelint-builder": "14.183.4",
|
|
95
|
+
"@genesislcap/uvu-playwright-builder": "14.183.4",
|
|
96
|
+
"@genesislcap/vite-builder": "14.183.4",
|
|
97
|
+
"@genesislcap/webpack-builder": "14.183.4",
|
|
98
|
+
"@genesislcap/prettier-config": "14.183.4",
|
|
99
|
+
"@genesislcap/stylelint-config": "14.183.4",
|
|
100
100
|
"@types/node": "20.11.5",
|
|
101
101
|
"husky": "^7.0.4",
|
|
102
102
|
"lint-prepush": "^2.2.1",
|
|
103
103
|
"lint-staged": "^12.4.1"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@genesislcap/foundation-comms": "14.
|
|
107
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
108
|
-
"@genesislcap/foundation-events": "14.
|
|
109
|
-
"@genesislcap/foundation-forms": "14.
|
|
110
|
-
"@genesislcap/foundation-header": "14.
|
|
111
|
-
"@genesislcap/foundation-inbox": "14.
|
|
112
|
-
"@genesislcap/foundation-layout": "14.
|
|
113
|
-
"@genesislcap/foundation-logger": "14.
|
|
114
|
-
"@genesislcap/foundation-login": "14.
|
|
115
|
-
"@genesislcap/foundation-shell": "14.
|
|
116
|
-
"@genesislcap/foundation-store": "14.
|
|
117
|
-
"@genesislcap/foundation-ui": "14.
|
|
118
|
-
"@genesislcap/foundation-utils": "14.
|
|
119
|
-
"@genesislcap/foundation-zero": "14.
|
|
120
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
121
|
-
"@genesislcap/
|
|
122
|
-
"@
|
|
123
|
-
"@
|
|
124
|
-
"@
|
|
125
|
-
"@microsoft/fast-router": "^0.4.2",
|
|
126
|
-
"@microsoft/fast-web-utilities": "^5.1.0",
|
|
106
|
+
"@genesislcap/foundation-comms": "14.183.4",
|
|
107
|
+
"@genesislcap/foundation-entity-management": "14.183.4",
|
|
108
|
+
"@genesislcap/foundation-events": "14.183.4",
|
|
109
|
+
"@genesislcap/foundation-forms": "14.183.4",
|
|
110
|
+
"@genesislcap/foundation-header": "14.183.4",
|
|
111
|
+
"@genesislcap/foundation-inbox": "14.183.4",
|
|
112
|
+
"@genesislcap/foundation-layout": "14.183.4",
|
|
113
|
+
"@genesislcap/foundation-logger": "14.183.4",
|
|
114
|
+
"@genesislcap/foundation-login": "14.183.4",
|
|
115
|
+
"@genesislcap/foundation-shell": "14.183.4",
|
|
116
|
+
"@genesislcap/foundation-store": "14.183.4",
|
|
117
|
+
"@genesislcap/foundation-ui": "14.183.4",
|
|
118
|
+
"@genesislcap/foundation-utils": "14.183.4",
|
|
119
|
+
"@genesislcap/foundation-zero": "14.183.4",
|
|
120
|
+
"@genesislcap/foundation-zero-grid-pro": "14.183.4",
|
|
121
|
+
"@genesislcap/rapid-grid-pro": "14.183.4",
|
|
122
|
+
"@genesislcap/rapid-design-system": "14.183.4",
|
|
123
|
+
"@genesislcap/g2plot-chart": "14.183.4",
|
|
124
|
+
"@genesislcap/web-core": "14.183.4",
|
|
127
125
|
"rxjs": "^7.5.4",
|
|
128
126
|
"tslib": "^2.3.1"
|
|
129
127
|
},
|
|
130
128
|
"overrides": {
|
|
131
|
-
"@genesislcap/foundation-comms": "14.
|
|
132
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
133
|
-
"@genesislcap/foundation-events": "14.
|
|
134
|
-
"@genesislcap/foundation-forms": "14.
|
|
135
|
-
"@genesislcap/foundation-header": "14.
|
|
136
|
-
"@genesislcap/foundation-inbox": "14.
|
|
137
|
-
"@genesislcap/foundation-layout": "14.
|
|
138
|
-
"@genesislcap/foundation-logger": "14.
|
|
139
|
-
"@genesislcap/foundation-login": "14.
|
|
140
|
-
"@genesislcap/foundation-shell": "14.
|
|
141
|
-
"@genesislcap/foundation-store": "14.
|
|
142
|
-
"@genesislcap/foundation-ui": "14.
|
|
143
|
-
"@genesislcap/foundation-utils": "14.
|
|
144
|
-
"@genesislcap/foundation-zero": "14.
|
|
145
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
146
|
-
"@genesislcap/g2plot-chart": "14.
|
|
129
|
+
"@genesislcap/foundation-comms": "14.183.4",
|
|
130
|
+
"@genesislcap/foundation-entity-management": "14.183.4",
|
|
131
|
+
"@genesislcap/foundation-events": "14.183.4",
|
|
132
|
+
"@genesislcap/foundation-forms": "14.183.4",
|
|
133
|
+
"@genesislcap/foundation-header": "14.183.4",
|
|
134
|
+
"@genesislcap/foundation-inbox": "14.183.4",
|
|
135
|
+
"@genesislcap/foundation-layout": "14.183.4",
|
|
136
|
+
"@genesislcap/foundation-logger": "14.183.4",
|
|
137
|
+
"@genesislcap/foundation-login": "14.183.4",
|
|
138
|
+
"@genesislcap/foundation-shell": "14.183.4",
|
|
139
|
+
"@genesislcap/foundation-store": "14.183.4",
|
|
140
|
+
"@genesislcap/foundation-ui": "14.183.4",
|
|
141
|
+
"@genesislcap/foundation-utils": "14.183.4",
|
|
142
|
+
"@genesislcap/foundation-zero": "14.183.4",
|
|
143
|
+
"@genesislcap/foundation-zero-grid-pro": "14.183.4",
|
|
144
|
+
"@genesislcap/g2plot-chart": "14.183.4"
|
|
147
145
|
},
|
|
148
146
|
"publishConfig": {
|
|
149
147
|
"access": "public"
|
|
@@ -1,52 +1,31 @@
|
|
|
1
1
|
import { foundationLayoutComponents } from '@genesislcap/foundation-layout';
|
|
2
|
-
import { logger } from '../utils';
|
|
3
2
|
import { ConfigurationsPanel } from './configurations-panel/configurations-panel';
|
|
4
3
|
import { ReconciliationsPanel } from './reconciliations-panel/reconciliations-panel';
|
|
5
|
-
import {
|
|
6
|
-
|
|
4
|
+
import {
|
|
5
|
+
provideDesignSystem,
|
|
6
|
+
baseComponents,
|
|
7
|
+
} from '@genesislcap/rapid-design-system';
|
|
8
|
+
import { rapidGridComponents } from '@genesislcap/rapid-grid-pro';
|
|
7
9
|
|
|
8
10
|
// Components
|
|
9
11
|
ConfigurationsPanel;
|
|
10
12
|
ReconciliationsPanel;
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export const registerCommonRapidComponents = async () => {
|
|
18
|
+
/**
|
|
19
|
+
* Register the components the app is using with the system.
|
|
20
|
+
*/
|
|
21
|
+
provideDesignSystem()
|
|
22
|
+
.register(
|
|
23
|
+
/**
|
|
24
|
+
* Common across most routes, so batch register these lightweight components upfront.
|
|
25
|
+
*/
|
|
26
|
+
baseComponents,
|
|
27
|
+
rapidGridComponents,
|
|
28
|
+
foundationLayoutComponents,
|
|
29
|
+
);
|
|
30
|
+
};
|
|
16
31
|
|
|
17
|
-
// TODO: Think about sharing import functions across micro frontends.
|
|
18
|
-
function loadZeroFallback() {
|
|
19
|
-
return import(
|
|
20
|
-
/* webpackMode: "lazy" */
|
|
21
|
-
'@genesislcap/foundation-zero'
|
|
22
|
-
);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// Granular
|
|
26
|
-
async function loadZeroDesignSystem() {
|
|
27
|
-
let type = ResourceType.REMOTE;
|
|
28
|
-
try {
|
|
29
|
-
return await import('foundationZero/ZeroDesignSystem');
|
|
30
|
-
} catch (e) {
|
|
31
|
-
type = ResourceType.LOCAL;
|
|
32
|
-
return await loadZeroFallback();
|
|
33
|
-
} finally {
|
|
34
|
-
logger.debug(`Using '${type}' version of foundationZero/ZeroDesignSystem`);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export async function loadRemotes() {
|
|
39
|
-
const { registerZeroDesignSystem, provideDesignSystem } = await loadZeroDesignSystem();
|
|
40
|
-
|
|
41
|
-
return {
|
|
42
|
-
ZeroDesignSystem: {
|
|
43
|
-
...registerZeroDesignSystem(),
|
|
44
|
-
...provideDesignSystem().register(foundationLayoutComponents),
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
provideFASTDesignSystem().register(
|
|
50
|
-
allComponents,
|
|
51
|
-
zeroDesignSystemProvider()
|
|
52
|
-
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { css } from '@
|
|
1
|
+
import { css } from '@genesislcap/web-core';
|
|
2
2
|
|
|
3
3
|
const allConfigurations = css`
|
|
4
4
|
.all-configurations {
|
|
@@ -59,7 +59,7 @@ export const ConfigurationsPanelStyles = css`
|
|
|
59
59
|
${allConfigurations}
|
|
60
60
|
${configuration}
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
rapid-button {
|
|
63
63
|
margin: 0;
|
|
64
64
|
}
|
|
65
65
|
`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html } from '@
|
|
1
|
+
import { html } from '@genesislcap/web-core';
|
|
2
2
|
import { ConfigurationsPanel } from './configurations-panel';
|
|
3
3
|
|
|
4
4
|
export const ConfigurationsPanelTemplate = html<ConfigurationsPanel>`
|
|
@@ -27,7 +27,7 @@ export const ConfigurationsPanelTemplate = html<ConfigurationsPanel>`
|
|
|
27
27
|
</div>
|
|
28
28
|
|
|
29
29
|
<div class="configuration-footer">
|
|
30
|
-
<
|
|
30
|
+
<rapid-button appearance="accent" @click=${(x) => x.submit()}>Submit</rapid-button>
|
|
31
31
|
</div>
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GenesisElement, customElement } from '@genesislcap/web-core';
|
|
2
2
|
import { ConfigurationsPanelTemplate } from './configurations-panel.template';
|
|
3
3
|
import { ConfigurationsPanelStyles } from './configurations-panel.styles';
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ import { ConfigurationsPanelStyles } from './configurations-panel.styles';
|
|
|
7
7
|
template: ConfigurationsPanelTemplate,
|
|
8
8
|
styles: ConfigurationsPanelStyles,
|
|
9
9
|
})
|
|
10
|
-
export class ConfigurationsPanel extends
|
|
10
|
+
export class ConfigurationsPanel extends GenesisElement {
|
|
11
11
|
|
|
12
12
|
submit() {
|
|
13
13
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GenesisElement, customElement } from '@genesislcap/web-core';
|
|
2
2
|
import { ReconciliationsPanelTemplate } from './reconciliations-panel.template';
|
|
3
3
|
import { ReconciliationsPanelStyles } from './reconciliations-panel.styles';
|
|
4
4
|
|
|
@@ -7,5 +7,5 @@ import { ReconciliationsPanelStyles } from './reconciliations-panel.styles';
|
|
|
7
7
|
template: ReconciliationsPanelTemplate,
|
|
8
8
|
styles: ReconciliationsPanelStyles,
|
|
9
9
|
})
|
|
10
|
-
export class ReconciliationsPanel extends
|
|
10
|
+
export class ReconciliationsPanel extends GenesisElement {
|
|
11
11
|
}
|
package/src/main/main.styles.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { css } from '@
|
|
1
|
+
import { css } from '@genesislcap/web-core';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export const FoundationReconciliationStyles = css`
|
|
7
7
|
.reconciliation,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
rapid-tabs,
|
|
9
|
+
rapid-tab-panel {
|
|
10
10
|
height: 100%;
|
|
11
11
|
}
|
|
12
12
|
`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html } from '@
|
|
1
|
+
import { html } from '@genesislcap/web-core';
|
|
2
2
|
import { FoundationReconciliation } from './main';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -6,17 +6,19 @@ import { FoundationReconciliation } from './main';
|
|
|
6
6
|
*/
|
|
7
7
|
export const FoundationReconciliationTemplate = html<FoundationReconciliation>`
|
|
8
8
|
<div class="reconciliation">
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
9
|
+
<rapid-tabs appearance="secondary" class="tabs">
|
|
10
|
+
<rapid-tab appearance="secondary" slot="configurations-tab">Configurations</rapid-tab>
|
|
11
|
+
<rapid-tab appearance="secondary" slot="reconciliations-tab">Reconciliations</rapid-tab>
|
|
12
12
|
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<rapid-tab-panel slot="configurations-tab" id="configurations-tab-panel">
|
|
14
|
+
Configurations Panel
|
|
15
|
+
<!-- <configurations-panel></configurations-panel> -->
|
|
16
|
+
</rapid-tab-panel>
|
|
16
17
|
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
<rapid-tab-panel slot="reconciliations-tab" id="reconciliations-tab-panel">
|
|
19
|
+
Reconciliations Panel
|
|
20
|
+
<!-- <reconciliations-panel></reconciliations-panel> -->
|
|
21
|
+
</rapid-tab-panel>
|
|
22
|
+
</rapid-tabs>
|
|
21
23
|
</div>
|
|
22
24
|
`;
|
package/src/main/main.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GenesisElement, customElement, observable } from '@genesislcap/web-core';
|
|
2
2
|
import { FoundationReconciliationTemplate } from './main.template';
|
|
3
3
|
import { FoundationReconciliationStyles } from './main.styles';
|
|
4
|
-
import { loadRemotes } from '../components/components';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -11,7 +10,7 @@ import { loadRemotes } from '../components/components';
|
|
|
11
10
|
template: FoundationReconciliationTemplate,
|
|
12
11
|
styles: FoundationReconciliationStyles,
|
|
13
12
|
})
|
|
14
|
-
export class FoundationReconciliation extends
|
|
13
|
+
export class FoundationReconciliation extends GenesisElement {
|
|
15
14
|
@observable ready: boolean = false;
|
|
16
15
|
|
|
17
16
|
async connectedCallback() {
|
|
@@ -25,7 +24,8 @@ export class FoundationReconciliation extends FASTElement {
|
|
|
25
24
|
* @internal
|
|
26
25
|
*/
|
|
27
26
|
async loadRemotes() {
|
|
28
|
-
const
|
|
27
|
+
const { registerCommonRapidComponents } = await import('../components/components');
|
|
28
|
+
await registerCommonRapidComponents();
|
|
29
29
|
this.ready = true;
|
|
30
30
|
}
|
|
31
31
|
}
|