@luomus/laji-schema 2.0.14 → 2.0.15
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.
|
@@ -40,10 +40,6 @@ export declare class FormOptions {
|
|
|
40
40
|
* Form admin can lock documents. Locked documents can't be edited
|
|
41
41
|
*/
|
|
42
42
|
adminLockable?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Form users can create new named places for the form
|
|
45
|
-
*/
|
|
46
|
-
allowAddingPublicNamedPlaces?: boolean;
|
|
47
43
|
/**
|
|
48
44
|
* Allows usage in spreadsheet upload component
|
|
49
45
|
*/
|
|
@@ -56,10 +52,6 @@ export declare class FormOptions {
|
|
|
56
52
|
* Label for the cancel button at the form footer
|
|
57
53
|
*/
|
|
58
54
|
cancelLabel?: string;
|
|
59
|
-
/**
|
|
60
|
-
* The latest document is copied to named place's prepopulatedDocument. if documents date is same or after the current prepopulated document's date, or if prepopulated document doesn't have date. Date is checked from gatheringEvent or from gatherings
|
|
61
|
-
*/
|
|
62
|
-
copyLatestDocumentToNamedPlace?: boolean;
|
|
63
55
|
/**
|
|
64
56
|
* Has dataset about page
|
|
65
57
|
*/
|
|
@@ -93,18 +85,6 @@ export declare class FormOptions {
|
|
|
93
85
|
* Excludes from the Vihko excel tools
|
|
94
86
|
*/
|
|
95
87
|
excludeFromGlobalExcel?: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* The named place UI allows filtering by bird association area
|
|
98
|
-
*/
|
|
99
|
-
filterNamedPlacesByBirdAssociationArea?: boolean;
|
|
100
|
-
/**
|
|
101
|
-
* The named place UI allows filtering by municipality
|
|
102
|
-
*/
|
|
103
|
-
filterNamedPlacesByMunicipality?: boolean;
|
|
104
|
-
/**
|
|
105
|
-
* The named place UI allows filtering by tags
|
|
106
|
-
*/
|
|
107
|
-
filterNamedPlacesByTags?: boolean;
|
|
108
88
|
/**
|
|
109
89
|
* Options for footer of the observation form
|
|
110
90
|
*/
|
|
@@ -19,10 +19,6 @@ export interface FormOptions {
|
|
|
19
19
|
* Form admin can lock documents. Locked documents can't be edited
|
|
20
20
|
*/
|
|
21
21
|
adminLockable?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Form users can create new named places for the form
|
|
24
|
-
*/
|
|
25
|
-
allowAddingPublicNamedPlaces?: boolean;
|
|
26
22
|
/**
|
|
27
23
|
* Allows usage in spreadsheet upload component
|
|
28
24
|
*/
|
|
@@ -35,10 +31,6 @@ export interface FormOptions {
|
|
|
35
31
|
* Label for the cancel button at the form footer
|
|
36
32
|
*/
|
|
37
33
|
cancelLabel?: string;
|
|
38
|
-
/**
|
|
39
|
-
* The latest document is copied to named place's prepopulatedDocument. if documents date is same or after the current prepopulated document's date, or if prepopulated document doesn't have date. Date is checked from gatheringEvent or from gatherings
|
|
40
|
-
*/
|
|
41
|
-
copyLatestDocumentToNamedPlace?: boolean;
|
|
42
34
|
/**
|
|
43
35
|
* Has dataset about page
|
|
44
36
|
*/
|
|
@@ -72,18 +64,6 @@ export interface FormOptions {
|
|
|
72
64
|
* Excludes from the Vihko excel tools
|
|
73
65
|
*/
|
|
74
66
|
excludeFromGlobalExcel?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* The named place UI allows filtering by bird association area
|
|
77
|
-
*/
|
|
78
|
-
filterNamedPlacesByBirdAssociationArea?: boolean;
|
|
79
|
-
/**
|
|
80
|
-
* The named place UI allows filtering by municipality
|
|
81
|
-
*/
|
|
82
|
-
filterNamedPlacesByMunicipality?: boolean;
|
|
83
|
-
/**
|
|
84
|
-
* The named place UI allows filtering by tags
|
|
85
|
-
*/
|
|
86
|
-
filterNamedPlacesByTags?: boolean;
|
|
87
67
|
/**
|
|
88
68
|
* Options for footer of the observation form
|
|
89
69
|
*/
|