funda-ui 4.7.105 → 4.7.107
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/Chatbox/index.js
CHANGED
|
@@ -5692,9 +5692,9 @@ var Chatbox = function Chatbox(props) {
|
|
|
5692
5692
|
handleClickSafe();
|
|
5693
5693
|
}
|
|
5694
5694
|
},
|
|
5695
|
-
onChange: function onChange(e) {
|
|
5695
|
+
onChange: function onChange(e, el, value) {
|
|
5696
5696
|
var _args$onInputChange, _args16;
|
|
5697
|
-
(_args$onInputChange = (_args16 = args()).onInputChange) === null || _args$onInputChange === void 0 ? void 0 : _args$onInputChange.call(_args16, inputContentRef.current,
|
|
5697
|
+
(_args$onInputChange = (_args16 = args()).onInputChange) === null || _args$onInputChange === void 0 ? void 0 : _args$onInputChange.call(_args16, inputContentRef.current, value);
|
|
5698
5698
|
},
|
|
5699
5699
|
onFocus: function onFocus() {
|
|
5700
5700
|
setFocused(true);
|
package/lib/cjs/Chatbox/index.js
CHANGED
|
@@ -5692,9 +5692,9 @@ var Chatbox = function Chatbox(props) {
|
|
|
5692
5692
|
handleClickSafe();
|
|
5693
5693
|
}
|
|
5694
5694
|
},
|
|
5695
|
-
onChange: function onChange(e) {
|
|
5695
|
+
onChange: function onChange(e, el, value) {
|
|
5696
5696
|
var _args$onInputChange, _args16;
|
|
5697
|
-
(_args$onInputChange = (_args16 = args()).onInputChange) === null || _args$onInputChange === void 0 ? void 0 : _args$onInputChange.call(_args16, inputContentRef.current,
|
|
5697
|
+
(_args$onInputChange = (_args16 = args()).onInputChange) === null || _args$onInputChange === void 0 ? void 0 : _args$onInputChange.call(_args16, inputContentRef.current, value);
|
|
5698
5698
|
},
|
|
5699
5699
|
onFocus: function onFocus() {
|
|
5700
5700
|
setFocused(true);
|
|
@@ -1496,8 +1496,8 @@ const Chatbox = (props: ChatboxProps) => {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
1498
|
}}
|
|
1499
|
-
onChange={(e) => {
|
|
1500
|
-
args().onInputChange?.(inputContentRef.current,
|
|
1499
|
+
onChange={(e: React.MouseEvent, el: any, value: string) => {
|
|
1500
|
+
args().onInputChange?.(inputContentRef.current, value);
|
|
1501
1501
|
}}
|
|
1502
1502
|
onFocus={() => {
|
|
1503
1503
|
setFocused(true);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "UIUX Lab",
|
|
3
3
|
"email": "uiuxlab@gmail.com",
|
|
4
4
|
"name": "funda-ui",
|
|
5
|
-
"version": "4.7.
|
|
5
|
+
"version": "4.7.107",
|
|
6
6
|
"description": "React components using pure Bootstrap 5+ which does not contain any external style and script libraries.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|