tsv2-library 1.1.0-dev-alpha.18 → 1.1.0-dev-alpha.19
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/tsv2-library.es.js
CHANGED
|
@@ -63204,15 +63204,6 @@ const selectUserColumns = () => {
|
|
|
63204
63204
|
return (data30 == null ? void 0 : data30.email) ?? "-";
|
|
63205
63205
|
}
|
|
63206
63206
|
},
|
|
63207
|
-
{
|
|
63208
|
-
field: "phoneNumber",
|
|
63209
|
-
header: "Phone",
|
|
63210
|
-
sortable: true,
|
|
63211
|
-
checkedByDefault: true,
|
|
63212
|
-
bodyTemplate(data30) {
|
|
63213
|
-
return (data30 == null ? void 0 : data30.phoneNumber) ?? "-";
|
|
63214
|
-
}
|
|
63215
|
-
},
|
|
63216
63207
|
{
|
|
63217
63208
|
field: "position",
|
|
63218
63209
|
header: "Position",
|