identity-admin 1.26.15 → 1.26.16

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.
@@ -356,6 +356,11 @@ export interface IFieldValue {
356
356
  * @default 'Same as schema'
357
357
  */
358
358
  yupValidationSchema?: Yup.Schema;
359
+ /**
360
+ * Used to add the create new icon on the reference field. Only used when the type of the field is reference
361
+ * @default false
362
+ */
363
+ enableCreateNewButtonOnReference?: boolean;
359
364
  }
360
365
  export interface IVirtualValue {
361
366
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin",
3
- "version": "1.26.15",
3
+ "version": "1.26.16",
4
4
  "description": "",
5
5
  "main": "lib/Dashboard.js",
6
6
  "types": "lib/Dashbord.d.ts",