@byteluck-fe/model-driven-shared 2.7.0-alpha.0 → 2.7.0-alpha.2

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
- declare type Message = Partial<(typeof messages)['zhCN']>;
4
- declare type Keys = 'caption' | 'placeholder' | 'max' | 'min';
5
- declare type Variable = {
3
+ type Message = Partial<(typeof messages)['zhCN']>;
4
+ type Keys = 'caption' | 'placeholder' | 'max' | 'min';
5
+ type Variable = {
6
6
  [key in Keys]?: string | number;
7
7
  };
8
8
  export declare class RulesMessage {
@@ -82,6 +82,7 @@ export declare enum CONTROL_TYPE {
82
82
  GRID = "grid",
83
83
  GRID_ROW = "grid-row",
84
84
  GRID_TABLE_COLUMN = "grid-table-column",
85
+ GRID_LAYOUT_CONTAINER = "grid-layout-container",
85
86
  ROW = "row",
86
87
  TWO_COLUMNS = "two-columns",
87
88
  SUBTABLE_COLUMN = "subtable-column",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.7.0-alpha.0",
3
+ "version": "2.7.0-alpha.2",
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": "1f71ece061d5febd6e6d9809b2ee8d35aa74c41f"
33
+ "gitHead": "23607484dc1f65494b32a6c2e9fff86f0ce8dc54"
34
34
  }