tnx-shared 5.3.19 → 5.3.20
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/bundles/tnx-shared.umd.js +1 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.d.ts.map +1 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.js +2 -1
- package/fesm2015/tnx-shared.js +1 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +1 -1
|
@@ -52690,6 +52690,7 @@
|
|
|
52690
52690
|
if (column.isDisplay) {
|
|
52691
52691
|
var newCol = new ColumnSchemaBase({
|
|
52692
52692
|
field: column.code,
|
|
52693
|
+
multiple: column.multiple,
|
|
52693
52694
|
label: _this._translateService.instant(column.label),
|
|
52694
52695
|
visible: true,
|
|
52695
52696
|
dataType: column.dataType,
|