xmlui 0.9.21 → 0.9.23
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/{apiInterceptorWorker-7aKQ2rBj.mjs → apiInterceptorWorker-DZyEgCvB.mjs} +1 -1
- package/dist/{index-B3CWFAxa.mjs → index-B8C8yAZL.mjs} +177 -167
- package/dist/index.css +164 -204
- package/dist/scripts/src/components/App/App.js +2 -0
- package/dist/scripts/src/components/App/AppLayoutContext.js +0 -1
- package/dist/scripts/src/components/App/AppNative.js +7 -5
- package/dist/scripts/src/components/AppHeader/AppHeaderNative.js +5 -4
- package/dist/scripts/src/components/Footer/FooterNative.js +1 -2
- package/dist/scripts/src/components/Form/FormContext.js +5 -4
- package/dist/scripts/src/components/Form/FormNative.js +7 -25
- package/dist/scripts/src/components/Form/formActions.js +1 -1
- package/dist/scripts/src/components/FormItem/FormItem.js +1 -1
- package/dist/scripts/src/components/FormItem/FormItemNative.js +53 -13
- package/dist/scripts/src/components/FormItem/ItemWithLabel.js +1 -1
- package/dist/scripts/src/components/Items/ItemsNative.js +8 -6
- package/dist/scripts/src/components/NavGroup/NavGroupNative.js +2 -3
- package/dist/scripts/src/components/Select/SelectNative.js +3 -1
- package/dist/style.css +164 -204
- package/dist/xmlui-metadata.mjs +143 -84
- package/dist/xmlui-metadata.umd.js +141 -82
- package/dist/xmlui-standalone.umd.js +422 -452
- package/dist/xmlui.mjs +1 -1
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
969
969
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
970
970
|
*/
|
|
971
|
-
.
|
|
971
|
+
._wrapper_fx8ts_13 {
|
|
972
972
|
--footer-height: 0px;
|
|
973
973
|
--header-height: 0px;
|
|
974
974
|
width: 100%;
|
|
@@ -978,195 +978,152 @@
|
|
|
978
978
|
flex-direction: column;
|
|
979
979
|
isolation: isolate;
|
|
980
980
|
}
|
|
981
|
-
.
|
|
981
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 {
|
|
982
982
|
flex-direction: row;
|
|
983
983
|
overflow: initial;
|
|
984
984
|
}
|
|
985
|
-
.
|
|
985
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._contentWrapper_fx8ts_27 {
|
|
986
986
|
overflow: auto;
|
|
987
987
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
988
988
|
position: relative;
|
|
989
989
|
scrollbar-gutter: stable both-edges;
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._navPanelWrapper_fx8ts_33 {
|
|
992
992
|
width: var(--xmlui-width-navPanel-App);
|
|
993
993
|
flex-shrink: 0;
|
|
994
994
|
}
|
|
995
|
-
.
|
|
995
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._PagesWrapper_fx8ts_37 {
|
|
996
996
|
min-height: initial;
|
|
997
997
|
flex: 1;
|
|
998
998
|
}
|
|
999
|
-
.
|
|
999
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._footerWrapper_fx8ts_41 {
|
|
1000
1000
|
position: static;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._contentWrapper_fx8ts_27 {
|
|
1003
1003
|
scroll-padding-top: var(--header-height);
|
|
1004
1004
|
}
|
|
1005
|
-
.
|
|
1005
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
1006
1006
|
position: sticky;
|
|
1007
1007
|
bottom: 0;
|
|
1008
1008
|
}
|
|
1009
|
-
.
|
|
1009
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 {
|
|
1010
1010
|
overflow: auto;
|
|
1011
1011
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1012
1012
|
}
|
|
1013
|
-
.
|
|
1013
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._PagesWrapper_fx8ts_37 {
|
|
1014
1014
|
min-height: initial;
|
|
1015
1015
|
}
|
|
1016
|
-
.
|
|
1016
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._footerWrapper_fx8ts_41 {
|
|
1017
1017
|
position: static;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 {
|
|
1020
1020
|
scroll-padding-top: var(--header-height);
|
|
1021
1021
|
min-height: 100%;
|
|
1022
1022
|
}
|
|
1023
|
-
.
|
|
1023
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
1024
1024
|
position: sticky;
|
|
1025
1025
|
bottom: 0;
|
|
1026
1026
|
}
|
|
1027
|
-
.
|
|
1027
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._navPanelWrapper_fx8ts_33 {
|
|
1028
1028
|
border-bottom: var(--xmlui-borderBottom-AppHeader);
|
|
1029
1029
|
justify-content: end;
|
|
1030
1030
|
}
|
|
1031
|
-
.
|
|
1031
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 {
|
|
1032
1032
|
min-height: 100%;
|
|
1033
1033
|
height: 100%;
|
|
1034
1034
|
overflow: auto;
|
|
1035
1035
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1037
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._navPanelWrapper_fx8ts_33 {
|
|
1038
1038
|
width: var(--xmlui-width-navPanel-App);
|
|
1039
1039
|
position: sticky;
|
|
1040
1040
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1041
1041
|
top: var(--header-height);
|
|
1042
1042
|
}
|
|
1043
|
-
.
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
height: 100%;
|
|
1047
|
-
}
|
|
1048
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
|
|
1049
|
-
height: 100%;
|
|
1050
|
-
}
|
|
1051
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1052
|
-
height: 100%;
|
|
1053
|
-
}
|
|
1054
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
|
|
1055
|
-
position: sticky;
|
|
1056
|
-
left: 0;
|
|
1057
|
-
right: 0;
|
|
1058
|
-
bottom: 0;
|
|
1059
|
-
}
|
|
1060
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
|
|
1061
|
-
min-height: 100%;
|
|
1062
|
-
height: 100%;
|
|
1063
|
-
overflow: auto;
|
|
1064
|
-
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1065
|
-
}
|
|
1066
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
|
|
1067
|
-
max-width: var(--xmlui-maxWidth-content-App);
|
|
1068
|
-
margin: auto;
|
|
1043
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 {
|
|
1044
|
+
width: 100%;
|
|
1045
|
+
margin: 0 auto;
|
|
1069
1046
|
}
|
|
1070
|
-
.
|
|
1071
|
-
width: var(--xmlui-
|
|
1072
|
-
|
|
1073
|
-
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1074
|
-
top: var(--header-height);
|
|
1047
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
1048
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
1049
|
+
margin: 0 auto;
|
|
1075
1050
|
}
|
|
1076
|
-
.
|
|
1051
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapper_fx8ts_37 {
|
|
1077
1052
|
overflow: initial;
|
|
1078
1053
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1079
1054
|
height: 100%;
|
|
1080
1055
|
}
|
|
1081
|
-
.
|
|
1056
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 {
|
|
1082
1057
|
height: 100%;
|
|
1083
1058
|
}
|
|
1084
|
-
.
|
|
1059
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
1085
1060
|
height: 100%;
|
|
1086
1061
|
}
|
|
1087
|
-
.
|
|
1062
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._footerWrapper_fx8ts_41 {
|
|
1088
1063
|
position: sticky;
|
|
1089
1064
|
left: 0;
|
|
1090
1065
|
right: 0;
|
|
1091
1066
|
bottom: 0;
|
|
1092
1067
|
}
|
|
1093
|
-
.
|
|
1068
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 {
|
|
1094
1069
|
scrollbar-gutter: stable both-edges;
|
|
1095
1070
|
}
|
|
1096
|
-
.
|
|
1071
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 {
|
|
1097
1072
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1098
1073
|
}
|
|
1099
|
-
.
|
|
1074
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 > div {
|
|
1100
1075
|
padding-inline: var(--scrollbar-width);
|
|
1101
1076
|
}
|
|
1102
|
-
.
|
|
1077
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 {
|
|
1103
1078
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1104
1079
|
}
|
|
1105
|
-
.
|
|
1080
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 > div {
|
|
1106
1081
|
padding-inline: var(--scrollbar-width);
|
|
1107
1082
|
}
|
|
1108
|
-
.
|
|
1083
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 {
|
|
1109
1084
|
scroll-padding-top: var(--header-height);
|
|
1110
1085
|
}
|
|
1111
|
-
.
|
|
1086
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._content_fx8ts_27 {
|
|
1112
1087
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1113
1088
|
}
|
|
1114
|
-
.
|
|
1089
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._contentWrapper_fx8ts_27 {
|
|
1115
1090
|
padding-inline: var(--scrollbar-width);
|
|
1116
1091
|
}
|
|
1117
|
-
.
|
|
1118
|
-
scroll-padding-top: var(--header-height);
|
|
1119
|
-
}
|
|
1120
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1121
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
1122
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1123
|
-
margin: auto;
|
|
1124
|
-
}
|
|
1125
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
|
|
1126
|
-
padding-inline: var(--scrollbar-width);
|
|
1127
|
-
}
|
|
1128
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
|
|
1129
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
1130
|
-
}
|
|
1131
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1132
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1133
|
-
}
|
|
1134
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
|
|
1135
|
-
padding-inline: var(--scrollbar-width);
|
|
1136
|
-
}
|
|
1137
|
-
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
|
|
1092
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) {
|
|
1138
1093
|
overflow: hidden;
|
|
1139
1094
|
}
|
|
1140
|
-
.
|
|
1095
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._content_fx8ts_27 {
|
|
1141
1096
|
min-height: 0;
|
|
1142
1097
|
height: 100%;
|
|
1143
1098
|
}
|
|
1144
|
-
.
|
|
1099
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentWrapper_fx8ts_27 {
|
|
1145
1100
|
overflow: initial;
|
|
1146
1101
|
}
|
|
1147
|
-
.
|
|
1148
|
-
|
|
1149
|
-
|
|
1102
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 {
|
|
1103
|
+
height: 100%;
|
|
1104
|
+
}
|
|
1105
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
1106
|
+
height: 100%;
|
|
1150
1107
|
}
|
|
1151
|
-
.
|
|
1108
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapper_fx8ts_37 {
|
|
1152
1109
|
overflow: auto;
|
|
1153
1110
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1154
1111
|
min-height: 0;
|
|
1155
1112
|
height: 100%;
|
|
1156
1113
|
scrollbar-gutter: stable both-edges;
|
|
1157
1114
|
}
|
|
1158
|
-
.
|
|
1115
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapperInner_fx8ts_98 {
|
|
1159
1116
|
min-height: 100%;
|
|
1160
1117
|
height: 0;
|
|
1161
1118
|
}
|
|
1162
|
-
.
|
|
1119
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 {
|
|
1163
1120
|
scrollbar-gutter: auto;
|
|
1164
1121
|
}
|
|
1165
|
-
.
|
|
1122
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 ._PagesWrapper_fx8ts_37 {
|
|
1166
1123
|
scrollbar-gutter: auto;
|
|
1167
1124
|
}
|
|
1168
1125
|
|
|
1169
|
-
.
|
|
1126
|
+
._headerWrapper_fx8ts_113 {
|
|
1170
1127
|
z-index: 1;
|
|
1171
1128
|
min-height: 0;
|
|
1172
1129
|
flex-shrink: 0;
|
|
@@ -1175,17 +1132,17 @@
|
|
|
1175
1132
|
box-shadow: var(--xmlui-boxShadow-header-App);
|
|
1176
1133
|
background-color: var(--xmlui-backgroundColor-AppHeader);
|
|
1177
1134
|
}
|
|
1178
|
-
.
|
|
1135
|
+
._headerWrapper_fx8ts_113._sticky_fx8ts_44 {
|
|
1179
1136
|
position: sticky;
|
|
1180
1137
|
}
|
|
1181
1138
|
|
|
1182
|
-
.
|
|
1139
|
+
._content_fx8ts_27 {
|
|
1183
1140
|
display: flex;
|
|
1184
1141
|
flex-direction: row;
|
|
1185
1142
|
isolation: isolate;
|
|
1186
1143
|
}
|
|
1187
1144
|
|
|
1188
|
-
.
|
|
1145
|
+
._contentWrapper_fx8ts_27 {
|
|
1189
1146
|
position: relative;
|
|
1190
1147
|
min-width: 0;
|
|
1191
1148
|
flex: 1;
|
|
@@ -1196,21 +1153,21 @@
|
|
|
1196
1153
|
border-left: var(--xmlui-borderLeft-content-App);
|
|
1197
1154
|
}
|
|
1198
1155
|
|
|
1199
|
-
.
|
|
1156
|
+
._navPanelWrapper_fx8ts_33 {
|
|
1200
1157
|
display: flex;
|
|
1201
1158
|
position: sticky;
|
|
1202
1159
|
top: 0;
|
|
1203
1160
|
}
|
|
1204
|
-
.
|
|
1161
|
+
._navPanelWrapper_fx8ts_33:empty {
|
|
1205
1162
|
display: none;
|
|
1206
1163
|
}
|
|
1207
1164
|
|
|
1208
|
-
.
|
|
1165
|
+
._PagesWrapper_fx8ts_37 {
|
|
1209
1166
|
flex: 1;
|
|
1210
1167
|
isolation: isolate;
|
|
1211
1168
|
}
|
|
1212
1169
|
|
|
1213
|
-
.
|
|
1170
|
+
._PagesWrapperInner_fx8ts_98 {
|
|
1214
1171
|
--page-padding-left: var(--xmlui-space-4);
|
|
1215
1172
|
--page-padding-right: var(--xmlui-space-4);
|
|
1216
1173
|
--page-padding-top: var(--xmlui-space-5);
|
|
@@ -1228,7 +1185,7 @@
|
|
|
1228
1185
|
display: flex;
|
|
1229
1186
|
flex-direction: column;
|
|
1230
1187
|
}
|
|
1231
|
-
.
|
|
1188
|
+
._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
1232
1189
|
padding-top: var(--page-padding-top-override, var(--page-padding-top));
|
|
1233
1190
|
padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
|
|
1234
1191
|
padding-right: var(--page-padding-right-override, var(--page-padding-right));
|
|
@@ -1240,7 +1197,7 @@
|
|
|
1240
1197
|
margin-right: calc(-1 * var(--page-padding-right));
|
|
1241
1198
|
}
|
|
1242
1199
|
|
|
1243
|
-
.
|
|
1200
|
+
._footerWrapper_fx8ts_41 {
|
|
1244
1201
|
flex-shrink: 0;
|
|
1245
1202
|
}/*
|
|
1246
1203
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -1374,7 +1331,7 @@
|
|
|
1374
1331
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
1375
1332
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
1376
1333
|
*/
|
|
1377
|
-
.
|
|
1334
|
+
._header_1w1cw_13 {
|
|
1378
1335
|
position: relative;
|
|
1379
1336
|
height: var(--xmlui-height-AppHeader);
|
|
1380
1337
|
box-sizing: content-box;
|
|
@@ -1401,7 +1358,7 @@
|
|
|
1401
1358
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader));
|
|
1402
1359
|
}
|
|
1403
1360
|
|
|
1404
|
-
.
|
|
1361
|
+
._headerInner_1w1cw_40 {
|
|
1405
1362
|
height: 100%;
|
|
1406
1363
|
flex: 1;
|
|
1407
1364
|
gap: var(--xmlui-space-4);
|
|
@@ -1419,11 +1376,14 @@
|
|
|
1419
1376
|
width: 100%;
|
|
1420
1377
|
margin: 0 auto;
|
|
1421
1378
|
}
|
|
1422
|
-
.
|
|
1423
|
-
max-width:
|
|
1379
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58 {
|
|
1380
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
1381
|
+
}
|
|
1382
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58._scrollWholePage_1w1cw_61 {
|
|
1383
|
+
padding-left: calc(var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)) - var(--scrollbar-width));
|
|
1424
1384
|
}
|
|
1425
1385
|
|
|
1426
|
-
.
|
|
1386
|
+
._childrenWrapper_1w1cw_65 {
|
|
1427
1387
|
--stack-gap-default: var(--xmlui-space-2);
|
|
1428
1388
|
display: flex;
|
|
1429
1389
|
flex-direction: row;
|
|
@@ -1435,25 +1395,25 @@
|
|
|
1435
1395
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
1436
1396
|
}
|
|
1437
1397
|
|
|
1438
|
-
.
|
|
1398
|
+
._subNavPanelSlot_1w1cw_77 {
|
|
1439
1399
|
display: flex;
|
|
1440
1400
|
flex-direction: row;
|
|
1441
1401
|
}
|
|
1442
1402
|
|
|
1443
|
-
.
|
|
1403
|
+
._logoAndTitle_1w1cw_82 {
|
|
1444
1404
|
display: flex;
|
|
1445
1405
|
align-items: center;
|
|
1446
1406
|
gap: var(--xmlui-space-4);
|
|
1447
1407
|
height: 100%;
|
|
1448
1408
|
}
|
|
1449
|
-
.
|
|
1409
|
+
._logoAndTitle_1w1cw_82:not(:empty) {
|
|
1450
1410
|
padding-right: var(--xmlui-space-2);
|
|
1451
1411
|
}
|
|
1452
|
-
.
|
|
1412
|
+
._logoAndTitle_1w1cw_82:empty {
|
|
1453
1413
|
display: none;
|
|
1454
1414
|
}
|
|
1455
1415
|
|
|
1456
|
-
.
|
|
1416
|
+
._logoContainer_1w1cw_95:not(:empty) {
|
|
1457
1417
|
flex-shrink: 0;
|
|
1458
1418
|
display: flex;
|
|
1459
1419
|
width: var(--xmlui-width-logo-AppHeader);
|
|
@@ -1466,16 +1426,16 @@
|
|
|
1466
1426
|
padding-bottom: var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)));
|
|
1467
1427
|
}
|
|
1468
1428
|
|
|
1469
|
-
.
|
|
1429
|
+
._customLogoContainer_1w1cw_108 {
|
|
1470
1430
|
display: flex;
|
|
1471
1431
|
height: 100%;
|
|
1472
1432
|
align-items: center;
|
|
1473
1433
|
}
|
|
1474
|
-
.
|
|
1434
|
+
._customLogoContainer_1w1cw_108 > img {
|
|
1475
1435
|
height: 100%;
|
|
1476
1436
|
}
|
|
1477
1437
|
|
|
1478
|
-
.
|
|
1438
|
+
._rightItems_1w1cw_117 {
|
|
1479
1439
|
--stack-gap-default: var(--xmlui-space-2);
|
|
1480
1440
|
gap: var(--stack-gap-default);
|
|
1481
1441
|
height: 100%;
|
|
@@ -1483,11 +1443,11 @@
|
|
|
1483
1443
|
flex-direction: row;
|
|
1484
1444
|
align-items: center;
|
|
1485
1445
|
}
|
|
1486
|
-
.
|
|
1446
|
+
._rightItems_1w1cw_117:not(:empty) {
|
|
1487
1447
|
padding-left: var(--xmlui-space-4);
|
|
1488
1448
|
}
|
|
1489
1449
|
|
|
1490
|
-
.
|
|
1450
|
+
._appHub_1w1cw_129 {
|
|
1491
1451
|
text-decoration: none;
|
|
1492
1452
|
margin-right: var(--xmlui-space-4);
|
|
1493
1453
|
width: 40px;
|
|
@@ -1495,10 +1455,10 @@
|
|
|
1495
1455
|
color: var(--xmlui-textColor-subtitle);
|
|
1496
1456
|
cursor: pointer;
|
|
1497
1457
|
}
|
|
1498
|
-
.
|
|
1458
|
+
._appHub_1w1cw_129:hover {
|
|
1499
1459
|
color: var(--xmlui-textColor-secondary);
|
|
1500
1460
|
}
|
|
1501
|
-
.
|
|
1461
|
+
._appHub_1w1cw_129 svg {
|
|
1502
1462
|
width: 100%;
|
|
1503
1463
|
height: 100%;
|
|
1504
1464
|
}/*
|
|
@@ -5772,40 +5732,40 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
5772
5732
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
5773
5733
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
5774
5734
|
*/
|
|
5775
|
-
.
|
|
5735
|
+
._selectValue_1xb91_13 > span {
|
|
5776
5736
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5777
5737
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5778
5738
|
}
|
|
5779
|
-
.
|
|
5739
|
+
._selectValue_1xb91_13 > span > div {
|
|
5780
5740
|
color: var(--xmlui-textColor-Select-default);
|
|
5781
5741
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5782
5742
|
}
|
|
5783
|
-
.
|
|
5743
|
+
._selectValue_1xb91_13._error_1xb91_21 > span {
|
|
5784
5744
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5785
5745
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5786
5746
|
}
|
|
5787
|
-
.
|
|
5747
|
+
._selectValue_1xb91_13._error_1xb91_21 > span > div {
|
|
5788
5748
|
color: var(--xmlui-textColor-Select-error);
|
|
5789
5749
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5790
5750
|
}
|
|
5791
|
-
.
|
|
5751
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span {
|
|
5792
5752
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5793
5753
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5794
5754
|
}
|
|
5795
|
-
.
|
|
5755
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span > div {
|
|
5796
5756
|
color: var(--xmlui-textColor-Select-warning);
|
|
5797
5757
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5798
5758
|
}
|
|
5799
|
-
.
|
|
5759
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span {
|
|
5800
5760
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5801
5761
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5802
5762
|
}
|
|
5803
|
-
.
|
|
5763
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span > div {
|
|
5804
5764
|
color: var(--xmlui-textColor-Select-success);
|
|
5805
5765
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5806
5766
|
}
|
|
5807
5767
|
|
|
5808
|
-
button.
|
|
5768
|
+
button._selectTrigger_1xb91_46 {
|
|
5809
5769
|
min-height: 2.6rem;
|
|
5810
5770
|
display: flex;
|
|
5811
5771
|
padding: var(--xmlui-space-1) var(--xmlui-space-2);
|
|
@@ -5823,22 +5783,22 @@ button._selectTrigger_1ept5_46 {
|
|
|
5823
5783
|
box-shadow: var(--xmlui-boxShadow-Select-default);
|
|
5824
5784
|
color: var(--xmlui-textColor-Select-default);
|
|
5825
5785
|
}
|
|
5826
|
-
button.
|
|
5786
|
+
button._selectTrigger_1xb91_46:hover {
|
|
5827
5787
|
border-color: var(--xmlui-borderColor-Select-default--hover);
|
|
5828
5788
|
background-color: var(--xmlui-backgroundColor-Select-default--hover);
|
|
5829
5789
|
box-shadow: var(--xmlui-boxShadow-Select-default--hover);
|
|
5830
5790
|
color: var(--xmlui-textColor-Select-default--hover);
|
|
5831
5791
|
}
|
|
5832
|
-
button.
|
|
5792
|
+
button._selectTrigger_1xb91_46:focus {
|
|
5833
5793
|
outline-width: var(--xmlui-outlineWidth-Select-default--focus);
|
|
5834
5794
|
outline-color: var(--xmlui-outlineColor-Select-default--focus);
|
|
5835
5795
|
outline-style: var(--xmlui-outlineStyle-Select-default--focus);
|
|
5836
5796
|
outline-offset: var(--xmlui-outlineOffset-Select-default--focus);
|
|
5837
5797
|
}
|
|
5838
|
-
button.
|
|
5798
|
+
button._selectTrigger_1xb91_46::placeholder {
|
|
5839
5799
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5840
5800
|
}
|
|
5841
|
-
button.
|
|
5801
|
+
button._selectTrigger_1xb91_46._error_1xb91_21 {
|
|
5842
5802
|
border-radius: var(--xmlui-borderRadius-Select-error);
|
|
5843
5803
|
border-color: var(--xmlui-borderColor-Select-error);
|
|
5844
5804
|
border-width: var(--xmlui-borderWidth-Select-error);
|
|
@@ -5848,22 +5808,22 @@ button._selectTrigger_1ept5_46._error_1ept5_21 {
|
|
|
5848
5808
|
box-shadow: var(--xmlui-boxShadow-Select-error);
|
|
5849
5809
|
color: var(--xmlui-textColor-Select-error);
|
|
5850
5810
|
}
|
|
5851
|
-
button.
|
|
5811
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:hover {
|
|
5852
5812
|
border-color: var(--xmlui-borderColor-Select-error--hover);
|
|
5853
5813
|
background-color: var(--xmlui-backgroundColor-Select-error--hover);
|
|
5854
5814
|
box-shadow: var(--xmlui-boxShadow-Select-error--hover);
|
|
5855
5815
|
color: var(--xmlui-textColor-Select-error--hover);
|
|
5856
5816
|
}
|
|
5857
|
-
button.
|
|
5817
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:focus {
|
|
5858
5818
|
outline-width: var(--xmlui-outlineWidth-Select-error--focus);
|
|
5859
5819
|
outline-color: var(--xmlui-outlineColor-Select-error--focus);
|
|
5860
5820
|
outline-style: var(--xmlui-outlineStyle-Select-error--focus);
|
|
5861
5821
|
outline-offset: var(--xmlui-outlineOffset-Select-error--focus);
|
|
5862
5822
|
}
|
|
5863
|
-
button.
|
|
5823
|
+
button._selectTrigger_1xb91_46._error_1xb91_21::placeholder {
|
|
5864
5824
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5865
5825
|
}
|
|
5866
|
-
button.
|
|
5826
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29 {
|
|
5867
5827
|
border-radius: var(--xmlui-borderRadius-Select-warning);
|
|
5868
5828
|
border-color: var(--xmlui-borderColor-Select-warning);
|
|
5869
5829
|
border-width: var(--xmlui-borderWidth-Select-warning);
|
|
@@ -5873,22 +5833,22 @@ button._selectTrigger_1ept5_46._warning_1ept5_29 {
|
|
|
5873
5833
|
box-shadow: var(--xmlui-boxShadow-Select-warning);
|
|
5874
5834
|
color: var(--xmlui-textColor-Select-warning);
|
|
5875
5835
|
}
|
|
5876
|
-
button.
|
|
5836
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:hover {
|
|
5877
5837
|
border-color: var(--xmlui-borderColor-Select-warning--hover);
|
|
5878
5838
|
background-color: var(--xmlui-backgroundColor-Select-warning--hover);
|
|
5879
5839
|
box-shadow: var(--xmlui-boxShadow-Select-warning--hover);
|
|
5880
5840
|
color: var(--xmlui-textColor-Select-warning--hover);
|
|
5881
5841
|
}
|
|
5882
|
-
button.
|
|
5842
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:focus {
|
|
5883
5843
|
outline-width: var(--xmlui-outlineWidth-Select-warning--focus);
|
|
5884
5844
|
outline-color: var(--xmlui-outlineColor-Select-warning--focus);
|
|
5885
5845
|
outline-style: var(--xmlui-outlineStyle-Select-warning--focus);
|
|
5886
5846
|
outline-offset: var(--xmlui-outlineOffset-Select-warning--focus);
|
|
5887
5847
|
}
|
|
5888
|
-
button.
|
|
5848
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29::placeholder {
|
|
5889
5849
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5890
5850
|
}
|
|
5891
|
-
button.
|
|
5851
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37 {
|
|
5892
5852
|
border-radius: var(--xmlui-borderRadius-Select-success);
|
|
5893
5853
|
border-color: var(--xmlui-borderColor-Select-success);
|
|
5894
5854
|
border-width: var(--xmlui-borderWidth-Select-success);
|
|
@@ -5898,23 +5858,23 @@ button._selectTrigger_1ept5_46._valid_1ept5_37 {
|
|
|
5898
5858
|
box-shadow: var(--xmlui-boxShadow-Select-success);
|
|
5899
5859
|
color: var(--xmlui-textColor-Select-success);
|
|
5900
5860
|
}
|
|
5901
|
-
button.
|
|
5861
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:hover {
|
|
5902
5862
|
border-color: var(--xmlui-borderColor-Select-success--hover);
|
|
5903
5863
|
background-color: var(--xmlui-backgroundColor-Select-success--hover);
|
|
5904
5864
|
box-shadow: var(--xmlui-boxShadow-Select-success--hover);
|
|
5905
5865
|
color: var(--xmlui-textColor-Select-success--hover);
|
|
5906
5866
|
}
|
|
5907
|
-
button.
|
|
5867
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:focus {
|
|
5908
5868
|
outline-width: var(--xmlui-outlineWidth-Select-success--focus);
|
|
5909
5869
|
outline-color: var(--xmlui-outlineColor-Select-success--focus);
|
|
5910
5870
|
outline-style: var(--xmlui-outlineStyle-Select-success--focus);
|
|
5911
5871
|
outline-offset: var(--xmlui-outlineOffset-Select-success--focus);
|
|
5912
5872
|
}
|
|
5913
|
-
button.
|
|
5873
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37::placeholder {
|
|
5914
5874
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5915
5875
|
}
|
|
5916
5876
|
|
|
5917
|
-
.
|
|
5877
|
+
._selectTrigger_1xb91_46:disabled {
|
|
5918
5878
|
cursor: not-allowed;
|
|
5919
5879
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
5920
5880
|
background-color: var(--xmlui-backgroundColor-Select--disabled);
|
|
@@ -5922,28 +5882,28 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5922
5882
|
border-color: var(--xmlui-borderColor-Select--disabled);
|
|
5923
5883
|
}
|
|
5924
5884
|
|
|
5925
|
-
.
|
|
5885
|
+
._selectTrigger_1xb91_46 > span {
|
|
5926
5886
|
display: -webkit-box;
|
|
5927
5887
|
-webkit-box-orient: vertical;
|
|
5928
5888
|
-webkit-line-clamp: 1;
|
|
5929
5889
|
overflow: hidden;
|
|
5930
5890
|
}
|
|
5931
5891
|
|
|
5932
|
-
.
|
|
5892
|
+
._badgeListContainer_1xb91_170 {
|
|
5933
5893
|
display: flex;
|
|
5934
5894
|
justify-content: space-between;
|
|
5935
5895
|
align-items: center;
|
|
5936
5896
|
width: 100%;
|
|
5937
5897
|
}
|
|
5938
5898
|
|
|
5939
|
-
.
|
|
5899
|
+
._badgeList_1xb91_170 {
|
|
5940
5900
|
gap: 4px;
|
|
5941
5901
|
display: flex;
|
|
5942
5902
|
flex-wrap: wrap;
|
|
5943
5903
|
align-items: center;
|
|
5944
5904
|
}
|
|
5945
5905
|
|
|
5946
|
-
.
|
|
5906
|
+
._badge_1xb91_170 {
|
|
5947
5907
|
width: fit-content;
|
|
5948
5908
|
height: fit-content;
|
|
5949
5909
|
min-width: 0;
|
|
@@ -5960,27 +5920,27 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5960
5920
|
background-color: var(--xmlui-backgroundColor-Select-badge);
|
|
5961
5921
|
color: var(--xmlui-textColor-Select-badge);
|
|
5962
5922
|
}
|
|
5963
|
-
.
|
|
5923
|
+
._badge_1xb91_170:hover {
|
|
5964
5924
|
background-color: var(--xmlui-backgroundColor-Select-badge--hover);
|
|
5965
5925
|
color: var(--xmlui-textColor-Select-badge--hover);
|
|
5966
5926
|
}
|
|
5967
|
-
.
|
|
5927
|
+
._badge_1xb91_170:active {
|
|
5968
5928
|
background-color: var(--xmlui-backgroundColor-Select-badge--active);
|
|
5969
5929
|
color: var(--xmlui-textColor-Select-badge--active);
|
|
5970
5930
|
}
|
|
5971
5931
|
|
|
5972
|
-
.
|
|
5932
|
+
._actions_1xb91_210 {
|
|
5973
5933
|
display: flex;
|
|
5974
5934
|
align-items: center;
|
|
5975
5935
|
justify-content: space-between;
|
|
5976
5936
|
}
|
|
5977
5937
|
|
|
5978
|
-
.
|
|
5938
|
+
._placeholder_1xb91_216 {
|
|
5979
5939
|
display: block;
|
|
5980
5940
|
color: var(--xmlui-textColor-placeholder-Select);
|
|
5981
5941
|
}
|
|
5982
5942
|
|
|
5983
|
-
.
|
|
5943
|
+
._emptyList_1xb91_221 {
|
|
5984
5944
|
display: flex;
|
|
5985
5945
|
gap: 0.2rem;
|
|
5986
5946
|
padding: 10px 0;
|
|
@@ -5990,7 +5950,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5990
5950
|
width: 100%;
|
|
5991
5951
|
}
|
|
5992
5952
|
|
|
5993
|
-
.
|
|
5953
|
+
._selectScrollUpButton_1xb91_231 {
|
|
5994
5954
|
display: flex;
|
|
5995
5955
|
cursor: default;
|
|
5996
5956
|
align-items: center;
|
|
@@ -5999,7 +5959,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5999
5959
|
padding-bottom: 0.25rem;
|
|
6000
5960
|
}
|
|
6001
5961
|
|
|
6002
|
-
.
|
|
5962
|
+
._selectScrollDownButton_1xb91_240 {
|
|
6003
5963
|
display: flex;
|
|
6004
5964
|
cursor: default;
|
|
6005
5965
|
align-items: center;
|
|
@@ -6008,7 +5968,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6008
5968
|
padding-bottom: 0.25rem;
|
|
6009
5969
|
}
|
|
6010
5970
|
|
|
6011
|
-
.
|
|
5971
|
+
._command_1xb91_249 {
|
|
6012
5972
|
display: flex;
|
|
6013
5973
|
flex-direction: column;
|
|
6014
5974
|
height: 100%;
|
|
@@ -6018,14 +5978,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6018
5978
|
background-color: var(--xmlui-backgroundColor-menu-Select);
|
|
6019
5979
|
}
|
|
6020
5980
|
|
|
6021
|
-
.
|
|
5981
|
+
._commandInputContainer_1xb91_259 {
|
|
6022
5982
|
display: flex;
|
|
6023
5983
|
align-items: center;
|
|
6024
5984
|
padding: 0 12px;
|
|
6025
5985
|
border-bottom: 1px solid var(--xmlui-borderColor);
|
|
6026
5986
|
}
|
|
6027
5987
|
|
|
6028
|
-
.
|
|
5988
|
+
._commandInput_1xb91_259 {
|
|
6029
5989
|
flex: 1;
|
|
6030
5990
|
background-color: transparent;
|
|
6031
5991
|
padding: 0.5rem;
|
|
@@ -6033,22 +5993,22 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6033
5993
|
outline: none;
|
|
6034
5994
|
border: none;
|
|
6035
5995
|
}
|
|
6036
|
-
.
|
|
5996
|
+
._commandInput_1xb91_259:focus {
|
|
6037
5997
|
outline: none;
|
|
6038
5998
|
box-shadow: none;
|
|
6039
5999
|
border: 0;
|
|
6040
6000
|
}
|
|
6041
|
-
.
|
|
6001
|
+
._commandInput_1xb91_259:disabled {
|
|
6042
6002
|
cursor: not-allowed;
|
|
6043
6003
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
6044
6004
|
}
|
|
6045
6005
|
|
|
6046
|
-
.
|
|
6006
|
+
._commandList_1xb91_284 {
|
|
6047
6007
|
overflow-y: auto;
|
|
6048
6008
|
overflow-x: hidden;
|
|
6049
6009
|
}
|
|
6050
6010
|
|
|
6051
|
-
.
|
|
6011
|
+
._selectContent_1xb91_289 {
|
|
6052
6012
|
position: relative;
|
|
6053
6013
|
z-index: 50;
|
|
6054
6014
|
overflow: auto;
|
|
@@ -6057,38 +6017,38 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6057
6017
|
box-shadow: var(--xmlui-boxShadow-menu-Select);
|
|
6058
6018
|
border: var(--xmlui-borderWidth-menu-Select) solid var(--xmlui-borderColor-menu-Select);
|
|
6059
6019
|
}
|
|
6060
|
-
.
|
|
6061
|
-
animation:
|
|
6020
|
+
._selectContent_1xb91_289[data-state=open] {
|
|
6021
|
+
animation: _fadeIn_1xb91_1 0.1s ease-in-out, _zoomIn_1xb91_1 0.1s ease-in-out;
|
|
6062
6022
|
}
|
|
6063
|
-
.
|
|
6064
|
-
animation:
|
|
6023
|
+
._selectContent_1xb91_289[data-state=closed] {
|
|
6024
|
+
animation: _fadeOut_1xb91_1 0.1s ease-in-out, _zoomOut_1xb91_1 0.1s ease-in-out;
|
|
6065
6025
|
}
|
|
6066
|
-
.
|
|
6067
|
-
animation:
|
|
6026
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
6027
|
+
animation: _slideInFromTop_1xb91_1 0.08s ease-in-out;
|
|
6068
6028
|
}
|
|
6069
|
-
.
|
|
6070
|
-
animation:
|
|
6029
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
6030
|
+
animation: _slideInFromRight_1xb91_1 0.1s ease-in-out;
|
|
6071
6031
|
}
|
|
6072
|
-
.
|
|
6073
|
-
animation:
|
|
6032
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
6033
|
+
animation: _slideInFromLeft_1xb91_1 0.1s ease-in-out;
|
|
6074
6034
|
}
|
|
6075
|
-
.
|
|
6076
|
-
animation:
|
|
6035
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
6036
|
+
animation: _slideInFromBottom_1xb91_1 0.1s ease-in-out;
|
|
6077
6037
|
}
|
|
6078
|
-
.
|
|
6079
|
-
transform: translateY(0.
|
|
6038
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
6039
|
+
transform: translateY(0.15rem);
|
|
6080
6040
|
}
|
|
6081
|
-
.
|
|
6082
|
-
transform: translateX(-0.
|
|
6041
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
6042
|
+
transform: translateX(-0.15rem);
|
|
6083
6043
|
}
|
|
6084
|
-
.
|
|
6085
|
-
transform: translateX(0.
|
|
6044
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
6045
|
+
transform: translateX(0.15rem);
|
|
6086
6046
|
}
|
|
6087
|
-
.
|
|
6088
|
-
transform: translateY(-0.
|
|
6047
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
6048
|
+
transform: translateY(-0.15rem);
|
|
6089
6049
|
}
|
|
6090
6050
|
|
|
6091
|
-
.
|
|
6051
|
+
._multiComboboxOption_1xb91_329 ._multiComboboxOptionContent_1xb91_329 {
|
|
6092
6052
|
width: 100%;
|
|
6093
6053
|
gap: 1rem;
|
|
6094
6054
|
display: flex;
|
|
@@ -6103,17 +6063,17 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6103
6063
|
padding-top: var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6104
6064
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6105
6065
|
}
|
|
6106
|
-
.
|
|
6066
|
+
._multiComboboxOption_1xb91_329[data-selected=true] {
|
|
6107
6067
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
6108
6068
|
}
|
|
6109
|
-
.
|
|
6069
|
+
._multiComboboxOption_1xb91_329[data-disabled=true] {
|
|
6110
6070
|
pointer-events: none;
|
|
6111
6071
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
6112
6072
|
cursor: not-allowed;
|
|
6113
6073
|
font-style: italic;
|
|
6114
6074
|
}
|
|
6115
6075
|
|
|
6116
|
-
.
|
|
6076
|
+
._selectItem_1xb91_354 {
|
|
6117
6077
|
position: relative;
|
|
6118
6078
|
display: flex;
|
|
6119
6079
|
cursor: default;
|
|
@@ -6122,13 +6082,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6122
6082
|
outline: none;
|
|
6123
6083
|
font-size: var(--xmlui-fontSize-Select);
|
|
6124
6084
|
}
|
|
6125
|
-
.
|
|
6085
|
+
._selectItem_1xb91_354[data-highlighted] {
|
|
6126
6086
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
6127
6087
|
}
|
|
6128
|
-
.
|
|
6088
|
+
._selectItem_1xb91_354[data-state=checked] {
|
|
6129
6089
|
background-color: var(--xmlui-backgroundColor-item-Select--active);
|
|
6130
6090
|
}
|
|
6131
|
-
.
|
|
6091
|
+
._selectItem_1xb91_354 ._selectItemContent_1xb91_369 {
|
|
6132
6092
|
width: 100%;
|
|
6133
6093
|
display: flex;
|
|
6134
6094
|
cursor: default;
|
|
@@ -6142,14 +6102,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6142
6102
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6143
6103
|
}
|
|
6144
6104
|
|
|
6145
|
-
.
|
|
6105
|
+
._selectItem_1xb91_354[data-disabled] {
|
|
6146
6106
|
pointer-events: none;
|
|
6147
6107
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
6148
6108
|
cursor: not-allowed;
|
|
6149
6109
|
font-style: italic;
|
|
6150
6110
|
}
|
|
6151
6111
|
|
|
6152
|
-
.
|
|
6112
|
+
._selectItemIndicator_1xb91_390 {
|
|
6153
6113
|
position: absolute;
|
|
6154
6114
|
right: 0.5rem;
|
|
6155
6115
|
display: flex;
|
|
@@ -6160,13 +6120,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6160
6120
|
color: var(--xmlui-textColor-indicator-Select);
|
|
6161
6121
|
}
|
|
6162
6122
|
|
|
6163
|
-
.
|
|
6123
|
+
._selectViewport_1xb91_401 {
|
|
6164
6124
|
height: var(--radix-select-trigger-height);
|
|
6165
6125
|
width: 100%;
|
|
6166
6126
|
min-width: var(--radix-select-trigger-width);
|
|
6167
6127
|
}
|
|
6168
6128
|
|
|
6169
|
-
.
|
|
6129
|
+
._selectEmpty_1xb91_407 {
|
|
6170
6130
|
display: flex;
|
|
6171
6131
|
gap: 0.2rem;
|
|
6172
6132
|
height: 100%;
|
|
@@ -6177,11 +6137,11 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6177
6137
|
width: 100%;
|
|
6178
6138
|
}
|
|
6179
6139
|
|
|
6180
|
-
.
|
|
6140
|
+
._loading_1xb91_418 {
|
|
6181
6141
|
padding: 0.5rem 1rem;
|
|
6182
6142
|
}
|
|
6183
6143
|
|
|
6184
|
-
.
|
|
6144
|
+
._srOnly_1xb91_422 {
|
|
6185
6145
|
position: absolute;
|
|
6186
6146
|
width: 1px;
|
|
6187
6147
|
height: 1px;
|
|
@@ -6193,7 +6153,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6193
6153
|
border: 0;
|
|
6194
6154
|
}
|
|
6195
6155
|
|
|
6196
|
-
@keyframes
|
|
6156
|
+
@keyframes _fadeIn_1xb91_1 {
|
|
6197
6157
|
from {
|
|
6198
6158
|
opacity: 0;
|
|
6199
6159
|
}
|
|
@@ -6201,7 +6161,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6201
6161
|
opacity: 1;
|
|
6202
6162
|
}
|
|
6203
6163
|
}
|
|
6204
|
-
@keyframes
|
|
6164
|
+
@keyframes _fadeOut_1xb91_1 {
|
|
6205
6165
|
from {
|
|
6206
6166
|
opacity: 1;
|
|
6207
6167
|
}
|
|
@@ -6209,7 +6169,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6209
6169
|
opacity: 0;
|
|
6210
6170
|
}
|
|
6211
6171
|
}
|
|
6212
|
-
@keyframes
|
|
6172
|
+
@keyframes _zoomIn_1xb91_1 {
|
|
6213
6173
|
from {
|
|
6214
6174
|
transform: scale(0.95);
|
|
6215
6175
|
}
|
|
@@ -6217,7 +6177,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6217
6177
|
transform: scale(1);
|
|
6218
6178
|
}
|
|
6219
6179
|
}
|
|
6220
|
-
@keyframes
|
|
6180
|
+
@keyframes _zoomOut_1xb91_1 {
|
|
6221
6181
|
from {
|
|
6222
6182
|
transform: scale(1);
|
|
6223
6183
|
}
|
|
@@ -6225,7 +6185,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6225
6185
|
transform: scale(0.95);
|
|
6226
6186
|
}
|
|
6227
6187
|
}
|
|
6228
|
-
@keyframes
|
|
6188
|
+
@keyframes _slideInFromTop_1xb91_1 {
|
|
6229
6189
|
from {
|
|
6230
6190
|
transform: translateY(-0.75rem);
|
|
6231
6191
|
}
|
|
@@ -6233,7 +6193,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6233
6193
|
transform: translateY(0);
|
|
6234
6194
|
}
|
|
6235
6195
|
}
|
|
6236
|
-
@keyframes
|
|
6196
|
+
@keyframes _slideInFromBottom_1xb91_1 {
|
|
6237
6197
|
from {
|
|
6238
6198
|
transform: translateY(0.75rem);
|
|
6239
6199
|
}
|
|
@@ -6241,7 +6201,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6241
6201
|
transform: translateY(0);
|
|
6242
6202
|
}
|
|
6243
6203
|
}
|
|
6244
|
-
@keyframes
|
|
6204
|
+
@keyframes _slideInFromLeft_1xb91_1 {
|
|
6245
6205
|
from {
|
|
6246
6206
|
transform: translateX(-100%);
|
|
6247
6207
|
}
|
|
@@ -6249,7 +6209,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6249
6209
|
transform: translateX(0);
|
|
6250
6210
|
}
|
|
6251
6211
|
}
|
|
6252
|
-
@keyframes
|
|
6212
|
+
@keyframes _slideInFromRight_1xb91_1 {
|
|
6253
6213
|
from {
|
|
6254
6214
|
transform: translateX(100%);
|
|
6255
6215
|
}
|
|
@@ -7594,7 +7554,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7594
7554
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7595
7555
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7596
7556
|
*/
|
|
7597
|
-
.
|
|
7557
|
+
._outerWrapper_1iosm_13 {
|
|
7598
7558
|
border-left: var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
7599
7559
|
border-right: var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
7600
7560
|
border-top: var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)));
|
|
@@ -7619,7 +7579,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7619
7579
|
height: var(--xmlui-height-Footer);
|
|
7620
7580
|
}
|
|
7621
7581
|
|
|
7622
|
-
.
|
|
7582
|
+
._wrapper_1iosm_38 {
|
|
7623
7583
|
width: 100%;
|
|
7624
7584
|
display: flex;
|
|
7625
7585
|
min-height: 0;
|
|
@@ -7659,8 +7619,8 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7659
7619
|
max-width: var(--xmlui-maxWidth-content-Footer);
|
|
7660
7620
|
margin: 0 auto;
|
|
7661
7621
|
}
|
|
7662
|
-
.
|
|
7663
|
-
max-width:
|
|
7622
|
+
._wrapper_1iosm_38._verticalFullHeader_1iosm_78 {
|
|
7623
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
7664
7624
|
}/*
|
|
7665
7625
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7666
7626
|
*
|