@lowdefy/blocks-antd 4.3.1 → 4.4.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.
|
@@ -60,10 +60,11 @@ const MultipleSelector = ({ blockId, components: { Icon }, events, loading, meth
|
|
|
60
60
|
width: '100%'
|
|
61
61
|
})
|
|
62
62
|
}, /*#__PURE__*/ React.createElement("div", {
|
|
63
|
-
id: `${blockId}_popup`
|
|
63
|
+
id: `${blockId}_${elementId}_popup`
|
|
64
64
|
}), /*#__PURE__*/ React.createElement(Select, {
|
|
65
65
|
id: `${blockId}_input`,
|
|
66
66
|
allowClear: properties.allowClear !== false,
|
|
67
|
+
autoClearSearchValue: properties.autoClearSearchValue,
|
|
67
68
|
autoFocus: properties.autoFocus,
|
|
68
69
|
bordered: properties.bordered,
|
|
69
70
|
className: methods.makeCssClass([
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"default": true,
|
|
10
10
|
"description": "Allow the user to clear the selected value, sets the value to null."
|
|
11
11
|
},
|
|
12
|
+
"autoClearSearchValue": {
|
|
13
|
+
"type": "boolean",
|
|
14
|
+
"default": true,
|
|
15
|
+
"description": "Whether the current search will be cleared on selecting an item."
|
|
16
|
+
},
|
|
12
17
|
"autoFocus": {
|
|
13
18
|
"type": "boolean",
|
|
14
19
|
"default": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/blocks-antd",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Lowdefy Ant Design Blocks",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@ant-design/icons": "4.8.0",
|
|
46
|
-
"@lowdefy/block-utils": "4.
|
|
47
|
-
"@lowdefy/helpers": "4.
|
|
46
|
+
"@lowdefy/block-utils": "4.4.0",
|
|
47
|
+
"@lowdefy/helpers": "4.4.0",
|
|
48
48
|
"antd": "4.24.14",
|
|
49
49
|
"classnames": "2.3.2",
|
|
50
50
|
"moment": "2.29.4",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@emotion/jest": "11.10.5",
|
|
58
|
-
"@lowdefy/block-dev": "4.
|
|
59
|
-
"@lowdefy/jest-yaml-transform": "4.
|
|
60
|
-
"@lowdefy/node-utils": "4.
|
|
58
|
+
"@lowdefy/block-dev": "4.4.0",
|
|
59
|
+
"@lowdefy/jest-yaml-transform": "4.4.0",
|
|
60
|
+
"@lowdefy/node-utils": "4.4.0",
|
|
61
61
|
"@swc/cli": "0.1.63",
|
|
62
62
|
"@swc/core": "1.3.99",
|
|
63
63
|
"@swc/jest": "0.2.29",
|