@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.
Files changed (154) hide show
  1. package/.gradle/8.3/executionHistory/executionHistory.bin +0 -0
  2. package/.gradle/8.3/executionHistory/executionHistory.lock +0 -0
  3. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  4. package/.gradle/buildOutputCleanup/cache.properties +1 -1
  5. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  6. package/.gradle/file-system.probe +0 -0
  7. package/build/distributions/web-distribution.tar +0 -0
  8. package/build/distributions/web-distribution.zip +0 -0
  9. package/dist/dts/components/configurations-panel/configurations-panel.d.ts +19 -3
  10. package/dist/dts/components/configurations-panel/configurations-panel.d.ts.map +1 -1
  11. package/dist/dts/components/configurations-panel/configurations-panel.styles.d.ts.map +1 -1
  12. package/dist/dts/components/configurations-panel/configurations-panel.template.d.ts.map +1 -1
  13. package/dist/dts/components/rapid-components.d.ts +2 -0
  14. package/dist/dts/components/rapid-components.d.ts.map +1 -0
  15. package/dist/dts/components/reconciliations-panel/columns.d.ts +3 -0
  16. package/dist/dts/components/reconciliations-panel/columns.d.ts.map +1 -0
  17. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.d.ts +4 -0
  18. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.d.ts.map +1 -0
  19. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.styles.d.ts +2 -0
  20. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.styles.d.ts.map +1 -0
  21. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.template.d.ts +3 -0
  22. package/dist/dts/components/reconciliations-panel/data-dictionary/data-dictionary.template.d.ts.map +1 -0
  23. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts +19 -0
  24. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts.map +1 -0
  25. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.styles.d.ts +2 -0
  26. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.styles.d.ts.map +1 -0
  27. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts +3 -0
  28. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts.map +1 -0
  29. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts +22 -2
  30. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts.map +1 -1
  31. package/dist/dts/components/reconciliations-panel/reconciliations-panel.styles.d.ts.map +1 -1
  32. package/dist/dts/components/reconciliations-panel/reconciliations-panel.template.d.ts.map +1 -1
  33. package/dist/dts/components/zero-components.d.ts +2 -0
  34. package/dist/dts/components/zero-components.d.ts.map +1 -0
  35. package/dist/dts/config/config.d.ts +9 -0
  36. package/dist/dts/config/config.d.ts.map +1 -0
  37. package/dist/dts/config/configure.d.ts +3 -0
  38. package/dist/dts/config/configure.d.ts.map +1 -0
  39. package/dist/dts/config/index.d.ts +3 -0
  40. package/dist/dts/config/index.d.ts.map +1 -0
  41. package/dist/dts/config/templates.d.ts +18 -0
  42. package/dist/dts/config/templates.d.ts.map +1 -0
  43. package/dist/dts/index.d.ts +1 -0
  44. package/dist/dts/index.d.ts.map +1 -1
  45. package/dist/dts/main/main.d.ts +15 -4
  46. package/dist/dts/main/main.d.ts.map +1 -1
  47. package/dist/dts/main/main.styles.d.ts.map +1 -1
  48. package/dist/dts/main/main.template.d.ts +4 -0
  49. package/dist/dts/main/main.template.d.ts.map +1 -1
  50. package/dist/dts/reconciliation.types.d.ts +33 -0
  51. package/dist/dts/reconciliation.types.d.ts.map +1 -0
  52. package/dist/dts/services/reconciliation.service.d.ts +4 -0
  53. package/dist/dts/services/reconciliation.service.d.ts.map +1 -0
  54. package/dist/dts/tags/index.d.ts +2 -0
  55. package/dist/dts/tags/index.d.ts.map +1 -0
  56. package/dist/dts/tags/tags.d.ts +12 -0
  57. package/dist/dts/tags/tags.d.ts.map +1 -0
  58. package/dist/dts/utils/icons.d.ts +2 -0
  59. package/dist/dts/utils/icons.d.ts.map +1 -0
  60. package/dist/dts/utils/logger.d.ts.map +1 -1
  61. package/dist/esm/components/configurations-panel/configurations-panel.js +52 -3
  62. package/dist/esm/components/configurations-panel/configurations-panel.js.map +1 -1
  63. package/dist/esm/components/configurations-panel/configurations-panel.styles.js +182 -7
  64. package/dist/esm/components/configurations-panel/configurations-panel.styles.js.map +1 -1
  65. package/dist/esm/components/configurations-panel/configurations-panel.template.js +97 -19
  66. package/dist/esm/components/configurations-panel/configurations-panel.template.js.map +1 -1
  67. package/dist/esm/components/rapid-components.js +9 -0
  68. package/dist/esm/components/rapid-components.js.map +1 -0
  69. package/dist/esm/components/reconciliations-panel/columns.js +54 -0
  70. package/dist/esm/components/reconciliations-panel/columns.js.map +1 -0
  71. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.js +15 -0
  72. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.js.map +1 -0
  73. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.styles.js +4 -0
  74. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.styles.js.map +1 -0
  75. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.template.js +4 -0
  76. package/dist/esm/components/reconciliations-panel/data-dictionary/data-dictionary.template.js.map +1 -0
  77. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js +50 -0
  78. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js.map +1 -0
  79. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js +75 -0
  80. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js.map +1 -0
  81. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js +30 -0
  82. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js.map +1 -0
  83. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js +53 -2
  84. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js.map +1 -1
  85. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js +115 -1
  86. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js.map +1 -1
  87. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js +72 -1
  88. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js.map +1 -1
  89. package/dist/esm/components/zero-components.js +9 -0
  90. package/dist/esm/components/zero-components.js.map +1 -0
  91. package/dist/esm/config/config.js +9 -0
  92. package/dist/esm/config/config.js.map +1 -0
  93. package/dist/esm/config/configure.js +23 -0
  94. package/dist/esm/config/configure.js.map +1 -0
  95. package/dist/esm/config/index.js +3 -0
  96. package/dist/esm/config/index.js.map +1 -0
  97. package/dist/esm/config/templates.js +13 -0
  98. package/dist/esm/config/templates.js.map +1 -0
  99. package/dist/esm/index.js +1 -0
  100. package/dist/esm/index.js.map +1 -1
  101. package/dist/esm/main/main.js +50 -19
  102. package/dist/esm/main/main.js.map +1 -1
  103. package/dist/esm/main/main.styles.js +38 -3
  104. package/dist/esm/main/main.styles.js.map +1 -1
  105. package/dist/esm/main/main.template.js +38 -14
  106. package/dist/esm/main/main.template.js.map +1 -1
  107. package/dist/esm/reconciliation.types.js +15 -0
  108. package/dist/esm/reconciliation.types.js.map +1 -0
  109. package/dist/esm/services/reconciliation.service.js +10 -0
  110. package/dist/esm/services/reconciliation.service.js.map +1 -0
  111. package/dist/esm/tags/index.js +2 -0
  112. package/dist/esm/tags/index.js.map +1 -0
  113. package/dist/esm/tags/tags.js +16 -0
  114. package/dist/esm/tags/tags.js.map +1 -0
  115. package/dist/esm/utils/icons.js +5 -0
  116. package/dist/esm/utils/icons.js.map +1 -0
  117. package/dist/esm/utils/logger.js +1 -1
  118. package/dist/esm/utils/logger.js.map +1 -1
  119. package/index.html +1 -1
  120. package/package.json +40 -48
  121. package/src/components/configurations-panel/configurations-panel.styles.ts +185 -7
  122. package/src/components/configurations-panel/configurations-panel.template.ts +103 -20
  123. package/src/components/configurations-panel/configurations-panel.ts +43 -3
  124. package/src/components/rapid-components.ts +40 -0
  125. package/src/components/reconciliations-panel/columns.ts +57 -0
  126. package/src/components/reconciliations-panel/data-dictionary/data-dictionary.styles.ts +4 -0
  127. package/src/components/reconciliations-panel/data-dictionary/data-dictionary.template.ts +5 -0
  128. package/src/components/reconciliations-panel/data-dictionary/data-dictionary.ts +11 -0
  129. package/src/components/reconciliations-panel/input-parameter/input-parameter.styles.ts +75 -0
  130. package/src/components/reconciliations-panel/input-parameter/input-parameter.template.ts +30 -0
  131. package/src/components/reconciliations-panel/input-parameter/input-parameter.ts +38 -0
  132. package/src/components/reconciliations-panel/reconciliations-panel.styles.ts +120 -1
  133. package/src/components/reconciliations-panel/reconciliations-panel.template.ts +85 -1
  134. package/src/components/reconciliations-panel/reconciliations-panel.ts +51 -2
  135. package/src/components/zero-components.ts +40 -0
  136. package/src/config/config.ts +47 -0
  137. package/src/config/configure.ts +70 -0
  138. package/src/config/index.ts +2 -0
  139. package/src/config/templates.ts +50 -0
  140. package/src/index.ts +1 -0
  141. package/src/main/main.styles.ts +38 -3
  142. package/src/main/main.template.ts +40 -14
  143. package/src/main/main.ts +111 -14
  144. package/src/reconciliation.types.ts +37 -0
  145. package/src/services/reconciliation.service.ts +13 -0
  146. package/src/tags/index.ts +1 -0
  147. package/src/tags/tags.ts +68 -0
  148. package/src/utils/icons.ts +5 -0
  149. package/src/utils/logger.ts +1 -1
  150. package/dist/dts/components/components.d.ts +0 -4
  151. package/dist/dts/components/components.d.ts.map +0 -1
  152. package/dist/esm/components/components.js +0 -42
  153. package/dist/esm/components/components.js.map +0 -1
  154. package/src/components/components.ts +0 -52
