xmlui 0.9.13 → 0.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{apiInterceptorWorker-BUaYCWe6.mjs → apiInterceptorWorker-DHw39GG3.mjs} +1 -1
- package/dist/{index-DiCe0Ajo.mjs → index-DFC3vDn-.mjs} +487 -232
- package/dist/index.css +331 -306
- package/dist/scripts/bin/build-lib.js +1 -1
- package/dist/scripts/src/components/Card/Card.js +17 -1
- package/dist/scripts/src/components/Card/CardNative.js +2 -3
- package/dist/scripts/src/components/DatePicker/DatePickerNative.js +2 -2
- package/dist/scripts/src/components/List/List.js +10 -3
- package/dist/scripts/src/components/List/ListNative.js +8 -5
- package/dist/scripts/src/components/Markdown/Markdown.js +10 -9
- package/dist/scripts/src/components/Option/Option.js +0 -1
- package/dist/scripts/src/components/Select/Select.js +3 -2
- package/dist/scripts/src/components/Select/SelectNative.js +1 -1
- package/dist/scripts/src/components/Table/Table.js +7 -1
- package/dist/scripts/src/components/Table/TableNative.js +2 -1
- package/dist/scripts/src/components/Tabs/Tabs.js +6 -5
- package/dist/scripts/src/components/Tabs/TabsNative.js +6 -3
- package/dist/scripts/src/components-core/LoaderComponent.js +14 -0
- package/dist/scripts/src/components-core/abstractions/containers.js +1 -0
- package/dist/scripts/src/components-core/loader/ApiLoader.js +4 -5
- package/dist/scripts/src/components-core/loader/DataLoader.js +4 -4
- package/dist/scripts/src/components-core/loader/ExternalDataLoader.js +4 -7
- package/dist/scripts/src/components-core/loader/Loader.js +23 -11
- package/dist/scripts/src/components-core/loader/MockLoaderRenderer.js +3 -3
- package/dist/scripts/src/components-core/loader/PageableLoader.js +14 -4
- package/dist/scripts/src/components-core/rendering/reducer.js +9 -3
- package/dist/scripts/src/components-core/theming/themes/root.js +4 -1
- package/dist/scripts/src/components-core/theming/transformThemeVars.js +8 -0
- package/dist/style.css +331 -298
- package/dist/xmlui-metadata.mjs +214 -164
- package/dist/xmlui-metadata.umd.js +214 -164
- package/dist/xmlui-standalone.umd.js +5006 -2914
- package/dist/xmlui.d.ts +57 -1
- package/dist/xmlui.mjs +6 -4
- package/package.json +2 -2
|
@@ -2021,6 +2021,7 @@
|
|
|
2021
2021
|
"const-color-surface-800": "hsl(204, 30.3%, 27%)",
|
|
2022
2022
|
"const-color-surface-900": "hsl(204, 30.3%, 16%)",
|
|
2023
2023
|
"const-color-surface-950": "hsl(204, 30.3%, 13%)",
|
|
2024
|
+
"const-color-surface-1000": "hsl(204, 30.3%, 9%)",
|
|
2024
2025
|
"const-color-surface": "$const-color-surface-500",
|
|
2025
2026
|
// --- Primary color shades (bluish)
|
|
2026
2027
|
"const-color-primary-50": "hsl(212,71.9%,94.5%)",
|
|
@@ -2229,6 +2230,7 @@
|
|
|
2229
2230
|
"color-surface-800": "$const-color-surface-800",
|
|
2230
2231
|
"color-surface-900": "$const-color-surface-900",
|
|
2231
2232
|
"color-surface-950": "$const-color-surface-950",
|
|
2233
|
+
"color-surface-1000": "$const-color-surface-1000",
|
|
2232
2234
|
"color-surface": "$const-color-surface-500",
|
|
2233
2235
|
"color-surface-base": "$color-surface-0",
|
|
2234
2236
|
"color-surface-lower": "$color-surface-100",
|
|
@@ -2317,7 +2319,7 @@
|
|
|
2317
2319
|
dark: {
|
|
2318
2320
|
themeVars: {
|
|
2319
2321
|
// --- Default surface color shades (form white to black)
|
|
2320
|
-
"color-surface-0": "$const-color-surface-
|
|
2322
|
+
"color-surface-0": "$const-color-surface-1000",
|
|
2321
2323
|
"color-surface-50": "$const-color-surface-950",
|
|
2322
2324
|
"color-surface-100": "$const-color-surface-900",
|
|
2323
2325
|
"color-surface-200": "$const-color-surface-800",
|
|
@@ -2329,6 +2331,7 @@
|
|
|
2329
2331
|
"color-surface-800": "$const-color-surface-200",
|
|
2330
2332
|
"color-surface-900": "$const-color-surface-100",
|
|
2331
2333
|
"color-surface-950": "$const-color-surface-50",
|
|
2334
|
+
"color-surface-1000": "$const-color-surface-0",
|
|
2332
2335
|
"color-surface": "$const-color-surface-500",
|
|
2333
2336
|
"color-surface-base": "$color-surface-0",
|
|
2334
2337
|
"color-surface-lower": "$color-surface-0",
|
|
@@ -3675,14 +3678,18 @@
|
|
|
3675
3678
|
}
|
|
3676
3679
|
}
|
|
3677
3680
|
});
|
|
3678
|
-
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)"}'`;
|
|
3679
|
-
const wrapper$3 = "
|
|
3680
|
-
const
|
|
3681
|
-
const
|
|
3682
|
-
const
|
|
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";
|
|
3683
3688
|
const styles$E = {
|
|
3684
3689
|
themeVars: themeVars$B,
|
|
3685
3690
|
wrapper: wrapper$3,
|
|
3691
|
+
avatarWrapper,
|
|
3692
|
+
titleWrapper,
|
|
3686
3693
|
horizontal: horizontal$1,
|
|
3687
3694
|
vertical: vertical$1,
|
|
3688
3695
|
isClickable
|
|
@@ -3836,6 +3843,7 @@
|
|
|
3836
3843
|
linkTo,
|
|
3837
3844
|
avatarUrl,
|
|
3838
3845
|
showAvatar = !!avatarUrl || defaultProps$c.showAvatar,
|
|
3846
|
+
avatarSize,
|
|
3839
3847
|
onClick
|
|
3840
3848
|
}, forwardedRef) {
|
|
3841
3849
|
const titleProps = {
|
|
@@ -3853,11 +3861,11 @@
|
|
|
3853
3861
|
style,
|
|
3854
3862
|
onClick,
|
|
3855
3863
|
children: [
|
|
3856
|
-
[title2, subtitle2, avatarUrl, showAvatar].some(Boolean) && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3857
|
-
showAvatar && /* @__PURE__ */ jsxRuntime.jsx(Avatar, { url: avatarUrl, name: title2 }),
|
|
3858
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
3864
|
+
[title2, subtitle2, avatarUrl, showAvatar].some(Boolean) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$E.avatarWrapper, children: [
|
|
3865
|
+
showAvatar && /* @__PURE__ */ jsxRuntime.jsx(Avatar, { url: avatarUrl, name: title2, size: avatarSize }),
|
|
3866
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$E.titleWrapper, children: [
|
|
3859
3867
|
linkTo ? title2 ? /* @__PURE__ */ jsxRuntime.jsx(LocalLink, { to: linkTo + "", children: /* @__PURE__ */ jsxRuntime.jsx(Heading, { ...titleProps, children: title2 }) }) : null : title2 ? /* @__PURE__ */ jsxRuntime.jsx(Heading, { ...titleProps, children: title2 }) : null,
|
|
3860
|
-
subtitle2 !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(Text, { variant: "small", children: subtitle2 })
|
|
3868
|
+
subtitle2 !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(Text, { variant: "small", children: subtitle2 }) })
|
|
3861
3869
|
] })
|
|
3862
3870
|
] }),
|
|
3863
3871
|
children
|
|
@@ -3878,6 +3886,11 @@
|
|
|
3878
3886
|
valueType: "boolean",
|
|
3879
3887
|
defaultValue: defaultProps$c.showAvatar
|
|
3880
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
|
+
},
|
|
3881
3894
|
title: {
|
|
3882
3895
|
description: `This prop sets the prestyled title.`,
|
|
3883
3896
|
valueType: "string"
|
|
@@ -3906,7 +3919,18 @@
|
|
|
3906
3919
|
[`border-${COMP$Z}`]: "1px solid $borderColor",
|
|
3907
3920
|
[`borderRadius-${COMP$Z}`]: "$borderRadius",
|
|
3908
3921
|
[`boxShadow-${COMP$Z}`]: "none",
|
|
3909
|
-
[`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"
|
|
3910
3934
|
}
|
|
3911
3935
|
});
|
|
3912
3936
|
const defaultProps$b = {
|
|
@@ -4173,54 +4197,52 @@
|
|
|
4173
4197
|
}
|
|
4174
4198
|
}
|
|
4175
4199
|
});
|
|
4176
|
-
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)"
|
|
4177
|
-
const datePicker = "
|
|
4178
|
-
const placeholder$1 = "
|
|
4179
|
-
const adornment$1 = "
|
|
4180
|
-
const error$9 = "
|
|
4181
|
-
const warning$9 = "
|
|
4182
|
-
const valid$9 = "
|
|
4183
|
-
const disabled$4 = "
|
|
4184
|
-
const indicator$2 = "
|
|
4185
|
-
const datePickerInput = "
|
|
4186
|
-
const datePickerValue = "
|
|
4187
|
-
const inlinePickerMenu = "
|
|
4188
|
-
const
|
|
4189
|
-
const
|
|
4190
|
-
const vhidden = "
|
|
4191
|
-
const button_reset = "
|
|
4192
|
-
const button$1 = "
|
|
4193
|
-
const day_selected = "
|
|
4194
|
-
const
|
|
4195
|
-
const
|
|
4196
|
-
const
|
|
4197
|
-
const
|
|
4198
|
-
const
|
|
4199
|
-
const
|
|
4200
|
-
const
|
|
4201
|
-
const
|
|
4202
|
-
const
|
|
4203
|
-
const
|
|
4204
|
-
const
|
|
4205
|
-
const
|
|
4206
|
-
const
|
|
4207
|
-
const
|
|
4208
|
-
const
|
|
4209
|
-
const
|
|
4210
|
-
const
|
|
4211
|
-
const
|
|
4212
|
-
const
|
|
4213
|
-
const
|
|
4214
|
-
const
|
|
4215
|
-
const
|
|
4216
|
-
const
|
|
4217
|
-
const
|
|
4218
|
-
const
|
|
4219
|
-
const
|
|
4220
|
-
const
|
|
4221
|
-
const
|
|
4222
|
-
const day_range_end = "_day_range_end_1lk6v_556";
|
|
4223
|
-
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";
|
|
4224
4246
|
const styles$z = {
|
|
4225
4247
|
themeVars: themeVars$w,
|
|
4226
4248
|
datePicker,
|
|
@@ -4234,39 +4256,37 @@
|
|
|
4234
4256
|
datePickerInput,
|
|
4235
4257
|
datePickerValue,
|
|
4236
4258
|
inlinePickerMenu,
|
|
4237
|
-
datePickerMenu,
|
|
4238
4259
|
root: root$2,
|
|
4260
|
+
datePickerMenu,
|
|
4239
4261
|
vhidden,
|
|
4240
4262
|
button_reset,
|
|
4241
4263
|
button: button$1,
|
|
4242
4264
|
day_selected,
|
|
4265
|
+
button_next,
|
|
4266
|
+
button_previous,
|
|
4243
4267
|
months,
|
|
4244
4268
|
month,
|
|
4245
|
-
|
|
4246
|
-
with_weeknumber,
|
|
4269
|
+
month_grid,
|
|
4247
4270
|
caption,
|
|
4248
4271
|
multiple_months,
|
|
4249
4272
|
caption_dropdowns,
|
|
4250
4273
|
caption_label,
|
|
4274
|
+
chevron,
|
|
4251
4275
|
nav,
|
|
4252
4276
|
caption_start,
|
|
4253
4277
|
caption_end,
|
|
4254
4278
|
nav_button,
|
|
4279
|
+
dropdowns,
|
|
4255
4280
|
dropdown_year,
|
|
4256
4281
|
dropdown_month,
|
|
4257
4282
|
dropdown,
|
|
4258
|
-
dropdown_icon,
|
|
4259
|
-
head,
|
|
4260
|
-
head_row,
|
|
4261
|
-
row: row$1,
|
|
4262
|
-
head_cell,
|
|
4263
|
-
tbody,
|
|
4264
|
-
tfoot,
|
|
4265
|
-
cell: cell$1,
|
|
4266
|
-
weeknumber,
|
|
4267
4283
|
day,
|
|
4268
|
-
|
|
4269
|
-
|
|
4284
|
+
weekday,
|
|
4285
|
+
week_number,
|
|
4286
|
+
day_button,
|
|
4287
|
+
today,
|
|
4288
|
+
outside,
|
|
4289
|
+
selected: selected$1,
|
|
4270
4290
|
day_range_start,
|
|
4271
4291
|
day_range_end,
|
|
4272
4292
|
day_range_middle
|
|
@@ -4427,9 +4447,11 @@
|
|
|
4427
4447
|
return inline ? /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$z.inlinePickerMenu, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4428
4448
|
reactDayPicker.DayPicker,
|
|
4429
4449
|
{
|
|
4450
|
+
required: void 0,
|
|
4451
|
+
captionLayout: "dropdown",
|
|
4430
4452
|
fixedWeeks: true,
|
|
4431
|
-
|
|
4432
|
-
|
|
4453
|
+
startMonth: startDate,
|
|
4454
|
+
endMonth: endDate,
|
|
4433
4455
|
disabled: disabled2,
|
|
4434
4456
|
weekStartsOn: _weekStartsOn,
|
|
4435
4457
|
showWeekNumber,
|
|
@@ -4438,7 +4460,7 @@
|
|
|
4438
4460
|
mode: mode === "single" ? "single" : "range",
|
|
4439
4461
|
selected: selected2,
|
|
4440
4462
|
onSelect: handleSelect,
|
|
4441
|
-
|
|
4463
|
+
autoFocus: !inline,
|
|
4442
4464
|
numberOfMonths: mode === "range" ? 2 : 1
|
|
4443
4465
|
}
|
|
4444
4466
|
) }) }) : /* @__PURE__ */ jsxRuntime.jsxs(ReactDropdownMenu__namespace.Root, { open, onOpenChange: setOpen, modal: false, children: [
|
|
@@ -4472,6 +4494,7 @@
|
|
|
4472
4494
|
ReactDropdownMenu__namespace.Content,
|
|
4473
4495
|
{
|
|
4474
4496
|
align: "start",
|
|
4497
|
+
sideOffset: 5,
|
|
4475
4498
|
className: styles$z.datePickerMenu,
|
|
4476
4499
|
onFocus: handleOnMenuFocus,
|
|
4477
4500
|
onBlur: handleOnMenuBlur,
|
|
@@ -4479,18 +4502,20 @@
|
|
|
4479
4502
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4480
4503
|
reactDayPicker.DayPicker,
|
|
4481
4504
|
{
|
|
4505
|
+
required: void 0,
|
|
4482
4506
|
fixedWeeks: true,
|
|
4483
|
-
|
|
4484
|
-
|
|
4507
|
+
classNames: styles$z,
|
|
4508
|
+
captionLayout: "dropdown",
|
|
4509
|
+
startMonth: startDate,
|
|
4510
|
+
endMonth: endDate,
|
|
4485
4511
|
disabled: disabled2,
|
|
4486
4512
|
weekStartsOn: _weekStartsOn,
|
|
4487
4513
|
showWeekNumber,
|
|
4488
4514
|
showOutsideDays: true,
|
|
4489
|
-
classNames: styles$z,
|
|
4490
4515
|
mode: mode === "single" ? "single" : "range",
|
|
4491
4516
|
selected: selected2,
|
|
4492
4517
|
onSelect: handleSelect,
|
|
4493
|
-
|
|
4518
|
+
autoFocus: !inline,
|
|
4494
4519
|
numberOfMonths: mode === "range" ? 2 : 1
|
|
4495
4520
|
}
|
|
4496
4521
|
)
|
|
@@ -12193,41 +12218,41 @@
|
|
|
12193
12218
|
);
|
|
12194
12219
|
}
|
|
12195
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)"}'`;
|
|
12196
|
-
const selectValue = "
|
|
12197
|
-
const error$6 = "
|
|
12198
|
-
const warning$6 = "
|
|
12199
|
-
const valid$6 = "
|
|
12200
|
-
const selectTrigger = "
|
|
12201
|
-
const badgeListContainer = "
|
|
12202
|
-
const badgeList$1 = "
|
|
12203
|
-
const badge$1 = "
|
|
12204
|
-
const actions$1 = "
|
|
12205
|
-
const placeholder = "
|
|
12206
|
-
const emptyList = "
|
|
12207
|
-
const selectScrollUpButton = "
|
|
12208
|
-
const selectScrollDownButton = "
|
|
12209
|
-
const command$1 = "
|
|
12210
|
-
const commandInputContainer = "
|
|
12211
|
-
const commandInput$1 = "
|
|
12212
|
-
const commandList$1 = "
|
|
12213
|
-
const selectContent = "
|
|
12214
|
-
const fadeIn = "
|
|
12215
|
-
const zoomIn = "
|
|
12216
|
-
const fadeOut = "
|
|
12217
|
-
const zoomOut = "
|
|
12218
|
-
const slideInFromTop = "
|
|
12219
|
-
const slideInFromRight = "
|
|
12220
|
-
const slideInFromLeft = "
|
|
12221
|
-
const slideInFromBottom = "
|
|
12222
|
-
const multiComboboxOption = "
|
|
12223
|
-
const multiComboboxOptionContent = "
|
|
12224
|
-
const selectItem = "
|
|
12225
|
-
const selectItemContent = "
|
|
12226
|
-
const selectItemIndicator = "
|
|
12227
|
-
const selectViewport = "
|
|
12228
|
-
const selectEmpty = "
|
|
12229
|
-
const loading = "
|
|
12230
|
-
const srOnly = "
|
|
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";
|
|
12231
12256
|
const styles$o = {
|
|
12232
12257
|
themeVars: themeVars$m,
|
|
12233
12258
|
selectValue,
|
|
@@ -12686,7 +12711,7 @@
|
|
|
12686
12711
|
return () => onOptionRemove(option);
|
|
12687
12712
|
}, [option, onOptionAdd, onOptionRemove]);
|
|
12688
12713
|
return /* @__PURE__ */ jsxRuntime.jsx(reactSelect.Item, { ref, className: styles$o.selectItem, value: value + "", disabled: !enabled2, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$o.selectItemContent, children: optionRenderer ? optionRenderer({
|
|
12689
|
-
label:
|
|
12714
|
+
label: label2,
|
|
12690
12715
|
value,
|
|
12691
12716
|
enabled: enabled2
|
|
12692
12717
|
}) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
@@ -15296,7 +15321,12 @@
|
|
|
15296
15321
|
)
|
|
15297
15322
|
},
|
|
15298
15323
|
contextVars: {
|
|
15299
|
-
$item: d(`This property represents the value of an item in the data list.`)
|
|
15324
|
+
$item: d(`This property represents the value of an item in the data list.`),
|
|
15325
|
+
$itemIndex: dComponent(
|
|
15326
|
+
"This integer value represents the current row index (zero-based) while rendering children."
|
|
15327
|
+
),
|
|
15328
|
+
$isFirst: dComponent("This boolean value indicates if the component renders its first item."),
|
|
15329
|
+
$isLast: dComponent("This boolean value indicates if the component renders its last item.")
|
|
15300
15330
|
},
|
|
15301
15331
|
themeVars: parseScssVar(styles$h.themeVars)
|
|
15302
15332
|
});
|
|
@@ -15348,18 +15378,19 @@
|
|
|
15348
15378
|
defaultThemeVars: {
|
|
15349
15379
|
"backgroundColor-Admonition": "$color-warn-300",
|
|
15350
15380
|
"borderRadius-Admonition": "$space-4",
|
|
15351
|
-
"iconSize-Admonition": "
|
|
15352
|
-
"padding-Admonition": "
|
|
15353
|
-
"marginBottom-Admonition": "
|
|
15354
|
-
"marginLeft-Admonition-content": "
|
|
15381
|
+
"iconSize-Admonition": "$space-6",
|
|
15382
|
+
"padding-Admonition": "$space-4",
|
|
15383
|
+
"marginBottom-Admonition": "$space-4",
|
|
15384
|
+
"marginLeft-Admonition-content": "$space-2",
|
|
15355
15385
|
"backgroundColor-Blockquote": "$color-warn-200",
|
|
15356
15386
|
"accentWidth-Blockquote": "3px",
|
|
15357
15387
|
"accentColor-Blockquote": "$color-surface-500",
|
|
15358
|
-
"padding-Blockquote": "
|
|
15359
|
-
"marginBottom-Blockquote": "
|
|
15360
|
-
"marginBottom-Text-codefence": "
|
|
15361
|
-
"marginBottom-Text-markdown": "
|
|
15362
|
-
"marginTop-HtmlLi": "-
|
|
15388
|
+
"padding-Blockquote": "$space-2",
|
|
15389
|
+
"marginBottom-Blockquote": "$space-4",
|
|
15390
|
+
"marginBottom-Text-codefence": "$space-2",
|
|
15391
|
+
"marginBottom-Text-markdown": "$space-2",
|
|
15392
|
+
"marginTop-HtmlLi": "$space-2",
|
|
15393
|
+
"marginBottom-HtmlLi": "$space-2",
|
|
15363
15394
|
light: {
|
|
15364
15395
|
// --- No light-specific theme vars
|
|
15365
15396
|
},
|
|
@@ -16120,7 +16151,9 @@
|
|
|
16120
16151
|
focus: dFocus(COMP$t),
|
|
16121
16152
|
setValue: dSetValueApi(),
|
|
16122
16153
|
value: dValue(),
|
|
16123
|
-
reset: d(
|
|
16154
|
+
reset: d(
|
|
16155
|
+
`This method resets the component to its initial value, or clears the selection if no initial value was provided.`
|
|
16156
|
+
)
|
|
16124
16157
|
},
|
|
16125
16158
|
contextVars: {
|
|
16126
16159
|
$item: d(`This property represents the value of an item in the dropdown list.`),
|
|
@@ -16377,31 +16410,32 @@
|
|
|
16377
16410
|
}
|
|
16378
16411
|
});
|
|
16379
16412
|
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)"}'`;
|
|
16380
|
-
const wrapper = "
|
|
16381
|
-
const noScroll = "
|
|
16382
|
-
const headerWrapper = "
|
|
16383
|
-
const tableBody = "
|
|
16384
|
-
const clickableHeader = "
|
|
16385
|
-
const headerContent = "
|
|
16386
|
-
const headerRow = "
|
|
16387
|
-
const columnCell = "
|
|
16388
|
-
const cell = "
|
|
16389
|
-
const table = "
|
|
16390
|
-
const row = "
|
|
16391
|
-
const checkBoxWrapper = "
|
|
16392
|
-
const showInHeader = "
|
|
16393
|
-
const selected = "
|
|
16394
|
-
const allSelected = "
|
|
16395
|
-
const focused = "
|
|
16396
|
-
const disabled = "
|
|
16397
|
-
const
|
|
16398
|
-
const
|
|
16399
|
-
const
|
|
16400
|
-
const
|
|
16401
|
-
const
|
|
16402
|
-
const
|
|
16403
|
-
const
|
|
16404
|
-
const
|
|
16413
|
+
const wrapper = "_wrapper_1wbg1_13";
|
|
16414
|
+
const noScroll = "_noScroll_1wbg1_19";
|
|
16415
|
+
const headerWrapper = "_headerWrapper_1wbg1_23";
|
|
16416
|
+
const tableBody = "_tableBody_1wbg1_23";
|
|
16417
|
+
const clickableHeader = "_clickableHeader_1wbg1_29";
|
|
16418
|
+
const headerContent = "_headerContent_1wbg1_43";
|
|
16419
|
+
const headerRow = "_headerRow_1wbg1_76";
|
|
16420
|
+
const columnCell = "_columnCell_1wbg1_81";
|
|
16421
|
+
const cell = "_cell_1wbg1_81";
|
|
16422
|
+
const table = "_table_1wbg1_23";
|
|
16423
|
+
const row = "_row_1wbg1_93";
|
|
16424
|
+
const checkBoxWrapper = "_checkBoxWrapper_1wbg1_99";
|
|
16425
|
+
const showInHeader = "_showInHeader_1wbg1_103";
|
|
16426
|
+
const selected = "_selected_1wbg1_106";
|
|
16427
|
+
const allSelected = "_allSelected_1wbg1_106";
|
|
16428
|
+
const focused = "_focused_1wbg1_152";
|
|
16429
|
+
const disabled = "_disabled_1wbg1_164";
|
|
16430
|
+
const noBottomBorder = "_noBottomBorder_1wbg1_168";
|
|
16431
|
+
const noRows = "_noRows_1wbg1_196";
|
|
16432
|
+
const pagination = "_pagination_1wbg1_202";
|
|
16433
|
+
const paginationLabel = "_paginationLabel_1wbg1_218";
|
|
16434
|
+
const paginationSelect = "_paginationSelect_1wbg1_223";
|
|
16435
|
+
const paginationButtons = "_paginationButtons_1wbg1_229";
|
|
16436
|
+
const loadingWrapper = "_loadingWrapper_1wbg1_241";
|
|
16437
|
+
const resizer = "_resizer_1wbg1_256";
|
|
16438
|
+
const isResizing = "_isResizing_1wbg1_278";
|
|
16405
16439
|
const styles$7 = {
|
|
16406
16440
|
themeVars: themeVars$7,
|
|
16407
16441
|
wrapper,
|
|
@@ -16421,6 +16455,7 @@
|
|
|
16421
16455
|
allSelected,
|
|
16422
16456
|
focused,
|
|
16423
16457
|
disabled,
|
|
16458
|
+
noBottomBorder,
|
|
16424
16459
|
noRows,
|
|
16425
16460
|
pagination,
|
|
16426
16461
|
paginationLabel,
|
|
@@ -16707,7 +16742,8 @@
|
|
|
16707
16742
|
hideNoDataView = false,
|
|
16708
16743
|
alwaysShowSelectionHeader = false,
|
|
16709
16744
|
registerComponentApi,
|
|
16710
|
-
onSelectionDidChange
|
|
16745
|
+
onSelectionDidChange,
|
|
16746
|
+
noBottomBorder: noBottomBorder2 = false
|
|
16711
16747
|
// cols
|
|
16712
16748
|
}, forwardedRef) => {
|
|
16713
16749
|
var _a, _b, _c, _d;
|
|
@@ -17149,7 +17185,8 @@
|
|
|
17149
17185
|
className: classnames(styles$7.row, {
|
|
17150
17186
|
[styles$7.selected]: row2.getIsSelected(),
|
|
17151
17187
|
[styles$7.focused]: focusedIndex === rowIndex,
|
|
17152
|
-
[styles$7.disabled]: rowDisabledPredicate(row2.original)
|
|
17188
|
+
[styles$7.disabled]: rowDisabledPredicate(row2.original),
|
|
17189
|
+
[styles$7.noBottomBorder]: noBottomBorder2
|
|
17153
17190
|
}),
|
|
17154
17191
|
ref: (el) => {
|
|
17155
17192
|
if (el && estimatedHeightRef.current === null) {
|
|
@@ -17346,6 +17383,11 @@
|
|
|
17346
17383
|
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.",
|
|
17347
17384
|
valueType: "boolean",
|
|
17348
17385
|
defaultValue: false
|
|
17386
|
+
},
|
|
17387
|
+
noBottomBorder: {
|
|
17388
|
+
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.`,
|
|
17389
|
+
valueType: "boolean",
|
|
17390
|
+
defaultValue: false
|
|
17349
17391
|
}
|
|
17350
17392
|
},
|
|
17351
17393
|
events: {
|
|
@@ -17504,7 +17546,8 @@
|
|
|
17504
17546
|
),
|
|
17505
17547
|
alwaysShowSelectionHeader: extractValue.asOptionalBoolean(
|
|
17506
17548
|
node.props.alwaysShowSelectionHeader
|
|
17507
|
-
)
|
|
17549
|
+
),
|
|
17550
|
+
noBottomBorder: extractValue.asOptionalBoolean(node.props.noBottomBorder)
|
|
17508
17551
|
}
|
|
17509
17552
|
)
|
|
17510
17553
|
] });
|
|
@@ -17633,7 +17676,7 @@
|
|
|
17633
17676
|
[`color-${COMP$k}Item--active`]: "$color-primary-500"
|
|
17634
17677
|
}
|
|
17635
17678
|
});
|
|
17636
|
-
const themeVars$5 = `'{"backgroundColor-Tabs": "var(--xmlui-backgroundColor-Tabs)", "borderColor-Tabs": "var(--xmlui-borderColor-Tabs)", "borderWidth-Tabs": "var(--xmlui-borderWidth-Tabs)", "borderColor-active-Tabs": "var(--xmlui-borderColor-active-Tabs)", "backgroundColor-trigger-Tabs": "var(--xmlui-backgroundColor-trigger-Tabs)", "textColor-trigger-Tabs": "var(--xmlui-textColor-trigger-Tabs)", "backgroundColor-trigger-Tabs--hover": "var(--xmlui-backgroundColor-trigger-Tabs--hover)", "backgroundColor-list-Tabs": "var(--xmlui-backgroundColor-list-Tabs)"}'`;
|
|
17679
|
+
const themeVars$5 = `'{"padding-trigger-Tabs": "var(--xmlui-padding-trigger-Tabs)", "paddingHorizontal-trigger-Tabs": "var(--xmlui-paddingHorizontal-trigger-Tabs, var(--xmlui-padding-trigger-Tabs))", "paddingVertical-trigger-Tabs": "var(--xmlui-paddingVertical-trigger-Tabs, var(--xmlui-padding-trigger-Tabs))", "paddingLeft-trigger-Tabs": "var(--xmlui-paddingLeft-trigger-Tabs, var(--xmlui-paddingHorizontal-trigger-Tabs, var(--xmlui-padding-trigger-Tabs)))", "paddingRight-trigger-Tabs": "var(--xmlui-paddingRight-trigger-Tabs, var(--xmlui-paddingHorizontal-trigger-Tabs, var(--xmlui-padding-trigger-Tabs)))", "paddingTop-trigger-Tabs": "var(--xmlui-paddingTop-trigger-Tabs, var(--xmlui-paddingVertical-trigger-Tabs, var(--xmlui-padding-trigger-Tabs)))", "paddingBottom-trigger-Tabs": "var(--xmlui-paddingBottom-trigger-Tabs, var(--xmlui-paddingVertical-trigger-Tabs, var(--xmlui-padding-trigger-Tabs)))", "backgroundColor-Tabs": "var(--xmlui-backgroundColor-Tabs)", "borderColor-Tabs": "var(--xmlui-borderColor-Tabs)", "borderWidth-Tabs": "var(--xmlui-borderWidth-Tabs)", "borderColor-active-Tabs": "var(--xmlui-borderColor-active-Tabs)", "backgroundColor-trigger-Tabs": "var(--xmlui-backgroundColor-trigger-Tabs)", "borderRadius-trigger-Tabs": "var(--xmlui-borderRadius-trigger-Tabs)", "border-trigger-Tabs": "var(--xmlui-border-trigger-Tabs)", "textColor-trigger-Tabs": "var(--xmlui-textColor-trigger-Tabs)", "backgroundColor-trigger-Tabs--hover": "var(--xmlui-backgroundColor-trigger-Tabs--hover)", "backgroundColor-trigger-Tabs--active": "var(--xmlui-backgroundColor-trigger-Tabs--active)", "backgroundColor-list-Tabs": "var(--xmlui-backgroundColor-list-Tabs)", "borderRadius-list-Tabs": "var(--xmlui-borderRadius-list-Tabs)", "border-list-Tabs": "var(--xmlui-border-list-Tabs)"}'`;
|
|
17637
17680
|
const styles$5 = {
|
|
17638
17681
|
themeVars: themeVars$5
|
|
17639
17682
|
};
|
|
@@ -17658,15 +17701,16 @@
|
|
|
17658
17701
|
},
|
|
17659
17702
|
themeVars: parseScssVar(styles$5.themeVars),
|
|
17660
17703
|
defaultThemeVars: {
|
|
17661
|
-
[`backgroundColor-${COMP
|
|
17704
|
+
// [`backgroundColor-${COMP}`]: "transparent",
|
|
17662
17705
|
[`borderStyle-${COMP$j}`]: "solid",
|
|
17663
17706
|
[`borderColor-${COMP$j}`]: "$borderColor",
|
|
17664
17707
|
[`borderColor-active-${COMP$j}`]: "$color-primary",
|
|
17665
17708
|
[`borderWidth-${COMP$j}`]: "2px",
|
|
17666
|
-
[`backgroundColor-trigger-${COMP
|
|
17667
|
-
[`backgroundColor-trigger-${COMP$j}--hover`]: "$color-
|
|
17668
|
-
[`
|
|
17669
|
-
[`
|
|
17709
|
+
// [`backgroundColor-trigger-${COMP}`]: "transparent",
|
|
17710
|
+
[`backgroundColor-trigger-${COMP$j}--hover`]: "$color-surface-100",
|
|
17711
|
+
[`padding-trigger-${COMP$j}`]: "$space-4"
|
|
17712
|
+
// [`backgroundColor-list-${COMP}`]: "$color-primary-50",
|
|
17713
|
+
// [`textColor-trigger-${COMP}`]: "$color-primary-100",
|
|
17670
17714
|
}
|
|
17671
17715
|
});
|
|
17672
17716
|
const COMP$i = "Text";
|
|
@@ -18254,9 +18298,16 @@
|
|
|
18254
18298
|
},
|
|
18255
18299
|
events: {
|
|
18256
18300
|
loaded: d(
|
|
18257
|
-
|
|
18301
|
+
"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."
|
|
18258
18302
|
),
|
|
18259
18303
|
error: d(`This event fires when a request results in an error.`)
|
|
18304
|
+
},
|
|
18305
|
+
apis: {
|
|
18306
|
+
value: d("This property retrieves the data queried from the source after optional transformations."),
|
|
18307
|
+
inProgress: d("This property indicates if the data is being fetched."),
|
|
18308
|
+
isRefetching: d("This property indicates if the data is being re-fetched."),
|
|
18309
|
+
loaded: d("This property indicates if the data has been loaded."),
|
|
18310
|
+
refetch: d("This method requests the re-fetch of the data.")
|
|
18260
18311
|
}
|
|
18261
18312
|
});
|
|
18262
18313
|
var CharacterCodes = /* @__PURE__ */ ((CharacterCodes2) => {
|
|
@@ -21061,8 +21112,7 @@
|
|
|
21061
21112
|
),
|
|
21062
21113
|
enabled: dEnabled(),
|
|
21063
21114
|
optionTemplate: d("This property is used to define a custom option template")
|
|
21064
|
-
}
|
|
21065
|
-
childrenAsTemplate: "optionTemplate"
|
|
21115
|
+
}
|
|
21066
21116
|
});
|
|
21067
21117
|
const OptionNative = React.memo((props) => {
|
|
21068
21118
|
const OptionType = useOptionType();
|