jamespot-front-business 1.1.65 → 1.1.67
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 +57 -34
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +56 -34
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +1433 -125
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
|
2
2
|
import { EntityState, Dispatch, PayloadAction, Action } from '@reduxjs/toolkit';
|
|
3
3
|
import * as zod from 'zod';
|
|
4
4
|
import * as jamespot_user_api from 'jamespot-user-api';
|
|
5
|
-
import { AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, CombinedWidgetContent, WidgetsName, Rights, jObjectLittle, WidgetVector, WidgetStateProps, WidgetsRootState, JamespotUserApi, StudioApplicationBase, jTaxonomyLittle } from 'jamespot-user-api';
|
|
5
|
+
import { AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, CombinedWidgetContent, WidgetsName, Rights, jObjectLittle, WidgetVector, WidgetStateProps, WidgetsRootState, SocialAction, JamespotUserApi, StudioApplicationBase, jTaxonomyLittle } from 'jamespot-user-api';
|
|
6
6
|
import * as redux from 'redux';
|
|
7
7
|
import { Dispatch as Dispatch$1 } from 'redux';
|
|
8
8
|
import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
|
|
@@ -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;
|
|
@@ -259,7 +269,12 @@ declare const Animations: {
|
|
|
259
269
|
layers?: string[] | undefined;
|
|
260
270
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
261
271
|
layers?: string[] | undefined;
|
|
262
|
-
} & 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
|
+
}>) | ({
|
|
263
278
|
layers?: string[] | undefined;
|
|
264
279
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
265
280
|
layers?: string[] | undefined;
|
|
@@ -312,7 +327,12 @@ declare const Animations: {
|
|
|
312
327
|
layers?: string[] | undefined;
|
|
313
328
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
314
329
|
layers?: string[] | undefined;
|
|
315
|
-
} & 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
|
+
}>) | ({
|
|
316
336
|
layers?: string[] | undefined;
|
|
317
337
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
318
338
|
layers?: string[] | undefined;
|
|
@@ -433,7 +453,12 @@ declare const Animations: {
|
|
|
433
453
|
layers?: string[] | undefined;
|
|
434
454
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
435
455
|
layers?: string[] | undefined;
|
|
436
|
-
} & 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
|
+
}>) | ({
|
|
437
462
|
layers?: string[] | undefined;
|
|
438
463
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
439
464
|
layers?: string[] | undefined;
|
|
@@ -486,7 +511,12 @@ declare const Animations: {
|
|
|
486
511
|
layers?: string[] | undefined;
|
|
487
512
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
488
513
|
layers?: string[] | undefined;
|
|
489
|
-
} & 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
|
+
}>) | ({
|
|
490
520
|
layers?: string[] | undefined;
|
|
491
521
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
492
522
|
layers?: string[] | undefined;
|
|
@@ -607,7 +637,12 @@ declare const Animations: {
|
|
|
607
637
|
layers?: string[] | undefined;
|
|
608
638
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
609
639
|
layers?: string[] | undefined;
|
|
610
|
-
} & 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
|
+
}>) | ({
|
|
611
646
|
layers?: string[] | undefined;
|
|
612
647
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
613
648
|
layers?: string[] | undefined;
|
|
@@ -660,7 +695,12 @@ declare const Animations: {
|
|
|
660
695
|
layers?: string[] | undefined;
|
|
661
696
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
662
697
|
layers?: string[] | undefined;
|
|
663
|
-
} & 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
|
+
}>) | ({
|
|
664
704
|
layers?: string[] | undefined;
|
|
665
705
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
666
706
|
layers?: string[] | undefined;
|
|
@@ -787,7 +827,12 @@ declare const Animations: {
|
|
|
787
827
|
layers?: string[] | undefined;
|
|
788
828
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
789
829
|
layers?: string[] | undefined;
|
|
790
|
-
} & 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
|
+
}>) | ({
|
|
791
836
|
layers?: string[] | undefined;
|
|
792
837
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
793
838
|
layers?: string[] | undefined;
|
|
@@ -840,7 +885,12 @@ declare const Animations: {
|
|
|
840
885
|
layers?: string[] | undefined;
|
|
841
886
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
842
887
|
layers?: string[] | undefined;
|
|
843
|
-
} & 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
|
+
}>) | ({
|
|
844
894
|
layers?: string[] | undefined;
|
|
845
895
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
846
896
|
layers?: string[] | undefined;
|
|
@@ -979,7 +1029,12 @@ declare const Animations: {
|
|
|
979
1029
|
layers?: string[] | undefined;
|
|
980
1030
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
981
1031
|
layers?: string[] | undefined;
|
|
982
|
-
} & 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
|
+
}>) | ({
|
|
983
1038
|
layers?: string[] | undefined;
|
|
984
1039
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
985
1040
|
layers?: string[] | undefined;
|
|
@@ -1032,7 +1087,12 @@ declare const Animations: {
|
|
|
1032
1087
|
layers?: string[] | undefined;
|
|
1033
1088
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1034
1089
|
layers?: string[] | undefined;
|
|
1035
|
-
} & 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
|
+
}>) | ({
|
|
1036
1096
|
layers?: string[] | undefined;
|
|
1037
1097
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1038
1098
|
layers?: string[] | undefined;
|
|
@@ -1169,7 +1229,12 @@ declare const Animations: {
|
|
|
1169
1229
|
layers?: string[] | undefined;
|
|
1170
1230
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1171
1231
|
layers?: string[] | undefined;
|
|
1172
|
-
} & 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
|
+
}>) | ({
|
|
1173
1238
|
layers?: string[] | undefined;
|
|
1174
1239
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1175
1240
|
layers?: string[] | undefined;
|
|
@@ -1222,7 +1287,12 @@ declare const Animations: {
|
|
|
1222
1287
|
layers?: string[] | undefined;
|
|
1223
1288
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1224
1289
|
layers?: string[] | undefined;
|
|
1225
|
-
} & 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
|
+
}>) | ({
|
|
1226
1296
|
layers?: string[] | undefined;
|
|
1227
1297
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1228
1298
|
layers?: string[] | undefined;
|
|
@@ -1484,7 +1554,12 @@ declare const AssetReservation: {
|
|
|
1484
1554
|
layers?: string[] | undefined;
|
|
1485
1555
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1486
1556
|
layers?: string[] | undefined;
|
|
1487
|
-
} & 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
|
+
}>) | ({
|
|
1488
1563
|
layers?: string[] | undefined;
|
|
1489
1564
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1490
1565
|
layers?: string[] | undefined;
|
|
@@ -1537,7 +1612,12 @@ declare const AssetReservation: {
|
|
|
1537
1612
|
layers?: string[] | undefined;
|
|
1538
1613
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1539
1614
|
layers?: string[] | undefined;
|
|
1540
|
-
} & 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
|
+
}>) | ({
|
|
1541
1621
|
layers?: string[] | undefined;
|
|
1542
1622
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1543
1623
|
layers?: string[] | undefined;
|
|
@@ -1590,7 +1670,12 @@ declare const AssetReservation: {
|
|
|
1590
1670
|
layers?: string[] | undefined;
|
|
1591
1671
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1592
1672
|
layers?: string[] | undefined;
|
|
1593
|
-
} & 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
|
+
}>) | ({
|
|
1594
1679
|
layers?: string[] | undefined;
|
|
1595
1680
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1596
1681
|
layers?: string[] | undefined;
|
|
@@ -1718,7 +1803,12 @@ declare const AssetReservation: {
|
|
|
1718
1803
|
layers?: string[] | undefined;
|
|
1719
1804
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1720
1805
|
layers?: string[] | undefined;
|
|
1721
|
-
} & 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
|
+
}>) | ({
|
|
1722
1812
|
layers?: string[] | undefined;
|
|
1723
1813
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1724
1814
|
layers?: string[] | undefined;
|
|
@@ -1771,7 +1861,12 @@ declare const AssetReservation: {
|
|
|
1771
1861
|
layers?: string[] | undefined;
|
|
1772
1862
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1773
1863
|
layers?: string[] | undefined;
|
|
1774
|
-
} & 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
|
+
}>) | ({
|
|
1775
1870
|
layers?: string[] | undefined;
|
|
1776
1871
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1777
1872
|
layers?: string[] | undefined;
|
|
@@ -1974,7 +2069,12 @@ declare const AssetReservation: {
|
|
|
1974
2069
|
layers?: string[] | undefined;
|
|
1975
2070
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
1976
2071
|
layers?: string[] | undefined;
|
|
1977
|
-
} & 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
|
+
}>) | ({
|
|
1978
2078
|
layers?: string[] | undefined;
|
|
1979
2079
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
1980
2080
|
layers?: string[] | undefined;
|
|
@@ -2026,7 +2126,12 @@ declare const AssetReservation: {
|
|
|
2026
2126
|
layers?: string[] | undefined;
|
|
2027
2127
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2028
2128
|
layers?: string[] | undefined;
|
|
2029
|
-
} & 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
|
+
}>) | ({
|
|
2030
2135
|
layers?: string[] | undefined;
|
|
2031
2136
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2032
2137
|
layers?: string[] | undefined;
|
|
@@ -2079,7 +2184,12 @@ declare const AssetReservation: {
|
|
|
2079
2184
|
layers?: string[] | undefined;
|
|
2080
2185
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2081
2186
|
layers?: string[] | undefined;
|
|
2082
|
-
} & 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
|
+
}>) | ({
|
|
2083
2193
|
layers?: string[] | undefined;
|
|
2084
2194
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2085
2195
|
layers?: string[] | undefined;
|
|
@@ -2132,7 +2242,12 @@ declare const AssetReservation: {
|
|
|
2132
2242
|
layers?: string[] | undefined;
|
|
2133
2243
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2134
2244
|
layers?: string[] | undefined;
|
|
2135
|
-
} & 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
|
+
}>) | ({
|
|
2136
2251
|
layers?: string[] | undefined;
|
|
2137
2252
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2138
2253
|
layers?: string[] | undefined;
|
|
@@ -2297,7 +2412,12 @@ declare const AssetReservation: {
|
|
|
2297
2412
|
layers?: string[] | undefined;
|
|
2298
2413
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2299
2414
|
layers?: string[] | undefined;
|
|
2300
|
-
} & 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
|
+
}>) | ({
|
|
2301
2421
|
layers?: string[] | undefined;
|
|
2302
2422
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2303
2423
|
layers?: string[] | undefined;
|
|
@@ -2437,7 +2557,12 @@ declare const AssetReservation: {
|
|
|
2437
2557
|
layers?: string[] | undefined;
|
|
2438
2558
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2439
2559
|
layers?: string[] | undefined;
|
|
2440
|
-
} & 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
|
+
}>) | ({
|
|
2441
2566
|
layers?: string[] | undefined;
|
|
2442
2567
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2443
2568
|
layers?: string[] | undefined;
|
|
@@ -2489,7 +2614,12 @@ declare const AssetReservation: {
|
|
|
2489
2614
|
layers?: string[] | undefined;
|
|
2490
2615
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2491
2616
|
layers?: string[] | undefined;
|
|
2492
|
-
} & 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
|
+
}>) | ({
|
|
2493
2623
|
layers?: string[] | undefined;
|
|
2494
2624
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2495
2625
|
layers?: string[] | undefined;
|
|
@@ -2579,7 +2709,12 @@ declare const Comment: {
|
|
|
2579
2709
|
layers?: string[] | undefined;
|
|
2580
2710
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2581
2711
|
layers?: string[] | undefined;
|
|
2582
|
-
} & 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
|
+
}>) | ({
|
|
2583
2718
|
layers?: string[] | undefined;
|
|
2584
2719
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2585
2720
|
layers?: string[] | undefined;
|
|
@@ -2632,7 +2767,12 @@ declare const Comment: {
|
|
|
2632
2767
|
layers?: string[] | undefined;
|
|
2633
2768
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2634
2769
|
layers?: string[] | undefined;
|
|
2635
|
-
} & 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
|
+
}>) | ({
|
|
2636
2776
|
layers?: string[] | undefined;
|
|
2637
2777
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2638
2778
|
layers?: string[] | undefined;
|
|
@@ -2968,7 +3108,12 @@ declare const Bookmark: {
|
|
|
2968
3108
|
layers?: string[] | undefined;
|
|
2969
3109
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
2970
3110
|
layers?: string[] | undefined;
|
|
2971
|
-
} & 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
|
+
}>) | ({
|
|
2972
3117
|
layers?: string[] | undefined;
|
|
2973
3118
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
2974
3119
|
layers?: string[] | undefined;
|
|
@@ -3021,7 +3166,12 @@ declare const Bookmark: {
|
|
|
3021
3166
|
layers?: string[] | undefined;
|
|
3022
3167
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3023
3168
|
layers?: string[] | undefined;
|
|
3024
|
-
} & 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
|
+
}>) | ({
|
|
3025
3175
|
layers?: string[] | undefined;
|
|
3026
3176
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3027
3177
|
layers?: string[] | undefined;
|
|
@@ -3213,7 +3363,12 @@ declare const Bookmark: {
|
|
|
3213
3363
|
layers?: string[] | undefined;
|
|
3214
3364
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3215
3365
|
layers?: string[] | undefined;
|
|
3216
|
-
} & 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
|
+
}>) | ({
|
|
3217
3372
|
layers?: string[] | undefined;
|
|
3218
3373
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3219
3374
|
layers?: string[] | undefined;
|
|
@@ -3266,7 +3421,12 @@ declare const Bookmark: {
|
|
|
3266
3421
|
layers?: string[] | undefined;
|
|
3267
3422
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3268
3423
|
layers?: string[] | undefined;
|
|
3269
|
-
} & 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
|
+
}>) | ({
|
|
3270
3430
|
layers?: string[] | undefined;
|
|
3271
3431
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3272
3432
|
layers?: string[] | undefined;
|
|
@@ -3429,7 +3589,12 @@ declare const Bookmark: {
|
|
|
3429
3589
|
layers?: string[] | undefined;
|
|
3430
3590
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3431
3591
|
layers?: string[] | undefined;
|
|
3432
|
-
} & 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
|
+
}>) | ({
|
|
3433
3598
|
layers?: string[] | undefined;
|
|
3434
3599
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3435
3600
|
layers?: string[] | undefined;
|
|
@@ -3482,7 +3647,12 @@ declare const Bookmark: {
|
|
|
3482
3647
|
layers?: string[] | undefined;
|
|
3483
3648
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3484
3649
|
layers?: string[] | undefined;
|
|
3485
|
-
} & 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
|
+
}>) | ({
|
|
3486
3656
|
layers?: string[] | undefined;
|
|
3487
3657
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3488
3658
|
layers?: string[] | undefined;
|
|
@@ -3624,7 +3794,12 @@ declare const Bookmark: {
|
|
|
3624
3794
|
layers?: string[] | undefined;
|
|
3625
3795
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3626
3796
|
layers?: string[] | undefined;
|
|
3627
|
-
} & 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
|
+
}>) | ({
|
|
3628
3803
|
layers?: string[] | undefined;
|
|
3629
3804
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3630
3805
|
layers?: string[] | undefined;
|
|
@@ -3677,7 +3852,12 @@ declare const Bookmark: {
|
|
|
3677
3852
|
layers?: string[] | undefined;
|
|
3678
3853
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3679
3854
|
layers?: string[] | undefined;
|
|
3680
|
-
} & 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
|
+
}>) | ({
|
|
3681
3861
|
layers?: string[] | undefined;
|
|
3682
3862
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3683
3863
|
layers?: string[] | undefined;
|
|
@@ -3817,7 +3997,12 @@ declare const Bookmark: {
|
|
|
3817
3997
|
layers?: string[] | undefined;
|
|
3818
3998
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3819
3999
|
layers?: string[] | undefined;
|
|
3820
|
-
} & 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
|
+
}>) | ({
|
|
3821
4006
|
layers?: string[] | undefined;
|
|
3822
4007
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3823
4008
|
layers?: string[] | undefined;
|
|
@@ -3870,7 +4055,12 @@ declare const Bookmark: {
|
|
|
3870
4055
|
layers?: string[] | undefined;
|
|
3871
4056
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
3872
4057
|
layers?: string[] | undefined;
|
|
3873
|
-
} & 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
|
+
}>) | ({
|
|
3874
4064
|
layers?: string[] | undefined;
|
|
3875
4065
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
3876
4066
|
layers?: string[] | undefined;
|
|
@@ -4148,7 +4338,12 @@ declare const Faq: {
|
|
|
4148
4338
|
layers?: string[] | undefined;
|
|
4149
4339
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4150
4340
|
layers?: string[] | undefined;
|
|
4151
|
-
} & 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
|
+
}>) | ({
|
|
4152
4347
|
layers?: string[] | undefined;
|
|
4153
4348
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4154
4349
|
layers?: string[] | undefined;
|
|
@@ -4600,7 +4795,12 @@ declare const jland: {
|
|
|
4600
4795
|
layers?: string[] | undefined;
|
|
4601
4796
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4602
4797
|
layers?: string[] | undefined;
|
|
4603
|
-
} & 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
|
+
}>) | ({
|
|
4604
4804
|
layers?: string[] | undefined;
|
|
4605
4805
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4606
4806
|
layers?: string[] | undefined;
|
|
@@ -4653,7 +4853,12 @@ declare const jland: {
|
|
|
4653
4853
|
layers?: string[] | undefined;
|
|
4654
4854
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4655
4855
|
layers?: string[] | undefined;
|
|
4656
|
-
} & 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
|
+
}>) | ({
|
|
4657
4862
|
layers?: string[] | undefined;
|
|
4658
4863
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4659
4864
|
layers?: string[] | undefined;
|
|
@@ -4774,7 +4979,12 @@ declare const jland: {
|
|
|
4774
4979
|
layers?: string[] | undefined;
|
|
4775
4980
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4776
4981
|
layers?: string[] | undefined;
|
|
4777
|
-
} & 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
|
+
}>) | ({
|
|
4778
4988
|
layers?: string[] | undefined;
|
|
4779
4989
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4780
4990
|
layers?: string[] | undefined;
|
|
@@ -4827,7 +5037,12 @@ declare const jland: {
|
|
|
4827
5037
|
layers?: string[] | undefined;
|
|
4828
5038
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4829
5039
|
layers?: string[] | undefined;
|
|
4830
|
-
} & 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
|
+
}>) | ({
|
|
4831
5046
|
layers?: string[] | undefined;
|
|
4832
5047
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4833
5048
|
layers?: string[] | undefined;
|
|
@@ -4948,7 +5163,12 @@ declare const jland: {
|
|
|
4948
5163
|
layers?: string[] | undefined;
|
|
4949
5164
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
4950
5165
|
layers?: string[] | undefined;
|
|
4951
|
-
} & 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
|
+
}>) | ({
|
|
4952
5172
|
layers?: string[] | undefined;
|
|
4953
5173
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
4954
5174
|
layers?: string[] | undefined;
|
|
@@ -5001,7 +5221,12 @@ declare const jland: {
|
|
|
5001
5221
|
layers?: string[] | undefined;
|
|
5002
5222
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5003
5223
|
layers?: string[] | undefined;
|
|
5004
|
-
} & 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
|
+
}>) | ({
|
|
5005
5230
|
layers?: string[] | undefined;
|
|
5006
5231
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5007
5232
|
layers?: string[] | undefined;
|
|
@@ -5122,7 +5347,12 @@ declare const jland: {
|
|
|
5122
5347
|
layers?: string[] | undefined;
|
|
5123
5348
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5124
5349
|
layers?: string[] | undefined;
|
|
5125
|
-
} & 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
|
+
}>) | ({
|
|
5126
5356
|
layers?: string[] | undefined;
|
|
5127
5357
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5128
5358
|
layers?: string[] | undefined;
|
|
@@ -5175,7 +5405,12 @@ declare const jland: {
|
|
|
5175
5405
|
layers?: string[] | undefined;
|
|
5176
5406
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5177
5407
|
layers?: string[] | undefined;
|
|
5178
|
-
} & 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
|
+
}>) | ({
|
|
5179
5414
|
layers?: string[] | undefined;
|
|
5180
5415
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5181
5416
|
layers?: string[] | undefined;
|
|
@@ -5293,7 +5528,12 @@ declare const jland: {
|
|
|
5293
5528
|
layers?: string[] | undefined;
|
|
5294
5529
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5295
5530
|
layers?: string[] | undefined;
|
|
5296
|
-
} & 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
|
+
}>) | ({
|
|
5297
5537
|
layers?: string[] | undefined;
|
|
5298
5538
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5299
5539
|
layers?: string[] | undefined;
|
|
@@ -5346,7 +5586,12 @@ declare const jland: {
|
|
|
5346
5586
|
layers?: string[] | undefined;
|
|
5347
5587
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5348
5588
|
layers?: string[] | undefined;
|
|
5349
|
-
} & 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
|
+
}>) | ({
|
|
5350
5595
|
layers?: string[] | undefined;
|
|
5351
5596
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5352
5597
|
layers?: string[] | undefined;
|
|
@@ -5492,7 +5737,12 @@ declare const jland: {
|
|
|
5492
5737
|
layers?: string[] | undefined;
|
|
5493
5738
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5494
5739
|
layers?: string[] | undefined;
|
|
5495
|
-
} & 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
|
+
}>) | ({
|
|
5496
5746
|
layers?: string[] | undefined;
|
|
5497
5747
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5498
5748
|
layers?: string[] | undefined;
|
|
@@ -5545,7 +5795,12 @@ declare const jland: {
|
|
|
5545
5795
|
layers?: string[] | undefined;
|
|
5546
5796
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5547
5797
|
layers?: string[] | undefined;
|
|
5548
|
-
} & 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
|
+
}>) | ({
|
|
5549
5804
|
layers?: string[] | undefined;
|
|
5550
5805
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5551
5806
|
layers?: string[] | undefined;
|
|
@@ -5773,7 +6028,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5773
6028
|
layers?: string[] | undefined;
|
|
5774
6029
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5775
6030
|
layers?: string[] | undefined;
|
|
5776
|
-
} & 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
|
+
}>) | ({
|
|
5777
6037
|
layers?: string[] | undefined;
|
|
5778
6038
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5779
6039
|
layers?: string[] | undefined;
|
|
@@ -5828,7 +6088,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5828
6088
|
layers?: string[] | undefined;
|
|
5829
6089
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5830
6090
|
layers?: string[] | undefined;
|
|
5831
|
-
} & 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
|
+
}>) | ({
|
|
5832
6097
|
layers?: string[] | undefined;
|
|
5833
6098
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5834
6099
|
layers?: string[] | undefined;
|
|
@@ -5881,7 +6146,12 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
5881
6146
|
layers?: string[] | undefined;
|
|
5882
6147
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
5883
6148
|
layers?: string[] | undefined;
|
|
5884
|
-
} & 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
|
+
}>) | ({
|
|
5885
6155
|
layers?: string[] | undefined;
|
|
5886
6156
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
5887
6157
|
layers?: string[] | undefined;
|
|
@@ -6063,7 +6333,12 @@ declare const MagicPad: {
|
|
|
6063
6333
|
layers?: string[] | undefined;
|
|
6064
6334
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6065
6335
|
layers?: string[] | undefined;
|
|
6066
|
-
} & 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
|
+
}>) | ({
|
|
6067
6342
|
layers?: string[] | undefined;
|
|
6068
6343
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6069
6344
|
layers?: string[] | undefined;
|
|
@@ -6118,7 +6393,12 @@ declare const MagicPad: {
|
|
|
6118
6393
|
layers?: string[] | undefined;
|
|
6119
6394
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6120
6395
|
layers?: string[] | undefined;
|
|
6121
|
-
} & 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
|
+
}>) | ({
|
|
6122
6402
|
layers?: string[] | undefined;
|
|
6123
6403
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6124
6404
|
layers?: string[] | undefined;
|
|
@@ -6171,7 +6451,12 @@ declare const MagicPad: {
|
|
|
6171
6451
|
layers?: string[] | undefined;
|
|
6172
6452
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6173
6453
|
layers?: string[] | undefined;
|
|
6174
|
-
} & 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
|
+
}>) | ({
|
|
6175
6460
|
layers?: string[] | undefined;
|
|
6176
6461
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6177
6462
|
layers?: string[] | undefined;
|
|
@@ -6398,7 +6683,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6398
6683
|
layers?: string[] | undefined;
|
|
6399
6684
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6400
6685
|
layers?: string[] | undefined;
|
|
6401
|
-
} & 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
|
+
}>) | ({
|
|
6402
6692
|
layers?: string[] | undefined;
|
|
6403
6693
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6404
6694
|
layers?: string[] | undefined;
|
|
@@ -6451,7 +6741,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6451
6741
|
layers?: string[] | undefined;
|
|
6452
6742
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6453
6743
|
layers?: string[] | undefined;
|
|
6454
|
-
} & 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
|
+
}>) | ({
|
|
6455
6750
|
layers?: string[] | undefined;
|
|
6456
6751
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6457
6752
|
layers?: string[] | undefined;
|
|
@@ -6504,7 +6799,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6504
6799
|
layers?: string[] | undefined;
|
|
6505
6800
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6506
6801
|
layers?: string[] | undefined;
|
|
6507
|
-
} & 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
|
+
}>) | ({
|
|
6508
6808
|
layers?: string[] | undefined;
|
|
6509
6809
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6510
6810
|
layers?: string[] | undefined;
|
|
@@ -6691,7 +6991,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6691
6991
|
layers?: string[] | undefined;
|
|
6692
6992
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6693
6993
|
layers?: string[] | undefined;
|
|
6694
|
-
} & 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
|
+
}>) | ({
|
|
6695
7000
|
layers?: string[] | undefined;
|
|
6696
7001
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6697
7002
|
layers?: string[] | undefined;
|
|
@@ -6744,7 +7049,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6744
7049
|
layers?: string[] | undefined;
|
|
6745
7050
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6746
7051
|
layers?: string[] | undefined;
|
|
6747
|
-
} & 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
|
+
}>) | ({
|
|
6748
7058
|
layers?: string[] | undefined;
|
|
6749
7059
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6750
7060
|
layers?: string[] | undefined;
|
|
@@ -6797,7 +7107,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
6797
7107
|
layers?: string[] | undefined;
|
|
6798
7108
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6799
7109
|
layers?: string[] | undefined;
|
|
6800
|
-
} & 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
|
+
}>) | ({
|
|
6801
7116
|
layers?: string[] | undefined;
|
|
6802
7117
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6803
7118
|
layers?: string[] | undefined;
|
|
@@ -6915,7 +7230,12 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
6915
7230
|
layers?: string[] | undefined;
|
|
6916
7231
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6917
7232
|
layers?: string[] | undefined;
|
|
6918
|
-
} & 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
|
+
}>) | ({
|
|
6919
7239
|
layers?: string[] | undefined;
|
|
6920
7240
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6921
7241
|
layers?: string[] | undefined;
|
|
@@ -6968,7 +7288,12 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
6968
7288
|
layers?: string[] | undefined;
|
|
6969
7289
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
6970
7290
|
layers?: string[] | undefined;
|
|
6971
|
-
} & 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
|
+
}>) | ({
|
|
6972
7297
|
layers?: string[] | undefined;
|
|
6973
7298
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
6974
7299
|
layers?: string[] | undefined;
|
|
@@ -7115,7 +7440,12 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7115
7440
|
layers?: string[] | undefined;
|
|
7116
7441
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7117
7442
|
layers?: string[] | undefined;
|
|
7118
|
-
} & 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
|
+
}>) | ({
|
|
7119
7449
|
layers?: string[] | undefined;
|
|
7120
7450
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7121
7451
|
layers?: string[] | undefined;
|
|
@@ -7168,7 +7498,12 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7168
7498
|
layers?: string[] | undefined;
|
|
7169
7499
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7170
7500
|
layers?: string[] | undefined;
|
|
7171
|
-
} & 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
|
+
}>) | ({
|
|
7172
7507
|
layers?: string[] | undefined;
|
|
7173
7508
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7174
7509
|
layers?: string[] | undefined;
|
|
@@ -7317,7 +7652,12 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7317
7652
|
layers?: string[] | undefined;
|
|
7318
7653
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7319
7654
|
layers?: string[] | undefined;
|
|
7320
|
-
} & 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
|
+
}>) | ({
|
|
7321
7661
|
layers?: string[] | undefined;
|
|
7322
7662
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7323
7663
|
layers?: string[] | undefined;
|
|
@@ -7370,7 +7710,12 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7370
7710
|
layers?: string[] | undefined;
|
|
7371
7711
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7372
7712
|
layers?: string[] | undefined;
|
|
7373
|
-
} & 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
|
+
}>) | ({
|
|
7374
7719
|
layers?: string[] | undefined;
|
|
7375
7720
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7376
7721
|
layers?: string[] | undefined;
|
|
@@ -7491,7 +7836,12 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7491
7836
|
layers?: string[] | undefined;
|
|
7492
7837
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7493
7838
|
layers?: string[] | undefined;
|
|
7494
|
-
} & 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
|
+
}>) | ({
|
|
7495
7845
|
layers?: string[] | undefined;
|
|
7496
7846
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7497
7847
|
layers?: string[] | undefined;
|
|
@@ -7544,7 +7894,12 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7544
7894
|
layers?: string[] | undefined;
|
|
7545
7895
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7546
7896
|
layers?: string[] | undefined;
|
|
7547
|
-
} & 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
|
+
}>) | ({
|
|
7548
7903
|
layers?: string[] | undefined;
|
|
7549
7904
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7550
7905
|
layers?: string[] | undefined;
|
|
@@ -7743,7 +8098,12 @@ declare const MediaLibrary: {
|
|
|
7743
8098
|
layers?: string[] | undefined;
|
|
7744
8099
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7745
8100
|
layers?: string[] | undefined;
|
|
7746
|
-
} & 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
|
+
}>) | ({
|
|
7747
8107
|
layers?: string[] | undefined;
|
|
7748
8108
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7749
8109
|
layers?: string[] | undefined;
|
|
@@ -7796,7 +8156,12 @@ declare const MediaLibrary: {
|
|
|
7796
8156
|
layers?: string[] | undefined;
|
|
7797
8157
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7798
8158
|
layers?: string[] | undefined;
|
|
7799
|
-
} & 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
|
+
}>) | ({
|
|
7800
8165
|
layers?: string[] | undefined;
|
|
7801
8166
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7802
8167
|
layers?: string[] | undefined;
|
|
@@ -7849,7 +8214,12 @@ declare const MediaLibrary: {
|
|
|
7849
8214
|
layers?: string[] | undefined;
|
|
7850
8215
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
7851
8216
|
layers?: string[] | undefined;
|
|
7852
|
-
} & 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
|
+
}>) | ({
|
|
7853
8223
|
layers?: string[] | undefined;
|
|
7854
8224
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
7855
8225
|
layers?: string[] | undefined;
|
|
@@ -8036,7 +8406,12 @@ declare const MediaLibrary: {
|
|
|
8036
8406
|
layers?: string[] | undefined;
|
|
8037
8407
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8038
8408
|
layers?: string[] | undefined;
|
|
8039
|
-
} & 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
|
+
}>) | ({
|
|
8040
8415
|
layers?: string[] | undefined;
|
|
8041
8416
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8042
8417
|
layers?: string[] | undefined;
|
|
@@ -8089,7 +8464,12 @@ declare const MediaLibrary: {
|
|
|
8089
8464
|
layers?: string[] | undefined;
|
|
8090
8465
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8091
8466
|
layers?: string[] | undefined;
|
|
8092
|
-
} & 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
|
+
}>) | ({
|
|
8093
8473
|
layers?: string[] | undefined;
|
|
8094
8474
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8095
8475
|
layers?: string[] | undefined;
|
|
@@ -8142,7 +8522,12 @@ declare const MediaLibrary: {
|
|
|
8142
8522
|
layers?: string[] | undefined;
|
|
8143
8523
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8144
8524
|
layers?: string[] | undefined;
|
|
8145
|
-
} & 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
|
+
}>) | ({
|
|
8146
8531
|
layers?: string[] | undefined;
|
|
8147
8532
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8148
8533
|
layers?: string[] | undefined;
|
|
@@ -8260,7 +8645,12 @@ declare const MediaLibrary: {
|
|
|
8260
8645
|
layers?: string[] | undefined;
|
|
8261
8646
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8262
8647
|
layers?: string[] | undefined;
|
|
8263
|
-
} & 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
|
+
}>) | ({
|
|
8264
8654
|
layers?: string[] | undefined;
|
|
8265
8655
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8266
8656
|
layers?: string[] | undefined;
|
|
@@ -8313,7 +8703,12 @@ declare const MediaLibrary: {
|
|
|
8313
8703
|
layers?: string[] | undefined;
|
|
8314
8704
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8315
8705
|
layers?: string[] | undefined;
|
|
8316
|
-
} & 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
|
+
}>) | ({
|
|
8317
8712
|
layers?: string[] | undefined;
|
|
8318
8713
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8319
8714
|
layers?: string[] | undefined;
|
|
@@ -8434,7 +8829,12 @@ declare const MediaLibrary: {
|
|
|
8434
8829
|
layers?: string[] | undefined;
|
|
8435
8830
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8436
8831
|
layers?: string[] | undefined;
|
|
8437
|
-
} & 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
|
+
}>) | ({
|
|
8438
8838
|
layers?: string[] | undefined;
|
|
8439
8839
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8440
8840
|
layers?: string[] | undefined;
|
|
@@ -8487,7 +8887,12 @@ declare const MediaLibrary: {
|
|
|
8487
8887
|
layers?: string[] | undefined;
|
|
8488
8888
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8489
8889
|
layers?: string[] | undefined;
|
|
8490
|
-
} & 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
|
+
}>) | ({
|
|
8491
8896
|
layers?: string[] | undefined;
|
|
8492
8897
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8493
8898
|
layers?: string[] | undefined;
|
|
@@ -8636,7 +9041,12 @@ declare const MediaLibrary: {
|
|
|
8636
9041
|
layers?: string[] | undefined;
|
|
8637
9042
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8638
9043
|
layers?: string[] | undefined;
|
|
8639
|
-
} & 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
|
+
}>) | ({
|
|
8640
9050
|
layers?: string[] | undefined;
|
|
8641
9051
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8642
9052
|
layers?: string[] | undefined;
|
|
@@ -8689,7 +9099,12 @@ declare const MediaLibrary: {
|
|
|
8689
9099
|
layers?: string[] | undefined;
|
|
8690
9100
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8691
9101
|
layers?: string[] | undefined;
|
|
8692
|
-
} & 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
|
+
}>) | ({
|
|
8693
9108
|
layers?: string[] | undefined;
|
|
8694
9109
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8695
9110
|
layers?: string[] | undefined;
|
|
@@ -8836,7 +9251,12 @@ declare const MediaLibrary: {
|
|
|
8836
9251
|
layers?: string[] | undefined;
|
|
8837
9252
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8838
9253
|
layers?: string[] | undefined;
|
|
8839
|
-
} & 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
|
+
}>) | ({
|
|
8840
9260
|
layers?: string[] | undefined;
|
|
8841
9261
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8842
9262
|
layers?: string[] | undefined;
|
|
@@ -8889,7 +9309,12 @@ declare const MediaLibrary: {
|
|
|
8889
9309
|
layers?: string[] | undefined;
|
|
8890
9310
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
8891
9311
|
layers?: string[] | undefined;
|
|
8892
|
-
} & 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
|
+
}>) | ({
|
|
8893
9318
|
layers?: string[] | undefined;
|
|
8894
9319
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
8895
9320
|
layers?: string[] | undefined;
|
|
@@ -9358,7 +9783,12 @@ declare const WedocApp: {
|
|
|
9358
9783
|
layers?: string[] | undefined;
|
|
9359
9784
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9360
9785
|
layers?: string[] | undefined;
|
|
9361
|
-
} & 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
|
+
}>) | ({
|
|
9362
9792
|
layers?: string[] | undefined;
|
|
9363
9793
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9364
9794
|
layers?: string[] | undefined;
|
|
@@ -9411,7 +9841,12 @@ declare const WedocApp: {
|
|
|
9411
9841
|
layers?: string[] | undefined;
|
|
9412
9842
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9413
9843
|
layers?: string[] | undefined;
|
|
9414
|
-
} & 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
|
+
}>) | ({
|
|
9415
9850
|
layers?: string[] | undefined;
|
|
9416
9851
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9417
9852
|
layers?: string[] | undefined;
|
|
@@ -9566,7 +10001,12 @@ declare const WedocApp: {
|
|
|
9566
10001
|
layers?: string[] | undefined;
|
|
9567
10002
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9568
10003
|
layers?: string[] | undefined;
|
|
9569
|
-
} & 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
|
+
}>) | ({
|
|
9570
10010
|
layers?: string[] | undefined;
|
|
9571
10011
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9572
10012
|
layers?: string[] | undefined;
|
|
@@ -9619,7 +10059,12 @@ declare const WedocApp: {
|
|
|
9619
10059
|
layers?: string[] | undefined;
|
|
9620
10060
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9621
10061
|
layers?: string[] | undefined;
|
|
9622
|
-
} & 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
|
+
}>) | ({
|
|
9623
10068
|
layers?: string[] | undefined;
|
|
9624
10069
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9625
10070
|
layers?: string[] | undefined;
|
|
@@ -9766,7 +10211,12 @@ declare const Share: {
|
|
|
9766
10211
|
layers?: string[] | undefined;
|
|
9767
10212
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9768
10213
|
layers?: string[] | undefined;
|
|
9769
|
-
} & 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
|
+
}>) | ({
|
|
9770
10220
|
layers?: string[] | undefined;
|
|
9771
10221
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9772
10222
|
layers?: string[] | undefined;
|
|
@@ -9819,7 +10269,12 @@ declare const Share: {
|
|
|
9819
10269
|
layers?: string[] | undefined;
|
|
9820
10270
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9821
10271
|
layers?: string[] | undefined;
|
|
9822
|
-
} & 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
|
+
}>) | ({
|
|
9823
10278
|
layers?: string[] | undefined;
|
|
9824
10279
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9825
10280
|
layers?: string[] | undefined;
|
|
@@ -9988,7 +10443,12 @@ declare const TVDisplay: {
|
|
|
9988
10443
|
layers?: string[] | undefined;
|
|
9989
10444
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
9990
10445
|
layers?: string[] | undefined;
|
|
9991
|
-
} & 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
|
+
}>) | ({
|
|
9992
10452
|
layers?: string[] | undefined;
|
|
9993
10453
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
9994
10454
|
layers?: string[] | undefined;
|
|
@@ -10117,7 +10577,12 @@ declare const TVDisplay: {
|
|
|
10117
10577
|
layers?: string[] | undefined;
|
|
10118
10578
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10119
10579
|
layers?: string[] | undefined;
|
|
10120
|
-
} & 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
|
+
}>) | ({
|
|
10121
10586
|
layers?: string[] | undefined;
|
|
10122
10587
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10123
10588
|
layers?: string[] | undefined;
|
|
@@ -10252,7 +10717,12 @@ declare const TVDisplay: {
|
|
|
10252
10717
|
layers?: string[] | undefined;
|
|
10253
10718
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10254
10719
|
layers?: string[] | undefined;
|
|
10255
|
-
} & 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
|
+
}>) | ({
|
|
10256
10726
|
layers?: string[] | undefined;
|
|
10257
10727
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10258
10728
|
layers?: string[] | undefined;
|
|
@@ -10381,7 +10851,12 @@ declare const TVDisplay: {
|
|
|
10381
10851
|
layers?: string[] | undefined;
|
|
10382
10852
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10383
10853
|
layers?: string[] | undefined;
|
|
10384
|
-
} & 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
|
+
}>) | ({
|
|
10385
10860
|
layers?: string[] | undefined;
|
|
10386
10861
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10387
10862
|
layers?: string[] | undefined;
|
|
@@ -10481,7 +10956,12 @@ declare const TVDisplay: {
|
|
|
10481
10956
|
layers?: string[] | undefined;
|
|
10482
10957
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10483
10958
|
layers?: string[] | undefined;
|
|
10484
|
-
} & 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
|
+
}>) | ({
|
|
10485
10965
|
layers?: string[] | undefined;
|
|
10486
10966
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10487
10967
|
layers?: string[] | undefined;
|
|
@@ -10534,7 +11014,12 @@ declare const TVDisplay: {
|
|
|
10534
11014
|
layers?: string[] | undefined;
|
|
10535
11015
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10536
11016
|
layers?: string[] | undefined;
|
|
10537
|
-
} & 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
|
+
}>) | ({
|
|
10538
11023
|
layers?: string[] | undefined;
|
|
10539
11024
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10540
11025
|
layers?: string[] | undefined;
|
|
@@ -10682,7 +11167,12 @@ declare const TVDisplay: {
|
|
|
10682
11167
|
layers?: string[] | undefined;
|
|
10683
11168
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10684
11169
|
layers?: string[] | undefined;
|
|
10685
|
-
} & 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
|
+
}>) | ({
|
|
10686
11176
|
layers?: string[] | undefined;
|
|
10687
11177
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10688
11178
|
layers?: string[] | undefined;
|
|
@@ -10811,7 +11301,12 @@ declare const TVDisplay: {
|
|
|
10811
11301
|
layers?: string[] | undefined;
|
|
10812
11302
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10813
11303
|
layers?: string[] | undefined;
|
|
10814
|
-
} & 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
|
+
}>) | ({
|
|
10815
11310
|
layers?: string[] | undefined;
|
|
10816
11311
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10817
11312
|
layers?: string[] | undefined;
|
|
@@ -10912,7 +11407,12 @@ declare const TVDisplay: {
|
|
|
10912
11407
|
layers?: string[] | undefined;
|
|
10913
11408
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10914
11409
|
layers?: string[] | undefined;
|
|
10915
|
-
} & 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
|
+
}>) | ({
|
|
10916
11416
|
layers?: string[] | undefined;
|
|
10917
11417
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10918
11418
|
layers?: string[] | undefined;
|
|
@@ -10965,7 +11465,12 @@ declare const TVDisplay: {
|
|
|
10965
11465
|
layers?: string[] | undefined;
|
|
10966
11466
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
10967
11467
|
layers?: string[] | undefined;
|
|
10968
|
-
} & 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
|
+
}>) | ({
|
|
10969
11474
|
layers?: string[] | undefined;
|
|
10970
11475
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
10971
11476
|
layers?: string[] | undefined;
|
|
@@ -11293,7 +11798,12 @@ declare const Widget: {
|
|
|
11293
11798
|
layers?: string[] | undefined;
|
|
11294
11799
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11295
11800
|
layers?: string[] | undefined;
|
|
11296
|
-
} & 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
|
+
}>) | ({
|
|
11297
11807
|
layers?: string[] | undefined;
|
|
11298
11808
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11299
11809
|
layers?: string[] | undefined;
|
|
@@ -11346,7 +11856,12 @@ declare const Widget: {
|
|
|
11346
11856
|
layers?: string[] | undefined;
|
|
11347
11857
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11348
11858
|
layers?: string[] | undefined;
|
|
11349
|
-
} & 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
|
+
}>) | ({
|
|
11350
11865
|
layers?: string[] | undefined;
|
|
11351
11866
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11352
11867
|
layers?: string[] | undefined;
|
|
@@ -11526,7 +12041,12 @@ declare const Widget: {
|
|
|
11526
12041
|
layers?: string[] | undefined;
|
|
11527
12042
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11528
12043
|
layers?: string[] | undefined;
|
|
11529
|
-
} & 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
|
+
}>) | ({
|
|
11530
12050
|
layers?: string[] | undefined;
|
|
11531
12051
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11532
12052
|
layers?: string[] | undefined;
|
|
@@ -11572,7 +12092,12 @@ declare const Widget: {
|
|
|
11572
12092
|
layers?: string[] | undefined;
|
|
11573
12093
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
11574
12094
|
layers?: string[] | undefined;
|
|
11575
|
-
} & 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
|
+
}>) | ({
|
|
11576
12101
|
layers?: string[] | undefined;
|
|
11577
12102
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
11578
12103
|
layers?: string[] | undefined;
|
|
@@ -11691,6 +12216,699 @@ declare const WidgetEditor: {
|
|
|
11691
12216
|
};
|
|
11692
12217
|
};
|
|
11693
12218
|
|
|
12219
|
+
type RootState$1 = {
|
|
12220
|
+
entities: {
|
|
12221
|
+
socialActions: EntityState<SocialAction>;
|
|
12222
|
+
};
|
|
12223
|
+
};
|
|
12224
|
+
declare const SocialActions: {
|
|
12225
|
+
slice: _reduxjs_toolkit.Slice<EntityState<{
|
|
12226
|
+
type: string;
|
|
12227
|
+
class: string;
|
|
12228
|
+
label: string;
|
|
12229
|
+
stats: {
|
|
12230
|
+
total: number;
|
|
12231
|
+
};
|
|
12232
|
+
cssClass: string;
|
|
12233
|
+
cssColor: string;
|
|
12234
|
+
isActive: boolean;
|
|
12235
|
+
struct: {
|
|
12236
|
+
type: string;
|
|
12237
|
+
targetId: number;
|
|
12238
|
+
targetType: string;
|
|
12239
|
+
action: string;
|
|
12240
|
+
do: string;
|
|
12241
|
+
};
|
|
12242
|
+
}>, {
|
|
12243
|
+
addOne: {
|
|
12244
|
+
<S extends EntityState<{
|
|
12245
|
+
type: string;
|
|
12246
|
+
class: string;
|
|
12247
|
+
label: string;
|
|
12248
|
+
stats: {
|
|
12249
|
+
total: number;
|
|
12250
|
+
};
|
|
12251
|
+
cssClass: string;
|
|
12252
|
+
cssColor: string;
|
|
12253
|
+
isActive: boolean;
|
|
12254
|
+
struct: {
|
|
12255
|
+
type: string;
|
|
12256
|
+
targetId: number;
|
|
12257
|
+
targetType: string;
|
|
12258
|
+
action: string;
|
|
12259
|
+
do: string;
|
|
12260
|
+
};
|
|
12261
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<{
|
|
12262
|
+
type: string;
|
|
12263
|
+
class: string;
|
|
12264
|
+
label: string;
|
|
12265
|
+
stats: {
|
|
12266
|
+
total: number;
|
|
12267
|
+
};
|
|
12268
|
+
cssClass: string;
|
|
12269
|
+
cssColor: string;
|
|
12270
|
+
isActive: boolean;
|
|
12271
|
+
struct: {
|
|
12272
|
+
type: string;
|
|
12273
|
+
targetId: number;
|
|
12274
|
+
targetType: string;
|
|
12275
|
+
action: string;
|
|
12276
|
+
do: string;
|
|
12277
|
+
};
|
|
12278
|
+
}>, S>, entity: {
|
|
12279
|
+
type: string;
|
|
12280
|
+
class: string;
|
|
12281
|
+
label: string;
|
|
12282
|
+
stats: {
|
|
12283
|
+
total: number;
|
|
12284
|
+
};
|
|
12285
|
+
cssClass: string;
|
|
12286
|
+
cssColor: string;
|
|
12287
|
+
isActive: boolean;
|
|
12288
|
+
struct: {
|
|
12289
|
+
type: string;
|
|
12290
|
+
targetId: number;
|
|
12291
|
+
targetType: string;
|
|
12292
|
+
action: string;
|
|
12293
|
+
do: string;
|
|
12294
|
+
};
|
|
12295
|
+
}): S;
|
|
12296
|
+
<S_1 extends EntityState<{
|
|
12297
|
+
type: string;
|
|
12298
|
+
class: string;
|
|
12299
|
+
label: string;
|
|
12300
|
+
stats: {
|
|
12301
|
+
total: number;
|
|
12302
|
+
};
|
|
12303
|
+
cssClass: string;
|
|
12304
|
+
cssColor: string;
|
|
12305
|
+
isActive: boolean;
|
|
12306
|
+
struct: {
|
|
12307
|
+
type: string;
|
|
12308
|
+
targetId: number;
|
|
12309
|
+
targetType: string;
|
|
12310
|
+
action: string;
|
|
12311
|
+
do: string;
|
|
12312
|
+
};
|
|
12313
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<{
|
|
12314
|
+
type: string;
|
|
12315
|
+
class: string;
|
|
12316
|
+
label: string;
|
|
12317
|
+
stats: {
|
|
12318
|
+
total: number;
|
|
12319
|
+
};
|
|
12320
|
+
cssClass: string;
|
|
12321
|
+
cssColor: string;
|
|
12322
|
+
isActive: boolean;
|
|
12323
|
+
struct: {
|
|
12324
|
+
type: string;
|
|
12325
|
+
targetId: number;
|
|
12326
|
+
targetType: string;
|
|
12327
|
+
action: string;
|
|
12328
|
+
do: string;
|
|
12329
|
+
};
|
|
12330
|
+
}>, S_1>, action: {
|
|
12331
|
+
payload: {
|
|
12332
|
+
type: string;
|
|
12333
|
+
class: string;
|
|
12334
|
+
label: string;
|
|
12335
|
+
stats: {
|
|
12336
|
+
total: number;
|
|
12337
|
+
};
|
|
12338
|
+
cssClass: string;
|
|
12339
|
+
cssColor: string;
|
|
12340
|
+
isActive: boolean;
|
|
12341
|
+
struct: {
|
|
12342
|
+
type: string;
|
|
12343
|
+
targetId: number;
|
|
12344
|
+
targetType: string;
|
|
12345
|
+
action: string;
|
|
12346
|
+
do: string;
|
|
12347
|
+
};
|
|
12348
|
+
};
|
|
12349
|
+
type: string;
|
|
12350
|
+
}): S_1;
|
|
12351
|
+
};
|
|
12352
|
+
addMany: {
|
|
12353
|
+
<S_2 extends EntityState<{
|
|
12354
|
+
type: string;
|
|
12355
|
+
class: string;
|
|
12356
|
+
label: string;
|
|
12357
|
+
stats: {
|
|
12358
|
+
total: number;
|
|
12359
|
+
};
|
|
12360
|
+
cssClass: string;
|
|
12361
|
+
cssColor: string;
|
|
12362
|
+
isActive: boolean;
|
|
12363
|
+
struct: {
|
|
12364
|
+
type: string;
|
|
12365
|
+
targetId: number;
|
|
12366
|
+
targetType: string;
|
|
12367
|
+
action: string;
|
|
12368
|
+
do: string;
|
|
12369
|
+
};
|
|
12370
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<{
|
|
12371
|
+
type: string;
|
|
12372
|
+
class: string;
|
|
12373
|
+
label: string;
|
|
12374
|
+
stats: {
|
|
12375
|
+
total: number;
|
|
12376
|
+
};
|
|
12377
|
+
cssClass: string;
|
|
12378
|
+
cssColor: string;
|
|
12379
|
+
isActive: boolean;
|
|
12380
|
+
struct: {
|
|
12381
|
+
type: string;
|
|
12382
|
+
targetId: number;
|
|
12383
|
+
targetType: string;
|
|
12384
|
+
action: string;
|
|
12385
|
+
do: string;
|
|
12386
|
+
};
|
|
12387
|
+
}>, S_2>, entities: readonly {
|
|
12388
|
+
type: string;
|
|
12389
|
+
class: string;
|
|
12390
|
+
label: string;
|
|
12391
|
+
stats: {
|
|
12392
|
+
total: number;
|
|
12393
|
+
};
|
|
12394
|
+
cssClass: string;
|
|
12395
|
+
cssColor: string;
|
|
12396
|
+
isActive: boolean;
|
|
12397
|
+
struct: {
|
|
12398
|
+
type: string;
|
|
12399
|
+
targetId: number;
|
|
12400
|
+
targetType: string;
|
|
12401
|
+
action: string;
|
|
12402
|
+
do: string;
|
|
12403
|
+
};
|
|
12404
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12405
|
+
type: string;
|
|
12406
|
+
class: string;
|
|
12407
|
+
label: string;
|
|
12408
|
+
stats: {
|
|
12409
|
+
total: number;
|
|
12410
|
+
};
|
|
12411
|
+
cssClass: string;
|
|
12412
|
+
cssColor: string;
|
|
12413
|
+
isActive: boolean;
|
|
12414
|
+
struct: {
|
|
12415
|
+
type: string;
|
|
12416
|
+
targetId: number;
|
|
12417
|
+
targetType: string;
|
|
12418
|
+
action: string;
|
|
12419
|
+
do: string;
|
|
12420
|
+
};
|
|
12421
|
+
}>): S_2;
|
|
12422
|
+
<S_3 extends EntityState<{
|
|
12423
|
+
type: string;
|
|
12424
|
+
class: string;
|
|
12425
|
+
label: string;
|
|
12426
|
+
stats: {
|
|
12427
|
+
total: number;
|
|
12428
|
+
};
|
|
12429
|
+
cssClass: string;
|
|
12430
|
+
cssColor: string;
|
|
12431
|
+
isActive: boolean;
|
|
12432
|
+
struct: {
|
|
12433
|
+
type: string;
|
|
12434
|
+
targetId: number;
|
|
12435
|
+
targetType: string;
|
|
12436
|
+
action: string;
|
|
12437
|
+
do: string;
|
|
12438
|
+
};
|
|
12439
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<{
|
|
12440
|
+
type: string;
|
|
12441
|
+
class: string;
|
|
12442
|
+
label: string;
|
|
12443
|
+
stats: {
|
|
12444
|
+
total: number;
|
|
12445
|
+
};
|
|
12446
|
+
cssClass: string;
|
|
12447
|
+
cssColor: string;
|
|
12448
|
+
isActive: boolean;
|
|
12449
|
+
struct: {
|
|
12450
|
+
type: string;
|
|
12451
|
+
targetId: number;
|
|
12452
|
+
targetType: string;
|
|
12453
|
+
action: string;
|
|
12454
|
+
do: string;
|
|
12455
|
+
};
|
|
12456
|
+
}>, S_3>, entities: {
|
|
12457
|
+
payload: readonly {
|
|
12458
|
+
type: string;
|
|
12459
|
+
class: string;
|
|
12460
|
+
label: string;
|
|
12461
|
+
stats: {
|
|
12462
|
+
total: number;
|
|
12463
|
+
};
|
|
12464
|
+
cssClass: string;
|
|
12465
|
+
cssColor: string;
|
|
12466
|
+
isActive: boolean;
|
|
12467
|
+
struct: {
|
|
12468
|
+
type: string;
|
|
12469
|
+
targetId: number;
|
|
12470
|
+
targetType: string;
|
|
12471
|
+
action: string;
|
|
12472
|
+
do: string;
|
|
12473
|
+
};
|
|
12474
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12475
|
+
type: string;
|
|
12476
|
+
class: string;
|
|
12477
|
+
label: string;
|
|
12478
|
+
stats: {
|
|
12479
|
+
total: number;
|
|
12480
|
+
};
|
|
12481
|
+
cssClass: string;
|
|
12482
|
+
cssColor: string;
|
|
12483
|
+
isActive: boolean;
|
|
12484
|
+
struct: {
|
|
12485
|
+
type: string;
|
|
12486
|
+
targetId: number;
|
|
12487
|
+
targetType: string;
|
|
12488
|
+
action: string;
|
|
12489
|
+
do: string;
|
|
12490
|
+
};
|
|
12491
|
+
}>;
|
|
12492
|
+
type: string;
|
|
12493
|
+
}): S_3;
|
|
12494
|
+
};
|
|
12495
|
+
setAll: {
|
|
12496
|
+
<S_4 extends EntityState<{
|
|
12497
|
+
type: string;
|
|
12498
|
+
class: string;
|
|
12499
|
+
label: string;
|
|
12500
|
+
stats: {
|
|
12501
|
+
total: number;
|
|
12502
|
+
};
|
|
12503
|
+
cssClass: string;
|
|
12504
|
+
cssColor: string;
|
|
12505
|
+
isActive: boolean;
|
|
12506
|
+
struct: {
|
|
12507
|
+
type: string;
|
|
12508
|
+
targetId: number;
|
|
12509
|
+
targetType: string;
|
|
12510
|
+
action: string;
|
|
12511
|
+
do: string;
|
|
12512
|
+
};
|
|
12513
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, EntityState<{
|
|
12514
|
+
type: string;
|
|
12515
|
+
class: string;
|
|
12516
|
+
label: string;
|
|
12517
|
+
stats: {
|
|
12518
|
+
total: number;
|
|
12519
|
+
};
|
|
12520
|
+
cssClass: string;
|
|
12521
|
+
cssColor: string;
|
|
12522
|
+
isActive: boolean;
|
|
12523
|
+
struct: {
|
|
12524
|
+
type: string;
|
|
12525
|
+
targetId: number;
|
|
12526
|
+
targetType: string;
|
|
12527
|
+
action: string;
|
|
12528
|
+
do: string;
|
|
12529
|
+
};
|
|
12530
|
+
}>, S_4>, entities: readonly {
|
|
12531
|
+
type: string;
|
|
12532
|
+
class: string;
|
|
12533
|
+
label: string;
|
|
12534
|
+
stats: {
|
|
12535
|
+
total: number;
|
|
12536
|
+
};
|
|
12537
|
+
cssClass: string;
|
|
12538
|
+
cssColor: string;
|
|
12539
|
+
isActive: boolean;
|
|
12540
|
+
struct: {
|
|
12541
|
+
type: string;
|
|
12542
|
+
targetId: number;
|
|
12543
|
+
targetType: string;
|
|
12544
|
+
action: string;
|
|
12545
|
+
do: string;
|
|
12546
|
+
};
|
|
12547
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12548
|
+
type: string;
|
|
12549
|
+
class: string;
|
|
12550
|
+
label: string;
|
|
12551
|
+
stats: {
|
|
12552
|
+
total: number;
|
|
12553
|
+
};
|
|
12554
|
+
cssClass: string;
|
|
12555
|
+
cssColor: string;
|
|
12556
|
+
isActive: boolean;
|
|
12557
|
+
struct: {
|
|
12558
|
+
type: string;
|
|
12559
|
+
targetId: number;
|
|
12560
|
+
targetType: string;
|
|
12561
|
+
action: string;
|
|
12562
|
+
do: string;
|
|
12563
|
+
};
|
|
12564
|
+
}>): S_4;
|
|
12565
|
+
<S_5 extends EntityState<{
|
|
12566
|
+
type: string;
|
|
12567
|
+
class: string;
|
|
12568
|
+
label: string;
|
|
12569
|
+
stats: {
|
|
12570
|
+
total: number;
|
|
12571
|
+
};
|
|
12572
|
+
cssClass: string;
|
|
12573
|
+
cssColor: string;
|
|
12574
|
+
isActive: boolean;
|
|
12575
|
+
struct: {
|
|
12576
|
+
type: string;
|
|
12577
|
+
targetId: number;
|
|
12578
|
+
targetType: string;
|
|
12579
|
+
action: string;
|
|
12580
|
+
do: string;
|
|
12581
|
+
};
|
|
12582
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, EntityState<{
|
|
12583
|
+
type: string;
|
|
12584
|
+
class: string;
|
|
12585
|
+
label: string;
|
|
12586
|
+
stats: {
|
|
12587
|
+
total: number;
|
|
12588
|
+
};
|
|
12589
|
+
cssClass: string;
|
|
12590
|
+
cssColor: string;
|
|
12591
|
+
isActive: boolean;
|
|
12592
|
+
struct: {
|
|
12593
|
+
type: string;
|
|
12594
|
+
targetId: number;
|
|
12595
|
+
targetType: string;
|
|
12596
|
+
action: string;
|
|
12597
|
+
do: string;
|
|
12598
|
+
};
|
|
12599
|
+
}>, S_5>, entities: {
|
|
12600
|
+
payload: readonly {
|
|
12601
|
+
type: string;
|
|
12602
|
+
class: string;
|
|
12603
|
+
label: string;
|
|
12604
|
+
stats: {
|
|
12605
|
+
total: number;
|
|
12606
|
+
};
|
|
12607
|
+
cssClass: string;
|
|
12608
|
+
cssColor: string;
|
|
12609
|
+
isActive: boolean;
|
|
12610
|
+
struct: {
|
|
12611
|
+
type: string;
|
|
12612
|
+
targetId: number;
|
|
12613
|
+
targetType: string;
|
|
12614
|
+
action: string;
|
|
12615
|
+
do: string;
|
|
12616
|
+
};
|
|
12617
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12618
|
+
type: string;
|
|
12619
|
+
class: string;
|
|
12620
|
+
label: string;
|
|
12621
|
+
stats: {
|
|
12622
|
+
total: number;
|
|
12623
|
+
};
|
|
12624
|
+
cssClass: string;
|
|
12625
|
+
cssColor: string;
|
|
12626
|
+
isActive: boolean;
|
|
12627
|
+
struct: {
|
|
12628
|
+
type: string;
|
|
12629
|
+
targetId: number;
|
|
12630
|
+
targetType: string;
|
|
12631
|
+
action: string;
|
|
12632
|
+
do: string;
|
|
12633
|
+
};
|
|
12634
|
+
}>;
|
|
12635
|
+
type: string;
|
|
12636
|
+
}): S_5;
|
|
12637
|
+
};
|
|
12638
|
+
clear: <S_6 extends EntityState<{
|
|
12639
|
+
type: string;
|
|
12640
|
+
class: string;
|
|
12641
|
+
label: string;
|
|
12642
|
+
stats: {
|
|
12643
|
+
total: number;
|
|
12644
|
+
};
|
|
12645
|
+
cssClass: string;
|
|
12646
|
+
cssColor: string;
|
|
12647
|
+
isActive: boolean;
|
|
12648
|
+
struct: {
|
|
12649
|
+
type: string;
|
|
12650
|
+
targetId: number;
|
|
12651
|
+
targetType: string;
|
|
12652
|
+
action: string;
|
|
12653
|
+
do: string;
|
|
12654
|
+
};
|
|
12655
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_6, EntityState<{
|
|
12656
|
+
type: string;
|
|
12657
|
+
class: string;
|
|
12658
|
+
label: string;
|
|
12659
|
+
stats: {
|
|
12660
|
+
total: number;
|
|
12661
|
+
};
|
|
12662
|
+
cssClass: string;
|
|
12663
|
+
cssColor: string;
|
|
12664
|
+
isActive: boolean;
|
|
12665
|
+
struct: {
|
|
12666
|
+
type: string;
|
|
12667
|
+
targetId: number;
|
|
12668
|
+
targetType: string;
|
|
12669
|
+
action: string;
|
|
12670
|
+
do: string;
|
|
12671
|
+
};
|
|
12672
|
+
}>, S_6>) => S_6;
|
|
12673
|
+
updateOne: {
|
|
12674
|
+
<S_7 extends EntityState<{
|
|
12675
|
+
type: string;
|
|
12676
|
+
class: string;
|
|
12677
|
+
label: string;
|
|
12678
|
+
stats: {
|
|
12679
|
+
total: number;
|
|
12680
|
+
};
|
|
12681
|
+
cssClass: string;
|
|
12682
|
+
cssColor: string;
|
|
12683
|
+
isActive: boolean;
|
|
12684
|
+
struct: {
|
|
12685
|
+
type: string;
|
|
12686
|
+
targetId: number;
|
|
12687
|
+
targetType: string;
|
|
12688
|
+
action: string;
|
|
12689
|
+
do: string;
|
|
12690
|
+
};
|
|
12691
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_7, EntityState<{
|
|
12692
|
+
type: string;
|
|
12693
|
+
class: string;
|
|
12694
|
+
label: string;
|
|
12695
|
+
stats: {
|
|
12696
|
+
total: number;
|
|
12697
|
+
};
|
|
12698
|
+
cssClass: string;
|
|
12699
|
+
cssColor: string;
|
|
12700
|
+
isActive: boolean;
|
|
12701
|
+
struct: {
|
|
12702
|
+
type: string;
|
|
12703
|
+
targetId: number;
|
|
12704
|
+
targetType: string;
|
|
12705
|
+
action: string;
|
|
12706
|
+
do: string;
|
|
12707
|
+
};
|
|
12708
|
+
}>, S_7>, update: _reduxjs_toolkit.Update<{
|
|
12709
|
+
type: string;
|
|
12710
|
+
class: string;
|
|
12711
|
+
label: string;
|
|
12712
|
+
stats: {
|
|
12713
|
+
total: number;
|
|
12714
|
+
};
|
|
12715
|
+
cssClass: string;
|
|
12716
|
+
cssColor: string;
|
|
12717
|
+
isActive: boolean;
|
|
12718
|
+
struct: {
|
|
12719
|
+
type: string;
|
|
12720
|
+
targetId: number;
|
|
12721
|
+
targetType: string;
|
|
12722
|
+
action: string;
|
|
12723
|
+
do: string;
|
|
12724
|
+
};
|
|
12725
|
+
}>): S_7;
|
|
12726
|
+
<S_8 extends EntityState<{
|
|
12727
|
+
type: string;
|
|
12728
|
+
class: string;
|
|
12729
|
+
label: string;
|
|
12730
|
+
stats: {
|
|
12731
|
+
total: number;
|
|
12732
|
+
};
|
|
12733
|
+
cssClass: string;
|
|
12734
|
+
cssColor: string;
|
|
12735
|
+
isActive: boolean;
|
|
12736
|
+
struct: {
|
|
12737
|
+
type: string;
|
|
12738
|
+
targetId: number;
|
|
12739
|
+
targetType: string;
|
|
12740
|
+
action: string;
|
|
12741
|
+
do: string;
|
|
12742
|
+
};
|
|
12743
|
+
}>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_8, EntityState<{
|
|
12744
|
+
type: string;
|
|
12745
|
+
class: string;
|
|
12746
|
+
label: string;
|
|
12747
|
+
stats: {
|
|
12748
|
+
total: number;
|
|
12749
|
+
};
|
|
12750
|
+
cssClass: string;
|
|
12751
|
+
cssColor: string;
|
|
12752
|
+
isActive: boolean;
|
|
12753
|
+
struct: {
|
|
12754
|
+
type: string;
|
|
12755
|
+
targetId: number;
|
|
12756
|
+
targetType: string;
|
|
12757
|
+
action: string;
|
|
12758
|
+
do: string;
|
|
12759
|
+
};
|
|
12760
|
+
}>, S_8>, update: {
|
|
12761
|
+
payload: _reduxjs_toolkit.Update<{
|
|
12762
|
+
type: string;
|
|
12763
|
+
class: string;
|
|
12764
|
+
label: string;
|
|
12765
|
+
stats: {
|
|
12766
|
+
total: number;
|
|
12767
|
+
};
|
|
12768
|
+
cssClass: string;
|
|
12769
|
+
cssColor: string;
|
|
12770
|
+
isActive: boolean;
|
|
12771
|
+
struct: {
|
|
12772
|
+
type: string;
|
|
12773
|
+
targetId: number;
|
|
12774
|
+
targetType: string;
|
|
12775
|
+
action: string;
|
|
12776
|
+
do: string;
|
|
12777
|
+
};
|
|
12778
|
+
}>;
|
|
12779
|
+
type: string;
|
|
12780
|
+
}): S_8;
|
|
12781
|
+
};
|
|
12782
|
+
}, "socialActions">;
|
|
12783
|
+
actions: {
|
|
12784
|
+
addOne: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
12785
|
+
type: string;
|
|
12786
|
+
class: string;
|
|
12787
|
+
label: string;
|
|
12788
|
+
stats: {
|
|
12789
|
+
total: number;
|
|
12790
|
+
};
|
|
12791
|
+
cssClass: string;
|
|
12792
|
+
cssColor: string;
|
|
12793
|
+
isActive: boolean;
|
|
12794
|
+
struct: {
|
|
12795
|
+
type: string;
|
|
12796
|
+
targetId: number;
|
|
12797
|
+
targetType: string;
|
|
12798
|
+
action: string;
|
|
12799
|
+
do: string;
|
|
12800
|
+
};
|
|
12801
|
+
}, "socialActions/addOne">;
|
|
12802
|
+
addMany: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
|
|
12803
|
+
type: string;
|
|
12804
|
+
class: string;
|
|
12805
|
+
label: string;
|
|
12806
|
+
stats: {
|
|
12807
|
+
total: number;
|
|
12808
|
+
};
|
|
12809
|
+
cssClass: string;
|
|
12810
|
+
cssColor: string;
|
|
12811
|
+
isActive: boolean;
|
|
12812
|
+
struct: {
|
|
12813
|
+
type: string;
|
|
12814
|
+
targetId: number;
|
|
12815
|
+
targetType: string;
|
|
12816
|
+
action: string;
|
|
12817
|
+
do: string;
|
|
12818
|
+
};
|
|
12819
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12820
|
+
type: string;
|
|
12821
|
+
class: string;
|
|
12822
|
+
label: string;
|
|
12823
|
+
stats: {
|
|
12824
|
+
total: number;
|
|
12825
|
+
};
|
|
12826
|
+
cssClass: string;
|
|
12827
|
+
cssColor: string;
|
|
12828
|
+
isActive: boolean;
|
|
12829
|
+
struct: {
|
|
12830
|
+
type: string;
|
|
12831
|
+
targetId: number;
|
|
12832
|
+
targetType: string;
|
|
12833
|
+
action: string;
|
|
12834
|
+
do: string;
|
|
12835
|
+
};
|
|
12836
|
+
}>, "socialActions/addMany">;
|
|
12837
|
+
setAll: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
|
|
12838
|
+
type: string;
|
|
12839
|
+
class: string;
|
|
12840
|
+
label: string;
|
|
12841
|
+
stats: {
|
|
12842
|
+
total: number;
|
|
12843
|
+
};
|
|
12844
|
+
cssClass: string;
|
|
12845
|
+
cssColor: string;
|
|
12846
|
+
isActive: boolean;
|
|
12847
|
+
struct: {
|
|
12848
|
+
type: string;
|
|
12849
|
+
targetId: number;
|
|
12850
|
+
targetType: string;
|
|
12851
|
+
action: string;
|
|
12852
|
+
do: string;
|
|
12853
|
+
};
|
|
12854
|
+
}[] | Record<_reduxjs_toolkit.EntityId, {
|
|
12855
|
+
type: string;
|
|
12856
|
+
class: string;
|
|
12857
|
+
label: string;
|
|
12858
|
+
stats: {
|
|
12859
|
+
total: number;
|
|
12860
|
+
};
|
|
12861
|
+
cssClass: string;
|
|
12862
|
+
cssColor: string;
|
|
12863
|
+
isActive: boolean;
|
|
12864
|
+
struct: {
|
|
12865
|
+
type: string;
|
|
12866
|
+
targetId: number;
|
|
12867
|
+
targetType: string;
|
|
12868
|
+
action: string;
|
|
12869
|
+
do: string;
|
|
12870
|
+
};
|
|
12871
|
+
}>, "socialActions/setAll">;
|
|
12872
|
+
clear: _reduxjs_toolkit.ActionCreatorWithoutPayload<"socialActions/clear">;
|
|
12873
|
+
updateOne: _reduxjs_toolkit.ActionCreatorWithPayload<_reduxjs_toolkit.Update<{
|
|
12874
|
+
type: string;
|
|
12875
|
+
class: string;
|
|
12876
|
+
label: string;
|
|
12877
|
+
stats: {
|
|
12878
|
+
total: number;
|
|
12879
|
+
};
|
|
12880
|
+
cssClass: string;
|
|
12881
|
+
cssColor: string;
|
|
12882
|
+
isActive: boolean;
|
|
12883
|
+
struct: {
|
|
12884
|
+
type: string;
|
|
12885
|
+
targetId: number;
|
|
12886
|
+
targetType: string;
|
|
12887
|
+
action: string;
|
|
12888
|
+
do: string;
|
|
12889
|
+
};
|
|
12890
|
+
}>, "socialActions/updateOne">;
|
|
12891
|
+
};
|
|
12892
|
+
selectors: _reduxjs_toolkit.EntitySelectors<{
|
|
12893
|
+
type: string;
|
|
12894
|
+
class: string;
|
|
12895
|
+
label: string;
|
|
12896
|
+
stats: {
|
|
12897
|
+
total: number;
|
|
12898
|
+
};
|
|
12899
|
+
cssClass: string;
|
|
12900
|
+
cssColor: string;
|
|
12901
|
+
isActive: boolean;
|
|
12902
|
+
struct: {
|
|
12903
|
+
type: string;
|
|
12904
|
+
targetId: number;
|
|
12905
|
+
targetType: string;
|
|
12906
|
+
action: string;
|
|
12907
|
+
do: string;
|
|
12908
|
+
};
|
|
12909
|
+
}, RootState$1>;
|
|
12910
|
+
};
|
|
12911
|
+
|
|
11694
12912
|
type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
|
|
11695
12913
|
type RootDispatch = Dispatch$1<Action>;
|
|
11696
12914
|
type RTDispatch = Dispatch<any>;
|
|
@@ -12058,7 +13276,12 @@ declare const studio: {
|
|
|
12058
13276
|
layers?: string[] | undefined;
|
|
12059
13277
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12060
13278
|
layers?: string[] | undefined;
|
|
12061
|
-
} & jamespot_user_api.WidgetType<
|
|
13279
|
+
} & jamespot_user_api.WidgetType<{
|
|
13280
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13281
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13282
|
+
css?: Record<string, string> | undefined;
|
|
13283
|
+
edit?: boolean | undefined;
|
|
13284
|
+
}>) | ({
|
|
12062
13285
|
layers?: string[] | undefined;
|
|
12063
13286
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12064
13287
|
layers?: string[] | undefined;
|
|
@@ -12111,7 +13334,12 @@ declare const studio: {
|
|
|
12111
13334
|
layers?: string[] | undefined;
|
|
12112
13335
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12113
13336
|
layers?: string[] | undefined;
|
|
12114
|
-
} & jamespot_user_api.WidgetType<
|
|
13337
|
+
} & jamespot_user_api.WidgetType<{
|
|
13338
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13339
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13340
|
+
css?: Record<string, string> | undefined;
|
|
13341
|
+
edit?: boolean | undefined;
|
|
13342
|
+
}>) | ({
|
|
12115
13343
|
layers?: string[] | undefined;
|
|
12116
13344
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12117
13345
|
layers?: string[] | undefined;
|
|
@@ -12232,7 +13460,12 @@ declare const studio: {
|
|
|
12232
13460
|
layers?: string[] | undefined;
|
|
12233
13461
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12234
13462
|
layers?: string[] | undefined;
|
|
12235
|
-
} & jamespot_user_api.WidgetType<
|
|
13463
|
+
} & jamespot_user_api.WidgetType<{
|
|
13464
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13465
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13466
|
+
css?: Record<string, string> | undefined;
|
|
13467
|
+
edit?: boolean | undefined;
|
|
13468
|
+
}>) | ({
|
|
12236
13469
|
layers?: string[] | undefined;
|
|
12237
13470
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12238
13471
|
layers?: string[] | undefined;
|
|
@@ -12285,7 +13518,12 @@ declare const studio: {
|
|
|
12285
13518
|
layers?: string[] | undefined;
|
|
12286
13519
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12287
13520
|
layers?: string[] | undefined;
|
|
12288
|
-
} & jamespot_user_api.WidgetType<
|
|
13521
|
+
} & jamespot_user_api.WidgetType<{
|
|
13522
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13523
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13524
|
+
css?: Record<string, string> | undefined;
|
|
13525
|
+
edit?: boolean | undefined;
|
|
13526
|
+
}>) | ({
|
|
12289
13527
|
layers?: string[] | undefined;
|
|
12290
13528
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12291
13529
|
layers?: string[] | undefined;
|
|
@@ -12405,7 +13643,12 @@ declare const studio: {
|
|
|
12405
13643
|
layers?: string[] | undefined;
|
|
12406
13644
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12407
13645
|
layers?: string[] | undefined;
|
|
12408
|
-
} & jamespot_user_api.WidgetType<
|
|
13646
|
+
} & jamespot_user_api.WidgetType<{
|
|
13647
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13648
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13649
|
+
css?: Record<string, string> | undefined;
|
|
13650
|
+
edit?: boolean | undefined;
|
|
13651
|
+
}>) | ({
|
|
12409
13652
|
layers?: string[] | undefined;
|
|
12410
13653
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12411
13654
|
layers?: string[] | undefined;
|
|
@@ -12458,7 +13701,12 @@ declare const studio: {
|
|
|
12458
13701
|
layers?: string[] | undefined;
|
|
12459
13702
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12460
13703
|
layers?: string[] | undefined;
|
|
12461
|
-
} & jamespot_user_api.WidgetType<
|
|
13704
|
+
} & jamespot_user_api.WidgetType<{
|
|
13705
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13706
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13707
|
+
css?: Record<string, string> | undefined;
|
|
13708
|
+
edit?: boolean | undefined;
|
|
13709
|
+
}>) | ({
|
|
12462
13710
|
layers?: string[] | undefined;
|
|
12463
13711
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12464
13712
|
layers?: string[] | undefined;
|
|
@@ -12578,7 +13826,12 @@ declare const studio: {
|
|
|
12578
13826
|
layers?: string[] | undefined;
|
|
12579
13827
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12580
13828
|
layers?: string[] | undefined;
|
|
12581
|
-
} & jamespot_user_api.WidgetType<
|
|
13829
|
+
} & jamespot_user_api.WidgetType<{
|
|
13830
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13831
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13832
|
+
css?: Record<string, string> | undefined;
|
|
13833
|
+
edit?: boolean | undefined;
|
|
13834
|
+
}>) | ({
|
|
12582
13835
|
layers?: string[] | undefined;
|
|
12583
13836
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12584
13837
|
layers?: string[] | undefined;
|
|
@@ -12631,7 +13884,12 @@ declare const studio: {
|
|
|
12631
13884
|
layers?: string[] | undefined;
|
|
12632
13885
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12633
13886
|
layers?: string[] | undefined;
|
|
12634
|
-
} & jamespot_user_api.WidgetType<
|
|
13887
|
+
} & jamespot_user_api.WidgetType<{
|
|
13888
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
13889
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
13890
|
+
css?: Record<string, string> | undefined;
|
|
13891
|
+
edit?: boolean | undefined;
|
|
13892
|
+
}>) | ({
|
|
12635
13893
|
layers?: string[] | undefined;
|
|
12636
13894
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12637
13895
|
layers?: string[] | undefined;
|
|
@@ -12751,7 +14009,12 @@ declare const studio: {
|
|
|
12751
14009
|
layers?: string[] | undefined;
|
|
12752
14010
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12753
14011
|
layers?: string[] | undefined;
|
|
12754
|
-
} & jamespot_user_api.WidgetType<
|
|
14012
|
+
} & jamespot_user_api.WidgetType<{
|
|
14013
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14014
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14015
|
+
css?: Record<string, string> | undefined;
|
|
14016
|
+
edit?: boolean | undefined;
|
|
14017
|
+
}>) | ({
|
|
12755
14018
|
layers?: string[] | undefined;
|
|
12756
14019
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12757
14020
|
layers?: string[] | undefined;
|
|
@@ -12804,7 +14067,12 @@ declare const studio: {
|
|
|
12804
14067
|
layers?: string[] | undefined;
|
|
12805
14068
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12806
14069
|
layers?: string[] | undefined;
|
|
12807
|
-
} & jamespot_user_api.WidgetType<
|
|
14070
|
+
} & jamespot_user_api.WidgetType<{
|
|
14071
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14072
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14073
|
+
css?: Record<string, string> | undefined;
|
|
14074
|
+
edit?: boolean | undefined;
|
|
14075
|
+
}>) | ({
|
|
12808
14076
|
layers?: string[] | undefined;
|
|
12809
14077
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12810
14078
|
layers?: string[] | undefined;
|
|
@@ -12925,7 +14193,12 @@ declare const studio: {
|
|
|
12925
14193
|
layers?: string[] | undefined;
|
|
12926
14194
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12927
14195
|
layers?: string[] | undefined;
|
|
12928
|
-
} & jamespot_user_api.WidgetType<
|
|
14196
|
+
} & jamespot_user_api.WidgetType<{
|
|
14197
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14198
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14199
|
+
css?: Record<string, string> | undefined;
|
|
14200
|
+
edit?: boolean | undefined;
|
|
14201
|
+
}>) | ({
|
|
12929
14202
|
layers?: string[] | undefined;
|
|
12930
14203
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12931
14204
|
layers?: string[] | undefined;
|
|
@@ -12978,7 +14251,12 @@ declare const studio: {
|
|
|
12978
14251
|
layers?: string[] | undefined;
|
|
12979
14252
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
12980
14253
|
layers?: string[] | undefined;
|
|
12981
|
-
} & jamespot_user_api.WidgetType<
|
|
14254
|
+
} & jamespot_user_api.WidgetType<{
|
|
14255
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14256
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14257
|
+
css?: Record<string, string> | undefined;
|
|
14258
|
+
edit?: boolean | undefined;
|
|
14259
|
+
}>) | ({
|
|
12982
14260
|
layers?: string[] | undefined;
|
|
12983
14261
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
12984
14262
|
layers?: string[] | undefined;
|
|
@@ -13099,7 +14377,12 @@ declare const studio: {
|
|
|
13099
14377
|
layers?: string[] | undefined;
|
|
13100
14378
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13101
14379
|
layers?: string[] | undefined;
|
|
13102
|
-
} & jamespot_user_api.WidgetType<
|
|
14380
|
+
} & jamespot_user_api.WidgetType<{
|
|
14381
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14382
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14383
|
+
css?: Record<string, string> | undefined;
|
|
14384
|
+
edit?: boolean | undefined;
|
|
14385
|
+
}>) | ({
|
|
13103
14386
|
layers?: string[] | undefined;
|
|
13104
14387
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13105
14388
|
layers?: string[] | undefined;
|
|
@@ -13152,7 +14435,12 @@ declare const studio: {
|
|
|
13152
14435
|
layers?: string[] | undefined;
|
|
13153
14436
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13154
14437
|
layers?: string[] | undefined;
|
|
13155
|
-
} & jamespot_user_api.WidgetType<
|
|
14438
|
+
} & jamespot_user_api.WidgetType<{
|
|
14439
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14440
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14441
|
+
css?: Record<string, string> | undefined;
|
|
14442
|
+
edit?: boolean | undefined;
|
|
14443
|
+
}>) | ({
|
|
13156
14444
|
layers?: string[] | undefined;
|
|
13157
14445
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13158
14446
|
layers?: string[] | undefined;
|
|
@@ -13270,7 +14558,12 @@ declare const studio: {
|
|
|
13270
14558
|
layers?: string[] | undefined;
|
|
13271
14559
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13272
14560
|
layers?: string[] | undefined;
|
|
13273
|
-
} & jamespot_user_api.WidgetType<
|
|
14561
|
+
} & jamespot_user_api.WidgetType<{
|
|
14562
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14563
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14564
|
+
css?: Record<string, string> | undefined;
|
|
14565
|
+
edit?: boolean | undefined;
|
|
14566
|
+
}>) | ({
|
|
13274
14567
|
layers?: string[] | undefined;
|
|
13275
14568
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13276
14569
|
layers?: string[] | undefined;
|
|
@@ -13323,7 +14616,12 @@ declare const studio: {
|
|
|
13323
14616
|
layers?: string[] | undefined;
|
|
13324
14617
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13325
14618
|
layers?: string[] | undefined;
|
|
13326
|
-
} & jamespot_user_api.WidgetType<
|
|
14619
|
+
} & jamespot_user_api.WidgetType<{
|
|
14620
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14621
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14622
|
+
css?: Record<string, string> | undefined;
|
|
14623
|
+
edit?: boolean | undefined;
|
|
14624
|
+
}>) | ({
|
|
13327
14625
|
layers?: string[] | undefined;
|
|
13328
14626
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13329
14627
|
layers?: string[] | undefined;
|
|
@@ -13443,7 +14741,12 @@ declare const studio: {
|
|
|
13443
14741
|
layers?: string[] | undefined;
|
|
13444
14742
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13445
14743
|
layers?: string[] | undefined;
|
|
13446
|
-
} & jamespot_user_api.WidgetType<
|
|
14744
|
+
} & jamespot_user_api.WidgetType<{
|
|
14745
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14746
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14747
|
+
css?: Record<string, string> | undefined;
|
|
14748
|
+
edit?: boolean | undefined;
|
|
14749
|
+
}>) | ({
|
|
13447
14750
|
layers?: string[] | undefined;
|
|
13448
14751
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13449
14752
|
layers?: string[] | undefined;
|
|
@@ -13496,7 +14799,12 @@ declare const studio: {
|
|
|
13496
14799
|
layers?: string[] | undefined;
|
|
13497
14800
|
} & jamespot_user_api.WidgetArticleSliderType) | ({
|
|
13498
14801
|
layers?: string[] | undefined;
|
|
13499
|
-
} & jamespot_user_api.WidgetType<
|
|
14802
|
+
} & jamespot_user_api.WidgetType<{
|
|
14803
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
14804
|
+
arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
|
|
14805
|
+
css?: Record<string, string> | undefined;
|
|
14806
|
+
edit?: boolean | undefined;
|
|
14807
|
+
}>) | ({
|
|
13500
14808
|
layers?: string[] | undefined;
|
|
13501
14809
|
} & jamespot_user_api.WidgetDatasourceTableType) | ({
|
|
13502
14810
|
layers?: string[] | undefined;
|
|
@@ -13602,4 +14910,4 @@ declare const studio: {
|
|
|
13602
14910
|
};
|
|
13603
14911
|
};
|
|
13604
14912
|
|
|
13605
|
-
export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, PagingState, Platform, PlatformRootState, RTDispatch, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };
|
|
14913
|
+
export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, PagingState, Platform, PlatformRootState, RTDispatch, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, SocialActions, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };
|