inboxlookup_screen 1.0.3 → 1.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inboxlookup_screen",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A React component using DevExtreme",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "./",
@@ -48,7 +48,6 @@
48
48
  display: flex;
49
49
  align-items: center;
50
50
  justify-content: space-between;
51
- margin-bottom: 12px;
52
51
  }
53
52
 
54
53
  .lookupscreenexcel-header h2 {
@@ -214,8 +213,7 @@
214
213
  }
215
214
 
216
215
 
217
- .lookupscreensearch input,
218
- select {
216
+ .lookupscreensearch input select {
219
217
  width: 100%;
220
218
  padding: 5px;
221
219
  height: 25px;
@@ -868,16 +868,7 @@ const OrdersMasterDetail = ({ dataSource, keyExpr }) => {
868
868
  <button className="lookupscreenbutton">SEARCH</button>
869
869
 
870
870
  </div>
871
- {/* <div ref={saveButtonRef} >
872
871
 
873
- <Button
874
- icon="clock"
875
- stylingMode="text"
876
- hint="Search history"
877
- onClick={() => setSearchPopupVisible(true)}
878
- />
879
-
880
- </div> */}
881
872
  </div>
882
873
  </div>
883
874
 
@@ -960,7 +951,7 @@ const OrdersMasterDetail = ({ dataSource, keyExpr }) => {
960
951
  <GroupItem column="sheetId" summaryType="count" displayFormat="Count: {0}" />
961
952
  </Summary>
962
953
 
963
- <Toolbar>
954
+ {/* <Toolbar>
964
955
  <Item name="groupPanel" location="before" />
965
956
 
966
957
  <Item
@@ -992,7 +983,7 @@ const OrdersMasterDetail = ({ dataSource, keyExpr }) => {
992
983
  />
993
984
  )}
994
985
  />
995
- </Toolbar>
986
+ </Toolbar> */}
996
987
  </DataGrid>
997
988
 
998
989