@topconsultnpm/sdkui-react-beta 6.9.111 → 6.9.113
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.
|
@@ -141,14 +141,15 @@ export const StyledBtnLoadChart = styled.button `
|
|
|
141
141
|
justify-content: center;
|
|
142
142
|
box-shadow: 3px 5px #bbbbbb;
|
|
143
143
|
&:hover {
|
|
144
|
+
color: black;
|
|
145
|
+
cursor: pointer;
|
|
144
146
|
transform: translateY(1px);
|
|
145
147
|
box-shadow: 1px 1px #bbbbbb;
|
|
146
|
-
cursor: pointer;
|
|
147
148
|
background-color: ${(props) => props.$backgroundColor ? props.$backgroundColor : 'orange'};
|
|
148
149
|
.iconrefresh {
|
|
149
150
|
transition:.5s;
|
|
150
151
|
transform: rotate(180deg);
|
|
151
|
-
color:
|
|
152
|
+
color: black;
|
|
152
153
|
}
|
|
153
154
|
}
|
|
154
155
|
&:active {
|
|
@@ -117,7 +117,7 @@ const TMTextBox = ({ autoFocus, maxLength, labelColor, precision, scale, showCle
|
|
|
117
117
|
return Number(curValue);
|
|
118
118
|
};
|
|
119
119
|
const renderInputField = () => {
|
|
120
|
-
return (_jsxs(
|
|
120
|
+
return (_jsxs(_Fragment, { children: [_jsx(StyledEditor, { ref: inputRef, id: `text-${label}-${id}`, name: label, autoFocus: autoFocus, readOnly: readOnly, type: currentType, disabled: disabled, value: currentValue, width: width || '100%', placeholder: placeHolder, maxLength: maxLength, onFocus: () => setIsFocused(true), onBlur: (e) => { setIsFocused(false); if (currentValue != value)
|
|
121
121
|
onBlur?.(currentValue); }, onChange: (e) => {
|
|
122
122
|
if (currentType === 'number') {
|
|
123
123
|
let number = Number(e.target.value);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@topconsultnpm/sdkui-react-beta",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.113",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lib"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@topconsultnpm/sdk-ts-beta": "^6.9.
|
|
31
|
+
"@topconsultnpm/sdk-ts-beta": "^6.9.16",
|
|
32
32
|
"buffer": "^6.0.3",
|
|
33
33
|
"devextreme": "24.2.3",
|
|
34
34
|
"devextreme-react": "24.2.3",
|