@marianmeres/collection-types 2.10.0 → 2.11.0

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.
@@ -44,6 +44,12 @@ export type ObjectSchema<T> = {
44
44
  * from the row, not the visible column.
45
45
  */
46
46
  _data_table_hidden_columns?: string[];
47
+ /**
48
+ * Admin detail hint: opt in to the "Clone" (save-as-duplicate) button in the
49
+ * detail footer. Off by default — most collections don't want one-click
50
+ * duplication of a record.
51
+ */
52
+ _clone_enabled?: boolean;
47
53
  };
48
54
  /** Extended schema (loose typing for __extends patterns) */
49
55
  export type ExtendedSchema = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/collection-types",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",