@genesislcap/pbc-reconciliation-ui 0.0.46 → 14.339.0

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 (234) hide show
  1. package/.env +3 -0
  2. package/dist/dts/components/configurations-panel/configuration-datasources/configuration-datasources.d.ts.map +1 -1
  3. package/dist/dts/components/configurations-panel/configuration-datasources/configuration-datasources.template.d.ts.map +1 -1
  4. package/dist/dts/components/configurations-panel/configurations-panel.d.ts +2 -2
  5. package/dist/dts/components/configurations-panel/configurations-panel.d.ts.map +1 -1
  6. package/dist/dts/components/configurations-panel/configurations-panel.template.d.ts.map +1 -1
  7. package/dist/dts/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.d.ts.map +1 -1
  8. package/dist/dts/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.d.ts.map +1 -1
  9. package/dist/dts/components/data-dictionaries/columns.d.ts +2 -2
  10. package/dist/dts/components/data-dictionaries/columns.d.ts.map +1 -1
  11. package/dist/dts/components/data-dictionaries/data-dictionaries-utils.d.ts.map +1 -1
  12. package/dist/dts/components/data-dictionaries/data-dictionaries.d.ts +3 -6
  13. package/dist/dts/components/data-dictionaries/data-dictionaries.d.ts.map +1 -1
  14. package/dist/dts/components/data-dictionaries/data-dictionaries.template.d.ts +1 -1
  15. package/dist/dts/components/data-dictionaries/data-dictionaries.template.d.ts.map +1 -1
  16. package/dist/dts/components/data-dictionaries/data-dictionaries.types.d.ts +6 -0
  17. package/dist/dts/components/data-dictionaries/data-dictionaries.types.d.ts.map +1 -0
  18. package/dist/dts/components/list/list.d.ts.map +1 -1
  19. package/dist/dts/components/list/list.template.d.ts.map +1 -1
  20. package/dist/dts/components/rapid-components.d.ts.map +1 -1
  21. package/dist/dts/components/reconciliations-panel/columns.d.ts.map +1 -1
  22. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts +3 -14
  23. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts.map +1 -1
  24. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts +1 -1
  25. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts.map +1 -1
  26. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.types.d.ts +13 -0
  27. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.types.d.ts.map +1 -0
  28. package/dist/dts/components/reconciliations-panel/reconciliation-no-rows-overlay.d.ts +1 -1
  29. package/dist/dts/components/reconciliations-panel/reconciliation-no-rows-overlay.d.ts.map +1 -1
  30. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts +1 -1
  31. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts.map +1 -1
  32. package/dist/dts/components/reconciliations-panel/reconciliations-panel.styles.d.ts.map +1 -1
  33. package/dist/dts/components/reconciliations-panel/reconciliations-panel.template.d.ts.map +1 -1
  34. package/dist/dts/components/reconciliations-panel/reconciliations-panel.utils.d.ts +1 -1
  35. package/dist/dts/components/reconciliations-panel/reconciliations-panel.utils.d.ts.map +1 -1
  36. package/dist/dts/components/reconciliations-panel/result-details/result-details.d.ts +4 -33
  37. package/dist/dts/components/reconciliations-panel/result-details/result-details.d.ts.map +1 -1
  38. package/dist/dts/components/reconciliations-panel/result-details/result-details.template.d.ts +1 -1
  39. package/dist/dts/components/reconciliations-panel/result-details/result-details.template.d.ts.map +1 -1
  40. package/dist/dts/components/reconciliations-panel/result-details/result-details.types.d.ts +30 -0
  41. package/dist/dts/components/reconciliations-panel/result-details/result-details.types.d.ts.map +1 -0
  42. package/dist/dts/components/zero-components.d.ts.map +1 -1
  43. package/dist/dts/config/config.d.ts.map +1 -1
  44. package/dist/dts/config/configure.d.ts.map +1 -1
  45. package/dist/dts/config/templates.d.ts +2 -2
  46. package/dist/dts/config/templates.d.ts.map +1 -1
  47. package/dist/dts/main/main.d.ts +2 -2
  48. package/dist/dts/main/main.d.ts.map +1 -1
  49. package/dist/dts/main/main.styles.d.ts.map +1 -1
  50. package/dist/dts/main/main.template.d.ts +1 -1
  51. package/dist/dts/main/main.template.d.ts.map +1 -1
  52. package/dist/dts/reconciliation.types.d.ts +13 -13
  53. package/dist/dts/reconciliation.types.d.ts.map +1 -1
  54. package/dist/dts/sandbox.d.ts +2 -2
  55. package/dist/dts/sandbox.d.ts.map +1 -1
  56. package/dist/dts/services/document.service.d.ts.map +1 -1
  57. package/dist/dts/services/reconciliation-configuration.service.d.ts.map +1 -1
  58. package/dist/dts/services/reconciliation.service.d.ts.map +1 -1
  59. package/dist/dts/utils/delete-row-action-cell-renderer.d.ts.map +1 -1
  60. package/dist/dts/utils/endpoint.d.ts.map +1 -1
  61. package/dist/dts/utils/eventDetail.d.ts.map +1 -1
  62. package/dist/dts/utils/format-date.d.ts.map +1 -1
  63. package/dist/dts/utils/humanize.d.ts.map +1 -1
  64. package/dist/dts/utils/isEmpty.d.ts.map +1 -1
  65. package/dist/dts/utils/notification.d.ts.map +1 -1
  66. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.js +3 -3
  67. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.js.map +1 -1
  68. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.styles.js +4 -4
  69. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.styles.js.map +1 -1
  70. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.template.js +1 -1
  71. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.template.js.map +1 -1
  72. package/dist/esm/components/configurations-panel/configurations-panel.js +15 -11
  73. package/dist/esm/components/configurations-panel/configurations-panel.js.map +1 -1
  74. package/dist/esm/components/configurations-panel/configurations-panel.styles.js +346 -346
  75. package/dist/esm/components/configurations-panel/configurations-panel.styles.js.map +1 -1
  76. package/dist/esm/components/configurations-panel/configurations-panel.template.js +276 -278
  77. package/dist/esm/components/configurations-panel/configurations-panel.template.js.map +1 -1
  78. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.js +3 -3
  79. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.js.map +1 -1
  80. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.styles.js +1 -1
  81. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.js +1 -1
  82. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.js.map +1 -1
  83. package/dist/esm/components/data-dictionaries/columns.js +4 -4
  84. package/dist/esm/components/data-dictionaries/data-dictionaries-utils.js.map +1 -1
  85. package/dist/esm/components/data-dictionaries/data-dictionaries.js +7 -11
  86. package/dist/esm/components/data-dictionaries/data-dictionaries.js.map +1 -1
  87. package/dist/esm/components/data-dictionaries/data-dictionaries.styles.js +1 -1
  88. package/dist/esm/components/data-dictionaries/data-dictionaries.template.js +3 -3
  89. package/dist/esm/components/data-dictionaries/data-dictionaries.template.js.map +1 -1
  90. package/dist/esm/components/data-dictionaries/data-dictionaries.types.js +7 -0
  91. package/dist/esm/components/data-dictionaries/data-dictionaries.types.js.map +1 -0
  92. package/dist/esm/components/list/list.js +1 -1
  93. package/dist/esm/components/list/list.js.map +1 -1
  94. package/dist/esm/components/list/list.template.js.map +1 -1
  95. package/dist/esm/components/rapid-components.js +1 -2
  96. package/dist/esm/components/rapid-components.js.map +1 -1
  97. package/dist/esm/components/reconciliations-panel/columns.js +9 -15
  98. package/dist/esm/components/reconciliations-panel/columns.js.map +1 -1
  99. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js +8 -21
  100. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js.map +1 -1
  101. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js +7 -7
  102. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js +9 -12
  103. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js.map +1 -1
  104. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.types.js +16 -0
  105. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.types.js.map +1 -0
  106. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js +40 -32
  107. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js.map +1 -1
  108. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js +300 -301
  109. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js.map +1 -1
  110. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js +335 -331
  111. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js.map +1 -1
  112. package/dist/esm/components/reconciliations-panel/reconciliations-panel.utils.js +9 -9
  113. package/dist/esm/components/reconciliations-panel/reconciliations-panel.utils.js.map +1 -1
  114. package/dist/esm/components/reconciliations-panel/result-details/result-details.js +24 -43
  115. package/dist/esm/components/reconciliations-panel/result-details/result-details.js.map +1 -1
  116. package/dist/esm/components/reconciliations-panel/result-details/result-details.template.js +7 -7
  117. package/dist/esm/components/reconciliations-panel/result-details/result-details.template.js.map +1 -1
  118. package/dist/esm/components/reconciliations-panel/result-details/result-details.types.js +17 -0
  119. package/dist/esm/components/reconciliations-panel/result-details/result-details.types.js.map +1 -0
  120. package/dist/esm/components/zero-components.js +2 -3
  121. package/dist/esm/components/zero-components.js.map +1 -1
  122. package/dist/esm/config/config.js.map +1 -1
  123. package/dist/esm/config/configure.js +1 -1
  124. package/dist/esm/config/configure.js.map +1 -1
  125. package/dist/esm/config/templates.js +1 -1
  126. package/dist/esm/main/main.js +4 -4
  127. package/dist/esm/main/main.js.map +1 -1
  128. package/dist/esm/main/main.styles.js +1 -0
  129. package/dist/esm/main/main.styles.js.map +1 -1
  130. package/dist/esm/main/main.template.js +8 -7
  131. package/dist/esm/main/main.template.js.map +1 -1
  132. package/dist/esm/sandbox.js +15 -8
  133. package/dist/esm/sandbox.js.map +1 -1
  134. package/dist/esm/services/data-dictionary.service.js +6 -6
  135. package/dist/esm/services/data-dictionary.service.js.map +1 -1
  136. package/dist/esm/services/document.service.js +3 -4
  137. package/dist/esm/services/document.service.js.map +1 -1
  138. package/dist/esm/services/reconciliation-configuration.service.js +3 -1
  139. package/dist/esm/services/reconciliation-configuration.service.js.map +1 -1
  140. package/dist/esm/services/reconciliation.service.js +8 -5
  141. package/dist/esm/services/reconciliation.service.js.map +1 -1
  142. package/dist/esm/utils/delete-row-action-cell-renderer.js +1 -3
  143. package/dist/esm/utils/delete-row-action-cell-renderer.js.map +1 -1
  144. package/dist/esm/utils/endpoint.js.map +1 -1
  145. package/dist/esm/utils/humanize.js.map +1 -1
  146. package/dist/esm/utils/icons.js +1 -1
  147. package/dist/esm/utils/isEmpty.js.map +1 -1
  148. package/dist/esm/utils/notification.js +1 -1
  149. package/dist/esm/utils/notification.js.map +1 -1
  150. package/dist/tsconfig.tsbuildinfo +1 -0
  151. package/license.txt +46 -0
  152. package/package.json +31 -30
  153. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts +72 -0
  154. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts +73 -0
  155. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.ts +64 -0
  156. package/src/components/configurations-panel/configurations-panel.styles.ts +363 -0
  157. package/src/components/configurations-panel/configurations-panel.template.ts +356 -0
  158. package/src/components/configurations-panel/configurations-panel.ts +387 -0
  159. package/src/components/configurations-panel/recon-rules-columns.ts +117 -0
  160. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.styles.ts +73 -0
  161. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.ts +122 -0
  162. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.ts +202 -0
  163. package/src/components/data-dictionaries/columns.ts +42 -0
  164. package/src/components/data-dictionaries/data-dictionaries-utils.ts +40 -0
  165. package/src/components/data-dictionaries/data-dictionaries.styles.ts +92 -0
  166. package/src/components/data-dictionaries/data-dictionaries.template.ts +78 -0
  167. package/src/components/data-dictionaries/data-dictionaries.ts +236 -0
  168. package/src/components/data-dictionaries/data-dictionaries.types.ts +5 -0
  169. package/src/components/list/list.styles.ts +88 -0
  170. package/src/components/list/list.template.ts +36 -0
  171. package/src/components/list/list.ts +33 -0
  172. package/src/components/rapid-components.ts +69 -0
  173. package/src/components/reconciliations-panel/columns.ts +74 -0
  174. package/src/components/reconciliations-panel/input-parameter/input-parameter.styles.ts +104 -0
  175. package/src/components/reconciliations-panel/input-parameter/input-parameter.template.ts +93 -0
  176. package/src/components/reconciliations-panel/input-parameter/input-parameter.ts +131 -0
  177. package/src/components/reconciliations-panel/input-parameter/input-parameter.types.ts +14 -0
  178. package/src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts +18 -0
  179. package/src/components/reconciliations-panel/reconciliations-panel.styles.ts +328 -0
  180. package/src/components/reconciliations-panel/reconciliations-panel.template.ts +432 -0
  181. package/src/components/reconciliations-panel/reconciliations-panel.ts +441 -0
  182. package/src/components/reconciliations-panel/reconciliations-panel.utils.ts +103 -0
  183. package/src/components/reconciliations-panel/result-details/result-details.styles.ts +108 -0
  184. package/src/components/reconciliations-panel/result-details/result-details.template.ts +88 -0
  185. package/src/components/reconciliations-panel/result-details/result-details.ts +200 -0
  186. package/src/components/reconciliations-panel/result-details/result-details.types.ts +30 -0
  187. package/src/components/zero-components.ts +61 -0
  188. package/src/config/config.ts +49 -0
  189. package/src/config/configure.ts +72 -0
  190. package/src/config/index.ts +2 -0
  191. package/src/config/templates.ts +80 -0
  192. package/src/globals.d.ts +7 -0
  193. package/src/index.federated.ts +1 -0
  194. package/src/index.ts +3 -0
  195. package/src/main/index.ts +3 -0
  196. package/src/main/main.styles.ts +33 -0
  197. package/src/main/main.template.ts +65 -0
  198. package/src/main/main.ts +153 -0
  199. package/src/reconciliation.types.ts +170 -0
  200. package/src/sandbox.ts +40 -0
  201. package/src/services/data-dictionary.service.ts +64 -0
  202. package/src/services/document.service.ts +72 -0
  203. package/src/services/reconciliation-configuration.service.ts +105 -0
  204. package/src/services/reconciliation.service.ts +120 -0
  205. package/src/styles/scrollbar.styles.ts +15 -0
  206. package/src/tags/index.ts +1 -0
  207. package/src/tags/tags.ts +143 -0
  208. package/src/typings.d.ts +1 -0
  209. package/src/utils/delete-row-action-cell-renderer.ts +71 -0
  210. package/src/utils/endpoint.ts +15 -0
  211. package/src/utils/eventDetail.ts +5 -0
  212. package/src/utils/format-date.ts +9 -0
  213. package/src/utils/humanize.ts +14 -0
  214. package/src/utils/icons.ts +24 -0
  215. package/src/utils/index.ts +2 -0
  216. package/src/utils/isEmpty.ts +2 -0
  217. package/src/utils/logger.ts +3 -0
  218. package/src/utils/notification.ts +35 -0
  219. package/tsconfig.json +45 -0
  220. package/Dockerfile +0 -12
  221. package/docs/images/lsp_jetbrains_one.png +0 -0
  222. package/docs/images/lsp_jetbrains_two.png +0 -0
  223. package/docs/images/lsp_vscode_one.png +0 -0
  224. package/docs/images/lsp_vscode_two.png +0 -0
  225. package/playwright.config.ts +0 -1
  226. package/test/README.md +0 -3
  227. package/test/e2e/fixture.ts +0 -25
  228. package/test/e2e/flows/001-protected.e2e.ts +0 -6
  229. package/test/e2e/index.ts +0 -2
  230. package/test/e2e/pages/index.ts +0 -1
  231. package/test/e2e/pages/protected.ts +0 -16
  232. package/test/unit/mock/services/data-dictionary-service-mock.ts +0 -15
  233. package/test/unit/mock/services/reconciliation-configuration-service-mock.ts +0 -26
  234. package/test/unit/mock/services/reconciliation-service-mock.ts +0 -11
