@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,353 +1,353 @@
1
1
  import { css } from '@genesislcap/web-core';
2
- import { badgeTag, buttonTag, dividerTag, segmentedItemTag, selectTag, textFieldTag, } from '../../tags';
3
2
  import { scrollbarStyles } from '../../styles/scrollbar.styles';
4
- const common = css `
5
- .data-source-record {
6
- display: flex;
7
- flex-direction: row;
8
- justify-content: center;
9
- align-items: center;
10
- padding: 0 calc(var(--design-unit) * 4px);
11
- border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
12
- height: calc(var(--base-height-multiplier) * 4px);
13
- color: var(--neutral-foreground-hint);
14
- background-color: var(--neutral-layer-2);
15
- color: var(--neutral-foreground-rest);
16
- display: flex;
17
- }
18
-
19
- .data-source-record-disabled {
20
- cursor: not-allowed;
21
- opacity: var(--disabled-opacity);
22
- }
23
-
24
- .data-source-record-delete {
25
- display: flex;
26
- margin-left: auto;
27
- /* margin-right: calc(var(--design-unit) * 2px); */
28
- cursor: pointer;
29
- }
30
-
31
- .data-source-record-name {
32
- font-size: var(--type-ramp-minus-1-font-size);
33
- font-weight: 700;
34
- text-overflow: ellipsis;
35
- white-space: nowrap;
36
- overflow: hidden;
37
- display: flex;
38
- align-items: center;
39
- width: 100%;
40
- }
41
-
42
- .data-source-record-name-label {
43
- width: 100%;
44
- margin: 0 calc(var(--design-unit) * 1px);
45
- }
3
+ import { badgeTag, buttonTag, dividerTag, segmentedItemTag, selectTag, textFieldTag, } from '../../tags';
4
+ const common = css `
5
+ .data-source-record {
6
+ display: flex;
7
+ flex-direction: row;
8
+ justify-content: center;
9
+ align-items: center;
10
+ padding: 0 calc(var(--design-unit) * 4px);
11
+ border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
12
+ height: calc(var(--base-height-multiplier) * 4px);
13
+ background-color: var(--neutral-layer-2);
14
+ color: var(--neutral-foreground-rest);
15
+ }
16
+
17
+ .data-source-record-disabled {
18
+ cursor: not-allowed;
19
+ opacity: var(--disabled-opacity);
20
+ }
21
+
22
+ .data-source-record-delete {
23
+ display: flex;
24
+ margin-left: auto;
25
+
26
+ /* margin-right: calc(var(--design-unit) * 2px); */
27
+ cursor: pointer;
28
+ }
29
+
30
+ .data-source-record-name {
31
+ font-size: var(--type-ramp-minus-1-font-size);
32
+ font-weight: 700;
33
+ text-overflow: ellipsis;
34
+ white-space: nowrap;
35
+ overflow: hidden;
36
+ display: flex;
37
+ align-items: center;
38
+ width: 100%;
39
+ }
40
+
41
+ .data-source-record-name-label {
42
+ width: 100%;
43
+ margin: 0 calc(var(--design-unit) * 1px);
44
+ }
46
45
  `;
47
- const configuration = css `
48
- .configuration {
49
- display: flex;
50
- flex-direction: column;
51
- flex: 1 1 80%;
52
- min-height: 0;
53
- }
54
-
55
- .configuration-content {
56
- display: flex;
57
- height: 100%;
58
- min-height: 0;
59
- }
60
-
61
- .configuration-name-and-data-sources {
62
- display: flex;
63
- flex-direction: column;
64
- border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
65
- flex: 1 1 30%;
66
- max-width: 30%;
67
- }
68
-
69
- .configuration-name-and-data-sources-fields {
70
- display: flex;
71
- flex-direction: column;
72
- padding: calc(var(--design-unit) * 4px);
73
- gap: calc(var(--design-unit) * 3px);
74
- }
75
-
76
- .configuration-name {
77
- display: flex;
78
- flex-direction: column;
79
- gap: calc(var(--design-unit) * 2px);
80
- }
81
-
82
- .configuration-name-label,
83
- .data-sources-label {
84
- font-weight: bold;
85
- }
86
-
87
- .current-data-source-label {
88
- padding: 0 calc(var(--design-unit) * 4px);
89
- margin-bottom: calc(var(--design-unit) * 3px);
90
- }
91
-
92
- /* #region Data Sources */
93
- .data-sources {
94
- display: flex;
95
- flex-direction: column;
96
- gap: calc(var(--design-unit) * 3px);
97
- }
98
-
99
- .data-source-list {
100
- display: flex;
101
- flex-direction: column;
102
- overflow: auto;
103
- }
104
-
105
- .new-data-source-label,
106
- .current-data-source-label,
107
- .select-dictionary,
108
- .match-null-value,
109
- .data-source-name-label {
110
- font-weight: bold;
111
- color: var(--neutral-foreground-hint);
112
- }
113
-
114
- .data-source-types {
115
- margin: 0;
116
- width: 100%;
117
- }
118
-
119
- .data-source-types::part(positioning-region) {
120
- width: 100%;
121
- }
122
-
123
- .datasources-list-header {
124
- display: flex;
125
- justify-content: space-between;
126
- width: 95%;
127
- }
128
-
129
- .file-type {
130
- color: var(--success-color);
131
- }
132
-
133
- .file-type[aria-checked='true'] {
134
- background-color: var(--success-color);
135
- color: var(--neutral-foreground-rest);
136
- border-color: var(--success-color);
137
- }
138
-
139
- .datapipeline-type {
140
- color: var(--error-color);
141
- }
142
-
143
- .datapipeline-type[aria-checked='true'] {
144
- background-color: var(--error-color);
145
- color: var(--neutral-foreground-rest);
146
- border-color: var(--error-color);
147
- }
148
-
149
- .datapipeline-select {
150
- width: 100%;
151
- }
152
- ${badgeTag}::part(control) {
153
- font-weight: 700;
154
- }
155
-
156
- ${segmentedItemTag} {
157
- margin: 0;
158
- flex: auto;
159
- place-content: center;
160
- font-size: var(--type-ramp-minus-1-font-size);
161
- }
162
-
163
- ${segmentedItemTag}[disabled] {
164
- cursor: not-allowed;
165
- }
166
-
167
- /* #region Data Sources */
168
-
169
- /* #region Reconciliation Rules */
170
- .reconciliation-rules {
171
- display: flex;
172
- flex-direction: column;
173
- gap: calc(var(--design-unit) * 3px);
174
- width: 100%;
175
- flex: 1 1 70%;
176
- max-width: 70%;
177
- height: 100%;
178
- min-height: 0;
179
- }
180
-
181
- .reconciliation-rules-fields {
182
- display: flex;
183
- flex-direction: row;
184
- }
185
-
186
- .reconciliation-rules-label {
187
- font-weight: bold;
188
- margin: calc(var(--design-unit) * 4px) calc(var(--design-unit) * 4px) 0;
189
- }
190
-
191
- .rule-dictionary {
192
- display: flex;
193
- flex-direction: column;
194
- padding: 0 calc(var(--design-unit) * 4px);
195
- gap: calc(var(--design-unit) * 2px);
196
- }
197
-
198
- .recon-rule-row,
199
- .recon-rule-row-grid {
200
- display: flex;
201
- gap: calc(var(--design-unit) * 3px);
202
- align-items: center;
203
- padding: 0 calc(var(--design-unit) * 4px);
204
- font-size: var(--type-ramp-minus-2-font-size);
205
- }
206
-
207
- .recon-rule-row-grid {
208
- border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
209
- padding: calc(var(--design-unit) * 4px);
210
- }
211
-
212
- .recon-rule-subheader-label {
213
- font-size: var(--type-ramp-minus-2-font-size);
214
- padding: 0 calc(var(--design-unit) * 4px);
215
- font-weight: 700;
216
- }
217
-
218
- .recon-rules {
219
- display: flex;
220
- flex-direction: column;
221
- overflow: hidden auto;
222
- height: 100%;
223
- gap: calc(var(--design-unit) * 2px);
224
- }
225
-
226
- .reconciliation-rules-list {
227
- display: flex;
228
- flex-direction: column;
229
- gap: calc(var(--design-unit) * 2px);
230
- height: 100%;
231
- flex: 1;
232
- min-height: 0;
233
- }
234
-
235
- .reconciliation-rules-list ${dividerTag} {
236
- margin: 0;
237
- }
238
-
239
- .header-col-label {
240
- font-weight: 700;
241
- font-size: var(--type-ramp-minus-2-font-size);
242
- color: var(--neutral-foreground-hint);
243
- }
244
-
245
- .col-width {
246
- width: 20%;
247
- }
248
-
249
- .col-width-5 {
250
- width: 5%;
251
- }
252
-
253
- .col-width-30 {
254
- width: 30%;
255
- }
256
-
257
- .col-center {
258
- display: flex;
259
- justify-content: center;
260
- }
261
-
262
- .rule-match-null-value {
263
- display: flex;
264
- flex-direction: column;
265
- margin-left: auto;
266
- padding: 0 calc(var(--design-unit) * 4px);
267
- gap: calc(var(--design-unit) * 2px);
268
- }
269
- /* #endregion Reconciliation Rules */
270
-
271
- .configuration-footer {
272
- display: flex;
273
- flex-direction: row-reverse;
274
- border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
275
- padding: calc(var(--design-unit) * 4px);
276
- gap: calc(var(--design-unit) * 2px);
277
- }
46
+ const configuration = css `
47
+ .configuration {
48
+ display: flex;
49
+ flex-direction: column;
50
+ flex: 1 1 80%;
51
+ min-height: 0;
52
+ }
53
+
54
+ .configuration-content {
55
+ display: flex;
56
+ height: 100%;
57
+ min-height: 0;
58
+ }
59
+
60
+ .configuration-name-and-data-sources {
61
+ display: flex;
62
+ flex-direction: column;
63
+ border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
64
+ flex: 1 1 30%;
65
+ max-width: 30%;
66
+ }
67
+
68
+ .configuration-name-and-data-sources-fields {
69
+ display: flex;
70
+ flex-direction: column;
71
+ padding: calc(var(--design-unit) * 4px);
72
+ gap: calc(var(--design-unit) * 3px);
73
+ }
74
+
75
+ .configuration-name {
76
+ display: flex;
77
+ flex-direction: column;
78
+ gap: calc(var(--design-unit) * 2px);
79
+ }
80
+
81
+ .configuration-name-label,
82
+ .data-sources-label {
83
+ font-weight: bold;
84
+ }
85
+
86
+ .current-data-source-label {
87
+ padding: 0 calc(var(--design-unit) * 4px);
88
+ margin-bottom: calc(var(--design-unit) * 3px);
89
+ }
90
+
91
+ /* #region Data Sources */
92
+ .data-sources {
93
+ display: flex;
94
+ flex-direction: column;
95
+ gap: calc(var(--design-unit) * 3px);
96
+ }
97
+
98
+ .data-source-list {
99
+ display: flex;
100
+ flex-direction: column;
101
+ overflow: auto;
102
+ }
103
+
104
+ .new-data-source-label,
105
+ .current-data-source-label,
106
+ .select-dictionary,
107
+ .match-null-value,
108
+ .data-source-name-label {
109
+ font-weight: bold;
110
+ color: var(--neutral-foreground-hint);
111
+ }
112
+
113
+ .data-source-types {
114
+ margin: 0;
115
+ width: 100%;
116
+ }
117
+
118
+ .data-source-types::part(positioning-region) {
119
+ width: 100%;
120
+ }
121
+
122
+ .datasources-list-header {
123
+ display: flex;
124
+ justify-content: space-between;
125
+ width: 95%;
126
+ }
127
+
128
+ .file-type {
129
+ color: var(--success-color);
130
+ }
131
+
132
+ .file-type[aria-checked='true'] {
133
+ background-color: var(--success-color);
134
+ color: var(--neutral-foreground-rest);
135
+ border-color: var(--success-color);
136
+ }
137
+
138
+ .datapipeline-type {
139
+ color: var(--error-color);
140
+ }
141
+
142
+ .datapipeline-type[aria-checked='true'] {
143
+ background-color: var(--error-color);
144
+ color: var(--neutral-foreground-rest);
145
+ border-color: var(--error-color);
146
+ }
147
+
148
+ .datapipeline-select {
149
+ width: 100%;
150
+ }
151
+ ${badgeTag}::part(control) {
152
+ font-weight: 700;
153
+ }
154
+
155
+ ${segmentedItemTag} {
156
+ margin: 0;
157
+ flex: auto;
158
+ place-content: center;
159
+ font-size: var(--type-ramp-minus-1-font-size);
160
+
161
+ &[disabled] {
162
+ cursor: not-allowed;
163
+ }
164
+ }
165
+
166
+ /* #region Data Sources */
167
+
168
+ /* #region Reconciliation Rules */
169
+ .reconciliation-rules {
170
+ display: flex;
171
+ flex-direction: column;
172
+ gap: calc(var(--design-unit) * 3px);
173
+ width: 100%;
174
+ flex: 1 1 70%;
175
+ max-width: 70%;
176
+ height: 100%;
177
+ min-height: 0;
178
+ }
179
+
180
+ .reconciliation-rules-fields {
181
+ display: flex;
182
+ flex-direction: row;
183
+ }
184
+
185
+ .reconciliation-rules-label {
186
+ font-weight: bold;
187
+ margin: calc(var(--design-unit) * 4px) calc(var(--design-unit) * 4px) 0;
188
+ }
189
+
190
+ .rule-dictionary {
191
+ display: flex;
192
+ flex-direction: column;
193
+ padding: 0 calc(var(--design-unit) * 4px);
194
+ gap: calc(var(--design-unit) * 2px);
195
+ }
196
+
197
+ .recon-rule-row,
198
+ .recon-rule-row-grid {
199
+ display: flex;
200
+ gap: calc(var(--design-unit) * 3px);
201
+ align-items: center;
202
+ padding: 0 calc(var(--design-unit) * 4px);
203
+ font-size: var(--type-ramp-minus-2-font-size);
204
+ }
205
+
206
+ .recon-rule-row-grid {
207
+ border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
208
+ padding: calc(var(--design-unit) * 4px);
209
+ }
210
+
211
+ .recon-rule-subheader-label {
212
+ font-size: var(--type-ramp-minus-2-font-size);
213
+ padding: 0 calc(var(--design-unit) * 4px);
214
+ font-weight: 700;
215
+ }
216
+
217
+ .recon-rules {
218
+ display: flex;
219
+ flex-direction: column;
220
+ overflow: hidden auto;
221
+ height: 100%;
222
+ gap: calc(var(--design-unit) * 2px);
223
+ }
224
+
225
+ .reconciliation-rules-list {
226
+ display: flex;
227
+ flex-direction: column;
228
+ gap: calc(var(--design-unit) * 2px);
229
+ height: 100%;
230
+ flex: 1;
231
+ min-height: 0;
232
+ }
233
+
234
+ .reconciliation-rules-list ${dividerTag} {
235
+ margin: 0;
236
+ }
237
+
238
+ .header-col-label {
239
+ font-weight: 700;
240
+ font-size: var(--type-ramp-minus-2-font-size);
241
+ color: var(--neutral-foreground-hint);
242
+ }
243
+
244
+ .col-width {
245
+ width: 20%;
246
+ }
247
+
248
+ .col-width-5 {
249
+ width: 5%;
250
+ }
251
+
252
+ .col-width-30 {
253
+ width: 30%;
254
+ }
255
+
256
+ .col-center {
257
+ display: flex;
258
+ justify-content: center;
259
+ }
260
+
261
+ .rule-match-null-value {
262
+ display: flex;
263
+ flex-direction: column;
264
+ margin-left: auto;
265
+ padding: 0 calc(var(--design-unit) * 4px);
266
+ gap: calc(var(--design-unit) * 2px);
267
+ }
268
+
269
+ /* #endregion Reconciliation Rules */
270
+
271
+ .configuration-footer {
272
+ display: flex;
273
+ flex-direction: row-reverse;
274
+ border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
275
+ padding: calc(var(--design-unit) * 4px);
276
+ gap: calc(var(--design-unit) * 2px);
277
+ }
278
278
  `;
