@luomus/laji-schema 2.0.73 → 2.0.75

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.
@@ -30,6 +30,10 @@ export class FormOptions {
30
30
  * Allows usage in spreadsheet upload component
31
31
  */
32
32
  allowExcel?: boolean;
33
+ /**
34
+ * If false, Vihko will not show the spreadsheet generation tool for the form. Defaults to true"
35
+ */
36
+ allowExcelGeneration?: boolean;
33
37
  /**
34
38
  * Allows creating templates from documents
35
39
  */
@@ -23,6 +23,10 @@ export declare class FormOptions {
23
23
  * Allows usage in spreadsheet upload component
24
24
  */
25
25
  allowExcel?: boolean;
26
+ /**
27
+ * If false, Vihko will not show the spreadsheet generation tool for the form. Defaults to true"
28
+ */
29
+ allowExcelGeneration?: boolean;
26
30
  /**
27
31
  * Allows creating templates from documents
28
32
  */
@@ -23,6 +23,10 @@ export interface FormOptions {
23
23
  * Allows usage in spreadsheet upload component
24
24
  */
25
25
  allowExcel?: boolean;
26
+ /**
27
+ * If false, Vihko will not show the spreadsheet generation tool for the form. Defaults to true"
28
+ */
29
+ allowExcelGeneration?: boolean;
26
30
  /**
27
31
  * Allows creating templates from documents
28
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.73",
3
+ "version": "2.0.75",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {