@gravity-ui/page-constructor 1.14.0-alpha.6 → 1.14.0-alpha.7

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.
@@ -192,11 +192,15 @@ export declare const BannerCardProps: {
192
192
  properties: {
193
193
  include: {
194
194
  type: string;
195
- items: string;
195
+ items: {
196
+ type: string;
197
+ };
196
198
  };
197
199
  exclude: {
198
200
  type: string;
199
- items: string;
201
+ items: {
202
+ type: string;
203
+ };
200
204
  };
201
205
  };
202
206
  };
@@ -243,11 +247,15 @@ export declare const BannerCardProps: {
243
247
  properties: {
244
248
  include: {
245
249
  type: string;
246
- items: string;
250
+ items: {
251
+ type: string;
252
+ };
247
253
  };
248
254
  exclude: {
249
255
  type: string;
250
- items: string;
256
+ items: {
257
+ type: string;
258
+ };
251
259
  };
252
260
  };
253
261
  };
@@ -498,11 +506,15 @@ export declare const BannerBlock: {
498
506
  properties: {
499
507
  include: {
500
508
  type: string;
501
- items: string;
509
+ items: {
510
+ type: string;
511
+ };
502
512
  };
503
513
  exclude: {
504
514
  type: string;
505
- items: string;
515
+ items: {
516
+ type: string;
517
+ };
506
518
  };
507
519
  };
508
520
  };
@@ -549,11 +561,15 @@ export declare const BannerBlock: {
549
561
  properties: {
550
562
  include: {
551
563
  type: string;
552
- items: string;
564
+ items: {
565
+ type: string;
566
+ };
553
567
  };
554
568
  exclude: {
555
569
  type: string;
556
- items: string;
570
+ items: {
571
+ type: string;
572
+ };
557
573
  };
558
574
  };
559
575
  };
@@ -805,11 +821,15 @@ export declare const BannerCard: {
805
821
  properties: {
806
822
  include: {
807
823
  type: string;
808
- items: string;
824
+ items: {
825
+ type: string;
826
+ };
809
827
  };
810
828
  exclude: {
811
829
  type: string;
812
- items: string;
830
+ items: {
831
+ type: string;
832
+ };
813
833
  };
814
834
  };
815
835
  };
@@ -856,11 +876,15 @@ export declare const BannerCard: {
856
876
  properties: {
857
877
  include: {
858
878
  type: string;
859
- items: string;
879
+ items: {
880
+ type: string;
881
+ };
860
882
  };
861
883
  exclude: {
862
884
  type: string;
863
- items: string;
885
+ items: {
886
+ type: string;
887
+ };
864
888
  };
865
889
  };
866
890
  };
@@ -445,11 +445,15 @@ export declare const MediaBlock: {
445
445
  properties: {
446
446
  include: {
447
447
  type: string;
448
- items: string;
448
+ items: {
449
+ type: string;
450
+ };
449
451
  };
450
452
  exclude: {
451
453
  type: string;
452
- items: string;
454
+ items: {
455
+ type: string;
456
+ };
453
457
  };
454
458
  };
455
459
  };
@@ -496,11 +500,15 @@ export declare const MediaBlock: {
496
500
  properties: {
497
501
  include: {
498
502
  type: string;
499
- items: string;
503
+ items: {
504
+ type: string;
505
+ };
500
506
  };
501
507
  exclude: {
502
508
  type: string;
503
- items: string;
509
+ items: {
510
+ type: string;
511
+ };
504
512
  };
505
513
  };
506
514
  };
@@ -524,11 +524,15 @@ export declare const ButtonProps: {
524
524
  properties: {
525
525
  include: {
526
526
  type: string;
527
- items: string;
527
+ items: {
528
+ type: string;
529
+ };
528
530
  };
529
531
  exclude: {
530
532
  type: string;
531
- items: string;
533
+ items: {
534
+ type: string;
535
+ };
532
536
  };
533
537
  };
534
538
  };
