@byteluck-fe/model-driven-shared 2.3.1-beta.6 → 2.3.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.
@@ -1,8 +1,8 @@
1
1
  import OkI18n from 'ok-i18n';
2
2
  import messages from './locales';
3
- type Message = Partial<typeof messages['zhCN']>;
4
- type Keys = 'caption' | 'placeholder' | 'max' | 'min';
5
- type Variable = {
3
+ declare type Message = Partial<(typeof messages)['zhCN']>;
4
+ declare type Keys = 'caption' | 'placeholder' | 'max' | 'min';
5
+ declare type Variable = {
6
6
  [key in Keys]?: string | number;
7
7
  };
8
8
  export declare class RulesMessage {
@@ -225,6 +225,14 @@ export declare enum DateType {
225
225
  * 年月日
226
226
  * */
227
227
  DATE = "date",
228
+ /**
229
+ * 年月日时
230
+ * */
231
+ DATEHOUR = "datehour",
232
+ /**
233
+ * 年月日时分
234
+ * */
235
+ DATEMIN = "datemin",
228
236
  /**
229
237
  * 年月日时分秒
230
238
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.3.1-beta.6",
3
+ "version": "2.3.13",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -30,5 +30,5 @@
30
30
  "humps": "^2.0.1",
31
31
  "ok-i18n": "^3.0.0"
32
32
  },
33
- "gitHead": "32d5ebc4eaf5d5d610271eb56ac806355881ad01"
33
+ "gitHead": "348281254fd4042567fa07f7612563de57357de1"
34
34
  }