@@ -1,2 +1,2 @@
1
- #Fri May 31 12:19:47 UTC 2024
1
+ #Wed Jun 05 13:22:05 UTC 2024
2
2
  gradle.version=8.3
Binary file
@@ -1,5 +1,21 @@
1
- import { FASTElement } from '@microsoft/fast-element';
2
- export declare class ConfigurationsPanel extends FASTElement {
3
- submit(): void;
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,WAAW,EAAiB,MAAM,yBAAyB,CAAC;AAIrE,qBAKa,mBAAoB,SAAQ,WAAW;IAElD,MAAM;CAEP"}
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":"AA6CA,eAAO,MAAM,yBAAyB,iDAmBrC,CAAC"}
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,EAAE,MAAM,wBAAwB,CAAC;AAE7D,eAAO,MAAM,2BAA2B,0EA8BvC,CAAC"}
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,2 @@
1
+ export declare const registerCommonRapidComponents: () => Promise<void>;
2
+ //# sourceMappingURL=rapid-components.d.ts.map
@@ -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,3 @@
1
+ import { ColDef } from "@ag-grid-community/core";
2
+ export declare const RECONCILIATION_COLUMNS: ColDef[];
3
+ //# sourceMappingURL=columns.d.ts.map
@@ -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,4 @@
1
+ import { GenesisElement } from "@genesislcap/web-core";
2
+ export declare class DataDictionary extends GenesisElement {
3
+ }
4
+ //# sourceMappingURL=data-dictionary.d.ts.map
@@ -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"}
@@ -0,0 +1,2 @@
1
+ export declare const DataDictionaryStyles: import("@microsoft/fast-element").ElementStyles;
2
+ //# sourceMappingURL=data-dictionary.styles.d.ts.map
@@ -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"}
@@ -0,0 +1,3 @@
1
+ import { DataDictionary } from "./data-dictionary";
2
+ export declare const DataDictionaryTemplate: import("@microsoft/fast-element").ViewTemplate<DataDictionary, any>;
3
+ //# sourceMappingURL=data-dictionary.template.d.ts.map
@@ -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"}
@@ -0,0 +1,2 @@
1
+ export declare const InputParameterStyles: import("@microsoft/fast-element").ElementStyles;
2
+ //# sourceMappingURL=input-parameter.styles.d.ts.map
@@ -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"}
@@ -0,0 +1,3 @@
1
+ import { InputParameter } from "./input-parameter";
2
+ export declare const InputParameterTemplate: import("@microsoft/fast-element").ViewTemplate<InputParameter, any>;
3
+ //# sourceMappingURL=input-parameter.template.d.ts.map
@@ -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 { FASTElement } from '@microsoft/fast-element';
2
- export declare class ReconciliationsPanel extends FASTElement {
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,WAAW,EAAiB,MAAM,yBAAyB,CAAC;AAIrE,qBAKa,oBAAqB,SAAQ,WAAW;CACpD"}
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":"AAEA,eAAO,MAAM,0BAA0B,iDACtC,CAAC"}
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;AAE/D,eAAO,MAAM,4BAA4B,2EAGxC,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,2 @@
1
+ export declare const registerCommonZeroComponents: () => Promise<void>;
2
+ //# sourceMappingURL=zero-components.d.ts.map
@@ -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,3 @@
1
+ import { ReconciliationConfig } from './config';
2
+ export declare function configure(config: Partial<ReconciliationConfig>): Promise<typeof import("../main").FoundationReconciliation>;
3
+ //# sourceMappingURL=configure.d.ts.map
@@ -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,3 @@
1
+ export * from './config';
2
+ export * from './configure';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
+ export * from './config';
1
2
  export * from './main';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,7 +1,18 @@
1
- import { FASTElement } from '@microsoft/fast-element';
2
- export declare class FoundationReconciliation extends FASTElement {
3
- ready: boolean;
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
- loadRemotes(): Promise<void>;
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,WAAW,EAA6B,MAAM,yBAAyB,CAAC;AAQjF,qBAKa,wBAAyB,SAAQ,WAAW;IAC3C,KAAK,EAAE,OAAO,CAAS;IAE7B,iBAAiB;IAUjB,WAAW;CAIlB"}
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":"AAKA,eAAO,MAAM,8BAA8B,iDAM1C,CAAC"}
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":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAKlD,eAAO,MAAM,gCAAgC,+EAe5C,CAAC"}
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,4 @@
1
+ export interface ReconciliationService {
2
+ }
3
+ export declare const ReconciliationService: import("@microsoft/fast-foundation").InterfaceSymbol<ReconciliationService>;
4
+ //# sourceMappingURL=reconciliation.service.d.ts.map
@@ -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,2 @@
1
+ export * from './tags';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export declare const excelFile: import("@microsoft/fast-element").ViewTemplate<any, any>;
2
+ //# sourceMappingURL=icons.d.ts.map
@@ -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,iDAAsC,CAAC"}
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 { FASTElement, customElement } from '@microsoft/fast-element';
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
- let ConfigurationsPanel = class ConfigurationsPanel extends FASTElement {
6
- submit() {
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,WAAW,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAOnE,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,WAAW;IAElD,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
+ {"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"}