@ibiz-template/web-theme 1.0.21 → 1.0.23

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.
Files changed (122) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/index.mjs +2 -0
  6. package/es/publish/app-index-view-layout-blank-mode.mjs +1 -0
  7. package/es/publish/app-index-view-layout-center.mjs +1 -0
  8. package/es/publish/app-index-view-layout-top.mjs +1 -0
  9. package/es/publish/app-index-view-layout.mjs +1 -0
  10. package/es/publish/app-login-view.d.ts +123 -59
  11. package/es/publish/app-login-view.mjs +147 -70
  12. package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +1 -0
  13. package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +1 -0
  14. package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +1 -0
  15. package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +1 -0
  16. package/es/publish/index.mjs +3 -0
  17. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +1 -0
  18. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +1 -0
  19. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +1 -0
  20. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +1 -0
  21. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +1 -0
  22. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +1 -0
  23. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +1 -0
  24. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +1 -0
  25. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +1 -0
  26. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +1 -0
  27. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +1 -0
  28. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs +1 -0
  29. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +1 -0
  30. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +1 -0
  31. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +1 -0
  32. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +1 -0
  33. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +1 -0
  34. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +47 -2
  35. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs +46 -0
  36. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +47 -2
  37. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs +46 -0
  38. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +46 -2
  39. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +46 -0
  40. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +1 -0
  41. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +1 -0
  42. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +1 -0
  43. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +1 -0
  44. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +1 -0
  45. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +1 -0
  46. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +1 -0
  47. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +1 -0
  48. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +204 -0
  49. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +253 -0
  50. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +1 -0
  51. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +1 -0
  52. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +1 -0
  53. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +1 -0
  54. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +1 -0
  55. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +1 -0
  56. package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.mjs +1 -0
  57. package/es/theme/generic/element-plus.css +1 -1
  58. package/es/theme/generic/index.css +1 -1
  59. package/es/theme/index.css +1 -1
  60. package/es/theme/theme/dark/dark-theme.css +1 -1
  61. package/es/theme/theme/default/default-theme.css +1 -1
  62. package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
  63. package/es/theme/theme/index.css +1 -1
  64. package/es/theme/theme/light/light-theme.css +1 -1
  65. package/es/theme/theme/omni-oa/omni-oa-theme.css +1 -1
  66. package/lib/index.cjs +1 -1
  67. package/lib/publish/app-index-view-layout-blank-mode.cjs +1 -0
  68. package/lib/publish/app-index-view-layout-center.cjs +1 -0
  69. package/lib/publish/app-index-view-layout-top.cjs +1 -0
  70. package/lib/publish/app-index-view-layout.cjs +1 -0
  71. package/lib/publish/app-login-view.cjs +147 -70
  72. package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +1 -0
  73. package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +1 -0
  74. package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +1 -0
  75. package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +1 -0
  76. package/lib/publish/index.cjs +3 -0
  77. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +1 -0
  78. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +1 -0
  79. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +1 -0
  80. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +1 -0
  81. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +1 -0
  82. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +1 -0
  83. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +1 -0
  84. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +1 -0
  85. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +1 -0
  86. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +1 -0
  87. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +1 -0
  88. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.cjs +1 -0
  89. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +1 -0
  90. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +1 -0
  91. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +1 -0
  92. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +1 -0
  93. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +1 -0
  94. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.cjs +46 -0
  95. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.cjs +46 -0
  96. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +46 -0
  97. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +1 -0
  98. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +1 -0
  99. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +1 -0
  100. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +1 -0
  101. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +1 -0
  102. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +1 -0
  103. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +1 -0
  104. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +1 -0
  105. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +257 -0
  106. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +1 -0
  107. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +1 -0
  108. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +1 -0
  109. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +1 -0
  110. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +1 -0
  111. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +1 -0
  112. package/lib/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.cjs +1 -0
  113. package/lib/theme/generic/element-plus.css +1 -1
  114. package/lib/theme/generic/index.css +1 -1
  115. package/lib/theme/index.css +1 -1
  116. package/lib/theme/theme/dark/dark-theme.css +1 -1
  117. package/lib/theme/theme/default/default-theme.css +1 -1
  118. package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
  119. package/lib/theme/theme/index.css +1 -1
  120. package/lib/theme/theme/light/light-theme.css +1 -1
  121. package/lib/theme/theme/omni-oa/omni-oa-theme.css +1 -1
  122. package/package.json +4 -3
package/es/index.mjs CHANGED
@@ -1,2 +1,4 @@
1
1
  import './theme/index.css';
