xmlui 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
12
12
  var _executor, _DeferredPromise_instances, decorate_fn, _a2;
13
13
  import { delay as delay$1, HttpResponse, http } from "msw";
14
14
  import { isArray, isObject as isObject$1, mapValues } from "lodash-es";
15
- import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-CmAO1zjU.mjs";
15
+ import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-6PAZN2xn.mjs";
16
16
  import Dexie from "dexie";
17
17
  var POSITIONALS_EXP = /(%?)(%([sdijo]))/g;
18
18
  function serializePositional(positional, flag) {
@@ -3423,21 +3423,21 @@ function createUrlWithQueryParams(to2) {
3423
3423
  }
3424
3424
  return to2;
3425
3425
  }
3426
- 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)", "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)"}'`;
3427
- const wrapper$h = "_wrapper_1larq_13";
3428
- const vertical$4 = "_vertical_1larq_23";
3429
- const contentWrapper$1 = "_contentWrapper_1larq_27";
3430
- const navPanelWrapper = "_navPanelWrapper_1larq_33";
3431
- const PagesWrapper = "_PagesWrapper_1larq_37";
3432
- const footerWrapper = "_footerWrapper_1larq_41";
3433
- const sticky = "_sticky_1larq_44";
3434
- const horizontal$5 = "_horizontal_1larq_51";
3435
- const verticalFullHeader = "_verticalFullHeader_1larq_73";
3436
- const PagesWrapperInner = "_PagesWrapperInner_1larq_90";
3437
- const scrollWholePage = "_scrollWholePage_1larq_102";
3438
- const headerWrapper$1 = "_headerWrapper_1larq_105";
3439
- const content$3 = "_content_1larq_27";
3440
- const noScrollbarGutters = "_noScrollbarGutters_1larq_147";
3426
+ 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)"}'`;
3427
+ const wrapper$h = "_wrapper_qcc08_13";
3428
+ const vertical$4 = "_vertical_qcc08_23";
3429
+ const contentWrapper$1 = "_contentWrapper_qcc08_27";
3430
+ const navPanelWrapper = "_navPanelWrapper_qcc08_33";
3431
+ const PagesWrapper = "_PagesWrapper_qcc08_37";
3432
+ const footerWrapper = "_footerWrapper_qcc08_41";
3433
+ const sticky = "_sticky_qcc08_44";
3434
+ const horizontal$5 = "_horizontal_qcc08_51";
3435
+ const verticalFullHeader = "_verticalFullHeader_qcc08_73";
3436
+ const PagesWrapperInner = "_PagesWrapperInner_qcc08_90";
3437
+ const scrollWholePage = "_scrollWholePage_qcc08_102";
3438
+ const headerWrapper$1 = "_headerWrapper_qcc08_105";
3439
+ const content$3 = "_content_qcc08_27";
3440
+ const noScrollbarGutters = "_noScrollbarGutters_qcc08_147";
3441
3441
  const styles$$ = {
3442
3442
  themeVars: themeVars$J,
3443
3443
  wrapper: wrapper$h,
@@ -19585,6 +19585,7 @@ const AppMd = createMetadata({
19585
19585
  [`boxShadow-header-${COMP$G}`]: "$boxShadow-spread",
19586
19586
  [`boxShadow-navPanel-${COMP$G}`]: "$boxShadow-spread",
19587
19587
  [`scroll-padding-block-Pages`]: "$space-4",
19588
+ [`backgroundColor-content-App`]: "$backgroundColor",
19588
19589
  light: {
19589
19590
  // --- No light-specific theme vars
19590
19591
  },
@@ -31677,7 +31678,7 @@ function IconProvider({ children }) {
31677
31678
  /* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
31678
31679
  ] });
31679
31680
  }
31680
- const version = "0.9.9";
31681
+ const version = "0.9.10";
31681
31682
  const ApiInterceptorContext = createContext(null);
31682
31683
  function useApiInterceptorContext() {
31683
31684
  return useContext(ApiInterceptorContext);
@@ -35717,7 +35718,7 @@ function ApiInterceptorProvider({
35717
35718
  let interceptorWorker;
35718
35719
  (async () => {
35719
35720
  if (process.env.VITE_MOCK_ENABLED) {
35720
- const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-DmE-x8Au.mjs");
35721
+ const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-BJYj3y8V.mjs");
35721
35722
  if (interceptor) {
35722
35723
  interceptorWorker = await createApiInterceptorWorker(interceptor, apiWorker);
35723
35724
  if (!apiWorker) {
package/dist/index.css CHANGED
@@ -976,7 +976,7 @@
976
976
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
977
977
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
978
978
  */
979
- ._wrapper_1larq_13 {
979
+ ._wrapper_qcc08_13 {
980
980
  --footer-height: 0px;
981
981
  --header-height: 0px;
982
982
  width: 100%;
@@ -986,138 +986,138 @@
986
986
  flex-direction: column;
987
987
  isolation: isolate;
988
988
  }
989
- ._wrapper_1larq_13._vertical_1larq_23 {
989
+ ._wrapper_qcc08_13._vertical_qcc08_23 {
990
990
  flex-direction: row;
991
991
  overflow: initial;
992
992
  }
993
- ._wrapper_1larq_13._vertical_1larq_23 ._contentWrapper_1larq_27 {
993
+ ._wrapper_qcc08_13._vertical_qcc08_23 ._contentWrapper_qcc08_27 {
994
994
  overflow: auto;
995
995
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
996
996
  position: relative;
997
997
  scrollbar-gutter: stable both-edges;
998
998
  }
999
- ._wrapper_1larq_13._vertical_1larq_23 ._navPanelWrapper_1larq_33 {
999
+ ._wrapper_qcc08_13._vertical_qcc08_23 ._navPanelWrapper_qcc08_33 {
1000
1000
  width: var(--xmlui-width-navPanel-App);
1001
1001
  flex-shrink: 0;
1002
1002
  }
1003
- ._wrapper_1larq_13._vertical_1larq_23 ._PagesWrapper_1larq_37 {
1003
+ ._wrapper_qcc08_13._vertical_qcc08_23 ._PagesWrapper_qcc08_37 {
1004
1004
  min-height: initial;
1005
1005
  flex: 1;
1006
1006
  }
1007
- ._wrapper_1larq_13._vertical_1larq_23 ._footerWrapper_1larq_41 {
1007
+ ._wrapper_qcc08_13._vertical_qcc08_23 ._footerWrapper_qcc08_41 {
1008
1008
  position: static;
1009
1009
  }
1010
- ._wrapper_1larq_13._vertical_1larq_23._sticky_1larq_44 ._contentWrapper_1larq_27 {
1010
+ ._wrapper_qcc08_13._vertical_qcc08_23._sticky_qcc08_44 ._contentWrapper_qcc08_27 {
1011
1011
  scroll-padding-top: var(--header-height);
1012
1012
  }
1013
- ._wrapper_1larq_13._vertical_1larq_23._sticky_1larq_44 ._footerWrapper_1larq_41 {
1013
+ ._wrapper_qcc08_13._vertical_qcc08_23._sticky_qcc08_44 ._footerWrapper_qcc08_41 {
1014
1014
  position: sticky;
1015
1015
  bottom: 0;
1016
1016
  }
1017
- ._wrapper_1larq_13._horizontal_1larq_51 {
1017
+ ._wrapper_qcc08_13._horizontal_qcc08_51 {
1018
1018
  overflow: auto;
1019
1019
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1020
1020
  }
1021
- ._wrapper_1larq_13._horizontal_1larq_51 ._PagesWrapper_1larq_37 {
1021
+ ._wrapper_qcc08_13._horizontal_qcc08_51 ._PagesWrapper_qcc08_37 {
1022
1022
  min-height: initial;
1023
1023
  }
1024
- ._wrapper_1larq_13._horizontal_1larq_51 ._footerWrapper_1larq_41 {
1024
+ ._wrapper_qcc08_13._horizontal_qcc08_51 ._footerWrapper_qcc08_41 {
1025
1025
  position: static;
1026
1026
  }
1027
- ._wrapper_1larq_13._horizontal_1larq_51._sticky_1larq_44 {
1027
+ ._wrapper_qcc08_13._horizontal_qcc08_51._sticky_qcc08_44 {
1028
1028
  scroll-padding-top: var(--header-height);
1029
1029
  min-height: 100%;
1030
1030
  }
1031
- ._wrapper_1larq_13._horizontal_1larq_51._sticky_1larq_44 ._footerWrapper_1larq_41 {
1031
+ ._wrapper_qcc08_13._horizontal_qcc08_51._sticky_qcc08_44 ._footerWrapper_qcc08_41 {
1032
1032
  position: sticky;
1033
1033
  bottom: 0;
1034
1034
  }
1035
- ._wrapper_1larq_13._horizontal_1larq_51 ._navPanelWrapper_1larq_33 {
1035
+ ._wrapper_qcc08_13._horizontal_qcc08_51 ._navPanelWrapper_qcc08_33 {
1036
1036
  border-bottom: var(--xmlui-borderBottom-AppHeader);
1037
1037
  justify-content: end;
1038
1038
  }
1039
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 {
1039
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 {
1040
1040
  min-height: 100%;
1041
1041
  height: 100%;
1042
1042
  overflow: auto;
1043
1043
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1044
1044
  }
1045
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 ._navPanelWrapper_1larq_33 {
1045
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 ._navPanelWrapper_qcc08_33 {
1046
1046
  width: var(--xmlui-width-navPanel-App);
1047
1047
  position: sticky;
1048
1048
  height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
1049
1049
  top: var(--header-height);
1050
1050
  }
1051
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 ._PagesWrapper_1larq_37 {
1051
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 ._PagesWrapper_qcc08_37 {
1052
1052
  overflow: initial;
1053
1053
  min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
1054
1054
  height: 100%;
1055
1055
  }
1056
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 ._PagesWrapperInner_1larq_90 {
1056
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 ._PagesWrapperInner_qcc08_90 {
1057
1057
  height: 100%;
1058
1058
  }
1059
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 ._PagesWrapperInner_1larq_90 > .xmlui-page-root {
1059
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 ._PagesWrapperInner_qcc08_90 > .xmlui-page-root {
1060
1060
  height: 100%;
1061
1061
  }
1062
- ._wrapper_1larq_13._verticalFullHeader_1larq_73 ._footerWrapper_1larq_41 {
1062
+ ._wrapper_qcc08_13._verticalFullHeader_qcc08_73 ._footerWrapper_qcc08_41 {
1063
1063
  position: sticky;
1064
1064
  left: 0;
1065
1065
  right: 0;
1066
1066
  bottom: 0;
1067
1067
  }
1068
- ._wrapper_1larq_13._scrollWholePage_1larq_102 {
1068
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102 {
1069
1069
  scrollbar-gutter: stable both-edges;
1070
1070
  }
1071
- ._wrapper_1larq_13._scrollWholePage_1larq_102 ._headerWrapper_1larq_105 {
1071
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102 ._headerWrapper_qcc08_105 {
1072
1072
  margin-inline: calc(-1 * var(--scrollbar-width));
1073
1073
  }
1074
- ._wrapper_1larq_13._scrollWholePage_1larq_102 ._headerWrapper_1larq_105 > div {
1074
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102 ._headerWrapper_qcc08_105 > div {
1075
1075
  padding-inline: var(--scrollbar-width);
1076
1076
  }
1077
- ._wrapper_1larq_13._scrollWholePage_1larq_102 ._footerWrapper_1larq_41 {
1077
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102 ._footerWrapper_qcc08_41 {
1078
1078
  margin-inline: calc(-1 * var(--scrollbar-width));
1079
1079
  }
1080
- ._wrapper_1larq_13._scrollWholePage_1larq_102 ._footerWrapper_1larq_41 > div {
1080
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102 ._footerWrapper_qcc08_41 > div {
1081
1081
  padding-inline: var(--scrollbar-width);
1082
1082
  }
1083
- ._wrapper_1larq_13._scrollWholePage_1larq_102._verticalFullHeader_1larq_73 {
1083
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102._verticalFullHeader_qcc08_73 {
1084
1084
  scroll-padding-top: var(--header-height);
1085
1085
  }
1086
- ._wrapper_1larq_13._scrollWholePage_1larq_102._verticalFullHeader_1larq_73 ._content_1larq_27 {
1086
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102._verticalFullHeader_qcc08_73 ._content_qcc08_27 {
1087
1087
  margin-inline: calc(-1 * var(--scrollbar-width));
1088
1088
  }
1089
- ._wrapper_1larq_13._scrollWholePage_1larq_102._verticalFullHeader_1larq_73 ._contentWrapper_1larq_27 {
1089
+ ._wrapper_qcc08_13._scrollWholePage_qcc08_102._verticalFullHeader_qcc08_73 ._contentWrapper_qcc08_27 {
1090
1090
  padding-inline: var(--scrollbar-width);
1091
1091
  }
1092
- ._wrapper_1larq_13:not(._scrollWholePage_1larq_102) {
1092
+ ._wrapper_qcc08_13:not(._scrollWholePage_qcc08_102) {
1093
1093
  overflow: hidden;
1094
1094
  }
1095
- ._wrapper_1larq_13:not(._scrollWholePage_1larq_102) ._content_1larq_27 {
1095
+ ._wrapper_qcc08_13:not(._scrollWholePage_qcc08_102) ._content_qcc08_27 {
1096
1096
  min-height: 0;
1097
1097
  height: 100%;
1098
1098
  }
1099
- ._wrapper_1larq_13:not(._scrollWholePage_1larq_102) ._contentWrapper_1larq_27 {
1099
+ ._wrapper_qcc08_13:not(._scrollWholePage_qcc08_102) ._contentWrapper_qcc08_27 {
1100
1100
  overflow: initial;
1101
1101
  }
1102
- ._wrapper_1larq_13:not(._scrollWholePage_1larq_102) ._PagesWrapper_1larq_37 {
1102
+ ._wrapper_qcc08_13:not(._scrollWholePage_qcc08_102) ._PagesWrapper_qcc08_37 {
1103
1103
  overflow: auto;
1104
1104
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1105
1105
  min-height: 0;
1106
1106
  height: 100%;
1107
1107
  scrollbar-gutter: stable both-edges;
1108
1108
  }
1109
- ._wrapper_1larq_13:not(._scrollWholePage_1larq_102) ._PagesWrapperInner_1larq_90 {
1109
+ ._wrapper_qcc08_13:not(._scrollWholePage_qcc08_102) ._PagesWrapperInner_qcc08_90 {
1110
1110
  min-height: 100%;
1111
1111
  height: 0;
1112
1112
  }
1113
- ._wrapper_1larq_13._noScrollbarGutters_1larq_147 {
1113
+ ._wrapper_qcc08_13._noScrollbarGutters_qcc08_147 {
1114
1114
  scrollbar-gutter: auto;
1115
1115
  }
1116
- ._wrapper_1larq_13._noScrollbarGutters_1larq_147 ._PagesWrapper_1larq_37 {
1116
+ ._wrapper_qcc08_13._noScrollbarGutters_qcc08_147 ._PagesWrapper_qcc08_37 {
1117
1117
  scrollbar-gutter: auto;
1118
1118
  }
1119
1119
 
1120
- ._headerWrapper_1larq_105 {
1120
+ ._headerWrapper_qcc08_105 {
1121
1121
  z-index: 1;
1122
1122
  min-height: 0;
1123
1123
  flex-shrink: 0;
@@ -1126,40 +1126,42 @@
1126
1126
  box-shadow: var(--xmlui-boxShadow-header-App);
1127
1127
  background-color: var(--xmlui-backgroundColor-AppHeader);
1128
1128
  }
1129
- ._headerWrapper_1larq_105._sticky_1larq_44 {
1129
+ ._headerWrapper_qcc08_105._sticky_qcc08_44 {
1130
1130
  position: sticky;
1131
1131
  }
1132
1132
 
1133
- ._content_1larq_27 {
1133
+ ._content_qcc08_27 {
1134
1134
  display: flex;
1135
1135
  flex-direction: row;
1136
1136
  isolation: isolate;
1137
1137
  }
1138
1138
 
1139
- ._contentWrapper_1larq_27 {
1139
+ ._contentWrapper_qcc08_27 {
1140
1140
  position: relative;
1141
1141
  min-width: 0;
1142
1142
  flex: 1;
1143
1143
  display: flex;
1144
1144
  flex-direction: column;
1145
1145
  box-shadow: var(--xmlui-boxShadow-navPanel-App);
1146
+ background-color: var(--xmlui-backgroundColor-content-App);
1147
+ border-left: var(--xmlui-borderLeft-content-App);
1146
1148
  }
1147
1149
 
1148
- ._navPanelWrapper_1larq_33 {
1150
+ ._navPanelWrapper_qcc08_33 {
1149
1151
  display: flex;
1150
1152
  position: sticky;
1151
1153
  top: 0;
1152
1154
  }
1153
- ._navPanelWrapper_1larq_33:empty {
1155
+ ._navPanelWrapper_qcc08_33:empty {
1154
1156
  display: none;
1155
1157
  }
1156
1158
 
1157
- ._PagesWrapper_1larq_37 {
1159
+ ._PagesWrapper_qcc08_37 {
1158
1160
  flex: 1;
1159
1161
  isolation: isolate;
1160
1162
  }
1161
1163
 
1162
- ._PagesWrapperInner_1larq_90 {
1164
+ ._PagesWrapperInner_qcc08_90 {
1163
1165
  --page-padding-left: var(--xmlui-space-4);
1164
1166
  --page-padding-right: var(--xmlui-space-4);
1165
1167
  --page-padding-top: var(--xmlui-space-5);
@@ -1177,7 +1179,7 @@
1177
1179
  display: flex;
1178
1180
  flex-direction: column;
1179
1181
  }
1180
- ._PagesWrapperInner_1larq_90 > .xmlui-page-root {
1182
+ ._PagesWrapperInner_qcc08_90 > .xmlui-page-root {
1181
1183
  padding-top: var(--page-padding-top-override, var(--page-padding-top));
1182
1184
  padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
1183
1185
  padding-right: var(--page-padding-right-override, var(--page-padding-right));
@@ -1189,7 +1191,7 @@
1189
1191
  margin-right: calc(-1 * var(--page-padding-right));
1190
1192
  }
1191
1193
 
1192
- ._footerWrapper_1larq_41 {
1194
+ ._footerWrapper_qcc08_41 {
1193
1195
  flex-shrink: 0;
1194
1196
  }/*
1195
1197
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.