@vuu-ui/vuu-filters 0.8.7-debug → 0.8.8-debug
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/cjs/index.js +1619 -10715
- package/cjs/index.js.map +4 -4
- package/esm/index.js +1697 -10883
- package/esm/index.js.map +4 -4
- package/index.css +50 -759
- package/index.css.map +3 -3
- package/package.json +15 -10
- package/types/{vuu-filters/src/filter-bar → filter-bar}/FilterBar.d.ts +1 -1
- package/types/filter-clause/ExpandoCombobox.d.ts +9 -0
- package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterClauseEditor.d.ts +1 -1
- package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterMenu.d.ts +1 -1
- package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterMenuOptions.d.ts +1 -1
- package/types/filter-clause/filterClauseTypes.d.ts +8 -0
- package/types/{vuu-filters/src/filter-pill → filter-pill}/FilterPill.d.ts +1 -1
- package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/FilterPillMenu.d.ts +1 -1
- package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/FilterPillMenuOptions.d.ts +1 -1
- package/types/vuu-data/src/array-data-source/array-data-source.d.ts +0 -65
- package/types/vuu-data/src/array-data-source/group-utils.d.ts +0 -10
- package/types/vuu-data/src/array-data-source/sort-utils.d.ts +0 -4
- package/types/vuu-data/src/authenticate.d.ts +0 -1
- package/types/vuu-data/src/connection-manager.d.ts +0 -46
- package/types/vuu-data/src/connectionTypes.d.ts +0 -5
- package/types/vuu-data/src/constants.d.ts +0 -41
- package/types/vuu-data/src/data-source.d.ts +0 -172
- package/types/vuu-data/src/index.d.ts +0 -10
- package/types/vuu-data/src/inlined-worker.d.ts +0 -1
- package/types/vuu-data/src/json-data-source.d.ts +0 -53
- package/types/vuu-data/src/message-utils.d.ts +0 -26
- package/types/vuu-data/src/remote-data-source.d.ts +0 -56
- package/types/vuu-data/src/server-proxy/messages.d.ts +0 -43
- package/types/vuu-data/src/vuuUIMessageTypes.d.ts +0 -202
- package/types/vuu-data/src/websocket-connection.d.ts +0 -25
- package/types/vuu-data-react/src/hooks/index.d.ts +0 -6
- package/types/vuu-data-react/src/hooks/useDataSource.d.ts +0 -24
- package/types/vuu-data-react/src/hooks/useServerConnectionQuality.d.ts +0 -1
- package/types/vuu-data-react/src/hooks/useServerConnectionStatus.d.ts +0 -1
- package/types/vuu-data-react/src/hooks/useTypeaheadSuggestions.d.ts +0 -4
- package/types/vuu-data-react/src/hooks/useVuuMenuActions.d.ts +0 -57
- package/types/vuu-data-react/src/hooks/useVuuTables.d.ts +0 -2
- package/types/vuu-data-react/src/index.d.ts +0 -1
- package/types/vuu-filters/src/filter-clause/ExpandoCombobox.d.ts +0 -6
- package/types/vuu-filters/src/filter-clause/filterClauseTypes.d.ts +0 -8
- package/types/vuu-popups/src/dialog/Dialog.d.ts +0 -7
- package/types/vuu-popups/src/dialog/index.d.ts +0 -1
- package/types/vuu-popups/src/index.d.ts +0 -5
- package/types/vuu-popups/src/menu/ContextMenu.d.ts +0 -15
- package/types/vuu-popups/src/menu/MenuList.d.ts +0 -43
- package/types/vuu-popups/src/menu/context-menu-provider.d.ts +0 -10
- package/types/vuu-popups/src/menu/index.d.ts +0 -4
- package/types/vuu-popups/src/menu/key-code.d.ts +0 -12
- package/types/vuu-popups/src/menu/list-dom-utils.d.ts +0 -4
- package/types/vuu-popups/src/menu/use-cascade.d.ts +0 -25
- package/types/vuu-popups/src/menu/use-items-with-ids-next.d.ts +0 -13
- package/types/vuu-popups/src/menu/use-keyboard-navigation.d.ts +0 -26
- package/types/vuu-popups/src/menu/useContextMenu.d.ts +0 -13
- package/types/vuu-popups/src/menu/utils.d.ts +0 -2
- package/types/vuu-popups/src/popup/index.d.ts +0 -1
- package/types/vuu-popups/src/popup/popup-service.d.ts +0 -55
- package/types/vuu-popups/src/popup-menu/PopupMenu.d.ts +0 -14
- package/types/vuu-popups/src/popup-menu/index.d.ts +0 -1
- package/types/vuu-popups/src/portal/Portal.d.ts +0 -8
- package/types/vuu-popups/src/portal/index.d.ts +0 -3
- package/types/vuu-popups/src/portal/portal-utils.d.ts +0 -1
- package/types/vuu-popups/src/portal/render-portal.d.ts +0 -10
- /package/types/{vuu-filters/src/column-filter → column-filter}/utils.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-bar → filter-bar}/index.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-clause → filter-clause}/CloseButton.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-clause → filter-clause}/NumericInput.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-clause → filter-clause}/TextInput.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-clause → filter-clause}/index.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-clause → filter-clause}/operator-utils.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/FilterInput.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/FilterLanguage.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/filterInfo.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/highlighting.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/index.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/theme.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/useCodeMirrorEditor.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/useFilterAutoComplete.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-input → filter-input}/useFilterSuggestionProvider.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-pill → filter-pill}/index.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/index.d.ts +0 -0
- /package/types/{vuu-filters/src/filter-utils.d.ts → filter-utils.d.ts} +0 -0
- /package/types/{vuu-filters/src/index.d.ts → index.d.ts} +0 -0
- /package/types/{vuu-filters/src/local-config.d.ts → local-config.d.ts} +0 -0
- /package/types/{vuu-filters/src/use-filter-config.d.ts → use-filter-config.d.ts} +0 -0
- /package/types/{vuu-filters/src/use-rest-config.d.ts → use-rest-config.d.ts} +0 -0
package/index.css
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
/* src/filter-pill-menu/FilterPillMenu.css */
|
|
2
|
+
.vuuFilterPillMenu {
|
|
3
|
+
top: -2px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/* src/filter-pill/FilterPill.css */
|
|
7
|
+
.vuuFilterPill {
|
|
8
|
+
align-items: center;
|
|
9
|
+
border: solid 1px var(--salt-taggable-foreground);
|
|
10
|
+
border-radius: 26px;
|
|
11
|
+
display: flex;
|
|
12
|
+
height: 26px;
|
|
13
|
+
padding: 0 8px;
|
|
14
|
+
position: relative;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/* src/filter-bar/FilterBar.css */
|
|
18
|
+
.vuuFilterBar {
|
|
19
|
+
--vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
|
|
20
|
+
--saltButton-height: 26px;
|
|
21
|
+
--saltButton-width: 26px;
|
|
22
|
+
align-items: center;
|
|
23
|
+
background-color: var(--salt-container-secondary-background);
|
|
24
|
+
border-bottom: solid 1px #D6D7DA;
|
|
25
|
+
display: flex;
|
|
26
|
+
gap: 4px;
|
|
27
|
+
height: 33px;
|
|
28
|
+
padding: 4px 8px;
|
|
29
|
+
}
|
|
30
|
+
.vuuFilterbar-icon {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
height: 16px;
|
|
33
|
+
width: 16px;
|
|
34
|
+
}
|
|
35
|
+
.vuuFilterBar [data-icon=tune] {
|
|
36
|
+
--vuu-icon-size: 16px;
|
|
37
|
+
--vuu-icon-svg: var(--vuu-svg-tune);
|
|
38
|
+
}
|
|
39
|
+
.vuuFilterBar [data-icon=plus] {
|
|
40
|
+
--vuu-icon-size: 16px;
|
|
41
|
+
}
|
|
42
|
+
|
|
1
43
|
/* ../vuu-shell/src/connection-status/ConnectionStatusIcon.css */
|
|
2
44
|
.vuuStatus-container {
|
|
3
45
|
display: flex;
|
|
@@ -1181,6 +1223,8 @@ vuuUserPanel-history {
|
|
|
1181
1223
|
.vuuContextPanel-inner {
|
|
1182
1224
|
background-color: var(--salt-container-primary-background);
|
|
1183
1225
|
box-shadow: var(--vuu-side-panel-shadow, none);
|
|
1226
|
+
display: flex;
|
|
1227
|
+
flex-direction: column;
|
|
1184
1228
|
height: 100%;
|
|
1185
1229
|
padding-bottom: 24px;
|
|
1186
1230
|
padding-top: 24px;
|
|
@@ -1201,7 +1245,7 @@ vuuUserPanel-history {
|
|
|
1201
1245
|
align-items: center;
|
|
1202
1246
|
display: flex;
|
|
1203
1247
|
flex-wrap: nowrap;
|
|
1204
|
-
|
|
1248
|
+
flex: 0 0 27px;
|
|
1205
1249
|
justify-content: space-between;
|
|
1206
1250
|
}
|
|
1207
1251
|
.vuuContextPanel-title {
|
|
@@ -1209,6 +1253,10 @@ vuuUserPanel-history {
|
|
|
1209
1253
|
font-weight: 700;
|
|
1210
1254
|
white-space: nowrap;
|
|
1211
1255
|
}
|
|
1256
|
+
.vuuContextPanel-content {
|
|
1257
|
+
flex: 1 1 auto;
|
|
1258
|
+
width: 100%;
|
|
1259
|
+
}
|
|
1212
1260
|
|
|
1213
1261
|
/* ../vuu-shell/src/shell.css */
|
|
1214
1262
|
.vuuShell {
|
|
@@ -1225,763 +1273,6 @@ vuuUserPanel-history {
|
|
|
1225
1273
|
height: 100%;
|
|
1226
1274
|
}
|
|
1227
1275
|
|
|
1228
|
-
/* ../vuu-popups/src/dialog/Dialog.css */
|
|
1229
|
-
.vuuDialog {
|
|
1230
|
-
background: var(--salt-container-primary-background);
|
|
1231
|
-
border: var(--vuuDialog-border, solid 1px #ccc);
|
|
1232
|
-
border-radius: 5px;
|
|
1233
|
-
padding: var(--vuuDialog-padding, 0);
|
|
1234
|
-
box-shadow: var(--salt-overlayable-shadow, none);
|
|
1235
|
-
height: var(--vuuDialog-height, fit-content);
|
|
1236
|
-
width: var(--vuuDialog-width, fit-content);
|
|
1237
|
-
}
|
|
1238
|
-
.vuuDialog-header {
|
|
1239
|
-
--saltButton-height: 28px;
|
|
1240
|
-
--saltButton-width: 28px;
|
|
1241
|
-
--saltToolbar-background: transparent;
|
|
1242
|
-
--saltToolbar-height: calc(var(--salt-size-base) + 5px);
|
|
1243
|
-
border-bottom: solid 1px var(--salt-container-primary-borderColor);
|
|
1244
|
-
}
|
|
1245
|
-
.vuuDialog-header > .Responsive-inner {
|
|
1246
|
-
align-items: center;
|
|
1247
|
-
}
|
|
1248
|
-
.vuuDialog-header > .Responsive-inner > :last-child {
|
|
1249
|
-
right: 2px;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/* ../vuu-popups/src/menu/MenuList.css */
|
|
1253
|
-
.vuuMenuList {
|
|
1254
|
-
--context-menu-color: var(--vuuMenuList-color,#161616);
|
|
1255
|
-
--context-menu-padding: var(--hw-list-item-padding, 0 6px);
|
|
1256
|
-
--context-menu-shadow: var(--hw-dialog-shadow, 0 6px 12px rgba(0, 0, 0, 0.175));
|
|
1257
|
-
--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
|
|
1258
|
-
--context-menu-highlight-bg: #a4d5f4;
|
|
1259
|
-
--context-menu-blur-focus-bg: #e0e4e9;
|
|
1260
|
-
--menu-item-icon-color: black;
|
|
1261
|
-
--menu-item-twisty-color: black;
|
|
1262
|
-
--menu-item-twisty-content: "";
|
|
1263
|
-
--menu-item-twisty-top: 50%;
|
|
1264
|
-
--menu-item-twisty-left: auto;
|
|
1265
|
-
--menu-item-twisty-right: 0px;
|
|
1266
|
-
--menu-icon-size: 12px;
|
|
1267
|
-
background-clip: padding-box;
|
|
1268
|
-
background-color: white;
|
|
1269
|
-
border-radius: 4px;
|
|
1270
|
-
border: solid 1px var(--vuuMenuList-borderColor, rgba(0, 0, 0, 0.15));
|
|
1271
|
-
box-shadow: var(--context-menu-shadow);
|
|
1272
|
-
font-size: var(--vuuMenuList-fontSize, var(--salt-text-label-fontSize));
|
|
1273
|
-
font-weight: var(--salt-typography-fontWeight-semiBold);
|
|
1274
|
-
list-style: none;
|
|
1275
|
-
margin: 2px 0 0;
|
|
1276
|
-
outline: 0;
|
|
1277
|
-
overflow: hidden;
|
|
1278
|
-
padding: var(--vuuMenuList-padding, 0);
|
|
1279
|
-
position: absolute;
|
|
1280
|
-
}
|
|
1281
|
-
.vuuMenuItem {
|
|
1282
|
-
align-items: center;
|
|
1283
|
-
border-width: 1px;
|
|
1284
|
-
border-color: var(--vuuMenuItem-borderColor, transparent);
|
|
1285
|
-
border-style: var(--vuuMenuItem-borderStyle, none);
|
|
1286
|
-
color: var(--context-menu-color);
|
|
1287
|
-
display: flex;
|
|
1288
|
-
gap: 6px;
|
|
1289
|
-
height: var(--vuuMenuItem-height, var(--hw-list-item-height, 24px));
|
|
1290
|
-
padding: var(--context-menu-padding);
|
|
1291
|
-
padding-right: 24px;
|
|
1292
|
-
position: relative;
|
|
1293
|
-
white-space: nowrap;
|
|
1294
|
-
}
|
|
1295
|
-
.vuuIconContainer {
|
|
1296
|
-
display: inline-block;
|
|
1297
|
-
flex: 12px 0 0;
|
|
1298
|
-
height: var(--menu-icon-size);
|
|
1299
|
-
mask-repeat: no-repeat;
|
|
1300
|
-
width: var(--menu-icon-size);
|
|
1301
|
-
}
|
|
1302
|
-
.vuuMenuItem[aria-expanded=true] {
|
|
1303
|
-
background-color: var(--context-menu-blur-focus-bg);
|
|
1304
|
-
}
|
|
1305
|
-
.vuuMenuItem-separator {
|
|
1306
|
-
border-top: solid 1px var(--context-menu-blur-focus-bg);
|
|
1307
|
-
}
|
|
1308
|
-
.vuuMenuItem[aria-haspopup=true]:after {
|
|
1309
|
-
content: var(--menu-item-twisty-content);
|
|
1310
|
-
-webkit-mask: var(--vuu-svg-chevron-right) center center/8px 8px no-repeat;
|
|
1311
|
-
mask: var(---vuu-svg-chevron-right) center center/8px 8px no-repeat;
|
|
1312
|
-
background-color: var(--menu-item-twisty-color);
|
|
1313
|
-
height: 16px;
|
|
1314
|
-
left: var(--menu-item-twisty-left);
|
|
1315
|
-
right: var(--menu-item-twisty-right);
|
|
1316
|
-
margin-top: -8px;
|
|
1317
|
-
position: absolute;
|
|
1318
|
-
top: var(--menu-item-twisty-top);
|
|
1319
|
-
transition: transform 0.3s;
|
|
1320
|
-
width: 16px;
|
|
1321
|
-
}
|
|
1322
|
-
.vuuMenuItem[data-highlighted] {
|
|
1323
|
-
background-color: var(--context-menu-highlight-bg);
|
|
1324
|
-
}
|
|
1325
|
-
.vuuMenuItem:hover {
|
|
1326
|
-
background-color: var(--context-menu-highlight-bg);
|
|
1327
|
-
cursor: default;
|
|
1328
|
-
}
|
|
1329
|
-
.vuuMenuList-childMenuShowing .vuuMenuItem[data-highlighted] {
|
|
1330
|
-
background-color: var(--context-menu-blur-focus-bg);
|
|
1331
|
-
}
|
|
1332
|
-
.vuuMenuItem.focusVisible:before {
|
|
1333
|
-
content: "";
|
|
1334
|
-
position: absolute;
|
|
1335
|
-
top: 0;
|
|
1336
|
-
left: 0;
|
|
1337
|
-
right: 0;
|
|
1338
|
-
bottom: 0px;
|
|
1339
|
-
border: dotted var(--focus-visible-border-color) 2px;
|
|
1340
|
-
}
|
|
1341
|
-
.vuuPopupContainer.top-bottom-right-right .popup-menu {
|
|
1342
|
-
left: auto;
|
|
1343
|
-
right: 0;
|
|
1344
|
-
}
|
|
1345
|
-
.popup-menu .menu-item.showing > button,
|
|
1346
|
-
.popup-menu .menu-item > button:focus,
|
|
1347
|
-
.popup-menu .menu-item > button:hover {
|
|
1348
|
-
text-decoration: none;
|
|
1349
|
-
color: rgb(0, 0, 0);
|
|
1350
|
-
background-color: rgb(220, 220, 220);
|
|
1351
|
-
}
|
|
1352
|
-
.vuuMenuItem-button:active,
|
|
1353
|
-
.vuuMenuItem-button:hover {
|
|
1354
|
-
outline: 0;
|
|
1355
|
-
}
|
|
1356
|
-
.popup-menu .menu-item.disabled > button {
|
|
1357
|
-
clear: both;
|
|
1358
|
-
font-weight: normal;
|
|
1359
|
-
line-height: 1.5;
|
|
1360
|
-
color: rgb(120, 120, 120);
|
|
1361
|
-
white-space: nowrap;
|
|
1362
|
-
text-decoration: none;
|
|
1363
|
-
cursor: default;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
/* ../vuu-popups/src/popup/popup-service.css */
|
|
1367
|
-
.vuuPopup {
|
|
1368
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1369
|
-
position: absolute;
|
|
1370
|
-
top: 0;
|
|
1371
|
-
left: 0;
|
|
1372
|
-
width: 0;
|
|
1373
|
-
height: 0;
|
|
1374
|
-
overflow: visible;
|
|
1375
|
-
z-index: 1000;
|
|
1376
|
-
}
|
|
1377
|
-
.vuuPopup {
|
|
1378
|
-
position: absolute;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
/* ../vuu-popups/src/popup-menu/PopupMenu.css */
|
|
1382
|
-
.vuuPopupMenu {
|
|
1383
|
-
--saltButton-height: 24px;
|
|
1384
|
-
--saltButton-width: 24px;
|
|
1385
|
-
--vuu-icon-color: #606477;
|
|
1386
|
-
--vuu-icon-height: 20px;
|
|
1387
|
-
--vuu-icon-left: 2px;
|
|
1388
|
-
--vuu-icon-size: 16px;
|
|
1389
|
-
--vuu-icon-top: 2px;
|
|
1390
|
-
--vuu-icon-width: 20px;
|
|
1391
|
-
background: var(--vuuPopupMenu-background, transparent);
|
|
1392
|
-
border-radius: 4px;
|
|
1393
|
-
cursor: pointer;
|
|
1394
|
-
display: inline-block;
|
|
1395
|
-
margin-top: 2px;
|
|
1396
|
-
padding: 2px;
|
|
1397
|
-
}
|
|
1398
|
-
.vuuPopupMenu:hover {
|
|
1399
|
-
--vuu-icon-color: var(--saltButton-text-color-hover);
|
|
1400
|
-
}
|
|
1401
|
-
.vuuPopupMenu-open {
|
|
1402
|
-
--saltButton-background: var(--salt-actionable-secondary-background-active);
|
|
1403
|
-
--vuu-icon-color: white;
|
|
1404
|
-
}
|
|
1405
|
-
.vuu-theme .vuuPopupMenu:hover {
|
|
1406
|
-
--saltButton-background-hover: #F37880;
|
|
1407
|
-
}
|
|
1408
|
-
.vuu-theme .vuuPopupMenu-open {
|
|
1409
|
-
--saltButton-background: #6D18BD;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
/* ../vuu-ui-controls/src/drag-drop/Draggable.css */
|
|
1413
|
-
.vuuDraggable {
|
|
1414
|
-
background: transparent;
|
|
1415
|
-
box-shadow: var(--salt-overlayable-shadow-drag);
|
|
1416
|
-
cursor: var(--salt-draggable-grab-cursor-active);
|
|
1417
|
-
position: absolute;
|
|
1418
|
-
opacity: .95;
|
|
1419
|
-
z-index: 2000;
|
|
1420
|
-
}
|
|
1421
|
-
.vuuDraggable-spacer {
|
|
1422
|
-
display: var(--saltDraggable-display, inline-block);
|
|
1423
|
-
height: var(--saltDraggable-spacer-height, var(--tabstrip-height));
|
|
1424
|
-
transition: var(--saltDraggable-transitionProp, width) 0.3s ease;
|
|
1425
|
-
width: var(--saltDraggable-spacer-width, 0);
|
|
1426
|
-
}
|
|
1427
|
-
.vuuDraggable-dropIndicatorPosition {
|
|
1428
|
-
display: var(--saltDraggable-display, inline-block);
|
|
1429
|
-
height: 0px;
|
|
1430
|
-
width: 100%;
|
|
1431
|
-
}
|
|
1432
|
-
.vuuDraggable-dropIndicatorContainer {
|
|
1433
|
-
transition: var(--saltDraggable-transitionProp, top) 0.2s ease;
|
|
1434
|
-
}
|
|
1435
|
-
.vuuDraggable-dropIndicator {
|
|
1436
|
-
background-color: var(--salt-palette-accent-background);
|
|
1437
|
-
height: 2px;
|
|
1438
|
-
width: 100%;
|
|
1439
|
-
}
|
|
1440
|
-
.vuuDraggable-dropIndicator:before {
|
|
1441
|
-
content: "";
|
|
1442
|
-
width: 6px;
|
|
1443
|
-
height: 6px;
|
|
1444
|
-
border-radius: 3px;
|
|
1445
|
-
background-color: var(--salt-palette-accent-background);
|
|
1446
|
-
position: absolute;
|
|
1447
|
-
top: -2px;
|
|
1448
|
-
left: -3px;
|
|
1449
|
-
}
|
|
1450
|
-
.vuuDraggable-settling {
|
|
1451
|
-
transition-property: left, top;
|
|
1452
|
-
transition-duration: .15s;
|
|
1453
|
-
transition-timing-function: ease-out;
|
|
1454
|
-
}
|
|
1455
|
-
.vuuDraggable-spacer {
|
|
1456
|
-
order: 1;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
/* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
|
|
1460
|
-
.vuuEditableLabel {
|
|
1461
|
-
--saltInput-background: transparent;
|
|
1462
|
-
--saltInput-minWidth: 14px;
|
|
1463
|
-
--saltInput-position: absolute;
|
|
1464
|
-
--editableLabel-padding: var(--saltEditableLabel-padding, 6px);
|
|
1465
|
-
--editableLabel-height: var(--saltEditableLabel-height, 26px);
|
|
1466
|
-
color: inherit;
|
|
1467
|
-
cursor: default;
|
|
1468
|
-
display: flex;
|
|
1469
|
-
flex-direction: column;
|
|
1470
|
-
font-size: var(--salt-text-fontSize);
|
|
1471
|
-
height: var(--editableLabel-height);
|
|
1472
|
-
justify-content: center;
|
|
1473
|
-
outline: none;
|
|
1474
|
-
padding: 0 var(--editableLabel-padding);
|
|
1475
|
-
position: relative;
|
|
1476
|
-
z-index: var(--salt-zIndex-default);
|
|
1477
|
-
}
|
|
1478
|
-
.vuuEditableLabel:before {
|
|
1479
|
-
content: attr(data-text);
|
|
1480
|
-
display: block;
|
|
1481
|
-
height: 0px;
|
|
1482
|
-
visibility: hidden;
|
|
1483
|
-
white-space: pre-wrap;
|
|
1484
|
-
}
|
|
1485
|
-
.vuuEditableLabel .saltInput {
|
|
1486
|
-
font-weight: var(--salt-text-fontWeight);
|
|
1487
|
-
left: var(--editableLabel-padding, 0);
|
|
1488
|
-
padding: 0;
|
|
1489
|
-
outline-style: none;
|
|
1490
|
-
position: absolute;
|
|
1491
|
-
right: var(--editableLabel-padding, 0);
|
|
1492
|
-
top: var(--saltEditableLabel-top, 2px);
|
|
1493
|
-
width: auto;
|
|
1494
|
-
}
|
|
1495
|
-
.vuuEditableLabel .saltInput-activationIndicator {
|
|
1496
|
-
display: none;
|
|
1497
|
-
}
|
|
1498
|
-
.vuuEditableLabel-input {
|
|
1499
|
-
background-color: transparent;
|
|
1500
|
-
border: none;
|
|
1501
|
-
box-sizing: content-box;
|
|
1502
|
-
display: block;
|
|
1503
|
-
flex: 1;
|
|
1504
|
-
font: inherit;
|
|
1505
|
-
height: 20px;
|
|
1506
|
-
margin: 0;
|
|
1507
|
-
min-width: 0;
|
|
1508
|
-
outline: none;
|
|
1509
|
-
padding: 0;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
/* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
|
|
1513
|
-
.vuuTabstrip {
|
|
1514
|
-
--vuuOverflowContainer-background: transparent;
|
|
1515
|
-
--tabstrip-dragging-display: none;
|
|
1516
|
-
--tabstrip-display: inline-flex;
|
|
1517
|
-
--tabstrip-background: transparent;
|
|
1518
|
-
align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
|
|
1519
|
-
font-size: var(--salt-text-fontSize);
|
|
1520
|
-
font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));
|
|
1521
|
-
position: relative;
|
|
1522
|
-
overflow: visible;
|
|
1523
|
-
display: flex;
|
|
1524
|
-
min-width: 28px;
|
|
1525
|
-
width: var(--tabstrip-width);
|
|
1526
|
-
}
|
|
1527
|
-
.vuuTabstrip-horizontal {
|
|
1528
|
-
--tabstrip-height: var(--vuuTabstrip-height, 28px);
|
|
1529
|
-
--tabstrip-width: var(--vuuTabstrip-width, 100%);
|
|
1530
|
-
--tab-width: auto;
|
|
1531
|
-
--tab-thumb-height: 2px;
|
|
1532
|
-
--tab-thumb-left: var(--tab-thumb-offset, 0);
|
|
1533
|
-
--tab-thumb-top: auto;
|
|
1534
|
-
--tab-thumb-width: var(--tab-thumb-size, 100%);
|
|
1535
|
-
align-items: flex-start;
|
|
1536
|
-
border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));
|
|
1537
|
-
}
|
|
1538
|
-
.vuuTabstrip-vertical {
|
|
1539
|
-
--tabstrip-height: var(--vuuTabstrip-height, 100%);
|
|
1540
|
-
--tabstrip-width: var(--vuuTabstrip-width, 100px);
|
|
1541
|
-
--tab-width: 100%;
|
|
1542
|
-
--tab-thumb-height: var(--tab-thumb-size, 100%);
|
|
1543
|
-
--tab-thumb-left: 0;
|
|
1544
|
-
--tab-thumb-top: var(--tab-thumb-offset, 0);
|
|
1545
|
-
--tab-thumb-width: 2px;
|
|
1546
|
-
align-self: flex-start;
|
|
1547
|
-
display: inline-flex;
|
|
1548
|
-
}
|
|
1549
|
-
.vuuTabstrip-draggingTab .vuuTab {
|
|
1550
|
-
pointer-events: none;
|
|
1551
|
-
}
|
|
1552
|
-
.vuuTabstrip-addTabButton {
|
|
1553
|
-
--saltButton-height: 20px;
|
|
1554
|
-
--saltButton-width: 20px;
|
|
1555
|
-
}
|
|
1556
|
-
.vuuTabstrip-overflowMenu.saltDropdown {
|
|
1557
|
-
--saltIcon-margin: 2px 0 0 0px;
|
|
1558
|
-
}
|
|
1559
|
-
.vuuTabstrip-overflowMenu-open {
|
|
1560
|
-
--saltButton-background: var(--salt-actionable-secondary-background-active);
|
|
1561
|
-
--saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
|
|
1562
|
-
}
|
|
1563
|
-
.vuuTabstrip-overflowMenu-open .saltButton {
|
|
1564
|
-
--saltIcon-color: var(--salt-actionable-secondary-foreground-active);
|
|
1565
|
-
}
|
|
1566
|
-
.vuuTabstrip-inner {
|
|
1567
|
-
width: 100%;
|
|
1568
|
-
align-items: center;
|
|
1569
|
-
display: flex;
|
|
1570
|
-
flex-basis: auto;
|
|
1571
|
-
flex-grow: 0;
|
|
1572
|
-
flex-shrink: 1;
|
|
1573
|
-
flex-wrap: wrap;
|
|
1574
|
-
justify-content: flex-start;
|
|
1575
|
-
line-height: var(--tabstrip-height);
|
|
1576
|
-
}
|
|
1577
|
-
.vuuTabstrip-vertical .vuuTabstrip-inner {
|
|
1578
|
-
flex-direction: column;
|
|
1579
|
-
height: auto;
|
|
1580
|
-
}
|
|
1581
|
-
.vuuTabstrip-centered .vuuTabstrip-inner {
|
|
1582
|
-
justify-content: center;
|
|
1583
|
-
}
|
|
1584
|
-
.vuuDraggable[class*=vuuTabstrip] {
|
|
1585
|
-
--tabstrip-display: flex;
|
|
1586
|
-
--tabstrip-height: 100%;
|
|
1587
|
-
--tabstrip-dragging-display: block;
|
|
1588
|
-
--tabs-tab-background: var(--salt-navigable-primary-background-hover);
|
|
1589
|
-
--tabs-tab-before-content: "";
|
|
1590
|
-
--tabs-tab-before-background: var(--salt-navigable-indicator-hover);
|
|
1591
|
-
--tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
|
|
1592
|
-
--tabs-tab-before-inset: var(--tab-activationIndicator-inset);
|
|
1593
|
-
--tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
|
|
1594
|
-
--tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
|
|
1595
|
-
--tabs-tab-position: static;
|
|
1596
|
-
font-size: 12px;
|
|
1597
|
-
}
|
|
1598
|
-
.vuuDraggable-tabstrip-horizontal {
|
|
1599
|
-
--tab-thumb-height: 2px;
|
|
1600
|
-
--tabstrip-height: 28px;
|
|
1601
|
-
line-height: var(--tabstrip-height);
|
|
1602
|
-
}
|
|
1603
|
-
.vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
|
|
1604
|
-
--tabs-tab-before-background: var(--salt-navigable-indicator-active);
|
|
1605
|
-
}
|
|
1606
|
-
.vuuTabstrip-overflowMenu-dropTarget:after {
|
|
1607
|
-
background: var(--salt-selectable-background-selected);
|
|
1608
|
-
content: "";
|
|
1609
|
-
position: absolute;
|
|
1610
|
-
height: 2px;
|
|
1611
|
-
left: 0;
|
|
1612
|
-
right: 0;
|
|
1613
|
-
bottom: 0;
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
/* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
|
|
1617
|
-
.vuuTabMenu {
|
|
1618
|
-
top: -2px;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
/* ../vuu-ui-controls/src/tabstrip/Tab.css */
|
|
1622
|
-
.vuuTab {
|
|
1623
|
-
--saltEditableLabel-padding: 0;
|
|
1624
|
-
--saltEditableLabel-height: var(--tabstrip-height);
|
|
1625
|
-
--saltInputLegacy-minWidth: 4em;
|
|
1626
|
-
--saltEditableLabel-top: 3px;
|
|
1627
|
-
--tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));
|
|
1628
|
-
--tab-cursor: pointer;
|
|
1629
|
-
--tab-position: relative;
|
|
1630
|
-
}
|
|
1631
|
-
.vuuTab {
|
|
1632
|
-
align-items: center;
|
|
1633
|
-
align-self: stretch;
|
|
1634
|
-
background: var(--tab-background);
|
|
1635
|
-
border: none;
|
|
1636
|
-
border-radius: var(--vuuTab-borderRadius, 0);
|
|
1637
|
-
color: var(--salt-text-primary-foreground);
|
|
1638
|
-
cursor: var(--vuuTab-cursor, var(--tab-cursor));
|
|
1639
|
-
display: var(--tabstrip-display);
|
|
1640
|
-
gap: 8px;
|
|
1641
|
-
height: var(--vuuTab-height, var(--tabstrip-height));
|
|
1642
|
-
letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
|
|
1643
|
-
min-width: var(--vuuTab-minWidth, 40px);
|
|
1644
|
-
outline: none;
|
|
1645
|
-
padding: var(--vuuTab-padding, 0 24px);
|
|
1646
|
-
position: var(--vuuTab-position, var(--tab-position));
|
|
1647
|
-
user-select: none;
|
|
1648
|
-
width: var(--tab-width);
|
|
1649
|
-
}
|
|
1650
|
-
.vuuTab {
|
|
1651
|
-
margin: 0 var(--tab-spacing) 0 0;
|
|
1652
|
-
}
|
|
1653
|
-
.vuuTab-selected {
|
|
1654
|
-
background: var(--vuuTab-background-selected, var(--tab-background));
|
|
1655
|
-
color: var(--salt-text-primary-foreground);
|
|
1656
|
-
font-weight: var(--salt-navigable-fontWeight-active);
|
|
1657
|
-
}
|
|
1658
|
-
.vuuTab-main {
|
|
1659
|
-
align-items: center;
|
|
1660
|
-
border: none;
|
|
1661
|
-
color: inherit;
|
|
1662
|
-
cursor: inherit;
|
|
1663
|
-
display: flex;
|
|
1664
|
-
font-family: inherit;
|
|
1665
|
-
font-size: inherit;
|
|
1666
|
-
font-weight: inherit;
|
|
1667
|
-
height: var(--vuuTabstrip-height, var(--salt-size-stackable));
|
|
1668
|
-
outline: none;
|
|
1669
|
-
position: relative;
|
|
1670
|
-
}
|
|
1671
|
-
.vuuTab-closeable .vuuTab-main {
|
|
1672
|
-
border-right: solid transparent var(--salt-size-unit);
|
|
1673
|
-
}
|
|
1674
|
-
.vuuTab .vuuTab-closeButton {
|
|
1675
|
-
display: flex;
|
|
1676
|
-
align-items: center;
|
|
1677
|
-
justify-content: center;
|
|
1678
|
-
}
|
|
1679
|
-
.vuuTab-close-icon {
|
|
1680
|
-
display: none;
|
|
1681
|
-
}
|
|
1682
|
-
.salt-density-touch .vuuTab-close-icon,
|
|
1683
|
-
.salt-density-low .vuuTab-close-icon {
|
|
1684
|
-
display: block;
|
|
1685
|
-
}
|
|
1686
|
-
.salt-density-touch .vuuTab-close-icon-small,
|
|
1687
|
-
.salt-density-low .vuuTab-close-icon-small {
|
|
1688
|
-
display: none;
|
|
1689
|
-
}
|
|
1690
|
-
.vuuTab .vuuTab-text {
|
|
1691
|
-
display: inline-block;
|
|
1692
|
-
position: relative;
|
|
1693
|
-
overflow: hidden;
|
|
1694
|
-
text-align: var(--salt-text-textAlign-embedded);
|
|
1695
|
-
text-overflow: ellipsis;
|
|
1696
|
-
top: var(--vuuTab-top, var(--tab-top, auto));
|
|
1697
|
-
white-space: nowrap;
|
|
1698
|
-
z-index: var(--salt-zIndex-default);
|
|
1699
|
-
}
|
|
1700
|
-
.vuuTab .vuuTab-text:before {
|
|
1701
|
-
height: 0;
|
|
1702
|
-
content: attr(data-text);
|
|
1703
|
-
display: block;
|
|
1704
|
-
visibility: hidden;
|
|
1705
|
-
font-weight: var(--salt-navigable-fontWeight-active);
|
|
1706
|
-
}
|
|
1707
|
-
.vuuTab-editing:after {
|
|
1708
|
-
content: "";
|
|
1709
|
-
position: absolute;
|
|
1710
|
-
top: 0;
|
|
1711
|
-
left: 0;
|
|
1712
|
-
right: 0;
|
|
1713
|
-
bottom: 2px;
|
|
1714
|
-
outline-color: var(--salt-focused-outlineColor);
|
|
1715
|
-
outline-style: var(--salt-focused-outlineStyle);
|
|
1716
|
-
outline-width: var(--salt-focused-outlineWidth);
|
|
1717
|
-
outline-offset: -2px;
|
|
1718
|
-
}
|
|
1719
|
-
.vuuTab.vuuFocusVisible {
|
|
1720
|
-
background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
|
|
1721
|
-
outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));
|
|
1722
|
-
outline-style: dashed;
|
|
1723
|
-
outline-width: 1px;
|
|
1724
|
-
outline-offset: -1px;
|
|
1725
|
-
}
|
|
1726
|
-
.vuuTab:before {
|
|
1727
|
-
content: var(--tab-before-content, none);
|
|
1728
|
-
content: "";
|
|
1729
|
-
background: var(--tab-before-background);
|
|
1730
|
-
height: var(--tab-before-height);
|
|
1731
|
-
inset: var(--tab-before-inset);
|
|
1732
|
-
position: absolute;
|
|
1733
|
-
width: var(--tab-before-width);
|
|
1734
|
-
z-index: 1;
|
|
1735
|
-
}
|
|
1736
|
-
.vuuTabstrip-draggingTab .vuuTab-selected:before {
|
|
1737
|
-
--tab-before-content: "";
|
|
1738
|
-
--tab-before-background: var(--salt-navigable-indicator-color-active);
|
|
1739
|
-
--tab-before-height: var(--tab-thumb-height);
|
|
1740
|
-
--tab-before-inset: var(--tab-activationIndicator-inset);
|
|
1741
|
-
--tab-before-width: var(--tab-activationIndicator-thumb-width);
|
|
1742
|
-
}
|
|
1743
|
-
.vuuTab-selected:before {
|
|
1744
|
-
--tab-before-content: "";
|
|
1745
|
-
background: var(--salt-navigable-indicator-active);
|
|
1746
|
-
height: var(--tab-thumb-height);
|
|
1747
|
-
position: absolute;
|
|
1748
|
-
left: var(--tab-thumb-left);
|
|
1749
|
-
bottom: 0px;
|
|
1750
|
-
top: var(--tab-thumb-top, auto);
|
|
1751
|
-
transition: var(--tab-thumb-transition, none);
|
|
1752
|
-
width: var(--tab-thumb-width, 100%);
|
|
1753
|
-
}
|
|
1754
|
-
.vuuTab:hover:not(.vuuTab-closeHover) {
|
|
1755
|
-
background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
/* ../vuu-ui-controls/src/tree/Tree.css */
|
|
1759
|
-
.vuuTree {
|
|
1760
|
-
--tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));
|
|
1761
|
-
--tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));
|
|
1762
|
-
--tree-toggle-width: 12px;
|
|
1763
|
-
--tree-icon-color: var(--vuuTree-icon-color, #4c505b);
|
|
1764
|
-
--tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);
|
|
1765
|
-
--tree-node-indent: 0px;
|
|
1766
|
-
--list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));
|
|
1767
|
-
--list-item-height: var(--hw-list-item-height, 30px);
|
|
1768
|
-
--list-item-padding: var(--hw-list-item-padding, 0 6px);
|
|
1769
|
-
--list-item-header-bg: var(--hw-list-item-header-bg, black);
|
|
1770
|
-
--list-item-header-color: var(--hw-list-item-header-color, white);
|
|
1771
|
-
--list-item-header-font-weight: bold;
|
|
1772
|
-
--list-item-header-twisty-color: black;
|
|
1773
|
-
--list-item-header-twisty-content: "";
|
|
1774
|
-
--list-item-header-twisty-top: 50%;
|
|
1775
|
-
--list-item-header-twisty-left: -18px;
|
|
1776
|
-
--list-item-header-twisty-right: auto;
|
|
1777
|
-
--list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);
|
|
1778
|
-
--list-item-selected-color: white;
|
|
1779
|
-
--list-item-text-color: var(--hw-gray-800);
|
|
1780
|
-
--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
|
|
1781
|
-
list-style: none;
|
|
1782
|
-
margin: 0;
|
|
1783
|
-
padding: 0 1px;
|
|
1784
|
-
font-size: var(--vuuTree-font-size, 14px);
|
|
1785
|
-
max-height: inherit;
|
|
1786
|
-
outline: none;
|
|
1787
|
-
overflow-y: auto;
|
|
1788
|
-
position: relative;
|
|
1789
|
-
user-select: none;
|
|
1790
|
-
}
|
|
1791
|
-
.vuuTree-viewport {
|
|
1792
|
-
--list-item-height: 30px;
|
|
1793
|
-
box-sizing: border-box;
|
|
1794
|
-
max-height: inherit;
|
|
1795
|
-
overflow: auto;
|
|
1796
|
-
}
|
|
1797
|
-
.vuuTree-scrollingContentContainer {
|
|
1798
|
-
box-sizing: inherit;
|
|
1799
|
-
position: relative;
|
|
1800
|
-
}
|
|
1801
|
-
.vuuTree-scrollingContentContainer .vuuTreeNode {
|
|
1802
|
-
line-height: 30px;
|
|
1803
|
-
position: absolute;
|
|
1804
|
-
top: 0;
|
|
1805
|
-
left: 0;
|
|
1806
|
-
right: 0;
|
|
1807
|
-
will-change: transform;
|
|
1808
|
-
}
|
|
1809
|
-
.vuuTreeNode {
|
|
1810
|
-
list-style: none;
|
|
1811
|
-
}
|
|
1812
|
-
.vuuTreeNode:not([aria-expanded]),
|
|
1813
|
-
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
|
|
1814
|
-
--checkbox-border-color: black;
|
|
1815
|
-
--checkbox-border-width: 1px;
|
|
1816
|
-
--checkbox-tick: black;
|
|
1817
|
-
--list-item-padding-left: 6px;
|
|
1818
|
-
--svg-toggle: var(--tree-node-collapse);
|
|
1819
|
-
align-items: center;
|
|
1820
|
-
color: var(--list-item-text-color);
|
|
1821
|
-
display: flex;
|
|
1822
|
-
flex-wrap: nowrap;
|
|
1823
|
-
height: var(--list-item-height);
|
|
1824
|
-
line-height: var(--list-item-height);
|
|
1825
|
-
padding: var(--list-item-padding);
|
|
1826
|
-
padding-left: var(--padding-left);
|
|
1827
|
-
position: relative;
|
|
1828
|
-
cursor: default;
|
|
1829
|
-
margin: 0;
|
|
1830
|
-
white-space: nowrap;
|
|
1831
|
-
}
|
|
1832
|
-
.vuuTreeNode:not([aria-expanded]) {
|
|
1833
|
-
--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
|
|
1834
|
-
}
|
|
1835
|
-
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
|
|
1836
|
-
--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
|
|
1837
|
-
}
|
|
1838
|
-
.vuuTreeNode-icon {
|
|
1839
|
-
background-color: var(--tree-icon-color);
|
|
1840
|
-
display: inline-block;
|
|
1841
|
-
height: 18px;
|
|
1842
|
-
margin-right: 6px;
|
|
1843
|
-
-webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
|
|
1844
|
-
mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
|
|
1845
|
-
flex: 0 0 18px;
|
|
1846
|
-
}
|
|
1847
|
-
.vuuTreeNode[aria-expanded] {
|
|
1848
|
-
flex-direction: column;
|
|
1849
|
-
}
|
|
1850
|
-
.vuuTreeNode[aria-expanded] {
|
|
1851
|
-
flex-direction: column;
|
|
1852
|
-
height: auto;
|
|
1853
|
-
}
|
|
1854
|
-
.vuuTreeNode > *[role=group] {
|
|
1855
|
-
padding-left: 0px;
|
|
1856
|
-
}
|
|
1857
|
-
.vuuTreeNode {
|
|
1858
|
-
padding-left: calc(var(--padding-left) + var(--tree-node-indent));
|
|
1859
|
-
}
|
|
1860
|
-
.vuuTreeNode[aria-level="2"] {
|
|
1861
|
-
--tree-node-indent: 12px;
|
|
1862
|
-
}
|
|
1863
|
-
.vuuTreeNode[aria-level="3"] {
|
|
1864
|
-
--tree-node-indent: 24px;
|
|
1865
|
-
}
|
|
1866
|
-
.vuuTreeNode[aria-level="4"] {
|
|
1867
|
-
--tree-node-indent: 36px;
|
|
1868
|
-
}
|
|
1869
|
-
.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],
|
|
1870
|
-
.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted] > div:first-child {
|
|
1871
|
-
background-color: var(--list-hilited-bg);
|
|
1872
|
-
}
|
|
1873
|
-
.vuuTreeNode-toggle {
|
|
1874
|
-
cursor: pointer;
|
|
1875
|
-
}
|
|
1876
|
-
.vuuTreeNode > .vuuTreeNode-toggle {
|
|
1877
|
-
display: inline-block;
|
|
1878
|
-
height: 100%;
|
|
1879
|
-
left: 0;
|
|
1880
|
-
position: absolute;
|
|
1881
|
-
width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));
|
|
1882
|
-
}
|
|
1883
|
-
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {
|
|
1884
|
-
content: var(--list-item-header-twisty-content);
|
|
1885
|
-
-webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;
|
|
1886
|
-
mask: var(--svg-toggle) center center/8px 8px no-repeat;
|
|
1887
|
-
background-color: var(--list-item-header-twisty-color);
|
|
1888
|
-
height: 18px;
|
|
1889
|
-
margin-top: -9px;
|
|
1890
|
-
left: var(--tree-node-indent);
|
|
1891
|
-
position: absolute;
|
|
1892
|
-
top: var(--list-item-header-twisty-top);
|
|
1893
|
-
transition: transform 0.3s;
|
|
1894
|
-
width: 18px;
|
|
1895
|
-
}
|
|
1896
|
-
.vuuTreeNode[aria-selected=true] {
|
|
1897
|
-
--list-item-header-twisty-color: var(--list-item-selected-color);
|
|
1898
|
-
}
|
|
1899
|
-
.vuuTreeNode:not(.focusVisible):focus {
|
|
1900
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
1901
|
-
}
|
|
1902
|
-
.vuuTreeNode:not([aria-expanded]).focusVisible:before,
|
|
1903
|
-
.vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {
|
|
1904
|
-
content: "";
|
|
1905
|
-
position: absolute;
|
|
1906
|
-
top: 0px;
|
|
1907
|
-
left: var(--tree-focus-offset, 0px);
|
|
1908
|
-
right: 0;
|
|
1909
|
-
bottom: 0px;
|
|
1910
|
-
border: dotted var(--focus-visible-border-color) 2px;
|
|
1911
|
-
background-color: var(--list-hilited-bg);
|
|
1912
|
-
}
|
|
1913
|
-
.vuuTreeNode[aria-expanded=false] > *:first-child:after {
|
|
1914
|
-
--svg-toggle: var(--tree-node-expand);
|
|
1915
|
-
}
|
|
1916
|
-
.vuuTreeNode[aria-expanded=true] > *:first-child:after {
|
|
1917
|
-
transform: var(--tree-node-expanded-transform);
|
|
1918
|
-
}
|
|
1919
|
-
.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],
|
|
1920
|
-
.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true] > div:first-child {
|
|
1921
|
-
--checkbox-border-color: var(--list-item-selected-color);
|
|
1922
|
-
--checkbox-tick: var(--list-item-selected-color);
|
|
1923
|
-
--focus-visible-border-color: var(--list-item-selected-color);
|
|
1924
|
-
background-color: var(--list-item-selected-bg);
|
|
1925
|
-
color: var(--list-item-selected-color);
|
|
1926
|
-
}
|
|
1927
|
-
.with-checkbox .vuuTreeNode {
|
|
1928
|
-
padding-left: 28px;
|
|
1929
|
-
}
|
|
1930
|
-
.with-checkbox .vuuTreeNode:before {
|
|
1931
|
-
border-style: solid;
|
|
1932
|
-
border-width: var(--checkbox-border-width);
|
|
1933
|
-
border-color: var(--checkbox-border-color);
|
|
1934
|
-
content: "";
|
|
1935
|
-
height: 12px;
|
|
1936
|
-
left: 3px;
|
|
1937
|
-
margin-top: -7px;
|
|
1938
|
-
position: absolute;
|
|
1939
|
-
top: 50%;
|
|
1940
|
-
width: 12px;
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
/* src/filter-pill-menu/FilterPillMenu.css */
|
|
1944
|
-
.vuuFilterPillMenu {
|
|
1945
|
-
top: -2px;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
/* src/filter-pill/FilterPill.css */
|
|
1949
|
-
.vuuFilterPill {
|
|
1950
|
-
align-items: center;
|
|
1951
|
-
border: solid 1px var(--salt-taggable-foreground);
|
|
1952
|
-
border-radius: 26px;
|
|
1953
|
-
display: flex;
|
|
1954
|
-
height: 26px;
|
|
1955
|
-
padding: 0 8px;
|
|
1956
|
-
position: relative;
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
/* src/filter-bar/FilterBar.css */
|
|
1960
|
-
.vuuFilterBar {
|
|
1961
|
-
--vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
|
|
1962
|
-
--saltButton-height: 26px;
|
|
1963
|
-
--saltButton-width: 26px;
|
|
1964
|
-
align-items: center;
|
|
1965
|
-
background-color: var(--salt-container-secondary-background);
|
|
1966
|
-
border-bottom: solid 1px #D6D7DA;
|
|
1967
|
-
display: flex;
|
|
1968
|
-
gap: 4px;
|
|
1969
|
-
height: 33px;
|
|
1970
|
-
padding: 4px 8px;
|
|
1971
|
-
}
|
|
1972
|
-
.vuuFilterbar-icon {
|
|
1973
|
-
display: inline-block;
|
|
1974
|
-
height: 16px;
|
|
1975
|
-
width: 16px;
|
|
1976
|
-
}
|
|
1977
|
-
.vuuFilterBar [data-icon=tune] {
|
|
1978
|
-
--vuu-icon-size: 16px;
|
|
1979
|
-
--vuu-icon-svg: var(--vuu-svg-tune);
|
|
1980
|
-
}
|
|
1981
|
-
.vuuFilterBar [data-icon=plus] {
|
|
1982
|
-
--vuu-icon-size: 16px;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
1276
|
/* src/filter-clause/ExpandoCombobox.css */
|
|
1986
1277
|
.vuuExpandoCombobox {
|
|
1987
1278
|
--expando-combobox-height: var(--vuuExpandoCombobox-height, 24px);
|
|
@@ -2001,7 +1292,7 @@ vuuUserPanel-history {
|
|
|
2001
1292
|
.vuuExpandoCombobox .saltDropdown {
|
|
2002
1293
|
height: 100%;
|
|
2003
1294
|
}
|
|
2004
|
-
.vuuExpandoCombobox
|
|
1295
|
+
.vuuExpandoCombobox-Input {
|
|
2005
1296
|
border: none;
|
|
2006
1297
|
left: 0px;
|
|
2007
1298
|
margin: 0;
|