@@ -575,11 +579,15 @@ export declare const ButtonProps: {
575
579
  properties: {
576
580
  include: {
577
581
  type: string;
578
- items: string;
582
+ items: {
583
+ type: string;
584
+ };
579
585
  };
580
586
  exclude: {
581
587
  type: string;
582
- items: string;
588
+ items: {
589
+ type: string;
590
+ };
583
591
  };
584
592
  };
585
593
  };
@@ -849,11 +857,15 @@ export declare const ButtonBlock: {
849
857
  properties: {
850
858
  include: {
851
859
  type: string;
852
- items: string;
860
+ items: {
861
+ type: string;
862
+ };
853
863
  };
854
864
  exclude: {
855
865
  type: string;
856
- items: string;
866
+ items: {
867
+ type: string;
868
+ };
857
869
  };
858
870
  };
859
871
  };
@@ -900,11 +912,15 @@ export declare const ButtonBlock: {
900
912
  properties: {
901
913
  include: {
902
914
  type: string;
903
- items: string;
915
+ items: {
916
+ type: string;
917
+ };
904
918
  };
905
919
  exclude: {
906
920
  type: string;
907
- items: string;
921
+ items: {
922
+ type: string;
923
+ };
908
924
  };
909
925
  };
910
926
  };
@@ -16,11 +16,15 @@ export declare const AnalyticsEventSchema: {
16
16
  properties: {
17
17
  include: {
18
18
  type: string;
19
- items: string;
19
+ items: {
20
+ type: string;
21
+ };
20
22
  };
21
23
  exclude: {
22
24
  type: string;
23
- items: string;
25
+ items: {
26
+ type: string;
27
+ };
24
28
  };
25
29
  };
26
30
  };
@@ -19,11 +19,15 @@ exports.AnalyticsEventSchema = {
19
19
  properties: {
20
20
  include: {
21
21
  type: 'array',
22
- items: 'string',
22
+ items: {
23
+ type: 'string',
24
+ },
23
25
  },
24
26
  exclude: {
25
27
  type: 'array',
26
- items: 'string',
28
+ items: {
29
+ type: 'string',
30
+ },
27
31
  },
28
32
  },
29
33
  },
@@ -192,11 +192,15 @@ export declare const BannerCardProps: {
192
192
  properties: {
193
193
  include: {
194
194
  type: string;
195
- items: string;
195
+ items: {
196
+ type: string;
197
+ };
196
198
  };
197
199
  exclude: {
198
200
  type: string;
199
- items: string;
201
+ items: {
202
+ type: string;
203
+ };
200
204
  };
201
205
  };
202
206
  };
@@ -243,11 +247,15 @@ export declare const BannerCardProps: {
243
247
  properties: {
244
248
  include: {
245
249
  type: string;
246
- items: string;
250
+ items: {
251
+ type: string;
252
+ };
247
253
  };
248
254
  exclude: {
249
255
  type: string;
250
- items: string;
256
+ items: {
257
+ type: string;
258
+ };
251
259
  };
252
260
  };
253
261
  };
@@ -498,11 +506,15 @@ export declare const BannerBlock: {
498
506
  properties: {
499
507
  include: {
500
508
  type: string;
501
- items: string;
509
+ items: {
510
+ type: string;
511
+ };
502
512
  };
503
513
  exclude: {
504
514
  type: string;
505
- items: string;
515
+ items: {
516
+ type: string;
517
+ };
506
518
  };
507
519
  };
508
520
  };
@@ -549,11 +561,15 @@ export declare const BannerBlock: {
549
561
  properties: {
550
562
  include: {
551
563
  type: string;
552
- items: string;
564
+ items: {
565
+ type: string;
566
+ };
553
567
  };
554
568
  exclude: {
555
569
  type: string;
556
- items: string;
570
+ items: {
571
+ type: string;
572
+ };
557
573
  };
558
574
  };
559
575
  };
@@ -805,11 +821,15 @@ export declare const BannerCard: {
805
821
  properties: {
806
822
  include: {
807
823
  type: string;
808
- items: string;
824
+ items: {
825
+ type: string;
826
+ };
809
827
  };
810
828
  exclude: {
811
829
  type: string;
812
- items: string;
830
+ items: {
831
+ type: string;
832
+ };
813
833
  };
814
834
  };
815
835
  };
