@paris-ias/trees 2.0.1 → 2.0.3
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.
- package/dist/form/actions.d.ts +1 -129
- package/dist/form/actions.js +17 -2
- package/dist/form/affiliations.d.ts +1 -292
- package/dist/form/affiliations.js +17 -2
- package/dist/form/apps.d.ts +1 -209
- package/dist/form/apps.js +17 -2
- package/dist/form/disciplines.d.ts +1 -40
- package/dist/form/disciplines.js +17 -2
- package/dist/form/events.d.ts +1 -1397
- package/dist/form/events.js +17 -2
- package/dist/form/fellowships.d.ts +1 -2122
- package/dist/form/fellowships.js +17 -2
- package/dist/form/files.d.ts +1 -40
- package/dist/form/files.js +17 -2
- package/dist/form/mailing.d.ts +1 -62
- package/dist/form/mailing.js +17 -2
- package/dist/form/news.d.ts +1 -405
- package/dist/form/news.js +17 -2
- package/dist/form/people.d.ts +1 -1062
- package/dist/form/people.js +17 -2
- package/dist/form/projects.d.ts +1 -564
- package/dist/form/projects.js +17 -2
- package/dist/form/publications.d.ts +1 -615
- package/dist/form/publications.js +17 -2
- package/dist/form/tags.d.ts +1 -54
- package/dist/form/tags.js +17 -2
- package/dist/form/users.d.ts +1 -946
- package/dist/form/users.js +17 -2
- package/dist/graphql/client/people/query.get.users.gql +41 -0
- package/dist/graphql/schemas/schema.apex.graphql +2 -4
- package/dist/graphql/schemas/schema.website.graphql +2 -4
- package/dist/list/actions.d.ts +1 -103
- package/dist/list/actions.js +17 -2
- package/dist/list/affiliations.d.ts +1 -103
- package/dist/list/affiliations.js +17 -2
- package/dist/list/apps.d.ts +1 -103
- package/dist/list/apps.js +17 -2
- package/dist/list/disciplines.d.ts +1 -101
- package/dist/list/disciplines.js +17 -2
- package/dist/list/events.d.ts +1 -172
- package/dist/list/events.js +17 -2
- package/dist/list/fellowships.d.ts +1 -123
- package/dist/list/fellowships.js +17 -2
- package/dist/list/files.d.ts +1 -101
- package/dist/list/files.js +17 -2
- package/dist/list/mailing.d.ts +1 -101
- package/dist/list/mailing.js +17 -2
- package/dist/list/news.d.ts +1 -103
- package/dist/list/news.js +17 -2
- package/dist/list/people.d.ts +1 -153
- package/dist/list/people.js +17 -2
- package/dist/list/projects.d.ts +1 -103
- package/dist/list/projects.js +17 -2
- package/dist/list/publications.d.ts +1 -127
- package/dist/list/publications.js +17 -2
- package/dist/list/tags.d.ts +1 -103
- package/dist/list/tags.js +17 -2
- package/dist/list/users.d.ts +1 -153
- package/dist/list/users.js +17 -2
- package/package.json +1 -1
- package/readme.md +94 -17
package/dist/form/actions.d.ts
CHANGED
|
@@ -1,130 +1,2 @@
|
|
|
1
|
-
declare
|
|
2
|
-
namespace _defaults {
|
|
3
|
-
let name: string;
|
|
4
|
-
namespace image {
|
|
5
|
-
let url: string;
|
|
6
|
-
let licence: string;
|
|
7
|
-
}
|
|
8
|
-
let link: string;
|
|
9
|
-
let color: string;
|
|
10
|
-
let video: string;
|
|
11
|
-
let slots: string;
|
|
12
|
-
}
|
|
13
|
-
namespace schema {
|
|
14
|
-
export namespace name_1 {
|
|
15
|
-
let label: string;
|
|
16
|
-
let type: string;
|
|
17
|
-
let component: string;
|
|
18
|
-
let description: string;
|
|
19
|
-
namespace rules {
|
|
20
|
-
let required: boolean;
|
|
21
|
-
let min: number;
|
|
22
|
-
let max: number;
|
|
23
|
-
}
|
|
24
|
-
let meta: string;
|
|
25
|
-
}
|
|
26
|
-
export { name_1 as name };
|
|
27
|
-
export namespace image_1 {
|
|
28
|
-
let label_1: string;
|
|
29
|
-
export { label_1 as label };
|
|
30
|
-
let type_1: string;
|
|
31
|
-
export { type_1 as type };
|
|
32
|
-
let component_1: string;
|
|
33
|
-
export { component_1 as component };
|
|
34
|
-
let description_1: string;
|
|
35
|
-
export { description_1 as description };
|
|
36
|
-
export namespace rules_1 {
|
|
37
|
-
let required_1: boolean;
|
|
38
|
-
export { required_1 as required };
|
|
39
|
-
}
|
|
40
|
-
export { rules_1 as rules };
|
|
41
|
-
namespace _default {
|
|
42
|
-
let url_1: string;
|
|
43
|
-
export { url_1 as url };
|
|
44
|
-
let licence_1: string;
|
|
45
|
-
export { licence_1 as licence };
|
|
46
|
-
}
|
|
47
|
-
export { _default as default };
|
|
48
|
-
}
|
|
49
|
-
export { image_1 as image };
|
|
50
|
-
export namespace link_1 {
|
|
51
|
-
let label_2: string;
|
|
52
|
-
export { label_2 as label };
|
|
53
|
-
let type_2: string;
|
|
54
|
-
export { type_2 as type };
|
|
55
|
-
let component_2: string;
|
|
56
|
-
export { component_2 as component };
|
|
57
|
-
let description_2: string;
|
|
58
|
-
export { description_2 as description };
|
|
59
|
-
export namespace rules_2 {
|
|
60
|
-
let required_2: boolean;
|
|
61
|
-
export { required_2 as required };
|
|
62
|
-
let url_2: boolean;
|
|
63
|
-
export { url_2 as url };
|
|
64
|
-
}
|
|
65
|
-
export { rules_2 as rules };
|
|
66
|
-
let meta_1: string;
|
|
67
|
-
export { meta_1 as meta };
|
|
68
|
-
}
|
|
69
|
-
export { link_1 as link };
|
|
70
|
-
export namespace color_1 {
|
|
71
|
-
let label_3: string;
|
|
72
|
-
export { label_3 as label };
|
|
73
|
-
let type_3: string;
|
|
74
|
-
export { type_3 as type };
|
|
75
|
-
let component_3: string;
|
|
76
|
-
export { component_3 as component };
|
|
77
|
-
let _default_1: string;
|
|
78
|
-
export { _default_1 as default };
|
|
79
|
-
let description_3: string;
|
|
80
|
-
export { description_3 as description };
|
|
81
|
-
export namespace rules_3 {
|
|
82
|
-
let color_2: boolean;
|
|
83
|
-
export { color_2 as color };
|
|
84
|
-
}
|
|
85
|
-
export { rules_3 as rules };
|
|
86
|
-
let meta_2: string;
|
|
87
|
-
export { meta_2 as meta };
|
|
88
|
-
}
|
|
89
|
-
export { color_1 as color };
|
|
90
|
-
export namespace video_1 {
|
|
91
|
-
let label_4: string;
|
|
92
|
-
export { label_4 as label };
|
|
93
|
-
let component_4: string;
|
|
94
|
-
export { component_4 as component };
|
|
95
|
-
let type_4: string;
|
|
96
|
-
export { type_4 as type };
|
|
97
|
-
export namespace rules_4 {
|
|
98
|
-
let url_3: boolean;
|
|
99
|
-
export { url_3 as url };
|
|
100
|
-
}
|
|
101
|
-
export { rules_4 as rules };
|
|
102
|
-
let meta_3: string;
|
|
103
|
-
export { meta_3 as meta };
|
|
104
|
-
let _default_2: string;
|
|
105
|
-
export { _default_2 as default };
|
|
106
|
-
}
|
|
107
|
-
export { video_1 as video };
|
|
108
|
-
export namespace slots_1 {
|
|
109
|
-
let label_5: string;
|
|
110
|
-
export { label_5 as label };
|
|
111
|
-
let component_5: string;
|
|
112
|
-
export { component_5 as component };
|
|
113
|
-
let type_5: string;
|
|
114
|
-
export { type_5 as type };
|
|
115
|
-
export namespace rules_5 {
|
|
116
|
-
let required_3: boolean;
|
|
117
|
-
export { required_3 as required };
|
|
118
|
-
let min_1: number;
|
|
119
|
-
export { min_1 as min };
|
|
120
|
-
let max_1: number;
|
|
121
|
-
export { max_1 as max };
|
|
122
|
-
}
|
|
123
|
-
export { rules_5 as rules };
|
|
124
|
-
let meta_4: string;
|
|
125
|
-
export { meta_4 as meta };
|
|
126
|
-
}
|
|
127
|
-
export { slots_1 as slots };
|
|
128
|
-
}
|
|
129
|
-
}
|
|
1
|
+
declare const _default: any;
|
|
130
2
|
export default _default;
|
package/dist/form/actions.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
// Deep freeze utility to make exports immutable
|
|
2
|
+
const deepFreeze = (obj) => {
|
|
3
|
+
Object.freeze(obj);
|
|
4
|
+
Object.getOwnPropertyNames(obj).forEach(prop => {
|
|
5
|
+
if (obj[prop] !== null
|
|
6
|
+
&& (typeof obj[prop] === "object" || typeof obj[prop] === "function")
|
|
7
|
+
&& !Object.isFrozen(obj[prop])) {
|
|
8
|
+
deepFreeze(obj[prop]);
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
return obj;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const data = {
|
|
2
15
|
"_defaults": {
|
|
3
16
|
"name": "",
|
|
4
17
|
"image": {
|
|
@@ -80,4 +93,6 @@ export default {
|
|
|
80
93
|
"meta": "slots"
|
|
81
94
|
}
|
|
82
95
|
}
|
|
83
|
-
}
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export default deepFreeze(data);
|
|
@@ -1,293 +1,2 @@
|
|
|
1
|
-
declare
|
|
2
|
-
namespace _defaults {
|
|
3
|
-
namespace name {
|
|
4
|
-
let en: string;
|
|
5
|
-
let fr: string;
|
|
6
|
-
}
|
|
7
|
-
let image: string;
|
|
8
|
-
namespace location {
|
|
9
|
-
let name_1: string;
|
|
10
|
-
export { name_1 as name };
|
|
11
|
-
export let details: string;
|
|
12
|
-
export let alt: string;
|
|
13
|
-
export let street: string;
|
|
14
|
-
export let city: string;
|
|
15
|
-
export let country: string;
|
|
16
|
-
export let zip: string;
|
|
17
|
-
export namespace geocode {
|
|
18
|
-
let lat: string;
|
|
19
|
-
let lng: string;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
let ror: string;
|
|
23
|
-
let url: string;
|
|
24
|
-
}
|
|
25
|
-
namespace schema {
|
|
26
|
-
export namespace name_2 {
|
|
27
|
-
let label: string;
|
|
28
|
-
let component: string;
|
|
29
|
-
let type: string;
|
|
30
|
-
let i18n: boolean;
|
|
31
|
-
namespace rules {
|
|
32
|
-
let required: boolean;
|
|
33
|
-
let min: number;
|
|
34
|
-
let max: number;
|
|
35
|
-
}
|
|
36
|
-
let meta: string;
|
|
37
|
-
}
|
|
38
|
-
export { name_2 as name };
|
|
39
|
-
export namespace image_1 {
|
|
40
|
-
let label_1: string;
|
|
41
|
-
export { label_1 as label };
|
|
42
|
-
let component_1: string;
|
|
43
|
-
export { component_1 as component };
|
|
44
|
-
let type_1: string;
|
|
45
|
-
export { type_1 as type };
|
|
46
|
-
let meta_1: string;
|
|
47
|
-
export { meta_1 as meta };
|
|
48
|
-
let _default: string;
|
|
49
|
-
export { _default as default };
|
|
50
|
-
}
|
|
51
|
-
export { image_1 as image };
|
|
52
|
-
export namespace location_1 {
|
|
53
|
-
let label_2: string;
|
|
54
|
-
export { label_2 as label };
|
|
55
|
-
let component_2: string;
|
|
56
|
-
export { component_2 as component };
|
|
57
|
-
let type_2: string;
|
|
58
|
-
export { type_2 as type };
|
|
59
|
-
let meta_2: string;
|
|
60
|
-
export { meta_2 as meta };
|
|
61
|
-
export namespace items {
|
|
62
|
-
export namespace name_3 {
|
|
63
|
-
let label_3: string;
|
|
64
|
-
export { label_3 as label };
|
|
65
|
-
let component_3: string;
|
|
66
|
-
export { component_3 as component };
|
|
67
|
-
let type_3: string;
|
|
68
|
-
export { type_3 as type };
|
|
69
|
-
export namespace rules_1 {
|
|
70
|
-
let required_1: boolean;
|
|
71
|
-
export { required_1 as required };
|
|
72
|
-
let min_1: number;
|
|
73
|
-
export { min_1 as min };
|
|
74
|
-
let max_1: number;
|
|
75
|
-
export { max_1 as max };
|
|
76
|
-
}
|
|
77
|
-
export { rules_1 as rules };
|
|
78
|
-
let meta_3: string;
|
|
79
|
-
export { meta_3 as meta };
|
|
80
|
-
}
|
|
81
|
-
export { name_3 as name };
|
|
82
|
-
export namespace details_1 {
|
|
83
|
-
let label_4: string;
|
|
84
|
-
export { label_4 as label };
|
|
85
|
-
let component_4: string;
|
|
86
|
-
export { component_4 as component };
|
|
87
|
-
let type_4: string;
|
|
88
|
-
export { type_4 as type };
|
|
89
|
-
export namespace rules_2 {
|
|
90
|
-
let required_2: boolean;
|
|
91
|
-
export { required_2 as required };
|
|
92
|
-
let min_2: number;
|
|
93
|
-
export { min_2 as min };
|
|
94
|
-
let max_2: number;
|
|
95
|
-
export { max_2 as max };
|
|
96
|
-
}
|
|
97
|
-
export { rules_2 as rules };
|
|
98
|
-
let meta_4: string;
|
|
99
|
-
export { meta_4 as meta };
|
|
100
|
-
}
|
|
101
|
-
export { details_1 as details };
|
|
102
|
-
export namespace alt_1 {
|
|
103
|
-
let label_5: string;
|
|
104
|
-
export { label_5 as label };
|
|
105
|
-
let component_5: string;
|
|
106
|
-
export { component_5 as component };
|
|
107
|
-
let type_5: string;
|
|
108
|
-
export { type_5 as type };
|
|
109
|
-
export namespace rules_3 {
|
|
110
|
-
let required_3: boolean;
|
|
111
|
-
export { required_3 as required };
|
|
112
|
-
let min_3: number;
|
|
113
|
-
export { min_3 as min };
|
|
114
|
-
let max_3: number;
|
|
115
|
-
export { max_3 as max };
|
|
116
|
-
}
|
|
117
|
-
export { rules_3 as rules };
|
|
118
|
-
let meta_5: string;
|
|
119
|
-
export { meta_5 as meta };
|
|
120
|
-
}
|
|
121
|
-
export { alt_1 as alt };
|
|
122
|
-
export namespace street_1 {
|
|
123
|
-
let label_6: string;
|
|
124
|
-
export { label_6 as label };
|
|
125
|
-
let component_6: string;
|
|
126
|
-
export { component_6 as component };
|
|
127
|
-
let type_6: string;
|
|
128
|
-
export { type_6 as type };
|
|
129
|
-
export namespace rules_4 {
|
|
130
|
-
let required_4: boolean;
|
|
131
|
-
export { required_4 as required };
|
|
132
|
-
let max_4: number;
|
|
133
|
-
export { max_4 as max };
|
|
134
|
-
}
|
|
135
|
-
export { rules_4 as rules };
|
|
136
|
-
let meta_6: string;
|
|
137
|
-
export { meta_6 as meta };
|
|
138
|
-
}
|
|
139
|
-
export { street_1 as street };
|
|
140
|
-
export namespace city_1 {
|
|
141
|
-
let label_7: string;
|
|
142
|
-
export { label_7 as label };
|
|
143
|
-
let component_7: string;
|
|
144
|
-
export { component_7 as component };
|
|
145
|
-
let type_7: string;
|
|
146
|
-
export { type_7 as type };
|
|
147
|
-
export namespace rules_5 {
|
|
148
|
-
let required_5: boolean;
|
|
149
|
-
export { required_5 as required };
|
|
150
|
-
let max_5: number;
|
|
151
|
-
export { max_5 as max };
|
|
152
|
-
}
|
|
153
|
-
export { rules_5 as rules };
|
|
154
|
-
let meta_7: string;
|
|
155
|
-
export { meta_7 as meta };
|
|
156
|
-
}
|
|
157
|
-
export { city_1 as city };
|
|
158
|
-
export namespace country_1 {
|
|
159
|
-
let label_8: string;
|
|
160
|
-
export { label_8 as label };
|
|
161
|
-
let component_8: string;
|
|
162
|
-
export { component_8 as component };
|
|
163
|
-
let type_8: string;
|
|
164
|
-
export { type_8 as type };
|
|
165
|
-
let meta_8: string;
|
|
166
|
-
export { meta_8 as meta };
|
|
167
|
-
}
|
|
168
|
-
export { country_1 as country };
|
|
169
|
-
export namespace zip_1 {
|
|
170
|
-
let label_9: string;
|
|
171
|
-
export { label_9 as label };
|
|
172
|
-
let component_9: string;
|
|
173
|
-
export { component_9 as component };
|
|
174
|
-
let type_9: string;
|
|
175
|
-
export { type_9 as type };
|
|
176
|
-
export namespace rules_6 {
|
|
177
|
-
let required_6: boolean;
|
|
178
|
-
export { required_6 as required };
|
|
179
|
-
let min_4: number;
|
|
180
|
-
export { min_4 as min };
|
|
181
|
-
let max_6: number;
|
|
182
|
-
export { max_6 as max };
|
|
183
|
-
}
|
|
184
|
-
export { rules_6 as rules };
|
|
185
|
-
let meta_9: string;
|
|
186
|
-
export { meta_9 as meta };
|
|
187
|
-
}
|
|
188
|
-
export { zip_1 as zip };
|
|
189
|
-
export namespace geocode_1 {
|
|
190
|
-
let label_10: string;
|
|
191
|
-
export { label_10 as label };
|
|
192
|
-
let component_10: string;
|
|
193
|
-
export { component_10 as component };
|
|
194
|
-
let type_10: string;
|
|
195
|
-
export { type_10 as type };
|
|
196
|
-
export namespace rules_7 {
|
|
197
|
-
let required_7: boolean;
|
|
198
|
-
export { required_7 as required };
|
|
199
|
-
let min_5: number;
|
|
200
|
-
export { min_5 as min };
|
|
201
|
-
let max_7: number;
|
|
202
|
-
export { max_7 as max };
|
|
203
|
-
}
|
|
204
|
-
export { rules_7 as rules };
|
|
205
|
-
export namespace items_1 {
|
|
206
|
-
export namespace lat_1 {
|
|
207
|
-
let label_11: string;
|
|
208
|
-
export { label_11 as label };
|
|
209
|
-
let component_11: string;
|
|
210
|
-
export { component_11 as component };
|
|
211
|
-
let type_11: string;
|
|
212
|
-
export { type_11 as type };
|
|
213
|
-
export namespace rules_8 {
|
|
214
|
-
let required_8: boolean;
|
|
215
|
-
export { required_8 as required };
|
|
216
|
-
let min_6: number;
|
|
217
|
-
export { min_6 as min };
|
|
218
|
-
let max_8: number;
|
|
219
|
-
export { max_8 as max };
|
|
220
|
-
}
|
|
221
|
-
export { rules_8 as rules };
|
|
222
|
-
let meta_10: string;
|
|
223
|
-
export { meta_10 as meta };
|
|
224
|
-
}
|
|
225
|
-
export { lat_1 as lat };
|
|
226
|
-
export namespace lng_1 {
|
|
227
|
-
let label_12: string;
|
|
228
|
-
export { label_12 as label };
|
|
229
|
-
let component_12: string;
|
|
230
|
-
export { component_12 as component };
|
|
231
|
-
let type_12: string;
|
|
232
|
-
export { type_12 as type };
|
|
233
|
-
export namespace rules_9 {
|
|
234
|
-
let required_9: boolean;
|
|
235
|
-
export { required_9 as required };
|
|
236
|
-
let min_7: number;
|
|
237
|
-
export { min_7 as min };
|
|
238
|
-
let max_9: number;
|
|
239
|
-
export { max_9 as max };
|
|
240
|
-
}
|
|
241
|
-
export { rules_9 as rules };
|
|
242
|
-
let meta_11: string;
|
|
243
|
-
export { meta_11 as meta };
|
|
244
|
-
}
|
|
245
|
-
export { lng_1 as lng };
|
|
246
|
-
}
|
|
247
|
-
export { items_1 as items };
|
|
248
|
-
let meta_12: string;
|
|
249
|
-
export { meta_12 as meta };
|
|
250
|
-
}
|
|
251
|
-
export { geocode_1 as geocode };
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
export { location_1 as location };
|
|
255
|
-
export namespace ror_1 {
|
|
256
|
-
let label_13: string;
|
|
257
|
-
export { label_13 as label };
|
|
258
|
-
let component_13: string;
|
|
259
|
-
export { component_13 as component };
|
|
260
|
-
let type_13: string;
|
|
261
|
-
export { type_13 as type };
|
|
262
|
-
export namespace rules_10 {
|
|
263
|
-
let required_10: boolean;
|
|
264
|
-
export { required_10 as required };
|
|
265
|
-
let ror_2: boolean;
|
|
266
|
-
export { ror_2 as ror };
|
|
267
|
-
}
|
|
268
|
-
export { rules_10 as rules };
|
|
269
|
-
let meta_13: string;
|
|
270
|
-
export { meta_13 as meta };
|
|
271
|
-
}
|
|
272
|
-
export { ror_1 as ror };
|
|
273
|
-
export namespace url_1 {
|
|
274
|
-
let label_14: string;
|
|
275
|
-
export { label_14 as label };
|
|
276
|
-
let component_14: string;
|
|
277
|
-
export { component_14 as component };
|
|
278
|
-
let type_14: string;
|
|
279
|
-
export { type_14 as type };
|
|
280
|
-
export namespace rules_11 {
|
|
281
|
-
let required_11: boolean;
|
|
282
|
-
export { required_11 as required };
|
|
283
|
-
let url_2: boolean;
|
|
284
|
-
export { url_2 as url };
|
|
285
|
-
}
|
|
286
|
-
export { rules_11 as rules };
|
|
287
|
-
let meta_14: string;
|
|
288
|
-
export { meta_14 as meta };
|
|
289
|
-
}
|
|
290
|
-
export { url_1 as url };
|
|
291
|
-
}
|
|
292
|
-
}
|
|
1
|
+
declare const _default: any;
|
|
293
2
|
export default _default;
|
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
// Deep freeze utility to make exports immutable
|
|
2
|
+
const deepFreeze = (obj) => {
|
|
3
|
+
Object.freeze(obj);
|
|
4
|
+
Object.getOwnPropertyNames(obj).forEach(prop => {
|
|
5
|
+
if (obj[prop] !== null
|
|
6
|
+
&& (typeof obj[prop] === "object" || typeof obj[prop] === "function")
|
|
7
|
+
&& !Object.isFrozen(obj[prop])) {
|
|
8
|
+
deepFreeze(obj[prop]);
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
return obj;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const data = {
|
|
2
15
|
"_defaults": {
|
|
3
16
|
"name": {
|
|
4
17
|
"en": "",
|
|
@@ -175,4 +188,6 @@ export default {
|
|
|
175
188
|
"meta": "url"
|
|
176
189
|
}
|
|
177
190
|
}
|
|
178
|
-
}
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
export default deepFreeze(data);
|
package/dist/form/apps.d.ts
CHANGED
|
@@ -1,210 +1,2 @@
|
|
|
1
|
-
declare
|
|
2
|
-
namespace _defaults {
|
|
3
|
-
export let name: string;
|
|
4
|
-
export namespace image {
|
|
5
|
-
let url: string;
|
|
6
|
-
let licence: string;
|
|
7
|
-
}
|
|
8
|
-
export namespace description {
|
|
9
|
-
let en: string;
|
|
10
|
-
let fr: string;
|
|
11
|
-
}
|
|
12
|
-
export namespace summary {
|
|
13
|
-
let en_1: string;
|
|
14
|
-
export { en_1 as en };
|
|
15
|
-
let fr_1: string;
|
|
16
|
-
export { fr_1 as fr };
|
|
17
|
-
}
|
|
18
|
-
export namespace subtitle {
|
|
19
|
-
let en_2: string;
|
|
20
|
-
export { en_2 as en };
|
|
21
|
-
let fr_2: string;
|
|
22
|
-
export { fr_2 as fr };
|
|
23
|
-
}
|
|
24
|
-
let url_1: string;
|
|
25
|
-
export { url_1 as url };
|
|
26
|
-
export let tags: string;
|
|
27
|
-
export let state: string;
|
|
28
|
-
export let date: string;
|
|
29
|
-
}
|
|
30
|
-
namespace schema {
|
|
31
|
-
export namespace name_1 {
|
|
32
|
-
export let label: string;
|
|
33
|
-
export let type: string;
|
|
34
|
-
export let component: string;
|
|
35
|
-
let description_1: string;
|
|
36
|
-
export { description_1 as description };
|
|
37
|
-
export namespace rules {
|
|
38
|
-
let required: boolean;
|
|
39
|
-
let min: number;
|
|
40
|
-
let max: number;
|
|
41
|
-
}
|
|
42
|
-
export let meta: string;
|
|
43
|
-
}
|
|
44
|
-
export { name_1 as name };
|
|
45
|
-
export namespace image_1 {
|
|
46
|
-
let label_1: string;
|
|
47
|
-
export { label_1 as label };
|
|
48
|
-
let component_1: string;
|
|
49
|
-
export { component_1 as component };
|
|
50
|
-
let type_1: string;
|
|
51
|
-
export { type_1 as type };
|
|
52
|
-
let description_2: string;
|
|
53
|
-
export { description_2 as description };
|
|
54
|
-
export namespace rules_1 {
|
|
55
|
-
let required_1: boolean;
|
|
56
|
-
export { required_1 as required };
|
|
57
|
-
}
|
|
58
|
-
export { rules_1 as rules };
|
|
59
|
-
namespace _default {
|
|
60
|
-
let url_2: string;
|
|
61
|
-
export { url_2 as url };
|
|
62
|
-
let licence_1: string;
|
|
63
|
-
export { licence_1 as licence };
|
|
64
|
-
}
|
|
65
|
-
export { _default as default };
|
|
66
|
-
}
|
|
67
|
-
export { image_1 as image };
|
|
68
|
-
export namespace description_3 {
|
|
69
|
-
let label_2: string;
|
|
70
|
-
export { label_2 as label };
|
|
71
|
-
let component_2: string;
|
|
72
|
-
export { component_2 as component };
|
|
73
|
-
let type_2: string;
|
|
74
|
-
export { type_2 as type };
|
|
75
|
-
export let i18n: boolean;
|
|
76
|
-
export namespace rules_2 {
|
|
77
|
-
let required_2: boolean;
|
|
78
|
-
export { required_2 as required };
|
|
79
|
-
let min_1: number;
|
|
80
|
-
export { min_1 as min };
|
|
81
|
-
let max_1: number;
|
|
82
|
-
export { max_1 as max };
|
|
83
|
-
}
|
|
84
|
-
export { rules_2 as rules };
|
|
85
|
-
let meta_1: string;
|
|
86
|
-
export { meta_1 as meta };
|
|
87
|
-
}
|
|
88
|
-
export { description_3 as description };
|
|
89
|
-
export namespace summary_1 {
|
|
90
|
-
let label_3: string;
|
|
91
|
-
export { label_3 as label };
|
|
92
|
-
let component_3: string;
|
|
93
|
-
export { component_3 as component };
|
|
94
|
-
let type_3: string;
|
|
95
|
-
export { type_3 as type };
|
|
96
|
-
let i18n_1: boolean;
|
|
97
|
-
export { i18n_1 as i18n };
|
|
98
|
-
export namespace rules_3 {
|
|
99
|
-
let required_3: boolean;
|
|
100
|
-
export { required_3 as required };
|
|
101
|
-
let min_2: number;
|
|
102
|
-
export { min_2 as min };
|
|
103
|
-
let max_2: number;
|
|
104
|
-
export { max_2 as max };
|
|
105
|
-
}
|
|
106
|
-
export { rules_3 as rules };
|
|
107
|
-
let meta_2: string;
|
|
108
|
-
export { meta_2 as meta };
|
|
109
|
-
}
|
|
110
|
-
export { summary_1 as summary };
|
|
111
|
-
export namespace subtitle_1 {
|
|
112
|
-
let label_4: string;
|
|
113
|
-
export { label_4 as label };
|
|
114
|
-
let component_4: string;
|
|
115
|
-
export { component_4 as component };
|
|
116
|
-
let type_4: string;
|
|
117
|
-
export { type_4 as type };
|
|
118
|
-
let i18n_2: boolean;
|
|
119
|
-
export { i18n_2 as i18n };
|
|
120
|
-
export namespace rules_4 {
|
|
121
|
-
let required_4: boolean;
|
|
122
|
-
export { required_4 as required };
|
|
123
|
-
let min_3: number;
|
|
124
|
-
export { min_3 as min };
|
|
125
|
-
let max_3: number;
|
|
126
|
-
export { max_3 as max };
|
|
127
|
-
}
|
|
128
|
-
export { rules_4 as rules };
|
|
129
|
-
let meta_3: string;
|
|
130
|
-
export { meta_3 as meta };
|
|
131
|
-
}
|
|
132
|
-
export { subtitle_1 as subtitle };
|
|
133
|
-
export namespace url_3 {
|
|
134
|
-
let label_5: string;
|
|
135
|
-
export { label_5 as label };
|
|
136
|
-
let component_5: string;
|
|
137
|
-
export { component_5 as component };
|
|
138
|
-
let type_5: string;
|
|
139
|
-
export { type_5 as type };
|
|
140
|
-
export namespace rules_5 {
|
|
141
|
-
let required_5: boolean;
|
|
142
|
-
export { required_5 as required };
|
|
143
|
-
let url_4: boolean;
|
|
144
|
-
export { url_4 as url };
|
|
145
|
-
}
|
|
146
|
-
export { rules_5 as rules };
|
|
147
|
-
let meta_4: string;
|
|
148
|
-
export { meta_4 as meta };
|
|
149
|
-
}
|
|
150
|
-
export { url_3 as url };
|
|
151
|
-
export namespace tags_1 {
|
|
152
|
-
let label_6: string;
|
|
153
|
-
export { label_6 as label };
|
|
154
|
-
let component_6: string;
|
|
155
|
-
export { component_6 as component };
|
|
156
|
-
let type_6: string;
|
|
157
|
-
export { type_6 as type };
|
|
158
|
-
export namespace rules_6 {
|
|
159
|
-
let required_6: boolean;
|
|
160
|
-
export { required_6 as required };
|
|
161
|
-
}
|
|
162
|
-
export { rules_6 as rules };
|
|
163
|
-
let meta_5: string;
|
|
164
|
-
export { meta_5 as meta };
|
|
165
|
-
let _default_1: string;
|
|
166
|
-
export { _default_1 as default };
|
|
167
|
-
}
|
|
168
|
-
export { tags_1 as tags };
|
|
169
|
-
export namespace state_1 {
|
|
170
|
-
let label_7: string;
|
|
171
|
-
export { label_7 as label };
|
|
172
|
-
let component_7: string;
|
|
173
|
-
export { component_7 as component };
|
|
174
|
-
let type_7: string;
|
|
175
|
-
export { type_7 as type };
|
|
176
|
-
export namespace rules_7 {
|
|
177
|
-
let required_7: boolean;
|
|
178
|
-
export { required_7 as required };
|
|
179
|
-
}
|
|
180
|
-
export { rules_7 as rules };
|
|
181
|
-
export namespace items {
|
|
182
|
-
let Active: string;
|
|
183
|
-
let Suspended: string;
|
|
184
|
-
let Inactive: string;
|
|
185
|
-
}
|
|
186
|
-
let meta_6: string;
|
|
187
|
-
export { meta_6 as meta };
|
|
188
|
-
}
|
|
189
|
-
export { state_1 as state };
|
|
190
|
-
export namespace date_1 {
|
|
191
|
-
let label_8: string;
|
|
192
|
-
export { label_8 as label };
|
|
193
|
-
let component_8: string;
|
|
194
|
-
export { component_8 as component };
|
|
195
|
-
let type_8: string;
|
|
196
|
-
export { type_8 as type };
|
|
197
|
-
export namespace rules_8 {
|
|
198
|
-
let required_8: boolean;
|
|
199
|
-
export { required_8 as required };
|
|
200
|
-
let date_2: boolean;
|
|
201
|
-
export { date_2 as date };
|
|
202
|
-
}
|
|
203
|
-
export { rules_8 as rules };
|
|
204
|
-
let meta_7: string;
|
|
205
|
-
export { meta_7 as meta };
|
|
206
|
-
}
|
|
207
|
-
export { date_1 as date };
|
|
208
|
-
}
|
|
209
|
-
}
|
|
1
|
+
declare const _default: any;
|
|
210
2
|
export default _default;
|