@bigbinary/neeto-fields-frontend 1.1.0 → 1.1.1
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/README.md +4 -0
- package/dist/index.cjs.js +524 -102
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +527 -105
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +2 -0
package/README.md
CHANGED
|
@@ -178,6 +178,10 @@ default, but you can customize its behavior by passing optional props.
|
|
|
178
178
|
`inactive` states.
|
|
179
179
|
9. `breadcrumbs`: Specifies the breadcrumbs to be displayed on the dashboard
|
|
180
180
|
page.
|
|
181
|
+
10. `helpDocUrl`: Specify the URL to the help documentation about fields. This
|
|
182
|
+
URL will be shown in the `NoData` screen.
|
|
183
|
+
11. `nameAliases`: This property accepts alias names as key-value pairs to be
|
|
184
|
+
displayed for the names of resource types in header and menubar.
|
|
181
185
|
|
|
182
186
|
#### Usage:
|
|
183
187
|
|