@arpproject/recrate 0.1.42-test → 0.1.43-test

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/dist/types.d.ts CHANGED
@@ -116,6 +116,11 @@ export type RecrateCrateBuilderProps = {
116
116
  * Enable bulk-add functionality. Only used at component initialization time.
117
117
  */
118
118
  enableBulkAdd?: boolean;
119
+ /**
120
+ * Show the schema selector controls, including the Schemas toolbar button and
121
+ * schema filtering controls in the add-property dialog.
122
+ */
123
+ enableSchemaSelectorButton?: boolean;
119
124
  /**
120
125
  * Show add/remove profile controls in the profile tab rail.
121
126
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arpproject/recrate",
3
- "version": "0.1.42-test",
3
+ "version": "0.1.43-test",
4
4
  "type": "module",
5
5
  "main": "./dist/recrate.es.js",
6
6
  "module": "./dist/recrate.es.js",