xmlui 0.11.16 → 0.11.18

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.
@@ -1,6 +1,6 @@
1
1
  import { delay as delay$1, HttpResponse, matchRequestUrl } from "msw";
2
2
  import { isArray, isObject, mapValues } from "lodash-es";
3
- import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-ontex45U.js";
3
+ import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-PMsVrlLh.js";
4
4
  import Dexie from "dexie";
5
5
  var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
6
6
  HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
@@ -727,6 +727,7 @@ declare type DropdownMenuProps = {
727
727
  triggerButtonIcon?: string;
728
728
  triggerButtonIconPosition?: IconPosition;
729
729
  compact?: boolean;
730
+ modal?: boolean;
730
731
  };
731
732
 
732
733
  export declare function dSetValueApi(): ComponentPropertyMetadata;
package/dist/lib/xmlui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aa, Z, al, a1, ax, av, _, $, ai, ak, aw, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, at, au, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-ontex45U.js";
1
+ import { aa, Z, al, a1, ax, av, _, $, ai, ak, aw, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, at, au, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-PMsVrlLh.js";
2
2
  import { f as f2, x as x2 } from "./xmlui-parser-9Yk-asFP.js";
3
3
  import { X as X2 } from "./xmlui-serializer-CeCcgdVR.js";
4
4
  export {
@@ -435,8 +435,9 @@ function mergeProps$1(slotProps, childProps) {
435
435
  if (isHandler) {
436
436
  if (slotPropValue && childPropValue) {
437
437
  overrideProps[propName] = (...args) => {
438
- childPropValue(...args);
438
+ const result = childPropValue(...args);
439
439
  slotPropValue(...args);
440
+ return result;
440
441
  };
441
442
  } else if (slotPropValue) {
442
443
  overrideProps[propName] = slotPropValue;
@@ -6828,7 +6829,16 @@ const XmlUiBlogThemeDefinition = {
6828
6829
  id: "xmlui-blog",
6829
6830
  extends: "xmlui",
6830
6831
  color: "$color-primary-500",
6831
- themeVars: {}
6832
+ themeVars: {
6833
+ // --- App layout
6834
+ "maxWidth-content-App": "800px",
6835
+ // --- Fundamental colors & typography
6836
+ backgroundColor: "$color-surface-0",
6837
+ "fontWeight-Text": "400",
6838
+ "fontWeight-bold": "700",
6839
+ "textColor-primary": "$color-surface-800",
6840
+ "textColor-NavLink--active": "$color-primary"
6841
+ }
6832
6842
  };
6833
6843
  const XmlUiWebThemeDefinition = {
6834
6844
  id: "xmlui-web",
@@ -18455,6 +18465,7 @@ const DropdownMenu = forwardRef(function DropdownMenu2({
18455
18465
  triggerButtonIcon = defaultDropdownMenuProps.triggerButtonIcon,
18456
18466
  triggerButtonIconPosition = defaultDropdownMenuProps.triggerButtonIconPosition,
18457
18467
  compact: compact2 = false,
18468
+ modal = false,
18458
18469
  ...rest
18459
18470
  }, ref) {
18460
18471
  const { root: root2 } = useTheme();
@@ -18528,7 +18539,7 @@ const DropdownMenu = forwardRef(function DropdownMenu2({
18528
18539
  }, 0);
18529
18540
  }
18530
18541
  },
18531
- modal: false,
18542
+ modal,
18532
18543
  children: [
18533
18544
  /* @__PURE__ */ jsx(
18534
18545
  PopoverTrigger,
@@ -18559,7 +18570,9 @@ const DropdownMenu = forwardRef(function DropdownMenu2({
18559
18570
  ref: contentRef,
18560
18571
  align: alignment,
18561
18572
  style: style2,
18562
- className: classnames(styles$Z.DropdownMenuContent, className, { [styles$Z.compact]: compact2 }),
18573
+ className: classnames(styles$Z.DropdownMenuContent, className, {
18574
+ [styles$Z.compact]: compact2
18575
+ }),
18563
18576
  onOpenAutoFocus: (e) => {
18564
18577
  e.preventDefault();
18565
18578
  contentRef.current?.focus();
@@ -18713,6 +18726,11 @@ const DropdownMenuMd = createMetadata({
18713
18726
  defaultValue: defaultDropdownMenuProps.triggerButtonIconPosition,
18714
18727
  valueType: "string",
18715
18728
  availableValues: iconPositionMd
18729
+ },
18730
+ modal: {
18731
+ isInternal: true,
18732
+ description: "internal radix modal prop",
18733
+ valueType: "boolean"
18716
18734
  }
18717
18735
  },
18718
18736
  events: {
@@ -18758,6 +18776,7 @@ const dropdownMenuComponentRenderer = createComponentRenderer(
18758
18776
  triggerButtonVariant: extractValue(node.props.triggerButtonVariant),
18759
18777
  triggerButtonIcon: extractValue(node.props.triggerButtonIcon),
18760
18778
  triggerButtonIconPosition: extractValue(node.props.triggerButtonIconPosition),
18779
+ modal: extractValue.asOptionalBoolean(node.props.modal),
18761
18780
  children: renderChild2(node.children)
18762
18781
  }
18763
18782
  );
@@ -19840,15 +19859,15 @@ function backendValidationArrived({
19840
19859
  };
19841
19860
  }
19842
19861
  const themeVars$C = `'{"padding-ModalDialog": "var(--xmlui-padding-ModalDialog)", "paddingHorizontal-ModalDialog": "var(--xmlui-paddingHorizontal-ModalDialog, var(--xmlui-padding-ModalDialog))", "paddingVertical-ModalDialog": "var(--xmlui-paddingVertical-ModalDialog, var(--xmlui-padding-ModalDialog))", "paddingLeft-ModalDialog": "var(--xmlui-paddingLeft-ModalDialog, var(--xmlui-paddingHorizontal-ModalDialog, var(--xmlui-padding-ModalDialog)))", "paddingRight-ModalDialog": "var(--xmlui-paddingRight-ModalDialog, var(--xmlui-paddingHorizontal-ModalDialog, var(--xmlui-padding-ModalDialog)))", "paddingTop-ModalDialog": "var(--xmlui-paddingTop-ModalDialog, var(--xmlui-paddingVertical-ModalDialog, var(--xmlui-padding-ModalDialog)))", "paddingBottom-ModalDialog": "var(--xmlui-paddingBottom-ModalDialog, var(--xmlui-paddingVertical-ModalDialog, var(--xmlui-padding-ModalDialog)))", "padding-overlay-ModalDialog": "var(--xmlui-padding-overlay-ModalDialog)", "paddingHorizontal-overlay-ModalDialog": "var(--xmlui-paddingHorizontal-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog))", "paddingVertical-overlay-ModalDialog": "var(--xmlui-paddingVertical-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog))", "paddingLeft-overlay-ModalDialog": "var(--xmlui-paddingLeft-overlay-ModalDialog, var(--xmlui-paddingHorizontal-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog)))", "paddingRight-overlay-ModalDialog": "var(--xmlui-paddingRight-overlay-ModalDialog, var(--xmlui-paddingHorizontal-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog)))", "paddingTop-overlay-ModalDialog": "var(--xmlui-paddingTop-overlay-ModalDialog, var(--xmlui-paddingVertical-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog)))", "paddingBottom-overlay-ModalDialog": "var(--xmlui-paddingBottom-overlay-ModalDialog, var(--xmlui-paddingVertical-overlay-ModalDialog, var(--xmlui-padding-overlay-ModalDialog)))", "Dialog:backgroundColor-ModalDialog": "var(--xmlui-backgroundColor-ModalDialog)", "Dialog:backgroundColor-overlay-ModalDialog": "var(--xmlui-backgroundColor-overlay-ModalDialog)", "Dialog:borderRadius-ModalDialog": "var(--xmlui-borderRadius-ModalDialog)", "Dialog:fontFamily-ModalDialog": "var(--xmlui-fontFamily-ModalDialog)", "Dialog:textColor-ModalDialog": "var(--xmlui-textColor-ModalDialog)", "Dialog:minWidth-ModalDialog": "var(--xmlui-minWidth-ModalDialog)", "Dialog:maxWidth-ModalDialog": "var(--xmlui-maxWidth-ModalDialog)", "Dialog:marginBottom-title-ModalDialog": "var(--xmlui-marginBottom-title-ModalDialog)"}'`;
19843
- const overlay$2 = "_overlay_1rhbz_14";
19844
- const fullScreen = "_fullScreen_1rhbz_22";
19845
- const content$6 = "_content_1rhbz_28";
19846
- const overlayBg$1 = "_overlayBg_1rhbz_37";
19847
- const nested = "_nested_1rhbz_44";
19848
- const contentAnimation = "_contentAnimation_1rhbz_76";
19849
- const dialogTitle = "_dialogTitle_1rhbz_82";
19850
- const innerContent = "_innerContent_1rhbz_87";
19851
- const closeButton = "_closeButton_1rhbz_112";
19862
+ const overlay$2 = "_overlay_do4x4_14";
19863
+ const fullScreen = "_fullScreen_do4x4_22";
19864
+ const content$6 = "_content_do4x4_28";
19865
+ const overlayBg$1 = "_overlayBg_do4x4_37";
19866
+ const nested = "_nested_do4x4_43";
19867
+ const contentAnimation = "_contentAnimation_do4x4_74";
19868
+ const dialogTitle = "_dialogTitle_do4x4_80";
19869
+ const innerContent = "_innerContent_do4x4_85";
19870
+ const closeButton = "_closeButton_do4x4_110";
19852
19871
  const styles$T = {
19853
19872
  themeVars: themeVars$C,
19854
19873
  overlay: overlay$2,
@@ -22308,47 +22327,47 @@ function useLongPress(elementRef, action2, delay2 = 500) {
22308
22327
  }, [elementRef, action2, delay2]);
22309
22328
  }
22310
22329
  const themeVars$z = `'{"border-Select": "var(--xmlui-border-Select)", "borderHorizontal-Select": "var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select))", "borderVertical-Select": "var(--xmlui-borderVertical-Select, var(--xmlui-border-Select))", "borderLeft-Select": "var(--xmlui-borderLeft-Select, var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select)))", "borderRight-Select": "var(--xmlui-borderRight-Select, var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select)))", "borderTop-Select": "var(--xmlui-borderTop-Select, var(--xmlui-borderVertical-Select, var(--xmlui-border-Select)))", "borderBottom-Select": "var(--xmlui-borderBottom-Select, var(--xmlui-borderVertical-Select, var(--xmlui-border-Select)))", "borderWidth-Select": "var(--xmlui-borderWidth-Select)", "borderHorizontalWidth-Select": "var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select))", "borderLeftWidth-Select": "var(--xmlui-borderLeftWidth-Select, var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select)))", "borderRightWidth-Select": "var(--xmlui-borderRightWidth-Select, var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select)))", "borderVerticalWidth-Select": "var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select))", "borderTopWidth-Select": "var(--xmlui-borderTopWidth-Select, var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select)))", "borderBottomWidth-Select": "var(--xmlui-borderBottomWidth-Select, var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select)))", "borderStyle-Select": "var(--xmlui-borderStyle-Select)", "borderHorizontalStyle-Select": "var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select))", "borderLeftStyle-Select": "var(--xmlui-borderLeftStyle-Select, var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select)))", "borderRightStyle-Select": "var(--xmlui-borderRightStyle-Select, var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select)))", "borderVerticalStyle-Select": "var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select))", "borderTopStyle-Select": "var(--xmlui-borderTopStyle-Select, var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select)))", "borderBottomStyle-Select": "var(--xmlui-borderBottomStyle-Select, var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select)))", "borderColor-Select": "var(--xmlui-borderColor-Select)", "borderHorizontalColor-Select": "var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select))", "borderLeftColor-Select": "var(--xmlui-borderLeftColor-Select, var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select)))", "borderRightColor-Select": "var(--xmlui-borderRightColor-Select, var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select)))", "borderVerticalColor-Select": "var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select))", "borderTopColor-Select": "var(--xmlui-borderTopColor-Select, var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select)))", "borderBottomColor-Select": "var(--xmlui-borderBottomColor-Select, var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select)))", "borderStartStartRadius-Select": "var(--xmlui-borderStartStartRadius-Select, var(--xmlui-borderRadius-Select))", "borderStartEndRadius-Select": "var(--xmlui-borderStartEndRadius-Select, var(--xmlui-borderRadius-Select))", "borderEndStartRadius-Select": "var(--xmlui-borderEndStartRadius-Select, var(--xmlui-borderRadius-Select))", "borderEndEndRadius-Select": "var(--xmlui-borderEndEndRadius-Select, var(--xmlui-borderRadius-Select))", "padding-Select": "var(--xmlui-padding-Select)", "paddingHorizontal-Select": "var(--xmlui-paddingHorizontal-Select, var(--xmlui-padding-Select))", "paddingVertical-Select": "var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select))", "paddingLeft-Select": "var(--xmlui-paddingLeft-Select, var(--xmlui-paddingHorizontal-Select, var(--xmlui-padding-Select)))", "paddingRight-Select": "var(--xmlui-paddingRight-Select, var(--xmlui-paddingHorizontal-Select, var(--xmlui-padding-Select)))", "paddingTop-Select": "var(--xmlui-paddingTop-Select, var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select)))", "paddingBottom-Select": "var(--xmlui-paddingBottom-Select, var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select)))", "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: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:fontSize-Select--default": "var(--xmlui-fontSize-Select--default)", "Input:backgroundColor-Select--default": "var(--xmlui-backgroundColor-Select--default)", "Input:boxShadow-Select--default": "var(--xmlui-boxShadow-Select--default)", "Input:textColor-Select--default": "var(--xmlui-textColor-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:textColor-placeholder-Select--default": "var(--xmlui-textColor-placeholder-Select--default)", "Input:fontSize-placeholder-Select--default": "var(--xmlui-fontSize-placeholder-Select--default)", "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:fontSize-Select--error": "var(--xmlui-fontSize-Select--error)", "Input:backgroundColor-Select--error": "var(--xmlui-backgroundColor-Select--error)", "Input:boxShadow-Select--error": "var(--xmlui-boxShadow-Select--error)", "Input:textColor-Select--error": "var(--xmlui-textColor-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:textColor-placeholder-Select--error": "var(--xmlui-textColor-placeholder-Select--error)", "Input:fontSize-placeholder-Select--error": "var(--xmlui-fontSize-placeholder-Select--error)", "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:fontSize-Select--warning": "var(--xmlui-fontSize-Select--warning)", "Input:backgroundColor-Select--warning": "var(--xmlui-backgroundColor-Select--warning)", "Input:boxShadow-Select--warning": "var(--xmlui-boxShadow-Select--warning)", "Input:textColor-Select--warning": "var(--xmlui-textColor-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:textColor-placeholder-Select--warning": "var(--xmlui-textColor-placeholder-Select--warning)", "Input:fontSize-placeholder-Select--warning": "var(--xmlui-fontSize-placeholder-Select--warning)", "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:fontSize-Select--success": "var(--xmlui-fontSize-Select--success)", "Input:backgroundColor-Select--success": "var(--xmlui-backgroundColor-Select--success)", "Input:boxShadow-Select--success": "var(--xmlui-boxShadow-Select--success)", "Input:textColor-Select--success": "var(--xmlui-textColor-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)", "Input:textColor-placeholder-Select--success": "var(--xmlui-textColor-placeholder-Select--success)", "Input:fontSize-placeholder-Select--success": "var(--xmlui-fontSize-placeholder-Select--success)", "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)", "Input:outlineWidth-Select--focus": "var(--xmlui-outlineWidth-Select--focus)", "Input:outlineColor-Select--focus": "var(--xmlui-outlineColor-Select--focus)", "Input:outlineStyle-Select--focus": "var(--xmlui-outlineStyle-Select--focus)", "Input:outlineOffset-Select--focus": "var(--xmlui-outlineOffset-Select--focus)", "Input:textColor-placeholder-Select": "var(--xmlui-textColor-placeholder-Select)", "paddingVertical-Select-badge": "var(--xmlui-paddingVertical-Select-badge)", "paddingHorizontal-Select-badge": "var(--xmlui-paddingHorizontal-Select-badge)", "borderRadius-Select-badge": "var(--xmlui-borderRadius-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: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--active": "var(--xmlui-backgroundColor-item-Select--active)", "backgroundColor-item-Select--hover": "var(--xmlui-backgroundColor-item-Select--hover)", "textColor-item-Select--disabled": "var(--xmlui-textColor-item-Select--disabled)", "opacity-text-item-Select--disabled": "var(--xmlui-opacity-text-item-Select--disabled)", "textColor-indicator-Select": "var(--xmlui-textColor-indicator-Select)", "minHeight-Select": "var(--xmlui-minHeight-Select)", "minHeight-item-Select": "var(--xmlui-minHeight-item-Select)"}'`;
22311
- const selectTrigger = "_selectTrigger_1sw8j_17";
22312
- const error$8 = "_error_1sw8j_55";
22313
- const warning$9 = "_warning_1sw8j_81";
22314
- const valid$8 = "_valid_1sw8j_107";
22315
- const disabled$7 = "_disabled_1sw8j_133";
22316
- const placeholder = "_placeholder_1sw8j_146";
22317
- const actions$1 = "_actions_1sw8j_163";
22318
- const action$1 = "_action_1sw8j_163";
22319
- const emptyList = "_emptyList_1sw8j_174";
22320
- const badgeListContainer = "_badgeListContainer_1sw8j_186";
22321
- const badgeList$1 = "_badgeList_1sw8j_186";
22322
- const inputWrapper$1 = "_inputWrapper_1sw8j_199";
22323
- const badge$1 = "_badge_1sw8j_186";
22324
- const selectContent = "_selectContent_1sw8j_234";
22325
- const command$1 = "_command_1sw8j_253";
22326
- const commandInputContainer = "_commandInputContainer_1sw8j_258";
22327
- const commandInput$1 = "_commandInput_1sw8j_258";
22328
- const commandList$1 = "_commandList_1sw8j_277";
22329
- const multiSelectOption = "_multiSelectOption_1sw8j_284";
22330
- const multiSelectOptionContent = "_multiSelectOptionContent_1sw8j_299";
22331
- const highlighted$1 = "_highlighted_1sw8j_308";
22332
- const disabledOption$1 = "_disabledOption_1sw8j_314";
22333
- const selectValue = "_selectValue_1sw8j_329";
22334
- const selectDropdownContent = "_selectDropdownContent_1sw8j_339";
22335
- const fadeIn = "_fadeIn_1sw8j_1";
22336
- const zoomIn = "_zoomIn_1sw8j_1";
22337
- const fadeOut = "_fadeOut_1sw8j_1";
22338
- const zoomOut = "_zoomOut_1sw8j_1";
22339
- const slideInFromTop = "_slideInFromTop_1sw8j_1";
22340
- const slideInFromRight = "_slideInFromRight_1sw8j_1";
22341
- const slideInFromLeft = "_slideInFromLeft_1sw8j_1";
22342
- const slideInFromBottom = "_slideInFromBottom_1sw8j_1";
22343
- const selectViewport = "_selectViewport_1sw8j_372";
22344
- const selectScrollUpButton = "_selectScrollUpButton_1sw8j_376";
22345
- const selectScrollDownButton = "_selectScrollDownButton_1sw8j_384";
22346
- const selectEmpty = "_selectEmpty_1sw8j_392";
22347
- const selectOption = "_selectOption_1sw8j_405";
22348
- const selectOptionContent = "_selectOptionContent_1sw8j_429";
22349
- const selectOptionIndicator = "_selectOptionIndicator_1sw8j_443";
22350
- const loading = "_loading_1sw8j_453";
22351
- const srOnly = "_srOnly_1sw8j_456";
22330
+ const selectTrigger = "_selectTrigger_tlyg2_17";
22331
+ const error$8 = "_error_tlyg2_55";
22332
+ const warning$9 = "_warning_tlyg2_81";
22333
+ const valid$8 = "_valid_tlyg2_107";
22334
+ const disabled$7 = "_disabled_tlyg2_133";
22335
+ const placeholder = "_placeholder_tlyg2_146";
22336
+ const actions$1 = "_actions_tlyg2_163";
22337
+ const action$1 = "_action_tlyg2_163";
22338
+ const emptyList = "_emptyList_tlyg2_174";
22339
+ const badgeListContainer = "_badgeListContainer_tlyg2_186";
22340
+ const badgeList$1 = "_badgeList_tlyg2_186";
22341
+ const inputWrapper$1 = "_inputWrapper_tlyg2_199";
22342
+ const badge$1 = "_badge_tlyg2_186";
22343
+ const selectContent = "_selectContent_tlyg2_234";
22344
+ const command$1 = "_command_tlyg2_252";
22345
+ const commandInputContainer = "_commandInputContainer_tlyg2_257";
22346
+ const commandInput$1 = "_commandInput_tlyg2_257";
22347
+ const commandList$1 = "_commandList_tlyg2_276";
22348
+ const multiSelectOption = "_multiSelectOption_tlyg2_283";
22349
+ const multiSelectOptionContent = "_multiSelectOptionContent_tlyg2_298";
22350
+ const highlighted$1 = "_highlighted_tlyg2_307";
22351
+ const disabledOption$1 = "_disabledOption_tlyg2_313";
22352
+ const selectValue = "_selectValue_tlyg2_328";
22353
+ const selectDropdownContent = "_selectDropdownContent_tlyg2_338";
22354
+ const fadeIn = "_fadeIn_tlyg2_1";
22355
+ const zoomIn = "_zoomIn_tlyg2_1";
22356
+ const fadeOut = "_fadeOut_tlyg2_1";
22357
+ const zoomOut = "_zoomOut_tlyg2_1";
22358
+ const slideInFromTop = "_slideInFromTop_tlyg2_1";
22359
+ const slideInFromRight = "_slideInFromRight_tlyg2_1";
22360
+ const slideInFromLeft = "_slideInFromLeft_tlyg2_1";
22361
+ const slideInFromBottom = "_slideInFromBottom_tlyg2_1";
22362
+ const selectViewport = "_selectViewport_tlyg2_370";
22363
+ const selectScrollUpButton = "_selectScrollUpButton_tlyg2_374";
22364
+ const selectScrollDownButton = "_selectScrollDownButton_tlyg2_382";
22365
+ const selectEmpty = "_selectEmpty_tlyg2_390";
22366
+ const selectOption = "_selectOption_tlyg2_403";
22367
+ const selectOptionContent = "_selectOptionContent_tlyg2_427";
22368
+ const selectOptionIndicator = "_selectOptionIndicator_tlyg2_441";
22369
+ const loading = "_loading_tlyg2_451";
22370
+ const srOnly = "_srOnly_tlyg2_454";
22352
22371
  const styles$P = {
22353
22372
  themeVars: themeVars$z,
22354
22373
  selectTrigger,
@@ -22558,6 +22577,7 @@ const Select = forwardRef(function Select2({
22558
22577
  updateState = noop$1,
22559
22578
  registerComponentApi,
22560
22579
  children,
22580
+ modal,
22561
22581
  ...rest
22562
22582
  }, forwardedRef) {
22563
22583
  const [referenceElement, setReferenceElement] = useState(null);
@@ -22786,7 +22806,7 @@ const Select = forwardRef(function Select2({
22786
22806
  setOpen(isOpen);
22787
22807
  setSelectedIndex(-1);
22788
22808
  },
22789
- modal: false,
22809
+ modal,
22790
22810
  children: [
22791
22811
  /* @__PURE__ */ jsx(Part, { partId: PART_LIST_WRAPPER$1, children: /* @__PURE__ */ jsxs(
22792
22812
  PopoverTrigger,
@@ -34120,6 +34140,11 @@ const SelectMd = createMetadata({
34120
34140
  clearable: {
34121
34141
  description: `This property enables a clear button that allows the user to clear the selected value(s).`,
34122
34142
  defaultValue: defaultProps$L.clearable
34143
+ },
34144
+ modal: {
34145
+ isInternal: true,
34146
+ description: "internal radix modal prop",
34147
+ valueType: "boolean"
34123
34148
  }
34124
34149
  },
34125
34150
  events: {
@@ -34226,6 +34251,7 @@ const selectComponentRenderer = createComponentRenderer(
34226
34251
  emptyListTemplate: renderChild2(node.props.emptyListTemplate),
34227
34252
  dropdownHeight: extractValue(node.props.dropdownHeight),
34228
34253
  required: extractValue.asOptionalBoolean(node.props.required),
34254
+ modal: extractValue.asOptionalBoolean(node.props.modal),
34229
34255
  valueRenderer: node.props.valueTemplate ? (item2, removeItem) => {
34230
34256
  return /* @__PURE__ */ jsx(
34231
34257
  MemoizedItem,
@@ -48283,7 +48309,7 @@ function IconProvider({ children }) {
48283
48309
  /* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
48284
48310
  ] });
48285
48311
  }
48286
- const version = "0.11.16";
48312
+ const version = "0.11.18";
48287
48313
  const miscellaneousUtils = {
48288
48314
  capitalize,
48289
48315
  pluralize: pluralize$1,
@@ -55923,7 +55949,7 @@ function ApiInterceptorProvider({
55923
55949
  return;
55924
55950
  }
55925
55951
  void (async () => {
55926
- const { initMock } = await import("./initMock-RhX6qMsS.js");
55952
+ const { initMock } = await import("./initMock-CWzXht5U.js");
55927
55953
  const apiInstance2 = await initMock(interceptor);
55928
55954
  setApiInstance(apiInstance2);
55929
55955
  setInitialized(true);
@@ -55940,7 +55966,7 @@ function ApiInterceptorProvider({
55940
55966
  if (define_process_env_default.VITE_MOCK_ENABLED) {
55941
55967
  const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
55942
55968
  useWorker ? import("./apiInterceptorWorker-Wgm2_zjg.js") : Promise.resolve({ createApiInterceptorWorker: () => null }),
55943
- import("./initMock-RhX6qMsS.js")
55969
+ import("./initMock-CWzXht5U.js")
55944
55970
  ]);
55945
55971
  if (interceptor || forceInitialize) {
55946
55972
  const apiInstance2 = await initMock(interceptor || {});
@@ -55977,7 +56003,7 @@ function ApiInterceptorProvider({
55977
56003
  void (async () => {
55978
56004
  const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
55979
56005
  import("./apiInterceptorWorker-Wgm2_zjg.js"),
55980
- import("./initMock-RhX6qMsS.js")
56006
+ import("./initMock-CWzXht5U.js")
55981
56007
  ]);
55982
56008
  const apiInstance2 = await initMock(interceptor);
55983
56009
  await createApiInterceptorWorker(apiInstance2, parentInterceptorWorker);
@@ -1,6 +1,6 @@
1
1
  import { delay as delay$1, HttpResponse, matchRequestUrl } from "msw";
2
2
  import { isArray, isObject, mapValues } from "lodash-es";
3
- import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./collectedComponentMetadata-BL0tS7Su.js";
3
+ import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./collectedComponentMetadata-DluIiyr5.js";
4
4
  import Dexie from "dexie";
5
5
  var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
6
6
  HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";