2
2
  export { install } from './publish/index.mjs';
3
+
4
+ "use strict";
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout_BLANK_MODE = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout_CENTER = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout_TOP = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -6,50 +6,29 @@ declare const _default: {
6
6
  rootPanelItems: {
7
7
  panelItems: {
8
8
  panelItems: ({
9
- panelItems: ({
10
- editor: {
11
- editorType: string;
12
- predefinedType: string;
13
- valueType: string;
14
- editable: boolean;
15
- id: string;
16
- };
17
- viewFieldName: string;
18
- allowEmpty: boolean;
19
- caption: string;
20
- itemStyle: string;
21
- itemType: string;
22
- layoutPos: {
23
- shrink: number;
24
- layout: string;
25
- spacingBottom: string;
26
- };
27
- id: string;
28
- } | {
29
- editor: {
30
- editorType: string;
9
+ panelItems: {
10
+ rawItem: {
11
+ caption: string;
12
+ halign: string;
13
+ renderMode: string;
14
+ valign: string;
15
+ wrapMode: string;
16
+ contentType: string;
31
17
  predefinedType: string;
32
- valueType: string;
33
- editable: boolean;
34
18
  id: string;
35
19
  };
36
- viewFieldName: string;
37
- allowEmpty: boolean;
38
20
  caption: string;
39
21
  itemStyle: string;
40
22
  itemType: string;
41
23
  layoutPos: {
42
24
  shrink: number;
43
25
  layout: string;
44
- spacingBottom?: undefined;
45
26
  };
27
+ showCaption: boolean;
46
28
  id: string;
47
- })[];
29
+ }[];
48
30
  layout: {
49
31
  layout: string;
50
- align?: undefined;
51
- dir?: undefined;
52
- valign?: undefined;
53
32
  };
54
33
  dataRegionType: string;
55
34
  caption: string;
@@ -58,46 +37,138 @@ declare const _default: {
58
37
  layoutPos: {
59
38
  shrink: number;
60
39
  layout: string;
61
- height?: undefined;
62
- heightMode?: undefined;
63
40
  };
64
41
  id: string;
65
- contentHeight?: undefined;
66
- height?: undefined;
67
42
  } | {
68
- panelItems: {
69
- actionType: string;
70
- buttonStyle: string;
71
- buttonType: string;
72
- uiactionId: string;
73
- renderMode: string;
74
- tooltip: string;
43
+ panelItems: ({
44
+ layout: {
45
+ layout: string;
46
+ align?: undefined;
47
+ dir?: undefined;
48
+ valign?: undefined;
49
+ };
50
+ dataRegionType: string;
75
51
  caption: string;
76
52
  itemStyle: string;
77
53
  itemType: string;
78
54
  layoutPos: {
79
55
  shrink: number;
80
56
  layout: string;
57
+ height?: undefined;
58
+ heightMode?: undefined;
81
59
  };
82
- showCaption: boolean;
83
60
  id: string;
84
- }[];
61
+ panelItems?: undefined;
62
+ contentHeight?: undefined;
63
+ height?: undefined;
64
+ } | {
65
+ panelItems: ({
66
+ editor: {
67
+ editorType: string;
68
+ predefinedType: string;
69
+ valueType: string;
70
+ editable: boolean;
71
+ id: string;
72
+ };
73
+ viewFieldName: string;
74
+ allowEmpty: boolean;
75
+ caption: string;
76
+ itemStyle: string;
77
+ itemType: string;
78
+ layoutPos: {
79
+ shrink: number;
80
+ layout: string;
81
+ spacingBottom: string;
82
+ };
83
+ id: string;
84
+ predefinedType?: undefined;
85
+ layout?: undefined;
86
+ dataRegionType?: undefined;
87
+ } | {
88
+ predefinedType: string;
89
+ layout: {
90
+ layout: string;
91
+ };
92
+ dataRegionType: string;
93
+ caption: string;
94
+ itemStyle: string;
95
+ itemType: string;
96
+ layoutPos: {
97
+ shrink: number;
98
+ layout: string;
99
+ spacingBottom?: undefined;
100
+ };
101
+ id: string;
102
+ editor?: undefined;
103
+ viewFieldName?: undefined;
104
+ allowEmpty?: undefined;
105
+ })[];
106
+ layout: {
107
+ layout: string;
108
+ align?: undefined;
109
+ dir?: undefined;
110
+ valign?: undefined;
111
+ };
112
+ dataRegionType: string;
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ shrink: number;
118
+ layout: string;
119
+ height?: undefined;
120
+ heightMode?: undefined;
121
+ };
122
+ id: string;
123
+ contentHeight?: undefined;
124
+ height?: undefined;
125
+ } | {
126
+ panelItems: {
127
+ actionType: string;
128
+ buttonStyle: string;
129
+ buttonType: string;
130
+ uiactionId: string;
131
+ renderMode: string;
132
+ tooltip: string;
133
+ caption: string;
134
+ itemStyle: string;
135
+ itemType: string;
136
+ layoutPos: {
137
+ shrink: number;
138
+ layout: string;
139
+ };
140
+ showCaption: boolean;
141
+ id: string;
142
+ }[];
143
+ layout: {
144
+ align: string;
145
+ dir: string;
146
+ layout: string;
147
+ valign: string;
148
+ };
149
+ dataRegionType: string;
150
+ caption: string;
151
+ contentHeight: number;
152
+ height: number;
153
+ itemStyle: string;
154
+ itemType: string;
155
+ layoutPos: {
156
+ shrink: number;
157
+ height: number;
158
+ heightMode: string;
159
+ layout: string;
160
+ };
161
+ id: string;
162
+ })[];
85
163
  layout: {
86
- align: string;
87
- dir: string;
88
164
  layout: string;
89
- valign: string;
90
165
  };
91
166
  dataRegionType: string;
92
167
  caption: string;
93
- contentHeight: number;
94
- height: number;
95
168
  itemStyle: string;
96
169
  itemType: string;
97
170
  layoutPos: {
98
171
  shrink: number;
99
- height: number;
100
- heightMode: string;
101
172
  layout: string;
102
173
  };
103
174
  id: string;
@@ -107,22 +178,15 @@ declare const _default: {
107
178
  };
108
179
  dataRegionType: string;
109
180
  caption: string;
110
- contentHeight: number;
111
- contentWidth: number;
112
- height: number;
113
181
  itemStyle: string;
114
182
  itemType: string;
115
183
  layoutPos: {
116
184
  shrink: number;
117
- height: number;
118
- heightMode: string;
119
185
  layout: string;
120
- width: number;
121
- widthMode: string;
122
186
  };
123
- width: number;
124
187
  id: string;
125
188
  }[];
189
+ predefinedType: string;
126
190
  layout: {
127
191
  align: string;
128
192
  layout: string;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppLoginView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -11,43 +12,25 @@ var AppLoginView = {
11
12
  {
12
13
  "panelItems": [
13
14
  {
14
- "editor": {
15
- "editorType": "TEXTBOX",
16
- "predefinedType": "AUTH_USERID",
17
- "valueType": "SIMPLE",
18
- "editable": true,
19
- "id": "auth_userid"
15
+ "rawItem": {
16
+ "caption": "\u5E94\u7528\u767B\u5F55\u89C6\u56FE",
17
+ "halign": "LEFT",
18
+ "renderMode": "TEXT",
19
+ "valign": "MIDDLE",
20
+ "wrapMode": "NOWRAP",
21
+ "contentType": "RAW",
22
+ "predefinedType": "STATIC_TEXT",
23
+ "id": "static_text"
20
24
  },
21
- "viewFieldName": "username",
22
- "allowEmpty": true,
23
- "caption": "\u7528\u6237\u540D",
25
+ "caption": "\u6587\u672C",
24
26
  "itemStyle": "DEFAULT",
25
- "itemType": "FIELD",
26
- "layoutPos": {
27
- "shrink": 1,
28
- "layout": "FLEX",
29
- "spacingBottom": "INNERLARGE"
30
- },
31
- "id": "auth_userid"
32
- },
33
- {
34
- "editor": {
35
- "editorType": "PASSWORD",
36
- "predefinedType": "AUTH_PASSWORD",
37
- "valueType": "SIMPLE",
38
- "editable": true,
39
- "id": "auth_password"
40
- },
41
- "viewFieldName": "password",
42
- "allowEmpty": true,
43
- "caption": "\u5BC6\u7801",
44
- "itemStyle": "DEFAULT",
45
- "itemType": "FIELD",
27
+ "itemType": "RAWITEM",
46
28
  "layoutPos": {
47
29
  "shrink": 1,
48
30
  "layout": "FLEX"
49
31
  },
50
- "id": "auth_password"
32
+ "showCaption": true,
33
+ "id": "static_text"
51
34
  }
52
35
  ],
53
36
  "layout": {
@@ -61,64 +44,165 @@ var AppLoginView = {
61
44
  "shrink": 1,
62
45
  "layout": "FLEX"
63
46
  },
64
- "id": "container2"
47
+ "id": "container4"
65
48
  },
66
49
  {
67
50
  "panelItems": [
68
51
  {
69
- "actionType": "UIACTION",
70
- "buttonStyle": "DEFAULT",
71
- "buttonType": "PANELBUTTON",
72
- "uiactionId": "login",
73
- "renderMode": "BUTTON",
74
- "tooltip": "\u767B\u9646",
75
- "caption": "\u767B\u9646",
52
+ "layout": {
53
+ "layout": "FLEX"
54
+ },
55
+ "dataRegionType": "INHERIT",
56
+ "caption": "\u5934\u50CF",
76
57
  "itemStyle": "DEFAULT",
77
- "itemType": "BUTTON",
58
+ "itemType": "CONTAINER",
78
59
  "layoutPos": {
79
60
  "shrink": 1,
80
61
  "layout": "FLEX"
81
62
  },
82
- "showCaption": true,
83
- "id": "auth_loginbutton"
63
+ "id": "container6"
64
+ },
65
+ {
66
+ "panelItems": [
67
+ {
68
+ "editor": {
69
+ "editorType": "TEXTBOX",
70
+ "predefinedType": "AUTH_USERID",
71
+ "valueType": "SIMPLE",
72
+ "editable": true,
73
+ "id": "auth_userid"
74
+ },
75
+ "viewFieldName": "username",
76
+ "allowEmpty": true,
77
+ "caption": "\u7528\u6237\u540D",
78
+ "itemStyle": "DEFAULT",
79
+ "itemType": "FIELD",
80
+ "layoutPos": {
81
+ "shrink": 1,
82
+ "layout": "FLEX",
83
+ "spacingBottom": "INNERLARGE"
84
+ },
85
+ "id": "auth_userid"
86
+ },
87
+ {
88
+ "editor": {
89
+ "editorType": "PASSWORD",
90
+ "predefinedType": "AUTH_PASSWORD",
91
+ "valueType": "SIMPLE",
92
+ "editable": true,
93
+ "id": "auth_password"
94
+ },
95
+ "viewFieldName": "password",
96
+ "allowEmpty": true,
97
+ "caption": "\u5BC6\u7801",
98
+ "itemStyle": "DEFAULT",
99
+ "itemType": "FIELD",
100
+ "layoutPos": {
101
+ "shrink": 1,
102
+ "layout": "FLEX",
103
+ "spacingBottom": "INNERLARGE"
104
+ },
105
+ "id": "auth_password"
106
+ },
107
+ {
108
+ "predefinedType": "REMEMBER_ME",
109
+ "layout": {
110
+ "layout": "FLEX"
111
+ },
112
+ "dataRegionType": "INHERIT",
113
+ "caption": "\u8BB0\u4F4F\u6211",
114
+ "itemStyle": "DEFAULT",
115
+ "itemType": "CONTAINER",
116
+ "layoutPos": {
117
+ "shrink": 1,
118
+ "layout": "FLEX"
119
+ },
120
+ "id": "container7"
121
+ }
122
+ ],
123
+ "layout": {
124
+ "layout": "FLEX"
125
+ },
126
+ "dataRegionType": "INHERIT",
127
+ "caption": "\u5BB9\u5668",
128
+ "itemStyle": "DEFAULT",
129
+ "itemType": "CONTAINER",
130
+ "layoutPos": {
131
+ "shrink": 1,
132
+ "layout": "FLEX"
133
+ },
134
+ "id": "container2"
84
135
  },
85
136
  {
86
- "actionType": "UIACTION",
87
- "buttonStyle": "DEFAULT",
88
- "buttonType": "PANELBUTTON",
89
- "uiactionId": "cancelchanges",
90
- "renderMode": "BUTTON",
91
- "tooltip": "\u91CD\u7F6E",
92
- "caption": "\u91CD\u7F6E",
137
+ "panelItems": [
138
+ {
139
+ "actionType": "UIACTION",
140
+ "buttonStyle": "DEFAULT",
141
+ "buttonType": "PANELBUTTON",
142
+ "uiactionId": "login",
143
+ "renderMode": "BUTTON",
144
+ "tooltip": "\u767B\u5F55",
145
+ "caption": "\u767B\u5F55",
146
+ "itemStyle": "DEFAULT",
147
+ "itemType": "BUTTON",
148
+ "layoutPos": {
149
+ "shrink": 1,
150
+ "layout": "FLEX"
151
+ },
152
+ "showCaption": true,
153
+ "id": "auth_loginbutton"
154
+ },
155
+ {
156
+ "actionType": "UIACTION",
157
+ "buttonStyle": "DEFAULT",
158
+ "buttonType": "PANELBUTTON",
159
+ "uiactionId": "cancelchanges",
160
+ "renderMode": "BUTTON",
161
+ "tooltip": "\u91CD\u7F6E",
162
+ "caption": "\u91CD\u7F6E",
163
+ "itemStyle": "DEFAULT",
164
+ "itemType": "BUTTON",
165
+ "layoutPos": {
166
+ "shrink": 1,
167
+ "layout": "FLEX"
168
+ },
169
+ "showCaption": true,
170
+ "id": "auth_resetinput"
171
+ }
172
+ ],
173
+ "layout": {
174
+ "align": "space-around",
175
+ "dir": "row",
176
+ "layout": "FLEX",
177
+ "valign": "center"
178
+ },
179
+ "dataRegionType": "INHERIT",
180
+ "caption": "\u5BB9\u5668",
181
+ "contentHeight": 80,
182
+ "height": 80,
93
183
  "itemStyle": "DEFAULT",
94
- "itemType": "BUTTON",
184
+ "itemType": "CONTAINER",
95
185
  "layoutPos": {
96
186
  "shrink": 1,
187
+ "height": 80,
188
+ "heightMode": "PX",
97
189
  "layout": "FLEX"
98
190
  },
99
- "showCaption": true,
100
- "id": "auth_resetinput"
191
+ "id": "container3"
101
192
  }
102
193
  ],
103
194
  "layout": {
104
- "align": "space-around",
105
- "dir": "row",
106
- "layout": "FLEX",
107
- "valign": "center"
195
+ "layout": "FLEX"
108
196
  },
109
197
  "dataRegionType": "INHERIT",
110
198
  "caption": "\u5BB9\u5668",
111
- "contentHeight": 100,
112
- "height": 100,
113
199
  "itemStyle": "DEFAULT",
114
200
  "itemType": "CONTAINER",
115
201
  "layoutPos": {
116
202
  "shrink": 1,
117
- "height": 100,
118
- "heightMode": "PX",
119
203
  "layout": "FLEX"
120
204
  },
121
- "id": "container3"
205
+ "id": "container5"
122
206
  }
123
207
  ],
124
208
  "layout": {
@@ -126,23 +210,16 @@ var AppLoginView = {
126
210
  },
127
211
  "dataRegionType": "INHERIT",
128
212
  "caption": "\u5BB9\u5668",
129
- "contentHeight": 500,
130
- "contentWidth": 500,
131
- "height": 500,
132
213
  "itemStyle": "DEFAULT",
133
214
  "itemType": "CONTAINER",
134
215
  "layoutPos": {
135
216
  "shrink": 1,
136
- "height": 500,
137
- "heightMode": "PX",
138
- "layout": "FLEX",
139
- "width": 500,
140
- "widthMode": "PX"
217
+ "layout": "FLEX"
141
218
  },
142
- "width": 500,
143
219
  "id": "container1"
144
220
  }
145
221
  ],
222
+ "predefinedType": "APPLOGINVIEW",
146
223
  "layout": {
147
224
  "align": "center",
148
225
  "layout": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DataViewExpBar = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var GridExpBar = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var ListExpBar = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var TreeExpBar = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -38,11 +38,13 @@ import DEPickupDataView from './view-layout-model-repository/view-layout-model-r
38
38
  import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs';
39
39
  import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs';
40
40
  import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs';
41
+ import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs';
41
42
  import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
42
43
  import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
43
44
  import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
44
45
  import TreeExpBar from './control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs';
45
46
 
47
+ "use strict";
46
48
  function install(callBack) {
47
49
  callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
48
50
  callBack("APPINDEXVIEW_DEFAULT_LEFT", AppIndexViewLayout);
@@ -93,6 +95,7 @@ function install(callBack) {
93
95
  callBack("DEINDEXPICKUPDATAVIEW_DEFAULT", DEIndexPickupDataView);
94
96
  callBack("DETREEGRIDEXVIEW_DEFAULT", DETreeGridExView);
95
97
  callBack("DETREEGRIDVIEW_DEFAULT", DETreeGridView);
98
+ callBack("DEMEDITVIEW9_DEFAULT", DEMEditView9);
96
99
  callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
97
100
  callBack("LISTEXPBAR_DEFAULT", ListExpBar);
98
101
  callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DECalendarExpView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DECalendarView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEChartView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEDataViewExpView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEDataView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEEdit2View = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEEdit3View = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEEdit4View = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEEditView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEGridViewExpView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {