identity-admin 1.28.4 → 1.28.5

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.
@@ -372,8 +372,13 @@ export interface IFieldValue {
372
372
  */
373
373
  textArea?: boolean;
374
374
  /**
375
- * Only used if the field type is REFERENCE. Used to filter the list of referenced items.
375
+ * Used to add the relatedFields option in the field. Only used when the type of the field is reference
376
+ * @default undefined
376
377
  */
378
+ relatedFields?: string[];
379
+ /**
380
+ * Only used if the field type is REFERENCE. Used to filter the list of referenced items.
381
+ */
377
382
  filter?: {
378
383
  formList?: Record<string, any>;
379
384
  filterList?: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin",
3
- "version": "1.28.4",
3
+ "version": "1.28.5",
4
4
  "description": "",
5
5
  "main": "lib/Dashboard.js",
6
6
  "types": "lib/Dashbord.d.ts",