xmlui 0.9.13 → 0.9.14

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.
Files changed (28) hide show
  1. package/dist/{apiInterceptorWorker-BUaYCWe6.mjs → apiInterceptorWorker-B9XuRkxC.mjs} +1 -1
  2. package/dist/{index-DiCe0Ajo.mjs → index-D82p1y9A.mjs} +421 -203
  3. package/dist/index.css +298 -275
  4. package/dist/scripts/src/components/Card/Card.js +17 -1
  5. package/dist/scripts/src/components/Card/CardNative.js +2 -3
  6. package/dist/scripts/src/components/DatePicker/DatePickerNative.js +2 -2
  7. package/dist/scripts/src/components/Markdown/Markdown.js +10 -9
  8. package/dist/scripts/src/components/Option/Option.js +0 -1
  9. package/dist/scripts/src/components/Select/Select.js +3 -2
  10. package/dist/scripts/src/components/Select/SelectNative.js +1 -1
  11. package/dist/scripts/src/components/Table/Table.js +7 -1
  12. package/dist/scripts/src/components/Table/TableNative.js +2 -1
  13. package/dist/scripts/src/components-core/LoaderComponent.js +14 -0
  14. package/dist/scripts/src/components-core/abstractions/containers.js +1 -0
  15. package/dist/scripts/src/components-core/loader/ApiLoader.js +4 -5
  16. package/dist/scripts/src/components-core/loader/DataLoader.js +4 -4
  17. package/dist/scripts/src/components-core/loader/ExternalDataLoader.js +4 -7
  18. package/dist/scripts/src/components-core/loader/Loader.js +23 -11
  19. package/dist/scripts/src/components-core/loader/MockLoaderRenderer.js +3 -3
  20. package/dist/scripts/src/components-core/loader/PageableLoader.js +14 -4
  21. package/dist/scripts/src/components-core/rendering/reducer.js +9 -3
  22. package/dist/style.css +298 -275
  23. package/dist/xmlui-metadata.mjs +197 -156
  24. package/dist/xmlui-metadata.umd.js +197 -156
  25. package/dist/xmlui-standalone.umd.js +4911 -2858
  26. package/dist/xmlui.d.ts +33 -1
  27. package/dist/xmlui.mjs +1 -1
  28. package/package.json +2 -2
@@ -3678,14 +3678,18 @@ const BookmarkMd = createMetadata({
3678
3678
  }
3679
3679
  }
3680
3680
  });
