@ibiz-template/web-theme 1.0.17 → 1.0.19

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 (28) hide show
  1. package/CHANGELOG.md +17 -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/publish/index.mjs +4 -0
  6. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +2 -0
  7. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +1 -0
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +67 -5
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +86 -8
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +203 -0
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +252 -0
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +203 -0
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +252 -0
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +2 -0
  15. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +1 -0
  16. package/es/theme/index.css +1 -1
  17. package/es/theme/objects/expand/expand.css +1 -1
  18. package/es/theme/objects/index.css +1 -1
  19. package/lib/publish/index.cjs +4 -0
  20. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +1 -0
  21. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +86 -8
  22. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +256 -0
  23. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +256 -0
  24. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +1 -0
  25. package/lib/theme/index.css +1 -1
  26. package/lib/theme/objects/expand/expand.css +1 -1
  27. package/lib/theme/objects/index.css +1 -1
  28. package/package.json +1 -1
@@ -36,6 +36,8 @@ import DEWFDynaEditView from './view-layout-model-repository/view-layout-model-r
36
36
  import DEPanelView from './view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs';
37
37
  import DEPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs';
38
38
  import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs';
39
+ import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs';
40
+ import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs';
39
41
  import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
40
42
  import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
41
43
  import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
@@ -89,6 +91,8 @@ function install(callBack) {
89
91
  callBack("DEPANELVIEW_DEFAULT", DEPanelView);
90
92
  callBack("DEPICKUPDATAVIEW_DEFAULT", DEPickupDataView);
91
93
  callBack("DEINDEXPICKUPDATAVIEW_DEFAULT", DEIndexPickupDataView);
94
+ callBack("DETREEGRIDEXVIEW_DEFAULT", DETreeGridExView);
95
+ callBack("DETREEGRIDVIEW_DEFAULT", DETreeGridView);
92
96
  callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
93
97
  callBack("LISTEXPBAR_DEFAULT", ListExpBar);
94
98
  callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
@@ -107,6 +107,7 @@ declare const _default: {
107
107
  grow?: undefined;
108
108
  };
109
109
  id: string;
110
+ predefinedType?: undefined;
110
111
  } | {
111
112
  panelItems: {
112
113
  caption: string;
@@ -120,6 +121,7 @@ declare const _default: {
120
121
  showCaption: boolean;
121
122
  id: string;
122
123
  }[];
124
+ predefinedType: string;
123
125
  layout: {
124
126
  layout: string;
125
127
  };
@@ -178,6 +178,7 @@ var DEPickupView2 = {
178
178
  "id": "pickupviewpanel"
179
179
  }
180
180
  ],
181
+ "predefinedType": "VIEWCONTENT",
181
182
  "layout": {
182
183
  "layout": "FLEX"
183
184
  },
@@ -72,11 +72,74 @@ declare const _default: {
72
72
  };
73
73
  id: string;
74
74
  } | {
75
- panelItems: {
76
- rawItem: {
75
+ panelItems: ({
76
+ layout: {
77
+ layout: string;
78
+ };
79
+ dataRegionType: string;
80
+ caption: string;
81
+ itemStyle: string;
82
+ itemType: string;
83
+ layoutPos: {
84
+ shrink: number;
85
+ layout: string;
86
+ grow?: undefined;
87
+ };
88
+ id: string;
89
+ panelItems?: undefined;
90
+ } | {
91
+ panelItems: ({
92
+ panelItems: {
93
+ rawItem: {
94
+ predefinedType: string;
95
+ id: string;
96
+ };
97
+ caption: string;
98
+ itemStyle: string;
99
+ itemType: string;
100
+ layoutPos: {
101
+ grow: number;
102
+ shrink: number;
103
+ layout: string;
104
+ };
105
+ showCaption: boolean;
106
+ id: string;
107
+ }[];
77
108
  predefinedType: string;
109
+ layout: {
110
+ layout: string;
111
+ };
112
+ dataRegionType: string;
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ grow: number;
118
+ shrink: number;
119
+ layout: string;
120
+ };
78
121
  id: string;
122
+ } | {
123
+ layout: {
124
+ layout: string;
125
+ };
126
+ dataRegionType: string;
127
+ caption: string;
128
+ itemStyle: string;
129
+ itemType: string;
130
+ layoutPos: {
131
+ shrink: number;
132
+ layout: string;
133
+ grow?: undefined;
134
+ };
135
+ id: string;
136
+ panelItems?: undefined;
137
+ predefinedType?: undefined;
138
+ })[];
139
+ layout: {
140
+ layout: string;
79
141
  };
142
+ dataRegionType: string;
80
143
  caption: string;
81
144
  itemStyle: string;
82
145
  itemType: string;
@@ -85,12 +148,11 @@ declare const _default: {
85
148
  shrink: number;
86
149
  layout: string;
87
150
  };
88
- showCaption: boolean;
89
151
  id: string;
90
- }[];
152
+ })[];
91
153
  layout: {
154
+ dir: string;
92
155
  layout: string;
93
- dir?: undefined;
94
156
  valign?: undefined;
95
157
  };
96
158
  dataRegionType: string;
@@ -81,23 +81,101 @@ var DETabExpView = {
81
81
  {
82
82
  "panelItems": [
83
83
  {
84
- "rawItem": {
85
- "predefinedType": "NAV_POS",
86
- "id": "nav_pos"
84
+ "layout": {
85
+ "layout": "FLEX"
87
86
  },
88
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
87
+ "dataRegionType": "INHERIT",
88
+ "caption": "\u5BB9\u5668",
89
89
  "itemStyle": "DEFAULT",
90
- "itemType": "RAWITEM",
90
+ "itemType": "CONTAINER",
91
+ "layoutPos": {
92
+ "shrink": 1,
93
+ "layout": "FLEX"
94
+ },
95
+ "id": "view_tabexppanel_left"
96
+ },
97
+ {
98
+ "panelItems": [
99
+ {
100
+ "panelItems": [
101
+ {
102
+ "rawItem": {
103
+ "predefinedType": "NAV_POS",
104
+ "id": "nav_pos"
105
+ },
106
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
107
+ "itemStyle": "DEFAULT",
108
+ "itemType": "RAWITEM",
109
+ "layoutPos": {
110
+ "grow": 1,
111
+ "shrink": 1,
112
+ "layout": "FLEX"
113
+ },
114
+ "showCaption": true,
115
+ "id": "nav_pos"
116
+ }
117
+ ],
118
+ "predefinedType": "VIEWCONTENT",
119
+ "layout": {
120
+ "layout": "FLEX"
121
+ },
122
+ "dataRegionType": "INHERIT",
123
+ "caption": "\u5BB9\u5668",
124
+ "itemStyle": "DEFAULT",
125
+ "itemType": "CONTAINER",
126
+ "layoutPos": {
127
+ "grow": 1,
128
+ "shrink": 1,
129
+ "layout": "FLEX"
130
+ },
131
+ "id": "view_content"
132
+ },
133
+ {
134
+ "layout": {
135
+ "layout": "FLEX"
136
+ },
137
+ "dataRegionType": "INHERIT",
138
+ "caption": "\u5BB9\u5668",
139
+ "itemStyle": "DEFAULT",
140
+ "itemType": "CONTAINER",
141
+ "layoutPos": {
142
+ "shrink": 0,
143
+ "layout": "FLEX"
144
+ },
145
+ "id": "view_tabexppanel_bottom"
146
+ }
147
+ ],
148
+ "layout": {
149
+ "layout": "FLEX"
150
+ },
151
+ "dataRegionType": "INHERIT",
152
+ "caption": "\u5BB9\u5668",
153
+ "itemStyle": "DEFAULT",
154
+ "itemType": "CONTAINER",
91
155
  "layoutPos": {
92
156
  "grow": 1,
93
157
  "shrink": 1,
94
158
  "layout": "FLEX"
95
159
  },
96
- "showCaption": true,
97
- "id": "nav_pos"
160
+ "id": "container1"
161
+ },
162
+ {
163
+ "layout": {
164
+ "layout": "FLEX"
165
+ },
166
+ "dataRegionType": "INHERIT",
167
+ "caption": "\u5BB9\u5668",
168
+ "itemStyle": "DEFAULT",
169
+ "itemType": "CONTAINER",
170
+ "layoutPos": {
171
+ "shrink": 0,
172
+ "layout": "FLEX"
173
+ },
174
+ "id": "view_tabexppanel_right"
98
175
  }
99
176
  ],
100
177
  "layout": {
178
+ "dir": "row",
101
179
  "layout": "FLEX"
102
180
  },
103
181
  "dataRegionType": "INHERIT",
@@ -109,7 +187,7 @@ var DETabExpView = {
109
187
  "shrink": 1,
110
188
  "layout": "FLEX"
111
189
  },
112
- "id": "view_content"
190
+ "id": "container"
113
191
  }
114
192
  ],
115
193
  "layoutPanel": true,
@@ -0,0 +1,203 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
6
+ rootPanelItems: ({
7
+ panelItems: {
8
+ panelItems: ({
9
+ panelItems: {
10
+ panelItems: {
11
+ caption: string;
12
+ itemStyle: string;
13
+ itemType: string;
14
+ layoutPos: {
15
+ shrink: number;
16
+ layout: string;
17
+ };
18
+ showCaption: boolean;
19
+ id: string;
20
+ }[];
21
+ layout: {
22
+ align: string;
23
+ layout: string;
24
+ };
25
+ dataRegionType: string;
26
+ caption: string;
27
+ itemStyle: string;
28
+ itemType: string;
29
+ layoutPos: {
30
+ shrink: number;
31
+ heightMode: string;
32
+ layout: string;
33
+ };
34
+ id: string;
35
+ }[];
36
+ layout: {
37
+ layout: string;
38
+ dir?: undefined;
39
+ };
40
+ dataRegionType: string;
41
+ caption: string;
42
+ itemStyle: string;
43
+ itemType: string;
44
+ layoutPos: {
45
+ shrink: number;
46
+ heightMode: string;
47
+ layout: string;
48
+ };
49
+ id: string;
50
+ } | {
51
+ panelItems: {
52
+ panelItems: {
53
+ caption: string;
54
+ itemStyle: string;
55
+ itemType: string;
56
+ layoutPos: {
57
+ shrink: number;
58
+ layout: string;
59
+ };
60
+ showCaption: boolean;
61
+ id: string;
62
+ }[];
63
+ layout: {
64
+ align: string;
65
+ layout: string;
66
+ };
67
+ dataRegionType: string;
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ heightMode: string;
74
+ layout: string;
75
+ };
76
+ id: string;
77
+ }[];
78
+ layout: {
79
+ dir: string;
80
+ layout: string;
81
+ };
82
+ dataRegionType: string;
83
+ caption: string;
84
+ itemStyle: string;
85
+ itemType: string;
86
+ layoutPos: {
87
+ shrink: number;
88
+ heightMode: string;
89
+ layout: string;
90
+ };
91
+ id: string;
92
+ })[];
93
+ predefinedType: string;
94
+ layout: {
95
+ align: string;
96
+ dir: string;
97
+ layout: string;
98
+ valign: string;
99
+ };
100
+ dataRegionType: string;
101
+ caption: string;
102
+ itemStyle: string;
103
+ itemType: string;
104
+ layoutPos: {
105
+ shrink: number;
106
+ layout: string;
107
+ };
108
+ id: string;
109
+ }[];
110
+ predefinedType: string;
111
+ layout: {
112
+ layout: string;
113
+ };
114
+ dataRegionType: string;
115
+ caption: string;
116
+ itemStyle: string;
117
+ itemType: string;
118
+ layoutPos: {
119
+ shrink: number;
120
+ layout: string;
121
+ grow?: undefined;
122
+ };
123
+ showCaption: boolean;
124
+ id: string;
125
+ } | {
126
+ panelItems: {
127
+ panelItems: {
128
+ caption: string;
129
+ itemStyle: string;
130
+ itemType: string;
131
+ layoutPos: {
132
+ shrink: number;
133
+ layout: string;
134
+ };
135
+ showCaption: boolean;
136
+ id: string;
137
+ }[];
138
+ layout: {
139
+ dir: string;
140
+ layout: string;
141
+ };
142
+ dataRegionType: string;
143
+ itemStyle: string;
144
+ itemType: string;
145
+ layoutPos: {
146
+ shrink: number;
147
+ layout: string;
148
+ };
149
+ id: string;
150
+ }[];
151
+ predefinedType: string;
152
+ layout: {
153
+ layout: string;
154
+ };
155
+ dataRegionType: string;
156
+ caption: string;
157
+ itemStyle: string;
158
+ itemType: string;
159
+ layoutPos: {
160
+ shrink: number;
161
+ layout: string;
162
+ grow?: undefined;
163
+ };
164
+ showCaption: boolean;
165
+ id: string;
166
+ } | {
167
+ panelItems: {
168
+ caption: string;
169
+ itemStyle: string;
170
+ itemType: string;
171
+ layoutPos: {
172
+ shrink: number;
173
+ layout: string;
174
+ };
175
+ showCaption: boolean;
176
+ id: string;
177
+ }[];
178
+ predefinedType: string;
179
+ layout: {
180
+ layout: string;
181
+ };
182
+ dataRegionType: string;
183
+ caption: string;
184
+ itemStyle: string;
185
+ itemType: string;
186
+ layoutPos: {
187
+ grow: number;
188
+ shrink: number;
189
+ layout: string;
190
+ };
191
+ id: string;
192
+ showCaption?: undefined;
193
+ })[];
194
+ layoutPanel: boolean;
195
+ codeName: string;
196
+ controlType: string;
197
+ logicName: string;
198
+ appDataEntityId: string;
199
+ controlParam: {};
200
+ name: string;
201
+ id: string;
202
+ };
203
+ export default _default;