@gpa-gemstone/common-pages 0.0.85 → 0.0.87

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.
Files changed (2) hide show
  1. package/lib/SearchBar.js +2 -2
  2. package/package.json +4 -4
package/lib/SearchBar.js CHANGED
@@ -159,12 +159,12 @@ var DefaultSearch;
159
159
  /** This Implements a standard Customer Search */
160
160
  function Customer(props) {
161
161
  var defaultSearchcols = [
162
- { label: 'Account Name', key: 'CustomerKey', type: 'string', isPivotField: false },
163
162
  { label: 'Name', key: 'Name', type: 'string', isPivotField: false },
163
+ { label: 'Account Name', key: 'CustomerKey', type: 'string', isPivotField: false },
164
164
  { label: 'Phone', key: 'Phone', type: 'string', isPivotField: false },
165
165
  { label: 'Description', key: 'Description', type: 'string', isPivotField: false },
166
166
  ];
167
- var standardSearch = defaultSearchcols[0];
167
+ var standardSearch = { label: 'Name', key: 'Name', type: 'string', isPivotField: false };
168
168
  var _a = React.useState([]), addlFieldCols = _a[0], setAddlFieldCols = _a[1];
169
169
  var dispatch = (0, react_redux_1.useDispatch)();
170
170
  var searchStatus = (0, react_redux_1.useSelector)(props.Slice.SearchStatus);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpa-gemstone/common-pages",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "description": "Common UI pages for GPA products",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -44,11 +44,11 @@
44
44
  "typescript": "4.4.4"
45
45
  },
46
46
  "dependencies": {
47
- "@gpa-gemstone/application-typings": "0.0.63",
47
+ "@gpa-gemstone/application-typings": "0.0.64",
48
48
  "@gpa-gemstone/gpa-symbols": "0.0.28",
49
49
  "@gpa-gemstone/helper-functions": "0.0.27",
50
- "@gpa-gemstone/react-forms": "1.1.48",
51
- "@gpa-gemstone/react-interactive": "1.0.100",
50
+ "@gpa-gemstone/react-forms": "1.1.49",
51
+ "@gpa-gemstone/react-interactive": "1.0.102",
52
52
  "@gpa-gemstone/react-table": "1.2.36",
53
53
  "@reduxjs/toolkit": "1.8.3",
54
54
  "crypto-js": "4.0.0",