@kengic/vue 0.13.6 → 0.13.7
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.
- package/dist/kengic-vue.js +495 -493
- package/dist/src/utils/kg.util.d.ts +1 -0
- package/package.json +1 -1
@@ -74,6 +74,7 @@ export declare class KgUtil {
|
|
74
74
|
* @param key 属性名.
|
75
75
|
* @param value 参数的原始值.
|
76
76
|
* @param formID 界面标识.
|
77
|
+
* @param isPad 是否补齐日期格式. 即将 `YYYY-MM-DD` 补齐为 `YYYY-MM-DD 00:00:00`, 将 `HH:mm:ss` 补齐为 `1970-01-01 HH:mm:ss`.
|
77
78
|
*/
|
78
79
|
private static parseParamFromDayJS;
|
79
80
|
/**
|