jamespot-front-business 1.1.64 → 1.1.66
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/cjs.js +8 -2
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +8 -2
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +892 -125
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -85,7 +85,12 @@ declare const Animations: {
|
|
|
85
85
|
layers?: string[] | undefined;
|
|
86
86
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
87
87
|
layers?: string[] | undefined;
|
|
88
|
-
} & jamespot_user_api.WidgetType<
|
|
88
|
+
} & jamespot_user_api.WidgetType<{
|
|
89
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
90
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
91
|
+
css?: Record<string, string> | undefined;
|
|
92
|
+
edit?: boolean | undefined;
|
|
93
|
+
}>) | ({
|
|
89
94
|
layers?: string[] | undefined;
|
|
90
95
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
91
96
|
layers?: string[] | undefined;
|
|
@@ -138,7 +143,12 @@ declare const Animations: {
|
|
|
138
143
|
layers?: string[] | undefined;
|
|
139
144
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
140
145
|
layers?: string[] | undefined;
|
|
141
|
-
} & jamespot_user_api.WidgetType<
|
|
146
|
+
} & jamespot_user_api.WidgetType<{
|
|
147
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
148
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
149
|
+
css?: Record<string, string> | undefined;
|
|
150
|
+
edit?: boolean | undefined;
|
|
151
|
+
}>) | ({
|
|
142
152
|
layers?: string[] | undefined;
|
|
143
153
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
144
154
|
layers?: string[] | undefined;
|
|
@@ -175,6 +185,7 @@ declare const Animations: {
|
|
|
175
185
|
mounted?: boolean | undefined;
|
|
176
186
|
hover?: boolean | undefined;
|
|
177
187
|
empty?: boolean | undefined;
|
|
188
|
+
locked?: boolean | undefined;
|
|
178
189
|
}>;
|
|
179
190
|
editableMap: Record<string, {
|
|
180
191
|
uniqid: string;
|
|
@@ -258,7 +269,12 @@ declare const Animations: {
|
|
|
258
269
|
layers?: string[] | undefined;
|
|
259
270
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
260
271
|
layers?: string[] | undefined;
|
|
261
|
-
} & jamespot_user_api.WidgetType<
|
|
272
|
+
} & jamespot_user_api.WidgetType<{
|
|
273
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
274
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
275
|
+
css?: Record<string, string> | undefined;
|
|
276
|
+
edit?: boolean | undefined;
|
|
277
|
+
}>) | ({
|
|
262
278
|
layers?: string[] | undefined;
|
|
263
279
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
264
280
|
layers?: string[] | undefined;
|
|
@@ -311,7 +327,12 @@ declare const Animations: {
|
|
|
311
327
|
layers?: string[] | undefined;
|
|
312
328
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
313
329
|
layers?: string[] | undefined;
|
|
314
|
-
} & jamespot_user_api.WidgetType<
|
|
330
|
+
} & jamespot_user_api.WidgetType<{
|
|
331
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
332
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
333
|
+
css?: Record<string, string> | undefined;
|
|
334
|
+
edit?: boolean | undefined;
|
|
335
|
+
}>) | ({
|
|
315
336
|
layers?: string[] | undefined;
|
|
316
337
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
317
338
|
layers?: string[] | undefined;
|
|
@@ -348,6 +369,7 @@ declare const Animations: {
|
|
|
348
369
|
mounted?: boolean | undefined;
|
|
349
370
|
hover?: boolean | undefined;
|
|
350
371
|
empty?: boolean | undefined;
|
|
372
|
+
locked?: boolean | undefined;
|
|
351
373
|
}>;
|
|
352
374
|
editableMap: Record<string, {
|
|
353
375
|
uniqid: string;
|
|
@@ -431,7 +453,12 @@ declare const Animations: {
|
|
|
431
453
|
layers?: string[] | undefined;
|
|
432
454
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
433
455
|
layers?: string[] | undefined;
|
|
434
|
-
} & jamespot_user_api.WidgetType<
|
|
456
|
+
} & jamespot_user_api.WidgetType<{
|
|
457
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
458
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
459
|
+
css?: Record<string, string> | undefined;
|
|
460
|
+
edit?: boolean | undefined;
|
|
461
|
+
}>) | ({
|
|
435
462
|
layers?: string[] | undefined;
|
|
436
463
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
437
464
|
layers?: string[] | undefined;
|
|
@@ -484,7 +511,12 @@ declare const Animations: {
|
|
|
484
511
|
layers?: string[] | undefined;
|
|
485
512
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
486
513
|
layers?: string[] | undefined;
|
|
487
|
-
} & jamespot_user_api.WidgetType<
|
|
514
|
+
} & jamespot_user_api.WidgetType<{
|
|
515
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
516
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
517
|
+
css?: Record<string, string> | undefined;
|
|
518
|
+
edit?: boolean | undefined;
|
|
519
|
+
}>) | ({
|
|
488
520
|
layers?: string[] | undefined;
|
|
489
521
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
490
522
|
layers?: string[] | undefined;
|
|
@@ -521,6 +553,7 @@ declare const Animations: {
|
|
|
521
553
|
mounted?: boolean | undefined;
|
|
522
554
|
hover?: boolean | undefined;
|
|
523
555
|
empty?: boolean | undefined;
|
|
556
|
+
locked?: boolean | undefined;
|
|
524
557
|
}>;
|
|
525
558
|
editableMap: Record<string, {
|
|
526
559
|
uniqid: string;
|
|
@@ -604,7 +637,12 @@ declare const Animations: {
|
|
|
604
637
|
layers?: string[] | undefined;
|
|
605
638
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
606
639
|
layers?: string[] | undefined;
|
|
607
|
-
} & jamespot_user_api.WidgetType<
|
|
640
|
+
} & jamespot_user_api.WidgetType<{
|
|
641
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
642
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
643
|
+
css?: Record<string, string> | undefined;
|
|
644
|
+
edit?: boolean | undefined;
|
|
645
|
+
}>) | ({
|
|
608
646
|
layers?: string[] | undefined;
|
|
609
647
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
610
648
|
layers?: string[] | undefined;
|
|
@@ -657,7 +695,12 @@ declare const Animations: {
|
|
|
657
695
|
layers?: string[] | undefined;
|
|
658
696
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
659
697
|
layers?: string[] | undefined;
|
|
660
|
-
} & jamespot_user_api.WidgetType<
|
|
698
|
+
} & jamespot_user_api.WidgetType<{
|
|
699
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
700
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
701
|
+
css?: Record<string, string> | undefined;
|
|
702
|
+
edit?: boolean | undefined;
|
|
703
|
+
}>) | ({
|
|
661
704
|
layers?: string[] | undefined;
|
|
662
705
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
663
706
|
layers?: string[] | undefined;
|
|
@@ -694,6 +737,7 @@ declare const Animations: {
|
|
|
694
737
|
mounted?: boolean | undefined;
|
|
695
738
|
hover?: boolean | undefined;
|
|
696
739
|
empty?: boolean | undefined;
|
|
740
|
+
locked?: boolean | undefined;
|
|
697
741
|
}>;
|
|
698
742
|
editableMap: Record<string, {
|
|
699
743
|
uniqid: string;
|
|
@@ -783,7 +827,12 @@ declare const Animations: {
|
|
|
783
827
|
layers?: string[] | undefined;
|
|
784
828
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
785
829
|
layers?: string[] | undefined;
|
|
786
|
-
} & jamespot_user_api.WidgetType<
|
|
830
|
+
} & jamespot_user_api.WidgetType<{
|
|
831
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
832
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
833
|
+
css?: Record<string, string> | undefined;
|
|
834
|
+
edit?: boolean | undefined;
|
|
835
|
+
}>) | ({
|
|
787
836
|
layers?: string[] | undefined;
|
|
788
837
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
789
838
|
layers?: string[] | undefined;
|
|
@@ -836,7 +885,12 @@ declare const Animations: {
|
|
|
836
885
|
layers?: string[] | undefined;
|
|
837
886
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
838
887
|
layers?: string[] | undefined;
|
|
839
|
-
} & jamespot_user_api.WidgetType<
|
|
888
|
+
} & jamespot_user_api.WidgetType<{
|
|
889
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
890
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
891
|
+
css?: Record<string, string> | undefined;
|
|
892
|
+
edit?: boolean | undefined;
|
|
893
|
+
}>) | ({
|
|
840
894
|
layers?: string[] | undefined;
|
|
841
895
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
842
896
|
layers?: string[] | undefined;
|
|
@@ -873,6 +927,7 @@ declare const Animations: {
|
|
|
873
927
|
mounted?: boolean | undefined;
|
|
874
928
|
hover?: boolean | undefined;
|
|
875
929
|
empty?: boolean | undefined;
|
|
930
|
+
locked?: boolean | undefined;
|
|
876
931
|
}>;
|
|
877
932
|
editableMap: Record<string, {
|
|
878
933
|
uniqid: string;
|
|
@@ -974,7 +1029,12 @@ declare const Animations: {
|
|
|
974
1029
|
layers?: string[] | undefined;
|
|
975
1030
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
976
1031
|
layers?: string[] | undefined;
|
|
977
|
-
} & jamespot_user_api.WidgetType<
|
|
1032
|
+
} & jamespot_user_api.WidgetType<{
|
|
1033
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1034
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1035
|
+
css?: Record<string, string> | undefined;
|
|
1036
|
+
edit?: boolean | undefined;
|
|
1037
|
+
}>) | ({
|
|
978
1038
|
layers?: string[] | undefined;
|
|
979
1039
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
980
1040
|
layers?: string[] | undefined;
|
|
@@ -1027,7 +1087,12 @@ declare const Animations: {
|
|
|
1027
1087
|
layers?: string[] | undefined;
|
|
1028
1088
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1029
1089
|
layers?: string[] | undefined;
|
|
1030
|
-
} & jamespot_user_api.WidgetType<
|
|
1090
|
+
} & jamespot_user_api.WidgetType<{
|
|
1091
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1092
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1093
|
+
css?: Record<string, string> | undefined;
|
|
1094
|
+
edit?: boolean | undefined;
|
|
1095
|
+
}>) | ({
|
|
1031
1096
|
layers?: string[] | undefined;
|
|
1032
1097
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1033
1098
|
layers?: string[] | undefined;
|
|
@@ -1064,6 +1129,7 @@ declare const Animations: {
|
|
|
1064
1129
|
mounted?: boolean | undefined;
|
|
1065
1130
|
hover?: boolean | undefined;
|
|
1066
1131
|
empty?: boolean | undefined;
|
|
1132
|
+
locked?: boolean | undefined;
|
|
1067
1133
|
}>;
|
|
1068
1134
|
editableMap: Record<string, {
|
|
1069
1135
|
uniqid: string;
|
|
@@ -1163,7 +1229,12 @@ declare const Animations: {
|
|
|
1163
1229
|
layers?: string[] | undefined;
|
|
1164
1230
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1165
1231
|
layers?: string[] | undefined;
|
|
1166
|
-
} & jamespot_user_api.WidgetType<
|
|
1232
|
+
} & jamespot_user_api.WidgetType<{
|
|
1233
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1234
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1235
|
+
css?: Record<string, string> | undefined;
|
|
1236
|
+
edit?: boolean | undefined;
|
|
1237
|
+
}>) | ({
|
|
1167
1238
|
layers?: string[] | undefined;
|
|
1168
1239
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1169
1240
|
layers?: string[] | undefined;
|
|
@@ -1216,7 +1287,12 @@ declare const Animations: {
|
|
|
1216
1287
|
layers?: string[] | undefined;
|
|
1217
1288
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1218
1289
|
layers?: string[] | undefined;
|
|
1219
|
-
} & jamespot_user_api.WidgetType<
|
|
1290
|
+
} & jamespot_user_api.WidgetType<{
|
|
1291
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1292
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1293
|
+
css?: Record<string, string> | undefined;
|
|
1294
|
+
edit?: boolean | undefined;
|
|
1295
|
+
}>) | ({
|
|
1220
1296
|
layers?: string[] | undefined;
|
|
1221
1297
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1222
1298
|
layers?: string[] | undefined;
|
|
@@ -1253,6 +1329,7 @@ declare const Animations: {
|
|
|
1253
1329
|
mounted?: boolean | undefined;
|
|
1254
1330
|
hover?: boolean | undefined;
|
|
1255
1331
|
empty?: boolean | undefined;
|
|
1332
|
+
locked?: boolean | undefined;
|
|
1256
1333
|
}>;
|
|
1257
1334
|
editableMap: Record<string, {
|
|
1258
1335
|
uniqid: string;
|
|
@@ -1477,7 +1554,12 @@ declare const AssetReservation: {
|
|
|
1477
1554
|
layers?: string[] | undefined;
|
|
1478
1555
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1479
1556
|
layers?: string[] | undefined;
|
|
1480
|
-
} & jamespot_user_api.WidgetType<
|
|
1557
|
+
} & jamespot_user_api.WidgetType<{
|
|
1558
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1559
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1560
|
+
css?: Record<string, string> | undefined;
|
|
1561
|
+
edit?: boolean | undefined;
|
|
1562
|
+
}>) | ({
|
|
1481
1563
|
layers?: string[] | undefined;
|
|
1482
1564
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1483
1565
|
layers?: string[] | undefined;
|
|
@@ -1530,7 +1612,12 @@ declare const AssetReservation: {
|
|
|
1530
1612
|
layers?: string[] | undefined;
|
|
1531
1613
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1532
1614
|
layers?: string[] | undefined;
|
|
1533
|
-
} & jamespot_user_api.WidgetType<
|
|
1615
|
+
} & jamespot_user_api.WidgetType<{
|
|
1616
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1617
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1618
|
+
css?: Record<string, string> | undefined;
|
|
1619
|
+
edit?: boolean | undefined;
|
|
1620
|
+
}>) | ({
|
|
1534
1621
|
layers?: string[] | undefined;
|
|
1535
1622
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1536
1623
|
layers?: string[] | undefined;
|
|
@@ -1583,7 +1670,12 @@ declare const AssetReservation: {
|
|
|
1583
1670
|
layers?: string[] | undefined;
|
|
1584
1671
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1585
1672
|
layers?: string[] | undefined;
|
|
1586
|
-
} & jamespot_user_api.WidgetType<
|
|
1673
|
+
} & jamespot_user_api.WidgetType<{
|
|
1674
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1675
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1676
|
+
css?: Record<string, string> | undefined;
|
|
1677
|
+
edit?: boolean | undefined;
|
|
1678
|
+
}>) | ({
|
|
1587
1679
|
layers?: string[] | undefined;
|
|
1588
1680
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1589
1681
|
layers?: string[] | undefined;
|
|
@@ -1620,6 +1712,7 @@ declare const AssetReservation: {
|
|
|
1620
1712
|
mounted?: boolean | undefined;
|
|
1621
1713
|
hover?: boolean | undefined;
|
|
1622
1714
|
empty?: boolean | undefined;
|
|
1715
|
+
locked?: boolean | undefined;
|
|
1623
1716
|
}>;
|
|
1624
1717
|
editableMap: Record<string, {
|
|
1625
1718
|
uniqid: string;
|
|
@@ -1710,7 +1803,12 @@ declare const AssetReservation: {
|
|
|
1710
1803
|
layers?: string[] | undefined;
|
|
1711
1804
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1712
1805
|
layers?: string[] | undefined;
|
|
1713
|
-
} & jamespot_user_api.WidgetType<
|
|
1806
|
+
} & jamespot_user_api.WidgetType<{
|
|
1807
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1808
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1809
|
+
css?: Record<string, string> | undefined;
|
|
1810
|
+
edit?: boolean | undefined;
|
|
1811
|
+
}>) | ({
|
|
1714
1812
|
layers?: string[] | undefined;
|
|
1715
1813
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1716
1814
|
layers?: string[] | undefined;
|
|
@@ -1763,7 +1861,12 @@ declare const AssetReservation: {
|
|
|
1763
1861
|
layers?: string[] | undefined;
|
|
1764
1862
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1765
1863
|
layers?: string[] | undefined;
|
|
1766
|
-
} & jamespot_user_api.WidgetType<
|
|
1864
|
+
} & jamespot_user_api.WidgetType<{
|
|
1865
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
1866
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
1867
|
+
css?: Record<string, string> | undefined;
|
|
1868
|
+
edit?: boolean | undefined;
|
|
1869
|
+
}>) | ({
|
|
1767
1870
|
layers?: string[] | undefined;
|
|
1768
1871
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1769
1872
|
layers?: string[] | undefined;
|
|
@@ -1800,6 +1903,7 @@ declare const AssetReservation: {
|
|
|
1800
1903
|
mounted?: boolean | undefined;
|
|
1801
1904
|
hover?: boolean | undefined;
|
|
1802
1905
|
empty?: boolean | undefined;
|
|
1906
|
+
locked?: boolean | undefined;
|
|
1803
1907
|
}>;
|
|
1804
1908
|
editableMap: Record<string, {
|
|
1805
1909
|
uniqid: string;
|
|
@@ -1965,7 +2069,12 @@ declare const AssetReservation: {
|
|
|
1965
2069
|
layers?: string[] | undefined;
|
|
1966
2070
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1967
2071
|
layers?: string[] | undefined;
|
|
1968
|
-
} & jamespot_user_api.WidgetType<
|
|
2072
|
+
} & jamespot_user_api.WidgetType<{
|
|
2073
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2074
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2075
|
+
css?: Record<string, string> | undefined;
|
|
2076
|
+
edit?: boolean | undefined;
|
|
2077
|
+
}>) | ({
|
|
1969
2078
|
layers?: string[] | undefined;
|
|
1970
2079
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1971
2080
|
layers?: string[] | undefined;
|
|
@@ -2017,7 +2126,12 @@ declare const AssetReservation: {
|
|
|
2017
2126
|
layers?: string[] | undefined;
|
|
2018
2127
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2019
2128
|
layers?: string[] | undefined;
|
|
2020
|
-
} & jamespot_user_api.WidgetType<
|
|
2129
|
+
} & jamespot_user_api.WidgetType<{
|
|
2130
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2131
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2132
|
+
css?: Record<string, string> | undefined;
|
|
2133
|
+
edit?: boolean | undefined;
|
|
2134
|
+
}>) | ({
|
|
2021
2135
|
layers?: string[] | undefined;
|
|
2022
2136
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2023
2137
|
layers?: string[] | undefined;
|
|
@@ -2070,7 +2184,12 @@ declare const AssetReservation: {
|
|
|
2070
2184
|
layers?: string[] | undefined;
|
|
2071
2185
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2072
2186
|
layers?: string[] | undefined;
|
|
2073
|
-
} & jamespot_user_api.WidgetType<
|
|
2187
|
+
} & jamespot_user_api.WidgetType<{
|
|
2188
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2189
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2190
|
+
css?: Record<string, string> | undefined;
|
|
2191
|
+
edit?: boolean | undefined;
|
|
2192
|
+
}>) | ({
|
|
2074
2193
|
layers?: string[] | undefined;
|
|
2075
2194
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2076
2195
|
layers?: string[] | undefined;
|
|
@@ -2123,7 +2242,12 @@ declare const AssetReservation: {
|
|
|
2123
2242
|
layers?: string[] | undefined;
|
|
2124
2243
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2125
2244
|
layers?: string[] | undefined;
|
|
2126
|
-
} & jamespot_user_api.WidgetType<
|
|
2245
|
+
} & jamespot_user_api.WidgetType<{
|
|
2246
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2247
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2248
|
+
css?: Record<string, string> | undefined;
|
|
2249
|
+
edit?: boolean | undefined;
|
|
2250
|
+
}>) | ({
|
|
2127
2251
|
layers?: string[] | undefined;
|
|
2128
2252
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2129
2253
|
layers?: string[] | undefined;
|
|
@@ -2160,6 +2284,7 @@ declare const AssetReservation: {
|
|
|
2160
2284
|
mounted?: boolean | undefined;
|
|
2161
2285
|
hover?: boolean | undefined;
|
|
2162
2286
|
empty?: boolean | undefined;
|
|
2287
|
+
locked?: boolean | undefined;
|
|
2163
2288
|
}>;
|
|
2164
2289
|
editableMap: Record<string, {
|
|
2165
2290
|
uniqid: string;
|
|
@@ -2287,7 +2412,12 @@ declare const AssetReservation: {
|
|
|
2287
2412
|
layers?: string[] | undefined;
|
|
2288
2413
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2289
2414
|
layers?: string[] | undefined;
|
|
2290
|
-
} & jamespot_user_api.WidgetType<
|
|
2415
|
+
} & jamespot_user_api.WidgetType<{
|
|
2416
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2417
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2418
|
+
css?: Record<string, string> | undefined;
|
|
2419
|
+
edit?: boolean | undefined;
|
|
2420
|
+
}>) | ({
|
|
2291
2421
|
layers?: string[] | undefined;
|
|
2292
2422
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2293
2423
|
layers?: string[] | undefined;
|
|
@@ -2427,7 +2557,12 @@ declare const AssetReservation: {
|
|
|
2427
2557
|
layers?: string[] | undefined;
|
|
2428
2558
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2429
2559
|
layers?: string[] | undefined;
|
|
2430
|
-
} & jamespot_user_api.WidgetType<
|
|
2560
|
+
} & jamespot_user_api.WidgetType<{
|
|
2561
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2562
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2563
|
+
css?: Record<string, string> | undefined;
|
|
2564
|
+
edit?: boolean | undefined;
|
|
2565
|
+
}>) | ({
|
|
2431
2566
|
layers?: string[] | undefined;
|
|
2432
2567
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2433
2568
|
layers?: string[] | undefined;
|
|
@@ -2479,7 +2614,12 @@ declare const AssetReservation: {
|
|
|
2479
2614
|
layers?: string[] | undefined;
|
|
2480
2615
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2481
2616
|
layers?: string[] | undefined;
|
|
2482
|
-
} & jamespot_user_api.WidgetType<
|
|
2617
|
+
} & jamespot_user_api.WidgetType<{
|
|
2618
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2619
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2620
|
+
css?: Record<string, string> | undefined;
|
|
2621
|
+
edit?: boolean | undefined;
|
|
2622
|
+
}>) | ({
|
|
2483
2623
|
layers?: string[] | undefined;
|
|
2484
2624
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2485
2625
|
layers?: string[] | undefined;
|
|
@@ -2569,7 +2709,12 @@ declare const Comment: {
|
|
|
2569
2709
|
layers?: string[] | undefined;
|
|
2570
2710
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2571
2711
|
layers?: string[] | undefined;
|
|
2572
|
-
} & jamespot_user_api.WidgetType<
|
|
2712
|
+
} & jamespot_user_api.WidgetType<{
|
|
2713
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2714
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2715
|
+
css?: Record<string, string> | undefined;
|
|
2716
|
+
edit?: boolean | undefined;
|
|
2717
|
+
}>) | ({
|
|
2573
2718
|
layers?: string[] | undefined;
|
|
2574
2719
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2575
2720
|
layers?: string[] | undefined;
|
|
@@ -2622,7 +2767,12 @@ declare const Comment: {
|
|
|
2622
2767
|
layers?: string[] | undefined;
|
|
2623
2768
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2624
2769
|
layers?: string[] | undefined;
|
|
2625
|
-
} & jamespot_user_api.WidgetType<
|
|
2770
|
+
} & jamespot_user_api.WidgetType<{
|
|
2771
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
2772
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
2773
|
+
css?: Record<string, string> | undefined;
|
|
2774
|
+
edit?: boolean | undefined;
|
|
2775
|
+
}>) | ({
|
|
2626
2776
|
layers?: string[] | undefined;
|
|
2627
2777
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2628
2778
|
layers?: string[] | undefined;
|
|
@@ -2659,6 +2809,7 @@ declare const Comment: {
|
|
|
2659
2809
|
mounted?: boolean | undefined;
|
|
2660
2810
|
hover?: boolean | undefined;
|
|
2661
2811
|
empty?: boolean | undefined;
|
|
2812
|
+
locked?: boolean | undefined;
|
|
2662
2813
|
}>;
|
|
2663
2814
|
editableMap: Record<string, {
|
|
2664
2815
|
uniqid: string;
|
|
@@ -2723,7 +2874,7 @@ declare const Comment: {
|
|
|
2723
2874
|
selectors: {
|
|
2724
2875
|
commentList: (state: CommentRootState, idArticle: number) => CommentsList | undefined;
|
|
2725
2876
|
};
|
|
2726
|
-
getCommentRTHandlers: (dispatch: RTDispatch, idArticle: number) => jamespot_user_api.RTMessageHandler<"JAMESPOT", "comment-create" | "comment-delete" | "comment-update">[];
|
|
2877
|
+
getCommentRTHandlers: (dispatch: RTDispatch, idArticle: number) => jamespot_user_api.RTMessageHandler<"JAMESPOT", "comment-create" | "comment-delete" | "comment-update" | "article-create" | "article-delete" | "article-update">[];
|
|
2727
2878
|
getCommentsLikeRTHandlers: (dispatch: RTDispatch, idComments: number[] | undefined, idArticle: number) => jamespot_user_api.RTMessageHandler<"CUSTOM-ACTION", "update" | "add" | "remove">[];
|
|
2728
2879
|
};
|
|
2729
2880
|
|
|
@@ -2957,7 +3108,12 @@ declare const Bookmark: {
|
|
|
2957
3108
|
layers?: string[] | undefined;
|
|
2958
3109
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2959
3110
|
layers?: string[] | undefined;
|
|
2960
|
-
} & jamespot_user_api.WidgetType<
|
|
3111
|
+
} & jamespot_user_api.WidgetType<{
|
|
3112
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3113
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3114
|
+
css?: Record<string, string> | undefined;
|
|
3115
|
+
edit?: boolean | undefined;
|
|
3116
|
+
}>) | ({
|
|
2961
3117
|
layers?: string[] | undefined;
|
|
2962
3118
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2963
3119
|
layers?: string[] | undefined;
|
|
@@ -3010,7 +3166,12 @@ declare const Bookmark: {
|
|
|
3010
3166
|
layers?: string[] | undefined;
|
|
3011
3167
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3012
3168
|
layers?: string[] | undefined;
|
|
3013
|
-
} & jamespot_user_api.WidgetType<
|
|
3169
|
+
} & jamespot_user_api.WidgetType<{
|
|
3170
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3171
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3172
|
+
css?: Record<string, string> | undefined;
|
|
3173
|
+
edit?: boolean | undefined;
|
|
3174
|
+
}>) | ({
|
|
3014
3175
|
layers?: string[] | undefined;
|
|
3015
3176
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3016
3177
|
layers?: string[] | undefined;
|
|
@@ -3047,6 +3208,7 @@ declare const Bookmark: {
|
|
|
3047
3208
|
mounted?: boolean | undefined;
|
|
3048
3209
|
hover?: boolean | undefined;
|
|
3049
3210
|
empty?: boolean | undefined;
|
|
3211
|
+
locked?: boolean | undefined;
|
|
3050
3212
|
}>;
|
|
3051
3213
|
editableMap: Record<string, {
|
|
3052
3214
|
uniqid: string;
|
|
@@ -3201,7 +3363,12 @@ declare const Bookmark: {
|
|
|
3201
3363
|
layers?: string[] | undefined;
|
|
3202
3364
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3203
3365
|
layers?: string[] | undefined;
|
|
3204
|
-
} & jamespot_user_api.WidgetType<
|
|
3366
|
+
} & jamespot_user_api.WidgetType<{
|
|
3367
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3368
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3369
|
+
css?: Record<string, string> | undefined;
|
|
3370
|
+
edit?: boolean | undefined;
|
|
3371
|
+
}>) | ({
|
|
3205
3372
|
layers?: string[] | undefined;
|
|
3206
3373
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3207
3374
|
layers?: string[] | undefined;
|
|
@@ -3254,7 +3421,12 @@ declare const Bookmark: {
|
|
|
3254
3421
|
layers?: string[] | undefined;
|
|
3255
3422
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3256
3423
|
layers?: string[] | undefined;
|
|
3257
|
-
} & jamespot_user_api.WidgetType<
|
|
3424
|
+
} & jamespot_user_api.WidgetType<{
|
|
3425
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3426
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3427
|
+
css?: Record<string, string> | undefined;
|
|
3428
|
+
edit?: boolean | undefined;
|
|
3429
|
+
}>) | ({
|
|
3258
3430
|
layers?: string[] | undefined;
|
|
3259
3431
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3260
3432
|
layers?: string[] | undefined;
|
|
@@ -3291,6 +3463,7 @@ declare const Bookmark: {
|
|
|
3291
3463
|
mounted?: boolean | undefined;
|
|
3292
3464
|
hover?: boolean | undefined;
|
|
3293
3465
|
empty?: boolean | undefined;
|
|
3466
|
+
locked?: boolean | undefined;
|
|
3294
3467
|
}>;
|
|
3295
3468
|
editableMap: Record<string, {
|
|
3296
3469
|
uniqid: string;
|
|
@@ -3416,7 +3589,12 @@ declare const Bookmark: {
|
|
|
3416
3589
|
layers?: string[] | undefined;
|
|
3417
3590
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3418
3591
|
layers?: string[] | undefined;
|
|
3419
|
-
} & jamespot_user_api.WidgetType<
|
|
3592
|
+
} & jamespot_user_api.WidgetType<{
|
|
3593
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3594
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3595
|
+
css?: Record<string, string> | undefined;
|
|
3596
|
+
edit?: boolean | undefined;
|
|
3597
|
+
}>) | ({
|
|
3420
3598
|
layers?: string[] | undefined;
|
|
3421
3599
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3422
3600
|
layers?: string[] | undefined;
|
|
@@ -3469,7 +3647,12 @@ declare const Bookmark: {
|
|
|
3469
3647
|
layers?: string[] | undefined;
|
|
3470
3648
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3471
3649
|
layers?: string[] | undefined;
|
|
3472
|
-
} & jamespot_user_api.WidgetType<
|
|
3650
|
+
} & jamespot_user_api.WidgetType<{
|
|
3651
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3652
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3653
|
+
css?: Record<string, string> | undefined;
|
|
3654
|
+
edit?: boolean | undefined;
|
|
3655
|
+
}>) | ({
|
|
3473
3656
|
layers?: string[] | undefined;
|
|
3474
3657
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3475
3658
|
layers?: string[] | undefined;
|
|
@@ -3506,6 +3689,7 @@ declare const Bookmark: {
|
|
|
3506
3689
|
mounted?: boolean | undefined;
|
|
3507
3690
|
hover?: boolean | undefined;
|
|
3508
3691
|
empty?: boolean | undefined;
|
|
3692
|
+
locked?: boolean | undefined;
|
|
3509
3693
|
}>;
|
|
3510
3694
|
editableMap: Record<string, {
|
|
3511
3695
|
uniqid: string;
|
|
@@ -3610,7 +3794,12 @@ declare const Bookmark: {
|
|
|
3610
3794
|
layers?: string[] | undefined;
|
|
3611
3795
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3612
3796
|
layers?: string[] | undefined;
|
|
3613
|
-
} & jamespot_user_api.WidgetType<
|
|
3797
|
+
} & jamespot_user_api.WidgetType<{
|
|
3798
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3799
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3800
|
+
css?: Record<string, string> | undefined;
|
|
3801
|
+
edit?: boolean | undefined;
|
|
3802
|
+
}>) | ({
|
|
3614
3803
|
layers?: string[] | undefined;
|
|
3615
3804
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3616
3805
|
layers?: string[] | undefined;
|
|
@@ -3663,7 +3852,12 @@ declare const Bookmark: {
|
|
|
3663
3852
|
layers?: string[] | undefined;
|
|
3664
3853
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3665
3854
|
layers?: string[] | undefined;
|
|
3666
|
-
} & jamespot_user_api.WidgetType<
|
|
3855
|
+
} & jamespot_user_api.WidgetType<{
|
|
3856
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
3857
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
3858
|
+
css?: Record<string, string> | undefined;
|
|
3859
|
+
edit?: boolean | undefined;
|
|
3860
|
+
}>) | ({
|
|
3667
3861
|
layers?: string[] | undefined;
|
|
3668
3862
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3669
3863
|
layers?: string[] | undefined;
|
|
@@ -3700,6 +3894,7 @@ declare const Bookmark: {
|
|
|
3700
3894
|
mounted?: boolean | undefined;
|
|
3701
3895
|
hover?: boolean | undefined;
|
|
3702
3896
|
empty?: boolean | undefined;
|
|
3897
|
+
locked?: boolean | undefined;
|
|
3703
3898
|
}>;
|
|
3704
3899
|
editableMap: Record<string, {
|
|
3705
3900
|
uniqid: string;
|
|
@@ -3802,7 +3997,12 @@ declare const Bookmark: {
|
|
|
3802
3997
|
layers?: string[] | undefined;
|
|
3803
3998
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3804
3999
|
layers?: string[] | undefined;
|
|
3805
|
-
} & jamespot_user_api.WidgetType<
|
|
4000
|
+
} & jamespot_user_api.WidgetType<{
|
|
4001
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4002
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4003
|
+
css?: Record<string, string> | undefined;
|
|
4004
|
+
edit?: boolean | undefined;
|
|
4005
|
+
}>) | ({
|
|
3806
4006
|
layers?: string[] | undefined;
|
|
3807
4007
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3808
4008
|
layers?: string[] | undefined;
|
|
@@ -3855,7 +4055,12 @@ declare const Bookmark: {
|
|
|
3855
4055
|
layers?: string[] | undefined;
|
|
3856
4056
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3857
4057
|
layers?: string[] | undefined;
|
|
3858
|
-
} & jamespot_user_api.WidgetType<
|
|
4058
|
+
} & jamespot_user_api.WidgetType<{
|
|
4059
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4060
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4061
|
+
css?: Record<string, string> | undefined;
|
|
4062
|
+
edit?: boolean | undefined;
|
|
4063
|
+
}>) | ({
|
|
3859
4064
|
layers?: string[] | undefined;
|
|
3860
4065
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3861
4066
|
layers?: string[] | undefined;
|
|
@@ -3892,6 +4097,7 @@ declare const Bookmark: {
|
|
|
3892
4097
|
mounted?: boolean | undefined;
|
|
3893
4098
|
hover?: boolean | undefined;
|
|
3894
4099
|
empty?: boolean | undefined;
|
|
4100
|
+
locked?: boolean | undefined;
|
|
3895
4101
|
}>;
|
|
3896
4102
|
editableMap: Record<string, {
|
|
3897
4103
|
uniqid: string;
|
|
@@ -4132,7 +4338,12 @@ declare const Faq: {
|
|
|
4132
4338
|
layers?: string[] | undefined;
|
|
4133
4339
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4134
4340
|
layers?: string[] | undefined;
|
|
4135
|
-
} & jamespot_user_api.WidgetType<
|
|
4341
|
+
} & jamespot_user_api.WidgetType<{
|
|
4342
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4343
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4344
|
+
css?: Record<string, string> | undefined;
|
|
4345
|
+
edit?: boolean | undefined;
|
|
4346
|
+
}>) | ({
|
|
4136
4347
|
layers?: string[] | undefined;
|
|
4137
4348
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4138
4349
|
layers?: string[] | undefined;
|
|
@@ -4203,6 +4414,26 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
4203
4414
|
orderBy: string;
|
|
4204
4415
|
order: "ASC" | "DESC";
|
|
4205
4416
|
}) | undefined;
|
|
4417
|
+
StudioHook?: ({
|
|
4418
|
+
isActive: boolean;
|
|
4419
|
+
} & {
|
|
4420
|
+
hasLicense: boolean;
|
|
4421
|
+
}) | undefined;
|
|
4422
|
+
OnlyOfficeHook?: ({
|
|
4423
|
+
isActive: boolean;
|
|
4424
|
+
} & {
|
|
4425
|
+
color: string;
|
|
4426
|
+
description: string;
|
|
4427
|
+
label: string;
|
|
4428
|
+
hasLicense: boolean;
|
|
4429
|
+
templates: {
|
|
4430
|
+
color: string;
|
|
4431
|
+
description: string;
|
|
4432
|
+
label: string;
|
|
4433
|
+
icon: string;
|
|
4434
|
+
extension: string;
|
|
4435
|
+
}[];
|
|
4436
|
+
}) | undefined;
|
|
4206
4437
|
spotRssFeed?: {
|
|
4207
4438
|
isActive: boolean;
|
|
4208
4439
|
} | undefined;
|
|
@@ -4248,6 +4479,26 @@ declare const Hook: {
|
|
|
4248
4479
|
orderBy: string;
|
|
4249
4480
|
order: "ASC" | "DESC";
|
|
4250
4481
|
}) | undefined;
|
|
4482
|
+
StudioHook?: ({
|
|
4483
|
+
isActive: boolean;
|
|
4484
|
+
} & {
|
|
4485
|
+
hasLicense: boolean;
|
|
4486
|
+
}) | undefined;
|
|
4487
|
+
OnlyOfficeHook?: ({
|
|
4488
|
+
isActive: boolean;
|
|
4489
|
+
} & {
|
|
4490
|
+
color: string;
|
|
4491
|
+
description: string;
|
|
4492
|
+
label: string;
|
|
4493
|
+
hasLicense: boolean;
|
|
4494
|
+
templates: {
|
|
4495
|
+
color: string;
|
|
4496
|
+
description: string;
|
|
4497
|
+
label: string;
|
|
4498
|
+
icon: string;
|
|
4499
|
+
extension: string;
|
|
4500
|
+
}[];
|
|
4501
|
+
}) | undefined;
|
|
4251
4502
|
spotRssFeed?: {
|
|
4252
4503
|
isActive: boolean;
|
|
4253
4504
|
} | undefined;
|
|
@@ -4289,6 +4540,26 @@ declare const Hook: {
|
|
|
4289
4540
|
orderBy: string;
|
|
4290
4541
|
order: "ASC" | "DESC";
|
|
4291
4542
|
}) | undefined;
|
|
4543
|
+
StudioHook?: ({
|
|
4544
|
+
isActive: boolean;
|
|
4545
|
+
} & {
|
|
4546
|
+
hasLicense: boolean;
|
|
4547
|
+
}) | undefined;
|
|
4548
|
+
OnlyOfficeHook?: ({
|
|
4549
|
+
isActive: boolean;
|
|
4550
|
+
} & {
|
|
4551
|
+
color: string;
|
|
4552
|
+
description: string;
|
|
4553
|
+
label: string;
|
|
4554
|
+
hasLicense: boolean;
|
|
4555
|
+
templates: {
|
|
4556
|
+
color: string;
|
|
4557
|
+
description: string;
|
|
4558
|
+
label: string;
|
|
4559
|
+
icon: string;
|
|
4560
|
+
extension: string;
|
|
4561
|
+
}[];
|
|
4562
|
+
}) | undefined;
|
|
4292
4563
|
spotRssFeed?: {
|
|
4293
4564
|
isActive: boolean;
|
|
4294
4565
|
} | undefined;
|
|
@@ -4330,6 +4601,26 @@ declare const Hook: {
|
|
|
4330
4601
|
orderBy: string;
|
|
4331
4602
|
order: "ASC" | "DESC";
|
|
4332
4603
|
}) | undefined;
|
|
4604
|
+
StudioHook?: ({
|
|
4605
|
+
isActive: boolean;
|
|
4606
|
+
} & {
|
|
4607
|
+
hasLicense: boolean;
|
|
4608
|
+
}) | undefined;
|
|
4609
|
+
OnlyOfficeHook?: ({
|
|
4610
|
+
isActive: boolean;
|
|
4611
|
+
} & {
|
|
4612
|
+
color: string;
|
|
4613
|
+
description: string;
|
|
4614
|
+
label: string;
|
|
4615
|
+
hasLicense: boolean;
|
|
4616
|
+
templates: {
|
|
4617
|
+
color: string;
|
|
4618
|
+
description: string;
|
|
4619
|
+
label: string;
|
|
4620
|
+
icon: string;
|
|
4621
|
+
extension: string;
|
|
4622
|
+
}[];
|
|
4623
|
+
}) | undefined;
|
|
4333
4624
|
spotRssFeed?: {
|
|
4334
4625
|
isActive: boolean;
|
|
4335
4626
|
} | undefined;
|
|
@@ -4352,7 +4643,7 @@ declare const Hook: {
|
|
|
4352
4643
|
hasLicense: boolean;
|
|
4353
4644
|
}) | undefined;
|
|
4354
4645
|
};
|
|
4355
|
-
selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "MagicPadHook">(state: HookRootState, hook: T) => ({
|
|
4646
|
+
selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "MagicPadHook">(state: HookRootState, hook: T) => ({
|
|
4356
4647
|
DriveHook?: ({
|
|
4357
4648
|
isActive: boolean;
|
|
4358
4649
|
} & {
|
|
@@ -4369,6 +4660,26 @@ declare const Hook: {
|
|
|
4369
4660
|
orderBy: string;
|
|
4370
4661
|
order: "ASC" | "DESC";
|
|
4371
4662
|
}) | undefined;
|
|
4663
|
+
StudioHook?: ({
|
|
4664
|
+
isActive: boolean;
|
|
4665
|
+
} & {
|
|
4666
|
+
hasLicense: boolean;
|
|
4667
|
+
}) | undefined;
|
|
4668
|
+
OnlyOfficeHook?: ({
|
|
4669
|
+
isActive: boolean;
|
|
4670
|
+
} & {
|
|
4671
|
+
color: string;
|
|
4672
|
+
description: string;
|
|
4673
|
+
label: string;
|
|
4674
|
+
hasLicense: boolean;
|
|
4675
|
+
templates: {
|
|
4676
|
+
color: string;
|
|
4677
|
+
description: string;
|
|
4678
|
+
label: string;
|
|
4679
|
+
icon: string;
|
|
4680
|
+
extension: string;
|
|
4681
|
+
}[];
|
|
4682
|
+
}) | undefined;
|
|
4372
4683
|
spotRssFeed?: {
|
|
4373
4684
|
isActive: boolean;
|
|
4374
4685
|
} | undefined;
|
|
@@ -4484,7 +4795,12 @@ declare const jland: {
|
|
|
4484
4795
|
layers?: string[] | undefined;
|
|
4485
4796
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4486
4797
|
layers?: string[] | undefined;
|
|
4487
|
-
} & jamespot_user_api.WidgetType<
|
|
4798
|
+
} & jamespot_user_api.WidgetType<{
|
|
4799
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4800
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4801
|
+
css?: Record<string, string> | undefined;
|
|
4802
|
+
edit?: boolean | undefined;
|
|
4803
|
+
}>) | ({
|
|
4488
4804
|
layers?: string[] | undefined;
|
|
4489
4805
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4490
4806
|
layers?: string[] | undefined;
|
|
@@ -4537,7 +4853,12 @@ declare const jland: {
|
|
|
4537
4853
|
layers?: string[] | undefined;
|
|
4538
4854
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4539
4855
|
layers?: string[] | undefined;
|
|
4540
|
-
} & jamespot_user_api.WidgetType<
|
|
4856
|
+
} & jamespot_user_api.WidgetType<{
|
|
4857
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4858
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4859
|
+
css?: Record<string, string> | undefined;
|
|
4860
|
+
edit?: boolean | undefined;
|
|
4861
|
+
}>) | ({
|
|
4541
4862
|
layers?: string[] | undefined;
|
|
4542
4863
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4543
4864
|
layers?: string[] | undefined;
|
|
@@ -4574,6 +4895,7 @@ declare const jland: {
|
|
|
4574
4895
|
mounted?: boolean | undefined;
|
|
4575
4896
|
hover?: boolean | undefined;
|
|
4576
4897
|
empty?: boolean | undefined;
|
|
4898
|
+
locked?: boolean | undefined;
|
|
4577
4899
|
}>;
|
|
4578
4900
|
editableMap: Record<string, {
|
|
4579
4901
|
uniqid: string;
|
|
@@ -4657,7 +4979,12 @@ declare const jland: {
|
|
|
4657
4979
|
layers?: string[] | undefined;
|
|
4658
4980
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4659
4981
|
layers?: string[] | undefined;
|
|
4660
|
-
} & jamespot_user_api.WidgetType<
|
|
4982
|
+
} & jamespot_user_api.WidgetType<{
|
|
4983
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
4984
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
4985
|
+
css?: Record<string, string> | undefined;
|
|
4986
|
+
edit?: boolean | undefined;
|
|
4987
|
+
}>) | ({
|
|
4661
4988
|
layers?: string[] | undefined;
|
|
4662
4989
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4663
4990
|
layers?: string[] | undefined;
|
|
@@ -4710,7 +5037,12 @@ declare const jland: {
|
|
|
4710
5037
|
layers?: string[] | undefined;
|
|
4711
5038
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4712
5039
|
layers?: string[] | undefined;
|
|
4713
|
-
} & jamespot_user_api.WidgetType<
|
|
5040
|
+
} & jamespot_user_api.WidgetType<{
|
|
5041
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5042
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5043
|
+
css?: Record<string, string> | undefined;
|
|
5044
|
+
edit?: boolean | undefined;
|
|
5045
|
+
}>) | ({
|
|
4714
5046
|
layers?: string[] | undefined;
|
|
4715
5047
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4716
5048
|
layers?: string[] | undefined;
|
|
@@ -4747,6 +5079,7 @@ declare const jland: {
|
|
|
4747
5079
|
mounted?: boolean | undefined;
|
|
4748
5080
|
hover?: boolean | undefined;
|
|
4749
5081
|
empty?: boolean | undefined;
|
|
5082
|
+
locked?: boolean | undefined;
|
|
4750
5083
|
}>;
|
|
4751
5084
|
editableMap: Record<string, {
|
|
4752
5085
|
uniqid: string;
|
|
@@ -4830,7 +5163,12 @@ declare const jland: {
|
|
|
4830
5163
|
layers?: string[] | undefined;
|
|
4831
5164
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4832
5165
|
layers?: string[] | undefined;
|
|
4833
|
-
} & jamespot_user_api.WidgetType<
|
|
5166
|
+
} & jamespot_user_api.WidgetType<{
|
|
5167
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5168
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5169
|
+
css?: Record<string, string> | undefined;
|
|
5170
|
+
edit?: boolean | undefined;
|
|
5171
|
+
}>) | ({
|
|
4834
5172
|
layers?: string[] | undefined;
|
|
4835
5173
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4836
5174
|
layers?: string[] | undefined;
|
|
@@ -4883,7 +5221,12 @@ declare const jland: {
|
|
|
4883
5221
|
layers?: string[] | undefined;
|
|
4884
5222
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4885
5223
|
layers?: string[] | undefined;
|
|
4886
|
-
} & jamespot_user_api.WidgetType<
|
|
5224
|
+
} & jamespot_user_api.WidgetType<{
|
|
5225
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5226
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5227
|
+
css?: Record<string, string> | undefined;
|
|
5228
|
+
edit?: boolean | undefined;
|
|
5229
|
+
}>) | ({
|
|
4887
5230
|
layers?: string[] | undefined;
|
|
4888
5231
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4889
5232
|
layers?: string[] | undefined;
|
|
@@ -4920,6 +5263,7 @@ declare const jland: {
|
|
|
4920
5263
|
mounted?: boolean | undefined;
|
|
4921
5264
|
hover?: boolean | undefined;
|
|
4922
5265
|
empty?: boolean | undefined;
|
|
5266
|
+
locked?: boolean | undefined;
|
|
4923
5267
|
}>;
|
|
4924
5268
|
editableMap: Record<string, {
|
|
4925
5269
|
uniqid: string;
|
|
@@ -5003,7 +5347,12 @@ declare const jland: {
|
|
|
5003
5347
|
layers?: string[] | undefined;
|
|
5004
5348
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5005
5349
|
layers?: string[] | undefined;
|
|
5006
|
-
} & jamespot_user_api.WidgetType<
|
|
5350
|
+
} & jamespot_user_api.WidgetType<{
|
|
5351
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5352
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5353
|
+
css?: Record<string, string> | undefined;
|
|
5354
|
+
edit?: boolean | undefined;
|
|
5355
|
+
}>) | ({
|
|
5007
5356
|
layers?: string[] | undefined;
|
|
5008
5357
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5009
5358
|
layers?: string[] | undefined;
|
|
@@ -5056,7 +5405,12 @@ declare const jland: {
|
|
|
5056
5405
|
layers?: string[] | undefined;
|
|
5057
5406
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5058
5407
|
layers?: string[] | undefined;
|
|
5059
|
-
} & jamespot_user_api.WidgetType<
|
|
5408
|
+
} & jamespot_user_api.WidgetType<{
|
|
5409
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5410
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5411
|
+
css?: Record<string, string> | undefined;
|
|
5412
|
+
edit?: boolean | undefined;
|
|
5413
|
+
}>) | ({
|
|
5060
5414
|
layers?: string[] | undefined;
|
|
5061
5415
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5062
5416
|
layers?: string[] | undefined;
|
|
@@ -5093,6 +5447,7 @@ declare const jland: {
|
|
|
5093
5447
|
mounted?: boolean | undefined;
|
|
5094
5448
|
hover?: boolean | undefined;
|
|
5095
5449
|
empty?: boolean | undefined;
|
|
5450
|
+
locked?: boolean | undefined;
|
|
5096
5451
|
}>;
|
|
5097
5452
|
editableMap: Record<string, {
|
|
5098
5453
|
uniqid: string;
|
|
@@ -5173,7 +5528,12 @@ declare const jland: {
|
|
|
5173
5528
|
layers?: string[] | undefined;
|
|
5174
5529
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5175
5530
|
layers?: string[] | undefined;
|
|
5176
|
-
} & jamespot_user_api.WidgetType<
|
|
5531
|
+
} & jamespot_user_api.WidgetType<{
|
|
5532
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5533
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5534
|
+
css?: Record<string, string> | undefined;
|
|
5535
|
+
edit?: boolean | undefined;
|
|
5536
|
+
}>) | ({
|
|
5177
5537
|
layers?: string[] | undefined;
|
|
5178
5538
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5179
5539
|
layers?: string[] | undefined;
|
|
@@ -5226,7 +5586,12 @@ declare const jland: {
|
|
|
5226
5586
|
layers?: string[] | undefined;
|
|
5227
5587
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5228
5588
|
layers?: string[] | undefined;
|
|
5229
|
-
} & jamespot_user_api.WidgetType<
|
|
5589
|
+
} & jamespot_user_api.WidgetType<{
|
|
5590
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5591
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5592
|
+
css?: Record<string, string> | undefined;
|
|
5593
|
+
edit?: boolean | undefined;
|
|
5594
|
+
}>) | ({
|
|
5230
5595
|
layers?: string[] | undefined;
|
|
5231
5596
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5232
5597
|
layers?: string[] | undefined;
|
|
@@ -5263,6 +5628,7 @@ declare const jland: {
|
|
|
5263
5628
|
mounted?: boolean | undefined;
|
|
5264
5629
|
hover?: boolean | undefined;
|
|
5265
5630
|
empty?: boolean | undefined;
|
|
5631
|
+
locked?: boolean | undefined;
|
|
5266
5632
|
}>;
|
|
5267
5633
|
editableMap: Record<string, {
|
|
5268
5634
|
uniqid: string;
|
|
@@ -5371,7 +5737,12 @@ declare const jland: {
|
|
|
5371
5737
|
layers?: string[] | undefined;
|
|
5372
5738
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5373
5739
|
layers?: string[] | undefined;
|
|
5374
|
-
} & jamespot_user_api.WidgetType<
|
|
5740
|
+
} & jamespot_user_api.WidgetType<{
|
|
5741
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5742
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5743
|
+
css?: Record<string, string> | undefined;
|
|
5744
|
+
edit?: boolean | undefined;
|
|
5745
|
+
}>) | ({
|
|
5375
5746
|
layers?: string[] | undefined;
|
|
5376
5747
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5377
5748
|
layers?: string[] | undefined;
|
|
@@ -5424,7 +5795,12 @@ declare const jland: {
|
|
|
5424
5795
|
layers?: string[] | undefined;
|
|
5425
5796
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5426
5797
|
layers?: string[] | undefined;
|
|
5427
|
-
} & jamespot_user_api.WidgetType<
|
|
5798
|
+
} & jamespot_user_api.WidgetType<{
|
|
5799
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
5800
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
5801
|
+
css?: Record<string, string> | undefined;
|
|
5802
|
+
edit?: boolean | undefined;
|
|
5803
|
+
}>) | ({
|
|
5428
5804
|
layers?: string[] | undefined;
|
|
5429
5805
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5430
5806
|
layers?: string[] | undefined;
|
|
@@ -5461,6 +5837,7 @@ declare const jland: {
|
|
|
5461
5837
|
mounted?: boolean | undefined;
|
|
5462
5838
|
hover?: boolean | undefined;
|
|
5463
5839
|
empty?: boolean | undefined;
|
|
5840
|
+
locked?: boolean | undefined;
|
|
5464
5841
|
}>;
|
|
5465
5842
|
editableMap: Record<string, {
|
|
5466
5843
|
uniqid: string;
|
|
@@ -5651,7 +6028,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5651
6028
|
layers?: string[] | undefined;
|
|
5652
6029
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5653
6030
|
layers?: string[] | undefined;
|
|
5654
|
-
} & jamespot_user_api.WidgetType<
|
|
6031
|
+
} & jamespot_user_api.WidgetType<{
|
|
6032
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6033
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6034
|
+
css?: Record<string, string> | undefined;
|
|
6035
|
+
edit?: boolean | undefined;
|
|
6036
|
+
}>) | ({
|
|
5655
6037
|
layers?: string[] | undefined;
|
|
5656
6038
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5657
6039
|
layers?: string[] | undefined;
|
|
@@ -5706,7 +6088,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5706
6088
|
layers?: string[] | undefined;
|
|
5707
6089
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5708
6090
|
layers?: string[] | undefined;
|
|
5709
|
-
} & jamespot_user_api.WidgetType<
|
|
6091
|
+
} & jamespot_user_api.WidgetType<{
|
|
6092
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6093
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6094
|
+
css?: Record<string, string> | undefined;
|
|
6095
|
+
edit?: boolean | undefined;
|
|
6096
|
+
}>) | ({
|
|
5710
6097
|
layers?: string[] | undefined;
|
|
5711
6098
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5712
6099
|
layers?: string[] | undefined;
|
|
@@ -5759,7 +6146,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5759
6146
|
layers?: string[] | undefined;
|
|
5760
6147
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5761
6148
|
layers?: string[] | undefined;
|
|
5762
|
-
} & jamespot_user_api.WidgetType<
|
|
6149
|
+
} & jamespot_user_api.WidgetType<{
|
|
6150
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6151
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6152
|
+
css?: Record<string, string> | undefined;
|
|
6153
|
+
edit?: boolean | undefined;
|
|
6154
|
+
}>) | ({
|
|
5763
6155
|
layers?: string[] | undefined;
|
|
5764
6156
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5765
6157
|
layers?: string[] | undefined;
|
|
@@ -5796,6 +6188,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5796
6188
|
mounted?: boolean | undefined;
|
|
5797
6189
|
hover?: boolean | undefined;
|
|
5798
6190
|
empty?: boolean | undefined;
|
|
6191
|
+
locked?: boolean | undefined;
|
|
5799
6192
|
}>;
|
|
5800
6193
|
editableMap: Record<string, {
|
|
5801
6194
|
uniqid: string;
|
|
@@ -5940,7 +6333,12 @@ declare const MagicPad: {
|
|
|
5940
6333
|
layers?: string[] | undefined;
|
|
5941
6334
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5942
6335
|
layers?: string[] | undefined;
|
|
5943
|
-
} & jamespot_user_api.WidgetType<
|
|
6336
|
+
} & jamespot_user_api.WidgetType<{
|
|
6337
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6338
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6339
|
+
css?: Record<string, string> | undefined;
|
|
6340
|
+
edit?: boolean | undefined;
|
|
6341
|
+
}>) | ({
|
|
5944
6342
|
layers?: string[] | undefined;
|
|
5945
6343
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5946
6344
|
layers?: string[] | undefined;
|
|
@@ -5995,7 +6393,12 @@ declare const MagicPad: {
|
|
|
5995
6393
|
layers?: string[] | undefined;
|
|
5996
6394
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5997
6395
|
layers?: string[] | undefined;
|
|
5998
|
-
} & jamespot_user_api.WidgetType<
|
|
6396
|
+
} & jamespot_user_api.WidgetType<{
|
|
6397
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6398
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6399
|
+
css?: Record<string, string> | undefined;
|
|
6400
|
+
edit?: boolean | undefined;
|
|
6401
|
+
}>) | ({
|
|
5999
6402
|
layers?: string[] | undefined;
|
|
6000
6403
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6001
6404
|
layers?: string[] | undefined;
|
|
@@ -6048,7 +6451,12 @@ declare const MagicPad: {
|
|
|
6048
6451
|
layers?: string[] | undefined;
|
|
6049
6452
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6050
6453
|
layers?: string[] | undefined;
|
|
6051
|
-
} & jamespot_user_api.WidgetType<
|
|
6454
|
+
} & jamespot_user_api.WidgetType<{
|
|
6455
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6456
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6457
|
+
css?: Record<string, string> | undefined;
|
|
6458
|
+
edit?: boolean | undefined;
|
|
6459
|
+
}>) | ({
|
|
6052
6460
|
layers?: string[] | undefined;
|
|
6053
6461
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6054
6462
|
layers?: string[] | undefined;
|
|
@@ -6085,6 +6493,7 @@ declare const MagicPad: {
|
|
|
6085
6493
|
mounted?: boolean | undefined;
|
|
6086
6494
|
hover?: boolean | undefined;
|
|
6087
6495
|
empty?: boolean | undefined;
|
|
6496
|
+
locked?: boolean | undefined;
|
|
6088
6497
|
}>;
|
|
6089
6498
|
editableMap: Record<string, {
|
|
6090
6499
|
uniqid: string;
|
|
@@ -6274,7 +6683,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6274
6683
|
layers?: string[] | undefined;
|
|
6275
6684
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6276
6685
|
layers?: string[] | undefined;
|
|
6277
|
-
} & jamespot_user_api.WidgetType<
|
|
6686
|
+
} & jamespot_user_api.WidgetType<{
|
|
6687
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6688
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6689
|
+
css?: Record<string, string> | undefined;
|
|
6690
|
+
edit?: boolean | undefined;
|
|
6691
|
+
}>) | ({
|
|
6278
6692
|
layers?: string[] | undefined;
|
|
6279
6693
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6280
6694
|
layers?: string[] | undefined;
|
|
@@ -6327,7 +6741,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6327
6741
|
layers?: string[] | undefined;
|
|
6328
6742
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6329
6743
|
layers?: string[] | undefined;
|
|
6330
|
-
} & jamespot_user_api.WidgetType<
|
|
6744
|
+
} & jamespot_user_api.WidgetType<{
|
|
6745
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6746
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6747
|
+
css?: Record<string, string> | undefined;
|
|
6748
|
+
edit?: boolean | undefined;
|
|
6749
|
+
}>) | ({
|
|
6331
6750
|
layers?: string[] | undefined;
|
|
6332
6751
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6333
6752
|
layers?: string[] | undefined;
|
|
@@ -6380,7 +6799,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6380
6799
|
layers?: string[] | undefined;
|
|
6381
6800
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6382
6801
|
layers?: string[] | undefined;
|
|
6383
|
-
} & jamespot_user_api.WidgetType<
|
|
6802
|
+
} & jamespot_user_api.WidgetType<{
|
|
6803
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6804
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6805
|
+
css?: Record<string, string> | undefined;
|
|
6806
|
+
edit?: boolean | undefined;
|
|
6807
|
+
}>) | ({
|
|
6384
6808
|
layers?: string[] | undefined;
|
|
6385
6809
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6386
6810
|
layers?: string[] | undefined;
|
|
@@ -6417,6 +6841,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6417
6841
|
mounted?: boolean | undefined;
|
|
6418
6842
|
hover?: boolean | undefined;
|
|
6419
6843
|
empty?: boolean | undefined;
|
|
6844
|
+
locked?: boolean | undefined;
|
|
6420
6845
|
}>;
|
|
6421
6846
|
editableMap: Record<string, {
|
|
6422
6847
|
uniqid: string;
|
|
@@ -6566,7 +6991,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6566
6991
|
layers?: string[] | undefined;
|
|
6567
6992
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6568
6993
|
layers?: string[] | undefined;
|
|
6569
|
-
} & jamespot_user_api.WidgetType<
|
|
6994
|
+
} & jamespot_user_api.WidgetType<{
|
|
6995
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
6996
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
6997
|
+
css?: Record<string, string> | undefined;
|
|
6998
|
+
edit?: boolean | undefined;
|
|
6999
|
+
}>) | ({
|
|
6570
7000
|
layers?: string[] | undefined;
|
|
6571
7001
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6572
7002
|
layers?: string[] | undefined;
|
|
@@ -6619,7 +7049,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6619
7049
|
layers?: string[] | undefined;
|
|
6620
7050
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6621
7051
|
layers?: string[] | undefined;
|
|
6622
|
-
} & jamespot_user_api.WidgetType<
|
|
7052
|
+
} & jamespot_user_api.WidgetType<{
|
|
7053
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7054
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7055
|
+
css?: Record<string, string> | undefined;
|
|
7056
|
+
edit?: boolean | undefined;
|
|
7057
|
+
}>) | ({
|
|
6623
7058
|
layers?: string[] | undefined;
|
|
6624
7059
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6625
7060
|
layers?: string[] | undefined;
|
|
@@ -6672,7 +7107,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6672
7107
|
layers?: string[] | undefined;
|
|
6673
7108
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6674
7109
|
layers?: string[] | undefined;
|
|
6675
|
-
} & jamespot_user_api.WidgetType<
|
|
7110
|
+
} & jamespot_user_api.WidgetType<{
|
|
7111
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7112
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7113
|
+
css?: Record<string, string> | undefined;
|
|
7114
|
+
edit?: boolean | undefined;
|
|
7115
|
+
}>) | ({
|
|
6676
7116
|
layers?: string[] | undefined;
|
|
6677
7117
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6678
7118
|
layers?: string[] | undefined;
|
|
@@ -6709,6 +7149,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6709
7149
|
mounted?: boolean | undefined;
|
|
6710
7150
|
hover?: boolean | undefined;
|
|
6711
7151
|
empty?: boolean | undefined;
|
|
7152
|
+
locked?: boolean | undefined;
|
|
6712
7153
|
}>;
|
|
6713
7154
|
editableMap: Record<string, {
|
|
6714
7155
|
uniqid: string;
|
|
@@ -6789,7 +7230,12 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
6789
7230
|
layers?: string[] | undefined;
|
|
6790
7231
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6791
7232
|
layers?: string[] | undefined;
|
|
6792
|
-
} & jamespot_user_api.WidgetType<
|
|
7233
|
+
} & jamespot_user_api.WidgetType<{
|
|
7234
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7235
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7236
|
+
css?: Record<string, string> | undefined;
|
|
7237
|
+
edit?: boolean | undefined;
|
|
7238
|
+
}>) | ({
|
|
6793
7239
|
layers?: string[] | undefined;
|
|
6794
7240
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6795
7241
|
layers?: string[] | undefined;
|
|
@@ -6842,7 +7288,12 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
6842
7288
|
layers?: string[] | undefined;
|
|
6843
7289
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6844
7290
|
layers?: string[] | undefined;
|
|
6845
|
-
} & jamespot_user_api.WidgetType<
|
|
7291
|
+
} & jamespot_user_api.WidgetType<{
|
|
7292
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7293
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7294
|
+
css?: Record<string, string> | undefined;
|
|
7295
|
+
edit?: boolean | undefined;
|
|
7296
|
+
}>) | ({
|
|
6846
7297
|
layers?: string[] | undefined;
|
|
6847
7298
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6848
7299
|
layers?: string[] | undefined;
|
|
@@ -6879,6 +7330,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
6879
7330
|
mounted?: boolean | undefined;
|
|
6880
7331
|
hover?: boolean | undefined;
|
|
6881
7332
|
empty?: boolean | undefined;
|
|
7333
|
+
locked?: boolean | undefined;
|
|
6882
7334
|
}>;
|
|
6883
7335
|
editableMap: Record<string, {
|
|
6884
7336
|
uniqid: string;
|
|
@@ -6988,7 +7440,12 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
6988
7440
|
layers?: string[] | undefined;
|
|
6989
7441
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6990
7442
|
layers?: string[] | undefined;
|
|
6991
|
-
} & jamespot_user_api.WidgetType<
|
|
7443
|
+
} & jamespot_user_api.WidgetType<{
|
|
7444
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7445
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7446
|
+
css?: Record<string, string> | undefined;
|
|
7447
|
+
edit?: boolean | undefined;
|
|
7448
|
+
}>) | ({
|
|
6992
7449
|
layers?: string[] | undefined;
|
|
6993
7450
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6994
7451
|
layers?: string[] | undefined;
|
|
@@ -7041,7 +7498,12 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7041
7498
|
layers?: string[] | undefined;
|
|
7042
7499
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7043
7500
|
layers?: string[] | undefined;
|
|
7044
|
-
} & jamespot_user_api.WidgetType<
|
|
7501
|
+
} & jamespot_user_api.WidgetType<{
|
|
7502
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7503
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7504
|
+
css?: Record<string, string> | undefined;
|
|
7505
|
+
edit?: boolean | undefined;
|
|
7506
|
+
}>) | ({
|
|
7045
7507
|
layers?: string[] | undefined;
|
|
7046
7508
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7047
7509
|
layers?: string[] | undefined;
|
|
@@ -7078,6 +7540,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7078
7540
|
mounted?: boolean | undefined;
|
|
7079
7541
|
hover?: boolean | undefined;
|
|
7080
7542
|
empty?: boolean | undefined;
|
|
7543
|
+
locked?: boolean | undefined;
|
|
7081
7544
|
}>;
|
|
7082
7545
|
editableMap: Record<string, {
|
|
7083
7546
|
uniqid: string;
|
|
@@ -7189,7 +7652,12 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7189
7652
|
layers?: string[] | undefined;
|
|
7190
7653
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7191
7654
|
layers?: string[] | undefined;
|
|
7192
|
-
} & jamespot_user_api.WidgetType<
|
|
7655
|
+
} & jamespot_user_api.WidgetType<{
|
|
7656
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7657
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7658
|
+
css?: Record<string, string> | undefined;
|
|
7659
|
+
edit?: boolean | undefined;
|
|
7660
|
+
}>) | ({
|
|
7193
7661
|
layers?: string[] | undefined;
|
|
7194
7662
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7195
7663
|
layers?: string[] | undefined;
|
|
@@ -7242,7 +7710,12 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7242
7710
|
layers?: string[] | undefined;
|
|
7243
7711
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7244
7712
|
layers?: string[] | undefined;
|
|
7245
|
-
} & jamespot_user_api.WidgetType<
|
|
7713
|
+
} & jamespot_user_api.WidgetType<{
|
|
7714
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7715
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7716
|
+
css?: Record<string, string> | undefined;
|
|
7717
|
+
edit?: boolean | undefined;
|
|
7718
|
+
}>) | ({
|
|
7246
7719
|
layers?: string[] | undefined;
|
|
7247
7720
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7248
7721
|
layers?: string[] | undefined;
|
|
@@ -7279,6 +7752,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7279
7752
|
mounted?: boolean | undefined;
|
|
7280
7753
|
hover?: boolean | undefined;
|
|
7281
7754
|
empty?: boolean | undefined;
|
|
7755
|
+
locked?: boolean | undefined;
|
|
7282
7756
|
}>;
|
|
7283
7757
|
editableMap: Record<string, {
|
|
7284
7758
|
uniqid: string;
|
|
@@ -7362,7 +7836,12 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7362
7836
|
layers?: string[] | undefined;
|
|
7363
7837
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7364
7838
|
layers?: string[] | undefined;
|
|
7365
|
-
} & jamespot_user_api.WidgetType<
|
|
7839
|
+
} & jamespot_user_api.WidgetType<{
|
|
7840
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7841
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7842
|
+
css?: Record<string, string> | undefined;
|
|
7843
|
+
edit?: boolean | undefined;
|
|
7844
|
+
}>) | ({
|
|
7366
7845
|
layers?: string[] | undefined;
|
|
7367
7846
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7368
7847
|
layers?: string[] | undefined;
|
|
@@ -7415,7 +7894,12 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7415
7894
|
layers?: string[] | undefined;
|
|
7416
7895
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7417
7896
|
layers?: string[] | undefined;
|
|
7418
|
-
} & jamespot_user_api.WidgetType<
|
|
7897
|
+
} & jamespot_user_api.WidgetType<{
|
|
7898
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
7899
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
7900
|
+
css?: Record<string, string> | undefined;
|
|
7901
|
+
edit?: boolean | undefined;
|
|
7902
|
+
}>) | ({
|
|
7419
7903
|
layers?: string[] | undefined;
|
|
7420
7904
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7421
7905
|
layers?: string[] | undefined;
|
|
@@ -7452,6 +7936,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7452
7936
|
mounted?: boolean | undefined;
|
|
7453
7937
|
hover?: boolean | undefined;
|
|
7454
7938
|
empty?: boolean | undefined;
|
|
7939
|
+
locked?: boolean | undefined;
|
|
7455
7940
|
}>;
|
|
7456
7941
|
editableMap: Record<string, {
|
|
7457
7942
|
uniqid: string;
|
|
@@ -7613,7 +8098,12 @@ declare const MediaLibrary: {
|
|
|
7613
8098
|
layers?: string[] | undefined;
|
|
7614
8099
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7615
8100
|
layers?: string[] | undefined;
|
|
7616
|
-
} & jamespot_user_api.WidgetType<
|
|
8101
|
+
} & jamespot_user_api.WidgetType<{
|
|
8102
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8103
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8104
|
+
css?: Record<string, string> | undefined;
|
|
8105
|
+
edit?: boolean | undefined;
|
|
8106
|
+
}>) | ({
|
|
7617
8107
|
layers?: string[] | undefined;
|
|
7618
8108
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7619
8109
|
layers?: string[] | undefined;
|
|
@@ -7666,7 +8156,12 @@ declare const MediaLibrary: {
|
|
|
7666
8156
|
layers?: string[] | undefined;
|
|
7667
8157
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7668
8158
|
layers?: string[] | undefined;
|
|
7669
|
-
} & jamespot_user_api.WidgetType<
|
|
8159
|
+
} & jamespot_user_api.WidgetType<{
|
|
8160
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8161
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8162
|
+
css?: Record<string, string> | undefined;
|
|
8163
|
+
edit?: boolean | undefined;
|
|
8164
|
+
}>) | ({
|
|
7670
8165
|
layers?: string[] | undefined;
|
|
7671
8166
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7672
8167
|
layers?: string[] | undefined;
|
|
@@ -7719,7 +8214,12 @@ declare const MediaLibrary: {
|
|
|
7719
8214
|
layers?: string[] | undefined;
|
|
7720
8215
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7721
8216
|
layers?: string[] | undefined;
|
|
7722
|
-
} & jamespot_user_api.WidgetType<
|
|
8217
|
+
} & jamespot_user_api.WidgetType<{
|
|
8218
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8219
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8220
|
+
css?: Record<string, string> | undefined;
|
|
8221
|
+
edit?: boolean | undefined;
|
|
8222
|
+
}>) | ({
|
|
7723
8223
|
layers?: string[] | undefined;
|
|
7724
8224
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7725
8225
|
layers?: string[] | undefined;
|
|
@@ -7756,6 +8256,7 @@ declare const MediaLibrary: {
|
|
|
7756
8256
|
mounted?: boolean | undefined;
|
|
7757
8257
|
hover?: boolean | undefined;
|
|
7758
8258
|
empty?: boolean | undefined;
|
|
8259
|
+
locked?: boolean | undefined;
|
|
7759
8260
|
}>;
|
|
7760
8261
|
editableMap: Record<string, {
|
|
7761
8262
|
uniqid: string;
|
|
@@ -7905,7 +8406,12 @@ declare const MediaLibrary: {
|
|
|
7905
8406
|
layers?: string[] | undefined;
|
|
7906
8407
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7907
8408
|
layers?: string[] | undefined;
|
|
7908
|
-
} & jamespot_user_api.WidgetType<
|
|
8409
|
+
} & jamespot_user_api.WidgetType<{
|
|
8410
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8411
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8412
|
+
css?: Record<string, string> | undefined;
|
|
8413
|
+
edit?: boolean | undefined;
|
|
8414
|
+
}>) | ({
|
|
7909
8415
|
layers?: string[] | undefined;
|
|
7910
8416
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7911
8417
|
layers?: string[] | undefined;
|
|
@@ -7958,7 +8464,12 @@ declare const MediaLibrary: {
|
|
|
7958
8464
|
layers?: string[] | undefined;
|
|
7959
8465
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7960
8466
|
layers?: string[] | undefined;
|
|
7961
|
-
} & jamespot_user_api.WidgetType<
|
|
8467
|
+
} & jamespot_user_api.WidgetType<{
|
|
8468
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8469
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8470
|
+
css?: Record<string, string> | undefined;
|
|
8471
|
+
edit?: boolean | undefined;
|
|
8472
|
+
}>) | ({
|
|
7962
8473
|
layers?: string[] | undefined;
|
|
7963
8474
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7964
8475
|
layers?: string[] | undefined;
|
|
@@ -8011,7 +8522,12 @@ declare const MediaLibrary: {
|
|
|
8011
8522
|
layers?: string[] | undefined;
|
|
8012
8523
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8013
8524
|
layers?: string[] | undefined;
|
|
8014
|
-
} & jamespot_user_api.WidgetType<
|
|
8525
|
+
} & jamespot_user_api.WidgetType<{
|
|
8526
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8527
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8528
|
+
css?: Record<string, string> | undefined;
|
|
8529
|
+
edit?: boolean | undefined;
|
|
8530
|
+
}>) | ({
|
|
8015
8531
|
layers?: string[] | undefined;
|
|
8016
8532
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8017
8533
|
layers?: string[] | undefined;
|
|
@@ -8048,6 +8564,7 @@ declare const MediaLibrary: {
|
|
|
8048
8564
|
mounted?: boolean | undefined;
|
|
8049
8565
|
hover?: boolean | undefined;
|
|
8050
8566
|
empty?: boolean | undefined;
|
|
8567
|
+
locked?: boolean | undefined;
|
|
8051
8568
|
}>;
|
|
8052
8569
|
editableMap: Record<string, {
|
|
8053
8570
|
uniqid: string;
|
|
@@ -8128,7 +8645,12 @@ declare const MediaLibrary: {
|
|
|
8128
8645
|
layers?: string[] | undefined;
|
|
8129
8646
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8130
8647
|
layers?: string[] | undefined;
|
|
8131
|
-
} & jamespot_user_api.WidgetType<
|
|
8648
|
+
} & jamespot_user_api.WidgetType<{
|
|
8649
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8650
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8651
|
+
css?: Record<string, string> | undefined;
|
|
8652
|
+
edit?: boolean | undefined;
|
|
8653
|
+
}>) | ({
|
|
8132
8654
|
layers?: string[] | undefined;
|
|
8133
8655
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8134
8656
|
layers?: string[] | undefined;
|
|
@@ -8181,7 +8703,12 @@ declare const MediaLibrary: {
|
|
|
8181
8703
|
layers?: string[] | undefined;
|
|
8182
8704
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8183
8705
|
layers?: string[] | undefined;
|
|
8184
|
-
} & jamespot_user_api.WidgetType<
|
|
8706
|
+
} & jamespot_user_api.WidgetType<{
|
|
8707
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8708
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8709
|
+
css?: Record<string, string> | undefined;
|
|
8710
|
+
edit?: boolean | undefined;
|
|
8711
|
+
}>) | ({
|
|
8185
8712
|
layers?: string[] | undefined;
|
|
8186
8713
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8187
8714
|
layers?: string[] | undefined;
|
|
@@ -8218,6 +8745,7 @@ declare const MediaLibrary: {
|
|
|
8218
8745
|
mounted?: boolean | undefined;
|
|
8219
8746
|
hover?: boolean | undefined;
|
|
8220
8747
|
empty?: boolean | undefined;
|
|
8748
|
+
locked?: boolean | undefined;
|
|
8221
8749
|
}>;
|
|
8222
8750
|
editableMap: Record<string, {
|
|
8223
8751
|
uniqid: string;
|
|
@@ -8301,7 +8829,12 @@ declare const MediaLibrary: {
|
|
|
8301
8829
|
layers?: string[] | undefined;
|
|
8302
8830
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8303
8831
|
layers?: string[] | undefined;
|
|
8304
|
-
} & jamespot_user_api.WidgetType<
|
|
8832
|
+
} & jamespot_user_api.WidgetType<{
|
|
8833
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8834
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8835
|
+
css?: Record<string, string> | undefined;
|
|
8836
|
+
edit?: boolean | undefined;
|
|
8837
|
+
}>) | ({
|
|
8305
8838
|
layers?: string[] | undefined;
|
|
8306
8839
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8307
8840
|
layers?: string[] | undefined;
|
|
@@ -8354,7 +8887,12 @@ declare const MediaLibrary: {
|
|
|
8354
8887
|
layers?: string[] | undefined;
|
|
8355
8888
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8356
8889
|
layers?: string[] | undefined;
|
|
8357
|
-
} & jamespot_user_api.WidgetType<
|
|
8890
|
+
} & jamespot_user_api.WidgetType<{
|
|
8891
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
8892
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
8893
|
+
css?: Record<string, string> | undefined;
|
|
8894
|
+
edit?: boolean | undefined;
|
|
8895
|
+
}>) | ({
|
|
8358
8896
|
layers?: string[] | undefined;
|
|
8359
8897
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8360
8898
|
layers?: string[] | undefined;
|
|
@@ -8391,6 +8929,7 @@ declare const MediaLibrary: {
|
|
|
8391
8929
|
mounted?: boolean | undefined;
|
|
8392
8930
|
hover?: boolean | undefined;
|
|
8393
8931
|
empty?: boolean | undefined;
|
|
8932
|
+
locked?: boolean | undefined;
|
|
8394
8933
|
}>;
|
|
8395
8934
|
editableMap: Record<string, {
|
|
8396
8935
|
uniqid: string;
|
|
@@ -8502,7 +9041,12 @@ declare const MediaLibrary: {
|
|
|
8502
9041
|
layers?: string[] | undefined;
|
|
8503
9042
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8504
9043
|
layers?: string[] | undefined;
|
|
8505
|
-
} & jamespot_user_api.WidgetType<
|
|
9044
|
+
} & jamespot_user_api.WidgetType<{
|
|
9045
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9046
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9047
|
+
css?: Record<string, string> | undefined;
|
|
9048
|
+
edit?: boolean | undefined;
|
|
9049
|
+
}>) | ({
|
|
8506
9050
|
layers?: string[] | undefined;
|
|
8507
9051
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8508
9052
|
layers?: string[] | undefined;
|
|
@@ -8555,7 +9099,12 @@ declare const MediaLibrary: {
|
|
|
8555
9099
|
layers?: string[] | undefined;
|
|
8556
9100
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8557
9101
|
layers?: string[] | undefined;
|
|
8558
|
-
} & jamespot_user_api.WidgetType<
|
|
9102
|
+
} & jamespot_user_api.WidgetType<{
|
|
9103
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9104
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9105
|
+
css?: Record<string, string> | undefined;
|
|
9106
|
+
edit?: boolean | undefined;
|
|
9107
|
+
}>) | ({
|
|
8559
9108
|
layers?: string[] | undefined;
|
|
8560
9109
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8561
9110
|
layers?: string[] | undefined;
|
|
@@ -8592,6 +9141,7 @@ declare const MediaLibrary: {
|
|
|
8592
9141
|
mounted?: boolean | undefined;
|
|
8593
9142
|
hover?: boolean | undefined;
|
|
8594
9143
|
empty?: boolean | undefined;
|
|
9144
|
+
locked?: boolean | undefined;
|
|
8595
9145
|
}>;
|
|
8596
9146
|
editableMap: Record<string, {
|
|
8597
9147
|
uniqid: string;
|
|
@@ -8701,7 +9251,12 @@ declare const MediaLibrary: {
|
|
|
8701
9251
|
layers?: string[] | undefined;
|
|
8702
9252
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8703
9253
|
layers?: string[] | undefined;
|
|
8704
|
-
} & jamespot_user_api.WidgetType<
|
|
9254
|
+
} & jamespot_user_api.WidgetType<{
|
|
9255
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9256
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9257
|
+
css?: Record<string, string> | undefined;
|
|
9258
|
+
edit?: boolean | undefined;
|
|
9259
|
+
}>) | ({
|
|
8705
9260
|
layers?: string[] | undefined;
|
|
8706
9261
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8707
9262
|
layers?: string[] | undefined;
|
|
@@ -8754,7 +9309,12 @@ declare const MediaLibrary: {
|
|
|
8754
9309
|
layers?: string[] | undefined;
|
|
8755
9310
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8756
9311
|
layers?: string[] | undefined;
|
|
8757
|
-
} & jamespot_user_api.WidgetType<
|
|
9312
|
+
} & jamespot_user_api.WidgetType<{
|
|
9313
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9314
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9315
|
+
css?: Record<string, string> | undefined;
|
|
9316
|
+
edit?: boolean | undefined;
|
|
9317
|
+
}>) | ({
|
|
8758
9318
|
layers?: string[] | undefined;
|
|
8759
9319
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8760
9320
|
layers?: string[] | undefined;
|
|
@@ -8791,6 +9351,7 @@ declare const MediaLibrary: {
|
|
|
8791
9351
|
mounted?: boolean | undefined;
|
|
8792
9352
|
hover?: boolean | undefined;
|
|
8793
9353
|
empty?: boolean | undefined;
|
|
9354
|
+
locked?: boolean | undefined;
|
|
8794
9355
|
}>;
|
|
8795
9356
|
editableMap: Record<string, {
|
|
8796
9357
|
uniqid: string;
|
|
@@ -9222,7 +9783,12 @@ declare const WedocApp: {
|
|
|
9222
9783
|
layers?: string[] | undefined;
|
|
9223
9784
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9224
9785
|
layers?: string[] | undefined;
|
|
9225
|
-
} & jamespot_user_api.WidgetType<
|
|
9786
|
+
} & jamespot_user_api.WidgetType<{
|
|
9787
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9788
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9789
|
+
css?: Record<string, string> | undefined;
|
|
9790
|
+
edit?: boolean | undefined;
|
|
9791
|
+
}>) | ({
|
|
9226
9792
|
layers?: string[] | undefined;
|
|
9227
9793
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9228
9794
|
layers?: string[] | undefined;
|
|
@@ -9275,7 +9841,12 @@ declare const WedocApp: {
|
|
|
9275
9841
|
layers?: string[] | undefined;
|
|
9276
9842
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9277
9843
|
layers?: string[] | undefined;
|
|
9278
|
-
} & jamespot_user_api.WidgetType<
|
|
9844
|
+
} & jamespot_user_api.WidgetType<{
|
|
9845
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
9846
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
9847
|
+
css?: Record<string, string> | undefined;
|
|
9848
|
+
edit?: boolean | undefined;
|
|
9849
|
+
}>) | ({
|
|
9279
9850
|
layers?: string[] | undefined;
|
|
9280
9851
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9281
9852
|
layers?: string[] | undefined;
|
|
@@ -9312,6 +9883,7 @@ declare const WedocApp: {
|
|
|
9312
9883
|
mounted?: boolean | undefined;
|
|
9313
9884
|
hover?: boolean | undefined;
|
|
9314
9885
|
empty?: boolean | undefined;
|
|
9886
|
+
locked?: boolean | undefined;
|
|
9315
9887
|
}>;
|
|
9316
9888
|
editableMap: Record<string, {
|
|
9317
9889
|
uniqid: string;
|
|
@@ -9429,7 +10001,12 @@ declare const WedocApp: {
|
|
|
9429
10001
|
layers?: string[] | undefined;
|
|
9430
10002
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9431
10003
|
layers?: string[] | undefined;
|
|
9432
|
-
} & jamespot_user_api.WidgetType<
|
|
10004
|
+
} & jamespot_user_api.WidgetType<{
|
|
10005
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10006
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10007
|
+
css?: Record<string, string> | undefined;
|
|
10008
|
+
edit?: boolean | undefined;
|
|
10009
|
+
}>) | ({
|
|
9433
10010
|
layers?: string[] | undefined;
|
|
9434
10011
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9435
10012
|
layers?: string[] | undefined;
|
|
@@ -9482,7 +10059,12 @@ declare const WedocApp: {
|
|
|
9482
10059
|
layers?: string[] | undefined;
|
|
9483
10060
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9484
10061
|
layers?: string[] | undefined;
|
|
9485
|
-
} & jamespot_user_api.WidgetType<
|
|
10062
|
+
} & jamespot_user_api.WidgetType<{
|
|
10063
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10064
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10065
|
+
css?: Record<string, string> | undefined;
|
|
10066
|
+
edit?: boolean | undefined;
|
|
10067
|
+
}>) | ({
|
|
9486
10068
|
layers?: string[] | undefined;
|
|
9487
10069
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9488
10070
|
layers?: string[] | undefined;
|
|
@@ -9519,6 +10101,7 @@ declare const WedocApp: {
|
|
|
9519
10101
|
mounted?: boolean | undefined;
|
|
9520
10102
|
hover?: boolean | undefined;
|
|
9521
10103
|
empty?: boolean | undefined;
|
|
10104
|
+
locked?: boolean | undefined;
|
|
9522
10105
|
}>;
|
|
9523
10106
|
editableMap: Record<string, {
|
|
9524
10107
|
uniqid: string;
|
|
@@ -9628,7 +10211,12 @@ declare const Share: {
|
|
|
9628
10211
|
layers?: string[] | undefined;
|
|
9629
10212
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9630
10213
|
layers?: string[] | undefined;
|
|
9631
|
-
} & jamespot_user_api.WidgetType<
|
|
10214
|
+
} & jamespot_user_api.WidgetType<{
|
|
10215
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10216
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10217
|
+
css?: Record<string, string> | undefined;
|
|
10218
|
+
edit?: boolean | undefined;
|
|
10219
|
+
}>) | ({
|
|
9632
10220
|
layers?: string[] | undefined;
|
|
9633
10221
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9634
10222
|
layers?: string[] | undefined;
|
|
@@ -9681,7 +10269,12 @@ declare const Share: {
|
|
|
9681
10269
|
layers?: string[] | undefined;
|
|
9682
10270
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9683
10271
|
layers?: string[] | undefined;
|
|
9684
|
-
} & jamespot_user_api.WidgetType<
|
|
10272
|
+
} & jamespot_user_api.WidgetType<{
|
|
10273
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10274
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10275
|
+
css?: Record<string, string> | undefined;
|
|
10276
|
+
edit?: boolean | undefined;
|
|
10277
|
+
}>) | ({
|
|
9685
10278
|
layers?: string[] | undefined;
|
|
9686
10279
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9687
10280
|
layers?: string[] | undefined;
|
|
@@ -9718,6 +10311,7 @@ declare const Share: {
|
|
|
9718
10311
|
mounted?: boolean | undefined;
|
|
9719
10312
|
hover?: boolean | undefined;
|
|
9720
10313
|
empty?: boolean | undefined;
|
|
10314
|
+
locked?: boolean | undefined;
|
|
9721
10315
|
}>;
|
|
9722
10316
|
editableMap: Record<string, {
|
|
9723
10317
|
uniqid: string;
|
|
@@ -9849,7 +10443,12 @@ declare const TVDisplay: {
|
|
|
9849
10443
|
layers?: string[] | undefined;
|
|
9850
10444
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9851
10445
|
layers?: string[] | undefined;
|
|
9852
|
-
} & jamespot_user_api.WidgetType<
|
|
10446
|
+
} & jamespot_user_api.WidgetType<{
|
|
10447
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10448
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10449
|
+
css?: Record<string, string> | undefined;
|
|
10450
|
+
edit?: boolean | undefined;
|
|
10451
|
+
}>) | ({
|
|
9853
10452
|
layers?: string[] | undefined;
|
|
9854
10453
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9855
10454
|
layers?: string[] | undefined;
|
|
@@ -9978,7 +10577,12 @@ declare const TVDisplay: {
|
|
|
9978
10577
|
layers?: string[] | undefined;
|
|
9979
10578
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9980
10579
|
layers?: string[] | undefined;
|
|
9981
|
-
} & jamespot_user_api.WidgetType<
|
|
10580
|
+
} & jamespot_user_api.WidgetType<{
|
|
10581
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10582
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10583
|
+
css?: Record<string, string> | undefined;
|
|
10584
|
+
edit?: boolean | undefined;
|
|
10585
|
+
}>) | ({
|
|
9982
10586
|
layers?: string[] | undefined;
|
|
9983
10587
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9984
10588
|
layers?: string[] | undefined;
|
|
@@ -10113,7 +10717,12 @@ declare const TVDisplay: {
|
|
|
10113
10717
|
layers?: string[] | undefined;
|
|
10114
10718
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10115
10719
|
layers?: string[] | undefined;
|
|
10116
|
-
} & jamespot_user_api.WidgetType<
|
|
10720
|
+
} & jamespot_user_api.WidgetType<{
|
|
10721
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10722
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10723
|
+
css?: Record<string, string> | undefined;
|
|
10724
|
+
edit?: boolean | undefined;
|
|
10725
|
+
}>) | ({
|
|
10117
10726
|
layers?: string[] | undefined;
|
|
10118
10727
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10119
10728
|
layers?: string[] | undefined;
|
|
@@ -10242,7 +10851,12 @@ declare const TVDisplay: {
|
|
|
10242
10851
|
layers?: string[] | undefined;
|
|
10243
10852
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10244
10853
|
layers?: string[] | undefined;
|
|
10245
|
-
} & jamespot_user_api.WidgetType<
|
|
10854
|
+
} & jamespot_user_api.WidgetType<{
|
|
10855
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10856
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10857
|
+
css?: Record<string, string> | undefined;
|
|
10858
|
+
edit?: boolean | undefined;
|
|
10859
|
+
}>) | ({
|
|
10246
10860
|
layers?: string[] | undefined;
|
|
10247
10861
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10248
10862
|
layers?: string[] | undefined;
|
|
@@ -10342,7 +10956,12 @@ declare const TVDisplay: {
|
|
|
10342
10956
|
layers?: string[] | undefined;
|
|
10343
10957
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10344
10958
|
layers?: string[] | undefined;
|
|
10345
|
-
} & jamespot_user_api.WidgetType<
|
|
10959
|
+
} & jamespot_user_api.WidgetType<{
|
|
10960
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
10961
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
10962
|
+
css?: Record<string, string> | undefined;
|
|
10963
|
+
edit?: boolean | undefined;
|
|
10964
|
+
}>) | ({
|
|
10346
10965
|
layers?: string[] | undefined;
|
|
10347
10966
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10348
10967
|
layers?: string[] | undefined;
|
|
@@ -10395,7 +11014,12 @@ declare const TVDisplay: {
|
|
|
10395
11014
|
layers?: string[] | undefined;
|
|
10396
11015
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10397
11016
|
layers?: string[] | undefined;
|
|
10398
|
-
} & jamespot_user_api.WidgetType<
|
|
11017
|
+
} & jamespot_user_api.WidgetType<{
|
|
11018
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11019
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11020
|
+
css?: Record<string, string> | undefined;
|
|
11021
|
+
edit?: boolean | undefined;
|
|
11022
|
+
}>) | ({
|
|
10399
11023
|
layers?: string[] | undefined;
|
|
10400
11024
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10401
11025
|
layers?: string[] | undefined;
|
|
@@ -10432,6 +11056,7 @@ declare const TVDisplay: {
|
|
|
10432
11056
|
mounted?: boolean | undefined;
|
|
10433
11057
|
hover?: boolean | undefined;
|
|
10434
11058
|
empty?: boolean | undefined;
|
|
11059
|
+
locked?: boolean | undefined;
|
|
10435
11060
|
}>;
|
|
10436
11061
|
editableMap: Record<string, {
|
|
10437
11062
|
uniqid: string;
|
|
@@ -10542,7 +11167,12 @@ declare const TVDisplay: {
|
|
|
10542
11167
|
layers?: string[] | undefined;
|
|
10543
11168
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10544
11169
|
layers?: string[] | undefined;
|
|
10545
|
-
} & jamespot_user_api.WidgetType<
|
|
11170
|
+
} & jamespot_user_api.WidgetType<{
|
|
11171
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11172
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11173
|
+
css?: Record<string, string> | undefined;
|
|
11174
|
+
edit?: boolean | undefined;
|
|
11175
|
+
}>) | ({
|
|
10546
11176
|
layers?: string[] | undefined;
|
|
10547
11177
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10548
11178
|
layers?: string[] | undefined;
|
|
@@ -10671,7 +11301,12 @@ declare const TVDisplay: {
|
|
|
10671
11301
|
layers?: string[] | undefined;
|
|
10672
11302
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10673
11303
|
layers?: string[] | undefined;
|
|
10674
|
-
} & jamespot_user_api.WidgetType<
|
|
11304
|
+
} & jamespot_user_api.WidgetType<{
|
|
11305
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11306
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11307
|
+
css?: Record<string, string> | undefined;
|
|
11308
|
+
edit?: boolean | undefined;
|
|
11309
|
+
}>) | ({
|
|
10675
11310
|
layers?: string[] | undefined;
|
|
10676
11311
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10677
11312
|
layers?: string[] | undefined;
|
|
@@ -10772,7 +11407,12 @@ declare const TVDisplay: {
|
|
|
10772
11407
|
layers?: string[] | undefined;
|
|
10773
11408
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10774
11409
|
layers?: string[] | undefined;
|
|
10775
|
-
} & jamespot_user_api.WidgetType<
|
|
11410
|
+
} & jamespot_user_api.WidgetType<{
|
|
11411
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11412
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11413
|
+
css?: Record<string, string> | undefined;
|
|
11414
|
+
edit?: boolean | undefined;
|
|
11415
|
+
}>) | ({
|
|
10776
11416
|
layers?: string[] | undefined;
|
|
10777
11417
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10778
11418
|
layers?: string[] | undefined;
|
|
@@ -10825,7 +11465,12 @@ declare const TVDisplay: {
|
|
|
10825
11465
|
layers?: string[] | undefined;
|
|
10826
11466
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10827
11467
|
layers?: string[] | undefined;
|
|
10828
|
-
} & jamespot_user_api.WidgetType<
|
|
11468
|
+
} & jamespot_user_api.WidgetType<{
|
|
11469
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11470
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11471
|
+
css?: Record<string, string> | undefined;
|
|
11472
|
+
edit?: boolean | undefined;
|
|
11473
|
+
}>) | ({
|
|
10829
11474
|
layers?: string[] | undefined;
|
|
10830
11475
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10831
11476
|
layers?: string[] | undefined;
|
|
@@ -10862,6 +11507,7 @@ declare const TVDisplay: {
|
|
|
10862
11507
|
mounted?: boolean | undefined;
|
|
10863
11508
|
hover?: boolean | undefined;
|
|
10864
11509
|
empty?: boolean | undefined;
|
|
11510
|
+
locked?: boolean | undefined;
|
|
10865
11511
|
}>;
|
|
10866
11512
|
editableMap: Record<string, {
|
|
10867
11513
|
uniqid: string;
|
|
@@ -11152,7 +11798,12 @@ declare const Widget: {
|
|
|
11152
11798
|
layers?: string[] | undefined;
|
|
11153
11799
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11154
11800
|
layers?: string[] | undefined;
|
|
11155
|
-
} & jamespot_user_api.WidgetType<
|
|
11801
|
+
} & jamespot_user_api.WidgetType<{
|
|
11802
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11803
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11804
|
+
css?: Record<string, string> | undefined;
|
|
11805
|
+
edit?: boolean | undefined;
|
|
11806
|
+
}>) | ({
|
|
11156
11807
|
layers?: string[] | undefined;
|
|
11157
11808
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11158
11809
|
layers?: string[] | undefined;
|
|
@@ -11205,7 +11856,12 @@ declare const Widget: {
|
|
|
11205
11856
|
layers?: string[] | undefined;
|
|
11206
11857
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11207
11858
|
layers?: string[] | undefined;
|
|
11208
|
-
} & jamespot_user_api.WidgetType<
|
|
11859
|
+
} & jamespot_user_api.WidgetType<{
|
|
11860
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
11861
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
11862
|
+
css?: Record<string, string> | undefined;
|
|
11863
|
+
edit?: boolean | undefined;
|
|
11864
|
+
}>) | ({
|
|
11209
11865
|
layers?: string[] | undefined;
|
|
11210
11866
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11211
11867
|
layers?: string[] | undefined;
|
|
@@ -11242,6 +11898,7 @@ declare const Widget: {
|
|
|
11242
11898
|
mounted?: boolean | undefined;
|
|
11243
11899
|
hover?: boolean | undefined;
|
|
11244
11900
|
empty?: boolean | undefined;
|
|
11901
|
+
locked?: boolean | undefined;
|
|
11245
11902
|
}>;
|
|
11246
11903
|
editableMap: Record<string, {
|
|
11247
11904
|
uniqid: string;
|
|
@@ -11384,7 +12041,12 @@ declare const Widget: {
|
|
|
11384
12041
|
layers?: string[] | undefined;
|
|
11385
12042
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11386
12043
|
layers?: string[] | undefined;
|
|
11387
|
-
} & jamespot_user_api.WidgetType<
|
|
12044
|
+
} & jamespot_user_api.WidgetType<{
|
|
12045
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12046
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12047
|
+
css?: Record<string, string> | undefined;
|
|
12048
|
+
edit?: boolean | undefined;
|
|
12049
|
+
}>) | ({
|
|
11388
12050
|
layers?: string[] | undefined;
|
|
11389
12051
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11390
12052
|
layers?: string[] | undefined;
|
|
@@ -11430,7 +12092,12 @@ declare const Widget: {
|
|
|
11430
12092
|
layers?: string[] | undefined;
|
|
11431
12093
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11432
12094
|
layers?: string[] | undefined;
|
|
11433
|
-
} & jamespot_user_api.WidgetType<
|
|
12095
|
+
} & jamespot_user_api.WidgetType<{
|
|
12096
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12097
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12098
|
+
css?: Record<string, string> | undefined;
|
|
12099
|
+
edit?: boolean | undefined;
|
|
12100
|
+
}>) | ({
|
|
11434
12101
|
layers?: string[] | undefined;
|
|
11435
12102
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11436
12103
|
layers?: string[] | undefined;
|
|
@@ -11467,6 +12134,7 @@ declare const Widget: {
|
|
|
11467
12134
|
mounted?: boolean | undefined;
|
|
11468
12135
|
hover?: boolean | undefined;
|
|
11469
12136
|
empty?: boolean | undefined;
|
|
12137
|
+
locked?: boolean | undefined;
|
|
11470
12138
|
} | undefined;
|
|
11471
12139
|
selectModal: (state: WidgetsRootState) => {
|
|
11472
12140
|
title?: string | undefined;
|
|
@@ -11915,7 +12583,12 @@ declare const studio: {
|
|
|
11915
12583
|
layers?: string[] | undefined;
|
|
11916
12584
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11917
12585
|
layers?: string[] | undefined;
|
|
11918
|
-
} & jamespot_user_api.WidgetType<
|
|
12586
|
+
} & jamespot_user_api.WidgetType<{
|
|
12587
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12588
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12589
|
+
css?: Record<string, string> | undefined;
|
|
12590
|
+
edit?: boolean | undefined;
|
|
12591
|
+
}>) | ({
|
|
11919
12592
|
layers?: string[] | undefined;
|
|
11920
12593
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11921
12594
|
layers?: string[] | undefined;
|
|
@@ -11968,7 +12641,12 @@ declare const studio: {
|
|
|
11968
12641
|
layers?: string[] | undefined;
|
|
11969
12642
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11970
12643
|
layers?: string[] | undefined;
|
|
11971
|
-
} & jamespot_user_api.WidgetType<
|
|
12644
|
+
} & jamespot_user_api.WidgetType<{
|
|
12645
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12646
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12647
|
+
css?: Record<string, string> | undefined;
|
|
12648
|
+
edit?: boolean | undefined;
|
|
12649
|
+
}>) | ({
|
|
11972
12650
|
layers?: string[] | undefined;
|
|
11973
12651
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11974
12652
|
layers?: string[] | undefined;
|
|
@@ -12005,6 +12683,7 @@ declare const studio: {
|
|
|
12005
12683
|
mounted?: boolean | undefined;
|
|
12006
12684
|
hover?: boolean | undefined;
|
|
12007
12685
|
empty?: boolean | undefined;
|
|
12686
|
+
locked?: boolean | undefined;
|
|
12008
12687
|
}>;
|
|
12009
12688
|
editableMap: Record<string, {
|
|
12010
12689
|
uniqid: string;
|
|
@@ -12088,7 +12767,12 @@ declare const studio: {
|
|
|
12088
12767
|
layers?: string[] | undefined;
|
|
12089
12768
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12090
12769
|
layers?: string[] | undefined;
|
|
12091
|
-
} & jamespot_user_api.WidgetType<
|
|
12770
|
+
} & jamespot_user_api.WidgetType<{
|
|
12771
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12772
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12773
|
+
css?: Record<string, string> | undefined;
|
|
12774
|
+
edit?: boolean | undefined;
|
|
12775
|
+
}>) | ({
|
|
12092
12776
|
layers?: string[] | undefined;
|
|
12093
12777
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12094
12778
|
layers?: string[] | undefined;
|
|
@@ -12141,7 +12825,12 @@ declare const studio: {
|
|
|
12141
12825
|
layers?: string[] | undefined;
|
|
12142
12826
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12143
12827
|
layers?: string[] | undefined;
|
|
12144
|
-
} & jamespot_user_api.WidgetType<
|
|
12828
|
+
} & jamespot_user_api.WidgetType<{
|
|
12829
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12830
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12831
|
+
css?: Record<string, string> | undefined;
|
|
12832
|
+
edit?: boolean | undefined;
|
|
12833
|
+
}>) | ({
|
|
12145
12834
|
layers?: string[] | undefined;
|
|
12146
12835
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12147
12836
|
layers?: string[] | undefined;
|
|
@@ -12178,6 +12867,7 @@ declare const studio: {
|
|
|
12178
12867
|
mounted?: boolean | undefined;
|
|
12179
12868
|
hover?: boolean | undefined;
|
|
12180
12869
|
empty?: boolean | undefined;
|
|
12870
|
+
locked?: boolean | undefined;
|
|
12181
12871
|
}>;
|
|
12182
12872
|
editableMap: Record<string, {
|
|
12183
12873
|
uniqid: string;
|
|
@@ -12260,7 +12950,12 @@ declare const studio: {
|
|
|
12260
12950
|
layers?: string[] | undefined;
|
|
12261
12951
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12262
12952
|
layers?: string[] | undefined;
|
|
12263
|
-
} & jamespot_user_api.WidgetType<
|
|
12953
|
+
} & jamespot_user_api.WidgetType<{
|
|
12954
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12955
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
12956
|
+
css?: Record<string, string> | undefined;
|
|
12957
|
+
edit?: boolean | undefined;
|
|
12958
|
+
}>) | ({
|
|
12264
12959
|
layers?: string[] | undefined;
|
|
12265
12960
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12266
12961
|
layers?: string[] | undefined;
|
|
@@ -12313,7 +13008,12 @@ declare const studio: {
|
|
|
12313
13008
|
layers?: string[] | undefined;
|
|
12314
13009
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12315
13010
|
layers?: string[] | undefined;
|
|
12316
|
-
} & jamespot_user_api.WidgetType<
|
|
13011
|
+
} & jamespot_user_api.WidgetType<{
|
|
13012
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13013
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13014
|
+
css?: Record<string, string> | undefined;
|
|
13015
|
+
edit?: boolean | undefined;
|
|
13016
|
+
}>) | ({
|
|
12317
13017
|
layers?: string[] | undefined;
|
|
12318
13018
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12319
13019
|
layers?: string[] | undefined;
|
|
@@ -12350,6 +13050,7 @@ declare const studio: {
|
|
|
12350
13050
|
mounted?: boolean | undefined;
|
|
12351
13051
|
hover?: boolean | undefined;
|
|
12352
13052
|
empty?: boolean | undefined;
|
|
13053
|
+
locked?: boolean | undefined;
|
|
12353
13054
|
}>;
|
|
12354
13055
|
editableMap: Record<string, {
|
|
12355
13056
|
uniqid: string;
|
|
@@ -12432,7 +13133,12 @@ declare const studio: {
|
|
|
12432
13133
|
layers?: string[] | undefined;
|
|
12433
13134
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12434
13135
|
layers?: string[] | undefined;
|
|
12435
|
-
} & jamespot_user_api.WidgetType<
|
|
13136
|
+
} & jamespot_user_api.WidgetType<{
|
|
13137
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13138
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13139
|
+
css?: Record<string, string> | undefined;
|
|
13140
|
+
edit?: boolean | undefined;
|
|
13141
|
+
}>) | ({
|
|
12436
13142
|
layers?: string[] | undefined;
|
|
12437
13143
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12438
13144
|
layers?: string[] | undefined;
|
|
@@ -12485,7 +13191,12 @@ declare const studio: {
|
|
|
12485
13191
|
layers?: string[] | undefined;
|
|
12486
13192
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12487
13193
|
layers?: string[] | undefined;
|
|
12488
|
-
} & jamespot_user_api.WidgetType<
|
|
13194
|
+
} & jamespot_user_api.WidgetType<{
|
|
13195
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13196
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13197
|
+
css?: Record<string, string> | undefined;
|
|
13198
|
+
edit?: boolean | undefined;
|
|
13199
|
+
}>) | ({
|
|
12489
13200
|
layers?: string[] | undefined;
|
|
12490
13201
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12491
13202
|
layers?: string[] | undefined;
|
|
@@ -12522,6 +13233,7 @@ declare const studio: {
|
|
|
12522
13233
|
mounted?: boolean | undefined;
|
|
12523
13234
|
hover?: boolean | undefined;
|
|
12524
13235
|
empty?: boolean | undefined;
|
|
13236
|
+
locked?: boolean | undefined;
|
|
12525
13237
|
}>;
|
|
12526
13238
|
editableMap: Record<string, {
|
|
12527
13239
|
uniqid: string;
|
|
@@ -12604,7 +13316,12 @@ declare const studio: {
|
|
|
12604
13316
|
layers?: string[] | undefined;
|
|
12605
13317
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12606
13318
|
layers?: string[] | undefined;
|
|
12607
|
-
} & jamespot_user_api.WidgetType<
|
|
13319
|
+
} & jamespot_user_api.WidgetType<{
|
|
13320
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13321
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13322
|
+
css?: Record<string, string> | undefined;
|
|
13323
|
+
edit?: boolean | undefined;
|
|
13324
|
+
}>) | ({
|
|
12608
13325
|
layers?: string[] | undefined;
|
|
12609
13326
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12610
13327
|
layers?: string[] | undefined;
|
|
@@ -12657,7 +13374,12 @@ declare const studio: {
|
|
|
12657
13374
|
layers?: string[] | undefined;
|
|
12658
13375
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12659
13376
|
layers?: string[] | undefined;
|
|
12660
|
-
} & jamespot_user_api.WidgetType<
|
|
13377
|
+
} & jamespot_user_api.WidgetType<{
|
|
13378
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13379
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13380
|
+
css?: Record<string, string> | undefined;
|
|
13381
|
+
edit?: boolean | undefined;
|
|
13382
|
+
}>) | ({
|
|
12661
13383
|
layers?: string[] | undefined;
|
|
12662
13384
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12663
13385
|
layers?: string[] | undefined;
|
|
@@ -12694,6 +13416,7 @@ declare const studio: {
|
|
|
12694
13416
|
mounted?: boolean | undefined;
|
|
12695
13417
|
hover?: boolean | undefined;
|
|
12696
13418
|
empty?: boolean | undefined;
|
|
13419
|
+
locked?: boolean | undefined;
|
|
12697
13420
|
}>;
|
|
12698
13421
|
editableMap: Record<string, {
|
|
12699
13422
|
uniqid: string;
|
|
@@ -12777,7 +13500,12 @@ declare const studio: {
|
|
|
12777
13500
|
layers?: string[] | undefined;
|
|
12778
13501
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12779
13502
|
layers?: string[] | undefined;
|
|
12780
|
-
} & jamespot_user_api.WidgetType<
|
|
13503
|
+
} & jamespot_user_api.WidgetType<{
|
|
13504
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13505
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13506
|
+
css?: Record<string, string> | undefined;
|
|
13507
|
+
edit?: boolean | undefined;
|
|
13508
|
+
}>) | ({
|
|
12781
13509
|
layers?: string[] | undefined;
|
|
12782
13510
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12783
13511
|
layers?: string[] | undefined;
|
|
@@ -12830,7 +13558,12 @@ declare const studio: {
|
|
|
12830
13558
|
layers?: string[] | undefined;
|
|
12831
13559
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12832
13560
|
layers?: string[] | undefined;
|
|
12833
|
-
} & jamespot_user_api.WidgetType<
|
|
13561
|
+
} & jamespot_user_api.WidgetType<{
|
|
13562
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13563
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13564
|
+
css?: Record<string, string> | undefined;
|
|
13565
|
+
edit?: boolean | undefined;
|
|
13566
|
+
}>) | ({
|
|
12834
13567
|
layers?: string[] | undefined;
|
|
12835
13568
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12836
13569
|
layers?: string[] | undefined;
|
|
@@ -12867,6 +13600,7 @@ declare const studio: {
|
|
|
12867
13600
|
mounted?: boolean | undefined;
|
|
12868
13601
|
hover?: boolean | undefined;
|
|
12869
13602
|
empty?: boolean | undefined;
|
|
13603
|
+
locked?: boolean | undefined;
|
|
12870
13604
|
}>;
|
|
12871
13605
|
editableMap: Record<string, {
|
|
12872
13606
|
uniqid: string;
|
|
@@ -12950,7 +13684,12 @@ declare const studio: {
|
|
|
12950
13684
|
layers?: string[] | undefined;
|
|
12951
13685
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12952
13686
|
layers?: string[] | undefined;
|
|
12953
|
-
} & jamespot_user_api.WidgetType<
|
|
13687
|
+
} & jamespot_user_api.WidgetType<{
|
|
13688
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13689
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13690
|
+
css?: Record<string, string> | undefined;
|
|
13691
|
+
edit?: boolean | undefined;
|
|
13692
|
+
}>) | ({
|
|
12954
13693
|
layers?: string[] | undefined;
|
|
12955
13694
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12956
13695
|
layers?: string[] | undefined;
|
|
@@ -13003,7 +13742,12 @@ declare const studio: {
|
|
|
13003
13742
|
layers?: string[] | undefined;
|
|
13004
13743
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13005
13744
|
layers?: string[] | undefined;
|
|
13006
|
-
} & jamespot_user_api.WidgetType<
|
|
13745
|
+
} & jamespot_user_api.WidgetType<{
|
|
13746
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13747
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13748
|
+
css?: Record<string, string> | undefined;
|
|
13749
|
+
edit?: boolean | undefined;
|
|
13750
|
+
}>) | ({
|
|
13007
13751
|
layers?: string[] | undefined;
|
|
13008
13752
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13009
13753
|
layers?: string[] | undefined;
|
|
@@ -13040,6 +13784,7 @@ declare const studio: {
|
|
|
13040
13784
|
mounted?: boolean | undefined;
|
|
13041
13785
|
hover?: boolean | undefined;
|
|
13042
13786
|
empty?: boolean | undefined;
|
|
13787
|
+
locked?: boolean | undefined;
|
|
13043
13788
|
}>;
|
|
13044
13789
|
editableMap: Record<string, {
|
|
13045
13790
|
uniqid: string;
|
|
@@ -13120,7 +13865,12 @@ declare const studio: {
|
|
|
13120
13865
|
layers?: string[] | undefined;
|
|
13121
13866
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13122
13867
|
layers?: string[] | undefined;
|
|
13123
|
-
} & jamespot_user_api.WidgetType<
|
|
13868
|
+
} & jamespot_user_api.WidgetType<{
|
|
13869
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13870
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13871
|
+
css?: Record<string, string> | undefined;
|
|
13872
|
+
edit?: boolean | undefined;
|
|
13873
|
+
}>) | ({
|
|
13124
13874
|
layers?: string[] | undefined;
|
|
13125
13875
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13126
13876
|
layers?: string[] | undefined;
|
|
@@ -13173,7 +13923,12 @@ declare const studio: {
|
|
|
13173
13923
|
layers?: string[] | undefined;
|
|
13174
13924
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13175
13925
|
layers?: string[] | undefined;
|
|
13176
|
-
} & jamespot_user_api.WidgetType<
|
|
13926
|
+
} & jamespot_user_api.WidgetType<{
|
|
13927
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13928
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13929
|
+
css?: Record<string, string> | undefined;
|
|
13930
|
+
edit?: boolean | undefined;
|
|
13931
|
+
}>) | ({
|
|
13177
13932
|
layers?: string[] | undefined;
|
|
13178
13933
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13179
13934
|
layers?: string[] | undefined;
|
|
@@ -13210,6 +13965,7 @@ declare const studio: {
|
|
|
13210
13965
|
mounted?: boolean | undefined;
|
|
13211
13966
|
hover?: boolean | undefined;
|
|
13212
13967
|
empty?: boolean | undefined;
|
|
13968
|
+
locked?: boolean | undefined;
|
|
13213
13969
|
}>;
|
|
13214
13970
|
editableMap: Record<string, {
|
|
13215
13971
|
uniqid: string;
|
|
@@ -13292,7 +14048,12 @@ declare const studio: {
|
|
|
13292
14048
|
layers?: string[] | undefined;
|
|
13293
14049
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13294
14050
|
layers?: string[] | undefined;
|
|
13295
|
-
} & jamespot_user_api.WidgetType<
|
|
14051
|
+
} & jamespot_user_api.WidgetType<{
|
|
14052
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14053
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14054
|
+
css?: Record<string, string> | undefined;
|
|
14055
|
+
edit?: boolean | undefined;
|
|
14056
|
+
}>) | ({
|
|
13296
14057
|
layers?: string[] | undefined;
|
|
13297
14058
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13298
14059
|
layers?: string[] | undefined;
|
|
@@ -13345,7 +14106,12 @@ declare const studio: {
|
|
|
13345
14106
|
layers?: string[] | undefined;
|
|
13346
14107
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13347
14108
|
layers?: string[] | undefined;
|
|
13348
|
-
} & jamespot_user_api.WidgetType<
|
|
14109
|
+
} & jamespot_user_api.WidgetType<{
|
|
14110
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14111
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14112
|
+
css?: Record<string, string> | undefined;
|
|
14113
|
+
edit?: boolean | undefined;
|
|
14114
|
+
}>) | ({
|
|
13349
14115
|
layers?: string[] | undefined;
|
|
13350
14116
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13351
14117
|
layers?: string[] | undefined;
|
|
@@ -13382,6 +14148,7 @@ declare const studio: {
|
|
|
13382
14148
|
mounted?: boolean | undefined;
|
|
13383
14149
|
hover?: boolean | undefined;
|
|
13384
14150
|
empty?: boolean | undefined;
|
|
14151
|
+
locked?: boolean | undefined;
|
|
13385
14152
|
}>;
|
|
13386
14153
|
editableMap: Record<string, {
|
|
13387
14154
|
uniqid: string;
|