xmlui 0.11.7 → 0.11.8
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/lib/{index-CwYK6iB4.js → index-Sebt9Sqs.js} +979 -946
- package/dist/lib/index.css +1 -1
- package/dist/lib/{initMock-CvmWAkGr.js → initMock-DscB1vh1.js} +1 -1
- package/dist/lib/language-server-web-worker.js +1 -1
- package/dist/lib/language-server.js +1 -1
- package/dist/lib/{server-common-DI3W4cob.js → server-common-aCslEKNy.js} +1 -3
- package/dist/lib/xmlui.js +1 -1
- package/dist/metadata/{collectedComponentMetadata-CSFNLstl.js → collectedComponentMetadata-CTUU7sdt.js} +805 -772
- package/dist/metadata/{initMock-CyTd5aE8.js → initMock-yTa1A5M3.js} +1 -1
- package/dist/metadata/xmlui-metadata.css +1 -1
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +3 -3
- package/dist/standalone/xmlui-standalone.umd.js +35 -35
- package/package.json +2 -2
|
@@ -501,13 +501,13 @@ const styles$1j = {
|
|
|
501
501
|
fullScreenSpinnerWrapper
|
|
502
502
|
};
|
|
503
503
|
const PART_RING = "ring";
|
|
504
|
-
const defaultProps$
|
|
504
|
+
const defaultProps$1i = {
|
|
505
505
|
delay: 400,
|
|
506
506
|
fullScreen: false
|
|
507
507
|
};
|
|
508
508
|
const Spinner = forwardRef(function Spinner2({
|
|
509
|
-
delay: delay2 = defaultProps$
|
|
510
|
-
fullScreen: fullScreen2 = defaultProps$
|
|
509
|
+
delay: delay2 = defaultProps$1i.delay,
|
|
510
|
+
fullScreen: fullScreen2 = defaultProps$1i.fullScreen,
|
|
511
511
|
style: style2,
|
|
512
512
|
className,
|
|
513
513
|
...rest
|
|
@@ -573,7 +573,7 @@ const PART_LABELED_ITEM = "labeledItem";
|
|
|
573
573
|
const PART_INPUT = "input";
|
|
574
574
|
const PART_START_ADORNMENT = "startAdornment";
|
|
575
575
|
const PART_END_ADORNMENT = "endAdornment";
|
|
576
|
-
const defaultProps$
|
|
576
|
+
const defaultProps$1h = {
|
|
577
577
|
labelBreak: true
|
|
578
578
|
};
|
|
579
579
|
const numberRegex = /^[0-9]+$/;
|
|
@@ -583,7 +583,7 @@ const ItemWithLabel = forwardRef(function ItemWithLabel2({
|
|
|
583
583
|
style: style2 = {},
|
|
584
584
|
className,
|
|
585
585
|
label: label2,
|
|
586
|
-
labelBreak: labelBreak2 = defaultProps$
|
|
586
|
+
labelBreak: labelBreak2 = defaultProps$1h.labelBreak,
|
|
587
587
|
labelWidth,
|
|
588
588
|
enabled: enabled2 = true,
|
|
589
589
|
required: required2 = false,
|
|
@@ -2920,7 +2920,7 @@ function useFindIconRenderer(name, fallback) {
|
|
|
2920
2920
|
return { iconRenderer: null, iconName: null };
|
|
2921
2921
|
}
|
|
2922
2922
|
const VisuallyHidden = ({ children, ...props }) => /* @__PURE__ */ jsx(VisuallyHidden$2, { ...props, children });
|
|
2923
|
-
const defaultProps$
|
|
2923
|
+
const defaultProps$1g = {
|
|
2924
2924
|
type: "button",
|
|
2925
2925
|
iconPosition: "start",
|
|
2926
2926
|
contentPosition: "center",
|
|
@@ -2932,14 +2932,14 @@ const defaultProps$1f = {
|
|
|
2932
2932
|
};
|
|
2933
2933
|
const Button = React__default.forwardRef(function Button2({
|
|
2934
2934
|
id,
|
|
2935
|
-
type = defaultProps$
|
|
2935
|
+
type = defaultProps$1g.type,
|
|
2936
2936
|
icon: icon2,
|
|
2937
|
-
iconPosition = defaultProps$
|
|
2938
|
-
contentPosition = defaultProps$
|
|
2939
|
-
orientation = defaultProps$
|
|
2940
|
-
variant = defaultProps$
|
|
2941
|
-
themeColor = defaultProps$
|
|
2942
|
-
size = defaultProps$
|
|
2937
|
+
iconPosition = defaultProps$1g.iconPosition,
|
|
2938
|
+
contentPosition = defaultProps$1g.contentPosition,
|
|
2939
|
+
orientation = defaultProps$1g.orientation,
|
|
2940
|
+
variant = defaultProps$1g.variant,
|
|
2941
|
+
themeColor = defaultProps$1g.themeColor,
|
|
2942
|
+
size = defaultProps$1g.size,
|
|
2943
2943
|
disabled: disabled2,
|
|
2944
2944
|
children,
|
|
2945
2945
|
formId,
|
|
@@ -2949,7 +2949,7 @@ const Button = React__default.forwardRef(function Button2({
|
|
|
2949
2949
|
style: style2,
|
|
2950
2950
|
gap,
|
|
2951
2951
|
className,
|
|
2952
|
-
autoFocus = defaultProps$
|
|
2952
|
+
autoFocus = defaultProps$1g.autoFocus,
|
|
2953
2953
|
contextualLabel,
|
|
2954
2954
|
...rest
|
|
2955
2955
|
}, ref) {
|
|
@@ -2964,7 +2964,7 @@ const Button = React__default.forwardRef(function Button2({
|
|
|
2964
2964
|
}, [autoFocus]);
|
|
2965
2965
|
const iconToLeft = iconPosition === "start";
|
|
2966
2966
|
if (!isSizeType(size)) {
|
|
2967
|
-
size = defaultProps$
|
|
2967
|
+
size = defaultProps$1g.size;
|
|
2968
2968
|
}
|
|
2969
2969
|
return /* @__PURE__ */ jsxs(
|
|
2970
2970
|
"button",
|
|
@@ -3019,7 +3019,7 @@ const IconLabel = ({ icon: icon2, accessibleName = "" }) => {
|
|
|
3019
3019
|
function hasRenderableChildren(children) {
|
|
3020
3020
|
return !!children?.some((child) => child?.type !== "Slot");
|
|
3021
3021
|
}
|
|
3022
|
-
const COMP$
|
|
3022
|
+
const COMP$1x = "Button";
|
|
3023
3023
|
const ButtonMd = createMetadata({
|
|
3024
3024
|
status: "stable",
|
|
3025
3025
|
description: "`Button` is the primary interactive component for triggering actions like form submissions, navigation, opening modals, and API calls. It supports multiple visual styles and sizes to match different UI contexts and importance levels.",
|
|
@@ -3028,133 +3028,133 @@ const ButtonMd = createMetadata({
|
|
|
3028
3028
|
description: "Indicates if the button should receive focus when the page loads.",
|
|
3029
3029
|
isRequired: false,
|
|
3030
3030
|
type: "boolean",
|
|
3031
|
-
defaultValue: defaultProps$
|
|
3031
|
+
defaultValue: defaultProps$1g.autoFocus
|
|
3032
3032
|
},
|
|
3033
3033
|
variant: {
|
|
3034
3034
|
description: "The button variant determines the level of emphasis the button should possess.",
|
|
3035
3035
|
isRequired: false,
|
|
3036
3036
|
type: "string",
|
|
3037
3037
|
availableValues: buttonVariantMd,
|
|
3038
|
-
defaultValue: defaultProps$
|
|
3038
|
+
defaultValue: defaultProps$1g.variant
|
|
3039
3039
|
},
|
|
3040
3040
|
themeColor: {
|
|
3041
3041
|
description: "Sets the button color scheme defined in the application theme.",
|
|
3042
3042
|
isRequired: false,
|
|
3043
3043
|
type: "string",
|
|
3044
3044
|
availableValues: buttonThemeMd,
|
|
3045
|
-
defaultValue: defaultProps$
|
|
3045
|
+
defaultValue: defaultProps$1g.themeColor
|
|
3046
3046
|
},
|
|
3047
3047
|
size: {
|
|
3048
3048
|
description: "Sets the size of the button.",
|
|
3049
3049
|
isRequired: false,
|
|
3050
3050
|
type: "string",
|
|
3051
3051
|
availableValues: sizeMd,
|
|
3052
|
-
defaultValue: defaultProps$
|
|
3052
|
+
defaultValue: defaultProps$1g.size
|
|
3053
3053
|
},
|
|
3054
3054
|
label: {
|
|
3055
|
-
description: `This property is an optional string to set a label for the ${COMP$
|
|
3055
|
+
description: `This property is an optional string to set a label for the ${COMP$1x}. If no label is specified and an icon is set, the ${COMP$1x} will modify its styling to look like a small icon button. When the ${COMP$1x} has nested children, it will display them and ignore the value of the \`label\` prop.`,
|
|
3056
3056
|
type: "string"
|
|
3057
3057
|
},
|
|
3058
3058
|
type: {
|
|
3059
|
-
description: `This optional string describes how the ${COMP$
|
|
3059
|
+
description: `This optional string describes how the ${COMP$1x} appears in an HTML context. You rarely need to set this property explicitly.`,
|
|
3060
3060
|
availableValues: buttonTypesMd,
|
|
3061
3061
|
valueType: "string",
|
|
3062
|
-
defaultValue: defaultProps$
|
|
3062
|
+
defaultValue: defaultProps$1g.type
|
|
3063
3063
|
},
|
|
3064
3064
|
enabled: {
|
|
3065
3065
|
description: `The value of this property indicates whether the button accepts actions (\`true\`) or does not react to them (\`false\`).`,
|
|
3066
3066
|
type: "boolean",
|
|
3067
3067
|
defaultValue: true
|
|
3068
3068
|
},
|
|
3069
|
-
orientation: dOrientation(defaultProps$
|
|
3069
|
+
orientation: dOrientation(defaultProps$1g.orientation),
|
|
3070
3070
|
icon: {
|
|
3071
|
-
description: `This string value denotes an icon name. The framework will render an icon if XMLUI recognizes the icon by its name. If no label is specified and an icon is set, the ${COMP$
|
|
3071
|
+
description: `This string value denotes an icon name. The framework will render an icon if XMLUI recognizes the icon by its name. If no label is specified and an icon is set, the ${COMP$1x} displays only that icon.`,
|
|
3072
3072
|
type: "string"
|
|
3073
3073
|
},
|
|
3074
3074
|
iconPosition: {
|
|
3075
|
-
description: `This optional string determines the location of the icon in the ${COMP$
|
|
3075
|
+
description: `This optional string determines the location of the icon in the ${COMP$1x}.`,
|
|
3076
3076
|
availableValues: iconPositionMd,
|
|
3077
3077
|
type: "string",
|
|
3078
|
-
defaultValue: defaultProps$
|
|
3078
|
+
defaultValue: defaultProps$1g.iconPosition
|
|
3079
3079
|
},
|
|
3080
3080
|
contentPosition: {
|
|
3081
|
-
description: `This optional value determines how the label and icon (or nested children) should be placedinside the ${COMP$
|
|
3081
|
+
description: `This optional value determines how the label and icon (or nested children) should be placedinside the ${COMP$1x} component.`,
|
|
3082
3082
|
availableValues: alignmentOptionMd,
|
|
3083
3083
|
type: "string",
|
|
3084
|
-
defaultValue: defaultProps$
|
|
3084
|
+
defaultValue: defaultProps$1g.contentPosition
|
|
3085
3085
|
},
|
|
3086
3086
|
contextualLabel: {
|
|
3087
|
-
description: `This optional value is used to provide an accessible name for the ${COMP$
|
|
3087
|
+
description: `This optional value is used to provide an accessible name for the ${COMP$1x} in the context of its usage.`,
|
|
3088
3088
|
type: "string"
|
|
3089
3089
|
}
|
|
3090
3090
|
},
|
|
3091
3091
|
events: {
|
|
3092
|
-
click: dClick(COMP$
|
|
3093
|
-
gotFocus: dGotFocus(COMP$
|
|
3094
|
-
lostFocus: dLostFocus(COMP$
|
|
3092
|
+
click: dClick(COMP$1x),
|
|
3093
|
+
gotFocus: dGotFocus(COMP$1x),
|
|
3094
|
+
lostFocus: dLostFocus(COMP$1x)
|
|
3095
3095
|
},
|
|
3096
3096
|
themeVars: parseScssVar(styles$1l.themeVars),
|
|
3097
3097
|
defaultThemeVars: {
|
|
3098
3098
|
// --- Default styles for supporting "variant" behavior
|
|
3099
|
-
[`padding-${COMP$
|
|
3100
|
-
[`gap-${COMP$
|
|
3101
|
-
[`borderColor-${COMP$
|
|
3102
|
-
[`backgroundColor-${COMP$
|
|
3103
|
-
[`transition-${COMP$
|
|
3104
|
-
[`width-${COMP$
|
|
3105
|
-
[`height-${COMP$
|
|
3106
|
-
[`borderRadius-${COMP$
|
|
3107
|
-
[`fontSize-${COMP$
|
|
3108
|
-
[`fontWeight-${COMP$
|
|
3109
|
-
[`fontStyle-${COMP$
|
|
3110
|
-
[`backgroundColor-${COMP$
|
|
3111
|
-
[`backgroundColor-${COMP$
|
|
3112
|
-
[`borderColor-${COMP$
|
|
3113
|
-
[`backgroundColor-${COMP$
|
|
3114
|
-
[`borderColor-${COMP$
|
|
3115
|
-
[`borderStyle-${COMP$
|
|
3116
|
-
[`textColor-${COMP$
|
|
3117
|
-
[`outlineColor-${COMP$
|
|
3118
|
-
[`borderWidth-${COMP$
|
|
3119
|
-
[`outlineWidth-${COMP$
|
|
3120
|
-
[`outlineStyle-${COMP$
|
|
3121
|
-
[`outlineOffset-${COMP$
|
|
3122
|
-
[`paddingHorizontal-${COMP$
|
|
3123
|
-
[`paddingVertical-${COMP$
|
|
3124
|
-
[`paddingHorizontal-${COMP$
|
|
3125
|
-
[`paddingVertical-${COMP$
|
|
3126
|
-
[`paddingHorizontal-${COMP$
|
|
3127
|
-
[`paddingVertical-${COMP$
|
|
3128
|
-
[`paddingHorizontal-${COMP$
|
|
3129
|
-
[`paddingVertical-${COMP$
|
|
3130
|
-
[`textColor-${COMP$
|
|
3131
|
-
[`textColor-${COMP$
|
|
3132
|
-
[`borderColor-${COMP$
|
|
3133
|
-
[`backgroundColor-${COMP$
|
|
3134
|
-
[`backgroundColor-${COMP$
|
|
3135
|
-
[`backgroundColor-${COMP$
|
|
3136
|
-
[`backgroundColor-${COMP$
|
|
3137
|
-
[`borderColor-${COMP$
|
|
3138
|
-
[`borderColor-${COMP$
|
|
3139
|
-
[`textColor-${COMP$
|
|
3140
|
-
[`textColor-${COMP$
|
|
3141
|
-
[`textColor-${COMP$
|
|
3142
|
-
[`backgroundColor-${COMP$
|
|
3143
|
-
[`backgroundColor-${COMP$
|
|
3144
|
-
[`borderColor-${COMP$
|
|
3145
|
-
[`backgroundColor-${COMP$
|
|
3146
|
-
[`backgroundColor-${COMP$
|
|
3147
|
-
[`backgroundColor-${COMP$
|
|
3148
|
-
[`backgroundColor-${COMP$
|
|
3149
|
-
[`backgroundColor-${COMP$
|
|
3150
|
-
[`backgroundColor-${COMP$
|
|
3151
|
-
[`backgroundColor-${COMP$
|
|
3152
|
-
[`backgroundColor-${COMP$
|
|
3153
|
-
[`backgroundColor-${COMP$
|
|
3154
|
-
[`backgroundColor-${COMP$
|
|
3155
|
-
[`backgroundColor-${COMP$
|
|
3156
|
-
[`backgroundColor-${COMP$
|
|
3157
|
-
[`backgroundColor-${COMP$
|
|
3099
|
+
[`padding-${COMP$1x}`]: "$space-2 $space-4",
|
|
3100
|
+
[`gap-${COMP$1x}`]: "$space-2",
|
|
3101
|
+
[`borderColor-${COMP$1x}`]: "transparent",
|
|
3102
|
+
[`backgroundColor-${COMP$1x}`]: "transparent",
|
|
3103
|
+
[`transition-${COMP$1x}`]: "color 0.2s, background 0.2s",
|
|
3104
|
+
[`width-${COMP$1x}`]: "fit-content",
|
|
3105
|
+
[`height-${COMP$1x}`]: "fit-content",
|
|
3106
|
+
[`borderRadius-${COMP$1x}`]: "$borderRadius",
|
|
3107
|
+
[`fontSize-${COMP$1x}`]: "$fontSize-sm",
|
|
3108
|
+
[`fontWeight-${COMP$1x}`]: "$fontWeight-medium",
|
|
3109
|
+
[`fontStyle-${COMP$1x}`]: "$fontStyle-normal",
|
|
3110
|
+
[`backgroundColor-${COMP$1x}-primary`]: "$color-primary-500",
|
|
3111
|
+
[`backgroundColor-${COMP$1x}-attention`]: "$backgroundColor-attention",
|
|
3112
|
+
[`borderColor-${COMP$1x}-attention`]: "$color-attention",
|
|
3113
|
+
[`backgroundColor-${COMP$1x}--disabled`]: "$backgroundColor--disabled",
|
|
3114
|
+
[`borderColor-${COMP$1x}--disabled`]: "$borderColor--disabled",
|
|
3115
|
+
[`borderStyle-${COMP$1x}`]: "solid",
|
|
3116
|
+
[`textColor-${COMP$1x}--disabled`]: "$textColor--disabled",
|
|
3117
|
+
[`outlineColor-${COMP$1x}--focus`]: "$outlineColor--focus",
|
|
3118
|
+
[`borderWidth-${COMP$1x}`]: "1px",
|
|
3119
|
+
[`outlineWidth-${COMP$1x}--focus`]: "$outlineWidth--focus",
|
|
3120
|
+
[`outlineStyle-${COMP$1x}--focus`]: "$outlineStyle--focus",
|
|
3121
|
+
[`outlineOffset-${COMP$1x}--focus`]: "$outlineOffset--focus",
|
|
3122
|
+
[`paddingHorizontal-${COMP$1x}-xs`]: "$space-1",
|
|
3123
|
+
[`paddingVertical-${COMP$1x}-xs`]: "$space-0_5",
|
|
3124
|
+
[`paddingHorizontal-${COMP$1x}-sm`]: "$space-4",
|
|
3125
|
+
[`paddingVertical-${COMP$1x}-sm`]: "$space-2",
|
|
3126
|
+
[`paddingHorizontal-${COMP$1x}-md`]: "$space-4",
|
|
3127
|
+
[`paddingVertical-${COMP$1x}-md`]: "$space-3",
|
|
3128
|
+
[`paddingHorizontal-${COMP$1x}-lg`]: "$space-5",
|
|
3129
|
+
[`paddingVertical-${COMP$1x}-lg`]: "$space-4",
|
|
3130
|
+
[`textColor-${COMP$1x}`]: "$color-surface-950",
|
|
3131
|
+
[`textColor-${COMP$1x}-solid`]: "$const-color-surface-50",
|
|
3132
|
+
[`borderColor-${COMP$1x}-primary`]: "$color-primary-500",
|
|
3133
|
+
[`backgroundColor-${COMP$1x}-primary--hover`]: "$color-primary-400",
|
|
3134
|
+
[`backgroundColor-${COMP$1x}-primary--active`]: "$color-primary-500",
|
|
3135
|
+
[`backgroundColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-50",
|
|
3136
|
+
[`backgroundColor-${COMP$1x}-primary-outlined--active`]: "$color-primary-100",
|
|
3137
|
+
[`borderColor-${COMP$1x}-primary-outlined`]: "$color-primary-600",
|
|
3138
|
+
[`borderColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-500",
|
|
3139
|
+
[`textColor-${COMP$1x}-primary-outlined`]: "$color-primary-900",
|
|
3140
|
+
[`textColor-${COMP$1x}-primary-outlined--hover`]: "$color-primary-950",
|
|
3141
|
+
[`textColor-${COMP$1x}-primary-outlined--active`]: "$color-primary-900",
|
|
3142
|
+
[`backgroundColor-${COMP$1x}-primary-ghost--hover`]: "$color-primary-50",
|
|
3143
|
+
[`backgroundColor-${COMP$1x}-primary-ghost--active`]: "$color-primary-100",
|
|
3144
|
+
[`borderColor-${COMP$1x}-secondary`]: "$color-secondary-100",
|
|
3145
|
+
[`backgroundColor-${COMP$1x}-secondary`]: "$color-secondary-500",
|
|
3146
|
+
[`backgroundColor-${COMP$1x}-secondary--hover`]: "$color-secondary-400",
|
|
3147
|
+
[`backgroundColor-${COMP$1x}-secondary--active`]: "$color-secondary-500",
|
|
3148
|
+
[`backgroundColor-${COMP$1x}-secondary-outlined--hover`]: "$color-secondary-50",
|
|
3149
|
+
[`backgroundColor-${COMP$1x}-secondary-outlined--active`]: "$color-secondary-100",
|
|
3150
|
+
[`backgroundColor-${COMP$1x}-secondary-ghost--hover`]: "$color-secondary-100",
|
|
3151
|
+
[`backgroundColor-${COMP$1x}-secondary-ghost--active`]: "$color-secondary-100",
|
|
3152
|
+
[`backgroundColor-${COMP$1x}-attention--hover`]: "$color-danger-400",
|
|
3153
|
+
[`backgroundColor-${COMP$1x}-attention--active`]: "$color-danger-500",
|
|
3154
|
+
[`backgroundColor-${COMP$1x}-attention-outlined--hover`]: "$color-danger-50",
|
|
3155
|
+
[`backgroundColor-${COMP$1x}-attention-outlined--active`]: "$color-danger-100",
|
|
3156
|
+
[`backgroundColor-${COMP$1x}-attention-ghost--hover`]: "$color-danger-50",
|
|
3157
|
+
[`backgroundColor-${COMP$1x}-attention-ghost--active`]: "$color-danger-100"
|
|
3158
3158
|
}
|
|
3159
3159
|
});
|
|
3160
3160
|
const buttonComponentRenderer = createComponentRenderer(
|
|
@@ -3294,7 +3294,7 @@ function useContentAlignment(orientation, horizontal2, vertical2) {
|
|
|
3294
3294
|
}, [orientation, horizontal2, vertical2]);
|
|
3295
3295
|
}
|
|
3296
3296
|
const DEFAULT_ORIENTATION$1 = "vertical";
|
|
3297
|
-
const defaultProps$
|
|
3297
|
+
const defaultProps$1f = {
|
|
3298
3298
|
orientation: DEFAULT_ORIENTATION$1,
|
|
3299
3299
|
reverse: false,
|
|
3300
3300
|
hoverContainer: false,
|
|
@@ -3303,13 +3303,13 @@ const defaultProps$1e = {
|
|
|
3303
3303
|
const Stack = forwardRef(function Stack2({
|
|
3304
3304
|
uid,
|
|
3305
3305
|
children,
|
|
3306
|
-
orientation = defaultProps$
|
|
3306
|
+
orientation = defaultProps$1f.orientation,
|
|
3307
3307
|
horizontalAlignment,
|
|
3308
3308
|
verticalAlignment,
|
|
3309
3309
|
style: style2,
|
|
3310
|
-
reverse: reverse2 = defaultProps$
|
|
3311
|
-
hoverContainer: hoverContainer2 = defaultProps$
|
|
3312
|
-
visibleOnHover: visibleOnHover2 = defaultProps$
|
|
3310
|
+
reverse: reverse2 = defaultProps$1f.reverse,
|
|
3311
|
+
hoverContainer: hoverContainer2 = defaultProps$1f.hoverContainer,
|
|
3312
|
+
visibleOnHover: visibleOnHover2 = defaultProps$1f.visibleOnHover,
|
|
3313
3313
|
onClick,
|
|
3314
3314
|
onMount,
|
|
3315
3315
|
className,
|
|
@@ -3346,7 +3346,7 @@ const Stack = forwardRef(function Stack2({
|
|
|
3346
3346
|
}
|
|
3347
3347
|
);
|
|
3348
3348
|
});
|
|
3349
|
-
const COMP$
|
|
3349
|
+
const COMP$1w = "Stack";
|
|
3350
3350
|
const HORIZONTAL_ALIGNMENT = {
|
|
3351
3351
|
description: "Manages the horizontal content alignment for each child element in the Stack.",
|
|
3352
3352
|
availableValues: alignmentOptionValues,
|
|
@@ -3371,7 +3371,7 @@ const stackMd = createMetadata({
|
|
|
3371
3371
|
reverse: {
|
|
3372
3372
|
description: "Optional boolean property to reverse the order of child elements.",
|
|
3373
3373
|
valueType: "boolean",
|
|
3374
|
-
defaultValue: defaultProps$
|
|
3374
|
+
defaultValue: defaultProps$1f.reverse
|
|
3375
3375
|
},
|
|
3376
3376
|
wrapContent: {
|
|
3377
3377
|
description: "Optional boolean which wraps the content if set to true and the available space is not big enough. Works only with horizontal orientations.",
|
|
@@ -3382,21 +3382,21 @@ const stackMd = createMetadata({
|
|
|
3382
3382
|
description: "An optional property that governs the Stack's orientation (whether the Stack lays out its children in a row or a column).",
|
|
3383
3383
|
availableValues: ["horizontal", "vertical"],
|
|
3384
3384
|
valueType: "string",
|
|
3385
|
-
defaultValue: defaultProps$
|
|
3385
|
+
defaultValue: defaultProps$1f.orientation
|
|
3386
3386
|
},
|
|
3387
3387
|
horizontalAlignment: HORIZONTAL_ALIGNMENT,
|
|
3388
3388
|
verticalAlignment: VERTICAL_ALIGNMENT,
|
|
3389
3389
|
hoverContainer: {
|
|
3390
3390
|
...dInternal("Reserved for future use"),
|
|
3391
|
-
defaultValue: defaultProps$
|
|
3391
|
+
defaultValue: defaultProps$1f.hoverContainer
|
|
3392
3392
|
},
|
|
3393
3393
|
visibleOnHover: {
|
|
3394
3394
|
...dInternal("Reserved for future use"),
|
|
3395
|
-
defaultValue: defaultProps$
|
|
3395
|
+
defaultValue: defaultProps$1f.visibleOnHover
|
|
3396
3396
|
}
|
|
3397
3397
|
},
|
|
3398
3398
|
events: {
|
|
3399
|
-
click: dClick(COMP$
|
|
3399
|
+
click: dClick(COMP$1w),
|
|
3400
3400
|
mounted: dInternal("Reserved for future use")
|
|
3401
3401
|
},
|
|
3402
3402
|
themeVars: parseScssVar(styles$1h.themeVars)
|
|
@@ -3409,7 +3409,7 @@ const StackMd = {
|
|
|
3409
3409
|
};
|
|
3410
3410
|
const VStackMd = {
|
|
3411
3411
|
...StackMd,
|
|
3412
|
-
specializedFrom: COMP$
|
|
3412
|
+
specializedFrom: COMP$1w,
|
|
3413
3413
|
description: `This component represents a stack rendering its contents vertically.`,
|
|
3414
3414
|
props: {
|
|
3415
3415
|
...stackMd.props
|
|
@@ -3417,7 +3417,7 @@ const VStackMd = {
|
|
|
3417
3417
|
};
|
|
3418
3418
|
const HStackMd = {
|
|
3419
3419
|
...StackMd,
|
|
3420
|
-
specializedFrom: COMP$
|
|
3420
|
+
specializedFrom: COMP$1w,
|
|
3421
3421
|
description: `This component represents a stack rendering its contents horizontally.`,
|
|
3422
3422
|
props: {
|
|
3423
3423
|
...stackMd.props
|
|
@@ -3425,12 +3425,12 @@ const HStackMd = {
|
|
|
3425
3425
|
};
|
|
3426
3426
|
const CVStackMd = {
|
|
3427
3427
|
...StackMd,
|
|
3428
|
-
specializedFrom: COMP$
|
|
3428
|
+
specializedFrom: COMP$1w,
|
|
3429
3429
|
description: `This component represents a stack that renders its contents vertically and aligns that in the center along both axes.`
|
|
3430
3430
|
};
|
|
3431
3431
|
const CHStackMd = {
|
|
3432
3432
|
...StackMd,
|
|
3433
|
-
specializedFrom: COMP$
|
|
3433
|
+
specializedFrom: COMP$1w,
|
|
3434
3434
|
description: `This component represents a stack that renders its contents horizontally and aligns that in the center along both axes.`
|
|
3435
3435
|
};
|
|
3436
3436
|
function renderStack({
|
|
@@ -3465,7 +3465,7 @@ function renderStack({
|
|
|
3465
3465
|
);
|
|
3466
3466
|
}
|
|
3467
3467
|
const stackComponentRenderer = createComponentRenderer(
|
|
3468
|
-
COMP$
|
|
3468
|
+
COMP$1w,
|
|
3469
3469
|
StackMd,
|
|
3470
3470
|
({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler }) => {
|
|
3471
3471
|
const orientation = extractValue(node.props?.orientation) || DEFAULT_ORIENTATION$1;
|
|
@@ -4302,7 +4302,7 @@ function setCustomVariantCache(variant, entry) {
|
|
|
4302
4302
|
function hasCustomVariantCache(variant) {
|
|
4303
4303
|
return customVariantCache.has(variant);
|
|
4304
4304
|
}
|
|
4305
|
-
const defaultProps$
|
|
4305
|
+
const defaultProps$1e = {
|
|
4306
4306
|
maxLines: 0,
|
|
4307
4307
|
preserveLinebreaks: false,
|
|
4308
4308
|
ellipses: true,
|
|
@@ -4312,14 +4312,14 @@ const defaultProps$1d = {
|
|
|
4312
4312
|
const Text = forwardRef(function Text2({
|
|
4313
4313
|
uid,
|
|
4314
4314
|
variant,
|
|
4315
|
-
maxLines = defaultProps$
|
|
4315
|
+
maxLines = defaultProps$1e.maxLines,
|
|
4316
4316
|
style: style2,
|
|
4317
4317
|
className,
|
|
4318
4318
|
children,
|
|
4319
|
-
preserveLinebreaks: preserveLinebreaks2 = defaultProps$
|
|
4320
|
-
ellipses = defaultProps$
|
|
4321
|
-
overflowMode = defaultProps$
|
|
4322
|
-
breakMode = defaultProps$
|
|
4319
|
+
preserveLinebreaks: preserveLinebreaks2 = defaultProps$1e.preserveLinebreaks,
|
|
4320
|
+
ellipses = defaultProps$1e.ellipses,
|
|
4321
|
+
overflowMode = defaultProps$1e.overflowMode,
|
|
4322
|
+
breakMode = defaultProps$1e.breakMode,
|
|
4323
4323
|
registerComponentApi,
|
|
4324
4324
|
...variantSpecificProps
|
|
4325
4325
|
}, forwardedRef) {
|
|
@@ -4484,7 +4484,7 @@ function Adornment({ iconName, text: text2, className, onClick, ...rest }) {
|
|
|
4484
4484
|
}
|
|
4485
4485
|
) : null });
|
|
4486
4486
|
}
|
|
4487
|
-
const defaultProps$
|
|
4487
|
+
const defaultProps$1d = {
|
|
4488
4488
|
type: "text",
|
|
4489
4489
|
value: "",
|
|
4490
4490
|
initialValue: "",
|
|
@@ -4500,20 +4500,20 @@ const defaultProps$1c = {
|
|
|
4500
4500
|
};
|
|
4501
4501
|
const TextBox = forwardRef(function TextBox2({
|
|
4502
4502
|
id,
|
|
4503
|
-
type = defaultProps$
|
|
4504
|
-
value = defaultProps$
|
|
4505
|
-
updateState = defaultProps$
|
|
4506
|
-
initialValue = defaultProps$
|
|
4503
|
+
type = defaultProps$1d.type,
|
|
4504
|
+
value = defaultProps$1d.value,
|
|
4505
|
+
updateState = defaultProps$1d.updateState,
|
|
4506
|
+
initialValue = defaultProps$1d.initialValue,
|
|
4507
4507
|
style: style2,
|
|
4508
4508
|
className,
|
|
4509
4509
|
maxLength,
|
|
4510
|
-
enabled: enabled2 = defaultProps$
|
|
4510
|
+
enabled: enabled2 = defaultProps$1d.enabled,
|
|
4511
4511
|
placeholder: placeholder2,
|
|
4512
|
-
validationStatus = defaultProps$
|
|
4513
|
-
onDidChange = defaultProps$
|
|
4514
|
-
onFocus = defaultProps$
|
|
4515
|
-
onBlur = defaultProps$
|
|
4516
|
-
onKeyDown = defaultProps$
|
|
4512
|
+
validationStatus = defaultProps$1d.validationStatus,
|
|
4513
|
+
onDidChange = defaultProps$1d.onDidChange,
|
|
4514
|
+
onFocus = defaultProps$1d.onFocus,
|
|
4515
|
+
onBlur = defaultProps$1d.onBlur,
|
|
4516
|
+
onKeyDown = defaultProps$1d.onKeyDown,
|
|
4517
4517
|
registerComponentApi,
|
|
4518
4518
|
startText,
|
|
4519
4519
|
startIcon,
|
|
@@ -4525,8 +4525,8 @@ const TextBox = forwardRef(function TextBox2({
|
|
|
4525
4525
|
tabIndex,
|
|
4526
4526
|
required: required2,
|
|
4527
4527
|
showPasswordToggle,
|
|
4528
|
-
passwordVisibleIcon = defaultProps$
|
|
4529
|
-
passwordHiddenIcon = defaultProps$
|
|
4528
|
+
passwordVisibleIcon = defaultProps$1d.passwordVisibleIcon,
|
|
4529
|
+
passwordHiddenIcon = defaultProps$1d.passwordHiddenIcon,
|
|
4530
4530
|
...rest
|
|
4531
4531
|
}, ref) {
|
|
4532
4532
|
const inputRef = useRef(null);
|
|
@@ -4651,7 +4651,7 @@ const TextBox = forwardRef(function TextBox2({
|
|
|
4651
4651
|
}
|
|
4652
4652
|
);
|
|
4653
4653
|
});
|
|
4654
|
-
const COMP$
|
|
4654
|
+
const COMP$1v = "TextBox";
|
|
4655
4655
|
const TextBoxMd = createMetadata({
|
|
4656
4656
|
status: "stable",
|
|
4657
4657
|
description: "`TextBox` captures user text input for forms, search fields, and data entry with support for validation, icons, and formatting hints.",
|
|
@@ -4674,7 +4674,7 @@ const TextBoxMd = createMetadata({
|
|
|
4674
4674
|
placeholder: dPlaceholder(),
|
|
4675
4675
|
initialValue: {
|
|
4676
4676
|
...dInitialValue(),
|
|
4677
|
-
defaultValue: defaultProps$
|
|
4677
|
+
defaultValue: defaultProps$1d.initialValue
|
|
4678
4678
|
},
|
|
4679
4679
|
maxLength: dMaxLength(),
|
|
4680
4680
|
autoFocus: dAutoFocus(),
|
|
@@ -4682,11 +4682,11 @@ const TextBoxMd = createMetadata({
|
|
|
4682
4682
|
readOnly: dReadonly(),
|
|
4683
4683
|
enabled: {
|
|
4684
4684
|
...dEnabled(),
|
|
4685
|
-
defaultValue: defaultProps$
|
|
4685
|
+
defaultValue: defaultProps$1d.enabled
|
|
4686
4686
|
},
|
|
4687
4687
|
validationStatus: {
|
|
4688
4688
|
...dValidationStatus(),
|
|
4689
|
-
defaultValue: defaultProps$
|
|
4689
|
+
defaultValue: defaultProps$1d.validationStatus
|
|
4690
4690
|
},
|
|
4691
4691
|
startText: dStartText(),
|
|
4692
4692
|
startIcon: dStartIcon(),
|
|
@@ -4711,13 +4711,13 @@ const TextBoxMd = createMetadata({
|
|
|
4711
4711
|
}
|
|
4712
4712
|
},
|
|
4713
4713
|
events: {
|
|
4714
|
-
gotFocus: dGotFocus(COMP$
|
|
4715
|
-
lostFocus: dLostFocus(COMP$
|
|
4716
|
-
didChange: dDidChange(COMP$
|
|
4714
|
+
gotFocus: dGotFocus(COMP$1v),
|
|
4715
|
+
lostFocus: dLostFocus(COMP$1v),
|
|
4716
|
+
didChange: dDidChange(COMP$1v)
|
|
4717
4717
|
},
|
|
4718
4718
|
apis: {
|
|
4719
4719
|
focus: {
|
|
4720
|
-
description: `This method sets the focus on the \`${COMP$
|
|
4720
|
+
description: `This method sets the focus on the \`${COMP$1v}\` component.`,
|
|
4721
4721
|
signature: "focus(): void"
|
|
4722
4722
|
},
|
|
4723
4723
|
value: {
|
|
@@ -4725,7 +4725,7 @@ const TextBoxMd = createMetadata({
|
|
|
4725
4725
|
signature: "get value(): string | undefined"
|
|
4726
4726
|
},
|
|
4727
4727
|
setValue: {
|
|
4728
|
-
description: `This API sets the value of the \`${COMP$
|
|
4728
|
+
description: `This API sets the value of the \`${COMP$1v}\`. You can use it to programmatically change the value.`,
|
|
4729
4729
|
signature: "setValue(value: string): void",
|
|
4730
4730
|
parameters: {
|
|
4731
4731
|
value: "The new value to set. If the value is empty, it will clear the input."
|
|
@@ -4740,8 +4740,8 @@ const TextBoxMd = createMetadata({
|
|
|
4740
4740
|
"backgroundColor-Input--disabled": "$backgroundColor--disabled",
|
|
4741
4741
|
"borderWidth-Input": "1px",
|
|
4742
4742
|
"minHeight-Input": "39px",
|
|
4743
|
-
[`paddingHorizontal-${COMP$
|
|
4744
|
-
[`paddingVertical-${COMP$
|
|
4743
|
+
[`paddingHorizontal-${COMP$1v}`]: "$space-2",
|
|
4744
|
+
[`paddingVertical-${COMP$1v}`]: "$space-2",
|
|
4745
4745
|
"gap-adornment-Input": "$space-2",
|
|
4746
4746
|
"borderStyle-Input": "solid",
|
|
4747
4747
|
"borderColor-Input--disabled": "$borderColor--disabled",
|
|
@@ -4798,7 +4798,7 @@ function renderTextBox(className, state, updateState, extractValue, node, lookup
|
|
|
4798
4798
|
);
|
|
4799
4799
|
}
|
|
4800
4800
|
const textBoxComponentRenderer = createComponentRenderer(
|
|
4801
|
-
COMP$
|
|
4801
|
+
COMP$1v,
|
|
4802
4802
|
TextBoxMd,
|
|
4803
4803
|
({
|
|
4804
4804
|
node,
|
|
@@ -5878,7 +5878,7 @@ const RootThemeDefinition = {
|
|
|
5878
5878
|
"boxShadow-spread-2": "-6px -4px 40px 10px rgba(0, 0, 0, 0.1)",
|
|
5879
5879
|
"boxShadow-spread-2-xl": "-6px -4px 40px 18px rgba(0, 0, 0, 0.1)",
|
|
5880
5880
|
// --- The default maximum content width
|
|
5881
|
-
"maxWidth-content": "
|
|
5881
|
+
"maxWidth-content": "1280px",
|
|
5882
5882
|
// --- Background colors
|
|
5883
5883
|
backgroundColor: "$color-surface-subtle",
|
|
5884
5884
|
"backgroundColor-overlay": "rgba(0, 0, 0, 0.2)",
|
|
@@ -7212,7 +7212,7 @@ const NotificationToast = ({ toastDuration }) => {
|
|
|
7212
7212
|
root2
|
|
7213
7213
|
);
|
|
7214
7214
|
};
|
|
7215
|
-
const defaultProps$
|
|
7215
|
+
const defaultProps$1c = {
|
|
7216
7216
|
isRoot: false,
|
|
7217
7217
|
applyIf: true,
|
|
7218
7218
|
toastDuration: 5e3,
|
|
@@ -7221,13 +7221,13 @@ const defaultProps$1b = {
|
|
|
7221
7221
|
};
|
|
7222
7222
|
function Theme({
|
|
7223
7223
|
id,
|
|
7224
|
-
isRoot = defaultProps$
|
|
7224
|
+
isRoot = defaultProps$1c.isRoot,
|
|
7225
7225
|
applyIf,
|
|
7226
7226
|
renderChild: renderChild2,
|
|
7227
7227
|
node,
|
|
7228
7228
|
tone,
|
|
7229
|
-
toastDuration = defaultProps$
|
|
7230
|
-
themeVars: themeVars2 = defaultProps$
|
|
7229
|
+
toastDuration = defaultProps$1c.toastDuration,
|
|
7230
|
+
themeVars: themeVars2 = defaultProps$1c.themeVars,
|
|
7231
7231
|
layoutContext,
|
|
7232
7232
|
children
|
|
7233
7233
|
}) {
|
|
@@ -7342,7 +7342,7 @@ function Theme({
|
|
|
7342
7342
|
if (indexing) {
|
|
7343
7343
|
return children;
|
|
7344
7344
|
}
|
|
7345
|
-
const shouldApplyTheme = applyIf ?? defaultProps$
|
|
7345
|
+
const shouldApplyTheme = applyIf ?? defaultProps$1c.applyIf;
|
|
7346
7346
|
if (!shouldApplyTheme) {
|
|
7347
7347
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7348
7348
|
renderChild2 && renderChild2(node.children),
|
|
@@ -7401,7 +7401,7 @@ function RootClasses({ classNames = EMPTY_ARRAY }) {
|
|
|
7401
7401
|
registry.addRootClasses(classNames);
|
|
7402
7402
|
return null;
|
|
7403
7403
|
}
|
|
7404
|
-
const COMP$
|
|
7404
|
+
const COMP$1u = "Theme";
|
|
7405
7405
|
const ThemeMd = createMetadata({
|
|
7406
7406
|
status: "stable",
|
|
7407
7407
|
description: "`Theme` creates styling contexts to customize the appearance of nested components without using CSS.",
|
|
@@ -7418,7 +7418,7 @@ const ThemeMd = createMetadata({
|
|
|
7418
7418
|
`This property indicates whether the component is at the root of the application.`,
|
|
7419
7419
|
void 0,
|
|
7420
7420
|
"boolean",
|
|
7421
|
-
defaultProps$
|
|
7421
|
+
defaultProps$1c.root
|
|
7422
7422
|
),
|
|
7423
7423
|
applyIf: d(
|
|
7424
7424
|
`This property controls whether the theme wrapper is applied. When true (default), the theme wraps the children. When false, children are rendered unwrapped.`,
|
|
@@ -7430,7 +7430,7 @@ const ThemeMd = createMetadata({
|
|
|
7430
7430
|
opaque: true
|
|
7431
7431
|
});
|
|
7432
7432
|
const themeComponentRenderer = createComponentRenderer(
|
|
7433
|
-
COMP$
|
|
7433
|
+
COMP$1u,
|
|
7434
7434
|
ThemeMd,
|
|
7435
7435
|
({ node, extractValue, renderChild: renderChild2, layoutContext, appContext }) => {
|
|
7436
7436
|
const { tone, ...restProps } = node.props;
|
|
@@ -7456,22 +7456,23 @@ const themeComponentRenderer = createComponentRenderer(
|
|
|
7456
7456
|
}
|
|
7457
7457
|
);
|
|
7458
7458
|
const themeVars$X = `'{"width-navPanel-App": "var(--xmlui-width-navPanel-App)", "backgroundColor-navPanel-App": "var(--xmlui-backgroundColor-navPanel-App)", "boxShadow-header-App": "var(--xmlui-boxShadow-header-App)", "boxShadow-navPanel-App": "var(--xmlui-boxShadow-navPanel-App)", "backgroundColor-content-App": "var(--xmlui-backgroundColor-content-App)", "borderLeft-content-App": "var(--xmlui-borderLeft-content-App)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "maxWidth-App": "var(--xmlui-maxWidth-App)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader)", "scroll-padding-block-Pages": "var(--xmlui-scroll-padding-block-Pages)"}'`;
|
|
7459
|
-
const wrapper$k = "
|
|
7460
|
-
const verticalFullHeader = "
|
|
7461
|
-
const navPanelWrapper = "
|
|
7462
|
-
const vertical$7 = "
|
|
7463
|
-
const contentWrapper$2 = "
|
|
7464
|
-
const noScrollbarGutters = "
|
|
7465
|
-
const PagesWrapper = "
|
|
7466
|
-
const footerWrapper = "
|
|
7467
|
-
const sticky = "
|
|
7468
|
-
const
|
|
7469
|
-
const
|
|
7470
|
-
const headerWrapper$1 = "
|
|
7471
|
-
const
|
|
7472
|
-
const
|
|
7473
|
-
const
|
|
7474
|
-
const
|
|
7459
|
+
const wrapper$k = "_wrapper_1le1z_15";
|
|
7460
|
+
const verticalFullHeader = "_verticalFullHeader_1le1z_15";
|
|
7461
|
+
const navPanelWrapper = "_navPanelWrapper_1le1z_15";
|
|
7462
|
+
const vertical$7 = "_vertical_1le1z_15";
|
|
7463
|
+
const contentWrapper$2 = "_contentWrapper_1le1z_33";
|
|
7464
|
+
const noScrollbarGutters = "_noScrollbarGutters_1le1z_39";
|
|
7465
|
+
const PagesWrapper = "_PagesWrapper_1le1z_46";
|
|
7466
|
+
const footerWrapper = "_footerWrapper_1le1z_50";
|
|
7467
|
+
const sticky = "_sticky_1le1z_53";
|
|
7468
|
+
const nonSticky = "_nonSticky_1le1z_57";
|
|
7469
|
+
const horizontal$6 = "_horizontal_1le1z_60";
|
|
7470
|
+
const headerWrapper$1 = "_headerWrapper_1le1z_86";
|
|
7471
|
+
const desktop = "_desktop_1le1z_92";
|
|
7472
|
+
const PagesWrapperInner = "_PagesWrapperInner_1le1z_150";
|
|
7473
|
+
const scrollWholePage = "_scrollWholePage_1le1z_228";
|
|
7474
|
+
const content$8 = "_content_1le1z_33";
|
|
7475
|
+
const withDefaultContentPadding = "_withDefaultContentPadding_1le1z_342";
|
|
7475
7476
|
const styles$1b = {
|
|
7476
7477
|
themeVars: themeVars$X,
|
|
7477
7478
|
wrapper: wrapper$k,
|
|
@@ -7483,9 +7484,10 @@ const styles$1b = {
|
|
|
7483
7484
|
PagesWrapper,
|
|
7484
7485
|
footerWrapper,
|
|
7485
7486
|
sticky,
|
|
7487
|
+
nonSticky,
|
|
7486
7488
|
horizontal: horizontal$6,
|
|
7487
|
-
desktop,
|
|
7488
7489
|
headerWrapper: headerWrapper$1,
|
|
7490
|
+
desktop,
|
|
7489
7491
|
PagesWrapperInner,
|
|
7490
7492
|
scrollWholePage,
|
|
7491
7493
|
content: content$8,
|
|
@@ -7601,17 +7603,17 @@ SheetTitle.displayName = SheetPrimitive.Title.displayName;
|
|
|
7601
7603
|
const SheetDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(SheetPrimitive.Description, { ref, className: classnames("text-sm text-muted-foreground", className), ...props }));
|
|
7602
7604
|
SheetDescription.displayName = SheetPrimitive.Description.displayName;
|
|
7603
7605
|
const themeVars$V = `'{"padding-AppHeader": "var(--xmlui-padding-AppHeader)", "paddingHorizontal-AppHeader": "var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader))", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader))", "paddingLeft-AppHeader": "var(--xmlui-paddingLeft-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingRight-AppHeader": "var(--xmlui-paddingRight-AppHeader, var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingTop-AppHeader": "var(--xmlui-paddingTop-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "paddingBottom-AppHeader": "var(--xmlui-paddingBottom-AppHeader, var(--xmlui-paddingVertical-AppHeader, var(--xmlui-padding-AppHeader)))", "padding-logo-AppHeader": "var(--xmlui-padding-logo-AppHeader)", "paddingHorizontal-logo-AppHeader": "var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingVertical-logo-AppHeader": "var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader))", "paddingLeft-logo-AppHeader": "var(--xmlui-paddingLeft-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingRight-logo-AppHeader": "var(--xmlui-paddingRight-logo-AppHeader, var(--xmlui-paddingHorizontal-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingTop-logo-AppHeader": "var(--xmlui-paddingTop-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "paddingBottom-logo-AppHeader": "var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)))", "border-AppHeader": "var(--xmlui-border-AppHeader)", "borderHorizontal-AppHeader": "var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader))", "borderVertical-AppHeader": "var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader))", "borderLeft-AppHeader": "var(--xmlui-borderLeft-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderRight-AppHeader": "var(--xmlui-borderRight-AppHeader, var(--xmlui-borderHorizontal-AppHeader, var(--xmlui-border-AppHeader)))", "borderTop-AppHeader": "var(--xmlui-borderTop-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderBottom-AppHeader": "var(--xmlui-borderBottom-AppHeader, var(--xmlui-borderVertical-AppHeader, var(--xmlui-border-AppHeader)))", "borderWidth-AppHeader": "var(--xmlui-borderWidth-AppHeader)", "borderHorizontalWidth-AppHeader": "var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderLeftWidth-AppHeader": "var(--xmlui-borderLeftWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderRightWidth-AppHeader": "var(--xmlui-borderRightWidth-AppHeader, var(--xmlui-borderHorizontalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderVerticalWidth-AppHeader": "var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader))", "borderTopWidth-AppHeader": "var(--xmlui-borderTopWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderBottomWidth-AppHeader": "var(--xmlui-borderBottomWidth-AppHeader, var(--xmlui-borderVerticalWidth-AppHeader, var(--xmlui-borderWidth-AppHeader)))", "borderStyle-AppHeader": "var(--xmlui-borderStyle-AppHeader)", "borderHorizontalStyle-AppHeader": "var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderLeftStyle-AppHeader": "var(--xmlui-borderLeftStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderRightStyle-AppHeader": "var(--xmlui-borderRightStyle-AppHeader, var(--xmlui-borderHorizontalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderVerticalStyle-AppHeader": "var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader))", "borderTopStyle-AppHeader": "var(--xmlui-borderTopStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderBottomStyle-AppHeader": "var(--xmlui-borderBottomStyle-AppHeader, var(--xmlui-borderVerticalStyle-AppHeader, var(--xmlui-borderStyle-AppHeader)))", "borderColor-AppHeader": "var(--xmlui-borderColor-AppHeader)", "borderHorizontalColor-AppHeader": "var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderLeftColor-AppHeader": "var(--xmlui-borderLeftColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderRightColor-AppHeader": "var(--xmlui-borderRightColor-AppHeader, var(--xmlui-borderHorizontalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderVerticalColor-AppHeader": "var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader))", "borderTopColor-AppHeader": "var(--xmlui-borderTopColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderBottomColor-AppHeader": "var(--xmlui-borderBottomColor-AppHeader, var(--xmlui-borderVerticalColor-AppHeader, var(--xmlui-borderColor-AppHeader)))", "borderStartStartRadius-AppHeader": "var(--xmlui-borderStartStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderStartEndRadius-AppHeader": "var(--xmlui-borderStartEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndStartRadius-AppHeader": "var(--xmlui-borderEndStartRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "borderEndEndRadius-AppHeader": "var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader))", "width-logo-AppHeader": "var(--xmlui-width-logo-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "backgroundColor-AppHeader": "var(--xmlui-backgroundColor-AppHeader)", "maxWidth-content-AppHeader": "var(--xmlui-maxWidth-content-AppHeader)", "maxWidth-AppHeader": "var(--xmlui-maxWidth-AppHeader)", "padding-drawerToggle-AppHeader": "var(--xmlui-padding-drawerToggle-AppHeader)"}'`;
|
|
7604
|
-
const header$2 = "
|
|
7605
|
-
const headerInner = "
|
|
7606
|
-
const full$1 = "
|
|
7607
|
-
const childrenWrapper = "
|
|
7608
|
-
const subNavPanelSlot = "
|
|
7609
|
-
const logoAndTitle = "
|
|
7610
|
-
const logoContainer = "
|
|
7611
|
-
const customLogoContainer = "
|
|
7612
|
-
const rightItems = "
|
|
7613
|
-
const drawerToggle = "
|
|
7614
|
-
const logoLink = "
|
|
7606
|
+
const header$2 = "_header_yogh8_14";
|
|
7607
|
+
const headerInner = "_headerInner_yogh8_40";
|
|
7608
|
+
const full$1 = "_full_yogh8_56";
|
|
7609
|
+
const childrenWrapper = "_childrenWrapper_yogh8_63";
|
|
7610
|
+
const subNavPanelSlot = "_subNavPanelSlot_yogh8_74";
|
|
7611
|
+
const logoAndTitle = "_logoAndTitle_yogh8_78";
|
|
7612
|
+
const logoContainer = "_logoContainer_yogh8_90";
|
|
7613
|
+
const customLogoContainer = "_customLogoContainer_yogh8_102";
|
|
7614
|
+
const rightItems = "_rightItems_yogh8_110";
|
|
7615
|
+
const drawerToggle = "_drawerToggle_yogh8_138";
|
|
7616
|
+
const logoLink = "_logoLink_yogh8_147";
|
|
7615
7617
|
const styles$1a = {
|
|
7616
7618
|
themeVars: themeVars$V,
|
|
7617
7619
|
header: header$2,
|
|
@@ -7634,7 +7636,7 @@ const styles$19 = {
|
|
|
7634
7636
|
img,
|
|
7635
7637
|
clickable: clickable$1
|
|
7636
7638
|
};
|
|
7637
|
-
const defaultProps$
|
|
7639
|
+
const defaultProps$1b = {
|
|
7638
7640
|
fit: "contain",
|
|
7639
7641
|
lazyLoad: false,
|
|
7640
7642
|
inline: false
|
|
@@ -7643,13 +7645,13 @@ const Image = forwardRef(function Img({
|
|
|
7643
7645
|
src,
|
|
7644
7646
|
alt,
|
|
7645
7647
|
imageData,
|
|
7646
|
-
fit = defaultProps$
|
|
7648
|
+
fit = defaultProps$1b.fit,
|
|
7647
7649
|
style: style2,
|
|
7648
7650
|
className,
|
|
7649
7651
|
onClick,
|
|
7650
7652
|
aspectRatio,
|
|
7651
|
-
lazyLoad = defaultProps$
|
|
7652
|
-
inline = defaultProps$
|
|
7653
|
+
lazyLoad = defaultProps$1b.lazyLoad,
|
|
7654
|
+
inline = defaultProps$1b.inline,
|
|
7653
7655
|
...rest
|
|
7654
7656
|
}, ref) {
|
|
7655
7657
|
const [blobUrl, setBlobUrl] = useState(null);
|
|
@@ -7711,11 +7713,11 @@ function safeConvertPropToString(prop) {
|
|
|
7711
7713
|
}
|
|
7712
7714
|
return void 0;
|
|
7713
7715
|
}
|
|
7714
|
-
const defaultProps$
|
|
7716
|
+
const defaultProps$1a = {
|
|
7715
7717
|
alt: "Logo",
|
|
7716
7718
|
inline: false
|
|
7717
7719
|
};
|
|
7718
|
-
const Logo$1 = forwardRef(function Logo2({ style: style2, alt = defaultProps$
|
|
7720
|
+
const Logo$1 = forwardRef(function Logo2({ style: style2, alt = defaultProps$1a.alt, inline = defaultProps$1a.inline, className, ...rest }, forwardedRef) {
|
|
7719
7721
|
const logoUrl = useLogoUrl();
|
|
7720
7722
|
if (!logoUrl) {
|
|
7721
7723
|
return null;
|
|
@@ -7777,14 +7779,14 @@ function getComposedRef(...refs) {
|
|
|
7777
7779
|
}
|
|
7778
7780
|
return composeRefs(...nonUndefinedRefs);
|
|
7779
7781
|
}
|
|
7780
|
-
const themeVars$S = `'{"border-NavPanel": "var(--xmlui-border-NavPanel)", "borderHorizontal-NavPanel": "var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel))", "borderVertical-NavPanel": "var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel))", "borderLeft-NavPanel": "var(--xmlui-borderLeft-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderRight-NavPanel": "var(--xmlui-borderRight-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderTop-NavPanel": "var(--xmlui-borderTop-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderBottom-NavPanel": "var(--xmlui-borderBottom-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderWidth-NavPanel": "var(--xmlui-borderWidth-NavPanel)", "borderHorizontalWidth-NavPanel": "var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderLeftWidth-NavPanel": "var(--xmlui-borderLeftWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderRightWidth-NavPanel": "var(--xmlui-borderRightWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderVerticalWidth-NavPanel": "var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderTopWidth-NavPanel": "var(--xmlui-borderTopWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderBottomWidth-NavPanel": "var(--xmlui-borderBottomWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderStyle-NavPanel": "var(--xmlui-borderStyle-NavPanel)", "borderHorizontalStyle-NavPanel": "var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderLeftStyle-NavPanel": "var(--xmlui-borderLeftStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderRightStyle-NavPanel": "var(--xmlui-borderRightStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderVerticalStyle-NavPanel": "var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderTopStyle-NavPanel": "var(--xmlui-borderTopStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderBottomStyle-NavPanel": "var(--xmlui-borderBottomStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderColor-NavPanel": "var(--xmlui-borderColor-NavPanel)", "borderHorizontalColor-NavPanel": "var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderLeftColor-NavPanel": "var(--xmlui-borderLeftColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderRightColor-NavPanel": "var(--xmlui-borderRightColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderVerticalColor-NavPanel": "var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderTopColor-NavPanel": "var(--xmlui-borderTopColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderBottomColor-NavPanel": "var(--xmlui-borderBottomColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderStartStartRadius-NavPanel": "var(--xmlui-borderStartStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderStartEndRadius-NavPanel": "var(--xmlui-borderStartEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndStartRadius-NavPanel": "var(--xmlui-borderEndStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndEndRadius-NavPanel": "var(--xmlui-borderEndEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "backgroundColor-NavPanel": "var(--xmlui-backgroundColor-NavPanel)", "backgroundColor-NavPanel-horizontal": "var(--xmlui-backgroundColor-NavPanel-horizontal)", "boxShadow-NavPanel": "var(--xmlui-boxShadow-NavPanel)", "padding-NavPanel": "var(--xmlui-padding-NavPanel)", "paddingHorizontal-NavPanel": "var(--xmlui-paddingHorizontal-NavPanel)", "paddingVertical-NavPanel": "var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel))", "paddingLeft-NavPanel": "var(--xmlui-paddingLeft-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingRight-NavPanel": "var(--xmlui-paddingRight-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingTop-NavPanel": "var(--xmlui-paddingTop-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingBottom-NavPanel": "var(--xmlui-paddingBottom-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "padding-logo-NavPanel": "var(--xmlui-padding-logo-NavPanel)", "paddingHorizontal-logo-NavPanel": "var(--xmlui-paddingHorizontal-logo-NavPanel)", "paddingVertical-logo-NavPanel": "var(--xmlui-paddingVertical-logo-NavPanel)", "paddingLeft-logo-NavPanel": "var(--xmlui-paddingLeft-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingRight-logo-NavPanel": "var(--xmlui-paddingRight-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingTop-logo-NavPanel": "var(--xmlui-paddingTop-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingBottom-logo-NavPanel": "var(--xmlui-paddingBottom-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "marginBottom-logo-NavPanel": "var(--xmlui-marginBottom-logo-NavPanel)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "horizontalAlignment-logo-NavPanel": "var(--xmlui-horizontalAlignment-logo-NavPanel)"}'`;
|
|
7781
|
-
const wrapper$j = "
|
|
7782
|
-
const condensed = "
|
|
7783
|
-
const vertical$5 = "
|
|
7784
|
-
const horizontal$5 = "
|
|
7785
|
-
const wrapperInner = "
|
|
7786
|
-
const logoWrapper$1 = "
|
|
7787
|
-
const inDrawer = "
|
|
7782
|
+
const themeVars$S = `'{"border-NavPanel": "var(--xmlui-border-NavPanel)", "borderHorizontal-NavPanel": "var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel))", "borderVertical-NavPanel": "var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel))", "borderLeft-NavPanel": "var(--xmlui-borderLeft-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderRight-NavPanel": "var(--xmlui-borderRight-NavPanel, var(--xmlui-borderHorizontal-NavPanel, var(--xmlui-border-NavPanel)))", "borderTop-NavPanel": "var(--xmlui-borderTop-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderBottom-NavPanel": "var(--xmlui-borderBottom-NavPanel, var(--xmlui-borderVertical-NavPanel, var(--xmlui-border-NavPanel)))", "borderWidth-NavPanel": "var(--xmlui-borderWidth-NavPanel)", "borderHorizontalWidth-NavPanel": "var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderLeftWidth-NavPanel": "var(--xmlui-borderLeftWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderRightWidth-NavPanel": "var(--xmlui-borderRightWidth-NavPanel, var(--xmlui-borderHorizontalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderVerticalWidth-NavPanel": "var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel))", "borderTopWidth-NavPanel": "var(--xmlui-borderTopWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderBottomWidth-NavPanel": "var(--xmlui-borderBottomWidth-NavPanel, var(--xmlui-borderVerticalWidth-NavPanel, var(--xmlui-borderWidth-NavPanel)))", "borderStyle-NavPanel": "var(--xmlui-borderStyle-NavPanel)", "borderHorizontalStyle-NavPanel": "var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderLeftStyle-NavPanel": "var(--xmlui-borderLeftStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderRightStyle-NavPanel": "var(--xmlui-borderRightStyle-NavPanel, var(--xmlui-borderHorizontalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderVerticalStyle-NavPanel": "var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel))", "borderTopStyle-NavPanel": "var(--xmlui-borderTopStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderBottomStyle-NavPanel": "var(--xmlui-borderBottomStyle-NavPanel, var(--xmlui-borderVerticalStyle-NavPanel, var(--xmlui-borderStyle-NavPanel)))", "borderColor-NavPanel": "var(--xmlui-borderColor-NavPanel)", "borderHorizontalColor-NavPanel": "var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderLeftColor-NavPanel": "var(--xmlui-borderLeftColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderRightColor-NavPanel": "var(--xmlui-borderRightColor-NavPanel, var(--xmlui-borderHorizontalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderVerticalColor-NavPanel": "var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel))", "borderTopColor-NavPanel": "var(--xmlui-borderTopColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderBottomColor-NavPanel": "var(--xmlui-borderBottomColor-NavPanel, var(--xmlui-borderVerticalColor-NavPanel, var(--xmlui-borderColor-NavPanel)))", "borderStartStartRadius-NavPanel": "var(--xmlui-borderStartStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderStartEndRadius-NavPanel": "var(--xmlui-borderStartEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndStartRadius-NavPanel": "var(--xmlui-borderEndStartRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "borderEndEndRadius-NavPanel": "var(--xmlui-borderEndEndRadius-NavPanel, var(--xmlui-borderRadius-NavPanel))", "backgroundColor-NavPanel": "var(--xmlui-backgroundColor-NavPanel)", "backgroundColor-NavPanel-horizontal": "var(--xmlui-backgroundColor-NavPanel-horizontal)", "borderRight-NavPanel-vertical": "var(--xmlui-borderRight-NavPanel-vertical)", "boxShadow-NavPanel": "var(--xmlui-boxShadow-NavPanel)", "padding-NavPanel": "var(--xmlui-padding-NavPanel)", "paddingHorizontal-NavPanel": "var(--xmlui-paddingHorizontal-NavPanel)", "paddingVertical-NavPanel": "var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel))", "paddingLeft-NavPanel": "var(--xmlui-paddingLeft-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingRight-NavPanel": "var(--xmlui-paddingRight-NavPanel, var(--xmlui-paddingHorizontal-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingTop-NavPanel": "var(--xmlui-paddingTop-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "paddingBottom-NavPanel": "var(--xmlui-paddingBottom-NavPanel, var(--xmlui-paddingVertical-NavPanel, var(--xmlui-padding-NavPanel)))", "padding-logo-NavPanel": "var(--xmlui-padding-logo-NavPanel)", "paddingHorizontal-logo-NavPanel": "var(--xmlui-paddingHorizontal-logo-NavPanel)", "paddingVertical-logo-NavPanel": "var(--xmlui-paddingVertical-logo-NavPanel)", "paddingLeft-logo-NavPanel": "var(--xmlui-paddingLeft-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingRight-logo-NavPanel": "var(--xmlui-paddingRight-logo-NavPanel, var(--xmlui-paddingHorizontal-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingTop-logo-NavPanel": "var(--xmlui-paddingTop-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "paddingBottom-logo-NavPanel": "var(--xmlui-paddingBottom-logo-NavPanel, var(--xmlui-paddingVertical-logo-NavPanel, var(--xmlui-padding-logo-NavPanel)))", "marginBottom-logo-NavPanel": "var(--xmlui-marginBottom-logo-NavPanel)", "maxWidth-content-App": "var(--xmlui-maxWidth-content-App)", "height-AppHeader": "var(--xmlui-height-AppHeader)", "paddingVertical-AppHeader": "var(--xmlui-paddingVertical-AppHeader)", "alignment-content-AppHeader": "var(--xmlui-alignment-content-AppHeader)", "horizontalAlignment-logo-NavPanel": "var(--xmlui-horizontalAlignment-logo-NavPanel)"}'`;
|
|
7783
|
+
const wrapper$j = "_wrapper_ggqnq_14";
|
|
7784
|
+
const condensed = "_condensed_ggqnq_51";
|
|
7785
|
+
const vertical$5 = "_vertical_ggqnq_54";
|
|
7786
|
+
const horizontal$5 = "_horizontal_ggqnq_58";
|
|
7787
|
+
const wrapperInner = "_wrapperInner_ggqnq_64";
|
|
7788
|
+
const logoWrapper$1 = "_logoWrapper_ggqnq_81";
|
|
7789
|
+
const inDrawer = "_inDrawer_ggqnq_91";
|
|
7788
7790
|
const styles$18 = {
|
|
7789
7791
|
themeVars: themeVars$S,
|
|
7790
7792
|
wrapper: wrapper$j,
|
|
@@ -7902,7 +7904,7 @@ function buildLinkMap(navLinks) {
|
|
|
7902
7904
|
processNodes(navLinks);
|
|
7903
7905
|
return linkMap;
|
|
7904
7906
|
}
|
|
7905
|
-
const defaultProps$
|
|
7907
|
+
const defaultProps$19 = {
|
|
7906
7908
|
inDrawer: false
|
|
7907
7909
|
};
|
|
7908
7910
|
const NavPanelContext = React__default.createContext(null);
|
|
@@ -7926,7 +7928,7 @@ const NavPanel = forwardRef(function NavPanel2({
|
|
|
7926
7928
|
style: style2,
|
|
7927
7929
|
logoContent,
|
|
7928
7930
|
className,
|
|
7929
|
-
inDrawer: inDrawer2 = defaultProps$
|
|
7931
|
+
inDrawer: inDrawer2 = defaultProps$19.inDrawer,
|
|
7930
7932
|
renderChild: renderChild2,
|
|
7931
7933
|
navLinks,
|
|
7932
7934
|
...rest
|
|
@@ -8001,7 +8003,7 @@ function mergeProps(childProps, restProps) {
|
|
|
8001
8003
|
}
|
|
8002
8004
|
return { ...childProps, ...overrideProps };
|
|
8003
8005
|
}
|
|
8004
|
-
const defaultProps$
|
|
8006
|
+
const defaultProps$18 = {
|
|
8005
8007
|
iconHorizontalExpanded: "chevronright",
|
|
8006
8008
|
iconHorizontalCollapsed: "chevronright",
|
|
8007
8009
|
iconVerticalExpanded: "chevrondown",
|
|
@@ -8034,10 +8036,10 @@ const NavGroup = forwardRef(function NavGroup2({
|
|
|
8034
8036
|
return {
|
|
8035
8037
|
level: level + 1,
|
|
8036
8038
|
layoutIsVertical,
|
|
8037
|
-
iconHorizontalCollapsed: iconHorizontalCollapsed ?? defaultProps$
|
|
8038
|
-
iconHorizontalExpanded: iconHorizontalExpanded ?? defaultProps$
|
|
8039
|
-
iconVerticalCollapsed: iconVerticalCollapsed ?? (level < 0 && !inline ? defaultProps$
|
|
8040
|
-
iconVerticalExpanded: iconVerticalExpanded ?? defaultProps$
|
|
8039
|
+
iconHorizontalCollapsed: iconHorizontalCollapsed ?? defaultProps$18.iconHorizontalCollapsed,
|
|
8040
|
+
iconHorizontalExpanded: iconHorizontalExpanded ?? defaultProps$18.iconHorizontalExpanded,
|
|
8041
|
+
iconVerticalCollapsed: iconVerticalCollapsed ?? (level < 0 && !inline ? defaultProps$18.iconVerticalExpanded : defaultProps$18.iconVerticalCollapsed),
|
|
8042
|
+
iconVerticalExpanded: iconVerticalExpanded ?? defaultProps$18.iconVerticalExpanded
|
|
8041
8043
|
};
|
|
8042
8044
|
}, [
|
|
8043
8045
|
iconHorizontalCollapsed,
|
|
@@ -8229,12 +8231,12 @@ const DropDownNavGroup = forwardRef(function DropDownNavGroup2({
|
|
|
8229
8231
|
const NavGroupContext = createContext({
|
|
8230
8232
|
level: -1,
|
|
8231
8233
|
layoutIsVertical: false,
|
|
8232
|
-
iconHorizontalCollapsed: defaultProps$
|
|
8233
|
-
iconHorizontalExpanded: defaultProps$
|
|
8234
|
-
iconVerticalCollapsed: defaultProps$
|
|
8235
|
-
iconVerticalExpanded: defaultProps$
|
|
8234
|
+
iconHorizontalCollapsed: defaultProps$18.iconHorizontalCollapsed,
|
|
8235
|
+
iconHorizontalExpanded: defaultProps$18.iconHorizontalExpanded,
|
|
8236
|
+
iconVerticalCollapsed: defaultProps$18.iconVerticalCollapsed,
|
|
8237
|
+
iconVerticalExpanded: defaultProps$18.iconVerticalExpanded
|
|
8236
8238
|
});
|
|
8237
|
-
const defaultProps$
|
|
8239
|
+
const defaultProps$17 = {
|
|
8238
8240
|
active: false,
|
|
8239
8241
|
displayActive: true
|
|
8240
8242
|
};
|
|
@@ -8244,7 +8246,7 @@ const NavLink = forwardRef(function NavLink2({
|
|
|
8244
8246
|
children,
|
|
8245
8247
|
disabled: disabled2,
|
|
8246
8248
|
to,
|
|
8247
|
-
displayActive: displayActive2 = defaultProps$
|
|
8249
|
+
displayActive: displayActive2 = defaultProps$17.displayActive,
|
|
8248
8250
|
vertical: vertical2,
|
|
8249
8251
|
style: style2,
|
|
8250
8252
|
onClick,
|
|
@@ -8319,7 +8321,7 @@ const NavLink = forwardRef(function NavLink2({
|
|
|
8319
8321
|
return content2;
|
|
8320
8322
|
});
|
|
8321
8323
|
const PART_HAMBURGER = "hamburger";
|
|
8322
|
-
const defaultProps$
|
|
8324
|
+
const defaultProps$16 = {
|
|
8323
8325
|
showLogo: true
|
|
8324
8326
|
};
|
|
8325
8327
|
function useLogoUrl() {
|
|
@@ -8342,7 +8344,7 @@ const AppHeader = ({
|
|
|
8342
8344
|
canRestrictContentWidth,
|
|
8343
8345
|
navPanelVisible = true,
|
|
8344
8346
|
toggleDrawer,
|
|
8345
|
-
showLogo = defaultProps$
|
|
8347
|
+
showLogo = defaultProps$16.showLogo,
|
|
8346
8348
|
hasRegisteredNavPanel,
|
|
8347
8349
|
title: title2,
|
|
8348
8350
|
titleContent,
|
|
@@ -15112,7 +15114,7 @@ class PropsTrasform {
|
|
|
15112
15114
|
return this.mapValues(filteredKeys, this.extractValue);
|
|
15113
15115
|
}
|
|
15114
15116
|
}
|
|
15115
|
-
const defaultProps$
|
|
15117
|
+
const defaultProps$15 = {
|
|
15116
15118
|
scrollWholePage: true,
|
|
15117
15119
|
noScrollbarGutters: false,
|
|
15118
15120
|
defaultTone: void 0,
|
|
@@ -15126,10 +15128,10 @@ function App({
|
|
|
15126
15128
|
style: style2 = EMPTY_OBJECT,
|
|
15127
15129
|
layout,
|
|
15128
15130
|
loggedInUser,
|
|
15129
|
-
scrollWholePage: scrollWholePage2 = defaultProps$
|
|
15130
|
-
noScrollbarGutters: noScrollbarGutters2 = defaultProps$
|
|
15131
|
-
onReady = defaultProps$
|
|
15132
|
-
onMessageReceived = defaultProps$
|
|
15131
|
+
scrollWholePage: scrollWholePage2 = defaultProps$15.scrollWholePage,
|
|
15132
|
+
noScrollbarGutters: noScrollbarGutters2 = defaultProps$15.noScrollbarGutters,
|
|
15133
|
+
onReady = defaultProps$15.onReady,
|
|
15134
|
+
onMessageReceived = defaultProps$15.onMessageReceived,
|
|
15133
15135
|
header: header2,
|
|
15134
15136
|
navPanel,
|
|
15135
15137
|
footer,
|
|
@@ -15140,12 +15142,13 @@ function App({
|
|
|
15140
15142
|
logoLight,
|
|
15141
15143
|
defaultTone,
|
|
15142
15144
|
defaultTheme,
|
|
15143
|
-
autoDetectTone = defaultProps$
|
|
15145
|
+
autoDetectTone = defaultProps$15.autoDetectTone,
|
|
15144
15146
|
renderChild: renderChild2,
|
|
15145
15147
|
name,
|
|
15146
15148
|
className,
|
|
15147
15149
|
applyDefaultContentPadding,
|
|
15148
15150
|
registerComponentApi,
|
|
15151
|
+
footerSticky = true,
|
|
15149
15152
|
...rest
|
|
15150
15153
|
}) {
|
|
15151
15154
|
const { getThemeVar } = useTheme();
|
|
@@ -15347,6 +15350,7 @@ function App({
|
|
|
15347
15350
|
let pagesWrapperClasses = classnames(styles$1b.PagesWrapperInner, {
|
|
15348
15351
|
[styles$1b.withDefaultContentPadding]: applyDefaultContentPadding
|
|
15349
15352
|
});
|
|
15353
|
+
const footerShouldBeNonSticky = !footerSticky && safeLayout !== "desktop";
|
|
15350
15354
|
switch (safeLayout) {
|
|
15351
15355
|
case "vertical":
|
|
15352
15356
|
content2 = /* @__PURE__ */ jsxs(
|
|
@@ -15385,7 +15389,16 @@ function App({
|
|
|
15385
15389
|
}
|
|
15386
15390
|
),
|
|
15387
15391
|
/* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
|
|
15388
|
-
/* @__PURE__ */ jsx(
|
|
15392
|
+
/* @__PURE__ */ jsx(
|
|
15393
|
+
"div",
|
|
15394
|
+
{
|
|
15395
|
+
className: classnames(styles$1b.footerWrapper, {
|
|
15396
|
+
[styles$1b.nonSticky]: footerShouldBeNonSticky
|
|
15397
|
+
}),
|
|
15398
|
+
ref: footerRefCallback,
|
|
15399
|
+
children: footer
|
|
15400
|
+
}
|
|
15401
|
+
)
|
|
15389
15402
|
] })
|
|
15390
15403
|
]
|
|
15391
15404
|
}
|
|
@@ -15412,7 +15425,16 @@ function App({
|
|
|
15412
15425
|
navPanelVisible && /* @__PURE__ */ jsx("aside", { className: styles$1b.navPanelWrapper, children: navPanel }),
|
|
15413
15426
|
/* @__PURE__ */ jsx("main", { className: styles$1b.contentWrapper, children: /* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }) })
|
|
15414
15427
|
] }),
|
|
15415
|
-
/* @__PURE__ */ jsx(
|
|
15428
|
+
/* @__PURE__ */ jsx(
|
|
15429
|
+
"div",
|
|
15430
|
+
{
|
|
15431
|
+
className: classnames(styles$1b.footerWrapper, {
|
|
15432
|
+
[styles$1b.nonSticky]: footerShouldBeNonSticky
|
|
15433
|
+
}),
|
|
15434
|
+
ref: footerRefCallback,
|
|
15435
|
+
children: footer
|
|
15436
|
+
}
|
|
15437
|
+
)
|
|
15416
15438
|
]
|
|
15417
15439
|
}
|
|
15418
15440
|
);
|
|
@@ -15443,7 +15465,16 @@ function App({
|
|
|
15443
15465
|
}
|
|
15444
15466
|
),
|
|
15445
15467
|
/* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
|
|
15446
|
-
/* @__PURE__ */ jsx(
|
|
15468
|
+
/* @__PURE__ */ jsx(
|
|
15469
|
+
"div",
|
|
15470
|
+
{
|
|
15471
|
+
className: classnames(styles$1b.footerWrapper, {
|
|
15472
|
+
[styles$1b.nonSticky]: footerShouldBeNonSticky
|
|
15473
|
+
}),
|
|
15474
|
+
ref: footerRefCallback,
|
|
15475
|
+
children: footer
|
|
15476
|
+
}
|
|
15477
|
+
)
|
|
15447
15478
|
]
|
|
15448
15479
|
}
|
|
15449
15480
|
);
|
|
@@ -15489,7 +15520,16 @@ function App({
|
|
|
15489
15520
|
}
|
|
15490
15521
|
),
|
|
15491
15522
|
/* @__PURE__ */ jsx("div", { className: styles$1b.PagesWrapper, ref: noScrollPageContainerRef, children: /* @__PURE__ */ jsx("div", { className: pagesWrapperClasses, children }) }),
|
|
15492
|
-
/* @__PURE__ */ jsx(
|
|
15523
|
+
/* @__PURE__ */ jsx(
|
|
15524
|
+
"div",
|
|
15525
|
+
{
|
|
15526
|
+
className: classnames(styles$1b.footerWrapper, {
|
|
15527
|
+
[styles$1b.nonSticky]: footerShouldBeNonSticky
|
|
15528
|
+
}),
|
|
15529
|
+
ref: footerRefCallback,
|
|
15530
|
+
children: footer
|
|
15531
|
+
}
|
|
15532
|
+
)
|
|
15493
15533
|
]
|
|
15494
15534
|
}
|
|
15495
15535
|
);
|
|
@@ -15548,7 +15588,7 @@ function getAppLayoutOrientation(appLayout) {
|
|
|
15548
15588
|
return "horizontal";
|
|
15549
15589
|
}
|
|
15550
15590
|
}
|
|
15551
|
-
const COMP$
|
|
15591
|
+
const COMP$1t = "App";
|
|
15552
15592
|
const AppMd = createMetadata({
|
|
15553
15593
|
status: "stable",
|
|
15554
15594
|
description: "The `App` component is the root container that defines your application's overall structure and layout. It provides a complete UI framework with built-in navigation, header, footer, and content areas that work together seamlessly.",
|
|
@@ -15581,36 +15621,36 @@ const AppMd = createMetadata({
|
|
|
15581
15621
|
scrollWholePage: {
|
|
15582
15622
|
description: `This boolean property specifies whether the whole page should scroll (\`true\`) or just the content area (\`false\`). The default value is \`true\`.`,
|
|
15583
15623
|
valueType: "boolean",
|
|
15584
|
-
defaultValue: defaultProps$
|
|
15624
|
+
defaultValue: defaultProps$15.scrollWholePage
|
|
15585
15625
|
},
|
|
15586
15626
|
noScrollbarGutters: {
|
|
15587
15627
|
description: "This boolean property specifies whether the scrollbar gutters should be hidden.",
|
|
15588
15628
|
valueType: "boolean",
|
|
15589
|
-
defaultValue: defaultProps$
|
|
15629
|
+
defaultValue: defaultProps$15.noScrollbarGutters
|
|
15590
15630
|
},
|
|
15591
15631
|
defaultTone: {
|
|
15592
15632
|
description: `This property sets the app's default tone ("light" or "dark").`,
|
|
15593
15633
|
valueType: "string",
|
|
15594
|
-
defaultValue: defaultProps$
|
|
15634
|
+
defaultValue: defaultProps$15.defaultTone,
|
|
15595
15635
|
availableValues: ["light", "dark"]
|
|
15596
15636
|
},
|
|
15597
15637
|
defaultTheme: {
|
|
15598
15638
|
description: "This property sets the app's default theme.",
|
|
15599
15639
|
valueType: "string",
|
|
15600
|
-
defaultValue: defaultProps$
|
|
15640
|
+
defaultValue: defaultProps$15.defaultTheme
|
|
15601
15641
|
},
|
|
15602
15642
|
autoDetectTone: {
|
|
15603
15643
|
description: `This boolean property enables automatic detection of the system theme preference. When set to true and no defaultTone is specified, the app will automatically use "light" or "dark" tone based on the user's system theme setting. The app will also respond to changes in the system theme preference.`,
|
|
15604
15644
|
valueType: "boolean",
|
|
15605
|
-
defaultValue: defaultProps$
|
|
15645
|
+
defaultValue: defaultProps$15.autoDetectTone
|
|
15606
15646
|
}
|
|
15607
15647
|
},
|
|
15608
15648
|
events: {
|
|
15609
15649
|
ready: {
|
|
15610
|
-
description: `This event fires when the \`${COMP$
|
|
15650
|
+
description: `This event fires when the \`${COMP$1t}\` component finishes rendering on the page.`
|
|
15611
15651
|
},
|
|
15612
15652
|
messageReceived: {
|
|
15613
|
-
description: `This event fires when the \`${COMP$
|
|
15653
|
+
description: `This event fires when the \`${COMP$1t}\` component receives a message from another window or iframe via the window.postMessage API.`
|
|
15614
15654
|
}
|
|
15615
15655
|
},
|
|
15616
15656
|
themeVars: { ...parseScssVar(styles$1b.themeVars), ...parseScssVar(drawerStyles.themeVars) },
|
|
@@ -15623,11 +15663,12 @@ const AppMd = createMetadata({
|
|
|
15623
15663
|
},
|
|
15624
15664
|
defaultThemeVars: {
|
|
15625
15665
|
"maxWidth-Drawer": "100%",
|
|
15626
|
-
[`width-navPanel-${COMP$
|
|
15627
|
-
[`backgroundColor-navPanel-${COMP$
|
|
15628
|
-
[`maxWidth-content-${COMP$
|
|
15629
|
-
[`
|
|
15630
|
-
[`boxShadow-
|
|
15666
|
+
[`width-navPanel-${COMP$1t}`]: "$space-64",
|
|
15667
|
+
[`backgroundColor-navPanel-${COMP$1t}`]: "$backgroundColor",
|
|
15668
|
+
[`maxWidth-content-${COMP$1t}`]: "$maxWidth-content",
|
|
15669
|
+
[`maxWidth-${COMP$1t}`]: "$maxWidth-content",
|
|
15670
|
+
[`boxShadow-header-${COMP$1t}`]: "none",
|
|
15671
|
+
[`boxShadow-navPanel-${COMP$1t}`]: "none",
|
|
15631
15672
|
[`scroll-padding-block-Pages`]: "$space-4",
|
|
15632
15673
|
[`backgroundColor-content-App`]: "$backgroundColor",
|
|
15633
15674
|
light: {
|
|
@@ -15799,6 +15840,17 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
|
|
|
15799
15840
|
findOrCreateNavGroup
|
|
15800
15841
|
]);
|
|
15801
15842
|
const applyDefaultContentPadding = !Pages2;
|
|
15843
|
+
const footerSticky = useMemo(() => {
|
|
15844
|
+
if (!Footer3) return true;
|
|
15845
|
+
let footerNode = Footer3;
|
|
15846
|
+
if (Footer3.type === "Theme" && Footer3.children?.length > 0) {
|
|
15847
|
+
footerNode = Footer3.children.find((child) => child.type === "Footer");
|
|
15848
|
+
}
|
|
15849
|
+
if (footerNode?.type === "Footer" && footerNode.props?.sticky !== void 0) {
|
|
15850
|
+
return extractValue.asOptionalBoolean(footerNode.props.sticky, true);
|
|
15851
|
+
}
|
|
15852
|
+
return true;
|
|
15853
|
+
}, [Footer3, extractValue]);
|
|
15802
15854
|
const appProps = useMemo(
|
|
15803
15855
|
() => ({
|
|
15804
15856
|
scrollWholePage: extractValue.asOptionalBoolean(node.props.scrollWholePage, true),
|
|
@@ -15815,7 +15867,8 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
|
|
|
15815
15867
|
defaultTone: extractValue(node.props.defaultTone),
|
|
15816
15868
|
defaultTheme: extractValue(node.props.defaultTheme),
|
|
15817
15869
|
autoDetectTone: extractValue.asOptionalBoolean(node.props.autoDetectTone, false),
|
|
15818
|
-
applyDefaultContentPadding
|
|
15870
|
+
applyDefaultContentPadding,
|
|
15871
|
+
footerSticky
|
|
15819
15872
|
}),
|
|
15820
15873
|
[
|
|
15821
15874
|
extractValue,
|
|
@@ -15832,7 +15885,8 @@ function AppNode({ node, extractValue, renderChild: renderChild2, className, loo
|
|
|
15832
15885
|
node.props.defaultTheme,
|
|
15833
15886
|
node.props.autoDetectTone,
|
|
15834
15887
|
className,
|
|
15835
|
-
applyDefaultContentPadding
|
|
15888
|
+
applyDefaultContentPadding,
|
|
15889
|
+
footerSticky
|
|
15836
15890
|
]
|
|
15837
15891
|
);
|
|
15838
15892
|
const renderedHeader = useMemo(() => renderChild2(AppHeader2), [AppHeader2, renderChild2]);
|
|
@@ -15973,7 +16027,7 @@ function PageIndexer({
|
|
|
15973
16027
|
return /* @__PURE__ */ jsx("div", { ref: contentRef, children: renderChild2(Page.children) });
|
|
15974
16028
|
}
|
|
15975
16029
|
const appRenderer = createComponentRenderer(
|
|
15976
|
-
COMP$
|
|
16030
|
+
COMP$1t,
|
|
15977
16031
|
AppMd,
|
|
15978
16032
|
({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler, registerComponentApi }) => {
|
|
15979
16033
|
return /* @__PURE__ */ jsx(
|
|
@@ -16098,13 +16152,13 @@ const SlotItem = memo(
|
|
|
16098
16152
|
}
|
|
16099
16153
|
);
|
|
16100
16154
|
SlotItem.displayName = "SlotItem";
|
|
16101
|
-
const COMP$
|
|
16155
|
+
const COMP$1s = "AppHeader";
|
|
16102
16156
|
const AppHeaderMd = createMetadata({
|
|
16103
16157
|
status: "stable",
|
|
16104
16158
|
description: "`AppHeader` defines the top navigation bar of your application within the [`App`](/components/App) component. It automatically handles logo placement, application title, and user profile areas with built-in responsive behavior.",
|
|
16105
16159
|
props: {
|
|
16106
16160
|
profileMenuTemplate: dComponent(
|
|
16107
|
-
`This property makes the profile menu slot of the \`${COMP$
|
|
16161
|
+
`This property makes the profile menu slot of the \`${COMP$1s}\` component customizable.`
|
|
16108
16162
|
),
|
|
16109
16163
|
logoTemplate: dComponent(
|
|
16110
16164
|
"This property defines the template to use for the logo. With this property, you can construct your custom logo instead of using a single image."
|
|
@@ -16119,28 +16173,28 @@ const AppHeaderMd = createMetadata({
|
|
|
16119
16173
|
showLogo: {
|
|
16120
16174
|
description: "Show the logo in the header",
|
|
16121
16175
|
valueType: "boolean",
|
|
16122
|
-
defaultValue: defaultProps$
|
|
16176
|
+
defaultValue: defaultProps$16.showLogo
|
|
16123
16177
|
}
|
|
16124
16178
|
},
|
|
16125
16179
|
themeVars: parseScssVar(styles$1a.themeVars),
|
|
16126
16180
|
themeVarDescriptions: {
|
|
16127
|
-
[`padding‑logo‑${COMP$
|
|
16128
|
-
[`width‑logo‑${COMP$
|
|
16181
|
+
[`padding‑logo‑${COMP$1s}`]: "This theme variable sets the padding of the logo in the app header (including all `padding` variants, such as `paddingLeft-logo-AppHeader` and others).",
|
|
16182
|
+
[`width‑logo‑${COMP$1s}`]: "Sets the width of the displayed logo"
|
|
16129
16183
|
},
|
|
16130
16184
|
defaultThemeVars: {
|
|
16131
|
-
[`padding-drawerToggle-${COMP$
|
|
16132
|
-
[`height-${COMP$
|
|
16133
|
-
[`maxWidth-content-${COMP$
|
|
16134
|
-
[`maxWidth-${COMP$
|
|
16135
|
-
[`borderBottom-${COMP$
|
|
16136
|
-
...paddingSubject(`logo-${COMP$
|
|
16137
|
-
...paddingSubject(COMP$
|
|
16138
|
-
[`borderRadius-${COMP$
|
|
16139
|
-
[`backgroundColor-${COMP$
|
|
16185
|
+
[`padding-drawerToggle-${COMP$1s}`]: "$space-0_5",
|
|
16186
|
+
[`height-${COMP$1s}`]: "$space-14",
|
|
16187
|
+
[`maxWidth-content-${COMP$1s}`]: "$maxWidth-content-App",
|
|
16188
|
+
[`maxWidth-${COMP$1s}`]: "$maxWidth-App",
|
|
16189
|
+
[`borderBottom-${COMP$1s}`]: "1px solid $borderColor",
|
|
16190
|
+
...paddingSubject(`logo-${COMP$1s}`, { horizontal: "$space-0", vertical: "$space-0" }),
|
|
16191
|
+
...paddingSubject(COMP$1s, { horizontal: "$space-4", vertical: "$space-0" }),
|
|
16192
|
+
[`borderRadius-${COMP$1s}`]: "0px",
|
|
16193
|
+
[`backgroundColor-${COMP$1s}`]: "$color-surface-raised"
|
|
16140
16194
|
}
|
|
16141
16195
|
});
|
|
16142
16196
|
const appHeaderComponentRenderer = createComponentRenderer(
|
|
16143
|
-
COMP$
|
|
16197
|
+
COMP$1s,
|
|
16144
16198
|
AppHeaderMd,
|
|
16145
16199
|
({ node, renderChild: renderChild2, className, layoutContext, extractValue }) => {
|
|
16146
16200
|
const logoTemplate = node.props.logoTemplate || node.slots?.logoSlot;
|
|
@@ -16177,11 +16231,11 @@ const AppStateContext = createContext$1(null);
|
|
|
16177
16231
|
function useAppStateContextPart(selector) {
|
|
16178
16232
|
return useContextSelector(AppStateContext, selector);
|
|
16179
16233
|
}
|
|
16180
|
-
const defaultProps$
|
|
16234
|
+
const defaultProps$14 = {
|
|
16181
16235
|
bucket: "default"
|
|
16182
16236
|
};
|
|
16183
16237
|
function AppState({
|
|
16184
|
-
bucket = defaultProps$
|
|
16238
|
+
bucket = defaultProps$14.bucket,
|
|
16185
16239
|
updateState,
|
|
16186
16240
|
initialValue,
|
|
16187
16241
|
registerComponentApi,
|
|
@@ -16226,7 +16280,7 @@ function AppState({
|
|
|
16226
16280
|
}, [bucket, registerComponentApi, update, value]);
|
|
16227
16281
|
return null;
|
|
16228
16282
|
}
|
|
16229
|
-
const COMP$
|
|
16283
|
+
const COMP$1r = "AppState";
|
|
16230
16284
|
const AppStateMd = createMetadata({
|
|
16231
16285
|
status: "stable",
|
|
16232
16286
|
description: "`AppState` is an invisible component that provides global state management across your entire application. Unlike component variables that are scoped locally, AppState allows any component to access and update shared state without prop drilling.",
|
|
@@ -16237,12 +16291,12 @@ const AppStateMd = createMetadata({
|
|
|
16237
16291
|
},
|
|
16238
16292
|
props: {
|
|
16239
16293
|
bucket: {
|
|
16240
|
-
description: `This property is the identifier of the bucket to which the \`${COMP$
|
|
16294
|
+
description: `This property is the identifier of the bucket to which the \`${COMP$1r}\` instance is bound. Multiple \`${COMP$1r}\` instances with the same bucket will share the same state object: any of them updating the state will cause the other instances to view the new, updated state.`,
|
|
16241
16295
|
valueType: "string",
|
|
16242
|
-
defaultValue: defaultProps$
|
|
16296
|
+
defaultValue: defaultProps$14.bucket
|
|
16243
16297
|
},
|
|
16244
16298
|
initialValue: {
|
|
16245
|
-
description: `This property contains the initial state value. Though you can use multiple \`${COMP$
|
|
16299
|
+
description: `This property contains the initial state value. Though you can use multiple \`${COMP$1r}\`component instances for the same bucket with their \`initialValue\` set, it may result in faulty app logic. When xmlui instantiates an \`${COMP$1r}\` with an explicit initial value, that value is immediately merged with the existing state. The issue may come from the behavior that \`initialValue\` is set (merged) only when a component mounts. By default, the bucket's initial state is undefined.`
|
|
16246
16300
|
}
|
|
16247
16301
|
},
|
|
16248
16302
|
apis: {
|
|
@@ -16281,7 +16335,7 @@ const AppStateMd = createMetadata({
|
|
|
16281
16335
|
nonVisual: true
|
|
16282
16336
|
});
|
|
16283
16337
|
const appStateComponentRenderer = createComponentRenderer(
|
|
16284
|
-
COMP$
|
|
16338
|
+
COMP$1r,
|
|
16285
16339
|
AppStateMd,
|
|
16286
16340
|
({ node, extractValue, updateState, registerComponentApi, lookupEventHandler }) => {
|
|
16287
16341
|
return /* @__PURE__ */ jsx(
|
|
@@ -16312,10 +16366,10 @@ const styles$16 = {
|
|
|
16312
16366
|
lg,
|
|
16313
16367
|
clickable
|
|
16314
16368
|
};
|
|
16315
|
-
const defaultProps$
|
|
16369
|
+
const defaultProps$13 = {
|
|
16316
16370
|
size: "sm"
|
|
16317
16371
|
};
|
|
16318
|
-
const Avatar = memo(forwardRef(function Avatar2({ size = defaultProps$
|
|
16372
|
+
const Avatar = memo(forwardRef(function Avatar2({ size = defaultProps$13.size, url, name, style: style2, className, onClick, ...rest }, ref) {
|
|
16319
16373
|
const abbreviatedName = useMemo(() => abbrevName(name ?? null), [name]);
|
|
16320
16374
|
const handleKeyDown = (event) => {
|
|
16321
16375
|
if (onClick && (event.key === "Enter" || event.key === " ")) {
|
|
@@ -16370,23 +16424,23 @@ function abbrevName(name) {
|
|
|
16370
16424
|
}
|
|
16371
16425
|
return null;
|
|
16372
16426
|
}
|
|
16373
|
-
const COMP$
|
|
16427
|
+
const COMP$1q = "Avatar";
|
|
16374
16428
|
const AvatarMd = createMetadata({
|
|
16375
16429
|
status: "stable",
|
|
16376
16430
|
description: "`Avatar` displays a user or entity's profile picture as a circular image, with automatic fallback to initials when no image is provided. It's commonly used in headers, user lists, comments, and anywhere you need to represent a person or organization.",
|
|
16377
16431
|
props: {
|
|
16378
16432
|
size: {
|
|
16379
|
-
description: `This property defines the display size of the ${COMP$
|
|
16433
|
+
description: `This property defines the display size of the ${COMP$1q}.`,
|
|
16380
16434
|
availableValues: sizeMd,
|
|
16381
16435
|
valueType: "string",
|
|
16382
|
-
defaultValue: defaultProps$
|
|
16436
|
+
defaultValue: defaultProps$13.size
|
|
16383
16437
|
},
|
|
16384
16438
|
name: {
|
|
16385
|
-
description: `This property sets the name value the ${COMP$
|
|
16439
|
+
description: `This property sets the name value the ${COMP$1q} uses to display initials. If neither this property nor \`url\` is defined, an empty avatar is displayed.`,
|
|
16386
16440
|
valueType: "string"
|
|
16387
16441
|
},
|
|
16388
16442
|
url: {
|
|
16389
|
-
description: `This property specifies the URL of the image to display in the ${COMP$
|
|
16443
|
+
description: `This property specifies the URL of the image to display in the ${COMP$1q}. If neither this property nor \`name\` is defined, an empty avatar is displayed.`,
|
|
16390
16444
|
valueType: "string"
|
|
16391
16445
|
}
|
|
16392
16446
|
},
|
|
@@ -16395,16 +16449,16 @@ const AvatarMd = createMetadata({
|
|
|
16395
16449
|
},
|
|
16396
16450
|
themeVars: parseScssVar(styles$16.themeVars),
|
|
16397
16451
|
defaultThemeVars: {
|
|
16398
|
-
[`borderRadius-${COMP$
|
|
16399
|
-
[`boxShadow-${COMP$
|
|
16400
|
-
[`textColor-${COMP$
|
|
16401
|
-
[`fontWeight-${COMP$
|
|
16402
|
-
[`border-${COMP$
|
|
16403
|
-
[`backgroundColor-${COMP$
|
|
16452
|
+
[`borderRadius-${COMP$1q}`]: "4px",
|
|
16453
|
+
[`boxShadow-${COMP$1q}`]: "inset 0 0 0 1px rgba(4,32,69,0.1)",
|
|
16454
|
+
[`textColor-${COMP$1q}`]: "$textColor-secondary",
|
|
16455
|
+
[`fontWeight-${COMP$1q}`]: "$fontWeight-bold",
|
|
16456
|
+
[`border-${COMP$1q}`]: "0px solid $color-surface-400A80",
|
|
16457
|
+
[`backgroundColor-${COMP$1q}`]: "$color-surface-100"
|
|
16404
16458
|
}
|
|
16405
16459
|
});
|
|
16406
16460
|
const avatarComponentRenderer = createComponentRenderer(
|
|
16407
|
-
COMP$
|
|
16461
|
+
COMP$1q,
|
|
16408
16462
|
AvatarMd,
|
|
16409
16463
|
({ node, extractValue, lookupEventHandler, className, extractResourceUrl }) => {
|
|
16410
16464
|
return /* @__PURE__ */ jsx(
|
|
@@ -16431,10 +16485,10 @@ const badgeVariantValues = ["badge", "pill"];
|
|
|
16431
16485
|
function isBadgeColors(color) {
|
|
16432
16486
|
return typeof color === "object" && color !== null && "label" in color && "background" in color && typeof color.label === "string" && typeof color.background === "string";
|
|
16433
16487
|
}
|
|
16434
|
-
const defaultProps$
|
|
16488
|
+
const defaultProps$12 = {
|
|
16435
16489
|
variant: "badge"
|
|
16436
16490
|
};
|
|
16437
|
-
const Badge = forwardRef(function Badge2({ children, color, variant = defaultProps$
|
|
16491
|
+
const Badge = forwardRef(function Badge2({ children, color, variant = defaultProps$12.variant, style: style2, className, ...rest }, forwardedRef) {
|
|
16438
16492
|
return /* @__PURE__ */ jsx(
|
|
16439
16493
|
"div",
|
|
16440
16494
|
{
|
|
@@ -16455,7 +16509,7 @@ const Badge = forwardRef(function Badge2({ children, color, variant = defaultPro
|
|
|
16455
16509
|
}
|
|
16456
16510
|
);
|
|
16457
16511
|
});
|
|
16458
|
-
const COMP$
|
|
16512
|
+
const COMP$1p = "Badge";
|
|
16459
16513
|
const BadgeMd = createMetadata({
|
|
16460
16514
|
status: "stable",
|
|
16461
16515
|
description: "`Badge` displays small text labels with colored backgrounds, commonly used for status indicators, categories, tags, and counts. It supports dynamic color mapping based on content values, useful for status systems and data categorization.",
|
|
@@ -16469,10 +16523,10 @@ const BadgeMd = createMetadata({
|
|
|
16469
16523
|
description: "Modifies the shape of the component. Comes in the regular `badge` variant or the `pill` variant with fully rounded corners.",
|
|
16470
16524
|
type: "string",
|
|
16471
16525
|
availableValues: badgeVariantValues,
|
|
16472
|
-
defaultValue: defaultProps$
|
|
16526
|
+
defaultValue: defaultProps$12.variant
|
|
16473
16527
|
},
|
|
16474
16528
|
colorMap: {
|
|
16475
|
-
description: `The \`${COMP$
|
|
16529
|
+
description: `The \`${COMP$1p}\` component supports the mapping of a list of colors using the \`value\` prop as the key. If this property is not set, no color mapping is used.`
|
|
16476
16530
|
},
|
|
16477
16531
|
themeColor: dInternal(`(**NOT IMPLEMENTED YET**) The theme color of the component.`),
|
|
16478
16532
|
indicatorText: dInternal(
|
|
@@ -16487,18 +16541,18 @@ const BadgeMd = createMetadata({
|
|
|
16487
16541
|
events: {},
|
|
16488
16542
|
themeVars: parseScssVar(styles$15.themeVars),
|
|
16489
16543
|
defaultThemeVars: {
|
|
16490
|
-
[`padding-${COMP$
|
|
16491
|
-
[`border-${COMP$
|
|
16492
|
-
[`padding-${COMP$
|
|
16493
|
-
[`borderRadius-${COMP$
|
|
16494
|
-
[`fontSize-${COMP$
|
|
16495
|
-
[`fontSize-${COMP$
|
|
16496
|
-
[`backgroundColor-${COMP$
|
|
16497
|
-
[`textColor-${COMP$
|
|
16544
|
+
[`padding-${COMP$1p}`]: `$space-0_5 $space-2`,
|
|
16545
|
+
[`border-${COMP$1p}`]: `0px solid $borderColor`,
|
|
16546
|
+
[`padding-${COMP$1p}-pill`]: `$space-0_5 $space-2`,
|
|
16547
|
+
[`borderRadius-${COMP$1p}`]: "4px",
|
|
16548
|
+
[`fontSize-${COMP$1p}`]: "0.8em",
|
|
16549
|
+
[`fontSize-${COMP$1p}-pill`]: "0.8em",
|
|
16550
|
+
[`backgroundColor-${COMP$1p}`]: "rgb(from $color-secondary-500 r g b / 0.6)",
|
|
16551
|
+
[`textColor-${COMP$1p}`]: "$const-color-surface-0"
|
|
16498
16552
|
}
|
|
16499
16553
|
});
|
|
16500
16554
|
const badgeComponentRenderer = createComponentRenderer(
|
|
16501
|
-
COMP$
|
|
16555
|
+
COMP$1p,
|
|
16502
16556
|
BadgeMd,
|
|
16503
16557
|
({ node, extractValue, renderChild: renderChild2, className }) => {
|
|
16504
16558
|
const value = extractValue.asDisplayText(node.props.value);
|
|
@@ -16679,16 +16733,16 @@ const anchorRef$1 = "_anchorRef_1tdkt_2";
|
|
|
16679
16733
|
const styles$14 = {
|
|
16680
16734
|
anchorRef: anchorRef$1
|
|
16681
16735
|
};
|
|
16682
|
-
const defaultProps$
|
|
16736
|
+
const defaultProps$11 = {
|
|
16683
16737
|
level: 1,
|
|
16684
16738
|
omitFromToc: false
|
|
16685
16739
|
};
|
|
16686
16740
|
const Bookmark = ({
|
|
16687
16741
|
uid,
|
|
16688
|
-
level = defaultProps$
|
|
16742
|
+
level = defaultProps$11.level,
|
|
16689
16743
|
children,
|
|
16690
16744
|
title: title2,
|
|
16691
|
-
omitFromToc = defaultProps$
|
|
16745
|
+
omitFromToc = defaultProps$11.omitFromToc,
|
|
16692
16746
|
registerComponentApi,
|
|
16693
16747
|
...rest
|
|
16694
16748
|
}) => {
|
|
@@ -16722,7 +16776,7 @@ const Bookmark = ({
|
|
|
16722
16776
|
}, [uid, observeIntersection, registerHeading, level, title2, omitFromToc]);
|
|
16723
16777
|
return /* @__PURE__ */ jsx("span", { ...rest, ref: elementRef, id: uid, "data-anchor": true, className: styles$14.anchorRef, children });
|
|
16724
16778
|
};
|
|
16725
|
-
const COMP$
|
|
16779
|
+
const COMP$1o = "Bookmark";
|
|
16726
16780
|
const BookmarkMd = createMetadata({
|
|
16727
16781
|
status: "stable",
|
|
16728
16782
|
description: "As its name suggests, this component places a bookmark into its parent component's view. The component has an `id` that you can use in links to navigate (scroll to) the bookmark's location.",
|
|
@@ -16735,7 +16789,7 @@ const BookmarkMd = createMetadata({
|
|
|
16735
16789
|
level: {
|
|
16736
16790
|
description: "The level of the bookmark. The level is used to determine the bookmark's position in the table of contents.",
|
|
16737
16791
|
valueType: "number",
|
|
16738
|
-
defaultValue: defaultProps$
|
|
16792
|
+
defaultValue: defaultProps$11.level
|
|
16739
16793
|
},
|
|
16740
16794
|
title: {
|
|
16741
16795
|
description: "Defines the text to display the bookmark in the table of contents. If this property is empty, the text falls back to the value of `id`.",
|
|
@@ -16744,7 +16798,7 @@ const BookmarkMd = createMetadata({
|
|
|
16744
16798
|
omitFromToc: {
|
|
16745
16799
|
description: "If true, this bookmark will be excluded from the table of contents.",
|
|
16746
16800
|
valueType: "boolean",
|
|
16747
|
-
defaultValue: defaultProps$
|
|
16801
|
+
defaultValue: defaultProps$11.omitFromToc
|
|
16748
16802
|
}
|
|
16749
16803
|
},
|
|
16750
16804
|
apis: {
|
|
@@ -16755,7 +16809,7 @@ const BookmarkMd = createMetadata({
|
|
|
16755
16809
|
}
|
|
16756
16810
|
});
|
|
16757
16811
|
const bookmarkComponentRenderer = createComponentRenderer(
|
|
16758
|
-
COMP$
|
|
16812
|
+
COMP$1o,
|
|
16759
16813
|
BookmarkMd,
|
|
16760
16814
|
(rendererContext) => {
|
|
16761
16815
|
const { node, renderChild: renderChild2, extractValue, layoutContext } = rendererContext;
|
|
@@ -16799,7 +16853,7 @@ const styles$12 = {
|
|
|
16799
16853
|
disabled: disabled$a,
|
|
16800
16854
|
iconWrapper
|
|
16801
16855
|
};
|
|
16802
|
-
const defaultProps
|
|
16856
|
+
const defaultProps$10 = {
|
|
16803
16857
|
active: false,
|
|
16804
16858
|
disabled: false
|
|
16805
16859
|
};
|
|
@@ -16808,10 +16862,10 @@ const LinkNative = forwardRef(function LinkNative2(props, forwardedRef) {
|
|
|
16808
16862
|
to,
|
|
16809
16863
|
children,
|
|
16810
16864
|
icon: icon2,
|
|
16811
|
-
active: active2 = defaultProps
|
|
16865
|
+
active: active2 = defaultProps$10.active,
|
|
16812
16866
|
onClick,
|
|
16813
16867
|
target: target2,
|
|
16814
|
-
disabled: disabled2 = defaultProps
|
|
16868
|
+
disabled: disabled2 = defaultProps$10.disabled,
|
|
16815
16869
|
style: style2,
|
|
16816
16870
|
className,
|
|
16817
16871
|
...anchorProps
|
|
@@ -16876,7 +16930,7 @@ const styles$11 = {
|
|
|
16876
16930
|
preserveLinebreaks,
|
|
16877
16931
|
noEllipsis
|
|
16878
16932
|
};
|
|
16879
|
-
const defaultProps
|
|
16933
|
+
const defaultProps$$ = {
|
|
16880
16934
|
level: "h1",
|
|
16881
16935
|
ellipses: true,
|
|
16882
16936
|
omitFromToc: false,
|
|
@@ -16886,16 +16940,16 @@ const defaultProps$_ = {
|
|
|
16886
16940
|
};
|
|
16887
16941
|
const Heading = forwardRef(function Heading2({
|
|
16888
16942
|
uid,
|
|
16889
|
-
level = defaultProps
|
|
16943
|
+
level = defaultProps$$.level,
|
|
16890
16944
|
children,
|
|
16891
16945
|
sx,
|
|
16892
16946
|
style: style2,
|
|
16893
16947
|
title: title2,
|
|
16894
|
-
maxLines = defaultProps
|
|
16948
|
+
maxLines = defaultProps$$.maxLines,
|
|
16895
16949
|
preserveLinebreaks: preserveLinebreaks2,
|
|
16896
|
-
ellipses = defaultProps
|
|
16950
|
+
ellipses = defaultProps$$.ellipses,
|
|
16897
16951
|
className,
|
|
16898
|
-
omitFromToc = defaultProps
|
|
16952
|
+
omitFromToc = defaultProps$$.omitFromToc,
|
|
16899
16953
|
showAnchor,
|
|
16900
16954
|
registerComponentApi,
|
|
16901
16955
|
...furtherProps
|
|
@@ -16986,20 +17040,20 @@ const Heading = forwardRef(function Heading2({
|
|
|
16986
17040
|
}
|
|
16987
17041
|
);
|
|
16988
17042
|
});
|
|
16989
|
-
const defaultProps$
|
|
17043
|
+
const defaultProps$_ = {
|
|
16990
17044
|
orientation: "vertical",
|
|
16991
17045
|
showAvatar: false
|
|
16992
17046
|
};
|
|
16993
17047
|
const Card = forwardRef(function Card2({
|
|
16994
17048
|
children,
|
|
16995
|
-
orientation = defaultProps$
|
|
17049
|
+
orientation = defaultProps$_.orientation,
|
|
16996
17050
|
style: style2,
|
|
16997
17051
|
className,
|
|
16998
17052
|
title: title2,
|
|
16999
17053
|
subtitle: subtitle2,
|
|
17000
17054
|
linkTo,
|
|
17001
17055
|
avatarUrl,
|
|
17002
|
-
showAvatar = !!avatarUrl || defaultProps$
|
|
17056
|
+
showAvatar = !!avatarUrl || defaultProps$_.showAvatar,
|
|
17003
17057
|
avatarSize,
|
|
17004
17058
|
onClick,
|
|
17005
17059
|
...rest
|
|
@@ -17037,19 +17091,19 @@ const Card = forwardRef(function Card2({
|
|
|
17037
17091
|
}
|
|
17038
17092
|
);
|
|
17039
17093
|
});
|
|
17040
|
-
const COMP$
|
|
17094
|
+
const COMP$1n = "Card";
|
|
17041
17095
|
const CardMd = createMetadata({
|
|
17042
17096
|
status: "stable",
|
|
17043
17097
|
description: "`Card` is a versatile container that groups related content with a visual boundary, typically featuring background color, padding, borders, and rounded corners. It's ideal for organizing information, creating sections, and establishing visual hierarchy in your interface.",
|
|
17044
17098
|
props: {
|
|
17045
17099
|
avatarUrl: {
|
|
17046
|
-
description: `The url for an avarar image. If not specified, but [\`showAvatar\`](#showAvatar) is true, ${COMP$
|
|
17100
|
+
description: `The url for an avarar image. If not specified, but [\`showAvatar\`](#showAvatar) is true, ${COMP$1n} will show the first letters of the [\`title\`](#title).`,
|
|
17047
17101
|
type: "string"
|
|
17048
17102
|
},
|
|
17049
17103
|
showAvatar: {
|
|
17050
17104
|
description: `Indicates whether the avatar should be displayed`,
|
|
17051
17105
|
valueType: "boolean",
|
|
17052
|
-
defaultValue: defaultProps$
|
|
17106
|
+
defaultValue: defaultProps$_.showAvatar
|
|
17053
17107
|
},
|
|
17054
17108
|
avatarSize: {
|
|
17055
17109
|
description: `This prop sets the size of the avatar. The default value is \`sm\`.`,
|
|
@@ -17069,33 +17123,33 @@ const CardMd = createMetadata({
|
|
|
17069
17123
|
valueType: "string"
|
|
17070
17124
|
},
|
|
17071
17125
|
orientation: {
|
|
17072
|
-
description: `An optional property that governs the ${COMP$
|
|
17126
|
+
description: `An optional property that governs the ${COMP$1n}'s orientation (whether the ${COMP$1n} lays out its children in a row or a column). If the orientation is set to \`horizontal\`, the ${COMP$1n} will display its children in a row, except for its [\`title\`](#title) and [\`subtitle\`](#subtitle).`,
|
|
17073
17127
|
availableValues: orientationOptionMd,
|
|
17074
17128
|
valueType: "string",
|
|
17075
|
-
defaultValue: defaultProps$
|
|
17129
|
+
defaultValue: defaultProps$_.orientation
|
|
17076
17130
|
}
|
|
17077
17131
|
},
|
|
17078
17132
|
events: {
|
|
17079
|
-
click: dClick(COMP$
|
|
17133
|
+
click: dClick(COMP$1n)
|
|
17080
17134
|
},
|
|
17081
17135
|
themeVars: parseScssVar(styles$13.themeVars),
|
|
17082
17136
|
defaultThemeVars: {
|
|
17083
|
-
[`padding-${COMP$
|
|
17084
|
-
[`border-${COMP$
|
|
17085
|
-
[`borderRadius-${COMP$
|
|
17086
|
-
[`boxShadow-${COMP$
|
|
17087
|
-
[`backgroundColor-${COMP$
|
|
17088
|
-
[`gap-${COMP$
|
|
17089
|
-
[`gap-title-${COMP$
|
|
17090
|
-
[`gap-avatar-${COMP$
|
|
17091
|
-
[`verticalAlignment-title-${COMP$
|
|
17137
|
+
[`padding-${COMP$1n}`]: "$space-4",
|
|
17138
|
+
[`border-${COMP$1n}`]: "1px solid $borderColor",
|
|
17139
|
+
[`borderRadius-${COMP$1n}`]: "$borderRadius",
|
|
17140
|
+
[`boxShadow-${COMP$1n}`]: "none",
|
|
17141
|
+
[`backgroundColor-${COMP$1n}`]: "$color-surface-raised",
|
|
17142
|
+
[`gap-${COMP$1n}`]: "var(--stack-gap-default)",
|
|
17143
|
+
[`gap-title-${COMP$1n}`]: "$gap-none",
|
|
17144
|
+
[`gap-avatar-${COMP$1n}`]: "$gap-normal",
|
|
17145
|
+
[`verticalAlignment-title-${COMP$1n}`]: "center"
|
|
17092
17146
|
},
|
|
17093
17147
|
themeVarDescriptions: {
|
|
17094
|
-
[`gap-${COMP$
|
|
17095
|
-
[`gap-title-${COMP$
|
|
17096
|
-
[`gap-avatar-${COMP$
|
|
17097
|
-
[`horizontalAlignment-title-${COMP$
|
|
17098
|
-
[`verticalAlignment-title-${COMP$
|
|
17148
|
+
[`gap-${COMP$1n}`]: "The gap between the component's children.",
|
|
17149
|
+
[`gap-title-${COMP$1n}`]: "The gap between the title and the subtitle",
|
|
17150
|
+
[`gap-avatar-${COMP$1n}`]: "The gap between the avatar and the title panel",
|
|
17151
|
+
[`horizontalAlignment-title-${COMP$1n}`]: "The horizontal alignment of panel with the title and subtitle",
|
|
17152
|
+
[`verticalAlignment-title-${COMP$1n}`]: "The vertical alignment of the title and subtitle to the avatar"
|
|
17099
17153
|
}
|
|
17100
17154
|
});
|
|
17101
17155
|
const cardComponentRenderer = createComponentRenderer(
|
|
@@ -17121,10 +17175,10 @@ const cardComponentRenderer = createComponentRenderer(
|
|
|
17121
17175
|
);
|
|
17122
17176
|
}
|
|
17123
17177
|
);
|
|
17124
|
-
const defaultProps$
|
|
17178
|
+
const defaultProps$Z = {
|
|
17125
17179
|
throttleWaitInMs: 0
|
|
17126
17180
|
};
|
|
17127
|
-
function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$
|
|
17181
|
+
function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$Z.throttleWaitInMs }) {
|
|
17128
17182
|
const prevValue = usePrevious(listenTo);
|
|
17129
17183
|
const throttledOnChange = useMemo(() => {
|
|
17130
17184
|
if (throttleWaitInMs !== 0 && onChange) {
|
|
@@ -17144,7 +17198,7 @@ function ChangeListener({ listenTo, onChange, throttleWaitInMs = defaultProps$Y.
|
|
|
17144
17198
|
}, [listenTo, throttledOnChange, prevValue]);
|
|
17145
17199
|
return null;
|
|
17146
17200
|
}
|
|
17147
|
-
const COMP$
|
|
17201
|
+
const COMP$1m = "ChangeListener";
|
|
17148
17202
|
const ChangeListenerMd = createMetadata({
|
|
17149
17203
|
status: "stable",
|
|
17150
17204
|
description: "`ChangeListener` is an invisible component that watches for changes in values and triggers actions in response. It's essential for creating reactive behavior when you need to respond to data changes, state updates, or component property modifications outside of normal event handlers.",
|
|
@@ -17156,15 +17210,15 @@ const ChangeListenerMd = createMetadata({
|
|
|
17156
17210
|
throttleWaitInMs: {
|
|
17157
17211
|
description: `This variable sets a throttling time (in milliseconds) to apply when executing the \`didChange\` event handler. All changes within that throttling time will only fire the \`didChange\` event once.`,
|
|
17158
17212
|
valueType: "number",
|
|
17159
|
-
defaultValue: defaultProps$
|
|
17213
|
+
defaultValue: defaultProps$Z.throttleWaitInMs
|
|
17160
17214
|
}
|
|
17161
17215
|
},
|
|
17162
17216
|
events: {
|
|
17163
|
-
didChange: dDidChange(COMP$
|
|
17217
|
+
didChange: dDidChange(COMP$1m)
|
|
17164
17218
|
}
|
|
17165
17219
|
});
|
|
17166
17220
|
const changeListenerComponentRenderer = createComponentRenderer(
|
|
17167
|
-
COMP$
|
|
17221
|
+
COMP$1m,
|
|
17168
17222
|
ChangeListenerMd,
|
|
17169
17223
|
({ node, lookupEventHandler, extractValue }) => {
|
|
17170
17224
|
return /* @__PURE__ */ jsx(
|
|
@@ -17198,7 +17252,7 @@ const styles$10 = {
|
|
|
17198
17252
|
valid: valid$c,
|
|
17199
17253
|
"switch": "_switch_qiuzz_146"
|
|
17200
17254
|
};
|
|
17201
|
-
const defaultProps$
|
|
17255
|
+
const defaultProps$Y = {
|
|
17202
17256
|
initialValue: false,
|
|
17203
17257
|
value: false,
|
|
17204
17258
|
enabled: true,
|
|
@@ -17207,19 +17261,19 @@ const defaultProps$X = {
|
|
|
17207
17261
|
};
|
|
17208
17262
|
const Toggle = forwardRef(function Toggle2({
|
|
17209
17263
|
id,
|
|
17210
|
-
initialValue = defaultProps$
|
|
17211
|
-
value = defaultProps$
|
|
17212
|
-
enabled: enabled2 = defaultProps$
|
|
17264
|
+
initialValue = defaultProps$Y.initialValue,
|
|
17265
|
+
value = defaultProps$Y.value,
|
|
17266
|
+
enabled: enabled2 = defaultProps$Y.enabled,
|
|
17213
17267
|
style: style2,
|
|
17214
17268
|
readOnly: readOnly2,
|
|
17215
|
-
validationStatus = defaultProps$
|
|
17269
|
+
validationStatus = defaultProps$Y.validationStatus,
|
|
17216
17270
|
updateState = noop$1,
|
|
17217
17271
|
onClick = noop$1,
|
|
17218
17272
|
onDidChange = noop$1,
|
|
17219
17273
|
onFocus = noop$1,
|
|
17220
17274
|
onBlur = noop$1,
|
|
17221
17275
|
variant = "checkbox",
|
|
17222
|
-
indeterminate = defaultProps$
|
|
17276
|
+
indeterminate = defaultProps$Y.indeterminate,
|
|
17223
17277
|
className,
|
|
17224
17278
|
required: required2,
|
|
17225
17279
|
autoFocus,
|
|
@@ -17400,10 +17454,10 @@ const MemoizedItem = memo(
|
|
|
17400
17454
|
}
|
|
17401
17455
|
);
|
|
17402
17456
|
MemoizedItem.displayName = "MemoizedItem";
|
|
17403
|
-
const defaultProps$
|
|
17404
|
-
...defaultProps$
|
|
17457
|
+
const defaultProps$X = {
|
|
17458
|
+
...defaultProps$Y
|
|
17405
17459
|
};
|
|
17406
|
-
const COMP$
|
|
17460
|
+
const COMP$1l = "Checkbox";
|
|
17407
17461
|
const CheckboxMd = createMetadata({
|
|
17408
17462
|
status: "stable",
|
|
17409
17463
|
description: "`Checkbox` allows users to make binary choices with a clickable box that shows checked/unchecked states. It's essential for settings, preferences, multi-select lists, and accepting terms or conditions.",
|
|
@@ -17416,32 +17470,32 @@ const CheckboxMd = createMetadata({
|
|
|
17416
17470
|
}
|
|
17417
17471
|
},
|
|
17418
17472
|
props: {
|
|
17419
|
-
indeterminate: dIndeterminate(defaultProps$
|
|
17473
|
+
indeterminate: dIndeterminate(defaultProps$Y.indeterminate),
|
|
17420
17474
|
required: dRequired(),
|
|
17421
|
-
initialValue: dInitialValue(defaultProps$
|
|
17475
|
+
initialValue: dInitialValue(defaultProps$Y.initialValue),
|
|
17422
17476
|
autoFocus: dAutoFocus(),
|
|
17423
17477
|
readOnly: dReadonly(),
|
|
17424
17478
|
enabled: dEnabled(),
|
|
17425
|
-
validationStatus: dValidationStatus(defaultProps$
|
|
17479
|
+
validationStatus: dValidationStatus(defaultProps$Y.validationStatus),
|
|
17426
17480
|
description: dInternal(
|
|
17427
|
-
`(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$
|
|
17481
|
+
`(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$1l} besides its label.`
|
|
17428
17482
|
),
|
|
17429
17483
|
inputTemplate: dComponent("This property is used to define a custom checkbox input template")
|
|
17430
17484
|
},
|
|
17431
17485
|
childrenAsTemplate: "inputTemplate",
|
|
17432
17486
|
events: {
|
|
17433
|
-
click: dClick(COMP$
|
|
17434
|
-
gotFocus: dGotFocus(COMP$
|
|
17435
|
-
lostFocus: dLostFocus(COMP$
|
|
17436
|
-
didChange: dDidChange(COMP$
|
|
17487
|
+
click: dClick(COMP$1l),
|
|
17488
|
+
gotFocus: dGotFocus(COMP$1l),
|
|
17489
|
+
lostFocus: dLostFocus(COMP$1l),
|
|
17490
|
+
didChange: dDidChange(COMP$1l)
|
|
17437
17491
|
},
|
|
17438
17492
|
apis: {
|
|
17439
17493
|
value: {
|
|
17440
|
-
description: `This method returns the current value of the ${COMP$
|
|
17494
|
+
description: `This method returns the current value of the ${COMP$1l}.`,
|
|
17441
17495
|
signature: "get value(): boolean"
|
|
17442
17496
|
},
|
|
17443
17497
|
setValue: {
|
|
17444
|
-
description: `This method sets the current value of the ${COMP$
|
|
17498
|
+
description: `This method sets the current value of the ${COMP$1l}.`,
|
|
17445
17499
|
signature: "set value(value: boolean): void",
|
|
17446
17500
|
parameters: {
|
|
17447
17501
|
value: "The new value to set for the checkbox."
|
|
@@ -17451,20 +17505,20 @@ const CheckboxMd = createMetadata({
|
|
|
17451
17505
|
themeVars: parseScssVar(styles$10.themeVars),
|
|
17452
17506
|
limitThemeVarsToComponent: true,
|
|
17453
17507
|
defaultThemeVars: {
|
|
17454
|
-
[`borderColor-checked-${COMP$
|
|
17455
|
-
[`backgroundColor-checked-${COMP$
|
|
17456
|
-
[`borderColor-checked-${COMP$
|
|
17457
|
-
[`backgroundColor-checked-${COMP$
|
|
17458
|
-
[`borderColor-checked-${COMP$
|
|
17459
|
-
[`backgroundColor-checked-${COMP$
|
|
17460
|
-
[`backgroundColor-indicator-${COMP$
|
|
17461
|
-
[`borderColor-checked-${COMP$
|
|
17462
|
-
[`backgroundColor-checked-${COMP$
|
|
17463
|
-
[`backgroundColor-${COMP$
|
|
17508
|
+
[`borderColor-checked-${COMP$1l}--error`]: `$borderColor-${COMP$1l}--error`,
|
|
17509
|
+
[`backgroundColor-checked-${COMP$1l}--error`]: `$borderColor-${COMP$1l}--error`,
|
|
17510
|
+
[`borderColor-checked-${COMP$1l}--warning`]: `$borderColor-${COMP$1l}--warning`,
|
|
17511
|
+
[`backgroundColor-checked-${COMP$1l}--warning`]: `$borderColor-${COMP$1l}--warning`,
|
|
17512
|
+
[`borderColor-checked-${COMP$1l}--success`]: `$borderColor-${COMP$1l}--success`,
|
|
17513
|
+
[`backgroundColor-checked-${COMP$1l}--success`]: `$borderColor-${COMP$1l}--success`,
|
|
17514
|
+
[`backgroundColor-indicator-${COMP$1l}`]: "$backgroundColor-primary",
|
|
17515
|
+
[`borderColor-checked-${COMP$1l}`]: "$color-primary-500",
|
|
17516
|
+
[`backgroundColor-checked-${COMP$1l}`]: "$color-primary-500",
|
|
17517
|
+
[`backgroundColor-${COMP$1l}--disabled`]: "$color-surface-200"
|
|
17464
17518
|
}
|
|
17465
17519
|
});
|
|
17466
17520
|
const checkboxComponentRenderer = createComponentRenderer(
|
|
17467
|
-
COMP$
|
|
17521
|
+
COMP$1l,
|
|
17468
17522
|
CheckboxMd,
|
|
17469
17523
|
({
|
|
17470
17524
|
node,
|
|
@@ -17494,7 +17548,7 @@ const checkboxComponentRenderer = createComponentRenderer(
|
|
|
17494
17548
|
className,
|
|
17495
17549
|
initialValue: extractValue.asOptionalBoolean(
|
|
17496
17550
|
node.props.initialValue,
|
|
17497
|
-
defaultProps$
|
|
17551
|
+
defaultProps$X.initialValue
|
|
17498
17552
|
),
|
|
17499
17553
|
value: state?.value,
|
|
17500
17554
|
readOnly: extractValue.asOptionalBoolean(node.props.readOnly),
|
|
@@ -17522,11 +17576,11 @@ const styles$$ = {
|
|
|
17522
17576
|
horizontal: horizontal$3,
|
|
17523
17577
|
vertical: vertical$3
|
|
17524
17578
|
};
|
|
17525
|
-
const defaultProps$
|
|
17579
|
+
const defaultProps$W = {
|
|
17526
17580
|
orientation: "horizontal"
|
|
17527
17581
|
};
|
|
17528
17582
|
const ContentSeparator = forwardRef(
|
|
17529
|
-
({ orientation = defaultProps$
|
|
17583
|
+
({ orientation = defaultProps$W.orientation, size, style: style2, className, ...rest }, ref) => {
|
|
17530
17584
|
return /* @__PURE__ */ jsx(
|
|
17531
17585
|
"div",
|
|
17532
17586
|
{
|
|
@@ -17549,7 +17603,7 @@ const ContentSeparator = forwardRef(
|
|
|
17549
17603
|
);
|
|
17550
17604
|
}
|
|
17551
17605
|
);
|
|
17552
|
-
const COMP$
|
|
17606
|
+
const COMP$1k = "ContentSeparator";
|
|
17553
17607
|
const ContentSeparatorMd = createMetadata({
|
|
17554
17608
|
status: "stable",
|
|
17555
17609
|
description: "`ContentSeparator` creates visual dividers between content sections using horizontal or vertical lines. It's essential for improving readability by breaking up dense content, separating list items, or creating clear boundaries between different UI sections.",
|
|
@@ -17561,18 +17615,18 @@ const ContentSeparatorMd = createMetadata({
|
|
|
17561
17615
|
orientation: {
|
|
17562
17616
|
description: "Sets the main axis of the component",
|
|
17563
17617
|
availableValues: orientationOptionMd,
|
|
17564
|
-
defaultValue: defaultProps$
|
|
17618
|
+
defaultValue: defaultProps$W.orientation,
|
|
17565
17619
|
valueType: "string"
|
|
17566
17620
|
}
|
|
17567
17621
|
},
|
|
17568
17622
|
themeVars: parseScssVar(styles$$.themeVars),
|
|
17569
17623
|
defaultThemeVars: {
|
|
17570
|
-
[`backgroundColor-${COMP$
|
|
17571
|
-
[`size-${COMP$
|
|
17572
|
-
[`marginVertical-${COMP$
|
|
17573
|
-
[`marginHorizontal-${COMP$
|
|
17574
|
-
[`paddingVertical-${COMP$
|
|
17575
|
-
[`paddingHorizontal-${COMP$
|
|
17624
|
+
[`backgroundColor-${COMP$1k}`]: "$color-surface-200",
|
|
17625
|
+
[`size-${COMP$1k}`]: "1px",
|
|
17626
|
+
[`marginVertical-${COMP$1k}`]: "0",
|
|
17627
|
+
[`marginHorizontal-${COMP$1k}`]: "0",
|
|
17628
|
+
[`paddingVertical-${COMP$1k}`]: "0",
|
|
17629
|
+
[`paddingHorizontal-${COMP$1k}`]: "0",
|
|
17576
17630
|
light: {
|
|
17577
17631
|
// --- No light-specific theme vars
|
|
17578
17632
|
},
|
|
@@ -17582,7 +17636,7 @@ const ContentSeparatorMd = createMetadata({
|
|
|
17582
17636
|
}
|
|
17583
17637
|
});
|
|
17584
17638
|
const contentSeparatorComponentRenderer = createComponentRenderer(
|
|
17585
|
-
COMP$
|
|
17639
|
+
COMP$1k,
|
|
17586
17640
|
ContentSeparatorMd,
|
|
17587
17641
|
({ node, className, extractValue }) => {
|
|
17588
17642
|
return /* @__PURE__ */ jsx(
|
|
@@ -17716,7 +17770,7 @@ const dateFormats$1 = [
|
|
|
17716
17770
|
"yyyyMMdd",
|
|
17717
17771
|
"MMddyyyy"
|
|
17718
17772
|
];
|
|
17719
|
-
const defaultProps$
|
|
17773
|
+
const defaultProps$V = {
|
|
17720
17774
|
mode: "single",
|
|
17721
17775
|
validationStatus: "none",
|
|
17722
17776
|
enabled: true,
|
|
@@ -17742,24 +17796,24 @@ const DatePicker = forwardRef(function DatePicker2({
|
|
|
17742
17796
|
id,
|
|
17743
17797
|
initialValue,
|
|
17744
17798
|
value,
|
|
17745
|
-
mode = defaultProps$
|
|
17746
|
-
enabled: enabled2 = defaultProps$
|
|
17799
|
+
mode = defaultProps$V.mode,
|
|
17800
|
+
enabled: enabled2 = defaultProps$V.enabled,
|
|
17747
17801
|
placeholder: placeholder2,
|
|
17748
17802
|
updateState = noop$1,
|
|
17749
|
-
validationStatus = defaultProps$
|
|
17803
|
+
validationStatus = defaultProps$V.validationStatus,
|
|
17750
17804
|
onDidChange = noop$1,
|
|
17751
17805
|
onFocus = noop$1,
|
|
17752
17806
|
onBlur = noop$1,
|
|
17753
|
-
dateFormat = defaultProps$
|
|
17754
|
-
showWeekNumber = defaultProps$
|
|
17755
|
-
weekStartsOn = defaultProps$
|
|
17807
|
+
dateFormat = defaultProps$V.dateFormat,
|
|
17808
|
+
showWeekNumber = defaultProps$V.showWeekNumber,
|
|
17809
|
+
weekStartsOn = defaultProps$V.weekStartsOn,
|
|
17756
17810
|
startDate,
|
|
17757
17811
|
endDate,
|
|
17758
|
-
disabledDates = defaultProps$
|
|
17812
|
+
disabledDates = defaultProps$V.disabledDates,
|
|
17759
17813
|
style: style2,
|
|
17760
17814
|
className,
|
|
17761
17815
|
registerComponentApi,
|
|
17762
|
-
inline = defaultProps$
|
|
17816
|
+
inline = defaultProps$V.inline,
|
|
17763
17817
|
startText,
|
|
17764
17818
|
startIcon,
|
|
17765
17819
|
endText,
|
|
@@ -18086,7 +18140,7 @@ const parseDate = (dateString) => {
|
|
|
18086
18140
|
}
|
|
18087
18141
|
return void 0;
|
|
18088
18142
|
};
|
|
18089
|
-
const COMP$
|
|
18143
|
+
const COMP$1j = "DatePicker";
|
|
18090
18144
|
const DatePickerMd = createMetadata({
|
|
18091
18145
|
status: "experimental",
|
|
18092
18146
|
description: "`DatePicker` provides an interactive calendar interface for selecting single dates or date ranges, with customizable formatting and validation options. It displays a text input that opens a calendar popup when clicked, offering both keyboard and mouse interaction.",
|
|
@@ -18095,29 +18149,29 @@ const DatePickerMd = createMetadata({
|
|
|
18095
18149
|
initialValue: dInitialValue(),
|
|
18096
18150
|
autoFocus: dAutoFocus(),
|
|
18097
18151
|
readOnly: dReadonly(),
|
|
18098
|
-
enabled: dEnabled(defaultProps$
|
|
18099
|
-
validationStatus: dValidationStatus(defaultProps$
|
|
18152
|
+
enabled: dEnabled(defaultProps$V.enabled),
|
|
18153
|
+
validationStatus: dValidationStatus(defaultProps$V.validationStatus),
|
|
18100
18154
|
mode: {
|
|
18101
18155
|
description: "The mode of the datepicker (single or range)",
|
|
18102
18156
|
valueType: "string",
|
|
18103
18157
|
availableValues: DatePickerModeValues,
|
|
18104
|
-
defaultValue: defaultProps$
|
|
18158
|
+
defaultValue: defaultProps$V.mode
|
|
18105
18159
|
},
|
|
18106
18160
|
dateFormat: {
|
|
18107
18161
|
description: "The format of the date displayed in the input field",
|
|
18108
18162
|
valueType: "string",
|
|
18109
|
-
defaultValue: defaultProps$
|
|
18163
|
+
defaultValue: defaultProps$V.dateFormat,
|
|
18110
18164
|
availableValues: dateFormats$1
|
|
18111
18165
|
},
|
|
18112
18166
|
showWeekNumber: {
|
|
18113
18167
|
description: "Whether to show the week number in the calendar",
|
|
18114
18168
|
valueType: "boolean",
|
|
18115
|
-
defaultValue: defaultProps$
|
|
18169
|
+
defaultValue: defaultProps$V.showWeekNumber
|
|
18116
18170
|
},
|
|
18117
18171
|
weekStartsOn: {
|
|
18118
18172
|
description: "The first day of the week. 0 is Sunday, 1 is Monday, etc.",
|
|
18119
18173
|
valueType: "number",
|
|
18120
|
-
defaultValue: defaultProps$
|
|
18174
|
+
defaultValue: defaultProps$V.weekStartsOn,
|
|
18121
18175
|
availableValues: [
|
|
18122
18176
|
{
|
|
18123
18177
|
value: WeekDays$1.Sunday,
|
|
@@ -18164,7 +18218,7 @@ const DatePickerMd = createMetadata({
|
|
|
18164
18218
|
inline: {
|
|
18165
18219
|
description: "If set to true, the calendar is always visible and its panel is rendered as part of the layout. If false, the calendar is shown in a popup when the input is focused or clicked.",
|
|
18166
18220
|
valueType: "boolean",
|
|
18167
|
-
defaultValue: defaultProps$
|
|
18221
|
+
defaultValue: defaultProps$V.inline
|
|
18168
18222
|
},
|
|
18169
18223
|
startText: dStartText(),
|
|
18170
18224
|
startIcon: dStartIcon(),
|
|
@@ -18172,13 +18226,13 @@ const DatePickerMd = createMetadata({
|
|
|
18172
18226
|
endIcon: dEndIcon()
|
|
18173
18227
|
},
|
|
18174
18228
|
events: {
|
|
18175
|
-
didChange: dDidChange(COMP$
|
|
18176
|
-
gotFocus: dGotFocus(COMP$
|
|
18177
|
-
lostFocus: dLostFocus(COMP$
|
|
18229
|
+
didChange: dDidChange(COMP$1j),
|
|
18230
|
+
gotFocus: dGotFocus(COMP$1j),
|
|
18231
|
+
lostFocus: dLostFocus(COMP$1j)
|
|
18178
18232
|
},
|
|
18179
18233
|
apis: {
|
|
18180
18234
|
focus: {
|
|
18181
|
-
description: `Focus the ${COMP$
|
|
18235
|
+
description: `Focus the ${COMP$1j} component.`,
|
|
18182
18236
|
signature: "focus(): void"
|
|
18183
18237
|
},
|
|
18184
18238
|
value: {
|
|
@@ -18186,7 +18240,7 @@ const DatePickerMd = createMetadata({
|
|
|
18186
18240
|
signature: "get value(): any"
|
|
18187
18241
|
},
|
|
18188
18242
|
setValue: {
|
|
18189
|
-
description: `This method sets the current value of the ${COMP$
|
|
18243
|
+
description: `This method sets the current value of the ${COMP$1j}.`,
|
|
18190
18244
|
signature: "set value(value: any): void",
|
|
18191
18245
|
parameters: {
|
|
18192
18246
|
value: "The new value to set for the date picker."
|
|
@@ -18195,19 +18249,19 @@ const DatePickerMd = createMetadata({
|
|
|
18195
18249
|
},
|
|
18196
18250
|
themeVars: parseScssVar(styles$_.themeVars),
|
|
18197
18251
|
defaultThemeVars: {
|
|
18198
|
-
[`boxShadow-menu-${COMP$
|
|
18199
|
-
[`borderRadius-menu-${COMP$
|
|
18200
|
-
[`textColor-value-${COMP$
|
|
18201
|
-
[`borderColor-selectedItem-${COMP$
|
|
18202
|
-
[`backgroundColor-menu-${COMP$
|
|
18203
|
-
[`backgroundColor-item-${COMP$
|
|
18204
|
-
[`backgroundColor-item-${COMP$
|
|
18205
|
-
[`paddingVertical-${COMP$
|
|
18206
|
-
[`paddingHorizontal-${COMP$
|
|
18252
|
+
[`boxShadow-menu-${COMP$1j}`]: "$boxShadow-md",
|
|
18253
|
+
[`borderRadius-menu-${COMP$1j}`]: "$borderRadius",
|
|
18254
|
+
[`textColor-value-${COMP$1j}`]: "$textColor-primary",
|
|
18255
|
+
[`borderColor-selectedItem-${COMP$1j}`]: "$color-primary-200",
|
|
18256
|
+
[`backgroundColor-menu-${COMP$1j}`]: "$color-surface-50",
|
|
18257
|
+
[`backgroundColor-item-${COMP$1j}--hover`]: "$color-surface-100",
|
|
18258
|
+
[`backgroundColor-item-${COMP$1j}--active`]: "$color-surface-200",
|
|
18259
|
+
[`paddingVertical-${COMP$1j}`]: "$space-2",
|
|
18260
|
+
[`paddingHorizontal-${COMP$1j}`]: "$space-2"
|
|
18207
18261
|
}
|
|
18208
18262
|
});
|
|
18209
18263
|
const datePickerComponentRenderer = createComponentRenderer(
|
|
18210
|
-
COMP$
|
|
18264
|
+
COMP$1j,
|
|
18211
18265
|
DatePickerMd,
|
|
18212
18266
|
({
|
|
18213
18267
|
node,
|
|
@@ -18621,16 +18675,16 @@ const MenuSeparatorMd = createMetadata({
|
|
|
18621
18675
|
const menuSeparatorRenderer = createComponentRenderer(MSEP, MenuSeparatorMd, () => {
|
|
18622
18676
|
return /* @__PURE__ */ jsx(MenuSeparator, {});
|
|
18623
18677
|
});
|
|
18624
|
-
const defaultProps$
|
|
18678
|
+
const defaultProps$U = {
|
|
18625
18679
|
theme: "light",
|
|
18626
18680
|
select: noop$1,
|
|
18627
18681
|
autoFocus: false
|
|
18628
18682
|
};
|
|
18629
18683
|
const EmojiSelector = forwardRef(
|
|
18630
18684
|
({
|
|
18631
|
-
select = defaultProps$
|
|
18632
|
-
theme: theme2 = defaultProps$
|
|
18633
|
-
autoFocus = defaultProps$
|
|
18685
|
+
select = defaultProps$U.select,
|
|
18686
|
+
theme: theme2 = defaultProps$U.theme,
|
|
18687
|
+
autoFocus = defaultProps$U.autoFocus,
|
|
18634
18688
|
...rest
|
|
18635
18689
|
}, ref) => /* @__PURE__ */ jsx(
|
|
18636
18690
|
"div",
|
|
@@ -18656,14 +18710,14 @@ const EmojiSelector = forwardRef(
|
|
|
18656
18710
|
}
|
|
18657
18711
|
)
|
|
18658
18712
|
);
|
|
18659
|
-
const COMP$
|
|
18713
|
+
const COMP$1i = "EmojiSelector";
|
|
18660
18714
|
const EmojiSelectorMd = createMetadata({
|
|
18661
18715
|
status: "experimental",
|
|
18662
18716
|
description: "`EmojiSelector` enables users to browse, search and select emojis from their system's native emoji set.",
|
|
18663
18717
|
props: {
|
|
18664
18718
|
autoFocus: {
|
|
18665
18719
|
...dAutoFocus(),
|
|
18666
|
-
defaultValue: defaultProps$
|
|
18720
|
+
defaultValue: defaultProps$U.autoFocus
|
|
18667
18721
|
}
|
|
18668
18722
|
},
|
|
18669
18723
|
events: {
|
|
@@ -18671,7 +18725,7 @@ const EmojiSelectorMd = createMetadata({
|
|
|
18671
18725
|
}
|
|
18672
18726
|
});
|
|
18673
18727
|
const emojiSelectorRenderer = createComponentRenderer(
|
|
18674
|
-
COMP$
|
|
18728
|
+
COMP$1i,
|
|
18675
18729
|
EmojiSelectorMd,
|
|
18676
18730
|
({ node, lookupEventHandler, extractValue }) => {
|
|
18677
18731
|
const onActionSelect = lookupEventHandler("select");
|
|
@@ -18701,7 +18755,7 @@ const styles$Y = {
|
|
|
18701
18755
|
button: button$1
|
|
18702
18756
|
};
|
|
18703
18757
|
const { useDropzone: useDropzone$1 } = dropzone;
|
|
18704
|
-
const defaultProps$
|
|
18758
|
+
const defaultProps$T = {
|
|
18705
18759
|
enabled: true,
|
|
18706
18760
|
buttonPosition: "end",
|
|
18707
18761
|
buttonLabel: "Browse",
|
|
@@ -18715,12 +18769,12 @@ const defaultProps$S = {
|
|
|
18715
18769
|
};
|
|
18716
18770
|
const FileInput = ({
|
|
18717
18771
|
id,
|
|
18718
|
-
enabled: enabled2 = defaultProps$
|
|
18772
|
+
enabled: enabled2 = defaultProps$T.enabled,
|
|
18719
18773
|
style: style2,
|
|
18720
18774
|
className,
|
|
18721
18775
|
placeholder: placeholder2,
|
|
18722
|
-
buttonPosition = defaultProps$
|
|
18723
|
-
buttonLabel = defaultProps$
|
|
18776
|
+
buttonPosition = defaultProps$T.buttonPosition,
|
|
18777
|
+
buttonLabel = defaultProps$T.buttonLabel,
|
|
18724
18778
|
buttonIcon: buttonIcon2,
|
|
18725
18779
|
buttonIconPosition,
|
|
18726
18780
|
variant,
|
|
@@ -18728,16 +18782,16 @@ const FileInput = ({
|
|
|
18728
18782
|
buttonSize,
|
|
18729
18783
|
autoFocus,
|
|
18730
18784
|
validationStatus,
|
|
18731
|
-
updateState = defaultProps$
|
|
18732
|
-
onDidChange = defaultProps$
|
|
18733
|
-
onFocus = defaultProps$
|
|
18734
|
-
onBlur = defaultProps$
|
|
18785
|
+
updateState = defaultProps$T.updateState,
|
|
18786
|
+
onDidChange = defaultProps$T.onDidChange,
|
|
18787
|
+
onFocus = defaultProps$T.onFocus,
|
|
18788
|
+
onBlur = defaultProps$T.onBlur,
|
|
18735
18789
|
registerComponentApi,
|
|
18736
18790
|
value,
|
|
18737
18791
|
initialValue,
|
|
18738
18792
|
acceptsFileType,
|
|
18739
|
-
multiple = defaultProps$
|
|
18740
|
-
directory = defaultProps$
|
|
18793
|
+
multiple = defaultProps$T.multiple,
|
|
18794
|
+
directory = defaultProps$T.directory,
|
|
18741
18795
|
required: required2,
|
|
18742
18796
|
...rest
|
|
18743
18797
|
}) => {
|
|
@@ -18871,7 +18925,7 @@ function isFile(value) {
|
|
|
18871
18925
|
function isFileArray(value) {
|
|
18872
18926
|
return Array.isArray(value) && value.every(isFile);
|
|
18873
18927
|
}
|
|
18874
|
-
const COMP$
|
|
18928
|
+
const COMP$1h = "FileInput";
|
|
18875
18929
|
const DEFAULT_ICON = "browse:FileInput";
|
|
18876
18930
|
const FileInputMd = createMetadata({
|
|
18877
18931
|
status: "stable",
|
|
@@ -18887,7 +18941,7 @@ const FileInputMd = createMetadata({
|
|
|
18887
18941
|
buttonVariant: d("The button variant to use", buttonVariantNames),
|
|
18888
18942
|
buttonLabel: d(`This property is an optional string to set a label for the button part.`),
|
|
18889
18943
|
buttonIcon: d(
|
|
18890
|
-
`The ID of the icon to display in the button. You can change the default icon for all ${COMP$
|
|
18944
|
+
`The ID of the icon to display in the button. You can change the default icon for all ${COMP$1h} instances with the "icon.browse:FileInput" declaration in the app configuration file.`
|
|
18891
18945
|
),
|
|
18892
18946
|
buttonIconPosition: d(
|
|
18893
18947
|
`This optional string determines the location of the button icon.`,
|
|
@@ -18904,7 +18958,7 @@ const FileInputMd = createMetadata({
|
|
|
18904
18958
|
null,
|
|
18905
18959
|
"boolean"
|
|
18906
18960
|
),
|
|
18907
|
-
defaultValue: defaultProps$
|
|
18961
|
+
defaultValue: defaultProps$T.multiple
|
|
18908
18962
|
},
|
|
18909
18963
|
directory: {
|
|
18910
18964
|
...d(
|
|
@@ -18912,27 +18966,27 @@ const FileInputMd = createMetadata({
|
|
|
18912
18966
|
null,
|
|
18913
18967
|
"boolean"
|
|
18914
18968
|
),
|
|
18915
|
-
defaultValue: defaultProps$
|
|
18969
|
+
defaultValue: defaultProps$T.directory
|
|
18916
18970
|
},
|
|
18917
18971
|
buttonPosition: {
|
|
18918
18972
|
...d(`This property determines the position of the button relative to the input field.`, [
|
|
18919
18973
|
"start",
|
|
18920
18974
|
"end"
|
|
18921
18975
|
]),
|
|
18922
|
-
defaultValue: defaultProps$
|
|
18976
|
+
defaultValue: defaultProps$T.buttonPosition
|
|
18923
18977
|
},
|
|
18924
18978
|
buttonSize: d("The size of the button (small, medium, large)", sizeMd),
|
|
18925
18979
|
buttonThemeColor: d(
|
|
18926
18980
|
"The button color scheme (primary, secondary, attention)",
|
|
18927
18981
|
buttonThemeNames,
|
|
18928
18982
|
"string",
|
|
18929
|
-
defaultProps$
|
|
18983
|
+
defaultProps$T.buttonThemeColor
|
|
18930
18984
|
)
|
|
18931
18985
|
},
|
|
18932
18986
|
events: {
|
|
18933
|
-
didChange: dDidChange(COMP$
|
|
18934
|
-
gotFocus: dGotFocus(COMP$
|
|
18935
|
-
lostFocus: dLostFocus(COMP$
|
|
18987
|
+
didChange: dDidChange(COMP$1h),
|
|
18988
|
+
gotFocus: dGotFocus(COMP$1h),
|
|
18989
|
+
lostFocus: dLostFocus(COMP$1h)
|
|
18936
18990
|
},
|
|
18937
18991
|
apis: {
|
|
18938
18992
|
value: {
|
|
@@ -18958,7 +19012,7 @@ const FileInputMd = createMetadata({
|
|
|
18958
19012
|
themeVars: parseScssVar(styles$Y.themeVars)
|
|
18959
19013
|
});
|
|
18960
19014
|
const fileInputRenderer = createComponentRenderer(
|
|
18961
|
-
COMP$
|
|
19015
|
+
COMP$1h,
|
|
18962
19016
|
FileInputMd,
|
|
18963
19017
|
({ node, state, updateState, extractValue, lookupEventHandler, registerComponentApi, className }) => {
|
|
18964
19018
|
const iconName = extractValue.asOptionalString(node.props.buttonIcon) || DEFAULT_ICON;
|
|
@@ -19001,7 +19055,7 @@ const styles$X = {
|
|
|
19001
19055
|
dropPlaceholder
|
|
19002
19056
|
};
|
|
19003
19057
|
const { useDropzone } = dropzone;
|
|
19004
|
-
const defaultProps$
|
|
19058
|
+
const defaultProps$S = {
|
|
19005
19059
|
onUpload: asyncNoop,
|
|
19006
19060
|
uid: "fileUploadDialog",
|
|
19007
19061
|
allowPaste: true,
|
|
@@ -19010,14 +19064,14 @@ const defaultProps$R = {
|
|
|
19010
19064
|
};
|
|
19011
19065
|
const FileUploadDropZone = forwardRef(function FileUploadDropZone2({
|
|
19012
19066
|
children,
|
|
19013
|
-
onUpload = defaultProps$
|
|
19014
|
-
uid = defaultProps$
|
|
19067
|
+
onUpload = defaultProps$S.onUpload,
|
|
19068
|
+
uid = defaultProps$S.uid,
|
|
19015
19069
|
registerComponentApi,
|
|
19016
19070
|
style: style2,
|
|
19017
19071
|
className,
|
|
19018
|
-
allowPaste = defaultProps$
|
|
19019
|
-
text: text2 = defaultProps$
|
|
19020
|
-
disabled: disabled2 = defaultProps$
|
|
19072
|
+
allowPaste = defaultProps$S.allowPaste,
|
|
19073
|
+
text: text2 = defaultProps$S.text,
|
|
19074
|
+
disabled: disabled2 = defaultProps$S.disabled,
|
|
19021
19075
|
updateState,
|
|
19022
19076
|
acceptedFileTypes,
|
|
19023
19077
|
maxFiles,
|
|
@@ -19099,20 +19153,20 @@ const FileUploadDropZone = forwardRef(function FileUploadDropZone2({
|
|
|
19099
19153
|
] })
|
|
19100
19154
|
] });
|
|
19101
19155
|
});
|
|
19102
|
-
const COMP$
|
|
19156
|
+
const COMP$1g = "FileUploadDropZone";
|
|
19103
19157
|
const FileUploadDropZoneMd = createMetadata({
|
|
19104
19158
|
status: "stable",
|
|
19105
19159
|
description: "`FileUploadDropZone` enables users to upload files by dragging and dropping files from their local file system onto a designated area within the UI.",
|
|
19106
19160
|
props: {
|
|
19107
19161
|
text: {
|
|
19108
19162
|
description: "With this property, you can change the default text to display when files are dragged over the drop zone.",
|
|
19109
|
-
defaultValue: defaultProps$
|
|
19163
|
+
defaultValue: defaultProps$S.text,
|
|
19110
19164
|
type: "string"
|
|
19111
19165
|
},
|
|
19112
19166
|
allowPaste: {
|
|
19113
19167
|
description: "This property indicates if the drop zone accepts files pasted from the clipboard (`true`) or only dragged files (`false`).",
|
|
19114
19168
|
type: "boolean",
|
|
19115
|
-
defaultValue: defaultProps$
|
|
19169
|
+
defaultValue: defaultProps$S.allowPaste
|
|
19116
19170
|
},
|
|
19117
19171
|
enabled: d(
|
|
19118
19172
|
`If set to \`false\`, the drop zone will be disabled and users will not be able to upload files.`,
|
|
@@ -19143,7 +19197,7 @@ const FileUploadDropZoneMd = createMetadata({
|
|
|
19143
19197
|
}
|
|
19144
19198
|
});
|
|
19145
19199
|
const fileUploadDropZoneComponentRenderer = createComponentRenderer(
|
|
19146
|
-
COMP$
|
|
19200
|
+
COMP$1g,
|
|
19147
19201
|
FileUploadDropZoneMd,
|
|
19148
19202
|
({ node, extractValue, updateState, renderChild: renderChild2, lookupEventHandler, registerComponentApi, className }) => {
|
|
19149
19203
|
return /* @__PURE__ */ jsx(
|
|
@@ -19283,7 +19337,7 @@ const FlowItemWrapper = forwardRef(function FlowItemWrapper2({ children, forceBr
|
|
|
19283
19337
|
isStarSizing && /* @__PURE__ */ jsx(FlowItemBreak, {})
|
|
19284
19338
|
] });
|
|
19285
19339
|
});
|
|
19286
|
-
const defaultProps$
|
|
19340
|
+
const defaultProps$R = {
|
|
19287
19341
|
columnGap: "$gap-normal",
|
|
19288
19342
|
rowGap: "$gap-normal"
|
|
19289
19343
|
};
|
|
@@ -19309,29 +19363,29 @@ const FlowLayout = forwardRef(function FlowLayout2({ style: style2, className, c
|
|
|
19309
19363
|
}, [_columnGap, _rowGap]);
|
|
19310
19364
|
return /* @__PURE__ */ jsx(FlowLayoutContext.Provider, { value: flowLayoutContextValue, children: /* @__PURE__ */ jsx("div", { style: style2, className, ref: forwardedRef, ...rest, children: /* @__PURE__ */ jsx("div", { className: styles$W.outer, children: /* @__PURE__ */ jsx("div", { className: classnames(styles$W.flowContainer, styles$W.horizontal), style: innerStyle, children }) }) }) });
|
|
19311
19365
|
});
|
|
19312
|
-
const COMP$
|
|
19366
|
+
const COMP$1f = "FlowLayout";
|
|
19313
19367
|
const FlowLayoutMd = createMetadata({
|
|
19314
19368
|
status: "stable",
|
|
19315
19369
|
description: "`FlowLayout` positions content in rows with automatic wrapping. When items exceed the available horizontal space, they automatically wrap to a new line.",
|
|
19316
19370
|
props: {
|
|
19317
19371
|
gap: {
|
|
19318
|
-
description: `This property defines the gap between items in the same row and between rows. The ${COMP$
|
|
19372
|
+
description: `This property defines the gap between items in the same row and between rows. The ${COMP$1f} component creates a new row when an item is about to overflow the current row.`,
|
|
19319
19373
|
type: "string",
|
|
19320
19374
|
defaultValue: "$gap-normal"
|
|
19321
19375
|
},
|
|
19322
19376
|
columnGap: {
|
|
19323
19377
|
description: "The `columnGap` property specifies the space between items in a single row; it overrides the `gap` value.",
|
|
19324
|
-
defaultValue: defaultProps$
|
|
19378
|
+
defaultValue: defaultProps$R.columnGap
|
|
19325
19379
|
},
|
|
19326
19380
|
rowGap: {
|
|
19327
|
-
description: `The \`rowGap\` property specifies the space between the ${COMP$
|
|
19328
|
-
defaultValue: defaultProps$
|
|
19381
|
+
description: `The \`rowGap\` property specifies the space between the ${COMP$1f} rows; it overrides the \`gap\` value.`,
|
|
19382
|
+
defaultValue: defaultProps$R.rowGap
|
|
19329
19383
|
}
|
|
19330
19384
|
},
|
|
19331
19385
|
themeVars: parseScssVar(styles$W.themeVars)
|
|
19332
19386
|
});
|
|
19333
19387
|
const flowLayoutComponentRenderer = createComponentRenderer(
|
|
19334
|
-
COMP$
|
|
19388
|
+
COMP$1f,
|
|
19335
19389
|
FlowLayoutMd,
|
|
19336
19390
|
({ node, renderChild: renderChild2, className, extractValue }) => {
|
|
19337
19391
|
if (!isComponentDefChildren(node.children)) {
|
|
@@ -19374,40 +19428,62 @@ const styles$V = {
|
|
|
19374
19428
|
wrapper: wrapper$f,
|
|
19375
19429
|
full
|
|
19376
19430
|
};
|
|
19431
|
+
const defaultProps$Q = {
|
|
19432
|
+
sticky: true
|
|
19433
|
+
};
|
|
19377
19434
|
const Footer = forwardRef(function Footer2({
|
|
19378
19435
|
children,
|
|
19379
19436
|
style: style2,
|
|
19380
19437
|
className,
|
|
19438
|
+
sticky: sticky2 = defaultProps$Q.sticky,
|
|
19381
19439
|
...rest
|
|
19382
19440
|
}, forwardedRef) {
|
|
19383
19441
|
const { layout } = useAppLayoutContext() || {};
|
|
19384
19442
|
const canRestrictContentWidth = layout !== "vertical-full-header";
|
|
19385
|
-
return /* @__PURE__ */ jsx(
|
|
19443
|
+
return /* @__PURE__ */ jsx(
|
|
19386
19444
|
"div",
|
|
19387
19445
|
{
|
|
19388
|
-
|
|
19389
|
-
|
|
19390
|
-
|
|
19391
|
-
|
|
19446
|
+
...rest,
|
|
19447
|
+
className: styles$V.outerWrapper,
|
|
19448
|
+
ref: forwardedRef,
|
|
19449
|
+
style: style2,
|
|
19450
|
+
role: "contentinfo",
|
|
19451
|
+
"data-sticky": sticky2,
|
|
19452
|
+
children: /* @__PURE__ */ jsx(
|
|
19453
|
+
"div",
|
|
19454
|
+
{
|
|
19455
|
+
className: classnames(styles$V.wrapper, className, {
|
|
19456
|
+
[styles$V.full]: !canRestrictContentWidth
|
|
19457
|
+
}),
|
|
19458
|
+
children
|
|
19459
|
+
}
|
|
19460
|
+
)
|
|
19392
19461
|
}
|
|
19393
|
-
)
|
|
19462
|
+
);
|
|
19394
19463
|
});
|
|
19395
|
-
const COMP$
|
|
19464
|
+
const COMP$1e = "Footer";
|
|
19396
19465
|
const FooterMd = createMetadata({
|
|
19397
19466
|
status: "stable",
|
|
19398
19467
|
description: "`Footer` provides a designated area at the bottom of your application for footer content such as branding, copyright notices, or utility controls like theme toggles.",
|
|
19468
|
+
props: {
|
|
19469
|
+
sticky: {
|
|
19470
|
+
description: "When set to true (default), keeps the Footer docked to the bottom of the page in sticky layouts. When set to false, allows the Footer to scroll with the main content for non-desktop layouts. In desktop layout, the Footer remains sticky regardless of this property.",
|
|
19471
|
+
valueType: "boolean",
|
|
19472
|
+
defaultValue: true
|
|
19473
|
+
}
|
|
19474
|
+
},
|
|
19399
19475
|
themeVars: parseScssVar(styles$V.themeVars),
|
|
19400
19476
|
limitThemeVarsToComponent: true,
|
|
19401
19477
|
defaultThemeVars: {
|
|
19402
|
-
[`backgroundColor-${COMP$
|
|
19403
|
-
[`verticalAlignment-${COMP$
|
|
19404
|
-
[`fontSize-${COMP$
|
|
19405
|
-
[`textColor-${COMP$
|
|
19406
|
-
[`maxWidth-content-${COMP$
|
|
19407
|
-
[`borderTop-${COMP$
|
|
19408
|
-
[`padding-${COMP$
|
|
19409
|
-
[`gap-${COMP$
|
|
19410
|
-
[`margin-${COMP$
|
|
19478
|
+
[`backgroundColor-${COMP$1e}`]: "$backgroundColor-AppHeader",
|
|
19479
|
+
[`verticalAlignment-${COMP$1e}`]: "center",
|
|
19480
|
+
[`fontSize-${COMP$1e}`]: "$fontSize-sm",
|
|
19481
|
+
[`textColor-${COMP$1e}`]: "$textColor-secondary",
|
|
19482
|
+
[`maxWidth-content-${COMP$1e}`]: "$maxWidth-content",
|
|
19483
|
+
[`borderTop-${COMP$1e}`]: `1px solid $borderColor`,
|
|
19484
|
+
[`padding-${COMP$1e}`]: "$space-2 $space-4",
|
|
19485
|
+
[`gap-${COMP$1e}`]: "$space-normal",
|
|
19486
|
+
[`margin-${COMP$1e}`]: `0 auto`,
|
|
19411
19487
|
light: {
|
|
19412
19488
|
// --- No light-specific theme vars
|
|
19413
19489
|
},
|
|
@@ -19417,13 +19493,21 @@ const FooterMd = createMetadata({
|
|
|
19417
19493
|
}
|
|
19418
19494
|
});
|
|
19419
19495
|
const footerRenderer = createComponentRenderer(
|
|
19420
|
-
COMP$
|
|
19496
|
+
COMP$1e,
|
|
19421
19497
|
FooterMd,
|
|
19422
|
-
({ node, renderChild: renderChild2, className, layoutContext }) => {
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
|
|
19498
|
+
({ node, renderChild: renderChild2, className, layoutContext, extractValue }) => {
|
|
19499
|
+
const sticky2 = extractValue.asOptionalBoolean(node.props.sticky, true);
|
|
19500
|
+
return /* @__PURE__ */ jsx(
|
|
19501
|
+
Footer,
|
|
19502
|
+
{
|
|
19503
|
+
className: classnames(layoutContext?.themeClassName, className),
|
|
19504
|
+
sticky: sticky2,
|
|
19505
|
+
children: renderChild2(node.children, {
|
|
19506
|
+
type: "Stack",
|
|
19507
|
+
orientation: "horizontal"
|
|
19508
|
+
})
|
|
19509
|
+
}
|
|
19510
|
+
);
|
|
19427
19511
|
}
|
|
19428
19512
|
);
|
|
19429
19513
|
const themeVars$D = `'{"gap-Form": "var(--xmlui-gap-Form)", "gap-buttonRow-Form": "var(--xmlui-gap-buttonRow-Form)", "marginTop-buttonRow-Form": "var(--xmlui-marginTop-buttonRow-Form)"}'`;
|
|
@@ -21285,7 +21369,7 @@ const FormWithContextVar = forwardRef(function({
|
|
|
21285
21369
|
) });
|
|
21286
21370
|
});
|
|
21287
21371
|
FormWithContextVar.displayName = "FormWithContextVar";
|
|
21288
|
-
const COMP$
|
|
21372
|
+
const COMP$1d = "Form";
|
|
21289
21373
|
const FormMd = createMetadata({
|
|
21290
21374
|
status: "stable",
|
|
21291
21375
|
description: "`Form` provides a structured container for collecting and validating user input, with built-in data binding, validation, and submission handling. It automatically manages form state and provides context for nested form controls to work together.",
|
|
@@ -21415,7 +21499,7 @@ const FormMd = createMetadata({
|
|
|
21415
21499
|
}
|
|
21416
21500
|
});
|
|
21417
21501
|
const formComponentRenderer = createComponentRenderer(
|
|
21418
|
-
COMP$
|
|
21502
|
+
COMP$1d,
|
|
21419
21503
|
FormMd,
|
|
21420
21504
|
({ node, renderChild: renderChild2, extractValue, className, lookupEventHandler, registerComponentApi }) => {
|
|
21421
21505
|
return /* @__PURE__ */ jsx(
|
|
@@ -23993,38 +24077,40 @@ const styles$K = {
|
|
|
23993
24077
|
arrow
|
|
23994
24078
|
};
|
|
23995
24079
|
const themeVars$t = `'{"textColor-Text": "var(--xmlui-textColor-Text)", "fontFamily-Text": "var(--xmlui-fontFamily-Text)", "fontSize-Text": "var(--xmlui-fontSize-Text)", "fontStyle-Text": "var(--xmlui-fontStyle-Text)", "fontVariant-Text": "var(--xmlui-fontVariant-Text)", "fontWeight-Text": "var(--xmlui-fontWeight-Text)", "fontStretch-Text": "var(--xmlui-fontStretch-Text)", "textDecorationLine-Text": "var(--xmlui-textDecorationLine-Text)", "textDecorationColor-Text": "var(--xmlui-textDecorationColor-Text)", "textDecorationStyle-Text": "var(--xmlui-textDecorationStyle-Text)", "textDecorationThickness-Text": "var(--xmlui-textDecorationThickness-Text)", "textUnderlineOffset-Text": "var(--xmlui-textUnderlineOffset-Text)", "lineHeight-Text": "var(--xmlui-lineHeight-Text)", "backgroundColor-Text": "var(--xmlui-backgroundColor-Text)", "textTransform-Text": "var(--xmlui-textTransform-Text)", "letterSpacing-Text": "var(--xmlui-letterSpacing-Text)", "wordSpacing-Text": "var(--xmlui-wordSpacing-Text)", "textShadow-Text": "var(--xmlui-textShadow-Text)", "textIndent-Text": "var(--xmlui-textIndent-Text)", "textAlign-Text": "var(--xmlui-textAlign-Text)", "textAlignLast-Text": "var(--xmlui-textAlignLast-Text)", "wordBreak-Text": "var(--xmlui-wordBreak-Text)", "wordWrap-Text": "var(--xmlui-wordWrap-Text)", "direction-Text": "var(--xmlui-direction-Text)", "writingMode-Text": "var(--xmlui-writingMode-Text)", "lineBreak-Text": "var(--xmlui-lineBreak-Text)", "paddingTop-Markdown": "var(--xmlui-paddingTop-Markdown)", "paddingBottom-Markdown": "var(--xmlui-paddingBottom-Markdown)", "backgroundColor-Markdown": "var(--xmlui-backgroundColor-Markdown)", "padding-Blockquote": "var(--xmlui-padding-Blockquote)", "paddingHorizontal-Blockquote": "var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote))", "paddingVertical-Blockquote": "var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote))", "paddingLeft-Blockquote": "var(--xmlui-paddingLeft-Blockquote)", "paddingRight-Blockquote": "var(--xmlui-paddingRight-Blockquote, var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote)))", "paddingTop-Blockquote": "var(--xmlui-paddingTop-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)))", "paddingBottom-Blockquote": "var(--xmlui-paddingBottom-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)))", "border-Blockquote": "var(--xmlui-border-Blockquote)", "borderHorizontal-Blockquote": "var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote))", "borderVertical-Blockquote": "var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote))", "borderLeft-Blockquote": "var(--xmlui-borderLeft-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)))", "borderRight-Blockquote": "var(--xmlui-borderRight-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)))", "borderTop-Blockquote": "var(--xmlui-borderTop-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)))", "borderBottom-Blockquote": "var(--xmlui-borderBottom-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)))", "borderWidth-Blockquote": "var(--xmlui-borderWidth-Blockquote)", "borderHorizontalWidth-Blockquote": "var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote))", "borderLeftWidth-Blockquote": "var(--xmlui-borderLeftWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderRightWidth-Blockquote": "var(--xmlui-borderRightWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderVerticalWidth-Blockquote": "var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote))", "borderTopWidth-Blockquote": "var(--xmlui-borderTopWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderBottomWidth-Blockquote": "var(--xmlui-borderBottomWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)))", "borderStyle-Blockquote": "var(--xmlui-borderStyle-Blockquote)", "borderHorizontalStyle-Blockquote": "var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote))", "borderLeftStyle-Blockquote": "var(--xmlui-borderLeftStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderRightStyle-Blockquote": "var(--xmlui-borderRightStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderVerticalStyle-Blockquote": "var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote))", "borderTopStyle-Blockquote": "var(--xmlui-borderTopStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderBottomStyle-Blockquote": "var(--xmlui-borderBottomStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)))", "borderColor-Blockquote": "var(--xmlui-borderColor-Blockquote)", "borderHorizontalColor-Blockquote": "var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote))", "borderLeftColor-Blockquote": "var(--xmlui-borderLeftColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderRightColor-Blockquote": "var(--xmlui-borderRightColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderVerticalColor-Blockquote": "var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote))", "borderTopColor-Blockquote": "var(--xmlui-borderTopColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderBottomColor-Blockquote": "var(--xmlui-borderBottomColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)))", "borderStartStartRadius-Blockquote": "var(--xmlui-borderStartStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderStartEndRadius-Blockquote": "var(--xmlui-borderStartEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderEndStartRadius-Blockquote": "var(--xmlui-borderEndStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "borderEndEndRadius-Blockquote": "var(--xmlui-borderEndEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote))", "color-accent-Blockquote": "var(--xmlui-color-accent-Blockquote)", "width-accent-Blockquote": "var(--xmlui-width-accent-Blockquote)", "backgroundColor-Blockquote": "var(--xmlui-backgroundColor-Blockquote)", "borderRadius-Blockquote": "var(--xmlui-borderRadius-Blockquote)", "marginTop-Blockquote": "var(--xmlui-marginTop-Blockquote)", "marginBottom-Blockquote": "var(--xmlui-marginBottom-Blockquote)", "padding-Admonition": "var(--xmlui-padding-Admonition)", "paddingHorizontal-Admonition": "var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition))", "paddingVertical-Admonition": "var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition))", "paddingLeft-Admonition": "var(--xmlui-paddingLeft-Admonition, var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition)))", "paddingRight-Admonition": "var(--xmlui-paddingRight-Admonition, var(--xmlui-paddingHorizontal-Admonition, var(--xmlui-padding-Admonition)))", "paddingTop-Admonition": "var(--xmlui-paddingTop-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)))", "paddingBottom-Admonition": "var(--xmlui-paddingBottom-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)))", "border-Admonition": "var(--xmlui-border-Admonition)", "borderHorizontal-Admonition": "var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition))", "borderVertical-Admonition": "var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition))", "borderLeft-Admonition": "var(--xmlui-borderLeft-Admonition, var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition)))", "borderRight-Admonition": "var(--xmlui-borderRight-Admonition, var(--xmlui-borderHorizontal-Admonition, var(--xmlui-border-Admonition)))", "borderTop-Admonition": "var(--xmlui-borderTop-Admonition, var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition)))", "borderBottom-Admonition": "var(--xmlui-borderBottom-Admonition, var(--xmlui-borderVertical-Admonition, var(--xmlui-border-Admonition)))", "borderWidth-Admonition": "var(--xmlui-borderWidth-Admonition)", "borderHorizontalWidth-Admonition": "var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition))", "borderLeftWidth-Admonition": "var(--xmlui-borderLeftWidth-Admonition, var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderRightWidth-Admonition": "var(--xmlui-borderRightWidth-Admonition, var(--xmlui-borderHorizontalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderVerticalWidth-Admonition": "var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition))", "borderTopWidth-Admonition": "var(--xmlui-borderTopWidth-Admonition, var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderBottomWidth-Admonition": "var(--xmlui-borderBottomWidth-Admonition, var(--xmlui-borderVerticalWidth-Admonition, var(--xmlui-borderWidth-Admonition)))", "borderStyle-Admonition": "var(--xmlui-borderStyle-Admonition)", "borderHorizontalStyle-Admonition": "var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition))", "borderLeftStyle-Admonition": "var(--xmlui-borderLeftStyle-Admonition, var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderRightStyle-Admonition": "var(--xmlui-borderRightStyle-Admonition, var(--xmlui-borderHorizontalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderVerticalStyle-Admonition": "var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition))", "borderTopStyle-Admonition": "var(--xmlui-borderTopStyle-Admonition, var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderBottomStyle-Admonition": "var(--xmlui-borderBottomStyle-Admonition, var(--xmlui-borderVerticalStyle-Admonition, var(--xmlui-borderStyle-Admonition)))", "borderColor-Admonition": "var(--xmlui-borderColor-Admonition)", "borderHorizontalColor-Admonition": "var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition))", "borderLeftColor-Admonition": "var(--xmlui-borderLeftColor-Admonition, var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderRightColor-Admonition": "var(--xmlui-borderRightColor-Admonition, var(--xmlui-borderHorizontalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderVerticalColor-Admonition": "var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition))", "borderTopColor-Admonition": "var(--xmlui-borderTopColor-Admonition, var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderBottomColor-Admonition": "var(--xmlui-borderBottomColor-Admonition, var(--xmlui-borderVerticalColor-Admonition, var(--xmlui-borderColor-Admonition)))", "borderStartStartRadius-Admonition": "var(--xmlui-borderStartStartRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderStartEndRadius-Admonition": "var(--xmlui-borderStartEndRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderEndStartRadius-Admonition": "var(--xmlui-borderEndStartRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "borderEndEndRadius-Admonition": "var(--xmlui-borderEndEndRadius-Admonition, var(--xmlui-borderRadius-Admonition))", "backgroundColor-Admonition": "var(--xmlui-backgroundColor-Admonition)", "borderRadius-Admonition": "var(--xmlui-borderRadius-Admonition)", "size-icon-Admonition": "var(--xmlui-size-icon-Admonition)", "marginTop-Admonition": "var(--xmlui-marginTop-Admonition)", "marginBottom-Admonition": "var(--xmlui-marginBottom-Admonition)", "marginLeft-Admonition-content": "var(--xmlui-marginLeft-Admonition-content)", "marginTop-HtmlVideo": "var(--xmlui-marginTop-HtmlVideo)", "marginBottom-HtmlVideo": "var(--xmlui-marginBottom-HtmlVideo)", "marginTop-Text-markdown": "var(--xmlui-marginTop-Text-markdown)", "marginBottom-Text-markdown": "var(--xmlui-marginBottom-Text-markdown)", "marginLeft-Text-markdown": "var(--xmlui-marginLeft-Text-markdown)", "marginRight-Text-markdown": "var(--xmlui-marginRight-Text-markdown)", "marginTop-H1-markdown": "var(--xmlui-marginTop-H1-markdown)", "marginBottom-H1-markdown": "var(--xmlui-marginBottom-H1-markdown)", "fontSize-H1-markdown": "var(--xmlui-fontSize-H1-markdown)", "marginTop-H2-markdown": "var(--xmlui-marginTop-H2-markdown)", "marginBottom-H2-markdown": "var(--xmlui-marginBottom-H2-markdown)", "marginTop-H3-markdown": "var(--xmlui-marginTop-H3-markdown)", "marginBottom-H3-markdown": "var(--xmlui-marginBottom-H3-markdown)", "marginTop-H4-markdown": "var(--xmlui-marginTop-H4-markdown)", "marginBottom-H4-markdown": "var(--xmlui-marginBottom-H4-markdown)", "marginTop-H5-markdown": "var(--xmlui-marginTop-H5-markdown)", "marginBottom-H5-markdown": "var(--xmlui-marginBottom-H5-markdown)", "marginTop-H6-markdown": "var(--xmlui-marginTop-H6-markdown)", "marginBottom-H6-markdown": "var(--xmlui-marginBottom-H6-markdown)", "marginTop-Image-markdown": "var(--xmlui-marginTop-Image-markdown)", "marginBottom-Image-markdown": "var(--xmlui-marginBottom-Image-markdown)", "marginLeft-Image-markdown": "var(--xmlui-marginLeft-Image-markdown)", "marginRight-Image-markdown": "var(--xmlui-marginRight-Image-markdown)", "backgroundColor-Admonition-info": "var(--xmlui-backgroundColor-Admonition-info)", "borderColor-Admonition-info": "var(--xmlui-borderColor-Admonition-info)", "backgroundColor-Admonition-warning": "var(--xmlui-backgroundColor-Admonition-warning)", "borderColor-Admonition-warning": "var(--xmlui-borderColor-Admonition-warning)", "backgroundColor-Admonition-danger": "var(--xmlui-backgroundColor-Admonition-danger)", "borderColor-Admonition-danger": "var(--xmlui-borderColor-Admonition-danger)", "backgroundColor-Admonition-note": "var(--xmlui-backgroundColor-Admonition-note)", "borderColor-Admonition-note": "var(--xmlui-borderColor-Admonition-note)", "backgroundColor-Admonition-tip": "var(--xmlui-backgroundColor-Admonition-tip)", "borderColor-Admonition-tip": "var(--xmlui-borderColor-Admonition-tip)", "borderColor-HorizontalRule": "var(--xmlui-borderColor-HorizontalRule)", "borderStyle-HorizontalRule": "var(--xmlui-borderStyle-HorizontalRule)", "borderWidth-HorizontalRule": "var(--xmlui-borderWidth-HorizontalRule)", "textColor-HtmlTable": "var(--xmlui-textColor-HtmlTable)", "backgroundColor-HtmlTable": "var(--xmlui-backgroundColor-HtmlTable)", "fontFamily-HtmlTable": "var(--xmlui-fontFamily-HtmlTable)", "fontSize-HtmlTable": "var(--xmlui-fontSize-HtmlTable)", "fontWeight-HtmlTable": "var(--xmlui-fontWeight-HtmlTable)", "textTransform-HtmlTable": "var(--xmlui-textTransform-HtmlTable)", "marginTop-HtmlTable": "var(--xmlui-marginTop-HtmlTable)", "marginBottom-HtmlTable": "var(--xmlui-marginBottom-HtmlTable)", "width-HtmlTable": "var(--xmlui-width-HtmlTable)", "border-HtmlTable": "var(--xmlui-border-HtmlTable)", "borderHorizontal-HtmlTable": "var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable))", "borderVertical-HtmlTable": "var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable))", "borderLeft-HtmlTable": "var(--xmlui-borderLeft-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderRight-HtmlTable": "var(--xmlui-borderRight-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderTop-HtmlTable": "var(--xmlui-borderTop-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderBottom-HtmlTable": "var(--xmlui-borderBottom-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)))", "borderWidth-HtmlTable": "var(--xmlui-borderWidth-HtmlTable)", "borderHorizontalWidth-HtmlTable": "var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable))", "borderLeftWidth-HtmlTable": "var(--xmlui-borderLeftWidth-HtmlTable, var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderRightWidth-HtmlTable": "var(--xmlui-borderRightWidth-HtmlTable, var(--xmlui-borderHorizontalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderVerticalWidth-HtmlTable": "var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable))", "borderTopWidth-HtmlTable": "var(--xmlui-borderTopWidth-HtmlTable, var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderBottomWidth-HtmlTable": "var(--xmlui-borderBottomWidth-HtmlTable, var(--xmlui-borderVerticalWidth-HtmlTable, var(--xmlui-borderWidth-HtmlTable)))", "borderStyle-HtmlTable": "var(--xmlui-borderStyle-HtmlTable)", "borderHorizontalStyle-HtmlTable": "var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable))", "borderLeftStyle-HtmlTable": "var(--xmlui-borderLeftStyle-HtmlTable, var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderRightStyle-HtmlTable": "var(--xmlui-borderRightStyle-HtmlTable, var(--xmlui-borderHorizontalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderVerticalStyle-HtmlTable": "var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable))", "borderTopStyle-HtmlTable": "var(--xmlui-borderTopStyle-HtmlTable, var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderBottomStyle-HtmlTable": "var(--xmlui-borderBottomStyle-HtmlTable, var(--xmlui-borderVerticalStyle-HtmlTable, var(--xmlui-borderStyle-HtmlTable)))", "borderColor-HtmlTable": "var(--xmlui-borderColor-HtmlTable)", "borderHorizontalColor-HtmlTable": "var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable))", "borderLeftColor-HtmlTable": "var(--xmlui-borderLeftColor-HtmlTable, var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderRightColor-HtmlTable": "var(--xmlui-borderRightColor-HtmlTable, var(--xmlui-borderHorizontalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderVerticalColor-HtmlTable": "var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable))", "borderTopColor-HtmlTable": "var(--xmlui-borderTopColor-HtmlTable, var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderBottomColor-HtmlTable": "var(--xmlui-borderBottomColor-HtmlTable, var(--xmlui-borderVerticalColor-HtmlTable, var(--xmlui-borderColor-HtmlTable)))", "borderStartStartRadius-HtmlTable": "var(--xmlui-borderStartStartRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderStartEndRadius-HtmlTable": "var(--xmlui-borderStartEndRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderEndStartRadius-HtmlTable": "var(--xmlui-borderEndStartRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "borderEndEndRadius-HtmlTable": "var(--xmlui-borderEndEndRadius-HtmlTable, var(--xmlui-borderRadius-HtmlTable))", "padding-HtmlTable": "var(--xmlui-padding-HtmlTable)", "paddingHorizontal-HtmlTable": "var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable))", "paddingVertical-HtmlTable": "var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable))", "paddingLeft-HtmlTable": "var(--xmlui-paddingLeft-HtmlTable, var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingRight-HtmlTable": "var(--xmlui-paddingRight-HtmlTable, var(--xmlui-paddingHorizontal-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingTop-HtmlTable": "var(--xmlui-paddingTop-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)))", "paddingBottom-HtmlTable": "var(--xmlui-paddingBottom-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)))", "backgroundColor-HtmlThead": "var(--xmlui-backgroundColor-HtmlThead)", "textColor-HtmlThead": "var(--xmlui-textColor-HtmlThead)", "fontWeight-HtmlThead": "var(--xmlui-fontWeight-HtmlThead)", "fontSize-HtmlThead": "var(--xmlui-fontSize-HtmlThead)", "textTransform-HtmlThead": "var(--xmlui-textTransform-HtmlThead)", "border-HtmlThead": "var(--xmlui-border-HtmlThead)", "borderHorizontal-HtmlThead": "var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead))", "borderVertical-HtmlThead": "var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead))", "borderLeft-HtmlThead": "var(--xmlui-borderLeft-HtmlThead, var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderRight-HtmlThead": "var(--xmlui-borderRight-HtmlThead, var(--xmlui-borderHorizontal-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderTop-HtmlThead": "var(--xmlui-borderTop-HtmlThead, var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderBottom-HtmlThead": "var(--xmlui-borderBottom-HtmlThead, var(--xmlui-borderVertical-HtmlThead, var(--xmlui-border-HtmlThead)))", "borderWidth-HtmlThead": "var(--xmlui-borderWidth-HtmlThead)", "borderHorizontalWidth-HtmlThead": "var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead))", "borderLeftWidth-HtmlThead": "var(--xmlui-borderLeftWidth-HtmlThead, var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderRightWidth-HtmlThead": "var(--xmlui-borderRightWidth-HtmlThead, var(--xmlui-borderHorizontalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderVerticalWidth-HtmlThead": "var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead))", "borderTopWidth-HtmlThead": "var(--xmlui-borderTopWidth-HtmlThead, var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderBottomWidth-HtmlThead": "var(--xmlui-borderBottomWidth-HtmlThead, var(--xmlui-borderVerticalWidth-HtmlThead, var(--xmlui-borderWidth-HtmlThead)))", "borderStyle-HtmlThead": "var(--xmlui-borderStyle-HtmlThead)", "borderHorizontalStyle-HtmlThead": "var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead))", "borderLeftStyle-HtmlThead": "var(--xmlui-borderLeftStyle-HtmlThead, var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderRightStyle-HtmlThead": "var(--xmlui-borderRightStyle-HtmlThead, var(--xmlui-borderHorizontalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderVerticalStyle-HtmlThead": "var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead))", "borderTopStyle-HtmlThead": "var(--xmlui-borderTopStyle-HtmlThead, var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderBottomStyle-HtmlThead": "var(--xmlui-borderBottomStyle-HtmlThead, var(--xmlui-borderVerticalStyle-HtmlThead, var(--xmlui-borderStyle-HtmlThead)))", "borderColor-HtmlThead": "var(--xmlui-borderColor-HtmlThead)", "borderHorizontalColor-HtmlThead": "var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead))", "borderLeftColor-HtmlThead": "var(--xmlui-borderLeftColor-HtmlThead, var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderRightColor-HtmlThead": "var(--xmlui-borderRightColor-HtmlThead, var(--xmlui-borderHorizontalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderVerticalColor-HtmlThead": "var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead))", "borderTopColor-HtmlThead": "var(--xmlui-borderTopColor-HtmlThead, var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderBottomColor-HtmlThead": "var(--xmlui-borderBottomColor-HtmlThead, var(--xmlui-borderVerticalColor-HtmlThead, var(--xmlui-borderColor-HtmlThead)))", "borderStartStartRadius-HtmlThead": "var(--xmlui-borderStartStartRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderStartEndRadius-HtmlThead": "var(--xmlui-borderStartEndRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderEndStartRadius-HtmlThead": "var(--xmlui-borderEndStartRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "borderEndEndRadius-HtmlThead": "var(--xmlui-borderEndEndRadius-HtmlThead, var(--xmlui-borderRadius-HtmlThead))", "padding-HtmlThead": "var(--xmlui-padding-HtmlThead)", "paddingHorizontal-HtmlThead": "var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead))", "paddingVertical-HtmlThead": "var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead))", "paddingLeft-HtmlThead": "var(--xmlui-paddingLeft-HtmlThead, var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingRight-HtmlThead": "var(--xmlui-paddingRight-HtmlThead, var(--xmlui-paddingHorizontal-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingTop-HtmlThead": "var(--xmlui-paddingTop-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)))", "paddingBottom-HtmlThead": "var(--xmlui-paddingBottom-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)))", "backgroundColor-HtmlTbody": "var(--xmlui-backgroundColor-HtmlTbody)", "textColor-HtmlTbody": "var(--xmlui-textColor-HtmlTbody)", "textAlign-HtmlTbody": "var(--xmlui-textAlign-HtmlTbody)", "verticalAlignment-HtmlTbody": "var(--xmlui-verticalAlignment-HtmlTbody)", "textTransform-HtmlTbody": "var(--xmlui-textTransform-HtmlTbody)", "backgroundColor-HtmlTfoot": "var(--xmlui-backgroundColor-HtmlTfoot)", "textColor-HtmlTfoot": "var(--xmlui-textColor-HtmlTfoot)", "backgroundColor-HtmlTh": "var(--xmlui-backgroundColor-HtmlTh)", "textColor-HtmlTh": "var(--xmlui-textColor-HtmlTh)", "fontWeight-HtmlTh": "var(--xmlui-fontWeight-HtmlTh)", "fontSize-HtmlTh": "var(--xmlui-fontSize-HtmlTh)", "backgroundColor-HtmlTh--hover": "var(--xmlui-backgroundColor-HtmlTh--hover)", "border-HtmlTh": "var(--xmlui-border-HtmlTh)", "borderHorizontal-HtmlTh": "var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh))", "borderVertical-HtmlTh": "var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh))", "borderLeft-HtmlTh": "var(--xmlui-borderLeft-HtmlTh, var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderRight-HtmlTh": "var(--xmlui-borderRight-HtmlTh, var(--xmlui-borderHorizontal-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderTop-HtmlTh": "var(--xmlui-borderTop-HtmlTh, var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderBottom-HtmlTh": "var(--xmlui-borderBottom-HtmlTh, var(--xmlui-borderVertical-HtmlTh, var(--xmlui-border-HtmlTh)))", "borderWidth-HtmlTh": "var(--xmlui-borderWidth-HtmlTh)", "borderHorizontalWidth-HtmlTh": "var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh))", "borderLeftWidth-HtmlTh": "var(--xmlui-borderLeftWidth-HtmlTh, var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderRightWidth-HtmlTh": "var(--xmlui-borderRightWidth-HtmlTh, var(--xmlui-borderHorizontalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderVerticalWidth-HtmlTh": "var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh))", "borderTopWidth-HtmlTh": "var(--xmlui-borderTopWidth-HtmlTh, var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderBottomWidth-HtmlTh": "var(--xmlui-borderBottomWidth-HtmlTh, var(--xmlui-borderVerticalWidth-HtmlTh, var(--xmlui-borderWidth-HtmlTh)))", "borderStyle-HtmlTh": "var(--xmlui-borderStyle-HtmlTh)", "borderHorizontalStyle-HtmlTh": "var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh))", "borderLeftStyle-HtmlTh": "var(--xmlui-borderLeftStyle-HtmlTh, var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderRightStyle-HtmlTh": "var(--xmlui-borderRightStyle-HtmlTh, var(--xmlui-borderHorizontalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderVerticalStyle-HtmlTh": "var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh))", "borderTopStyle-HtmlTh": "var(--xmlui-borderTopStyle-HtmlTh, var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderBottomStyle-HtmlTh": "var(--xmlui-borderBottomStyle-HtmlTh, var(--xmlui-borderVerticalStyle-HtmlTh, var(--xmlui-borderStyle-HtmlTh)))", "borderColor-HtmlTh": "var(--xmlui-borderColor-HtmlTh)", "borderHorizontalColor-HtmlTh": "var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh))", "borderLeftColor-HtmlTh": "var(--xmlui-borderLeftColor-HtmlTh, var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderRightColor-HtmlTh": "var(--xmlui-borderRightColor-HtmlTh, var(--xmlui-borderHorizontalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderVerticalColor-HtmlTh": "var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh))", "borderTopColor-HtmlTh": "var(--xmlui-borderTopColor-HtmlTh, var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderBottomColor-HtmlTh": "var(--xmlui-borderBottomColor-HtmlTh, var(--xmlui-borderVerticalColor-HtmlTh, var(--xmlui-borderColor-HtmlTh)))", "borderStartStartRadius-HtmlTh": "var(--xmlui-borderStartStartRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderStartEndRadius-HtmlTh": "var(--xmlui-borderStartEndRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderEndStartRadius-HtmlTh": "var(--xmlui-borderEndStartRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "borderEndEndRadius-HtmlTh": "var(--xmlui-borderEndEndRadius-HtmlTh, var(--xmlui-borderRadius-HtmlTh))", "padding-HtmlTh": "var(--xmlui-padding-HtmlTh)", "paddingHorizontal-HtmlTh": "var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh))", "paddingVertical-HtmlTh": "var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh))", "paddingLeft-HtmlTh": "var(--xmlui-paddingLeft-HtmlTh, var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingRight-HtmlTh": "var(--xmlui-paddingRight-HtmlTh, var(--xmlui-paddingHorizontal-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingTop-HtmlTh": "var(--xmlui-paddingTop-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)))", "paddingBottom-HtmlTh": "var(--xmlui-paddingBottom-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)))", "backgroundColor-HtmlTr": "var(--xmlui-backgroundColor-HtmlTr)", "backgroundColor-HtmlTr--hover": "var(--xmlui-backgroundColor-HtmlTr--hover)", "backgroundColor-even-HtmlTr": "var(--xmlui-backgroundColor-even-HtmlTr)", "textColor-HtmlTr": "var(--xmlui-textColor-HtmlTr)", "textColor-HtmlTr--hover": "var(--xmlui-textColor-HtmlTr--hover)", "fontSize-HtmlTr": "var(--xmlui-fontSize-HtmlTr)", "fontWeight-HtmlTr": "var(--xmlui-fontWeight-HtmlTr)", "border-HtmlTr": "var(--xmlui-border-HtmlTr)", "borderHorizontal-HtmlTr": "var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr))", "borderVertical-HtmlTr": "var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr))", "borderLeft-HtmlTr": "var(--xmlui-borderLeft-HtmlTr, var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderRight-HtmlTr": "var(--xmlui-borderRight-HtmlTr, var(--xmlui-borderHorizontal-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderTop-HtmlTr": "var(--xmlui-borderTop-HtmlTr, var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderBottom-HtmlTr": "var(--xmlui-borderBottom-HtmlTr, var(--xmlui-borderVertical-HtmlTr, var(--xmlui-border-HtmlTr)))", "borderWidth-HtmlTr": "var(--xmlui-borderWidth-HtmlTr)", "borderHorizontalWidth-HtmlTr": "var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr))", "borderLeftWidth-HtmlTr": "var(--xmlui-borderLeftWidth-HtmlTr, var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderRightWidth-HtmlTr": "var(--xmlui-borderRightWidth-HtmlTr, var(--xmlui-borderHorizontalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderVerticalWidth-HtmlTr": "var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr))", "borderTopWidth-HtmlTr": "var(--xmlui-borderTopWidth-HtmlTr, var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderBottomWidth-HtmlTr": "var(--xmlui-borderBottomWidth-HtmlTr, var(--xmlui-borderVerticalWidth-HtmlTr, var(--xmlui-borderWidth-HtmlTr)))", "borderStyle-HtmlTr": "var(--xmlui-borderStyle-HtmlTr)", "borderHorizontalStyle-HtmlTr": "var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr))", "borderLeftStyle-HtmlTr": "var(--xmlui-borderLeftStyle-HtmlTr, var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderRightStyle-HtmlTr": "var(--xmlui-borderRightStyle-HtmlTr, var(--xmlui-borderHorizontalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderVerticalStyle-HtmlTr": "var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr))", "borderTopStyle-HtmlTr": "var(--xmlui-borderTopStyle-HtmlTr, var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderBottomStyle-HtmlTr": "var(--xmlui-borderBottomStyle-HtmlTr, var(--xmlui-borderVerticalStyle-HtmlTr, var(--xmlui-borderStyle-HtmlTr)))", "borderColor-HtmlTr": "var(--xmlui-borderColor-HtmlTr)", "borderHorizontalColor-HtmlTr": "var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr))", "borderLeftColor-HtmlTr": "var(--xmlui-borderLeftColor-HtmlTr, var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderRightColor-HtmlTr": "var(--xmlui-borderRightColor-HtmlTr, var(--xmlui-borderHorizontalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderVerticalColor-HtmlTr": "var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr))", "borderTopColor-HtmlTr": "var(--xmlui-borderTopColor-HtmlTr, var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderBottomColor-HtmlTr": "var(--xmlui-borderBottomColor-HtmlTr, var(--xmlui-borderVerticalColor-HtmlTr, var(--xmlui-borderColor-HtmlTr)))", "borderStartStartRadius-HtmlTr": "var(--xmlui-borderStartStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderStartEndRadius-HtmlTr": "var(--xmlui-borderStartEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderEndStartRadius-HtmlTr": "var(--xmlui-borderEndStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "borderEndEndRadius-HtmlTr": "var(--xmlui-borderEndEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr))", "backgroundColor-HtmlTd": "var(--xmlui-backgroundColor-HtmlTd)", "text-align-HtmlTd": "var(--xmlui-text-align-HtmlTd)", "verticalAlignment-HtmlTd": "var(--xmlui-verticalAlignment-HtmlTd)", "fontSize-HtmlTd": "var(--xmlui-fontSize-HtmlTd)", "fontWeight-HtmlTd": "var(--xmlui-fontWeight-HtmlTd)", "border-HtmlTd": "var(--xmlui-border-HtmlTd)", "borderHorizontal-HtmlTd": "var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd))", "borderVertical-HtmlTd": "var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd))", "borderLeft-HtmlTd": "var(--xmlui-borderLeft-HtmlTd, var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderRight-HtmlTd": "var(--xmlui-borderRight-HtmlTd, var(--xmlui-borderHorizontal-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderTop-HtmlTd": "var(--xmlui-borderTop-HtmlTd, var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderBottom-HtmlTd": "var(--xmlui-borderBottom-HtmlTd, var(--xmlui-borderVertical-HtmlTd, var(--xmlui-border-HtmlTd)))", "borderWidth-HtmlTd": "var(--xmlui-borderWidth-HtmlTd)", "borderHorizontalWidth-HtmlTd": "var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd))", "borderLeftWidth-HtmlTd": "var(--xmlui-borderLeftWidth-HtmlTd, var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderRightWidth-HtmlTd": "var(--xmlui-borderRightWidth-HtmlTd, var(--xmlui-borderHorizontalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderVerticalWidth-HtmlTd": "var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd))", "borderTopWidth-HtmlTd": "var(--xmlui-borderTopWidth-HtmlTd, var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderBottomWidth-HtmlTd": "var(--xmlui-borderBottomWidth-HtmlTd, var(--xmlui-borderVerticalWidth-HtmlTd, var(--xmlui-borderWidth-HtmlTd)))", "borderStyle-HtmlTd": "var(--xmlui-borderStyle-HtmlTd)", "borderHorizontalStyle-HtmlTd": "var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd))", "borderLeftStyle-HtmlTd": "var(--xmlui-borderLeftStyle-HtmlTd, var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderRightStyle-HtmlTd": "var(--xmlui-borderRightStyle-HtmlTd, var(--xmlui-borderHorizontalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderVerticalStyle-HtmlTd": "var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd))", "borderTopStyle-HtmlTd": "var(--xmlui-borderTopStyle-HtmlTd, var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderBottomStyle-HtmlTd": "var(--xmlui-borderBottomStyle-HtmlTd, var(--xmlui-borderVerticalStyle-HtmlTd, var(--xmlui-borderStyle-HtmlTd)))", "borderColor-HtmlTd": "var(--xmlui-borderColor-HtmlTd)", "borderHorizontalColor-HtmlTd": "var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd))", "borderLeftColor-HtmlTd": "var(--xmlui-borderLeftColor-HtmlTd, var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderRightColor-HtmlTd": "var(--xmlui-borderRightColor-HtmlTd, var(--xmlui-borderHorizontalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderVerticalColor-HtmlTd": "var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd))", "borderTopColor-HtmlTd": "var(--xmlui-borderTopColor-HtmlTd, var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderBottomColor-HtmlTd": "var(--xmlui-borderBottomColor-HtmlTd, var(--xmlui-borderVerticalColor-HtmlTd, var(--xmlui-borderColor-HtmlTd)))", "borderStartStartRadius-HtmlTd": "var(--xmlui-borderStartStartRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderStartEndRadius-HtmlTd": "var(--xmlui-borderStartEndRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderEndStartRadius-HtmlTd": "var(--xmlui-borderEndStartRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "borderEndEndRadius-HtmlTd": "var(--xmlui-borderEndEndRadius-HtmlTd, var(--xmlui-borderRadius-HtmlTd))", "padding-HtmlTd": "var(--xmlui-padding-HtmlTd)", "paddingHorizontal-HtmlTd": "var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd))", "paddingVertical-HtmlTd": "var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd))", "paddingLeft-HtmlTd": "var(--xmlui-paddingLeft-HtmlTd, var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingRight-HtmlTd": "var(--xmlui-paddingRight-HtmlTd, var(--xmlui-paddingHorizontal-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingTop-HtmlTd": "var(--xmlui-paddingTop-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)))", "paddingBottom-HtmlTd": "var(--xmlui-paddingBottom-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)))", "border-HtmlOl": "var(--xmlui-border-HtmlOl)", "borderHorizontal-HtmlOl": "var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl))", "borderVertical-HtmlOl": "var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl))", "borderLeft-HtmlOl": "var(--xmlui-borderLeft-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderRight-HtmlOl": "var(--xmlui-borderRight-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderTop-HtmlOl": "var(--xmlui-borderTop-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderBottom-HtmlOl": "var(--xmlui-borderBottom-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)))", "borderWidth-HtmlOl": "var(--xmlui-borderWidth-HtmlOl)", "borderHorizontalWidth-HtmlOl": "var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl))", "borderLeftWidth-HtmlOl": "var(--xmlui-borderLeftWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderRightWidth-HtmlOl": "var(--xmlui-borderRightWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderVerticalWidth-HtmlOl": "var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl))", "borderTopWidth-HtmlOl": "var(--xmlui-borderTopWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderBottomWidth-HtmlOl": "var(--xmlui-borderBottomWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)))", "borderStyle-HtmlOl": "var(--xmlui-borderStyle-HtmlOl)", "borderHorizontalStyle-HtmlOl": "var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl))", "borderLeftStyle-HtmlOl": "var(--xmlui-borderLeftStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderRightStyle-HtmlOl": "var(--xmlui-borderRightStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderVerticalStyle-HtmlOl": "var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl))", "borderTopStyle-HtmlOl": "var(--xmlui-borderTopStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderBottomStyle-HtmlOl": "var(--xmlui-borderBottomStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)))", "borderColor-HtmlOl": "var(--xmlui-borderColor-HtmlOl)", "borderHorizontalColor-HtmlOl": "var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl))", "borderLeftColor-HtmlOl": "var(--xmlui-borderLeftColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderRightColor-HtmlOl": "var(--xmlui-borderRightColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderVerticalColor-HtmlOl": "var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl))", "borderTopColor-HtmlOl": "var(--xmlui-borderTopColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderBottomColor-HtmlOl": "var(--xmlui-borderBottomColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)))", "borderStartStartRadius-HtmlOl": "var(--xmlui-borderStartStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderStartEndRadius-HtmlOl": "var(--xmlui-borderStartEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderEndStartRadius-HtmlOl": "var(--xmlui-borderEndStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "borderEndEndRadius-HtmlOl": "var(--xmlui-borderEndEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl))", "padding-HtmlOl": "var(--xmlui-padding-HtmlOl)", "paddingHorizontal-HtmlOl": "var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl))", "paddingVertical-HtmlOl": "var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl))", "paddingLeft-HtmlOl": "var(--xmlui-paddingLeft-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingRight-HtmlOl": "var(--xmlui-paddingRight-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingTop-HtmlOl": "var(--xmlui-paddingTop-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)))", "paddingBottom-HtmlOl": "var(--xmlui-paddingBottom-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)))", "marginTop-HtmlOl": "var(--xmlui-marginTop-HtmlOl)", "marginBottom-HtmlOl": "var(--xmlui-marginBottom-HtmlOl)", "border-HtmlUl": "var(--xmlui-border-HtmlUl)", "borderHorizontal-HtmlUl": "var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl))", "borderVertical-HtmlUl": "var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl))", "borderLeft-HtmlUl": "var(--xmlui-borderLeft-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderRight-HtmlUl": "var(--xmlui-borderRight-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderTop-HtmlUl": "var(--xmlui-borderTop-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderBottom-HtmlUl": "var(--xmlui-borderBottom-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)))", "borderWidth-HtmlUl": "var(--xmlui-borderWidth-HtmlUl)", "borderHorizontalWidth-HtmlUl": "var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl))", "borderLeftWidth-HtmlUl": "var(--xmlui-borderLeftWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderRightWidth-HtmlUl": "var(--xmlui-borderRightWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderVerticalWidth-HtmlUl": "var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl))", "borderTopWidth-HtmlUl": "var(--xmlui-borderTopWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderBottomWidth-HtmlUl": "var(--xmlui-borderBottomWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)))", "borderStyle-HtmlUl": "var(--xmlui-borderStyle-HtmlUl)", "borderHorizontalStyle-HtmlUl": "var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl))", "borderLeftStyle-HtmlUl": "var(--xmlui-borderLeftStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderRightStyle-HtmlUl": "var(--xmlui-borderRightStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderVerticalStyle-HtmlUl": "var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl))", "borderTopStyle-HtmlUl": "var(--xmlui-borderTopStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderBottomStyle-HtmlUl": "var(--xmlui-borderBottomStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)))", "borderColor-HtmlUl": "var(--xmlui-borderColor-HtmlUl)", "borderHorizontalColor-HtmlUl": "var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl))", "borderLeftColor-HtmlUl": "var(--xmlui-borderLeftColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderRightColor-HtmlUl": "var(--xmlui-borderRightColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderVerticalColor-HtmlUl": "var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl))", "borderTopColor-HtmlUl": "var(--xmlui-borderTopColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderBottomColor-HtmlUl": "var(--xmlui-borderBottomColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)))", "borderStartStartRadius-HtmlUl": "var(--xmlui-borderStartStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderStartEndRadius-HtmlUl": "var(--xmlui-borderStartEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderEndStartRadius-HtmlUl": "var(--xmlui-borderEndStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "borderEndEndRadius-HtmlUl": "var(--xmlui-borderEndEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl))", "padding-HtmlUl": "var(--xmlui-padding-HtmlUl)", "paddingHorizontal-HtmlUl": "var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl))", "paddingVertical-HtmlUl": "var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl))", "paddingLeft-HtmlUl": "var(--xmlui-paddingLeft-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingRight-HtmlUl": "var(--xmlui-paddingRight-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingTop-HtmlUl": "var(--xmlui-paddingTop-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)))", "paddingBottom-HtmlUl": "var(--xmlui-paddingBottom-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)))", "marginTop-HtmlUl": "var(--xmlui-marginTop-HtmlUl)", "marginBottom-HtmlUl": "var(--xmlui-marginBottom-HtmlUl)", "border-HtmlLi": "var(--xmlui-border-HtmlLi)", "borderHorizontal-HtmlLi": "var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi))", "borderVertical-HtmlLi": "var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi))", "borderLeft-HtmlLi": "var(--xmlui-borderLeft-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderRight-HtmlLi": "var(--xmlui-borderRight-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderTop-HtmlLi": "var(--xmlui-borderTop-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderBottom-HtmlLi": "var(--xmlui-borderBottom-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)))", "borderWidth-HtmlLi": "var(--xmlui-borderWidth-HtmlLi)", "borderHorizontalWidth-HtmlLi": "var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi))", "borderLeftWidth-HtmlLi": "var(--xmlui-borderLeftWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderRightWidth-HtmlLi": "var(--xmlui-borderRightWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderVerticalWidth-HtmlLi": "var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi))", "borderTopWidth-HtmlLi": "var(--xmlui-borderTopWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderBottomWidth-HtmlLi": "var(--xmlui-borderBottomWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)))", "borderStyle-HtmlLi": "var(--xmlui-borderStyle-HtmlLi)", "borderHorizontalStyle-HtmlLi": "var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi))", "borderLeftStyle-HtmlLi": "var(--xmlui-borderLeftStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderRightStyle-HtmlLi": "var(--xmlui-borderRightStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderVerticalStyle-HtmlLi": "var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi))", "borderTopStyle-HtmlLi": "var(--xmlui-borderTopStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderBottomStyle-HtmlLi": "var(--xmlui-borderBottomStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)))", "borderColor-HtmlLi": "var(--xmlui-borderColor-HtmlLi)", "borderHorizontalColor-HtmlLi": "var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi))", "borderLeftColor-HtmlLi": "var(--xmlui-borderLeftColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderRightColor-HtmlLi": "var(--xmlui-borderRightColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderVerticalColor-HtmlLi": "var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi))", "borderTopColor-HtmlLi": "var(--xmlui-borderTopColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderBottomColor-HtmlLi": "var(--xmlui-borderBottomColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)))", "borderStartStartRadius-HtmlLi": "var(--xmlui-borderStartStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderStartEndRadius-HtmlLi": "var(--xmlui-borderStartEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderEndStartRadius-HtmlLi": "var(--xmlui-borderEndStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "borderEndEndRadius-HtmlLi": "var(--xmlui-borderEndEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi))", "padding-HtmlLi": "var(--xmlui-padding-HtmlLi)", "paddingHorizontal-HtmlLi": "var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi))", "paddingVertical-HtmlLi": "var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi))", "paddingLeft-HtmlLi": "var(--xmlui-paddingLeft-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingRight-HtmlLi": "var(--xmlui-paddingRight-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingTop-HtmlLi": "var(--xmlui-paddingTop-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)))", "paddingBottom-HtmlLi": "var(--xmlui-paddingBottom-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)))", "marginLeft-HtmlLi": "var(--xmlui-marginLeft-HtmlLi)", "marginTop-HtmlLi": "var(--xmlui-marginTop-HtmlLi)", "marginBottom-HtmlLi": "var(--xmlui-marginBottom-HtmlLi)", "listStyleType-HtmlLi": "var(--xmlui-listStyleType-HtmlLi)", "border-HtmlDetails": "var(--xmlui-border-HtmlDetails)", "borderHorizontal-HtmlDetails": "var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails))", "borderVertical-HtmlDetails": "var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails))", "borderLeft-HtmlDetails": "var(--xmlui-borderLeft-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderRight-HtmlDetails": "var(--xmlui-borderRight-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderTop-HtmlDetails": "var(--xmlui-borderTop-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderBottom-HtmlDetails": "var(--xmlui-borderBottom-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)))", "borderWidth-HtmlDetails": "var(--xmlui-borderWidth-HtmlDetails)", "borderHorizontalWidth-HtmlDetails": "var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails))", "borderLeftWidth-HtmlDetails": "var(--xmlui-borderLeftWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderRightWidth-HtmlDetails": "var(--xmlui-borderRightWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderVerticalWidth-HtmlDetails": "var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails))", "borderTopWidth-HtmlDetails": "var(--xmlui-borderTopWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderBottomWidth-HtmlDetails": "var(--xmlui-borderBottomWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)))", "borderStyle-HtmlDetails": "var(--xmlui-borderStyle-HtmlDetails)", "borderHorizontalStyle-HtmlDetails": "var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails))", "borderLeftStyle-HtmlDetails": "var(--xmlui-borderLeftStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderRightStyle-HtmlDetails": "var(--xmlui-borderRightStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderVerticalStyle-HtmlDetails": "var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails))", "borderTopStyle-HtmlDetails": "var(--xmlui-borderTopStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderBottomStyle-HtmlDetails": "var(--xmlui-borderBottomStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)))", "borderColor-HtmlDetails": "var(--xmlui-borderColor-HtmlDetails)", "borderHorizontalColor-HtmlDetails": "var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails))", "borderLeftColor-HtmlDetails": "var(--xmlui-borderLeftColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderRightColor-HtmlDetails": "var(--xmlui-borderRightColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderVerticalColor-HtmlDetails": "var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails))", "borderTopColor-HtmlDetails": "var(--xmlui-borderTopColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderBottomColor-HtmlDetails": "var(--xmlui-borderBottomColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)))", "borderStartStartRadius-HtmlDetails": "var(--xmlui-borderStartStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderStartEndRadius-HtmlDetails": "var(--xmlui-borderStartEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderEndStartRadius-HtmlDetails": "var(--xmlui-borderEndStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "borderEndEndRadius-HtmlDetails": "var(--xmlui-borderEndEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails))", "padding-HtmlDetails": "var(--xmlui-padding-HtmlDetails)", "paddingHorizontal-HtmlDetails": "var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails))", "paddingVertical-HtmlDetails": "var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails))", "paddingLeft-HtmlDetails": "var(--xmlui-paddingLeft-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingRight-HtmlDetails": "var(--xmlui-paddingRight-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingTop-HtmlDetails": "var(--xmlui-paddingTop-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "paddingBottom-HtmlDetails": "var(--xmlui-paddingBottom-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)))", "marginTop-HtmlDetails": "var(--xmlui-marginTop-HtmlDetails)", "marginBottom-HtmlDetails": "var(--xmlui-marginBottom-HtmlDetails)"}'`;
|
|
23996
|
-
const markdownContent = "
|
|
23997
|
-
const
|
|
23998
|
-
const
|
|
23999
|
-
const
|
|
24000
|
-
const
|
|
24001
|
-
const
|
|
24002
|
-
const
|
|
24003
|
-
const
|
|
24004
|
-
const
|
|
24005
|
-
const
|
|
24006
|
-
const
|
|
24007
|
-
const
|
|
24008
|
-
const
|
|
24009
|
-
const
|
|
24010
|
-
const
|
|
24011
|
-
const
|
|
24012
|
-
const
|
|
24013
|
-
const
|
|
24014
|
-
const
|
|
24015
|
-
const
|
|
24016
|
-
const
|
|
24017
|
-
const
|
|
24018
|
-
const
|
|
24019
|
-
const
|
|
24020
|
-
const htmlUl$1 = "
|
|
24021
|
-
const htmlOl$1 = "
|
|
24022
|
-
const htmlLi = "
|
|
24023
|
-
const htmlVideo = "
|
|
24024
|
-
const htmlDetails$1 = "
|
|
24080
|
+
const markdownContent = "_markdownContent_1aepy_14";
|
|
24081
|
+
const htmlTh$1 = "_htmlTh_1aepy_58";
|
|
24082
|
+
const htmlTd$1 = "_htmlTd_1aepy_59";
|
|
24083
|
+
const markdown = "_markdown_1aepy_14";
|
|
24084
|
+
const block = "_block_1aepy_141";
|
|
24085
|
+
const blockquote = "_blockquote_1aepy_147";
|
|
24086
|
+
const blockquoteContainer = "_blockquoteContainer_1aepy_163";
|
|
24087
|
+
const admonitionBlockquote = "_admonitionBlockquote_1aepy_191";
|
|
24088
|
+
const info = "_info_1aepy_223";
|
|
24089
|
+
const warning$4 = "_warning_1aepy_227";
|
|
24090
|
+
const danger = "_danger_1aepy_231";
|
|
24091
|
+
const note = "_note_1aepy_235";
|
|
24092
|
+
const tip = "_tip_1aepy_239";
|
|
24093
|
+
const admonitionContainer = "_admonitionContainer_1aepy_243";
|
|
24094
|
+
const admonitionIcon = "_admonitionIcon_1aepy_248";
|
|
24095
|
+
const admonitionContent = "_admonitionContent_1aepy_252";
|
|
24096
|
+
const horizontalRule = "_horizontalRule_1aepy_263";
|
|
24097
|
+
const tableScrollContainer = "_tableScrollContainer_1aepy_285";
|
|
24098
|
+
const detailsAdornment = "_detailsAdornment_1aepy_289";
|
|
24099
|
+
const htmlTable$1 = "_htmlTable_1aepy_323";
|
|
24100
|
+
const htmlThead$1 = "_htmlThead_1aepy_359";
|
|
24101
|
+
const htmlTbody$1 = "_htmlTbody_1aepy_391";
|
|
24102
|
+
const htmlTfoot$1 = "_htmlTfoot_1aepy_398";
|
|
24103
|
+
const htmlTr$1 = "_htmlTr_1aepy_440";
|
|
24104
|
+
const htmlUl$1 = "_htmlUl_1aepy_512";
|
|
24105
|
+
const htmlOl$1 = "_htmlOl_1aepy_541";
|
|
24106
|
+
const htmlLi = "_htmlLi_1aepy_570";
|
|
24107
|
+
const htmlVideo = "_htmlVideo_1aepy_601";
|
|
24108
|
+
const htmlDetails$1 = "_htmlDetails_1aepy_605";
|
|
24025
24109
|
const styles$J = {
|
|
24026
24110
|
themeVars: themeVars$t,
|
|
24027
24111
|
markdownContent,
|
|
24112
|
+
htmlTh: htmlTh$1,
|
|
24113
|
+
htmlTd: htmlTd$1,
|
|
24028
24114
|
markdown,
|
|
24029
24115
|
block,
|
|
24030
24116
|
blockquote,
|
|
@@ -24045,9 +24131,7 @@ const styles$J = {
|
|
|
24045
24131
|
htmlThead: htmlThead$1,
|
|
24046
24132
|
htmlTbody: htmlTbody$1,
|
|
24047
24133
|
htmlTfoot: htmlTfoot$1,
|
|
24048
|
-
htmlTh: htmlTh$1,
|
|
24049
24134
|
htmlTr: htmlTr$1,
|
|
24050
|
-
htmlTd: htmlTd$1,
|
|
24051
24135
|
htmlUl: htmlUl$1,
|
|
24052
24136
|
htmlOl: htmlOl$1,
|
|
24053
24137
|
htmlLi,
|
|
@@ -25263,11 +25347,11 @@ const ResponsiveBar = forwardRef(function ResponsiveBar2({
|
|
|
25263
25347
|
}
|
|
25264
25348
|
);
|
|
25265
25349
|
});
|
|
25266
|
-
const COMP$
|
|
25350
|
+
const COMP$1c = "ResponsiveBar";
|
|
25267
25351
|
const ResponsiveBarMd = createMetadata({
|
|
25268
25352
|
status: "stable",
|
|
25269
25353
|
description: "`ResponsiveBar` is a layout container that automatically manages child component overflow by moving items that don't fit into a dropdown menu. It supports both horizontal and vertical orientations and provides a space-efficient way to display navigation items, toolbar buttons, or other components that need to adapt to varying container dimensions while maintaining full functionality.",
|
|
25270
|
-
docFolder: COMP$
|
|
25354
|
+
docFolder: COMP$1c,
|
|
25271
25355
|
props: {
|
|
25272
25356
|
orientation: {
|
|
25273
25357
|
description: "Layout direction of the responsive bar. In horizontal mode, items are arranged left-to-right and overflow is based on container width. In vertical mode, items are arranged top-to-bottom and overflow is based on container height.",
|
|
@@ -25287,20 +25371,20 @@ const ResponsiveBarMd = createMetadata({
|
|
|
25287
25371
|
}
|
|
25288
25372
|
},
|
|
25289
25373
|
events: {
|
|
25290
|
-
click: dClick(COMP$
|
|
25374
|
+
click: dClick(COMP$1c)
|
|
25291
25375
|
},
|
|
25292
25376
|
apis: {},
|
|
25293
25377
|
contextVars: {},
|
|
25294
25378
|
themeVars: parseScssVar(styles$F.themeVars),
|
|
25295
25379
|
limitThemeVarsToComponent: true,
|
|
25296
25380
|
defaultThemeVars: {
|
|
25297
|
-
[`backgroundColor-${COMP$
|
|
25298
|
-
[`padding-${COMP$
|
|
25299
|
-
[`margin-${COMP$
|
|
25381
|
+
[`backgroundColor-${COMP$1c}`]: "transparent",
|
|
25382
|
+
[`padding-${COMP$1c}`]: "0",
|
|
25383
|
+
[`margin-${COMP$1c}`]: "0"
|
|
25300
25384
|
}
|
|
25301
25385
|
});
|
|
25302
25386
|
const responsiveBarComponentRenderer = createComponentRenderer(
|
|
25303
|
-
COMP$
|
|
25387
|
+
COMP$1c,
|
|
25304
25388
|
ResponsiveBarMd,
|
|
25305
25389
|
({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler }) => {
|
|
25306
25390
|
return /* @__PURE__ */ jsx(
|
|
@@ -25316,14 +25400,14 @@ const responsiveBarComponentRenderer = createComponentRenderer(
|
|
|
25316
25400
|
);
|
|
25317
25401
|
}
|
|
25318
25402
|
);
|
|
25319
|
-
const COMP$
|
|
25403
|
+
const COMP$1b = "SpaceFiller";
|
|
25320
25404
|
const SpaceFillerMd = createMetadata({
|
|
25321
25405
|
status: "stable",
|
|
25322
25406
|
description: "`SpaceFiller` works well in layout containers to fill remaining (unused) space. Its behavior depends on the layout container in which it is used.",
|
|
25323
25407
|
themeVars: parseScssVar(styles$R.themeVars)
|
|
25324
25408
|
});
|
|
25325
|
-
const spaceFillerComponentRenderer = createComponentRenderer(COMP$
|
|
25326
|
-
const COMP$
|
|
25409
|
+
const spaceFillerComponentRenderer = createComponentRenderer(COMP$1b, SpaceFillerMd, () => /* @__PURE__ */ jsx(SpaceFiller, {}));
|
|
25410
|
+
const COMP$1a = "TextArea";
|
|
25327
25411
|
const resizeOptionsMd = [
|
|
25328
25412
|
{ value: "(undefined)", description: "No resizing" },
|
|
25329
25413
|
{ value: "horizontal", description: "Can only resize horizontally" },
|
|
@@ -25354,15 +25438,15 @@ const TextAreaMd = createMetadata({
|
|
|
25354
25438
|
defaultValue: defaultProps$H.enterSubmits
|
|
25355
25439
|
},
|
|
25356
25440
|
escResets: {
|
|
25357
|
-
description: `This boolean property indicates whether the ${COMP$
|
|
25441
|
+
description: `This boolean property indicates whether the ${COMP$1a} contents should be reset when pressing the ESC key.`,
|
|
25358
25442
|
valueType: "boolean",
|
|
25359
25443
|
defaultValue: false
|
|
25360
25444
|
},
|
|
25361
25445
|
maxRows: d(
|
|
25362
|
-
`This optional property sets the maximum number of text rows the \`${COMP$
|
|
25446
|
+
`This optional property sets the maximum number of text rows the \`${COMP$1a}\` can grow. If not set, the number of rows is unlimited.`
|
|
25363
25447
|
),
|
|
25364
25448
|
minRows: d(
|
|
25365
|
-
`This optional property sets the minimum number of text rows the \`${COMP$
|
|
25449
|
+
`This optional property sets the minimum number of text rows the \`${COMP$1a}\` can shrink. If not set, the minimum number of rows is 1.`
|
|
25366
25450
|
),
|
|
25367
25451
|
rows: {
|
|
25368
25452
|
description: `Specifies the number of rows the component initially has.`,
|
|
@@ -25370,7 +25454,7 @@ const TextAreaMd = createMetadata({
|
|
|
25370
25454
|
defaultValue: defaultProps$H.rows
|
|
25371
25455
|
},
|
|
25372
25456
|
autoSize: {
|
|
25373
|
-
description: `If set to \`true\`, this boolean property enables the \`${COMP$
|
|
25457
|
+
description: `If set to \`true\`, this boolean property enables the \`${COMP$1a}\` to resize automatically based on the number of lines inside it.`,
|
|
25374
25458
|
valueType: "boolean",
|
|
25375
25459
|
defaultValue: false
|
|
25376
25460
|
},
|
|
@@ -25388,13 +25472,13 @@ const TextAreaMd = createMetadata({
|
|
|
25388
25472
|
}
|
|
25389
25473
|
},
|
|
25390
25474
|
events: {
|
|
25391
|
-
gotFocus: dGotFocus(COMP$
|
|
25392
|
-
lostFocus: dLostFocus(COMP$
|
|
25393
|
-
didChange: dDidChange(COMP$
|
|
25475
|
+
gotFocus: dGotFocus(COMP$1a),
|
|
25476
|
+
lostFocus: dLostFocus(COMP$1a),
|
|
25477
|
+
didChange: dDidChange(COMP$1a)
|
|
25394
25478
|
},
|
|
25395
25479
|
apis: {
|
|
25396
25480
|
focus: {
|
|
25397
|
-
description: `This method sets the focus on the \`${COMP$
|
|
25481
|
+
description: `This method sets the focus on the \`${COMP$1a}\` component.`,
|
|
25398
25482
|
signature: "focus(): void"
|
|
25399
25483
|
},
|
|
25400
25484
|
value: {
|
|
@@ -25405,12 +25489,12 @@ const TextAreaMd = createMetadata({
|
|
|
25405
25489
|
},
|
|
25406
25490
|
themeVars: parseScssVar(styles$N.themeVars),
|
|
25407
25491
|
defaultThemeVars: {
|
|
25408
|
-
[`paddingVertical-${COMP$
|
|
25409
|
-
[`paddingHorizontal-${COMP$
|
|
25492
|
+
[`paddingVertical-${COMP$1a}`]: "$space-2",
|
|
25493
|
+
[`paddingHorizontal-${COMP$1a}`]: "$space-2"
|
|
25410
25494
|
}
|
|
25411
25495
|
});
|
|
25412
25496
|
const textAreaComponentRenderer = createComponentRenderer(
|
|
25413
|
-
COMP$
|
|
25497
|
+
COMP$1a,
|
|
25414
25498
|
TextAreaMd,
|
|
25415
25499
|
({
|
|
25416
25500
|
node,
|
|
@@ -25450,7 +25534,7 @@ const textAreaComponentRenderer = createComponentRenderer(
|
|
|
25450
25534
|
);
|
|
25451
25535
|
}
|
|
25452
25536
|
);
|
|
25453
|
-
const COMP$
|
|
25537
|
+
const COMP$19 = "NavLink";
|
|
25454
25538
|
const NavLinkMd = createMetadata({
|
|
25455
25539
|
status: "stable",
|
|
25456
25540
|
description: "`NavLink` creates interactive navigation items that connect users to different destinations within an app or external URLs. It automatically indicates active states, supports custom icons and labels, and can execute custom actions instead of navigation when needed.",
|
|
@@ -25460,7 +25544,7 @@ const NavLinkMd = createMetadata({
|
|
|
25460
25544
|
active: {
|
|
25461
25545
|
description: `This property indicates if the particular navigation is an active link. An active link has a particular visual appearance, provided its [\`displayActive\`](#displayactive) property is set to \`true\`.`,
|
|
25462
25546
|
valueType: "boolean",
|
|
25463
|
-
defaultValue: defaultProps$
|
|
25547
|
+
defaultValue: defaultProps$17.active
|
|
25464
25548
|
},
|
|
25465
25549
|
target: {
|
|
25466
25550
|
description: `This optionally property specifies how to open the clicked link.`,
|
|
@@ -25469,50 +25553,50 @@ const NavLinkMd = createMetadata({
|
|
|
25469
25553
|
},
|
|
25470
25554
|
label: dLabel(),
|
|
25471
25555
|
vertical: {
|
|
25472
|
-
description: `This property sets how the active status is displayed on the \`${COMP$
|
|
25556
|
+
description: `This property sets how the active status is displayed on the \`${COMP$19}\` component. If set to true, the indicator is displayed on the side which lends itself to a vertically aligned navigation menu. By default, it displays a horizontal indicator.`,
|
|
25473
25557
|
valueType: "boolean"
|
|
25474
25558
|
},
|
|
25475
25559
|
displayActive: {
|
|
25476
25560
|
description: `This Boolean property indicates if the active state of a link should have a visual indication. Setting it to \`false\` removes the visual indication of an active link.`,
|
|
25477
25561
|
valueType: "boolean",
|
|
25478
|
-
defaultValue: defaultProps$
|
|
25562
|
+
defaultValue: defaultProps$17.displayActive
|
|
25479
25563
|
},
|
|
25480
25564
|
icon: d(
|
|
25481
25565
|
`This property allows you to add an optional icon (specify the icon's name) to the navigation link.`
|
|
25482
25566
|
)
|
|
25483
25567
|
},
|
|
25484
25568
|
events: {
|
|
25485
|
-
click: dClick(COMP$
|
|
25569
|
+
click: dClick(COMP$19)
|
|
25486
25570
|
},
|
|
25487
25571
|
themeVars: parseScssVar(navLinkStyles.themeVars),
|
|
25488
25572
|
themeVarDescriptions: {
|
|
25489
|
-
[`color-indicator-${COMP$
|
|
25573
|
+
[`color-indicator-${COMP$19}`]: "Provides the following states: `--hover`, `--active`, `--pressed`"
|
|
25490
25574
|
},
|
|
25491
25575
|
defaultThemeVars: {
|
|
25492
|
-
[`border-${COMP$
|
|
25493
|
-
[`borderRadius-${COMP$
|
|
25494
|
-
[`backgroundColor-${COMP$
|
|
25495
|
-
[`paddingHorizontal-${COMP$
|
|
25496
|
-
[`paddingVertical-${COMP$
|
|
25497
|
-
[`fontSize-${COMP$
|
|
25498
|
-
[`fontWeight-${COMP$
|
|
25499
|
-
[`fontFamily-${COMP$
|
|
25500
|
-
[`textColor-${COMP$
|
|
25501
|
-
[`fontWeight-${COMP$
|
|
25502
|
-
[`thickness-indicator-${COMP$
|
|
25503
|
-
[`outlineColor-${COMP$
|
|
25504
|
-
[`outlineWidth-${COMP$
|
|
25505
|
-
[`outlineStyle-${COMP$
|
|
25506
|
-
[`outlineOffset-${COMP$
|
|
25507
|
-
[`borderRadius-indicator-${COMP$
|
|
25508
|
-
[`color-icon-${COMP$
|
|
25509
|
-
[`color-indicator-${COMP$
|
|
25510
|
-
[`color-indicator-${COMP$
|
|
25511
|
-
[`color-indicator-${COMP$
|
|
25576
|
+
[`border-${COMP$19}`]: "0px solid $borderColor",
|
|
25577
|
+
[`borderRadius-${COMP$19}`]: "$borderRadius",
|
|
25578
|
+
[`backgroundColor-${COMP$19}`]: "transparent",
|
|
25579
|
+
[`paddingHorizontal-${COMP$19}`]: "$space-4",
|
|
25580
|
+
[`paddingVertical-${COMP$19}`]: "$space-2",
|
|
25581
|
+
[`fontSize-${COMP$19}`]: "$fontSize-sm",
|
|
25582
|
+
[`fontWeight-${COMP$19}`]: "$fontWeight-normal",
|
|
25583
|
+
[`fontFamily-${COMP$19}`]: "$fontFamily",
|
|
25584
|
+
[`textColor-${COMP$19}`]: "$textColor-primary",
|
|
25585
|
+
[`fontWeight-${COMP$19}--pressed`]: "$fontWeight-normal",
|
|
25586
|
+
[`thickness-indicator-${COMP$19}`]: "$space-0_5",
|
|
25587
|
+
[`outlineColor-${COMP$19}--focus`]: "$outlineColor--focus",
|
|
25588
|
+
[`outlineWidth-${COMP$19}--focus`]: "$outlineWidth--focus",
|
|
25589
|
+
[`outlineStyle-${COMP$19}--focus`]: "$outlineStyle--focus",
|
|
25590
|
+
[`outlineOffset-${COMP$19}--focus`]: "-1px",
|
|
25591
|
+
[`borderRadius-indicator-${COMP$19}`]: "$borderRadius",
|
|
25592
|
+
[`color-icon-${COMP$19}`]: "$color-surface-500",
|
|
25593
|
+
[`color-indicator-${COMP$19}--active`]: "$color-primary-500",
|
|
25594
|
+
[`color-indicator-${COMP$19}--pressed`]: "$color-primary-500",
|
|
25595
|
+
[`color-indicator-${COMP$19}--hover`]: "$color-primary-600"
|
|
25512
25596
|
}
|
|
25513
25597
|
});
|
|
25514
25598
|
const navLinkComponentRenderer = createComponentRenderer(
|
|
25515
|
-
COMP$
|
|
25599
|
+
COMP$19,
|
|
25516
25600
|
NavLinkMd,
|
|
25517
25601
|
({ node, extractValue, renderChild: renderChild2, className }) => {
|
|
25518
25602
|
const iconName = extractValue.asString(node.props.icon);
|
|
@@ -25533,7 +25617,7 @@ const navLinkComponentRenderer = createComponentRenderer(
|
|
|
25533
25617
|
);
|
|
25534
25618
|
}
|
|
25535
25619
|
);
|
|
25536
|
-
const COMP$
|
|
25620
|
+
const COMP$18 = "Link";
|
|
25537
25621
|
const LinkMd = createMetadata({
|
|
25538
25622
|
status: "stable",
|
|
25539
25623
|
description: "`Link` creates clickable navigation elements for internal app routes or external URLs. You can use the `label` and `icon` properties for simple text links, or embed custom components like buttons, cards, or complex layouts for rich interactive link presentations.",
|
|
@@ -25545,10 +25629,10 @@ const LinkMd = createMetadata({
|
|
|
25545
25629
|
active: {
|
|
25546
25630
|
description: `Indicates whether this link is active or not. If so, it will have a distinct visual appearance.`,
|
|
25547
25631
|
type: "boolean",
|
|
25548
|
-
defaultValue: defaultProps
|
|
25632
|
+
defaultValue: defaultProps$10.active
|
|
25549
25633
|
},
|
|
25550
25634
|
target: {
|
|
25551
|
-
description: `This property specifies where to open the link represented by the \`${COMP$
|
|
25635
|
+
description: `This property specifies where to open the link represented by the \`${COMP$18}\`. This property accepts the following values (in accordance with the HTML standard):`,
|
|
25552
25636
|
availableValues: LinkTargetMd,
|
|
25553
25637
|
type: "string"
|
|
25554
25638
|
},
|
|
@@ -25564,37 +25648,37 @@ const LinkMd = createMetadata({
|
|
|
25564
25648
|
},
|
|
25565
25649
|
themeVars: parseScssVar(styles$12.themeVars),
|
|
25566
25650
|
themeVarDescriptions: {
|
|
25567
|
-
[`gap-icon-${COMP$
|
|
25651
|
+
[`gap-icon-${COMP$18}`]: "This property defines the size of the gap between the icon and the label."
|
|
25568
25652
|
},
|
|
25569
25653
|
defaultThemeVars: {
|
|
25570
|
-
[`border-${COMP$
|
|
25571
|
-
[`textColor-${COMP$
|
|
25572
|
-
[`textDecorationColor-${COMP$
|
|
25573
|
-
[`textColor-${COMP$
|
|
25574
|
-
[`textDecorationColor-${COMP$
|
|
25575
|
-
[`textColor-${COMP$
|
|
25576
|
-
[`textDecorationColor-${COMP$
|
|
25577
|
-
[`textColor-${COMP$
|
|
25578
|
-
[`textUnderlineOffset-${COMP$
|
|
25579
|
-
[`textDecorationLine-${COMP$
|
|
25580
|
-
[`textDecorationStyle-${COMP$
|
|
25581
|
-
[`outlineColor-${COMP$
|
|
25582
|
-
[`outlineWidth-${COMP$
|
|
25583
|
-
[`outlineStyle-${COMP$
|
|
25584
|
-
[`outlineOffset-${COMP$
|
|
25585
|
-
[`fontSize-${COMP$
|
|
25586
|
-
[`fontWeight-${COMP$
|
|
25587
|
-
[`gap-icon-${COMP$
|
|
25588
|
-
[`padding-icon-${COMP$
|
|
25654
|
+
[`border-${COMP$18}`]: "0px solid $borderColor",
|
|
25655
|
+
[`textColor-${COMP$18}`]: "$color-primary-500",
|
|
25656
|
+
[`textDecorationColor-${COMP$18}`]: `textDecorationColor-${COMP$18}`,
|
|
25657
|
+
[`textColor-${COMP$18}--hover`]: `$color-primary-400`,
|
|
25658
|
+
[`textDecorationColor-${COMP$18}--hover`]: `textColor-${COMP$18}--hover`,
|
|
25659
|
+
[`textColor-${COMP$18}--active`]: "$color-primary-400",
|
|
25660
|
+
[`textDecorationColor-${COMP$18}--active`]: `textColor-${COMP$18}--active`,
|
|
25661
|
+
[`textColor-${COMP$18}--hover--active`]: `$textColor-${COMP$18}--active`,
|
|
25662
|
+
[`textUnderlineOffset-${COMP$18}`]: "$space-1",
|
|
25663
|
+
[`textDecorationLine-${COMP$18}`]: "underline",
|
|
25664
|
+
[`textDecorationStyle-${COMP$18}`]: "solid",
|
|
25665
|
+
[`outlineColor-${COMP$18}--focus`]: "$outlineColor--focus",
|
|
25666
|
+
[`outlineWidth-${COMP$18}--focus`]: "$outlineWidth--focus",
|
|
25667
|
+
[`outlineStyle-${COMP$18}--focus`]: "$outlineStyle--focus",
|
|
25668
|
+
[`outlineOffset-${COMP$18}--focus`]: "$outlineOffset--focus",
|
|
25669
|
+
[`fontSize-${COMP$18}`]: "inherit",
|
|
25670
|
+
[`fontWeight-${COMP$18}--active`]: "$fontWeight-bold",
|
|
25671
|
+
[`gap-icon-${COMP$18}`]: "$gap-tight",
|
|
25672
|
+
[`padding-icon-${COMP$18}`]: "$space-0_5",
|
|
25589
25673
|
dark: {
|
|
25590
|
-
[`textColor-${COMP$
|
|
25591
|
-
[`textColor-${COMP$
|
|
25592
|
-
[`textColor-${COMP$
|
|
25674
|
+
[`textColor-${COMP$18}`]: "$color-primary-600",
|
|
25675
|
+
[`textColor-${COMP$18}--hover`]: `$color-primary-500`,
|
|
25676
|
+
[`textColor-${COMP$18}--active`]: "$color-primary-500"
|
|
25593
25677
|
}
|
|
25594
25678
|
}
|
|
25595
25679
|
});
|
|
25596
25680
|
const localLinkComponentRenderer = createComponentRenderer(
|
|
25597
|
-
COMP$
|
|
25681
|
+
COMP$18,
|
|
25598
25682
|
LinkMd,
|
|
25599
25683
|
({ node, extractValue, renderChild: renderChild2, lookupEventHandler, className }) => {
|
|
25600
25684
|
return /* @__PURE__ */ jsx(
|
|
@@ -26986,10 +27070,10 @@ const TreeComponent = memo((props) => {
|
|
|
26986
27070
|
}
|
|
26987
27071
|
);
|
|
26988
27072
|
});
|
|
26989
|
-
const COMP$
|
|
27073
|
+
const COMP$17 = "Tree";
|
|
26990
27074
|
const TreeMd = createMetadata({
|
|
26991
27075
|
status: "stable",
|
|
26992
|
-
description: `The \`${COMP$
|
|
27076
|
+
description: `The \`${COMP$17}\` component is a virtualized tree component that displays hierarchical data with support for flat and hierarchy data formats.`,
|
|
26993
27077
|
props: {
|
|
26994
27078
|
data: {
|
|
26995
27079
|
description: `The data source of the tree. Format depends on the dataFormat property.`,
|
|
@@ -27249,20 +27333,20 @@ const TreeMd = createMetadata({
|
|
|
27249
27333
|
},
|
|
27250
27334
|
themeVars: parseScssVar(styles$E.themeVars),
|
|
27251
27335
|
defaultThemeVars: {
|
|
27252
|
-
[`backgroundColor-${COMP$
|
|
27253
|
-
[`backgroundColor-${COMP$
|
|
27254
|
-
[`textColor-${COMP$
|
|
27255
|
-
[`textColor-${COMP$
|
|
27256
|
-
[`textColor-${COMP$
|
|
27257
|
-
[`borderColor-${COMP$
|
|
27258
|
-
[`outlineColor-${COMP$
|
|
27259
|
-
[`outlineWidth-${COMP$
|
|
27260
|
-
[`outlineStyle-${COMP$
|
|
27261
|
-
[`outlineOffset-${COMP$
|
|
27336
|
+
[`backgroundColor-${COMP$17}-row--selected`]: "$color-primary-50",
|
|
27337
|
+
[`backgroundColor-${COMP$17}-row--hover`]: "$color-surface-100",
|
|
27338
|
+
[`textColor-${COMP$17}`]: "$textColor-primary",
|
|
27339
|
+
[`textColor-${COMP$17}--selected`]: "$color-primary-900",
|
|
27340
|
+
[`textColor-${COMP$17}--hover`]: "$textColor-primary",
|
|
27341
|
+
[`borderColor-${COMP$17}-row--focus`]: "$color-primary-500",
|
|
27342
|
+
[`outlineColor-${COMP$17}--focus`]: "$outlineColor--focus",
|
|
27343
|
+
[`outlineWidth-${COMP$17}--focus`]: "$outlineWidth--focus",
|
|
27344
|
+
[`outlineStyle-${COMP$17}--focus`]: "$outlineStyle--focus",
|
|
27345
|
+
[`outlineOffset-${COMP$17}--focus`]: "$outlineOffset--focus"
|
|
27262
27346
|
}
|
|
27263
27347
|
});
|
|
27264
27348
|
const treeComponentRenderer = createComponentRenderer(
|
|
27265
|
-
COMP$
|
|
27349
|
+
COMP$17,
|
|
27266
27350
|
TreeMd,
|
|
27267
27351
|
({ node, extractValue, renderChild: renderChild2, className, lookupEventHandler, registerComponentApi }) => {
|
|
27268
27352
|
const defaultItemTemplate = {
|
|
@@ -27341,10 +27425,10 @@ const treeComponentRenderer = createComponentRenderer(
|
|
|
27341
27425
|
);
|
|
27342
27426
|
}
|
|
27343
27427
|
);
|
|
27344
|
-
const COMP$
|
|
27428
|
+
const COMP$16 = "TreeDisplay";
|
|
27345
27429
|
const TreeDisplayMd = createMetadata({
|
|
27346
27430
|
status: "stable",
|
|
27347
|
-
description: `The \`${COMP$
|
|
27431
|
+
description: `The \`${COMP$16}\` component displays hierarchical data in a tree structure. It accepts an indented text format where each line is an entry in the tree, and the number of leading spaces determines the nesting level. The component renders the tree with SVG lines and continuous vertical guides to clearly visualize parent-child relationships in the hierarchy.`,
|
|
27348
27432
|
props: {
|
|
27349
27433
|
content: {
|
|
27350
27434
|
description: "The indented text content to display as a tree structure. Each level of indentation (using spaces) represents one level in the tree hierarchy.",
|
|
@@ -27359,21 +27443,21 @@ const TreeDisplayMd = createMetadata({
|
|
|
27359
27443
|
},
|
|
27360
27444
|
themeVars: parseScssVar(styles$H.themeVars),
|
|
27361
27445
|
defaultThemeVars: {
|
|
27362
|
-
[`backgroundColor-${COMP$
|
|
27363
|
-
[`borderRadius-${COMP$
|
|
27364
|
-
[`padding-${COMP$
|
|
27365
|
-
[`paddingLeft-${COMP$
|
|
27366
|
-
[`fontSize-${COMP$
|
|
27367
|
-
[`fontWeight-${COMP$
|
|
27368
|
-
[`fontFamily-${COMP$
|
|
27369
|
-
[`color-${COMP$
|
|
27370
|
-
[`color-connect-${COMP$
|
|
27371
|
-
[`boxShadow-${COMP$
|
|
27372
|
-
[`border-${COMP$
|
|
27446
|
+
[`backgroundColor-${COMP$16}`]: "$backgroundColor-CodeBlock",
|
|
27447
|
+
[`borderRadius-${COMP$16}`]: "8px",
|
|
27448
|
+
[`padding-${COMP$16}`]: "$space-4",
|
|
27449
|
+
[`paddingLeft-${COMP$16}`]: "$space-2",
|
|
27450
|
+
[`fontSize-${COMP$16}`]: "$fontSize-code",
|
|
27451
|
+
[`fontWeight-${COMP$16}`]: "$fontWeight-normal",
|
|
27452
|
+
[`fontFamily-${COMP$16}`]: "$fontFamily-monospace",
|
|
27453
|
+
[`color-${COMP$16}`]: "$textColor-primary",
|
|
27454
|
+
[`color-connect-${COMP$16}`]: "$color-surface-200",
|
|
27455
|
+
[`boxShadow-${COMP$16}`]: "none",
|
|
27456
|
+
[`border-${COMP$16}`]: "0.5px solid $borderColor"
|
|
27373
27457
|
}
|
|
27374
27458
|
});
|
|
27375
27459
|
const treeDisplayComponentRenderer = createComponentRenderer(
|
|
27376
|
-
COMP$
|
|
27460
|
+
COMP$16,
|
|
27377
27461
|
TreeDisplayMd,
|
|
27378
27462
|
({ node, extractValue, renderChild: renderChild2, className }) => {
|
|
27379
27463
|
return /* @__PURE__ */ jsx(
|
|
@@ -27387,7 +27471,7 @@ const treeDisplayComponentRenderer = createComponentRenderer(
|
|
|
27387
27471
|
);
|
|
27388
27472
|
}
|
|
27389
27473
|
);
|
|
27390
|
-
const COMP$
|
|
27474
|
+
const COMP$15 = "Heading";
|
|
27391
27475
|
function normalizeHeadingLevel(value) {
|
|
27392
27476
|
if (value === null || value === void 0) {
|
|
27393
27477
|
return "h1";
|
|
@@ -27410,7 +27494,7 @@ function normalizeHeadingLevel(value) {
|
|
|
27410
27494
|
return "h1";
|
|
27411
27495
|
}
|
|
27412
27496
|
const VALUE_DESC = d(
|
|
27413
|
-
`This property determines the text displayed in the heading. \`${COMP$
|
|
27497
|
+
`This property determines the text displayed in the heading. \`${COMP$15}\` also accepts nested text instead of specifying the \`value\`. If both \`value\` and a nested text are used, the \`value\` will be displayed.`
|
|
27414
27498
|
);
|
|
27415
27499
|
const MAX_LINES_DESC = d(
|
|
27416
27500
|
"This optional property determines the maximum number of lines the component can wrap to. If there is not enough space for all of the text, the component wraps the text up to as many lines as specified. If the value is not specified, there is no limit on the number of displayed lines."
|
|
@@ -27418,24 +27502,24 @@ const MAX_LINES_DESC = d(
|
|
|
27418
27502
|
const ELLIPSES_DESC = {
|
|
27419
27503
|
description: `This property indicates whether ellipses should be displayed (\`true\`) when the heading text is cropped or not (\`false\`).`,
|
|
27420
27504
|
type: "boolean",
|
|
27421
|
-
defaultValue: defaultProps
|
|
27505
|
+
defaultValue: defaultProps$$.ellipses
|
|
27422
27506
|
};
|
|
27423
27507
|
const PRESERVE_DESC = d(
|
|
27424
27508
|
`This property indicates whether linebreaks should be preserved when displaying text.`,
|
|
27425
27509
|
void 0,
|
|
27426
27510
|
"boolean",
|
|
27427
|
-
defaultProps
|
|
27511
|
+
defaultProps$$.preserveLinebreaks
|
|
27428
27512
|
);
|
|
27429
27513
|
const LEVEL_DESC = (level) => `Represents a heading level ${level} text`;
|
|
27430
27514
|
const OMIT_FROM_TOC_DESC = {
|
|
27431
27515
|
description: "If true, this heading will be excluded from the table of contents.",
|
|
27432
27516
|
type: "boolean",
|
|
27433
|
-
defaultValue: defaultProps
|
|
27517
|
+
defaultValue: defaultProps$$.omitFromToc
|
|
27434
27518
|
};
|
|
27435
27519
|
const SHOW_ANCHOR_DESC = {
|
|
27436
27520
|
description: "This property indicates whether an anchor link should be displayed next to the heading. If set to `true`, an anchor link will be displayed on hover next to the heading.",
|
|
27437
27521
|
type: "boolean",
|
|
27438
|
-
defaultValue: defaultProps
|
|
27522
|
+
defaultValue: defaultProps$$.showAnchor
|
|
27439
27523
|
};
|
|
27440
27524
|
const APIS_DESC = {
|
|
27441
27525
|
scrollIntoView: {
|
|
@@ -27474,7 +27558,7 @@ const HeadingMd = createMetadata({
|
|
|
27474
27558
|
"5",
|
|
27475
27559
|
"6"
|
|
27476
27560
|
],
|
|
27477
|
-
defaultValue: defaultProps
|
|
27561
|
+
defaultValue: defaultProps$$.level
|
|
27478
27562
|
},
|
|
27479
27563
|
maxLines: MAX_LINES_DESC,
|
|
27480
27564
|
ellipses: ELLIPSES_DESC,
|
|
@@ -27486,13 +27570,13 @@ const HeadingMd = createMetadata({
|
|
|
27486
27570
|
themeVars: parseScssVar(styles$11.themeVars),
|
|
27487
27571
|
limitThemeVarsToComponent: true,
|
|
27488
27572
|
defaultThemeVars: {
|
|
27489
|
-
[`fontFamily-${COMP$
|
|
27490
|
-
[`textColor-${COMP$
|
|
27491
|
-
[`fontWeight-${COMP$
|
|
27492
|
-
[`letterSpacing-${COMP$
|
|
27493
|
-
[`color-anchor-${COMP$
|
|
27494
|
-
[`gap-anchor-${COMP$
|
|
27495
|
-
[`textDecorationLine-anchor-${COMP$
|
|
27573
|
+
[`fontFamily-${COMP$15}`]: "$fontFamily",
|
|
27574
|
+
[`textColor-${COMP$15}`]: "inherit",
|
|
27575
|
+
[`fontWeight-${COMP$15}`]: "$fontWeight-bold",
|
|
27576
|
+
[`letterSpacing-${COMP$15} `]: "0",
|
|
27577
|
+
[`color-anchor-${COMP$15} `]: "$color-surface-400",
|
|
27578
|
+
[`gap-anchor-${COMP$15} `]: "$space-2",
|
|
27579
|
+
[`textDecorationLine-anchor-${COMP$15} `]: "underline",
|
|
27496
27580
|
light: {
|
|
27497
27581
|
// --- No light-specific theme vars
|
|
27498
27582
|
},
|
|
@@ -27505,7 +27589,7 @@ const H1 = "H1";
|
|
|
27505
27589
|
const H1Md = createMetadata({
|
|
27506
27590
|
status: "stable",
|
|
27507
27591
|
description: LEVEL_DESC(1),
|
|
27508
|
-
specializedFrom: COMP$
|
|
27592
|
+
specializedFrom: COMP$15,
|
|
27509
27593
|
props: {
|
|
27510
27594
|
value: VALUE_DESC,
|
|
27511
27595
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27535,7 +27619,7 @@ const H2 = "H2";
|
|
|
27535
27619
|
const H2Md = createMetadata({
|
|
27536
27620
|
status: "stable",
|
|
27537
27621
|
description: LEVEL_DESC(2),
|
|
27538
|
-
specializedFrom: COMP$
|
|
27622
|
+
specializedFrom: COMP$15,
|
|
27539
27623
|
props: {
|
|
27540
27624
|
value: VALUE_DESC,
|
|
27541
27625
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27565,7 +27649,7 @@ const H3 = "H3";
|
|
|
27565
27649
|
const H3Md = createMetadata({
|
|
27566
27650
|
status: "stable",
|
|
27567
27651
|
description: LEVEL_DESC(3),
|
|
27568
|
-
specializedFrom: COMP$
|
|
27652
|
+
specializedFrom: COMP$15,
|
|
27569
27653
|
props: {
|
|
27570
27654
|
value: VALUE_DESC,
|
|
27571
27655
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27595,7 +27679,7 @@ const H4 = "H4";
|
|
|
27595
27679
|
const H4Md = createMetadata({
|
|
27596
27680
|
status: "stable",
|
|
27597
27681
|
description: LEVEL_DESC(4),
|
|
27598
|
-
specializedFrom: COMP$
|
|
27682
|
+
specializedFrom: COMP$15,
|
|
27599
27683
|
props: {
|
|
27600
27684
|
value: VALUE_DESC,
|
|
27601
27685
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27625,7 +27709,7 @@ const H5 = "H5";
|
|
|
27625
27709
|
const H5Md = createMetadata({
|
|
27626
27710
|
status: "stable",
|
|
27627
27711
|
description: LEVEL_DESC(5),
|
|
27628
|
-
specializedFrom: COMP$
|
|
27712
|
+
specializedFrom: COMP$15,
|
|
27629
27713
|
props: {
|
|
27630
27714
|
value: VALUE_DESC,
|
|
27631
27715
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27655,7 +27739,7 @@ const H6 = "H6";
|
|
|
27655
27739
|
const H6Md = createMetadata({
|
|
27656
27740
|
status: "stable",
|
|
27657
27741
|
description: LEVEL_DESC(6),
|
|
27658
|
-
specializedFrom: COMP$
|
|
27742
|
+
specializedFrom: COMP$15,
|
|
27659
27743
|
props: {
|
|
27660
27744
|
value: VALUE_DESC,
|
|
27661
27745
|
maxLines: MAX_LINES_DESC,
|
|
@@ -27712,7 +27796,7 @@ function renderHeading({
|
|
|
27712
27796
|
);
|
|
27713
27797
|
}
|
|
27714
27798
|
const headingComponentRenderer = createComponentRenderer(
|
|
27715
|
-
COMP$
|
|
27799
|
+
COMP$15,
|
|
27716
27800
|
HeadingMd,
|
|
27717
27801
|
({ node, extractValue, className, renderChild: renderChild2, registerComponentApi }) => {
|
|
27718
27802
|
return renderHeading({
|
|
@@ -27809,13 +27893,13 @@ const h6ComponentRenderer = createComponentRenderer(
|
|
|
27809
27893
|
});
|
|
27810
27894
|
}
|
|
27811
27895
|
);
|
|
27812
|
-
const COMP$
|
|
27896
|
+
const COMP$14 = "Text";
|
|
27813
27897
|
const TextMd = createMetadata({
|
|
27814
27898
|
status: "stable",
|
|
27815
|
-
description: `The \`${COMP$
|
|
27899
|
+
description: `The \`${COMP$14}\` component displays textual information in a number of optional styles and variants.`,
|
|
27816
27900
|
props: {
|
|
27817
27901
|
value: d(
|
|
27818
|
-
`The text to be displayed. This value can also be set via nesting the text into the \`${COMP$
|
|
27902
|
+
`The text to be displayed. This value can also be set via nesting the text into the \`${COMP$14}\` component.`
|
|
27819
27903
|
),
|
|
27820
27904
|
variant: {
|
|
27821
27905
|
description: "An optional string value that provides named presets for text variants with a unique combination of font style, weight, size, color, and other parameters. If not defined, the text uses the current style of its context. In addition to predefined variants, you can specify custom variant names and style them using theme variables with the pattern `{cssProperty}-Text-{variantName}` (e.g., `textColor-Text-brandTitle`, `fontSize-Text-highlight`). See the documentation for a complete list of supported CSS properties.",
|
|
@@ -27827,12 +27911,12 @@ const TextMd = createMetadata({
|
|
|
27827
27911
|
preserveLinebreaks: {
|
|
27828
27912
|
description: `This property indicates if linebreaks should be preserved when displaying text.`,
|
|
27829
27913
|
valueType: "boolean",
|
|
27830
|
-
defaultValue: defaultProps$
|
|
27914
|
+
defaultValue: defaultProps$1e.preserveLinebreaks
|
|
27831
27915
|
},
|
|
27832
27916
|
ellipses: {
|
|
27833
27917
|
description: "This property indicates whether ellipses should be displayed when the text is cropped (`true`) or not (`false`).",
|
|
27834
27918
|
valueType: "boolean",
|
|
27835
|
-
defaultValue: defaultProps$
|
|
27919
|
+
defaultValue: defaultProps$1e.ellipses
|
|
27836
27920
|
},
|
|
27837
27921
|
breakMode: {
|
|
27838
27922
|
description: "This property controls how text breaks into multiple lines. `normal` uses standard word boundaries, `word` breaks long words to prevent overflow, `anywhere` breaks at any character, `keep` prevents word breaking, and `hyphenate` uses automatic hyphenation. When not specified, uses the default browser behavior or theme variables.",
|
|
@@ -27875,77 +27959,77 @@ const TextMd = createMetadata({
|
|
|
27875
27959
|
},
|
|
27876
27960
|
themeVars: parseScssVar(styles$1e.themeVars),
|
|
27877
27961
|
defaultThemeVars: {
|
|
27878
|
-
[`borderRadius-${COMP$
|
|
27879
|
-
[`borderStyle-${COMP$
|
|
27880
|
-
[`fontSize-${COMP$
|
|
27881
|
-
[`borderWidth-${COMP$
|
|
27882
|
-
[`textColor-${COMP$
|
|
27883
|
-
[`fontFamily-${COMP$
|
|
27884
|
-
[`fontWeight-${COMP$
|
|
27885
|
-
[`fontSize-${COMP$
|
|
27886
|
-
[`textColor-${COMP$
|
|
27887
|
-
[`fontWeight-${COMP$
|
|
27888
|
-
[`textTransform-${COMP$
|
|
27889
|
-
[`fontStyle-${COMP$
|
|
27890
|
-
[`fontSize-${COMP$
|
|
27891
|
-
[`fontFamily-${COMP$
|
|
27892
|
-
[`paddingHorizontal-${COMP$
|
|
27893
|
-
[`paddingVertical-${COMP$
|
|
27894
|
-
[`textColor-${COMP$
|
|
27895
|
-
[`lineHeight-${COMP$
|
|
27896
|
-
[`fontFamily-${COMP$
|
|
27897
|
-
[`fontSize-${COMP$
|
|
27898
|
-
[`borderWidth-${COMP$
|
|
27899
|
-
[`borderStyle-${COMP$
|
|
27900
|
-
[`borderRadius-${COMP$
|
|
27901
|
-
[`paddingHorizontal-${COMP$
|
|
27902
|
-
[`paddingBottom-${COMP$
|
|
27903
|
-
[`backgroundColor-${COMP$
|
|
27904
|
-
[`borderColor-${COMP$
|
|
27905
|
-
[`textDecorationLine-${COMP$
|
|
27906
|
-
[`textDecorationLine-${COMP$
|
|
27907
|
-
[`fontFamily-${COMP$
|
|
27908
|
-
[`fontSize-${COMP$
|
|
27909
|
-
[`fontWeight-${COMP$
|
|
27910
|
-
[`borderWidth-${COMP$
|
|
27911
|
-
[`paddingHorizontal-${COMP$
|
|
27912
|
-
[`backgroundColor-${COMP$
|
|
27913
|
-
[`borderColor-${COMP$
|
|
27914
|
-
[`fontFamily-${COMP$
|
|
27915
|
-
[`fontSize-${COMP$
|
|
27916
|
-
[`fontSize-${COMP$
|
|
27917
|
-
[`verticalAlignment-${COMP$
|
|
27918
|
-
[`fontSize-${COMP$
|
|
27919
|
-
[`verticalAlignment-${COMP$
|
|
27920
|
-
[`fontStyle-${COMP$
|
|
27921
|
-
[`fontStyle-${COMP$
|
|
27922
|
-
[`fontFamily-${COMP$
|
|
27923
|
-
[`fontSize-${COMP$
|
|
27924
|
-
[`fontSize-${COMP$
|
|
27925
|
-
[`fontSize-${COMP$
|
|
27926
|
-
[`letterSpacing-${COMP$
|
|
27927
|
-
[`fontSize-${COMP$
|
|
27928
|
-
[`textColor-${COMP$
|
|
27929
|
-
[`paddingVertical-${COMP$
|
|
27930
|
-
[`fontSize-${COMP$
|
|
27931
|
-
[`fontWeight-${COMP$
|
|
27932
|
-
[`letterSpacing-${COMP$
|
|
27933
|
-
[`textTransform-${COMP$
|
|
27934
|
-
[`textColor-${COMP$
|
|
27935
|
-
[`marginTop-${COMP$
|
|
27936
|
-
[`marginBottom-${COMP$
|
|
27937
|
-
[`paddingHorizontal-${COMP$
|
|
27938
|
-
[`fontSize-${COMP$
|
|
27939
|
-
[`fontWeight-${COMP$
|
|
27940
|
-
[`fontWeight-${COMP$
|
|
27941
|
-
[`backgroundColor-${COMP$
|
|
27962
|
+
[`borderRadius-${COMP$14}`]: "$borderRadius",
|
|
27963
|
+
[`borderStyle-${COMP$14}`]: "solid",
|
|
27964
|
+
[`fontSize-${COMP$14}`]: "$fontSize-sm",
|
|
27965
|
+
[`borderWidth-${COMP$14}`]: "$space-0",
|
|
27966
|
+
[`textColor-${COMP$14}`]: "$textColor-primary",
|
|
27967
|
+
[`fontFamily-${COMP$14}`]: "$fontFamily",
|
|
27968
|
+
[`fontWeight-${COMP$14}`]: "$fontWeight-normal",
|
|
27969
|
+
[`fontSize-${COMP$14}-secondary`]: "$fontSize-sm",
|
|
27970
|
+
[`textColor-${COMP$14}-secondary`]: "$textColor-secondary",
|
|
27971
|
+
[`fontWeight-${COMP$14}-abbr`]: "$fontWeight-bold",
|
|
27972
|
+
[`textTransform-${COMP$14}-abbr`]: "uppercase",
|
|
27973
|
+
[`fontStyle-${COMP$14}-cite`]: "italic",
|
|
27974
|
+
[`fontSize-${COMP$14}-codefence`]: "$fontSize-code",
|
|
27975
|
+
[`fontFamily-${COMP$14}-codefence`]: "$fontFamily-monospace",
|
|
27976
|
+
[`paddingHorizontal-${COMP$14}-codefence`]: "$space-4",
|
|
27977
|
+
[`paddingVertical-${COMP$14}-codefence`]: "$space-3",
|
|
27978
|
+
[`textColor-${COMP$14}-codefence`]: "$color-surface-900",
|
|
27979
|
+
[`lineHeight-${COMP$14}-codefence`]: "1.5",
|
|
27980
|
+
[`fontFamily-${COMP$14}-code`]: "$fontFamily-monospace",
|
|
27981
|
+
[`fontSize-${COMP$14}-code`]: "$fontSize-sm",
|
|
27982
|
+
[`borderWidth-${COMP$14}-code`]: "1px",
|
|
27983
|
+
[`borderStyle-${COMP$14}-code`]: "solid",
|
|
27984
|
+
[`borderRadius-${COMP$14}-code`]: "4px",
|
|
27985
|
+
[`paddingHorizontal-${COMP$14}-code`]: "$space-0_5",
|
|
27986
|
+
[`paddingBottom-${COMP$14}-code`]: "2px",
|
|
27987
|
+
[`backgroundColor-${COMP$14}-code`]: "rgb(from $color-surface-100 r g b / 0.4)",
|
|
27988
|
+
[`borderColor-${COMP$14}-code`]: "$color-surface-100",
|
|
27989
|
+
[`textDecorationLine-${COMP$14}-deleted`]: "line-through",
|
|
27990
|
+
[`textDecorationLine-${COMP$14}-inserted`]: "underline",
|
|
27991
|
+
[`fontFamily-${COMP$14}-keyboard`]: "$fontFamily-monospace",
|
|
27992
|
+
[`fontSize-${COMP$14}-keyboard`]: "$fontSize-sm",
|
|
27993
|
+
[`fontWeight-${COMP$14}-keyboard`]: "$fontWeight-bold",
|
|
27994
|
+
[`borderWidth-${COMP$14}-keyboard`]: "1px",
|
|
27995
|
+
[`paddingHorizontal-${COMP$14}-keyboard`]: "$space-1",
|
|
27996
|
+
[`backgroundColor-${COMP$14}-keyboard`]: "rgb(from $color-surface-100 r g b / 0.4)",
|
|
27997
|
+
[`borderColor-${COMP$14}-keyboard`]: "$color-surface-300",
|
|
27998
|
+
[`fontFamily-${COMP$14}-sample`]: "$fontFamily-monospace",
|
|
27999
|
+
[`fontSize-${COMP$14}-sample`]: "$fontSize-sm",
|
|
28000
|
+
[`fontSize-${COMP$14}-sup`]: "$fontSize-xs",
|
|
28001
|
+
[`verticalAlignment-${COMP$14}-sup`]: "super",
|
|
28002
|
+
[`fontSize-${COMP$14}-sub`]: "$fontSize-xs",
|
|
28003
|
+
[`verticalAlignment-${COMP$14}-sub`]: "sub",
|
|
28004
|
+
[`fontStyle-${COMP$14}-var`]: "italic",
|
|
28005
|
+
[`fontStyle-${COMP$14}-em`]: "italic",
|
|
28006
|
+
[`fontFamily-${COMP$14}-mono`]: "$fontFamily-monospace",
|
|
28007
|
+
[`fontSize-${COMP$14}-title`]: "$fontSize-2xl",
|
|
28008
|
+
[`fontSize-${COMP$14}-subtitle`]: "$fontSize-xl",
|
|
28009
|
+
[`fontSize-${COMP$14}-small`]: "$fontSize-sm",
|
|
28010
|
+
[`letterSpacing-${COMP$14}-caption`]: "0.05rem",
|
|
28011
|
+
[`fontSize-${COMP$14}-placeholder`]: "$fontSize-xs",
|
|
28012
|
+
[`textColor-${COMP$14}-placeholder`]: "$color-surface-500",
|
|
28013
|
+
[`paddingVertical-${COMP$14}-paragraph`]: "$space-1",
|
|
28014
|
+
[`fontSize-${COMP$14}-subheading`]: "$fontSize-H6",
|
|
28015
|
+
[`fontWeight-${COMP$14}-subheading`]: "$fontWeight-bold",
|
|
28016
|
+
[`letterSpacing-${COMP$14}-subheading`]: "0.04em",
|
|
28017
|
+
[`textTransform-${COMP$14}-subheading`]: "uppercase",
|
|
28018
|
+
[`textColor-${COMP$14}-subheading`]: "$textColor-secondary",
|
|
28019
|
+
[`marginTop-${COMP$14}-tableheading`]: "$space-1",
|
|
28020
|
+
[`marginBottom-${COMP$14}-tableheading`]: "$space-4",
|
|
28021
|
+
[`paddingHorizontal-${COMP$14}-tableheading`]: "$space-1",
|
|
28022
|
+
[`fontSize-${COMP$14}-tableheading`]: "$fontSize-H6",
|
|
28023
|
+
[`fontWeight-${COMP$14}-tableheading`]: "$fontWeight-bold",
|
|
28024
|
+
[`fontWeight-${COMP$14}-strong`]: "$fontWeight-bold",
|
|
28025
|
+
[`backgroundColor-${COMP$14}-marked`]: "rgb(from $color-primary-200 r g b / 0.4)",
|
|
27942
28026
|
dark: {
|
|
27943
|
-
[`backgroundColor-${COMP$
|
|
28027
|
+
[`backgroundColor-${COMP$14}-marked`]: "rgb(from $color-primary-400 r g b / 0.4)"
|
|
27944
28028
|
}
|
|
27945
28029
|
}
|
|
27946
28030
|
});
|
|
27947
28031
|
const textComponentRenderer = createComponentRenderer(
|
|
27948
|
-
COMP$
|
|
28032
|
+
COMP$14,
|
|
27949
28033
|
TextMd,
|
|
27950
28034
|
({ node, extractValue, className, renderChild: renderChild2, registerComponentApi }) => {
|
|
27951
28035
|
const {
|
|
@@ -27969,9 +28053,9 @@ const textComponentRenderer = createComponentRenderer(
|
|
|
27969
28053
|
className,
|
|
27970
28054
|
preserveLinebreaks: extractValue.asOptionalBoolean(
|
|
27971
28055
|
preserveLinebreaks2,
|
|
27972
|
-
defaultProps$
|
|
28056
|
+
defaultProps$1e.preserveLinebreaks
|
|
27973
28057
|
),
|
|
27974
|
-
ellipses: extractValue.asOptionalBoolean(ellipses, defaultProps$
|
|
28058
|
+
ellipses: extractValue.asOptionalBoolean(ellipses, defaultProps$1e.ellipses),
|
|
27975
28059
|
overflowMode: extractValue(overflowMode),
|
|
27976
28060
|
breakMode: extractValue(breakMode),
|
|
27977
28061
|
registerComponentApi,
|
|
@@ -27981,7 +28065,7 @@ const textComponentRenderer = createComponentRenderer(
|
|
|
27981
28065
|
);
|
|
27982
28066
|
}
|
|
27983
28067
|
);
|
|
27984
|
-
const COMP$
|
|
28068
|
+
const COMP$13 = "Fragment";
|
|
27985
28069
|
const FragmentMd = createMetadata({
|
|
27986
28070
|
status: "stable",
|
|
27987
28071
|
description: "`Fragment` provides conditional rendering. You can use `when=` on any component to render it conditionally, use `Fragment` to apply `when` to a group of components.",
|
|
@@ -27991,7 +28075,7 @@ const FragmentMd = createMetadata({
|
|
|
27991
28075
|
}
|
|
27992
28076
|
});
|
|
27993
28077
|
const fragmentComponentRenderer = createComponentRenderer(
|
|
27994
|
-
COMP$
|
|
28078
|
+
COMP$13,
|
|
27995
28079
|
FragmentMd,
|
|
27996
28080
|
({ node, extractValue, renderChild: renderChild2, layoutContext }) => {
|
|
27997
28081
|
let renderedChild = renderChild2(node.children, layoutContext);
|
|
@@ -28001,54 +28085,6 @@ const fragmentComponentRenderer = createComponentRenderer(
|
|
|
28001
28085
|
return renderedChild;
|
|
28002
28086
|
}
|
|
28003
28087
|
);
|
|
28004
|
-
const COMP$13 = "Choose";
|
|
28005
|
-
const ChooseMd = createMetadata({
|
|
28006
|
-
status: "stable",
|
|
28007
|
-
description: "`Choose` is a non-visual component that provides switch-like conditional rendering. It evaluates a condition and renders the first child whose `case` attribute matches the condition value. If no match is found, it renders a child without a `case` attribute (the default case). Only one child is rendered. If a child component needs its own `case` property, use `$case` for matching instead, which will be transposed to `case` in the rendered child.",
|
|
28008
|
-
props: {
|
|
28009
|
-
condition: d(
|
|
28010
|
-
"The value to match against child `case` or `$case` attributes. This can be any expression that evaluates to a comparable value (string, number, boolean, etc.)."
|
|
28011
|
-
)
|
|
28012
|
-
},
|
|
28013
|
-
nonVisual: true
|
|
28014
|
-
});
|
|
28015
|
-
const chooseComponentRenderer = createComponentRenderer(
|
|
28016
|
-
COMP$13,
|
|
28017
|
-
ChooseMd,
|
|
28018
|
-
({ node, extractValue, renderChild: renderChild2, layoutContext }) => {
|
|
28019
|
-
const conditionValue = extractValue(node.props.condition);
|
|
28020
|
-
if (!node.children || node.children.length === 0) {
|
|
28021
|
-
return null;
|
|
28022
|
-
}
|
|
28023
|
-
for (const child of node.children) {
|
|
28024
|
-
const caseValue = child.props?.case;
|
|
28025
|
-
if (caseValue !== void 0) {
|
|
28026
|
-
const extractedCaseValue = extractValue(caseValue);
|
|
28027
|
-
if (extractedCaseValue === conditionValue) {
|
|
28028
|
-
let modifiedProps = { ...child.props };
|
|
28029
|
-
const dollarCaseValue = child.props?.$case;
|
|
28030
|
-
if (dollarCaseValue !== void 0) {
|
|
28031
|
-
const { case: _, $case: __, ...restProps } = modifiedProps;
|
|
28032
|
-
modifiedProps = { ...restProps, case: dollarCaseValue };
|
|
28033
|
-
} else {
|
|
28034
|
-
const { case: _, ...restProps } = modifiedProps;
|
|
28035
|
-
modifiedProps = restProps;
|
|
28036
|
-
}
|
|
28037
|
-
const childWithModifiedProps = {
|
|
28038
|
-
...child,
|
|
28039
|
-
props: modifiedProps
|
|
28040
|
-
};
|
|
28041
|
-
const rendered = renderChild2([childWithModifiedProps], layoutContext);
|
|
28042
|
-
return Array.isArray(rendered) ? /* @__PURE__ */ jsx(Fragment$1, { children: rendered }, extractValue(node.uid)) : rendered;
|
|
28043
|
-
}
|
|
28044
|
-
} else {
|
|
28045
|
-
const rendered = renderChild2([child], layoutContext);
|
|
28046
|
-
return Array.isArray(rendered) ? /* @__PURE__ */ jsx(Fragment$1, { children: rendered }, extractValue(node.uid)) : rendered;
|
|
28047
|
-
}
|
|
28048
|
-
}
|
|
28049
|
-
return null;
|
|
28050
|
-
}
|
|
28051
|
-
);
|
|
28052
28088
|
const themeVars$n = `'{"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))", "border-Table": "var(--xmlui-border-Table)", "borderHorizontal-Table": "var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table))", "borderVertical-Table": "var(--xmlui-borderVertical-Table, var(--xmlui-border-Table))", "borderLeft-Table": "var(--xmlui-borderLeft-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))", "borderRight-Table": "var(--xmlui-borderRight-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))", "borderTop-Table": "var(--xmlui-borderTop-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))", "borderBottom-Table": "var(--xmlui-borderBottom-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))", "borderWidth-Table": "var(--xmlui-borderWidth-Table)", "borderHorizontalWidth-Table": "var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table))", "borderLeftWidth-Table": "var(--xmlui-borderLeftWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderRightWidth-Table": "var(--xmlui-borderRightWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderVerticalWidth-Table": "var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table))", "borderTopWidth-Table": "var(--xmlui-borderTopWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderBottomWidth-Table": "var(--xmlui-borderBottomWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))", "borderStyle-Table": "var(--xmlui-borderStyle-Table)", "borderHorizontalStyle-Table": "var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table))", "borderLeftStyle-Table": "var(--xmlui-borderLeftStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderRightStyle-Table": "var(--xmlui-borderRightStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderVerticalStyle-Table": "var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table))", "borderTopStyle-Table": "var(--xmlui-borderTopStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderBottomStyle-Table": "var(--xmlui-borderBottomStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))", "borderColor-Table": "var(--xmlui-borderColor-Table)", "borderHorizontalColor-Table": "var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table))", "borderLeftColor-Table": "var(--xmlui-borderLeftColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))", "borderRightColor-Table": "var(--xmlui-borderRightColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))", "borderVerticalColor-Table": "var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table))", "borderTopColor-Table": "var(--xmlui-borderTopColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))", "borderBottomColor-Table": "var(--xmlui-borderBottomColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))", "borderStartStartRadius-Table": "var(--xmlui-borderStartStartRadius-Table, var(--xmlui-borderRadius-Table))", "borderStartEndRadius-Table": "var(--xmlui-borderStartEndRadius-Table, var(--xmlui-borderRadius-Table))", "borderEndStartRadius-Table": "var(--xmlui-borderEndStartRadius-Table, var(--xmlui-borderRadius-Table))", "borderEndEndRadius-Table": "var(--xmlui-borderEndEndRadius-Table, var(--xmlui-borderRadius-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)", "borderRadius-Table": "var(--xmlui-borderRadius-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)", "borderBottom-last-row-Table": "var(--xmlui-borderBottom-last-row-Table)"}'`;
|
|
28053
28089
|
const wrapper$c = "_wrapper_fw2wb_14";
|
|
28054
28090
|
const noScroll = "_noScroll_fw2wb_42";
|
|
@@ -30613,12 +30649,12 @@ const ImageMd = createMetadata({
|
|
|
30613
30649
|
fit: {
|
|
30614
30650
|
description: "This property sets how the image content should be resized to fit its container.",
|
|
30615
30651
|
type: "string",
|
|
30616
|
-
defaultValue: defaultProps$
|
|
30652
|
+
defaultValue: defaultProps$1b.fit
|
|
30617
30653
|
},
|
|
30618
30654
|
lazyLoad: {
|
|
30619
30655
|
description: `Lazy loading instructs the browser to load the image only when it is imminently needed (e.g. user scrolls to it).`,
|
|
30620
30656
|
type: "boolean",
|
|
30621
|
-
defaultValue: defaultProps$
|
|
30657
|
+
defaultValue: defaultProps$1b.lazyLoad
|
|
30622
30658
|
},
|
|
30623
30659
|
aspectRatio: d(
|
|
30624
30660
|
'This property sets a preferred aspect ratio for the image, which will be used in calculating auto sizes and other layout functions. If this value is not used, the original aspect ratio is kept. The value can be a number of a string (such as "16/9").'
|
|
@@ -30626,7 +30662,7 @@ const ImageMd = createMetadata({
|
|
|
30626
30662
|
inline: {
|
|
30627
30663
|
description: `When set to true, the image will be displayed as an inline element instead of a block element.`,
|
|
30628
30664
|
type: "boolean",
|
|
30629
|
-
defaultValue: defaultProps$
|
|
30665
|
+
defaultValue: defaultProps$1b.inline
|
|
30630
30666
|
},
|
|
30631
30667
|
animation: dInternal(`The optional animation object to be applied to the component`)
|
|
30632
30668
|
},
|
|
@@ -33157,7 +33193,7 @@ const NavPanelMd = createMetadata({
|
|
|
33157
33193
|
inDrawer: {
|
|
33158
33194
|
description: `This property determines if the navigation panel is displayed in a drawer.`,
|
|
33159
33195
|
valueType: "boolean",
|
|
33160
|
-
defaultValue: defaultProps$
|
|
33196
|
+
defaultValue: defaultProps$19.inDrawer
|
|
33161
33197
|
}
|
|
33162
33198
|
},
|
|
33163
33199
|
themeVars: parseScssVar(styles$18.themeVars),
|
|
@@ -33167,6 +33203,7 @@ const NavPanelMd = createMetadata({
|
|
|
33167
33203
|
[`backgroundColor-${COMP$M}`]: "$backgroundColor",
|
|
33168
33204
|
[`backgroundColor-${COMP$M}-horizontal`]: "$backgroundColor-AppHeader",
|
|
33169
33205
|
[`border-${COMP$M}`]: "0px solid $borderColor",
|
|
33206
|
+
[`borderRight-${COMP$M}-vertical`]: "1px solid $borderColor",
|
|
33170
33207
|
[`paddingHorizontal-${COMP$M}`]: "0",
|
|
33171
33208
|
[`paddingVertical-logo-${COMP$M}`]: "$space-4",
|
|
33172
33209
|
[`paddingHorizontal-logo-${COMP$M}`]: "$space-4",
|
|
@@ -33367,22 +33404,22 @@ const NavGroupMd = createMetadata({
|
|
|
33367
33404
|
iconHorizontalExpanded: {
|
|
33368
33405
|
description: "Set a custom icon to display when the navigation menu is expanded, is in a **horizontal** app layout, and is in a navigation submenu.",
|
|
33369
33406
|
valueType: "string",
|
|
33370
|
-
defaultValue: defaultProps$
|
|
33407
|
+
defaultValue: defaultProps$18.iconHorizontalExpanded
|
|
33371
33408
|
},
|
|
33372
33409
|
iconVerticalExpanded: {
|
|
33373
33410
|
description: "Set a custom icon to display when the navigation menu is expanded, is in a **vertical** app layout, or is in a **horizontal** layout and is the top-level navigation item in the menu.",
|
|
33374
33411
|
valueType: "string",
|
|
33375
|
-
defaultValue: defaultProps$
|
|
33412
|
+
defaultValue: defaultProps$18.iconVerticalExpanded
|
|
33376
33413
|
},
|
|
33377
33414
|
iconHorizontalCollapsed: {
|
|
33378
33415
|
description: "Set a custom icon to display when the navigation menu is collapsed, is in a **horizontal** app layout, and is in a navigation submenu.",
|
|
33379
33416
|
valueType: "string",
|
|
33380
|
-
defaultValue: defaultProps$
|
|
33417
|
+
defaultValue: defaultProps$18.iconHorizontalCollapsed
|
|
33381
33418
|
},
|
|
33382
33419
|
iconVerticalCollapsed: {
|
|
33383
33420
|
description: "Set a custom icon to display when the navigation menu is collapsed, is in a **vertical** app layout, or is in a **horizontal** layout and is the top-level navigation item in the menu.",
|
|
33384
33421
|
valueType: "string",
|
|
33385
|
-
defaultValue: defaultProps$
|
|
33422
|
+
defaultValue: defaultProps$18.iconVerticalCollapsed
|
|
33386
33423
|
}
|
|
33387
33424
|
},
|
|
33388
33425
|
themeVars: parseScssVar(styles$17.themeVars),
|
|
@@ -33422,12 +33459,12 @@ const LogoMd = createMetadata({
|
|
|
33422
33459
|
alt: {
|
|
33423
33460
|
description: "Alternative text for the logo image for accessibility.",
|
|
33424
33461
|
type: "string",
|
|
33425
|
-
defaultValue: defaultProps$
|
|
33462
|
+
defaultValue: defaultProps$1a.alt
|
|
33426
33463
|
},
|
|
33427
33464
|
inline: {
|
|
33428
33465
|
description: `When set to true, the image will be displayed as an inline element instead of a block element.`,
|
|
33429
33466
|
type: "boolean",
|
|
33430
|
-
defaultValue: defaultProps$
|
|
33467
|
+
defaultValue: defaultProps$1a.inline
|
|
33431
33468
|
}
|
|
33432
33469
|
}
|
|
33433
33470
|
});
|
|
@@ -33449,7 +33486,7 @@ const COMP$I = "RadioGroup";
|
|
|
33449
33486
|
const RGOption = `RadioGroupOption`;
|
|
33450
33487
|
const RadioGroupMd = createMetadata({
|
|
33451
33488
|
status: "stable",
|
|
33452
|
-
description: "`RadioGroup` creates a mutually exclusive selection interface where users can choose only one option from a group of radio buttons. It manages the selection state and ensures that selecting one option automatically deselects all others in the group
|
|
33489
|
+
description: "`RadioGroup` creates a mutually exclusive selection interface where users can choose only one option from a group of radio buttons. It manages the selection state and ensures that selecting one option automatically deselects all others in the group.Radio options store their values as strings. Numbers and booleans are converted to strings when assigned, while objects, functions and arrays default to an empty string unless resolved via binding expressions.",
|
|
33453
33490
|
props: {
|
|
33454
33491
|
initialValue: {
|
|
33455
33492
|
...dInitialValue(),
|
|
@@ -33582,12 +33619,12 @@ const SpinnerMd = createMetadata({
|
|
|
33582
33619
|
delay: {
|
|
33583
33620
|
description: `The delay in milliseconds before the spinner is displayed.`,
|
|
33584
33621
|
valueType: "number",
|
|
33585
|
-
defaultValue: defaultProps$
|
|
33622
|
+
defaultValue: defaultProps$1i.delay
|
|
33586
33623
|
},
|
|
33587
33624
|
fullScreen: {
|
|
33588
33625
|
description: `If set to \`true\`, the component will be rendered in a full screen container.`,
|
|
33589
33626
|
valueType: "boolean",
|
|
33590
|
-
defaultValue: defaultProps$
|
|
33627
|
+
defaultValue: defaultProps$1i.fullScreen
|
|
33591
33628
|
}
|
|
33592
33629
|
},
|
|
33593
33630
|
themeVars: parseScssVar(styles$1j.themeVars),
|
|
@@ -33974,11 +34011,11 @@ const SwitchMd = createMetadata({
|
|
|
33974
34011
|
},
|
|
33975
34012
|
props: {
|
|
33976
34013
|
required: dRequired(),
|
|
33977
|
-
initialValue: dInitialValue(defaultProps$
|
|
34014
|
+
initialValue: dInitialValue(defaultProps$Y.initialValue),
|
|
33978
34015
|
autoFocus: dAutoFocus(),
|
|
33979
34016
|
readOnly: dReadonly(),
|
|
33980
34017
|
enabled: dEnabled(),
|
|
33981
|
-
validationStatus: dValidationStatus(defaultProps$
|
|
34018
|
+
validationStatus: dValidationStatus(defaultProps$Y.validationStatus),
|
|
33982
34019
|
description: dInternal(
|
|
33983
34020
|
`(*** NOT IMPLEMENTED YET ***) This optional property displays an alternate description of the ${COMP$D} besides its label.`
|
|
33984
34021
|
)
|
|
@@ -34044,7 +34081,7 @@ const switchComponentRenderer = createComponentRenderer(
|
|
|
34044
34081
|
className,
|
|
34045
34082
|
initialValue: extractValue.asOptionalBoolean(
|
|
34046
34083
|
node.props.initialValue,
|
|
34047
|
-
defaultProps$
|
|
34084
|
+
defaultProps$Y.initialValue
|
|
34048
34085
|
),
|
|
34049
34086
|
value: state?.value,
|
|
34050
34087
|
readOnly: extractValue.asOptionalBoolean(node.props.readOnly),
|
|
@@ -39977,7 +40014,7 @@ const accordionItemComponentRenderer = createComponentRenderer(
|
|
|
39977
40014
|
const COMP$r = "Slider";
|
|
39978
40015
|
const SliderMd = createMetadata({
|
|
39979
40016
|
status: "stable",
|
|
39980
|
-
description: "`Slider` provides an interactive control for selecting numeric values within a defined range, supporting both single value selection and range selection with multiple thumbs. It offers precise control through customizable steps and visual feedback with formatted value display
|
|
40017
|
+
description: "`Slider` provides an interactive control for selecting numeric values within a defined range, supporting both single value selection and range selection with multiple thumbs. It offers precise control through customizable steps and visual feedback with formatted value display.Hover over the component to see the tooltip with the current value. On mobile, tap the thumb to see the tooltip.",
|
|
39981
40018
|
props: {
|
|
39982
40019
|
initialValue: dInitialValue(),
|
|
39983
40020
|
minValue: {
|
|
@@ -46396,9 +46433,6 @@ class ComponentRegistry {
|
|
|
46396
46433
|
if (define_process_env_default$4.VITE_USED_COMPONENTS_Fragment !== "false") {
|
|
46397
46434
|
this.registerCoreComponent(fragmentComponentRenderer);
|
|
46398
46435
|
}
|
|
46399
|
-
if (define_process_env_default$4.VITE_USED_COMPONENTS_Choose !== "false") {
|
|
46400
|
-
this.registerCoreComponent(chooseComponentRenderer);
|
|
46401
|
-
}
|
|
46402
46436
|
if (define_process_env_default$4.VITE_USED_COMPONENTS_Table !== "false") {
|
|
46403
46437
|
this.registerCoreComponent(tableComponentRenderer);
|
|
46404
46438
|
this.registerCoreComponent(columnComponentRenderer);
|
|
@@ -47807,7 +47841,7 @@ function IconProvider({ children }) {
|
|
|
47807
47841
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
47808
47842
|
] });
|
|
47809
47843
|
}
|
|
47810
|
-
const version = "0.11.
|
|
47844
|
+
const version = "0.11.8";
|
|
47811
47845
|
const miscellaneousUtils = {
|
|
47812
47846
|
capitalize,
|
|
47813
47847
|
pluralize: pluralize$1,
|
|
@@ -55459,7 +55493,7 @@ function ApiInterceptorProvider({
|
|
|
55459
55493
|
return;
|
|
55460
55494
|
}
|
|
55461
55495
|
void (async () => {
|
|
55462
|
-
const { initMock } = await import("./initMock-
|
|
55496
|
+
const { initMock } = await import("./initMock-yTa1A5M3.js");
|
|
55463
55497
|
const apiInstance2 = await initMock(interceptor);
|
|
55464
55498
|
setApiInstance(apiInstance2);
|
|
55465
55499
|
setInitialized(true);
|
|
@@ -55476,7 +55510,7 @@ function ApiInterceptorProvider({
|
|
|
55476
55510
|
if (define_process_env_default.VITE_MOCK_ENABLED) {
|
|
55477
55511
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
55478
55512
|
useWorker ? import("./apiInterceptorWorker-Wgm2_zjg.js") : Promise.resolve({ createApiInterceptorWorker: () => null }),
|
|
55479
|
-
import("./initMock-
|
|
55513
|
+
import("./initMock-yTa1A5M3.js")
|
|
55480
55514
|
]);
|
|
55481
55515
|
if (interceptor || forceInitialize) {
|
|
55482
55516
|
const apiInstance2 = await initMock(interceptor || {});
|
|
@@ -55513,7 +55547,7 @@ function ApiInterceptorProvider({
|
|
|
55513
55547
|
void (async () => {
|
|
55514
55548
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
55515
55549
|
import("./apiInterceptorWorker-Wgm2_zjg.js"),
|
|
55516
|
-
import("./initMock-
|
|
55550
|
+
import("./initMock-yTa1A5M3.js")
|
|
55517
55551
|
]);
|
|
55518
55552
|
const apiInstance2 = await initMock(interceptor);
|
|
55519
55553
|
await createApiInterceptorWorker(apiInstance2, parentInterceptorWorker);
|
|
@@ -56004,8 +56038,8 @@ function AppWithCodeViewNative({
|
|
|
56004
56038
|
)
|
|
56005
56039
|
] });
|
|
56006
56040
|
}
|
|
56007
|
-
const codeText = "
|
|
56008
|
-
const codefence = "
|
|
56041
|
+
const codeText = "_codeText_fmjbn_14";
|
|
56042
|
+
const codefence = "_codefence_fmjbn_21";
|
|
56009
56043
|
const styles$1 = {
|
|
56010
56044
|
codeText,
|
|
56011
56045
|
codefence
|
|
@@ -57890,7 +57924,7 @@ const filteredValidationSeverityValues = validationSeverityValues.filter(
|
|
|
57890
57924
|
const FormItemMd = createMetadata({
|
|
57891
57925
|
status: "stable",
|
|
57892
57926
|
allowArbitraryProps: true,
|
|
57893
|
-
description: "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically
|
|
57927
|
+
description: "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically. **Note:** `FormItem` must be used inside a `Form` component.",
|
|
57894
57928
|
props: {
|
|
57895
57929
|
bindTo: {
|
|
57896
57930
|
description: "This property binds a particular input field to one of the attributes of the `Form` data. It names the property of the form's `data` data to get the input's initial value.When the field is saved, its value will be stored in the `data` property with this name. If the property is not set, the input will be bound to an internal data field but not submitted."
|
|
@@ -58371,7 +58405,6 @@ const collectedComponentMetadata = {
|
|
|
58371
58405
|
Carousel: CarouselMd,
|
|
58372
58406
|
ChangeListener: ChangeListenerMd,
|
|
58373
58407
|
Checkbox: CheckboxMd,
|
|
58374
|
-
Choose: ChooseMd,
|
|
58375
58408
|
CODE: HtmlCodeMd,
|
|
58376
58409
|
ColorPicker: ColorPickerMd,
|
|
58377
58410
|
Column: ColumnMd,
|