@ibiz-template/web-theme 1.0.11 → 1.0.13
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 +12 -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/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +84 -76
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +87 -69
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +2 -17
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +1 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +2 -17
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +1 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +2 -17
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +1 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +2 -17
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +11 -12
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +2 -17
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +11 -12
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +67 -60
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +77 -59
- 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/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +87 -69
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +1 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +1 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +1 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +11 -12
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +11 -12
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +77 -59
- 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/package.json +1 -1
|
@@ -72,94 +72,107 @@ declare const _default: {
|
|
|
72
72
|
layoutPos: {
|
|
73
73
|
shrink: number;
|
|
74
74
|
layout: string;
|
|
75
|
-
height?: undefined;
|
|
76
|
-
heightMode?: undefined;
|
|
77
75
|
grow?: undefined;
|
|
78
76
|
};
|
|
79
77
|
showCaption: boolean;
|
|
80
78
|
id: string;
|
|
81
|
-
contentHeight?: undefined;
|
|
82
|
-
height?: undefined;
|
|
83
79
|
} | {
|
|
84
80
|
panelItems: {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
81
|
+
panelItems: ({
|
|
82
|
+
caption: string;
|
|
83
|
+
itemStyle: string;
|
|
84
|
+
itemType: string;
|
|
85
|
+
layoutPos: {
|
|
86
|
+
shrink: number;
|
|
87
|
+
heightMode: string;
|
|
88
|
+
layout: string;
|
|
89
|
+
widthMode: string;
|
|
90
|
+
grow?: undefined;
|
|
91
|
+
};
|
|
92
|
+
showCaption: boolean;
|
|
93
|
+
id: string;
|
|
94
|
+
panelItems?: undefined;
|
|
95
|
+
layout?: undefined;
|
|
96
|
+
dataRegionType?: undefined;
|
|
97
|
+
} | {
|
|
98
|
+
panelItems: {
|
|
99
|
+
caption: string;
|
|
100
|
+
itemStyle: string;
|
|
101
|
+
itemType: string;
|
|
102
|
+
layoutPos: {
|
|
103
|
+
shrink: number;
|
|
104
|
+
layout: string;
|
|
105
|
+
};
|
|
106
|
+
showCaption: boolean;
|
|
107
|
+
id: string;
|
|
108
|
+
}[];
|
|
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
|
+
heightMode?: undefined;
|
|
121
|
+
widthMode?: undefined;
|
|
122
|
+
};
|
|
123
|
+
id: string;
|
|
124
|
+
showCaption?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
panelItems: {
|
|
127
|
+
rawItem: {
|
|
128
|
+
predefinedType: string;
|
|
129
|
+
id: string;
|
|
130
|
+
};
|
|
131
|
+
caption: string;
|
|
132
|
+
itemStyle: string;
|
|
133
|
+
itemType: string;
|
|
134
|
+
layoutPos: {
|
|
135
|
+
shrink: number;
|
|
136
|
+
layout: string;
|
|
137
|
+
};
|
|
138
|
+
showCaption: boolean;
|
|
139
|
+
id: string;
|
|
140
|
+
}[];
|
|
141
|
+
layout: {
|
|
142
|
+
layout: string;
|
|
143
|
+
};
|
|
144
|
+
dataRegionType: string;
|
|
145
|
+
caption: string;
|
|
146
|
+
itemStyle: string;
|
|
147
|
+
itemType: string;
|
|
148
|
+
layoutPos: {
|
|
149
|
+
grow: number;
|
|
150
|
+
shrink: number;
|
|
151
|
+
layout: string;
|
|
152
|
+
heightMode?: undefined;
|
|
153
|
+
widthMode?: undefined;
|
|
154
|
+
};
|
|
151
155
|
id: string;
|
|
156
|
+
showCaption?: undefined;
|
|
157
|
+
})[];
|
|
158
|
+
layout: {
|
|
159
|
+
layout: string;
|
|
152
160
|
};
|
|
161
|
+
dataRegionType: string;
|
|
153
162
|
caption: string;
|
|
163
|
+
contentHeight: number;
|
|
164
|
+
height: number;
|
|
154
165
|
itemStyle: string;
|
|
155
166
|
itemType: string;
|
|
156
167
|
layoutPos: {
|
|
157
168
|
shrink: number;
|
|
169
|
+
height: number;
|
|
170
|
+
heightMode: string;
|
|
158
171
|
layout: string;
|
|
159
172
|
};
|
|
160
|
-
showCaption: boolean;
|
|
161
173
|
id: string;
|
|
162
174
|
}[];
|
|
175
|
+
predefinedType: string;
|
|
163
176
|
layout: {
|
|
164
177
|
layout: string;
|
|
165
178
|
};
|
|
@@ -171,14 +184,9 @@ declare const _default: {
|
|
|
171
184
|
grow: number;
|
|
172
185
|
shrink: number;
|
|
173
186
|
layout: string;
|
|
174
|
-
height?: undefined;
|
|
175
|
-
heightMode?: undefined;
|
|
176
187
|
};
|
|
177
188
|
id: string;
|
|
178
|
-
predefinedType?: undefined;
|
|
179
189
|
showCaption?: undefined;
|
|
180
|
-
contentHeight?: undefined;
|
|
181
|
-
height?: undefined;
|
|
182
190
|
})[];
|
|
183
191
|
layoutPanel: boolean;
|
|
184
192
|
codeName: string;
|
|
@@ -134,82 +134,100 @@ var DEEdit3View = {
|
|
|
134
134
|
{
|
|
135
135
|
"panelItems": [
|
|
136
136
|
{
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
137
|
+
"panelItems": [
|
|
138
|
+
{
|
|
139
|
+
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "CTRLPOS",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"shrink": 1,
|
|
144
|
+
"heightMode": "FULL",
|
|
145
|
+
"layout": "FLEX",
|
|
146
|
+
"widthMode": "FULL"
|
|
147
|
+
},
|
|
148
|
+
"showCaption": true,
|
|
149
|
+
"id": "drtab"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"panelItems": [
|
|
153
|
+
{
|
|
154
|
+
"caption": "\u8868\u5355",
|
|
155
|
+
"itemStyle": "DEFAULT",
|
|
156
|
+
"itemType": "CTRLPOS",
|
|
157
|
+
"layoutPos": {
|
|
158
|
+
"shrink": 1,
|
|
159
|
+
"layout": "FLEX"
|
|
160
|
+
},
|
|
161
|
+
"showCaption": true,
|
|
162
|
+
"id": "form"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"layout": {
|
|
166
|
+
"layout": "FLEX"
|
|
167
|
+
},
|
|
168
|
+
"dataRegionType": "INHERIT",
|
|
169
|
+
"caption": "\u5BB9\u5668",
|
|
170
|
+
"itemStyle": "DEFAULT",
|
|
171
|
+
"itemType": "CONTAINER",
|
|
172
|
+
"layoutPos": {
|
|
173
|
+
"grow": 1,
|
|
174
|
+
"shrink": 1,
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"id": "view_form"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"panelItems": [
|
|
181
|
+
{
|
|
182
|
+
"rawItem": {
|
|
183
|
+
"predefinedType": "NAV_POS",
|
|
184
|
+
"id": "nav_pos"
|
|
185
|
+
},
|
|
186
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
187
|
+
"itemStyle": "DEFAULT",
|
|
188
|
+
"itemType": "RAWITEM",
|
|
189
|
+
"layoutPos": {
|
|
190
|
+
"shrink": 1,
|
|
191
|
+
"layout": "FLEX"
|
|
192
|
+
},
|
|
193
|
+
"showCaption": true,
|
|
194
|
+
"id": "nav_pos"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"layout": {
|
|
198
|
+
"layout": "FLEX"
|
|
199
|
+
},
|
|
200
|
+
"dataRegionType": "INHERIT",
|
|
201
|
+
"caption": "\u5BB9\u5668",
|
|
202
|
+
"itemStyle": "DEFAULT",
|
|
203
|
+
"itemType": "CONTAINER",
|
|
204
|
+
"layoutPos": {
|
|
205
|
+
"grow": 1,
|
|
206
|
+
"shrink": 1,
|
|
207
|
+
"layout": "FLEX"
|
|
208
|
+
},
|
|
209
|
+
"id": "view_nav_pos"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"layout": {
|
|
175
213
|
"layout": "FLEX"
|
|
176
214
|
},
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"layout": {
|
|
182
|
-
"layout": "FLEX"
|
|
183
|
-
},
|
|
184
|
-
"dataRegionType": "INHERIT",
|
|
185
|
-
"caption": "\u5BB9\u5668",
|
|
186
|
-
"itemStyle": "DEFAULT",
|
|
187
|
-
"itemType": "CONTAINER",
|
|
188
|
-
"layoutPos": {
|
|
189
|
-
"grow": 1,
|
|
190
|
-
"shrink": 1,
|
|
191
|
-
"layout": "FLEX"
|
|
192
|
-
},
|
|
193
|
-
"id": "view_form"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"panelItems": [
|
|
197
|
-
{
|
|
198
|
-
"rawItem": {
|
|
199
|
-
"predefinedType": "NAV_POS",
|
|
200
|
-
"id": "nav_pos"
|
|
201
|
-
},
|
|
202
|
-
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
215
|
+
"dataRegionType": "INHERIT",
|
|
216
|
+
"caption": "\u5BB9\u5668",
|
|
217
|
+
"contentHeight": 54,
|
|
218
|
+
"height": 54,
|
|
203
219
|
"itemStyle": "DEFAULT",
|
|
204
|
-
"itemType": "
|
|
220
|
+
"itemType": "CONTAINER",
|
|
205
221
|
"layoutPos": {
|
|
206
|
-
"shrink":
|
|
222
|
+
"shrink": 0,
|
|
223
|
+
"height": 54,
|
|
224
|
+
"heightMode": "PX",
|
|
207
225
|
"layout": "FLEX"
|
|
208
226
|
},
|
|
209
|
-
"
|
|
210
|
-
"id": "nav_pos"
|
|
227
|
+
"id": "view_drtab"
|
|
211
228
|
}
|
|
212
229
|
],
|
|
230
|
+
"predefinedType": "VIEWCONTENT",
|
|
213
231
|
"layout": {
|
|
214
232
|
"layout": "FLEX"
|
|
215
233
|
},
|
|
@@ -222,7 +240,7 @@ var DEEdit3View = {
|
|
|
222
240
|
"shrink": 1,
|
|
223
241
|
"layout": "FLEX"
|
|
224
242
|
},
|
|
225
|
-
"id": "
|
|
243
|
+
"id": "view_content"
|
|
226
244
|
}
|
|
227
245
|
],
|
|
228
246
|
"layoutPanel": true,
|
|
@@ -109,21 +109,7 @@ declare const _default: {
|
|
|
109
109
|
id: string;
|
|
110
110
|
showCaption?: undefined;
|
|
111
111
|
} | {
|
|
112
|
-
panelItems:
|
|
113
|
-
actionType: string;
|
|
114
|
-
uiactionId: string;
|
|
115
|
-
tooltip: string;
|
|
116
|
-
caption: string;
|
|
117
|
-
itemStyle: string;
|
|
118
|
-
itemType: string;
|
|
119
|
-
layoutPos: {
|
|
120
|
-
shrink: number;
|
|
121
|
-
layout: string;
|
|
122
|
-
spacingRight?: undefined;
|
|
123
|
-
};
|
|
124
|
-
showCaption: boolean;
|
|
125
|
-
id: string;
|
|
126
|
-
} | {
|
|
112
|
+
panelItems: {
|
|
127
113
|
actionType: string;
|
|
128
114
|
uiactionId: string;
|
|
129
115
|
tooltip: string;
|
|
@@ -133,11 +119,10 @@ declare const _default: {
|
|
|
133
119
|
layoutPos: {
|
|
134
120
|
shrink: number;
|
|
135
121
|
layout: string;
|
|
136
|
-
spacingRight: string;
|
|
137
122
|
};
|
|
138
123
|
showCaption: boolean;
|
|
139
124
|
id: string;
|
|
140
|
-
}
|
|
125
|
+
}[];
|
|
141
126
|
layout: {
|
|
142
127
|
dir: string;
|
|
143
128
|
layout: string;
|
|
@@ -149,21 +149,7 @@ declare const _default: {
|
|
|
149
149
|
predefinedType?: undefined;
|
|
150
150
|
showCaption?: undefined;
|
|
151
151
|
} | {
|
|
152
|
-
panelItems:
|
|
153
|
-
actionType: string;
|
|
154
|
-
uiactionId: string;
|
|
155
|
-
tooltip: string;
|
|
156
|
-
caption: string;
|
|
157
|
-
itemStyle: string;
|
|
158
|
-
itemType: string;
|
|
159
|
-
layoutPos: {
|
|
160
|
-
shrink: number;
|
|
161
|
-
layout: string;
|
|
162
|
-
spacingRight?: undefined;
|
|
163
|
-
};
|
|
164
|
-
showCaption: boolean;
|
|
165
|
-
id: string;
|
|
166
|
-
} | {
|
|
152
|
+
panelItems: {
|
|
167
153
|
actionType: string;
|
|
168
154
|
uiactionId: string;
|
|
169
155
|
tooltip: string;
|
|
@@ -173,11 +159,10 @@ declare const _default: {
|
|
|
173
159
|
layoutPos: {
|
|
174
160
|
shrink: number;
|
|
175
161
|
layout: string;
|
|
176
|
-
spacingRight: string;
|
|
177
162
|
};
|
|
178
163
|
showCaption: boolean;
|
|
179
164
|
id: string;
|
|
180
|
-
}
|
|
165
|
+
}[];
|
|
181
166
|
layout: {
|
|
182
167
|
dir: string;
|
|
183
168
|
layout: string;
|
|
@@ -109,21 +109,7 @@ declare const _default: {
|
|
|
109
109
|
id: string;
|
|
110
110
|
showCaption?: undefined;
|
|
111
111
|
} | {
|
|
112
|
-
panelItems:
|
|
113
|
-
actionType: string;
|
|
114
|
-
uiactionId: string;
|
|
115
|
-
tooltip: string;
|
|
116
|
-
caption: string;
|
|
117
|
-
itemStyle: string;
|
|
118
|
-
itemType: string;
|
|
119
|
-
layoutPos: {
|
|
120
|
-
shrink: number;
|
|
121
|
-
layout: string;
|
|
122
|
-
spacingRight?: undefined;
|
|
123
|
-
};
|
|
124
|
-
showCaption: boolean;
|
|
125
|
-
id: string;
|
|
126
|
-
} | {
|
|
112
|
+
panelItems: {
|
|
127
113
|
actionType: string;
|
|
128
114
|
uiactionId: string;
|
|
129
115
|
tooltip: string;
|
|
@@ -133,11 +119,10 @@ declare const _default: {
|
|
|
133
119
|
layoutPos: {
|
|
134
120
|
shrink: number;
|
|
135
121
|
layout: string;
|
|
136
|
-
spacingRight: string;
|
|
137
122
|
};
|
|
138
123
|
showCaption: boolean;
|
|
139
124
|
id: string;
|
|
140
|
-
}
|
|
125
|
+
}[];
|
|
141
126
|
layout: {
|
|
142
127
|
dir: string;
|
|
143
128
|
layout: string;
|
|
@@ -256,21 +256,7 @@ declare const _default: {
|
|
|
256
256
|
id: string;
|
|
257
257
|
showCaption?: undefined;
|
|
258
258
|
} | {
|
|
259
|
-
panelItems:
|
|
260
|
-
actionType: string;
|
|
261
|
-
uiactionId: string;
|
|
262
|
-
tooltip: string;
|
|
263
|
-
caption: string;
|
|
264
|
-
itemStyle: string;
|
|
265
|
-
itemType: string;
|
|
266
|
-
layoutPos: {
|
|
267
|
-
shrink: number;
|
|
268
|
-
layout: string;
|
|
269
|
-
spacingRight?: undefined;
|
|
270
|
-
};
|
|
271
|
-
showCaption: boolean;
|
|
272
|
-
id: string;
|
|
273
|
-
} | {
|
|
259
|
+
panelItems: {
|
|
274
260
|
actionType: string;
|
|
275
261
|
uiactionId: string;
|
|
276
262
|
tooltip: string;
|
|
@@ -280,11 +266,10 @@ declare const _default: {
|
|
|
280
266
|
layoutPos: {
|
|
281
267
|
shrink: number;
|
|
282
268
|
layout: string;
|
|
283
|
-
spacingRight: string;
|
|
284
269
|
};
|
|
285
270
|
showCaption: boolean;
|
|
286
271
|
id: string;
|
|
287
|
-
}
|
|
272
|
+
}[];
|
|
288
273
|
layout: {
|
|
289
274
|
dir: string;
|
|
290
275
|
layout: string;
|
|
@@ -338,32 +338,31 @@ var DEMPickupView2 = {
|
|
|
338
338
|
"panelItems": [
|
|
339
339
|
{
|
|
340
340
|
"actionType": "UIACTION",
|
|
341
|
-
"uiactionId": "
|
|
342
|
-
"tooltip": "\
|
|
343
|
-
"caption": "\
|
|
344
|
-
"itemStyle": "
|
|
341
|
+
"uiactionId": "cancel",
|
|
342
|
+
"tooltip": "\u53D6\u6D88",
|
|
343
|
+
"caption": "\u53D6\u6D88",
|
|
344
|
+
"itemStyle": "INFO",
|
|
345
345
|
"itemType": "BUTTON",
|
|
346
346
|
"layoutPos": {
|
|
347
347
|
"shrink": 1,
|
|
348
348
|
"layout": "FLEX"
|
|
349
349
|
},
|
|
350
350
|
"showCaption": true,
|
|
351
|
-
"id": "
|
|
351
|
+
"id": "button_cancelaction"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"actionType": "UIACTION",
|
|
355
|
-
"uiactionId": "
|
|
356
|
-
"tooltip": "\
|
|
357
|
-
"caption": "\
|
|
358
|
-
"itemStyle": "
|
|
355
|
+
"uiactionId": "ok",
|
|
356
|
+
"tooltip": "\u786E\u5B9A",
|
|
357
|
+
"caption": "\u786E\u5B9A",
|
|
358
|
+
"itemStyle": "PRIMARY",
|
|
359
359
|
"itemType": "BUTTON",
|
|
360
360
|
"layoutPos": {
|
|
361
361
|
"shrink": 1,
|
|
362
|
-
"layout": "FLEX"
|
|
363
|
-
"spacingRight": "OUTERMEDIUM"
|
|
362
|
+
"layout": "FLEX"
|
|
364
363
|
},
|
|
365
364
|
"showCaption": true,
|
|
366
|
-
"id": "
|
|
365
|
+
"id": "button_okaction"
|
|
367
366
|
}
|
|
368
367
|
],
|
|
369
368
|
"layout": {
|
|
@@ -216,21 +216,7 @@ declare const _default: {
|
|
|
216
216
|
id: string;
|
|
217
217
|
showCaption?: undefined;
|
|
218
218
|
} | {
|
|
219
|
-
panelItems:
|
|
220
|
-
actionType: string;
|
|
221
|
-
uiactionId: string;
|
|
222
|
-
tooltip: string;
|
|
223
|
-
caption: string;
|
|
224
|
-
itemStyle: string;
|
|
225
|
-
itemType: string;
|
|
226
|
-
layoutPos: {
|
|
227
|
-
shrink: number;
|
|
228
|
-
layout: string;
|
|
229
|
-
spacingRight?: undefined;
|
|
230
|
-
};
|
|
231
|
-
showCaption: boolean;
|
|
232
|
-
id: string;
|
|
233
|
-
} | {
|
|
219
|
+
panelItems: {
|
|
234
220
|
actionType: string;
|
|
235
221
|
uiactionId: string;
|
|
236
222
|
tooltip: string;
|
|
@@ -240,11 +226,10 @@ declare const _default: {
|
|
|
240
226
|
layoutPos: {
|
|
241
227
|
shrink: number;
|
|
242
228
|
layout: string;
|
|
243
|
-
spacingRight: string;
|
|
244
229
|
};
|
|
245
230
|
showCaption: boolean;
|
|
246
231
|
id: string;
|
|
247
|
-
}
|
|
232
|
+
}[];
|
|
248
233
|
layout: {
|
|
249
234
|
dir: string;
|
|
250
235
|
layout: string;
|