@@ -1,313 +1,312 @@
1
1
  import { css } from '@genesislcap/web-core';
2
- import { buttonTag, progressRingTag, radioGroupTag, radioTag, segmentedControlTag, segmentedItemTag, selectTag, tabPanelTag, textFieldTag, } from '../../tags';
3
2
  import { scrollbarStyles } from '../../styles/scrollbar.styles';
3
+ import { buttonTag, progressRingTag, radioGroupTag, radioTag, segmentedControlTag, segmentedItemTag, selectTag, tabPanelTag, textFieldTag, } from '../../tags';
4
4
  const PERC_RECON_LIST = '20';
5
5
  const PERC_RECON_CONF_AND_RESULT = '80';
6
6
  const PERC_RECON_CONF = '30';
7
7
  const PERC_RECON_RESULT = '70';
8
- const reconciliationsSide = css `
9
- .reconciliations-side {
10
- display: flex;
11
- flex-direction: column;
12
- border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
13
- flex: 1 1 ${PERC_RECON_LIST}%;
14
- max-width: ${PERC_RECON_LIST}%;
15
- min-height: 0;
16
- }
17
-
18
- .reconciliation-side-list-header {
19
- display: flex;
20
- background-color: var(--neutral-layer-2);
21
- padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
22
- font-size: var(--type-ramp-minus-1-font-size);
23
- gap: calc(var(--design-unit) * 2px);
24
- cursor: pointer;
25
- align-items: center;
26
- font-weight: 500;
27
- }
28
-
29
- .add-icon {
30
- color: var(--success-color);
31
- }
32
-
33
- .reconciliations-side-list {
34
- overflow: hidden auto;
35
- }
36
-
37
- .reconciliations-in-progress-label,
38
- .historical-reconciliations-label {
39
- padding: calc(var(--design-unit) * 4px);
40
- font-size: var(--type-ramp-plus-4-font-size);
41
- }
42
-
43
- .flex-row {
44
- display: flex;
45
- gap: calc(var(--design-unit) * 3px);
46
- align-items: center;
47
- }
48
-
49
- .stop-recon-btn {
50
- cursor: pointer;
51
- color: var(--error-color);
52
- }
53
-
54
- .recon-in-progress,
55
- .historical-recon {
56
- display: flex;
57
- justify-content: space-between;
58
- align-items: center;
59
- color: var(--neutral-fill-strong-hover);
60
- border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
61
- padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
62
- font-weight: 700;
63
- }
64
-
65
- .recon-in-progress:hover,
66
- .historical-recon:hover {
67
- background-color: var(--neutral-layer-3);
68
- cursor: pointer;
69
- }
70
-
71
- .historic-recon-date {
72
- color: var(--neutral-foreground-hint);
73
- font-weight: 400;
74
- }
75
-
76
- .recon-in-progress-selected,
77
- .historical-recon-selected {
78
- border-left: calc(var(--stroke-width) * 3px) solid var(--accent-fill-rest);
79
- color: var(--neutral-foreground-rest);
80
- background: var(--neutral-layer-3);
81
- }
82
-
83
- .toggle-recon {
84
- display: flex;
85
- justify-content: center;
86
- align-items: center;
87
- height: calc(var(--design-unit) * 4px);
88
- width: calc(var(--design-unit) * 4px);
89
- cursor: pointer;
90
- border-radius: calc(var(--design-unit) * 1px);
91
- background-color: var(--neutral-layer-1);
92
- }
93
-
94
- .toggle-recon:hover {
95
- background-color: var(--neutral-fill-rest);
96
- }
97
-
98
- .chevron {
99
- display: flex;
100
- }
101
-
102
- ${progressRingTag} {
103
- margin: 0;
104
- height: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
105
- width: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
106
- }
107
-
108
- .recon-list-item {
109
- display: flex;
110
- justify-content: center;
111
- align-items: center;
112
- gap: calc(var(--design-unit) * 2px);
113
- }
114
-
115
- .icon-container {
116
- height: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
117
- width: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
118
- border-radius: 50%;
119
- border: calc(var(--stroke-width) * 1px) solid;
120
- display: flex;
121
- align-items: center;
122
- justify-content: center;
123
- }
124
-
125
- .completed-status {
126
- color: var(--success-color);
127
- border-color: var(--success-color);
128
- }
129
-
130
- .cancelled-status {
131
- color: var(--warning-color);
132
- border-color: var(--warning-color);
133
- }
134
-
135
- .failed-status {
136
- color: var(--error-color);
137
- border-color: var(--error-color);
138
- }
8
+ const reconciliationsSide = css `
9
+ .reconciliations-side {
10
+ display: flex;
11
+ flex-direction: column;
12
+ border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
13
+ flex: 1 1 ${PERC_RECON_LIST}%;
14
+ max-width: ${PERC_RECON_LIST}%;
15
+ min-height: 0;
16
+ }
17
+
18
+ .reconciliation-side-list-header {
19
+ display: flex;
20
+ background-color: var(--neutral-layer-2);
21
+ padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
22
+ font-size: var(--type-ramp-minus-1-font-size);
23
+ gap: calc(var(--design-unit) * 2px);
24
+ cursor: pointer;
25
+ align-items: center;
26
+ font-weight: 500;
27
+ }
28
+
29
+ .add-icon {
30
+ color: var(--success-color);
31
+ }
32
+
33
+ .reconciliations-side-list {
34
+ overflow: hidden auto;
35
+ }
36
+
37
+ .reconciliations-in-progress-label,
38
+ .historical-reconciliations-label {
39
+ padding: calc(var(--design-unit) * 4px);
40
+ font-size: var(--type-ramp-plus-4-font-size);
41
+ }
42
+
43
+ .flex-row {
44
+ display: flex;
45
+ gap: calc(var(--design-unit) * 3px);
46
+ align-items: center;
47
+ }
48
+
49
+ .stop-recon-btn {
50
+ cursor: pointer;
51
+ color: var(--error-color);
52
+ }
53
+
54
+ .recon-in-progress,
55
+ .historical-recon {
56
+ display: flex;
57
+ justify-content: space-between;
58
+ align-items: center;
59
+ color: var(--neutral-fill-strong-hover);
60
+ border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
61
+ padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
62
+ font-weight: 700;
63
+ }
64
+
65
+ .recon-in-progress:hover,
66
+ .historical-recon:hover {
67
+ background-color: var(--neutral-layer-3);
68
+ cursor: pointer;
69
+ }
70
+
71
+ .historic-recon-date {
72
+ color: var(--neutral-foreground-hint);
73
+ font-weight: 400;
74
+ }
75
+
76
+ .recon-in-progress-selected,
77
+ .historical-recon-selected {
78
+ border-left: calc(var(--stroke-width) * 3px) solid var(--accent-fill-rest);
79
+ color: var(--neutral-foreground-rest);
80
+ background: var(--neutral-layer-3);
81
+ }
82
+
83
+ .toggle-recon {
84
+ display: flex;
85
+ justify-content: center;
86
+ align-items: center;
87
+ height: calc(var(--design-unit) * 4px);
88
+ width: calc(var(--design-unit) * 4px);
89
+ cursor: pointer;
90
+ border-radius: calc(var(--design-unit) * 1px);
91
+ background-color: var(--neutral-layer-1);
92
+ }
93
+
94
+ .toggle-recon:hover {
95
+ background-color: var(--neutral-fill-rest);
96
+ }
97
+
98
+ .chevron {
99
+ display: flex;
100
+ }
101
+
102
+ ${progressRingTag} {
103
+ margin: 0;
104
+ height: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
105
+ width: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
106
+ }
107
+
108
+ .recon-list-item {
109
+ display: flex;
110
+ justify-content: center;
111
+ align-items: center;
112
+ gap: calc(var(--design-unit) * 2px);
113
+ }
114
+
115
+ .icon-container {
116
+ height: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
117
+ width: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
118
+ border-radius: 50%;
119
+ border: calc(var(--stroke-width) * 1px) solid;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ }
124
+
125
+ .completed-status {
126
+ color: var(--success-color);
127
+ border-color: var(--success-color);
128
+ }
129
+
130
+ .cancelled-status {
131
+ color: var(--warning-color);
132
+ border-color: var(--warning-color);
133
+ }
134
+
135
+ .failed-status {
136
+ color: var(--error-color);
137
+ border-color: var(--error-color);
138
+ }
139
139
  `;
140
- const reconciliationConfigurationAndResult = css `
141
- .configuration {
142
- display: flex;
143
- flex-direction: column;
144
- flex: 1 1 ${PERC_RECON_CONF}%;
145
- max-width: ${PERC_RECON_CONF}%;
146
- border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
147
- }
148
-
149
- .configuration-select-configuration {
150
- display: flex;
151
- flex-direction: column;
152
- gap: calc(var(--design-unit) * 2px);
153
- }
154
-
155
- .configuration-label,
156
- .input-parameters-label {
157
- font-weight: bold;
158
- }
159
-
160
- .input-parameters-label {
161
- padding: 0 calc(var(--design-unit) * 4px);
162
- }
163
-
164
- .configuration-input-parameters {
165
- display: flex;
166
- flex-direction: column;
167
- gap: calc(var(--design-unit) * 2px);
168
- min-height: 0;
169
- height: 100%
170
- }
171
-
172
- .reconciliation-result {
173
- display: flex;
174
- flex-direction: column;
175
- flex: 1 1 ${PERC_RECON_RESULT}%;
176
- max-width: ${PERC_RECON_RESULT}%;
177
- padding: calc(var(--design-unit) * 4px);
178
- gap: calc(var(--design-unit) * 3px);
179
- }
180
-
181
- .run-reconciliation {
182
- background-color: rgba(122, 204, 121, 0.5);
183
- }
184
-
185
- .reconciliation-report {
186
- background-color: rgba(135, 155, 166, 0.5);
187
- }
188
-
189
- .reconciliation-result-label {
190
- font-weight: bold;
191
- }
192
-
193
- .input-parameters-fields {
194
- display: flex;
195
- flex-direction: column;
196
- overflow: hidden auto;
197
- height: 100%;
198
- }
199
-
200
- .reconciliation-result-header {
201
- display: flex;
202
- justify-content: space-between;
203
- align-items: center;
204
- }
205
-
206
- .error-message {
207
- color: var(--error-color);
208
- font-size: var(--type-ramp-base-font-size);
209
- width: 80%;
210
- text-align: right;
211
- }
212
-
213
- .view-datasource-pair {
214
- display: flex;
215
- flex-direction: column;
216
- padding: calc(var(--design-unit) * 2px) 0;
217
- }
140
+ const reconciliationConfigurationAndResult = css `
141
+ .configuration {
142
+ display: flex;
143
+ flex-direction: column;
144
+ flex: 1 1 ${PERC_RECON_CONF}%;
145
+ max-width: ${PERC_RECON_CONF}%;
146
+ border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
147
+ }
148
+
149
+ .configuration-select-configuration {
150
+ display: flex;
151
+ flex-direction: column;
152
+ gap: calc(var(--design-unit) * 2px);
153
+ }
154
+
155
+ .configuration-label,
156
+ .input-parameters-label {
157
+ font-weight: bold;
158
+ }
159
+
160
+ .input-parameters-label {
161
+ padding: 0 calc(var(--design-unit) * 4px);
162
+ }
163
+
164
+ .configuration-input-parameters {
165
+ display: flex;
166
+ flex-direction: column;
167
+ gap: calc(var(--design-unit) * 2px);
168
+ min-height: 0;
169
+ height: 100%;
170
+ }
171
+
172
+ .reconciliation-result {
173
+ display: flex;
174
+ flex-direction: column;
175
+ flex: 1 1 ${PERC_RECON_RESULT}%;
176
+ max-width: ${PERC_RECON_RESULT}%;
177
+ padding: calc(var(--design-unit) * 4px);
178
+ gap: calc(var(--design-unit) * 3px);
179
+ }
180
+
181
+ .run-reconciliation {
182
+ background-color: rgb(122 204 121 / 50%);
183
+ }
184
+
185
+ .reconciliation-report {
186
+ background-color: rgb(135 155 166 / 50%);
187
+ }
188
+
189
+ .reconciliation-result-label {
190
+ font-weight: bold;
191
+ }
192
+
193
+ .input-parameters-fields {
194
+ display: flex;
195
+ flex-direction: column;
196
+ overflow: hidden auto;
197
+ height: 100%;
198
+ }
199
+
200
+ .reconciliation-result-header {
201
+ display: flex;
202
+ justify-content: space-between;
203
+ align-items: center;
204
+ }
205
+
206
+ .error-message {
207
+ color: var(--error-color);
208
+ font-size: var(--type-ramp-base-font-size);
209
+ width: 80%;
210
+ text-align: right;
211
+ }
212
+
213
+ .view-datasource-pair {
214
+ display: flex;
215
+ flex-direction: column;
216
+ padding: calc(var(--design-unit) * 2px) 0;
217
+ }
218
218
  `;
