@paris-ias/trees 2.0.6 → 2.0.8

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.
Files changed (86) hide show
  1. package/dist/form/actions.cjs.js +102 -0
  2. package/dist/form/actions.d.ts +21 -2
  3. package/dist/form/actions.js +3 -1
  4. package/dist/form/affiliations.cjs.js +197 -0
  5. package/dist/form/affiliations.d.ts +18 -2
  6. package/dist/form/affiliations.js +3 -1
  7. package/dist/form/apps.cjs.js +151 -0
  8. package/dist/form/apps.d.ts +30 -2
  9. package/dist/form/apps.js +3 -1
  10. package/dist/form/disciplines.cjs.js +49 -0
  11. package/dist/form/disciplines.d.ts +12 -2
  12. package/dist/form/disciplines.js +3 -1
  13. package/dist/form/events.cjs.js +855 -0
  14. package/dist/form/events.d.ts +96 -2
  15. package/dist/form/events.js +3 -1
  16. package/dist/form/fellowships.cjs.js +1326 -0
  17. package/dist/form/fellowships.d.ts +48 -2
  18. package/dist/form/fellowships.js +3 -1
  19. package/dist/form/files.cjs.js +49 -0
  20. package/dist/form/files.d.ts +25 -2
  21. package/dist/form/files.js +3 -1
  22. package/dist/form/mailing.cjs.js +62 -0
  23. package/dist/form/mailing.d.ts +18 -2
  24. package/dist/form/mailing.js +3 -1
  25. package/dist/form/news.cjs.js +271 -0
  26. package/dist/form/news.d.ts +51 -2
  27. package/dist/form/news.js +3 -1
  28. package/dist/form/people.cjs.js +677 -0
  29. package/dist/form/people.d.ts +26 -2
  30. package/dist/form/people.js +3 -1
  31. package/dist/form/projects.cjs.js +357 -0
  32. package/dist/form/projects.d.ts +36 -2
  33. package/dist/form/projects.js +3 -1
  34. package/dist/form/publications.cjs.js +383 -0
  35. package/dist/form/publications.d.ts +44 -2
  36. package/dist/form/publications.js +3 -1
  37. package/dist/form/tags.cjs.js +57 -0
  38. package/dist/form/tags.d.ts +12 -2
  39. package/dist/form/tags.js +3 -1
  40. package/dist/form/users.cjs.js +595 -0
  41. package/dist/form/users.d.ts +12 -2
  42. package/dist/form/users.js +3 -1
  43. package/dist/list/actions.cjs.js +152 -0
  44. package/dist/list/actions.d.ts +30 -2
  45. package/dist/list/actions.js +3 -1
  46. package/dist/list/affiliations.cjs.js +152 -0
  47. package/dist/list/affiliations.d.ts +27 -2
  48. package/dist/list/affiliations.js +3 -1
  49. package/dist/list/apps.cjs.js +152 -0
  50. package/dist/list/apps.d.ts +39 -2
  51. package/dist/list/apps.js +3 -1
  52. package/dist/list/disciplines.cjs.js +151 -0
  53. package/dist/list/disciplines.d.ts +21 -2
  54. package/dist/list/disciplines.js +3 -1
  55. package/dist/list/events.cjs.js +205 -0
  56. package/dist/list/events.d.ts +105 -2
  57. package/dist/list/events.js +3 -1
  58. package/dist/list/fellowships.cjs.js +168 -0
  59. package/dist/list/fellowships.d.ts +57 -2
  60. package/dist/list/fellowships.js +3 -1
  61. package/dist/list/files.cjs.js +151 -0
  62. package/dist/list/files.d.ts +34 -2
  63. package/dist/list/files.js +3 -1
  64. package/dist/list/mailing.cjs.js +151 -0
  65. package/dist/list/mailing.d.ts +27 -2
  66. package/dist/list/mailing.js +3 -1
  67. package/dist/list/news.cjs.js +154 -0
  68. package/dist/list/news.d.ts +60 -2
  69. package/dist/list/news.js +3 -1
  70. package/dist/list/people.cjs.js +195 -0
  71. package/dist/list/people.d.ts +35 -2
  72. package/dist/list/people.js +3 -1
  73. package/dist/list/projects.cjs.js +154 -0
  74. package/dist/list/projects.d.ts +45 -2
  75. package/dist/list/projects.js +3 -1
  76. package/dist/list/publications.cjs.js +171 -0
  77. package/dist/list/publications.d.ts +53 -2
  78. package/dist/list/publications.js +3 -1
  79. package/dist/list/tags.cjs.js +152 -0
  80. package/dist/list/tags.d.ts +21 -2
  81. package/dist/list/tags.js +3 -1
  82. package/dist/list/users.cjs.js +195 -0
  83. package/dist/list/users.d.ts +21 -2
  84. package/dist/list/users.js +3 -1
  85. package/index.js +30 -0
  86. package/package.json +67 -32
