@chenchaolong/plugin-trade-compliance-workbench 1.0.54 → 1.0.56
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/dist/lib/remote-components/trade-compliance-workbench/app.css +1 -1
- package/dist/lib/remote-components/trade-compliance-workbench/app.js +7 -7
- package/dist/lib/remote-ui/components/data-grid.d.ts.map +1 -1
- package/dist/lib/remote-ui/components/data-grid.js +8 -6
- package/dist/lib/remote-ui/components/data-grid.js.map +1 -1
- package/dist/lib/remote-ui/pages/analytics-detail-list.js +1 -1
- package/dist/lib/remote-ui/pages/analytics-detail-list.js.map +1 -1
- package/dist/lib/remote-ui/pages/catalog-import-history.js +6 -6
- package/dist/lib/remote-ui/pages/catalog-import-history.js.map +1 -1
- package/dist/lib/remote-ui/pages/catalogs.css +4 -0
- package/dist/lib/remote-ui/pages/catalogs.d.ts.map +1 -1
- package/dist/lib/remote-ui/pages/catalogs.js +9 -7
- package/dist/lib/remote-ui/pages/catalogs.js.map +1 -1
- package/dist/lib/remote-ui/pages/contracts.js +1 -1
- package/dist/lib/remote-ui/pages/contracts.js.map +1 -1
- package/dist/lib/remote-ui/pages/files.js +1 -1
- package/dist/lib/remote-ui/pages/files.js.map +1 -1
- package/dist/lib/remote-ui/pages/procurement.d.ts.map +1 -1
- package/dist/lib/remote-ui/pages/procurement.js +3 -15
- package/dist/lib/remote-ui/pages/procurement.js.map +1 -1
- package/dist/lib/remote-ui/pages/sales.js +5 -5
- package/dist/lib/remote-ui/pages/sales.js.map +1 -1
- package/dist/lib/remote-ui/styles.css +4 -4
- package/dist/lib/schema-maintenance.js +4 -4
- package/package.json +1 -1
|
@@ -164,8 +164,8 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
|
|
|
164
164
|
.tcw-excel-editor-canvas { flex: 1 1 0; min-width: 0; min-height: 0; }
|
|
165
165
|
|
|
166
166
|
.tcw-grid-section { border: 1px solid var(--tcw-border); border-radius: 5px; background: var(--tcw-surface); overflow: hidden; }
|
|
167
|
-
.tcw-table-scroll { width: 100%; overflow-x: auto; }
|
|
168
|
-
.tcw-data-table { width:
|
|
167
|
+
.tcw-table-scroll { width: 100%; max-width: 100%; overflow-x: auto; }
|
|
168
|
+
.tcw-data-table { width: max-content; min-width: 100%; border-spacing: 0; border-collapse: separate; font-size: 13px; }
|
|
169
169
|
.tcw-data-table th, .tcw-data-table td { padding: 6px 10px; border-bottom: 1px solid var(--tcw-border-soft); text-align: left; vertical-align: middle; white-space: nowrap; }
|
|
170
170
|
.tcw-data-table th { height: 40px; color: #435066; background: #f6f8fb; font-weight: 650; }
|
|
171
171
|
.tcw-data-table td { height: 40px; }
|
|
@@ -177,7 +177,7 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
|
|
|
177
177
|
.tcw-bulk-action-bar { display: flex; min-height: 40px; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 8px; padding: 4px 10px; overflow-x: auto; border-bottom: 1px solid var(--tcw-border-soft); white-space: nowrap; }
|
|
178
178
|
.tcw-bulk-action-bar strong { margin-right: auto; color: #344054; font-size: 13px; }
|
|
179
179
|
.tcw-bulk-action-bar .tcw-button { min-height: 30px; padding-inline: 10px; }
|
|
180
|
-
.tcw-data-table .action-column { position: sticky; right: 0; z-index: 2; overflow: hidden; background: var(--tcw-surface); box-shadow: -5px 0 9px rgba(32, 48, 71, .06); }
|
|
180
|
+
.tcw-data-table .action-column { position: sticky; right: 0; z-index: 2; overflow: hidden; background: var(--tcw-surface); box-shadow: -5px 0 9px rgba(32, 48, 71, .06); text-align: center; }
|
|
181
181
|
.tcw-data-table th.action-column { z-index: 3; background: #f6f8fb; }
|
|
182
182
|
.tcw-row-actions { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; min-width: max-content; white-space: nowrap; }
|
|
183
183
|
.tcw-row-actions button { padding: 2px 3px; border: 0; color: var(--tcw-primary); background: transparent; white-space: nowrap; }
|
|
@@ -191,7 +191,7 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
|
|
|
191
191
|
.tcw-ellipsis .tcw-tag-list { min-width: 0; max-width: 100%; overflow: hidden; flex-wrap: nowrap; }
|
|
192
192
|
.tcw-ellipsis .tcw-tag { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
|
|
193
193
|
.tcw-align-center { text-align: center !important; }
|
|
194
|
-
.tcw-align-right { text-align: right !important; }
|
|
194
|
+
.tcw-align-right { text-align: right !important; font-variant-numeric: tabular-nums; }
|
|
195
195
|
.tcw-empty-row td { height: 56px; color: var(--tcw-muted); text-align: center; }
|
|
196
196
|
.tcw-pagination { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 52px; padding: 8px 14px; border-top: 1px solid var(--tcw-border-soft); color: var(--tcw-muted); }
|
|
197
197
|
.tcw-pagination > div { display: flex; align-items: center; gap: 7px; }
|
|
@@ -32,7 +32,7 @@ BEGIN
|
|
|
32
32
|
AND index_meta.indisunique
|
|
33
33
|
AND index_class.relname <> 'UQ_tcw_controlled_goods_active_business_key'
|
|
34
34
|
AND ARRAY(
|
|
35
|
-
SELECT attribute.attname
|
|
35
|
+
SELECT attribute.attname::text
|
|
36
36
|
FROM unnest(index_meta.indkey) WITH ORDINALITY AS key_column(attnum, ordinal)
|
|
37
37
|
INNER JOIN pg_attribute attribute ON attribute.attrelid = index_meta.indrelid AND attribute.attnum = key_column.attnum
|
|
38
38
|
WHERE key_column.ordinal <= index_meta.indnkeyatts
|
|
@@ -53,7 +53,7 @@ BEGIN
|
|
|
53
53
|
AND index_meta.indisunique
|
|
54
54
|
AND index_class.relname <> 'UQ_tcw_sanctioned_company_active_business_key'
|
|
55
55
|
AND ARRAY(
|
|
56
|
-
SELECT attribute.attname
|
|
56
|
+
SELECT attribute.attname::text
|
|
57
57
|
FROM unnest(index_meta.indkey) WITH ORDINALITY AS key_column(attnum, ordinal)
|
|
58
58
|
INNER JOIN pg_attribute attribute ON attribute.attrelid = index_meta.indrelid AND attribute.attnum = key_column.attnum
|
|
59
59
|
WHERE key_column.ordinal <= index_meta.indnkeyatts
|
|
@@ -78,7 +78,7 @@ BEGIN
|
|
|
78
78
|
AND index_class.relname = 'UQ_tcw_controlled_goods_active_business_key'
|
|
79
79
|
AND index_meta.indisunique
|
|
80
80
|
AND ARRAY(
|
|
81
|
-
SELECT attribute.attname
|
|
81
|
+
SELECT attribute.attname::text
|
|
82
82
|
FROM unnest(index_meta.indkey) WITH ORDINALITY AS key_column(attnum, ordinal)
|
|
83
83
|
INNER JOIN pg_attribute attribute ON attribute.attrelid = index_meta.indrelid AND attribute.attnum = key_column.attnum
|
|
84
84
|
WHERE key_column.ordinal <= index_meta.indnkeyatts
|
|
@@ -107,7 +107,7 @@ BEGIN
|
|
|
107
107
|
AND index_class.relname = 'UQ_tcw_sanctioned_company_active_business_key'
|
|
108
108
|
AND index_meta.indisunique
|
|
109
109
|
AND ARRAY(
|
|
110
|
-
SELECT attribute.attname
|
|
110
|
+
SELECT attribute.attname::text
|
|
111
111
|
FROM unnest(index_meta.indkey) WITH ORDINALITY AS key_column(attnum, ordinal)
|
|
112
112
|
INNER JOIN pg_attribute attribute ON attribute.attrelid = index_meta.indrelid AND attribute.attnum = key_column.attnum
|
|
113
113
|
WHERE key_column.ordinal <= index_meta.indnkeyatts
|