@clickhouse/click-ui 0.0.132 → 0.0.134
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/click-ui.es.js +163 -84
- package/dist/click-ui.umd.js +163 -84
- package/dist/components/Grid/types.d.ts +2 -1
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +1 -0
- package/dist/components/types.d.ts +1 -1
- package/dist/styles/types.d.ts +18 -7
- package/dist/styles/variables.classic.json.d.ts +11 -9
- package/dist/styles/variables.dark.json.d.ts +18 -11
- package/dist/styles/variables.json.d.ts +22 -11
- package/dist/styles/variables.light.json.d.ts +20 -10
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -10051,7 +10051,7 @@ const LinkArrow = styled(ArrowContainer).withConfig({
|
|
|
10051
10051
|
})([""]);
|
|
10052
10052
|
const Wrapper$a = styled.div.withConfig({
|
|
10053
10053
|
componentId: "sc-1drx130-7"
|
|
10054
|
-
})(["background-color:", ";border-radius:", ";border:", ";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,:focus{background-color:", ";cursor:pointer;", ",", "{color:",
|
|
10054
|
+
})(["background-color:", ";border-radius:", ";border:", ";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,:focus{background-color:", ";cursor:pointer;", ",", "{color:", ';}}&[aria-disabled="true"],&[aria-disabled="true"]:hover,&[aria-disabled="true"]:focus,&[aria-disabled="true"]:active{', "}"], ({
|
|
10055
10055
|
theme: theme2
|
|
10056
10056
|
}) => theme2.click.card.secondary.color.background.default, ({
|
|
10057
10057
|
theme: theme2
|
|
@@ -10070,13 +10070,17 @@ const Wrapper$a = styled.div.withConfig({
|
|
|
10070
10070
|
theme: theme2
|
|
10071
10071
|
}) => theme2.click.card.secondary.color.link.hover, ({
|
|
10072
10072
|
theme: theme2
|
|
10073
|
-
}) =>
|
|
10074
|
-
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
|
|
10079
|
-
}
|
|
10073
|
+
}) => `
|
|
10074
|
+
background-color: ${theme2.click.card.secondary.color.background.disabled};
|
|
10075
|
+
color: ${theme2.click.card.secondary.color.title.disabled};
|
|
10076
|
+
border: 1px solid ${theme2.click.card.secondary.color.stroke.disabled};
|
|
10077
|
+
cursor: not-allowed;
|
|
10078
|
+
|
|
10079
|
+
${LinkText},
|
|
10080
|
+
${LinkArrow} {
|
|
10081
|
+
color: ${theme2.click.card.secondary.color.link.disabled};
|
|
10082
|
+
}
|
|
10083
|
+
`);
|
|
10080
10084
|
const CardSecondary = ({
|
|
10081
10085
|
title,
|
|
10082
10086
|
icon,
|
|
@@ -10089,7 +10093,7 @@ const CardSecondary = ({
|
|
|
10089
10093
|
infoText,
|
|
10090
10094
|
...props
|
|
10091
10095
|
}) => {
|
|
10092
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Wrapper$a, {
|
|
10096
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Wrapper$a, { "aria-disabled": disabled, tabIndex: 0, $hasShadow: hasShadow, ...props, children: [
|
|
10093
10097
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Header$4, { children: [
|
|
10094
10098
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(HeaderLeft, { $disabled: disabled, children: [
|
|
10095
10099
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SvgImage, { name: icon, size: "lg", "area-hidden": "" }),
|
|
@@ -10106,7 +10110,7 @@ const CardSecondary = ({
|
|
|
10106
10110
|
};
|
|
10107
10111
|
const Wrapper$9 = styled.div.withConfig({
|
|
10108
10112
|
componentId: "sc-2dguvi-0"
|
|
10109
|
-
})(["background-color:", ";border-radius:", ";border:", ";display:flex;width:100%;max-width:100%;text-align:", ";flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,&:focus{background-color:", ";cursor:pointer;button{background-color:", ";border-color:", ";&:active{background-color:", ";border-color:", ";}}}&:active{border-color:",
|
|
10113
|
+
})(["background-color:", ";border-radius:", ";border:", ";display:flex;width:100%;max-width:100%;text-align:", ";flex-direction:column;padding:", ";gap:", ";box-shadow:", ";&:hover,&:focus{background-color:", ";cursor:pointer;button{background-color:", ";border-color:", ";&:active{background-color:", ";border-color:", ";}}}&:active{border-color:", ';}&[aria-disabled="true"],&[aria-disabled="true"]:hover,&[aria-disabled="true"]:focus,&[aria-disabled="true"]:active{', "}", ""], ({
|
|
10110
10114
|
theme: theme2
|
|
10111
10115
|
}) => theme2.click.card.primary.color.background.default, ({
|
|
10112
10116
|
theme: theme2
|
|
@@ -10137,19 +10141,20 @@ const Wrapper$9 = styled.div.withConfig({
|
|
|
10137
10141
|
theme: theme2
|
|
10138
10142
|
}) => theme2.click.button.basic.color.primary.stroke.active, ({
|
|
10139
10143
|
theme: theme2
|
|
10140
|
-
}) =>
|
|
10141
|
-
|
|
10142
|
-
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
}
|
|
10144
|
+
}) => `
|
|
10145
|
+
background-color: ${theme2.click.card.primary.color.background.disabled};
|
|
10146
|
+
color: ${theme2.click.card.primary.color.title.disabled};
|
|
10147
|
+
border: 1px solid ${theme2.click.card.primary.color.stroke.disabled};
|
|
10148
|
+
cursor: not-allowed;
|
|
10149
|
+
|
|
10150
|
+
button {
|
|
10151
|
+
background-color: ${theme2.click.button.basic.color.primary.background.disabled};
|
|
10152
|
+
border-color: ${theme2.click.button.basic.color.primary.stroke.disabled};
|
|
10153
|
+
&:active {
|
|
10154
|
+
background-color: ${theme2.click.button.basic.color.primary.background.disabled};
|
|
10155
|
+
border-color: ${theme2.click.button.basic.color.primary.stroke.disabled};
|
|
10156
|
+
}
|
|
10157
|
+
}`, ({
|
|
10153
10158
|
$isSelected,
|
|
10154
10159
|
theme: theme2
|
|
10155
10160
|
}) => $isSelected ? `border-color: ${theme2.click.button.basic.color.primary.stroke.active};` : "");
|
|
@@ -10208,7 +10213,7 @@ const CardPrimary = ({
|
|
|
10208
10213
|
}
|
|
10209
10214
|
};
|
|
10210
10215
|
const Component2 = !!infoUrl || typeof onButtonClick === "function" ? Button : "div";
|
|
10211
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Wrapper$9, { $alignContent: alignContent, $hasShadow: hasShadow, $size: size2,
|
|
10216
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Wrapper$9, { $alignContent: alignContent, $hasShadow: hasShadow, $size: size2, "aria-disabled": disabled, $isSelected: isSelected, tabIndex: 0, ...props, children: [
|
|
10212
10217
|
(icon || title) && /* @__PURE__ */ jsxRuntimeExports.jsxs(Header$3, { $size: size2, $disabled: disabled, $alignContent: alignContent, children: [
|
|
10213
10218
|
icon && /* @__PURE__ */ jsxRuntimeExports.jsx(SvgImage, { name: icon, "aria-hidden": true }),
|
|
10214
10219
|
title && /* @__PURE__ */ jsxRuntimeExports.jsx(Title$2, { type: "h3", children: title })
|
|
@@ -31372,6 +31377,7 @@ const Grid = forwardRef(({
|
|
|
31372
31377
|
onMouseMove: onMouseMoveProp,
|
|
31373
31378
|
showBorder = false,
|
|
31374
31379
|
onCopy: onCopyProp,
|
|
31380
|
+
onCopyCallback,
|
|
31375
31381
|
onContextMenu: onContextMenuProp,
|
|
31376
31382
|
forwardedGridRef,
|
|
31377
31383
|
...props
|
|
@@ -31383,8 +31389,7 @@ const Grid = forwardRef(({
|
|
|
31383
31389
|
const [selection, setSelection] = useState(selectionProp ?? {
|
|
31384
31390
|
type: "empty"
|
|
31385
31391
|
});
|
|
31386
|
-
const
|
|
31387
|
-
let isCopied = false;
|
|
31392
|
+
const defaultOnCopy = useCallback(async () => {
|
|
31388
31393
|
try {
|
|
31389
31394
|
await copyGridElements({
|
|
31390
31395
|
cell,
|
|
@@ -31394,7 +31399,9 @@ const Grid = forwardRef(({
|
|
|
31394
31399
|
columnCount,
|
|
31395
31400
|
outerRef
|
|
31396
31401
|
});
|
|
31397
|
-
|
|
31402
|
+
if (onCopyCallback) {
|
|
31403
|
+
onCopyCallback(true);
|
|
31404
|
+
}
|
|
31398
31405
|
if (showToast) {
|
|
31399
31406
|
createToast({
|
|
31400
31407
|
title: "Copied successfully",
|
|
@@ -31404,6 +31411,9 @@ const Grid = forwardRef(({
|
|
|
31404
31411
|
}
|
|
31405
31412
|
} catch (e) {
|
|
31406
31413
|
console.error(e);
|
|
31414
|
+
if (onCopyCallback) {
|
|
31415
|
+
onCopyCallback(false);
|
|
31416
|
+
}
|
|
31407
31417
|
if (showToast) {
|
|
31408
31418
|
createToast({
|
|
31409
31419
|
title: "Failed to copy",
|
|
@@ -31411,11 +31421,17 @@ const Grid = forwardRef(({
|
|
|
31411
31421
|
type: "danger"
|
|
31412
31422
|
});
|
|
31413
31423
|
}
|
|
31414
|
-
if (typeof onCopyProp === "function") {
|
|
31415
|
-
onCopyProp(isCopied);
|
|
31416
|
-
}
|
|
31417
31424
|
}
|
|
31418
|
-
}, [cell, columnCount, focus, focusProp,
|
|
31425
|
+
}, [cell, columnCount, focus, focusProp, rowCount, selection, showToast, onCopyCallback]);
|
|
31426
|
+
const customOnCopy = useMemo(() => {
|
|
31427
|
+
const result = async () => {
|
|
31428
|
+
if (onCopyProp) {
|
|
31429
|
+
await onCopyProp(selection, focus);
|
|
31430
|
+
}
|
|
31431
|
+
};
|
|
31432
|
+
return result;
|
|
31433
|
+
}, [onCopyProp, selection, focus]);
|
|
31434
|
+
const onCopy = typeof onCopyProp === "function" ? customOnCopy : defaultOnCopy;
|
|
31419
31435
|
const defaultMenuOptions = [{
|
|
31420
31436
|
label: "Copy",
|
|
31421
31437
|
onSelect: onCopy
|
|
@@ -31453,7 +31469,7 @@ const Grid = forwardRef(({
|
|
|
31453
31469
|
onFocusChangeProp(row, column);
|
|
31454
31470
|
}
|
|
31455
31471
|
}, [onFocusChangeProp, focusProp]);
|
|
31456
|
-
const rowNumberWidth = (rowCount.toString().length + 2) * 8 + 3;
|
|
31472
|
+
const rowNumberWidth = ((rowStart + rowCount).toString().length + 2) * 8 + 3;
|
|
31457
31473
|
const {
|
|
31458
31474
|
getColumnHorizontalPosition,
|
|
31459
31475
|
onColumnResize,
|
|
@@ -32375,17 +32391,24 @@ const Pagination = ({
|
|
|
32375
32391
|
const formatNumber = (value) => {
|
|
32376
32392
|
return new Intl.NumberFormat("en").format(value);
|
|
32377
32393
|
};
|
|
32394
|
+
const leftButtonDisabled = currentPage <= 1;
|
|
32395
|
+
const rightButtonDisabled = !!totalPages && currentPage === totalPages || disableNextButton;
|
|
32378
32396
|
const onKeyDown = (e) => {
|
|
32379
|
-
|
|
32397
|
+
var _a;
|
|
32398
|
+
const isInputEnabled = !((_a = inputRef.current) == null ? void 0 : _a.disabled);
|
|
32399
|
+
if ((e.key === "ArrowUp" || e.key === "ArrowRight") && isInputEnabled && !rightButtonDisabled) {
|
|
32380
32400
|
onChangeProp(currentPage + 1);
|
|
32381
|
-
} else if (e.key === "ArrowDown" || e.key === "ArrowLeft") {
|
|
32382
|
-
|
|
32401
|
+
} else if ((e.key === "ArrowDown" || e.key === "ArrowLeft") && isInputEnabled && !leftButtonDisabled) {
|
|
32402
|
+
const newPage = currentPage - 1;
|
|
32403
|
+
if (newPage > 0) {
|
|
32404
|
+
onChangeProp(newPage);
|
|
32405
|
+
}
|
|
32383
32406
|
}
|
|
32384
32407
|
};
|
|
32385
32408
|
const onChange = (value) => {
|
|
32386
32409
|
var _a;
|
|
32387
32410
|
const valueToNumber = Number(value);
|
|
32388
|
-
if (valueToNumber < 1 || ((_a = inputRef.current) == null ? void 0 : _a.disabled)) {
|
|
32411
|
+
if (valueToNumber < 1 || ((_a = inputRef.current) == null ? void 0 : _a.disabled) || (typeof totalPages !== "undefined" ? valueToNumber > totalPages : false)) {
|
|
32389
32412
|
return;
|
|
32390
32413
|
}
|
|
32391
32414
|
onChangeProp(valueToNumber);
|
|
@@ -32395,8 +32418,6 @@ const Pagination = ({
|
|
|
32395
32418
|
onPageSizeChangeProp(Number(value));
|
|
32396
32419
|
}
|
|
32397
32420
|
};
|
|
32398
|
-
const leftButtonDisabled = currentPage <= 1;
|
|
32399
|
-
const rightButtonDisabled = !!totalPages && currentPage === totalPages || disableNextButton;
|
|
32400
32421
|
const onPrevClick = useCallback((e) => {
|
|
32401
32422
|
if (leftButtonDisabled) {
|
|
32402
32423
|
return;
|
|
@@ -37047,14 +37068,15 @@ const SidebarNavigationItem = forwardRef(({
|
|
|
37047
37068
|
icon,
|
|
37048
37069
|
selected,
|
|
37049
37070
|
iconDir,
|
|
37071
|
+
disabled,
|
|
37050
37072
|
type = "main",
|
|
37051
37073
|
...props
|
|
37052
37074
|
}, ref) => {
|
|
37053
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(SidebarItemWrapper, { $level: level, "data-selected": selected, $type: type, ref, ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconWrapper, { icon, iconDir, children: label }) });
|
|
37075
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(SidebarItemWrapper, { $level: level, "data-selected": selected, $type: type, ref, "aria-disabled": disabled, ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconWrapper, { icon, iconDir, children: label }) });
|
|
37054
37076
|
});
|
|
37055
37077
|
const SidebarItemWrapper = styled.div.withConfig({
|
|
37056
37078
|
componentId: "sc-1rz759l-0"
|
|
37057
|
-
})(["display:flex;align-items:center;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;
|
|
37079
|
+
})(["display:flex;align-items:center;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;", ""], ({
|
|
37058
37080
|
theme: theme2,
|
|
37059
37081
|
$collapsible = false,
|
|
37060
37082
|
$level,
|
|
@@ -37067,26 +37089,53 @@ const SidebarItemWrapper = styled.div.withConfig({
|
|
|
37067
37089
|
font: ${theme2.click.sidebar.navigation[itemType].typography.default};
|
|
37068
37090
|
background-color: ${theme2.click.sidebar[$type].navigation[itemType].color.background.default};
|
|
37069
37091
|
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.default};
|
|
37092
|
+
span a {
|
|
37093
|
+
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.default};
|
|
37094
|
+
cursor: pointer;
|
|
37095
|
+
text-decoration: none;
|
|
37096
|
+
}
|
|
37097
|
+
cursor: pointer;
|
|
37098
|
+
pointer-events: all;
|
|
37099
|
+
|
|
37070
37100
|
&:hover, &:focus {
|
|
37071
37101
|
font: ${theme2.click.sidebar.navigation[itemType].typography.hover};
|
|
37072
37102
|
background-color: ${theme2.click.sidebar[$type].navigation[itemType].color.background.hover};
|
|
37073
37103
|
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.hover};
|
|
37104
|
+
pointer-events: auto;
|
|
37074
37105
|
}
|
|
37075
37106
|
|
|
37076
|
-
&:active, &[data-selected="true"]
|
|
37107
|
+
&:active, &[data-selected="true"] {
|
|
37077
37108
|
font: ${theme2.click.sidebar.navigation[itemType].typography.active};
|
|
37078
37109
|
background-color: ${theme2.click.sidebar[$type].navigation[itemType].color.background.active};
|
|
37079
37110
|
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.active};
|
|
37111
|
+
pointer-events: all;
|
|
37080
37112
|
}
|
|
37113
|
+
|
|
37114
|
+
&[aria-disabled=true],
|
|
37115
|
+
&[aria-disabled=true]:hover,
|
|
37116
|
+
&[aria-disabled=true]:focus,
|
|
37117
|
+
&[aria-disabled=true]:active,
|
|
37118
|
+
&[aria-disabled=true]:focus-within,
|
|
37119
|
+
&[aria-disabled=true][data-selected="true"] {
|
|
37120
|
+
|
|
37121
|
+
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.disabled};
|
|
37122
|
+
pointer-events: none;
|
|
37123
|
+
|
|
37124
|
+
span a {
|
|
37125
|
+
color: ${theme2.click.sidebar[$type].navigation[itemType].color.text.disabled};
|
|
37126
|
+
cursor: not-allowed;
|
|
37127
|
+
text-decoration: none;
|
|
37128
|
+
}
|
|
37129
|
+
cursor: not-allowed;
|
|
37130
|
+
}
|
|
37131
|
+
|
|
37081
37132
|
@media (max-width: 640px) {
|
|
37082
37133
|
gap: ${theme2.click.sidebar.navigation[itemType].mobile.space.gap};
|
|
37083
37134
|
padding: ${theme2.click.sidebar.navigation[itemType].mobile.space.y} ${theme2.click.sidebar.navigation[itemType].mobile.space.right} ${theme2.click.sidebar.navigation[itemType].mobile.space.y} ${$collapsible ? theme2.click.sidebar.navigation[itemType].mobile.space.left : theme2.click.image.sm.size.width};
|
|
37084
37135
|
font: ${theme2.click.sidebar.navigation[itemType].mobile.typography.default};
|
|
37085
|
-
|
|
37086
37136
|
&:hover, &:focus {
|
|
37087
37137
|
font: ${theme2.click.sidebar.navigation[itemType].mobile.typography.hover};
|
|
37088
37138
|
}
|
|
37089
|
-
|
|
37090
37139
|
&:active, &[data-selected="true"] {
|
|
37091
37140
|
font: ${theme2.click.sidebar.navigation[itemType].mobile.typography.active};
|
|
37092
37141
|
}
|
|
@@ -41066,10 +41115,12 @@ const click$3 = {
|
|
|
41066
41115
|
"default": "#f6f7fa",
|
|
41067
41116
|
hover: "#ffffff",
|
|
41068
41117
|
active: "#ffffff",
|
|
41069
|
-
muted: "#696e79"
|
|
41118
|
+
muted: "#696e79",
|
|
41119
|
+
disabled: "#a0a0a0"
|
|
41070
41120
|
},
|
|
41071
41121
|
icon: {
|
|
41072
|
-
"default": "#e4e2e9"
|
|
41122
|
+
"default": "#e4e2e9",
|
|
41123
|
+
disabled: "#a0a0a0"
|
|
41073
41124
|
}
|
|
41074
41125
|
},
|
|
41075
41126
|
background: {
|
|
@@ -41140,13 +41191,6 @@ const click$3 = {
|
|
|
41140
41191
|
}
|
|
41141
41192
|
}
|
|
41142
41193
|
},
|
|
41143
|
-
title: {
|
|
41144
|
-
color: {
|
|
41145
|
-
"default": "#696e79",
|
|
41146
|
-
hover: "#696e79",
|
|
41147
|
-
active: "#696e79"
|
|
41148
|
-
}
|
|
41149
|
-
},
|
|
41150
41194
|
subItem: {
|
|
41151
41195
|
color: {
|
|
41152
41196
|
text: {
|
|
@@ -41161,6 +41205,13 @@ const click$3 = {
|
|
|
41161
41205
|
}
|
|
41162
41206
|
}
|
|
41163
41207
|
},
|
|
41208
|
+
title: {
|
|
41209
|
+
color: {
|
|
41210
|
+
"default": "#696e79",
|
|
41211
|
+
hover: "#696e79",
|
|
41212
|
+
active: "#696e79"
|
|
41213
|
+
}
|
|
41214
|
+
},
|
|
41164
41215
|
dragControl: {
|
|
41165
41216
|
separator: {
|
|
41166
41217
|
color: {
|
|
@@ -42379,10 +42430,12 @@ const click$2 = {
|
|
|
42379
42430
|
"default": "#ffffff",
|
|
42380
42431
|
hover: "#ffffff",
|
|
42381
42432
|
active: "#ffffff",
|
|
42382
|
-
muted: "#b3b6bd"
|
|
42433
|
+
muted: "#b3b6bd",
|
|
42434
|
+
disabled: "#808080"
|
|
42383
42435
|
},
|
|
42384
42436
|
icon: {
|
|
42385
|
-
"default": "#b3b6bd"
|
|
42437
|
+
"default": "#b3b6bd",
|
|
42438
|
+
disabled: "#808080"
|
|
42386
42439
|
}
|
|
42387
42440
|
}
|
|
42388
42441
|
},
|
|
@@ -42397,11 +42450,13 @@ const click$2 = {
|
|
|
42397
42450
|
color: {
|
|
42398
42451
|
text: {
|
|
42399
42452
|
"default": "#b3b6bd",
|
|
42453
|
+
disabled: "#808080",
|
|
42400
42454
|
hover: "#ffffff",
|
|
42401
42455
|
active: "#ffffff"
|
|
42402
42456
|
},
|
|
42403
42457
|
background: {
|
|
42404
42458
|
"default": "rgba(0,0,0,0)",
|
|
42459
|
+
disabled: "rgba(0,0,0,0)",
|
|
42405
42460
|
hover: "lch(19.1 0 0)",
|
|
42406
42461
|
active: "rgba(0,0,0,0)"
|
|
42407
42462
|
}
|
|
@@ -42437,23 +42492,19 @@ const click$2 = {
|
|
|
42437
42492
|
"default": "#ffffff",
|
|
42438
42493
|
hover: "#ffffff",
|
|
42439
42494
|
active: "#ffffff",
|
|
42440
|
-
muted: "#b3b6bd"
|
|
42495
|
+
muted: "#b3b6bd",
|
|
42496
|
+
disabled: "#808080"
|
|
42441
42497
|
},
|
|
42442
42498
|
icon: {
|
|
42443
|
-
"default": "#b3b6bd"
|
|
42499
|
+
"default": "#b3b6bd",
|
|
42500
|
+
disabled: "#808080"
|
|
42444
42501
|
}
|
|
42445
42502
|
}
|
|
42446
42503
|
},
|
|
42447
|
-
title: {
|
|
42448
|
-
color: {
|
|
42449
|
-
"default": "#b3b6bd",
|
|
42450
|
-
hover: "#b3b6bd",
|
|
42451
|
-
active: "#b3b6bd"
|
|
42452
|
-
}
|
|
42453
|
-
},
|
|
42454
42504
|
subItem: {
|
|
42455
42505
|
color: {
|
|
42456
42506
|
text: {
|
|
42507
|
+
disabled: "#808080",
|
|
42457
42508
|
"default": "#b3b6bd",
|
|
42458
42509
|
hover: "#ffffff",
|
|
42459
42510
|
active: "#ffffff"
|
|
@@ -42465,6 +42516,13 @@ const click$2 = {
|
|
|
42465
42516
|
}
|
|
42466
42517
|
}
|
|
42467
42518
|
},
|
|
42519
|
+
title: {
|
|
42520
|
+
color: {
|
|
42521
|
+
"default": "#b3b6bd",
|
|
42522
|
+
hover: "#b3b6bd",
|
|
42523
|
+
active: "#b3b6bd"
|
|
42524
|
+
}
|
|
42525
|
+
},
|
|
42468
42526
|
dragControl: {
|
|
42469
42527
|
separator: {
|
|
42470
42528
|
color: {
|
|
@@ -43838,10 +43896,12 @@ const click$1 = {
|
|
|
43838
43896
|
"default": "#161517",
|
|
43839
43897
|
hover: "#161517",
|
|
43840
43898
|
active: "#161517",
|
|
43841
|
-
muted: "#696e79"
|
|
43899
|
+
muted: "#696e79",
|
|
43900
|
+
disabled: "#a0a0a0"
|
|
43842
43901
|
},
|
|
43843
43902
|
icon: {
|
|
43844
|
-
"default": "#696e79"
|
|
43903
|
+
"default": "#696e79",
|
|
43904
|
+
disabled: "#a0a0a0"
|
|
43845
43905
|
}
|
|
43846
43906
|
}
|
|
43847
43907
|
},
|
|
@@ -43856,13 +43916,19 @@ const click$1 = {
|
|
|
43856
43916
|
color: {
|
|
43857
43917
|
text: {
|
|
43858
43918
|
"default": "#696e79",
|
|
43919
|
+
disabled: "#a0a0a0",
|
|
43859
43920
|
hover: "#161517",
|
|
43860
43921
|
active: "#161517"
|
|
43861
43922
|
},
|
|
43862
43923
|
background: {
|
|
43863
43924
|
"default": "rgba(0,0,0,0)",
|
|
43925
|
+
disabled: "rgba(0,0,0,0)",
|
|
43864
43926
|
hover: "lch(91.6 1.1 266 / 0.6)",
|
|
43865
43927
|
active: "rgba(0,0,0,0)"
|
|
43928
|
+
},
|
|
43929
|
+
icon: {
|
|
43930
|
+
"default": "#696e79",
|
|
43931
|
+
disabled: "#a0a0a0"
|
|
43866
43932
|
}
|
|
43867
43933
|
}
|
|
43868
43934
|
},
|
|
@@ -43896,23 +43962,18 @@ const click$1 = {
|
|
|
43896
43962
|
"default": "#161517",
|
|
43897
43963
|
hover: "#161517",
|
|
43898
43964
|
active: "#161517",
|
|
43899
|
-
muted: "#696e79"
|
|
43965
|
+
muted: "#696e79",
|
|
43966
|
+
disabled: "#a0a0a0"
|
|
43900
43967
|
},
|
|
43901
43968
|
icon: {
|
|
43902
43969
|
"default": "#696e79"
|
|
43903
43970
|
}
|
|
43904
43971
|
}
|
|
43905
43972
|
},
|
|
43906
|
-
title: {
|
|
43907
|
-
color: {
|
|
43908
|
-
"default": "#696e79",
|
|
43909
|
-
hover: "#696e79",
|
|
43910
|
-
active: "#696e79"
|
|
43911
|
-
}
|
|
43912
|
-
},
|
|
43913
43973
|
subItem: {
|
|
43914
43974
|
color: {
|
|
43915
43975
|
text: {
|
|
43976
|
+
disabled: "#a0a0a0",
|
|
43916
43977
|
"default": "#696e79",
|
|
43917
43978
|
hover: "#161517",
|
|
43918
43979
|
active: "#161517"
|
|
@@ -43924,6 +43985,13 @@ const click$1 = {
|
|
|
43924
43985
|
}
|
|
43925
43986
|
}
|
|
43926
43987
|
},
|
|
43988
|
+
title: {
|
|
43989
|
+
color: {
|
|
43990
|
+
"default": "#696e79",
|
|
43991
|
+
hover: "#696e79",
|
|
43992
|
+
active: "#696e79"
|
|
43993
|
+
}
|
|
43994
|
+
},
|
|
43927
43995
|
dragControl: {
|
|
43928
43996
|
separator: {
|
|
43929
43997
|
color: {
|
|
@@ -46212,10 +46280,12 @@ const click = {
|
|
|
46212
46280
|
"default": "#161517",
|
|
46213
46281
|
hover: "#161517",
|
|
46214
46282
|
active: "#161517",
|
|
46215
|
-
muted: "#696e79"
|
|
46283
|
+
muted: "#696e79",
|
|
46284
|
+
disabled: "#a0a0a0"
|
|
46216
46285
|
},
|
|
46217
46286
|
icon: {
|
|
46218
|
-
"default": "#696e79"
|
|
46287
|
+
"default": "#696e79",
|
|
46288
|
+
disabled: "#a0a0a0"
|
|
46219
46289
|
}
|
|
46220
46290
|
}
|
|
46221
46291
|
},
|
|
@@ -46230,13 +46300,19 @@ const click = {
|
|
|
46230
46300
|
color: {
|
|
46231
46301
|
text: {
|
|
46232
46302
|
"default": "#696e79",
|
|
46303
|
+
disabled: "#a0a0a0",
|
|
46233
46304
|
hover: "#161517",
|
|
46234
46305
|
active: "#161517"
|
|
46235
46306
|
},
|
|
46236
46307
|
background: {
|
|
46237
46308
|
"default": "rgba(0,0,0,0)",
|
|
46309
|
+
disabled: "rgba(0,0,0,0)",
|
|
46238
46310
|
hover: "lch(91.6 1.1 266 / 0.6)",
|
|
46239
46311
|
active: "rgba(0,0,0,0)"
|
|
46312
|
+
},
|
|
46313
|
+
icon: {
|
|
46314
|
+
"default": "#696e79",
|
|
46315
|
+
disabled: "#a0a0a0"
|
|
46240
46316
|
}
|
|
46241
46317
|
}
|
|
46242
46318
|
},
|
|
@@ -46270,23 +46346,19 @@ const click = {
|
|
|
46270
46346
|
"default": "#161517",
|
|
46271
46347
|
hover: "#161517",
|
|
46272
46348
|
active: "#161517",
|
|
46273
|
-
muted: "#696e79"
|
|
46349
|
+
muted: "#696e79",
|
|
46350
|
+
disabled: "#a0a0a0"
|
|
46274
46351
|
},
|
|
46275
46352
|
icon: {
|
|
46276
|
-
"default": "#696e79"
|
|
46353
|
+
"default": "#696e79",
|
|
46354
|
+
disabled: "#a0a0a0"
|
|
46277
46355
|
}
|
|
46278
46356
|
}
|
|
46279
46357
|
},
|
|
46280
|
-
title: {
|
|
46281
|
-
color: {
|
|
46282
|
-
"default": "#696e79",
|
|
46283
|
-
hover: "#696e79",
|
|
46284
|
-
active: "#696e79"
|
|
46285
|
-
}
|
|
46286
|
-
},
|
|
46287
46358
|
subItem: {
|
|
46288
46359
|
color: {
|
|
46289
46360
|
text: {
|
|
46361
|
+
disabled: "#a0a0a0",
|
|
46290
46362
|
"default": "#696e79",
|
|
46291
46363
|
hover: "#161517",
|
|
46292
46364
|
active: "#161517"
|
|
@@ -46298,6 +46370,13 @@ const click = {
|
|
|
46298
46370
|
}
|
|
46299
46371
|
}
|
|
46300
46372
|
},
|
|
46373
|
+
title: {
|
|
46374
|
+
color: {
|
|
46375
|
+
"default": "#696e79",
|
|
46376
|
+
hover: "#696e79",
|
|
46377
|
+
active: "#696e79"
|
|
46378
|
+
}
|
|
46379
|
+
},
|
|
46301
46380
|
dragControl: {
|
|
46302
46381
|
separator: {
|
|
46303
46382
|
color: {
|