revdev-components 0.109.0 → 0.111.0
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/build/fields/index.d.ts
CHANGED
package/build/index.js
CHANGED
|
@@ -4933,6 +4933,12 @@ var SwitchField = function (props) {
|
|
|
4933
4933
|
React.createElement(SwitchFieldControl, __assign({}, controlProps))));
|
|
4934
4934
|
};
|
|
4935
4935
|
|
|
4936
|
+
var AutoCompleteField = function (props) {
|
|
4937
|
+
var _a = useLineProps(props), lineProps = _a[0], _b = _a[1], controlProps = __rest(_b, []);
|
|
4938
|
+
return (React.createElement(FormLine, __assign({}, lineProps),
|
|
4939
|
+
React.createElement(antd.AutoComplete, __assign({}, controlProps))));
|
|
4940
|
+
};
|
|
4941
|
+
|
|
4936
4942
|
var s$n = {"root":"index-module_root__9GQDU"};
|
|
4937
4943
|
|
|
4938
4944
|
var FormButton = function (_a) {
|
|
@@ -5470,6 +5476,7 @@ exports.AppForm = AppForm;
|
|
|
5470
5476
|
exports.AppLink = AppLink;
|
|
5471
5477
|
exports.AppLinkButton = AppLinkButton;
|
|
5472
5478
|
exports.AppTooltip = AppTooltip;
|
|
5479
|
+
exports.AutoCompleteField = AutoCompleteField;
|
|
5473
5480
|
exports.BackLayout = BackLayout;
|
|
5474
5481
|
exports.BackSidebar = BackSidebar;
|
|
5475
5482
|
exports.Button = Button;
|