@fecp/designer 5.5.68 → 5.5.69

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.
@@ -1,4 +1,4 @@
1
- const version = "5.5.68";
1
+ const version = "5.5.69";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -93,7 +93,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
93
93
  });
94
94
  const disabledDate = (date) => {
95
95
  if (!props.dateRange) return false;
96
- debugger;
97
96
  const today = /* @__PURE__ */ new Date();
98
97
  today.setHours(0, 0, 0, 0);
99
98
  const targetDate = new Date(date);
@@ -37,9 +37,6 @@ function checkConditionMatch(condition, data, fields) {
37
37
  const fieldName = (fieldInfo == null ? void 0 : fieldInfo.fieldName) || field;
38
38
  const dataValue = data[fieldName];
39
39
  const parsedValue = parseSingleParamValue(value, data, fields);
40
- if ("null" == (dataValue ?? "null") || "null" == (parsedValue ?? "null")) {
41
- return true;
42
- }
43
40
  switch (operator) {
44
41
  case "eq":
45
42
  return dataValue == parsedValue;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.5.68";
3
+ const version = "5.5.69";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -95,7 +95,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
95
95
  });
96
96
  const disabledDate = (date) => {
97
97
  if (!props.dateRange) return false;
98
- debugger;
99
98
  const today = /* @__PURE__ */ new Date();
100
99
  today.setHours(0, 0, 0, 0);
101
100
  const targetDate = new Date(date);
@@ -39,9 +39,6 @@ function checkConditionMatch(condition, data, fields) {
39
39
  const fieldName = (fieldInfo == null ? void 0 : fieldInfo.fieldName) || field;
40
40
  const dataValue = data[fieldName];
41
41
  const parsedValue = parseRouteParams.parseSingleParamValue(value, data, fields);
42
- if ("null" == (dataValue ?? "null") || "null" == (parsedValue ?? "null")) {
43
- return true;
44
- }
45
42
  switch (operator) {
46
43
  case "eq":
47
44
  return dataValue == parsedValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.68",
3
+ "version": "5.5.69",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [