jamespot-front-business 1.3.78 → 1.3.79
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/jamespot-front-business/src/store/assetReservation/reservation.d.ts +54 -0
- package/dist/jamespot-front-business/src/store/calendar/calendarEvents.d.ts +162 -0
- package/dist/jamespot-front-business/src/store/comment/commentList.d.ts +27 -0
- package/dist/jamespot-front-business/src/store/contentReport/contentReport.d.ts +144 -0
- package/dist/jamespot-front-business/src/store/extraBot/extraBot.d.ts +432 -0
- package/dist/jamespot-front-business/src/store/fileIntegrity/fileIntegrity.d.ts +216 -0
- package/dist/jamespot-front-business/src/store/magicPad/magicPad.d.ts +1134 -0
- package/dist/jamespot-front-business/src/store/mediaLibrary/mediaLibrary.d.ts +432 -0
- package/dist/jamespot-front-business/src/store/wedoc/wedoc.d.ts +27 -0
- package/dist/jamespot-front-business/src/store/wedoc/wedoc.slice.d.ts +27 -0
- package/dist/jamespot-front-business/src/store/widget/definitions/widget-accessibility.d.ts +3 -0
- package/dist/jamespot-front-business/src/store/widget/widget.d.ts +504 -0
- package/dist/jamespot-front-business/src/store/widget/widget.slice.d.ts +504 -0
- package/dist/jamespot-front-business.cjs +10 -10
- package/dist/jamespot-front-business.js +306 -287
- package/package.json +2 -2
|
@@ -487,6 +487,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
487
487
|
[x: string]: string | number;
|
|
488
488
|
} | undefined;
|
|
489
489
|
};
|
|
490
|
+
} | {
|
|
491
|
+
layers?: string[] | undefined;
|
|
492
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
493
|
+
uniqid: string;
|
|
494
|
+
content: {
|
|
495
|
+
fontSize?: number | undefined | undefined;
|
|
496
|
+
textColor?: string | undefined | undefined;
|
|
497
|
+
padding?: number | undefined | undefined;
|
|
498
|
+
};
|
|
490
499
|
} | {
|
|
491
500
|
layers?: string[] | undefined;
|
|
492
501
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1062,6 +1071,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
1062
1071
|
[x: string]: string | number;
|
|
1063
1072
|
} | undefined;
|
|
1064
1073
|
};
|
|
1074
|
+
} | {
|
|
1075
|
+
layers?: string[] | undefined;
|
|
1076
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1077
|
+
uniqid: string;
|
|
1078
|
+
content: {
|
|
1079
|
+
fontSize?: number | undefined | undefined;
|
|
1080
|
+
textColor?: string | undefined | undefined;
|
|
1081
|
+
padding?: number | undefined | undefined;
|
|
1082
|
+
};
|
|
1065
1083
|
} | {
|
|
1066
1084
|
layers?: string[] | undefined;
|
|
1067
1085
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1649,6 +1667,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
1649
1667
|
[x: string]: string | number;
|
|
1650
1668
|
} | undefined;
|
|
1651
1669
|
};
|
|
1670
|
+
} | {
|
|
1671
|
+
layers?: string[] | undefined;
|
|
1672
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1673
|
+
uniqid: string;
|
|
1674
|
+
content: {
|
|
1675
|
+
fontSize?: number | undefined | undefined;
|
|
1676
|
+
textColor?: string | undefined | undefined;
|
|
1677
|
+
padding?: number | undefined | undefined;
|
|
1678
|
+
};
|
|
1652
1679
|
} | {
|
|
1653
1680
|
layers?: string[] | undefined;
|
|
1654
1681
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2224,6 +2251,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
2224
2251
|
[x: string]: string | number;
|
|
2225
2252
|
} | undefined;
|
|
2226
2253
|
};
|
|
2254
|
+
} | {
|
|
2255
|
+
layers?: string[] | undefined;
|
|
2256
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2257
|
+
uniqid: string;
|
|
2258
|
+
content: {
|
|
2259
|
+
fontSize?: number | undefined | undefined;
|
|
2260
|
+
textColor?: string | undefined | undefined;
|
|
2261
|
+
padding?: number | undefined | undefined;
|
|
2262
|
+
};
|
|
2227
2263
|
} | {
|
|
2228
2264
|
layers?: string[] | undefined;
|
|
2229
2265
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2811,6 +2847,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
2811
2847
|
[x: string]: string | number;
|
|
2812
2848
|
} | undefined;
|
|
2813
2849
|
};
|
|
2850
|
+
} | {
|
|
2851
|
+
layers?: string[] | undefined;
|
|
2852
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2853
|
+
uniqid: string;
|
|
2854
|
+
content: {
|
|
2855
|
+
fontSize?: number | undefined | undefined;
|
|
2856
|
+
textColor?: string | undefined | undefined;
|
|
2857
|
+
padding?: number | undefined | undefined;
|
|
2858
|
+
};
|
|
2814
2859
|
} | {
|
|
2815
2860
|
layers?: string[] | undefined;
|
|
2816
2861
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -3386,6 +3431,15 @@ export declare const ReservationSlice: import('@reduxjs/toolkit').Slice<Reservat
|
|
|
3386
3431
|
[x: string]: string | number;
|
|
3387
3432
|
} | undefined;
|
|
3388
3433
|
};
|
|
3434
|
+
} | {
|
|
3435
|
+
layers?: string[] | undefined;
|
|
3436
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
3437
|
+
uniqid: string;
|
|
3438
|
+
content: {
|
|
3439
|
+
fontSize?: number | undefined | undefined;
|
|
3440
|
+
textColor?: string | undefined | undefined;
|
|
3441
|
+
padding?: number | undefined | undefined;
|
|
3442
|
+
};
|
|
3389
3443
|
} | {
|
|
3390
3444
|
layers?: string[] | undefined;
|
|
3391
3445
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -562,6 +562,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
562
562
|
[x: string]: string | number;
|
|
563
563
|
} | undefined;
|
|
564
564
|
};
|
|
565
|
+
} | {
|
|
566
|
+
layers?: string[] | undefined;
|
|
567
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
568
|
+
uniqid: string;
|
|
569
|
+
content: {
|
|
570
|
+
fontSize?: number | undefined | undefined;
|
|
571
|
+
textColor?: string | undefined | undefined;
|
|
572
|
+
padding?: number | undefined | undefined;
|
|
573
|
+
};
|
|
565
574
|
} | {
|
|
566
575
|
layers?: string[] | undefined;
|
|
567
576
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1253,6 +1262,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
1253
1262
|
[x: string]: string | number;
|
|
1254
1263
|
} | undefined;
|
|
1255
1264
|
};
|
|
1265
|
+
} | {
|
|
1266
|
+
layers?: string[] | undefined;
|
|
1267
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1268
|
+
uniqid: string;
|
|
1269
|
+
content: {
|
|
1270
|
+
fontSize?: number | undefined | undefined;
|
|
1271
|
+
textColor?: string | undefined | undefined;
|
|
1272
|
+
padding?: number | undefined | undefined;
|
|
1273
|
+
};
|
|
1256
1274
|
} | {
|
|
1257
1275
|
layers?: string[] | undefined;
|
|
1258
1276
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2011,6 +2029,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
2011
2029
|
[x: string]: string | number;
|
|
2012
2030
|
} | undefined;
|
|
2013
2031
|
};
|
|
2032
|
+
} | {
|
|
2033
|
+
layers?: string[] | undefined;
|
|
2034
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2035
|
+
uniqid: string;
|
|
2036
|
+
content: {
|
|
2037
|
+
fontSize?: number | undefined | undefined;
|
|
2038
|
+
textColor?: string | undefined | undefined;
|
|
2039
|
+
padding?: number | undefined | undefined;
|
|
2040
|
+
};
|
|
2014
2041
|
} | {
|
|
2015
2042
|
layers?: string[] | undefined;
|
|
2016
2043
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2642,6 +2669,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
2642
2669
|
[x: string]: string | number;
|
|
2643
2670
|
} | undefined;
|
|
2644
2671
|
};
|
|
2672
|
+
} | {
|
|
2673
|
+
layers?: string[] | undefined;
|
|
2674
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2675
|
+
uniqid: string;
|
|
2676
|
+
content: {
|
|
2677
|
+
fontSize?: number | undefined | undefined;
|
|
2678
|
+
textColor?: string | undefined | undefined;
|
|
2679
|
+
padding?: number | undefined | undefined;
|
|
2680
|
+
};
|
|
2645
2681
|
} | {
|
|
2646
2682
|
layers?: string[] | undefined;
|
|
2647
2683
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -3303,6 +3339,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
3303
3339
|
[x: string]: string | number;
|
|
3304
3340
|
} | undefined;
|
|
3305
3341
|
};
|
|
3342
|
+
} | {
|
|
3343
|
+
layers?: string[] | undefined;
|
|
3344
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
3345
|
+
uniqid: string;
|
|
3346
|
+
content: {
|
|
3347
|
+
fontSize?: number | undefined | undefined;
|
|
3348
|
+
textColor?: string | undefined | undefined;
|
|
3349
|
+
padding?: number | undefined | undefined;
|
|
3350
|
+
};
|
|
3306
3351
|
} | {
|
|
3307
3352
|
layers?: string[] | undefined;
|
|
3308
3353
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -4013,6 +4058,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
4013
4058
|
[x: string]: string | number;
|
|
4014
4059
|
} | undefined;
|
|
4015
4060
|
};
|
|
4061
|
+
} | {
|
|
4062
|
+
layers?: string[] | undefined;
|
|
4063
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
4064
|
+
uniqid: string;
|
|
4065
|
+
content: {
|
|
4066
|
+
fontSize?: number | undefined | undefined;
|
|
4067
|
+
textColor?: string | undefined | undefined;
|
|
4068
|
+
padding?: number | undefined | undefined;
|
|
4069
|
+
};
|
|
4016
4070
|
} | {
|
|
4017
4071
|
layers?: string[] | undefined;
|
|
4018
4072
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -4651,6 +4705,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
4651
4705
|
[x: string]: string | number;
|
|
4652
4706
|
} | undefined;
|
|
4653
4707
|
};
|
|
4708
|
+
} | {
|
|
4709
|
+
layers?: string[] | undefined;
|
|
4710
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
4711
|
+
uniqid: string;
|
|
4712
|
+
content: {
|
|
4713
|
+
fontSize?: number | undefined | undefined;
|
|
4714
|
+
textColor?: string | undefined | undefined;
|
|
4715
|
+
padding?: number | undefined | undefined;
|
|
4716
|
+
};
|
|
4654
4717
|
} | {
|
|
4655
4718
|
layers?: string[] | undefined;
|
|
4656
4719
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -5342,6 +5405,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
5342
5405
|
[x: string]: string | number;
|
|
5343
5406
|
} | undefined;
|
|
5344
5407
|
};
|
|
5408
|
+
} | {
|
|
5409
|
+
layers?: string[] | undefined;
|
|
5410
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
5411
|
+
uniqid: string;
|
|
5412
|
+
content: {
|
|
5413
|
+
fontSize?: number | undefined | undefined;
|
|
5414
|
+
textColor?: string | undefined | undefined;
|
|
5415
|
+
padding?: number | undefined | undefined;
|
|
5416
|
+
};
|
|
5345
5417
|
} | {
|
|
5346
5418
|
layers?: string[] | undefined;
|
|
5347
5419
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -6100,6 +6172,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
6100
6172
|
[x: string]: string | number;
|
|
6101
6173
|
} | undefined;
|
|
6102
6174
|
};
|
|
6175
|
+
} | {
|
|
6176
|
+
layers?: string[] | undefined;
|
|
6177
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
6178
|
+
uniqid: string;
|
|
6179
|
+
content: {
|
|
6180
|
+
fontSize?: number | undefined | undefined;
|
|
6181
|
+
textColor?: string | undefined | undefined;
|
|
6182
|
+
padding?: number | undefined | undefined;
|
|
6183
|
+
};
|
|
6103
6184
|
} | {
|
|
6104
6185
|
layers?: string[] | undefined;
|
|
6105
6186
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -6731,6 +6812,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
6731
6812
|
[x: string]: string | number;
|
|
6732
6813
|
} | undefined;
|
|
6733
6814
|
};
|
|
6815
|
+
} | {
|
|
6816
|
+
layers?: string[] | undefined;
|
|
6817
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
6818
|
+
uniqid: string;
|
|
6819
|
+
content: {
|
|
6820
|
+
fontSize?: number | undefined | undefined;
|
|
6821
|
+
textColor?: string | undefined | undefined;
|
|
6822
|
+
padding?: number | undefined | undefined;
|
|
6823
|
+
};
|
|
6734
6824
|
} | {
|
|
6735
6825
|
layers?: string[] | undefined;
|
|
6736
6826
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -7392,6 +7482,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
7392
7482
|
[x: string]: string | number;
|
|
7393
7483
|
} | undefined;
|
|
7394
7484
|
};
|
|
7485
|
+
} | {
|
|
7486
|
+
layers?: string[] | undefined;
|
|
7487
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
7488
|
+
uniqid: string;
|
|
7489
|
+
content: {
|
|
7490
|
+
fontSize?: number | undefined | undefined;
|
|
7491
|
+
textColor?: string | undefined | undefined;
|
|
7492
|
+
padding?: number | undefined | undefined;
|
|
7493
|
+
};
|
|
7395
7494
|
} | {
|
|
7396
7495
|
layers?: string[] | undefined;
|
|
7397
7496
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -8102,6 +8201,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
8102
8201
|
[x: string]: string | number;
|
|
8103
8202
|
} | undefined;
|
|
8104
8203
|
};
|
|
8204
|
+
} | {
|
|
8205
|
+
layers?: string[] | undefined;
|
|
8206
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
8207
|
+
uniqid: string;
|
|
8208
|
+
content: {
|
|
8209
|
+
fontSize?: number | undefined | undefined;
|
|
8210
|
+
textColor?: string | undefined | undefined;
|
|
8211
|
+
padding?: number | undefined | undefined;
|
|
8212
|
+
};
|
|
8105
8213
|
} | {
|
|
8106
8214
|
layers?: string[] | undefined;
|
|
8107
8215
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -8742,6 +8850,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
8742
8850
|
[x: string]: string | number;
|
|
8743
8851
|
} | undefined;
|
|
8744
8852
|
};
|
|
8853
|
+
} | {
|
|
8854
|
+
layers?: string[] | undefined;
|
|
8855
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
8856
|
+
uniqid: string;
|
|
8857
|
+
content: {
|
|
8858
|
+
fontSize?: number | undefined | undefined;
|
|
8859
|
+
textColor?: string | undefined | undefined;
|
|
8860
|
+
padding?: number | undefined | undefined;
|
|
8861
|
+
};
|
|
8745
8862
|
} | {
|
|
8746
8863
|
layers?: string[] | undefined;
|
|
8747
8864
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -9433,6 +9550,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
9433
9550
|
[x: string]: string | number;
|
|
9434
9551
|
} | undefined;
|
|
9435
9552
|
};
|
|
9553
|
+
} | {
|
|
9554
|
+
layers?: string[] | undefined;
|
|
9555
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
9556
|
+
uniqid: string;
|
|
9557
|
+
content: {
|
|
9558
|
+
fontSize?: number | undefined | undefined;
|
|
9559
|
+
textColor?: string | undefined | undefined;
|
|
9560
|
+
padding?: number | undefined | undefined;
|
|
9561
|
+
};
|
|
9436
9562
|
} | {
|
|
9437
9563
|
layers?: string[] | undefined;
|
|
9438
9564
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -10191,6 +10317,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
10191
10317
|
[x: string]: string | number;
|
|
10192
10318
|
} | undefined;
|
|
10193
10319
|
};
|
|
10320
|
+
} | {
|
|
10321
|
+
layers?: string[] | undefined;
|
|
10322
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
10323
|
+
uniqid: string;
|
|
10324
|
+
content: {
|
|
10325
|
+
fontSize?: number | undefined | undefined;
|
|
10326
|
+
textColor?: string | undefined | undefined;
|
|
10327
|
+
padding?: number | undefined | undefined;
|
|
10328
|
+
};
|
|
10194
10329
|
} | {
|
|
10195
10330
|
layers?: string[] | undefined;
|
|
10196
10331
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -10822,6 +10957,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
10822
10957
|
[x: string]: string | number;
|
|
10823
10958
|
} | undefined;
|
|
10824
10959
|
};
|
|
10960
|
+
} | {
|
|
10961
|
+
layers?: string[] | undefined;
|
|
10962
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
10963
|
+
uniqid: string;
|
|
10964
|
+
content: {
|
|
10965
|
+
fontSize?: number | undefined | undefined;
|
|
10966
|
+
textColor?: string | undefined | undefined;
|
|
10967
|
+
padding?: number | undefined | undefined;
|
|
10968
|
+
};
|
|
10825
10969
|
} | {
|
|
10826
10970
|
layers?: string[] | undefined;
|
|
10827
10971
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -11483,6 +11627,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
11483
11627
|
[x: string]: string | number;
|
|
11484
11628
|
} | undefined;
|
|
11485
11629
|
};
|
|
11630
|
+
} | {
|
|
11631
|
+
layers?: string[] | undefined;
|
|
11632
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
11633
|
+
uniqid: string;
|
|
11634
|
+
content: {
|
|
11635
|
+
fontSize?: number | undefined | undefined;
|
|
11636
|
+
textColor?: string | undefined | undefined;
|
|
11637
|
+
padding?: number | undefined | undefined;
|
|
11638
|
+
};
|
|
11486
11639
|
} | {
|
|
11487
11640
|
layers?: string[] | undefined;
|
|
11488
11641
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -12193,6 +12346,15 @@ export declare const CalendarEventsSlice: import('@reduxjs/toolkit').Slice<Calen
|
|
|
12193
12346
|
[x: string]: string | number;
|
|
12194
12347
|
} | undefined;
|
|
12195
12348
|
};
|
|
12349
|
+
} | {
|
|
12350
|
+
layers?: string[] | undefined;
|
|
12351
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
12352
|
+
uniqid: string;
|
|
12353
|
+
content: {
|
|
12354
|
+
fontSize?: number | undefined | undefined;
|
|
12355
|
+
textColor?: string | undefined | undefined;
|
|
12356
|
+
padding?: number | undefined | undefined;
|
|
12357
|
+
};
|
|
12196
12358
|
} | {
|
|
12197
12359
|
layers?: string[] | undefined;
|
|
12198
12360
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -496,6 +496,15 @@ export declare const CommentListSlice: import('@reduxjs/toolkit').Slice<CommentL
|
|
|
496
496
|
[x: string]: string | number;
|
|
497
497
|
} | undefined;
|
|
498
498
|
};
|
|
499
|
+
} | {
|
|
500
|
+
layers?: string[] | undefined;
|
|
501
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
502
|
+
uniqid: string;
|
|
503
|
+
content: {
|
|
504
|
+
fontSize?: number | undefined | undefined;
|
|
505
|
+
textColor?: string | undefined | undefined;
|
|
506
|
+
padding?: number | undefined | undefined;
|
|
507
|
+
};
|
|
499
508
|
} | {
|
|
500
509
|
layers?: string[] | undefined;
|
|
501
510
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1039,6 +1048,15 @@ export declare const CommentListSlice: import('@reduxjs/toolkit').Slice<CommentL
|
|
|
1039
1048
|
[x: string]: string | number;
|
|
1040
1049
|
} | undefined;
|
|
1041
1050
|
};
|
|
1051
|
+
} | {
|
|
1052
|
+
layers?: string[] | undefined;
|
|
1053
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1054
|
+
uniqid: string;
|
|
1055
|
+
content: {
|
|
1056
|
+
fontSize?: number | undefined | undefined;
|
|
1057
|
+
textColor?: string | undefined | undefined;
|
|
1058
|
+
padding?: number | undefined | undefined;
|
|
1059
|
+
};
|
|
1042
1060
|
} | {
|
|
1043
1061
|
layers?: string[] | undefined;
|
|
1044
1062
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1583,6 +1601,15 @@ export declare const CommentListSlice: import('@reduxjs/toolkit').Slice<CommentL
|
|
|
1583
1601
|
[x: string]: string | number;
|
|
1584
1602
|
} | undefined;
|
|
1585
1603
|
};
|
|
1604
|
+
} | {
|
|
1605
|
+
layers?: string[] | undefined;
|
|
1606
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1607
|
+
uniqid: string;
|
|
1608
|
+
content: {
|
|
1609
|
+
fontSize?: number | undefined | undefined;
|
|
1610
|
+
textColor?: string | undefined | undefined;
|
|
1611
|
+
padding?: number | undefined | undefined;
|
|
1612
|
+
};
|
|
1586
1613
|
} | {
|
|
1587
1614
|
layers?: string[] | undefined;
|
|
1588
1615
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -476,6 +476,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
476
476
|
[x: string]: string | number;
|
|
477
477
|
} | undefined;
|
|
478
478
|
};
|
|
479
|
+
} | {
|
|
480
|
+
layers?: string[] | undefined;
|
|
481
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
482
|
+
uniqid: string;
|
|
483
|
+
content: {
|
|
484
|
+
fontSize?: number | undefined | undefined;
|
|
485
|
+
textColor?: string | undefined | undefined;
|
|
486
|
+
padding?: number | undefined | undefined;
|
|
487
|
+
};
|
|
479
488
|
} | {
|
|
480
489
|
layers?: string[] | undefined;
|
|
481
490
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1082,6 +1091,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
1082
1091
|
[x: string]: string | number;
|
|
1083
1092
|
} | undefined;
|
|
1084
1093
|
};
|
|
1094
|
+
} | {
|
|
1095
|
+
layers?: string[] | undefined;
|
|
1096
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1097
|
+
uniqid: string;
|
|
1098
|
+
content: {
|
|
1099
|
+
fontSize?: number | undefined | undefined;
|
|
1100
|
+
textColor?: string | undefined | undefined;
|
|
1101
|
+
padding?: number | undefined | undefined;
|
|
1102
|
+
};
|
|
1085
1103
|
} | {
|
|
1086
1104
|
layers?: string[] | undefined;
|
|
1087
1105
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -1666,6 +1684,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
1666
1684
|
[x: string]: string | number;
|
|
1667
1685
|
} | undefined;
|
|
1668
1686
|
};
|
|
1687
|
+
} | {
|
|
1688
|
+
layers?: string[] | undefined;
|
|
1689
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
1690
|
+
uniqid: string;
|
|
1691
|
+
content: {
|
|
1692
|
+
fontSize?: number | undefined | undefined;
|
|
1693
|
+
textColor?: string | undefined | undefined;
|
|
1694
|
+
padding?: number | undefined | undefined;
|
|
1695
|
+
};
|
|
1669
1696
|
} | {
|
|
1670
1697
|
layers?: string[] | undefined;
|
|
1671
1698
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2272,6 +2299,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
2272
2299
|
[x: string]: string | number;
|
|
2273
2300
|
} | undefined;
|
|
2274
2301
|
};
|
|
2302
|
+
} | {
|
|
2303
|
+
layers?: string[] | undefined;
|
|
2304
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2305
|
+
uniqid: string;
|
|
2306
|
+
content: {
|
|
2307
|
+
fontSize?: number | undefined | undefined;
|
|
2308
|
+
textColor?: string | undefined | undefined;
|
|
2309
|
+
padding?: number | undefined | undefined;
|
|
2310
|
+
};
|
|
2275
2311
|
} | {
|
|
2276
2312
|
layers?: string[] | undefined;
|
|
2277
2313
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -2856,6 +2892,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
2856
2892
|
[x: string]: string | number;
|
|
2857
2893
|
} | undefined;
|
|
2858
2894
|
};
|
|
2895
|
+
} | {
|
|
2896
|
+
layers?: string[] | undefined;
|
|
2897
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
2898
|
+
uniqid: string;
|
|
2899
|
+
content: {
|
|
2900
|
+
fontSize?: number | undefined | undefined;
|
|
2901
|
+
textColor?: string | undefined | undefined;
|
|
2902
|
+
padding?: number | undefined | undefined;
|
|
2903
|
+
};
|
|
2859
2904
|
} | {
|
|
2860
2905
|
layers?: string[] | undefined;
|
|
2861
2906
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -3462,6 +3507,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
3462
3507
|
[x: string]: string | number;
|
|
3463
3508
|
} | undefined;
|
|
3464
3509
|
};
|
|
3510
|
+
} | {
|
|
3511
|
+
layers?: string[] | undefined;
|
|
3512
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
3513
|
+
uniqid: string;
|
|
3514
|
+
content: {
|
|
3515
|
+
fontSize?: number | undefined | undefined;
|
|
3516
|
+
textColor?: string | undefined | undefined;
|
|
3517
|
+
padding?: number | undefined | undefined;
|
|
3518
|
+
};
|
|
3465
3519
|
} | {
|
|
3466
3520
|
layers?: string[] | undefined;
|
|
3467
3521
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -4046,6 +4100,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
4046
4100
|
[x: string]: string | number;
|
|
4047
4101
|
} | undefined;
|
|
4048
4102
|
};
|
|
4103
|
+
} | {
|
|
4104
|
+
layers?: string[] | undefined;
|
|
4105
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
4106
|
+
uniqid: string;
|
|
4107
|
+
content: {
|
|
4108
|
+
fontSize?: number | undefined | undefined;
|
|
4109
|
+
textColor?: string | undefined | undefined;
|
|
4110
|
+
padding?: number | undefined | undefined;
|
|
4111
|
+
};
|
|
4049
4112
|
} | {
|
|
4050
4113
|
layers?: string[] | undefined;
|
|
4051
4114
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -4652,6 +4715,15 @@ export declare const contentReportSlice: import('@reduxjs/toolkit').Slice<Conten
|
|
|
4652
4715
|
[x: string]: string | number;
|
|
4653
4716
|
} | undefined;
|
|
4654
4717
|
};
|
|
4718
|
+
} | {
|
|
4719
|
+
layers?: string[] | undefined;
|
|
4720
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
4721
|
+
uniqid: string;
|
|
4722
|
+
content: {
|
|
4723
|
+
fontSize?: number | undefined | undefined;
|
|
4724
|
+
textColor?: string | undefined | undefined;
|
|
4725
|
+
padding?: number | undefined | undefined;
|
|
4726
|
+
};
|
|
4655
4727
|
} | {
|
|
4656
4728
|
layers?: string[] | undefined;
|
|
4657
4729
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -5272,6 +5344,15 @@ export declare const ContentReport: {
|
|
|
5272
5344
|
[x: string]: string | number;
|
|
5273
5345
|
} | undefined;
|
|
5274
5346
|
};
|
|
5347
|
+
} | {
|
|
5348
|
+
layers?: string[] | undefined;
|
|
5349
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
5350
|
+
uniqid: string;
|
|
5351
|
+
content: {
|
|
5352
|
+
fontSize?: number | undefined | undefined;
|
|
5353
|
+
textColor?: string | undefined | undefined;
|
|
5354
|
+
padding?: number | undefined | undefined;
|
|
5355
|
+
};
|
|
5275
5356
|
} | {
|
|
5276
5357
|
layers?: string[] | undefined;
|
|
5277
5358
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -5878,6 +5959,15 @@ export declare const ContentReport: {
|
|
|
5878
5959
|
[x: string]: string | number;
|
|
5879
5960
|
} | undefined;
|
|
5880
5961
|
};
|
|
5962
|
+
} | {
|
|
5963
|
+
layers?: string[] | undefined;
|
|
5964
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
5965
|
+
uniqid: string;
|
|
5966
|
+
content: {
|
|
5967
|
+
fontSize?: number | undefined | undefined;
|
|
5968
|
+
textColor?: string | undefined | undefined;
|
|
5969
|
+
padding?: number | undefined | undefined;
|
|
5970
|
+
};
|
|
5881
5971
|
} | {
|
|
5882
5972
|
layers?: string[] | undefined;
|
|
5883
5973
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -6462,6 +6552,15 @@ export declare const ContentReport: {
|
|
|
6462
6552
|
[x: string]: string | number;
|
|
6463
6553
|
} | undefined;
|
|
6464
6554
|
};
|
|
6555
|
+
} | {
|
|
6556
|
+
layers?: string[] | undefined;
|
|
6557
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
6558
|
+
uniqid: string;
|
|
6559
|
+
content: {
|
|
6560
|
+
fontSize?: number | undefined | undefined;
|
|
6561
|
+
textColor?: string | undefined | undefined;
|
|
6562
|
+
padding?: number | undefined | undefined;
|
|
6563
|
+
};
|
|
6465
6564
|
} | {
|
|
6466
6565
|
layers?: string[] | undefined;
|
|
6467
6566
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -7068,6 +7167,15 @@ export declare const ContentReport: {
|
|
|
7068
7167
|
[x: string]: string | number;
|
|
7069
7168
|
} | undefined;
|
|
7070
7169
|
};
|
|
7170
|
+
} | {
|
|
7171
|
+
layers?: string[] | undefined;
|
|
7172
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
7173
|
+
uniqid: string;
|
|
7174
|
+
content: {
|
|
7175
|
+
fontSize?: number | undefined | undefined;
|
|
7176
|
+
textColor?: string | undefined | undefined;
|
|
7177
|
+
padding?: number | undefined | undefined;
|
|
7178
|
+
};
|
|
7071
7179
|
} | {
|
|
7072
7180
|
layers?: string[] | undefined;
|
|
7073
7181
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -7652,6 +7760,15 @@ export declare const ContentReport: {
|
|
|
7652
7760
|
[x: string]: string | number;
|
|
7653
7761
|
} | undefined;
|
|
7654
7762
|
};
|
|
7763
|
+
} | {
|
|
7764
|
+
layers?: string[] | undefined;
|
|
7765
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
7766
|
+
uniqid: string;
|
|
7767
|
+
content: {
|
|
7768
|
+
fontSize?: number | undefined | undefined;
|
|
7769
|
+
textColor?: string | undefined | undefined;
|
|
7770
|
+
padding?: number | undefined | undefined;
|
|
7771
|
+
};
|
|
7655
7772
|
} | {
|
|
7656
7773
|
layers?: string[] | undefined;
|
|
7657
7774
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -8258,6 +8375,15 @@ export declare const ContentReport: {
|
|
|
8258
8375
|
[x: string]: string | number;
|
|
8259
8376
|
} | undefined;
|
|
8260
8377
|
};
|
|
8378
|
+
} | {
|
|
8379
|
+
layers?: string[] | undefined;
|
|
8380
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
8381
|
+
uniqid: string;
|
|
8382
|
+
content: {
|
|
8383
|
+
fontSize?: number | undefined | undefined;
|
|
8384
|
+
textColor?: string | undefined | undefined;
|
|
8385
|
+
padding?: number | undefined | undefined;
|
|
8386
|
+
};
|
|
8261
8387
|
} | {
|
|
8262
8388
|
layers?: string[] | undefined;
|
|
8263
8389
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -8842,6 +8968,15 @@ export declare const ContentReport: {
|
|
|
8842
8968
|
[x: string]: string | number;
|
|
8843
8969
|
} | undefined;
|
|
8844
8970
|
};
|
|
8971
|
+
} | {
|
|
8972
|
+
layers?: string[] | undefined;
|
|
8973
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
8974
|
+
uniqid: string;
|
|
8975
|
+
content: {
|
|
8976
|
+
fontSize?: number | undefined | undefined;
|
|
8977
|
+
textColor?: string | undefined | undefined;
|
|
8978
|
+
padding?: number | undefined | undefined;
|
|
8979
|
+
};
|
|
8845
8980
|
} | {
|
|
8846
8981
|
layers?: string[] | undefined;
|
|
8847
8982
|
name: import("jamespot-user-api").WidgetsName.Color;
|
|
@@ -9448,6 +9583,15 @@ export declare const ContentReport: {
|
|
|
9448
9583
|
[x: string]: string | number;
|
|
9449
9584
|
} | undefined;
|
|
9450
9585
|
};
|
|
9586
|
+
} | {
|
|
9587
|
+
layers?: string[] | undefined;
|
|
9588
|
+
name: import("jamespot-user-api").WidgetsName.Accessibility;
|
|
9589
|
+
uniqid: string;
|
|
9590
|
+
content: {
|
|
9591
|
+
fontSize?: number | undefined | undefined;
|
|
9592
|
+
textColor?: string | undefined | undefined;
|
|
9593
|
+
padding?: number | undefined | undefined;
|
|
9594
|
+
};
|
|
9451
9595
|
} | {
|
|
9452
9596
|
layers?: string[] | undefined;
|
|
9453
9597
|
name: import("jamespot-user-api").WidgetsName.Color;
|