@xh/hoist 72.0.0-SNAPSHOT.1737670838944 → 72.0.0-SNAPSHOT.1737671240571

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.
@@ -10,7 +10,7 @@ import * as AdminCol from '@xh/hoist/admin/columns';
10
10
  import {hframe} from '@xh/hoist/cmp/layout';
11
11
  import {creates, hoistCmp} from '@xh/hoist/core';
12
12
  import {button} from '@xh/hoist/desktop/cmp/button';
13
- import {jsonSearchPanel} from '@xh/hoist/desktop/cmp/jsonsearch/JsonSearchPanel';
13
+ import {jsonSearchPanel} from '@xh/hoist/admin/jsonsearch/JsonSearchPanel';
14
14
  import {panel} from '@xh/hoist/desktop/cmp/panel';
15
15
  import {restGrid} from '@xh/hoist/desktop/cmp/rest';
16
16
  import {Icon} from '@xh/hoist/icon';
@@ -56,12 +56,12 @@ export const jsonBlobPanel = hoistCmp.factory({
56
56
  field: {name: 'owner', type: 'string'},
57
57
  width: 200
58
58
  },
59
- {...Col.lastUpdated},
59
+ {...AdminCol.name},
60
60
  {
61
61
  field: {name: 'json', type: 'string'},
62
62
  hidden: true
63
63
  },
64
- {...AdminCol.name}
64
+ {...Col.lastUpdated}
65
65
  ]
66
66
  }
67
67
  }),
@@ -11,7 +11,7 @@ import {UserPreferenceModel} from '@xh/hoist/admin/tabs/userData/prefs/UserPrefe
11
11
  import {hframe} from '@xh/hoist/cmp/layout';
12
12
  import {creates, hoistCmp} from '@xh/hoist/core';
13
13
  import {button} from '@xh/hoist/desktop/cmp/button';
14
- import {jsonSearchPanel} from '@xh/hoist/desktop/cmp/jsonsearch/JsonSearchPanel';
14
+ import {jsonSearchPanel} from '@xh/hoist/admin/jsonsearch/JsonSearchPanel';
15
15
  import {panel} from '@xh/hoist/desktop/cmp/panel';
16
16
  import {restGrid} from '@xh/hoist/desktop/cmp/rest';
17
17
  import {Icon} from '@xh/hoist/icon';
@@ -43,21 +43,17 @@ export const userPreferencePanel = hoistCmp.factory({
43
43
  sortBy: ['name'],
44
44
  groupBy: 'groupName',
45
45
  columns: [
46
- {
47
- field: {name: 'type', type: 'string'},
48
- width: 200
49
- },
50
46
  {
51
47
  field: {name: 'owner', type: 'string'},
52
48
  width: 200
53
49
  },
54
- {...Col.lastUpdated},
50
+ {...AdminCol.groupName},
51
+ {...AdminCol.name},
55
52
  {
56
53
  field: {name: 'json', type: 'string'},
57
54
  hidden: true
58
55
  },
59
- {...AdminCol.name},
60
- {...AdminCol.groupName}
56
+ {...Col.lastUpdated}
61
57
  ]
62
58
  }
63
59
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "72.0.0-SNAPSHOT.1737670838944",
3
+ "version": "72.0.0-SNAPSHOT.1737671240571",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",