@ibiz-template/web-theme 1.0.31 → 1.0.32-dev.1

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 (81) hide show
  1. package/CHANGELOG.md +4 -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.d.ts +4 -1
  6. package/es/index.mjs +10 -1
  7. package/es/theme/index.css +1 -1
  8. package/es/theme/theme/index.css +1 -1
  9. package/lib/index.cjs +11 -2
  10. package/lib/theme/index.css +1 -1
  11. package/lib/theme/theme/index.css +1 -1
  12. package/package.json +6 -3
  13. package/src/index.ts +12 -0
  14. package/src/publish/app-index-view-layout-blank-mode.ts +31 -0
  15. package/src/publish/app-index-view-layout-center.ts +28 -0
  16. package/src/publish/app-index-view-layout-top.ts +426 -0
  17. package/src/publish/app-index-view-layout.ts +476 -0
  18. package/src/publish/app-login-view.ts +252 -0
  19. package/src/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.ts +178 -0
  20. package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts +180 -0
  21. package/src/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.ts +179 -0
  22. package/src/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.ts +179 -0
  23. package/src/publish/control-layout/control-layout-model-repository-search-form-layout.ts +130 -0
  24. package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +179 -0
  25. package/src/publish/index.ts +193 -0
  26. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +98 -0
  27. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +206 -0
  28. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +100 -0
  29. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +251 -0
  30. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +98 -0
  31. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +251 -0
  32. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +275 -0
  33. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +257 -0
  34. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +234 -0
  35. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +176 -0
  36. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +98 -0
  37. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +251 -0
  38. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.ts +28 -0
  39. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +251 -0
  40. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +98 -0
  41. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +251 -0
  42. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +321 -0
  43. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +228 -0
  44. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +176 -0
  45. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.ts +73 -0
  46. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.ts +73 -0
  47. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.ts +72 -0
  48. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +273 -0
  49. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +228 -0
  50. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +221 -0
  51. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +201 -0
  52. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +98 -0
  53. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +250 -0
  54. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +250 -0
  55. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +250 -0
  56. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +49 -0
  57. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +297 -0
  58. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +414 -0
  59. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +368 -0
  60. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +98 -0
  61. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +257 -0
  62. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +175 -0
  63. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +99 -0
  64. package/src/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.ts +28 -0
  65. package/src/theme/elements/index.scss +35 -0
  66. package/src/theme/generic/element-plus.scss +452 -0
  67. package/src/theme/generic/index.scss +2 -0
  68. package/src/theme/index.scss +17 -0
  69. package/src/theme/objects/expand/expand.scss +41 -0
  70. package/src/theme/objects/index.scss +3 -0
  71. package/src/theme/objects/state/state.scss +1 -0
  72. package/src/theme/theme/dark/dark-theme.scss +304 -0
  73. package/src/theme/theme/default/default-theme.scss +404 -0
  74. package/src/theme/theme/default-dark/default-dark-theme.scss +403 -0
  75. package/src/theme/theme/index.scss +7 -0
  76. package/src/theme/theme/light/light-theme.scss +337 -0
  77. package/src/theme/tumps/index.scss +1 -0
  78. package/src/theme/var.scss +88 -0
  79. package/src/types.d.ts +1 -0
  80. package/es/theme/theme/omni-oa/omni-oa-theme.css +0 -1
  81. package/lib/theme/theme/omni-oa/omni-oa-theme.css +0 -1
