2024-01-29 09:26:07 +08:00
|
|
|
import { type PropType } from 'vue';
|
|
|
|
declare const _default: import("vue").DefineComponent<{
|
|
|
|
clsPrefix: {
|
|
|
|
type: StringConstructor;
|
|
|
|
required: true;
|
|
|
|
};
|
|
|
|
indent: {
|
|
|
|
type: NumberConstructor;
|
|
|
|
required: true;
|
|
|
|
};
|
|
|
|
right: BooleanConstructor;
|
|
|
|
focusable: BooleanConstructor;
|
|
|
|
disabled: BooleanConstructor;
|
|
|
|
checked: BooleanConstructor;
|
|
|
|
indeterminate: BooleanConstructor;
|
|
|
|
onCheck: PropType<(value: boolean) => void>;
|
|
|
|
}, {
|
|
|
|
handleUpdateValue: (value: boolean) => void;
|
|
|
|
mergedTheme: import("vue").Ref<{
|
2024-08-02 18:19:39 +08:00
|
|
|
common: import("../..").ThemeCommonVars;
|
2024-01-29 09:26:07 +08:00
|
|
|
self: {
|
|
|
|
fontSize: string;
|
|
|
|
lineHeight: string;
|
|
|
|
nodeHeight: string;
|
|
|
|
nodeWrapperPadding: string;
|
|
|
|
nodeBorderRadius: string;
|
|
|
|
nodeColorHover: string;
|
|
|
|
nodeColorPressed: string;
|
|
|
|
nodeColorActive: string;
|
|
|
|
arrowColor: string;
|
|
|
|
nodeTextColor: string;
|
|
|
|
nodeTextColorDisabled: string;
|
|
|
|
loadingColor: string;
|
|
|
|
dropMarkColor: string;
|
|
|
|
lineColor: string;
|
|
|
|
};
|
|
|
|
peers: {
|
|
|
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
|
|
labelLineHeight: string;
|
|
|
|
fontSizeSmall: string;
|
|
|
|
fontSizeMedium: string;
|
|
|
|
fontSizeLarge: string;
|
|
|
|
borderRadius: string;
|
|
|
|
color: string;
|
|
|
|
colorChecked: string;
|
|
|
|
colorDisabled: string;
|
|
|
|
colorDisabledChecked: string;
|
|
|
|
colorTableHeader: string;
|
|
|
|
colorTableHeaderModal: string;
|
|
|
|
colorTableHeaderPopover: string;
|
|
|
|
checkMarkColor: string;
|
|
|
|
checkMarkColorDisabled: string;
|
|
|
|
checkMarkColorDisabledChecked: string;
|
|
|
|
border: string;
|
|
|
|
borderDisabled: string;
|
|
|
|
borderDisabledChecked: string;
|
|
|
|
borderChecked: string;
|
|
|
|
borderFocus: string;
|
|
|
|
boxShadowFocus: string;
|
|
|
|
textColor: string;
|
|
|
|
textColorDisabled: string;
|
|
|
|
sizeSmall: string;
|
|
|
|
sizeMedium: string;
|
|
|
|
sizeLarge: string;
|
|
|
|
labelPadding: string;
|
|
|
|
labelFontWeight: string;
|
|
|
|
}, any>;
|
|
|
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
2024-08-02 18:19:39 +08:00
|
|
|
height: string;
|
|
|
|
width: string;
|
|
|
|
borderRadius: string;
|
2024-01-29 09:26:07 +08:00
|
|
|
color: string;
|
|
|
|
colorHover: string;
|
2024-08-02 18:19:39 +08:00
|
|
|
railInsetHorizontal: string;
|
|
|
|
railInsetVertical: string;
|
|
|
|
railColor: string;
|
2024-01-29 09:26:07 +08:00
|
|
|
}, any>;
|
|
|
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
|
|
fontSizeSmall: string;
|
|
|
|
fontSizeMedium: string;
|
|
|
|
fontSizeLarge: string;
|
|
|
|
fontSizeHuge: string;
|
|
|
|
textColor: string;
|
|
|
|
iconColor: string;
|
|
|
|
extraTextColor: string;
|
|
|
|
iconSizeSmall: string;
|
|
|
|
iconSizeMedium: string;
|
|
|
|
iconSizeLarge: string;
|
|
|
|
iconSizeHuge: string;
|
|
|
|
}, any>;
|
|
|
|
};
|
|
|
|
peerOverrides: {
|
|
|
|
Checkbox?: {
|
|
|
|
peers?: {
|
|
|
|
[x: string]: any;
|
|
|
|
} | undefined;
|
|
|
|
} | undefined;
|
|
|
|
Scrollbar?: {
|
|
|
|
peers?: {
|
|
|
|
[x: string]: any;
|
|
|
|
} | undefined;
|
|
|
|
} | undefined;
|
|
|
|
Empty?: {
|
|
|
|
peers?: {
|
|
|
|
[x: string]: any;
|
|
|
|
} | undefined;
|
|
|
|
} | undefined;
|
|
|
|
};
|
|
|
|
}>;
|
2024-08-02 18:19:39 +08:00
|
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2024-01-29 09:26:07 +08:00
|
|
|
clsPrefix: {
|
|
|
|
type: StringConstructor;
|
|
|
|
required: true;
|
|
|
|
};
|
|
|
|
indent: {
|
|
|
|
type: NumberConstructor;
|
|
|
|
required: true;
|
|
|
|
};
|
|
|
|
right: BooleanConstructor;
|
|
|
|
focusable: BooleanConstructor;
|
|
|
|
disabled: BooleanConstructor;
|
|
|
|
checked: BooleanConstructor;
|
|
|
|
indeterminate: BooleanConstructor;
|
|
|
|
onCheck: PropType<(value: boolean) => void>;
|
|
|
|
}>>, {
|
|
|
|
right: boolean;
|
|
|
|
disabled: boolean;
|
|
|
|
checked: boolean;
|
|
|
|
indeterminate: boolean;
|
|
|
|
focusable: boolean;
|
|
|
|
}, {}>;
|
|
|
|
export default _default;
|