@ticatec/uniface-element 0.1.15 → 0.1.16
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/dist/action-bar/ActionBar.svelte +2 -2
- package/dist/attachment-files/FileUploadBar.svelte +1 -1
- package/dist/attachment-files/FileUploadPanel.svelte +1 -1
- package/dist/base-calendar/CalendarBase.svelte +7 -3
- package/dist/base-calendar/CalendarBase.svelte.d.ts +0 -3
- package/dist/base-calendar/DateContext.d.ts +0 -9
- package/dist/base-calendar/DateContext.js +7 -68
- package/dist/base-calendar/index.d.ts +2 -2
- package/dist/base-calendar/index.js +2 -2
- package/dist/box/Box.svelte +11 -7
- package/dist/box/Box.svelte.d.ts +8 -3
- package/dist/checkbox/CheckBox.svelte +16 -7
- package/dist/checkbox/CheckBox.svelte.d.ts +1 -1
- package/dist/common/CommonPicker.svelte +14 -8
- package/dist/common/CommonPicker.svelte.d.ts +1 -1
- package/dist/common-editor/CommonEditor.svelte +17 -9
- package/dist/common-editor/CommonEditor.svelte.d.ts +2 -0
- package/dist/common-range-editor/CommonRangeEditor.svelte +8 -9
- package/dist/common-range-editor/CommonRangeEditor.svelte.d.ts +0 -2
- package/dist/criteria-field/CriteriaField.svelte +3 -2
- package/dist/criteria-field/CriteriaField.svelte.d.ts +1 -0
- package/dist/data-table/parts/ActionsPanel.svelte +2 -2
- package/dist/data-table/parts/FixedHeaderPanel.svelte +1 -1
- package/dist/date-picker/DateTimePicker.svelte +3 -7
- package/dist/date-range/DateRangeEditor.svelte +2 -2
- package/dist/dialog/Dialog.svelte +1 -1
- package/dist/form-field/FormField.svelte +9 -11
- package/dist/form-field/FormField.svelte.d.ts +2 -1
- package/dist/i18n_resources/index.d.ts +3 -0
- package/dist/i18n_resources/index.js +3 -0
- package/dist/i18n_resources/uniface_cn_resource.d.ts +29 -0
- package/dist/i18n_resources/uniface_cn_resource.js +37 -0
- package/dist/i18n_resources/uniface_en_resource.d.ts +29 -0
- package/dist/i18n_resources/uniface_en_resource.js +37 -0
- package/dist/input-options-select/InputOptionsSelect.svelte +105 -28
- package/dist/input-options-select/InputOptionsSelect.svelte.d.ts +2 -4
- package/dist/list-box/ListBox.svelte +81 -47
- package/dist/list-box/ListBox.svelte.d.ts +10 -16
- package/dist/message-box/IMessageBox.js +1 -1
- package/dist/nav-menu/NavigatorMenuItem.svelte +1 -1
- package/dist/options-multi-select/OptionsMultiSelect.svelte +1 -1
- package/dist/property-editor/PropertyEditor.svelte +1 -1
- package/dist/search-box/SearchBox.svelte +19 -12
- package/dist/search-box/SearchBox.svelte.d.ts +6 -2
- package/dist/text-editor/TextEditor.svelte +2 -3
- package/dist/ticatec-uniface-web.css +606 -583
- package/package.json +8 -7
- package/dist/UnifaceResource.d.ts +0 -43
- package/dist/UnifaceResource.js +0 -57
- package/dist/assets/arrow_down.svg +0 -1
- package/dist/assets/arrow_up.svg +0 -1
- package/dist/assets/calendar_icon.svg +0 -1
- package/dist/assets/delete_icon.svg +0 -1
- package/dist/assets/icon-dropdown.svg +0 -1
- package/dist/assets/icon_left.svg +0 -1
- package/dist/assets/icon_right.svg +0 -1
- package/dist/assets/pickup-options.svg +0 -1
- package/dist/assets/retry.png +0 -0
- package/dist/i18nContext.d.ts +0 -21
- package/dist/i18nContext.js +0 -29
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
--uniface-text-h5-size: 16px;
|
|
24
24
|
--uniface-text-h5-line-height: 22px;
|
|
25
25
|
--uniface-primary-hover-color: #298DEF;
|
|
26
|
+
--uniface-primary-text-color: #374151;
|
|
26
27
|
--uniface-active-editor-border-color: #42A5F5;
|
|
27
28
|
--uniface-invalid-editor-border-color: #ff3e00;
|
|
28
29
|
/*定义全局变量*/
|
|
@@ -88,186 +89,153 @@
|
|
|
88
89
|
--uniface-navigator-menu-active-background-color: #81D4FA;
|
|
89
90
|
--uniface-navigator-menu-active-color: #333333;
|
|
90
91
|
--uniface-application-bg: #ffffff;
|
|
91
|
-
--uniface-page-margin-bg: #F8FAFC;
|
|
92
92
|
--uniface-primary-hover-text-color: #298DFF;
|
|
93
93
|
--uniface-primary-active-text-weight: 600;
|
|
94
94
|
--uniface-active-label-text-color: #0061FF;
|
|
95
95
|
--uniface-primary-border-color: #E2E8F0;
|
|
96
96
|
--uniface-mask-overlay-bg: #f0f0f0f0;
|
|
97
|
-
--uniface-default-page-content-bg: #ffffff;
|
|
98
97
|
--uniface-default-text-color: #374151;
|
|
99
98
|
--uniface-default-text-hover-color: #298DFF;
|
|
100
99
|
--uniface-default-active-text-color: #0061FF;
|
|
101
100
|
--uniface-default-hover-bg: #42A5F51A;
|
|
102
101
|
--uniface-default-active-border-color: #0061FF80;
|
|
103
102
|
--uniface-calendar-today-border-color: #298DFF30;
|
|
104
|
-
--uniface-editor-clean-icon-bg: #B3BCCA;
|
|
105
|
-
--uniface-editor-clean-icon-color: #ffffff;
|
|
106
|
-
--uniface-editor-text-color: #374151;
|
|
107
|
-
--uniface-editor-line-height: 16px;
|
|
108
|
-
--uniface-editor-padding: 0 4px;
|
|
109
|
-
--uniface-editor-border-color: #E2E8F0;
|
|
110
|
-
--uniface-editor-outlined-disabled-backgournd-color: #F1F5F9;
|
|
111
|
-
--uniface-editor-outlined-disabled-text-color: #B3BCCA;
|
|
112
|
-
--uniface-editor-outlined-radius: 4px;
|
|
113
|
-
--uniface-editor-outlined-active-border-color: #298DFF;
|
|
114
|
-
--uniface-editor-filled-backgournd-color: #F8FAFC;
|
|
115
|
-
--uniface-editor-action-icon-color: #ffffff;
|
|
116
|
-
--uniface-editor-action-icon-hover-color: #374151;
|
|
117
|
-
--uniface-editor-action-icon-background-color: #B3BCCA;
|
|
118
|
-
--uniface-editor-indicator-color: #B3BCCA;
|
|
119
|
-
--uniface-editor-inline-action-icon-color: #37415170;
|
|
120
|
-
--uniface-editor-inline-action-icon-hover-color: #374151;
|
|
121
|
-
--uniface-editor-inline-action-icon-hover-bg: #42A5F51A;
|
|
122
103
|
--uniface-memo-padding: 6px 8px;
|
|
123
|
-
--uniface-dialog-border-color: #0000000D;
|
|
124
|
-
--uniface-dialog-action-button-hover-background-color: #E2E8F0;
|
|
125
|
-
--uniface-dialog-action-button-color: #6B7280;
|
|
126
104
|
--uniface-dialog-topic-text-color: #07123C;
|
|
127
|
-
--uniface-toast-text-color: #ffffff;
|
|
128
|
-
--uniface-toast-error-background-color: #FF685B;
|
|
129
|
-
--uniface-toast-info-background-color: #0061FF;
|
|
130
|
-
--uniface-toast-successful-background-color: #2DC071;
|
|
131
|
-
--uniface-progress-bar-color: #22BDFF;
|
|
132
|
-
--uniface-progress-bar-text-color: #374151;
|
|
133
|
-
--uniface-progress-bar-success-color: #2DC071;
|
|
134
|
-
--uniface-progress-bar-failure-color: #FF685B;
|
|
135
|
-
--uniface-progress-bar-canceled-color: #FFC53D;
|
|
136
|
-
--uniface-progress-bar-bg: #E2E8F0;
|
|
137
|
-
--uniface-progress-step-bar-bg: #FFFFFF;
|
|
138
|
-
--uniface-progress-step-processing-color: #0061FF;
|
|
139
|
-
--uniface-progress-step-pending-color: #B3BCCA;
|
|
140
|
-
--uniface-progress-step-completed-color: #374151;
|
|
141
|
-
--uniface-progress-step-completed-icon-bg: #0061FF1A;
|
|
142
|
-
--uniface-progress-step-completed-icon-color: #0061FF;
|
|
143
|
-
--uniface-tabs-header-background-color: #FFFFFF;
|
|
144
|
-
--uniface-tab-active-text-color: #0061FF;
|
|
145
|
-
--uniface-tab-active-background-color: #FFFFFF;
|
|
146
|
-
--uniface-tab-inactive-text-color: #374151;
|
|
147
|
-
--uniface-tab-inactive-background-color: #FFFFFF;
|
|
148
|
-
--uniface-tab-border-color: #E2E8F0;
|
|
149
|
-
--uniface-tab-bg: #F8FAFC;
|
|
150
|
-
--uniface-tab-action-background: #FFFFFF;
|
|
151
|
-
--uniface-tab-hover-text-color: #298DFF;
|
|
152
|
-
--uniface-tab-header-radius: 4px;
|
|
153
|
-
--uniface-navigator-background-color: #F8FAFC;
|
|
154
|
-
--uniface-navigator-vertical-padding: 16px;
|
|
155
|
-
--uniface-navigator-completed-text-color: #374151;
|
|
156
|
-
--uniface-navigator-not-start-text-color: #6B7280;
|
|
157
|
-
--uniface-navigator-warning-dot-color: #C62828;
|
|
158
105
|
--uniface-dividing-line-bg: #E2E8F0;
|
|
159
|
-
--uniface-card-primary-text-color: #374151;
|
|
160
|
-
--uniface-card-border-color: #E2E8F0;
|
|
161
|
-
--uniface-card-hover-border-color: #E2E8F0;
|
|
162
|
-
--uniface-card-divid-border-color: #42A5F570;
|
|
163
|
-
--uniface-card-header-height: 54px;
|
|
164
|
-
--uniface-card-header-padding: 0 24px;
|
|
165
|
-
--uniface-card-icon-color: #374151;
|
|
166
|
-
--uniface-card-icon-hover-color: #37415170;
|
|
167
|
-
--uniface-card-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
|
|
168
|
-
--uniface-accordion-header-line-height: 24px;
|
|
169
|
-
--uniface-accordion-compact-header-line-height: 16px;
|
|
170
|
-
--uniface-accordion-header-padding: 8px 12px;
|
|
171
|
-
--uniface-accordion-compact-header-padding: 4px 6px;
|
|
172
|
-
--uniface-accordion-title-bg: #F8FAFC;
|
|
173
|
-
--uniface-accordion-title-hober-bg: #F8FAFCB0;
|
|
174
|
-
--uniface-accordion-header-border-color: #CBD5E1;
|
|
175
106
|
--uniface-separator-color: #E2E8F0;
|
|
176
107
|
--uniface-separator-margin: 2px;
|
|
177
|
-
--uniface-page-border-radius: 12px;
|
|
178
|
-
--uniface-page-header-comment-color: #6B7280;
|
|
179
|
-
--uniface-page-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
|
|
180
|
-
--uniface-page-margin-color: #F8FAFD;
|
|
181
|
-
--uniface-page-margin-size: 12px;
|
|
182
|
-
--uniface-listbox-separator-color: #F0F0F0;
|
|
183
|
-
--uniface-list-box-hover-bg: #FFFFE1;
|
|
184
|
-
--uniface-list-box-selected-bg: #b1c8f6;
|
|
185
|
-
--uniface-data-table-header-hight: 48px;
|
|
186
|
-
--uniface-data-table-separator-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
|
|
187
|
-
--uniface-data-table-spearator-color: #f0f0f0;
|
|
188
|
-
--uniface-data-table-header-separator-color: #CBD5E1;
|
|
189
|
-
--uniface-data-table-alter-row-bg: #f7f7f7;
|
|
190
|
-
--uniface-data-table-header-bg: #F8FAFC;
|
|
191
|
-
--uniface-data-table-shadow-gap: 2px;
|
|
192
|
-
--uniface-data-table-header-divid-color: #B3BCCA;
|
|
193
|
-
--uniface-data-table-cell-padding: 3px 4px;
|
|
194
|
-
--uniface-data-table-inline-row-panel-border: 1px solid #F8FAFC;
|
|
195
|
-
--uniface-data-table-inline-row-panel-bg: #F1F5F9;
|
|
196
|
-
--uniface-scroll-color: #e1e1e180;
|
|
197
|
-
--uniface-data-table-inline-border-color: #CBD5E1;
|
|
198
|
-
--uniface-data-table-bg: #ffffff;
|
|
199
|
-
--uniface-treeview-icon-color: #8AA7FF;
|
|
200
|
-
--uniface-treeview-icon-hover-color: #0057FE;
|
|
201
|
-
--uniface-treeview-item-bg: #EEF4FF;
|
|
202
|
-
--uniface-treeview-item-selected-color: #0061FF;
|
|
203
108
|
--uniface-popup-hint-bg: #FFFFE1;
|
|
204
109
|
--uniface-popup-hint-color: #374151;
|
|
205
|
-
|
|
206
|
-
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
:root {
|
|
207
113
|
--uniface-box-header-bg: #F8FAFC;
|
|
208
114
|
--uniface-box-footer-bg: #F8FAFC;
|
|
209
115
|
--uniface-box-border-radius: 8px;
|
|
116
|
+
--uniface-box-header-height: 32px;
|
|
117
|
+
--uniface-box-footer-height: 24px;
|
|
118
|
+
--uniface-box-header-border: none;
|
|
119
|
+
--uniface-box-header-margin: 8px;
|
|
120
|
+
--uniface-box-border-color: var(--uniface-plain-border-color, #f0f0f0);
|
|
210
121
|
}
|
|
211
122
|
|
|
212
|
-
.uniface-
|
|
213
|
-
|
|
123
|
+
.uniface-box {
|
|
124
|
+
display: flex;
|
|
125
|
+
position: relative;
|
|
126
|
+
box-sizing: border-box;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
flex-direction: column;
|
|
129
|
+
border: 1px solid var(--uniface-box-border-color);
|
|
214
130
|
}
|
|
215
|
-
.uniface-
|
|
216
|
-
|
|
217
|
-
|
|
131
|
+
.uniface-box .flex-container {
|
|
132
|
+
display: flex;
|
|
133
|
+
flex-direction: row;
|
|
134
|
+
align-items: center;
|
|
218
135
|
}
|
|
219
|
-
.uniface-
|
|
220
|
-
|
|
136
|
+
.uniface-box .box-header, .uniface-box .box-footer {
|
|
137
|
+
width: 100%;
|
|
138
|
+
flex: 0 0 auto;
|
|
139
|
+
position: relative;
|
|
140
|
+
}
|
|
141
|
+
.uniface-box .box-header {
|
|
142
|
+
height: var(--uniface-box-header-height);
|
|
143
|
+
background-color: var(--uniface-box-header-bg);
|
|
144
|
+
border-bottom: var(--uniface-box-header-border);
|
|
145
|
+
}
|
|
146
|
+
.uniface-box .box-header .title {
|
|
147
|
+
width: 100%;
|
|
221
148
|
box-sizing: border-box;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
cursor: pointer;
|
|
149
|
+
padding: 0 var(--uniface-box-header-margin);
|
|
150
|
+
overflow: hidden;
|
|
151
|
+
text-overflow: ellipsis;
|
|
226
152
|
}
|
|
227
|
-
.uniface-
|
|
228
|
-
color: var(--uniface-
|
|
153
|
+
.uniface-box .box-footer {
|
|
154
|
+
background-color: var(--uniface-box-footer-bg);
|
|
155
|
+
height: var(--uniface-box-footer-height);
|
|
156
|
+
border-top: var(--uniface-box-footer-border);
|
|
229
157
|
}
|
|
230
|
-
.uniface-
|
|
231
|
-
|
|
232
|
-
|
|
158
|
+
.uniface-box .box-content {
|
|
159
|
+
flex: 1 1 auto;
|
|
160
|
+
position: relative;
|
|
161
|
+
overflow: hidden;
|
|
233
162
|
}
|
|
234
|
-
.uniface-
|
|
235
|
-
|
|
236
|
-
visibility: visible;
|
|
163
|
+
.uniface-box.round {
|
|
164
|
+
border-radius: var(--uniface-box-border-radius, 8px);
|
|
237
165
|
}
|
|
238
166
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
visibility: visible;
|
|
245
|
-
transition: opacity 0.3s ease-in-out;
|
|
246
|
-
}
|
|
247
|
-
.uniface-popover-wrapper.hidden {
|
|
248
|
-
visibility: hidden;
|
|
249
|
-
opacity: 0;
|
|
167
|
+
:root {
|
|
168
|
+
--uniface-listbox-separator-color: #F0F0F0;
|
|
169
|
+
--uniface-list-box-hover-bg: #FFFFE1;
|
|
170
|
+
--uniface-list-box-selected-bg: #b1c8f6;
|
|
171
|
+
--uniface-list-box-header-bottom-border: 1px solid #f0f0f0;
|
|
250
172
|
}
|
|
251
173
|
|
|
252
|
-
.uniface-
|
|
174
|
+
.uniface-listbox {
|
|
253
175
|
position: relative;
|
|
254
|
-
|
|
176
|
+
display: flex;
|
|
177
|
+
flex-direction: column;
|
|
178
|
+
overflow: hidden;
|
|
255
179
|
box-sizing: border-box;
|
|
180
|
+
user-select: none;
|
|
256
181
|
}
|
|
257
|
-
.uniface-
|
|
182
|
+
.uniface-listbox .list-view-mask {
|
|
183
|
+
width: 100%;
|
|
184
|
+
height: 100%;
|
|
258
185
|
position: absolute;
|
|
259
|
-
|
|
186
|
+
top: 0;
|
|
187
|
+
left: 0;
|
|
188
|
+
background-color: rgba(255, 255, 255, 0.062745098);
|
|
260
189
|
}
|
|
261
|
-
.uniface-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
opacity: 1;
|
|
266
|
-
transform: scale(1);
|
|
267
|
-
display: block;
|
|
190
|
+
.uniface-listbox .box-header {
|
|
191
|
+
flex-direction: column;
|
|
192
|
+
gap: 0;
|
|
193
|
+
border-bottom: var(--uniface-list-box-header-bottom-border);
|
|
268
194
|
}
|
|
269
|
-
.uniface-
|
|
270
|
-
|
|
195
|
+
.uniface-listbox .box-header .title {
|
|
196
|
+
font-weight: 600;
|
|
197
|
+
line-height: 32px;
|
|
198
|
+
border-bottom: 1px solid var(--uniface-box-border-color);
|
|
199
|
+
}
|
|
200
|
+
.uniface-listbox .box-header .header-search {
|
|
201
|
+
width: 100%;
|
|
202
|
+
border-top: 1px solid var(--uniface-box-border-color);
|
|
203
|
+
}
|
|
204
|
+
.uniface-listbox .box-header > div:first-child {
|
|
205
|
+
border-top: none;
|
|
206
|
+
}
|
|
207
|
+
.uniface-listbox .box-footer {
|
|
208
|
+
border-top: var(--uniface-list-box-header-bottom-border);
|
|
209
|
+
height: auto;
|
|
210
|
+
}
|
|
211
|
+
.uniface-listbox .listbox-header {
|
|
212
|
+
border-bottom: 1px solid var(--uniface-listbox-separator-color);
|
|
213
|
+
}
|
|
214
|
+
.uniface-listbox .listbox-footer {
|
|
215
|
+
border-top: 1px solid var(--uniface-listbox-separator-color);
|
|
216
|
+
}
|
|
217
|
+
.uniface-listbox .listbox-content {
|
|
218
|
+
width: 100%;
|
|
219
|
+
height: 100%;
|
|
220
|
+
box-sizing: border-box;
|
|
221
|
+
overflow-y: auto;
|
|
222
|
+
overflow-x: hidden;
|
|
223
|
+
flex: 1 1 auto;
|
|
224
|
+
}
|
|
225
|
+
.uniface-listbox .listbox-content .listview-item {
|
|
226
|
+
border-bottom: 1px solid var(--uniface-listbox-separator-color);
|
|
227
|
+
}
|
|
228
|
+
.uniface-listbox .listbox-content .listview-item.no-border {
|
|
229
|
+
border-bottom: unset;
|
|
230
|
+
}
|
|
231
|
+
.uniface-listbox .listbox-content.selectable .listview-item {
|
|
232
|
+
cursor: pointer;
|
|
233
|
+
}
|
|
234
|
+
.uniface-listbox .listbox-content.selectable .listview-item:hover {
|
|
235
|
+
background-color: var(--uniface-list-box-hover-bg);
|
|
236
|
+
}
|
|
237
|
+
.uniface-listbox .listbox-content.selectable .listview-item.selected {
|
|
238
|
+
background-color: var(--uniface-list-box-selected-bg);
|
|
271
239
|
}
|
|
272
240
|
|
|
273
241
|
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
|
|
@@ -414,77 +382,175 @@
|
|
|
414
382
|
box-sizing: inherit;
|
|
415
383
|
}
|
|
416
384
|
}
|
|
417
|
-
.uniface-
|
|
418
|
-
|
|
419
|
-
|
|
385
|
+
.uniface-group-box {
|
|
386
|
+
border-bottom: 1px solid var(--uniface-border-color, #9d9d9d);
|
|
387
|
+
padding: var(--uniface-box-padding, 0 4px);
|
|
388
|
+
width: 100%;
|
|
420
389
|
box-sizing: border-box;
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
390
|
+
position: relative;
|
|
391
|
+
display: inline-flex;
|
|
392
|
+
flex-wrap: wrap;
|
|
393
|
+
min-height: 38px;
|
|
394
|
+
align-content: center;
|
|
425
395
|
}
|
|
426
|
-
.uniface-
|
|
396
|
+
.uniface-group-box:focus-within, .uniface-group-box:focus, .uniface-group-box:active {
|
|
427
397
|
outline: none;
|
|
398
|
+
border-bottom-color: var(--uniface-active-border-color, #ff3e00);
|
|
428
399
|
}
|
|
429
|
-
.uniface-
|
|
400
|
+
.uniface-group-box.disabled:focus-within, .uniface-group-box.disabled:focus, .uniface-group-box.disabled:active {
|
|
401
|
+
border-bottom-color: var(--uniface-border-color, #9d9d9d);
|
|
402
|
+
}
|
|
403
|
+
.uniface-group-box.plain {
|
|
430
404
|
border: none;
|
|
431
405
|
}
|
|
432
|
-
.uniface-
|
|
433
|
-
border: 1px solid var(--uniface-
|
|
406
|
+
.uniface-group-box.outlined {
|
|
407
|
+
border: 1px solid var(--uniface-border-color, #9d9d9d);
|
|
434
408
|
border-radius: var(--uniface-field-round, 4px);
|
|
435
409
|
}
|
|
436
|
-
.uniface-
|
|
437
|
-
border-color: var(--uniface-
|
|
410
|
+
.uniface-group-box.outlined:focus-within, .uniface-group-box.outlined:focus, .uniface-group-box.outlined:active {
|
|
411
|
+
border-color: var(--uniface-active-border-color, #ff3e00);
|
|
438
412
|
}
|
|
439
|
-
.uniface-
|
|
440
|
-
color: var(--uniface-
|
|
441
|
-
background-color: var(--uniface-editor-outlined-disabled-backgournd-color, #F1F5F9);
|
|
413
|
+
.uniface-group-box.outlined.disabled:focus-within, .uniface-group-box.outlined.disabled:focus, .uniface-group-box.outlined.disabled:active {
|
|
414
|
+
border-color: var(--uniface-border-color, #9d9d9d);
|
|
442
415
|
}
|
|
443
|
-
.uniface-
|
|
416
|
+
.uniface-group-box.filled {
|
|
444
417
|
border-top-right-radius: var(--uniface-field-round, 4px);
|
|
445
418
|
border-top-left-radius: var(--uniface-field-round, 4px);
|
|
446
|
-
|
|
447
|
-
background-color: var(--uniface-editor-filled-backgournd-color, #F8FAFC);
|
|
419
|
+
background-color: var(--uniface-filled-color, #f7f7f7);
|
|
448
420
|
}
|
|
449
|
-
.uniface-
|
|
450
|
-
|
|
421
|
+
.uniface-group-box.compact {
|
|
422
|
+
min-height: 28px;
|
|
423
|
+
padding: var(--uniface-editor-compact-padding, 3px 4px);
|
|
451
424
|
}
|
|
452
425
|
|
|
453
|
-
.uniface-
|
|
454
|
-
|
|
426
|
+
.uniface-common-picker .editor-dropdown {
|
|
427
|
+
visibility: hidden;
|
|
428
|
+
}
|
|
429
|
+
.uniface-common-picker .action-icon {
|
|
430
|
+
display: block;
|
|
431
|
+
visibility: hidden;
|
|
455
432
|
box-sizing: border-box;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
433
|
+
font-size: 18px;
|
|
434
|
+
color: var(--uniface-editor-text-color, #374151);
|
|
435
|
+
align-self: center;
|
|
436
|
+
cursor: pointer;
|
|
437
|
+
}
|
|
438
|
+
.uniface-common-picker .action-icon:active {
|
|
439
|
+
color: var(--uniface-active-dropdown-color, #9d9d9d);
|
|
440
|
+
}
|
|
441
|
+
.uniface-common-picker:hover .action-icon, .uniface-common-picker:focus-within .action-icon, .uniface-common-picker:focus .action-icon {
|
|
442
|
+
display: block;
|
|
443
|
+
visibility: visible;
|
|
444
|
+
}
|
|
445
|
+
.uniface-common-picker .options-item-render {
|
|
446
|
+
width: 100%;
|
|
447
|
+
}
|
|
448
|
+
.uniface-common-picker .options-item-render:hover {
|
|
449
|
+
background-color: var(--uniface-plain-hover-border-color, #b3d8ff);
|
|
460
450
|
}
|
|
461
451
|
|
|
462
|
-
.
|
|
463
|
-
|
|
452
|
+
.options-popover {
|
|
453
|
+
user-select: none;
|
|
454
|
+
max-height: 30vh;
|
|
464
455
|
}
|
|
465
|
-
.
|
|
456
|
+
.options-popover .more-indicator-footer {
|
|
457
|
+
line-height: 24px;
|
|
458
|
+
color: #B3BCCA;
|
|
459
|
+
font-style: italic;
|
|
460
|
+
font-size: 1.1em;
|
|
461
|
+
text-align: center;
|
|
462
|
+
cursor: pointer;
|
|
463
|
+
}
|
|
464
|
+
.options-popover .popover-mask-overlay {
|
|
466
465
|
position: absolute;
|
|
467
|
-
top:
|
|
468
|
-
|
|
466
|
+
top: 0;
|
|
467
|
+
bottom: 0;
|
|
468
|
+
left: 0;
|
|
469
469
|
right: 0;
|
|
470
|
-
|
|
471
|
-
margin-right: 6px;
|
|
470
|
+
color: rgba(255, 255, 255, 0.1254901961);
|
|
472
471
|
}
|
|
473
|
-
.
|
|
472
|
+
.options-popover .option-item {
|
|
473
|
+
width: 100%;
|
|
474
|
+
box-sizing: border-box;
|
|
475
|
+
padding: 4px 6px;
|
|
476
|
+
cursor: pointer;
|
|
477
|
+
font-size: 1.1em;
|
|
478
|
+
line-height: 1.5em;
|
|
479
|
+
}
|
|
480
|
+
.options-popover .option-item:hover {
|
|
481
|
+
background-color: var(--uniface-hover-item-background, #f7f7f7);
|
|
482
|
+
color: var(--uniface-hover-item-color, #42A5F5);
|
|
483
|
+
}
|
|
484
|
+
.options-popover .option-item.disabled {
|
|
485
|
+
color: var(--uniface-disabled-color, #7f7f7f);
|
|
486
|
+
cursor: default;
|
|
487
|
+
}
|
|
488
|
+
.options-popover .option-item.disabled:hover {
|
|
489
|
+
background-color: unset;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.uniface-popover-wrapper {
|
|
474
493
|
position: absolute;
|
|
475
|
-
|
|
494
|
+
display: block;
|
|
495
|
+
z-index: 100;
|
|
496
|
+
opacity: 1;
|
|
497
|
+
visibility: visible;
|
|
498
|
+
transition: opacity 0.3s ease-in-out;
|
|
476
499
|
}
|
|
477
|
-
.uniface-
|
|
500
|
+
.uniface-popover-wrapper.hidden {
|
|
501
|
+
visibility: hidden;
|
|
502
|
+
opacity: 0;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.uniface-popover {
|
|
506
|
+
position: relative;
|
|
507
|
+
width: 100%;
|
|
508
|
+
box-sizing: border-box;
|
|
509
|
+
}
|
|
510
|
+
.uniface-popover > div {
|
|
511
|
+
position: absolute;
|
|
478
512
|
display: block;
|
|
479
513
|
}
|
|
480
|
-
.uniface-
|
|
514
|
+
.uniface-popover > div .contents {
|
|
515
|
+
background: var(--uniface-app-background-color, #ffffff);
|
|
516
|
+
box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
|
|
517
|
+
padding-top: 0;
|
|
518
|
+
opacity: 1;
|
|
519
|
+
transform: scale(1);
|
|
481
520
|
display: block;
|
|
482
521
|
}
|
|
522
|
+
.uniface-popover > div .contents .contents-inner {
|
|
523
|
+
overflow: auto;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
:root {
|
|
527
|
+
--uniface-editor-clean-icon-bg: #B3BCCA;
|
|
528
|
+
--uniface-editor-clean-icon-color: #ffffff;
|
|
529
|
+
--uniface-editor-text-color: #374151;
|
|
530
|
+
--uniface-editor-line-height: 16px;
|
|
531
|
+
--uniface-editor-padding: 0 8px;
|
|
532
|
+
--uniface-editor-border-color: #E2E8F0;
|
|
533
|
+
--uniface-editor-outlined-disabled-backgournd-color: #F1F5F9;
|
|
534
|
+
--uniface-editor-outlined-disabled-text-color: #B3BCCA;
|
|
535
|
+
--uniface-editor-outlined-radius: 4px;
|
|
536
|
+
--uniface-editor-outlined-active-border-color: #298DFF;
|
|
537
|
+
--uniface-editor-filled-backgournd-color: #F8FAFC;
|
|
538
|
+
--uniface-editor-action-icon-color: #ffffff;
|
|
539
|
+
--uniface-editor-action-icon-hover-color: #374151;
|
|
540
|
+
--uniface-editor-action-icon-background-color: #B3BCCA;
|
|
541
|
+
--uniface-editor-indicator-color: #B3BCCA;
|
|
542
|
+
--uniface-editor-inline-action-icon-color: #37415170;
|
|
543
|
+
--uniface-editor-inline-action-icon-hover-color: #374151;
|
|
544
|
+
--uniface-editor-inline-action-icon-hover-bg: #42A5F51A;
|
|
545
|
+
}
|
|
483
546
|
|
|
484
547
|
/*输入框中的清除按钮*/
|
|
485
548
|
.uniface-editor-clean-icon {
|
|
486
|
-
|
|
549
|
+
position: absolute;
|
|
550
|
+
top: 10px;
|
|
551
|
+
right: 0;
|
|
487
552
|
display: none;
|
|
553
|
+
cursor: pointer;
|
|
488
554
|
text-align: center;
|
|
489
555
|
color: var(--uniface-editor-clean-icon-color, #ffffff);
|
|
490
556
|
}
|
|
@@ -500,8 +566,7 @@
|
|
|
500
566
|
background-color: var(--uniface-editor-clean-icon-bg, #B3BCCA);
|
|
501
567
|
}
|
|
502
568
|
.uniface-editor-clean-icon:active {
|
|
503
|
-
|
|
504
|
-
top: 1px;
|
|
569
|
+
top: 11px;
|
|
505
570
|
}
|
|
506
571
|
.uniface-editor-clean-icon:hover i {
|
|
507
572
|
color: var(--uniface-editor-inline-action-icon-hover-color, #374151);
|
|
@@ -510,7 +575,7 @@
|
|
|
510
575
|
|
|
511
576
|
.uniface-common-editor {
|
|
512
577
|
border-bottom: 1px solid var(--uniface-editor-border-color, #298DFF);
|
|
513
|
-
padding: var(--uniface-editor-padding
|
|
578
|
+
padding: var(--uniface-editor-padding);
|
|
514
579
|
box-sizing: border-box;
|
|
515
580
|
overflow: hidden;
|
|
516
581
|
width: 100%;
|
|
@@ -522,10 +587,6 @@
|
|
|
522
587
|
align-items: center;
|
|
523
588
|
gap: 8px;
|
|
524
589
|
}
|
|
525
|
-
.uniface-common-editor .editor-embed-icon {
|
|
526
|
-
padding-left: 4px;
|
|
527
|
-
padding-right: 4px;
|
|
528
|
-
}
|
|
529
590
|
.uniface-common-editor .editor-embed-icon img {
|
|
530
591
|
width: 28px;
|
|
531
592
|
height: 28px;
|
|
@@ -539,7 +600,7 @@
|
|
|
539
600
|
box-sizing: border-box;
|
|
540
601
|
font-size: 1em;
|
|
541
602
|
height: 36px;
|
|
542
|
-
padding: 0
|
|
603
|
+
padding: 0;
|
|
543
604
|
color: var(--uniface-editor-text-color, #374151);
|
|
544
605
|
}
|
|
545
606
|
.uniface-common-editor input:focus {
|
|
@@ -561,6 +622,12 @@
|
|
|
561
622
|
.uniface-common-editor.compact input {
|
|
562
623
|
height: 28px;
|
|
563
624
|
}
|
|
625
|
+
.uniface-common-editor.compact .uniface-editor-clean-icon {
|
|
626
|
+
top: 5px;
|
|
627
|
+
}
|
|
628
|
+
.uniface-common-editor.compact .uniface-editor-clean-icon:active {
|
|
629
|
+
top: 6px;
|
|
630
|
+
}
|
|
564
631
|
.uniface-common-editor:focus-within {
|
|
565
632
|
outline: none;
|
|
566
633
|
border-bottom: 1px solid var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
@@ -605,13 +672,6 @@
|
|
|
605
672
|
color: #6B7280;
|
|
606
673
|
font-size: 1em;
|
|
607
674
|
line-height: normal;
|
|
608
|
-
box-sizing: border-box;
|
|
609
|
-
}
|
|
610
|
-
.uniface-common-editor .editor-prefix {
|
|
611
|
-
margin-left: 4px;
|
|
612
|
-
}
|
|
613
|
-
.uniface-common-editor .editor-suffix {
|
|
614
|
-
margin-left: 4px;
|
|
615
675
|
}
|
|
616
676
|
.uniface-common-editor .password-icon {
|
|
617
677
|
color: var(--uniface-editor-action-icon-color, #ffffff);
|
|
@@ -630,6 +690,91 @@
|
|
|
630
690
|
color: #d9d9d9;
|
|
631
691
|
}
|
|
632
692
|
|
|
693
|
+
.uniface-range-editor .divider {
|
|
694
|
+
position: relative;
|
|
695
|
+
flex: 0 0 auto;
|
|
696
|
+
width: 6px;
|
|
697
|
+
}
|
|
698
|
+
.uniface-range-editor .divider::before {
|
|
699
|
+
content: "";
|
|
700
|
+
position: absolute;
|
|
701
|
+
top: 50%;
|
|
702
|
+
left: 0;
|
|
703
|
+
width: 100%;
|
|
704
|
+
height: 1px;
|
|
705
|
+
background-color: var(--uniface-editor-inline-action-icon-color, rgba(55, 65, 81, 0.4392156863));
|
|
706
|
+
transform: translateY(-50%);
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
:root {
|
|
710
|
+
--uniface-criteria-field-label-color: var(--uniface-primary-text-color, #374151);
|
|
711
|
+
--uniface-criteria-field-label-width: 120px;
|
|
712
|
+
--uniface-criteria-field-label-alignment: right;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.uniface-filter-field {
|
|
716
|
+
box-sizing: border-box;
|
|
717
|
+
display: block;
|
|
718
|
+
position: relative;
|
|
719
|
+
padding: 0 4px;
|
|
720
|
+
width: 100px;
|
|
721
|
+
}
|
|
722
|
+
.uniface-filter-field.x15 {
|
|
723
|
+
width: 150px;
|
|
724
|
+
}
|
|
725
|
+
.uniface-filter-field.x20 {
|
|
726
|
+
width: 200px;
|
|
727
|
+
}
|
|
728
|
+
.uniface-filter-field.x25 {
|
|
729
|
+
width: 250px;
|
|
730
|
+
}
|
|
731
|
+
.uniface-filter-field.x30 {
|
|
732
|
+
width: 300px;
|
|
733
|
+
}
|
|
734
|
+
.uniface-filter-field.x35 {
|
|
735
|
+
width: 350px;
|
|
736
|
+
}
|
|
737
|
+
.uniface-filter-field.x40 {
|
|
738
|
+
width: 400px;
|
|
739
|
+
}
|
|
740
|
+
.uniface-filter-field .field-container {
|
|
741
|
+
width: 100%;
|
|
742
|
+
display: grid;
|
|
743
|
+
position: relative;
|
|
744
|
+
gap: 4px;
|
|
745
|
+
}
|
|
746
|
+
.uniface-filter-field .field-label {
|
|
747
|
+
color: var(--uniface-criteria-field-label-color);
|
|
748
|
+
font-size: 0.9em;
|
|
749
|
+
font-weight: 500;
|
|
750
|
+
box-sizing: border-box;
|
|
751
|
+
}
|
|
752
|
+
.uniface-filter-field.vertical .field-container {
|
|
753
|
+
grid-template-columns: 1fr;
|
|
754
|
+
}
|
|
755
|
+
.uniface-filter-field.vertical .field-label {
|
|
756
|
+
width: 100%;
|
|
757
|
+
white-space: nowrap;
|
|
758
|
+
overflow: hidden;
|
|
759
|
+
text-overflow: ellipsis;
|
|
760
|
+
}
|
|
761
|
+
.uniface-filter-field.vertical .field {
|
|
762
|
+
position: relative;
|
|
763
|
+
display: flex;
|
|
764
|
+
flex-direction: row;
|
|
765
|
+
justify-items: center;
|
|
766
|
+
width: 100%;
|
|
767
|
+
}
|
|
768
|
+
.uniface-filter-field.horizontal .field-container {
|
|
769
|
+
grid-template-columns: auto 1fr;
|
|
770
|
+
align-items: center;
|
|
771
|
+
}
|
|
772
|
+
.uniface-filter-field.horizontal .field-label {
|
|
773
|
+
text-align: var(--uniface-criteria-field-label-alignment);
|
|
774
|
+
width: var(--uniface-criteria-field-label-width);
|
|
775
|
+
overflow: hidden;
|
|
776
|
+
}
|
|
777
|
+
|
|
633
778
|
.switch-box input[type=checkbox] {
|
|
634
779
|
visibility: hidden;
|
|
635
780
|
display: none;
|
|
@@ -728,80 +873,77 @@
|
|
|
728
873
|
transform: translateX(2.4em);
|
|
729
874
|
background-color: #fff;
|
|
730
875
|
}*/
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
876
|
+
:root {
|
|
877
|
+
--uniface-form-field-required-indicator-color: #ff3e00;
|
|
878
|
+
--uniface-form-field-label-color: var(--uniface-primary-text-color, #374151);
|
|
879
|
+
--uniface-form-field-invalid-message-color: #ff3e00;
|
|
880
|
+
--uniface-form-field-label-width: 120px;
|
|
881
|
+
--uniface-form-field-label-alignment: right;
|
|
737
882
|
}
|
|
738
883
|
|
|
739
884
|
.uniface-form-field {
|
|
740
885
|
box-sizing: border-box;
|
|
741
886
|
display: block;
|
|
742
887
|
position: relative;
|
|
888
|
+
height: auto;
|
|
889
|
+
padding: 6px 4px;
|
|
743
890
|
}
|
|
744
891
|
.uniface-form-field .required-indicator {
|
|
745
|
-
color:
|
|
892
|
+
color: var(--uniface-form-field-required-indicator-color);
|
|
893
|
+
}
|
|
894
|
+
.uniface-form-field .field-hint {
|
|
895
|
+
width: 100%;
|
|
896
|
+
box-sizing: border-box;
|
|
897
|
+
padding: 4px 0;
|
|
898
|
+
font-size: 0.9em;
|
|
899
|
+
font-style: italic;
|
|
900
|
+
color: var(--uniface-form-field-invalid-message-color);
|
|
901
|
+
grid-area: hint;
|
|
902
|
+
}
|
|
903
|
+
.uniface-form-field .field {
|
|
904
|
+
width: 100%;
|
|
905
|
+
position: relative;
|
|
906
|
+
grid-area: field;
|
|
746
907
|
}
|
|
747
908
|
.uniface-form-field .field-label {
|
|
748
|
-
color: var(--uniface-
|
|
749
|
-
font-size: 0.
|
|
909
|
+
color: var(--uniface-form-field-label-color);
|
|
910
|
+
font-size: 0.9em;
|
|
750
911
|
font-weight: 500;
|
|
751
912
|
box-sizing: border-box;
|
|
752
913
|
line-height: 1.1em;
|
|
753
914
|
user-select: none;
|
|
915
|
+
grid-area: label;
|
|
916
|
+
align-self: center;
|
|
754
917
|
}
|
|
755
|
-
.uniface-form-field .
|
|
918
|
+
.uniface-form-field .field-label.vert-top {
|
|
919
|
+
align-self: self-start;
|
|
920
|
+
margin-top: 10px;
|
|
921
|
+
}
|
|
922
|
+
.uniface-form-field .form-content {
|
|
756
923
|
width: 100%;
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
min-height: 20px;
|
|
924
|
+
display: grid;
|
|
925
|
+
gap: 4px;
|
|
760
926
|
}
|
|
761
927
|
.uniface-form-field.vertical .form-content {
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
flex-direction: column;
|
|
928
|
+
grid-template-columns: 1fr;
|
|
929
|
+
grid-template-areas: "label" "field" "hint";
|
|
765
930
|
}
|
|
766
931
|
.uniface-form-field.vertical .form-content .field-label {
|
|
767
932
|
width: 100%;
|
|
768
|
-
padding: 0 4px 4px 4px;
|
|
769
933
|
white-space: nowrap;
|
|
770
934
|
overflow: hidden;
|
|
771
935
|
text-overflow: ellipsis;
|
|
772
|
-
flex: 0 0 auto;
|
|
773
|
-
}
|
|
774
|
-
.uniface-form-field.vertical .form-content .field-hint {
|
|
775
|
-
flex: 0 0 auto;
|
|
776
936
|
}
|
|
777
|
-
.uniface-form-field.vertical .form-content .field {
|
|
778
|
-
|
|
937
|
+
.uniface-form-field.vertical .form-content .empty-field {
|
|
938
|
+
display: none;
|
|
779
939
|
}
|
|
780
940
|
.uniface-form-field.horizontal .form-content {
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
box-sizing: border-box;
|
|
941
|
+
grid-template-columns: auto 1fr;
|
|
942
|
+
grid-template-areas: "label field" "empty hint";
|
|
784
943
|
}
|
|
785
944
|
.uniface-form-field.horizontal .form-content .field-label {
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
text-align: right;
|
|
789
|
-
padding-right: 8px;
|
|
790
|
-
box-sizing: border-box;
|
|
791
|
-
line-height: 14px;
|
|
792
|
-
}
|
|
793
|
-
.uniface-form-field.horizontal .form-content .field {
|
|
794
|
-
flex: 1 1 auto;
|
|
795
|
-
position: relative;
|
|
796
|
-
box-sizing: border-box;
|
|
797
|
-
}
|
|
798
|
-
.uniface-form-field .field-hint {
|
|
799
|
-
width: 100%;
|
|
800
|
-
box-sizing: border-box;
|
|
801
|
-
padding: 4px;
|
|
802
|
-
font-size: 0.9em;
|
|
803
|
-
font-style: italic;
|
|
804
|
-
color: var(--uniface-invalid-message-color, #ff3e00);
|
|
945
|
+
width: var(--uniface-form-field-label-width);
|
|
946
|
+
text-align: var(--uniface-form-field-label-alignment);
|
|
805
947
|
}
|
|
806
948
|
|
|
807
949
|
.flex-block {
|
|
@@ -836,6 +978,73 @@
|
|
|
836
978
|
flex-direction: row;
|
|
837
979
|
}
|
|
838
980
|
|
|
981
|
+
.uniface-memo-editor {
|
|
982
|
+
background-color: transparent;
|
|
983
|
+
border: 0 solid transparent;
|
|
984
|
+
box-sizing: border-box;
|
|
985
|
+
font-size: 1em;
|
|
986
|
+
line-height: 1.5em;
|
|
987
|
+
color: var(--uniface-default-text-color, #374151);
|
|
988
|
+
padding: var(--uniface-memo-padding, 6px 8px);
|
|
989
|
+
}
|
|
990
|
+
.uniface-memo-editor:focus {
|
|
991
|
+
outline: none;
|
|
992
|
+
}
|
|
993
|
+
.uniface-memo-editor.plain {
|
|
994
|
+
border: none;
|
|
995
|
+
}
|
|
996
|
+
.uniface-memo-editor.outlined {
|
|
997
|
+
border: 1px solid var(--uniface-editor-border-color, #E2E8F0);
|
|
998
|
+
border-radius: var(--uniface-field-round, 4px);
|
|
999
|
+
}
|
|
1000
|
+
.uniface-memo-editor.outlined:focus {
|
|
1001
|
+
border-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
1002
|
+
}
|
|
1003
|
+
.uniface-memo-editor:disabled {
|
|
1004
|
+
color: var(--uniface-editor-outlined-disabled-text-color, #B3BCCA);
|
|
1005
|
+
background-color: var(--uniface-editor-outlined-disabled-backgournd-color, #F1F5F9);
|
|
1006
|
+
}
|
|
1007
|
+
.uniface-memo-editor.filled {
|
|
1008
|
+
border-top-right-radius: var(--uniface-field-round, 4px);
|
|
1009
|
+
border-top-left-radius: var(--uniface-field-round, 4px);
|
|
1010
|
+
border-bottom: 1px solid var(--uniface-editor-border-color, #E2E8F0);
|
|
1011
|
+
background-color: var(--uniface-editor-filled-backgournd-color, #F8FAFC);
|
|
1012
|
+
}
|
|
1013
|
+
.uniface-memo-editor.filled:focus {
|
|
1014
|
+
border-bottom-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.uniface-memo-indicator {
|
|
1018
|
+
padding: 4px 6px;
|
|
1019
|
+
box-sizing: border-box;
|
|
1020
|
+
text-align: right;
|
|
1021
|
+
font-size: 0.9em;
|
|
1022
|
+
color: var(--uniface-editor-indicator-color, #B3BCCA);
|
|
1023
|
+
user-select: none;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.uniface-memo-editor-wrapper .action-button-wrapper {
|
|
1027
|
+
display: none;
|
|
1028
|
+
}
|
|
1029
|
+
.uniface-memo-editor-wrapper .action-button-wrapper .uniface-editor-clean-icon {
|
|
1030
|
+
position: absolute;
|
|
1031
|
+
top: 6px;
|
|
1032
|
+
padding: 0;
|
|
1033
|
+
right: 0;
|
|
1034
|
+
visibility: visible;
|
|
1035
|
+
margin-right: 6px;
|
|
1036
|
+
}
|
|
1037
|
+
.uniface-memo-editor-wrapper .action-button-wrapper .uniface-editor-clean-icon:active {
|
|
1038
|
+
position: absolute;
|
|
1039
|
+
top: 7px;
|
|
1040
|
+
}
|
|
1041
|
+
.uniface-memo-editor-wrapper:focus-within .action-button-wrapper {
|
|
1042
|
+
display: block;
|
|
1043
|
+
}
|
|
1044
|
+
.uniface-memo-editor-wrapper:hover .action-button-wrapper {
|
|
1045
|
+
display: block;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
839
1048
|
.uniface-option-select {
|
|
840
1049
|
display: inline-block;
|
|
841
1050
|
height: 38px;
|
|
@@ -893,71 +1102,6 @@
|
|
|
893
1102
|
width: 20px;
|
|
894
1103
|
}
|
|
895
1104
|
|
|
896
|
-
.options-popover {
|
|
897
|
-
user-select: none;
|
|
898
|
-
max-height: 30vh;
|
|
899
|
-
}
|
|
900
|
-
.options-popover > div {
|
|
901
|
-
width: 100%;
|
|
902
|
-
box-sizing: border-box;
|
|
903
|
-
padding: 4px 6px;
|
|
904
|
-
cursor: pointer;
|
|
905
|
-
font-size: 1.1em;
|
|
906
|
-
line-height: 1.5em;
|
|
907
|
-
}
|
|
908
|
-
.options-popover > div:hover {
|
|
909
|
-
background-color: var(--uniface-hover-item-background, #f7f7f7);
|
|
910
|
-
color: var(--uniface-hover-item-color, #42A5F5);
|
|
911
|
-
}
|
|
912
|
-
.options-popover > div.disabled {
|
|
913
|
-
color: var(--uniface-disabled-color, #7f7f7f);
|
|
914
|
-
cursor: default;
|
|
915
|
-
}
|
|
916
|
-
.options-popover > div.disabled:hover {
|
|
917
|
-
background-color: unset;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.uniface-group-box {
|
|
921
|
-
border-bottom: 1px solid var(--uniface-border-color, #9d9d9d);
|
|
922
|
-
padding: var(--uniface-box-padding, 0 4px);
|
|
923
|
-
width: 100%;
|
|
924
|
-
box-sizing: border-box;
|
|
925
|
-
position: relative;
|
|
926
|
-
display: inline-flex;
|
|
927
|
-
flex-wrap: wrap;
|
|
928
|
-
min-height: 38px;
|
|
929
|
-
align-content: center;
|
|
930
|
-
}
|
|
931
|
-
.uniface-group-box:focus-within, .uniface-group-box:focus, .uniface-group-box:active {
|
|
932
|
-
outline: none;
|
|
933
|
-
border-bottom-color: var(--uniface-active-border-color, #ff3e00);
|
|
934
|
-
}
|
|
935
|
-
.uniface-group-box.disabled:focus-within, .uniface-group-box.disabled:focus, .uniface-group-box.disabled:active {
|
|
936
|
-
border-bottom-color: var(--uniface-border-color, #9d9d9d);
|
|
937
|
-
}
|
|
938
|
-
.uniface-group-box.plain {
|
|
939
|
-
border: none;
|
|
940
|
-
}
|
|
941
|
-
.uniface-group-box.outlined {
|
|
942
|
-
border: 1px solid var(--uniface-border-color, #9d9d9d);
|
|
943
|
-
border-radius: var(--uniface-field-round, 4px);
|
|
944
|
-
}
|
|
945
|
-
.uniface-group-box.outlined:focus-within, .uniface-group-box.outlined:focus, .uniface-group-box.outlined:active {
|
|
946
|
-
border-color: var(--uniface-active-border-color, #ff3e00);
|
|
947
|
-
}
|
|
948
|
-
.uniface-group-box.outlined.disabled:focus-within, .uniface-group-box.outlined.disabled:focus, .uniface-group-box.outlined.disabled:active {
|
|
949
|
-
border-color: var(--uniface-border-color, #9d9d9d);
|
|
950
|
-
}
|
|
951
|
-
.uniface-group-box.filled {
|
|
952
|
-
border-top-right-radius: var(--uniface-field-round, 4px);
|
|
953
|
-
border-top-left-radius: var(--uniface-field-round, 4px);
|
|
954
|
-
background-color: var(--uniface-filled-color, #f7f7f7);
|
|
955
|
-
}
|
|
956
|
-
.uniface-group-box.compact {
|
|
957
|
-
min-height: 28px;
|
|
958
|
-
padding: var(--uniface-editor-compact-padding, 3px 4px);
|
|
959
|
-
}
|
|
960
|
-
|
|
961
1105
|
.uniface-radio-button {
|
|
962
1106
|
display: inline-block;
|
|
963
1107
|
height: 26px;
|
|
@@ -1041,6 +1185,12 @@
|
|
|
1041
1185
|
height: 10px;
|
|
1042
1186
|
}
|
|
1043
1187
|
|
|
1188
|
+
:root {
|
|
1189
|
+
--uniface-dialog-border-color: #0000000D;
|
|
1190
|
+
--uniface-dialog-action-button-hover-background-color: #E2E8F0;
|
|
1191
|
+
--uniface-dialog-action-button-color: #6B7280;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1044
1194
|
.uniface-dialog-board {
|
|
1045
1195
|
position: fixed;
|
|
1046
1196
|
top: 0;
|
|
@@ -1373,6 +1523,13 @@
|
|
|
1373
1523
|
flex: 0 0 auto;
|
|
1374
1524
|
}
|
|
1375
1525
|
|
|
1526
|
+
:root {
|
|
1527
|
+
--uniface-toast-text-color: #ffffff;
|
|
1528
|
+
--uniface-toast-error-background-color: #FF685B;
|
|
1529
|
+
--uniface-toast-info-background-color: #0061FF;
|
|
1530
|
+
--uniface-toast-successful-background-color: #2DC071;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1376
1533
|
.uniface-toast-board {
|
|
1377
1534
|
position: fixed;
|
|
1378
1535
|
left: 0;
|
|
@@ -1498,6 +1655,18 @@
|
|
|
1498
1655
|
margin-top: 16px;
|
|
1499
1656
|
}
|
|
1500
1657
|
|
|
1658
|
+
:root {
|
|
1659
|
+
--uniface-card-primary-text-color: #374151;
|
|
1660
|
+
--uniface-card-border-color: #E2E8F0;
|
|
1661
|
+
--uniface-card-hover-border-color: #E2E8F0;
|
|
1662
|
+
--uniface-card-divid-border-color: #42A5F570;
|
|
1663
|
+
--uniface-card-header-height: 54px;
|
|
1664
|
+
--uniface-card-header-padding: 0 24px;
|
|
1665
|
+
--uniface-card-icon-color: #374151;
|
|
1666
|
+
--uniface-card-icon-hover-color: #37415170;
|
|
1667
|
+
--uniface-card-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1501
1670
|
.uniface-card {
|
|
1502
1671
|
display: block;
|
|
1503
1672
|
}
|
|
@@ -1588,6 +1757,19 @@
|
|
|
1588
1757
|
box-shadow: var(--uniface-card-shadow, rgba(0, 0, 0, 0.16) 0px 1px 4px);
|
|
1589
1758
|
}
|
|
1590
1759
|
|
|
1760
|
+
:root {
|
|
1761
|
+
--uniface-tabs-header-background-color: #FFFFFF;
|
|
1762
|
+
--uniface-tab-active-text-color: #0061FF;
|
|
1763
|
+
--uniface-tab-active-background-color: #FFFFFF;
|
|
1764
|
+
--uniface-tab-inactive-text-color: #374151;
|
|
1765
|
+
--uniface-tab-inactive-background-color: #FFFFFF;
|
|
1766
|
+
--uniface-tab-border-color: #E2E8F0;
|
|
1767
|
+
--uniface-tab-bg: #F8FAFC;
|
|
1768
|
+
--uniface-tab-action-background: #FFFFFF;
|
|
1769
|
+
--uniface-tab-hover-text-color: #298DFF;
|
|
1770
|
+
--uniface-tab-header-radius: 4px;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1591
1773
|
.uniface-tab-panel {
|
|
1592
1774
|
width: 100%;
|
|
1593
1775
|
box-sizing: border-box;
|
|
@@ -1698,109 +1880,35 @@
|
|
|
1698
1880
|
.uniface-tabs-wrap .tabs-panel .uniface-tab.active:hover .tab-action {
|
|
1699
1881
|
display: block;
|
|
1700
1882
|
}
|
|
1701
|
-
.uniface-tabs-wrap.simple .tabs-panel {
|
|
1702
|
-
bottom: 0;
|
|
1703
|
-
}
|
|
1704
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab {
|
|
1705
|
-
margin-left: 4px;
|
|
1706
|
-
border-bottom: 2px solid transparent;
|
|
1707
|
-
background-color: transparent;
|
|
1708
|
-
padding: 8px 8px 4px 8px;
|
|
1709
|
-
border-left: none;
|
|
1710
|
-
border-right: none;
|
|
1711
|
-
border-top: none;
|
|
1712
|
-
}
|
|
1713
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab .tab-action {
|
|
1714
|
-
display: none;
|
|
1715
|
-
}
|
|
1716
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active {
|
|
1717
|
-
color: var(--uniface-tab-active-text-color, #0061FF);
|
|
1718
|
-
border-bottom: 2px solid var(--uniface-tab-active-text-color, #0061FF);
|
|
1719
|
-
font-weight: 600;
|
|
1720
|
-
cursor: default;
|
|
1721
|
-
}
|
|
1722
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active .tab-refresh {
|
|
1723
|
-
display: none;
|
|
1724
|
-
}
|
|
1725
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active:hover {
|
|
1726
|
-
color: var(--uniface-tab-active-text-color, #0061FF);
|
|
1727
|
-
}
|
|
1728
|
-
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active:hover .tab-action {
|
|
1729
|
-
display: none;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.uniface-filter-field {
|
|
1733
|
-
box-sizing: border-box;
|
|
1734
|
-
display: block;
|
|
1735
|
-
position: relative;
|
|
1736
|
-
padding: 0 4px;
|
|
1737
|
-
width: 100px;
|
|
1738
|
-
vertical-align: top;
|
|
1739
|
-
}
|
|
1740
|
-
.uniface-filter-field.x15 {
|
|
1741
|
-
width: 150px;
|
|
1742
|
-
}
|
|
1743
|
-
.uniface-filter-field.x20 {
|
|
1744
|
-
width: 200px;
|
|
1745
|
-
}
|
|
1746
|
-
.uniface-filter-field.x25 {
|
|
1747
|
-
width: 250px;
|
|
1748
|
-
}
|
|
1749
|
-
.uniface-filter-field.x30 {
|
|
1750
|
-
width: 300px;
|
|
1751
|
-
}
|
|
1752
|
-
.uniface-filter-field.x35 {
|
|
1753
|
-
width: 350px;
|
|
1754
|
-
}
|
|
1755
|
-
.uniface-filter-field.x40 {
|
|
1756
|
-
width: 400px;
|
|
1757
|
-
}
|
|
1758
|
-
.uniface-filter-field .field-label {
|
|
1759
|
-
color: var(--uniface-primary-label-color, #333333);
|
|
1760
|
-
font-size: 0.9em;
|
|
1761
|
-
font-weight: 500;
|
|
1762
|
-
box-sizing: border-box;
|
|
1763
|
-
}
|
|
1764
|
-
.uniface-filter-field.vertical > div {
|
|
1765
|
-
width: 100%;
|
|
1766
|
-
position: relative;
|
|
1767
|
-
text-align: left;
|
|
1883
|
+
.uniface-tabs-wrap.simple .tabs-panel {
|
|
1884
|
+
bottom: 0;
|
|
1768
1885
|
}
|
|
1769
|
-
.uniface-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1886
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab {
|
|
1887
|
+
margin-left: 4px;
|
|
1888
|
+
border-bottom: 2px solid transparent;
|
|
1889
|
+
background-color: transparent;
|
|
1890
|
+
padding: 8px 8px 4px 8px;
|
|
1891
|
+
border-left: none;
|
|
1892
|
+
border-right: none;
|
|
1893
|
+
border-top: none;
|
|
1775
1894
|
}
|
|
1776
|
-
.uniface-
|
|
1777
|
-
|
|
1778
|
-
display: flex;
|
|
1779
|
-
flex-direction: row;
|
|
1780
|
-
justify-items: center;
|
|
1781
|
-
width: 100%;
|
|
1895
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab .tab-action {
|
|
1896
|
+
display: none;
|
|
1782
1897
|
}
|
|
1783
|
-
.uniface-
|
|
1784
|
-
|
|
1898
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active {
|
|
1899
|
+
color: var(--uniface-tab-active-text-color, #0061FF);
|
|
1900
|
+
border-bottom: 2px solid var(--uniface-tab-active-text-color, #0061FF);
|
|
1901
|
+
font-weight: 600;
|
|
1902
|
+
cursor: default;
|
|
1785
1903
|
}
|
|
1786
|
-
.uniface-
|
|
1787
|
-
display:
|
|
1788
|
-
width: 100%;
|
|
1789
|
-
position: relative;
|
|
1790
|
-
grid-template-columns: auto auto;
|
|
1791
|
-
align-items: center;
|
|
1792
|
-
box-sizing: border-box;
|
|
1904
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active .tab-refresh {
|
|
1905
|
+
display: none;
|
|
1793
1906
|
}
|
|
1794
|
-
.uniface-
|
|
1795
|
-
text-
|
|
1796
|
-
width: 80px;
|
|
1797
|
-
padding-right: 4px;
|
|
1798
|
-
box-sizing: border-box;
|
|
1799
|
-
overflow: hidden;
|
|
1907
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active:hover {
|
|
1908
|
+
color: var(--uniface-tab-active-text-color, #0061FF);
|
|
1800
1909
|
}
|
|
1801
|
-
.uniface-
|
|
1802
|
-
|
|
1803
|
-
box-sizing: border-box;
|
|
1910
|
+
.uniface-tabs-wrap.simple .tabs-panel .uniface-tab.active:hover .tab-action {
|
|
1911
|
+
display: none;
|
|
1804
1912
|
}
|
|
1805
1913
|
|
|
1806
1914
|
.multiple .option-field {
|
|
@@ -1842,6 +1950,13 @@
|
|
|
1842
1950
|
display: block;
|
|
1843
1951
|
}
|
|
1844
1952
|
|
|
1953
|
+
:root {
|
|
1954
|
+
--uniface-treeview-icon-color: #8AA7FF;
|
|
1955
|
+
--uniface-treeview-icon-hover-color: #0057FE;
|
|
1956
|
+
--uniface-treeview-item-bg: #EEF4FF;
|
|
1957
|
+
--uniface-treeview-item-selected-color: #0061FF;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1845
1960
|
.uniface-tree-view {
|
|
1846
1961
|
position: relative;
|
|
1847
1962
|
background-color: var(--uniface-default-page-content-bg, #ffffff);
|
|
@@ -2526,134 +2641,6 @@
|
|
|
2526
2641
|
padding-left: 1em;
|
|
2527
2642
|
}
|
|
2528
2643
|
|
|
2529
|
-
.uniface-range-wrapper {
|
|
2530
|
-
display: block;
|
|
2531
|
-
height: 38px;
|
|
2532
|
-
position: relative;
|
|
2533
|
-
width: 100%;
|
|
2534
|
-
}
|
|
2535
|
-
.uniface-range-wrapper .uniface-range-editor {
|
|
2536
|
-
display: flex;
|
|
2537
|
-
flex-direction: row;
|
|
2538
|
-
gap: 8px;
|
|
2539
|
-
align-items: center;
|
|
2540
|
-
height: 100%;
|
|
2541
|
-
box-sizing: border-box;
|
|
2542
|
-
}
|
|
2543
|
-
.uniface-range-wrapper .uniface-range-editor .divider {
|
|
2544
|
-
position: relative;
|
|
2545
|
-
flex: 0 0 auto;
|
|
2546
|
-
width: 10px;
|
|
2547
|
-
}
|
|
2548
|
-
.uniface-range-wrapper .uniface-range-editor .divider::before {
|
|
2549
|
-
content: "";
|
|
2550
|
-
position: absolute;
|
|
2551
|
-
top: 50%;
|
|
2552
|
-
left: 0;
|
|
2553
|
-
width: 100%;
|
|
2554
|
-
height: 1px;
|
|
2555
|
-
background-color: var(--uniface-editor-inline-action-icon-color, rgba(55, 65, 81, 0.4392156863));
|
|
2556
|
-
transform: translateY(-50%);
|
|
2557
|
-
}
|
|
2558
|
-
.uniface-range-wrapper .uniface-range-editor input {
|
|
2559
|
-
cursor: default;
|
|
2560
|
-
flex: 1 1 auto;
|
|
2561
|
-
background-color: transparent;
|
|
2562
|
-
border: 0 solid;
|
|
2563
|
-
box-sizing: border-box;
|
|
2564
|
-
font-size: 1em;
|
|
2565
|
-
height: 36px;
|
|
2566
|
-
padding: 0 12px;
|
|
2567
|
-
}
|
|
2568
|
-
.uniface-range-wrapper .uniface-range-editor input:focus {
|
|
2569
|
-
outline: none;
|
|
2570
|
-
}
|
|
2571
|
-
.uniface-range-wrapper .uniface-range-editor .action-icon {
|
|
2572
|
-
display: block;
|
|
2573
|
-
visibility: hidden;
|
|
2574
|
-
}
|
|
2575
|
-
.uniface-range-wrapper .uniface-range-editor .uniface-editor-clean-icon {
|
|
2576
|
-
display: block;
|
|
2577
|
-
visibility: hidden;
|
|
2578
|
-
}
|
|
2579
|
-
.uniface-range-wrapper .uniface-range-editor:hover .action-icon, .uniface-range-wrapper .uniface-range-editor:focus-within .action-icon {
|
|
2580
|
-
visibility: visible;
|
|
2581
|
-
}
|
|
2582
|
-
.uniface-range-wrapper .uniface-range-editor:hover .uniface-editor-clean-icon, .uniface-range-wrapper .uniface-range-editor:focus-within .uniface-editor-clean-icon {
|
|
2583
|
-
visibility: visible;
|
|
2584
|
-
}
|
|
2585
|
-
.uniface-range-wrapper .uniface-range-editor:hover .uniface-editor-clean-icon.hidden, .uniface-range-wrapper .uniface-range-editor:focus-within .uniface-editor-clean-icon.hidden {
|
|
2586
|
-
visibility: hidden;
|
|
2587
|
-
}
|
|
2588
|
-
.uniface-range-wrapper .uniface-range-editor:focus-within {
|
|
2589
|
-
outline: none;
|
|
2590
|
-
border-bottom-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
2591
|
-
}
|
|
2592
|
-
.uniface-range-wrapper .uniface-range-editor.outlined {
|
|
2593
|
-
border: 1px solid var(--uniface-editor-border-color, #E2E8F0);
|
|
2594
|
-
border-radius: var(--uniface-field-round, 4px);
|
|
2595
|
-
}
|
|
2596
|
-
.uniface-range-wrapper .uniface-range-editor.outlined:focus-within {
|
|
2597
|
-
border-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
2598
|
-
}
|
|
2599
|
-
.uniface-range-wrapper .uniface-range-editor.filled {
|
|
2600
|
-
border-top-right-radius: var(--uniface-field-round, 4px);
|
|
2601
|
-
border-top-left-radius: var(--uniface-field-round, 4px);
|
|
2602
|
-
background-color: var(--uniface-editor-filled-backgournd-color, #F8FAFC);
|
|
2603
|
-
border-bottom: 1px solid var(--uniface-editor-border-color, #E2E8F0);
|
|
2604
|
-
}
|
|
2605
|
-
.uniface-range-wrapper .uniface-range-editor.filled:focus-within {
|
|
2606
|
-
outline: none;
|
|
2607
|
-
border-bottom-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
2608
|
-
}
|
|
2609
|
-
.uniface-range-wrapper.compact {
|
|
2610
|
-
height: 30px;
|
|
2611
|
-
}
|
|
2612
|
-
.uniface-range-wrapper.compact input {
|
|
2613
|
-
height: 28px;
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
.uniface-listbox {
|
|
2617
|
-
position: relative;
|
|
2618
|
-
display: flex;
|
|
2619
|
-
flex-direction: column;
|
|
2620
|
-
overflow: hidden;
|
|
2621
|
-
box-sizing: border-box;
|
|
2622
|
-
user-select: none;
|
|
2623
|
-
}
|
|
2624
|
-
.uniface-listbox .listbox-header, .uniface-listbox .listbox-footer {
|
|
2625
|
-
width: 100%;
|
|
2626
|
-
flex: 0 0 auto;
|
|
2627
|
-
}
|
|
2628
|
-
.uniface-listbox .listbox-header {
|
|
2629
|
-
border-bottom: 1px solid var(--uniface-listbox-separator-color, #f0f0f0);
|
|
2630
|
-
}
|
|
2631
|
-
.uniface-listbox .listbox-footer {
|
|
2632
|
-
border-top: 1px solid var(--uniface-listbox-separator-color, #f0f0f0);
|
|
2633
|
-
}
|
|
2634
|
-
.uniface-listbox .listbox-content {
|
|
2635
|
-
width: 100%;
|
|
2636
|
-
box-sizing: border-box;
|
|
2637
|
-
overflow-y: auto;
|
|
2638
|
-
overflow-x: hidden;
|
|
2639
|
-
flex: 1 1 auto;
|
|
2640
|
-
}
|
|
2641
|
-
.uniface-listbox .listbox-content .listview-item {
|
|
2642
|
-
border-bottom: 1px solid var(--uniface-listbox-separator-color, #f0f0f0);
|
|
2643
|
-
}
|
|
2644
|
-
.uniface-listbox .listbox-content .listview-item.no-border {
|
|
2645
|
-
border-bottom: unset;
|
|
2646
|
-
}
|
|
2647
|
-
.uniface-listbox .listbox-content.selectable .listview-item {
|
|
2648
|
-
cursor: pointer;
|
|
2649
|
-
}
|
|
2650
|
-
.uniface-listbox .listbox-content.selectable .listview-item:hover {
|
|
2651
|
-
background-color: var(--uniface-list-box-hover-bg, #FFFFE1);
|
|
2652
|
-
}
|
|
2653
|
-
.uniface-listbox .listbox-content.selectable .listview-item.selected {
|
|
2654
|
-
background-color: var(--uniface-list-box-selected-bg, #b1c8f6);
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
2644
|
.container {
|
|
2658
2645
|
height: 100%;
|
|
2659
2646
|
width: 100%;
|
|
@@ -3025,41 +3012,15 @@
|
|
|
3025
3012
|
background-color: unset;
|
|
3026
3013
|
}
|
|
3027
3014
|
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
width: 100%;
|
|
3038
|
-
background-color: var(--uniface-box-header-bg, #F8FAFC);
|
|
3039
|
-
flex: 0 0 auto;
|
|
3040
|
-
min-height: 24px;
|
|
3041
|
-
position: relative;
|
|
3042
|
-
display: flex;
|
|
3043
|
-
flex-direction: row;
|
|
3044
|
-
align-items: center;
|
|
3045
|
-
}
|
|
3046
|
-
.uniface-box .box-footer {
|
|
3047
|
-
width: 100%;
|
|
3048
|
-
background-color: var(--uniface-box-footer-bg, #F8FAFC);
|
|
3049
|
-
flex: 0 0 auto;
|
|
3050
|
-
position: relative;
|
|
3051
|
-
box-sizing: border-box;
|
|
3052
|
-
display: flex;
|
|
3053
|
-
flex-direction: row;
|
|
3054
|
-
align-items: center;
|
|
3055
|
-
}
|
|
3056
|
-
.uniface-box .box-content {
|
|
3057
|
-
flex: 1 1 auto;
|
|
3058
|
-
position: relative;
|
|
3059
|
-
overflow: hidden;
|
|
3060
|
-
}
|
|
3061
|
-
.uniface-box.round {
|
|
3062
|
-
border-radius: var(--uniface-box-border-radius, 8px);
|
|
3015
|
+
:root {
|
|
3016
|
+
--uniface-navigator-background-color: var(--uniface-application-bg);
|
|
3017
|
+
--uniface-navigator-vertical-padding: 16px;
|
|
3018
|
+
--uniface-navigator-completed-text-color: #374151;
|
|
3019
|
+
--uniface-navigator-not-start-text-color: #6B7280;
|
|
3020
|
+
--uniface-navigator-warning-dot-color: #C62828;
|
|
3021
|
+
--uniface-navigator-hover-text-color: #298DFF;
|
|
3022
|
+
--uniface-navigator-active-text-color: #0061FF;
|
|
3023
|
+
--uniface-navigator-active-text-weight: 600;
|
|
3063
3024
|
}
|
|
3064
3025
|
|
|
3065
3026
|
.uniface-navigator-panel {
|
|
@@ -3068,7 +3029,7 @@
|
|
|
3068
3029
|
height: 100%;
|
|
3069
3030
|
box-sizing: border-box;
|
|
3070
3031
|
overflow: hidden;
|
|
3071
|
-
background-color: var(--uniface-navigator-background-color
|
|
3032
|
+
background-color: var(--uniface-navigator-background-color);
|
|
3072
3033
|
}
|
|
3073
3034
|
.uniface-navigator-panel .navigator-content {
|
|
3074
3035
|
width: 100%;
|
|
@@ -3096,10 +3057,10 @@
|
|
|
3096
3057
|
background-repeat: no-repeat; /* 防止背景重复 */
|
|
3097
3058
|
}
|
|
3098
3059
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-completed {
|
|
3099
|
-
color: var(--uniface-navigator-completed-text-color
|
|
3060
|
+
color: var(--uniface-navigator-completed-text-color);
|
|
3100
3061
|
}
|
|
3101
3062
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-warning {
|
|
3102
|
-
color: var(--uniface-navigator-completed-text-color
|
|
3063
|
+
color: var(--uniface-navigator-completed-text-color);
|
|
3103
3064
|
position: relative;
|
|
3104
3065
|
}
|
|
3105
3066
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-warning::after {
|
|
@@ -3111,19 +3072,19 @@
|
|
|
3111
3072
|
width: 6px;
|
|
3112
3073
|
height: 6px;
|
|
3113
3074
|
border-radius: 50%; /* 圆形 */
|
|
3114
|
-
background-color: var(--uniface-navigator-warning-dot-color
|
|
3075
|
+
background-color: var(--uniface-navigator-warning-dot-color);
|
|
3115
3076
|
}
|
|
3116
3077
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-not-start {
|
|
3117
|
-
color: var(--uniface-navigator-not-start-text-color
|
|
3078
|
+
color: var(--uniface-navigator-not-start-text-color);
|
|
3118
3079
|
font-style: italic;
|
|
3119
3080
|
}
|
|
3120
3081
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item:hover {
|
|
3121
|
-
color: var(--uniface-
|
|
3082
|
+
color: var(--uniface-navigator-hover-text-color);
|
|
3122
3083
|
cursor: pointer;
|
|
3123
3084
|
}
|
|
3124
3085
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active {
|
|
3125
|
-
color: var(--uniface-active-
|
|
3126
|
-
font-weight: var(--uniface-
|
|
3086
|
+
color: var(--uniface-navigator-active-text-color);
|
|
3087
|
+
font-weight: var(--uniface-navigator-active-text-weight);
|
|
3127
3088
|
}
|
|
3128
3089
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active::before {
|
|
3129
3090
|
content: "";
|
|
@@ -3133,18 +3094,27 @@
|
|
|
3133
3094
|
transform: translateY(-50%);
|
|
3134
3095
|
width: 15px;
|
|
3135
3096
|
height: 15px;
|
|
3136
|
-
border: 4px solid var(--uniface-active-
|
|
3097
|
+
border: 4px solid var(--uniface-navigator-active-text-color);
|
|
3137
3098
|
border-radius: 50%; /* 圆形 */
|
|
3138
3099
|
background-color: white;
|
|
3139
3100
|
}
|
|
3140
3101
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active:hover {
|
|
3141
|
-
color: var(--uniface-active-
|
|
3102
|
+
color: var(--uniface-navigator-active-text-color);
|
|
3142
3103
|
cursor: default;
|
|
3143
3104
|
}
|
|
3144
3105
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active.nav-not-start {
|
|
3145
3106
|
font-style: normal;
|
|
3146
3107
|
}
|
|
3147
3108
|
|
|
3109
|
+
:root {
|
|
3110
|
+
--uniface-progress-bar-color: #22BDFF;
|
|
3111
|
+
--uniface-progress-bar-text-color: #374151;
|
|
3112
|
+
--uniface-progress-bar-success-color: #2DC071;
|
|
3113
|
+
--uniface-progress-bar-failure-color: #FF685B;
|
|
3114
|
+
--uniface-progress-bar-canceled-color: #FFC53D;
|
|
3115
|
+
--uniface-progress-bar-bg: #E2E8F0;
|
|
3116
|
+
}
|
|
3117
|
+
|
|
3148
3118
|
.uniface-progress-container {
|
|
3149
3119
|
display: flex;
|
|
3150
3120
|
align-items: center;
|
|
@@ -3184,6 +3154,15 @@
|
|
|
3184
3154
|
color: var(--uniface-progress-bar-canceled-color, #FFC53D);
|
|
3185
3155
|
}
|
|
3186
3156
|
|
|
3157
|
+
:root {
|
|
3158
|
+
--uniface-progress-step-bar-bg: #FFFFFF;
|
|
3159
|
+
--uniface-progress-step-processing-color: #0061FF;
|
|
3160
|
+
--uniface-progress-step-pending-color: #B3BCCA;
|
|
3161
|
+
--uniface-progress-step-completed-color: #374151;
|
|
3162
|
+
--uniface-progress-step-completed-icon-bg: #0061FF1A;
|
|
3163
|
+
--uniface-progress-step-completed-icon-color: #0061FF;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3187
3166
|
.uniface-progress-step-container {
|
|
3188
3167
|
position: relative;
|
|
3189
3168
|
width: 100%;
|
|
@@ -3530,6 +3509,16 @@
|
|
|
3530
3509
|
border-color: #E2E8F0;
|
|
3531
3510
|
}
|
|
3532
3511
|
|
|
3512
|
+
:root {
|
|
3513
|
+
--uniface-accordion-header-line-height: 24px;
|
|
3514
|
+
--uniface-accordion-compact-header-line-height: 16px;
|
|
3515
|
+
--uniface-accordion-header-padding: 8px 12px;
|
|
3516
|
+
--uniface-accordion-compact-header-padding: 4px 6px;
|
|
3517
|
+
--uniface-accordion-title-bg: #F8FAFC;
|
|
3518
|
+
--uniface-accordion-title-hober-bg: #F8FAFCB0;
|
|
3519
|
+
--uniface-accordion-header-border-color: #CBD5E1;
|
|
3520
|
+
}
|
|
3521
|
+
|
|
3533
3522
|
.uniface-accordion-panel {
|
|
3534
3523
|
position: relative;
|
|
3535
3524
|
width: 100%;
|
|
@@ -3578,12 +3567,24 @@
|
|
|
3578
3567
|
background-color: var(--uniface-separator-color, #E2E8F0);
|
|
3579
3568
|
}
|
|
3580
3569
|
|
|
3570
|
+
:root {
|
|
3571
|
+
--uniface-page-text-color: var(--default-text-color, #374151);
|
|
3572
|
+
--uniface-page-content-bg: var(--uniface-application-bg, #ffffff);
|
|
3573
|
+
--uniface-page-margin-bg: #F8FAFC;
|
|
3574
|
+
--uniface-page-border-radius: 12px;
|
|
3575
|
+
--uniface-page-header-comment-color: #6B7280;
|
|
3576
|
+
--uniface-page-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
|
|
3577
|
+
--uniface-page-margin-color: #F8FAFD;
|
|
3578
|
+
--uniface-page-margin-size: 12px;
|
|
3579
|
+
--uniface-page-divid-color: #F0F0F0;
|
|
3580
|
+
}
|
|
3581
|
+
|
|
3581
3582
|
.uniface-page-wrapper {
|
|
3582
3583
|
width: 100%;
|
|
3583
3584
|
height: 100%;
|
|
3584
3585
|
box-sizing: border-box;
|
|
3585
|
-
padding: var(--uniface-page-margin-size
|
|
3586
|
-
background-color: var(--uniface-page-margin-color
|
|
3586
|
+
padding: var(--uniface-page-margin-size);
|
|
3587
|
+
background-color: var(--uniface-page-margin-color);
|
|
3587
3588
|
}
|
|
3588
3589
|
.uniface-page-wrapper .uniface-page {
|
|
3589
3590
|
width: 100%;
|
|
@@ -3591,14 +3592,14 @@
|
|
|
3591
3592
|
display: flex;
|
|
3592
3593
|
flex-direction: column;
|
|
3593
3594
|
overflow: hidden;
|
|
3594
|
-
background-color: var(--uniface-
|
|
3595
|
-
color: var(--uniface-
|
|
3595
|
+
background-color: var(--uniface-page-content-bg);
|
|
3596
|
+
color: var(--uniface-page-text-color);
|
|
3596
3597
|
}
|
|
3597
3598
|
.uniface-page-wrapper .uniface-page.round {
|
|
3598
|
-
border-radius: var(--uniface-page-border-radius
|
|
3599
|
+
border-radius: var(--uniface-page-border-radius);
|
|
3599
3600
|
}
|
|
3600
3601
|
.uniface-page-wrapper .uniface-page.shadow {
|
|
3601
|
-
box-shadow: var(--uniface-page-box-shadow
|
|
3602
|
+
box-shadow: var(--uniface-page-box-shadow);
|
|
3602
3603
|
}
|
|
3603
3604
|
.uniface-page-wrapper .uniface-page .uniface-page-header {
|
|
3604
3605
|
position: relative;
|
|
@@ -3611,7 +3612,7 @@
|
|
|
3611
3612
|
height: 48px;
|
|
3612
3613
|
padding: 0 12px;
|
|
3613
3614
|
box-sizing: border-box;
|
|
3614
|
-
border-bottom: 1px solid var(--uniface-page-divid-color
|
|
3615
|
+
border-bottom: 1px solid var(--uniface-page-divid-color);
|
|
3615
3616
|
line-height: 1.25em;
|
|
3616
3617
|
}
|
|
3617
3618
|
.uniface-page-wrapper .uniface-page .uniface-page-header .page-topic {
|
|
@@ -3621,7 +3622,7 @@
|
|
|
3621
3622
|
.uniface-page-wrapper .uniface-page .uniface-page-header .page-comment {
|
|
3622
3623
|
flex: 1 1 auto;
|
|
3623
3624
|
overflow: hidden;
|
|
3624
|
-
color: var(--uniface-page-header-comment-color
|
|
3625
|
+
color: var(--uniface-page-header-comment-color);
|
|
3625
3626
|
margin-left: 8px;
|
|
3626
3627
|
text-overflow: ellipsis;
|
|
3627
3628
|
white-space: nowrap;
|
|
@@ -3632,6 +3633,23 @@
|
|
|
3632
3633
|
overflow: hidden;
|
|
3633
3634
|
}
|
|
3634
3635
|
|
|
3636
|
+
:root {
|
|
3637
|
+
--uniface-data-table-header-hight: 48px;
|
|
3638
|
+
--uniface-data-table-separator-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
|
|
3639
|
+
--uniface-data-table-spearator-color: #f0f0f0;
|
|
3640
|
+
--uniface-data-table-header-separator-color: #CBD5E1;
|
|
3641
|
+
--uniface-data-table-alter-row-bg: #f7f7f7;
|
|
3642
|
+
--uniface-data-table-header-bg: #F8FAFC;
|
|
3643
|
+
--uniface-data-table-shadow-gap: 2px;
|
|
3644
|
+
--uniface-data-table-header-divid-color: #B3BCCA;
|
|
3645
|
+
--uniface-data-table-cell-padding: 3px 4px;
|
|
3646
|
+
--uniface-data-table-inline-row-panel-border: 1px solid #F8FAFC;
|
|
3647
|
+
--uniface-data-table-inline-row-panel-bg: #F1F5F9;
|
|
3648
|
+
--uniface-scroll-color: #e1e1e180;
|
|
3649
|
+
--uniface-data-table-inline-border-color: #CBD5E1;
|
|
3650
|
+
--uniface-data-table-bg: #ffffff;
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3635
3653
|
.uniface-data-table {
|
|
3636
3654
|
position: relative;
|
|
3637
3655
|
box-sizing: border-box;
|
|
@@ -3891,6 +3909,11 @@
|
|
|
3891
3909
|
z-index: 100;
|
|
3892
3910
|
}
|
|
3893
3911
|
|
|
3912
|
+
:root {
|
|
3913
|
+
--uniface-context-menu-bg: #ffffff;
|
|
3914
|
+
--uniface-context-menu-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
|
|
3915
|
+
}
|
|
3916
|
+
|
|
3894
3917
|
.uniface-context-menu {
|
|
3895
3918
|
position: absolute;
|
|
3896
3919
|
color: var(--uniface-default-text-color, #374151);
|