@paris-ias/trees 1.8.56 → 2.0.0
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 +130 -0
- package/dist/form/affiliations.d.ts +293 -0
- package/dist/form/apps.d.ts +210 -0
- package/dist/form/disciplines.d.ts +41 -0
- package/dist/form/events.d.ts +1398 -0
- package/dist/form/fellowships.d.ts +2123 -0
- package/dist/form/fellowships.js +4 -4
- package/dist/form/files.d.ts +41 -0
- package/dist/form/mailing.d.ts +63 -0
- package/dist/form/news.d.ts +406 -0
- package/dist/form/people.d.ts +1063 -0
- package/dist/form/people.js +4 -4
- package/dist/form/projects.d.ts +565 -0
- package/dist/form/publications.d.ts +616 -0
- package/dist/form/tags.d.ts +55 -0
- package/dist/form/users.d.ts +947 -0
- package/dist/graphql/client/events/query.list.events.gql +0 -1
- package/dist/graphql/schemas/schema.apex.graphql +37 -9
- package/dist/graphql/schemas/schema.website.graphql +31 -4
- package/dist/graphql/schemas/website-resolvers-list.json +3 -4
- package/dist/list/actions.d.ts +104 -0
- package/dist/list/affiliations.d.ts +104 -0
- package/dist/list/apps.d.ts +104 -0
- package/dist/list/disciplines.d.ts +102 -0
- package/dist/list/events.d.ts +173 -0
- package/dist/list/fellowships.d.ts +124 -0
- package/dist/list/files.d.ts +102 -0
- package/dist/list/mailing.d.ts +102 -0
- package/dist/list/news.d.ts +104 -0
- package/dist/list/people.d.ts +154 -0
- package/dist/list/projects.d.ts +104 -0
- package/dist/list/publications.d.ts +128 -0
- package/dist/list/tags.d.ts +104 -0
- package/dist/list/users.d.ts +154 -0
- package/index.d.ts +31 -0
- package/package.json +173 -14
- package/readme.md +609 -74
- package/index.ts +0 -63
- package/lib/README.md +0 -206
- package/lib/buildClientGraphQL.ts +0 -342
- package/lib/buildDefaults.ts +0 -0
- package/lib/buildSchemas.ts +0 -109
- package/lib/generate.ts +0 -505
- package/lib/generateAll.ts +0 -231
- package/lib/utils.ts +0 -24
- package/src/LICENSE +0 -661
- package/src/action/graphql/client/query.get.action.gql +0 -22
- package/src/action/graphql/client/query.list.action.gql +0 -32
- package/src/action/graphql/server/apex.types.action.graphql +0 -15
- package/src/action/models/action.ts +0 -147
- package/src/affiliation/graphql/client/query.get.affiliations.gql +0 -37
- package/src/affiliation/graphql/client/query.list.affiliations.gql +0 -43
- package/src/affiliation/graphql/server/shared.types.affiliations.graphql +0 -20
- package/src/affiliation/models/affiliation.ts +0 -130
- package/src/affiliation/models/member.ts +0 -11
- package/src/affiliation/models/partner.ts +0 -9
- package/src/apps/graphql/client/query.get.apps.gql +0 -33
- package/src/apps/graphql/client/query.list.apps.gql +0 -43
- package/src/apps/models/apps.ts +0 -195
- package/src/events/graphql/client/query.get.events.gql +0 -119
- package/src/events/graphql/client/query.list.events.gql +0 -40
- package/src/events/graphql/server/shared.inputs.events.graphql +0 -24
- package/src/events/models/eventSlot.ts +0 -73
- package/src/events/models/events.ts +0 -569
- package/src/fellowships/graphql/client/query.get.fellowships.gql +0 -163
- package/src/fellowships/graphql/client/query.list.fellowships.gql +0 -49
- package/src/fellowships/graphql/server/apex.inputs.fellowshipDetails.graphql +0 -13
- package/src/fellowships/graphql/server/shared.types.fellowshipDetails.graphql +0 -13
- package/src/fellowships/graphql/server/shared.types.fellowships.graphql +0 -38
- package/src/fellowships/models/fellowshipDetails.ts +0 -145
- package/src/fellowships/models/fellowships.ts +0 -341
- package/src/files/graphql/client/query.get.files.gql +0 -24
- package/src/files/graphql/client/query.list.files.gql +0 -37
- package/src/files/graphql/server/apex.inputs.files.graphql +0 -7
- package/src/files/graphql/server/apex.inputs.video.graphql +0 -9
- package/src/files/graphql/server/apex.types.files.graphql +0 -4
- package/src/files/graphql/server/shared.inputs.image.graphql +0 -9
- package/src/files/graphql/server/shared.types.files.graphql +0 -15
- package/src/files/graphql/server/shared.types.image.graphql +0 -9
- package/src/files/graphql/server/shared.types.video.graphql +0 -9
- package/src/files/models/files.ts +0 -113
- package/src/files/models/gallery.ts +0 -11
- package/src/files/models/image.ts +0 -159
- package/src/files/models/video.ts +0 -166
- package/src/form.ts +0 -52
- package/src/index.ts +0 -98
- package/src/list.ts +0 -34
- package/src/mailing/graphql/client/query.get.mailing.gql +0 -24
- package/src/mailing/graphql/client/query.list.mailing.gql +0 -23
- package/src/mailing/graphql/server/apex.types.mailing.graphql +0 -13
- package/src/mailing/models/mailing.ts +0 -123
- package/src/misc/graphql/client/apex.mutations.delete.gql +0 -0
- package/src/misc/graphql/client/apex.mutations.upsert.gql +0 -0
- package/src/misc/graphql/client/apex.queries.login.gql +0 -0
- package/src/misc/graphql/client/query.get.disciplines.gql +0 -17
- package/src/misc/graphql/client/query.get.tags.gql +0 -13
- package/src/misc/graphql/client/query.list.disciplines.gql +0 -23
- package/src/misc/graphql/client/query.list.tags.gql +0 -23
- package/src/misc/graphql/server/apex.inputs.misc.graphql +0 -13
- package/src/misc/graphql/server/apex.inputs.socials.graphql +0 -12
- package/src/misc/graphql/server/apex.mutations.graphql +0 -23
- package/src/misc/graphql/server/apex.queries.graphql +0 -36
- package/src/misc/graphql/server/apex.types.disciplines.graphql +0 -4
- package/src/misc/graphql/server/apex.types.tags.graphql +0 -4
- package/src/misc/graphql/server/shared.enums.graphql +0 -112
- package/src/misc/graphql/server/shared.inputs.misc.graphql +0 -101
- package/src/misc/graphql/server/shared.queries.graphql +0 -35
- package/src/misc/graphql/server/shared.types.disciplines.graphql +0 -8
- package/src/misc/graphql/server/shared.types.events.graphql +0 -39
- package/src/misc/graphql/server/shared.types.location.graphql +0 -17
- package/src/misc/graphql/server/shared.types.misc.graphql +0 -120
- package/src/misc/graphql/server/shared.types.related.graphql +0 -10
- package/src/misc/graphql/server/shared.types.relatedAffiliation.graphql +0 -7
- package/src/misc/graphql/server/shared.types.relatedEvent.graphql +0 -7
- package/src/misc/graphql/server/shared.types.relatedFellowships.graphql +0 -7
- package/src/misc/graphql/server/shared.types.relatedNews.graphql +0 -7
- package/src/misc/graphql/server/shared.types.relatedPeople.graphql +0 -6
- package/src/misc/graphql/server/shared.types.relatedProject.graphql +0 -7
- package/src/misc/graphql/server/shared.types.relatedPublications.graphql +0 -6
- package/src/misc/graphql/server/shared.types.socials.graphql +0 -22
- package/src/misc/graphql/server/shared.types.tags.graphql +0 -11
- package/src/misc/graphql/server/website.mutations.graphql +0 -4
- package/src/misc/models/disciplines.ts +0 -116
- package/src/misc/models/location.ts +0 -136
- package/src/misc/models/organizers.ts +0 -13
- package/src/misc/models/related.ts +0 -123
- package/src/misc/models/relatedEvents.ts +0 -16
- package/src/misc/models/relatedFellowships.ts +0 -7
- package/src/misc/models/relatedNews.ts +0 -13
- package/src/misc/models/relatedPeople.ts +0 -8
- package/src/misc/models/relatedProject.ts +0 -14
- package/src/misc/models/relatedPublications.ts +0 -14
- package/src/misc/models/socials.ts +0 -133
- package/src/misc/models/sponsor.ts +0 -13
- package/src/misc/models/tags.ts +0 -116
- package/src/misc/models/taxonomy.ts +0 -1
- package/src/model.ts +0 -7
- package/src/news/graphql/client/query.get.news.gql +0 -128
- package/src/news/graphql/client/query.list.news.gql +0 -35
- package/src/news/graphql/server/share.types.news.graphql +0 -27
- package/src/news/models/news.ts +0 -257
- package/src/people/graphql/client/query.get.people.gql +0 -173
- package/src/people/graphql/client/query.get.users.gql +0 -0
- package/src/people/graphql/client/query.list.people.gql +0 -55
- package/src/people/graphql/client/query.list.users.gql +0 -31
- package/src/people/graphql/server/apex.inputs.consent.graphql +0 -9
- package/src/people/graphql/server/apex.inputs.groups.graphql +0 -8
- package/src/people/graphql/server/apex.inputs.vintage.graphql +0 -6
- package/src/people/graphql/server/shared.types.consent.graphql +0 -9
- package/src/people/graphql/server/shared.types.groups.graphql +0 -8
- package/src/people/graphql/server/shared.types.people.graphql +0 -29
- package/src/people/graphql/server/shared.types.position.graphql +0 -6
- package/src/people/graphql/server/shared.types.users.graphql +0 -17
- package/src/people/graphql/server/shared.types.vintage.graphql +0 -6
- package/src/people/models/consent.ts +0 -82
- package/src/people/models/discussants.ts +0 -9
- package/src/people/models/experiences.ts +0 -38
- package/src/people/models/fellows.ts +0 -12
- package/src/people/models/groups.ts +0 -58
- package/src/people/models/people.ts +0 -244
- package/src/people/models/position.ts +0 -62
- package/src/people/models/speakers.ts +0 -9
- package/src/people/models/users.ts +0 -252
- package/src/people/models/vintage.ts +0 -124
- package/src/projects/graphql/client/query.get.projects.gql +0 -166
- package/src/projects/graphql/client/query.list.projects.gql +0 -33
- package/src/projects/graphql/server/shared.types.projects.graphql +0 -29
- package/src/projects/models/projects.ts +0 -249
- package/src/publications/graphql/client/query.get.publications.gql +0 -169
- package/src/publications/graphql/client/query.list.publications.gql +0 -35
- package/src/publications/graphql/server/shared.types.publications.graphql +0 -34
- package/src/publications/models/article.ts +0 -262
- package/src/publications/models/publications.ts +0 -306
- /package/dist/form/{action.js → actions.js} +0 -0
- /package/dist/form/{affiliation.js → affiliations.js} +0 -0
- /package/dist/graphql/client/{action/query.get.action.gql → actions/query.get.actions.gql} +0 -0
- /package/dist/graphql/client/{action/query.list.action.gql → actions/query.list.actions.gql} +0 -0
- /package/dist/graphql/client/{affiliation → affiliations}/query.get.affiliations.gql +0 -0
- /package/dist/graphql/client/{affiliation → affiliations}/query.list.affiliations.gql +0 -0
- /package/dist/list/{action.js → actions.js} +0 -0
- /package/dist/list/{affiliation.js → affiliations.js} +0 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let items: {}[];
|
|
3
|
+
let itemsPerPage: number;
|
|
4
|
+
let itemsPerPageArray: number[];
|
|
5
|
+
let filtersCount: number;
|
|
6
|
+
namespace views {
|
|
7
|
+
namespace rows {
|
|
8
|
+
let name: string;
|
|
9
|
+
let icon: string;
|
|
10
|
+
namespace perPage {
|
|
11
|
+
export let options: number[];
|
|
12
|
+
let _default: number;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace dense {
|
|
17
|
+
let _default_1: boolean;
|
|
18
|
+
export { _default_1 as default };
|
|
19
|
+
let name_1: string;
|
|
20
|
+
export { name_1 as name };
|
|
21
|
+
let icon_1: string;
|
|
22
|
+
export { icon_1 as icon };
|
|
23
|
+
export namespace perPage_1 {
|
|
24
|
+
let options_1: number[];
|
|
25
|
+
export { options_1 as options };
|
|
26
|
+
let _default_2: number;
|
|
27
|
+
export { _default_2 as default };
|
|
28
|
+
}
|
|
29
|
+
export { perPage_1 as perPage };
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
namespace sort {
|
|
33
|
+
namespace nameasc {
|
|
34
|
+
let icon_2: string;
|
|
35
|
+
export { icon_2 as icon };
|
|
36
|
+
export let text: string;
|
|
37
|
+
export let value: (string | number)[];
|
|
38
|
+
}
|
|
39
|
+
namespace namedesc {
|
|
40
|
+
let icon_3: string;
|
|
41
|
+
export { icon_3 as icon };
|
|
42
|
+
let text_1: string;
|
|
43
|
+
export { text_1 as text };
|
|
44
|
+
let value_1: (string | number)[];
|
|
45
|
+
export { value_1 as value };
|
|
46
|
+
}
|
|
47
|
+
namespace vintagedesc {
|
|
48
|
+
let icon_4: string;
|
|
49
|
+
export { icon_4 as icon };
|
|
50
|
+
let text_2: string;
|
|
51
|
+
export { text_2 as text };
|
|
52
|
+
let value_2: (string | number)[];
|
|
53
|
+
export { value_2 as value };
|
|
54
|
+
}
|
|
55
|
+
namespace vintageasc {
|
|
56
|
+
let icon_5: string;
|
|
57
|
+
export { icon_5 as icon };
|
|
58
|
+
let text_3: string;
|
|
59
|
+
export { text_3 as text };
|
|
60
|
+
let value_3: (string | number)[];
|
|
61
|
+
export { value_3 as value };
|
|
62
|
+
let _default_3: boolean;
|
|
63
|
+
export { _default_3 as default };
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
namespace view {
|
|
67
|
+
let _default_4: boolean;
|
|
68
|
+
export { _default_4 as default };
|
|
69
|
+
let name_2: string;
|
|
70
|
+
export { name_2 as name };
|
|
71
|
+
let icon_6: string;
|
|
72
|
+
export { icon_6 as icon };
|
|
73
|
+
export namespace perPage_2 {
|
|
74
|
+
let options_2: number[];
|
|
75
|
+
export { options_2 as options };
|
|
76
|
+
let _default_5: number;
|
|
77
|
+
export { _default_5 as default };
|
|
78
|
+
}
|
|
79
|
+
export { perPage_2 as perPage };
|
|
80
|
+
}
|
|
81
|
+
namespace filters {
|
|
82
|
+
namespace groups {
|
|
83
|
+
let type: string;
|
|
84
|
+
}
|
|
85
|
+
namespace vintage {
|
|
86
|
+
let type_1: string;
|
|
87
|
+
export { type_1 as type };
|
|
88
|
+
export namespace show {
|
|
89
|
+
let _default_6: boolean;
|
|
90
|
+
export { _default_6 as default };
|
|
91
|
+
export let switchIf: {
|
|
92
|
+
groups: string;
|
|
93
|
+
}[];
|
|
94
|
+
export let disjonctive: boolean;
|
|
95
|
+
}
|
|
96
|
+
export let multiple: boolean;
|
|
97
|
+
}
|
|
98
|
+
namespace programs {
|
|
99
|
+
let type_2: string;
|
|
100
|
+
export { type_2 as type };
|
|
101
|
+
export namespace show_1 {
|
|
102
|
+
let _default_7: boolean;
|
|
103
|
+
export { _default_7 as default };
|
|
104
|
+
let switchIf_1: {
|
|
105
|
+
groups: string;
|
|
106
|
+
}[];
|
|
107
|
+
export { switchIf_1 as switchIf };
|
|
108
|
+
let disjonctive_1: boolean;
|
|
109
|
+
export { disjonctive_1 as disjonctive };
|
|
110
|
+
}
|
|
111
|
+
export { show_1 as show };
|
|
112
|
+
let multiple_1: boolean;
|
|
113
|
+
export { multiple_1 as multiple };
|
|
114
|
+
}
|
|
115
|
+
namespace disciplines {
|
|
116
|
+
let type_3: string;
|
|
117
|
+
export { type_3 as type };
|
|
118
|
+
export namespace show_2 {
|
|
119
|
+
let _default_8: boolean;
|
|
120
|
+
export { _default_8 as default };
|
|
121
|
+
let switchIf_2: {
|
|
122
|
+
groups: string;
|
|
123
|
+
}[];
|
|
124
|
+
export { switchIf_2 as switchIf };
|
|
125
|
+
let disjonctive_2: boolean;
|
|
126
|
+
export { disjonctive_2 as disjonctive };
|
|
127
|
+
}
|
|
128
|
+
export { show_2 as show };
|
|
129
|
+
let multiple_2: boolean;
|
|
130
|
+
export { multiple_2 as multiple };
|
|
131
|
+
}
|
|
132
|
+
namespace member {
|
|
133
|
+
let type_4: string;
|
|
134
|
+
export { type_4 as type };
|
|
135
|
+
export namespace show_3 {
|
|
136
|
+
let _default_9: boolean;
|
|
137
|
+
export { _default_9 as default };
|
|
138
|
+
let switchIf_3: {
|
|
139
|
+
groups: string;
|
|
140
|
+
}[];
|
|
141
|
+
export { switchIf_3 as switchIf };
|
|
142
|
+
let disjonctive_3: boolean;
|
|
143
|
+
export { disjonctive_3 as disjonctive };
|
|
144
|
+
}
|
|
145
|
+
export { show_3 as show };
|
|
146
|
+
let multiple_3: boolean;
|
|
147
|
+
export { multiple_3 as multiple };
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
let limit: number;
|
|
151
|
+
let sortBy: string[];
|
|
152
|
+
let sortDesc: number[];
|
|
153
|
+
}
|
|
154
|
+
export default _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let items: {}[];
|
|
3
|
+
let itemsPerPage: number;
|
|
4
|
+
let itemsPerPageArray: number[];
|
|
5
|
+
let filtersCount: number;
|
|
6
|
+
namespace views {
|
|
7
|
+
namespace rows {
|
|
8
|
+
let name: string;
|
|
9
|
+
let icon: string;
|
|
10
|
+
namespace perPage {
|
|
11
|
+
export let options: number[];
|
|
12
|
+
let _default: number;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace dense {
|
|
17
|
+
let _default_1: boolean;
|
|
18
|
+
export { _default_1 as default };
|
|
19
|
+
let name_1: string;
|
|
20
|
+
export { name_1 as name };
|
|
21
|
+
let icon_1: string;
|
|
22
|
+
export { icon_1 as icon };
|
|
23
|
+
export namespace perPage_1 {
|
|
24
|
+
let options_1: number[];
|
|
25
|
+
export { options_1 as options };
|
|
26
|
+
let _default_2: number;
|
|
27
|
+
export { _default_2 as default };
|
|
28
|
+
}
|
|
29
|
+
export { perPage_1 as perPage };
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
namespace sort {
|
|
33
|
+
namespace nameasc {
|
|
34
|
+
let icon_2: string;
|
|
35
|
+
export { icon_2 as icon };
|
|
36
|
+
export let text: string;
|
|
37
|
+
export let value: (string | number)[];
|
|
38
|
+
}
|
|
39
|
+
namespace namedesc {
|
|
40
|
+
let icon_3: string;
|
|
41
|
+
export { icon_3 as icon };
|
|
42
|
+
let text_1: string;
|
|
43
|
+
export { text_1 as text };
|
|
44
|
+
let value_1: (string | number)[];
|
|
45
|
+
export { value_1 as value };
|
|
46
|
+
}
|
|
47
|
+
namespace dateasc {
|
|
48
|
+
let icon_4: string;
|
|
49
|
+
export { icon_4 as icon };
|
|
50
|
+
let text_2: string;
|
|
51
|
+
export { text_2 as text };
|
|
52
|
+
let value_2: (string | number)[];
|
|
53
|
+
export { value_2 as value };
|
|
54
|
+
let _default_3: boolean;
|
|
55
|
+
export { _default_3 as default };
|
|
56
|
+
}
|
|
57
|
+
namespace datedesc {
|
|
58
|
+
let icon_5: string;
|
|
59
|
+
export { icon_5 as icon };
|
|
60
|
+
let text_3: string;
|
|
61
|
+
export { text_3 as text };
|
|
62
|
+
let value_3: (string | number)[];
|
|
63
|
+
export { value_3 as value };
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
namespace view {
|
|
67
|
+
let _default_4: boolean;
|
|
68
|
+
export { _default_4 as default };
|
|
69
|
+
let name_2: string;
|
|
70
|
+
export { name_2 as name };
|
|
71
|
+
let icon_6: string;
|
|
72
|
+
export { icon_6 as icon };
|
|
73
|
+
export namespace perPage_2 {
|
|
74
|
+
let options_2: number[];
|
|
75
|
+
export { options_2 as options };
|
|
76
|
+
let _default_5: number;
|
|
77
|
+
export { _default_5 as default };
|
|
78
|
+
}
|
|
79
|
+
export { perPage_2 as perPage };
|
|
80
|
+
}
|
|
81
|
+
namespace filters {
|
|
82
|
+
namespace status {
|
|
83
|
+
export let type: string;
|
|
84
|
+
export namespace items_1 {
|
|
85
|
+
let Planned: string;
|
|
86
|
+
let InProgress: string;
|
|
87
|
+
let Finished: string;
|
|
88
|
+
let Canceled: string;
|
|
89
|
+
}
|
|
90
|
+
export { items_1 as items };
|
|
91
|
+
}
|
|
92
|
+
namespace tags {
|
|
93
|
+
let type_1: string;
|
|
94
|
+
export { type_1 as type };
|
|
95
|
+
let items_2: any[];
|
|
96
|
+
export { items_2 as items };
|
|
97
|
+
export let multiple: boolean;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
let limit: number;
|
|
101
|
+
let sortBy: string[];
|
|
102
|
+
let sortDesc: number[];
|
|
103
|
+
}
|
|
104
|
+
export default _default;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let items: {}[];
|
|
3
|
+
let itemsPerPage: number;
|
|
4
|
+
let itemsPerPageArray: number[];
|
|
5
|
+
let filtersCount: number;
|
|
6
|
+
namespace views {
|
|
7
|
+
namespace rows {
|
|
8
|
+
let name: string;
|
|
9
|
+
let icon: string;
|
|
10
|
+
namespace perPage {
|
|
11
|
+
export let options: number[];
|
|
12
|
+
let _default: number;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace dense {
|
|
17
|
+
let _default_1: boolean;
|
|
18
|
+
export { _default_1 as default };
|
|
19
|
+
let name_1: string;
|
|
20
|
+
export { name_1 as name };
|
|
21
|
+
let icon_1: string;
|
|
22
|
+
export { icon_1 as icon };
|
|
23
|
+
export namespace perPage_1 {
|
|
24
|
+
let options_1: number[];
|
|
25
|
+
export { options_1 as options };
|
|
26
|
+
let _default_2: number;
|
|
27
|
+
export { _default_2 as default };
|
|
28
|
+
}
|
|
29
|
+
export { perPage_1 as perPage };
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
namespace sort {
|
|
33
|
+
namespace nameasc {
|
|
34
|
+
let icon_2: string;
|
|
35
|
+
export { icon_2 as icon };
|
|
36
|
+
export let text: string;
|
|
37
|
+
export let value: (string | number)[];
|
|
38
|
+
}
|
|
39
|
+
namespace namedesc {
|
|
40
|
+
let icon_3: string;
|
|
41
|
+
export { icon_3 as icon };
|
|
42
|
+
let text_1: string;
|
|
43
|
+
export { text_1 as text };
|
|
44
|
+
let value_1: (string | number)[];
|
|
45
|
+
export { value_1 as value };
|
|
46
|
+
}
|
|
47
|
+
namespace dateasc {
|
|
48
|
+
let icon_4: string;
|
|
49
|
+
export { icon_4 as icon };
|
|
50
|
+
let text_2: string;
|
|
51
|
+
export { text_2 as text };
|
|
52
|
+
let value_2: (string | number)[];
|
|
53
|
+
export { value_2 as value };
|
|
54
|
+
let _default_3: boolean;
|
|
55
|
+
export { _default_3 as default };
|
|
56
|
+
}
|
|
57
|
+
namespace datedesc {
|
|
58
|
+
let icon_5: string;
|
|
59
|
+
export { icon_5 as icon };
|
|
60
|
+
let text_3: string;
|
|
61
|
+
export { text_3 as text };
|
|
62
|
+
let value_3: (string | number)[];
|
|
63
|
+
export { value_3 as value };
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
namespace view {
|
|
67
|
+
let _default_4: boolean;
|
|
68
|
+
export { _default_4 as default };
|
|
69
|
+
let name_2: string;
|
|
70
|
+
export { name_2 as name };
|
|
71
|
+
let icon_6: string;
|
|
72
|
+
export { icon_6 as icon };
|
|
73
|
+
export namespace perPage_2 {
|
|
74
|
+
let options_2: number[];
|
|
75
|
+
export { options_2 as options };
|
|
76
|
+
let _default_5: number;
|
|
77
|
+
export { _default_5 as default };
|
|
78
|
+
}
|
|
79
|
+
export { perPage_2 as perPage };
|
|
80
|
+
}
|
|
81
|
+
namespace filters {
|
|
82
|
+
export namespace affiliations {
|
|
83
|
+
export let type: string;
|
|
84
|
+
let items_1: any[];
|
|
85
|
+
export { items_1 as items };
|
|
86
|
+
export let multiple: boolean;
|
|
87
|
+
}
|
|
88
|
+
export namespace tags {
|
|
89
|
+
let type_1: string;
|
|
90
|
+
export { type_1 as type };
|
|
91
|
+
let multiple_1: boolean;
|
|
92
|
+
export { multiple_1 as multiple };
|
|
93
|
+
}
|
|
94
|
+
export namespace disciplines {
|
|
95
|
+
let type_2: string;
|
|
96
|
+
export { type_2 as type };
|
|
97
|
+
let items_2: any[];
|
|
98
|
+
export { items_2 as items };
|
|
99
|
+
let multiple_2: boolean;
|
|
100
|
+
export { multiple_2 as multiple };
|
|
101
|
+
}
|
|
102
|
+
export namespace type_3 {
|
|
103
|
+
let type_4: string;
|
|
104
|
+
export { type_4 as type };
|
|
105
|
+
export namespace items_3 {
|
|
106
|
+
let Article: string;
|
|
107
|
+
let ConferencePaper: string;
|
|
108
|
+
let Book: string;
|
|
109
|
+
let BookChapter: string;
|
|
110
|
+
let Thesis: string;
|
|
111
|
+
let Report: string;
|
|
112
|
+
let Software: string;
|
|
113
|
+
let Data: string;
|
|
114
|
+
let Video: string;
|
|
115
|
+
let Audio: string;
|
|
116
|
+
let Podcast: string;
|
|
117
|
+
}
|
|
118
|
+
export { items_3 as items };
|
|
119
|
+
let multiple_3: boolean;
|
|
120
|
+
export { multiple_3 as multiple };
|
|
121
|
+
}
|
|
122
|
+
export { type_3 as type };
|
|
123
|
+
}
|
|
124
|
+
let limit: number;
|
|
125
|
+
let sortBy: string[];
|
|
126
|
+
let sortDesc: number[];
|
|
127
|
+
}
|
|
128
|
+
export default _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let items: {}[];
|
|
3
|
+
let itemsPerPage: number;
|
|
4
|
+
let itemsPerPageArray: number[];
|
|
5
|
+
let filtersCount: number;
|
|
6
|
+
namespace views {
|
|
7
|
+
namespace rows {
|
|
8
|
+
let name: string;
|
|
9
|
+
let icon: string;
|
|
10
|
+
namespace perPage {
|
|
11
|
+
export let options: number[];
|
|
12
|
+
let _default: number;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace dense {
|
|
17
|
+
let _default_1: boolean;
|
|
18
|
+
export { _default_1 as default };
|
|
19
|
+
let name_1: string;
|
|
20
|
+
export { name_1 as name };
|
|
21
|
+
let icon_1: string;
|
|
22
|
+
export { icon_1 as icon };
|
|
23
|
+
export namespace perPage_1 {
|
|
24
|
+
let options_1: number[];
|
|
25
|
+
export { options_1 as options };
|
|
26
|
+
let _default_2: number;
|
|
27
|
+
export { _default_2 as default };
|
|
28
|
+
}
|
|
29
|
+
export { perPage_1 as perPage };
|
|
30
|
+
}
|
|
31
|
+
namespace tiles {
|
|
32
|
+
let name_2: string;
|
|
33
|
+
export { name_2 as name };
|
|
34
|
+
let icon_2: string;
|
|
35
|
+
export { icon_2 as icon };
|
|
36
|
+
}
|
|
37
|
+
namespace grid {
|
|
38
|
+
let name_3: string;
|
|
39
|
+
export { name_3 as name };
|
|
40
|
+
let icon_3: string;
|
|
41
|
+
export { icon_3 as icon };
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
namespace sort {
|
|
45
|
+
namespace nameasc {
|
|
46
|
+
let icon_4: string;
|
|
47
|
+
export { icon_4 as icon };
|
|
48
|
+
export let text: string;
|
|
49
|
+
export let value: (string | number)[];
|
|
50
|
+
}
|
|
51
|
+
namespace namedesc {
|
|
52
|
+
let icon_5: string;
|
|
53
|
+
export { icon_5 as icon };
|
|
54
|
+
let text_1: string;
|
|
55
|
+
export { text_1 as text };
|
|
56
|
+
let value_1: (string | number)[];
|
|
57
|
+
export { value_1 as value };
|
|
58
|
+
}
|
|
59
|
+
namespace dateasc {
|
|
60
|
+
let icon_6: string;
|
|
61
|
+
export { icon_6 as icon };
|
|
62
|
+
let text_2: string;
|
|
63
|
+
export { text_2 as text };
|
|
64
|
+
let value_2: (string | number)[];
|
|
65
|
+
export { value_2 as value };
|
|
66
|
+
let _default_3: boolean;
|
|
67
|
+
export { _default_3 as default };
|
|
68
|
+
}
|
|
69
|
+
namespace datedesc {
|
|
70
|
+
let icon_7: string;
|
|
71
|
+
export { icon_7 as icon };
|
|
72
|
+
let text_3: string;
|
|
73
|
+
export { text_3 as text };
|
|
74
|
+
let value_3: (string | number)[];
|
|
75
|
+
export { value_3 as value };
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
namespace view {
|
|
79
|
+
let _default_4: boolean;
|
|
80
|
+
export { _default_4 as default };
|
|
81
|
+
let name_4: string;
|
|
82
|
+
export { name_4 as name };
|
|
83
|
+
let icon_8: string;
|
|
84
|
+
export { icon_8 as icon };
|
|
85
|
+
export namespace perPage_2 {
|
|
86
|
+
let options_2: number[];
|
|
87
|
+
export { options_2 as options };
|
|
88
|
+
let _default_5: number;
|
|
89
|
+
export { _default_5 as default };
|
|
90
|
+
}
|
|
91
|
+
export { perPage_2 as perPage };
|
|
92
|
+
}
|
|
93
|
+
namespace filters {
|
|
94
|
+
namespace year {
|
|
95
|
+
export let type: string;
|
|
96
|
+
let items_1: string;
|
|
97
|
+
export { items_1 as items };
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
let limit: number;
|
|
101
|
+
let sortBy: string[];
|
|
102
|
+
let sortDesc: number[];
|
|
103
|
+
}
|
|
104
|
+
export default _default;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let items: {}[];
|
|
3
|
+
let itemsPerPage: number;
|
|
4
|
+
let itemsPerPageArray: number[];
|
|
5
|
+
let filtersCount: number;
|
|
6
|
+
namespace views {
|
|
7
|
+
namespace rows {
|
|
8
|
+
let name: string;
|
|
9
|
+
let icon: string;
|
|
10
|
+
namespace perPage {
|
|
11
|
+
export let options: number[];
|
|
12
|
+
let _default: number;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace dense {
|
|
17
|
+
let _default_1: boolean;
|
|
18
|
+
export { _default_1 as default };
|
|
19
|
+
let name_1: string;
|
|
20
|
+
export { name_1 as name };
|
|
21
|
+
let icon_1: string;
|
|
22
|
+
export { icon_1 as icon };
|
|
23
|
+
export namespace perPage_1 {
|
|
24
|
+
let options_1: number[];
|
|
25
|
+
export { options_1 as options };
|
|
26
|
+
let _default_2: number;
|
|
27
|
+
export { _default_2 as default };
|
|
28
|
+
}
|
|
29
|
+
export { perPage_1 as perPage };
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
namespace sort {
|
|
33
|
+
namespace nameasc {
|
|
34
|
+
let icon_2: string;
|
|
35
|
+
export { icon_2 as icon };
|
|
36
|
+
export let text: string;
|
|
37
|
+
export let value: (string | number)[];
|
|
38
|
+
}
|
|
39
|
+
namespace namedesc {
|
|
40
|
+
let icon_3: string;
|
|
41
|
+
export { icon_3 as icon };
|
|
42
|
+
let text_1: string;
|
|
43
|
+
export { text_1 as text };
|
|
44
|
+
let value_1: (string | number)[];
|
|
45
|
+
export { value_1 as value };
|
|
46
|
+
}
|
|
47
|
+
namespace vintagedesc {
|
|
48
|
+
let icon_4: string;
|
|
49
|
+
export { icon_4 as icon };
|
|
50
|
+
let text_2: string;
|
|
51
|
+
export { text_2 as text };
|
|
52
|
+
let value_2: (string | number)[];
|
|
53
|
+
export { value_2 as value };
|
|
54
|
+
}
|
|
55
|
+
namespace vintageasc {
|
|
56
|
+
let icon_5: string;
|
|
57
|
+
export { icon_5 as icon };
|
|
58
|
+
let text_3: string;
|
|
59
|
+
export { text_3 as text };
|
|
60
|
+
let value_3: (string | number)[];
|
|
61
|
+
export { value_3 as value };
|
|
62
|
+
let _default_3: boolean;
|
|
63
|
+
export { _default_3 as default };
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
namespace view {
|
|
67
|
+
let _default_4: boolean;
|
|
68
|
+
export { _default_4 as default };
|
|
69
|
+
let name_2: string;
|
|
70
|
+
export { name_2 as name };
|
|
71
|
+
let icon_6: string;
|
|
72
|
+
export { icon_6 as icon };
|
|
73
|
+
export namespace perPage_2 {
|
|
74
|
+
let options_2: number[];
|
|
75
|
+
export { options_2 as options };
|
|
76
|
+
let _default_5: number;
|
|
77
|
+
export { _default_5 as default };
|
|
78
|
+
}
|
|
79
|
+
export { perPage_2 as perPage };
|
|
80
|
+
}
|
|
81
|
+
namespace filters {
|
|
82
|
+
namespace groups {
|
|
83
|
+
let type: string;
|
|
84
|
+
}
|
|
85
|
+
namespace vintage {
|
|
86
|
+
let type_1: string;
|
|
87
|
+
export { type_1 as type };
|
|
88
|
+
export namespace show {
|
|
89
|
+
let _default_6: boolean;
|
|
90
|
+
export { _default_6 as default };
|
|
91
|
+
export let switchIf: {
|
|
92
|
+
groups: string;
|
|
93
|
+
}[];
|
|
94
|
+
export let disjonctive: boolean;
|
|
95
|
+
}
|
|
96
|
+
export let multiple: boolean;
|
|
97
|
+
}
|
|
98
|
+
namespace programs {
|
|
99
|
+
let type_2: string;
|
|
100
|
+
export { type_2 as type };
|
|
101
|
+
export namespace show_1 {
|
|
102
|
+
let _default_7: boolean;
|
|
103
|
+
export { _default_7 as default };
|
|
104
|
+
let switchIf_1: {
|
|
105
|
+
groups: string;
|
|
106
|
+
}[];
|
|
107
|
+
export { switchIf_1 as switchIf };
|
|
108
|
+
let disjonctive_1: boolean;
|
|
109
|
+
export { disjonctive_1 as disjonctive };
|
|
110
|
+
}
|
|
111
|
+
export { show_1 as show };
|
|
112
|
+
let multiple_1: boolean;
|
|
113
|
+
export { multiple_1 as multiple };
|
|
114
|
+
}
|
|
115
|
+
namespace disciplines {
|
|
116
|
+
let type_3: string;
|
|
117
|
+
export { type_3 as type };
|
|
118
|
+
export namespace show_2 {
|
|
119
|
+
let _default_8: boolean;
|
|
120
|
+
export { _default_8 as default };
|
|
121
|
+
let switchIf_2: {
|
|
122
|
+
groups: string;
|
|
123
|
+
}[];
|
|
124
|
+
export { switchIf_2 as switchIf };
|
|
125
|
+
let disjonctive_2: boolean;
|
|
126
|
+
export { disjonctive_2 as disjonctive };
|
|
127
|
+
}
|
|
128
|
+
export { show_2 as show };
|
|
129
|
+
let multiple_2: boolean;
|
|
130
|
+
export { multiple_2 as multiple };
|
|
131
|
+
}
|
|
132
|
+
namespace member {
|
|
133
|
+
let type_4: string;
|
|
134
|
+
export { type_4 as type };
|
|
135
|
+
export namespace show_3 {
|
|
136
|
+
let _default_9: boolean;
|
|
137
|
+
export { _default_9 as default };
|
|
138
|
+
let switchIf_3: {
|
|
139
|
+
groups: string;
|
|
140
|
+
}[];
|
|
141
|
+
export { switchIf_3 as switchIf };
|
|
142
|
+
let disjonctive_3: boolean;
|
|
143
|
+
export { disjonctive_3 as disjonctive };
|
|
144
|
+
}
|
|
145
|
+
export { show_3 as show };
|
|
146
|
+
let multiple_3: boolean;
|
|
147
|
+
export { multiple_3 as multiple };
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
let limit: number;
|
|
151
|
+
let sortBy: string[];
|
|
152
|
+
let sortDesc: number[];
|
|
153
|
+
}
|
|
154
|
+
export default _default;
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import listActions from "./dist/list/actions";
|
|
2
|
+
import listAffiliations from "./dist/list/affiliations";
|
|
3
|
+
import listApps from "./dist/list/apps";
|
|
4
|
+
import listDisciplines from "./dist/list/disciplines";
|
|
5
|
+
import listEvents from "./dist/list/events";
|
|
6
|
+
import listFellowships from "./dist/list/fellowships";
|
|
7
|
+
import listFiles from "./dist/list/files";
|
|
8
|
+
import listMailing from "./dist/list/mailing";
|
|
9
|
+
import listNews from "./dist/list/news";
|
|
10
|
+
import listPeople from "./dist/list/people";
|
|
11
|
+
import listProjects from "./dist/list/projects";
|
|
12
|
+
import listPublications from "./dist/list/publications";
|
|
13
|
+
import listTags from "./dist/list/tags";
|
|
14
|
+
import listUsers from "./dist/list/users";
|
|
15
|
+
import formActions from "./dist/form/actions";
|
|
16
|
+
import formAffiliations from "./dist/form/affiliations";
|
|
17
|
+
import formApps from "./dist/form/apps";
|
|
18
|
+
import formDisciplines from "./dist/form/disciplines";
|
|
19
|
+
import formEvents from "./dist/form/events";
|
|
20
|
+
import formFellowships from "./dist/form/fellowships";
|
|
21
|
+
import formFiles from "./dist/form/files";
|
|
22
|
+
import formMailing from "./dist/form/mailing";
|
|
23
|
+
import formNews from "./dist/form/news";
|
|
24
|
+
import formPeople from "./dist/form/people";
|
|
25
|
+
import formProjects from "./dist/form/projects";
|
|
26
|
+
import formPublications from "./dist/form/publications";
|
|
27
|
+
import formTags from "./dist/form/tags";
|
|
28
|
+
import formUsers from "./dist/form/users";
|
|
29
|
+
import { templates, ConfigValue, Form, Model, ModuleType, Sort, Views, formType } from "./src";
|
|
30
|
+
export { templates, listActions, listAffiliations, listApps, listDisciplines, listEvents, listFellowships, listFiles, listMailing, listNews, listPeople, listProjects, listPublications, listTags, listUsers, formActions, formAffiliations, formApps, formDisciplines, formEvents, formFellowships, formFiles, formMailing, formNews, formPeople, formProjects, formPublications, formTags, formUsers, };
|
|
31
|
+
export type { Form, Sort, Views, ConfigValue, Model, ModuleType, formType };
|