@genesislcap/pbc-reconciliation-ui 0.0.3 → 0.0.5
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/buildOutputCleanup/outputFiles.bin +0 -0
- 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/configurations-panel/configurations-panel.d.ts +19 -3
- package/dist/dts/components/configurations-panel/configurations-panel.d.ts.map +1 -1
- package/dist/dts/components/configurations-panel/configurations-panel.styles.d.ts.map +1 -1
- package/dist/dts/components/configurations-panel/configurations-panel.template.d.ts.map +1 -1
- package/dist/dts/components/rapid-components.d.ts +2 -0
- package/dist/dts/components/rapid-components.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/columns.d.ts +3 -0
- package/dist/dts/components/reconciliations-panel/columns.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.d.ts +4 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.styles.d.ts +2 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.styles.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.template.d.ts +3 -0
- package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.template.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts +19 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.styles.d.ts +2 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.styles.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts +3 -0
- package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts.map +1 -0
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts +22 -2
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts.map +1 -1
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.styles.d.ts.map +1 -1
- package/dist/dts/components/reconciliations-panel/reconciliations-panel.template.d.ts.map +1 -1
- package/dist/dts/components/zero-components.d.ts +2 -0
- package/dist/dts/components/zero-components.d.ts.map +1 -0
- package/dist/dts/config/config.d.ts +9 -0
- package/dist/dts/config/config.d.ts.map +1 -0
- package/dist/dts/config/configure.d.ts +3 -0
- package/dist/dts/config/configure.d.ts.map +1 -0
- package/dist/dts/config/index.d.ts +3 -0
- package/dist/dts/config/index.d.ts.map +1 -0
- package/dist/dts/config/templates.d.ts +18 -0
- package/dist/dts/config/templates.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +15 -4
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.styles.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts +4 -0
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/dts/reconciliation.types.d.ts +33 -0
- package/dist/dts/reconciliation.types.d.ts.map +1 -0
- package/dist/dts/services/reconciliation.service.d.ts +4 -0
- package/dist/dts/services/reconciliation.service.d.ts.map +1 -0
- package/dist/dts/tags/index.d.ts +2 -0
- package/dist/dts/tags/index.d.ts.map +1 -0
- package/dist/dts/tags/tags.d.ts +12 -0
- package/dist/dts/tags/tags.d.ts.map +1 -0
- package/dist/dts/utils/icons.d.ts +2 -0
- package/dist/dts/utils/icons.d.ts.map +1 -0
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.js +52 -3
- package/dist/esm/components/configurations-panel/configurations-panel.js.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.styles.js +182 -7
- package/dist/esm/components/configurations-panel/configurations-panel.styles.js.map +1 -1
- package/dist/esm/components/configurations-panel/configurations-panel.template.js +97 -19
- package/dist/esm/components/configurations-panel/configurations-panel.template.js.map +1 -1
- package/dist/esm/components/rapid-components.js +9 -0
- package/dist/esm/components/rapid-components.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/columns.js +54 -0
- package/dist/esm/components/reconciliations-panel/columns.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.js +15 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.styles.js +4 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.styles.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.template.js +4 -0
- package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.template.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js +50 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js +75 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js +30 -0
- package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js.map +1 -0
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.js +53 -2
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.js.map +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js +115 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js.map +1 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js +72 -1
- package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js.map +1 -1
- package/dist/esm/components/zero-components.js +9 -0
- package/dist/esm/components/zero-components.js.map +1 -0
- package/dist/esm/config/config.js +9 -0
- package/dist/esm/config/config.js.map +1 -0
- package/dist/esm/config/configure.js +23 -0
- package/dist/esm/config/configure.js.map +1 -0
- package/dist/esm/config/index.js +3 -0
- package/dist/esm/config/index.js.map +1 -0
- package/dist/esm/config/templates.js +13 -0
- package/dist/esm/config/templates.js.map +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/main/main.js +50 -19
- package/dist/esm/main/main.js.map +1 -1
- package/dist/esm/main/main.styles.js +38 -3
- package/dist/esm/main/main.styles.js.map +1 -1
- package/dist/esm/main/main.template.js +38 -14
- package/dist/esm/main/main.template.js.map +1 -1
- package/dist/esm/reconciliation.types.js +15 -0
- package/dist/esm/reconciliation.types.js.map +1 -0
- package/dist/esm/services/reconciliation.service.js +10 -0
- package/dist/esm/services/reconciliation.service.js.map +1 -0
- package/dist/esm/tags/index.js +2 -0
- package/dist/esm/tags/index.js.map +1 -0
- package/dist/esm/tags/tags.js +16 -0
- package/dist/esm/tags/tags.js.map +1 -0
- package/dist/esm/utils/icons.js +5 -0
- package/dist/esm/utils/icons.js.map +1 -0
- package/dist/esm/utils/logger.js +1 -1
- package/dist/esm/utils/logger.js.map +1 -1
- package/index.html +1 -1
- package/package.json +40 -48
- package/src/components/configurations-panel/configurations-panel.styles.ts +185 -7
- package/src/components/configurations-panel/configurations-panel.template.ts +103 -20
- package/src/components/configurations-panel/configurations-panel.ts +43 -3
- package/src/components/rapid-components.ts +40 -0
- package/src/components/reconciliations-panel/columns.ts +57 -0
- package/src/components/reconciliations-panel/data-dictionary/data-dictionary.styles.ts +4 -0
- package/src/components/reconciliations-panel/data-dictionary/data-dictionary.template.ts +5 -0
- package/src/components/reconciliations-panel/data-dictionary/data-dictionary.ts +11 -0
- package/src/components/reconciliations-panel/input-parameter/input-parameter.styles.ts +75 -0
- package/src/components/reconciliations-panel/input-parameter/input-parameter.template.ts +30 -0
- package/src/components/reconciliations-panel/input-parameter/input-parameter.ts +38 -0
- package/src/components/reconciliations-panel/reconciliations-panel.styles.ts +120 -1
- package/src/components/reconciliations-panel/reconciliations-panel.template.ts +85 -1
- package/src/components/reconciliations-panel/reconciliations-panel.ts +51 -2
- package/src/components/zero-components.ts +40 -0
- package/src/config/config.ts +47 -0
- package/src/config/configure.ts +70 -0
- package/src/config/index.ts +2 -0
- package/src/config/templates.ts +50 -0
- package/src/index.ts +1 -0
- package/src/main/main.styles.ts +38 -3
- package/src/main/main.template.ts +40 -14
- package/src/main/main.ts +111 -14
- package/src/reconciliation.types.ts +37 -0
- package/src/services/reconciliation.service.ts +13 -0
- package/src/tags/index.ts +1 -0
- package/src/tags/tags.ts +68 -0
- package/src/utils/icons.ts +5 -0
- package/src/utils/logger.ts +1 -1
- package/dist/dts/components/components.d.ts +0 -4
- package/dist/dts/components/components.d.ts.map +0 -1
- package/dist/esm/components/components.js +0 -42
- package/dist/esm/components/components.js.map +0 -1
- package/src/components/components.ts +0 -52
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Wed Jun 05 13:22:05 UTC 2024
|
|
2
2
|
gradle.version=8.3
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
import { Configuration, DataSource } from '../../reconciliation.types';
|
|
3
|
+
export declare enum DataSourceType {
|
|
4
|
+
CSV = "CSV",
|
|
5
|
+
DATABASE = "DATABASE",
|
|
6
|
+
DATA_PIPELINE = "DATA_PIPELINE"
|
|
7
|
+
}
|
|
8
|
+
export declare class ConfigurationsPanel extends GenesisElement {
|
|
9
|
+
configurations: Array<Configuration>;
|
|
10
|
+
dataSources: Array<DataSource>;
|
|
11
|
+
configurationSelected: Configuration;
|
|
12
|
+
configurationName: string;
|
|
13
|
+
dataSourceType: string;
|
|
14
|
+
addConfiguration(): void;
|
|
15
|
+
selectConfiguration(configuration: Configuration): void;
|
|
16
|
+
deleteConfiguration(configuration: Configuration): void;
|
|
17
|
+
deleteDataSource(dataSource: DataSource): void;
|
|
18
|
+
saveConfiguration(): void;
|
|
19
|
+
createDefaultDataSources(): Array<Configuration>;
|
|
4
20
|
}
|
|
5
21
|
//# 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,EAA6B,MAAM,uBAAuB,CAAC;AAGlF,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAEvE,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,aAAa,kBAAkB;CAChC;AAED,qBAKa,mBAAoB,SAAQ,cAAc;IAEzC,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAM;IAC1C,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,CAAM;IAEpC,qBAAqB,EAAE,aAAa,CAAQ;IAC5C,iBAAiB,EAAE,MAAM,CAAQ;IACjC,cAAc,EAAE,MAAM,CAAC;IAEnC,gBAAgB;IAQhB,mBAAmB,CAAC,aAAa,EAAE,aAAa;IAKhD,mBAAmB,CAAC,aAAa,EAAE,aAAa;IAGhD,gBAAgB,CAAC,UAAU,EAAE,UAAU;IAGvC,iBAAiB;IAGjB,wBAAwB,IAAI,KAAK,CAAC,aAAa,CAAC;CAMjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"configurations-panel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.styles.ts"],"names":[],"mappings":"AA6NA,eAAO,MAAM,yBAAyB,iDAqBrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configurations-panel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"configurations-panel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/configurations-panel/configurations-panel.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAkB,MAAM,wBAAwB,CAAC;AAK7E,eAAO,MAAM,2BAA2B,0EA8GvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rapid-components.d.ts","sourceRoot":"","sources":["../../../src/components/rapid-components.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,6BAA6B,qBAqBzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/columns.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjD,eAAO,MAAM,sBAAsB,EAAE,MAAM,EA0C1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-dictionary.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/data-dictionary/data-dictionary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAiB,MAAM,uBAAuB,CAAC;AAItE,qBAKa,cAAe,SAAQ,cAAc;CACjD"}
|
package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.styles.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-dictionary.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/data-dictionary/data-dictionary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,iDAChC,CAAC"}
|
package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.template.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-dictionary.template.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/data-dictionary/data-dictionary.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,sBAAsB,qEAClC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GenesisElement } from "@genesislcap/web-core";
|
|
2
|
+
export declare enum ShowHideUpload {
|
|
3
|
+
CHEVRON_RIGHT = "chevron-right",
|
|
4
|
+
CHEVRON_DOWN = "chevron-down"
|
|
5
|
+
}
|
|
6
|
+
declare enum FileUploadButtonLabel {
|
|
7
|
+
UPLOAD_FILE = "Upload File",
|
|
8
|
+
REPLACE_FILE = "Replace File"
|
|
9
|
+
}
|
|
10
|
+
export declare class InputParameter extends GenesisElement {
|
|
11
|
+
static readonly NO_FILE_UPLOADED = "No file uploaded";
|
|
12
|
+
showHideUpload: ShowHideUpload;
|
|
13
|
+
fileUploadButtonLabel: FileUploadButtonLabel;
|
|
14
|
+
filename: any;
|
|
15
|
+
toggleChevron(): void;
|
|
16
|
+
uploadFile(): void;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=input-parameter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-parameter.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/input-parameter/input-parameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAA6B,MAAM,uBAAuB,CAAC;AAIlF,oBAAY,cAAc;IACxB,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;CAC9B;AAED,aAAK,qBAAqB;IACxB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC9B;AAED,qBAKa,cAAe,SAAQ,cAAc;IAEhD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,sBAAsB;IAE1C,cAAc,EAAE,cAAc,CAAgC;IAC9D,qBAAqB,EAAE,qBAAqB,CAAqC;IACjF,QAAQ,MAAQ;IAE5B,aAAa;IAMb,UAAU;CAIX"}
|
package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.styles.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-parameter.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/input-parameter/input-parameter.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,iDAuEhC,CAAC"}
|
package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-parameter.template.d.ts","sourceRoot":"","sources":["../../../../../src/components/reconciliations-panel/input-parameter/input-parameter.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAkB,MAAM,mBAAmB,CAAC;AAInE,eAAO,MAAM,sBAAsB,qEAwBlC,CAAC"}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
import { HistoricalReconciliation, ReconciliationInProgress } from '../../reconciliation.types';
|
|
3
|
+
import { GridPro } from '@genesislcap/rapid-grid-pro';
|
|
4
|
+
export declare class ReconciliationsPanel extends GenesisElement {
|
|
5
|
+
reconciliationsInProgress: Array<ReconciliationInProgress>;
|
|
6
|
+
historicalReconciliations: Array<HistoricalReconciliation>;
|
|
7
|
+
reconciliation: any;
|
|
8
|
+
runRecon: boolean;
|
|
9
|
+
grid: GridPro;
|
|
10
|
+
mockData: {
|
|
11
|
+
RECON_KEY: string;
|
|
12
|
+
FIRST: string;
|
|
13
|
+
SECOND: string;
|
|
14
|
+
KEY: string;
|
|
15
|
+
FIRST_VALUE: string;
|
|
16
|
+
SECOND_VALUE: string;
|
|
17
|
+
RESULT: string;
|
|
18
|
+
MESSAGE: string;
|
|
19
|
+
}[];
|
|
20
|
+
newReconciliation(): void;
|
|
21
|
+
runReconciliation(): void;
|
|
22
|
+
reconciliationReport(): void;
|
|
3
23
|
}
|
|
4
24
|
//# 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,EAA6B,MAAM,uBAAuB,CAAC;AAGlF,OAAO,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAChG,OAAO,EAAqB,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGzE,qBAKa,oBAAqB,SAAQ,cAAc;IAE1C,yBAAyB,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAM;IAChE,yBAAyB,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAM;IAEhE,cAAc,EAAE,GAAG,CAAQ;IAE3B,QAAQ,EAAE,OAAO,CAAS;IAEtC,IAAI,EAAE,OAAO,CAAC;IAEd,QAAQ;;;;;;;;;QAWN;IAEF,iBAAiB;IAIjB,iBAAiB;IAiBjB,oBAAoB;CAErB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.styles.ts"],"names":[],"mappings":"AA+GA,eAAO,MAAM,0BAA0B,iDAWtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reconciliations-panel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"reconciliations-panel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/reconciliations-panel/reconciliations-panel.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAS/D,eAAO,MAAM,4BAA4B,2EAgFxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zero-components.d.ts","sourceRoot":"","sources":["../../../src/components/zero-components.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,4BAA4B,qBAqBxC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PartialGenesisElementDefinition } from '@genesislcap/web-core';
|
|
2
|
+
import { TemplateOptions } from './templates';
|
|
3
|
+
export interface ReconciliationConfig extends PartialGenesisElementDefinition {
|
|
4
|
+
templateOptions: TemplateOptions;
|
|
5
|
+
designSystemPrefix: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const defaultReconciliationConfig: ReconciliationConfig;
|
|
8
|
+
export declare const ReconciliationConfig: import("@microsoft/fast-foundation").InterfaceSymbol<ReconciliationConfig>;
|
|
9
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/config/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,+BAA+B,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAA0B,eAAe,EAAE,MAAM,aAAa,CAAC;AAWtE,MAAM,WAAW,oBAAqB,SAAQ,+BAA+B;IAO3E,eAAe,EAAE,eAAe,CAAC;IAOjC,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAMD,eAAO,MAAM,2BAA2B,EAAE,oBAIzC,CAAC;AASF,eAAO,MAAM,oBAAoB,4EAA2F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configure.d.ts","sourceRoot":"","sources":["../../../src/config/configure.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAA+B,MAAM,UAAU,CAAC;AAiC7E,wBAAsB,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,oBAAoB,CAAC,8DAmCpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SyntheticViewTemplate, TemplateElementDependency } from '@genesislcap/web-core';
|
|
2
|
+
export type TemplateComponents = {
|
|
3
|
+
icon: TemplateElementDependency;
|
|
4
|
+
button: TemplateElementDependency;
|
|
5
|
+
textFieled: TemplateElementDependency;
|
|
6
|
+
select: TemplateElementDependency;
|
|
7
|
+
segmentedControl: TemplateElementDependency;
|
|
8
|
+
segmentedItem: TemplateElementDependency;
|
|
9
|
+
tabs: TemplateElementDependency;
|
|
10
|
+
tab: TemplateElementDependency;
|
|
11
|
+
tabPanel: TemplateElementDependency;
|
|
12
|
+
grid: TemplateElementDependency;
|
|
13
|
+
};
|
|
14
|
+
export type TemplateOptions = Partial<TemplateComponents> & {
|
|
15
|
+
somePartial?: string | SyntheticViewTemplate;
|
|
16
|
+
};
|
|
17
|
+
export declare const defaultTemplateOptions: TemplateOptions;
|
|
18
|
+
//# sourceMappingURL=templates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../src/config/templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAMzF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,yBAAyB,CAAC;IAChC,MAAM,EAAE,yBAAyB,CAAC;IAClC,UAAU,EAAE,yBAAyB,CAAC;IACtC,MAAM,EAAE,yBAAyB,CAAC;IAClC,gBAAgB,EAAE,yBAAyB,CAAC;IAC5C,aAAa,EAAE,yBAAyB,CAAC;IACzC,IAAI,EAAE,yBAAyB,CAAC;IAChC,GAAG,EAAE,yBAAyB,CAAC;IAC/B,QAAQ,EAAE,yBAAyB,CAAC;IACpC,IAAI,EAAE,yBAAyB,CAAC;CACjC,CAAC;AAMF,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG;IAM1D,WAAW,CAAC,EAAE,MAAM,GAAG,qBAAqB,CAAC;CAC9C,CAAC;AAQF,eAAO,MAAM,sBAAsB,EAAE,eAWpC,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC"}
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
import { Tabs } from '@genesislcap/rapid-design-system';
|
|
3
|
+
export declare class FoundationReconciliation extends GenesisElement {
|
|
4
|
+
tabs: Tabs;
|
|
4
5
|
connectedCallback(): Promise<void>;
|
|
5
|
-
|
|
6
|
+
openDataDictionary(): void;
|
|
7
|
+
}
|
|
8
|
+
export declare class RapidReconciliation extends FoundationReconciliation {
|
|
9
|
+
connectedCallback(): Promise<void>;
|
|
10
|
+
protected loadRemotes(): Promise<void>;
|
|
11
|
+
}
|
|
12
|
+
export declare class ZeroReconciliation extends FoundationReconciliation {
|
|
13
|
+
connectedCallback(): Promise<void>;
|
|
14
|
+
protected loadRemotes(): Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
export declare class Reconciliation extends ZeroReconciliation {
|
|
6
17
|
}
|
|
7
18
|
//# sourceMappingURL=main.d.ts.map
|
|
@@ -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,EAAiB,MAAM,uBAAuB,CAAC;AAGtE,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAcxD,qBAAa,wBAAyB,SAAQ,cAAc;IAC1D,IAAI,EAAE,IAAI,CAAC;IAEL,iBAAiB;IAIvB,kBAAkB;CAGnB;AAyBD,qBAKa,mBAAoB,SAAQ,wBAAwB;IAIzD,iBAAiB;cAQP,WAAW;CAI5B;AAyBD,qBAKa,kBAAmB,SAAQ,wBAAwB;IAIxD,iBAAiB;cAQP,WAAW;CAI5B;AAQD,qBAAa,cAAe,SAAQ,kBAAkB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,8BAA8B,iDAwC1C,CAAC"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { FoundationReconciliation } from './main';
|
|
2
|
+
export declare enum ReconciliationTab {
|
|
3
|
+
Configurations = "CONFIGURATIONS",
|
|
4
|
+
Reconciliations = "RECONCILIATIONS"
|
|
5
|
+
}
|
|
2
6
|
export declare const FoundationReconciliationTemplate: import("@microsoft/fast-element").ViewTemplate<FoundationReconciliation, any>;
|
|
3
7
|
//# sourceMappingURL=main.template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAElD,oBAAY,iBAAiB;IAC3B,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;CACpC;AASD,eAAO,MAAM,gCAAgC,+EA6B5C,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export type Configuration = {
|
|
2
|
+
name: string;
|
|
3
|
+
};
|
|
4
|
+
export type DataSource = {
|
|
5
|
+
name: string;
|
|
6
|
+
};
|
|
7
|
+
export declare enum FieldType {
|
|
8
|
+
STRING = "STRING",
|
|
9
|
+
SHORT = "SHORT",
|
|
10
|
+
INT = "INT",
|
|
11
|
+
LONG = "LONG",
|
|
12
|
+
DOUBLE = "DOUBLE",
|
|
13
|
+
RAW = "RAW",
|
|
14
|
+
BOOLEAN = "BOOLEAN",
|
|
15
|
+
BIGDECIMAL = "BIGDECIMAL",
|
|
16
|
+
DATETIME = "DATETIME",
|
|
17
|
+
DATE = "DATE",
|
|
18
|
+
NANO_TIMESTAMP = "NANO_TIMESTAMP"
|
|
19
|
+
}
|
|
20
|
+
export type DataSourceRule = {
|
|
21
|
+
field: string;
|
|
22
|
+
type: FieldType;
|
|
23
|
+
tolerance: string;
|
|
24
|
+
primaryKey: boolean;
|
|
25
|
+
};
|
|
26
|
+
export type ReconciliationInProgress = {
|
|
27
|
+
name: string;
|
|
28
|
+
};
|
|
29
|
+
export type HistoricalReconciliation = {
|
|
30
|
+
name: string;
|
|
31
|
+
completedAt: number;
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=reconciliation.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reconciliation.types.d.ts","sourceRoot":"","sources":["../../src/reconciliation.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,SAAS;IACnB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,cAAc,mBAAmB;CAClC;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;CACd,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reconciliation.service.d.ts","sourceRoot":"","sources":["../../../src/services/reconciliation.service.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,qBAAqB;CACrC;AAMD,eAAO,MAAM,qBAAqB,6EAEjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tags/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const templateOptions: import("../config/templates").TemplateOptions;
|
|
2
|
+
export declare const iconTag: string;
|
|
3
|
+
export declare const buttonTag: string;
|
|
4
|
+
export declare const textFieldTag: string;
|
|
5
|
+
export declare const selectTag: string;
|
|
6
|
+
export declare const segmentedControlTag: string;
|
|
7
|
+
export declare const segmentedItemTag: string;
|
|
8
|
+
export declare const tabsTag: string;
|
|
9
|
+
export declare const tabTag: string;
|
|
10
|
+
export declare const tabPanelTag: string;
|
|
11
|
+
export declare const gridTag: string;
|
|
12
|
+
//# sourceMappingURL=tags.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.d.ts","sourceRoot":"","sources":["../../../src/tags/tags.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAQ,eAAe,+CAC0B,CAAC;AAKzD,eAAO,MAAM,OAAO,QAA+B,CAAC;AAKpD,eAAO,MAAM,SAAS,QAAiC,CAAC;AAKxD,eAAO,MAAM,YAAY,QAAqC,CAAC;AAK/D,eAAO,MAAM,SAAS,QAAiC,CAAC;AAKxD,eAAO,MAAM,mBAAmB,QAA2C,CAAC;AAK5E,eAAO,MAAM,gBAAgB,QAAwC,CAAC;AAKtE,eAAO,MAAM,OAAO,QAA+B,CAAC;AAKpD,eAAO,MAAM,MAAM,QAA8B,CAAC;AAKlD,eAAO,MAAM,WAAW,QAAmC,CAAC;AAK5D,eAAO,MAAM,OAAO,QAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/utils/icons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,0DAErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,iDAAqC,CAAC"}
|
|
@@ -1,11 +1,60 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { GenesisElement, customElement, observable } from '@genesislcap/web-core';
|
|
3
3
|
import { ConfigurationsPanelTemplate } from './configurations-panel.template';
|
|
4
4
|
import { ConfigurationsPanelStyles } from './configurations-panel.styles';
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
export var DataSourceType;
|
|
6
|
+
(function (DataSourceType) {
|
|
7
|
+
DataSourceType["CSV"] = "CSV";
|
|
8
|
+
DataSourceType["DATABASE"] = "DATABASE";
|
|
9
|
+
DataSourceType["DATA_PIPELINE"] = "DATA_PIPELINE";
|
|
10
|
+
})(DataSourceType || (DataSourceType = {}));
|
|
11
|
+
let ConfigurationsPanel = class ConfigurationsPanel extends GenesisElement {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.configurations = [];
|
|
15
|
+
this.dataSources = [];
|
|
16
|
+
this.configurationSelected = null;
|
|
17
|
+
this.configurationName = null;
|
|
18
|
+
}
|
|
19
|
+
addConfiguration() {
|
|
20
|
+
this.configurationSelected = {
|
|
21
|
+
name: ''
|
|
22
|
+
};
|
|
23
|
+
this.dataSources = this.createDefaultDataSources();
|
|
24
|
+
this.dataSourceType = DataSourceType.CSV;
|
|
25
|
+
}
|
|
26
|
+
selectConfiguration(configuration) {
|
|
27
|
+
this.configurationSelected = configuration;
|
|
28
|
+
this.configurationName = configuration.name;
|
|
29
|
+
}
|
|
30
|
+
deleteConfiguration(configuration) {
|
|
31
|
+
}
|
|
32
|
+
deleteDataSource(dataSource) {
|
|
33
|
+
}
|
|
34
|
+
saveConfiguration() {
|
|
35
|
+
}
|
|
36
|
+
createDefaultDataSources() {
|
|
37
|
+
return [
|
|
38
|
+
{ name: 'Data Source 1' },
|
|
39
|
+
{ name: 'Data Source 2' }
|
|
40
|
+
];
|
|
7
41
|
}
|
|
8
42
|
};
|
|
43
|
+
__decorate([
|
|
44
|
+
observable
|
|
45
|
+
], ConfigurationsPanel.prototype, "configurations", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
observable
|
|
48
|
+
], ConfigurationsPanel.prototype, "dataSources", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
observable
|
|
51
|
+
], ConfigurationsPanel.prototype, "configurationSelected", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
observable
|
|
54
|
+
], ConfigurationsPanel.prototype, "configurationName", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
observable
|
|
57
|
+
], ConfigurationsPanel.prototype, "dataSourceType", void 0);
|
|
9
58
|
ConfigurationsPanel = __decorate([
|
|
10
59
|
customElement({
|
|
11
60
|
name: 'configurations-panel',
|
|
@@ -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,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAG1E,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,uCAAqB,CAAA;IACrB,iDAA+B,CAAA;AACjC,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAOM,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,cAAc;IAAhD;;QAEO,mBAAc,GAAyB,EAAE,CAAC;QAC1C,gBAAW,GAAsB,EAAE,CAAC;QAEpC,0BAAqB,GAAkB,IAAI,CAAC;QAC5C,sBAAiB,GAAW,IAAI,CAAC;IA+B/C,CAAC;IA5BC,gBAAgB;QACd,IAAI,CAAC,qBAAqB,GAAG;YAC3B,IAAI,EAAE,EAAE;SACT,CAAC;QACF,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,wBAAwB,EAAE,CAAC;QACnD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,GAAG,CAAC;IAC3C,CAAC;IAED,mBAAmB,CAAC,aAA4B;QAC9C,IAAI,CAAC,qBAAqB,GAAG,aAAa,CAAC;QAC3C,IAAI,CAAC,iBAAiB,GAAG,aAAa,CAAC,IAAI,CAAC;IAC9C,CAAC;IAED,mBAAmB,CAAC,aAA4B;IAChD,CAAC;IAED,gBAAgB,CAAC,UAAsB;IACvC,CAAC;IAED,iBAAiB;IACjB,CAAC;IAED,wBAAwB;QACtB,OAAO;YACL,EAAE,IAAI,EAAE,eAAe,EAAE;YACzB,EAAE,IAAI,EAAE,eAAe,EAAE;SAC1B,CAAC;IACJ,CAAC;CACF,CAAA;AAnCa;IAAX,UAAU;2DAA2C;AAC1C;IAAX,UAAU;wDAAqC;AAEpC;IAAX,UAAU;kEAA6C;AAC5C;IAAX,UAAU;8DAAkC;AACjC;IAAX,UAAU;2DAAwB;AAPxB,mBAAmB;IAL/B,aAAa,CAAC;QACb,IAAI,EAAE,sBAAsB;QAC5B,QAAQ,EAAE,2BAA2B;QACrC,MAAM,EAAE,yBAAyB;KAClC,CAAC;GACW,mBAAmB,CAqC/B;SArCY,mBAAmB"}
|