@gpa-gemstone/common-pages 0.0.148 → 0.0.149
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.
@@ -152,7 +152,7 @@ var EventCharacteristicFilter = function (props) {
|
|
152
152
|
{ Value: 'both', Label: 'Both' }
|
153
153
|
] })))))),
|
154
154
|
react_1.default.createElement("div", { className: "col-4" },
|
155
|
-
react_1.default.createElement(react_forms_1.MultiCheckBoxSelect, { Options: newPhases, Label: 'Phases',
|
155
|
+
react_1.default.createElement(react_forms_1.MultiCheckBoxSelect, { Options: newPhases, Label: 'Phases', ShowToolTip: true, OnChange: function (evt, Options) {
|
156
156
|
var phaseList = [];
|
157
157
|
var phaseFilter = __assign({}, newEventCharacteristicFilter.phases);
|
158
158
|
newPhases.forEach(function (phase) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gpa-gemstone/common-pages",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.149",
|
4
4
|
"description": "Common UI pages for GPA products",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -45,11 +45,11 @@
|
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"@gpa-gemstone/application-typings": "0.0.87",
|
48
|
-
"@gpa-gemstone/gpa-symbols": "0.0.
|
48
|
+
"@gpa-gemstone/gpa-symbols": "0.0.54",
|
49
49
|
"@gpa-gemstone/helper-functions": "0.0.45",
|
50
|
-
"@gpa-gemstone/react-forms": "1.1.
|
51
|
-
"@gpa-gemstone/react-interactive": "1.0.
|
52
|
-
"@gpa-gemstone/react-table": "1.2.
|
50
|
+
"@gpa-gemstone/react-forms": "1.1.98",
|
51
|
+
"@gpa-gemstone/react-interactive": "1.0.160",
|
52
|
+
"@gpa-gemstone/react-table": "1.2.83",
|
53
53
|
"@reduxjs/toolkit": "1.8.3",
|
54
54
|
"crypto-js": "^4.2.0",
|
55
55
|
"moment": "^2.29.4",
|