@genesislcap/pbc-reconciliation-ui 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gradle/8.3/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.3/executionHistory/executionHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/build/distributions/web-distribution.tar +0 -0
- package/build/distributions/web-distribution.zip +0 -0
- package/dist/esm/components/configurations-panel/configurations-panel.template.js +1 -1
- package/package.json +1 -1
- package/src/components/configurations-panel/configurations-panel.template.ts +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Thu Jul 11 13:30:13 UTC 2024
|
|
2
2
|
gradle.version=8.3
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -114,7 +114,7 @@ const reconciliationRulesTemplate = html `
|
|
|
114
114
|
<div class="col-width header-col-label">Type</div>
|
|
115
115
|
<div class="col-width-30 header-col-label">Tolerance</div>
|
|
116
116
|
<div class="col-width header-col-label"></div>
|
|
117
|
-
<div class="col-width header-col-label col-center">
|
|
117
|
+
<div class="col-width header-col-label col-center">Match Key</div>
|
|
118
118
|
<div class="col-width-5 header-col-label"></div>
|
|
119
119
|
</div>
|
|
120
120
|
|
package/package.json
CHANGED
|
@@ -141,7 +141,7 @@ const reconciliationRulesTemplate = html<ConfigurationsPanel>`
|
|
|
141
141
|
<div class="col-width header-col-label">Type</div>
|
|
142
142
|
<div class="col-width-30 header-col-label">Tolerance</div>
|
|
143
143
|
<div class="col-width header-col-label"></div>
|
|
144
|
-
<div class="col-width header-col-label col-center">
|
|
144
|
+
<div class="col-width header-col-label col-center">Match Key</div>
|
|
145
145
|
<div class="col-width-5 header-col-label"></div>
|
|
146
146
|
</div>
|
|
147
147
|
|