@ibiz-template/web-theme 0.0.1 → 1.0.0
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.
- package/CHANGELOG.md +264 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +2 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +27 -0
- package/es/publish/app-index-view-layout-center.d.ts +24 -0
- package/es/publish/app-index-view-layout-top.d.ts +164 -0
- package/es/publish/app-index-view-layout-top.mjs +3 -1
- package/es/publish/app-index-view-layout.d.ts +160 -0
- package/es/publish/app-index-view-layout.mjs +29 -48
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +179 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +140 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +178 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +154 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +211 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +143 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +227 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +23 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +7 -8
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +43 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +272 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +16 -15
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +87 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +88 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +7 -8
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/expand/expand.css +1 -1
- package/es/theme/objects/index.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-top.cjs +3 -1
- package/lib/publish/app-index-view-layout.cjs +29 -48
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +183 -0
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +182 -0
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +231 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +30 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +7 -8
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +16 -15
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +7 -8
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/expand/expand.css +1 -1
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +10 -8
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEEdit4View = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "CTRLPOS",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 1,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "captionbar"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"layout": {
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"caption": "\u5BB9\u5668",
|
|
33
|
+
"itemStyle": "DEFAULT",
|
|
34
|
+
"itemType": "CONTAINER",
|
|
35
|
+
"layoutPos": {
|
|
36
|
+
"shrink": 1,
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"id": "view_captionbar"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"layout": {
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"dataRegionType": "INHERIT",
|
|
46
|
+
"caption": "\u5BB9\u5668",
|
|
47
|
+
"itemStyle": "DEFAULT",
|
|
48
|
+
"itemType": "CONTAINER",
|
|
49
|
+
"layoutPos": {
|
|
50
|
+
"shrink": 1,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"id": "view_header_left"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"panelItems": [
|
|
57
|
+
{
|
|
58
|
+
"panelItems": [
|
|
59
|
+
{
|
|
60
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
61
|
+
"itemStyle": "DEFAULT",
|
|
62
|
+
"itemType": "CTRLPOS",
|
|
63
|
+
"layoutPos": {
|
|
64
|
+
"shrink": 1,
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"showCaption": true,
|
|
68
|
+
"id": "toolbar"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"layout": {
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"dataRegionType": "INHERIT",
|
|
75
|
+
"caption": "\u5BB9\u5668",
|
|
76
|
+
"itemStyle": "DEFAULT",
|
|
77
|
+
"itemType": "CONTAINER",
|
|
78
|
+
"layoutPos": {
|
|
79
|
+
"shrink": 1,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"id": "view_toolbar"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"layout": {
|
|
86
|
+
"layout": "FLEX"
|
|
87
|
+
},
|
|
88
|
+
"dataRegionType": "INHERIT",
|
|
89
|
+
"caption": "\u5BB9\u5668",
|
|
90
|
+
"itemStyle": "DEFAULT",
|
|
91
|
+
"itemType": "CONTAINER",
|
|
92
|
+
"layoutPos": {
|
|
93
|
+
"shrink": 1,
|
|
94
|
+
"layout": "FLEX"
|
|
95
|
+
},
|
|
96
|
+
"id": "view_header_right"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"predefinedType": "VIEWHEADER",
|
|
100
|
+
"layout": {
|
|
101
|
+
"align": "space-between",
|
|
102
|
+
"dir": "row",
|
|
103
|
+
"layout": "FLEX",
|
|
104
|
+
"valign": "center"
|
|
105
|
+
},
|
|
106
|
+
"dataRegionType": "INHERIT",
|
|
107
|
+
"caption": "\u5BB9\u5668",
|
|
108
|
+
"itemStyle": "DEFAULT",
|
|
109
|
+
"itemType": "CONTAINER",
|
|
110
|
+
"layoutPos": {
|
|
111
|
+
"shrink": 0,
|
|
112
|
+
"layout": "FLEX"
|
|
113
|
+
},
|
|
114
|
+
"id": "view_header"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"predefinedType": "PANELPART",
|
|
118
|
+
"layout": {
|
|
119
|
+
"layout": "FLEX"
|
|
120
|
+
},
|
|
121
|
+
"dataRegionType": "INHERIT",
|
|
122
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
123
|
+
"itemStyle": "DEFAULT",
|
|
124
|
+
"itemType": "CONTAINER",
|
|
125
|
+
"layoutPos": {
|
|
126
|
+
"shrink": 1,
|
|
127
|
+
"layout": "FLEX"
|
|
128
|
+
},
|
|
129
|
+
"showCaption": true,
|
|
130
|
+
"id": "panelpart"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"panelItems": [
|
|
134
|
+
{
|
|
135
|
+
"caption": "\u8868\u5355",
|
|
136
|
+
"itemStyle": "DEFAULT",
|
|
137
|
+
"itemType": "CTRLPOS",
|
|
138
|
+
"layoutPos": {
|
|
139
|
+
"grow": 1,
|
|
140
|
+
"shrink": 1,
|
|
141
|
+
"layout": "FLEX"
|
|
142
|
+
},
|
|
143
|
+
"showCaption": true,
|
|
144
|
+
"id": "form"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"layout": {
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"dataRegionType": "INHERIT",
|
|
151
|
+
"caption": "\u5BB9\u5668",
|
|
152
|
+
"itemStyle": "DEFAULT",
|
|
153
|
+
"itemType": "CONTAINER",
|
|
154
|
+
"layoutPos": {
|
|
155
|
+
"shrink": 0,
|
|
156
|
+
"layout": "FLEX"
|
|
157
|
+
},
|
|
158
|
+
"id": "view_form"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"panelItems": [
|
|
162
|
+
{
|
|
163
|
+
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
164
|
+
"itemStyle": "DEFAULT",
|
|
165
|
+
"itemType": "CTRLPOS",
|
|
166
|
+
"layoutPos": {
|
|
167
|
+
"grow": 1,
|
|
168
|
+
"shrink": 1,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"showCaption": true,
|
|
172
|
+
"id": "drtab"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"layout": {
|
|
176
|
+
"layout": "FLEX"
|
|
177
|
+
},
|
|
178
|
+
"dataRegionType": "INHERIT",
|
|
179
|
+
"caption": "\u5BB9\u5668",
|
|
180
|
+
"itemStyle": "DEFAULT",
|
|
181
|
+
"itemType": "CONTAINER",
|
|
182
|
+
"layoutPos": {
|
|
183
|
+
"shrink": 0,
|
|
184
|
+
"layout": "FLEX"
|
|
185
|
+
},
|
|
186
|
+
"id": "view_drtab"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"panelItems": [
|
|
190
|
+
{
|
|
191
|
+
"rawItem": {
|
|
192
|
+
"predefinedType": "NAV_POS",
|
|
193
|
+
"id": "nav_pos"
|
|
194
|
+
},
|
|
195
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
196
|
+
"itemStyle": "DEFAULT",
|
|
197
|
+
"itemType": "RAWITEM",
|
|
198
|
+
"layoutPos": {
|
|
199
|
+
"grow": 1,
|
|
200
|
+
"shrink": 1,
|
|
201
|
+
"layout": "FLEX"
|
|
202
|
+
},
|
|
203
|
+
"showCaption": true,
|
|
204
|
+
"id": "nav_pos"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"layout": {
|
|
208
|
+
"layout": "FLEX"
|
|
209
|
+
},
|
|
210
|
+
"dataRegionType": "INHERIT",
|
|
211
|
+
"caption": "\u5BB9\u5668",
|
|
212
|
+
"itemStyle": "DEFAULT",
|
|
213
|
+
"itemType": "CONTAINER",
|
|
214
|
+
"layoutPos": {
|
|
215
|
+
"shrink": 1,
|
|
216
|
+
"layout": "FLEX"
|
|
217
|
+
},
|
|
218
|
+
"id": "view_nav_pos"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"layoutPanel": true,
|
|
222
|
+
"codeName": "EditView4Layout",
|
|
223
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
224
|
+
"logicName": "\u5B9E\u4F53\u7F16\u8F91\u89C6\u56FE\uFF08\u4E0A\u4E0B\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F",
|
|
225
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
226
|
+
"controlParam": {},
|
|
227
|
+
"name": "layoutpanel",
|
|
228
|
+
"id": "editview4layout"
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
exports.default = DEEdit4View;
|
|
@@ -136,6 +136,7 @@ var DEEditView = {
|
|
|
136
136
|
"itemStyle": "DEFAULT",
|
|
137
137
|
"itemType": "CTRLPOS",
|
|
138
138
|
"layoutPos": {
|
|
139
|
+
"grow": 1,
|
|
139
140
|
"shrink": 1,
|
|
140
141
|
"layout": "FLEX"
|
|
141
142
|
},
|
|
@@ -143,6 +144,7 @@ var DEEditView = {
|
|
|
143
144
|
"id": "form"
|
|
144
145
|
}
|
|
145
146
|
],
|
|
147
|
+
"predefinedType": "VIEWCONTENT",
|
|
146
148
|
"layout": {
|
|
147
149
|
"layout": "FLEX"
|
|
148
150
|
},
|
|
@@ -155,7 +157,7 @@ var DEEditView = {
|
|
|
155
157
|
"shrink": 1,
|
|
156
158
|
"layout": "FLEX"
|
|
157
159
|
},
|
|
158
|
-
"id": "
|
|
160
|
+
"id": "view_content"
|
|
159
161
|
}
|
|
160
162
|
],
|
|
161
163
|
"layoutPanel": true,
|
|
@@ -217,6 +217,7 @@ var DEGridView = {
|
|
|
217
217
|
"id": "grid"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
|
+
"predefinedType": "VIEWCONTENT",
|
|
220
221
|
"layout": {
|
|
221
222
|
"layout": "FLEX"
|
|
222
223
|
},
|
|
@@ -229,7 +230,7 @@ var DEGridView = {
|
|
|
229
230
|
"shrink": 1,
|
|
230
231
|
"layout": "FLEX"
|
|
231
232
|
},
|
|
232
|
-
"id": "
|
|
233
|
+
"id": "view_content"
|
|
233
234
|
}
|
|
234
235
|
],
|
|
235
236
|
"layoutPanel": true,
|
|
@@ -144,6 +144,7 @@ var DEOptView = {
|
|
|
144
144
|
"id": "form"
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
|
+
"predefinedType": "VIEWCONTENT",
|
|
147
148
|
"layout": {
|
|
148
149
|
"layout": "FLEX"
|
|
149
150
|
},
|
|
@@ -183,7 +184,8 @@ var DEOptView = {
|
|
|
183
184
|
"itemType": "BUTTON",
|
|
184
185
|
"layoutPos": {
|
|
185
186
|
"shrink": 1,
|
|
186
|
-
"layout": "FLEX"
|
|
187
|
+
"layout": "FLEX",
|
|
188
|
+
"spacingRight": "OUTERMEDIUM"
|
|
187
189
|
},
|
|
188
190
|
"showCaption": true,
|
|
189
191
|
"id": "button_cancelaction"
|
|
@@ -196,17 +198,13 @@ var DEOptView = {
|
|
|
196
198
|
},
|
|
197
199
|
"dataRegionType": "INHERIT",
|
|
198
200
|
"caption": "\u5BB9\u5668",
|
|
199
|
-
"contentHeight": 54,
|
|
200
|
-
"height": 54,
|
|
201
201
|
"itemStyle": "DEFAULT",
|
|
202
202
|
"itemType": "CONTAINER",
|
|
203
203
|
"layoutPos": {
|
|
204
204
|
"shrink": 0,
|
|
205
|
-
"height": 54,
|
|
206
|
-
"heightMode": "PX",
|
|
207
205
|
"layout": "FLEX"
|
|
208
206
|
},
|
|
209
|
-
"id": "
|
|
207
|
+
"id": "view_footer"
|
|
210
208
|
}
|
|
211
209
|
],
|
|
212
210
|
"layoutPanel": true,
|
|
@@ -145,6 +145,7 @@ var DEPanelView = {
|
|
|
145
145
|
"id": "panel"
|
|
146
146
|
}
|
|
147
147
|
],
|
|
148
|
+
"predefinedType": "VIEWCONTENT",
|
|
148
149
|
"layout": {
|
|
149
150
|
"layout": "FLEX"
|
|
150
151
|
},
|
|
@@ -156,7 +157,7 @@ var DEPanelView = {
|
|
|
156
157
|
"shrink": 1,
|
|
157
158
|
"layout": "FLEX"
|
|
158
159
|
},
|
|
159
|
-
"id": "
|
|
160
|
+
"id": "view_content"
|
|
160
161
|
}
|
|
161
162
|
],
|
|
162
163
|
"layoutPanel": true,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEPickupTreeView = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"caption": "\u6811",
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "CTRLPOS",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"shrink": 1,
|
|
14
|
+
"layout": "FLEX"
|
|
15
|
+
},
|
|
16
|
+
"showCaption": true,
|
|
17
|
+
"id": "tree"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"layoutPanel": true,
|
|
21
|
+
"codeName": "PickupTreeViewLayout",
|
|
22
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
23
|
+
"logicName": "\u5B9E\u4F53\u9009\u62E9\u6811\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
24
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
25
|
+
"controlParam": {},
|
|
26
|
+
"name": "layoutpanel",
|
|
27
|
+
"id": "pickuptreeviewlayout"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.default = DEPickupTreeView;
|
|
@@ -144,6 +144,7 @@ var DEPickupView = {
|
|
|
144
144
|
"id": "pickupviewpanel"
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
|
+
"predefinedType": "VIEWCONTENT",
|
|
147
148
|
"layout": {
|
|
148
149
|
"layout": "FLEX"
|
|
149
150
|
},
|
|
@@ -183,7 +184,8 @@ var DEPickupView = {
|
|
|
183
184
|
"itemType": "BUTTON",
|
|
184
185
|
"layoutPos": {
|
|
185
186
|
"shrink": 1,
|
|
186
|
-
"layout": "FLEX"
|
|
187
|
+
"layout": "FLEX",
|
|
188
|
+
"spacingRight": "OUTERMEDIUM"
|
|
187
189
|
},
|
|
188
190
|
"showCaption": true,
|
|
189
191
|
"id": "button_cancelaction"
|
|
@@ -191,21 +193,18 @@ var DEPickupView = {
|
|
|
191
193
|
],
|
|
192
194
|
"layout": {
|
|
193
195
|
"dir": "row-reverse",
|
|
194
|
-
"layout": "FLEX"
|
|
196
|
+
"layout": "FLEX",
|
|
197
|
+
"valign": "center"
|
|
195
198
|
},
|
|
196
199
|
"dataRegionType": "INHERIT",
|
|
197
200
|
"caption": "\u5BB9\u5668",
|
|
198
|
-
"contentHeight": 54,
|
|
199
|
-
"height": 54,
|
|
200
201
|
"itemStyle": "DEFAULT",
|
|
201
202
|
"itemType": "CONTAINER",
|
|
202
203
|
"layoutPos": {
|
|
203
|
-
"shrink":
|
|
204
|
-
"height": 54,
|
|
205
|
-
"heightMode": "PX",
|
|
204
|
+
"shrink": 0,
|
|
206
205
|
"layout": "FLEX"
|
|
207
206
|
},
|
|
208
|
-
"id": "
|
|
207
|
+
"id": "view_footer"
|
|
209
208
|
}
|
|
210
209
|
],
|
|
211
210
|
"layoutPanel": true,
|
|
@@ -216,6 +216,7 @@ var DETreeView = {
|
|
|
216
216
|
"id": "tree"
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
|
+
"predefinedType": "VIEWCONTENT",
|
|
219
220
|
"layout": {
|
|
220
221
|
"layout": "FLEX"
|
|
221
222
|
},
|
|
@@ -228,7 +229,7 @@ var DETreeView = {
|
|
|
228
229
|
"shrink": 1,
|
|
229
230
|
"layout": "FLEX"
|
|
230
231
|
},
|
|
231
|
-
"id": "
|
|
232
|
+
"id": "view_content"
|
|
232
233
|
}
|
|
233
234
|
],
|
|
234
235
|
"layoutPanel": true,
|
|
@@ -23,6 +23,7 @@ var DEWizardDView = {
|
|
|
23
23
|
"id": "wizardpanel"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
|
+
"predefinedType": "VIEWCONTENT",
|
|
26
27
|
"layout": {
|
|
27
28
|
"layout": "FLEX"
|
|
28
29
|
},
|
|
@@ -35,7 +36,7 @@ var DEWizardDView = {
|
|
|
35
36
|
"shrink": 1,
|
|
36
37
|
"layout": "FLEX"
|
|
37
38
|
},
|
|
38
|
-
"id": "
|
|
39
|
+
"id": "view_content"
|
|
39
40
|
}
|
|
40
41
|
],
|
|
41
42
|
"layoutPanel": true,
|
|
@@ -171,7 +171,8 @@ var DEMPickupView = {
|
|
|
171
171
|
"itemType": "BUTTON",
|
|
172
172
|
"layoutPos": {
|
|
173
173
|
"shrink": 1,
|
|
174
|
-
"layout": "FLEX"
|
|
174
|
+
"layout": "FLEX",
|
|
175
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
175
176
|
},
|
|
176
177
|
"showCaption": true,
|
|
177
178
|
"id": "button_addselection"
|
|
@@ -185,7 +186,8 @@ var DEMPickupView = {
|
|
|
185
186
|
"itemType": "BUTTON",
|
|
186
187
|
"layoutPos": {
|
|
187
188
|
"shrink": 1,
|
|
188
|
-
"layout": "FLEX"
|
|
189
|
+
"layout": "FLEX",
|
|
190
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
189
191
|
},
|
|
190
192
|
"showCaption": true,
|
|
191
193
|
"id": "button_addall"
|
|
@@ -199,7 +201,8 @@ var DEMPickupView = {
|
|
|
199
201
|
"itemType": "BUTTON",
|
|
200
202
|
"layoutPos": {
|
|
201
203
|
"shrink": 1,
|
|
202
|
-
"layout": "FLEX"
|
|
204
|
+
"layout": "FLEX",
|
|
205
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
203
206
|
},
|
|
204
207
|
"showCaption": true,
|
|
205
208
|
"id": "button_removeall"
|
|
@@ -220,19 +223,19 @@ var DEMPickupView = {
|
|
|
220
223
|
}
|
|
221
224
|
],
|
|
222
225
|
"layout": {
|
|
226
|
+
"align": "center",
|
|
227
|
+
"dir": "column",
|
|
223
228
|
"layout": "FLEX"
|
|
224
229
|
},
|
|
225
230
|
"dataRegionType": "INHERIT",
|
|
226
231
|
"caption": "\u5BB9\u5668",
|
|
227
|
-
"contentHeight": 36,
|
|
228
|
-
"height": 36,
|
|
229
232
|
"itemStyle": "DEFAULT",
|
|
230
233
|
"itemType": "CONTAINER",
|
|
231
234
|
"layoutPos": {
|
|
232
|
-
"shrink":
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
235
|
+
"shrink": 0,
|
|
236
|
+
"layout": "FLEX",
|
|
237
|
+
"spacingLeft": "OUTERMEDIUM",
|
|
238
|
+
"spacingRight": "OUTERMEDIUM"
|
|
236
239
|
},
|
|
237
240
|
"id": "container4"
|
|
238
241
|
},
|
|
@@ -259,7 +262,7 @@ var DEMPickupView = {
|
|
|
259
262
|
"itemStyle": "DEFAULT",
|
|
260
263
|
"itemType": "CONTAINER",
|
|
261
264
|
"layoutPos": {
|
|
262
|
-
"shrink":
|
|
265
|
+
"shrink": 0,
|
|
263
266
|
"layout": "FLEX",
|
|
264
267
|
"width": 300,
|
|
265
268
|
"widthMode": "PX"
|
|
@@ -268,6 +271,7 @@ var DEMPickupView = {
|
|
|
268
271
|
"id": "container5"
|
|
269
272
|
}
|
|
270
273
|
],
|
|
274
|
+
"predefinedType": "VIEWCONTENT",
|
|
271
275
|
"layout": {
|
|
272
276
|
"dir": "row",
|
|
273
277
|
"layout": "FLEX"
|
|
@@ -308,7 +312,8 @@ var DEMPickupView = {
|
|
|
308
312
|
"itemType": "BUTTON",
|
|
309
313
|
"layoutPos": {
|
|
310
314
|
"shrink": 1,
|
|
311
|
-
"layout": "FLEX"
|
|
315
|
+
"layout": "FLEX",
|
|
316
|
+
"spacingRight": "OUTERMEDIUM"
|
|
312
317
|
},
|
|
313
318
|
"showCaption": true,
|
|
314
319
|
"id": "button_cancelaction"
|
|
@@ -321,14 +326,10 @@ var DEMPickupView = {
|
|
|
321
326
|
},
|
|
322
327
|
"dataRegionType": "INHERIT",
|
|
323
328
|
"caption": "\u5BB9\u5668",
|
|
324
|
-
"contentHeight": 54,
|
|
325
|
-
"height": 54,
|
|
326
329
|
"itemStyle": "DEFAULT",
|
|
327
330
|
"itemType": "CONTAINER",
|
|
328
331
|
"layoutPos": {
|
|
329
332
|
"shrink": 0,
|
|
330
|
-
"height": 54,
|
|
331
|
-
"heightMode": "PX",
|
|
332
333
|
"layout": "FLEX"
|
|
333
334
|
},
|
|
334
335
|
"id": "view_footer"
|
|
@@ -19,6 +19,7 @@ var DEWFDynaActionView = {
|
|
|
19
19
|
"id": "form"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
|
+
"predefinedType": "VIEWCONTENT",
|
|
22
23
|
"layout": {
|
|
23
24
|
"layout": "FLEX"
|
|
24
25
|
},
|
|
@@ -58,7 +59,8 @@ var DEWFDynaActionView = {
|
|
|
58
59
|
"itemType": "BUTTON",
|
|
59
60
|
"layoutPos": {
|
|
60
61
|
"shrink": 1,
|
|
61
|
-
"layout": "FLEX"
|
|
62
|
+
"layout": "FLEX",
|
|
63
|
+
"spacingRight": "OUTERMEDIUM"
|
|
62
64
|
},
|
|
63
65
|
"showCaption": true,
|
|
64
66
|
"id": "button_cancelaction"
|
|
@@ -71,17 +73,13 @@ var DEWFDynaActionView = {
|
|
|
71
73
|
},
|
|
72
74
|
"dataRegionType": "INHERIT",
|
|
73
75
|
"caption": "\u5BB9\u5668",
|
|
74
|
-
"contentHeight": 54,
|
|
75
|
-
"height": 54,
|
|
76
76
|
"itemStyle": "DEFAULT",
|
|
77
77
|
"itemType": "CONTAINER",
|
|
78
78
|
"layoutPos": {
|
|
79
79
|
"shrink": 0,
|
|
80
|
-
"height": 54,
|
|
81
|
-
"heightMode": "PX",
|
|
82
80
|
"layout": "FLEX"
|
|
83
81
|
},
|
|
84
|
-
"id": "
|
|
82
|
+
"id": "view_footer"
|
|
85
83
|
}
|
|
86
84
|
],
|
|
87
85
|
"layoutPanel": true,
|
|
@@ -143,6 +143,7 @@ var DEWFDynaEditView = {
|
|
|
143
143
|
"id": "form"
|
|
144
144
|
}
|
|
145
145
|
],
|
|
146
|
+
"predefinedType": "VIEWCONTENT",
|
|
146
147
|
"layout": {
|
|
147
148
|
"layout": "FLEX"
|
|
148
149
|
},
|
|
@@ -155,7 +156,7 @@ var DEWFDynaEditView = {
|
|
|
155
156
|
"shrink": 1,
|
|
156
157
|
"layout": "FLEX"
|
|
157
158
|
},
|
|
158
|
-
"id": "
|
|
159
|
+
"id": "view_content"
|
|
159
160
|
}
|
|
160
161
|
],
|
|
161
162
|
"layoutPanel": true,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var DEWFDynaStartView = {
|
|
6
|
-
"layoutMode": "
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
7
|
"rootPanelItems": [
|
|
8
8
|
{
|
|
9
9
|
"panelItems": [
|
|
@@ -12,6 +12,7 @@ var DEWFDynaStartView = {
|
|
|
12
12
|
"itemStyle": "DEFAULT",
|
|
13
13
|
"itemType": "CTRLPOS",
|
|
14
14
|
"layoutPos": {
|
|
15
|
+
"grow": 1,
|
|
15
16
|
"shrink": 1,
|
|
16
17
|
"layout": "FLEX"
|
|
17
18
|
},
|
|
@@ -19,6 +20,7 @@ var DEWFDynaStartView = {
|
|
|
19
20
|
"id": "form"
|
|
20
21
|
}
|
|
21
22
|
],
|
|
23
|
+
"predefinedType": "VIEWCONTENT",
|
|
22
24
|
"layout": {
|
|
23
25
|
"layout": "FLEX"
|
|
24
26
|
},
|
|
@@ -58,7 +60,8 @@ var DEWFDynaStartView = {
|
|
|
58
60
|
"itemType": "BUTTON",
|
|
59
61
|
"layoutPos": {
|
|
60
62
|
"shrink": 1,
|
|
61
|
-
"layout": "FLEX"
|
|
63
|
+
"layout": "FLEX",
|
|
64
|
+
"spacingRight": "OUTERMEDIUM"
|
|
62
65
|
},
|
|
63
66
|
"showCaption": true,
|
|
64
67
|
"id": "button_cancelaction"
|
|
@@ -71,17 +74,13 @@ var DEWFDynaStartView = {
|
|
|
71
74
|
},
|
|
72
75
|
"dataRegionType": "INHERIT",
|
|
73
76
|
"caption": "\u5BB9\u5668",
|
|
74
|
-
"contentHeight": 54,
|
|
75
|
-
"height": 54,
|
|
76
77
|
"itemStyle": "DEFAULT",
|
|
77
78
|
"itemType": "CONTAINER",
|
|
78
79
|
"layoutPos": {
|
|
79
|
-
"shrink":
|
|
80
|
-
"height": 54,
|
|
81
|
-
"heightMode": "PX",
|
|
80
|
+
"shrink": 0,
|
|
82
81
|
"layout": "FLEX"
|
|
83
82
|
},
|
|
84
|
-
"id": "
|
|
83
|
+
"id": "view_footer"
|
|
85
84
|
}
|
|
86
85
|
],
|
|
87
86
|
"layoutPanel": true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--el-color-primary:var(--ibiz-color-primary);--el-bg-color:var(--ibiz-color-bg-0);--el-border-color-light:var(--ibiz-color-border);--el-border-radius-base:var(--ibiz-border-radius-small);--el-mask-color:rgba(
|
|
1
|
+
:root{--el-color-primary:var(--ibiz-color-primary);--el-bg-color:var(--ibiz-color-bg-0);--el-border-color-light:var(--ibiz-color-border);--el-border-radius-base:var(--ibiz-border-radius-small);--el-mask-color:rgba(var(--ibiz-color-bg-1) 0.9);--el-text-color-regular:var(--ibiz-color-text-0);--el-text-color-placeholder:var(--ibiz-color-text-2);--el-font-size-base:var(--ibiz-font-size-regular);--el-disabled-text-color:var(--ibiz-color-disabled-text);--el-disabled-bg-color:var(--ibiz-color-disabled-fill);--el-disabled-border-color:var(--ibiz-color-disabled-border);--el-border-color-hover:transparent;--el-fill-color-light:var(--ibiz-color-bg-2);--el-border-color:var(--ibiz-color-border);--el-border-color-extra-light:var(--ibiz-color-bg-3);--el-bg-color-overlay:var(--ibiz-color-bg-3);--el-text-color-primary:var(--ibiz-color-0);--el-border-color-lighter:var(--ibiz-color-border);--el-fill-color-blank:transparent;--el-fill-color-lighter:var(--ibiz-color-fill-0);--el-border-color-darker:var(--ibiz-color-border);--el-color-success:var(--ibiz-color-success);--el-color-info:var(--ibiz-color-text-2);color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-0)}.el-input-number .el-input__wrapper{--el-border-color:var(--ibiz-color-border);--el-input-border-color:var(--ibiz-color-border)}.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color)}.el-dialog__headerbtn{width:32px;height:32px}.el-date-editor,.el-input,.el-textarea{--el-input-text-color:var(--ibiz-editor-default-text-color);--el-input-border-color:var(--ibiz-editor-default-border-color);--el-input-hover-border-color:var(--ibiz-editor-hover-border-color)}.el-autocomplete-suggestion{--el-fill-color-light:var(--ibiz-editor-hover-bg-color)}.el-input__wrapper{--el-input-bg-color:var(--ibiz-editor-default-bg-color)}.el-drawer .el-drawer__body{padding:0}.el-menu{--el-menu-bg-color:transparent}.el-dropdown-menu{background-color:var(--ibiz-color-bg-3)}.el-dropdown-menu__item{color:var(--ibiz-color-text-0)}.el-dropdown-menu__item:hover{color:var(--ibiz-color-white);background-color:var(--ibiz-color-primary-active)}.el-tree{--el-tree-text-color:var(--ibiz-color-text-0);--el-tree-node-hover-bg-color:var(--ibiz-color-fill-0);--el-tree-expand-icon-color:var(--ibiz-color-text-2);font-size:var(--ibiz-font-size-regular);background-color:transparent}.el-tree.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:var(--ibiz-color-primary-light-default)}.el-button{--el-button-bg-color:var(--ibiz-color-primary);--el-button-text-color:var(--ibiz-color-white);--el-button-hover-text-color:var(--ibiz-color-white);--el-button-hover-bg-color:var(--ibiz-color-primary-hover);--el-button-hover-border-color:var(--ibiz-color-primary-hover);--el-button-active-text-color:var(--ibiz-color-white);--el-button-active-bg-color:var(--ibiz-color-primary-active);--el-button-active-border-color:var(--ibiz-color-primary-active);--el-button-disabled-bg-color:var(--ibiz-color-disabled-bg);--el-button-disabled-text-color:var(--ibiz-color-disabled-text);border-width:0}.el-button.is-link{--el-button-text-color:var(--ibiz-color-link);--el-button-hover-link-text-color:var(--ibiz-color-link-hover)}.el-button.is-text{--el-button-text-color:var(--ibiz-color-primary);background-color:transparent;border:0 solid transparent}.el-button--danger{--el-button-bg-color:var(--ibiz-color-danger);--el-button-hover-bg-color:var(--ibiz-color-danger-hover);--el-button-active-bg-color:var(--ibiz-color-danger-active)}.el-button.is-plain{--el-button-hover-text-color:var(--ibiz-color-white);--el-button-hover-bg-color:var(--ibiz-color-fill-0)}.el-button.is-text:not(.is-disabled):focus,.el-button.is-text:not(.is-disabled):hover{background-color:var(--ibiz-color-fill-0)}.el-table{--el-table-row-hover-bg-color:var(--ibiz-color-fill-0);--el-table-current-row-bg-color:var(--ibiz-color-fill-0);--el-table-bg-color:transparent;--el-table-tr-bg-color:transparent;--el-table-header-bg-color:transparent;--el-table-border:.1px solid var(--ibiz-color-border);--el-table-border-color:var(--ibiz-color-border);font-size:var(--ibiz-font-size-regular)}.el-table .el-table__inner-wrapper::before{display:none}.el-pagination{--el-pagination-bg-color:transparent;--el-pagination-text-color:var(--ibiz-color-text-2);--el-pagination-hover-color:var(--ibiz-color-text-0);--el-pagination-button-bg-color:transparent;--el-pagination-button-color:var(--ibiz-color-text-0);--el-pagination-button-disabled-bg-color:transparent;--el-disabled-bg-color:transparent}.is-background .el-pager li:hover{background-color:var(--ibiz-color-fill-0)}.el-popper__arrow{display:none}.el-pagination__jump{color:var(--ibiz-color-text-0)}.el-pagination__jump .el-input__wrapper{background-color:var(--ibiz-color-fill-0);box-shadow:none}.el-pagination__jump .el-input__wrapper:hover{box-shadow:none}.el-pagination__jump .el-input__inner{color:var(--ibiz-color-text-0)}.el-pagination.is-background .el-pager li.is-active{color:var(--ibiz-color-primary);background-color:var(--ibiz-color-primary-light-default)}.el-popper.is-light{background-color:var(--ibiz-color-bg-3);border-width:0}.el-popper.is-light .el-select-dropdown__item{font-weight:var(--ibiz-font-weight-regular);color:var(--ibiz-color-text-0)}.el-popper.is-light .el-select-dropdown__item.hover,.el-popper.is-light .el-select-dropdown__item:hover{background-color:var(--ibiz-color-fill-0)}.el-pagination button{--el-button-hover-bg-color:var(--ibiz-color-fill-0);--el-button-hover-text-color:var(--ibiz-color-text-0)}.el-pagination__sizes{--el-select-border-color-hover:transparent}.el-pagination__sizes .el-select{--el-select-border-color-hover:transparent;--el-select-input-focus-border-color:var(--ibiz-color-focus-border)}.el-pagination__sizes .el-input__wrapper{background-color:var(--ibiz-color-fill-0);box-shadow:none}.el-pagination__sizes .el-input__inner{color:var(--ibiz-color-text-0)}.el-pagination__sizes .el-select .el-input.is-focus .el-input__wrapper{box-shadow:none}.el-card{--el-card-border-radius:var(--ibiz-border-radius-medium);--el-card-padding:var(--ibiz-spacing-base);--el-card-bg-color:transparent}.el-scrollbar{--el-scrollbar-bg-color:var(--ibiz-color-bg-3);--el-scrollbar-hover-bg-color:var(--ibiz-color-bg-3)}.el-dropdown__popper{--el-dropdown-menuItem-hover-color:var(--ibiz-color-text-0);--el-dropdown-menuItem-hover-fill:var(--ibiz-color-fill-0)}.el-slider{--el-slider-stop-bg-color:var(--ibiz-color-fill-0);--el-slider-runway-bg-color:var(--ibiz-color-fill-0)}.el-upload--picture-card{border-width:2px}.el-upload--picture-card:hover{color:var(--ibiz-color-fill-0);background-color:var(--ibiz-color-fill-1);border-color:var(--ibiz-color-border)}.el-select__tags .el-tag--info{color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-4)}.el-image .el-image-viewer__actions__inner{color:var(--ibiz-color-text-1)}.el-image .el-image-viewer__actions{background-color:var(--ibiz-color-bg-1)}.el-image .el-image-viewer__close{color:var(--ibiz-color-text-1);background-color:var(--ibiz-color-bg-1)}.el-rate{--el-rate-fill-color:var(--ibiz-color-primary)}.el-alert--info{--el-alert-bg-color:var(--ibiz-color-bg-1)}.el-input__suffix-inner{gap:var(--ibiz-spacing-tight)}
|