@ticatec/uniface-element 0.1.14 → 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/concise-data-table/Column.d.ts +9 -0
- package/dist/concise-data-table/Column.js +1 -0
- package/dist/concise-data-table/ConciseListTable.svelte +154 -0
- package/dist/concise-data-table/ConciseListTable.svelte.d.ts +26 -0
- package/dist/concise-data-table/DataCell.svelte +22 -0
- package/dist/{data-table/parts/LinkButton.svelte.d.ts → concise-data-table/DataCell.svelte.d.ts} +7 -6
- package/dist/concise-data-table/DataRow.svelte +15 -0
- package/dist/concise-data-table/DataRow.svelte.d.ts +25 -0
- package/dist/concise-data-table/TableOptions.d.ts +11 -0
- package/dist/concise-data-table/TableOptions.js +1 -0
- package/dist/concise-data-table/index.d.ts +5 -0
- package/dist/concise-data-table/index.js +2 -0
- package/dist/concise-data-table/utils.d.ts +6 -0
- package/dist/concise-data-table/utils.js +38 -0
- package/dist/criteria-field/CriteriaField.svelte +3 -2
- package/dist/criteria-field/CriteriaField.svelte.d.ts +1 -0
- package/dist/data-table/DataTable.svelte +2 -0
- package/dist/data-table/lib/ActionsColumn.d.ts +0 -4
- package/dist/data-table/lib/HrefLink.d.ts +1 -1
- package/dist/data-table/parts/ActionsPanel.svelte +2 -2
- package/dist/data-table/parts/ContentPanel.svelte +6 -2
- package/dist/data-table/parts/DataCell.svelte +1 -1
- package/dist/data-table/parts/FixedHeaderPanel.svelte +1 -1
- package/dist/data-table/parts/HrefCell.svelte +8 -10
- package/dist/data-table/parts/TextCell.svelte +6 -9
- 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 +738 -652
- package/dist/tree-view/TreeNodeView.svelte +6 -8
- package/dist/tree-view/TreeUtils.js +2 -2
- package/package.json +12 -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/data-table/parts/LinkButton.svelte +0 -19
- 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;
|
|
917
|
+
}
|
|
918
|
+
.uniface-form-field .field-label.vert-top {
|
|
919
|
+
align-self: self-start;
|
|
920
|
+
margin-top: 10px;
|
|
754
921
|
}
|
|
755
|
-
.uniface-form-field .
|
|
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;
|
|
@@ -883,79 +1092,14 @@
|
|
|
883
1092
|
.uniface-option-select.compact .option-field input {
|
|
884
1093
|
height: 28px;
|
|
885
1094
|
}
|
|
886
|
-
.uniface-option-select.compact .uniface-common-editor {
|
|
887
|
-
height: 30px;
|
|
888
|
-
}
|
|
889
|
-
.uniface-option-select.compact .option-dropdown {
|
|
890
|
-
padding: 0;
|
|
891
|
-
font-size: 20px;
|
|
892
|
-
height: 20px;
|
|
893
|
-
width: 20px;
|
|
894
|
-
}
|
|
895
|
-
|
|
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);
|
|
1095
|
+
.uniface-option-select.compact .uniface-common-editor {
|
|
1096
|
+
height: 30px;
|
|
955
1097
|
}
|
|
956
|
-
.uniface-
|
|
957
|
-
|
|
958
|
-
|
|
1098
|
+
.uniface-option-select.compact .option-dropdown {
|
|
1099
|
+
padding: 0;
|
|
1100
|
+
font-size: 20px;
|
|
1101
|
+
height: 20px;
|
|
1102
|
+
width: 20px;
|
|
959
1103
|
}
|
|
960
1104
|
|
|
961
1105
|
.uniface-radio-button {
|
|
@@ -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;
|
|
@@ -1729,80 +1911,6 @@
|
|
|
1729
1911
|
display: none;
|
|
1730
1912
|
}
|
|
1731
1913
|
|
|
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;
|
|
1768
|
-
}
|
|
1769
|
-
.uniface-filter-field.vertical .field-label {
|
|
1770
|
-
width: 100%;
|
|
1771
|
-
padding: 0 4px 4px 4px;
|
|
1772
|
-
white-space: nowrap;
|
|
1773
|
-
overflow: hidden;
|
|
1774
|
-
text-overflow: ellipsis;
|
|
1775
|
-
}
|
|
1776
|
-
.uniface-filter-field.vertical .field {
|
|
1777
|
-
position: relative;
|
|
1778
|
-
display: flex;
|
|
1779
|
-
flex-direction: row;
|
|
1780
|
-
justify-items: center;
|
|
1781
|
-
width: 100%;
|
|
1782
|
-
}
|
|
1783
|
-
.uniface-filter-field.vertical .field > div {
|
|
1784
|
-
width: 100%;
|
|
1785
|
-
}
|
|
1786
|
-
.uniface-filter-field.horizontal > div {
|
|
1787
|
-
display: grid;
|
|
1788
|
-
width: 100%;
|
|
1789
|
-
position: relative;
|
|
1790
|
-
grid-template-columns: auto auto;
|
|
1791
|
-
align-items: center;
|
|
1792
|
-
box-sizing: border-box;
|
|
1793
|
-
}
|
|
1794
|
-
.uniface-filter-field.horizontal > div .field-label {
|
|
1795
|
-
text-align: right;
|
|
1796
|
-
width: 80px;
|
|
1797
|
-
padding-right: 4px;
|
|
1798
|
-
box-sizing: border-box;
|
|
1799
|
-
overflow: hidden;
|
|
1800
|
-
}
|
|
1801
|
-
.uniface-filter-field.horizontal > div .field {
|
|
1802
|
-
position: relative;
|
|
1803
|
-
box-sizing: border-box;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
1914
|
.multiple .option-field {
|
|
1807
1915
|
flex: 1 1 auto;
|
|
1808
1916
|
display: flex;
|
|
@@ -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);
|
|
@@ -2442,216 +2557,88 @@
|
|
|
2442
2557
|
.uniface-pagination-panel {
|
|
2443
2558
|
display: flex;
|
|
2444
2559
|
flex-direction: row;
|
|
2445
|
-
padding: 4px 0;
|
|
2446
|
-
box-sizing: border-box;
|
|
2447
|
-
align-items: center;
|
|
2448
|
-
justify-content: center;
|
|
2449
|
-
}
|
|
2450
|
-
.uniface-pagination-panel .page-options {
|
|
2451
|
-
flex: 0 0 auto;
|
|
2452
|
-
}
|
|
2453
|
-
.uniface-pagination-panel .pagination {
|
|
2454
|
-
flex: 1 1 auto;
|
|
2455
|
-
}
|
|
2456
|
-
.uniface-pagination-panel .pagination-info {
|
|
2457
|
-
flex: 0 0 auto;
|
|
2458
|
-
min-width: 150px;
|
|
2459
|
-
text-align: right;
|
|
2460
|
-
}
|
|
2461
|
-
.uniface-pagination-panel.left .pagination {
|
|
2462
|
-
flex: 0 0 auto;
|
|
2463
|
-
}
|
|
2464
|
-
.uniface-pagination-panel.right {
|
|
2465
|
-
justify-content: right;
|
|
2466
|
-
}
|
|
2467
|
-
.uniface-pagination-panel.right .pagination {
|
|
2468
|
-
flex: 0 0 auto;
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
.uniface-navigator-menu-panel {
|
|
2472
|
-
display: block;
|
|
2473
|
-
width: 100%;
|
|
2474
|
-
height: 100%;
|
|
2475
|
-
user-select: none;
|
|
2476
|
-
background-color: var(--uniface-primary-color, #42A5F5);
|
|
2477
|
-
color: var(--uniface-primary-text-color, #ffffff);
|
|
2478
|
-
position: relative;
|
|
2479
|
-
overflow-x: hidden;
|
|
2480
|
-
overflow-y: auto;
|
|
2481
|
-
box-sizing: border-box;
|
|
2482
|
-
font-size: 15px;
|
|
2483
|
-
padding: 0.5em 1em 0.5em 0;
|
|
2484
|
-
}
|
|
2485
|
-
.uniface-navigator-menu-panelul, .uniface-navigator-menu-panel ul {
|
|
2486
|
-
list-style-type: none;
|
|
2487
|
-
padding-left: 0;
|
|
2488
|
-
width: 100%;
|
|
2489
|
-
box-sizing: border-box;
|
|
2490
|
-
margin: 0;
|
|
2491
|
-
}
|
|
2492
|
-
.uniface-navigator-menu-panelul li, .uniface-navigator-menu-panel ul li {
|
|
2493
|
-
position: relative;
|
|
2494
|
-
}
|
|
2495
|
-
.uniface-navigator-menu-panelul li span, .uniface-navigator-menu-panel ul li span {
|
|
2496
|
-
display: inline-block;
|
|
2497
|
-
width: 100%;
|
|
2498
|
-
line-height: 1.5em;
|
|
2499
|
-
box-sizing: border-box;
|
|
2500
|
-
padding: 0.25em 0.75em 0.25em 0.5em;
|
|
2501
|
-
cursor: pointer;
|
|
2502
|
-
overflow: hidden;
|
|
2503
|
-
text-overflow: ellipsis;
|
|
2504
|
-
white-space: nowrap;
|
|
2505
|
-
}
|
|
2506
|
-
.uniface-navigator-menu-panelul li span:hover, .uniface-navigator-menu-panel ul li span:hover {
|
|
2507
|
-
background-color: var(--uniface-navigator-menu-hover-background-color, #81D4FA);
|
|
2508
|
-
color: var(--uniface-default-text-color, #374151);
|
|
2509
|
-
border-radius: 4px;
|
|
2510
|
-
}
|
|
2511
|
-
.uniface-navigator-menu-panelul li.expandable > span:hover::after, .uniface-navigator-menu-panel ul li.expandable > span:hover::after {
|
|
2512
|
-
content: "▲";
|
|
2513
|
-
transition: transform 200ms;
|
|
2514
|
-
font-size: 0.9em;
|
|
2515
|
-
position: absolute;
|
|
2516
|
-
right: 8px;
|
|
2517
|
-
color: var(--uniface-default-text-color, #374151);
|
|
2518
|
-
}
|
|
2519
|
-
.uniface-navigator-menu-panelul li.expandable.fold ul, .uniface-navigator-menu-panel ul li.expandable.fold ul {
|
|
2520
|
-
display: none;
|
|
2521
|
-
}
|
|
2522
|
-
.uniface-navigator-menu-panelul li.expandable.fold span::after, .uniface-navigator-menu-panel ul li.expandable.fold span::after {
|
|
2523
|
-
transform: rotate(180deg);
|
|
2524
|
-
}
|
|
2525
|
-
.uniface-navigator-menu-panel ul {
|
|
2526
|
-
padding-left: 1em;
|
|
2527
|
-
}
|
|
2528
|
-
|
|
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);
|
|
2560
|
+
padding: 4px 0;
|
|
2561
|
+
box-sizing: border-box;
|
|
2562
|
+
align-items: center;
|
|
2563
|
+
justify-content: center;
|
|
2591
2564
|
}
|
|
2592
|
-
.uniface-
|
|
2593
|
-
|
|
2594
|
-
border-radius: var(--uniface-field-round, 4px);
|
|
2565
|
+
.uniface-pagination-panel .page-options {
|
|
2566
|
+
flex: 0 0 auto;
|
|
2595
2567
|
}
|
|
2596
|
-
.uniface-
|
|
2597
|
-
|
|
2568
|
+
.uniface-pagination-panel .pagination {
|
|
2569
|
+
flex: 1 1 auto;
|
|
2598
2570
|
}
|
|
2599
|
-
.uniface-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
border-bottom: 1px solid var(--uniface-editor-border-color, #E2E8F0);
|
|
2571
|
+
.uniface-pagination-panel .pagination-info {
|
|
2572
|
+
flex: 0 0 auto;
|
|
2573
|
+
min-width: 150px;
|
|
2574
|
+
text-align: right;
|
|
2604
2575
|
}
|
|
2605
|
-
.uniface-
|
|
2606
|
-
|
|
2607
|
-
border-bottom-color: var(--uniface-editor-outlined-active-border-color, #298DFF);
|
|
2576
|
+
.uniface-pagination-panel.left .pagination {
|
|
2577
|
+
flex: 0 0 auto;
|
|
2608
2578
|
}
|
|
2609
|
-
.uniface-
|
|
2610
|
-
|
|
2579
|
+
.uniface-pagination-panel.right {
|
|
2580
|
+
justify-content: right;
|
|
2611
2581
|
}
|
|
2612
|
-
.uniface-
|
|
2613
|
-
|
|
2582
|
+
.uniface-pagination-panel.right .pagination {
|
|
2583
|
+
flex: 0 0 auto;
|
|
2614
2584
|
}
|
|
2615
2585
|
|
|
2616
|
-
.uniface-
|
|
2586
|
+
.uniface-navigator-menu-panel {
|
|
2587
|
+
display: block;
|
|
2588
|
+
width: 100%;
|
|
2589
|
+
height: 100%;
|
|
2590
|
+
user-select: none;
|
|
2591
|
+
background-color: var(--uniface-primary-color, #42A5F5);
|
|
2592
|
+
color: var(--uniface-primary-text-color, #ffffff);
|
|
2617
2593
|
position: relative;
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
overflow: hidden;
|
|
2594
|
+
overflow-x: hidden;
|
|
2595
|
+
overflow-y: auto;
|
|
2621
2596
|
box-sizing: border-box;
|
|
2622
|
-
|
|
2597
|
+
font-size: 15px;
|
|
2598
|
+
padding: 0.5em 1em 0.5em 0;
|
|
2623
2599
|
}
|
|
2624
|
-
.uniface-
|
|
2600
|
+
.uniface-navigator-menu-panelul, .uniface-navigator-menu-panel ul {
|
|
2601
|
+
list-style-type: none;
|
|
2602
|
+
padding-left: 0;
|
|
2625
2603
|
width: 100%;
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
.uniface-listbox .listbox-header {
|
|
2629
|
-
border-bottom: 1px solid var(--uniface-listbox-separator-color, #f0f0f0);
|
|
2604
|
+
box-sizing: border-box;
|
|
2605
|
+
margin: 0;
|
|
2630
2606
|
}
|
|
2631
|
-
.uniface-
|
|
2632
|
-
|
|
2607
|
+
.uniface-navigator-menu-panelul li, .uniface-navigator-menu-panel ul li {
|
|
2608
|
+
position: relative;
|
|
2633
2609
|
}
|
|
2634
|
-
.uniface-
|
|
2610
|
+
.uniface-navigator-menu-panelul li span, .uniface-navigator-menu-panel ul li span {
|
|
2611
|
+
display: inline-block;
|
|
2635
2612
|
width: 100%;
|
|
2613
|
+
line-height: 1.5em;
|
|
2636
2614
|
box-sizing: border-box;
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2615
|
+
padding: 0.25em 0.75em 0.25em 0.5em;
|
|
2616
|
+
cursor: pointer;
|
|
2617
|
+
overflow: hidden;
|
|
2618
|
+
text-overflow: ellipsis;
|
|
2619
|
+
white-space: nowrap;
|
|
2640
2620
|
}
|
|
2641
|
-
.uniface-
|
|
2642
|
-
|
|
2621
|
+
.uniface-navigator-menu-panelul li span:hover, .uniface-navigator-menu-panel ul li span:hover {
|
|
2622
|
+
background-color: var(--uniface-navigator-menu-hover-background-color, #81D4FA);
|
|
2623
|
+
color: var(--uniface-default-text-color, #374151);
|
|
2624
|
+
border-radius: 4px;
|
|
2643
2625
|
}
|
|
2644
|
-
.uniface-
|
|
2645
|
-
|
|
2626
|
+
.uniface-navigator-menu-panelul li.expandable > span:hover::after, .uniface-navigator-menu-panel ul li.expandable > span:hover::after {
|
|
2627
|
+
content: "▲";
|
|
2628
|
+
transition: transform 200ms;
|
|
2629
|
+
font-size: 0.9em;
|
|
2630
|
+
position: absolute;
|
|
2631
|
+
right: 8px;
|
|
2632
|
+
color: var(--uniface-default-text-color, #374151);
|
|
2646
2633
|
}
|
|
2647
|
-
.uniface-
|
|
2648
|
-
|
|
2634
|
+
.uniface-navigator-menu-panelul li.expandable.fold ul, .uniface-navigator-menu-panel ul li.expandable.fold ul {
|
|
2635
|
+
display: none;
|
|
2649
2636
|
}
|
|
2650
|
-
.uniface-
|
|
2651
|
-
|
|
2637
|
+
.uniface-navigator-menu-panelul li.expandable.fold span::after, .uniface-navigator-menu-panel ul li.expandable.fold span::after {
|
|
2638
|
+
transform: rotate(180deg);
|
|
2652
2639
|
}
|
|
2653
|
-
.uniface-
|
|
2654
|
-
|
|
2640
|
+
.uniface-navigator-menu-panel ul {
|
|
2641
|
+
padding-left: 1em;
|
|
2655
2642
|
}
|
|
2656
2643
|
|
|
2657
2644
|
.container {
|
|
@@ -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%;
|
|
@@ -3076,7 +3037,6 @@
|
|
|
3076
3037
|
box-sizing: border-box;
|
|
3077
3038
|
overflow-y: auto;
|
|
3078
3039
|
overflow-x: hidden;
|
|
3079
|
-
padding: var(--uniface-navigator-vertical-padding, 16px) 0;
|
|
3080
3040
|
position: relative;
|
|
3081
3041
|
user-select: none;
|
|
3082
3042
|
}
|
|
@@ -3086,11 +3046,21 @@
|
|
|
3086
3046
|
position: relative;
|
|
3087
3047
|
background: linear-gradient(to right, transparent 12px, lightgray 12px, lightgray 13px, transparent 13px);
|
|
3088
3048
|
}
|
|
3049
|
+
.uniface-navigator-panel .navigator-content .uniface-navigator-item:first-child {
|
|
3050
|
+
background-size: 100% 60%; /* 只占元素高度的一半 */
|
|
3051
|
+
background-position: bottom; /* 从底部开始 */
|
|
3052
|
+
background-repeat: no-repeat; /* 防止背景重复 */
|
|
3053
|
+
}
|
|
3054
|
+
.uniface-navigator-panel .navigator-content .uniface-navigator-item:last-child {
|
|
3055
|
+
background-size: 100% 60%; /* 只占元素高度的一半 */
|
|
3056
|
+
background-position: top; /* 从底部开始 */
|
|
3057
|
+
background-repeat: no-repeat; /* 防止背景重复 */
|
|
3058
|
+
}
|
|
3089
3059
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-completed {
|
|
3090
|
-
color: var(--uniface-navigator-completed-text-color
|
|
3060
|
+
color: var(--uniface-navigator-completed-text-color);
|
|
3091
3061
|
}
|
|
3092
3062
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-warning {
|
|
3093
|
-
color: var(--uniface-navigator-completed-text-color
|
|
3063
|
+
color: var(--uniface-navigator-completed-text-color);
|
|
3094
3064
|
position: relative;
|
|
3095
3065
|
}
|
|
3096
3066
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-warning::after {
|
|
@@ -3102,40 +3072,49 @@
|
|
|
3102
3072
|
width: 6px;
|
|
3103
3073
|
height: 6px;
|
|
3104
3074
|
border-radius: 50%; /* 圆形 */
|
|
3105
|
-
background-color: var(--uniface-navigator-warning-dot-color
|
|
3075
|
+
background-color: var(--uniface-navigator-warning-dot-color);
|
|
3106
3076
|
}
|
|
3107
3077
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.nav-not-start {
|
|
3108
|
-
color: var(--uniface-navigator-not-start-text-color
|
|
3078
|
+
color: var(--uniface-navigator-not-start-text-color);
|
|
3109
3079
|
font-style: italic;
|
|
3110
3080
|
}
|
|
3111
3081
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item:hover {
|
|
3112
|
-
color: var(--uniface-
|
|
3082
|
+
color: var(--uniface-navigator-hover-text-color);
|
|
3113
3083
|
cursor: pointer;
|
|
3114
3084
|
}
|
|
3115
3085
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active {
|
|
3116
|
-
color: var(--uniface-active-
|
|
3117
|
-
font-weight: var(--uniface-
|
|
3086
|
+
color: var(--uniface-navigator-active-text-color);
|
|
3087
|
+
font-weight: var(--uniface-navigator-active-text-weight);
|
|
3118
3088
|
}
|
|
3119
3089
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active::before {
|
|
3120
3090
|
content: "";
|
|
3121
3091
|
position: absolute;
|
|
3122
|
-
left:
|
|
3092
|
+
left: 5px;
|
|
3123
3093
|
top: 50%;
|
|
3124
3094
|
transform: translateY(-50%);
|
|
3125
|
-
width:
|
|
3126
|
-
height:
|
|
3127
|
-
border: 4px solid var(--uniface-active-
|
|
3095
|
+
width: 15px;
|
|
3096
|
+
height: 15px;
|
|
3097
|
+
border: 4px solid var(--uniface-navigator-active-text-color);
|
|
3128
3098
|
border-radius: 50%; /* 圆形 */
|
|
3129
3099
|
background-color: white;
|
|
3130
3100
|
}
|
|
3131
3101
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active:hover {
|
|
3132
|
-
color: var(--uniface-active-
|
|
3102
|
+
color: var(--uniface-navigator-active-text-color);
|
|
3133
3103
|
cursor: default;
|
|
3134
3104
|
}
|
|
3135
3105
|
.uniface-navigator-panel .navigator-content .uniface-navigator-item.active.nav-not-start {
|
|
3136
3106
|
font-style: normal;
|
|
3137
3107
|
}
|
|
3138
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
|
+
|
|
3139
3118
|
.uniface-progress-container {
|
|
3140
3119
|
display: flex;
|
|
3141
3120
|
align-items: center;
|
|
@@ -3175,6 +3154,15 @@
|
|
|
3175
3154
|
color: var(--uniface-progress-bar-canceled-color, #FFC53D);
|
|
3176
3155
|
}
|
|
3177
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
|
+
|
|
3178
3166
|
.uniface-progress-step-container {
|
|
3179
3167
|
position: relative;
|
|
3180
3168
|
width: 100%;
|
|
@@ -3521,6 +3509,16 @@
|
|
|
3521
3509
|
border-color: #E2E8F0;
|
|
3522
3510
|
}
|
|
3523
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
|
+
|
|
3524
3522
|
.uniface-accordion-panel {
|
|
3525
3523
|
position: relative;
|
|
3526
3524
|
width: 100%;
|
|
@@ -3569,12 +3567,24 @@
|
|
|
3569
3567
|
background-color: var(--uniface-separator-color, #E2E8F0);
|
|
3570
3568
|
}
|
|
3571
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
|
+
|
|
3572
3582
|
.uniface-page-wrapper {
|
|
3573
3583
|
width: 100%;
|
|
3574
3584
|
height: 100%;
|
|
3575
3585
|
box-sizing: border-box;
|
|
3576
|
-
padding: var(--uniface-page-margin-size
|
|
3577
|
-
background-color: var(--uniface-page-margin-color
|
|
3586
|
+
padding: var(--uniface-page-margin-size);
|
|
3587
|
+
background-color: var(--uniface-page-margin-color);
|
|
3578
3588
|
}
|
|
3579
3589
|
.uniface-page-wrapper .uniface-page {
|
|
3580
3590
|
width: 100%;
|
|
@@ -3582,14 +3592,14 @@
|
|
|
3582
3592
|
display: flex;
|
|
3583
3593
|
flex-direction: column;
|
|
3584
3594
|
overflow: hidden;
|
|
3585
|
-
background-color: var(--uniface-
|
|
3586
|
-
color: var(--uniface-
|
|
3595
|
+
background-color: var(--uniface-page-content-bg);
|
|
3596
|
+
color: var(--uniface-page-text-color);
|
|
3587
3597
|
}
|
|
3588
3598
|
.uniface-page-wrapper .uniface-page.round {
|
|
3589
|
-
border-radius: var(--uniface-page-border-radius
|
|
3599
|
+
border-radius: var(--uniface-page-border-radius);
|
|
3590
3600
|
}
|
|
3591
3601
|
.uniface-page-wrapper .uniface-page.shadow {
|
|
3592
|
-
box-shadow: var(--uniface-page-box-shadow
|
|
3602
|
+
box-shadow: var(--uniface-page-box-shadow);
|
|
3593
3603
|
}
|
|
3594
3604
|
.uniface-page-wrapper .uniface-page .uniface-page-header {
|
|
3595
3605
|
position: relative;
|
|
@@ -3602,7 +3612,7 @@
|
|
|
3602
3612
|
height: 48px;
|
|
3603
3613
|
padding: 0 12px;
|
|
3604
3614
|
box-sizing: border-box;
|
|
3605
|
-
border-bottom: 1px solid var(--uniface-page-divid-color
|
|
3615
|
+
border-bottom: 1px solid var(--uniface-page-divid-color);
|
|
3606
3616
|
line-height: 1.25em;
|
|
3607
3617
|
}
|
|
3608
3618
|
.uniface-page-wrapper .uniface-page .uniface-page-header .page-topic {
|
|
@@ -3612,7 +3622,7 @@
|
|
|
3612
3622
|
.uniface-page-wrapper .uniface-page .uniface-page-header .page-comment {
|
|
3613
3623
|
flex: 1 1 auto;
|
|
3614
3624
|
overflow: hidden;
|
|
3615
|
-
color: var(--uniface-page-header-comment-color
|
|
3625
|
+
color: var(--uniface-page-header-comment-color);
|
|
3616
3626
|
margin-left: 8px;
|
|
3617
3627
|
text-overflow: ellipsis;
|
|
3618
3628
|
white-space: nowrap;
|
|
@@ -3623,6 +3633,23 @@
|
|
|
3623
3633
|
overflow: hidden;
|
|
3624
3634
|
}
|
|
3625
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
|
+
|
|
3626
3653
|
.uniface-data-table {
|
|
3627
3654
|
position: relative;
|
|
3628
3655
|
box-sizing: border-box;
|
|
@@ -3704,10 +3731,6 @@
|
|
|
3704
3731
|
border-right: none;
|
|
3705
3732
|
}
|
|
3706
3733
|
.uniface-data-table .data-cell > div:first-child {
|
|
3707
|
-
width: 100%;
|
|
3708
|
-
position: relative;
|
|
3709
|
-
top: 50%;
|
|
3710
|
-
transform: translateY(-50%);
|
|
3711
3734
|
overflow: hidden;
|
|
3712
3735
|
}
|
|
3713
3736
|
.uniface-data-table .data-row {
|
|
@@ -3781,9 +3804,6 @@
|
|
|
3781
3804
|
right: 4px;
|
|
3782
3805
|
cursor: pointer;
|
|
3783
3806
|
}
|
|
3784
|
-
.uniface-data-table .left-fixed-panel .indicator-cell .expand-icon:active {
|
|
3785
|
-
top: 5px;
|
|
3786
|
-
}
|
|
3787
3807
|
.uniface-data-table .left-fixed-panel .indicator-cell:hover .expand-icon {
|
|
3788
3808
|
display: block;
|
|
3789
3809
|
}
|
|
@@ -3806,19 +3826,6 @@
|
|
|
3806
3826
|
white-space: nowrap;
|
|
3807
3827
|
position: relative;
|
|
3808
3828
|
}
|
|
3809
|
-
.uniface-data-table .table-row {
|
|
3810
|
-
position: relative;
|
|
3811
|
-
display: flex;
|
|
3812
|
-
width: 100%;
|
|
3813
|
-
flex-wrap: nowrap;
|
|
3814
|
-
flex-direction: row;
|
|
3815
|
-
align-items: center;
|
|
3816
|
-
background-color: var(--uniface-data-table-background-color, #ffffff);
|
|
3817
|
-
height: 36px;
|
|
3818
|
-
}
|
|
3819
|
-
.uniface-data-table .table-row.alternative {
|
|
3820
|
-
background-color: var(--uniface-data-table-background-color, #f7f7f7);
|
|
3821
|
-
}
|
|
3822
3829
|
.uniface-data-table.row-border .table-row {
|
|
3823
3830
|
border-bottom: 1px solid var(--uniface-data-table-row-border-color, #f0f0f0);
|
|
3824
3831
|
}
|
|
@@ -3902,6 +3909,11 @@
|
|
|
3902
3909
|
z-index: 100;
|
|
3903
3910
|
}
|
|
3904
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
|
+
|
|
3905
3917
|
.uniface-context-menu {
|
|
3906
3918
|
position: absolute;
|
|
3907
3919
|
color: var(--uniface-default-text-color, #374151);
|
|
@@ -3990,6 +4002,80 @@
|
|
|
3990
4002
|
width: fit-content;
|
|
3991
4003
|
}
|
|
3992
4004
|
|
|
4005
|
+
:root {
|
|
4006
|
+
--uniface-concise-table-primary-color: #333;
|
|
4007
|
+
--uniface-concise-table-primary-background-color: #ffffff;
|
|
4008
|
+
--uniface-concise-table-out-border: #333;
|
|
4009
|
+
--uniface-concise-table-header-background: #E1F5FE;
|
|
4010
|
+
--uniface-concise-table-header-color: #333;
|
|
4011
|
+
--uniface-concise-table-header-line-color: #fff;
|
|
4012
|
+
--uniface-concise-table-data-line-color: #7f7f7f;
|
|
4013
|
+
--uniface-concise-table-fixed-columns-background: #E0E0E0;
|
|
4014
|
+
--uniface-concise-table-bg: unset;
|
|
4015
|
+
}
|
|
4016
|
+
|
|
4017
|
+
.uniface-concise-datatable {
|
|
4018
|
+
width: 100%;
|
|
4019
|
+
height: 100%;
|
|
4020
|
+
overflow: hidden;
|
|
4021
|
+
display: flex;
|
|
4022
|
+
flex-direction: column;
|
|
4023
|
+
color: var(--uniface-concise-table-bg, unset);
|
|
4024
|
+
}
|
|
4025
|
+
.uniface-concise-datatable .table-container {
|
|
4026
|
+
display: flex;
|
|
4027
|
+
flex-direction: column;
|
|
4028
|
+
height: 100%;
|
|
4029
|
+
width: 100%;
|
|
4030
|
+
overflow: hidden;
|
|
4031
|
+
}
|
|
4032
|
+
.uniface-concise-datatable .table-row {
|
|
4033
|
+
display: flex;
|
|
4034
|
+
width: 100%;
|
|
4035
|
+
position: relative;
|
|
4036
|
+
align-items: center;
|
|
4037
|
+
}
|
|
4038
|
+
.uniface-concise-datatable .table-row .data-cell {
|
|
4039
|
+
overflow: hidden;
|
|
4040
|
+
text-overflow: ellipsis;
|
|
4041
|
+
white-space: nowrap;
|
|
4042
|
+
padding: 2px 4px;
|
|
4043
|
+
}
|
|
4044
|
+
.uniface-concise-datatable .table-header {
|
|
4045
|
+
background-color: #f5f5f5;
|
|
4046
|
+
padding: 0;
|
|
4047
|
+
flex-shrink: 0;
|
|
4048
|
+
z-index: 10;
|
|
4049
|
+
user-select: none;
|
|
4050
|
+
}
|
|
4051
|
+
.uniface-concise-datatable .table-header .table-row {
|
|
4052
|
+
font-weight: 600;
|
|
4053
|
+
}
|
|
4054
|
+
.uniface-concise-datatable .table-header .table-row .data-cell {
|
|
4055
|
+
text-align: center !important;
|
|
4056
|
+
}
|
|
4057
|
+
.uniface-concise-datatable .table-body-container {
|
|
4058
|
+
flex: 1;
|
|
4059
|
+
overflow-y: auto;
|
|
4060
|
+
overflow-x: hidden;
|
|
4061
|
+
}
|
|
4062
|
+
.uniface-concise-datatable .table-body-container .table-body {
|
|
4063
|
+
width: 100%;
|
|
4064
|
+
}
|
|
4065
|
+
.uniface-concise-datatable .table-body-container .table-row {
|
|
4066
|
+
cursor: pointer;
|
|
4067
|
+
}
|
|
4068
|
+
.uniface-concise-datatable .table-body-container .table-row.alternative {
|
|
4069
|
+
background-color: var(--uniface-concise-table-row-alter-bg, #F8FAFC);
|
|
4070
|
+
color: var(--uniface-concise-table-row-alter-color, #374151);
|
|
4071
|
+
}
|
|
4072
|
+
.uniface-concise-datatable .table-body-container .table-row:hover {
|
|
4073
|
+
background-color: #f9f9f9;
|
|
4074
|
+
}
|
|
4075
|
+
.uniface-concise-datatable .table-body-container.auto-scroll {
|
|
4076
|
+
overflow-y: hidden;
|
|
4077
|
+
}
|
|
4078
|
+
|
|
3993
4079
|
html {
|
|
3994
4080
|
box-sizing: border-box;
|
|
3995
4081
|
}
|