cnhis-design-vue 3.1.33-beta.11 → 3.1.33-beta.13
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.
|
@@ -529,7 +529,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
529
529
|
editTrigger: state.editConfig.trigger
|
|
530
530
|
};
|
|
531
531
|
if (["date", "time"].includes(formType)) {
|
|
532
|
-
propsData.formattedValue = row[col.columnName];
|
|
532
|
+
propsData.formattedValue = row[col.columnName] || void 0;
|
|
533
533
|
} else if (formatMap) {
|
|
534
534
|
propsData.value = row[formatMap.value];
|
|
535
535
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.33-beta.
|
|
3
|
+
"version": "3.1.33-beta.13",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"iOS 7",
|
|
62
62
|
"last 3 iOS versions"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "2ffdc7d8612c26b671ff9e546ddda15f0da24f29"
|
|
65
65
|
}
|