jamespot-front-business 1.1.64 → 1.1.65

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/types.d.ts CHANGED
@@ -175,6 +175,7 @@ declare const Animations: {
175
175
  mounted?: boolean | undefined;
176
176
  hover?: boolean | undefined;
177
177
  empty?: boolean | undefined;
178
+ locked?: boolean | undefined;
178
179
  }>;
179
180
  editableMap: Record<string, {
180
181
  uniqid: string;
@@ -348,6 +349,7 @@ declare const Animations: {
348
349
  mounted?: boolean | undefined;
349
350
  hover?: boolean | undefined;
350
351
  empty?: boolean | undefined;
352
+ locked?: boolean | undefined;
351
353
  }>;
352
354
  editableMap: Record<string, {
353
355
  uniqid: string;
@@ -521,6 +523,7 @@ declare const Animations: {
521
523
  mounted?: boolean | undefined;
522
524
  hover?: boolean | undefined;
523
525
  empty?: boolean | undefined;
526
+ locked?: boolean | undefined;
524
527
  }>;
525
528
  editableMap: Record<string, {
526
529
  uniqid: string;
@@ -694,6 +697,7 @@ declare const Animations: {
694
697
  mounted?: boolean | undefined;
695
698
  hover?: boolean | undefined;
696
699
  empty?: boolean | undefined;
700
+ locked?: boolean | undefined;
697
701
  }>;
698
702
  editableMap: Record<string, {
699
703
  uniqid: string;
@@ -873,6 +877,7 @@ declare const Animations: {
873
877
  mounted?: boolean | undefined;
874
878
  hover?: boolean | undefined;
875
879
  empty?: boolean | undefined;
880
+ locked?: boolean | undefined;
876
881
  }>;
877
882
  editableMap: Record<string, {
878
883
  uniqid: string;
@@ -1064,6 +1069,7 @@ declare const Animations: {
1064
1069
  mounted?: boolean | undefined;
1065
1070
  hover?: boolean | undefined;
1066
1071
  empty?: boolean | undefined;
1072
+ locked?: boolean | undefined;
1067
1073
  }>;
1068
1074
  editableMap: Record<string, {
1069
1075
  uniqid: string;
@@ -1253,6 +1259,7 @@ declare const Animations: {
1253
1259
  mounted?: boolean | undefined;
1254
1260
  hover?: boolean | undefined;
1255
1261
  empty?: boolean | undefined;
1262
+ locked?: boolean | undefined;
1256
1263
  }>;
1257
1264
  editableMap: Record<string, {
1258
1265
  uniqid: string;
@@ -1620,6 +1627,7 @@ declare const AssetReservation: {
1620
1627
  mounted?: boolean | undefined;
1621
1628
  hover?: boolean | undefined;
1622
1629
  empty?: boolean | undefined;
1630
+ locked?: boolean | undefined;
1623
1631
  }>;
1624
1632
  editableMap: Record<string, {
1625
1633
  uniqid: string;
@@ -1800,6 +1808,7 @@ declare const AssetReservation: {
1800
1808
  mounted?: boolean | undefined;
1801
1809
  hover?: boolean | undefined;
1802
1810
  empty?: boolean | undefined;
1811
+ locked?: boolean | undefined;
1803
1812
  }>;
1804
1813
  editableMap: Record<string, {
1805
1814
  uniqid: string;
@@ -2160,6 +2169,7 @@ declare const AssetReservation: {
2160
2169
  mounted?: boolean | undefined;
2161
2170
  hover?: boolean | undefined;
2162
2171
  empty?: boolean | undefined;
2172
+ locked?: boolean | undefined;
2163
2173
  }>;
2164
2174
  editableMap: Record<string, {
2165
2175
  uniqid: string;
@@ -2659,6 +2669,7 @@ declare const Comment: {
2659
2669
  mounted?: boolean | undefined;
2660
2670
  hover?: boolean | undefined;
2661
2671
  empty?: boolean | undefined;
2672
+ locked?: boolean | undefined;
2662
2673
  }>;
2663
2674
  editableMap: Record<string, {
2664
2675
  uniqid: string;
@@ -2723,7 +2734,7 @@ declare const Comment: {
2723
2734
  selectors: {
2724
2735
  commentList: (state: CommentRootState, idArticle: number) => CommentsList | undefined;
2725
2736
  };
2726
- getCommentRTHandlers: (dispatch: RTDispatch, idArticle: number) => jamespot_user_api.RTMessageHandler<"JAMESPOT", "comment-create" | "comment-delete" | "comment-update">[];
2737
+ getCommentRTHandlers: (dispatch: RTDispatch, idArticle: number) => jamespot_user_api.RTMessageHandler<"JAMESPOT", "comment-create" | "comment-delete" | "comment-update" | "article-create" | "article-delete" | "article-update">[];
2727
2738
  getCommentsLikeRTHandlers: (dispatch: RTDispatch, idComments: number[] | undefined, idArticle: number) => jamespot_user_api.RTMessageHandler<"CUSTOM-ACTION", "update" | "add" | "remove">[];
2728
2739
  };
2729
2740
 
@@ -3047,6 +3058,7 @@ declare const Bookmark: {
3047
3058
  mounted?: boolean | undefined;
3048
3059
  hover?: boolean | undefined;
3049
3060
  empty?: boolean | undefined;
3061
+ locked?: boolean | undefined;
3050
3062
  }>;
3051
3063
  editableMap: Record<string, {
3052
3064
  uniqid: string;
@@ -3291,6 +3303,7 @@ declare const Bookmark: {
3291
3303
  mounted?: boolean | undefined;
3292
3304
  hover?: boolean | undefined;
3293
3305
  empty?: boolean | undefined;
3306
+ locked?: boolean | undefined;
3294
3307
  }>;
3295
3308
  editableMap: Record<string, {
3296
3309
  uniqid: string;
@@ -3506,6 +3519,7 @@ declare const Bookmark: {
3506
3519
  mounted?: boolean | undefined;
3507
3520
  hover?: boolean | undefined;
3508
3521
  empty?: boolean | undefined;
3522
+ locked?: boolean | undefined;
3509
3523
  }>;
3510
3524
  editableMap: Record<string, {
3511
3525
  uniqid: string;
@@ -3700,6 +3714,7 @@ declare const Bookmark: {
3700
3714
  mounted?: boolean | undefined;
3701
3715
  hover?: boolean | undefined;
3702
3716
  empty?: boolean | undefined;
3717
+ locked?: boolean | undefined;
3703
3718
  }>;
3704
3719
  editableMap: Record<string, {
3705
3720
  uniqid: string;
@@ -3892,6 +3907,7 @@ declare const Bookmark: {
3892
3907
  mounted?: boolean | undefined;
3893
3908
  hover?: boolean | undefined;
3894
3909
  empty?: boolean | undefined;
3910
+ locked?: boolean | undefined;
3895
3911
  }>;
3896
3912
  editableMap: Record<string, {
3897
3913
  uniqid: string;
@@ -4203,6 +4219,26 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
4203
4219
  orderBy: string;
4204
4220
  order: "ASC" | "DESC";
4205
4221
  }) | undefined;
4222
+ StudioHook?: ({
4223
+ isActive: boolean;
4224
+ } & {
4225
+ hasLicense: boolean;
4226
+ }) | undefined;
4227
+ OnlyOfficeHook?: ({
4228
+ isActive: boolean;
4229
+ } & {
4230
+ color: string;
4231
+ description: string;
4232
+ label: string;
4233
+ hasLicense: boolean;
4234
+ templates: {
4235
+ color: string;
4236
+ description: string;
4237
+ label: string;
4238
+ icon: string;
4239
+ extension: string;
4240
+ }[];
4241
+ }) | undefined;
4206
4242
  spotRssFeed?: {
4207
4243
  isActive: boolean;
4208
4244
  } | undefined;
@@ -4248,6 +4284,26 @@ declare const Hook: {
4248
4284
  orderBy: string;
4249
4285
  order: "ASC" | "DESC";
4250
4286
  }) | undefined;
4287
+ StudioHook?: ({
4288
+ isActive: boolean;
4289
+ } & {
4290
+ hasLicense: boolean;
4291
+ }) | undefined;
4292
+ OnlyOfficeHook?: ({
4293
+ isActive: boolean;
4294
+ } & {
4295
+ color: string;
4296
+ description: string;
4297
+ label: string;
4298
+ hasLicense: boolean;
4299
+ templates: {
4300
+ color: string;
4301
+ description: string;
4302
+ label: string;
4303
+ icon: string;
4304
+ extension: string;
4305
+ }[];
4306
+ }) | undefined;
4251
4307
  spotRssFeed?: {
4252
4308
  isActive: boolean;
4253
4309
  } | undefined;
@@ -4289,6 +4345,26 @@ declare const Hook: {
4289
4345
  orderBy: string;
4290
4346
  order: "ASC" | "DESC";
4291
4347
  }) | undefined;
4348
+ StudioHook?: ({
4349
+ isActive: boolean;
4350
+ } & {
4351
+ hasLicense: boolean;
4352
+ }) | undefined;
4353
+ OnlyOfficeHook?: ({
4354
+ isActive: boolean;
4355
+ } & {
4356
+ color: string;
4357
+ description: string;
4358
+ label: string;
4359
+ hasLicense: boolean;
4360
+ templates: {
4361
+ color: string;
4362
+ description: string;
4363
+ label: string;
4364
+ icon: string;
4365
+ extension: string;
4366
+ }[];
4367
+ }) | undefined;
4292
4368
  spotRssFeed?: {
4293
4369
  isActive: boolean;
4294
4370
  } | undefined;
@@ -4330,6 +4406,26 @@ declare const Hook: {
4330
4406
  orderBy: string;
4331
4407
  order: "ASC" | "DESC";
4332
4408
  }) | undefined;
4409
+ StudioHook?: ({
4410
+ isActive: boolean;
4411
+ } & {
4412
+ hasLicense: boolean;
4413
+ }) | undefined;
4414
+ OnlyOfficeHook?: ({
4415
+ isActive: boolean;
4416
+ } & {
4417
+ color: string;
4418
+ description: string;
4419
+ label: string;
4420
+ hasLicense: boolean;
4421
+ templates: {
4422
+ color: string;
4423
+ description: string;
4424
+ label: string;
4425
+ icon: string;
4426
+ extension: string;
4427
+ }[];
4428
+ }) | undefined;
4333
4429
  spotRssFeed?: {
4334
4430
  isActive: boolean;
4335
4431
  } | undefined;
@@ -4352,7 +4448,7 @@ declare const Hook: {
4352
4448
  hasLicense: boolean;
4353
4449
  }) | undefined;
4354
4450
  };
4355
- selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "MagicPadHook">(state: HookRootState, hook: T) => ({
4451
+ selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "MagicPadHook">(state: HookRootState, hook: T) => ({
4356
4452
  DriveHook?: ({
4357
4453
  isActive: boolean;
4358
4454
  } & {
@@ -4369,6 +4465,26 @@ declare const Hook: {
4369
4465
  orderBy: string;
4370
4466
  order: "ASC" | "DESC";
4371
4467
  }) | undefined;
4468
+ StudioHook?: ({
4469
+ isActive: boolean;
4470
+ } & {
4471
+ hasLicense: boolean;
4472
+ }) | undefined;
4473
+ OnlyOfficeHook?: ({
4474
+ isActive: boolean;
4475
+ } & {
4476
+ color: string;
4477
+ description: string;
4478
+ label: string;
4479
+ hasLicense: boolean;
4480
+ templates: {
4481
+ color: string;
4482
+ description: string;
4483
+ label: string;
4484
+ icon: string;
4485
+ extension: string;
4486
+ }[];
4487
+ }) | undefined;
4372
4488
  spotRssFeed?: {
4373
4489
  isActive: boolean;
4374
4490
  } | undefined;
@@ -4574,6 +4690,7 @@ declare const jland: {
4574
4690
  mounted?: boolean | undefined;
4575
4691
  hover?: boolean | undefined;
4576
4692
  empty?: boolean | undefined;
4693
+ locked?: boolean | undefined;
4577
4694
  }>;
4578
4695
  editableMap: Record<string, {
4579
4696
  uniqid: string;
@@ -4747,6 +4864,7 @@ declare const jland: {
4747
4864
  mounted?: boolean | undefined;
4748
4865
  hover?: boolean | undefined;
4749
4866
  empty?: boolean | undefined;
4867
+ locked?: boolean | undefined;
4750
4868
  }>;
4751
4869
  editableMap: Record<string, {
4752
4870
  uniqid: string;
@@ -4920,6 +5038,7 @@ declare const jland: {
4920
5038
  mounted?: boolean | undefined;
4921
5039
  hover?: boolean | undefined;
4922
5040
  empty?: boolean | undefined;
5041
+ locked?: boolean | undefined;
4923
5042
  }>;
4924
5043
  editableMap: Record<string, {
4925
5044
  uniqid: string;
@@ -5093,6 +5212,7 @@ declare const jland: {
5093
5212
  mounted?: boolean | undefined;
5094
5213
  hover?: boolean | undefined;
5095
5214
  empty?: boolean | undefined;
5215
+ locked?: boolean | undefined;
5096
5216
  }>;
5097
5217
  editableMap: Record<string, {
5098
5218
  uniqid: string;
@@ -5263,6 +5383,7 @@ declare const jland: {
5263
5383
  mounted?: boolean | undefined;
5264
5384
  hover?: boolean | undefined;
5265
5385
  empty?: boolean | undefined;
5386
+ locked?: boolean | undefined;
5266
5387
  }>;
5267
5388
  editableMap: Record<string, {
5268
5389
  uniqid: string;
@@ -5461,6 +5582,7 @@ declare const jland: {
5461
5582
  mounted?: boolean | undefined;
5462
5583
  hover?: boolean | undefined;
5463
5584
  empty?: boolean | undefined;
5585
+ locked?: boolean | undefined;
5464
5586
  }>;
5465
5587
  editableMap: Record<string, {
5466
5588
  uniqid: string;
@@ -5796,6 +5918,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
5796
5918
  mounted?: boolean | undefined;
5797
5919
  hover?: boolean | undefined;
5798
5920
  empty?: boolean | undefined;
5921
+ locked?: boolean | undefined;
5799
5922
  }>;
5800
5923
  editableMap: Record<string, {
5801
5924
  uniqid: string;
@@ -6085,6 +6208,7 @@ declare const MagicPad: {
6085
6208
  mounted?: boolean | undefined;
6086
6209
  hover?: boolean | undefined;
6087
6210
  empty?: boolean | undefined;
6211
+ locked?: boolean | undefined;
6088
6212
  }>;
6089
6213
  editableMap: Record<string, {
6090
6214
  uniqid: string;
@@ -6417,6 +6541,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
6417
6541
  mounted?: boolean | undefined;
6418
6542
  hover?: boolean | undefined;
6419
6543
  empty?: boolean | undefined;
6544
+ locked?: boolean | undefined;
6420
6545
  }>;
6421
6546
  editableMap: Record<string, {
6422
6547
  uniqid: string;
@@ -6709,6 +6834,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
6709
6834
  mounted?: boolean | undefined;
6710
6835
  hover?: boolean | undefined;
6711
6836
  empty?: boolean | undefined;
6837
+ locked?: boolean | undefined;
6712
6838
  }>;
6713
6839
  editableMap: Record<string, {
6714
6840
  uniqid: string;
@@ -6879,6 +7005,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
6879
7005
  mounted?: boolean | undefined;
6880
7006
  hover?: boolean | undefined;
6881
7007
  empty?: boolean | undefined;
7008
+ locked?: boolean | undefined;
6882
7009
  }>;
6883
7010
  editableMap: Record<string, {
6884
7011
  uniqid: string;
@@ -7078,6 +7205,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
7078
7205
  mounted?: boolean | undefined;
7079
7206
  hover?: boolean | undefined;
7080
7207
  empty?: boolean | undefined;
7208
+ locked?: boolean | undefined;
7081
7209
  }>;
7082
7210
  editableMap: Record<string, {
7083
7211
  uniqid: string;
@@ -7279,6 +7407,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
7279
7407
  mounted?: boolean | undefined;
7280
7408
  hover?: boolean | undefined;
7281
7409
  empty?: boolean | undefined;
7410
+ locked?: boolean | undefined;
7282
7411
  }>;
7283
7412
  editableMap: Record<string, {
7284
7413
  uniqid: string;
@@ -7452,6 +7581,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
7452
7581
  mounted?: boolean | undefined;
7453
7582
  hover?: boolean | undefined;
7454
7583
  empty?: boolean | undefined;
7584
+ locked?: boolean | undefined;
7455
7585
  }>;
7456
7586
  editableMap: Record<string, {
7457
7587
  uniqid: string;
@@ -7756,6 +7886,7 @@ declare const MediaLibrary: {
7756
7886
  mounted?: boolean | undefined;
7757
7887
  hover?: boolean | undefined;
7758
7888
  empty?: boolean | undefined;
7889
+ locked?: boolean | undefined;
7759
7890
  }>;
7760
7891
  editableMap: Record<string, {
7761
7892
  uniqid: string;
@@ -8048,6 +8179,7 @@ declare const MediaLibrary: {
8048
8179
  mounted?: boolean | undefined;
8049
8180
  hover?: boolean | undefined;
8050
8181
  empty?: boolean | undefined;
8182
+ locked?: boolean | undefined;
8051
8183
  }>;
8052
8184
  editableMap: Record<string, {
8053
8185
  uniqid: string;
@@ -8218,6 +8350,7 @@ declare const MediaLibrary: {
8218
8350
  mounted?: boolean | undefined;
8219
8351
  hover?: boolean | undefined;
8220
8352
  empty?: boolean | undefined;
8353
+ locked?: boolean | undefined;
8221
8354
  }>;
8222
8355
  editableMap: Record<string, {
8223
8356
  uniqid: string;
@@ -8391,6 +8524,7 @@ declare const MediaLibrary: {
8391
8524
  mounted?: boolean | undefined;
8392
8525
  hover?: boolean | undefined;
8393
8526
  empty?: boolean | undefined;
8527
+ locked?: boolean | undefined;
8394
8528
  }>;
8395
8529
  editableMap: Record<string, {
8396
8530
  uniqid: string;
@@ -8592,6 +8726,7 @@ declare const MediaLibrary: {
8592
8726
  mounted?: boolean | undefined;
8593
8727
  hover?: boolean | undefined;
8594
8728
  empty?: boolean | undefined;
8729
+ locked?: boolean | undefined;
8595
8730
  }>;
8596
8731
  editableMap: Record<string, {
8597
8732
  uniqid: string;
@@ -8791,6 +8926,7 @@ declare const MediaLibrary: {
8791
8926
  mounted?: boolean | undefined;
8792
8927
  hover?: boolean | undefined;
8793
8928
  empty?: boolean | undefined;
8929
+ locked?: boolean | undefined;
8794
8930
  }>;
8795
8931
  editableMap: Record<string, {
8796
8932
  uniqid: string;
@@ -9312,6 +9448,7 @@ declare const WedocApp: {
9312
9448
  mounted?: boolean | undefined;
9313
9449
  hover?: boolean | undefined;
9314
9450
  empty?: boolean | undefined;
9451
+ locked?: boolean | undefined;
9315
9452
  }>;
9316
9453
  editableMap: Record<string, {
9317
9454
  uniqid: string;
@@ -9519,6 +9656,7 @@ declare const WedocApp: {
9519
9656
  mounted?: boolean | undefined;
9520
9657
  hover?: boolean | undefined;
9521
9658
  empty?: boolean | undefined;
9659
+ locked?: boolean | undefined;
9522
9660
  }>;
9523
9661
  editableMap: Record<string, {
9524
9662
  uniqid: string;
@@ -9718,6 +9856,7 @@ declare const Share: {
9718
9856
  mounted?: boolean | undefined;
9719
9857
  hover?: boolean | undefined;
9720
9858
  empty?: boolean | undefined;
9859
+ locked?: boolean | undefined;
9721
9860
  }>;
9722
9861
  editableMap: Record<string, {
9723
9862
  uniqid: string;
@@ -10432,6 +10571,7 @@ declare const TVDisplay: {
10432
10571
  mounted?: boolean | undefined;
10433
10572
  hover?: boolean | undefined;
10434
10573
  empty?: boolean | undefined;
10574
+ locked?: boolean | undefined;
10435
10575
  }>;
10436
10576
  editableMap: Record<string, {
10437
10577
  uniqid: string;
@@ -10862,6 +11002,7 @@ declare const TVDisplay: {
10862
11002
  mounted?: boolean | undefined;
10863
11003
  hover?: boolean | undefined;
10864
11004
  empty?: boolean | undefined;
11005
+ locked?: boolean | undefined;
10865
11006
  }>;
10866
11007
  editableMap: Record<string, {
10867
11008
  uniqid: string;
@@ -11242,6 +11383,7 @@ declare const Widget: {
11242
11383
  mounted?: boolean | undefined;
11243
11384
  hover?: boolean | undefined;
11244
11385
  empty?: boolean | undefined;
11386
+ locked?: boolean | undefined;
11245
11387
  }>;
11246
11388
  editableMap: Record<string, {
11247
11389
  uniqid: string;
@@ -11467,6 +11609,7 @@ declare const Widget: {
11467
11609
  mounted?: boolean | undefined;
11468
11610
  hover?: boolean | undefined;
11469
11611
  empty?: boolean | undefined;
11612
+ locked?: boolean | undefined;
11470
11613
  } | undefined;
11471
11614
  selectModal: (state: WidgetsRootState) => {
11472
11615
  title?: string | undefined;
@@ -12005,6 +12148,7 @@ declare const studio: {
12005
12148
  mounted?: boolean | undefined;
12006
12149
  hover?: boolean | undefined;
12007
12150
  empty?: boolean | undefined;
12151
+ locked?: boolean | undefined;
12008
12152
  }>;
12009
12153
  editableMap: Record<string, {
12010
12154
  uniqid: string;
@@ -12178,6 +12322,7 @@ declare const studio: {
12178
12322
  mounted?: boolean | undefined;
12179
12323
  hover?: boolean | undefined;
12180
12324
  empty?: boolean | undefined;
12325
+ locked?: boolean | undefined;
12181
12326
  }>;
12182
12327
  editableMap: Record<string, {
12183
12328
  uniqid: string;
@@ -12350,6 +12495,7 @@ declare const studio: {
12350
12495
  mounted?: boolean | undefined;
12351
12496
  hover?: boolean | undefined;
12352
12497
  empty?: boolean | undefined;
12498
+ locked?: boolean | undefined;
12353
12499
  }>;
12354
12500
  editableMap: Record<string, {
12355
12501
  uniqid: string;
@@ -12522,6 +12668,7 @@ declare const studio: {
12522
12668
  mounted?: boolean | undefined;
12523
12669
  hover?: boolean | undefined;
12524
12670
  empty?: boolean | undefined;
12671
+ locked?: boolean | undefined;
12525
12672
  }>;
12526
12673
  editableMap: Record<string, {
12527
12674
  uniqid: string;
@@ -12694,6 +12841,7 @@ declare const studio: {
12694
12841
  mounted?: boolean | undefined;
12695
12842
  hover?: boolean | undefined;
12696
12843
  empty?: boolean | undefined;
12844
+ locked?: boolean | undefined;
12697
12845
  }>;
12698
12846
  editableMap: Record<string, {
12699
12847
  uniqid: string;
@@ -12867,6 +13015,7 @@ declare const studio: {
12867
13015
  mounted?: boolean | undefined;
12868
13016
  hover?: boolean | undefined;
12869
13017
  empty?: boolean | undefined;
13018
+ locked?: boolean | undefined;
12870
13019
  }>;
12871
13020
  editableMap: Record<string, {
12872
13021
  uniqid: string;
@@ -13040,6 +13189,7 @@ declare const studio: {
13040
13189
  mounted?: boolean | undefined;
13041
13190
  hover?: boolean | undefined;
13042
13191
  empty?: boolean | undefined;
13192
+ locked?: boolean | undefined;
13043
13193
  }>;
13044
13194
  editableMap: Record<string, {
13045
13195
  uniqid: string;
@@ -13210,6 +13360,7 @@ declare const studio: {
13210
13360
  mounted?: boolean | undefined;
13211
13361
  hover?: boolean | undefined;
13212
13362
  empty?: boolean | undefined;
13363
+ locked?: boolean | undefined;
13213
13364
  }>;
13214
13365
  editableMap: Record<string, {
13215
13366
  uniqid: string;
@@ -13382,6 +13533,7 @@ declare const studio: {
13382
13533
  mounted?: boolean | undefined;
13383
13534
  hover?: boolean | undefined;
13384
13535
  empty?: boolean | undefined;
13536
+ locked?: boolean | undefined;
13385
13537
  }>;
13386
13538
  editableMap: Record<string, {
13387
13539
  uniqid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.64",
3
+ "version": "1.1.65",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@reduxjs/toolkit": "1.9.0",
41
41
  "@types/uuid": "^10.0.0",
42
- "jamespot-user-api": "^1.0.184",
42
+ "jamespot-user-api": "^1.0.185",
43
43
  "react-redux": "7.2.9",
44
44
  "redux": "4.2.0",
45
45
  "uuid": "^10.0.0"