tsv2-library 1.1.0-dev-alpha.17 → 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 +1 -10
- package/dist/tsv2-library.umd.js +1 -1
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -40218,7 +40218,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
40218
40218
|
}),
|
|
40219
40219
|
withDirectives(createVNode(unref(script$J), {
|
|
40220
40220
|
class: normalizeClass([
|
|
40221
|
-
"w-max grow h-auto !shadow-none !p-0 placeholder:text-general-200"
|
|
40221
|
+
"!w-max grow h-auto !shadow-none !p-0 placeholder:text-general-200"
|
|
40222
40222
|
]),
|
|
40223
40223
|
"model-value": props.modelValue,
|
|
40224
40224
|
onInput: _cache[0] || (_cache[0] = ($event) => updateSearchModel($event.target.value)),
|
|
@@ -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",
|