@byteluck-fe/model-driven-shared 2.6.0-alpha.8 → 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",
@@ -8,6 +8,7 @@ declare const _default: {
8
8
  runtimeRequired: string;
9
9
  pleaseEnterCaption: string;
10
10
  pleaseEnterCaptionTip: string;
11
+ pleaseEnterRowCaption: string;
11
12
  pleaseEnterPlaceholder: string;
12
13
  pleaseEnterFieldCode: string;
13
14
  pleaseEnterForm: string;
@@ -77,6 +78,7 @@ declare const _default: {
77
78
  runtimeRequired: string;
78
79
  pleaseEnterCaption: string;
79
80
  pleaseEnterCaptionTip: string;
81
+ pleaseEnterRowCaption: string;
80
82
  pleaseEnterPlaceholder: string;
81
83
  pleaseEnterFieldCode: string;
82
84
  pleaseEnterForm: string;
@@ -143,6 +145,7 @@ declare const _default: {
143
145
  runtimeRequired: string;
144
146
  pleaseEnterCaption: string;
145
147
  pleaseEnterCaptionTip: string;
148
+ pleaseEnterRowCaption: string;
146
149
  pleaseEnterPlaceholder: string;
147
150
  pleaseEnterFieldCode: string;
148
151
  pleaseEnterForm: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.6.0-alpha.8",
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": "c5d5b083b6ddcef1b76656ed36bb92632d718947"
33
+ "gitHead": "23607484dc1f65494b32a6c2e9fff86f0ce8dc54"
34
34
  }