279
- const fields = css `
280
- label {
281
- display: flex;
282
- }
283
-
284
- .bold {
285
- font-weight: bold;
286
- }
287
-
288
- ${textFieldTag} {
289
- display: flex;
290
- margin: 0;
291
- }
292
-
293
- ${textFieldTag}::part(root) {
294
- width: 100%;
295
- }
296
-
297
- ${buttonTag} {
298
- display: flex;
299
- margin: 0;
300
- }
301
-
302
- ${buttonTag}.add::part(control) {
303
- padding: 0;
304
- }
305
-
306
- ${selectTag} {
307
- width: 20%;
308
- }
309
-
310
- .field-label {
311
- font-weight: bold;
312
- color: var(--rapid-ag-header-foreground-color);
313
- }
314
-
315
- rapid-switch::part(label) {
316
- margin-inline-end: 0;
317
- }
318
-
319
- .add-datasource {
320
- display: flex;
321
- background-color: rgba(122, 204, 121, 0.5);
322
- }
323
-
324
- ${buttonTag}.add-datasource::part(control) {
325
- padding: 0;
326
- }
327
-
328
- ${textFieldTag}.data-source-record-name-edit {
329
- margin: 0 calc(var(--design-unit) * 1px);
330
- }
279
+ const fields = css `
280
+ label {
281
+ display: flex;
282
+ }
283
+
284
+ .bold {
285
+ font-weight: bold;
286
+ }
287
+
288
+ ${textFieldTag} {
289
+ display: flex;
290
+ margin: 0;
291
+ }
292
+
293
+ ${textFieldTag}::part(root) {
294
+ width: 100%;
295
+ }
296
+
297
+ ${buttonTag} {
298
+ display: flex;
299
+ margin: 0;
300
+ }
301
+
302
+ ${buttonTag}.add::part(control) {
303
+ padding: 0;
304
+ }
305
+
306
+ ${selectTag} {
307
+ width: 20%;
308
+ }
309
+
310
+ .field-label {
311
+ font-weight: bold;
312
+ color: var(--rapid-ag-header-foreground-color);
313
+ }
314
+
315
+ rapid-switch::part(label) {
316
+ margin-inline-end: 0;
317
+ }
318
+
319
+ .add-datasource {
320
+ display: flex;
321
+ background-color: rgb(122 204 121 / 50%);
322
+ }
323
+
324
+ ${buttonTag}.add-datasource::part(control) {
325
+ padding: 0;
326
+ }
327
+
328
+ ${textFieldTag}.data-source-record-name-edit {
329
+ margin: 0 calc(var(--design-unit) * 1px);
330
+ }
331
331
  `;
332
- export const ConfigurationsPanelStyles = css `
333
- :host {
334
- display: flex;
335
- height: 100%;
336
- width: 100%;
337
- }
338
-
339
- .configurations-panel {
340
- display: flex;
341
- flex-direction: row;
342
- width: 100%;
343
- }
344
- ${scrollbarStyles}
345
- ${common}
346
- ${configuration}
347
- ${fields}
348
-
349
- .excel-icon {
350
- color: #48d745;
351
- }
332
+ export const ConfigurationsPanelStyles = css `
333
+ :host {
334
+ display: flex;
335
+ height: 100%;
336
+ width: 100%;
337
+ }
338
+
339
+ .configurations-panel {
340
+ display: flex;
341
+ flex-direction: row;
342
+ width: 100%;
343
+ }
344
+ ${scrollbarStyles}
345
+ ${common}
346
+ ${configuration}
347
+ ${fields}
348
+
349
+ .excel-icon {
350
+ color: #48d745;
351
+ }
352
352
  `;
353
353
  //# sourceMappingURL=configurations-panel.styles.js.map