@paris-ias/trees 2.0.48 → 2.0.50

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.
@@ -177,7 +177,8 @@ const data = {
177
177
  "component": "ImagePicker",
178
178
  "type": "DOCUMENT",
179
179
  "rules": {
180
- "required": true
180
+ "required": true,
181
+ "max": 1
181
182
  },
182
183
  "meta": "image",
183
184
  "default": ""
@@ -393,7 +394,9 @@ const data = {
393
394
  "label": "gallery",
394
395
  "component": "ImagePicker",
395
396
  "type": "DOCUMENT",
396
- "multiple": true,
397
+ "rules": {
398
+ "max": 24
399
+ },
397
400
  "meta": "gallery",
398
401
  "default": ""
399
402
  },
@@ -175,7 +175,8 @@ const data = {
175
175
  "component": "ImagePicker",
176
176
  "type": "DOCUMENT",
177
177
  "rules": {
178
- "required": true
178
+ "required": true,
179
+ "max": 1
179
180
  },
180
181
  "meta": "image",
181
182
  "default": ""
@@ -391,7 +392,9 @@ const data = {
391
392
  "label": "gallery",
392
393
  "component": "ImagePicker",
393
394
  "type": "DOCUMENT",
394
- "multiple": true,
395
+ "rules": {
396
+ "max": 24
397
+ },
395
398
  "meta": "gallery",
396
399
  "default": ""
397
400
  },
@@ -581,7 +581,9 @@ const data = {
581
581
  "label": "gallery",
582
582
  "component": "ImagePicker",
583
583
  "type": "DOCUMENT",
584
- "multiple": true,
584
+ "rules": {
585
+ "max": 24
586
+ },
585
587
  "meta": "gallery",
586
588
  "default": ""
587
589
  },
@@ -579,7 +579,9 @@ const data = {
579
579
  "label": "gallery",
580
580
  "component": "ImagePicker",
581
581
  "type": "DOCUMENT",
582
- "multiple": true,
582
+ "rules": {
583
+ "max": 24
584
+ },
583
585
  "meta": "gallery",
584
586
  "default": ""
585
587
  },
@@ -20,7 +20,7 @@ export interface Files {
20
20
  hash: string
21
21
  path: string
22
22
  createdAt: Date
23
- slug: string
23
+ slug: String
24
24
  thumb: URL
25
25
  updatedAt: Date
26
26
  }
@@ -7,7 +7,7 @@ export interface Mailing {
7
7
  createdAt: string
8
8
  updatedAt: string
9
9
  date: Date
10
- slug: string
10
+ slug: String
11
11
  }
12
12
 
13
13
  export interface FormModule {
@@ -265,7 +265,9 @@ const data = {
265
265
  "label": "gallery",
266
266
  "component": "ImagePicker",
267
267
  "type": "DOCUMENT",
268
- "multiple": true,
268
+ "rules": {
269
+ "max": 24
270
+ },
269
271
  "meta": "gallery",
270
272
  "default": ""
271
273
  },
@@ -263,7 +263,9 @@ const data = {
263
263
  "label": "gallery",
264
264
  "component": "ImagePicker",
265
265
  "type": "DOCUMENT",
266
- "multiple": true,
266
+ "rules": {
267
+ "max": 24
268
+ },
267
269
  "meta": "gallery",
268
270
  "default": ""
269
271
  },
@@ -217,7 +217,7 @@ type Actions {
217
217
  name: String
218
218
  video: AWSURL
219
219
  slots: [String]
220
- slug: string
220
+ slug: String
221
221
  score: Float
222
222
  start: AWSDateTime
223
223
  stop: AWSDateTime
@@ -247,7 +247,7 @@ type Affiliation {
247
247
  ror: String
248
248
  url: AWSURL
249
249
  appId: String
250
- slug: string
250
+ slug: String
251
251
  score: Float
252
252
  category: [affiliationCategory]
253
253
  description: String
@@ -329,7 +329,7 @@ type Event {
329
329
  related: Related
330
330
  score: Float
331
331
  slots: [Slot]
332
- slug: string
332
+ slug: String
333
333
  start: AWSDateTime
334
334
  state: eventState
335
335
  stop: AWSDateTime
@@ -390,7 +390,7 @@ type Fellowship {
390
390
  gallery: [Image]
391
391
  name: String!
392
392
  video: [Video]
393
- slug: string
393
+ slug: String
394
394
  score: Float
395
395
  }
396
396
 
@@ -698,7 +698,7 @@ type Disciplines {
698
698
  name: String
699
699
  updatedAt: AWSDateTime
700
700
  score: Float
701
- slug: string
701
+ slug: String
702
702
  }
703
703
 
704
704
  type Location {
@@ -710,7 +710,7 @@ type Location {
710
710
  country: String
711
711
  zip: Int
712
712
  geocode: Geocode
713
- slug: string
713
+ slug: String
714
714
  }
715
715
 
716
716
  type Geocode {
@@ -808,7 +808,7 @@ type RelatedAffiliation {
808
808
  url: AWSURL
809
809
  image: Image
810
810
  description: String
811
- slug: string
811
+ slug: String
812
812
  }
813
813
 
814
814
  type RelatedEvent {
@@ -816,7 +816,7 @@ type RelatedEvent {
816
816
  url: AWSURL
817
817
  image: Image
818
818
  description: String
819
- slug: string
819
+ slug: String
820
820
  }
821
821
 
822
822
  type RelatedFellowship {
@@ -824,7 +824,7 @@ type RelatedFellowship {
824
824
  url: AWSURL
825
825
  image: Image
826
826
  description: String
827
- slug: string
827
+ slug: String
828
828
  }
829
829
 
830
830
  type RelatedNews {
@@ -832,14 +832,14 @@ type RelatedNews {
832
832
  url: AWSURL
833
833
  image: Image
834
834
  description: String
835
- slug: string
835
+ slug: String
836
836
  }
837
837
 
838
838
  type RelatedPeople {
839
839
  firstname: String
840
840
  lastname: String
841
841
  image: Image
842
- slug: string
842
+ slug: String
843
843
  }
844
844
 
845
845
  type RelatedProject {
@@ -847,13 +847,13 @@ type RelatedProject {
847
847
  url: AWSURL
848
848
  image: Image
849
849
  description: String
850
- slug: string
850
+ slug: String
851
851
  }
852
852
 
853
853
  type RelatedPublication {
854
854
  name: String!
855
855
  url: AWSURL!
856
- slug: string
856
+ slug: String
857
857
  }
858
858
 
859
859
  type Socials {
@@ -884,7 +884,7 @@ type Tag {
884
884
  createdAt: AWSDateTime
885
885
  updatedAt: AWSDateTime
886
886
  appId: String
887
- slug: string
887
+ slug: String
888
888
  score: Float
889
889
  }
890
890
 
@@ -903,7 +903,7 @@ type News {
903
903
  featured: AWSDateTime
904
904
  related: Related
905
905
  files: [File]
906
- slug: string
906
+ slug: String
907
907
  score: Float
908
908
  }
909
909
 
@@ -950,7 +950,7 @@ type People {
950
950
  disciplines: [Disciplines]
951
951
  related: Related
952
952
  video: [Video]
953
- slug: string
953
+ slug: String
954
954
  tags: [Tag]
955
955
  score: Float
956
956
  }
@@ -982,7 +982,7 @@ type User {
982
982
  settings: Settings
983
983
  status: Int
984
984
  role: Int
985
- slug: string
985
+ slug: String
986
986
  }
987
987
 
988
988
  type UserList {
@@ -1015,7 +1015,7 @@ type Project {
1015
1015
  date: AWSDateTime
1016
1016
  featured: AWSDateTime
1017
1017
  status: projectStatus
1018
- slug: string
1018
+ slug: String
1019
1019
  score: Float
1020
1020
  }
1021
1021
 
@@ -1047,7 +1047,7 @@ type Publication {
1047
1047
  disciplines: [Disciplines]
1048
1048
  color: String
1049
1049
  date: AWSDateTime
1050
- slug: string
1050
+ slug: String
1051
1051
  score: Float
1052
1052
  }
1053
1053
 
@@ -10,7 +10,7 @@ type Actions {
10
10
  name: String
11
11
  video: AWSURL
12
12
  slots: [String]
13
- slug: string
13
+ slug: String
14
14
  score: Float
15
15
  start: AWSDateTime
16
16
  stop: AWSDateTime
@@ -40,7 +40,7 @@ type Affiliation {
40
40
  ror: String
41
41
  url: AWSURL
42
42
  appId: String
43
- slug: string
43
+ slug: String
44
44
  score: Float
45
45
  category: [affiliationCategory]
46
46
  description: String
@@ -122,7 +122,7 @@ type Event {
122
122
  related: Related
123
123
  score: Float
124
124
  slots: [Slot]
125
- slug: string
125
+ slug: String
126
126
  start: AWSDateTime
127
127
  state: eventState
128
128
  stop: AWSDateTime
@@ -183,7 +183,7 @@ type Fellowship {
183
183
  gallery: [Image]
184
184
  name: String!
185
185
  video: [Video]
186
- slug: string
186
+ slug: String
187
187
  score: Float
188
188
  }
189
189
 
@@ -518,7 +518,7 @@ type Disciplines {
518
518
  name: String
519
519
  updatedAt: AWSDateTime
520
520
  score: Float
521
- slug: string
521
+ slug: String
522
522
  }
523
523
 
524
524
  type Location {
@@ -530,7 +530,7 @@ type Location {
530
530
  country: String
531
531
  zip: Int
532
532
  geocode: Geocode
533
- slug: string
533
+ slug: String
534
534
  }
535
535
 
536
536
  type Geocode {
@@ -628,7 +628,7 @@ type RelatedAffiliation {
628
628
  url: AWSURL
629
629
  image: Image
630
630
  description: String
631
- slug: string
631
+ slug: String
632
632
  }
633
633
 
634
634
  type RelatedEvent {
@@ -636,7 +636,7 @@ type RelatedEvent {
636
636
  url: AWSURL
637
637
  image: Image
638
638
  description: String
639
- slug: string
639
+ slug: String
640
640
  }
641
641
 
642
642
  type RelatedFellowship {
@@ -644,7 +644,7 @@ type RelatedFellowship {
644
644
  url: AWSURL
645
645
  image: Image
646
646
  description: String
647
- slug: string
647
+ slug: String
648
648
  }
649
649
 
650
650
  type RelatedNews {
@@ -652,14 +652,14 @@ type RelatedNews {
652
652
  url: AWSURL
653
653
  image: Image
654
654
  description: String
655
- slug: string
655
+ slug: String
656
656
  }
657
657
 
658
658
  type RelatedPeople {
659
659
  firstname: String
660
660
  lastname: String
661
661
  image: Image
662
- slug: string
662
+ slug: String
663
663
  }
664
664
 
665
665
  type RelatedProject {
@@ -667,13 +667,13 @@ type RelatedProject {
667
667
  url: AWSURL
668
668
  image: Image
669
669
  description: String
670
- slug: string
670
+ slug: String
671
671
  }
672
672
 
673
673
  type RelatedPublication {
674
674
  name: String!
675
675
  url: AWSURL!
676
- slug: string
676
+ slug: String
677
677
  }
678
678
 
679
679
  type Socials {
@@ -704,7 +704,7 @@ type Tag {
704
704
  createdAt: AWSDateTime
705
705
  updatedAt: AWSDateTime
706
706
  appId: String
707
- slug: string
707
+ slug: String
708
708
  score: Float
709
709
  }
710
710
 
@@ -723,7 +723,7 @@ type News {
723
723
  featured: AWSDateTime
724
724
  related: Related
725
725
  files: [File]
726
- slug: string
726
+ slug: String
727
727
  score: Float
728
728
  }
729
729
 
@@ -770,7 +770,7 @@ type People {
770
770
  disciplines: [Disciplines]
771
771
  related: Related
772
772
  video: [Video]
773
- slug: string
773
+ slug: String
774
774
  tags: [Tag]
775
775
  score: Float
776
776
  }
@@ -802,7 +802,7 @@ type User {
802
802
  settings: Settings
803
803
  status: Int
804
804
  role: Int
805
- slug: string
805
+ slug: String
806
806
  }
807
807
 
808
808
  type UserList {
@@ -835,7 +835,7 @@ type Project {
835
835
  date: AWSDateTime
836
836
  featured: AWSDateTime
837
837
  status: projectStatus
838
- slug: string
838
+ slug: String
839
839
  score: Float
840
840
  }
841
841
 
@@ -867,7 +867,7 @@ type Publication {
867
867
  disciplines: [Disciplines]
868
868
  color: String
869
869
  date: AWSDateTime
870
- slug: string
870
+ slug: String
871
871
  score: Float
872
872
  }
873
873
 
@@ -20,7 +20,7 @@ export interface Files {
20
20
  hash: string
21
21
  path: string
22
22
  createdAt: Date
23
- slug: string
23
+ slug: String
24
24
  thumb: URL
25
25
  updatedAt: Date
26
26
  }
@@ -7,7 +7,7 @@ export interface Mailing {
7
7
  createdAt: string
8
8
  updatedAt: string
9
9
  date: Date
10
- slug: string
10
+ slug: String
11
11
  }
12
12
 
13
13
  export interface ListModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.48",
3
+ "version": "2.0.50",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",