219
- const fields = css `
220
- ${buttonTag} {
221
- display: flex;
222
- margin: 0;
223
- width: fit-content;
224
- width: -moz-fit-content;
225
- }
226
-
227
- ${buttonTag}.add::part(control) {
228
- padding: 0;
229
- }
230
-
231
- ${selectTag} {
232
- min-width: 0;
233
- }
234
-
235
- ${textFieldTag} {
236
- margin: 0;
237
- }
238
-
239
- ${radioGroupTag} {
240
- margin: 0;
241
- }
242
-
243
- ${radioGroupTag}::part(positioning-region) {
244
- gap: calc(var(--design-unit) * 2px);
245
- }
246
-
247
- ${radioTag} {
248
- margin: 0;
249
- }
250
-
251
- ${radioTag}::part(label) {
252
- margin-inline-end: 0;
253
- }
219
+ const fields = css `
220
+ ${buttonTag} {
221
+ display: flex;
222
+ margin: 0;
223
+ width: fit-content;
224
+ }
225
+
226
+ ${buttonTag}.add::part(control) {
227
+ padding: 0;
228
+ }
229
+
230
+ ${selectTag} {
231
+ min-width: 0;
232
+ }
233
+
234
+ ${textFieldTag} {
235
+ margin: 0;
236
+ }
237
+
238
+ ${radioGroupTag} {
239
+ margin: 0;
240
+ }
241
+
242
+ ${radioGroupTag}::part(positioning-region) {
243
+ gap: calc(var(--design-unit) * 2px);
244
+ }
245
+
246
+ ${radioTag} {
247
+ margin: 0;
248
+ }
249
+
250
+ ${radioTag}::part(label) {
251
+ margin-inline-end: 0;
252
+ }
254
253
  `;
255
- const filters = css `
256
- .filters {
257
- display: flex;
258
- flex-direction: column;
259
- gap: calc(var(--design-unit) * 3px);
260
- padding: calc(var(--design-unit) * 4px);
261
- padding-top: 0;
262
- }
263
-
264
- .filter-label {
265
- font-weight: bold;
266
- color: var(--neutral-foreground-hint);
267
- }
268
-
269
- ${segmentedControlTag} {
270
- margin: 0;
271
- align-items: stretch;
272
- }
273
-
274
- ${segmentedItemTag} {
275
- margin: 0;
276
- flex: auto;
277
- place-content: center;
278
- }
254
+ const filters = css `
255
+ .filters {
256
+ display: flex;
257
+ flex-direction: column;
258
+ gap: calc(var(--design-unit) * 3px);
259
+ padding: calc(var(--design-unit) * 4px);
260
+ padding-top: 0;
261
+ }
262
+
263
+ .filter-label {
264
+ font-weight: bold;
265
+ color: var(--neutral-foreground-hint);
266
+ }
267
+
268
+ ${segmentedControlTag} {
269
+ margin: 0;
270
+ align-items: stretch;
271
+ }
272
+
273
+ ${segmentedItemTag} {
274
+ margin: 0;
275
+ flex: auto;
276
+ place-content: center;
277
+ }
279
278
  `;
