@fecp/mobile 1.0.62 → 1.0.63

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.
@@ -28,7 +28,7 @@ const _sfc_main = {
28
28
  type: String,
29
29
  default: ""
30
30
  },
31
- dateTextFormat: {
31
+ dateTimeTextFormat: {
32
32
  //0:YYYYMMDD;1: YYYY-MM-DD;2:YYYY/MM/DD;3:YYYY年MM月DD日
33
33
  type: String,
34
34
  default: "1"
@@ -53,7 +53,7 @@ const _sfc_main = {
53
53
  const fieldTextValue = ref("");
54
54
  const showPicker = ref(false);
55
55
  const emit = __emit;
56
- let textFormat = parseDateFormatter(props.dateTextFormat, dateColumnsType);
56
+ let textFormat = parseDateFormatter(props.dateTimeTextFormat, dateColumnsType);
57
57
  let valueFormat = parseDateFormatter("0", dateColumnsType);
58
58
  const currentDateTime = computed(() => {
59
59
  let date;
@@ -30,7 +30,7 @@ const _sfc_main = {
30
30
  type: String,
31
31
  default: ""
32
32
  },
33
- dateTextFormat: {
33
+ dateTimeTextFormat: {
34
34
  //0:YYYYMMDD;1: YYYY-MM-DD;2:YYYY/MM/DD;3:YYYY年MM月DD日
35
35
  type: String,
36
36
  default: "1"
@@ -55,7 +55,7 @@ const _sfc_main = {
55
55
  const fieldTextValue = vue.ref("");
56
56
  const showPicker = vue.ref(false);
57
57
  const emit = __emit;
58
- let textFormat = dateUtil.parseDateFormatter(props.dateTextFormat, dateColumnsType);
58
+ let textFormat = dateUtil.parseDateFormatter(props.dateTimeTextFormat, dateColumnsType);
59
59
  let valueFormat = dateUtil.parseDateFormatter("0", dateColumnsType);
60
60
  const currentDateTime = vue.computed(() => {
61
61
  let date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [