@dolusoft/vue3-datatable 1.8.58 → 1.8.59
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/vue3-datatable.cjs
CHANGED
|
@@ -5982,7 +5982,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5982
5982
|
void 0,
|
|
5983
5983
|
{ number: true }
|
|
5984
5984
|
]
|
|
5985
|
-
]) : col.type === "date" || col.type === "DateTime" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
5985
|
+
]) : col.type === "date" || col.type === "DateTime" || col.type === "datetime" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
5986
5986
|
props.hasFilterDatetimeSlot ? vue.renderSlot(_ctx.$slots, "filter-datetime", {
|
|
5987
5987
|
key: 0,
|
|
5988
5988
|
column: col,
|
|
@@ -6045,7 +6045,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6045
6045
|
void 0,
|
|
6046
6046
|
{ number: true }
|
|
6047
6047
|
]
|
|
6048
|
-
]) : col.type === "date" || col.type === "DateTime" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
|
|
6048
|
+
]) : col.type === "date" || col.type === "DateTime" || col.type === "datetime" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
|
|
6049
6049
|
props.hasFilterDatetimeSlot ? vue.renderSlot(_ctx.$slots, "filter-datetime", {
|
|
6050
6050
|
key: 0,
|
|
6051
6051
|
column: col,
|
package/dist/vue3-datatable.js
CHANGED
|
@@ -5981,7 +5981,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
5981
5981
|
void 0,
|
|
5982
5982
|
{ number: true }
|
|
5983
5983
|
]
|
|
5984
|
-
]) : col.type === "date" || col.type === "DateTime" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
5984
|
+
]) : col.type === "date" || col.type === "DateTime" || col.type === "datetime" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
5985
5985
|
props.hasFilterDatetimeSlot ? renderSlot(_ctx.$slots, "filter-datetime", {
|
|
5986
5986
|
key: 0,
|
|
5987
5987
|
column: col,
|
|
@@ -6044,7 +6044,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
6044
6044
|
void 0,
|
|
6045
6045
|
{ number: true }
|
|
6046
6046
|
]
|
|
6047
|
-
]) : col.type === "date" || col.type === "DateTime" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
6047
|
+
]) : col.type === "date" || col.type === "DateTime" || col.type === "datetime" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
6048
6048
|
props.hasFilterDatetimeSlot ? renderSlot(_ctx.$slots, "filter-datetime", {
|
|
6049
6049
|
key: 0,
|
|
6050
6050
|
column: col,
|