@fctc/sme-widget-ui 2.0.9 → 2.1.1
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/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/widgets.js +2 -1
- package/dist/widgets.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13190,6 +13190,7 @@ var TableHead = (props) => {
|
|
|
13190
13190
|
{
|
|
13191
13191
|
style: {
|
|
13192
13192
|
maxWidth: "50px",
|
|
13193
|
+
minWidth: "50px",
|
|
13193
13194
|
right: 0
|
|
13194
13195
|
},
|
|
13195
13196
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
|
@@ -32008,7 +32009,7 @@ var FloatField = (props) => {
|
|
|
32008
32009
|
} else if (value === null || value === void 0) {
|
|
32009
32010
|
setInputValue("");
|
|
32010
32011
|
}
|
|
32011
|
-
}, [value, name2, clearErrors, propValue
|
|
32012
|
+
}, [value, name2, clearErrors, propValue]);
|
|
32012
32013
|
const isDirtyRef = (0, import_react58.useRef)(false);
|
|
32013
32014
|
const inputRef = (0, import_react58.useRef)(null);
|
|
32014
32015
|
const lastCommittedValueRef = (0, import_react58.useRef)(null);
|
package/dist/index.mjs
CHANGED
|
@@ -13065,6 +13065,7 @@ var TableHead = (props) => {
|
|
|
13065
13065
|
{
|
|
13066
13066
|
style: {
|
|
13067
13067
|
maxWidth: "50px",
|
|
13068
|
+
minWidth: "50px",
|
|
13068
13069
|
right: 0
|
|
13069
13070
|
},
|
|
13070
13071
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
|
@@ -31883,7 +31884,7 @@ var FloatField = (props) => {
|
|
|
31883
31884
|
} else if (value === null || value === void 0) {
|
|
31884
31885
|
setInputValue("");
|
|
31885
31886
|
}
|
|
31886
|
-
}, [value, name2, clearErrors, propValue
|
|
31887
|
+
}, [value, name2, clearErrors, propValue]);
|
|
31887
31888
|
const isDirtyRef = useRef16(false);
|
|
31888
31889
|
const inputRef = useRef16(null);
|
|
31889
31890
|
const lastCommittedValueRef = useRef16(null);
|
package/dist/widgets.js
CHANGED
|
@@ -12432,6 +12432,7 @@ var TableHead = (props) => {
|
|
|
12432
12432
|
{
|
|
12433
12433
|
style: {
|
|
12434
12434
|
maxWidth: "50px",
|
|
12435
|
+
minWidth: "50px",
|
|
12435
12436
|
right: 0
|
|
12436
12437
|
},
|
|
12437
12438
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
|
@@ -31261,7 +31262,7 @@ var FloatField = (props) => {
|
|
|
31261
31262
|
} else if (value === null || value === void 0) {
|
|
31262
31263
|
setInputValue("");
|
|
31263
31264
|
}
|
|
31264
|
-
}, [value, name2, clearErrors, propValue
|
|
31265
|
+
}, [value, name2, clearErrors, propValue]);
|
|
31265
31266
|
const isDirtyRef = (0, import_react58.useRef)(false);
|
|
31266
31267
|
const inputRef = (0, import_react58.useRef)(null);
|
|
31267
31268
|
const lastCommittedValueRef = (0, import_react58.useRef)(null);
|
package/dist/widgets.mjs
CHANGED
|
@@ -12370,6 +12370,7 @@ var TableHead = (props) => {
|
|
|
12370
12370
|
{
|
|
12371
12371
|
style: {
|
|
12372
12372
|
maxWidth: "50px",
|
|
12373
|
+
minWidth: "50px",
|
|
12373
12374
|
right: 0
|
|
12374
12375
|
},
|
|
12375
12376
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
|
@@ -31199,7 +31200,7 @@ var FloatField = (props) => {
|
|
|
31199
31200
|
} else if (value === null || value === void 0) {
|
|
31200
31201
|
setInputValue("");
|
|
31201
31202
|
}
|
|
31202
|
-
}, [value, name2, clearErrors, propValue
|
|
31203
|
+
}, [value, name2, clearErrors, propValue]);
|
|
31203
31204
|
const isDirtyRef = useRef16(false);
|
|
31204
31205
|
const inputRef = useRef16(null);
|
|
31205
31206
|
const lastCommittedValueRef = useRef16(null);
|