@luomus/laji-schema 2.0.72 → 2.0.74
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
|
*/
|