jamespot-front-business 1.1.66 → 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 +56 -34
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +55 -34
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +695 -2
- 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';
|
|
@@ -12216,6 +12216,699 @@ declare const WidgetEditor: {
|
|
|
12216
12216
|
};
|
|
12217
12217
|
};
|
|
12218
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
|
+
|
|
12219
12912
|
type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
|
|
12220
12913
|
type RootDispatch = Dispatch$1<Action>;
|
|
12221
12914
|
type RTDispatch = Dispatch<any>;
|
|
@@ -14217,4 +14910,4 @@ declare const studio: {
|
|
|
14217
14910
|
};
|
|
14218
14911
|
};
|
|
14219
14912
|
|
|
14220
|
-
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 };
|