3681
- const themeVars$B = `'{"padding-Card": "var(--xmlui-padding-Card)", "paddingHorizontal-Card": "var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card))", "paddingVertical-Card": "var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card))", "paddingLeft-Card": "var(--xmlui-paddingLeft-Card, var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card)))", "paddingRight-Card": "var(--xmlui-paddingRight-Card, var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card)))", "paddingTop-Card": "var(--xmlui-paddingTop-Card, var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card)))", "paddingBottom-Card": "var(--xmlui-paddingBottom-Card, var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card)))", "border-Card": "var(--xmlui-border-Card)", "borderHorizontal-Card": "var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card))", "borderVertical-Card": "var(--xmlui-borderVertical-Card, var(--xmlui-border-Card))", "borderLeft-Card": "var(--xmlui-borderLeft-Card, var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card)))", "borderRight-Card": "var(--xmlui-borderRight-Card, var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card)))", "borderTop-Card": "var(--xmlui-borderTop-Card, var(--xmlui-borderVertical-Card, var(--xmlui-border-Card)))", "borderBottom-Card": "var(--xmlui-borderBottom-Card, var(--xmlui-borderVertical-Card, var(--xmlui-border-Card)))", "borderWidth-Card": "var(--xmlui-borderWidth-Card)", "borderHorizontalWidth-Card": "var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card))", "borderLeftWidth-Card": "var(--xmlui-borderLeftWidth-Card, var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderRightWidth-Card": "var(--xmlui-borderRightWidth-Card, var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderVerticalWidth-Card": "var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card))", "borderTopWidth-Card": "var(--xmlui-borderTopWidth-Card, var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderBottomWidth-Card": "var(--xmlui-borderBottomWidth-Card, var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderStyle-Card": "var(--xmlui-borderStyle-Card)", "borderHorizontalStyle-Card": "var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card))", "borderLeftStyle-Card": "var(--xmlui-borderLeftStyle-Card, var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderRightStyle-Card": "var(--xmlui-borderRightStyle-Card, var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderVerticalStyle-Card": "var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card))", "borderTopStyle-Card": "var(--xmlui-borderTopStyle-Card, var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderBottomStyle-Card": "var(--xmlui-borderBottomStyle-Card, var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderColor-Card": "var(--xmlui-borderColor-Card)", "borderHorizontalColor-Card": "var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card))", "borderLeftColor-Card": "var(--xmlui-borderLeftColor-Card, var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card)))", "borderRightColor-Card": "var(--xmlui-borderRightColor-Card, var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card)))", "borderVerticalColor-Card": "var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card))", "borderTopColor-Card": "var(--xmlui-borderTopColor-Card, var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card)))", "borderBottomColor-Card": "var(--xmlui-borderBottomColor-Card, var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card)))", "borderStartStartRadius-Card": "var(--xmlui-borderStartStartRadius-Card, var(--xmlui-borderRadius-Card))", "borderStartEndRadius-Card": "var(--xmlui-borderStartEndRadius-Card, var(--xmlui-borderRadius-Card))", "borderEndStartRadius-Card": "var(--xmlui-borderEndStartRadius-Card, var(--xmlui-borderRadius-Card))", "borderEndEndRadius-Card": "var(--xmlui-borderEndEndRadius-Card, var(--xmlui-borderRadius-Card))", "boxShadow-Card": "var(--xmlui-boxShadow-Card)", "backgroundColor-Card": "var(--xmlui-backgroundColor-Card)", "borderRadius-Card": "var(--xmlui-borderRadius-Card)"}'`;
3682
- const wrapper$3 = "_wrapper_1fkvh_13";
3683
- const horizontal$1 = "_horizontal_1fkvh_46";
3684
- const vertical$1 = "_vertical_1fkvh_51";
3685
- const isClickable = "_isClickable_1fkvh_54";
3681
+ const themeVars$B = `'{"padding-Card": "var(--xmlui-padding-Card)", "paddingHorizontal-Card": "var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card))", "paddingVertical-Card": "var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card))", "paddingLeft-Card": "var(--xmlui-paddingLeft-Card, var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card)))", "paddingRight-Card": "var(--xmlui-paddingRight-Card, var(--xmlui-paddingHorizontal-Card, var(--xmlui-padding-Card)))", "paddingTop-Card": "var(--xmlui-paddingTop-Card, var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card)))", "paddingBottom-Card": "var(--xmlui-paddingBottom-Card, var(--xmlui-paddingVertical-Card, var(--xmlui-padding-Card)))", "border-Card": "var(--xmlui-border-Card)", "borderHorizontal-Card": "var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card))", "borderVertical-Card": "var(--xmlui-borderVertical-Card, var(--xmlui-border-Card))", "borderLeft-Card": "var(--xmlui-borderLeft-Card, var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card)))", "borderRight-Card": "var(--xmlui-borderRight-Card, var(--xmlui-borderHorizontal-Card, var(--xmlui-border-Card)))", "borderTop-Card": "var(--xmlui-borderTop-Card, var(--xmlui-borderVertical-Card, var(--xmlui-border-Card)))", "borderBottom-Card": "var(--xmlui-borderBottom-Card, var(--xmlui-borderVertical-Card, var(--xmlui-border-Card)))", "borderWidth-Card": "var(--xmlui-borderWidth-Card)", "borderHorizontalWidth-Card": "var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card))", "borderLeftWidth-Card": "var(--xmlui-borderLeftWidth-Card, var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderRightWidth-Card": "var(--xmlui-borderRightWidth-Card, var(--xmlui-borderHorizontalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderVerticalWidth-Card": "var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card))", "borderTopWidth-Card": "var(--xmlui-borderTopWidth-Card, var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderBottomWidth-Card": "var(--xmlui-borderBottomWidth-Card, var(--xmlui-borderVerticalWidth-Card, var(--xmlui-borderWidth-Card)))", "borderStyle-Card": "var(--xmlui-borderStyle-Card)", "borderHorizontalStyle-Card": "var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card))", "borderLeftStyle-Card": "var(--xmlui-borderLeftStyle-Card, var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderRightStyle-Card": "var(--xmlui-borderRightStyle-Card, var(--xmlui-borderHorizontalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderVerticalStyle-Card": "var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card))", "borderTopStyle-Card": "var(--xmlui-borderTopStyle-Card, var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderBottomStyle-Card": "var(--xmlui-borderBottomStyle-Card, var(--xmlui-borderVerticalStyle-Card, var(--xmlui-borderStyle-Card)))", "borderColor-Card": "var(--xmlui-borderColor-Card)", "borderHorizontalColor-Card": "var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card))", "borderLeftColor-Card": "var(--xmlui-borderLeftColor-Card, var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card)))", "borderRightColor-Card": "var(--xmlui-borderRightColor-Card, var(--xmlui-borderHorizontalColor-Card, var(--xmlui-borderColor-Card)))", "borderVerticalColor-Card": "var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card))", "borderTopColor-Card": "var(--xmlui-borderTopColor-Card, var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card)))", "borderBottomColor-Card": "var(--xmlui-borderBottomColor-Card, var(--xmlui-borderVerticalColor-Card, var(--xmlui-borderColor-Card)))", "borderStartStartRadius-Card": "var(--xmlui-borderStartStartRadius-Card, var(--xmlui-borderRadius-Card))", "borderStartEndRadius-Card": "var(--xmlui-borderStartEndRadius-Card, var(--xmlui-borderRadius-Card))", "borderEndStartRadius-Card": "var(--xmlui-borderEndStartRadius-Card, var(--xmlui-borderRadius-Card))", "borderEndEndRadius-Card": "var(--xmlui-borderEndEndRadius-Card, var(--xmlui-borderRadius-Card))", "boxShadow-Card": "var(--xmlui-boxShadow-Card)", "backgroundColor-Card": "var(--xmlui-backgroundColor-Card)", "borderRadius-Card": "var(--xmlui-borderRadius-Card)", "gap-Card": "var(--xmlui-gap-Card)", "gap-title-Card": "var(--xmlui-gap-title-Card)", "gap-avatar-Card": "var(--xmlui-gap-avatar-Card)", "horizontalAlignment-title-Card": "var(--xmlui-horizontalAlignment-title-Card)", "verticalAlignment-title-Card": "var(--xmlui-verticalAlignment-title-Card)"}'`;
3682
+ const wrapper$3 = "_wrapper_1arn2_13";
3683
+ const avatarWrapper = "_avatarWrapper_1arn2_46";
3684
+ const titleWrapper = "_titleWrapper_1arn2_52";
3685
+ const horizontal$1 = "_horizontal_1arn2_59";
3686
+ const vertical$1 = "_vertical_1arn2_63";
3687
+ const isClickable = "_isClickable_1arn2_66";
3686
3688
  const styles$E = {
3687
3689
  themeVars: themeVars$B,
3688
3690
  wrapper: wrapper$3,
3691
+ avatarWrapper,
3692
+ titleWrapper,
3689
3693
  horizontal: horizontal$1,
3690
3694
  vertical: vertical$1,
3691
3695
  isClickable
@@ -3839,6 +3843,7 @@ forwardRef(function Card2({
3839
3843
  linkTo,
3840
3844
  avatarUrl,
3841
3845
  showAvatar = !!avatarUrl || defaultProps$c.showAvatar,
3846
+ avatarSize,
3842
3847
  onClick
3843
3848
  }, forwardedRef) {
3844
3849
  const titleProps = {
@@ -3856,11 +3861,11 @@ forwardRef(function Card2({
3856
3861
  style,
3857
3862
  onClick,
3858
3863
  children: [
3859
- [title2, subtitle2, avatarUrl, showAvatar].some(Boolean) && /* @__PURE__ */ jsxs(Stack, { orientation: "horizontal", verticalAlignment: "center", style: { gap: "1rem" }, children: [
3860
- showAvatar && /* @__PURE__ */ jsx(Avatar, { url: avatarUrl, name: title2 }),
3861
- /* @__PURE__ */ jsxs(Stack, { orientation: "vertical", children: [
3864
+ [title2, subtitle2, avatarUrl, showAvatar].some(Boolean) && /* @__PURE__ */ jsxs("div", { className: styles$E.avatarWrapper, children: [
3865
+ showAvatar && /* @__PURE__ */ jsx(Avatar, { url: avatarUrl, name: title2, size: avatarSize }),
3866
+ /* @__PURE__ */ jsxs("div", { className: styles$E.titleWrapper, children: [
3862
3867
  linkTo ? title2 ? /* @__PURE__ */ jsx(LocalLink, { to: linkTo + "", children: /* @__PURE__ */ jsx(Heading, { ...titleProps, children: title2 }) }) : null : title2 ? /* @__PURE__ */ jsx(Heading, { ...titleProps, children: title2 }) : null,
3863
- subtitle2 !== void 0 && /* @__PURE__ */ jsx(Text, { variant: "small", children: subtitle2 })
3868
+ subtitle2 !== void 0 && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(Text, { variant: "small", children: subtitle2 }) })
3864
3869
  ] })
3865
3870
  ] }),
3866
3871
  children
@@ -3881,6 +3886,11 @@ const CardMd = createMetadata({
3881
3886
  valueType: "boolean",
3882
3887
  defaultValue: defaultProps$c.showAvatar
3883
3888
  },
3889
+ avatarSize: {
3890
+ description: `This prop sets the size of the avatar. The default value is \`sm\`.`,
3891
+ availableValues: ["xs", "sm", "md", "lg"],
3892
+ valueType: "string"
3893
+ },
3884
3894
  title: {
3885
3895
  description: `This prop sets the prestyled title.`,
3886
3896
  valueType: "string"
@@ -3909,7 +3919,18 @@ const CardMd = createMetadata({
3909
3919
  [`border-${COMP$Z}`]: "1px solid $borderColor",
3910
3920
  [`borderRadius-${COMP$Z}`]: "$borderRadius",
3911
3921
  [`boxShadow-${COMP$Z}`]: "none",
3912
- [`backgroundColor-${COMP$Z}`]: "$color-surface-raised"
3922
+ [`backgroundColor-${COMP$Z}`]: "$color-surface-raised",
3923
+ [`gap-${COMP$Z}`]: "var(--stack-gap-default)",
3924
+ [`gap-title-${COMP$Z}`]: "$gap-normal",
3925
+ [`gap-avatar-${COMP$Z}`]: "$gap-normal",
3926
+ [`verticalAlignment-title-${COMP$Z}`]: "center"
3927
+ },
3928
+ themeVarDescriptions: {
3929
+ [`gap-${COMP$Z}`]: "The gap between the component's children.",
3930
+ [`gap-title-${COMP$Z}`]: "The gap between the title and the subtitle",
3931
+ [`gap-avatar-${COMP$Z}`]: "The gap between the avatar and the title panel",
3932
+ [`horizontalAlignment-title-${COMP$Z}`]: "The horizontal alignment of panel with the title and subtitle",
3933
+ [`verticalAlignment-title-${COMP$Z}`]: "The vertical alignment of the title and subtitle to the avatar"
3913
3934
  }
3914
3935
  });
3915
3936
  const defaultProps$b = {
@@ -4176,54 +4197,52 @@ const ContentSeparatorMd = createMetadata({
4176
4197
  }
4177
4198
  }
4178
4199
  });
4179
- const themeVars$w = `'{"Input:minHeight-DatePicker": "var(--xmlui-minHeight-DatePicker)", "Input:fontSize-DatePicker": "var(--xmlui-fontSize-DatePicker)", "Input:borderRadius-DatePicker-default": "var(--xmlui-borderRadius-DatePicker-default)", "Input:borderColor-DatePicker-default": "var(--xmlui-borderColor-DatePicker-default)", "Input:borderWidth-DatePicker-default": "var(--xmlui-borderWidth-DatePicker-default)", "Input:borderStyle-DatePicker-default": "var(--xmlui-borderStyle-DatePicker-default)", "Input:backgroundColor-DatePicker-default": "var(--xmlui-backgroundColor-DatePicker-default)", "Input:boxShadow-DatePicker-default": "var(--xmlui-boxShadow-DatePicker-default)", "Input:textColor-DatePicker-default": "var(--xmlui-textColor-DatePicker-default)", "Input:padding-DatePicker-default": "var(--xmlui-padding-DatePicker-default)", "Input:borderColor-DatePicker-default--hover": "var(--xmlui-borderColor-DatePicker-default--hover)", "Input:backgroundColor-DatePicker-default--hover": "var(--xmlui-backgroundColor-DatePicker-default--hover)", "Input:boxShadow-DatePicker-default--hover": "var(--xmlui-boxShadow-DatePicker-default--hover)", "Input:textColor-DatePicker-default--hover": "var(--xmlui-textColor-DatePicker-default--hover)", "Input:outlineWidth-DatePicker-default--focus": "var(--xmlui-outlineWidth-DatePicker-default--focus)", "Input:outlineColor-DatePicker-default--focus": "var(--xmlui-outlineColor-DatePicker-default--focus)", "Input:outlineStyle-DatePicker-default--focus": "var(--xmlui-outlineStyle-DatePicker-default--focus)", "Input:outlineOffset-DatePicker-default--focus": "var(--xmlui-outlineOffset-DatePicker-default--focus)", "Input:textColor-placeholder-DatePicker-default": "var(--xmlui-textColor-placeholder-DatePicker-default)", "Input:textColor-adornment-DatePicker-default": "var(--xmlui-textColor-adornment-DatePicker-default)", "Input:borderRadius-DatePicker-error": "var(--xmlui-borderRadius-DatePicker-error)", "Input:borderColor-DatePicker-error": "var(--xmlui-borderColor-DatePicker-error)", "Input:borderWidth-DatePicker-error": "var(--xmlui-borderWidth-DatePicker-error)", "Input:borderStyle-DatePicker-error": "var(--xmlui-borderStyle-DatePicker-error)", "Input:backgroundColor-DatePicker-error": "var(--xmlui-backgroundColor-DatePicker-error)", "Input:boxShadow-DatePicker-error": "var(--xmlui-boxShadow-DatePicker-error)", "Input:textColor-DatePicker-error": "var(--xmlui-textColor-DatePicker-error)", "Input:padding-DatePicker-error": "var(--xmlui-padding-DatePicker-error)", "Input:borderColor-DatePicker-error--hover": "var(--xmlui-borderColor-DatePicker-error--hover)", "Input:backgroundColor-DatePicker-error--hover": "var(--xmlui-backgroundColor-DatePicker-error--hover)", "Input:boxShadow-DatePicker-error--hover": "var(--xmlui-boxShadow-DatePicker-error--hover)", "Input:textColor-DatePicker-error--hover": "var(--xmlui-textColor-DatePicker-error--hover)", "Input:outlineWidth-DatePicker-error--focus": "var(--xmlui-outlineWidth-DatePicker-error--focus)", "Input:outlineColor-DatePicker-error--focus": "var(--xmlui-outlineColor-DatePicker-error--focus)", "Input:outlineStyle-DatePicker-error--focus": "var(--xmlui-outlineStyle-DatePicker-error--focus)", "Input:outlineOffset-DatePicker-error--focus": "var(--xmlui-outlineOffset-DatePicker-error--focus)", "Input:textColor-placeholder-DatePicker-error": "var(--xmlui-textColor-placeholder-DatePicker-error)", "Input:textColor-adornment-DatePicker-error": "var(--xmlui-textColor-adornment-DatePicker-error)", "Input:borderRadius-DatePicker-warning": "var(--xmlui-borderRadius-DatePicker-warning)", "Input:borderColor-DatePicker-warning": "var(--xmlui-borderColor-DatePicker-warning)", "Input:borderWidth-DatePicker-warning": "var(--xmlui-borderWidth-DatePicker-warning)", "Input:borderStyle-DatePicker-warning": "var(--xmlui-borderStyle-DatePicker-warning)", "Input:backgroundColor-DatePicker-warning": "var(--xmlui-backgroundColor-DatePicker-warning)", "Input:boxShadow-DatePicker-warning": "var(--xmlui-boxShadow-DatePicker-warning)", "Input:textColor-DatePicker-warning": "var(--xmlui-textColor-DatePicker-warning)", "Input:padding-DatePicker-warning": "var(--xmlui-padding-DatePicker-warning)", "Input:borderColor-DatePicker-warning--hover": "var(--xmlui-borderColor-DatePicker-warning--hover)", "Input:backgroundColor-DatePicker-warning--hover": "var(--xmlui-backgroundColor-DatePicker-warning--hover)", "Input:boxShadow-DatePicker-warning--hover": "var(--xmlui-boxShadow-DatePicker-warning--hover)", "Input:textColor-DatePicker-warning--hover": "var(--xmlui-textColor-DatePicker-warning--hover)", "Input:outlineWidth-DatePicker-warning--focus": "var(--xmlui-outlineWidth-DatePicker-warning--focus)", "Input:outlineColor-DatePicker-warning--focus": "var(--xmlui-outlineColor-DatePicker-warning--focus)", "Input:outlineStyle-DatePicker-warning--focus": "var(--xmlui-outlineStyle-DatePicker-warning--focus)", "Input:outlineOffset-DatePicker-warning--focus": "var(--xmlui-outlineOffset-DatePicker-warning--focus)", "Input:textColor-placeholder-DatePicker-warning": "var(--xmlui-textColor-placeholder-DatePicker-warning)", "Input:textColor-adornment-DatePicker-warning": "var(--xmlui-textColor-adornment-DatePicker-warning)", "Input:borderRadius-DatePicker-success": "var(--xmlui-borderRadius-DatePicker-success)", "Input:borderColor-DatePicker-success": "var(--xmlui-borderColor-DatePicker-success)", "Input:borderWidth-DatePicker-success": "var(--xmlui-borderWidth-DatePicker-success)", "Input:borderStyle-DatePicker-success": "var(--xmlui-borderStyle-DatePicker-success)", "Input:backgroundColor-DatePicker-success": "var(--xmlui-backgroundColor-DatePicker-success)", "Input:boxShadow-DatePicker-success": "var(--xmlui-boxShadow-DatePicker-success)", "Input:textColor-DatePicker-success": "var(--xmlui-textColor-DatePicker-success)", "Input:padding-DatePicker-success": "var(--xmlui-padding-DatePicker-success)", "Input:borderColor-DatePicker-success--hover": "var(--xmlui-borderColor-DatePicker-success--hover)", "Input:backgroundColor-DatePicker-success--hover": "var(--xmlui-backgroundColor-DatePicker-success--hover)", "Input:boxShadow-DatePicker-success--hover": "var(--xmlui-boxShadow-DatePicker-success--hover)", "Input:textColor-DatePicker-success--hover": "var(--xmlui-textColor-DatePicker-success--hover)", "Input:outlineWidth-DatePicker-success--focus": "var(--xmlui-outlineWidth-DatePicker-success--focus)", "Input:outlineColor-DatePicker-success--focus": "var(--xmlui-outlineColor-DatePicker-success--focus)", "Input:outlineStyle-DatePicker-success--focus": "var(--xmlui-outlineStyle-DatePicker-success--focus)", "Input:outlineOffset-DatePicker-success--focus": "var(--xmlui-outlineOffset-DatePicker-success--focus)", "Input:textColor-placeholder-DatePicker-success": "var(--xmlui-textColor-placeholder-DatePicker-success)", "Input:textColor-adornment-DatePicker-success": "var(--xmlui-textColor-adornment-DatePicker-success)", "Input:backgroundColor-DatePicker--disabled": "var(--xmlui-backgroundColor-DatePicker--disabled)", "Input:textColor-DatePicker--disabled": "var(--xmlui-textColor-DatePicker--disabled)", "Input:borderColor-DatePicker--disabled": "var(--xmlui-borderColor-DatePicker--disabled)", "Input:boxShadow-menu-DatePicker": "var(--xmlui-boxShadow-menu-DatePicker)", "Input:backgroundColor-menu-DatePicker": "var(--xmlui-backgroundColor-menu-DatePicker)", "Input:borderRadius-menu-DatePicker": "var(--xmlui-borderRadius-menu-DatePicker)", "Input:backgroundColor-item-DatePicker--active": "var(--xmlui-backgroundColor-item-DatePicker--active)", "Input:backgroundColor-item-DatePicker--hover": "var(--xmlui-backgroundColor-item-DatePicker--hover)", "Input:textColor-value-DatePicker": "var(--xmlui-textColor-value-DatePicker)"}'`;
4180
- const datePicker = "_datePicker_1lk6v_13";
4181
- const placeholder$1 = "_placeholder_1lk6v_47";
4182
- const adornment$1 = "_adornment_1lk6v_50";
4183
- const error$9 = "_error_1lk6v_53";
4184
- const warning$9 = "_warning_1lk6v_81";
4185
- const valid$9 = "_valid_1lk6v_109";
4186
- const disabled$4 = "_disabled_1lk6v_137";
4187
- const indicator$2 = "_indicator_1lk6v_143";
4188
- const datePickerInput = "_datePickerInput_1lk6v_143";
4189
- const datePickerValue = "_datePickerValue_1lk6v_147";
4190
- const inlinePickerMenu = "_inlinePickerMenu_1lk6v_152";
4191
- const datePickerMenu = "_datePickerMenu_1lk6v_269";
4192
- const root$2 = "_root_1lk6v_278";
4193
- const vhidden = "_vhidden_1lk6v_284";
4194
- const button_reset = "_button_reset_1lk6v_304";
4195
- const button$1 = "_button_1lk6v_304";
4196
- const day_selected = "_day_selected_1lk6v_326";
4197
- const months = "_months_1lk6v_344";
4198
- const month = "_month_1lk6v_344";
4199
- const table$1 = "_table_1lk6v_360";
4200
- const with_weeknumber = "_with_weeknumber_1lk6v_366";
4201
- const caption = "_caption_1lk6v_371";
4202
- const multiple_months = "_multiple_months_1lk6v_379";
4203
- const caption_dropdowns = "_caption_dropdowns_1lk6v_385";
4204
- const caption_label = "_caption_label_1lk6v_390";
4205
- const nav = "_nav_1lk6v_406";
4206
- const caption_start = "_caption_start_1lk6v_410";
4207
- const caption_end = "_caption_end_1lk6v_417";
4208
- const nav_button = "_nav_button_1lk6v_424";
4209
- const dropdown_year = "_dropdown_year_1lk6v_437";
4210
- const dropdown_month = "_dropdown_month_1lk6v_438";
4211
- const dropdown = "_dropdown_1lk6v_437";
4212
- const dropdown_icon = "_dropdown_icon_1lk6v_474";
4213
- const head = "_head_1lk6v_478";
4214
- const head_row = "_head_row_1lk6v_482";
4215
- const row$1 = "_row_1lk6v_483";
4216
- const head_cell = "_head_cell_1lk6v_487";
4217
- const tbody = "_tbody_1lk6v_498";
4218
- const tfoot = "_tfoot_1lk6v_502";
4219
- const cell$1 = "_cell_1lk6v_506";
4220
- const weeknumber = "_weeknumber_1lk6v_514";
4221
- const day = "_day_1lk6v_326";
4222
- const day_today = "_day_today_1lk6v_533";
4223
- const day_outside = "_day_outside_1lk6v_533";
4224
- const day_range_start = "_day_range_start_1lk6v_556";
4225
- const day_range_end = "_day_range_end_1lk6v_556";
4226
- const day_range_middle = "_day_range_middle_1lk6v_580";
4200
+ const themeVars$w = `'{"Input:backgroundColor-item-DatePicker--active": "var(--xmlui-backgroundColor-item-DatePicker--active)", "Input:backgroundColor-item-DatePicker--hover": "var(--xmlui-backgroundColor-item-DatePicker--hover)", "Input:textColor-value-DatePicker": "var(--xmlui-textColor-value-DatePicker)", "Input:minHeight-DatePicker": "var(--xmlui-minHeight-DatePicker)", "Input:fontSize-DatePicker": "var(--xmlui-fontSize-DatePicker)", "Input:borderRadius-DatePicker-default": "var(--xmlui-borderRadius-DatePicker-default)", "Input:borderColor-DatePicker-default": "var(--xmlui-borderColor-DatePicker-default)", "Input:borderWidth-DatePicker-default": "var(--xmlui-borderWidth-DatePicker-default)", "Input:borderStyle-DatePicker-default": "var(--xmlui-borderStyle-DatePicker-default)", "Input:backgroundColor-DatePicker-default": "var(--xmlui-backgroundColor-DatePicker-default)", "Input:boxShadow-DatePicker-default": "var(--xmlui-boxShadow-DatePicker-default)", "Input:textColor-DatePicker-default": "var(--xmlui-textColor-DatePicker-default)", "Input:padding-DatePicker-default": "var(--xmlui-padding-DatePicker-default)", "Input:borderColor-DatePicker-default--hover": "var(--xmlui-borderColor-DatePicker-default--hover)", "Input:backgroundColor-DatePicker-default--hover": "var(--xmlui-backgroundColor-DatePicker-default--hover)", "Input:boxShadow-DatePicker-default--hover": "var(--xmlui-boxShadow-DatePicker-default--hover)", "Input:textColor-DatePicker-default--hover": "var(--xmlui-textColor-DatePicker-default--hover)", "Input:outlineWidth-DatePicker-default--focus": "var(--xmlui-outlineWidth-DatePicker-default--focus)", "Input:outlineColor-DatePicker-default--focus": "var(--xmlui-outlineColor-DatePicker-default--focus)", "Input:outlineStyle-DatePicker-default--focus": "var(--xmlui-outlineStyle-DatePicker-default--focus)", "Input:outlineOffset-DatePicker-default--focus": "var(--xmlui-outlineOffset-DatePicker-default--focus)", "Input:textColor-placeholder-DatePicker-default": "var(--xmlui-textColor-placeholder-DatePicker-default)", "Input:textColor-adornment-DatePicker-default": "var(--xmlui-textColor-adornment-DatePicker-default)", "Input:borderRadius-DatePicker-error": "var(--xmlui-borderRadius-DatePicker-error)", "Input:borderColor-DatePicker-error": "var(--xmlui-borderColor-DatePicker-error)", "Input:borderWidth-DatePicker-error": "var(--xmlui-borderWidth-DatePicker-error)", "Input:borderStyle-DatePicker-error": "var(--xmlui-borderStyle-DatePicker-error)", "Input:backgroundColor-DatePicker-error": "var(--xmlui-backgroundColor-DatePicker-error)", "Input:boxShadow-DatePicker-error": "var(--xmlui-boxShadow-DatePicker-error)", "Input:textColor-DatePicker-error": "var(--xmlui-textColor-DatePicker-error)", "Input:padding-DatePicker-error": "var(--xmlui-padding-DatePicker-error)", "Input:borderColor-DatePicker-error--hover": "var(--xmlui-borderColor-DatePicker-error--hover)", "Input:backgroundColor-DatePicker-error--hover": "var(--xmlui-backgroundColor-DatePicker-error--hover)", "Input:boxShadow-DatePicker-error--hover": "var(--xmlui-boxShadow-DatePicker-error--hover)", "Input:textColor-DatePicker-error--hover": "var(--xmlui-textColor-DatePicker-error--hover)", "Input:outlineWidth-DatePicker-error--focus": "var(--xmlui-outlineWidth-DatePicker-error--focus)", "Input:outlineColor-DatePicker-error--focus": "var(--xmlui-outlineColor-DatePicker-error--focus)", "Input:outlineStyle-DatePicker-error--focus": "var(--xmlui-outlineStyle-DatePicker-error--focus)", "Input:outlineOffset-DatePicker-error--focus": "var(--xmlui-outlineOffset-DatePicker-error--focus)", "Input:textColor-placeholder-DatePicker-error": "var(--xmlui-textColor-placeholder-DatePicker-error)", "Input:textColor-adornment-DatePicker-error": "var(--xmlui-textColor-adornment-DatePicker-error)", "Input:borderRadius-DatePicker-warning": "var(--xmlui-borderRadius-DatePicker-warning)", "Input:borderColor-DatePicker-warning": "var(--xmlui-borderColor-DatePicker-warning)", "Input:borderWidth-DatePicker-warning": "var(--xmlui-borderWidth-DatePicker-warning)", "Input:borderStyle-DatePicker-warning": "var(--xmlui-borderStyle-DatePicker-warning)", "Input:backgroundColor-DatePicker-warning": "var(--xmlui-backgroundColor-DatePicker-warning)", "Input:boxShadow-DatePicker-warning": "var(--xmlui-boxShadow-DatePicker-warning)", "Input:textColor-DatePicker-warning": "var(--xmlui-textColor-DatePicker-warning)", "Input:padding-DatePicker-warning": "var(--xmlui-padding-DatePicker-warning)", "Input:borderColor-DatePicker-warning--hover": "var(--xmlui-borderColor-DatePicker-warning--hover)", "Input:backgroundColor-DatePicker-warning--hover": "var(--xmlui-backgroundColor-DatePicker-warning--hover)", "Input:boxShadow-DatePicker-warning--hover": "var(--xmlui-boxShadow-DatePicker-warning--hover)", "Input:textColor-DatePicker-warning--hover": "var(--xmlui-textColor-DatePicker-warning--hover)", "Input:outlineWidth-DatePicker-warning--focus": "var(--xmlui-outlineWidth-DatePicker-warning--focus)", "Input:outlineColor-DatePicker-warning--focus": "var(--xmlui-outlineColor-DatePicker-warning--focus)", "Input:outlineStyle-DatePicker-warning--focus": "var(--xmlui-outlineStyle-DatePicker-warning--focus)", "Input:outlineOffset-DatePicker-warning--focus": "var(--xmlui-outlineOffset-DatePicker-warning--focus)", "Input:textColor-placeholder-DatePicker-warning": "var(--xmlui-textColor-placeholder-DatePicker-warning)", "Input:textColor-adornment-DatePicker-warning": "var(--xmlui-textColor-adornment-DatePicker-warning)", "Input:borderRadius-DatePicker-success": "var(--xmlui-borderRadius-DatePicker-success)", "Input:borderColor-DatePicker-success": "var(--xmlui-borderColor-DatePicker-success)", "Input:borderWidth-DatePicker-success": "var(--xmlui-borderWidth-DatePicker-success)", "Input:borderStyle-DatePicker-success": "var(--xmlui-borderStyle-DatePicker-success)", "Input:backgroundColor-DatePicker-success": "var(--xmlui-backgroundColor-DatePicker-success)", "Input:boxShadow-DatePicker-success": "var(--xmlui-boxShadow-DatePicker-success)", "Input:textColor-DatePicker-success": "var(--xmlui-textColor-DatePicker-success)", "Input:padding-DatePicker-success": "var(--xmlui-padding-DatePicker-success)", "Input:borderColor-DatePicker-success--hover": "var(--xmlui-borderColor-DatePicker-success--hover)", "Input:backgroundColor-DatePicker-success--hover": "var(--xmlui-backgroundColor-DatePicker-success--hover)", "Input:boxShadow-DatePicker-success--hover": "var(--xmlui-boxShadow-DatePicker-success--hover)", "Input:textColor-DatePicker-success--hover": "var(--xmlui-textColor-DatePicker-success--hover)", "Input:outlineWidth-DatePicker-success--focus": "var(--xmlui-outlineWidth-DatePicker-success--focus)", "Input:outlineColor-DatePicker-success--focus": "var(--xmlui-outlineColor-DatePicker-success--focus)", "Input:outlineStyle-DatePicker-success--focus": "var(--xmlui-outlineStyle-DatePicker-success--focus)", "Input:outlineOffset-DatePicker-success--focus": "var(--xmlui-outlineOffset-DatePicker-success--focus)", "Input:textColor-placeholder-DatePicker-success": "var(--xmlui-textColor-placeholder-DatePicker-success)", "Input:textColor-adornment-DatePicker-success": "var(--xmlui-textColor-adornment-DatePicker-success)", "Input:backgroundColor-DatePicker--disabled": "var(--xmlui-backgroundColor-DatePicker--disabled)", "Input:textColor-DatePicker--disabled": "var(--xmlui-textColor-DatePicker--disabled)", "Input:borderColor-DatePicker--disabled": "var(--xmlui-borderColor-DatePicker--disabled)", "Input:boxShadow-menu-DatePicker": "var(--xmlui-boxShadow-menu-DatePicker)", "Input:backgroundColor-menu-DatePicker": "var(--xmlui-backgroundColor-menu-DatePicker)", "Input:borderRadius-menu-DatePicker": "var(--xmlui-borderRadius-menu-DatePicker)"}'`;
4201
+ const datePicker = "_datePicker_qilmv_13";
4202
+ const placeholder$1 = "_placeholder_qilmv_47";
4203
+ const adornment$1 = "_adornment_qilmv_50";
4204
+ const error$9 = "_error_qilmv_53";
4205
+ const warning$9 = "_warning_qilmv_81";
4206
+ const valid$9 = "_valid_qilmv_109";
4207
+ const disabled$4 = "_disabled_qilmv_137";
4208
+ const indicator$2 = "_indicator_qilmv_143";
4209
+ const datePickerInput = "_datePickerInput_qilmv_143";
4210
+ const datePickerValue = "_datePickerValue_qilmv_147";
4211
+ const inlinePickerMenu = "_inlinePickerMenu_qilmv_152";
4212
+ const root$2 = "_root_qilmv_269";
4213
+ const datePickerMenu = "_datePickerMenu_qilmv_274";
4214
+ const vhidden = "_vhidden_qilmv_285";
4215
+ const button_reset = "_button_reset_qilmv_304";
4216
+ const button$1 = "_button_qilmv_304";
4217
+ const day_selected = "_day_selected_qilmv_322";
4218
+ const button_next = "_button_next_qilmv_336";
4219
+ const button_previous = "_button_previous_qilmv_337";
4220
+ const months = "_months_qilmv_367";
4221
+ const month = "_month_qilmv_367";
4222
+ const month_grid = "_month_grid_qilmv_383";
4223
+ const caption = "_caption_qilmv_387";
4224
+ const multiple_months = "_multiple_months_qilmv_395";
4225
+ const caption_dropdowns = "_caption_dropdowns_qilmv_401";
4226
+ const caption_label = "_caption_label_qilmv_406";
4227
+ const chevron = "_chevron_qilmv_421";
4228
+ const nav = "_nav_qilmv_426";
4229
+ const caption_start = "_caption_start_qilmv_430";
4230
+ const caption_end = "_caption_end_qilmv_437";
4231
+ const nav_button = "_nav_button_qilmv_444";
4232
+ const dropdowns = "_dropdowns_qilmv_457";
4233
+ const dropdown_year = "_dropdown_year_qilmv_464";
4234
+ const dropdown_month = "_dropdown_month_qilmv_465";
4235
+ const dropdown = "_dropdown_qilmv_457";
4236
+ const day = "_day_qilmv_322";
4237
+ const weekday = "_weekday_qilmv_509";
4238
+ const week_number = "_week_number_qilmv_514";
4239
+ const day_button = "_day_button_qilmv_519";
4240
+ const today = "_today_qilmv_540";
4241
+ const outside = "_outside_qilmv_540";
4242
+ const selected$1 = "_selected_qilmv_544";
4243
+ const day_range_start = "_day_range_start_qilmv_565";
4244
+ const day_range_end = "_day_range_end_qilmv_565";
4245
+ const day_range_middle = "_day_range_middle_qilmv_589";
4227
4246
  const styles$z = {
4228
4247
  themeVars: themeVars$w,
4229
4248
  datePicker,
@@ -4237,39 +4256,37 @@ const styles$z = {
4237
4256
  datePickerInput,
4238
4257
  datePickerValue,
4239
4258
  inlinePickerMenu,
4240
- datePickerMenu,
4241
4259
  root: root$2,
4260
+ datePickerMenu,
4242
4261
  vhidden,
4243
4262
  button_reset,
4244
4263
  button: button$1,
4245
4264
  day_selected,
4265
+ button_next,
4266
+ button_previous,
4246
4267
  months,
4247
4268
  month,
4248
- table: table$1,
4249
- with_weeknumber,
4269
+ month_grid,
4250
4270
  caption,
4251
4271
  multiple_months,
4252
4272
  caption_dropdowns,
4253
4273
  caption_label,
4274
+ chevron,
4254
4275
  nav,
4255
4276
  caption_start,
4256
4277
  caption_end,
4257
4278
  nav_button,
4279
+ dropdowns,
4258
4280
  dropdown_year,
4259
4281
  dropdown_month,
4260
4282
  dropdown,
4261
- dropdown_icon,
4262
- head,
4263
- head_row,
4264
- row: row$1,
4265
- head_cell,
4266
- tbody,
4267
- tfoot,
4268
- cell: cell$1,
4269
- weeknumber,
4270
4283
  day,
4271
- day_today,
4272
- day_outside,
4284
+ weekday,
4285
+ week_number,
4286
+ day_button,
4287
+ today,
4288
+ outside,
4289
+ selected: selected$1,
4273
4290
  day_range_start,
4274
4291
  day_range_end,
4275
4292
  day_range_middle
@@ -4430,9 +4447,11 @@ const DatePicker = forwardRef(function DatePicker2({
4430
4447
  return inline ? /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("div", { className: styles$z.inlinePickerMenu, children: /* @__PURE__ */ jsx(
4431
4448
  DayPicker,
4432
4449
  {
4450
+ required: void 0,
4451
+ captionLayout: "dropdown",
4433
4452
  fixedWeeks: true,
4434
- fromDate: startDate,
4435
- toDate: endDate,
4453
+ startMonth: startDate,
4454
+ endMonth: endDate,
4436
4455
  disabled: disabled2,
4437
4456
  weekStartsOn: _weekStartsOn,
4438
4457
  showWeekNumber,
@@ -4441,7 +4460,7 @@ const DatePicker = forwardRef(function DatePicker2({
4441
4460
  mode: mode === "single" ? "single" : "range",
4442
4461
  selected: selected2,
4443
4462
  onSelect: handleSelect,
4444
- initialFocus: !inline,
4463
+ autoFocus: !inline,
4445
4464
  numberOfMonths: mode === "range" ? 2 : 1
4446
4465
  }
4447
4466
  ) }) }) : /* @__PURE__ */ jsxs(ReactDropdownMenu.Root, { open, onOpenChange: setOpen, modal: false, children: [
@@ -4475,6 +4494,7 @@ const DatePicker = forwardRef(function DatePicker2({
4475
4494
  ReactDropdownMenu.Content,
4476
4495
  {
4477
4496
  align: "start",
4497
+ sideOffset: 5,
4478
4498
  className: styles$z.datePickerMenu,
4479
4499
  onFocus: handleOnMenuFocus,
4480
4500
  onBlur: handleOnMenuBlur,
@@ -4482,18 +4502,20 @@ const DatePicker = forwardRef(function DatePicker2({
4482
4502
  children: /* @__PURE__ */ jsx(
4483
4503
  DayPicker,
4484
4504
  {
4505
+ required: void 0,
4485
4506
  fixedWeeks: true,
4486
- fromDate: startDate,
4487
- toDate: endDate,
4507
+ classNames: styles$z,
4508
+ captionLayout: "dropdown",
4509
+ startMonth: startDate,
4510
+ endMonth: endDate,
4488
4511
  disabled: disabled2,
4489
4512
  weekStartsOn: _weekStartsOn,
4490
4513
  showWeekNumber,
4491
4514
  showOutsideDays: true,
4492
- classNames: styles$z,
4493
4515
  mode: mode === "single" ? "single" : "range",
4494
4516
  selected: selected2,
4495
4517
  onSelect: handleSelect,
4496
- initialFocus: true,
4518
+ autoFocus: !inline,
4497
4519
  numberOfMonths: mode === "range" ? 2 : 1
4498
4520
  }
4499
4521
  )
@@ -12196,41 +12218,41 @@ function $d3863c46a17e8a28$var$removeLinks(items) {
12196
12218
  );
12197
12219
  }
12198
12220
  const themeVars$m = `'{"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)"}'`;
12199
- const selectValue = "_selectValue_nwesf_13";
12200
- const error$6 = "_error_nwesf_21";
12201
- const warning$6 = "_warning_nwesf_29";
12202
- const valid$6 = "_valid_nwesf_37";
12203
- const selectTrigger = "_selectTrigger_nwesf_46";
12204
- const badgeListContainer = "_badgeListContainer_nwesf_170";
12205
- const badgeList$1 = "_badgeList_nwesf_170";
12206
- const badge$1 = "_badge_nwesf_170";
12207
- const actions$1 = "_actions_nwesf_210";
12208
- const placeholder = "_placeholder_nwesf_216";
12209
- const emptyList = "_emptyList_nwesf_221";
12210
- const selectScrollUpButton = "_selectScrollUpButton_nwesf_231";
12211
- const selectScrollDownButton = "_selectScrollDownButton_nwesf_240";
12212
- const command$1 = "_command_nwesf_249";
12213
- const commandInputContainer = "_commandInputContainer_nwesf_259";
12214
- const commandInput$1 = "_commandInput_nwesf_259";
12215
- const commandList$1 = "_commandList_nwesf_284";
12216
- const selectContent = "_selectContent_nwesf_289";
12217
- const fadeIn = "_fadeIn_nwesf_1";
12218
- const zoomIn = "_zoomIn_nwesf_1";
12219
- const fadeOut = "_fadeOut_nwesf_1";
12220
- const zoomOut = "_zoomOut_nwesf_1";
12221
- const slideInFromTop = "_slideInFromTop_nwesf_1";
12222
- const slideInFromRight = "_slideInFromRight_nwesf_1";
12223
- const slideInFromLeft = "_slideInFromLeft_nwesf_1";
12224
- const slideInFromBottom = "_slideInFromBottom_nwesf_1";
12225
- const multiComboboxOption = "_multiComboboxOption_nwesf_329";
12226
- const multiComboboxOptionContent = "_multiComboboxOptionContent_nwesf_329";
12227
- const selectItem = "_selectItem_nwesf_354";
12228
- const selectItemContent = "_selectItemContent_nwesf_369";
12229
- const selectItemIndicator = "_selectItemIndicator_nwesf_391";
12230
- const selectViewport = "_selectViewport_nwesf_402";
12231
- const selectEmpty = "_selectEmpty_nwesf_408";
12232
- const loading = "_loading_nwesf_419";
12233
- const srOnly = "_srOnly_nwesf_423";
12221
+ const selectValue = "_selectValue_1ept5_13";
12222
+ const error$6 = "_error_1ept5_21";
12223
+ const warning$6 = "_warning_1ept5_29";
12224
+ const valid$6 = "_valid_1ept5_37";
12225
+ const selectTrigger = "_selectTrigger_1ept5_46";
12226
+ const badgeListContainer = "_badgeListContainer_1ept5_170";
12227
+ const badgeList$1 = "_badgeList_1ept5_170";
12228
+ const badge$1 = "_badge_1ept5_170";
12229
+ const actions$1 = "_actions_1ept5_210";
12230
+ const placeholder = "_placeholder_1ept5_216";
12231
+ const emptyList = "_emptyList_1ept5_221";
12232
+ const selectScrollUpButton = "_selectScrollUpButton_1ept5_231";
12233
+ const selectScrollDownButton = "_selectScrollDownButton_1ept5_240";
12234
+ const command$1 = "_command_1ept5_249";
12235
+ const commandInputContainer = "_commandInputContainer_1ept5_259";
12236
+ const commandInput$1 = "_commandInput_1ept5_259";
12237
+ const commandList$1 = "_commandList_1ept5_284";
12238
+ const selectContent = "_selectContent_1ept5_289";
12239
+ const fadeIn = "_fadeIn_1ept5_1";
12240
+ const zoomIn = "_zoomIn_1ept5_1";
12241
+ const fadeOut = "_fadeOut_1ept5_1";
12242
+ const zoomOut = "_zoomOut_1ept5_1";
12243
+ const slideInFromTop = "_slideInFromTop_1ept5_1";
12244
+ const slideInFromRight = "_slideInFromRight_1ept5_1";
12245
+ const slideInFromLeft = "_slideInFromLeft_1ept5_1";
12246
+ const slideInFromBottom = "_slideInFromBottom_1ept5_1";
12247
+ const multiComboboxOption = "_multiComboboxOption_1ept5_329";
12248
+ const multiComboboxOptionContent = "_multiComboboxOptionContent_1ept5_329";
12249
+ const selectItem = "_selectItem_1ept5_354";
12250
+ const selectItemContent = "_selectItemContent_1ept5_369";
12251
+ const selectItemIndicator = "_selectItemIndicator_1ept5_390";
12252
+ const selectViewport = "_selectViewport_1ept5_401";
12253
+ const selectEmpty = "_selectEmpty_1ept5_407";
12254
+ const loading = "_loading_1ept5_418";
12255
+ const srOnly = "_srOnly_1ept5_422";
12234
12256
  const styles$o = {
12235
12257
  themeVars: themeVars$m,
12236
12258
  selectValue,
@@ -12689,7 +12711,7 @@ const SelectOption = React__default.forwardRef(
12689
12711
  return () => onOptionRemove(option);
12690
12712
  }, [option, onOptionAdd, onOptionRemove]);
12691
12713
  return /* @__PURE__ */ jsx(Item, { ref, className: styles$o.selectItem, value: value + "", disabled: !enabled2, children: /* @__PURE__ */ jsx("div", { className: styles$o.selectItemContent, children: optionRenderer ? optionRenderer({
12692
- label: /* @__PURE__ */ jsx(ItemText, { children: label2 }),
12714
+ label: label2,
12693
12715
  value,
12694
12716
  enabled: enabled2
12695
12717
  }) : /* @__PURE__ */ jsxs(Fragment, { children: [
@@ -15351,18 +15373,19 @@ const MarkdownMd = createMetadata({
15351
15373
  defaultThemeVars: {
15352
15374
  "backgroundColor-Admonition": "$color-warn-300",
15353
15375
  "borderRadius-Admonition": "$space-4",
15354
- "iconSize-Admonition": "1.5rem",
15355
- "padding-Admonition": "1rem",
15356
- "marginBottom-Admonition": "1rem",
15357
- "marginLeft-Admonition-content": ".5rem",
15376
+ "iconSize-Admonition": "$space-6",
15377
+ "padding-Admonition": "$space-4",
15378
+ "marginBottom-Admonition": "$space-4",
15379
+ "marginLeft-Admonition-content": "$space-2",
15358
15380
  "backgroundColor-Blockquote": "$color-warn-200",
15359
15381
  "accentWidth-Blockquote": "3px",
15360
15382
  "accentColor-Blockquote": "$color-surface-500",
15361
- "padding-Blockquote": ".5rem",
15362
- "marginBottom-Blockquote": "1rem",
15363
- "marginBottom-Text-codefence": ".5rem",
15364
- "marginBottom-Text-markdown": ".5rem",
15365
- "marginTop-HtmlLi": "-0.5rem",
15383
+ "padding-Blockquote": "$space-2",
15384
+ "marginBottom-Blockquote": "$space-4",
15385
+ "marginBottom-Text-codefence": "$space-2",
15386
+ "marginBottom-Text-markdown": "$space-2",
15387
+ "marginTop-HtmlLi": "$space-2",
15388
+ "marginBottom-HtmlLi": "$space-2",
15366
15389
  light: {
15367
15390
  // --- No light-specific theme vars
15368
15391
  },
@@ -16123,7 +16146,9 @@ const SelectMd = createMetadata({
16123
16146
  focus: dFocus(COMP$t),
16124
16147
  setValue: dSetValueApi(),
16125
16148
  value: dValue(),
16126
- reset: d(`This method resets the component to its initial value, or clears the selection if no initial value was provided.`)
16149
+ reset: d(
16150
+ `This method resets the component to its initial value, or clears the selection if no initial value was provided.`
16151
+ )
16127
16152
  },
16128
16153
  contextVars: {
16129
16154
  $item: d(`This property represents the value of an item in the dropdown list.`),
@@ -16380,31 +16405,32 @@ const SwitchMd = createMetadata({
16380
16405
  }
16381
16406
  });
16382
16407
  const themeVars$7 = `'{"textColor-pagination-Table": "var(--xmlui-textColor-pagination-Table)", "backgroundColor-Table": "var(--xmlui-backgroundColor-Table)", "textColor-Table": "var(--xmlui-textColor-Table)", "backgroundColor-row-Table": "var(--xmlui-backgroundColor-row-Table)", "backgroundColor-row-Table--hover": "var(--xmlui-backgroundColor-row-Table--hover)", "backgroundColor-selected-Table": "var(--xmlui-backgroundColor-selected-Table)", "backgroundColor-selected-Table--hover": "var(--xmlui-backgroundColor-selected-Table--hover)", "backgroundColor-heading-Table": "var(--xmlui-backgroundColor-heading-Table)", "backgroundColor-heading-Table--hover": "var(--xmlui-backgroundColor-heading-Table--hover)", "backgroundColor-heading-Table--active": "var(--xmlui-backgroundColor-heading-Table--active)", "padding-heading-Table": "var(--xmlui-padding-heading-Table)", "paddingHorizontal-heading-Table": "var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table))", "paddingVertical-heading-Table": "var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table))", "paddingLeft-heading-Table": "var(--xmlui-paddingLeft-heading-Table, var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingRight-heading-Table": "var(--xmlui-paddingRight-heading-Table, var(--xmlui-paddingHorizontal-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingTop-heading-Table": "var(--xmlui-paddingTop-heading-Table, var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table)))", "paddingBottom-heading-Table": "var(--xmlui-paddingBottom-heading-Table, var(--xmlui-paddingVertical-heading-Table, var(--xmlui-padding-heading-Table)))", "padding-cell-Table": "var(--xmlui-padding-cell-Table)", "paddingHorizontal-cell-Table": "var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table))", "paddingVertical-cell-Table": "var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table))", "paddingLeft-cell-Table": "var(--xmlui-paddingLeft-cell-Table, var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingRight-cell-Table": "var(--xmlui-paddingRight-cell-Table, var(--xmlui-paddingHorizontal-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingTop-cell-Table": "var(--xmlui-paddingTop-cell-Table, var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingBottom-cell-Table": "var(--xmlui-paddingBottom-cell-Table, var(--xmlui-paddingVertical-cell-Table, var(--xmlui-padding-cell-Table)))", "paddingHorizontal-cell-first-Table": "var(--xmlui-paddingHorizontal-cell-first-Table)", "paddingHorizontal-cell-last-Table": "var(--xmlui-paddingHorizontal-cell-last-Table)", "border-cell-Table": "var(--xmlui-border-cell-Table)", "borderHorizontal-cell-Table": "var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table))", "borderVertical-cell-Table": "var(--xmlui-borderVertical-cell-Table, var(--xmlui-border-cell-Table))", "borderLeft-cell-Table": "var(--xmlui-borderLeft-cell-Table, var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table)))", "borderRight-cell-Table": "var(--xmlui-borderRight-cell-Table, var(--xmlui-borderHorizontal-cell-Table, var(--xmlui-border-cell-Table)))", "borderTop-cell-Table": "var(--xmlui-borderTop-cell-Table, var(--xmlui-borderVertical-cell-Table, var(--xmlui-border-cell-Table)))", "borderBottom-cell-Table": "var(--xmlui-borderBottom-cell-Table)", "borderWidth-cell-Table": "var(--xmlui-borderWidth-cell-Table)", "borderHorizontalWidth-cell-Table": "var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table))", "borderLeftWidth-cell-Table": "var(--xmlui-borderLeftWidth-cell-Table, var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderRightWidth-cell-Table": "var(--xmlui-borderRightWidth-cell-Table, var(--xmlui-borderHorizontalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderVerticalWidth-cell-Table": "var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table))", "borderTopWidth-cell-Table": "var(--xmlui-borderTopWidth-cell-Table, var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderBottomWidth-cell-Table": "var(--xmlui-borderBottomWidth-cell-Table, var(--xmlui-borderVerticalWidth-cell-Table, var(--xmlui-borderWidth-cell-Table)))", "borderStyle-cell-Table": "var(--xmlui-borderStyle-cell-Table)", "borderHorizontalStyle-cell-Table": "var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table))", "borderLeftStyle-cell-Table": "var(--xmlui-borderLeftStyle-cell-Table, var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderRightStyle-cell-Table": "var(--xmlui-borderRightStyle-cell-Table, var(--xmlui-borderHorizontalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderVerticalStyle-cell-Table": "var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table))", "borderTopStyle-cell-Table": "var(--xmlui-borderTopStyle-cell-Table, var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderBottomStyle-cell-Table": "var(--xmlui-borderBottomStyle-cell-Table, var(--xmlui-borderVerticalStyle-cell-Table, var(--xmlui-borderStyle-cell-Table)))", "borderColor-cell-Table": "var(--xmlui-borderColor-cell-Table)", "borderHorizontalColor-cell-Table": "var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table))", "borderLeftColor-cell-Table": "var(--xmlui-borderLeftColor-cell-Table, var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderRightColor-cell-Table": "var(--xmlui-borderRightColor-cell-Table, var(--xmlui-borderHorizontalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderVerticalColor-cell-Table": "var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table))", "borderTopColor-cell-Table": "var(--xmlui-borderTopColor-cell-Table, var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderBottomColor-cell-Table": "var(--xmlui-borderBottomColor-cell-Table, var(--xmlui-borderVerticalColor-cell-Table, var(--xmlui-borderColor-cell-Table)))", "borderStartStartRadius-cell-Table": "var(--xmlui-borderStartStartRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderStartEndRadius-cell-Table": "var(--xmlui-borderStartEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderEndStartRadius-cell-Table": "var(--xmlui-borderEndStartRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "borderEndEndRadius-cell-Table": "var(--xmlui-borderEndEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))", "backgroundColor-pagination-Table": "var(--xmlui-backgroundColor-pagination-Table)", "textColor-heading-Table": "var(--xmlui-textColor-heading-Table)", "fontWeight-row-Table": "var(--xmlui-fontWeight-row-Table)", "fontSize-row-Table": "var(--xmlui-fontSize-row-Table)", "fontWeight-heading-Table": "var(--xmlui-fontWeight-heading-Table)", "fontSize-heading-Table": "var(--xmlui-fontSize-heading-Table)", "textTransform-heading-Table": "var(--xmlui-textTransform-heading-Table)", "outlineWidth-heading-Table--focus": "var(--xmlui-outlineWidth-heading-Table--focus)", "outlineColor-heading-Table--focus": "var(--xmlui-outlineColor-heading-Table--focus)", "outlineStyle-heading-Table--focus": "var(--xmlui-outlineStyle-heading-Table--focus)", "outlineOffset-heading-Table--focus": "var(--xmlui-outlineOffset-heading-Table--focus)"}'`;
16383
- const wrapper = "_wrapper_q25wx_13";
16384
- const noScroll = "_noScroll_q25wx_19";
16385
- const headerWrapper = "_headerWrapper_q25wx_23";
16386
- const tableBody = "_tableBody_q25wx_23";
16387
- const clickableHeader = "_clickableHeader_q25wx_29";
16388
- const headerContent = "_headerContent_q25wx_43";
16389
- const headerRow = "_headerRow_q25wx_76";
16390
- const columnCell = "_columnCell_q25wx_81";
16391
- const cell = "_cell_q25wx_81";
16392
- const table = "_table_q25wx_23";
16393
- const row = "_row_q25wx_93";
16394
- const checkBoxWrapper = "_checkBoxWrapper_q25wx_99";
16395
- const showInHeader = "_showInHeader_q25wx_103";
16396
- const selected = "_selected_q25wx_106";
16397
- const allSelected = "_allSelected_q25wx_106";
16398
- const focused = "_focused_q25wx_152";
16399
- const disabled = "_disabled_q25wx_164";
16400
- const noRows = "_noRows_q25wx_193";
16401
- const pagination = "_pagination_q25wx_199";
16402
- const paginationLabel = "_paginationLabel_q25wx_215";
16403
- const paginationSelect = "_paginationSelect_q25wx_220";
16404
- const paginationButtons = "_paginationButtons_q25wx_226";
16405
- const loadingWrapper = "_loadingWrapper_q25wx_238";
16406
- const resizer = "_resizer_q25wx_253";
16407
- const isResizing = "_isResizing_q25wx_275";
16408
+ const wrapper = "_wrapper_1wbg1_13";
16409
+ const noScroll = "_noScroll_1wbg1_19";
16410
+ const headerWrapper = "_headerWrapper_1wbg1_23";
16411
+ const tableBody = "_tableBody_1wbg1_23";
16412
+ const clickableHeader = "_clickableHeader_1wbg1_29";
16413
+ const headerContent = "_headerContent_1wbg1_43";
16414
+ const headerRow = "_headerRow_1wbg1_76";
16415
+ const columnCell = "_columnCell_1wbg1_81";
16416
+ const cell = "_cell_1wbg1_81";
16417
+ const table = "_table_1wbg1_23";
16418
+ const row = "_row_1wbg1_93";
16419
+ const checkBoxWrapper = "_checkBoxWrapper_1wbg1_99";
16420
+ const showInHeader = "_showInHeader_1wbg1_103";
16421
+ const selected = "_selected_1wbg1_106";
16422
+ const allSelected = "_allSelected_1wbg1_106";
16423
+ const focused = "_focused_1wbg1_152";
16424
+ const disabled = "_disabled_1wbg1_164";
16425
+ const noBottomBorder = "_noBottomBorder_1wbg1_168";
16426
+ const noRows = "_noRows_1wbg1_196";
16427
+ const pagination = "_pagination_1wbg1_202";
16428
+ const paginationLabel = "_paginationLabel_1wbg1_218";
16429
+ const paginationSelect = "_paginationSelect_1wbg1_223";
16430
+ const paginationButtons = "_paginationButtons_1wbg1_229";
16431
+ const loadingWrapper = "_loadingWrapper_1wbg1_241";
16432
+ const resizer = "_resizer_1wbg1_256";
16433
+ const isResizing = "_isResizing_1wbg1_278";
16408
16434
  const styles$7 = {
16409
16435
  themeVars: themeVars$7,
16410
16436
  wrapper,
@@ -16424,6 +16450,7 @@ const styles$7 = {
16424
16450
  allSelected,
16425
16451
  focused,
16426
16452
  disabled,
16453
+ noBottomBorder,
16427
16454
  noRows,
16428
16455
  pagination,
16429
16456
  paginationLabel,
@@ -16710,7 +16737,8 @@ const Table = forwardRef(
16710
16737
  hideNoDataView = false,
16711
16738
  alwaysShowSelectionHeader = false,
16712
16739
  registerComponentApi,
16713
- onSelectionDidChange
16740
+ onSelectionDidChange,
16741
+ noBottomBorder: noBottomBorder2 = false
16714
16742
  // cols
16715
16743
  }, forwardedRef) => {
16716
16744
  var _a, _b, _c, _d;
@@ -17152,7 +17180,8 @@ const Table = forwardRef(
17152
17180
  className: classnames(styles$7.row, {
17153
17181
  [styles$7.selected]: row2.getIsSelected(),
17154
17182
  [styles$7.focused]: focusedIndex === rowIndex,
17155
- [styles$7.disabled]: rowDisabledPredicate(row2.original)
17183
+ [styles$7.disabled]: rowDisabledPredicate(row2.original),
17184
+ [styles$7.noBottomBorder]: noBottomBorder2
17156
17185
  }),
17157
17186
  ref: (el) => {
17158
17187
  if (el && estimatedHeightRef.current === null) {
@@ -17349,6 +17378,11 @@ const TableMd = createMetadata({
17349
17378
  description: "This property indicates when the row selection header is displayed. When the value is `true,` the selection header is always visible. Otherwise, it is displayed only when hovered.",
17350
17379
  valueType: "boolean",
17351
17380
  defaultValue: false
17381
+ },
17382
+ noBottomBorder: {
17383
+ description: `This property indicates whether the table should have a bottom border. When set to \`true\`, the table does not have a bottom border. Otherwise, it has a bottom border.`,
17384
+ valueType: "boolean",
17385
+ defaultValue: false
17352
17386
  }
17353
17387
  },
17354
17388
  events: {
@@ -17507,7 +17541,8 @@ forwardRef(
17507
17541
  ),
17508
17542
  alwaysShowSelectionHeader: extractValue.asOptionalBoolean(
17509
17543
  node.props.alwaysShowSelectionHeader
17510
- )
17544
+ ),
17545
+ noBottomBorder: extractValue.asOptionalBoolean(node.props.noBottomBorder)
17511
17546
  }
17512
17547
  )
17513
17548
  ] });
@@ -18257,9 +18292,16 @@ const DataSourceMd = createMetadata({
18257
18292
  },
18258
18293
  events: {
18259
18294
  loaded: d(
18260
- `The component triggers this event when the fetch operation has been completed and the data is loaded. The argument of the event is the data loaded.`
18295
+ "The component triggers this event when the fetch operation has been completed and the data is loaded. The event has two arguments. The first is the data loaded; the second indicates if the event is a result of a refetch."
18261
18296
  ),
18262
18297
  error: d(`This event fires when a request results in an error.`)
18298
+ },
18299
+ apis: {
18300
+ value: d("This property retrieves the data queried from the source after optional transformations."),
18301
+ inProgress: d("This property indicates if the data is being fetched."),
18302
+ isRefetching: d("This property indicates if the data is being re-fetched."),
18303
+ loaded: d("This property indicates if the data has been loaded."),
18304
+ refetch: d("This method requests the re-fetch of the data.")
18263
18305
  }
18264
18306
  });
18265
18307
  var CharacterCodes = /* @__PURE__ */ ((CharacterCodes2) => {
@@ -21064,8 +21106,7 @@ const OptionMd = createMetadata({
21064
21106
  ),
21065
21107
  enabled: dEnabled(),
21066
21108
  optionTemplate: d("This property is used to define a custom option template")
21067
- },
21068
- childrenAsTemplate: "optionTemplate"
21109
+ }
21069
21110
  });
21070
21111
  const OptionNative = memo((props) => {
21071
21112
  const OptionType = useOptionType();