@@ -1,2 +1,96 @@
1
- declare const _default: any;
2
- export default _default;
1
+ import type { Form } from "../../index"
2
+
3
+ // Inline type definitions
4
+ export interface Events {
5
+ affiliations?: Affiliations[] // 3 - Server & Client - //Bottom left Document
6
+ appId: string // 0 - Server & Client -
7
+ availableSlots: number // 0 - Server & Client - ? => Claire
8
+ bookingState: bookingState // 0 - Server & Client -
9
+ category: eventCategories // 0 - Server & Client -
10
+ createdAt?: Date // 0 - Server & Client -
11
+ dateText: string // 0 - Server & Client -
12
+ delay?: number // 0 - Server & Client -
13
+ description: string // 0 - Server & Client -
14
+ details: String // 0 - Server & Client -
15
+ disciplines?: Disciplines[] // 3 - Server & Client //Inside=> Presentation
16
+ discussants?: People[] // 0 - Server & Client -
17
+ files?: Files[] // 3 - Server & Client -
18
+ lang: string[]
19
+ image?: Image // 3 - Server & Client -
20
+ gallery?: Image[]
21
+ name: string // 0 - Server & Client -
22
+ eventSlot?: EventSlot[] //// 3 - Server -
23
+ organizers: People[] | Affiliations[] // 3 - Server & Client -
24
+ outside: boolean // 0 - Server & Client - // Near inscription
25
+ location: Location // 0 - Server & Client -
26
+ organiserType: organiserType // server & client - 0 = IAS, 1 = member, 2 = fellow, 3 = external
27
+ program: String // 0 - Server & Client -
28
+ related: Related
29
+ // slots?: EventSlot[]; //// 3 - Server
30
+ speakers?: People[] // 3 - Server & Client -
31
+ start: string // 0 - Server & Client - A verifier string ? string[]
32
+ state: eventState // 0 - Server & Client -
33
+ stop: string // 0 - Server & Client - A verifier string ? string[]
34
+ stream?: string // 0 - Server & Client -
35
+ subtitle?: string // 0 - Server &
36
+ summary?: string // 0 - Server & Client -
37
+ tags?: Tag[] // 3 - Server & Client - Inside=> Presentation
38
+ totalSlots: number // 0 - Server & Client
39
+ eventType: eventType // 0 : online, 1: physical, 2: hybrid// 0 - Server & Client -
40
+ updatedAt: Date // 0 - Server & Client -
41
+ url?: URL // 0 - Server & Client -
42
+ }
43
+
44
+ export enum eventState {
45
+ Draft = "DRAFT",
46
+ Published = "PUBLISHED",
47
+ Removed = "REMOVED",
48
+ Finished = "FINISHED",
49
+ Cancelled = "CANCELLED",
50
+ Postponed = "POSTPONED",
51
+ Rescheduled = "RESCHEDULED",
52
+ }
53
+
54
+ export enum bookingState {
55
+ Open = "OPEN",
56
+ Full = "FULL",
57
+ Closed = "CLOSED",
58
+ }
59
+
60
+ export enum eventType {
61
+ Online = "ONLINE",
62
+ Physical = "PHYSICAL",
63
+ Hybrid = "HYBRID",
64
+ }
65
+
66
+ export enum organiserType {
67
+ Ias = "IAS",
68
+ Member = "MEMBER",
69
+ Fellow = "FELLOW",
70
+ External = "EXTERNAL",
71
+ }
72
+
73
+ export enum eventCategories {
74
+ Seminar = "SEMINAR",
75
+ Workshop = "WORKSHOP",
76
+ Conference = "CONFERENCE",
77
+ ConferenceCycle = "CONFERENCE_CYCLE",
78
+ Lecture = "LECTURE",
79
+ Symposium = "SYMPOSIUM",
80
+ Meeting = "MEETING",
81
+ Colloquium = "COLLOQUIUM",
82
+ Forum = "FORUM",
83
+ RoundTable = "ROUND_TABLE",
84
+ Panel = "PANEL",
85
+ Webinar = "WEBINAR",
86
+ FellowPresentation = "FELLOW_PRESENTATION",
87
+ Other = "OTHER",
88
+ }
89
+
90
+ export interface FormModule {
91
+ _defaults: Record<string, any>
92
+ schema: Record<string, Form>
93
+ }
94
+
95
+ declare const data: FormModule
96
+ export default data
@@ -848,4 +848,6 @@ const data = {
848
848
  }
849
849
  };
850
850
 
851
- export default deepFreeze(data);
851
+ var events = deepFreeze(data);
852
+
853
+ export { events as default };