versacall-dashboards-library-react 2.0.15 → 2.0.16
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.
|
@@ -721,30 +721,23 @@ class DashboardsCellGlobalConditions extends _react.Component {
|
|
|
721
721
|
return /*#__PURE__*/_react.default.createElement(_Grid.default, {
|
|
722
722
|
xs: 6,
|
|
723
723
|
item: true
|
|
724
|
-
}, /*#__PURE__*/_react.default.createElement(_CardActionArea.default, {
|
|
725
|
-
onClick: () => this.setState({
|
|
726
|
-
open: true
|
|
727
|
-
})
|
|
728
724
|
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
729
725
|
variant: "contained",
|
|
730
726
|
color: "secondary",
|
|
731
727
|
size: "large",
|
|
732
728
|
style: {
|
|
733
729
|
width: '100%'
|
|
734
|
-
}
|
|
730
|
+
},
|
|
731
|
+
onClick: () => this.setState({
|
|
732
|
+
open: true
|
|
733
|
+
})
|
|
735
734
|
}, /*#__PURE__*/_react.default.createElement(_CallSplit.default, {
|
|
736
735
|
style: {
|
|
737
736
|
marginRight: 10
|
|
738
737
|
}
|
|
739
738
|
}), "".concat(intl.formatMessage({
|
|
740
739
|
id: '__conditions'
|
|
741
|
-
})).concat(totalConditions > 0 ? " (".concat(totalConditions, ")") : '')),
|
|
742
|
-
style: style.information
|
|
743
|
-
}, value.styleConditions.length > 0 && /*#__PURE__*/_react.default.createElement("div", null, "".concat(intl.formatMessage({
|
|
744
|
-
id: '__style'
|
|
745
|
-
}), ": ").concat(value.styleConditions.length)), value.contentConditions.length > 0 && /*#__PURE__*/_react.default.createElement("div", null, "".concat(intl.formatMessage({
|
|
746
|
-
id: '__content'
|
|
747
|
-
}), ": ").concat(value.contentConditions.length)))), open && /*#__PURE__*/_react.default.createElement(_Dialog.default, {
|
|
740
|
+
})).concat(totalConditions > 0 ? " (".concat(totalConditions, ")") : '')), open && /*#__PURE__*/_react.default.createElement(_Dialog.default, {
|
|
748
741
|
maxWidth: "xl",
|
|
749
742
|
onClose: () => this.setState({
|
|
750
743
|
open: false,
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"versacall": {
|
|
3
3
|
"title": "Versacall Dashboards Library React",
|
|
4
4
|
"applicationType": "react-library",
|
|
5
|
-
"build":
|
|
5
|
+
"build": 16
|
|
6
6
|
},
|
|
7
7
|
"name": "versacall-dashboards-library-react",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.16",
|
|
9
9
|
"description": "Versacall Dashboards Library",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.js",
|