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
|
@@ -985,7 +985,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
985
985
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
986
986
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
987
987
|
*/
|
|
988
|
-
.
|
|
988
|
+
._wrapper_fx8ts_13 {
|
|
989
989
|
--footer-height: 0px;
|
|
990
990
|
--header-height: 0px;
|
|
991
991
|
width: 100%;
|
|
@@ -995,195 +995,152 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
995
995
|
flex-direction: column;
|
|
996
996
|
isolation: isolate;
|
|
997
997
|
}
|
|
998
|
-
.
|
|
998
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 {
|
|
999
999
|
flex-direction: row;
|
|
1000
1000
|
overflow: initial;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._contentWrapper_fx8ts_27 {
|
|
1003
1003
|
overflow: auto;
|
|
1004
1004
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1005
1005
|
position: relative;
|
|
1006
1006
|
scrollbar-gutter: stable both-edges;
|
|
1007
1007
|
}
|
|
1008
|
-
.
|
|
1008
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._navPanelWrapper_fx8ts_33 {
|
|
1009
1009
|
width: var(--xmlui-width-navPanel-App);
|
|
1010
1010
|
flex-shrink: 0;
|
|
1011
1011
|
}
|
|
1012
|
-
.
|
|
1012
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._PagesWrapper_fx8ts_37 {
|
|
1013
1013
|
min-height: initial;
|
|
1014
1014
|
flex: 1;
|
|
1015
1015
|
}
|
|
1016
|
-
.
|
|
1016
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._footerWrapper_fx8ts_41 {
|
|
1017
1017
|
position: static;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._contentWrapper_fx8ts_27 {
|
|
1020
1020
|
scroll-padding-top: var(--header-height);
|
|
1021
1021
|
}
|
|
1022
|
-
.
|
|
1022
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
1023
1023
|
position: sticky;
|
|
1024
1024
|
bottom: 0;
|
|
1025
1025
|
}
|
|
1026
|
-
.
|
|
1026
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 {
|
|
1027
1027
|
overflow: auto;
|
|
1028
1028
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1029
1029
|
}
|
|
1030
|
-
.
|
|
1030
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._PagesWrapper_fx8ts_37 {
|
|
1031
1031
|
min-height: initial;
|
|
1032
1032
|
}
|
|
1033
|
-
.
|
|
1033
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._footerWrapper_fx8ts_41 {
|
|
1034
1034
|
position: static;
|
|
1035
1035
|
}
|
|
1036
|
-
.
|
|
1036
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 {
|
|
1037
1037
|
scroll-padding-top: var(--header-height);
|
|
1038
1038
|
min-height: 100%;
|
|
1039
1039
|
}
|
|
1040
|
-
.
|
|
1040
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
1041
1041
|
position: sticky;
|
|
1042
1042
|
bottom: 0;
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
1044
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._navPanelWrapper_fx8ts_33 {
|
|
1045
1045
|
border-bottom: var(--xmlui-borderBottom-AppHeader);
|
|
1046
1046
|
justify-content: end;
|
|
1047
1047
|
}
|
|
1048
|
-
.
|
|
1048
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 {
|
|
1049
1049
|
min-height: 100%;
|
|
1050
1050
|
height: 100%;
|
|
1051
1051
|
overflow: auto;
|
|
1052
1052
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1053
1053
|
}
|
|
1054
|
-
.
|
|
1054
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._navPanelWrapper_fx8ts_33 {
|
|
1055
1055
|
width: var(--xmlui-width-navPanel-App);
|
|
1056
1056
|
position: sticky;
|
|
1057
1057
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1058
1058
|
top: var(--header-height);
|
|
1059
1059
|
}
|
|
1060
|
-
.
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
height: 100%;
|
|
1064
|
-
}
|
|
1065
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
|
|
1066
|
-
height: 100%;
|
|
1067
|
-
}
|
|
1068
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1069
|
-
height: 100%;
|
|
1070
|
-
}
|
|
1071
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
|
|
1072
|
-
position: sticky;
|
|
1073
|
-
left: 0;
|
|
1074
|
-
right: 0;
|
|
1075
|
-
bottom: 0;
|
|
1076
|
-
}
|
|
1077
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
|
|
1078
|
-
min-height: 100%;
|
|
1079
|
-
height: 100%;
|
|
1080
|
-
overflow: auto;
|
|
1081
|
-
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1082
|
-
}
|
|
1083
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
|
|
1084
|
-
max-width: var(--xmlui-maxWidth-content-App);
|
|
1085
|
-
margin: auto;
|
|
1060
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 {
|
|
1061
|
+
width: 100%;
|
|
1062
|
+
margin: 0 auto;
|
|
1086
1063
|
}
|
|
1087
|
-
.
|
|
1088
|
-
width: var(--xmlui-
|
|
1089
|
-
|
|
1090
|
-
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1091
|
-
top: var(--header-height);
|
|
1064
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
1065
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
1066
|
+
margin: 0 auto;
|
|
1092
1067
|
}
|
|
1093
|
-
.
|
|
1068
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapper_fx8ts_37 {
|
|
1094
1069
|
overflow: initial;
|
|
1095
1070
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1096
1071
|
height: 100%;
|
|
1097
1072
|
}
|
|
1098
|
-
.
|
|
1073
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 {
|
|
1099
1074
|
height: 100%;
|
|
1100
1075
|
}
|
|
1101
|
-
.
|
|
1076
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
1102
1077
|
height: 100%;
|
|
1103
1078
|
}
|
|
1104
|
-
.
|
|
1079
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._footerWrapper_fx8ts_41 {
|
|
1105
1080
|
position: sticky;
|
|
1106
1081
|
left: 0;
|
|
1107
1082
|
right: 0;
|
|
1108
1083
|
bottom: 0;
|
|
1109
1084
|
}
|
|
1110
|
-
.
|
|
1085
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 {
|
|
1111
1086
|
scrollbar-gutter: stable both-edges;
|
|
1112
1087
|
}
|
|
1113
|
-
.
|
|
1088
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 {
|
|
1114
1089
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1115
1090
|
}
|
|
1116
|
-
.
|
|
1091
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 > div {
|
|
1117
1092
|
padding-inline: var(--scrollbar-width);
|
|
1118
1093
|
}
|
|
1119
|
-
.
|
|
1094
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 {
|
|
1120
1095
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1121
1096
|
}
|
|
1122
|
-
.
|
|
1097
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 > div {
|
|
1123
1098
|
padding-inline: var(--scrollbar-width);
|
|
1124
1099
|
}
|
|
1125
|
-
.
|
|
1100
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 {
|
|
1126
1101
|
scroll-padding-top: var(--header-height);
|
|
1127
1102
|
}
|
|
1128
|
-
.
|
|
1103
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._content_fx8ts_27 {
|
|
1129
1104
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1130
1105
|
}
|
|
1131
|
-
.
|
|
1106
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._contentWrapper_fx8ts_27 {
|
|
1132
1107
|
padding-inline: var(--scrollbar-width);
|
|
1133
1108
|
}
|
|
1134
|
-
.
|
|
1135
|
-
scroll-padding-top: var(--header-height);
|
|
1136
|
-
}
|
|
1137
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1138
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
1139
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1140
|
-
margin: auto;
|
|
1141
|
-
}
|
|
1142
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
|
|
1143
|
-
padding-inline: var(--scrollbar-width);
|
|
1144
|
-
}
|
|
1145
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
|
|
1146
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
1147
|
-
}
|
|
1148
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1149
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1150
|
-
}
|
|
1151
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
|
|
1152
|
-
padding-inline: var(--scrollbar-width);
|
|
1153
|
-
}
|
|
1154
|
-
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
|
|
1109
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) {
|
|
1155
1110
|
overflow: hidden;
|
|
1156
1111
|
}
|
|
1157
|
-
.
|
|
1112
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._content_fx8ts_27 {
|
|
1158
1113
|
min-height: 0;
|
|
1159
1114
|
height: 100%;
|
|
1160
1115
|
}
|
|
1161
|
-
.
|
|
1116
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentWrapper_fx8ts_27 {
|
|
1162
1117
|
overflow: initial;
|
|
1163
1118
|
}
|
|
1164
|
-
.
|
|
1165
|
-
|
|
1166
|
-
margin: auto;
|
|
1119
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 {
|
|
1120
|
+
height: 100%;
|
|
1167
1121
|
}
|
|
1168
|
-
.
|
|
1122
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
1123
|
+
height: 100%;
|
|
1124
|
+
}
|
|
1125
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapper_fx8ts_37 {
|
|
1169
1126
|
overflow: auto;
|
|
1170
1127
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1171
1128
|
min-height: 0;
|
|
1172
1129
|
height: 100%;
|
|
1173
1130
|
scrollbar-gutter: stable both-edges;
|
|
1174
1131
|
}
|
|
1175
|
-
.
|
|
1132
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapperInner_fx8ts_98 {
|
|
1176
1133
|
min-height: 100%;
|
|
1177
1134
|
height: 0;
|
|
1178
1135
|
}
|
|
1179
|
-
.
|
|
1136
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 {
|
|
1180
1137
|
scrollbar-gutter: auto;
|
|
1181
1138
|
}
|
|
1182
|
-
.
|
|
1139
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 ._PagesWrapper_fx8ts_37 {
|
|
1183
1140
|
scrollbar-gutter: auto;
|
|
1184
1141
|
}
|
|
1185
1142
|
|
|
1186
|
-
.
|
|
1143
|
+
._headerWrapper_fx8ts_113 {
|
|
1187
1144
|
z-index: 1;
|
|
1188
1145
|
min-height: 0;
|
|
1189
1146
|
flex-shrink: 0;
|
|
@@ -1192,17 +1149,17 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1192
1149
|
box-shadow: var(--xmlui-boxShadow-header-App);
|
|
1193
1150
|
background-color: var(--xmlui-backgroundColor-AppHeader);
|
|
1194
1151
|
}
|
|
1195
|
-
.
|
|
1152
|
+
._headerWrapper_fx8ts_113._sticky_fx8ts_44 {
|
|
1196
1153
|
position: sticky;
|
|
1197
1154
|
}
|
|
1198
1155
|
|
|
1199
|
-
.
|
|
1156
|
+
._content_fx8ts_27 {
|
|
1200
1157
|
display: flex;
|
|
1201
1158
|
flex-direction: row;
|
|
1202
1159
|
isolation: isolate;
|
|
1203
1160
|
}
|
|
1204
1161
|
|
|
1205
|
-
.
|
|
1162
|
+
._contentWrapper_fx8ts_27 {
|
|
1206
1163
|
position: relative;
|
|
1207
1164
|
min-width: 0;
|
|
1208
1165
|
flex: 1;
|
|
@@ -1213,21 +1170,21 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1213
1170
|
border-left: var(--xmlui-borderLeft-content-App);
|
|
1214
1171
|
}
|
|
1215
1172
|
|
|
1216
|
-
.
|
|
1173
|
+
._navPanelWrapper_fx8ts_33 {
|
|
1217
1174
|
display: flex;
|
|
1218
1175
|
position: sticky;
|
|
1219
1176
|
top: 0;
|
|
1220
1177
|
}
|
|
1221
|
-
.
|
|
1178
|
+
._navPanelWrapper_fx8ts_33:empty {
|
|
1222
1179
|
display: none;
|
|
1223
1180
|
}
|
|
1224
1181
|
|
|
1225
|
-
.
|
|
1182
|
+
._PagesWrapper_fx8ts_37 {
|
|
1226
1183
|
flex: 1;
|
|
1227
1184
|
isolation: isolate;
|
|
1228
1185
|
}
|
|
1229
1186
|
|
|
1230
|
-
.
|
|
1187
|
+
._PagesWrapperInner_fx8ts_98 {
|
|
1231
1188
|
--page-padding-left: var(--xmlui-space-4);
|
|
1232
1189
|
--page-padding-right: var(--xmlui-space-4);
|
|
1233
1190
|
--page-padding-top: var(--xmlui-space-5);
|
|
@@ -1245,7 +1202,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1245
1202
|
display: flex;
|
|
1246
1203
|
flex-direction: column;
|
|
1247
1204
|
}
|
|
1248
|
-
.
|
|
1205
|
+
._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
1249
1206
|
padding-top: var(--page-padding-top-override, var(--page-padding-top));
|
|
1250
1207
|
padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
|
|
1251
1208
|
padding-right: var(--page-padding-right-override, var(--page-padding-right));
|
|
@@ -1257,7 +1214,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1257
1214
|
margin-right: calc(-1 * var(--page-padding-right));
|
|
1258
1215
|
}
|
|
1259
1216
|
|
|
1260
|
-
.
|
|
1217
|
+
._footerWrapper_fx8ts_41 {
|
|
1261
1218
|
flex-shrink: 0;
|
|
1262
1219
|
}/*
|
|
1263
1220
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -1391,7 +1348,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1391
1348
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
1392
1349
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
1393
1350
|
*/
|
|
1394
|
-
.
|
|
1351
|
+
._header_1w1cw_13 {
|
|
1395
1352
|
position: relative;
|
|
1396
1353
|
height: var(--xmlui-height-AppHeader);
|
|
1397
1354
|
box-sizing: content-box;
|
|
@@ -1418,7 +1375,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1418
1375
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader));
|
|
1419
1376
|
}
|
|
1420
1377
|
|
|
1421
|
-
.
|
|
1378
|
+
._headerInner_1w1cw_40 {
|
|
1422
1379
|
height: 100%;
|
|
1423
1380
|
flex: 1;
|
|
1424
1381
|
gap: var(--xmlui-space-4);
|
|
@@ -1436,11 +1393,14 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1436
1393
|
width: 100%;
|
|
1437
1394
|
margin: 0 auto;
|
|
1438
1395
|
}
|
|
1439
|
-
.
|
|
1440
|
-
max-width:
|
|
1396
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58 {
|
|
1397
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
1398
|
+
}
|
|
1399
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58._scrollWholePage_1w1cw_61 {
|
|
1400
|
+
padding-left: calc(var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)) - var(--scrollbar-width));
|
|
1441
1401
|
}
|
|
1442
1402
|
|
|
1443
|
-
.
|
|
1403
|
+
._childrenWrapper_1w1cw_65 {
|
|
1444
1404
|
--stack-gap-default: var(--xmlui-space-2);
|
|
1445
1405
|
display: flex;
|
|
1446
1406
|
flex-direction: row;
|
|
@@ -1452,25 +1412,25 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1452
1412
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
1453
1413
|
}
|
|
1454
1414
|
|
|
1455
|
-
.
|
|
1415
|
+
._subNavPanelSlot_1w1cw_77 {
|
|
1456
1416
|
display: flex;
|
|
1457
1417
|
flex-direction: row;
|
|
1458
1418
|
}
|
|
1459
1419
|
|
|
1460
|
-
.
|
|
1420
|
+
._logoAndTitle_1w1cw_82 {
|
|
1461
1421
|
display: flex;
|
|
1462
1422
|
align-items: center;
|
|
1463
1423
|
gap: var(--xmlui-space-4);
|
|
1464
1424
|
height: 100%;
|
|
1465
1425
|
}
|
|
1466
|
-
.
|
|
1426
|
+
._logoAndTitle_1w1cw_82:not(:empty) {
|
|
1467
1427
|
padding-right: var(--xmlui-space-2);
|
|
1468
1428
|
}
|
|
1469
|
-
.
|
|
1429
|
+
._logoAndTitle_1w1cw_82:empty {
|
|
1470
1430
|
display: none;
|
|
1471
1431
|
}
|
|
1472
1432
|
|
|
1473
|
-
.
|
|
1433
|
+
._logoContainer_1w1cw_95:not(:empty) {
|
|
1474
1434
|
flex-shrink: 0;
|
|
1475
1435
|
display: flex;
|
|
1476
1436
|
width: var(--xmlui-width-logo-AppHeader);
|
|
@@ -1483,16 +1443,16 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1483
1443
|
padding-bottom: var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)));
|
|
1484
1444
|
}
|
|
1485
1445
|
|
|
1486
|
-
.
|
|
1446
|
+
._customLogoContainer_1w1cw_108 {
|
|
1487
1447
|
display: flex;
|
|
1488
1448
|
height: 100%;
|
|
1489
1449
|
align-items: center;
|
|
1490
1450
|
}
|
|
1491
|
-
.
|
|
1451
|
+
._customLogoContainer_1w1cw_108 > img {
|
|
1492
1452
|
height: 100%;
|
|
1493
1453
|
}
|
|
1494
1454
|
|
|
1495
|
-
.
|
|
1455
|
+
._rightItems_1w1cw_117 {
|
|
1496
1456
|
--stack-gap-default: var(--xmlui-space-2);
|
|
1497
1457
|
gap: var(--stack-gap-default);
|
|
1498
1458
|
height: 100%;
|
|
@@ -1500,11 +1460,11 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1500
1460
|
flex-direction: row;
|
|
1501
1461
|
align-items: center;
|
|
1502
1462
|
}
|
|
1503
|
-
.
|
|
1463
|
+
._rightItems_1w1cw_117:not(:empty) {
|
|
1504
1464
|
padding-left: var(--xmlui-space-4);
|
|
1505
1465
|
}
|
|
1506
1466
|
|
|
1507
|
-
.
|
|
1467
|
+
._appHub_1w1cw_129 {
|
|
1508
1468
|
text-decoration: none;
|
|
1509
1469
|
margin-right: var(--xmlui-space-4);
|
|
1510
1470
|
width: 40px;
|
|
@@ -1512,10 +1472,10 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1512
1472
|
color: var(--xmlui-textColor-subtitle);
|
|
1513
1473
|
cursor: pointer;
|
|
1514
1474
|
}
|
|
1515
|
-
.
|
|
1475
|
+
._appHub_1w1cw_129:hover {
|
|
1516
1476
|
color: var(--xmlui-textColor-secondary);
|
|
1517
1477
|
}
|
|
1518
|
-
.
|
|
1478
|
+
._appHub_1w1cw_129 svg {
|
|
1519
1479
|
width: 100%;
|
|
1520
1480
|
height: 100%;
|
|
1521
1481
|
}/*
|
|
@@ -5694,40 +5654,40 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
5694
5654
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
5695
5655
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
5696
5656
|
*/
|
|
5697
|
-
.
|
|
5657
|
+
._selectValue_1xb91_13 > span {
|
|
5698
5658
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5699
5659
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5700
5660
|
}
|
|
5701
|
-
.
|
|
5661
|
+
._selectValue_1xb91_13 > span > div {
|
|
5702
5662
|
color: var(--xmlui-textColor-Select-default);
|
|
5703
5663
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5704
5664
|
}
|
|
5705
|
-
.
|
|
5665
|
+
._selectValue_1xb91_13._error_1xb91_21 > span {
|
|
5706
5666
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5707
5667
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5708
5668
|
}
|
|
5709
|
-
.
|
|
5669
|
+
._selectValue_1xb91_13._error_1xb91_21 > span > div {
|
|
5710
5670
|
color: var(--xmlui-textColor-Select-error);
|
|
5711
5671
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5712
5672
|
}
|
|
5713
|
-
.
|
|
5673
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span {
|
|
5714
5674
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5715
5675
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5716
5676
|
}
|
|
5717
|
-
.
|
|
5677
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span > div {
|
|
5718
5678
|
color: var(--xmlui-textColor-Select-warning);
|
|
5719
5679
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5720
5680
|
}
|
|
5721
|
-
.
|
|
5681
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span {
|
|
5722
5682
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5723
5683
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5724
5684
|
}
|
|
5725
|
-
.
|
|
5685
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span > div {
|
|
5726
5686
|
color: var(--xmlui-textColor-Select-success);
|
|
5727
5687
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5728
5688
|
}
|
|
5729
5689
|
|
|
5730
|
-
button.
|
|
5690
|
+
button._selectTrigger_1xb91_46 {
|
|
5731
5691
|
min-height: 2.6rem;
|
|
5732
5692
|
display: flex;
|
|
5733
5693
|
padding: var(--xmlui-space-1) var(--xmlui-space-2);
|
|
@@ -5745,22 +5705,22 @@ button._selectTrigger_1ept5_46 {
|
|
|
5745
5705
|
box-shadow: var(--xmlui-boxShadow-Select-default);
|
|
5746
5706
|
color: var(--xmlui-textColor-Select-default);
|
|
5747
5707
|
}
|
|
5748
|
-
button.
|
|
5708
|
+
button._selectTrigger_1xb91_46:hover {
|
|
5749
5709
|
border-color: var(--xmlui-borderColor-Select-default--hover);
|
|
5750
5710
|
background-color: var(--xmlui-backgroundColor-Select-default--hover);
|
|
5751
5711
|
box-shadow: var(--xmlui-boxShadow-Select-default--hover);
|
|
5752
5712
|
color: var(--xmlui-textColor-Select-default--hover);
|
|
5753
5713
|
}
|
|
5754
|
-
button.
|
|
5714
|
+
button._selectTrigger_1xb91_46:focus {
|
|
5755
5715
|
outline-width: var(--xmlui-outlineWidth-Select-default--focus);
|
|
5756
5716
|
outline-color: var(--xmlui-outlineColor-Select-default--focus);
|
|
5757
5717
|
outline-style: var(--xmlui-outlineStyle-Select-default--focus);
|
|
5758
5718
|
outline-offset: var(--xmlui-outlineOffset-Select-default--focus);
|
|
5759
5719
|
}
|
|
5760
|
-
button.
|
|
5720
|
+
button._selectTrigger_1xb91_46::placeholder {
|
|
5761
5721
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5762
5722
|
}
|
|
5763
|
-
button.
|
|
5723
|
+
button._selectTrigger_1xb91_46._error_1xb91_21 {
|
|
5764
5724
|
border-radius: var(--xmlui-borderRadius-Select-error);
|
|
5765
5725
|
border-color: var(--xmlui-borderColor-Select-error);
|
|
5766
5726
|
border-width: var(--xmlui-borderWidth-Select-error);
|
|
@@ -5770,22 +5730,22 @@ button._selectTrigger_1ept5_46._error_1ept5_21 {
|
|
|
5770
5730
|
box-shadow: var(--xmlui-boxShadow-Select-error);
|
|
5771
5731
|
color: var(--xmlui-textColor-Select-error);
|
|
5772
5732
|
}
|
|
5773
|
-
button.
|
|
5733
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:hover {
|
|
5774
5734
|
border-color: var(--xmlui-borderColor-Select-error--hover);
|
|
5775
5735
|
background-color: var(--xmlui-backgroundColor-Select-error--hover);
|
|
5776
5736
|
box-shadow: var(--xmlui-boxShadow-Select-error--hover);
|
|
5777
5737
|
color: var(--xmlui-textColor-Select-error--hover);
|
|
5778
5738
|
}
|
|
5779
|
-
button.
|
|
5739
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:focus {
|
|
5780
5740
|
outline-width: var(--xmlui-outlineWidth-Select-error--focus);
|
|
5781
5741
|
outline-color: var(--xmlui-outlineColor-Select-error--focus);
|
|
5782
5742
|
outline-style: var(--xmlui-outlineStyle-Select-error--focus);
|
|
5783
5743
|
outline-offset: var(--xmlui-outlineOffset-Select-error--focus);
|
|
5784
5744
|
}
|
|
5785
|
-
button.
|
|
5745
|
+
button._selectTrigger_1xb91_46._error_1xb91_21::placeholder {
|
|
5786
5746
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5787
5747
|
}
|
|
5788
|
-
button.
|
|
5748
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29 {
|
|
5789
5749
|
border-radius: var(--xmlui-borderRadius-Select-warning);
|
|
5790
5750
|
border-color: var(--xmlui-borderColor-Select-warning);
|
|
5791
5751
|
border-width: var(--xmlui-borderWidth-Select-warning);
|
|
@@ -5795,22 +5755,22 @@ button._selectTrigger_1ept5_46._warning_1ept5_29 {
|
|
|
5795
5755
|
box-shadow: var(--xmlui-boxShadow-Select-warning);
|
|
5796
5756
|
color: var(--xmlui-textColor-Select-warning);
|
|
5797
5757
|
}
|
|
5798
|
-
button.
|
|
5758
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:hover {
|
|
5799
5759
|
border-color: var(--xmlui-borderColor-Select-warning--hover);
|
|
5800
5760
|
background-color: var(--xmlui-backgroundColor-Select-warning--hover);
|
|
5801
5761
|
box-shadow: var(--xmlui-boxShadow-Select-warning--hover);
|
|
5802
5762
|
color: var(--xmlui-textColor-Select-warning--hover);
|
|
5803
5763
|
}
|
|
5804
|
-
button.
|
|
5764
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:focus {
|
|
5805
5765
|
outline-width: var(--xmlui-outlineWidth-Select-warning--focus);
|
|
5806
5766
|
outline-color: var(--xmlui-outlineColor-Select-warning--focus);
|
|
5807
5767
|
outline-style: var(--xmlui-outlineStyle-Select-warning--focus);
|
|
5808
5768
|
outline-offset: var(--xmlui-outlineOffset-Select-warning--focus);
|
|
5809
5769
|
}
|
|
5810
|
-
button.
|
|
5770
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29::placeholder {
|
|
5811
5771
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5812
5772
|
}
|
|
5813
|
-
button.
|
|
5773
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37 {
|
|
5814
5774
|
border-radius: var(--xmlui-borderRadius-Select-success);
|
|
5815
5775
|
border-color: var(--xmlui-borderColor-Select-success);
|
|
5816
5776
|
border-width: var(--xmlui-borderWidth-Select-success);
|
|
@@ -5820,23 +5780,23 @@ button._selectTrigger_1ept5_46._valid_1ept5_37 {
|
|
|
5820
5780
|
box-shadow: var(--xmlui-boxShadow-Select-success);
|
|
5821
5781
|
color: var(--xmlui-textColor-Select-success);
|
|
5822
5782
|
}
|
|
5823
|
-
button.
|
|
5783
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:hover {
|
|
5824
5784
|
border-color: var(--xmlui-borderColor-Select-success--hover);
|
|
5825
5785
|
background-color: var(--xmlui-backgroundColor-Select-success--hover);
|
|
5826
5786
|
box-shadow: var(--xmlui-boxShadow-Select-success--hover);
|
|
5827
5787
|
color: var(--xmlui-textColor-Select-success--hover);
|
|
5828
5788
|
}
|
|
5829
|
-
button.
|
|
5789
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:focus {
|
|
5830
5790
|
outline-width: var(--xmlui-outlineWidth-Select-success--focus);
|
|
5831
5791
|
outline-color: var(--xmlui-outlineColor-Select-success--focus);
|
|
5832
5792
|
outline-style: var(--xmlui-outlineStyle-Select-success--focus);
|
|
5833
5793
|
outline-offset: var(--xmlui-outlineOffset-Select-success--focus);
|
|
5834
5794
|
}
|
|
5835
|
-
button.
|
|
5795
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37::placeholder {
|
|
5836
5796
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5837
5797
|
}
|
|
5838
5798
|
|
|
5839
|
-
.
|
|
5799
|
+
._selectTrigger_1xb91_46:disabled {
|
|
5840
5800
|
cursor: not-allowed;
|
|
5841
5801
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
5842
5802
|
background-color: var(--xmlui-backgroundColor-Select--disabled);
|
|
@@ -5844,28 +5804,28 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5844
5804
|
border-color: var(--xmlui-borderColor-Select--disabled);
|
|
5845
5805
|
}
|
|
5846
5806
|
|
|
5847
|
-
.
|
|
5807
|
+
._selectTrigger_1xb91_46 > span {
|
|
5848
5808
|
display: -webkit-box;
|
|
5849
5809
|
-webkit-box-orient: vertical;
|
|
5850
5810
|
-webkit-line-clamp: 1;
|
|
5851
5811
|
overflow: hidden;
|
|
5852
5812
|
}
|
|
5853
5813
|
|
|
5854
|
-
.
|
|
5814
|
+
._badgeListContainer_1xb91_170 {
|
|
5855
5815
|
display: flex;
|
|
5856
5816
|
justify-content: space-between;
|
|
5857
5817
|
align-items: center;
|
|
5858
5818
|
width: 100%;
|
|
5859
5819
|
}
|
|
5860
5820
|
|
|
5861
|
-
.
|
|
5821
|
+
._badgeList_1xb91_170 {
|
|
5862
5822
|
gap: 4px;
|
|
5863
5823
|
display: flex;
|
|
5864
5824
|
flex-wrap: wrap;
|
|
5865
5825
|
align-items: center;
|
|
5866
5826
|
}
|
|
5867
5827
|
|
|
5868
|
-
.
|
|
5828
|
+
._badge_1xb91_170 {
|
|
5869
5829
|
width: fit-content;
|
|
5870
5830
|
height: fit-content;
|
|
5871
5831
|
min-width: 0;
|
|
@@ -5882,27 +5842,27 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5882
5842
|
background-color: var(--xmlui-backgroundColor-Select-badge);
|
|
5883
5843
|
color: var(--xmlui-textColor-Select-badge);
|
|
5884
5844
|
}
|
|
5885
|
-
.
|
|
5845
|
+
._badge_1xb91_170:hover {
|
|
5886
5846
|
background-color: var(--xmlui-backgroundColor-Select-badge--hover);
|
|
5887
5847
|
color: var(--xmlui-textColor-Select-badge--hover);
|
|
5888
5848
|
}
|
|
5889
|
-
.
|
|
5849
|
+
._badge_1xb91_170:active {
|
|
5890
5850
|
background-color: var(--xmlui-backgroundColor-Select-badge--active);
|
|
5891
5851
|
color: var(--xmlui-textColor-Select-badge--active);
|
|
5892
5852
|
}
|
|
5893
5853
|
|
|
5894
|
-
.
|
|
5854
|
+
._actions_1xb91_210 {
|
|
5895
5855
|
display: flex;
|
|
5896
5856
|
align-items: center;
|
|
5897
5857
|
justify-content: space-between;
|
|
5898
5858
|
}
|
|
5899
5859
|
|
|
5900
|
-
.
|
|
5860
|
+
._placeholder_1xb91_216 {
|
|
5901
5861
|
display: block;
|
|
5902
5862
|
color: var(--xmlui-textColor-placeholder-Select);
|
|
5903
5863
|
}
|
|
5904
5864
|
|
|
5905
|
-
.
|
|
5865
|
+
._emptyList_1xb91_221 {
|
|
5906
5866
|
display: flex;
|
|
5907
5867
|
gap: 0.2rem;
|
|
5908
5868
|
padding: 10px 0;
|
|
@@ -5912,7 +5872,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5912
5872
|
width: 100%;
|
|
5913
5873
|
}
|
|
5914
5874
|
|
|
5915
|
-
.
|
|
5875
|
+
._selectScrollUpButton_1xb91_231 {
|
|
5916
5876
|
display: flex;
|
|
5917
5877
|
cursor: default;
|
|
5918
5878
|
align-items: center;
|
|
@@ -5921,7 +5881,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5921
5881
|
padding-bottom: 0.25rem;
|
|
5922
5882
|
}
|
|
5923
5883
|
|
|
5924
|
-
.
|
|
5884
|
+
._selectScrollDownButton_1xb91_240 {
|
|
5925
5885
|
display: flex;
|
|
5926
5886
|
cursor: default;
|
|
5927
5887
|
align-items: center;
|
|
@@ -5930,7 +5890,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5930
5890
|
padding-bottom: 0.25rem;
|
|
5931
5891
|
}
|
|
5932
5892
|
|
|
5933
|
-
.
|
|
5893
|
+
._command_1xb91_249 {
|
|
5934
5894
|
display: flex;
|
|
5935
5895
|
flex-direction: column;
|
|
5936
5896
|
height: 100%;
|
|
@@ -5940,14 +5900,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5940
5900
|
background-color: var(--xmlui-backgroundColor-menu-Select);
|
|
5941
5901
|
}
|
|
5942
5902
|
|
|
5943
|
-
.
|
|
5903
|
+
._commandInputContainer_1xb91_259 {
|
|
5944
5904
|
display: flex;
|
|
5945
5905
|
align-items: center;
|
|
5946
5906
|
padding: 0 12px;
|
|
5947
5907
|
border-bottom: 1px solid var(--xmlui-borderColor);
|
|
5948
5908
|
}
|
|
5949
5909
|
|
|
5950
|
-
.
|
|
5910
|
+
._commandInput_1xb91_259 {
|
|
5951
5911
|
flex: 1;
|
|
5952
5912
|
background-color: transparent;
|
|
5953
5913
|
padding: 0.5rem;
|
|
@@ -5955,22 +5915,22 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5955
5915
|
outline: none;
|
|
5956
5916
|
border: none;
|
|
5957
5917
|
}
|
|
5958
|
-
.
|
|
5918
|
+
._commandInput_1xb91_259:focus {
|
|
5959
5919
|
outline: none;
|
|
5960
5920
|
box-shadow: none;
|
|
5961
5921
|
border: 0;
|
|
5962
5922
|
}
|
|
5963
|
-
.
|
|
5923
|
+
._commandInput_1xb91_259:disabled {
|
|
5964
5924
|
cursor: not-allowed;
|
|
5965
5925
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
5966
5926
|
}
|
|
5967
5927
|
|
|
5968
|
-
.
|
|
5928
|
+
._commandList_1xb91_284 {
|
|
5969
5929
|
overflow-y: auto;
|
|
5970
5930
|
overflow-x: hidden;
|
|
5971
5931
|
}
|
|
5972
5932
|
|
|
5973
|
-
.
|
|
5933
|
+
._selectContent_1xb91_289 {
|
|
5974
5934
|
position: relative;
|
|
5975
5935
|
z-index: 50;
|
|
5976
5936
|
overflow: auto;
|
|
@@ -5979,38 +5939,38 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5979
5939
|
box-shadow: var(--xmlui-boxShadow-menu-Select);
|
|
5980
5940
|
border: var(--xmlui-borderWidth-menu-Select) solid var(--xmlui-borderColor-menu-Select);
|
|
5981
5941
|
}
|
|
5982
|
-
.
|
|
5983
|
-
animation:
|
|
5942
|
+
._selectContent_1xb91_289[data-state=open] {
|
|
5943
|
+
animation: _fadeIn_1xb91_1 0.1s ease-in-out, _zoomIn_1xb91_1 0.1s ease-in-out;
|
|
5984
5944
|
}
|
|
5985
|
-
.
|
|
5986
|
-
animation:
|
|
5945
|
+
._selectContent_1xb91_289[data-state=closed] {
|
|
5946
|
+
animation: _fadeOut_1xb91_1 0.1s ease-in-out, _zoomOut_1xb91_1 0.1s ease-in-out;
|
|
5987
5947
|
}
|
|
5988
|
-
.
|
|
5989
|
-
animation:
|
|
5948
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
5949
|
+
animation: _slideInFromTop_1xb91_1 0.08s ease-in-out;
|
|
5990
5950
|
}
|
|
5991
|
-
.
|
|
5992
|
-
animation:
|
|
5951
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
5952
|
+
animation: _slideInFromRight_1xb91_1 0.1s ease-in-out;
|
|
5993
5953
|
}
|
|
5994
|
-
.
|
|
5995
|
-
animation:
|
|
5954
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
5955
|
+
animation: _slideInFromLeft_1xb91_1 0.1s ease-in-out;
|
|
5996
5956
|
}
|
|
5997
|
-
.
|
|
5998
|
-
animation:
|
|
5957
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
5958
|
+
animation: _slideInFromBottom_1xb91_1 0.1s ease-in-out;
|
|
5999
5959
|
}
|
|
6000
|
-
.
|
|
6001
|
-
transform: translateY(0.
|
|
5960
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
5961
|
+
transform: translateY(0.15rem);
|
|
6002
5962
|
}
|
|
6003
|
-
.
|
|
6004
|
-
transform: translateX(-0.
|
|
5963
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
5964
|
+
transform: translateX(-0.15rem);
|
|
6005
5965
|
}
|
|
6006
|
-
.
|
|
6007
|
-
transform: translateX(0.
|
|
5966
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
5967
|
+
transform: translateX(0.15rem);
|
|
6008
5968
|
}
|
|
6009
|
-
.
|
|
6010
|
-
transform: translateY(-0.
|
|
5969
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
5970
|
+
transform: translateY(-0.15rem);
|
|
6011
5971
|
}
|
|
6012
5972
|
|
|
6013
|
-
.
|
|
5973
|
+
._multiComboboxOption_1xb91_329 ._multiComboboxOptionContent_1xb91_329 {
|
|
6014
5974
|
width: 100%;
|
|
6015
5975
|
gap: 1rem;
|
|
6016
5976
|
display: flex;
|
|
@@ -6025,17 +5985,17 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6025
5985
|
padding-top: var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6026
5986
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6027
5987
|
}
|
|
6028
|
-
.
|
|
5988
|
+
._multiComboboxOption_1xb91_329[data-selected=true] {
|
|
6029
5989
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
6030
5990
|
}
|
|
6031
|
-
.
|
|
5991
|
+
._multiComboboxOption_1xb91_329[data-disabled=true] {
|
|
6032
5992
|
pointer-events: none;
|
|
6033
5993
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
6034
5994
|
cursor: not-allowed;
|
|
6035
5995
|
font-style: italic;
|
|
6036
5996
|
}
|
|
6037
5997
|
|
|
6038
|
-
.
|
|
5998
|
+
._selectItem_1xb91_354 {
|
|
6039
5999
|
position: relative;
|
|
6040
6000
|
display: flex;
|
|
6041
6001
|
cursor: default;
|
|
@@ -6044,13 +6004,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6044
6004
|
outline: none;
|
|
6045
6005
|
font-size: var(--xmlui-fontSize-Select);
|
|
6046
6006
|
}
|
|
6047
|
-
.
|
|
6007
|
+
._selectItem_1xb91_354[data-highlighted] {
|
|
6048
6008
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
6049
6009
|
}
|
|
6050
|
-
.
|
|
6010
|
+
._selectItem_1xb91_354[data-state=checked] {
|
|
6051
6011
|
background-color: var(--xmlui-backgroundColor-item-Select--active);
|
|
6052
6012
|
}
|
|
6053
|
-
.
|
|
6013
|
+
._selectItem_1xb91_354 ._selectItemContent_1xb91_369 {
|
|
6054
6014
|
width: 100%;
|
|
6055
6015
|
display: flex;
|
|
6056
6016
|
cursor: default;
|
|
@@ -6064,14 +6024,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6064
6024
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
6065
6025
|
}
|
|
6066
6026
|
|
|
6067
|
-
.
|
|
6027
|
+
._selectItem_1xb91_354[data-disabled] {
|
|
6068
6028
|
pointer-events: none;
|
|
6069
6029
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
6070
6030
|
cursor: not-allowed;
|
|
6071
6031
|
font-style: italic;
|
|
6072
6032
|
}
|
|
6073
6033
|
|
|
6074
|
-
.
|
|
6034
|
+
._selectItemIndicator_1xb91_390 {
|
|
6075
6035
|
position: absolute;
|
|
6076
6036
|
right: 0.5rem;
|
|
6077
6037
|
display: flex;
|
|
@@ -6082,13 +6042,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6082
6042
|
color: var(--xmlui-textColor-indicator-Select);
|
|
6083
6043
|
}
|
|
6084
6044
|
|
|
6085
|
-
.
|
|
6045
|
+
._selectViewport_1xb91_401 {
|
|
6086
6046
|
height: var(--radix-select-trigger-height);
|
|
6087
6047
|
width: 100%;
|
|
6088
6048
|
min-width: var(--radix-select-trigger-width);
|
|
6089
6049
|
}
|
|
6090
6050
|
|
|
6091
|
-
.
|
|
6051
|
+
._selectEmpty_1xb91_407 {
|
|
6092
6052
|
display: flex;
|
|
6093
6053
|
gap: 0.2rem;
|
|
6094
6054
|
height: 100%;
|
|
@@ -6099,11 +6059,11 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6099
6059
|
width: 100%;
|
|
6100
6060
|
}
|
|
6101
6061
|
|
|
6102
|
-
.
|
|
6062
|
+
._loading_1xb91_418 {
|
|
6103
6063
|
padding: 0.5rem 1rem;
|
|
6104
6064
|
}
|
|
6105
6065
|
|
|
6106
|
-
.
|
|
6066
|
+
._srOnly_1xb91_422 {
|
|
6107
6067
|
position: absolute;
|
|
6108
6068
|
width: 1px;
|
|
6109
6069
|
height: 1px;
|
|
@@ -6115,7 +6075,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6115
6075
|
border: 0;
|
|
6116
6076
|
}
|
|
6117
6077
|
|
|
6118
|
-
@keyframes
|
|
6078
|
+
@keyframes _fadeIn_1xb91_1 {
|
|
6119
6079
|
from {
|
|
6120
6080
|
opacity: 0;
|
|
6121
6081
|
}
|
|
@@ -6123,7 +6083,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6123
6083
|
opacity: 1;
|
|
6124
6084
|
}
|
|
6125
6085
|
}
|
|
6126
|
-
@keyframes
|
|
6086
|
+
@keyframes _fadeOut_1xb91_1 {
|
|
6127
6087
|
from {
|
|
6128
6088
|
opacity: 1;
|
|
6129
6089
|
}
|
|
@@ -6131,7 +6091,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6131
6091
|
opacity: 0;
|
|
6132
6092
|
}
|
|
6133
6093
|
}
|
|
6134
|
-
@keyframes
|
|
6094
|
+
@keyframes _zoomIn_1xb91_1 {
|
|
6135
6095
|
from {
|
|
6136
6096
|
transform: scale(0.95);
|
|
6137
6097
|
}
|
|
@@ -6139,7 +6099,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6139
6099
|
transform: scale(1);
|
|
6140
6100
|
}
|
|
6141
6101
|
}
|
|
6142
|
-
@keyframes
|
|
6102
|
+
@keyframes _zoomOut_1xb91_1 {
|
|
6143
6103
|
from {
|
|
6144
6104
|
transform: scale(1);
|
|
6145
6105
|
}
|
|
@@ -6147,7 +6107,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6147
6107
|
transform: scale(0.95);
|
|
6148
6108
|
}
|
|
6149
6109
|
}
|
|
6150
|
-
@keyframes
|
|
6110
|
+
@keyframes _slideInFromTop_1xb91_1 {
|
|
6151
6111
|
from {
|
|
6152
6112
|
transform: translateY(-0.75rem);
|
|
6153
6113
|
}
|
|
@@ -6155,7 +6115,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6155
6115
|
transform: translateY(0);
|
|
6156
6116
|
}
|
|
6157
6117
|
}
|
|
6158
|
-
@keyframes
|
|
6118
|
+
@keyframes _slideInFromBottom_1xb91_1 {
|
|
6159
6119
|
from {
|
|
6160
6120
|
transform: translateY(0.75rem);
|
|
6161
6121
|
}
|
|
@@ -6163,7 +6123,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6163
6123
|
transform: translateY(0);
|
|
6164
6124
|
}
|
|
6165
6125
|
}
|
|
6166
|
-
@keyframes
|
|
6126
|
+
@keyframes _slideInFromLeft_1xb91_1 {
|
|
6167
6127
|
from {
|
|
6168
6128
|
transform: translateX(-100%);
|
|
6169
6129
|
}
|
|
@@ -6171,7 +6131,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6171
6131
|
transform: translateX(0);
|
|
6172
6132
|
}
|
|
6173
6133
|
}
|
|
6174
|
-
@keyframes
|
|
6134
|
+
@keyframes _slideInFromRight_1xb91_1 {
|
|
6175
6135
|
from {
|
|
6176
6136
|
transform: translateX(100%);
|
|
6177
6137
|
}
|
|
@@ -7516,7 +7476,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7516
7476
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
7517
7477
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
7518
7478
|
*/
|
|
7519
|
-
.
|
|
7479
|
+
._outerWrapper_1iosm_13 {
|
|
7520
7480
|
border-left: var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
7521
7481
|
border-right: var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
7522
7482
|
border-top: var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)));
|
|
@@ -7541,7 +7501,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7541
7501
|
height: var(--xmlui-height-Footer);
|
|
7542
7502
|
}
|
|
7543
7503
|
|
|
7544
|
-
.
|
|
7504
|
+
._wrapper_1iosm_38 {
|
|
7545
7505
|
width: 100%;
|
|
7546
7506
|
display: flex;
|
|
7547
7507
|
min-height: 0;
|
|
@@ -7581,8 +7541,8 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
7581
7541
|
max-width: var(--xmlui-maxWidth-content-Footer);
|
|
7582
7542
|
margin: 0 auto;
|
|
7583
7543
|
}
|
|
7584
|
-
.
|
|
7585
|
-
max-width:
|
|
7544
|
+
._wrapper_1iosm_38._verticalFullHeader_1iosm_78 {
|
|
7545
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
7586
7546
|
}/*
|
|
7587
7547
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
7588
7548
|
*
|
|
@@ -16138,10 +16098,10 @@ li .htmlOl {
|
|
|
16138
16098
|
var reactDomExports = reactDom.exports;
|
|
16139
16099
|
const ReactDOM = /* @__PURE__ */ getDefaultExportFromCjs(reactDomExports);
|
|
16140
16100
|
var client = {};
|
|
16141
|
-
var m$
|
|
16101
|
+
var m$6 = reactDomExports;
|
|
16142
16102
|
{
|
|
16143
|
-
client.createRoot = m$
|
|
16144
|
-
client.hydrateRoot = m$
|
|
16103
|
+
client.createRoot = m$6.createRoot;
|
|
16104
|
+
client.hydrateRoot = m$6.hydrateRoot;
|
|
16145
16105
|
}
|
|
16146
16106
|
class Subscribable {
|
|
16147
16107
|
constructor() {
|
|
@@ -17193,7 +17153,7 @@ li .htmlOl {
|
|
|
17193
17153
|
});
|
|
17194
17154
|
}
|
|
17195
17155
|
}
|
|
17196
|
-
var define_process_env_default$a = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
17156
|
+
var define_process_env_default$a = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.23 (built 5/1/2025)" };
|
|
17197
17157
|
class Mutation extends Removable {
|
|
17198
17158
|
constructor(config) {
|
|
17199
17159
|
super();
|
|
@@ -18663,7 +18623,7 @@ li .htmlOl {
|
|
|
18663
18623
|
var t2 = tn$1[r2];
|
|
18664
18624
|
return t2 || n$4(18, r2), t2;
|
|
18665
18625
|
}
|
|
18666
|
-
function m$
|
|
18626
|
+
function m$5(n2, r2) {
|
|
18667
18627
|
tn$1[n2] || (tn$1[n2] = r2);
|
|
18668
18628
|
}
|
|
18669
18629
|
function _$4() {
|
|
@@ -18678,7 +18638,7 @@ li .htmlOl {
|
|
|
18678
18638
|
function g$4(n2) {
|
|
18679
18639
|
n2 === U$5 && (U$5 = n2.l);
|
|
18680
18640
|
}
|
|
18681
|
-
function w$
|
|
18641
|
+
function w$4(n2) {
|
|
18682
18642
|
return U$5 = { p: [], l: U$5, h: n2, m: true, _: 0 };
|
|
18683
18643
|
}
|
|
18684
18644
|
function S$4(n2) {
|
|
@@ -18889,7 +18849,7 @@ li .htmlOl {
|
|
|
18889
18849
|
for (var t3 = this.values(), e3 = t3.next(); !e3.done; ) n3.call(r3, e3.value, e3.value, this), e3 = t3.next();
|
|
18890
18850
|
}, n2;
|
|
18891
18851
|
}();
|
|
18892
|
-
m$
|
|
18852
|
+
m$5("MapSet", { N: function(n2, r3) {
|
|
18893
18853
|
return new f2(n2, r3);
|
|
18894
18854
|
}, T: function(n2, r3) {
|
|
18895
18855
|
return new c2(n2, r3);
|
|
@@ -18966,7 +18926,7 @@ li .htmlOl {
|
|
|
18966
18926
|
}
|
|
18967
18927
|
var f2;
|
|
18968
18928
|
if ("function" != typeof i3 && n$4(6), void 0 !== o2 && "function" != typeof o2 && n$4(7), t$3(r3)) {
|
|
18969
|
-
var c2 = w$
|
|
18929
|
+
var c2 = w$4(e3), s2 = R$3(e3, r3, void 0), v2 = true;
|
|
18970
18930
|
try {
|
|
18971
18931
|
f2 = i3(s2), v2 = false;
|
|
18972
18932
|
} finally {
|
|
@@ -19004,7 +18964,7 @@ li .htmlOl {
|
|
|
19004
18964
|
var i2 = e2.prototype;
|
|
19005
18965
|
return i2.createDraft = function(e3) {
|
|
19006
18966
|
t$3(e3) || n$4(8), r$3(e3) && (e3 = D$5(e3));
|
|
19007
|
-
var i3 = w$
|
|
18967
|
+
var i3 = w$4(this), o2 = R$3(this, e3, void 0);
|
|
19008
18968
|
return o2[Q$3].C = true, g$4(i3), o2;
|
|
19009
18969
|
}, i2.finishDraft = function(r2, t2) {
|
|
19010
18970
|
var e3 = r2 && r2[Q$3];
|
|
@@ -20409,9 +20369,9 @@ ${error2.errorObject}`;
|
|
|
20409
20369
|
});
|
|
20410
20370
|
return result;
|
|
20411
20371
|
}
|
|
20412
|
-
function setToArray(
|
|
20413
|
-
var index2 = -1, result = Array(
|
|
20414
|
-
|
|
20372
|
+
function setToArray(set2) {
|
|
20373
|
+
var index2 = -1, result = Array(set2.size);
|
|
20374
|
+
set2.forEach(function(value) {
|
|
20415
20375
|
result[++index2] = value;
|
|
20416
20376
|
});
|
|
20417
20377
|
return result;
|
|
@@ -21153,6 +21113,9 @@ ${error2.errorObject}`;
|
|
|
21153
21113
|
var pick$1 = flatRest(function(object, paths) {
|
|
21154
21114
|
return object == null ? {} : basePick(object, paths);
|
|
21155
21115
|
});
|
|
21116
|
+
function set(object, path2, value) {
|
|
21117
|
+
return object == null ? object : baseSet(object, path2, value);
|
|
21118
|
+
}
|
|
21156
21119
|
function setWith(object, path2, value, customizer) {
|
|
21157
21120
|
customizer = typeof customizer == "function" ? customizer : void 0;
|
|
21158
21121
|
return object == null ? object : baseSet(object, path2, value, customizer);
|
|
@@ -21193,9 +21156,9 @@ ${error2.errorObject}`;
|
|
|
21193
21156
|
function baseUniq(array, iteratee, comparator) {
|
|
21194
21157
|
var index2 = -1, includes = arrayIncludes, length = array.length, isCommon = true, result = [], seen = result;
|
|
21195
21158
|
if (length >= LARGE_ARRAY_SIZE) {
|
|
21196
|
-
var
|
|
21197
|
-
if (
|
|
21198
|
-
return setToArray(
|
|
21159
|
+
var set2 = createSet(array);
|
|
21160
|
+
if (set2) {
|
|
21161
|
+
return setToArray(set2);
|
|
21199
21162
|
}
|
|
21200
21163
|
isCommon = false;
|
|
21201
21164
|
includes = cacheHas;
|
|
@@ -23213,7 +23176,7 @@ ${error2.errorObject}`;
|
|
|
23213
23176
|
}
|
|
23214
23177
|
}, {
|
|
23215
23178
|
key: "set",
|
|
23216
|
-
value: function
|
|
23179
|
+
value: function set2(utcDate, flags2, options2) {
|
|
23217
23180
|
return this.setValue(utcDate, flags2, this.value, options2);
|
|
23218
23181
|
}
|
|
23219
23182
|
}]);
|
|
@@ -23235,7 +23198,7 @@ ${error2.errorObject}`;
|
|
|
23235
23198
|
}
|
|
23236
23199
|
_createClass(DateToSystemTimezoneSetter2, [{
|
|
23237
23200
|
key: "set",
|
|
23238
|
-
value: function
|
|
23201
|
+
value: function set2(date, flags2) {
|
|
23239
23202
|
if (flags2.timestampIsSet) {
|
|
23240
23203
|
return date;
|
|
23241
23204
|
}
|
|
@@ -23317,7 +23280,7 @@ ${error2.errorObject}`;
|
|
|
23317
23280
|
}
|
|
23318
23281
|
}, {
|
|
23319
23282
|
key: "set",
|
|
23320
|
-
value: function
|
|
23283
|
+
value: function set2(date, flags2, value) {
|
|
23321
23284
|
flags2.era = value;
|
|
23322
23285
|
date.setUTCFullYear(value, 0, 1);
|
|
23323
23286
|
date.setUTCHours(0, 0, 0, 0);
|
|
@@ -23517,7 +23480,7 @@ ${error2.errorObject}`;
|
|
|
23517
23480
|
}
|
|
23518
23481
|
}, {
|
|
23519
23482
|
key: "set",
|
|
23520
|
-
value: function
|
|
23483
|
+
value: function set2(date, flags2, value) {
|
|
23521
23484
|
var currentYear = date.getUTCFullYear();
|
|
23522
23485
|
if (value.isTwoDigitYear) {
|
|
23523
23486
|
var normalizedTwoDigitYear = normalizeTwoDigitYear(value.year, currentYear);
|
|
@@ -23574,7 +23537,7 @@ ${error2.errorObject}`;
|
|
|
23574
23537
|
}
|
|
23575
23538
|
}, {
|
|
23576
23539
|
key: "set",
|
|
23577
|
-
value: function
|
|
23540
|
+
value: function set2(date, flags2, value, options2) {
|
|
23578
23541
|
var currentYear = getUTCWeekYear(date, options2);
|
|
23579
23542
|
if (value.isTwoDigitYear) {
|
|
23580
23543
|
var normalizedTwoDigitYear = normalizeTwoDigitYear(value.year, currentYear);
|
|
@@ -23614,7 +23577,7 @@ ${error2.errorObject}`;
|
|
|
23614
23577
|
}
|
|
23615
23578
|
}, {
|
|
23616
23579
|
key: "set",
|
|
23617
|
-
value: function
|
|
23580
|
+
value: function set2(_date, _flags, value) {
|
|
23618
23581
|
var firstWeekOfYear = /* @__PURE__ */ new Date(0);
|
|
23619
23582
|
firstWeekOfYear.setUTCFullYear(value, 0, 4);
|
|
23620
23583
|
firstWeekOfYear.setUTCHours(0, 0, 0, 0);
|
|
@@ -23647,7 +23610,7 @@ ${error2.errorObject}`;
|
|
|
23647
23610
|
}
|
|
23648
23611
|
}, {
|
|
23649
23612
|
key: "set",
|
|
23650
|
-
value: function
|
|
23613
|
+
value: function set2(date, _flags, value) {
|
|
23651
23614
|
date.setUTCFullYear(value, 0, 1);
|
|
23652
23615
|
date.setUTCHours(0, 0, 0, 0);
|
|
23653
23616
|
return date;
|
|
@@ -23714,7 +23677,7 @@ ${error2.errorObject}`;
|
|
|
23714
23677
|
}
|
|
23715
23678
|
}, {
|
|
23716
23679
|
key: "set",
|
|
23717
|
-
value: function
|
|
23680
|
+
value: function set2(date, _flags, value) {
|
|
23718
23681
|
date.setUTCMonth((value - 1) * 3, 1);
|
|
23719
23682
|
date.setUTCHours(0, 0, 0, 0);
|
|
23720
23683
|
return date;
|
|
@@ -23781,7 +23744,7 @@ ${error2.errorObject}`;
|
|
|
23781
23744
|
}
|
|
23782
23745
|
}, {
|
|
23783
23746
|
key: "set",
|
|
23784
|
-
value: function
|
|
23747
|
+
value: function set2(date, _flags, value) {
|
|
23785
23748
|
date.setUTCMonth((value - 1) * 3, 1);
|
|
23786
23749
|
date.setUTCHours(0, 0, 0, 0);
|
|
23787
23750
|
return date;
|
|
@@ -23852,7 +23815,7 @@ ${error2.errorObject}`;
|
|
|
23852
23815
|
}
|
|
23853
23816
|
}, {
|
|
23854
23817
|
key: "set",
|
|
23855
|
-
value: function
|
|
23818
|
+
value: function set2(date, _flags, value) {
|
|
23856
23819
|
date.setUTCMonth(value, 1);
|
|
23857
23820
|
date.setUTCHours(0, 0, 0, 0);
|
|
23858
23821
|
return date;
|
|
@@ -23923,7 +23886,7 @@ ${error2.errorObject}`;
|
|
|
23923
23886
|
}
|
|
23924
23887
|
}, {
|
|
23925
23888
|
key: "set",
|
|
23926
|
-
value: function
|
|
23889
|
+
value: function set2(date, _flags, value) {
|
|
23927
23890
|
date.setUTCMonth(value, 1);
|
|
23928
23891
|
date.setUTCHours(0, 0, 0, 0);
|
|
23929
23892
|
return date;
|
|
@@ -23974,7 +23937,7 @@ ${error2.errorObject}`;
|
|
|
23974
23937
|
}
|
|
23975
23938
|
}, {
|
|
23976
23939
|
key: "set",
|
|
23977
|
-
value: function
|
|
23940
|
+
value: function set2(date, _flags, value, options2) {
|
|
23978
23941
|
return startOfUTCWeek(setUTCWeek(date, value, options2), options2);
|
|
23979
23942
|
}
|
|
23980
23943
|
}]);
|
|
@@ -24023,7 +23986,7 @@ ${error2.errorObject}`;
|
|
|
24023
23986
|
}
|
|
24024
23987
|
}, {
|
|
24025
23988
|
key: "set",
|
|
24026
|
-
value: function
|
|
23989
|
+
value: function set2(date, _flags, value) {
|
|
24027
23990
|
return startOfUTCISOWeek(setUTCISOWeek(date, value));
|
|
24028
23991
|
}
|
|
24029
23992
|
}]);
|
|
@@ -24074,7 +24037,7 @@ ${error2.errorObject}`;
|
|
|
24074
24037
|
}
|
|
24075
24038
|
}, {
|
|
24076
24039
|
key: "set",
|
|
24077
|
-
value: function
|
|
24040
|
+
value: function set2(date, _flags, value) {
|
|
24078
24041
|
date.setUTCDate(value);
|
|
24079
24042
|
date.setUTCHours(0, 0, 0, 0);
|
|
24080
24043
|
return date;
|
|
@@ -24125,7 +24088,7 @@ ${error2.errorObject}`;
|
|
|
24125
24088
|
}
|
|
24126
24089
|
}, {
|
|
24127
24090
|
key: "set",
|
|
24128
|
-
value: function
|
|
24091
|
+
value: function set2(date, _flags, value) {
|
|
24129
24092
|
date.setUTCMonth(0, value);
|
|
24130
24093
|
date.setUTCHours(0, 0, 0, 0);
|
|
24131
24094
|
return date;
|
|
@@ -24218,7 +24181,7 @@ ${error2.errorObject}`;
|
|
|
24218
24181
|
}
|
|
24219
24182
|
}, {
|
|
24220
24183
|
key: "set",
|
|
24221
|
-
value: function
|
|
24184
|
+
value: function set2(date, _flags, value, options2) {
|
|
24222
24185
|
date = setUTCDay(date, value, options2);
|
|
24223
24186
|
date.setUTCHours(0, 0, 0, 0);
|
|
24224
24187
|
return date;
|
|
@@ -24303,7 +24266,7 @@ ${error2.errorObject}`;
|
|
|
24303
24266
|
}
|
|
24304
24267
|
}, {
|
|
24305
24268
|
key: "set",
|
|
24306
|
-
value: function
|
|
24269
|
+
value: function set2(date, _flags, value, options2) {
|
|
24307
24270
|
date = setUTCDay(date, value, options2);
|
|
24308
24271
|
date.setUTCHours(0, 0, 0, 0);
|
|
24309
24272
|
return date;
|
|
@@ -24388,7 +24351,7 @@ ${error2.errorObject}`;
|
|
|
24388
24351
|
}
|
|
24389
24352
|
}, {
|
|
24390
24353
|
key: "set",
|
|
24391
|
-
value: function
|
|
24354
|
+
value: function set2(date, _flags, value, options2) {
|
|
24392
24355
|
date = setUTCDay(date, value, options2);
|
|
24393
24356
|
date.setUTCHours(0, 0, 0, 0);
|
|
24394
24357
|
return date;
|
|
@@ -24490,7 +24453,7 @@ ${error2.errorObject}`;
|
|
|
24490
24453
|
}
|
|
24491
24454
|
}, {
|
|
24492
24455
|
key: "set",
|
|
24493
|
-
value: function
|
|
24456
|
+
value: function set2(date, _flags, value) {
|
|
24494
24457
|
date = setUTCISODay(date, value);
|
|
24495
24458
|
date.setUTCHours(0, 0, 0, 0);
|
|
24496
24459
|
return date;
|
|
@@ -24547,7 +24510,7 @@ ${error2.errorObject}`;
|
|
|
24547
24510
|
}
|
|
24548
24511
|
}, {
|
|
24549
24512
|
key: "set",
|
|
24550
|
-
value: function
|
|
24513
|
+
value: function set2(date, _flags, value) {
|
|
24551
24514
|
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
24552
24515
|
return date;
|
|
24553
24516
|
}
|
|
@@ -24603,7 +24566,7 @@ ${error2.errorObject}`;
|
|
|
24603
24566
|
}
|
|
24604
24567
|
}, {
|
|
24605
24568
|
key: "set",
|
|
24606
|
-
value: function
|
|
24569
|
+
value: function set2(date, _flags, value) {
|
|
24607
24570
|
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
24608
24571
|
return date;
|
|
24609
24572
|
}
|
|
@@ -24659,7 +24622,7 @@ ${error2.errorObject}`;
|
|
|
24659
24622
|
}
|
|
24660
24623
|
}, {
|
|
24661
24624
|
key: "set",
|
|
24662
|
-
value: function
|
|
24625
|
+
value: function set2(date, _flags, value) {
|
|
24663
24626
|
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
24664
24627
|
return date;
|
|
24665
24628
|
}
|
|
@@ -24701,7 +24664,7 @@ ${error2.errorObject}`;
|
|
|
24701
24664
|
}
|
|
24702
24665
|
}, {
|
|
24703
24666
|
key: "set",
|
|
24704
|
-
value: function
|
|
24667
|
+
value: function set2(date, _flags, value) {
|
|
24705
24668
|
var isPM = date.getUTCHours() >= 12;
|
|
24706
24669
|
if (isPM && value < 12) {
|
|
24707
24670
|
date.setUTCHours(value + 12, 0, 0, 0);
|
|
@@ -24750,7 +24713,7 @@ ${error2.errorObject}`;
|
|
|
24750
24713
|
}
|
|
24751
24714
|
}, {
|
|
24752
24715
|
key: "set",
|
|
24753
|
-
value: function
|
|
24716
|
+
value: function set2(date, _flags, value) {
|
|
24754
24717
|
date.setUTCHours(value, 0, 0, 0);
|
|
24755
24718
|
return date;
|
|
24756
24719
|
}
|
|
@@ -24792,7 +24755,7 @@ ${error2.errorObject}`;
|
|
|
24792
24755
|
}
|
|
24793
24756
|
}, {
|
|
24794
24757
|
key: "set",
|
|
24795
|
-
value: function
|
|
24758
|
+
value: function set2(date, _flags, value) {
|
|
24796
24759
|
var isPM = date.getUTCHours() >= 12;
|
|
24797
24760
|
if (isPM && value < 12) {
|
|
24798
24761
|
date.setUTCHours(value + 12, 0, 0, 0);
|
|
@@ -24839,7 +24802,7 @@ ${error2.errorObject}`;
|
|
|
24839
24802
|
}
|
|
24840
24803
|
}, {
|
|
24841
24804
|
key: "set",
|
|
24842
|
-
value: function
|
|
24805
|
+
value: function set2(date, _flags, value) {
|
|
24843
24806
|
var hours = value <= 24 ? value % 24 : value;
|
|
24844
24807
|
date.setUTCHours(hours, 0, 0, 0);
|
|
24845
24808
|
return date;
|
|
@@ -24882,7 +24845,7 @@ ${error2.errorObject}`;
|
|
|
24882
24845
|
}
|
|
24883
24846
|
}, {
|
|
24884
24847
|
key: "set",
|
|
24885
|
-
value: function
|
|
24848
|
+
value: function set2(date, _flags, value) {
|
|
24886
24849
|
date.setUTCMinutes(value, 0, 0);
|
|
24887
24850
|
return date;
|
|
24888
24851
|
}
|
|
@@ -24924,7 +24887,7 @@ ${error2.errorObject}`;
|
|
|
24924
24887
|
}
|
|
24925
24888
|
}, {
|
|
24926
24889
|
key: "set",
|
|
24927
|
-
value: function
|
|
24890
|
+
value: function set2(date, _flags, value) {
|
|
24928
24891
|
date.setUTCSeconds(value, 0);
|
|
24929
24892
|
return date;
|
|
24930
24893
|
}
|
|
@@ -24955,7 +24918,7 @@ ${error2.errorObject}`;
|
|
|
24955
24918
|
}
|
|
24956
24919
|
}, {
|
|
24957
24920
|
key: "set",
|
|
24958
|
-
value: function
|
|
24921
|
+
value: function set2(date, _flags, value) {
|
|
24959
24922
|
date.setUTCMilliseconds(value);
|
|
24960
24923
|
return date;
|
|
24961
24924
|
}
|
|
@@ -24995,7 +24958,7 @@ ${error2.errorObject}`;
|
|
|
24995
24958
|
}
|
|
24996
24959
|
}, {
|
|
24997
24960
|
key: "set",
|
|
24998
|
-
value: function
|
|
24961
|
+
value: function set2(date, flags2, value) {
|
|
24999
24962
|
if (flags2.timestampIsSet) {
|
|
25000
24963
|
return date;
|
|
25001
24964
|
}
|
|
@@ -25037,7 +25000,7 @@ ${error2.errorObject}`;
|
|
|
25037
25000
|
}
|
|
25038
25001
|
}, {
|
|
25039
25002
|
key: "set",
|
|
25040
|
-
value: function
|
|
25003
|
+
value: function set2(date, flags2, value) {
|
|
25041
25004
|
if (flags2.timestampIsSet) {
|
|
25042
25005
|
return date;
|
|
25043
25006
|
}
|
|
@@ -25067,7 +25030,7 @@ ${error2.errorObject}`;
|
|
|
25067
25030
|
}
|
|
25068
25031
|
}, {
|
|
25069
25032
|
key: "set",
|
|
25070
|
-
value: function
|
|
25033
|
+
value: function set2(_date, _flags, value) {
|
|
25071
25034
|
return [new Date(value * 1e3), {
|
|
25072
25035
|
timestampIsSet: true
|
|
25073
25036
|
}];
|
|
@@ -25096,7 +25059,7 @@ ${error2.errorObject}`;
|
|
|
25096
25059
|
}
|
|
25097
25060
|
}, {
|
|
25098
25061
|
key: "set",
|
|
25099
|
-
value: function
|
|
25062
|
+
value: function set2(_date, _flags, value) {
|
|
25100
25063
|
return [new Date(value), {
|
|
25101
25064
|
timestampIsSet: true
|
|
25102
25065
|
}];
|
|
@@ -28955,7 +28918,7 @@ ${error2.errorObject}`;
|
|
|
28955
28918
|
}, ref) {
|
|
28956
28919
|
const generatedId2 = reactExports.useId();
|
|
28957
28920
|
const inputId = id || generatedId2;
|
|
28958
|
-
if (label2 === void 0) {
|
|
28921
|
+
if (label2 === void 0 && !validationResult) {
|
|
28959
28922
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Slot$4, { style: style2, id: inputId, ref, children });
|
|
28960
28923
|
}
|
|
28961
28924
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: style2, ref, children: [
|
|
@@ -32704,12 +32667,12 @@ ${error2.errorObject}`;
|
|
|
32704
32667
|
return sorted;
|
|
32705
32668
|
}
|
|
32706
32669
|
function dedupeLinkDescriptors(descriptors2, preloads) {
|
|
32707
|
-
let
|
|
32670
|
+
let set2 = /* @__PURE__ */ new Set();
|
|
32708
32671
|
new Set(preloads);
|
|
32709
32672
|
return descriptors2.reduce((deduped, descriptor) => {
|
|
32710
32673
|
let key = JSON.stringify(sortKeys(descriptor));
|
|
32711
|
-
if (!
|
|
32712
|
-
|
|
32674
|
+
if (!set2.has(key)) {
|
|
32675
|
+
set2.add(key);
|
|
32713
32676
|
deduped.push({
|
|
32714
32677
|
key,
|
|
32715
32678
|
link: descriptor
|
|
@@ -33207,8 +33170,8 @@ ${error2.errorObject}`;
|
|
|
33207
33170
|
}
|
|
33208
33171
|
var l$3 = { BASE: "base", BODY: "body", HEAD: "head", HTML: "html", LINK: "link", META: "meta", NOSCRIPT: "noscript", SCRIPT: "script", STYLE: "style", TITLE: "title", FRAGMENT: "Symbol(react.fragment)" }, p$4 = { rel: ["amphtml", "canonical", "alternate"] }, f$3 = { type: ["application/ld+json"] }, d$4 = { charset: "", name: ["robots", "description"], property: ["og:type", "og:title", "og:url", "og:image", "og:image:alt", "og:description", "twitter:url", "twitter:title", "twitter:description", "twitter:image", "twitter:image:alt", "twitter:card", "twitter:site"] }, h$6 = Object.keys(l$3).map(function(t2) {
|
|
33209
33172
|
return l$3[t2];
|
|
33210
|
-
}), m$
|
|
33211
|
-
return t2[m$
|
|
33173
|
+
}), m$4 = { accesskey: "accessKey", charset: "charSet", class: "className", contenteditable: "contentEditable", contextmenu: "contextMenu", "http-equiv": "httpEquiv", itemprop: "itemProp", tabindex: "tabIndex" }, y$2 = Object.keys(m$4).reduce(function(t2, e2) {
|
|
33174
|
+
return t2[m$4[e2]] = e2, t2;
|
|
33212
33175
|
}, {}), T$4 = function(t2, e2) {
|
|
33213
33176
|
for (var r2 = t2.length - 1; r2 >= 0; r2 -= 1) {
|
|
33214
33177
|
var n2 = t2[r2];
|
|
@@ -33287,7 +33250,7 @@ ${error2.errorObject}`;
|
|
|
33287
33250
|
}, I$3 = function(t2, e2) {
|
|
33288
33251
|
var r2;
|
|
33289
33252
|
return a$4({}, t2, ((r2 = {})[e2] = void 0, r2));
|
|
33290
|
-
}, P$4 = [l$3.NOSCRIPT, l$3.SCRIPT, l$3.STYLE], w$
|
|
33253
|
+
}, P$4 = [l$3.NOSCRIPT, l$3.SCRIPT, l$3.STYLE], w$3 = function(t2, e2) {
|
|
33291
33254
|
return void 0 === e2 && (e2 = true), false === e2 ? String(t2) : String(t2).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
33292
33255
|
}, x$2 = function(t2) {
|
|
33293
33256
|
return Object.keys(t2).reduce(function(e2, r2) {
|
|
@@ -33296,13 +33259,13 @@ ${error2.errorObject}`;
|
|
|
33296
33259
|
}, "");
|
|
33297
33260
|
}, L$3 = function(t2, e2) {
|
|
33298
33261
|
return void 0 === e2 && (e2 = {}), Object.keys(t2).reduce(function(e3, r2) {
|
|
33299
|
-
return e3[m$
|
|
33262
|
+
return e3[m$4[r2] || r2] = t2[r2], e3;
|
|
33300
33263
|
}, e2);
|
|
33301
33264
|
}, j$2 = function(e2, r2) {
|
|
33302
33265
|
return r2.map(function(r3, n2) {
|
|
33303
33266
|
var i2, o2 = ((i2 = { key: n2 })["data-rh"] = true, i2);
|
|
33304
33267
|
return Object.keys(r3).forEach(function(t2) {
|
|
33305
|
-
var e3 = m$
|
|
33268
|
+
var e3 = m$4[t2] || t2;
|
|
33306
33269
|
"innerHTML" === e3 || "cssText" === e3 ? o2.dangerouslySetInnerHTML = { __html: r3.innerHTML || r3.cssText } : o2[e3] = r3[t2];
|
|
33307
33270
|
}), React.createElement(e2, o2);
|
|
33308
33271
|
});
|
|
@@ -33315,7 +33278,7 @@ ${error2.errorObject}`;
|
|
|
33315
33278
|
}, toString: function() {
|
|
33316
33279
|
return function(t2, e3, r3, n3) {
|
|
33317
33280
|
var i2 = x$2(r3), o2 = S$3(e3);
|
|
33318
|
-
return i2 ? "<" + t2 + ' data-rh="true" ' + i2 + ">" + w$
|
|
33281
|
+
return i2 ? "<" + t2 + ' data-rh="true" ' + i2 + ">" + w$3(o2, n3) + "</" + t2 + ">" : "<" + t2 + ' data-rh="true">' + w$3(o2, n3) + "</" + t2 + ">";
|
|
33319
33282
|
}(e2, r2.title, r2.titleAttributes, n2);
|
|
33320
33283
|
} };
|
|
33321
33284
|
case "bodyAttributes":
|
|
@@ -33334,7 +33297,7 @@ ${error2.errorObject}`;
|
|
|
33334
33297
|
var i2 = Object.keys(n3).filter(function(t3) {
|
|
33335
33298
|
return !("innerHTML" === t3 || "cssText" === t3);
|
|
33336
33299
|
}).reduce(function(t3, e5) {
|
|
33337
|
-
var i3 = void 0 === n3[e5] ? e5 : e5 + '="' + w$
|
|
33300
|
+
var i3 = void 0 === n3[e5] ? e5 : e5 + '="' + w$3(n3[e5], r3) + '"';
|
|
33338
33301
|
return t3 ? t3 + " " + i3 : i3;
|
|
33339
33302
|
}, ""), o2 = n3.innerHTML || n3.cssText || "", a2 = -1 === P$4.indexOf(t2);
|
|
33340
33303
|
return e4 + "<" + t2 + ' data-rh="true" ' + i2 + (a2 ? "/>" : ">" + o2 + "</" + t2 + ">");
|
|
@@ -33523,23 +33486,23 @@ ${error2.errorObject}`;
|
|
|
33523
33486
|
}, r2;
|
|
33524
33487
|
}(reactExports.Component);
|
|
33525
33488
|
W$4.propTypes = { base: PropTypes.object, bodyAttributes: PropTypes.object, children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]), defaultTitle: PropTypes.string, defer: PropTypes.bool, encodeSpecialCharacters: PropTypes.bool, htmlAttributes: PropTypes.object, link: PropTypes.arrayOf(PropTypes.object), meta: PropTypes.arrayOf(PropTypes.object), noscript: PropTypes.arrayOf(PropTypes.object), onChangeClientState: PropTypes.func, script: PropTypes.arrayOf(PropTypes.object), style: PropTypes.arrayOf(PropTypes.object), title: PropTypes.string, titleAttributes: PropTypes.object, titleTemplate: PropTypes.string, prioritizeSeoTags: PropTypes.bool, helmetData: PropTypes.object }, W$4.defaultProps = { defer: true, encodeSpecialCharacters: true, prioritizeSeoTags: false }, W$4.displayName = "Helmet";
|
|
33526
|
-
const themeVars$G = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader)", "scroll-padding-block-Pages": "var(--xmlui-scroll-padding-block-Pages)"}'`;
|
|
33527
|
-
const wrapper$e = "
|
|
33528
|
-
const vertical$4 = "
|
|
33529
|
-
const contentWrapper$1 = "
|
|
33530
|
-
const navPanelWrapper = "
|
|
33531
|
-
const PagesWrapper = "
|
|
33532
|
-
const footerWrapper = "
|
|
33533
|
-
const sticky = "
|
|
33534
|
-
const horizontal$5 = "
|
|
33535
|
-
const verticalFullHeader = "
|
|
33536
|
-
const
|
|
33537
|
-
const
|
|
33538
|
-
const
|
|
33539
|
-
const scrollWholePage = "
|
|
33540
|
-
const headerWrapper$1 = "
|
|
33541
|
-
const content$4 = "
|
|
33542
|
-
const noScrollbarGutters = "
|
|
33489
|
+
const themeVars$G = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "maxWidth-App-vertical": "var(--xmlui-maxWidth-App-vertical)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader)", "scroll-padding-block-Pages": "var(--xmlui-scroll-padding-block-Pages)"}'`;
|
|
33490
|
+
const wrapper$e = "_wrapper_fx8ts_13";
|
|
33491
|
+
const vertical$4 = "_vertical_fx8ts_23";
|
|
33492
|
+
const contentWrapper$1 = "_contentWrapper_fx8ts_27";
|
|
33493
|
+
const navPanelWrapper = "_navPanelWrapper_fx8ts_33";
|
|
33494
|
+
const PagesWrapper = "_PagesWrapper_fx8ts_37";
|
|
33495
|
+
const footerWrapper = "_footerWrapper_fx8ts_41";
|
|
33496
|
+
const sticky = "_sticky_fx8ts_44";
|
|
33497
|
+
const horizontal$5 = "_horizontal_fx8ts_51";
|
|
33498
|
+
const verticalFullHeader$2 = "_verticalFullHeader_fx8ts_73";
|
|
33499
|
+
const contentScroller = "_contentScroller_fx8ts_85";
|
|
33500
|
+
const contentAligner = "_contentAligner_fx8ts_89";
|
|
33501
|
+
const PagesWrapperInner = "_PagesWrapperInner_fx8ts_98";
|
|
33502
|
+
const scrollWholePage$1 = "_scrollWholePage_fx8ts_110";
|
|
33503
|
+
const headerWrapper$1 = "_headerWrapper_fx8ts_113";
|
|
33504
|
+
const content$4 = "_content_fx8ts_27";
|
|
33505
|
+
const noScrollbarGutters = "_noScrollbarGutters_fx8ts_161";
|
|
33543
33506
|
const styles$U = {
|
|
33544
33507
|
themeVars: themeVars$G,
|
|
33545
33508
|
wrapper: wrapper$e,
|
|
@@ -33550,11 +33513,11 @@ ${error2.errorObject}`;
|
|
|
33550
33513
|
footerWrapper,
|
|
33551
33514
|
sticky,
|
|
33552
33515
|
horizontal: horizontal$5,
|
|
33553
|
-
verticalFullHeader,
|
|
33516
|
+
verticalFullHeader: verticalFullHeader$2,
|
|
33517
|
+
contentScroller,
|
|
33518
|
+
contentAligner,
|
|
33554
33519
|
PagesWrapperInner,
|
|
33555
|
-
|
|
33556
|
-
header: header$2,
|
|
33557
|
-
scrollWholePage,
|
|
33520
|
+
scrollWholePage: scrollWholePage$1,
|
|
33558
33521
|
headerWrapper: headerWrapper$1,
|
|
33559
33522
|
content: content$4,
|
|
33560
33523
|
noScrollbarGutters
|
|
@@ -36154,21 +36117,23 @@ ${error2.errorObject}`;
|
|
|
36154
36117
|
SheetTitle.displayName = $5d3850c4d0b4e6c7$export$f99233281efd08a0.displayName;
|
|
36155
36118
|
const SheetDescription = reactExports.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntimeExports.jsx($5d3850c4d0b4e6c7$export$393edc798c47379d, { ref, className: classnames("text-sm text-muted-foreground", className), ...props }));
|
|
36156
36119
|
SheetDescription.displayName = $5d3850c4d0b4e6c7$export$393edc798c47379d.displayName;
|
|
36157
|
-
const themeVars$F = `'{"padding-AppHeader": "var(--xmlui-padding-AppHeader)", "paddingHorizontal-AppHeader": "var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader))", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader))", "paddingLeft-AppHeader": "var(--xmlui-paddingLeft-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingRight-AppHeader": "var(--xmlui-paddingRight-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingTop-AppHeader": "var(--xmlui-paddingTop-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingBottom-AppHeader": "var(--xmlui-paddingBottom-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "padding-logo-AppHeader": "var(--xmlui-padding-logo-AppHeader)", "paddingHorizontal-logo-AppHeader": "var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingVertical-logo-AppHeader": "var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingLeft-logo-AppHeader": "var(--xmlui-paddingLeft-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingRight-logo-AppHeader": "var(--xmlui-paddingRight-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingTop-logo-AppHeader": "var(--xmlui-paddingTop-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingBottom-logo-AppHeader": "var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "border-AppHeader": "var(--xmlui-border-AppHeader)", "borderHorizontal-AppHeader": "var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader))", "borderVertical-AppHeader": "var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader))", "borderLeft-AppHeader": "var(--xmlui-borderLeft-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderRight-AppHeader": "var(--xmlui-borderRight-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderTop-AppHeader": "var(--xmlui-borderTop-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderWidth-AppHeader": "var(--xmlui-borderWidth-AppHeader)", "borderHorizontalWidth-AppHeader": "var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderLeftWidth-AppHeader": "var(--xmlui-borderLeftWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderRightWidth-AppHeader": "var(--xmlui-borderRightWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderVerticalWidth-AppHeader": "var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderTopWidth-AppHeader": "var(--xmlui-borderTopWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderBottomWidth-AppHeader": "var(--xmlui-borderBottomWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderStyle-AppHeader": "var(--xmlui-borderStyle-AppHeader)", "borderHorizontalStyle-AppHeader": "var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderLeftStyle-AppHeader": "var(--xmlui-borderLeftStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderRightStyle-AppHeader": "var(--xmlui-borderRightStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderVerticalStyle-AppHeader": "var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderTopStyle-AppHeader": "var(--xmlui-borderTopStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderBottomStyle-AppHeader": "var(--xmlui-borderBottomStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderColor-AppHeader": "var(--xmlui-borderColor-AppHeader)", "borderHorizontalColor-AppHeader": "var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderLeftColor-AppHeader": "var(--xmlui-borderLeftColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderRightColor-AppHeader": "var(--xmlui-borderRightColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderVerticalColor-AppHeader": "var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderTopColor-AppHeader": "var(--xmlui-borderTopColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderBottomColor-AppHeader": "var(--xmlui-borderBottomColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderStartStartRadius-AppHeader": "var(--xmlui-borderStartStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderStartEndRadius-AppHeader": "var(--xmlui-borderStartEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndStartRadius-AppHeader": "var(--xmlui-borderEndStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndEndRadius-AppHeader": "var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "width-logo-AppHeader": "var(--xmlui-width-logo-AppHeader)", "align-content-AppHeader": "var(--xmlui-align-content-AppHeader)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "maxWidth-content-AppHeader": "var(--xmlui-maxWidth-content-AppHeader)"}'`;
|
|
36158
|
-
const header$1 = "
|
|
36159
|
-
const headerInner = "
|
|
36160
|
-
const
|
|
36161
|
-
const
|
|
36162
|
-
const
|
|
36163
|
-
const
|
|
36164
|
-
const
|
|
36165
|
-
const
|
|
36166
|
-
const
|
|
36120
|
+
const themeVars$F = `'{"padding-AppHeader": "var(--xmlui-padding-AppHeader)", "paddingHorizontal-AppHeader": "var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader))", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader))", "paddingLeft-AppHeader": "var(--xmlui-paddingLeft-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingRight-AppHeader": "var(--xmlui-paddingRight-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingTop-AppHeader": "var(--xmlui-paddingTop-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingBottom-AppHeader": "var(--xmlui-paddingBottom-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "padding-logo-AppHeader": "var(--xmlui-padding-logo-AppHeader)", "paddingHorizontal-logo-AppHeader": "var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingVertical-logo-AppHeader": "var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingLeft-logo-AppHeader": "var(--xmlui-paddingLeft-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingRight-logo-AppHeader": "var(--xmlui-paddingRight-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingTop-logo-AppHeader": "var(--xmlui-paddingTop-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingBottom-logo-AppHeader": "var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "border-AppHeader": "var(--xmlui-border-AppHeader)", "borderHorizontal-AppHeader": "var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader))", "borderVertical-AppHeader": "var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader))", "borderLeft-AppHeader": "var(--xmlui-borderLeft-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderRight-AppHeader": "var(--xmlui-borderRight-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderTop-AppHeader": "var(--xmlui-borderTop-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderWidth-AppHeader": "var(--xmlui-borderWidth-AppHeader)", "borderHorizontalWidth-AppHeader": "var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderLeftWidth-AppHeader": "var(--xmlui-borderLeftWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderRightWidth-AppHeader": "var(--xmlui-borderRightWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderVerticalWidth-AppHeader": "var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderTopWidth-AppHeader": "var(--xmlui-borderTopWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderBottomWidth-AppHeader": "var(--xmlui-borderBottomWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderStyle-AppHeader": "var(--xmlui-borderStyle-AppHeader)", "borderHorizontalStyle-AppHeader": "var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderLeftStyle-AppHeader": "var(--xmlui-borderLeftStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderRightStyle-AppHeader": "var(--xmlui-borderRightStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderVerticalStyle-AppHeader": "var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderTopStyle-AppHeader": "var(--xmlui-borderTopStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderBottomStyle-AppHeader": "var(--xmlui-borderBottomStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderColor-AppHeader": "var(--xmlui-borderColor-AppHeader)", "borderHorizontalColor-AppHeader": "var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderLeftColor-AppHeader": "var(--xmlui-borderLeftColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderRightColor-AppHeader": "var(--xmlui-borderRightColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderVerticalColor-AppHeader": "var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderTopColor-AppHeader": "var(--xmlui-borderTopColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderBottomColor-AppHeader": "var(--xmlui-borderBottomColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderStartStartRadius-AppHeader": "var(--xmlui-borderStartStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderStartEndRadius-AppHeader": "var(--xmlui-borderStartEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndStartRadius-AppHeader": "var(--xmlui-borderEndStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndEndRadius-AppHeader": "var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "maxWidth-App-vertical": "var(--xmlui-maxWidth-App-vertical)", "width-logo-AppHeader": "var(--xmlui-width-logo-AppHeader)", "align-content-AppHeader": "var(--xmlui-align-content-AppHeader)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "maxWidth-content-AppHeader": "var(--xmlui-maxWidth-content-AppHeader)"}'`;
|
|
36121
|
+
const header$1 = "_header_1w1cw_13";
|
|
36122
|
+
const headerInner = "_headerInner_1w1cw_40";
|
|
36123
|
+
const verticalFullHeader$1 = "_verticalFullHeader_1w1cw_58";
|
|
36124
|
+
const scrollWholePage = "_scrollWholePage_1w1cw_61";
|
|
36125
|
+
const childrenWrapper = "_childrenWrapper_1w1cw_65";
|
|
36126
|
+
const subNavPanelSlot = "_subNavPanelSlot_1w1cw_77";
|
|
36127
|
+
const logoAndTitle = "_logoAndTitle_1w1cw_82";
|
|
36128
|
+
const logoContainer = "_logoContainer_1w1cw_95";
|
|
36129
|
+
const customLogoContainer = "_customLogoContainer_1w1cw_108";
|
|
36130
|
+
const rightItems = "_rightItems_1w1cw_117";
|
|
36167
36131
|
const styles$S = {
|
|
36168
36132
|
themeVars: themeVars$F,
|
|
36169
36133
|
header: header$1,
|
|
36170
36134
|
headerInner,
|
|
36171
|
-
|
|
36135
|
+
verticalFullHeader: verticalFullHeader$1,
|
|
36136
|
+
scrollWholePage,
|
|
36172
36137
|
childrenWrapper,
|
|
36173
36138
|
subNavPanelSlot,
|
|
36174
36139
|
logoAndTitle,
|
|
@@ -36399,7 +36364,6 @@ ${error2.errorObject}`;
|
|
|
36399
36364
|
style: style2 = EMPTY_OBJECT,
|
|
36400
36365
|
logoContent,
|
|
36401
36366
|
className,
|
|
36402
|
-
canRestrictContentWidth,
|
|
36403
36367
|
navPanelVisible = true,
|
|
36404
36368
|
toggleDrawer,
|
|
36405
36369
|
showLogo,
|
|
@@ -36412,6 +36376,7 @@ ${error2.errorObject}`;
|
|
|
36412
36376
|
const logoUrl = useLogoUrl();
|
|
36413
36377
|
const subNavPanelSlot2 = reactExports.useRef(null);
|
|
36414
36378
|
const safeLogoTitle = mediaSize.sizeIndex < 2 ? null : !titleContent && title2 ? /* @__PURE__ */ jsxRuntimeExports.jsx(NavLink, { to: "/", displayActive: false, style: { paddingLeft: 0 }, children: title2 }) : titleContent;
|
|
36379
|
+
const layoutContext = useAppLayoutContext();
|
|
36415
36380
|
useIsomorphicLayoutEffect$4(() => {
|
|
36416
36381
|
registerSubNavPanelSlot == null ? void 0 : registerSubNavPanelSlot(subNavPanelSlot2.current);
|
|
36417
36382
|
}, []);
|
|
@@ -36419,7 +36384,8 @@ ${error2.errorObject}`;
|
|
|
36419
36384
|
"div",
|
|
36420
36385
|
{
|
|
36421
36386
|
className: classnames(styles$S.headerInner, {
|
|
36422
|
-
[styles$S.
|
|
36387
|
+
[styles$S.verticalFullHeader]: (layoutContext == null ? void 0 : layoutContext.layout) === "vertical-full-header",
|
|
36388
|
+
[styles$S.scrollWholePage]: layoutContext == null ? void 0 : layoutContext.scrollWholePage
|
|
36423
36389
|
}),
|
|
36424
36390
|
children: [
|
|
36425
36391
|
!navPanelVisible && hasRegisteredNavPanel && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -36467,14 +36433,12 @@ ${error2.errorObject}`;
|
|
|
36467
36433
|
registerSubNavPanelSlot
|
|
36468
36434
|
} = appLayoutContext || {};
|
|
36469
36435
|
const displayLogo = layout !== "vertical" && layout !== "vertical-sticky" && showLogo;
|
|
36470
|
-
const canRestrictContentWidth = layout !== "vertical-full-header";
|
|
36471
36436
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
36472
36437
|
AppHeader,
|
|
36473
36438
|
{
|
|
36474
36439
|
hasRegisteredNavPanel,
|
|
36475
36440
|
navPanelVisible,
|
|
36476
36441
|
toggleDrawer,
|
|
36477
|
-
canRestrictContentWidth,
|
|
36478
36442
|
showLogo: displayLogo,
|
|
36479
36443
|
logoContent: logoContent || renderChild2(logoContentDef),
|
|
36480
36444
|
profileMenu,
|
|
@@ -36515,6 +36479,8 @@ ${error2.errorObject}`;
|
|
|
36515
36479
|
const { setActiveThemeTone, setActiveThemeId, themes } = useThemes();
|
|
36516
36480
|
const mounted = reactExports.useRef(false);
|
|
36517
36481
|
const layoutWithDefaultValue = layout || getThemeVar("layout-App") || "condensed-sticky";
|
|
36482
|
+
const isFullVerticalWidth = getThemeVar("maxWidth-App-vertical") === "100%";
|
|
36483
|
+
console.log("isVerticalMaxWidth", isFullVerticalWidth);
|
|
36518
36484
|
const safeLayout = layoutWithDefaultValue == null ? void 0 : layoutWithDefaultValue.trim().replace(/[\u2013\u2014\u2011]/g, "-");
|
|
36519
36485
|
const { setLoggedInUser, mediaSize } = useAppContext();
|
|
36520
36486
|
const hasRegisteredHeader = header2 !== void 0;
|
|
@@ -36624,7 +36590,9 @@ ${error2.errorObject}`;
|
|
|
36624
36590
|
navPanelDef,
|
|
36625
36591
|
logoContentDef,
|
|
36626
36592
|
registerSubNavPanelSlot,
|
|
36627
|
-
subNavPanelSlot: subNavPanelSlot2
|
|
36593
|
+
subNavPanelSlot: subNavPanelSlot2,
|
|
36594
|
+
isFullVerticalWidth,
|
|
36595
|
+
scrollWholePage: scrollWholePage2
|
|
36628
36596
|
};
|
|
36629
36597
|
}, [
|
|
36630
36598
|
hasRegisteredNavPanel,
|
|
@@ -36639,7 +36607,9 @@ ${error2.errorObject}`;
|
|
|
36639
36607
|
navPanelDef,
|
|
36640
36608
|
logoContentDef,
|
|
36641
36609
|
registerSubNavPanelSlot,
|
|
36642
|
-
subNavPanelSlot2
|
|
36610
|
+
subNavPanelSlot2,
|
|
36611
|
+
isFullVerticalWidth,
|
|
36612
|
+
scrollWholePage2
|
|
36643
36613
|
]);
|
|
36644
36614
|
reactExports.useEffect(() => {
|
|
36645
36615
|
if (navPanelVisible) {
|
|
@@ -36713,35 +36683,10 @@ ${error2.errorObject}`;
|
|
|
36713
36683
|
children: header2
|
|
36714
36684
|
}
|
|
36715
36685
|
),
|
|
36716
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$U.content, children: [
|
|
36717
|
-
navPanelVisible && /* @__PURE__ */ jsxRuntimeExports.jsx("aside", { className: styles$U.navPanelWrapper, children: navPanel }),
|
|
36718
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("main", { className: styles$U.contentWrapper, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ScrollContext.Provider, { value: scrollContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.PagesWrapperInner, style: pagesWrapperInnerStyle, children }) }) }) })
|
|
36719
|
-
] }),
|
|
36720
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.footerWrapper, ref: footerRefCallback, children: footer2 })
|
|
36721
|
-
]
|
|
36722
|
-
}
|
|
36723
|
-
);
|
|
36724
|
-
break;
|
|
36725
|
-
case "vertical-constrained-width":
|
|
36726
|
-
content2 = /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
36727
|
-
"div",
|
|
36728
|
-
{
|
|
36729
|
-
className: classnames(wrapperBaseClasses, styles$U.verticalConstrained),
|
|
36730
|
-
style: styleWithHelpers,
|
|
36731
|
-
ref: scrollPageContainerRef,
|
|
36732
|
-
children: [
|
|
36733
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
36734
|
-
"header",
|
|
36735
|
-
{
|
|
36736
|
-
className: classnames(styles$U.headerWrapper, styles$U.sticky),
|
|
36737
|
-
ref: headerRefCallback,
|
|
36738
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.header, style: { paddingInline: 0 }, children: header2 })
|
|
36739
|
-
}
|
|
36740
|
-
),
|
|
36741
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: classnames(styles$U.content, styles$U.verticalConstrained), children: [
|
|
36686
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.contentScroller, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.contentAligner, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$U.content, children: [
|
|
36742
36687
|
navPanelVisible && /* @__PURE__ */ jsxRuntimeExports.jsx("aside", { className: styles$U.navPanelWrapper, children: navPanel }),
|
|
36743
36688
|
/* @__PURE__ */ jsxRuntimeExports.jsx("main", { className: styles$U.contentWrapper, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ScrollContext.Provider, { value: scrollContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.PagesWrapperInner, style: pagesWrapperInnerStyle, children }) }) }) })
|
|
36744
|
-
] }),
|
|
36689
|
+
] }) }) }),
|
|
36745
36690
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$U.footerWrapper, ref: footerRefCallback, children: footer2 })
|
|
36746
36691
|
]
|
|
36747
36692
|
}
|
|
@@ -36837,7 +36782,6 @@ ${error2.errorObject}`;
|
|
|
36837
36782
|
case "vertical":
|
|
36838
36783
|
case "vertical-sticky":
|
|
36839
36784
|
case "vertical-full-header":
|
|
36840
|
-
case "vertical-constrained-width":
|
|
36841
36785
|
return "vertical";
|
|
36842
36786
|
default:
|
|
36843
36787
|
return "horizontal";
|
|
@@ -55429,8 +55373,8 @@ ${error2.errorObject}`;
|
|
|
55429
55373
|
if (!itemsToRender || !Array.isArray(itemsToRender)) {
|
|
55430
55374
|
return null;
|
|
55431
55375
|
}
|
|
55432
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: itemsToRender.map(
|
|
55433
|
-
(
|
|
55376
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: itemsToRender.map((item2, index2) => {
|
|
55377
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Fragment, { children: renderItem == null ? void 0 : renderItem(
|
|
55434
55378
|
{
|
|
55435
55379
|
$item: item2,
|
|
55436
55380
|
$itemIndex: index2,
|
|
@@ -55438,8 +55382,8 @@ ${error2.errorObject}`;
|
|
|
55438
55382
|
$isLast: index2 === itemsToRender.length - 1
|
|
55439
55383
|
},
|
|
55440
55384
|
index2
|
|
55441
|
-
)
|
|
55442
|
-
) });
|
|
55385
|
+
) }, index2);
|
|
55386
|
+
}) });
|
|
55443
55387
|
}
|
|
55444
55388
|
const COMP$V = "Items";
|
|
55445
55389
|
const ItemsMd = createMetadata({
|
|
@@ -55995,7 +55939,7 @@ ${error2.errorObject}`;
|
|
|
55995
55939
|
let d$3, f$2, g$2;
|
|
55996
55940
|
u$4.bind({ g: 1 });
|
|
55997
55941
|
let h$5 = u$4.bind({ k: 1 });
|
|
55998
|
-
function m$
|
|
55942
|
+
function m$3(e2, t2, r2, l2) {
|
|
55999
55943
|
o$3.p = t2, d$3 = e2, f$2 = r2, g$2 = l2;
|
|
56000
55944
|
}
|
|
56001
55945
|
function j$1(e2, t2) {
|
|
@@ -56217,7 +56161,7 @@ to {
|
|
|
56217
56161
|
100% {
|
|
56218
56162
|
opacity: 1;
|
|
56219
56163
|
height: 10px;
|
|
56220
|
-
}`, w$
|
|
56164
|
+
}`, w$2 = j$1("div")`
|
|
56221
56165
|
width: 20px;
|
|
56222
56166
|
opacity: 0;
|
|
56223
56167
|
height: 20px;
|
|
@@ -56271,7 +56215,7 @@ to {
|
|
|
56271
56215
|
forwards;
|
|
56272
56216
|
`, M$2 = ({ toast: e2 }) => {
|
|
56273
56217
|
let { icon: t2, type: o2, iconTheme: s2 } = e2;
|
|
56274
|
-
return t2 !== void 0 ? typeof t2 == "string" ? reactExports.createElement(fe$2, null, t2) : t2 : o2 === "blank" ? null : reactExports.createElement(le$2, null, reactExports.createElement(V$1, { ...s2 }), o2 !== "loading" && reactExports.createElement(ue$2, null, o2 === "error" ? reactExports.createElement(_$2, { ...s2 }) : reactExports.createElement(w$
|
|
56218
|
+
return t2 !== void 0 ? typeof t2 == "string" ? reactExports.createElement(fe$2, null, t2) : t2 : o2 === "blank" ? null : reactExports.createElement(le$2, null, reactExports.createElement(V$1, { ...s2 }), o2 !== "loading" && reactExports.createElement(ue$2, null, o2 === "error" ? reactExports.createElement(_$2, { ...s2 }) : reactExports.createElement(w$2, { ...s2 })));
|
|
56275
56219
|
};
|
|
56276
56220
|
var ye$2 = (e2) => `
|
|
56277
56221
|
0% {transform: translate3d(0,${e2 * -200}%,0) scale(.6); opacity:.5;}
|
|
@@ -56305,7 +56249,7 @@ to {
|
|
|
56305
56249
|
let a2 = e2.height ? Ae$1(e2.position || t2 || "top-center", e2.visible) : { opacity: 0 }, r2 = reactExports.createElement(M$2, { toast: e2 }), c2 = reactExports.createElement(Se$2, { ...e2.ariaProps }, T$3(e2.message, e2));
|
|
56306
56250
|
return reactExports.createElement(be$2, { className: e2.className, style: { ...a2, ...o2, ...e2.style } }, typeof s2 == "function" ? s2({ icon: r2, message: c2 }) : reactExports.createElement(reactExports.Fragment, null, r2, c2));
|
|
56307
56251
|
});
|
|
56308
|
-
m$
|
|
56252
|
+
m$3(reactExports.createElement);
|
|
56309
56253
|
var Ee$2 = ({ id: e2, className: t2, style: o2, onHeightUpdate: s2, children: a2 }) => {
|
|
56310
56254
|
let r2 = reactExports.useCallback((c2) => {
|
|
56311
56255
|
if (c2) {
|
|
@@ -56887,18 +56831,18 @@ to {
|
|
|
56887
56831
|
};
|
|
56888
56832
|
const d$2 = null, { min: u$2, max: a$2, abs: h$3, floor: p$2 } = Math, v$2 = (e2, t2, n2) => u$2(n2, a$2(t2, e2)), g$1 = (e2) => [...e2].sort((e3, t2) => e3 - t2), _$1 = "function" == typeof queueMicrotask ? queueMicrotask : (e2) => {
|
|
56889
56833
|
Promise.resolve().then(e2);
|
|
56890
|
-
}, m$
|
|
56834
|
+
}, m$2 = (e2) => {
|
|
56891
56835
|
let t2, n2;
|
|
56892
56836
|
return () => (t2 || (t2 = true, n2 = e2()), n2);
|
|
56893
|
-
}, w$
|
|
56837
|
+
}, w$1 = -1, $$3 = (e2, t2, n2) => {
|
|
56894
56838
|
const o2 = n2 ? "unshift" : "push";
|
|
56895
|
-
for (let n3 = 0; n3 < t2; n3++) e2[o2](w$
|
|
56839
|
+
for (let n3 = 0; n3 < t2; n3++) e2[o2](w$1);
|
|
56896
56840
|
return e2;
|
|
56897
56841
|
}, S$1 = (e2, t2) => {
|
|
56898
56842
|
const n2 = e2.t[t2];
|
|
56899
|
-
return n2 === w$
|
|
56843
|
+
return n2 === w$1 ? e2.o : n2;
|
|
56900
56844
|
}, y$1 = (e2, t2, n2) => {
|
|
56901
|
-
const o2 = e2.t[t2] === w$
|
|
56845
|
+
const o2 = e2.t[t2] === w$1;
|
|
56902
56846
|
return e2.t[t2] = n2, e2.i = u$2(t2, e2.i), o2;
|
|
56903
56847
|
}, x$1 = (e2, t2) => {
|
|
56904
56848
|
if (!e2.l) return 0;
|
|
@@ -56918,8 +56862,8 @@ to {
|
|
|
56918
56862
|
return v$2(n2, 0, e2.l - 1);
|
|
56919
56863
|
}, I$1 = (e2, t2, n2) => {
|
|
56920
56864
|
const o2 = t2 - e2.l;
|
|
56921
|
-
return e2.i = n2 ? -1 : u$2(t2 - 1, e2.i), e2.l = t2, o2 > 0 ? ($$3(e2.u, o2), $$3(e2.t, o2, n2), e2.o * o2) : (e2.u.splice(o2), (n2 ? e2.t.splice(0, -o2) : e2.t.splice(o2)).reduce((t3, n3) => t3 - (n3 === w$
|
|
56922
|
-
}, z$1 = "undefined" != typeof window, k$3 = () => document.documentElement, T$2 = (e2) => e2.ownerDocument, R$1 = (e2) => e2.defaultView, M$1 = /* @__PURE__ */ m$
|
|
56865
|
+
return e2.i = n2 ? -1 : u$2(t2 - 1, e2.i), e2.l = t2, o2 > 0 ? ($$3(e2.u, o2), $$3(e2.t, o2, n2), e2.o * o2) : (e2.u.splice(o2), (n2 ? e2.t.splice(0, -o2) : e2.t.splice(o2)).reduce((t3, n3) => t3 - (n3 === w$1 ? e2.o : n3), 0));
|
|
56866
|
+
}, z$1 = "undefined" != typeof window, k$3 = () => document.documentElement, T$2 = (e2) => e2.ownerDocument, R$1 = (e2) => e2.defaultView, M$1 = /* @__PURE__ */ m$2(() => !!z$1 && "rtl" === getComputedStyle(k$3()).direction), C$1 = /* @__PURE__ */ m$2(() => /iP(hone|od|ad)/.test(navigator.userAgent)), E$2 = /* @__PURE__ */ m$2(() => "scrollBehavior" in k$3().style), H$2 = (e2) => a$2(e2.h(), e2.p()), W$2 = (e2) => !!e2.p(), J$2 = (e2, t2 = 40, n2 = 4, o2 = 0, r2, i2 = false) => {
|
|
56923
56867
|
let s2 = !!o2, l2 = [], c2 = 0, f2 = 0, p2 = 0, v2 = 0, _2 = 0, m2 = 0, z2 = 0, k2 = 0, T2 = 0, R2 = s2 ? [0, a$2(o2 - 1, 0)] : d$2, M2 = [0, 0], E2 = 0;
|
|
56924
56868
|
const H7 = ((e3, t3, n3) => ({ o: n3 ? n3[1] : t3, t: n3 && n3[0] ? $$3(n3[0].slice(0, u$2(e3, n3[0].length)), a$2(0, e3 - n3[0].length)) : $$3([], e3), l: e3, i: -1, u: $$3([], e3) }))(e2, t2, r2), W2 = /* @__PURE__ */ new Set(), J2 = () => p2 - f2, B2 = () => J2() + m2 + _2, O2 = (e3) => ((e4, t3, n3, o3) => {
|
|
56925
56869
|
if (o3 = u$2(o3, e4.l - 1), x$1(e4, o3) <= t3) {
|
|
@@ -56937,7 +56881,7 @@ to {
|
|
|
56937
56881
|
if (z2) return M2;
|
|
56938
56882
|
let [e3, t3] = O2(a$2(0, B2()));
|
|
56939
56883
|
return R2 && (e3 = u$2(e3, R2[0]), t3 = a$2(t3, R2[1])), 1 !== k2 && (e3 -= a$2(0, n2)), 2 !== k2 && (t3 += a$2(0, n2)), M2 = [a$2(e3, 0), u$2(t3, H7.l - 1)];
|
|
56940
|
-
}, $: () => b$1(H7, B2()), S: () => b$1(H7, B2() + c2), I: (e3) => H7.t[e3] === w$
|
|
56884
|
+
}, $: () => b$1(H7, B2()), S: () => b$1(H7, B2() + c2), I: (e3) => H7.t[e3] === w$1, k: () => !!R2 && H7.t.slice(a$2(0, R2[0] - 1), u$2(H7.l - 1, R2[1] + 1) + 1).includes(w$1), T: P2, R: A2, M: () => H7.l, C: () => p2, H: () => 0 !== k2, p: () => c2, W: () => f2, h: L2, J: () => v2, B: () => (z2 = _2, _2 = 0, [z2, 2 === T2 || J2() + c2 >= L2()]), O: (e3, t3) => {
|
|
56941
56885
|
const n3 = [e3, t3];
|
|
56942
56886
|
return W2.add(n3), () => {
|
|
56943
56887
|
W2.delete(n3);
|
|
@@ -56969,7 +56913,7 @@ to {
|
|
|
56969
56913
|
let n4 = 0;
|
|
56970
56914
|
const o4 = [];
|
|
56971
56915
|
e5.t.forEach((e6, r5) => {
|
|
56972
|
-
e6 !== w$
|
|
56916
|
+
e6 !== w$1 && (o4.push(e6), r5 < t4 && n4++);
|
|
56973
56917
|
}), e5.i = -1;
|
|
56974
56918
|
const r4 = g$1(o4), i3 = r4.length, s3 = i3 / 2 | 0, l3 = i3 % 2 == 0 ? (r4[s3 - 1] + r4[s3]) / 2 : r4[s3], c3 = e5.o;
|
|
56975
56919
|
return ((e5.o = l3) - c3) * a$2(t4 - n4, 0);
|
|
@@ -58133,7 +58077,7 @@ to {
|
|
|
58133
58077
|
scheduler.exports = requireScheduler_production();
|
|
58134
58078
|
}
|
|
58135
58079
|
var schedulerExports = scheduler.exports;
|
|
58136
|
-
const d$1 = Symbol(), f$1 = Symbol(), v$1 = "undefined" == typeof window || /ServerSideRendering/.test(window.navigator && window.navigator.userAgent) ? reactExports.useEffect : reactExports.useLayoutEffect, a$1 = schedulerExports.unstable_runWithPriority ? (e2) => schedulerExports.unstable_runWithPriority(schedulerExports.unstable_NormalPriority, e2) : (e2) => e2()
|
|
58080
|
+
const d$1 = Symbol(), f$1 = Symbol(), v$1 = "undefined" == typeof window || /ServerSideRendering/.test(window.navigator && window.navigator.userAgent) ? reactExports.useEffect : reactExports.useLayoutEffect, a$1 = schedulerExports.unstable_runWithPriority ? (e2) => schedulerExports.unstable_runWithPriority(schedulerExports.unstable_NormalPriority, e2) : (e2) => e2();
|
|
58137
58081
|
function E$1(r2) {
|
|
58138
58082
|
const t2 = reactExports.createContext({ [d$1]: { v: { current: r2 }, n: { current: -1 }, l: /* @__PURE__ */ new Set(), u: (e2) => e2() } });
|
|
58139
58083
|
var o2;
|
|
@@ -58184,9 +58128,6 @@ to {
|
|
|
58184
58128
|
s2.delete(l2);
|
|
58185
58129
|
}), [s2]), p2[1];
|
|
58186
58130
|
}
|
|
58187
|
-
function m$2(e2) {
|
|
58188
|
-
return h$2(e2, w$1);
|
|
58189
|
-
}
|
|
58190
58131
|
const validationSeverityValues = ["error", "warning", "valid", "none"];
|
|
58191
58132
|
const defaultValidationMode = "errorLate";
|
|
58192
58133
|
const validationModeMd = [
|
|
@@ -58204,9 +58145,6 @@ to {
|
|
|
58204
58145
|
}
|
|
58205
58146
|
];
|
|
58206
58147
|
const FormContext = E$1(void 0);
|
|
58207
|
-
function useFormContext() {
|
|
58208
|
-
return m$2(FormContext);
|
|
58209
|
-
}
|
|
58210
58148
|
function useFormContextPart(selector) {
|
|
58211
58149
|
return h$2(FormContext, selector);
|
|
58212
58150
|
}
|
|
@@ -58267,6 +58205,10 @@ to {
|
|
|
58267
58205
|
value: "colorpicker",
|
|
58268
58206
|
description: "Renders ColorPicker"
|
|
58269
58207
|
},
|
|
58208
|
+
{
|
|
58209
|
+
value: "items",
|
|
58210
|
+
description: "Renders Items"
|
|
58211
|
+
},
|
|
58270
58212
|
{
|
|
58271
58213
|
value: "custom",
|
|
58272
58214
|
description: "Custom control specified in children"
|
|
@@ -67659,41 +67601,41 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
67659
67601
|
}
|
|
67660
67602
|
var Te$1 = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
|
|
67661
67603
|
const themeVars$g = `'{"padding-item-Select": "var(--xmlui-padding-item-Select)", "paddingHorizontal-item-Select": "var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select))", "paddingVertical-item-Select": "var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select))", "paddingLeft-item-Select": "var(--xmlui-paddingLeft-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))", "paddingRight-item-Select": "var(--xmlui-paddingRight-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))", "paddingTop-item-Select": "var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))", "paddingBottom-item-Select": "var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))", "Input:fontSize-Select-default": "var(--xmlui-fontSize-Select-default)", "Input:textColor-placeholder-Select-default": "var(--xmlui-textColor-placeholder-Select-default)", "Input:textColor-Select-default": "var(--xmlui-textColor-Select-default)", "Input:fontSize-Select-error": "var(--xmlui-fontSize-Select-error)", "Input:textColor-placeholder-Select-error": "var(--xmlui-textColor-placeholder-Select-error)", "Input:textColor-Select-error": "var(--xmlui-textColor-Select-error)", "Input:fontSize-Select-warning": "var(--xmlui-fontSize-Select-warning)", "Input:textColor-placeholder-Select-warning": "var(--xmlui-textColor-placeholder-Select-warning)", "Input:textColor-Select-warning": "var(--xmlui-textColor-Select-warning)", "Input:fontSize-Select-success": "var(--xmlui-fontSize-Select-success)", "Input:textColor-placeholder-Select-success": "var(--xmlui-textColor-placeholder-Select-success)", "Input:textColor-Select-success": "var(--xmlui-textColor-Select-success)", "Input:borderRadius-Select-default": "var(--xmlui-borderRadius-Select-default)", "Input:borderColor-Select-default": "var(--xmlui-borderColor-Select-default)", "Input:borderWidth-Select-default": "var(--xmlui-borderWidth-Select-default)", "Input:borderStyle-Select-default": "var(--xmlui-borderStyle-Select-default)", "Input:backgroundColor-Select-default": "var(--xmlui-backgroundColor-Select-default)", "Input:boxShadow-Select-default": "var(--xmlui-boxShadow-Select-default)", "Input:borderColor-Select-default--hover": "var(--xmlui-borderColor-Select-default--hover)", "Input:backgroundColor-Select-default--hover": "var(--xmlui-backgroundColor-Select-default--hover)", "Input:boxShadow-Select-default--hover": "var(--xmlui-boxShadow-Select-default--hover)", "Input:textColor-Select-default--hover": "var(--xmlui-textColor-Select-default--hover)", "Input:outlineWidth-Select-default--focus": "var(--xmlui-outlineWidth-Select-default--focus)", "Input:outlineColor-Select-default--focus": "var(--xmlui-outlineColor-Select-default--focus)", "Input:outlineStyle-Select-default--focus": "var(--xmlui-outlineStyle-Select-default--focus)", "Input:outlineOffset-Select-default--focus": "var(--xmlui-outlineOffset-Select-default--focus)", "Input:borderRadius-Select-error": "var(--xmlui-borderRadius-Select-error)", "Input:borderColor-Select-error": "var(--xmlui-borderColor-Select-error)", "Input:borderWidth-Select-error": "var(--xmlui-borderWidth-Select-error)", "Input:borderStyle-Select-error": "var(--xmlui-borderStyle-Select-error)", "Input:backgroundColor-Select-error": "var(--xmlui-backgroundColor-Select-error)", "Input:boxShadow-Select-error": "var(--xmlui-boxShadow-Select-error)", "Input:borderColor-Select-error--hover": "var(--xmlui-borderColor-Select-error--hover)", "Input:backgroundColor-Select-error--hover": "var(--xmlui-backgroundColor-Select-error--hover)", "Input:boxShadow-Select-error--hover": "var(--xmlui-boxShadow-Select-error--hover)", "Input:textColor-Select-error--hover": "var(--xmlui-textColor-Select-error--hover)", "Input:outlineWidth-Select-error--focus": "var(--xmlui-outlineWidth-Select-error--focus)", "Input:outlineColor-Select-error--focus": "var(--xmlui-outlineColor-Select-error--focus)", "Input:outlineStyle-Select-error--focus": "var(--xmlui-outlineStyle-Select-error--focus)", "Input:outlineOffset-Select-error--focus": "var(--xmlui-outlineOffset-Select-error--focus)", "Input:borderRadius-Select-warning": "var(--xmlui-borderRadius-Select-warning)", "Input:borderColor-Select-warning": "var(--xmlui-borderColor-Select-warning)", "Input:borderWidth-Select-warning": "var(--xmlui-borderWidth-Select-warning)", "Input:borderStyle-Select-warning": "var(--xmlui-borderStyle-Select-warning)", "Input:backgroundColor-Select-warning": "var(--xmlui-backgroundColor-Select-warning)", "Input:boxShadow-Select-warning": "var(--xmlui-boxShadow-Select-warning)", "Input:borderColor-Select-warning--hover": "var(--xmlui-borderColor-Select-warning--hover)", "Input:backgroundColor-Select-warning--hover": "var(--xmlui-backgroundColor-Select-warning--hover)", "Input:boxShadow-Select-warning--hover": "var(--xmlui-boxShadow-Select-warning--hover)", "Input:textColor-Select-warning--hover": "var(--xmlui-textColor-Select-warning--hover)", "Input:outlineWidth-Select-warning--focus": "var(--xmlui-outlineWidth-Select-warning--focus)", "Input:outlineColor-Select-warning--focus": "var(--xmlui-outlineColor-Select-warning--focus)", "Input:outlineStyle-Select-warning--focus": "var(--xmlui-outlineStyle-Select-warning--focus)", "Input:outlineOffset-Select-warning--focus": "var(--xmlui-outlineOffset-Select-warning--focus)", "Input:borderRadius-Select-success": "var(--xmlui-borderRadius-Select-success)", "Input:borderColor-Select-success": "var(--xmlui-borderColor-Select-success)", "Input:borderWidth-Select-success": "var(--xmlui-borderWidth-Select-success)", "Input:borderStyle-Select-success": "var(--xmlui-borderStyle-Select-success)", "Input:backgroundColor-Select-success": "var(--xmlui-backgroundColor-Select-success)", "Input:boxShadow-Select-success": "var(--xmlui-boxShadow-Select-success)", "Input:borderColor-Select-success--hover": "var(--xmlui-borderColor-Select-success--hover)", "Input:backgroundColor-Select-success--hover": "var(--xmlui-backgroundColor-Select-success--hover)", "Input:boxShadow-Select-success--hover": "var(--xmlui-boxShadow-Select-success--hover)", "Input:textColor-Select-success--hover": "var(--xmlui-textColor-Select-success--hover)", "Input:outlineWidth-Select-success--focus": "var(--xmlui-outlineWidth-Select-success--focus)", "Input:outlineColor-Select-success--focus": "var(--xmlui-outlineColor-Select-success--focus)", "Input:outlineStyle-Select-success--focus": "var(--xmlui-outlineStyle-Select-success--focus)", "Input:outlineOffset-Select-success--focus": "var(--xmlui-outlineOffset-Select-success--focus)", "opacity-Select--disabled": "var(--xmlui-opacity-Select--disabled)", "Input:backgroundColor-Select--disabled": "var(--xmlui-backgroundColor-Select--disabled)", "Input:textColor-Select--disabled": "var(--xmlui-textColor-Select--disabled)", "Input:borderColor-Select--disabled": "var(--xmlui-borderColor-Select--disabled)", "paddingVertical-Select-badge": "var(--xmlui-paddingVertical-Select-badge)", "paddingHorizontal-Select-badge": "var(--xmlui-paddingHorizontal-Select-badge)", "Input:fontSize-Select-badge": "var(--xmlui-fontSize-Select-badge)", "Input:backgroundColor-Select-badge": "var(--xmlui-backgroundColor-Select-badge)", "Input:textColor-Select-badge": "var(--xmlui-textColor-Select-badge)", "Input:backgroundColor-Select-badge--hover": "var(--xmlui-backgroundColor-Select-badge--hover)", "Input:textColor-Select-badge--hover": "var(--xmlui-textColor-Select-badge--hover)", "Input:backgroundColor-Select-badge--active": "var(--xmlui-backgroundColor-Select-badge--active)", "Input:textColor-Select-badge--active": "var(--xmlui-textColor-Select-badge--active)", "Input:textColor-placeholder-Select": "var(--xmlui-textColor-placeholder-Select)", "Input:backgroundColor-menu-Select": "var(--xmlui-backgroundColor-menu-Select)", "Input:borderRadius-menu-Select": "var(--xmlui-borderRadius-menu-Select)", "Input:boxShadow-menu-Select": "var(--xmlui-boxShadow-menu-Select)", "Input:borderWidth-menu-Select": "var(--xmlui-borderWidth-menu-Select)", "Input:borderColor-menu-Select": "var(--xmlui-borderColor-menu-Select)", "backgroundColor-item-Select": "var(--xmlui-backgroundColor-item-Select)", "backgroundColor-item-Select--hover": "var(--xmlui-backgroundColor-item-Select--hover)", "opacity-text-item-Select--disabled": "var(--xmlui-opacity-text-item-Select--disabled)", "fontSize-Select": "var(--xmlui-fontSize-Select)", "backgroundColor-item-Select--active": "var(--xmlui-backgroundColor-item-Select--active)", "textColor-indicator-Select": "var(--xmlui-textColor-indicator-Select)"}'`;
|
|
67662
|
-
const selectValue = "
|
|
67663
|
-
const error$9 = "
|
|
67664
|
-
const warning$7 = "
|
|
67665
|
-
const valid$b = "
|
|
67666
|
-
const selectTrigger = "
|
|
67667
|
-
const badgeListContainer = "
|
|
67668
|
-
const badgeList$1 = "
|
|
67669
|
-
const badge$1 = "
|
|
67670
|
-
const actions$1 = "
|
|
67671
|
-
const placeholder$1 = "
|
|
67672
|
-
const emptyList = "
|
|
67673
|
-
const selectScrollUpButton = "
|
|
67674
|
-
const selectScrollDownButton = "
|
|
67675
|
-
const command$1 = "
|
|
67676
|
-
const commandInputContainer = "
|
|
67677
|
-
const commandInput$1 = "
|
|
67678
|
-
const commandList$1 = "
|
|
67679
|
-
const selectContent = "
|
|
67680
|
-
const fadeIn = "
|
|
67681
|
-
const zoomIn = "
|
|
67682
|
-
const fadeOut = "
|
|
67683
|
-
const zoomOut = "
|
|
67684
|
-
const slideInFromTop = "
|
|
67685
|
-
const slideInFromRight = "
|
|
67686
|
-
const slideInFromLeft = "
|
|
67687
|
-
const slideInFromBottom = "
|
|
67688
|
-
const multiComboboxOption = "
|
|
67689
|
-
const multiComboboxOptionContent = "
|
|
67690
|
-
const selectItem = "
|
|
67691
|
-
const selectItemContent = "
|
|
67692
|
-
const selectItemIndicator = "
|
|
67693
|
-
const selectViewport = "
|
|
67694
|
-
const selectEmpty = "
|
|
67695
|
-
const loading = "
|
|
67696
|
-
const srOnly = "
|
|
67604
|
+
const selectValue = "_selectValue_1xb91_13";
|
|
67605
|
+
const error$9 = "_error_1xb91_21";
|
|
67606
|
+
const warning$7 = "_warning_1xb91_29";
|
|
67607
|
+
const valid$b = "_valid_1xb91_37";
|
|
67608
|
+
const selectTrigger = "_selectTrigger_1xb91_46";
|
|
67609
|
+
const badgeListContainer = "_badgeListContainer_1xb91_170";
|
|
67610
|
+
const badgeList$1 = "_badgeList_1xb91_170";
|
|
67611
|
+
const badge$1 = "_badge_1xb91_170";
|
|
67612
|
+
const actions$1 = "_actions_1xb91_210";
|
|
67613
|
+
const placeholder$1 = "_placeholder_1xb91_216";
|
|
67614
|
+
const emptyList = "_emptyList_1xb91_221";
|
|
67615
|
+
const selectScrollUpButton = "_selectScrollUpButton_1xb91_231";
|
|
67616
|
+
const selectScrollDownButton = "_selectScrollDownButton_1xb91_240";
|
|
67617
|
+
const command$1 = "_command_1xb91_249";
|
|
67618
|
+
const commandInputContainer = "_commandInputContainer_1xb91_259";
|
|
67619
|
+
const commandInput$1 = "_commandInput_1xb91_259";
|
|
67620
|
+
const commandList$1 = "_commandList_1xb91_284";
|
|
67621
|
+
const selectContent = "_selectContent_1xb91_289";
|
|
67622
|
+
const fadeIn = "_fadeIn_1xb91_1";
|
|
67623
|
+
const zoomIn = "_zoomIn_1xb91_1";
|
|
67624
|
+
const fadeOut = "_fadeOut_1xb91_1";
|
|
67625
|
+
const zoomOut = "_zoomOut_1xb91_1";
|
|
67626
|
+
const slideInFromTop = "_slideInFromTop_1xb91_1";
|
|
67627
|
+
const slideInFromRight = "_slideInFromRight_1xb91_1";
|
|
67628
|
+
const slideInFromLeft = "_slideInFromLeft_1xb91_1";
|
|
67629
|
+
const slideInFromBottom = "_slideInFromBottom_1xb91_1";
|
|
67630
|
+
const multiComboboxOption = "_multiComboboxOption_1xb91_329";
|
|
67631
|
+
const multiComboboxOptionContent = "_multiComboboxOptionContent_1xb91_329";
|
|
67632
|
+
const selectItem = "_selectItem_1xb91_354";
|
|
67633
|
+
const selectItemContent = "_selectItemContent_1xb91_369";
|
|
67634
|
+
const selectItemIndicator = "_selectItemIndicator_1xb91_390";
|
|
67635
|
+
const selectViewport = "_selectViewport_1xb91_401";
|
|
67636
|
+
const selectEmpty = "_selectEmpty_1xb91_407";
|
|
67637
|
+
const loading = "_loading_1xb91_418";
|
|
67638
|
+
const srOnly = "_srOnly_1xb91_422";
|
|
67697
67639
|
const styles$s = {
|
|
67698
67640
|
themeVars: themeVars$g,
|
|
67699
67641
|
selectValue,
|
|
@@ -67811,7 +67753,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
67811
67753
|
Content2$1,
|
|
67812
67754
|
{
|
|
67813
67755
|
className: styles$s.selectContent,
|
|
67814
|
-
position: "popper",
|
|
67815
67756
|
style: { height },
|
|
67816
67757
|
children: [
|
|
67817
67758
|
/* @__PURE__ */ jsxRuntimeExports.jsx(ScrollUpButton, { className: styles$s.selectScrollUpButton, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$1, { name: "chevronup" }) }),
|
|
@@ -75707,26 +75648,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
75707
75648
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Text, { variant: "small", preserveLinebreaks: true, children: message2 })
|
|
75708
75649
|
] }) });
|
|
75709
75650
|
};
|
|
75710
|
-
const setByPath = (obj, path2, val) => {
|
|
75711
|
-
const keys2 = path2.split(".");
|
|
75712
|
-
for (let i2 = 0; i2 < keys2.length; i2++) {
|
|
75713
|
-
const currentKey = keys2[i2];
|
|
75714
|
-
const nextKey = keys2[i2 + 1];
|
|
75715
|
-
if (typeof nextKey !== "undefined") {
|
|
75716
|
-
obj[currentKey] = obj[currentKey] ? obj[currentKey] : {};
|
|
75717
|
-
} else {
|
|
75718
|
-
obj[currentKey] = val;
|
|
75719
|
-
}
|
|
75720
|
-
obj = obj[currentKey];
|
|
75721
|
-
}
|
|
75722
|
-
};
|
|
75723
75651
|
const getByPath = (obj, path2) => {
|
|
75724
|
-
|
|
75725
|
-
let ret = obj;
|
|
75726
|
-
for (let i2 = 0; i2 < keys2.length; i2++) {
|
|
75727
|
-
ret = ret == null ? void 0 : ret[keys2[i2]];
|
|
75728
|
-
}
|
|
75729
|
-
return ret;
|
|
75652
|
+
return get(obj, path2);
|
|
75730
75653
|
};
|
|
75731
75654
|
const formReducer = fn$1((state, action) => {
|
|
75732
75655
|
var _a3, _b2, _c2, _d;
|
|
@@ -75744,16 +75667,17 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
75744
75667
|
switch (action.type) {
|
|
75745
75668
|
case FormActionKind.FIELD_INITIALIZED: {
|
|
75746
75669
|
if (!state.interactionFlags[uid].isDirty || action.payload.force) {
|
|
75747
|
-
|
|
75670
|
+
set(state.subject, uid, action.payload.value);
|
|
75748
75671
|
}
|
|
75749
75672
|
break;
|
|
75750
75673
|
}
|
|
75751
75674
|
case FormActionKind.FIELD_REMOVED: {
|
|
75752
75675
|
delete state.validationResults[uid];
|
|
75676
|
+
delete state.interactionFlags[uid];
|
|
75753
75677
|
break;
|
|
75754
75678
|
}
|
|
75755
75679
|
case FormActionKind.FIELD_VALUE_CHANGED: {
|
|
75756
|
-
|
|
75680
|
+
set(state.subject, uid, action.payload.value);
|
|
75757
75681
|
state.interactionFlags[uid].isDirty = true;
|
|
75758
75682
|
state.interactionFlags[uid].forceShowValidationResult = false;
|
|
75759
75683
|
break;
|
|
@@ -75909,7 +75833,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
75909
75833
|
originalSubject: initialValue,
|
|
75910
75834
|
validationResults: formState.validationResults,
|
|
75911
75835
|
interactionFlags: formState.interactionFlags,
|
|
75912
|
-
resetVersion: formState.resetVersion,
|
|
75913
75836
|
dispatch,
|
|
75914
75837
|
enabled: isEnabled2
|
|
75915
75838
|
};
|
|
@@ -75918,7 +75841,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
75918
75841
|
formState.interactionFlags,
|
|
75919
75842
|
formState.subject,
|
|
75920
75843
|
formState.validationResults,
|
|
75921
|
-
formState.resetVersion,
|
|
75922
75844
|
initialValue,
|
|
75923
75845
|
isEnabled2,
|
|
75924
75846
|
itemLabelBreak,
|
|
@@ -76062,7 +75984,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
76062
75984
|
!swapCancelAndSave && [cancelButton, submitButton]
|
|
76063
75985
|
] })
|
|
76064
75986
|
]
|
|
76065
|
-
}
|
|
75987
|
+
},
|
|
75988
|
+
formState.resetVersion
|
|
76066
75989
|
),
|
|
76067
75990
|
confirmSubmitModalVisible && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
76068
75991
|
ModalDialog,
|
|
@@ -78340,6 +78263,33 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
78340
78263
|
enabled: true,
|
|
78341
78264
|
customValidationsDebounce: 0
|
|
78342
78265
|
};
|
|
78266
|
+
const FormItemContext = reactExports.createContext({ parentFormItemId: null });
|
|
78267
|
+
function ArrayLikeFormItem({
|
|
78268
|
+
children,
|
|
78269
|
+
formItemId,
|
|
78270
|
+
registerComponentApi,
|
|
78271
|
+
value = EMPTY_ARRAY,
|
|
78272
|
+
updateState
|
|
78273
|
+
}) {
|
|
78274
|
+
const formContextValue = reactExports.useMemo(() => {
|
|
78275
|
+
return {
|
|
78276
|
+
parentFormItemId: formItemId
|
|
78277
|
+
};
|
|
78278
|
+
}, [formItemId]);
|
|
78279
|
+
const addItem = useEvent((item2) => {
|
|
78280
|
+
updateState({ value: [...value, item2] });
|
|
78281
|
+
});
|
|
78282
|
+
const removeItem = useEvent((index2) => {
|
|
78283
|
+
updateState({ value: value.filter((item2, i2) => i2 !== index2) });
|
|
78284
|
+
});
|
|
78285
|
+
reactExports.useEffect(() => {
|
|
78286
|
+
registerComponentApi == null ? void 0 : registerComponentApi({
|
|
78287
|
+
addItem,
|
|
78288
|
+
removeItem
|
|
78289
|
+
});
|
|
78290
|
+
}, [addItem, registerComponentApi, removeItem]);
|
|
78291
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(FormItemContext.Provider, { value: formContextValue, children });
|
|
78292
|
+
}
|
|
78343
78293
|
const FormItem = reactExports.memo(function FormItem2({
|
|
78344
78294
|
style: style2,
|
|
78345
78295
|
bindTo,
|
|
@@ -78357,11 +78307,27 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
78357
78307
|
registerComponentApi,
|
|
78358
78308
|
maxTextLength,
|
|
78359
78309
|
inputRenderer,
|
|
78310
|
+
itemIndex,
|
|
78311
|
+
initialValue: initialValueFromProps,
|
|
78360
78312
|
...rest
|
|
78361
78313
|
}) {
|
|
78362
|
-
var _a3;
|
|
78363
78314
|
const defaultId = reactExports.useId();
|
|
78364
|
-
const
|
|
78315
|
+
const { parentFormItemId } = reactExports.useContext(FormItemContext);
|
|
78316
|
+
const formItemId = reactExports.useMemo(() => {
|
|
78317
|
+
const safeBindTo = bindTo || `${defaultId}${UNBOUND_FIELD_SUFFIX}`;
|
|
78318
|
+
if (parentFormItemId) {
|
|
78319
|
+
if (itemIndex !== void 0) {
|
|
78320
|
+
let parentFieldReference = `${parentFormItemId}[${itemIndex}]`;
|
|
78321
|
+
if (bindTo !== void 0 && bindTo.trim() === "") {
|
|
78322
|
+
return parentFieldReference;
|
|
78323
|
+
} else {
|
|
78324
|
+
return `${parentFieldReference}.${safeBindTo}`;
|
|
78325
|
+
}
|
|
78326
|
+
}
|
|
78327
|
+
} else {
|
|
78328
|
+
return safeBindTo;
|
|
78329
|
+
}
|
|
78330
|
+
}, [bindTo, defaultId, itemIndex, parentFormItemId]);
|
|
78365
78331
|
const labelWidthValue = useFormContextPart((value2) => labelWidth || value2.itemLabelWidth);
|
|
78366
78332
|
const labelBreakValue = useFormContextPart(
|
|
78367
78333
|
(value2) => labelBreak2 !== void 0 ? labelBreak2 : value2.itemLabelBreak
|
|
@@ -78369,26 +78335,20 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
78369
78335
|
const labelPositionValue = useFormContextPart(
|
|
78370
78336
|
(value2) => labelPosition || value2.itemLabelPosition || DEFAULT_LABEL_POSITIONS[type]
|
|
78371
78337
|
);
|
|
78372
|
-
const resetVersion = (_a3 = useFormContext()) == null ? void 0 : _a3.resetVersion;
|
|
78373
78338
|
const initialValueFromSubject = useFormContextPart(
|
|
78374
78339
|
(value2) => getByPath(value2.originalSubject, formItemId)
|
|
78375
78340
|
);
|
|
78376
|
-
const initialValue = initialValueFromSubject === void 0 ?
|
|
78341
|
+
const initialValue = initialValueFromSubject === void 0 ? initialValueFromProps : initialValueFromSubject;
|
|
78377
78342
|
const value = useFormContextPart((value2) => getByPath(value2.subject, formItemId));
|
|
78378
78343
|
const validationResult = useFormContextPart((value2) => value2.validationResults[formItemId]);
|
|
78379
78344
|
const dispatch = useFormContextPart((value2) => value2.dispatch);
|
|
78380
78345
|
const formEnabled = useFormContextPart((value2) => value2.enabled);
|
|
78381
78346
|
const isEnabled2 = enabled2 && formEnabled;
|
|
78382
78347
|
reactExports.useEffect(() => {
|
|
78383
|
-
|
|
78384
|
-
|
|
78385
|
-
dispatch(fieldInitialized(newId, initialValue));
|
|
78386
|
-
}, [bindTo, dispatch, initialValue]);
|
|
78387
|
-
reactExports.useEffect(() => {
|
|
78388
|
-
if (resetVersion) {
|
|
78389
|
-
dispatch(fieldInitialized(formItemId, initialValue, true));
|
|
78348
|
+
if (initialValue !== void 0) {
|
|
78349
|
+
dispatch(fieldInitialized(formItemId, initialValue));
|
|
78390
78350
|
}
|
|
78391
|
-
}, [
|
|
78351
|
+
}, [dispatch, formItemId, initialValue]);
|
|
78392
78352
|
useValidation(validations, onValidate, value, dispatch, formItemId, customValidationsDebounce);
|
|
78393
78353
|
const onStateChange = reactExports.useCallback(
|
|
78394
78354
|
({ value: value2 }, options2) => {
|
|
@@ -78611,6 +78571,19 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
78611
78571
|
);
|
|
78612
78572
|
break;
|
|
78613
78573
|
}
|
|
78574
|
+
case "items": {
|
|
78575
|
+
formControl = /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
78576
|
+
ArrayLikeFormItem,
|
|
78577
|
+
{
|
|
78578
|
+
formItemId,
|
|
78579
|
+
registerComponentApi,
|
|
78580
|
+
updateState: onStateChange,
|
|
78581
|
+
value,
|
|
78582
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(Items, { items: value, renderItem: inputRenderer })
|
|
78583
|
+
}
|
|
78584
|
+
);
|
|
78585
|
+
break;
|
|
78586
|
+
}
|
|
78614
78587
|
case "custom": {
|
|
78615
78588
|
formControl = children;
|
|
78616
78589
|
break;
|
|
@@ -78917,6 +78890,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
78917
78890
|
validationMode: extractValue.asOptionalString(validationMode),
|
|
78918
78891
|
registerComponentApi,
|
|
78919
78892
|
maxTextLength: extractValue(maxTextLength),
|
|
78893
|
+
itemIndex: extractValue("{$itemIndex}"),
|
|
78894
|
+
initialValue: extractValue(node2.props.initialValue),
|
|
78920
78895
|
inputRenderer: inputTemplate ? (contextVars) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
78921
78896
|
MemoizedItem,
|
|
78922
78897
|
{
|
|
@@ -99619,6 +99594,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
99619
99594
|
themeVars: parseScssVar(styles$U.themeVars),
|
|
99620
99595
|
themeVarDescriptions: {
|
|
99621
99596
|
"maxWidth‑content‑App": "This theme variable defines the maximum width of the main content. If the main content is broader, the engine adds margins to keep the expected maximum size.",
|
|
99597
|
+
"maxWidth-App-vertical": "This theme variable defines the app's full width in vertical layouts.",
|
|
99622
99598
|
"boxShadow‑header‑App": "This theme variable sets the shadow of the app's header section.",
|
|
99623
99599
|
"boxShadow‑navPanel‑App": "This theme variable sets the shadow of the app's navigation panel section (visible only in vertical layouts).",
|
|
99624
99600
|
"width‑navPanel‑App": "This theme variable sets the width of the navigation panel when the app is displayed with one of the vertical layouts."
|
|
@@ -99626,6 +99602,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
99626
99602
|
defaultThemeVars: {
|
|
99627
99603
|
[`width-navPanel-${COMP$D}`]: "$space-64",
|
|
99628
99604
|
[`maxWidth-content-${COMP$D}`]: "$maxWidth-content",
|
|
99605
|
+
[`maxWidth-${COMP$D}-vertical`]: "100%",
|
|
99629
99606
|
[`boxShadow-header-${COMP$D}`]: "$boxShadow-spread",
|
|
99630
99607
|
[`boxShadow-navPanel-${COMP$D}`]: "$boxShadow-spread",
|
|
99631
99608
|
[`scroll-padding-block-Pages`]: "$space-4",
|
|
@@ -99893,15 +99870,15 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
99893
99870
|
);
|
|
99894
99871
|
}
|
|
99895
99872
|
);
|
|
99896
|
-
const themeVars$9 = `'{"padding-Footer": "var(--xmlui-padding-Footer)", "paddingHorizontal-Footer": "var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer))", "paddingVertical-Footer": "var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer))", "paddingLeft-Footer": "var(--xmlui-paddingLeft-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)))", "paddingRight-Footer": "var(--xmlui-paddingRight-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)))", "paddingTop-Footer": "var(--xmlui-paddingTop-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)))", "paddingBottom-Footer": "var(--xmlui-paddingBottom-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)))", "border-Footer": "var(--xmlui-border-Footer)", "borderHorizontal-Footer": "var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer))", "borderVertical-Footer": "var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer))", "borderLeft-Footer": "var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)))", "borderRight-Footer": "var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)))", "borderTop-Footer": "var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)))", "borderBottom-Footer": "var(--xmlui-borderBottom-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)))", "borderWidth-Footer": "var(--xmlui-borderWidth-Footer)", "borderHorizontalWidth-Footer": "var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer))", "borderLeftWidth-Footer": "var(--xmlui-borderLeftWidth-Footer, var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderRightWidth-Footer": "var(--xmlui-borderRightWidth-Footer, var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderVerticalWidth-Footer": "var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer))", "borderTopWidth-Footer": "var(--xmlui-borderTopWidth-Footer, var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderBottomWidth-Footer": "var(--xmlui-borderBottomWidth-Footer, var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderStyle-Footer": "var(--xmlui-borderStyle-Footer)", "borderHorizontalStyle-Footer": "var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer))", "borderLeftStyle-Footer": "var(--xmlui-borderLeftStyle-Footer, var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderRightStyle-Footer": "var(--xmlui-borderRightStyle-Footer, var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderVerticalStyle-Footer": "var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer))", "borderTopStyle-Footer": "var(--xmlui-borderTopStyle-Footer, var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderBottomStyle-Footer": "var(--xmlui-borderBottomStyle-Footer, var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderColor-Footer": "var(--xmlui-borderColor-Footer)", "borderHorizontalColor-Footer": "var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer))", "borderLeftColor-Footer": "var(--xmlui-borderLeftColor-Footer, var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderRightColor-Footer": "var(--xmlui-borderRightColor-Footer, var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderVerticalColor-Footer": "var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer))", "borderTopColor-Footer": "var(--xmlui-borderTopColor-Footer, var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderBottomColor-Footer": "var(--xmlui-borderBottomColor-Footer, var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderStartStartRadius-Footer": "var(--xmlui-borderStartStartRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderStartEndRadius-Footer": "var(--xmlui-borderStartEndRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderEndStartRadius-Footer": "var(--xmlui-borderEndStartRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderEndEndRadius-Footer": "var(--xmlui-borderEndEndRadius-Footer, var(--xmlui-borderRadius-Footer))", "textColor-Footer": "var(--xmlui-textColor-Footer)", "fontFamily-Footer": "var(--xmlui-fontFamily-Footer)", "fontSize-Footer": "var(--xmlui-fontSize-Footer)", "fontStyle-Footer": "var(--xmlui-fontStyle-Footer)", "fontVariant-Footer": "var(--xmlui-fontVariant-Footer)", "fontWeight-Footer": "var(--xmlui-fontWeight-Footer)", "fontStretch-Footer": "var(--xmlui-fontStretch-Footer)", "textDecorationLine-Footer": "var(--xmlui-textDecorationLine-Footer)", "textDecorationColor-Footer": "var(--xmlui-textDecorationColor-Footer)", "textDecorationStyle-Footer": "var(--xmlui-textDecorationStyle-Footer)", "textDecorationThickness-Footer": "var(--xmlui-textDecorationThickness-Footer)", "textUnderlineOffset-Footer": "var(--xmlui-textUnderlineOffset-Footer)", "lineHeight-Footer": "var(--xmlui-lineHeight-Footer)", "backgroundColor-Footer": "var(--xmlui-backgroundColor-Footer)", "textTransform-Footer": "var(--xmlui-textTransform-Footer)", "letterSpacing-Footer": "var(--xmlui-letterSpacing-Footer)", "wordSpacing-Footer": "var(--xmlui-wordSpacing-Footer)", "textShadow-Footer": "var(--xmlui-textShadow-Footer)", "textIndent-Footer": "var(--xmlui-textIndent-Footer)", "textAlign-Footer": "var(--xmlui-textAlign-Footer)", "textAlignLast-Footer": "var(--xmlui-textAlignLast-Footer)", "wordBreak-Footer": "var(--xmlui-wordBreak-Footer)", "wordWrap-Footer": "var(--xmlui-wordWrap-Footer)", "direction-Footer": "var(--xmlui-direction-Footer)", "writingMode-Footer": "var(--xmlui-writingMode-Footer)", "lineBreak-Footer": "var(--xmlui-lineBreak-Footer)", "height-Footer": "var(--xmlui-height-Footer)", "verticalAlign-Footer": "var(--xmlui-verticalAlign-Footer)", "maxWidth-content-Footer": "var(--xmlui-maxWidth-content-Footer)"}'`;
|
|
99897
|
-
const outerWrapper = "
|
|
99898
|
-
const wrapper$2 = "
|
|
99899
|
-
const
|
|
99873
|
+
const themeVars$9 = `'{"padding-Footer": "var(--xmlui-padding-Footer)", "paddingHorizontal-Footer": "var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer))", "paddingVertical-Footer": "var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer))", "paddingLeft-Footer": "var(--xmlui-paddingLeft-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)))", "paddingRight-Footer": "var(--xmlui-paddingRight-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)))", "paddingTop-Footer": "var(--xmlui-paddingTop-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)))", "paddingBottom-Footer": "var(--xmlui-paddingBottom-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)))", "border-Footer": "var(--xmlui-border-Footer)", "borderHorizontal-Footer": "var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer))", "borderVertical-Footer": "var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer))", "borderLeft-Footer": "var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)))", "borderRight-Footer": "var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)))", "borderTop-Footer": "var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)))", "borderBottom-Footer": "var(--xmlui-borderBottom-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)))", "borderWidth-Footer": "var(--xmlui-borderWidth-Footer)", "borderHorizontalWidth-Footer": "var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer))", "borderLeftWidth-Footer": "var(--xmlui-borderLeftWidth-Footer, var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderRightWidth-Footer": "var(--xmlui-borderRightWidth-Footer, var(--xmlui-borderHorizontalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderVerticalWidth-Footer": "var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer))", "borderTopWidth-Footer": "var(--xmlui-borderTopWidth-Footer, var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderBottomWidth-Footer": "var(--xmlui-borderBottomWidth-Footer, var(--xmlui-borderVerticalWidth-Footer, var(--xmlui-borderWidth-Footer)))", "borderStyle-Footer": "var(--xmlui-borderStyle-Footer)", "borderHorizontalStyle-Footer": "var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer))", "borderLeftStyle-Footer": "var(--xmlui-borderLeftStyle-Footer, var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderRightStyle-Footer": "var(--xmlui-borderRightStyle-Footer, var(--xmlui-borderHorizontalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderVerticalStyle-Footer": "var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer))", "borderTopStyle-Footer": "var(--xmlui-borderTopStyle-Footer, var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderBottomStyle-Footer": "var(--xmlui-borderBottomStyle-Footer, var(--xmlui-borderVerticalStyle-Footer, var(--xmlui-borderStyle-Footer)))", "borderColor-Footer": "var(--xmlui-borderColor-Footer)", "borderHorizontalColor-Footer": "var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer))", "borderLeftColor-Footer": "var(--xmlui-borderLeftColor-Footer, var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderRightColor-Footer": "var(--xmlui-borderRightColor-Footer, var(--xmlui-borderHorizontalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderVerticalColor-Footer": "var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer))", "borderTopColor-Footer": "var(--xmlui-borderTopColor-Footer, var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderBottomColor-Footer": "var(--xmlui-borderBottomColor-Footer, var(--xmlui-borderVerticalColor-Footer, var(--xmlui-borderColor-Footer)))", "borderStartStartRadius-Footer": "var(--xmlui-borderStartStartRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderStartEndRadius-Footer": "var(--xmlui-borderStartEndRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderEndStartRadius-Footer": "var(--xmlui-borderEndStartRadius-Footer, var(--xmlui-borderRadius-Footer))", "borderEndEndRadius-Footer": "var(--xmlui-borderEndEndRadius-Footer, var(--xmlui-borderRadius-Footer))", "textColor-Footer": "var(--xmlui-textColor-Footer)", "fontFamily-Footer": "var(--xmlui-fontFamily-Footer)", "fontSize-Footer": "var(--xmlui-fontSize-Footer)", "fontStyle-Footer": "var(--xmlui-fontStyle-Footer)", "fontVariant-Footer": "var(--xmlui-fontVariant-Footer)", "fontWeight-Footer": "var(--xmlui-fontWeight-Footer)", "fontStretch-Footer": "var(--xmlui-fontStretch-Footer)", "textDecorationLine-Footer": "var(--xmlui-textDecorationLine-Footer)", "textDecorationColor-Footer": "var(--xmlui-textDecorationColor-Footer)", "textDecorationStyle-Footer": "var(--xmlui-textDecorationStyle-Footer)", "textDecorationThickness-Footer": "var(--xmlui-textDecorationThickness-Footer)", "textUnderlineOffset-Footer": "var(--xmlui-textUnderlineOffset-Footer)", "lineHeight-Footer": "var(--xmlui-lineHeight-Footer)", "backgroundColor-Footer": "var(--xmlui-backgroundColor-Footer)", "textTransform-Footer": "var(--xmlui-textTransform-Footer)", "letterSpacing-Footer": "var(--xmlui-letterSpacing-Footer)", "wordSpacing-Footer": "var(--xmlui-wordSpacing-Footer)", "textShadow-Footer": "var(--xmlui-textShadow-Footer)", "textIndent-Footer": "var(--xmlui-textIndent-Footer)", "textAlign-Footer": "var(--xmlui-textAlign-Footer)", "textAlignLast-Footer": "var(--xmlui-textAlignLast-Footer)", "wordBreak-Footer": "var(--xmlui-wordBreak-Footer)", "wordWrap-Footer": "var(--xmlui-wordWrap-Footer)", "direction-Footer": "var(--xmlui-direction-Footer)", "writingMode-Footer": "var(--xmlui-writingMode-Footer)", "lineBreak-Footer": "var(--xmlui-lineBreak-Footer)", "height-Footer": "var(--xmlui-height-Footer)", "verticalAlign-Footer": "var(--xmlui-verticalAlign-Footer)", "maxWidth-content-Footer": "var(--xmlui-maxWidth-content-Footer)", "maxWidth-App-vertical": "var(--xmlui-maxWidth-App-vertical)"}'`;
|
|
99874
|
+
const outerWrapper = "_outerWrapper_1iosm_13";
|
|
99875
|
+
const wrapper$2 = "_wrapper_1iosm_38";
|
|
99876
|
+
const verticalFullHeader = "_verticalFullHeader_1iosm_78";
|
|
99900
99877
|
const styles$i = {
|
|
99901
99878
|
themeVars: themeVars$9,
|
|
99902
99879
|
outerWrapper,
|
|
99903
99880
|
wrapper: wrapper$2,
|
|
99904
|
-
|
|
99881
|
+
verticalFullHeader
|
|
99905
99882
|
};
|
|
99906
99883
|
const Footer = reactExports.forwardRef(function Footer2({
|
|
99907
99884
|
children,
|
|
@@ -99909,12 +99886,11 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
99909
99886
|
className
|
|
99910
99887
|
}, forwardedRef) {
|
|
99911
99888
|
const { layout } = useAppLayoutContext() || {};
|
|
99912
|
-
const canRestrictContentWidth = layout !== "vertical-full-header";
|
|
99913
99889
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$i.outerWrapper, ref: forwardedRef, style: style2, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
99914
99890
|
"div",
|
|
99915
99891
|
{
|
|
99916
99892
|
className: classnames(styles$i.wrapper, className, {
|
|
99917
|
-
[styles$i.
|
|
99893
|
+
[styles$i.verticalFullHeader]: layout === "vertical-full-header"
|
|
99918
99894
|
}),
|
|
99919
99895
|
children
|
|
99920
99896
|
}
|
|
@@ -100008,7 +99984,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
100008
99984
|
const { level } = reactExports.useContext(NavGroupContext);
|
|
100009
99985
|
const appLayoutContext = useAppLayoutContext();
|
|
100010
99986
|
const navPanelContext = reactExports.useContext(NavPanelContext);
|
|
100011
|
-
let inline = (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-sticky" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-full-header"
|
|
99987
|
+
let inline = (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-sticky" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-full-header";
|
|
100012
99988
|
if (navPanelContext !== null) {
|
|
100013
99989
|
inline = navPanelContext.inDrawer;
|
|
100014
99990
|
}
|
|
@@ -100020,7 +99996,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
100020
99996
|
iconVerticalCollapsed: iconVerticalCollapsed ?? defaultProps$4.iconVerticalCollapsed,
|
|
100021
99997
|
iconVerticalExpanded: iconVerticalExpanded ?? defaultProps$4.iconVerticalExpanded
|
|
100022
99998
|
};
|
|
100023
|
-
}, [level]);
|
|
99999
|
+
}, [iconHorizontalCollapsed, iconHorizontalExpanded, iconVerticalCollapsed, iconVerticalExpanded, level]);
|
|
100024
100000
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(NavGroupContext.Provider, { value: navGroupContextValue, children: inline ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
100025
100001
|
ExpandableNavGroup,
|
|
100026
100002
|
{
|
|
@@ -107830,10 +107806,10 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
107830
107806
|
return map2;
|
|
107831
107807
|
}
|
|
107832
107808
|
case SET: {
|
|
107833
|
-
const
|
|
107809
|
+
const set2 = as(/* @__PURE__ */ new Set(), index2);
|
|
107834
107810
|
for (const index3 of value)
|
|
107835
|
-
|
|
107836
|
-
return
|
|
107811
|
+
set2.add(unpair(index3));
|
|
107812
|
+
return set2;
|
|
107837
107813
|
}
|
|
107838
107814
|
case ERROR: {
|
|
107839
107815
|
const { name: name2, message: message2 } = value;
|
|
@@ -139381,7 +139357,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
139381
139357
|
function get2() {
|
|
139382
139358
|
return counter;
|
|
139383
139359
|
}
|
|
139384
|
-
function
|
|
139360
|
+
function set2(n2) {
|
|
139385
139361
|
counter = withinLimit(n2);
|
|
139386
139362
|
return self2;
|
|
139387
139363
|
}
|
|
@@ -139393,7 +139369,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
139393
139369
|
}
|
|
139394
139370
|
const self2 = {
|
|
139395
139371
|
get: get2,
|
|
139396
|
-
set,
|
|
139372
|
+
set: set2,
|
|
139397
139373
|
add: add2,
|
|
139398
139374
|
clone
|
|
139399
139375
|
};
|
|
@@ -140040,7 +140016,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
140040
140016
|
function get2() {
|
|
140041
140017
|
return value;
|
|
140042
140018
|
}
|
|
140043
|
-
function
|
|
140019
|
+
function set2(n2) {
|
|
140044
140020
|
value = normalizeInput(n2);
|
|
140045
140021
|
}
|
|
140046
140022
|
function add2(n2) {
|
|
@@ -140054,7 +140030,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
140054
140030
|
}
|
|
140055
140031
|
const self2 = {
|
|
140056
140032
|
get: get2,
|
|
140057
|
-
set,
|
|
140033
|
+
set: set2,
|
|
140058
140034
|
add: add2,
|
|
140059
140035
|
subtract
|
|
140060
140036
|
};
|
|
@@ -144956,7 +144932,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
144956
144932
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
144957
144933
|
] });
|
|
144958
144934
|
}
|
|
144959
|
-
const version = "0.9.
|
|
144935
|
+
const version = "0.9.23";
|
|
144960
144936
|
const ApiInterceptorContext = reactExports.createContext(null);
|
|
144961
144937
|
function useApiInterceptorContext() {
|
|
144962
144938
|
return reactExports.useContext(ApiInterceptorContext);
|
|
@@ -149041,7 +149017,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
149041
149017
|
{
|
|
149042
149018
|
sources,
|
|
149043
149019
|
projectCompilation,
|
|
149044
|
-
mockApi: globalProps.demoMockApi,
|
|
149020
|
+
mockApi: globalProps == null ? void 0 : globalProps.demoMockApi,
|
|
149045
149021
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx(ConfirmationModalContextProvider, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
149046
149022
|
AppContent,
|
|
149047
149023
|
{
|
|
@@ -149098,13 +149074,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
149098
149074
|
projectCompilation
|
|
149099
149075
|
}) {
|
|
149100
149076
|
const rootNode = reactExports.useMemo(() => {
|
|
149101
|
-
const themedRoot =
|
|
149102
|
-
...node2,
|
|
149103
|
-
props: {
|
|
149104
|
-
...node2.props,
|
|
149105
|
-
root: true
|
|
149106
|
-
}
|
|
149107
|
-
} : {
|
|
149077
|
+
const themedRoot = {
|
|
149108
149078
|
type: "Theme",
|
|
149109
149079
|
props: {
|
|
149110
149080
|
root: true
|
|
@@ -149886,7 +149856,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
149886
149856
|
ToneChangerButton: ToneChangerButtonMd,
|
|
149887
149857
|
Tree: TreeMd
|
|
149888
149858
|
};
|
|
149889
|
-
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.
|
|
149859
|
+
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.23 (built 5/1/2025)" };
|
|
149890
149860
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
149891
149861
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
149892
149862
|
const CONFIG_FILE = "config.json";
|
|
@@ -154324,7 +154294,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
154324
154294
|
function isResponseWithoutBody(status) {
|
|
154325
154295
|
return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status);
|
|
154326
154296
|
}
|
|
154327
|
-
var define_process_env_default$1 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
154297
|
+
var define_process_env_default$1 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.23 (built 5/1/2025)" };
|
|
154328
154298
|
var __defProp$7 = Object.defineProperty;
|
|
154329
154299
|
var __export = (target2, all2) => {
|
|
154330
154300
|
for (var name2 in all2)
|