@kmkf-fe-packages/services-components 0.7.5-alpha.14 → 0.7.5-alpha.15

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.
@@ -76,7 +76,7 @@ var CommonDataTime = /*#__PURE__*/_createClass(function CommonDataTime(options)
76
76
  formatFilterValue: function formatFilterValue(val) {
77
77
  if ((val === null || val === void 0 ? void 0 : val.length) > 0) {
78
78
  return val === null || val === void 0 ? void 0 : val.map(function (v) {
79
- return moment(v).valueOf();
79
+ return moment(v).startOf('second').valueOf();
80
80
  });
81
81
  }
82
82
  }
@@ -105,7 +105,7 @@ var BasicDataTime = /*#__PURE__*/_createClass(function BasicDataTime(options) {
105
105
  formatFilterValue: function formatFilterValue(val) {
106
106
  if ((val === null || val === void 0 ? void 0 : val.length) > 0) {
107
107
  return val === null || val === void 0 ? void 0 : val.map(function (v) {
108
- return moment(v).valueOf();
108
+ return moment(v).startOf('second').valueOf();
109
109
  });
110
110
  }
111
111
  }
@@ -77,7 +77,7 @@ var AlipayTime = /*#__PURE__*/_createClass(function AlipayTime(options) {
77
77
  formatFilterValue: function formatFilterValue(val) {
78
78
  if ((val === null || val === void 0 ? void 0 : val.length) > 0) {
79
79
  return val === null || val === void 0 ? void 0 : val.map(function (v) {
80
- return moment(v).valueOf();
80
+ return moment(v).startOf('second').valueOf();
81
81
  });
82
82
  }
83
83
  }
@@ -111,7 +111,7 @@ var BasicDataTime = /*#__PURE__*/_createClass(function BasicDataTime(options) {
111
111
  formatFilterValue: function formatFilterValue(val) {
112
112
  if ((val === null || val === void 0 ? void 0 : val.length) > 0) {
113
113
  return val === null || val === void 0 ? void 0 : val.map(function (v) {
114
- return moment(v).valueOf();
114
+ return moment(v).startOf('second').valueOf();
115
115
  });
116
116
  }
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.5-alpha.14",
3
+ "version": "0.7.5-alpha.15",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "22f8bec434fc8a77e4907ad6264dac78ce6bd9d6"
43
+ "gitHead": "fceac44b63856f1cac2282b6795ed9107b44ee35"
44
44
  }