xmlui 0.9.17 → 0.9.19
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-D94b73xQ.mjs → apiInterceptorWorker-BH8WAcl0.mjs} +1 -1
- package/dist/{index-B6kr6jsm.mjs → index-KE5HIbCX.mjs} +63 -45
- package/dist/index.css +85 -78
- package/dist/scripts/src/components/App/AppNative.js +1 -1
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +1 -1
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +26 -19
- package/dist/scripts/src/components/NavGroup/NavGroupNative.js +2 -1
- package/dist/scripts/src/components-core/InspectorContext.js +4 -2
- package/dist/style.css +84 -77
- package/dist/xmlui-metadata.mjs +3 -3
- package/dist/xmlui-metadata.umd.js +3 -3
- package/dist/xmlui-standalone.umd.js +150 -125
- package/dist/xmlui.d.ts +1 -0
- package/dist/xmlui.mjs +1 -1
- package/package.json +1 -1
|
@@ -30,7 +30,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
30
30
|
@scope (#_ui-engine-theme-root) {
|
|
31
31
|
:scope {
|
|
32
32
|
line-height: 1.5;
|
|
33
|
-
font-feature-settings:
|
|
33
|
+
font-feature-settings: var(--xmlui-font-feature-settings);
|
|
34
34
|
font-variation-settings: normal;
|
|
35
35
|
-webkit-font-smoothing: antialiased;
|
|
36
36
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -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_rebcu_13 {
|
|
989
989
|
--footer-height: 0px;
|
|
990
990
|
--header-height: 0px;
|
|
991
991
|
width: 100%;
|
|
@@ -995,191 +995,195 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
995
995
|
flex-direction: column;
|
|
996
996
|
isolation: isolate;
|
|
997
997
|
}
|
|
998
|
-
.
|
|
998
|
+
._wrapper_rebcu_13._vertical_rebcu_23 {
|
|
999
999
|
flex-direction: row;
|
|
1000
1000
|
overflow: initial;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._contentWrapper_rebcu_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_rebcu_13._vertical_rebcu_23 ._navPanelWrapper_rebcu_33 {
|
|
1009
1009
|
width: var(--xmlui-width-navPanel-App);
|
|
1010
1010
|
flex-shrink: 0;
|
|
1011
1011
|
}
|
|
1012
|
-
.
|
|
1012
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._PagesWrapper_rebcu_37 {
|
|
1013
1013
|
min-height: initial;
|
|
1014
1014
|
flex: 1;
|
|
1015
1015
|
}
|
|
1016
|
-
.
|
|
1016
|
+
._wrapper_rebcu_13._vertical_rebcu_23 ._footerWrapper_rebcu_41 {
|
|
1017
1017
|
position: static;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._contentWrapper_rebcu_27 {
|
|
1020
1020
|
scroll-padding-top: var(--header-height);
|
|
1021
1021
|
}
|
|
1022
|
-
.
|
|
1022
|
+
._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
|
|
1023
1023
|
position: sticky;
|
|
1024
1024
|
bottom: 0;
|
|
1025
1025
|
}
|
|
1026
|
-
.
|
|
1026
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 {
|
|
1027
1027
|
overflow: auto;
|
|
1028
1028
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1029
1029
|
}
|
|
1030
|
-
.
|
|
1030
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._PagesWrapper_rebcu_37 {
|
|
1031
1031
|
min-height: initial;
|
|
1032
1032
|
}
|
|
1033
|
-
.
|
|
1033
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._footerWrapper_rebcu_41 {
|
|
1034
1034
|
position: static;
|
|
1035
1035
|
}
|
|
1036
|
-
.
|
|
1036
|
+
._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 {
|
|
1037
1037
|
scroll-padding-top: var(--header-height);
|
|
1038
1038
|
min-height: 100%;
|
|
1039
1039
|
}
|
|
1040
|
-
.
|
|
1040
|
+
._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
|
|
1041
1041
|
position: sticky;
|
|
1042
1042
|
bottom: 0;
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
1044
|
+
._wrapper_rebcu_13._horizontal_rebcu_51 ._navPanelWrapper_rebcu_33 {
|
|
1045
1045
|
border-bottom: var(--xmlui-borderBottom-AppHeader);
|
|
1046
1046
|
justify-content: end;
|
|
1047
1047
|
}
|
|
1048
|
-
.
|
|
1048
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_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_rebcu_13._verticalFullHeader_rebcu_73 ._navPanelWrapper_rebcu_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
|
-
.
|
|
1060
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapper_rebcu_37 {
|
|
1061
1061
|
overflow: initial;
|
|
1062
1062
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1063
1063
|
height: 100%;
|
|
1064
1064
|
}
|
|
1065
|
-
.
|
|
1065
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
|
|
1066
1066
|
height: 100%;
|
|
1067
1067
|
}
|
|
1068
|
-
.
|
|
1068
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1069
1069
|
height: 100%;
|
|
1070
1070
|
}
|
|
1071
|
-
.
|
|
1071
|
+
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
|
|
1072
1072
|
position: sticky;
|
|
1073
1073
|
left: 0;
|
|
1074
1074
|
right: 0;
|
|
1075
1075
|
bottom: 0;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
|
|
1078
1078
|
min-height: 100%;
|
|
1079
1079
|
height: 100%;
|
|
1080
1080
|
overflow: auto;
|
|
1081
1081
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1082
1082
|
}
|
|
1083
|
-
.
|
|
1084
|
-
max-width: var(--xmlui-maxWidth-App);
|
|
1083
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
|
|
1084
|
+
max-width: var(--xmlui-maxWidth-content-App);
|
|
1085
1085
|
margin: auto;
|
|
1086
1086
|
}
|
|
1087
|
-
.
|
|
1087
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._navPanelWrapper_rebcu_33 {
|
|
1088
1088
|
width: var(--xmlui-width-navPanel-App);
|
|
1089
1089
|
position: sticky;
|
|
1090
1090
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
1091
1091
|
top: var(--header-height);
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapper_rebcu_37 {
|
|
1094
1094
|
overflow: initial;
|
|
1095
1095
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
1096
1096
|
height: 100%;
|
|
1097
1097
|
}
|
|
1098
|
-
.
|
|
1098
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 {
|
|
1099
1099
|
height: 100%;
|
|
1100
1100
|
}
|
|
1101
|
-
.
|
|
1101
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1102
1102
|
height: 100%;
|
|
1103
1103
|
}
|
|
1104
|
-
.
|
|
1104
|
+
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1105
1105
|
position: sticky;
|
|
1106
1106
|
left: 0;
|
|
1107
1107
|
right: 0;
|
|
1108
1108
|
bottom: 0;
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 {
|
|
1111
1111
|
scrollbar-gutter: stable both-edges;
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 {
|
|
1114
1114
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1116
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 > div {
|
|
1117
1117
|
padding-inline: var(--scrollbar-width);
|
|
1118
1118
|
}
|
|
1119
|
-
.
|
|
1119
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 {
|
|
1120
1120
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1121
1121
|
}
|
|
1122
|
-
.
|
|
1122
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 > div {
|
|
1123
1123
|
padding-inline: var(--scrollbar-width);
|
|
1124
1124
|
}
|
|
1125
|
-
.
|
|
1125
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 {
|
|
1126
1126
|
scroll-padding-top: var(--header-height);
|
|
1127
1127
|
}
|
|
1128
|
-
.
|
|
1128
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._content_rebcu_27 {
|
|
1129
1129
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._contentWrapper_rebcu_27 {
|
|
1132
1132
|
padding-inline: var(--scrollbar-width);
|
|
1133
1133
|
}
|
|
1134
|
-
.
|
|
1134
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 {
|
|
1135
1135
|
scroll-padding-top: var(--header-height);
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1138
|
-
width: var(--xmlui-maxWidth-App);
|
|
1137
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1138
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1139
1139
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1140
1140
|
margin: auto;
|
|
1141
1141
|
}
|
|
1142
|
-
.
|
|
1142
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
|
|
1143
1143
|
padding-inline: var(--scrollbar-width);
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1146
|
-
width: var(--xmlui-maxWidth-App);
|
|
1145
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
|
|
1146
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
1149
1149
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
1150
1150
|
}
|
|
1151
|
-
.
|
|
1151
|
+
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
|
|
1152
1152
|
padding-inline: var(--scrollbar-width);
|
|
1153
1153
|
}
|
|
1154
|
-
.
|
|
1154
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
|
|
1155
1155
|
overflow: hidden;
|
|
1156
1156
|
}
|
|
1157
|
-
.
|
|
1157
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._content_rebcu_27 {
|
|
1158
1158
|
min-height: 0;
|
|
1159
1159
|
height: 100%;
|
|
1160
1160
|
}
|
|
1161
|
-
.
|
|
1161
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._contentWrapper_rebcu_27 {
|
|
1162
1162
|
overflow: initial;
|
|
1163
1163
|
}
|
|
1164
|
-
.
|
|
1164
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135)._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
1165
|
+
width: var(--xmlui-maxWidth-content-App);
|
|
1166
|
+
margin: auto;
|
|
1167
|
+
}
|
|
1168
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapper_rebcu_37 {
|
|
1165
1169
|
overflow: auto;
|
|
1166
1170
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
1167
1171
|
min-height: 0;
|
|
1168
1172
|
height: 100%;
|
|
1169
1173
|
scrollbar-gutter: stable both-edges;
|
|
1170
1174
|
}
|
|
1171
|
-
.
|
|
1175
|
+
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapperInner_rebcu_90 {
|
|
1172
1176
|
min-height: 100%;
|
|
1173
1177
|
height: 0;
|
|
1174
1178
|
}
|
|
1175
|
-
.
|
|
1179
|
+
._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 {
|
|
1176
1180
|
scrollbar-gutter: auto;
|
|
1177
1181
|
}
|
|
1178
|
-
.
|
|
1182
|
+
._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 ._PagesWrapper_rebcu_37 {
|
|
1179
1183
|
scrollbar-gutter: auto;
|
|
1180
1184
|
}
|
|
1181
1185
|
|
|
1182
|
-
.
|
|
1186
|
+
._headerWrapper_rebcu_138 {
|
|
1183
1187
|
z-index: 1;
|
|
1184
1188
|
min-height: 0;
|
|
1185
1189
|
flex-shrink: 0;
|
|
@@ -1188,17 +1192,17 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1188
1192
|
box-shadow: var(--xmlui-boxShadow-header-App);
|
|
1189
1193
|
background-color: var(--xmlui-backgroundColor-AppHeader);
|
|
1190
1194
|
}
|
|
1191
|
-
.
|
|
1195
|
+
._headerWrapper_rebcu_138._sticky_rebcu_44 {
|
|
1192
1196
|
position: sticky;
|
|
1193
1197
|
}
|
|
1194
1198
|
|
|
1195
|
-
.
|
|
1199
|
+
._content_rebcu_27 {
|
|
1196
1200
|
display: flex;
|
|
1197
1201
|
flex-direction: row;
|
|
1198
1202
|
isolation: isolate;
|
|
1199
1203
|
}
|
|
1200
1204
|
|
|
1201
|
-
.
|
|
1205
|
+
._contentWrapper_rebcu_27 {
|
|
1202
1206
|
position: relative;
|
|
1203
1207
|
min-width: 0;
|
|
1204
1208
|
flex: 1;
|
|
@@ -1209,21 +1213,21 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1209
1213
|
border-left: var(--xmlui-borderLeft-content-App);
|
|
1210
1214
|
}
|
|
1211
1215
|
|
|
1212
|
-
.
|
|
1216
|
+
._navPanelWrapper_rebcu_33 {
|
|
1213
1217
|
display: flex;
|
|
1214
1218
|
position: sticky;
|
|
1215
1219
|
top: 0;
|
|
1216
1220
|
}
|
|
1217
|
-
.
|
|
1221
|
+
._navPanelWrapper_rebcu_33:empty {
|
|
1218
1222
|
display: none;
|
|
1219
1223
|
}
|
|
1220
1224
|
|
|
1221
|
-
.
|
|
1225
|
+
._PagesWrapper_rebcu_37 {
|
|
1222
1226
|
flex: 1;
|
|
1223
1227
|
isolation: isolate;
|
|
1224
1228
|
}
|
|
1225
1229
|
|
|
1226
|
-
.
|
|
1230
|
+
._PagesWrapperInner_rebcu_90 {
|
|
1227
1231
|
--page-padding-left: var(--xmlui-space-4);
|
|
1228
1232
|
--page-padding-right: var(--xmlui-space-4);
|
|
1229
1233
|
--page-padding-top: var(--xmlui-space-5);
|
|
@@ -1241,7 +1245,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1241
1245
|
display: flex;
|
|
1242
1246
|
flex-direction: column;
|
|
1243
1247
|
}
|
|
1244
|
-
.
|
|
1248
|
+
._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
1245
1249
|
padding-top: var(--page-padding-top-override, var(--page-padding-top));
|
|
1246
1250
|
padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
|
|
1247
1251
|
padding-right: var(--page-padding-right-override, var(--page-padding-right));
|
|
@@ -1253,7 +1257,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1253
1257
|
margin-right: calc(-1 * var(--page-padding-right));
|
|
1254
1258
|
}
|
|
1255
1259
|
|
|
1256
|
-
.
|
|
1260
|
+
._footerWrapper_rebcu_41 {
|
|
1257
1261
|
flex-shrink: 0;
|
|
1258
1262
|
}/*
|
|
1259
1263
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -6595,7 +6599,10 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6595
6599
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6596
6600
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6597
6601
|
*/
|
|
6598
|
-
.
|
|
6602
|
+
._markdownContent_17igw_13 {
|
|
6603
|
+
max-width: var(--xmlui-maxWidth-Markdown);
|
|
6604
|
+
}
|
|
6605
|
+
._markdownContent_17igw_13 ._blockquote_17igw_16 {
|
|
6599
6606
|
position: relative;
|
|
6600
6607
|
margin-top: var(--xmlui-marginTop-Blockquote);
|
|
6601
6608
|
margin-bottom: var(--xmlui-marginBottom-Blockquote);
|
|
@@ -6603,7 +6610,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6603
6610
|
border-radius: var(--xmlui-borderRadius-Blockquote);
|
|
6604
6611
|
padding-left: var(--xmlui-paddingLeft-Blockquote);
|
|
6605
6612
|
}
|
|
6606
|
-
.
|
|
6613
|
+
._markdownContent_17igw_13 ._blockquote_17igw_16::before {
|
|
6607
6614
|
background-color: var(--xmlui-accentColor-Blockquote);
|
|
6608
6615
|
position: absolute;
|
|
6609
6616
|
top: 0;
|
|
@@ -6613,50 +6620,50 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
6613
6620
|
height: 100%;
|
|
6614
6621
|
width: var(--xmlui-accentWidth-Blockquote);
|
|
6615
6622
|
}
|
|
6616
|
-
.
|
|
6617
|
-
padding: 0.5rem;
|
|
6623
|
+
._markdownContent_17igw_13 ._blockquoteContainer_17igw_34 {
|
|
6624
|
+
padding: 0.5rem 0.5rem 0.1rem 0.5rem;
|
|
6618
6625
|
}
|
|
6619
|
-
.
|
|
6626
|
+
._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 {
|
|
6620
6627
|
margin-top: var(--xmlui-marginTop-Admonition);
|
|
6621
6628
|
margin-bottom: var(--xmlui-marginBottom-Admonition);
|
|
6622
6629
|
background-color: var(--xmlui-backgroundColor-Admonition);
|
|
6623
6630
|
border-radius: var(--xmlui-borderRadius-Admonition);
|
|
6624
6631
|
}
|
|
6625
|
-
.
|
|
6632
|
+
._markdownContent_17igw_13 ._admonitionContainer_17igw_43 {
|
|
6626
6633
|
padding: 0.5rem;
|
|
6627
6634
|
display: flex;
|
|
6628
6635
|
align-items: flex-start;
|
|
6629
6636
|
}
|
|
6630
|
-
.
|
|
6637
|
+
._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
|
|
6631
6638
|
margin-left: var(--xmlui-marginLeft-Admonition-content);
|
|
6632
6639
|
}
|
|
6633
|
-
.
|
|
6640
|
+
._markdownContent_17igw_13 ._admonitionIcon_17igw_51 {
|
|
6634
6641
|
font-size: var(--xmlui-iconSize-Admonition);
|
|
6635
6642
|
line-height: 1;
|
|
6636
6643
|
}
|
|
6637
|
-
.
|
|
6644
|
+
._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
|
|
6638
6645
|
flex: 1;
|
|
6639
6646
|
min-width: 0;
|
|
6640
6647
|
}
|
|
6641
|
-
.
|
|
6648
|
+
._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 ._admonitionContent_17igw_48 [class*=text_][class*=markdown_] {
|
|
6642
6649
|
margin-top: 0;
|
|
6643
6650
|
margin-bottom: 0;
|
|
6644
6651
|
}
|
|
6645
|
-
.
|
|
6646
|
-
.
|
|
6652
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]),
|
|
6653
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) {
|
|
6647
6654
|
display: flex;
|
|
6648
6655
|
align-items: flex-start;
|
|
6649
6656
|
}
|
|
6650
|
-
.
|
|
6651
|
-
.
|
|
6657
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox],
|
|
6658
|
+
._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
|
|
6652
6659
|
margin-right: 8px;
|
|
6653
6660
|
margin-top: 4px;
|
|
6654
6661
|
flex-shrink: 0;
|
|
6655
6662
|
}
|
|
6656
|
-
.
|
|
6663
|
+
._markdownContent_17igw_13 > *:first-child {
|
|
6657
6664
|
margin-top: 0;
|
|
6658
6665
|
}
|
|
6659
|
-
.
|
|
6666
|
+
._markdownContent_17igw_13 > *:last-child {
|
|
6660
6667
|
margin-bottom: 0;
|
|
6661
6668
|
}
|
|
6662
6669
|
|
|
@@ -15984,7 +15991,7 @@ li .htmlOl {
|
|
|
15984
15991
|
});
|
|
15985
15992
|
}
|
|
15986
15993
|
}
|
|
15987
|
-
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.
|
|
15994
|
+
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.19 (built 4/25/2025)" };
|
|
15988
15995
|
class Mutation extends Removable {
|
|
15989
15996
|
constructor(config) {
|
|
15990
15997
|
super();
|
|
@@ -32346,23 +32353,23 @@ ${error2.errorObject}`;
|
|
|
32346
32353
|
}, r2;
|
|
32347
32354
|
}(reactExports.Component);
|
|
32348
32355
|
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";
|
|
32349
|
-
const themeVars$J = `'{"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)", "
|
|
32350
|
-
const wrapper$e = "
|
|
32351
|
-
const vertical$4 = "
|
|
32352
|
-
const contentWrapper$1 = "
|
|
32353
|
-
const navPanelWrapper = "
|
|
32354
|
-
const PagesWrapper = "
|
|
32355
|
-
const footerWrapper = "
|
|
32356
|
-
const sticky = "
|
|
32357
|
-
const horizontal$5 = "
|
|
32358
|
-
const verticalFullHeader = "
|
|
32359
|
-
const PagesWrapperInner = "
|
|
32360
|
-
const verticalConstrained = "
|
|
32361
|
-
const header$2 = "
|
|
32362
|
-
const scrollWholePage = "
|
|
32363
|
-
const headerWrapper$1 = "
|
|
32364
|
-
const content$4 = "
|
|
32365
|
-
const noScrollbarGutters = "
|
|
32356
|
+
const themeVars$J = `'{"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)"}'`;
|
|
32357
|
+
const wrapper$e = "_wrapper_rebcu_13";
|
|
32358
|
+
const vertical$4 = "_vertical_rebcu_23";
|
|
32359
|
+
const contentWrapper$1 = "_contentWrapper_rebcu_27";
|
|
32360
|
+
const navPanelWrapper = "_navPanelWrapper_rebcu_33";
|
|
32361
|
+
const PagesWrapper = "_PagesWrapper_rebcu_37";
|
|
32362
|
+
const footerWrapper = "_footerWrapper_rebcu_41";
|
|
32363
|
+
const sticky = "_sticky_rebcu_44";
|
|
32364
|
+
const horizontal$5 = "_horizontal_rebcu_51";
|
|
32365
|
+
const verticalFullHeader = "_verticalFullHeader_rebcu_73";
|
|
32366
|
+
const PagesWrapperInner = "_PagesWrapperInner_rebcu_90";
|
|
32367
|
+
const verticalConstrained = "_verticalConstrained_rebcu_102";
|
|
32368
|
+
const header$2 = "_header_rebcu_108";
|
|
32369
|
+
const scrollWholePage = "_scrollWholePage_rebcu_135";
|
|
32370
|
+
const headerWrapper$1 = "_headerWrapper_rebcu_138";
|
|
32371
|
+
const content$4 = "_content_rebcu_27";
|
|
32372
|
+
const noScrollbarGutters = "_noScrollbarGutters_rebcu_204";
|
|
32366
32373
|
const styles$Y = {
|
|
32367
32374
|
themeVars: themeVars$J,
|
|
32368
32375
|
wrapper: wrapper$e,
|
|
@@ -35561,7 +35568,7 @@ ${error2.errorObject}`;
|
|
|
35561
35568
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$Y.header, style: { paddingInline: 0 }, children: header2 })
|
|
35562
35569
|
}
|
|
35563
35570
|
),
|
|
35564
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$Y.content, children: [
|
|
35571
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: classNames(styles$Y.content, styles$Y.verticalConstrained), children: [
|
|
35565
35572
|
navPanelVisible && /* @__PURE__ */ jsxRuntimeExports.jsx("aside", { className: styles$Y.navPanelWrapper, children: navPanel }),
|
|
35566
35573
|
/* @__PURE__ */ jsxRuntimeExports.jsx("main", { className: styles$Y.contentWrapper, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$Y.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ScrollContext.Provider, { value: scrollContainerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$Y.PagesWrapperInner, style: pagesWrapperInnerStyle, children }) }) }) })
|
|
35567
35574
|
] }),
|
|
@@ -98816,7 +98823,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
98816
98823
|
const { level } = reactExports.useContext(NavGroupContext);
|
|
98817
98824
|
const appLayoutContext = useAppLayoutContext();
|
|
98818
98825
|
const navPanelContext = reactExports.useContext(NavPanelContext);
|
|
98819
|
-
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";
|
|
98826
|
+
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" || (appLayoutContext == null ? void 0 : appLayoutContext.layout) === "vertical-constrained-width";
|
|
98820
98827
|
if (navPanelContext !== null) {
|
|
98821
98828
|
inline = navPanelContext.inDrawer;
|
|
98822
98829
|
}
|
|
@@ -99267,14 +99274,14 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
99267
99274
|
);
|
|
99268
99275
|
}
|
|
99269
99276
|
);
|
|
99270
|
-
const themeVars$a = `'{"accentColor-Blockquote": "var(--xmlui-accentColor-Blockquote)", "accentWidth-Blockquote": "var(--xmlui-accentWidth-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "iconSize-Admonition": "var(--xmlui-iconSize-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)"}'`;
|
|
99271
|
-
const markdownContent = "
|
|
99272
|
-
const blockquote$3 = "
|
|
99273
|
-
const blockquoteContainer = "
|
|
99274
|
-
const admonitionBlockquote = "
|
|
99275
|
-
const admonitionContainer = "
|
|
99276
|
-
const admonitionContent = "
|
|
99277
|
-
const admonitionIcon = "
|
|
99277
|
+
const themeVars$a = `'{"maxWidth-Markdown": "var(--xmlui-maxWidth-Markdown)", "accentColor-Blockquote": "var(--xmlui-accentColor-Blockquote)", "accentWidth-Blockquote": "var(--xmlui-accentWidth-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "iconSize-Admonition": "var(--xmlui-iconSize-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)"}'`;
|
|
99278
|
+
const markdownContent = "_markdownContent_17igw_13";
|
|
99279
|
+
const blockquote$3 = "_blockquote_17igw_16";
|
|
99280
|
+
const blockquoteContainer = "_blockquoteContainer_17igw_34";
|
|
99281
|
+
const admonitionBlockquote = "_admonitionBlockquote_17igw_37";
|
|
99282
|
+
const admonitionContainer = "_admonitionContainer_17igw_43";
|
|
99283
|
+
const admonitionContent = "_admonitionContent_17igw_48";
|
|
99284
|
+
const admonitionIcon = "_admonitionIcon_17igw_51";
|
|
99278
99285
|
const styles$k = {
|
|
99279
99286
|
themeVars: themeVars$a,
|
|
99280
99287
|
markdownContent,
|
|
@@ -125711,7 +125718,13 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
125711
125718
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("video", { className: styles$j.htmlVideo, ...props, children: children2 });
|
|
125712
125719
|
},
|
|
125713
125720
|
img({ children: children2, node: node2, ...props }) {
|
|
125714
|
-
|
|
125721
|
+
const src = props == null ? void 0 : props.src;
|
|
125722
|
+
const popOut = props == null ? void 0 : props["data-popout"];
|
|
125723
|
+
if (popOut) {
|
|
125724
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("a", { href: src, target: "_blank", children: /* @__PURE__ */ jsxRuntimeExports.jsx("img", { className: styles$j.htmlImage, ...props, children: children2 }) });
|
|
125725
|
+
} else {
|
|
125726
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("img", { className: styles$j.htmlImage, ...props, children: children2 });
|
|
125727
|
+
}
|
|
125715
125728
|
},
|
|
125716
125729
|
h1({ children: children2 }) {
|
|
125717
125730
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Heading, { level: "h1", children: children2 });
|
|
@@ -125759,7 +125772,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
125759
125772
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: styles$j.htmlUl, ...props, children: children2 });
|
|
125760
125773
|
},
|
|
125761
125774
|
li({ children: children2, node: node2, ...props }) {
|
|
125762
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("li", { className: styles$j.htmlLi, ...props, children: children2 });
|
|
125775
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("li", { className: styles$j.htmlLi, ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { children: children2 }) });
|
|
125763
125776
|
},
|
|
125764
125777
|
hr() {
|
|
125765
125778
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(HorizontalRule, {});
|
|
@@ -132881,7 +132894,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
132881
132894
|
function InspectorProvider({
|
|
132882
132895
|
children,
|
|
132883
132896
|
sources,
|
|
132884
|
-
projectCompilation
|
|
132897
|
+
projectCompilation,
|
|
132898
|
+
mockApi
|
|
132885
132899
|
}) {
|
|
132886
132900
|
const { root: root2 } = useTheme();
|
|
132887
132901
|
const [inspectable, setInspectable] = reactExports.useState({});
|
|
@@ -132932,9 +132946,10 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
132932
132946
|
devToolsSide,
|
|
132933
132947
|
setDevToolsSide,
|
|
132934
132948
|
devToolsEnabled: showCode,
|
|
132935
|
-
projectCompilation
|
|
132949
|
+
projectCompilation,
|
|
132950
|
+
mockApi
|
|
132936
132951
|
};
|
|
132937
|
-
}, [devToolsSide, devToolsSize, sources, inspectedNode, showCode, projectCompilation]);
|
|
132952
|
+
}, [devToolsSide, devToolsSize, sources, inspectedNode, showCode, projectCompilation, mockApi]);
|
|
132938
132953
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(InspectorContext.Provider, { value: contextValue2, children: [
|
|
132939
132954
|
children,
|
|
132940
132955
|
define_process_env_default$7.VITE_USER_COMPONENTS_Inspect !== "false" && showCode && inspectedNode !== null && reactDomExports.createPortal(devToolsEntry == null ? void 0 : devToolsEntry.renderer({}), root2),
|
|
@@ -133053,7 +133068,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
133053
133068
|
setDevToolsSize: context == null ? void 0 : context.setDevToolsSize,
|
|
133054
133069
|
devToolsSide: context == null ? void 0 : context.devToolsSide,
|
|
133055
133070
|
setDevToolsSide: context == null ? void 0 : context.setDevToolsSide,
|
|
133056
|
-
devToolsEnabled: context == null ? void 0 : context.devToolsEnabled
|
|
133071
|
+
devToolsEnabled: context == null ? void 0 : context.devToolsEnabled,
|
|
133072
|
+
mockApi: context == null ? void 0 : context.mockApi
|
|
133057
133073
|
};
|
|
133058
133074
|
}
|
|
133059
133075
|
function useInspector(node2, uid) {
|
|
@@ -143967,7 +143983,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
143967
143983
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
143968
143984
|
] });
|
|
143969
143985
|
}
|
|
143970
|
-
const version = "0.9.
|
|
143986
|
+
const version = "0.9.19";
|
|
143971
143987
|
const ApiInterceptorContext = reactExports.createContext(null);
|
|
143972
143988
|
function useApiInterceptorContext() {
|
|
143973
143989
|
return reactExports.useContext(ApiInterceptorContext);
|
|
@@ -148104,18 +148120,26 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148104
148120
|
defaultTheme,
|
|
148105
148121
|
defaultTone,
|
|
148106
148122
|
resources,
|
|
148107
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
148108
|
-
|
|
148123
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
148124
|
+
InspectorProvider,
|
|
148109
148125
|
{
|
|
148110
|
-
|
|
148111
|
-
|
|
148112
|
-
globalProps,
|
|
148113
|
-
|
|
148114
|
-
|
|
148115
|
-
|
|
148116
|
-
|
|
148126
|
+
sources,
|
|
148127
|
+
projectCompilation,
|
|
148128
|
+
mockApi: globalProps.demoMockApi,
|
|
148129
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(ConfirmationModalContextProvider, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
148130
|
+
AppContent,
|
|
148131
|
+
{
|
|
148132
|
+
rootContainer: node2,
|
|
148133
|
+
routerBaseName: baseName,
|
|
148134
|
+
globalProps,
|
|
148135
|
+
standalone,
|
|
148136
|
+
decorateComponentsWithTestId,
|
|
148137
|
+
debugEnabled,
|
|
148138
|
+
children
|
|
148139
|
+
}
|
|
148140
|
+
) })
|
|
148117
148141
|
}
|
|
148118
|
-
)
|
|
148142
|
+
)
|
|
148119
148143
|
}
|
|
148120
148144
|
) })
|
|
148121
148145
|
] })
|
|
@@ -148216,6 +148240,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148216
148240
|
populateTransitiveDeps(directCompDepNames);
|
|
148217
148241
|
return transitiveDeps;
|
|
148218
148242
|
function populateTransitiveDeps(directCompDepNames2) {
|
|
148243
|
+
if (!directCompDepNames2) return;
|
|
148219
148244
|
for (const directDep of directCompDepNames2) {
|
|
148220
148245
|
if (!transitiveDeps.has(directDep)) {
|
|
148221
148246
|
transitiveDeps.add(directDep);
|
|
@@ -148948,7 +148973,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148948
148973
|
ToneChangerButton: ToneChangerButtonMd,
|
|
148949
148974
|
Tree: TreeMd
|
|
148950
148975
|
};
|
|
148951
|
-
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.
|
|
148976
|
+
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.19 (built 4/25/2025)" };
|
|
148952
148977
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
148953
148978
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
148954
148979
|
const CONFIG_FILE = "config.json";
|
|
@@ -153386,7 +153411,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
153386
153411
|
function isResponseWithoutBody(status) {
|
|
153387
153412
|
return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status);
|
|
153388
153413
|
}
|
|
153389
|
-
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.
|
|
153414
|
+
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.19 (built 4/25/2025)" };
|
|
153390
153415
|
var __defProp$7 = Object.defineProperty;
|
|
153391
153416
|
var __export = (target2, all2) => {
|
|
153392
153417
|
for (var name2 in all2)
|
package/dist/xmlui.d.ts
CHANGED
|
@@ -1932,6 +1932,7 @@ export declare function useDevTools(): {
|
|
|
1932
1932
|
devToolsSide: "left" | "right" | "bottom";
|
|
1933
1933
|
setDevToolsSide: (side: "left" | "right" | "bottom") => void;
|
|
1934
1934
|
devToolsEnabled: boolean;
|
|
1935
|
+
mockApi: any;
|
|
1935
1936
|
};
|
|
1936
1937
|
|
|
1937
1938
|
export declare const useLogger: () => LogContextType;
|