@alaarab/ogrid-react-fluent 2.1.8 → 2.1.10
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/esm/index.css +297 -222
- package/dist/esm/index.js +112 -112
- package/package.json +2 -2
package/dist/esm/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
|
|
3
|
-
/*
|
|
4
|
-
.
|
|
3
|
+
/* esbuild-sass-plugin:css-chunksrc/ColumnHeaderFilter/ColumnHeaderFilter.module.scss */
|
|
4
|
+
.ogrid-fluent__ColumnHeaderFilter-module__columnHeader {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
7
|
gap: 4px;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--dt-header-action-button: 24px;
|
|
18
18
|
--dt-header-action-gap: 2px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.ogrid-fluent__ColumnHeaderFilter-module__headerContent {
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
23
23
|
gap: 4px;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.ogrid-fluent__ColumnHeaderFilter-module__columnName {
|
|
33
33
|
display: block;
|
|
34
34
|
min-width: 0;
|
|
35
35
|
max-width: 100%;
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
font-size: 14px;
|
|
41
41
|
color: var(--colorNeutralForeground1, #242424);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.ogrid-fluent__ColumnHeaderFilter-module__headerActions {
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
gap: var(--dt-header-action-gap);
|
|
47
47
|
margin-left: auto;
|
|
48
48
|
flex-shrink: 0;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon {
|
|
51
51
|
display: flex;
|
|
52
52
|
align-items: center;
|
|
53
53
|
justify-content: center;
|
|
@@ -64,25 +64,25 @@
|
|
|
64
64
|
position: relative;
|
|
65
65
|
transition: all 0.15s ease;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon svg {
|
|
68
68
|
font-size: 14px;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon:hover {
|
|
71
71
|
background-color: var(--colorSubtleBackgroundHover, #f5f5f5);
|
|
72
72
|
color: var(--colorNeutralForeground2Hover, #424242);
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon.ogrid-fluent__ColumnHeaderFilter-module__filterActive {
|
|
75
75
|
background-color: var(--colorSubtleBackgroundSelected, #e0e0e0);
|
|
76
76
|
color: var(--colorNeutralForeground2, #616161);
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon.ogrid-fluent__ColumnHeaderFilter-module__filterActive:hover {
|
|
79
79
|
background-color: var(--colorSubtleBackgroundHover, #f5f5f5);
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterIcon.ogrid-fluent__ColumnHeaderFilter-module__filterOpen {
|
|
82
82
|
background-color: var(--colorSubtleBackgroundPressed, #ebebeb);
|
|
83
83
|
color: var(--colorNeutralForeground2, #616161);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterBadge {
|
|
86
86
|
position: absolute;
|
|
87
87
|
top: 2px;
|
|
88
88
|
right: 2px;
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
border-radius: 50%;
|
|
93
93
|
border: 1px solid var(--colorNeutralBackground1, #ffffff);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterPopover {
|
|
96
96
|
min-width: 280px;
|
|
97
97
|
max-width: 320px;
|
|
98
98
|
overflow: hidden;
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
font-size: 14px;
|
|
106
106
|
color: var(--colorNeutralForeground1, #242424);
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverHeader {
|
|
109
109
|
padding: 10px 14px;
|
|
110
110
|
font-size: 12px;
|
|
111
111
|
font-weight: 600;
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
border-bottom: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
114
114
|
background-color: var(--colorNeutralBackground2, #fafafa);
|
|
115
115
|
}
|
|
116
|
-
.
|
|
116
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverSearch {
|
|
117
117
|
padding: 10px 12px;
|
|
118
118
|
border-bottom: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeInputWrapper {
|
|
121
121
|
display: flex;
|
|
122
122
|
align-items: center;
|
|
123
123
|
gap: 8px;
|
|
@@ -129,16 +129,16 @@
|
|
|
129
129
|
min-height: 36px;
|
|
130
130
|
box-sizing: border-box;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeInputWrapper:focus-within {
|
|
133
133
|
border-color: var(--colorBrandStroke1, #0f6cbd);
|
|
134
134
|
outline: none;
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeInputIcon {
|
|
137
137
|
color: var(--colorNeutralForeground3, #616161);
|
|
138
138
|
font-size: 16px;
|
|
139
139
|
flex-shrink: 0;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeInput {
|
|
142
142
|
flex: 1;
|
|
143
143
|
min-width: 0;
|
|
144
144
|
border: none;
|
|
@@ -149,22 +149,22 @@
|
|
|
149
149
|
background: transparent;
|
|
150
150
|
color: var(--colorNeutralForeground1, #242424);
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeInput::placeholder {
|
|
153
153
|
color: var(--colorNeutralForeground4, #707070);
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
.ogrid-fluent__ColumnHeaderFilter-module__resultCount {
|
|
156
156
|
margin-top: 6px;
|
|
157
157
|
font-size: 11px;
|
|
158
158
|
color: var(--colorNeutralForeground2, #616161);
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectAllRow {
|
|
161
161
|
display: flex;
|
|
162
162
|
gap: 8px;
|
|
163
163
|
padding: 6px 12px;
|
|
164
164
|
border-bottom: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
165
165
|
background-color: var(--colorNeutralBackground2, #fafafa);
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectAllButton {
|
|
168
168
|
background: none;
|
|
169
169
|
border: none;
|
|
170
170
|
color: var(--colorBrandForeground1, #0f6cbd);
|
|
@@ -175,36 +175,36 @@
|
|
|
175
175
|
border-radius: var(--borderRadiusSmall, 4px);
|
|
176
176
|
transition: background-color 0.15s ease;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectAllButton:hover {
|
|
179
179
|
background-color: var(--colorBrandBackground2, #ebf3fc);
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOptions {
|
|
182
182
|
overflow-y: auto;
|
|
183
183
|
max-height: 250px;
|
|
184
184
|
padding: 6px 0;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOptions::-webkit-scrollbar {
|
|
187
187
|
width: 6px;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOptions::-webkit-scrollbar-track {
|
|
190
190
|
background: var(--colorNeutralBackground3, #f5f5f5);
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOptions::-webkit-scrollbar-thumb {
|
|
193
193
|
background: var(--colorNeutralStroke1, #d1d1d1);
|
|
194
194
|
border-radius: 3px;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOptions::-webkit-scrollbar-thumb:hover {
|
|
197
197
|
background: var(--colorNeutralForeground2, #616161);
|
|
198
198
|
}
|
|
199
|
-
.
|
|
199
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOption {
|
|
200
200
|
padding: 4px 12px;
|
|
201
201
|
transition: background-color 0.1s ease;
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverOption:hover {
|
|
205
205
|
background-color: var(--colorNeutralBackground1Hover, #f5f5f5);
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.ogrid-fluent__ColumnHeaderFilter-module__nativeCheckbox {
|
|
208
208
|
width: 16px;
|
|
209
209
|
height: 16px;
|
|
210
210
|
margin: 0;
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
accent-color: var(--colorBrandBackground, #0f6cbd);
|
|
213
213
|
flex-shrink: 0;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.ogrid-fluent__ColumnHeaderFilter-module__checkboxLabel {
|
|
216
216
|
margin-left: 8px;
|
|
217
217
|
font-size: 14px;
|
|
218
218
|
color: var(--colorNeutralForeground1, #242424);
|
|
@@ -222,62 +222,62 @@
|
|
|
222
222
|
min-width: 0;
|
|
223
223
|
cursor: pointer;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.ogrid-fluent__ColumnHeaderFilter-module__personOption {
|
|
226
226
|
padding: 8px 12px;
|
|
227
227
|
cursor: pointer;
|
|
228
228
|
transition: background-color 0.1s ease;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.ogrid-fluent__ColumnHeaderFilter-module__personOption:hover {
|
|
231
231
|
background-color: var(--colorNeutralBackground1Hover, #f5f5f5);
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.ogrid-fluent__ColumnHeaderFilter-module__loadingContainer {
|
|
234
234
|
display: flex;
|
|
235
235
|
align-items: center;
|
|
236
236
|
justify-content: center;
|
|
237
237
|
gap: 8px;
|
|
238
238
|
padding: 20px;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
.ogrid-fluent__ColumnHeaderFilter-module__filterSpinner {
|
|
241
241
|
width: 20px;
|
|
242
242
|
height: 20px;
|
|
243
243
|
border: 2px solid var(--colorNeutralStroke1, #d1d1d1);
|
|
244
244
|
border-top-color: var(--colorBrandBackground, #0f6cbd);
|
|
245
245
|
border-radius: 50%;
|
|
246
|
-
animation:
|
|
246
|
+
animation: ogrid-fluent__ColumnHeaderFilter-module__ogrid-filter-spin 0.8s linear infinite;
|
|
247
247
|
}
|
|
248
|
-
@keyframes
|
|
248
|
+
@keyframes ogrid-fluent__ColumnHeaderFilter-module__ogrid-filter-spin {
|
|
249
249
|
to {
|
|
250
250
|
transform: rotate(360deg);
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
.ogrid-fluent__ColumnHeaderFilter-module__noResults {
|
|
254
254
|
padding: 16px;
|
|
255
255
|
text-align: center;
|
|
256
256
|
font-size: 12px;
|
|
257
257
|
color: var(--colorNeutralForeground2, #616161);
|
|
258
258
|
}
|
|
259
|
-
.
|
|
259
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectedUserSection {
|
|
260
260
|
padding: 10px 12px;
|
|
261
261
|
border-bottom: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
262
262
|
background-color: var(--colorSubtleBackgroundSelected, #e0e0e0);
|
|
263
263
|
}
|
|
264
|
-
.
|
|
264
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectedUserLabel {
|
|
265
265
|
font-size: 11px;
|
|
266
266
|
color: var(--colorNeutralForeground2, #616161);
|
|
267
267
|
margin-bottom: 6px;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
.ogrid-fluent__ColumnHeaderFilter-module__selectedUser {
|
|
270
270
|
display: flex;
|
|
271
271
|
align-items: center;
|
|
272
272
|
justify-content: space-between;
|
|
273
273
|
gap: 8px;
|
|
274
274
|
}
|
|
275
|
-
.
|
|
275
|
+
.ogrid-fluent__ColumnHeaderFilter-module__userInfo {
|
|
276
276
|
display: flex;
|
|
277
277
|
align-items: center;
|
|
278
278
|
gap: 8px;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
.ogrid-fluent__ColumnHeaderFilter-module__avatar {
|
|
281
281
|
width: 32px;
|
|
282
282
|
height: 32px;
|
|
283
283
|
border-radius: 50%;
|
|
@@ -288,27 +288,27 @@
|
|
|
288
288
|
flex-shrink: 0;
|
|
289
289
|
overflow: hidden;
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.ogrid-fluent__ColumnHeaderFilter-module__avatarImg {
|
|
292
292
|
width: 100%;
|
|
293
293
|
height: 100%;
|
|
294
294
|
object-fit: cover;
|
|
295
295
|
border-radius: 50%;
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.ogrid-fluent__ColumnHeaderFilter-module__avatarInitials {
|
|
298
298
|
color: var(--colorNeutralForegroundOnBrand, #ffffff);
|
|
299
299
|
font-size: 12px;
|
|
300
300
|
font-weight: 600;
|
|
301
301
|
line-height: 1;
|
|
302
302
|
}
|
|
303
|
-
.
|
|
303
|
+
.ogrid-fluent__ColumnHeaderFilter-module__userText {
|
|
304
304
|
display: flex;
|
|
305
305
|
flex-direction: column;
|
|
306
306
|
}
|
|
307
|
-
.
|
|
307
|
+
.ogrid-fluent__ColumnHeaderFilter-module__userSecondary {
|
|
308
308
|
font-size: 12px;
|
|
309
309
|
color: var(--colorNeutralForeground2, #616161);
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.ogrid-fluent__ColumnHeaderFilter-module__removeUserButton {
|
|
312
312
|
display: flex;
|
|
313
313
|
align-items: center;
|
|
314
314
|
justify-content: center;
|
|
@@ -322,11 +322,11 @@
|
|
|
322
322
|
cursor: pointer;
|
|
323
323
|
transition: all 0.15s ease;
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.ogrid-fluent__ColumnHeaderFilter-module__removeUserButton:hover {
|
|
326
326
|
background-color: var(--colorNeutralBackground1Hover, #f5f5f5);
|
|
327
327
|
color: var(--colorPaletteRedForeground1, #c4314b);
|
|
328
328
|
}
|
|
329
|
-
.
|
|
329
|
+
.ogrid-fluent__ColumnHeaderFilter-module__popoverActions {
|
|
330
330
|
display: flex;
|
|
331
331
|
justify-content: flex-end;
|
|
332
332
|
gap: 8px;
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
border-top: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
335
335
|
background-color: var(--colorNeutralBackground2, #fafafa);
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
.ogrid-fluent__ColumnHeaderFilter-module__clearButton {
|
|
338
338
|
padding: 6px 12px;
|
|
339
339
|
border: 1px solid var(--colorNeutralStroke1, #d1d1d1);
|
|
340
340
|
border-radius: var(--borderRadiusMedium, 4px);
|
|
@@ -345,15 +345,15 @@
|
|
|
345
345
|
cursor: pointer;
|
|
346
346
|
transition: all 0.15s ease;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
.ogrid-fluent__ColumnHeaderFilter-module__clearButton:hover:not(:disabled) {
|
|
349
349
|
background-color: var(--colorNeutralBackground1Hover, #f5f5f5);
|
|
350
350
|
border-color: var(--colorNeutralStroke1Hover, #c7c7c7);
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.ogrid-fluent__ColumnHeaderFilter-module__clearButton:disabled {
|
|
353
353
|
opacity: 0.5;
|
|
354
354
|
cursor: not-allowed;
|
|
355
355
|
}
|
|
356
|
-
.
|
|
356
|
+
.ogrid-fluent__ColumnHeaderFilter-module__applyButton {
|
|
357
357
|
padding: 6px 12px;
|
|
358
358
|
border: 1px solid var(--colorBrandBackground, #0f6cbd);
|
|
359
359
|
border-radius: var(--borderRadiusMedium, 4px);
|
|
@@ -364,13 +364,13 @@
|
|
|
364
364
|
cursor: pointer;
|
|
365
365
|
transition: all 0.15s ease;
|
|
366
366
|
}
|
|
367
|
-
.
|
|
367
|
+
.ogrid-fluent__ColumnHeaderFilter-module__applyButton:hover {
|
|
368
368
|
background-color: var(--colorBrandBackgroundHover, #115ea3);
|
|
369
369
|
border-color: var(--colorBrandBackgroundHover, #115ea3);
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
/*
|
|
373
|
-
.
|
|
372
|
+
/* esbuild-sass-plugin:css-chunksrc/ColumnHeaderMenu/ColumnHeaderMenu.module.scss */
|
|
373
|
+
.ogrid-fluent__ColumnHeaderMenu-module__content {
|
|
374
374
|
min-width: 140px;
|
|
375
375
|
background: var(--ogrid-bg, #ffffff);
|
|
376
376
|
border: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
|
|
383
383
|
will-change: transform, opacity;
|
|
384
384
|
}
|
|
385
|
-
.
|
|
385
|
+
.ogrid-fluent__ColumnHeaderMenu-module__item {
|
|
386
386
|
font-size: 13px;
|
|
387
387
|
line-height: 1;
|
|
388
388
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
@@ -400,36 +400,36 @@
|
|
|
400
400
|
width: 100%;
|
|
401
401
|
text-align: left;
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.ogrid-fluent__ColumnHeaderMenu-module__item:disabled {
|
|
404
404
|
color: var(--ogrid-fg-muted, rgba(0, 0, 0, 0.5));
|
|
405
405
|
pointer-events: none;
|
|
406
406
|
cursor: not-allowed;
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
.ogrid-fluent__ColumnHeaderMenu-module__item:hover:not(:disabled) {
|
|
409
409
|
background-color: var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04));
|
|
410
410
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
.ogrid-fluent__ColumnHeaderMenu-module__separator {
|
|
413
413
|
height: 1px;
|
|
414
414
|
background-color: var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
415
415
|
margin: 4px 0;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
/*
|
|
419
|
-
.
|
|
418
|
+
/* esbuild-sass-plugin:css-chunksrc/DataGridTable/DataGridTable.module.scss */
|
|
419
|
+
.ogrid-fluent__DataGridTable-module__tableScrollContent {
|
|
420
420
|
display: flex;
|
|
421
421
|
flex-direction: column;
|
|
422
422
|
width: 100%;
|
|
423
423
|
min-width: 0;
|
|
424
424
|
background: var(--ogrid-bg, #fff);
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
.ogrid-fluent__DataGridTable-module__tableWidthAnchor {
|
|
427
427
|
position: relative;
|
|
428
428
|
width: max-content;
|
|
429
429
|
min-width: var(--data-table-min-width, max-content);
|
|
430
430
|
background: var(--ogrid-bg, #fff);
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper {
|
|
433
433
|
position: relative;
|
|
434
434
|
flex: 1;
|
|
435
435
|
min-height: 0;
|
|
@@ -442,16 +442,16 @@
|
|
|
442
442
|
background: var(--ogrid-bg, #fff);
|
|
443
443
|
will-change: scroll-position;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper[data-overflow-x=true] {
|
|
446
446
|
overflow-x: auto;
|
|
447
447
|
}
|
|
448
|
-
.
|
|
448
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper[data-empty=true] {
|
|
449
449
|
overflow-x: hidden;
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper[data-loading=true] {
|
|
452
452
|
min-height: 200px;
|
|
453
453
|
}
|
|
454
|
-
.
|
|
454
|
+
.ogrid-fluent__DataGridTable-module__dataTable {
|
|
455
455
|
width: var(--data-table-width, fit-content);
|
|
456
456
|
max-width: 100%;
|
|
457
457
|
min-width: var(--data-table-min-width, max-content);
|
|
@@ -462,22 +462,22 @@
|
|
|
462
462
|
background-color: var(--ogrid-bg, #fff);
|
|
463
463
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
.ogrid-fluent__DataGridTable-module__dataTable tbody tr {
|
|
466
466
|
height: var(--ogrid-row-height, auto);
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
.ogrid-fluent__DataGridTable-module__groupHeaderCell {
|
|
469
469
|
text-align: center;
|
|
470
470
|
font-weight: 600;
|
|
471
471
|
border-bottom: 2px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
472
472
|
padding: 6px 10px;
|
|
473
473
|
background: var(--ogrid-header-bg, #f5f5f5);
|
|
474
474
|
}
|
|
475
|
-
.
|
|
475
|
+
.ogrid-fluent__DataGridTable-module__headerCellContent {
|
|
476
476
|
display: flex;
|
|
477
477
|
align-items: center;
|
|
478
478
|
gap: 4px;
|
|
479
479
|
}
|
|
480
|
-
.
|
|
480
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger {
|
|
481
481
|
background: transparent;
|
|
482
482
|
border: none;
|
|
483
483
|
cursor: pointer;
|
|
@@ -494,17 +494,17 @@
|
|
|
494
494
|
min-width: 20px;
|
|
495
495
|
height: 20px;
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:hover {
|
|
498
498
|
background: var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04));
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:active {
|
|
501
501
|
background: var(--ogrid-active-bg, rgba(0, 0, 0, 0.08));
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:focus-visible {
|
|
504
504
|
outline: 2px solid var(--ogrid-accent, #0078d4);
|
|
505
505
|
outline-offset: 2px;
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
.ogrid-fluent__DataGridTable-module__dropIndicator {
|
|
508
508
|
position: absolute;
|
|
509
509
|
top: 0;
|
|
510
510
|
bottom: 0;
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
z-index: 100;
|
|
515
515
|
transition: left 0.05s;
|
|
516
516
|
}
|
|
517
|
-
.
|
|
517
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle {
|
|
518
518
|
position: absolute;
|
|
519
519
|
top: 0;
|
|
520
520
|
right: -3px;
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
user-select: none;
|
|
525
525
|
z-index: 1;
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle::after {
|
|
528
528
|
content: "";
|
|
529
529
|
position: absolute;
|
|
530
530
|
top: 0;
|
|
@@ -532,18 +532,18 @@
|
|
|
532
532
|
bottom: 0;
|
|
533
533
|
width: 2px;
|
|
534
534
|
}
|
|
535
|
-
.
|
|
535
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle:hover::after {
|
|
536
536
|
background-color: var(--ogrid-accent, #0078d4);
|
|
537
537
|
}
|
|
538
|
-
.
|
|
538
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle:active::after {
|
|
539
539
|
background-color: var(--ogrid-accent-dark, #005a9e);
|
|
540
540
|
}
|
|
541
|
-
.
|
|
541
|
+
.ogrid-fluent__DataGridTable-module__pinnedColLeft {
|
|
542
542
|
position: sticky;
|
|
543
543
|
z-index: 6;
|
|
544
544
|
background: var(--ogrid-bg, #ffffff);
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
.ogrid-fluent__DataGridTable-module__pinnedColLeft::after {
|
|
547
547
|
content: "";
|
|
548
548
|
position: absolute;
|
|
549
549
|
top: -1px;
|
|
@@ -557,12 +557,12 @@
|
|
|
557
557
|
transparent);
|
|
558
558
|
pointer-events: none;
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.ogrid-fluent__DataGridTable-module__pinnedColRight {
|
|
561
561
|
position: sticky;
|
|
562
562
|
z-index: 6;
|
|
563
563
|
background: var(--ogrid-bg, #ffffff);
|
|
564
564
|
}
|
|
565
|
-
.
|
|
565
|
+
.ogrid-fluent__DataGridTable-module__pinnedColRight::before {
|
|
566
566
|
content: "";
|
|
567
567
|
position: absolute;
|
|
568
568
|
top: -1px;
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
transparent);
|
|
577
577
|
pointer-events: none;
|
|
578
578
|
}
|
|
579
|
-
.
|
|
579
|
+
.ogrid-fluent__DataGridTable-module__cellContent {
|
|
580
580
|
width: 100%;
|
|
581
581
|
height: 100%;
|
|
582
582
|
display: flex;
|
|
@@ -589,10 +589,10 @@
|
|
|
589
589
|
user-select: none;
|
|
590
590
|
outline: none;
|
|
591
591
|
}
|
|
592
|
-
.
|
|
592
|
+
.ogrid-fluent__DataGridTable-module__cellContent:focus-visible {
|
|
593
593
|
outline: none;
|
|
594
594
|
}
|
|
595
|
-
.
|
|
595
|
+
.ogrid-fluent__DataGridTable-module__activeCellContent {
|
|
596
596
|
outline: 2px solid var(--ogrid-selection-color, #217346);
|
|
597
597
|
outline-offset: -1px;
|
|
598
598
|
z-index: 2;
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
overflow: visible;
|
|
601
601
|
background: var(--ogrid-active-cell-bg, rgba(0, 0, 0, 0.02));
|
|
602
602
|
}
|
|
603
|
-
.
|
|
603
|
+
.ogrid-fluent__DataGridTable-module__editingCellContent {
|
|
604
604
|
width: 100%;
|
|
605
605
|
height: 100%;
|
|
606
606
|
display: flex;
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
overflow: visible;
|
|
615
615
|
padding: 0;
|
|
616
616
|
}
|
|
617
|
-
.
|
|
617
|
+
.ogrid-fluent__DataGridTable-module__cellInRange {
|
|
618
618
|
background: var(--ogrid-range-bg, rgba(33, 115, 70, 0.12)) !important;
|
|
619
619
|
}
|
|
620
620
|
[data-drag-range] {
|
|
@@ -623,11 +623,15 @@
|
|
|
623
623
|
[data-drag-anchor] {
|
|
624
624
|
background: var(--ogrid-bg, #fff) !important;
|
|
625
625
|
}
|
|
626
|
-
.
|
|
626
|
+
.ogrid-fluent__DataGridTable-module__activeCellContent[data-drag-anchor],
|
|
627
|
+
.ogrid-fluent__DataGridTable-module__activeCellContent[data-drag-range] {
|
|
628
|
+
outline: none;
|
|
629
|
+
}
|
|
630
|
+
.ogrid-fluent__DataGridTable-module__cellCut {
|
|
627
631
|
background: var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04)) !important;
|
|
628
632
|
opacity: 0.7;
|
|
629
633
|
}
|
|
630
|
-
.
|
|
634
|
+
.ogrid-fluent__DataGridTable-module__fillHandle {
|
|
631
635
|
position: absolute;
|
|
632
636
|
right: -3px;
|
|
633
637
|
bottom: -3px;
|
|
@@ -640,22 +644,22 @@
|
|
|
640
644
|
pointer-events: auto;
|
|
641
645
|
z-index: 3;
|
|
642
646
|
}
|
|
643
|
-
.
|
|
644
|
-
.
|
|
647
|
+
.ogrid-fluent__DataGridTable-module__selectionHeaderCellInner,
|
|
648
|
+
.ogrid-fluent__DataGridTable-module__selectionCellInner {
|
|
645
649
|
display: flex;
|
|
646
650
|
align-items: center;
|
|
647
651
|
justify-content: center;
|
|
648
652
|
width: 100%;
|
|
649
653
|
}
|
|
650
|
-
.
|
|
651
|
-
.
|
|
654
|
+
.ogrid-fluent__DataGridTable-module__rowNumberHeaderCellInner,
|
|
655
|
+
.ogrid-fluent__DataGridTable-module__rowNumberCellInner {
|
|
652
656
|
display: flex;
|
|
653
657
|
align-items: center;
|
|
654
658
|
justify-content: center;
|
|
655
659
|
width: 100%;
|
|
656
660
|
font-variant-numeric: tabular-nums;
|
|
657
661
|
}
|
|
658
|
-
.
|
|
662
|
+
.ogrid-fluent__DataGridTable-module__statusBar {
|
|
659
663
|
display: flex;
|
|
660
664
|
align-items: center;
|
|
661
665
|
gap: 16px;
|
|
@@ -668,26 +672,26 @@
|
|
|
668
672
|
border-top: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
669
673
|
min-height: 28px;
|
|
670
674
|
}
|
|
671
|
-
.
|
|
675
|
+
.ogrid-fluent__DataGridTable-module__statusBarItem {
|
|
672
676
|
display: inline-flex;
|
|
673
677
|
align-items: center;
|
|
674
678
|
gap: 4px;
|
|
675
679
|
}
|
|
676
|
-
.
|
|
680
|
+
.ogrid-fluent__DataGridTable-module__statusBarItem:not(:last-child)::after {
|
|
677
681
|
content: "";
|
|
678
682
|
width: 1px;
|
|
679
683
|
height: 14px;
|
|
680
684
|
background: var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
681
685
|
margin-left: 12px;
|
|
682
686
|
}
|
|
683
|
-
.
|
|
687
|
+
.ogrid-fluent__DataGridTable-module__statusBarLabel {
|
|
684
688
|
color: var(--ogrid-fg-muted, rgba(0, 0, 0, 0.5));
|
|
685
689
|
}
|
|
686
|
-
.
|
|
690
|
+
.ogrid-fluent__DataGridTable-module__statusBarValue {
|
|
687
691
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
688
692
|
font-weight: 600;
|
|
689
693
|
}
|
|
690
|
-
.
|
|
694
|
+
.ogrid-fluent__DataGridTable-module__contextMenu {
|
|
691
695
|
position: fixed;
|
|
692
696
|
z-index: 10000;
|
|
693
697
|
min-width: 160px;
|
|
@@ -697,7 +701,7 @@
|
|
|
697
701
|
border-radius: 6px;
|
|
698
702
|
box-shadow: var(--ogrid-shadow, 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
699
703
|
}
|
|
700
|
-
.
|
|
704
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItem {
|
|
701
705
|
display: flex;
|
|
702
706
|
align-items: center;
|
|
703
707
|
justify-content: space-between;
|
|
@@ -711,26 +715,26 @@
|
|
|
711
715
|
cursor: pointer;
|
|
712
716
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
713
717
|
}
|
|
714
|
-
.
|
|
718
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItem:hover:not(:disabled) {
|
|
715
719
|
background: var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04));
|
|
716
720
|
}
|
|
717
|
-
.
|
|
721
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItem:disabled {
|
|
718
722
|
opacity: 0.5;
|
|
719
723
|
cursor: not-allowed;
|
|
720
724
|
}
|
|
721
|
-
.
|
|
725
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItemLabel {
|
|
722
726
|
flex: 1;
|
|
723
727
|
}
|
|
724
|
-
.
|
|
728
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItemShortcut {
|
|
725
729
|
color: var(--ogrid-fg-muted, rgba(0, 0, 0, 0.5));
|
|
726
730
|
font-size: 0.85em;
|
|
727
731
|
}
|
|
728
|
-
.
|
|
732
|
+
.ogrid-fluent__DataGridTable-module__contextMenuDivider {
|
|
729
733
|
height: 1px;
|
|
730
734
|
margin: 4px 0;
|
|
731
735
|
background: var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
732
736
|
}
|
|
733
|
-
.
|
|
737
|
+
.ogrid-fluent__DataGridTable-module__loadingOverlay {
|
|
734
738
|
position: absolute;
|
|
735
739
|
inset: 0;
|
|
736
740
|
z-index: 2;
|
|
@@ -741,7 +745,7 @@
|
|
|
741
745
|
backdrop-filter: blur(1px);
|
|
742
746
|
pointer-events: all;
|
|
743
747
|
}
|
|
744
|
-
.
|
|
748
|
+
.ogrid-fluent__DataGridTable-module__loadingOverlayContent {
|
|
745
749
|
display: flex;
|
|
746
750
|
flex-direction: column;
|
|
747
751
|
align-items: center;
|
|
@@ -752,16 +756,16 @@
|
|
|
752
756
|
border-radius: 6px;
|
|
753
757
|
box-shadow: var(--ogrid-shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.08));
|
|
754
758
|
}
|
|
755
|
-
.
|
|
759
|
+
.ogrid-fluent__DataGridTable-module__loadingOverlayText {
|
|
756
760
|
font-size: 13px;
|
|
757
761
|
font-weight: 500;
|
|
758
762
|
color: var(--ogrid-fg-muted, rgba(0, 0, 0, 0.5));
|
|
759
763
|
}
|
|
760
|
-
.
|
|
764
|
+
.ogrid-fluent__DataGridTable-module__loadingDimmed {
|
|
761
765
|
opacity: 0.6;
|
|
762
766
|
pointer-events: none;
|
|
763
767
|
}
|
|
764
|
-
.
|
|
768
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGrid {
|
|
765
769
|
display: flex;
|
|
766
770
|
flex-direction: column;
|
|
767
771
|
align-items: center;
|
|
@@ -774,18 +778,18 @@
|
|
|
774
778
|
border-top: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
775
779
|
background: var(--ogrid-header-bg, #f5f5f5);
|
|
776
780
|
}
|
|
777
|
-
.
|
|
781
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridTitle {
|
|
778
782
|
font-size: 14px;
|
|
779
783
|
font-weight: 600;
|
|
780
784
|
color: var(--ogrid-fg, rgba(0, 0, 0, 0.87));
|
|
781
785
|
margin-bottom: 4px;
|
|
782
786
|
}
|
|
783
|
-
.
|
|
787
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridMessage {
|
|
784
788
|
font-size: 13px;
|
|
785
789
|
color: var(--ogrid-fg-muted, rgba(0, 0, 0, 0.5));
|
|
786
790
|
line-height: 1.5;
|
|
787
791
|
}
|
|
788
|
-
.
|
|
792
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridLink {
|
|
789
793
|
background: none;
|
|
790
794
|
border: none;
|
|
791
795
|
color: var(--ogrid-accent, #0078d4);
|
|
@@ -795,51 +799,122 @@
|
|
|
795
799
|
font-size: inherit;
|
|
796
800
|
font-family: inherit;
|
|
797
801
|
}
|
|
798
|
-
.
|
|
802
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridLink:hover {
|
|
799
803
|
color: var(--ogrid-accent-dark, #005a9e);
|
|
800
804
|
}
|
|
801
|
-
.
|
|
805
|
+
.ogrid-fluent__DataGridTable-module__spinner {
|
|
802
806
|
width: 24px;
|
|
803
807
|
height: 24px;
|
|
804
808
|
border: 2px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
805
809
|
border-top-color: var(--ogrid-accent, #0078d4);
|
|
806
810
|
border-radius: 50%;
|
|
807
|
-
animation:
|
|
811
|
+
animation: ogrid-fluent__DataGridTable-module__ogrid-spin 0.8s linear infinite;
|
|
808
812
|
}
|
|
809
|
-
@keyframes
|
|
813
|
+
@keyframes ogrid-fluent__DataGridTable-module__ogrid-spin {
|
|
810
814
|
to {
|
|
811
815
|
transform: rotate(360deg);
|
|
812
816
|
}
|
|
813
817
|
}
|
|
814
|
-
:root {
|
|
818
|
+
:where(:root) {
|
|
815
819
|
--ogrid-bg: #ffffff;
|
|
816
820
|
--ogrid-fg: rgba(0, 0, 0, 0.87);
|
|
817
821
|
--ogrid-fg-secondary: rgba(0, 0, 0, 0.6);
|
|
818
822
|
--ogrid-fg-muted: rgba(0, 0, 0, 0.5);
|
|
819
823
|
--ogrid-border: rgba(0, 0, 0, 0.12);
|
|
820
|
-
--ogrid-
|
|
824
|
+
--ogrid-border-strong: rgba(0, 0, 0, 0.5);
|
|
825
|
+
--ogrid-border-hover: rgba(0, 0, 0, 0.3);
|
|
826
|
+
--ogrid-header-bg: #f5f5f5;
|
|
821
827
|
--ogrid-hover-bg: rgba(0, 0, 0, 0.04);
|
|
822
828
|
--ogrid-selected-row-bg: #e6f0fb;
|
|
829
|
+
--ogrid-bg-selected-hover: #dae8f8;
|
|
823
830
|
--ogrid-active-cell-bg: rgba(0, 0, 0, 0.02);
|
|
824
831
|
--ogrid-range-bg: rgba(33, 115, 70, 0.12);
|
|
825
832
|
--ogrid-accent: #0078d4;
|
|
833
|
+
--ogrid-accent-dark: #005a9e;
|
|
826
834
|
--ogrid-selection-color: #217346;
|
|
835
|
+
--ogrid-primary: #0078d4;
|
|
836
|
+
--ogrid-primary-fg: #fff;
|
|
837
|
+
--ogrid-primary-hover: #106ebe;
|
|
838
|
+
--ogrid-bg-subtle: #f5f5f5;
|
|
839
|
+
--ogrid-bg-hover: rgba(0, 0, 0, 0.04);
|
|
840
|
+
--ogrid-active-bg: rgba(0, 0, 0, 0.06);
|
|
841
|
+
--ogrid-muted: rgba(0, 0, 0, 0.5);
|
|
842
|
+
--ogrid-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
|
843
|
+
--ogrid-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
|
|
844
|
+
--ogrid-pinned-shadow: rgba(0, 0, 0, 0.1);
|
|
827
845
|
--ogrid-loading-overlay: rgba(255, 255, 255, 0.7);
|
|
846
|
+
--ogrid-selection: #217346;
|
|
847
|
+
--ogrid-bg-range: rgba(33, 115, 70, 0.12);
|
|
848
|
+
--ogrid-bg-selected: #e6f0fb;
|
|
849
|
+
--ogrid-loading-bg: rgba(255, 255, 255, 0.7);
|
|
850
|
+
}
|
|
851
|
+
@media (prefers-color-scheme: dark) {
|
|
852
|
+
:where(:root:not([data-theme=light])) {
|
|
853
|
+
--ogrid-bg: #1e1e1e;
|
|
854
|
+
--ogrid-fg: rgba(255, 255, 255, 0.87);
|
|
855
|
+
--ogrid-fg-secondary: rgba(255, 255, 255, 0.6);
|
|
856
|
+
--ogrid-fg-muted: rgba(255, 255, 255, 0.5);
|
|
857
|
+
--ogrid-border: rgba(255, 255, 255, 0.12);
|
|
858
|
+
--ogrid-border-strong: rgba(255, 255, 255, 0.5);
|
|
859
|
+
--ogrid-border-hover: rgba(255, 255, 255, 0.3);
|
|
860
|
+
--ogrid-header-bg: #2c2c2c;
|
|
861
|
+
--ogrid-hover-bg: rgba(255, 255, 255, 0.08);
|
|
862
|
+
--ogrid-selected-row-bg: #1a3a5c;
|
|
863
|
+
--ogrid-bg-selected-hover: #1f3650;
|
|
864
|
+
--ogrid-active-cell-bg: rgba(255, 255, 255, 0.06);
|
|
865
|
+
--ogrid-range-bg: rgba(46, 160, 67, 0.15);
|
|
866
|
+
--ogrid-accent: #4da6ff;
|
|
867
|
+
--ogrid-accent-dark: #3390e0;
|
|
868
|
+
--ogrid-selection-color: #2ea043;
|
|
869
|
+
--ogrid-primary: #4da6ff;
|
|
870
|
+
--ogrid-primary-fg: #fff;
|
|
871
|
+
--ogrid-primary-hover: #66b3ff;
|
|
872
|
+
--ogrid-bg-subtle: rgba(255, 255, 255, 0.04);
|
|
873
|
+
--ogrid-bg-hover: rgba(255, 255, 255, 0.08);
|
|
874
|
+
--ogrid-active-bg: rgba(255, 255, 255, 0.08);
|
|
875
|
+
--ogrid-muted: rgba(255, 255, 255, 0.5);
|
|
876
|
+
--ogrid-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
|
|
877
|
+
--ogrid-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.25);
|
|
878
|
+
--ogrid-pinned-shadow: rgba(0, 0, 0, 0.3);
|
|
879
|
+
--ogrid-loading-overlay: rgba(0, 0, 0, 0.7);
|
|
880
|
+
--ogrid-selection: #2ea043;
|
|
881
|
+
--ogrid-bg-range: rgba(46, 160, 67, 0.15);
|
|
882
|
+
--ogrid-bg-selected: #1a3a5c;
|
|
883
|
+
--ogrid-loading-bg: rgba(0, 0, 0, 0.7);
|
|
884
|
+
}
|
|
828
885
|
}
|
|
829
|
-
[data-theme=dark] {
|
|
830
|
-
--ogrid-bg: #
|
|
886
|
+
:where([data-theme=dark]) {
|
|
887
|
+
--ogrid-bg: #1e1e1e;
|
|
831
888
|
--ogrid-fg: rgba(255, 255, 255, 0.87);
|
|
832
889
|
--ogrid-fg-secondary: rgba(255, 255, 255, 0.6);
|
|
833
890
|
--ogrid-fg-muted: rgba(255, 255, 255, 0.5);
|
|
834
891
|
--ogrid-border: rgba(255, 255, 255, 0.12);
|
|
892
|
+
--ogrid-border-strong: rgba(255, 255, 255, 0.5);
|
|
893
|
+
--ogrid-border-hover: rgba(255, 255, 255, 0.3);
|
|
835
894
|
--ogrid-header-bg: #2c2c2c;
|
|
836
|
-
--ogrid-hover-bg: rgba(255, 255, 255, 0.
|
|
895
|
+
--ogrid-hover-bg: rgba(255, 255, 255, 0.08);
|
|
837
896
|
--ogrid-selected-row-bg: #1a3a5c;
|
|
838
|
-
--ogrid-
|
|
839
|
-
--ogrid-
|
|
897
|
+
--ogrid-bg-selected-hover: #1f3650;
|
|
898
|
+
--ogrid-active-cell-bg: rgba(255, 255, 255, 0.06);
|
|
899
|
+
--ogrid-range-bg: rgba(46, 160, 67, 0.15);
|
|
840
900
|
--ogrid-accent: #4da6ff;
|
|
841
|
-
--ogrid-
|
|
842
|
-
--ogrid-
|
|
901
|
+
--ogrid-accent-dark: #3390e0;
|
|
902
|
+
--ogrid-selection-color: #2ea043;
|
|
903
|
+
--ogrid-primary: #4da6ff;
|
|
904
|
+
--ogrid-primary-fg: #fff;
|
|
905
|
+
--ogrid-primary-hover: #66b3ff;
|
|
906
|
+
--ogrid-bg-subtle: rgba(255, 255, 255, 0.04);
|
|
907
|
+
--ogrid-bg-hover: rgba(255, 255, 255, 0.08);
|
|
908
|
+
--ogrid-active-bg: rgba(255, 255, 255, 0.08);
|
|
909
|
+
--ogrid-muted: rgba(255, 255, 255, 0.5);
|
|
910
|
+
--ogrid-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
|
|
911
|
+
--ogrid-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.25);
|
|
912
|
+
--ogrid-pinned-shadow: rgba(0, 0, 0, 0.3);
|
|
913
|
+
--ogrid-loading-overlay: rgba(0, 0, 0, 0.7);
|
|
914
|
+
--ogrid-selection: #2ea043;
|
|
915
|
+
--ogrid-bg-range: rgba(46, 160, 67, 0.15);
|
|
916
|
+
--ogrid-bg-selected: #1a3a5c;
|
|
917
|
+
--ogrid-loading-bg: rgba(0, 0, 0, 0.7);
|
|
843
918
|
}
|
|
844
919
|
.fui-FluentProvider {
|
|
845
920
|
--ogrid-bg: var(--colorNeutralBackground1, #ffffff);
|
|
@@ -856,32 +931,32 @@
|
|
|
856
931
|
--ogrid-selection-color: #217346;
|
|
857
932
|
--ogrid-loading-overlay: rgba(255, 255, 255, 0.7);
|
|
858
933
|
}
|
|
859
|
-
.
|
|
934
|
+
.ogrid-fluent__DataGridTable-module__tableScrollContent {
|
|
860
935
|
min-height: 100%;
|
|
861
936
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
862
937
|
}
|
|
863
|
-
.
|
|
938
|
+
.ogrid-fluent__DataGridTable-module__tableWidthAnchor {
|
|
864
939
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
865
940
|
}
|
|
866
|
-
.
|
|
941
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper {
|
|
867
942
|
border: none;
|
|
868
943
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
869
944
|
-webkit-overflow-scrolling: touch;
|
|
870
945
|
outline: none;
|
|
871
946
|
}
|
|
872
|
-
.
|
|
947
|
+
.ogrid-fluent__DataGridTable-module__dataTable {
|
|
873
948
|
table-layout: auto !important;
|
|
874
949
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
875
950
|
}
|
|
876
|
-
.
|
|
877
|
-
.
|
|
951
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell,
|
|
952
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableCell {
|
|
878
953
|
min-width: 80px;
|
|
879
954
|
box-sizing: border-box;
|
|
880
955
|
border-right: 1px solid var(--colorNeutralStroke1, #c4c4c4);
|
|
881
956
|
font-size: 13px;
|
|
882
957
|
vertical-align: middle;
|
|
883
958
|
}
|
|
884
|
-
.
|
|
959
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell {
|
|
885
960
|
padding: 6px 10px;
|
|
886
961
|
font-weight: 600;
|
|
887
962
|
font-size: 14px;
|
|
@@ -891,15 +966,15 @@
|
|
|
891
966
|
z-index: 8;
|
|
892
967
|
border-bottom: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
893
968
|
}
|
|
894
|
-
.
|
|
969
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell > .fui-TableHeaderCell__button {
|
|
895
970
|
position: static !important;
|
|
896
971
|
}
|
|
897
|
-
.
|
|
972
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell:focus-visible {
|
|
898
973
|
outline: 2px solid var(--colorBrandStroke1, var(--ogrid-accent, #0078d4));
|
|
899
974
|
outline-offset: -2px;
|
|
900
975
|
z-index: 11;
|
|
901
976
|
}
|
|
902
|
-
.
|
|
977
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableCell {
|
|
903
978
|
padding: 0;
|
|
904
979
|
overflow: hidden;
|
|
905
980
|
text-overflow: ellipsis;
|
|
@@ -910,42 +985,42 @@
|
|
|
910
985
|
position: relative;
|
|
911
986
|
border-bottom: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
912
987
|
}
|
|
913
|
-
.
|
|
988
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableCell > * {
|
|
914
989
|
min-width: 0;
|
|
915
990
|
}
|
|
916
|
-
.
|
|
991
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableCell:focus-visible {
|
|
917
992
|
outline: none;
|
|
918
993
|
}
|
|
919
|
-
.
|
|
920
|
-
.
|
|
994
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell:last-of-type,
|
|
995
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableCell:last-of-type {
|
|
921
996
|
border-right: none;
|
|
922
997
|
}
|
|
923
|
-
.
|
|
998
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .fui-TableRow:last-child .fui-TableCell {
|
|
924
999
|
border-bottom: none;
|
|
925
1000
|
}
|
|
926
|
-
.
|
|
1001
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .fui-TableRow:hover .fui-TableCell {
|
|
927
1002
|
background-color: var(--colorSubtleBackgroundHover, var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04)));
|
|
928
1003
|
}
|
|
929
|
-
.
|
|
1004
|
+
.ogrid-fluent__DataGridTable-module__leafHeaderCellSpan {
|
|
930
1005
|
font-weight: 600;
|
|
931
1006
|
padding: 6px 10px;
|
|
932
1007
|
background: var(--ogrid-header-bg, #f3f2f1);
|
|
933
1008
|
}
|
|
934
|
-
.
|
|
1009
|
+
.ogrid-fluent__DataGridTable-module__selectionHeaderCellWrapper {
|
|
935
1010
|
width: 48px;
|
|
936
1011
|
min-width: 48px;
|
|
937
1012
|
max-width: 48px;
|
|
938
1013
|
padding: 4px !important;
|
|
939
1014
|
text-align: center;
|
|
940
1015
|
}
|
|
941
|
-
.
|
|
1016
|
+
.ogrid-fluent__DataGridTable-module__selectionCellWrapper {
|
|
942
1017
|
width: 48px;
|
|
943
1018
|
min-width: 48px;
|
|
944
1019
|
max-width: 48px;
|
|
945
1020
|
padding: 4px !important;
|
|
946
1021
|
text-align: center;
|
|
947
1022
|
}
|
|
948
|
-
.
|
|
1023
|
+
.ogrid-fluent__DataGridTable-module__rowNumberHeaderCellWrapper {
|
|
949
1024
|
width: 50px;
|
|
950
1025
|
min-width: 50px;
|
|
951
1026
|
max-width: 50px;
|
|
@@ -956,7 +1031,7 @@
|
|
|
956
1031
|
color: var(--colorNeutralForeground3, #666);
|
|
957
1032
|
border-right: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
958
1033
|
}
|
|
959
|
-
.
|
|
1034
|
+
.ogrid-fluent__DataGridTable-module__rowNumberCellWrapper {
|
|
960
1035
|
width: 50px;
|
|
961
1036
|
min-width: 50px;
|
|
962
1037
|
max-width: 50px;
|
|
@@ -967,27 +1042,27 @@
|
|
|
967
1042
|
color: var(--colorNeutralForeground3, #666);
|
|
968
1043
|
border-right: 1px solid var(--ogrid-border, rgba(0, 0, 0, 0.12));
|
|
969
1044
|
}
|
|
970
|
-
.
|
|
1045
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .ogrid-fluent__DataGridTable-module__selectedRow .fui-TableCell {
|
|
971
1046
|
background-color: var(--colorNeutralBackground1Selected, var(--ogrid-selected-row-bg, #e6f0fb));
|
|
972
1047
|
}
|
|
973
|
-
.
|
|
1048
|
+
.ogrid-fluent__DataGridTable-module__selectableGrid .ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .fui-TableRow:hover .fui-TableCell {
|
|
974
1049
|
background-color: var(--colorSubtleBackgroundHover, #f5f5f5);
|
|
975
1050
|
cursor: pointer;
|
|
976
1051
|
}
|
|
977
|
-
.
|
|
1052
|
+
.ogrid-fluent__DataGridTable-module__selectableGrid .ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .ogrid-fluent__DataGridTable-module__selectedRow:hover .fui-TableCell {
|
|
978
1053
|
background-color: var(--colorNeutralBackground1Hover, #dae8f8);
|
|
979
1054
|
}
|
|
980
|
-
.
|
|
1055
|
+
.ogrid-fluent__DataGridTable-module__selectableGrid .ogrid-fluent__DataGridTable-module__dataTable .fui-TableBody .fui-TableRow {
|
|
981
1056
|
cursor: pointer;
|
|
982
1057
|
}
|
|
983
|
-
.
|
|
1058
|
+
.ogrid-fluent__DataGridTable-module__cellContent {
|
|
984
1059
|
padding: 4px 8px;
|
|
985
1060
|
}
|
|
986
|
-
.
|
|
1061
|
+
.ogrid-fluent__DataGridTable-module__activeCellContent {
|
|
987
1062
|
outline: 2px solid var(--ogrid-selection-color, #217346) !important;
|
|
988
1063
|
background-color: var(--ogrid-active-cell-bg, rgba(0, 0, 0, 0.02)) !important;
|
|
989
1064
|
}
|
|
990
|
-
.
|
|
1065
|
+
.ogrid-fluent__DataGridTable-module__cellInRange {
|
|
991
1066
|
background-color: var(--ogrid-range-bg, rgba(33, 115, 70, 0.12)) !important;
|
|
992
1067
|
}
|
|
993
1068
|
[data-drag-range] {
|
|
@@ -996,111 +1071,111 @@
|
|
|
996
1071
|
[data-drag-anchor] {
|
|
997
1072
|
background-color: var(--ogrid-bg, #ffffff) !important;
|
|
998
1073
|
}
|
|
999
|
-
.
|
|
1074
|
+
.ogrid-fluent__DataGridTable-module__cellCut {
|
|
1000
1075
|
background-color: var(--ogrid-hover-bg, rgba(0, 0, 0, 0.04)) !important;
|
|
1001
1076
|
}
|
|
1002
|
-
.
|
|
1077
|
+
.ogrid-fluent__DataGridTable-module__stickyHeader {
|
|
1003
1078
|
z-index: 8;
|
|
1004
1079
|
background-color: var(--colorSubtleBackgroundSelected, var(--ogrid-header-bg, #f3f2f1));
|
|
1005
1080
|
}
|
|
1006
|
-
.
|
|
1081
|
+
.ogrid-fluent__DataGridTable-module__stickyHeader .fui-TableHeaderCell {
|
|
1007
1082
|
position: sticky;
|
|
1008
1083
|
top: 0;
|
|
1009
1084
|
}
|
|
1010
|
-
.
|
|
1011
|
-
.
|
|
1085
|
+
.ogrid-fluent__DataGridTable-module__stickyHeader .ogrid-fluent__DataGridTable-module__pinnedColLeft,
|
|
1086
|
+
.ogrid-fluent__DataGridTable-module__stickyHeader .ogrid-fluent__DataGridTable-module__pinnedColRight {
|
|
1012
1087
|
top: 0;
|
|
1013
1088
|
z-index: 10;
|
|
1014
1089
|
}
|
|
1015
|
-
.
|
|
1090
|
+
.ogrid-fluent__DataGridTable-module__dataTable .ogrid-fluent__DataGridTable-module__pinnedColLeft {
|
|
1016
1091
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
1017
1092
|
border-right: 1px solid var(--colorNeutralStroke1, var(--ogrid-border, rgba(0, 0, 0, 0.12)));
|
|
1018
1093
|
box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.1);
|
|
1019
1094
|
}
|
|
1020
|
-
.
|
|
1095
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeader .ogrid-fluent__DataGridTable-module__pinnedColLeft {
|
|
1021
1096
|
background-color: var(--colorSubtleBackgroundSelected, var(--ogrid-header-bg, #f3f2f1));
|
|
1022
1097
|
}
|
|
1023
|
-
.
|
|
1098
|
+
.ogrid-fluent__DataGridTable-module__dataTable .ogrid-fluent__DataGridTable-module__pinnedColRight {
|
|
1024
1099
|
background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
|
|
1025
1100
|
border-left: 1px solid var(--colorNeutralStroke1, var(--ogrid-border, rgba(0, 0, 0, 0.12)));
|
|
1026
1101
|
box-shadow: -2px 0 4px -1px rgba(0, 0, 0, 0.1);
|
|
1027
1102
|
}
|
|
1028
|
-
.
|
|
1103
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeader .ogrid-fluent__DataGridTable-module__pinnedColRight {
|
|
1029
1104
|
background-color: var(--colorSubtleBackgroundSelected, var(--ogrid-header-bg, #f3f2f1));
|
|
1030
1105
|
}
|
|
1031
|
-
.
|
|
1106
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger {
|
|
1032
1107
|
color: var(--colorNeutralForeground3, #666);
|
|
1033
1108
|
}
|
|
1034
|
-
.
|
|
1109
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:hover {
|
|
1035
1110
|
background: var(--colorNeutralBackground1Hover, #f3f2f1);
|
|
1036
1111
|
}
|
|
1037
|
-
.
|
|
1112
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:active {
|
|
1038
1113
|
background: var(--colorNeutralBackground1Pressed, #e1dfdd);
|
|
1039
1114
|
}
|
|
1040
|
-
.
|
|
1115
|
+
.ogrid-fluent__DataGridTable-module__headerMenuTrigger:focus-visible {
|
|
1041
1116
|
outline: 2px solid var(--colorBrandStroke1, var(--ogrid-accent, #0078d4));
|
|
1042
1117
|
}
|
|
1043
|
-
.
|
|
1118
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle:hover::after {
|
|
1044
1119
|
background-color: var(--colorBrandForeground1, var(--ogrid-accent, #0078d4));
|
|
1045
1120
|
}
|
|
1046
|
-
.
|
|
1121
|
+
.ogrid-fluent__DataGridTable-module__resizeHandle:active::after {
|
|
1047
1122
|
background-color: var(--colorBrandForeground1Pressed, #005a9e);
|
|
1048
1123
|
}
|
|
1049
|
-
.
|
|
1124
|
+
.ogrid-fluent__DataGridTable-module__statusBar {
|
|
1050
1125
|
min-width: 0;
|
|
1051
1126
|
color: var(--colorNeutralForeground2, #616161);
|
|
1052
1127
|
background-color: var(--colorSubtleBackgroundSelected, #f3f2f1);
|
|
1053
1128
|
border-top: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
1054
1129
|
user-select: none;
|
|
1055
1130
|
}
|
|
1056
|
-
.
|
|
1131
|
+
.ogrid-fluent__DataGridTable-module__statusBarItem:not(:last-child)::after {
|
|
1057
1132
|
display: inline-block;
|
|
1058
1133
|
background-color: var(--colorNeutralStroke1, #c4c4c4);
|
|
1059
1134
|
}
|
|
1060
|
-
.
|
|
1135
|
+
.ogrid-fluent__DataGridTable-module__statusBarLabel {
|
|
1061
1136
|
color: var(--colorNeutralForeground3, #707070);
|
|
1062
1137
|
font-weight: 400;
|
|
1063
1138
|
}
|
|
1064
|
-
.
|
|
1139
|
+
.ogrid-fluent__DataGridTable-module__statusBarValue {
|
|
1065
1140
|
color: var(--colorNeutralForeground1, #242424);
|
|
1066
1141
|
}
|
|
1067
|
-
.
|
|
1142
|
+
.ogrid-fluent__DataGridTable-module__contextMenu {
|
|
1068
1143
|
background: var(--colorNeutralBackground1, #fff);
|
|
1069
1144
|
border: 1px solid var(--colorNeutralStroke1, #e0e0e0);
|
|
1070
1145
|
border-radius: var(--borderRadiusMedium, 4px);
|
|
1071
1146
|
box-shadow: var(--shadow16, 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
1072
1147
|
outline: none;
|
|
1073
1148
|
}
|
|
1074
|
-
.
|
|
1149
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItem {
|
|
1075
1150
|
color: var(--colorNeutralForeground1, #242424);
|
|
1076
1151
|
}
|
|
1077
|
-
.
|
|
1152
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItem:hover:not(:disabled) {
|
|
1078
1153
|
background-color: var(--colorSubtleBackgroundHover, #f5f5f5);
|
|
1079
1154
|
}
|
|
1080
|
-
.
|
|
1155
|
+
.ogrid-fluent__DataGridTable-module__contextMenuItemShortcut {
|
|
1081
1156
|
color: var(--colorNeutralForeground3, rgba(0, 0, 0, 0.4));
|
|
1082
1157
|
}
|
|
1083
|
-
.
|
|
1158
|
+
.ogrid-fluent__DataGridTable-module__contextMenuDivider {
|
|
1084
1159
|
background-color: var(--colorNeutralStroke2, #e0e0e0);
|
|
1085
1160
|
}
|
|
1086
|
-
.
|
|
1161
|
+
.ogrid-fluent__DataGridTable-module__loadingOverlayContent {
|
|
1087
1162
|
background: var(--colorNeutralBackground1, #ffffff);
|
|
1088
1163
|
border: 1px solid var(--colorNeutralStroke1, #c4c4c4);
|
|
1089
1164
|
border-radius: var(--borderRadiusMedium, 4px);
|
|
1090
1165
|
box-shadow: var(--shadow4, 0 2px 4px rgba(0, 0, 0, 0.14));
|
|
1091
1166
|
}
|
|
1092
|
-
.
|
|
1167
|
+
.ogrid-fluent__DataGridTable-module__loadingOverlayText {
|
|
1093
1168
|
color: var(--colorNeutralForeground2, #616161);
|
|
1094
1169
|
}
|
|
1095
|
-
.
|
|
1170
|
+
.ogrid-fluent__DataGridTable-module__loadingDimmed {
|
|
1096
1171
|
transition: opacity 0.15s ease;
|
|
1097
1172
|
}
|
|
1098
|
-
.
|
|
1173
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGrid {
|
|
1099
1174
|
min-width: 0;
|
|
1100
1175
|
border-top: 1px solid var(--colorNeutralStroke2, #e0e0e0);
|
|
1101
1176
|
background-color: var(--colorNeutralBackground2, #fafafa);
|
|
1102
1177
|
}
|
|
1103
|
-
.
|
|
1178
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridMessageSticky {
|
|
1104
1179
|
position: sticky;
|
|
1105
1180
|
left: 50%;
|
|
1106
1181
|
transform: translateX(-50%);
|
|
@@ -1109,64 +1184,64 @@
|
|
|
1109
1184
|
align-items: center;
|
|
1110
1185
|
text-align: center;
|
|
1111
1186
|
}
|
|
1112
|
-
.
|
|
1187
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridIcon {
|
|
1113
1188
|
font-size: 24px;
|
|
1114
1189
|
margin-bottom: 8px;
|
|
1115
1190
|
opacity: 0.6;
|
|
1116
1191
|
}
|
|
1117
|
-
.
|
|
1192
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridTitle {
|
|
1118
1193
|
color: var(--colorNeutralForeground1, #242424);
|
|
1119
1194
|
}
|
|
1120
|
-
.
|
|
1195
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridMessage {
|
|
1121
1196
|
color: var(--colorNeutralForeground2, #616161);
|
|
1122
1197
|
max-width: 100%;
|
|
1123
1198
|
}
|
|
1124
|
-
.
|
|
1199
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridLink {
|
|
1125
1200
|
color: var(--colorBrandForeground1, #0f6cbd);
|
|
1126
1201
|
}
|
|
1127
|
-
.
|
|
1202
|
+
.ogrid-fluent__DataGridTable-module__emptyStateInGridLink:hover {
|
|
1128
1203
|
color: var(--colorBrandForeground1Hover, #115ea3);
|
|
1129
1204
|
}
|
|
1130
|
-
.
|
|
1205
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-Link {
|
|
1131
1206
|
color: var(--colorBrandForeground1, #0f6cbd);
|
|
1132
1207
|
font-weight: 600;
|
|
1133
1208
|
text-decoration: none;
|
|
1134
1209
|
}
|
|
1135
|
-
.
|
|
1210
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-Link:hover {
|
|
1136
1211
|
text-decoration: underline;
|
|
1137
1212
|
color: var(--colorBrandForeground1Hover, #115ea3);
|
|
1138
1213
|
}
|
|
1139
|
-
.
|
|
1214
|
+
.ogrid-fluent__DataGridTable-module__dataTable .fui-Link:active {
|
|
1140
1215
|
color: var(--colorBrandForeground1Pressed, #0c3b5e);
|
|
1141
1216
|
}
|
|
1142
|
-
.
|
|
1217
|
+
.ogrid-fluent__DataGridTable-module__density-compact .ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell {
|
|
1143
1218
|
padding: 4px 8px;
|
|
1144
1219
|
}
|
|
1145
|
-
.
|
|
1220
|
+
.ogrid-fluent__DataGridTable-module__density-compact .ogrid-fluent__DataGridTable-module__cellContent {
|
|
1146
1221
|
padding: 4px 8px;
|
|
1147
1222
|
}
|
|
1148
|
-
.
|
|
1223
|
+
.ogrid-fluent__DataGridTable-module__density-comfortable .ogrid-fluent__DataGridTable-module__dataTable .fui-TableHeaderCell {
|
|
1149
1224
|
padding: 12px 16px;
|
|
1150
1225
|
}
|
|
1151
|
-
.
|
|
1226
|
+
.ogrid-fluent__DataGridTable-module__density-comfortable .ogrid-fluent__DataGridTable-module__cellContent {
|
|
1152
1227
|
padding: 12px 16px;
|
|
1153
1228
|
}
|
|
1154
|
-
.
|
|
1155
|
-
.
|
|
1229
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper .fui-Button:focus-visible,
|
|
1230
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper .fui-MenuButton:focus-visible {
|
|
1156
1231
|
outline: 2px solid var(--colorBrandStroke1, #0078d4);
|
|
1157
1232
|
outline-offset: 2px;
|
|
1158
1233
|
}
|
|
1159
|
-
.
|
|
1234
|
+
.ogrid-fluent__DataGridTable-module__tableWrapper .fui-Checkbox:focus-visible {
|
|
1160
1235
|
outline: 2px solid var(--colorBrandStroke1, #0078d4);
|
|
1161
1236
|
outline-offset: 2px;
|
|
1162
1237
|
}
|
|
1163
1238
|
|
|
1164
|
-
/*
|
|
1165
|
-
.
|
|
1239
|
+
/* esbuild-sass-plugin:css-chunksrc/ColumnChooser/ColumnChooser.module.scss */
|
|
1240
|
+
.ogrid-fluent__ColumnChooser-module__container {
|
|
1166
1241
|
position: relative;
|
|
1167
1242
|
display: inline-flex;
|
|
1168
1243
|
}
|
|
1169
|
-
.
|
|
1244
|
+
.ogrid-fluent__ColumnChooser-module__dropdown {
|
|
1170
1245
|
position: absolute;
|
|
1171
1246
|
top: calc(100% + 4px);
|
|
1172
1247
|
right: 0;
|
|
@@ -1180,27 +1255,27 @@
|
|
|
1180
1255
|
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
|
|
1181
1256
|
padding: 0;
|
|
1182
1257
|
}
|
|
1183
|
-
.
|
|
1258
|
+
.ogrid-fluent__ColumnChooser-module__header {
|
|
1184
1259
|
padding: 8px 12px;
|
|
1185
1260
|
border-bottom: 1px solid var(--colorNeutralStroke2, #edebe9);
|
|
1186
1261
|
font-weight: 600;
|
|
1187
1262
|
font-size: 13px;
|
|
1188
1263
|
}
|
|
1189
|
-
.
|
|
1264
|
+
.ogrid-fluent__ColumnChooser-module__optionsList {
|
|
1190
1265
|
max-height: 320px;
|
|
1191
1266
|
overflow-y: auto;
|
|
1192
1267
|
padding: 0;
|
|
1193
1268
|
}
|
|
1194
|
-
.
|
|
1269
|
+
.ogrid-fluent__ColumnChooser-module__optionItem {
|
|
1195
1270
|
padding: 4px 12px;
|
|
1196
1271
|
display: flex;
|
|
1197
1272
|
align-items: center;
|
|
1198
1273
|
min-height: 32px;
|
|
1199
1274
|
}
|
|
1200
|
-
.
|
|
1275
|
+
.ogrid-fluent__ColumnChooser-module__optionItem:hover {
|
|
1201
1276
|
background: var(--colorNeutralBackground1Hover, #f5f5f5);
|
|
1202
1277
|
}
|
|
1203
|
-
.
|
|
1278
|
+
.ogrid-fluent__ColumnChooser-module__actions {
|
|
1204
1279
|
display: flex;
|
|
1205
1280
|
justify-content: flex-end;
|
|
1206
1281
|
gap: 8px;
|
|
@@ -1208,8 +1283,8 @@
|
|
|
1208
1283
|
border-top: 1px solid var(--colorNeutralStroke2, #edebe9);
|
|
1209
1284
|
}
|
|
1210
1285
|
|
|
1211
|
-
/*
|
|
1212
|
-
.
|
|
1286
|
+
/* esbuild-sass-plugin:css-chunksrc/PaginationControls/PaginationControls.module.scss */
|
|
1287
|
+
.ogrid-fluent__PaginationControls-module__pagination {
|
|
1213
1288
|
display: flex;
|
|
1214
1289
|
flex-wrap: wrap;
|
|
1215
1290
|
align-items: center;
|
|
@@ -1220,13 +1295,13 @@
|
|
|
1220
1295
|
box-sizing: border-box;
|
|
1221
1296
|
padding: 0;
|
|
1222
1297
|
}
|
|
1223
|
-
.
|
|
1298
|
+
.ogrid-fluent__PaginationControls-module__paginationInfo {
|
|
1224
1299
|
font-size: 13px;
|
|
1225
1300
|
color: var(--colorNeutralForeground2, #605e5c);
|
|
1226
1301
|
flex-shrink: 0;
|
|
1227
1302
|
font-variant-numeric: tabular-nums;
|
|
1228
1303
|
}
|
|
1229
|
-
.
|
|
1304
|
+
.ogrid-fluent__PaginationControls-module__paginationControls {
|
|
1230
1305
|
display: flex;
|
|
1231
1306
|
align-items: center;
|
|
1232
1307
|
gap: 4px;
|
|
@@ -1235,22 +1310,22 @@
|
|
|
1235
1310
|
justify-content: center;
|
|
1236
1311
|
min-width: 0;
|
|
1237
1312
|
}
|
|
1238
|
-
.
|
|
1313
|
+
.ogrid-fluent__PaginationControls-module__navBtn {
|
|
1239
1314
|
min-width: 28px;
|
|
1240
1315
|
min-height: 28px;
|
|
1241
1316
|
}
|
|
1242
|
-
.
|
|
1317
|
+
.ogrid-fluent__PaginationControls-module__pageNumbers {
|
|
1243
1318
|
display: inline-flex;
|
|
1244
1319
|
align-items: center;
|
|
1245
1320
|
gap: 4px;
|
|
1246
1321
|
margin: 0 8px;
|
|
1247
1322
|
}
|
|
1248
|
-
.
|
|
1323
|
+
.ogrid-fluent__PaginationControls-module__pageBtn {
|
|
1249
1324
|
min-width: 28px;
|
|
1250
1325
|
min-height: 28px;
|
|
1251
1326
|
font-variant-numeric: tabular-nums;
|
|
1252
1327
|
}
|
|
1253
|
-
.
|
|
1328
|
+
.ogrid-fluent__PaginationControls-module__ellipsis {
|
|
1254
1329
|
display: inline-flex;
|
|
1255
1330
|
align-items: center;
|
|
1256
1331
|
justify-content: center;
|
|
@@ -1261,18 +1336,18 @@
|
|
|
1261
1336
|
pointer-events: none;
|
|
1262
1337
|
letter-spacing: 0.02em;
|
|
1263
1338
|
}
|
|
1264
|
-
.
|
|
1339
|
+
.ogrid-fluent__PaginationControls-module__pageSizeSelector {
|
|
1265
1340
|
display: inline-flex;
|
|
1266
1341
|
align-items: center;
|
|
1267
1342
|
gap: 8px;
|
|
1268
1343
|
flex-shrink: 0;
|
|
1269
1344
|
}
|
|
1270
|
-
.
|
|
1345
|
+
.ogrid-fluent__PaginationControls-module__pageSizeSelector .ogrid-fluent__PaginationControls-module__pageSizeLabel {
|
|
1271
1346
|
font-size: 13px;
|
|
1272
1347
|
color: var(--colorNeutralForeground2, #605e5c);
|
|
1273
1348
|
user-select: none;
|
|
1274
1349
|
white-space: nowrap;
|
|
1275
1350
|
}
|
|
1276
|
-
.
|
|
1351
|
+
.ogrid-fluent__PaginationControls-module__pageSizeSelector .ogrid-fluent__PaginationControls-module__pageSizeSelect {
|
|
1277
1352
|
min-width: 72px;
|
|
1278
1353
|
}
|