service-flow-designer 2.2.12 → 2.2.14

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.
@@ -4,7 +4,7 @@ function u(l2, e2) {
4
4
  const a2 = e2.filter((e3) => e3.value === l2);
5
5
  return a2.length > 0 ? a2[0].label : "";
6
6
  }
7
- const v = [{ value: "yyyy", label: "年(yyyy)" }, { value: "yyyyMM", label: "年月(yyyyMM)" }, { value: "yyyy-MM", label: "年-月(yyyy-MM)" }, { value: "yyyyMMdd", label: "年月日(yyyyMMdd)" }, { value: "yyyy-MM-dd", label: "年-月-日(yyyy-MM-dd)" }], b = [{ value: "count", label: "总数(count)" }, { value: "sum", label: "求和(sum)" }, { value: "max", label: "最大(max)" }, { value: "min", label: "最小(min)" }, { value: "avg", label: "均值(avg)" }], y = [{ value: "gt", label: "大于" }, { value: "lt", label: "小于" }, { value: "eq", label: "等于" }, { value: "le", label: "不小于" }, { value: "ge", label: "不大于" }, { value: "ne", label: "不等于" }, { value: "contain", label: "包含" }, { value: "contain.not", label: "不包含" }, { value: "is.null", label: "等于NULL" }, { value: "not.null", label: "不等于NULL" }], n = [{ value: "EQ", label: "等于" }, { value: "GT", label: "大于" }, { value: "GET", label: "大于等于" }, { value: "LT", label: "小于" }, { value: "LET", label: "小于等于" }, { value: "NET", label: "不等于" }, { value: "CONTAIN", label: "包含" }, { value: "NOT_CONTAIN", label: "不包含" }, { value: "RANGE_QUERY", label: "IN" }, { value: "LEFT_LIKE", label: "左匹配" }, { value: "RIGHT_LIKE", label: "右匹配" }], t = [{ value: "GET", label: "GET" }, { value: "POST", label: "POST" }, { value: "PUT", label: "PUT" }, { value: "PATCH", label: "PATCH" }, { value: "DELETE", label: "DELETE" }];
7
+ const v = [{ value: "yyyy", label: "年(yyyy)" }, { value: "yyyyMM", label: "年月(yyyyMM)" }, { value: "yyyy-MM", label: "年-月(yyyy-MM)" }, { value: "yyyyMMdd", label: "年月日(yyyyMMdd)" }, { value: "yyyy-MM-dd", label: "年-月-日(yyyy-MM-dd)" }, { value: "quarter", label: "季度" }, { value: "week", label: "周" }], b = [{ value: "count", label: "总数(count)" }, { value: "sum", label: "求和(sum)" }, { value: "max", label: "最大(max)" }, { value: "min", label: "最小(min)" }, { value: "avg", label: "均值(avg)" }], y = [{ value: "gt", label: "大于" }, { value: "lt", label: "小于" }, { value: "eq", label: "等于" }, { value: "le", label: "不小于" }, { value: "ge", label: "不大于" }, { value: "ne", label: "不等于" }, { value: "contain", label: "包含" }, { value: "contain.not", label: "不包含" }, { value: "is.null", label: "等于NULL" }, { value: "not.null", label: "不等于NULL" }], n = [{ value: "EQ", label: "等于" }, { value: "GT", label: "大于" }, { value: "GET", label: "大于等于" }, { value: "LT", label: "小于" }, { value: "LET", label: "小于等于" }, { value: "NET", label: "不等于" }, { value: "CONTAIN", label: "包含" }, { value: "NOT_CONTAIN", label: "不包含" }, { value: "RANGE_QUERY", label: "IN" }, { value: "LEFT_LIKE", label: "左匹配" }, { value: "RIGHT_LIKE", label: "右匹配" }], t = [{ value: "GET", label: "GET" }, { value: "POST", label: "POST" }, { value: "PUT", label: "PUT" }, { value: "PATCH", label: "PATCH" }, { value: "DELETE", label: "DELETE" }];
8
8
  export {
9
9
  v as dateFormats,
10
10
  b as formulas,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.2.12",
3
+ "version": "2.2.14",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -61,7 +61,7 @@
61
61
  "@logicflow/layout": "1.2.0-alpha.16",
62
62
  "@uiw/codemirror-themes-all": "^4.21.25",
63
63
  "@vueuse/core": "^10.9.0",
64
- "agilebuilder-ui": "1.1.7",
64
+ "agilebuilder-ui": "1.1.8",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "pinia": "^2.1.7",