280
- export const ReconciliationsPanelStyles = css `
281
- ${scrollbarStyles}
282
-
283
- .reconciliations-panel {
284
- display: flex;
285
- flex-direction: row;
286
- height: 100%;
287
- }
288
-
289
- ${tabPanelTag} {
290
- display: flex;
291
- flex-direction: column;
292
- }
293
-
294
- .configuration-and-reconciliation-result {
295
- display: flex;
296
- flex-direction: row;
297
- flex: 1 1 ${PERC_RECON_CONF_AND_RESULT}%;
298
- width: 100%;
299
- }
300
-
301
- .configuration-fields {
302
- display: flex;
303
- flex-direction: column;
304
- gap: calc(var(--design-unit) * 4px);
305
- padding: calc(var(--design-unit) * 4px);
306
- }
307
-
308
- ${reconciliationsSide}
309
- ${reconciliationConfigurationAndResult}
310
- ${fields}
311
- ${filters}
279
+ export const ReconciliationsPanelStyles = css `
280
+ ${scrollbarStyles}
281
+
282
+ .reconciliations-panel {
283
+ display: flex;
284
+ flex-direction: row;
285
+ height: 100%;
286
+ }
287
+
288
+ ${tabPanelTag} {
289
+ display: flex;
290
+ flex-direction: column;
291
+ }
292
+
293
+ .configuration-and-reconciliation-result {
294
+ display: flex;
295
+ flex-direction: row;
296
+ flex: 1 1 ${PERC_RECON_CONF_AND_RESULT}%;
297
+ width: 100%;
298
+ }
299
+
300
+ .configuration-fields {
301
+ display: flex;
302
+ flex-direction: column;
303
+ gap: calc(var(--design-unit) * 4px);
304
+ padding: calc(var(--design-unit) * 4px);
305
+ }
306
+
307
+ ${reconciliationsSide}
308
+ ${reconciliationConfigurationAndResult}
309
+ ${fields}
310
+ ${filters}
312
311
  `;
313
312
  //# sourceMappingURL=reconciliations-panel.styles.js.map
@@ -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,uBAAuB,CAAC;AAC5C,OAAO,EACL,SAAS,EACT,eAAe,EACf,aAAa,EACb,QAAQ,EACR,mBAAmB,EACnB,gBAAgB,EAChB,SAAS,EACT,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,eAAe,GAAG,IAAI,CAAC;AAE7B,MAAM,0BAA0B,GAAG,IAAI,CAAC;AACxC,MAAM,eAAe,GAAG,IAAI,CAAC;AAC7B,MAAM,iBAAiB,GAAG,IAAI,CAAC;AAE/B,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;gBAKf,eAAe;iBACd,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwF5B,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqClB,CAAC;AAEF,MAAM,oCAAoC,GAAG,GAAG,CAAA;;;;gBAIhC,eAAe;iBACd,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA8BhB,iBAAiB;iBAChB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CjC,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG,CAAA;IACd,SAAS;;;;;;;IAOT,SAAS;;;;IAIT,SAAS;;;;IAIT,YAAY;;;;IAIZ,aAAa;;;;IAIb,aAAa;;;;IAIb,QAAQ;;;;IAIR,QAAQ;;;CAGX,CAAC;AAEF,MAAM,OAAO,GAAG,GAAG,CAAA;;;;;;;;;;;;;;IAcf,mBAAmB;;;;;IAKnB,gBAAgB;;;;;CAKnB,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAA;IACzC,eAAe;;;;;;;;IAQf,WAAW;;;;;;;;gBAQC,0BAA0B;;;;;;;;;;;IAWtC,mBAAmB;IACnB,oCAAoC;IACpC,MAAM;IACN,OAAO;CACV,CAAC"}
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;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EACL,SAAS,EACT,eAAe,EACf,aAAa,EACb,QAAQ,EACR,mBAAmB,EACnB,gBAAgB,EAChB,SAAS,EACT,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAC;AAEpB,MAAM,eAAe,GAAG,IAAI,CAAC;AAE7B,MAAM,0BAA0B,GAAG,IAAI,CAAC;AACxC,MAAM,eAAe,GAAG,IAAI,CAAC;AAC7B,MAAM,iBAAiB,GAAG,IAAI,CAAC;AAE/B,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;gBAKf,eAAe;iBACd,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwF5B,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqClB,CAAC;AAEF,MAAM,oCAAoC,GAAG,GAAG,CAAA;;;;gBAIhC,eAAe;iBACd,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA8BhB,iBAAiB;iBAChB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CjC,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG,CAAA;IACd,SAAS;;;;;;IAMT,SAAS;;;;IAIT,SAAS;;;;IAIT,YAAY;;;;IAIZ,aAAa;;;;IAIb,aAAa;;;;IAIb,QAAQ;;;;IAIR,QAAQ;;;CAGX,CAAC;AAEF,MAAM,OAAO,GAAG,GAAG,CAAA;;;;;;;;;;;;;;IAcf,mBAAmB;;;;;IAKnB,gBAAgB;;;;;CAKnB,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAA;IACzC,eAAe;;;;;;;;IAQf,WAAW;;;;;;;;gBAQC,0BAA0B;;;;;;;;;;;IAWtC,mBAAmB;IACnB,oCAAoC;IACpC,MAAM;IACN,OAAO;CACV,CAAC"}