@@ -0,0 +1,179 @@
1
+ export default {
2
+ "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
6
+ "rootPanelItems": [
7
+ {
8
+ "panelItems": [
9
+ {
10
+ "panelItems": [
11
+ {
12
+ "panelItems": [
13
+ {
14
+ "caption": "页面标题",
15
+ "itemStyle": "DEFAULT",
16
+ "itemType": "CTRLPOS",
17
+ "layoutPos": {
18
+ "shrink": 1,
19
+ "layout": "FLEX"
20
+ },
21
+ "showCaption": true,
22
+ "id": "captionbar"
23
+ }
24
+ ],
25
+ "layout": {
26
+ "layout": "FLEX"
27
+ },
28
+ "dataRegionType": "INHERIT",
29
+ "caption": "容器",
30
+ "itemStyle": "DEFAULT",
31
+ "itemType": "CONTAINER",
32
+ "layoutPos": {
33
+ "shrink": 1,
34
+ "layout": "FLEX"
35
+ },
36
+ "id": "control_captionbar"
37
+ }
38
+ ],
39
+ "layout": {
40
+ "layout": "FLEX"
41
+ },
42
+ "dataRegionType": "INHERIT",
43
+ "caption": "容器",
44
+ "itemStyle": "DEFAULT",
45
+ "itemType": "CONTAINER",
46
+ "layoutPos": {
47
+ "shrink": 1,
48
+ "layout": "FLEX"
49
+ },
50
+ "id": "control_header_left"
51
+ },
52
+ {
53
+ "panelItems": [
54
+ {
55
+ "panelItems": [
56
+ {
57
+ "caption": "搜索栏",
58
+ "itemStyle": "DEFAULT",
59
+ "itemType": "CTRLPOS",
60
+ "layoutPos": {
61
+ "shrink": 1,
62
+ "layout": "FLEX"
63
+ },
64
+ "showCaption": true,
65
+ "id": "searchbar"
66
+ }
67
+ ],
68
+ "layout": {
69
+ "layout": "FLEX"
70
+ },
71
+ "dataRegionType": "INHERIT",
72
+ "caption": "容器",
73
+ "itemStyle": "DEFAULT",
74
+ "itemType": "CONTAINER",
75
+ "layoutPos": {
76
+ "shrink": 1,
77
+ "layout": "FLEX"
78
+ },
79
+ "id": "control_searchbar"
80
+ },
81
+ {
82
+ "panelItems": [
83
+ {
84
+ "caption": "工具栏",
85
+ "itemStyle": "DEFAULT",
86
+ "itemType": "CTRLPOS",
87
+ "layoutPos": {
88
+ "shrink": 1,
89
+ "layout": "FLEX"
90
+ },
91
+ "showCaption": true,
92
+ "id": "gridexpbar_toolbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "layout": "FLEX"
97
+ },
98
+ "dataRegionType": "INHERIT",
99
+ "caption": "容器",
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "CONTAINER",
102
+ "layoutPos": {
103
+ "shrink": 1,
104
+ "layout": "FLEX"
105
+ },
106
+ "id": "control_toolbar"
107
+ }
108
+ ],
109
+ "layout": {
110
+ "dir": "row",
111
+ "layout": "FLEX"
112
+ },
113
+ "dataRegionType": "INHERIT",
114
+ "caption": "容器",
115
+ "itemStyle": "DEFAULT",
116
+ "itemType": "CONTAINER",
117
+ "layoutPos": {
118
+ "shrink": 1,
119
+ "layout": "FLEX"
120
+ },
121
+ "id": "control_header_right"
122
+ }
123
+ ],
124
+ "predefinedType": "EXP_HEADER",
125
+ "layout": {
126
+ "align": "space-between",
127
+ "dir": "row",
128
+ "layout": "FLEX",
129
+ "valign": "center"
130
+ },
131
+ "dataRegionType": "INHERIT",
132
+ "caption": "容器",
133
+ "itemStyle": "DEFAULT",
134
+ "itemType": "CONTAINER",
135
+ "layoutPos": {
136
+ "shrink": 0,
137
+ "layout": "FLEX"
138
+ },
139
+ "id": "control_header"
140
+ },
141
+ {
142
+ "panelItems": [
143
+ {
144
+ "caption": "导航表格",
145
+ "itemStyle": "DEFAULT",
146
+ "itemType": "CTRLPOS",
147
+ "layoutPos": {
148
+ "grow": 1,
149
+ "shrink": 1,
150
+ "layout": "FLEX"
151
+ },
152
+ "showCaption": true,
153
+ "id": "gridexpbar_grid"
154
+ }
155
+ ],
156
+ "layout": {
157
+ "layout": "FLEX"
158
+ },
159
+ "dataRegionType": "INHERIT",
160
+ "caption": "容器",
161
+ "itemStyle": "DEFAULT",
162
+ "itemType": "CONTAINER",
163
+ "layoutPos": {
164
+ "grow": 1,
165
+ "shrink": 1,
166
+ "layout": "FLEX"
167
+ },
168
+ "id": "control_grid"
169
+ }
170
+ ],
171
+ "layoutPanel": true,
172
+ "codeName": "GridExpBarLayout",
173
+ "controlType": "VIEWLAYOUTPANEL",
174
+ "logicName": "部件-表格导航栏布局面板",
175
+ "appDataEntityId": "frontmodel.controllayoutmodelrepository",
176
+ "controlParam": {},
177
+ "name": "layoutpanel",
178
+ "id": "gridexpbarlayout"
179
+ }
@@ -0,0 +1,179 @@
1
+ export default {
2
+ "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
6
+ "rootPanelItems": [
7
+ {
8
+ "panelItems": [
9
+ {
10
+ "panelItems": [
11
+ {
12
+ "panelItems": [
13
+ {
14
+ "caption": "页面标题",
15
+ "itemStyle": "DEFAULT",
16
+ "itemType": "CTRLPOS",
17
+ "layoutPos": {
18
+ "shrink": 1,
19
+ "layout": "FLEX"
20
+ },
21
+ "showCaption": true,
22
+ "id": "captionbar"
23
+ }
24
+ ],
25
+ "layout": {
26
+ "layout": "FLEX"
27
+ },
28
+ "dataRegionType": "INHERIT",
29
+ "caption": "容器",
30
+ "itemStyle": "DEFAULT",
31
+ "itemType": "CONTAINER",
32
+ "layoutPos": {
33
+ "shrink": 1,
34
+ "layout": "FLEX"
35
+ },
36
+ "id": "control_captionbar"
37
+ }
38
+ ],
39
+ "layout": {
40
+ "layout": "FLEX"
41
+ },
42
+ "dataRegionType": "INHERIT",
43
+ "caption": "容器",
44
+ "itemStyle": "DEFAULT",
45
+ "itemType": "CONTAINER",
46
+ "layoutPos": {
47
+ "shrink": 1,
48
+ "layout": "FLEX"
49
+ },
50
+ "id": "control_header_left"
51
+ },
52
+ {
53
+ "panelItems": [
54
+ {
55
+ "panelItems": [
56
+ {
57
+ "caption": "搜索栏",
58
+ "itemStyle": "DEFAULT",
59
+ "itemType": "CTRLPOS",
60
+ "layoutPos": {
61
+ "shrink": 1,
62
+ "layout": "FLEX"
63
+ },
64
+ "showCaption": true,
65
+ "id": "searchbar"
66
+ }
67
+ ],
68
+ "layout": {
69
+ "dir": "column",
70
+ "layout": "FLEX"
71
+ },
72
+ "dataRegionType": "INHERIT",
73
+ "itemStyle": "DEFAULT",
74
+ "itemType": "CONTAINER",
75
+ "layoutPos": {
76
+ "shrink": 0,
77
+ "layout": "FLEX"
78
+ },
79
+ "id": "control_searchbar"
80
+ },
81
+ {
82
+ "panelItems": [
83
+ {
84
+ "caption": "工具栏",
85
+ "itemStyle": "DEFAULT",
86
+ "itemType": "CTRLPOS",
87
+ "layoutPos": {
88
+ "shrink": 1,
89
+ "layout": "FLEX"
90
+ },
91
+ "showCaption": true,
92
+ "id": "listexpbar_toolbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "layout": "FLEX"
97
+ },
98
+ "dataRegionType": "INHERIT",
99
+ "caption": "容器",
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "CONTAINER",
102
+ "layoutPos": {
103
+ "shrink": 1,
104
+ "layout": "FLEX"
105
+ },
106
+ "id": "control_toolbar"
107
+ }
108
+ ],
109
+ "layout": {
110
+ "dir": "row",
111
+ "layout": "FLEX"
112
+ },
113
+ "dataRegionType": "INHERIT",
114
+ "caption": "容器",
115
+ "itemStyle": "DEFAULT",
116
+ "itemType": "CONTAINER",
117
+ "layoutPos": {
118
+ "shrink": 1,
119
+ "layout": "FLEX"
120
+ },
121
+ "id": "control_header_right"
122
+ }
123
+ ],
124
+ "predefinedType": "EXP_HEADER",
125
+ "layout": {
126
+ "align": "space-between",
127
+ "dir": "row",
128
+ "layout": "FLEX",
129
+ "valign": "center"
130
+ },
131
+ "dataRegionType": "INHERIT",
132
+ "caption": "容器",
133
+ "itemStyle": "DEFAULT",
134
+ "itemType": "CONTAINER",
135
+ "layoutPos": {
136
+ "shrink": 0,
137
+ "layout": "FLEX"
138
+ },
139
+ "id": "control_header"
140
+ },
141
+ {
142
+ "panelItems": [
143
+ {
144
+ "caption": "导航列表",
145
+ "itemStyle": "DEFAULT",
146
+ "itemType": "CTRLPOS",
147
+ "layoutPos": {
148
+ "grow": 1,
149
+ "shrink": 1,
150
+ "layout": "FLEX"
151
+ },
152
+ "showCaption": true,
153
+ "id": "listexpbar_list"
154
+ }
155
+ ],
156
+ "layout": {
157
+ "layout": "FLEX"
158
+ },
159
+ "dataRegionType": "INHERIT",
160
+ "caption": "容器",
161
+ "itemStyle": "DEFAULT",
162
+ "itemType": "CONTAINER",
163
+ "layoutPos": {
164
+ "grow": 1,
165
+ "shrink": 1,
166
+ "layout": "FLEX"
167
+ },
168
+ "id": "control_list"
169
+ }
170
+ ],
171
+ "layoutPanel": true,
172
+ "codeName": "ListExpBarLayout",
173
+ "controlType": "VIEWLAYOUTPANEL",
174
+ "logicName": "部件-列表导航栏布局面板",
175
+ "appDataEntityId": "frontmodel.controllayoutmodelrepository",
176
+ "controlParam": {},
177
+ "name": "layoutpanel",
178
+ "id": "listexpbarlayout"
179
+ }
@@ -0,0 +1,130 @@
1
+ export default {
2
+ "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
6
+ "rootPanelItems": [
7
+ {
8
+ "panelItems": [
9
+ {
10
+ "panelItems": [
11
+ {
12
+ "caption": "搜索表单",
13
+ "itemStyle": "DEFAULT",
14
+ "itemType": "CTRLPOS",
15
+ "layoutPos": {
16
+ "shrink": 1,
17
+ "layout": "FLEX"
18
+ },
19
+ "showCaption": true,
20
+ "id": "searchform"
21
+ }
22
+ ],
23
+ "layout": {
24
+ "layout": "FLEX"
25
+ },
26
+ "dataRegionType": "INHERIT",
27
+ "caption": "容器",
28
+ "itemStyle": "DEFAULT",
29
+ "itemType": "CONTAINER",
30
+ "layoutPos": {
31
+ "grow": 1,
32
+ "shrink": 1,
33
+ "layout": "FLEX"
34
+ },
35
+ "id": "control_searchform"
36
+ },
37
+ {
38
+ "panelItems": [
39
+ {
40
+ "rawItem": {
41
+ "halign": "LEFT",
42
+ "valign": "MIDDLE",
43
+ "wrapMode": "NOWRAP",
44
+ "contentType": "RAW",
45
+ "predefinedType": "SEARCHFORM_BUTTONS",
46
+ "id": "searchform_buttons2"
47
+ },
48
+ "itemStyle": "DEFAULT",
49
+ "itemType": "RAWITEM",
50
+ "layoutPos": {
51
+ "shrink": 1,
52
+ "layout": "FLEX"
53
+ },
54
+ "id": "searchform_buttons2"
55
+ }
56
+ ],
57
+ "layout": {
58
+ "layout": "FLEX"
59
+ },
60
+ "dataRegionType": "INHERIT",
61
+ "caption": "容器",
62
+ "itemStyle": "DEFAULT",
63
+ "itemType": "CONTAINER",
64
+ "layoutPos": {
65
+ "grow": 0,
66
+ "shrink": 0,
67
+ "layout": "FLEX"
68
+ },
69
+ "id": "control_buttons_right"
70
+ }
71
+ ],
72
+ "layout": {
73
+ "dir": "row",
74
+ "layout": "FLEX"
75
+ },
76
+ "dataRegionType": "INHERIT",
77
+ "caption": "容器",
78
+ "itemStyle": "DEFAULT",
79
+ "itemType": "CONTAINER",
80
+ "layoutPos": {
81
+ "grow": 1,
82
+ "shrink": 1,
83
+ "layout": "FLEX"
84
+ },
85
+ "id": "control_content"
86
+ },
87
+ {
88
+ "panelItems": [
89
+ {
90
+ "rawItem": {
91
+ "contentType": "PLACEHOLDER",
92
+ "predefinedType": "SEARCHFORM_BUTTONS",
93
+ "id": "searchform_buttons"
94
+ },
95
+ "caption": "图片",
96
+ "itemStyle": "DEFAULT",
97
+ "itemType": "RAWITEM",
98
+ "layoutPos": {
99
+ "shrink": 1,
100
+ "layout": "FLEX"
101
+ },
102
+ "showCaption": true,
103
+ "id": "searchform_buttons"
104
+ }
105
+ ],
106
+ "layout": {
107
+ "dir": "row-reverse",
108
+ "layout": "FLEX"
109
+ },
110
+ "dataRegionType": "INHERIT",
111
+ "caption": "容器",
112
+ "itemStyle": "DEFAULT",
113
+ "itemType": "CONTAINER",
114
+ "layoutPos": {
115
+ "grow": 0,
116
+ "shrink": 0,
117
+ "layout": "FLEX"
118
+ },
119
+ "id": "control_buttons_bottom"
120
+ }
121
+ ],
122
+ "layoutPanel": true,
123
+ "codeName": "SearchFormLayout",
124
+ "controlType": "VIEWLAYOUTPANEL",
125
+ "logicName": "部件-搜索表单布局面板",
126
+ "appDataEntityId": "frontmodel.controllayoutmodelrepository",
127
+ "controlParam": {},
128
+ "name": "layoutpanel",
129
+ "id": "searchformlayout"
130
+ }
@@ -0,0 +1,179 @@
1
+ export default {
2
+ "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
6
+ "rootPanelItems": [
7
+ {
8
+ "panelItems": [
9
+ {
10
+ "panelItems": [
11
+ {
12
+ "panelItems": [
13
+ {
14
+ "caption": "页面标题",
15
+ "itemStyle": "DEFAULT",
16
+ "itemType": "CTRLPOS",
17
+ "layoutPos": {
18
+ "shrink": 1,
19
+ "layout": "FLEX"
20
+ },
21
+ "showCaption": true,
22
+ "id": "captionbar"
23
+ }
24
+ ],
25
+ "layout": {
26
+ "layout": "FLEX"
27
+ },
28
+ "dataRegionType": "INHERIT",
29
+ "caption": "容器",
30
+ "itemStyle": "DEFAULT",
31
+ "itemType": "CONTAINER",
32
+ "layoutPos": {
33
+ "shrink": 1,
34
+ "layout": "FLEX"
35
+ },
36
+ "id": "control_captionbar"
37
+ }
38
+ ],
39
+ "layout": {
40
+ "layout": "FLEX"
41
+ },
42
+ "dataRegionType": "INHERIT",
43
+ "caption": "容器",
44
+ "itemStyle": "DEFAULT",
45
+ "itemType": "CONTAINER",
46
+ "layoutPos": {
47
+ "shrink": 1,
48
+ "layout": "FLEX"
49
+ },
50
+ "id": "control_header_left"
51
+ },
52
+ {
53
+ "panelItems": [
54
+ {
55
+ "panelItems": [
56
+ {
57
+ "caption": "搜索栏",
58
+ "itemStyle": "DEFAULT",
59
+ "itemType": "CTRLPOS",
60
+ "layoutPos": {
61
+ "shrink": 1,
62
+ "layout": "FLEX"
63
+ },
64
+ "showCaption": true,
65
+ "id": "searchbar"
66
+ }
67
+ ],
68
+ "layout": {
69
+ "dir": "column",
70
+ "layout": "FLEX"
71
+ },
72
+ "dataRegionType": "INHERIT",
73
+ "itemStyle": "DEFAULT",
74
+ "itemType": "CONTAINER",
75
+ "layoutPos": {
76
+ "shrink": 0,
77
+ "layout": "FLEX"
78
+ },
79
+ "id": "control_searchbar"
80
+ },
81
+ {
82
+ "panelItems": [
83
+ {
84
+ "caption": "工具栏",
85
+ "itemStyle": "DEFAULT",
86
+ "itemType": "CTRLPOS",
87
+ "layoutPos": {
88
+ "shrink": 1,
89
+ "layout": "FLEX"
90
+ },
91
+ "showCaption": true,
92
+ "id": "treeexpbar_toolbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "layout": "FLEX"
97
+ },
98
+ "dataRegionType": "INHERIT",
99
+ "caption": "容器",
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "CONTAINER",
102
+ "layoutPos": {
103
+ "shrink": 1,
104
+ "layout": "FLEX"
105
+ },
106
+ "id": "control_toolbar"
107
+ }
108
+ ],
109
+ "layout": {
110
+ "dir": "row",
111
+ "layout": "FLEX"
112
+ },
113
+ "dataRegionType": "INHERIT",
114
+ "caption": "容器",
115
+ "itemStyle": "DEFAULT",
116
+ "itemType": "CONTAINER",
117
+ "layoutPos": {
118
+ "shrink": 1,
119
+ "layout": "FLEX"
120
+ },
121
+ "id": "control_header_right"
122
+ }
123
+ ],
124
+ "predefinedType": "EXP_HEADER",
125
+ "layout": {
126
+ "align": "space-between",
127
+ "dir": "row",
128
+ "layout": "FLEX",
129
+ "valign": "center"
130
+ },
131
+ "dataRegionType": "INHERIT",
132
+ "caption": "容器",
133
+ "itemStyle": "DEFAULT",
134
+ "itemType": "CONTAINER",
135
+ "layoutPos": {
136
+ "shrink": 0,
137
+ "layout": "FLEX"
138
+ },
139
+ "id": "control_header"
140
+ },
141
+ {
142
+ "panelItems": [
143
+ {
144
+ "caption": "导航树",
145
+ "itemStyle": "DEFAULT",
146
+ "itemType": "CTRLPOS",
147
+ "layoutPos": {
148
+ "grow": 1,
149
+ "shrink": 1,
150
+ "layout": "FLEX"
151
+ },
152
+ "showCaption": true,
153
+ "id": "treeexpbar_tree"
154
+ }
155
+ ],
156
+ "layout": {
157
+ "layout": "FLEX"
158
+ },
159
+ "dataRegionType": "INHERIT",
160
+ "caption": "容器",
161
+ "itemStyle": "DEFAULT",
162
+ "itemType": "CONTAINER",
163
+ "layoutPos": {
164
+ "grow": 1,
165
+ "shrink": 1,
166
+ "layout": "FLEX"
167
+ },
168
+ "id": "control_tree"
169
+ }
170
+ ],
171
+ "layoutPanel": true,
172
+ "codeName": "TreeExpBarLayout",
173
+ "controlType": "VIEWLAYOUTPANEL",
174
+ "logicName": "部件-树导航栏布局面板",
175
+ "appDataEntityId": "frontmodel.controllayoutmodelrepository",
176
+ "controlParam": {},
177
+ "name": "layoutpanel",
178
+ "id": "treeexpbarlayout"
179
+ }