@luomus/laji-schema 2.0.58 → 2.0.60

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.
@@ -84,6 +84,10 @@ export class FormNamedPlaceOptions {
84
84
  * On named place chooser view, map tab is hidden
85
85
  */
86
86
  hideMapTab?: boolean;
87
+ /**
88
+ * True by default. The named places of this form includes the places of descendant collections also.
89
+ */
90
+ includeDescendantCollections?: boolean;
87
91
  /**
88
92
  * Named places will be fetched with units included (hard coded to work only for HR.2049)
89
93
  */
@@ -78,6 +78,10 @@ export declare class FormNamedPlaceOptions {
78
78
  * On named place chooser view, map tab is hidden
79
79
  */
80
80
  hideMapTab?: boolean;
81
+ /**
82
+ * True by default. The named places of this form includes the places of descendant collections also.
83
+ */
84
+ includeDescendantCollections?: boolean;
81
85
  /**
82
86
  * Named places will be fetched with units included (hard coded to work only for HR.2049)
83
87
  */
@@ -78,6 +78,10 @@ export interface FormNamedPlaceOptions {
78
78
  * On named place chooser view, map tab is hidden
79
79
  */
80
80
  hideMapTab?: boolean;
81
+ /**
82
+ * True by default. The named places of this form includes the places of descendant collections also.
83
+ */
84
+ includeDescendantCollections?: boolean;
81
85
  /**
82
86
  * Named places will be fetched with units included (hard coded to work only for HR.2049)
83
87
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.58",
3
+ "version": "2.0.60",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {