@antscorp/antsomi-ui 1.3.5-beta.712 → 1.3.5-beta.714
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.
|
@@ -245,7 +245,7 @@ export function MatchesAny(props) {
|
|
|
245
245
|
React.createElement(Flex, { align: "center", gap: 10 },
|
|
246
246
|
renderExtraValueLabels(),
|
|
247
247
|
React.createElement(TextButton, { disabled: isDisableSelectAll, onClick: onSelectAll }, t(translations.global.selectAll).toString()))),
|
|
248
|
-
React.createElement(Spin, { spinning: loading }, (treeData === null || treeData === void 0 ? void 0 : treeData.length) ? (React.createElement(React.Fragment, null,
|
|
248
|
+
React.createElement(Spin, { spinning: loading }, (treeData === null || treeData === void 0 ? void 0 : treeData.length) > 1 ? (React.createElement(React.Fragment, null,
|
|
249
249
|
React.createElement(StyledTree, { key: searchValue, defaultExpandedKeys: (matchedParents === null || matchedParents === void 0 ? void 0 : matchedParents.length)
|
|
250
250
|
? matchedParents.map(item => item.key)
|
|
251
251
|
: items === null || items === void 0 ? void 0 : items.map(item => item.key), selectable: false, treeData: treeData, switcherIcon: props => (React.createElement(Icon, { type: "icon-ants-caret-down", style: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.3.5-beta.
|
|
3
|
+
"version": "1.3.5-beta.714",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"dist/*",
|
|
@@ -113,8 +113,10 @@
|
|
|
113
113
|
"react-color": "2.19.3",
|
|
114
114
|
"react-cookie": "^7.1.4",
|
|
115
115
|
"react-custom-scrollbars": "^4.2.1",
|
|
116
|
+
"react-device-detect": "^2.2.3",
|
|
116
117
|
"react-draggable": "^4.4.5",
|
|
117
118
|
"react-frame-component": "^5.2.6",
|
|
119
|
+
"react-google-recaptcha": "^3.1.0",
|
|
118
120
|
"react-helmet": "^6.1.0",
|
|
119
121
|
"react-intersection-observer": "^9.10.3",
|
|
120
122
|
"react-konva": "^18.2.10",
|