@steedos/standard-ui 2.7.1-beta.16 → 2.7.1-beta.17

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.
@@ -20,6 +20,7 @@ fields:
20
20
  type: text
21
21
  required: true
22
22
  searchable: true
23
+ filterable: true
23
24
  icon_slds:
24
25
  label: SLDS Icon
25
26
  type: lookup
@@ -49,6 +50,8 @@ fields:
49
50
  label: Description
50
51
  type: textarea
51
52
  is_wide: true
53
+ searchable: true
54
+ filterable: true
52
55
  tabs:
53
56
  label: Tabs
54
57
  type: lookup
@@ -146,17 +149,20 @@ fields:
146
149
  label: Open in IE (Using Steedos Desktop)
147
150
  defaultValue: false
148
151
  group: External Application
152
+ filterable: true
149
153
  is_use_iframe:
150
154
  type: boolean
151
155
  label: Open with iframe
152
156
  defaultValue: false
153
157
  group: External Application
154
158
  visible_on: "{{false}}"
159
+ filterable: true
155
160
  is_new_window:
156
161
  type: boolean
157
162
  label: Open in New Window
158
163
  defaultValue: false
159
164
  group: External Application
165
+ filterable: true
160
166
  on_click:
161
167
  type: textarea
162
168
  label: onClick
@@ -12,10 +12,14 @@ fields:
12
12
  type: text
13
13
  is_name: true
14
14
  required: true
15
+ filterable: true
16
+ searchable: true
15
17
  name:
16
18
  label: Api Name
17
19
  type: text
18
20
  required: true
21
+ filterable: true
22
+ searchable: true
19
23
  icon:
20
24
  label: Icon
21
25
  type: lookup
@@ -49,14 +53,17 @@ fields:
49
53
  value: url
50
54
  - label: Page
51
55
  value: page
56
+ filterable: true
52
57
  mobile:
53
58
  label: Display on the Mobile
54
59
  type: boolean
55
60
  defaultValue: true
61
+ filterable: true
56
62
  desktop:
57
63
  label: Display on the Desktop
58
64
  type: boolean
59
65
  defaultValue: true
66
+ filterable: true
60
67
  frame_height:
61
68
  hidden: true
62
69
  inlineHelpText: The height, in pixels of the tab frame. Required for frame and page tabs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.7.1-beta.16",
3
+ "version": "2.7.1-beta.17",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "ab56517f48e72f56687af564a3c93f4f29d02e1f",
15
+ "gitHead": "a47b445992e1ced339572a86f50ed1c75ed12335",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }