@steedos/standard-ui 2.5.3-beta.13 → 2.5.3-beta.15

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.
@@ -60,4 +60,4 @@ fields:
60
60
  description:
61
61
  listviews:
62
62
  all:
63
- label: All
63
+ label: All Tabs
@@ -12,6 +12,7 @@ fields:
12
12
  inlineHelpText: ''
13
13
  required: true
14
14
  searchable: true
15
+ filterable: true
15
16
  index: true
16
17
  code:
17
18
  label: API Name
@@ -97,7 +98,7 @@ fields:
97
98
  function () {
98
99
  return Steedos.getObjectsOptions()
99
100
  }
100
- filterable: true
101
+ # filterable: true
101
102
  mobile_objects:
102
103
  label: Mobile Menus(Invalid)
103
104
  type: lookup
@@ -107,7 +108,7 @@ fields:
107
108
  function () {
108
109
  return Steedos.getObjectsOptions()
109
110
  }
110
- filterable: true
111
+ # filterable: true
111
112
  is_creator:
112
113
  type: boolean
113
114
  label: Show this app for Desktop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.3-beta.13",
3
+ "version": "2.5.3-beta.15",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "293a5a23b2a4ab86f037368b0f450c8b2fba4e44"
15
+ "gitHead": "60922001047bf7270aaca51702a3f3541a6b0516"
16
16
  }