@@ -856,11 +876,15 @@ export declare const BannerCard: {
856
876
  properties: {
857
877
  include: {
858
878
  type: string;
859
- items: string;
879
+ items: {
880
+ type: string;
881
+ };
860
882
  };
861
883
  exclude: {
862
884
  type: string;
863
- items: string;
885
+ items: {
886
+ type: string;
887
+ };
864
888
  };
865
889
  };
866
890
  };
@@ -445,11 +445,15 @@ export declare const MediaBlock: {
445
445
  properties: {
446
446
  include: {
447
447
  type: string;
448
- items: string;
448
+ items: {
449
+ type: string;
450
+ };
449
451
  };
450
452
  exclude: {
451
453
  type: string;
452
- items: string;
454
+ items: {
455
+ type: string;
456
+ };
453
457
  };
454
458
  };
455
459
  };
@@ -496,11 +500,15 @@ export declare const MediaBlock: {
496
500
  properties: {
497
501
  include: {
498
502
  type: string;
499
- items: string;
503
+ items: {
504
+ type: string;
505
+ };
500
506
  };
501
507
  exclude: {
502
508
  type: string;
503
- items: string;
509
+ items: {
510
+ type: string;
511
+ };
504
512
  };
505
513
  };
506
514
  };
@@ -524,11 +524,15 @@ export declare const ButtonProps: {
524
524
  properties: {
525
525
  include: {
526
526
  type: string;
527
- items: string;
527
+ items: {
528
+ type: string;
529
+ };
528
530
  };
529
531
  exclude: {
530
532
  type: string;
531
- items: string;
533
+ items: {
534
+ type: string;
535
+ };
532
536
  };
533
537
  };
534
538
  };
@@ -575,11 +579,15 @@ export declare const ButtonProps: {
575
579
  properties: {
576
580
  include: {
577
581
  type: string;
578
- items: string;
582
+ items: {
583
+ type: string;
584
+ };
579
585
  };
580
586
  exclude: {
581
587
  type: string;
582
- items: string;
588
+ items: {
589
+ type: string;
590
+ };
583
591
  };
584
592
  };
585
593
  };
@@ -849,11 +857,15 @@ export declare const ButtonBlock: {
849
857
  properties: {
850
858
  include: {
851
859
  type: string;
852
- items: string;
860
+ items: {
861
+ type: string;
862
+ };
853
863
  };
854
864
  exclude: {
855
865
  type: string;
856
- items: string;
866
+ items: {
867
+ type: string;
868
+ };
857
869
  };
858
870
  };
859
871
  };
@@ -900,11 +912,15 @@ export declare const ButtonBlock: {
900
912
  properties: {
901
913
  include: {
902
914
  type: string;
903
- items: string;
915
+ items: {
916
+ type: string;
917
+ };
904
918
  };
905
919
  exclude: {
906
920
  type: string;
907
- items: string;
921
+ items: {
922
+ type: string;
923
+ };
908
924
  };
909
925
  };
910
926
  };
@@ -16,11 +16,15 @@ export declare const AnalyticsEventSchema: {
16
16
  properties: {
17
17
  include: {
18
18
  type: string;
19
- items: string;
19
+ items: {
20
+ type: string;
21
+ };
20
22
  };
21
23
  exclude: {
22
24
  type: string;
23
- items: string;
25
+ items: {
26
+ type: string;
27
+ };
24
28
  };
25
29
  };
26
30
  };
@@ -16,11 +16,15 @@ export const AnalyticsEventSchema = {
16
16
  properties: {
17
17
  include: {
18
18
  type: 'array',
19
- items: 'string',
19
+ items: {
20
+ type: 'string',
21
+ },
20
22
  },
21
23
  exclude: {
22
24
  type: 'array',
23
- items: 'string',
25
+ items: {
26
+ type: 'string',
27
+ },
24
28
  },
25
29
  },
26
30
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.14.0-alpha.6",
3
+ "version": "1.14.0-alpha.7",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {