@dolusoft/vue3-datatable 1.8.9 → 1.8.10
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
|
@@ -2705,7 +2705,7 @@ const FILTER_CONDITIONS = {
|
|
|
2705
2705
|
{ value: "IsNull", label: "Is Empty", icon: "∅" },
|
|
2706
2706
|
{ value: "IsNotNull", label: "Is Not Empty", icon: "∅̸" }
|
|
2707
2707
|
],
|
|
2708
|
-
|
|
2708
|
+
DateTime: [
|
|
2709
2709
|
{ value: "", label: "No Filter", icon: "" },
|
|
2710
2710
|
{ value: "Equal", label: "Equal (=)", icon: "=" },
|
|
2711
2711
|
{ value: "NotEqual", label: "Not Equal (≠)", icon: "≠" },
|
package/dist/vue3-datatable.js
CHANGED
|
@@ -2704,7 +2704,7 @@ const FILTER_CONDITIONS = {
|
|
|
2704
2704
|
{ value: "IsNull", label: "Is Empty", icon: "∅" },
|
|
2705
2705
|
{ value: "IsNotNull", label: "Is Not Empty", icon: "∅̸" }
|
|
2706
2706
|
],
|
|
2707
|
-
|
|
2707
|
+
DateTime: [
|
|
2708
2708
|
{ value: "", label: "No Filter", icon: "" },
|
|
2709
2709
|
{ value: "Equal", label: "Equal (=)", icon: "=" },
|
|
2710
2710
|
{ value: "NotEqual", label: "Not Equal (≠)", icon: "≠" },
|