jamespot-react-core 1.2.25 → 1.2.26
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/build/{199.66d5848d22a549c92c2d.chunk.js → 199.77cc32b6294fee14dc33.chunk.js} +2 -2
- package/build/{199.66d5848d22a549c92c2d.chunk.js.map → 199.77cc32b6294fee14dc33.chunk.js.map} +1 -1
- package/build/app.bundle.js +227 -223
- package/build/app.bundle.js.map +1 -1
- package/build/src/components/widgets/wrapper/JRCWidgetDatasourceTableWrapper.d.ts +1 -1
- package/build/src/components/widgets/wrapper/JRCWidgetExcelDatasourceTableWrapper.d.ts +1 -1
- package/build/src/components/widgets/wrapper/utils.d.ts +1 -1
- package/build/src/displayer/components/inputs/InputTaxonomy.d.ts +9 -9
- package/build/src/redux/store.d.ts +68 -68
- package/package.json +4 -4
|
@@ -66,14 +66,14 @@ declare const staticReducers: {
|
|
|
66
66
|
statics: {
|
|
67
67
|
networkPublic?: {
|
|
68
68
|
type: string;
|
|
69
|
-
mainType: string;
|
|
70
69
|
uri: string;
|
|
70
|
+
mainType: string;
|
|
71
71
|
title: string;
|
|
72
72
|
} | undefined;
|
|
73
73
|
networkMe?: {
|
|
74
74
|
type: string;
|
|
75
|
-
mainType: string;
|
|
76
75
|
uri: string;
|
|
76
|
+
mainType: string;
|
|
77
77
|
title: string;
|
|
78
78
|
} | undefined;
|
|
79
79
|
};
|
|
@@ -175,14 +175,14 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
175
175
|
statics: {
|
|
176
176
|
networkPublic?: {
|
|
177
177
|
type: string;
|
|
178
|
-
mainType: string;
|
|
179
178
|
uri: string;
|
|
179
|
+
mainType: string;
|
|
180
180
|
title: string;
|
|
181
181
|
} | undefined;
|
|
182
182
|
networkMe?: {
|
|
183
183
|
type: string;
|
|
184
|
-
mainType: string;
|
|
185
184
|
uri: string;
|
|
185
|
+
mainType: string;
|
|
186
186
|
title: string;
|
|
187
187
|
} | undefined;
|
|
188
188
|
};
|
|
@@ -254,8 +254,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
254
254
|
adminLogs: import("redux").CombinedState<{
|
|
255
255
|
logsNavigation: {
|
|
256
256
|
data: {
|
|
257
|
-
dateCreation: string;
|
|
258
257
|
url: string;
|
|
258
|
+
dateCreation: string;
|
|
259
259
|
level: number;
|
|
260
260
|
pseudo: string;
|
|
261
261
|
idUser: number;
|
|
@@ -293,9 +293,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
293
293
|
};
|
|
294
294
|
logsObjects: {
|
|
295
295
|
data: {
|
|
296
|
+
url: string;
|
|
296
297
|
mainType: string;
|
|
297
298
|
dateCreation: string;
|
|
298
|
-
url: string;
|
|
299
299
|
action: string;
|
|
300
300
|
idObject: number;
|
|
301
301
|
typeObject: string;
|
|
@@ -404,9 +404,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
404
404
|
} & {
|
|
405
405
|
categories: ({
|
|
406
406
|
type: "faq";
|
|
407
|
+
uri: string;
|
|
407
408
|
id: number;
|
|
408
409
|
mainType: string;
|
|
409
|
-
uri: string;
|
|
410
410
|
dateCreation: string;
|
|
411
411
|
dateModified: string;
|
|
412
412
|
title: string;
|
|
@@ -424,9 +424,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
424
424
|
_right: import("jamespot-user-api").Rights;
|
|
425
425
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
426
426
|
type: string;
|
|
427
|
+
uri: string;
|
|
427
428
|
id: number;
|
|
428
429
|
mainType: string;
|
|
429
|
-
uri: string;
|
|
430
430
|
dateCreation: string;
|
|
431
431
|
dateModified: string;
|
|
432
432
|
title: string;
|
|
@@ -435,9 +435,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
435
435
|
category: number;
|
|
436
436
|
} | {
|
|
437
437
|
type: "folder" | "rootFolder";
|
|
438
|
+
uri: string;
|
|
438
439
|
id: number;
|
|
439
440
|
mainType: string;
|
|
440
|
-
uri: string;
|
|
441
441
|
title: string;
|
|
442
442
|
_url: string;
|
|
443
443
|
dateCreation?: string | undefined;
|
|
@@ -478,8 +478,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
478
478
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
479
479
|
uniqid: string;
|
|
480
480
|
content: {
|
|
481
|
-
uri?: string | undefined;
|
|
482
481
|
limit?: number | boolean | undefined;
|
|
482
|
+
uri?: string | undefined;
|
|
483
483
|
tableColumnsData?: {
|
|
484
484
|
name?: string | undefined;
|
|
485
485
|
label?: string | undefined;
|
|
@@ -554,9 +554,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
554
554
|
_right: import("jamespot-user-api").Rights;
|
|
555
555
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
556
556
|
type: string;
|
|
557
|
+
uri: string;
|
|
557
558
|
id: number;
|
|
558
559
|
mainType: string;
|
|
559
|
-
uri: string;
|
|
560
560
|
dateCreation: string;
|
|
561
561
|
dateModified: string;
|
|
562
562
|
title: string;
|
|
@@ -565,9 +565,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
565
565
|
category: number;
|
|
566
566
|
} | {
|
|
567
567
|
type: "folder" | "rootFolder";
|
|
568
|
+
uri: string;
|
|
568
569
|
id: number;
|
|
569
570
|
mainType: string;
|
|
570
|
-
uri: string;
|
|
571
571
|
title: string;
|
|
572
572
|
_url: string;
|
|
573
573
|
dateCreation?: string | undefined;
|
|
@@ -607,8 +607,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
607
607
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
608
608
|
uniqid: string;
|
|
609
609
|
content: {
|
|
610
|
-
uri?: string | undefined;
|
|
611
610
|
limit?: number | boolean | undefined;
|
|
611
|
+
uri?: string | undefined;
|
|
612
612
|
tableColumnsData?: {
|
|
613
613
|
name?: string | undefined;
|
|
614
614
|
label?: string | undefined;
|
|
@@ -655,9 +655,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
655
655
|
}>)>[] | undefined;
|
|
656
656
|
} & {
|
|
657
657
|
type: string;
|
|
658
|
+
uri: string;
|
|
658
659
|
id: number;
|
|
659
660
|
mainType: string;
|
|
660
|
-
uri: string;
|
|
661
661
|
title: string;
|
|
662
662
|
_url: string;
|
|
663
663
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -691,9 +691,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
691
691
|
description?: string | null | undefined;
|
|
692
692
|
tvChannelGroupTarget?: {
|
|
693
693
|
type: string;
|
|
694
|
+
uri: string;
|
|
694
695
|
id: number;
|
|
695
696
|
mainType: string;
|
|
696
|
-
uri: string;
|
|
697
697
|
dateCreation: string;
|
|
698
698
|
dateModified: string;
|
|
699
699
|
title: string;
|
|
@@ -713,9 +713,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
713
713
|
_right: import("jamespot-user-api").Rights;
|
|
714
714
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
715
715
|
type: string;
|
|
716
|
+
uri: string;
|
|
716
717
|
id: number;
|
|
717
718
|
mainType: string;
|
|
718
|
-
uri: string;
|
|
719
719
|
dateCreation: string;
|
|
720
720
|
dateModified: string;
|
|
721
721
|
title: string;
|
|
@@ -724,9 +724,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
724
724
|
category: number;
|
|
725
725
|
} | {
|
|
726
726
|
type: "folder" | "rootFolder";
|
|
727
|
+
uri: string;
|
|
727
728
|
id: number;
|
|
728
729
|
mainType: string;
|
|
729
|
-
uri: string;
|
|
730
730
|
title: string;
|
|
731
731
|
_url: string;
|
|
732
732
|
dateCreation?: string | undefined;
|
|
@@ -766,8 +766,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
766
766
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
767
767
|
uniqid: string;
|
|
768
768
|
content: {
|
|
769
|
-
uri?: string | undefined;
|
|
770
769
|
limit?: number | boolean | undefined;
|
|
770
|
+
uri?: string | undefined;
|
|
771
771
|
tableColumnsData?: {
|
|
772
772
|
name?: string | undefined;
|
|
773
773
|
label?: string | undefined;
|
|
@@ -814,9 +814,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
814
814
|
}>)>[] | undefined;
|
|
815
815
|
} & {
|
|
816
816
|
type: string;
|
|
817
|
+
uri: string;
|
|
817
818
|
id: number;
|
|
818
819
|
mainType: string;
|
|
819
|
-
uri: string;
|
|
820
820
|
title: string;
|
|
821
821
|
_url: string;
|
|
822
822
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -850,9 +850,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
850
850
|
description?: string | null | undefined;
|
|
851
851
|
tvChannelGroupTarget?: {
|
|
852
852
|
type: string;
|
|
853
|
+
uri: string;
|
|
853
854
|
id: number;
|
|
854
855
|
mainType: string;
|
|
855
|
-
uri: string;
|
|
856
856
|
dateCreation: string;
|
|
857
857
|
dateModified: string;
|
|
858
858
|
title: string;
|
|
@@ -898,8 +898,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
898
898
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
899
899
|
uniqid: string;
|
|
900
900
|
content: {
|
|
901
|
-
uri?: string | undefined;
|
|
902
901
|
limit?: number | boolean | undefined;
|
|
902
|
+
uri?: string | undefined;
|
|
903
903
|
tableColumnsData?: {
|
|
904
904
|
name?: string | undefined;
|
|
905
905
|
label?: string | undefined;
|
|
@@ -980,8 +980,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
980
980
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
981
981
|
uniqid: string;
|
|
982
982
|
content: {
|
|
983
|
-
uri?: string | undefined;
|
|
984
983
|
limit?: number | boolean | undefined;
|
|
984
|
+
uri?: string | undefined;
|
|
985
985
|
tableColumnsData?: {
|
|
986
986
|
name?: string | undefined;
|
|
987
987
|
label?: string | undefined;
|
|
@@ -1044,9 +1044,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1044
1044
|
widgetTitleStyle: Record<string, Record<string, string | number>>;
|
|
1045
1045
|
widgetObject: Record<string, {
|
|
1046
1046
|
type?: string | undefined;
|
|
1047
|
+
uri?: string | undefined;
|
|
1047
1048
|
id?: number | undefined;
|
|
1048
1049
|
mainType?: string | undefined;
|
|
1049
|
-
uri?: string | undefined;
|
|
1050
1050
|
dateCreation?: string | undefined;
|
|
1051
1051
|
dateModified?: string | null | undefined;
|
|
1052
1052
|
title?: string | undefined;
|
|
@@ -1056,9 +1056,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1056
1056
|
widgetChipCount: Record<string, number>;
|
|
1057
1057
|
widgetAuthor: Record<string, {
|
|
1058
1058
|
type?: string | undefined;
|
|
1059
|
+
uri?: string | undefined;
|
|
1059
1060
|
id?: number | undefined;
|
|
1060
1061
|
mainType?: string | undefined;
|
|
1061
|
-
uri?: string | undefined;
|
|
1062
1062
|
dateCreation?: string | undefined;
|
|
1063
1063
|
dateModified?: string | undefined;
|
|
1064
1064
|
title?: string | undefined;
|
|
@@ -1120,14 +1120,14 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1120
1120
|
statics: {
|
|
1121
1121
|
networkPublic?: {
|
|
1122
1122
|
type: string;
|
|
1123
|
-
mainType: string;
|
|
1124
1123
|
uri: string;
|
|
1124
|
+
mainType: string;
|
|
1125
1125
|
title: string;
|
|
1126
1126
|
} | undefined;
|
|
1127
1127
|
networkMe?: {
|
|
1128
1128
|
type: string;
|
|
1129
|
-
mainType: string;
|
|
1130
1129
|
uri: string;
|
|
1130
|
+
mainType: string;
|
|
1131
1131
|
title: string;
|
|
1132
1132
|
} | undefined;
|
|
1133
1133
|
};
|
|
@@ -1199,8 +1199,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1199
1199
|
adminLogs: import("redux").CombinedState<{
|
|
1200
1200
|
logsNavigation: {
|
|
1201
1201
|
data: {
|
|
1202
|
-
dateCreation: string;
|
|
1203
1202
|
url: string;
|
|
1203
|
+
dateCreation: string;
|
|
1204
1204
|
level: number;
|
|
1205
1205
|
pseudo: string;
|
|
1206
1206
|
idUser: number;
|
|
@@ -1238,9 +1238,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1238
1238
|
};
|
|
1239
1239
|
logsObjects: {
|
|
1240
1240
|
data: {
|
|
1241
|
+
url: string;
|
|
1241
1242
|
mainType: string;
|
|
1242
1243
|
dateCreation: string;
|
|
1243
|
-
url: string;
|
|
1244
1244
|
action: string;
|
|
1245
1245
|
idObject: number;
|
|
1246
1246
|
typeObject: string;
|
|
@@ -1349,9 +1349,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1349
1349
|
} & {
|
|
1350
1350
|
categories: ({
|
|
1351
1351
|
type: "faq";
|
|
1352
|
+
uri: string;
|
|
1352
1353
|
id: number;
|
|
1353
1354
|
mainType: string;
|
|
1354
|
-
uri: string;
|
|
1355
1355
|
dateCreation: string;
|
|
1356
1356
|
dateModified: string;
|
|
1357
1357
|
title: string;
|
|
@@ -1369,9 +1369,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1369
1369
|
_right: import("jamespot-user-api").Rights;
|
|
1370
1370
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
1371
1371
|
type: string;
|
|
1372
|
+
uri: string;
|
|
1372
1373
|
id: number;
|
|
1373
1374
|
mainType: string;
|
|
1374
|
-
uri: string;
|
|
1375
1375
|
dateCreation: string;
|
|
1376
1376
|
dateModified: string;
|
|
1377
1377
|
title: string;
|
|
@@ -1380,9 +1380,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1380
1380
|
category: number;
|
|
1381
1381
|
} | {
|
|
1382
1382
|
type: "folder" | "rootFolder";
|
|
1383
|
+
uri: string;
|
|
1383
1384
|
id: number;
|
|
1384
1385
|
mainType: string;
|
|
1385
|
-
uri: string;
|
|
1386
1386
|
title: string;
|
|
1387
1387
|
_url: string;
|
|
1388
1388
|
dateCreation?: string | undefined;
|
|
@@ -1423,8 +1423,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1423
1423
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
1424
1424
|
uniqid: string;
|
|
1425
1425
|
content: {
|
|
1426
|
-
uri?: string | undefined;
|
|
1427
1426
|
limit?: number | boolean | undefined;
|
|
1427
|
+
uri?: string | undefined;
|
|
1428
1428
|
tableColumnsData?: {
|
|
1429
1429
|
name?: string | undefined;
|
|
1430
1430
|
label?: string | undefined;
|
|
@@ -1499,9 +1499,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1499
1499
|
_right: import("jamespot-user-api").Rights;
|
|
1500
1500
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
1501
1501
|
type: string;
|
|
1502
|
+
uri: string;
|
|
1502
1503
|
id: number;
|
|
1503
1504
|
mainType: string;
|
|
1504
|
-
uri: string;
|
|
1505
1505
|
dateCreation: string;
|
|
1506
1506
|
dateModified: string;
|
|
1507
1507
|
title: string;
|
|
@@ -1510,9 +1510,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1510
1510
|
category: number;
|
|
1511
1511
|
} | {
|
|
1512
1512
|
type: "folder" | "rootFolder";
|
|
1513
|
+
uri: string;
|
|
1513
1514
|
id: number;
|
|
1514
1515
|
mainType: string;
|
|
1515
|
-
uri: string;
|
|
1516
1516
|
title: string;
|
|
1517
1517
|
_url: string;
|
|
1518
1518
|
dateCreation?: string | undefined;
|
|
@@ -1552,8 +1552,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1552
1552
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
1553
1553
|
uniqid: string;
|
|
1554
1554
|
content: {
|
|
1555
|
-
uri?: string | undefined;
|
|
1556
1555
|
limit?: number | boolean | undefined;
|
|
1556
|
+
uri?: string | undefined;
|
|
1557
1557
|
tableColumnsData?: {
|
|
1558
1558
|
name?: string | undefined;
|
|
1559
1559
|
label?: string | undefined;
|
|
@@ -1600,9 +1600,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1600
1600
|
}>)>[] | undefined;
|
|
1601
1601
|
} & {
|
|
1602
1602
|
type: string;
|
|
1603
|
+
uri: string;
|
|
1603
1604
|
id: number;
|
|
1604
1605
|
mainType: string;
|
|
1605
|
-
uri: string;
|
|
1606
1606
|
title: string;
|
|
1607
1607
|
_url: string;
|
|
1608
1608
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -1636,9 +1636,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1636
1636
|
description?: string | null | undefined;
|
|
1637
1637
|
tvChannelGroupTarget?: {
|
|
1638
1638
|
type: string;
|
|
1639
|
+
uri: string;
|
|
1639
1640
|
id: number;
|
|
1640
1641
|
mainType: string;
|
|
1641
|
-
uri: string;
|
|
1642
1642
|
dateCreation: string;
|
|
1643
1643
|
dateModified: string;
|
|
1644
1644
|
title: string;
|
|
@@ -1658,9 +1658,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1658
1658
|
_right: import("jamespot-user-api").Rights;
|
|
1659
1659
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
1660
1660
|
type: string;
|
|
1661
|
+
uri: string;
|
|
1661
1662
|
id: number;
|
|
1662
1663
|
mainType: string;
|
|
1663
|
-
uri: string;
|
|
1664
1664
|
dateCreation: string;
|
|
1665
1665
|
dateModified: string;
|
|
1666
1666
|
title: string;
|
|
@@ -1669,9 +1669,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1669
1669
|
category: number;
|
|
1670
1670
|
} | {
|
|
1671
1671
|
type: "folder" | "rootFolder";
|
|
1672
|
+
uri: string;
|
|
1672
1673
|
id: number;
|
|
1673
1674
|
mainType: string;
|
|
1674
|
-
uri: string;
|
|
1675
1675
|
title: string;
|
|
1676
1676
|
_url: string;
|
|
1677
1677
|
dateCreation?: string | undefined;
|
|
@@ -1711,8 +1711,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1711
1711
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
1712
1712
|
uniqid: string;
|
|
1713
1713
|
content: {
|
|
1714
|
-
uri?: string | undefined;
|
|
1715
1714
|
limit?: number | boolean | undefined;
|
|
1715
|
+
uri?: string | undefined;
|
|
1716
1716
|
tableColumnsData?: {
|
|
1717
1717
|
name?: string | undefined;
|
|
1718
1718
|
label?: string | undefined;
|
|
@@ -1759,9 +1759,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1759
1759
|
}>)>[] | undefined;
|
|
1760
1760
|
} & {
|
|
1761
1761
|
type: string;
|
|
1762
|
+
uri: string;
|
|
1762
1763
|
id: number;
|
|
1763
1764
|
mainType: string;
|
|
1764
|
-
uri: string;
|
|
1765
1765
|
title: string;
|
|
1766
1766
|
_url: string;
|
|
1767
1767
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -1795,9 +1795,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1795
1795
|
description?: string | null | undefined;
|
|
1796
1796
|
tvChannelGroupTarget?: {
|
|
1797
1797
|
type: string;
|
|
1798
|
+
uri: string;
|
|
1798
1799
|
id: number;
|
|
1799
1800
|
mainType: string;
|
|
1800
|
-
uri: string;
|
|
1801
1801
|
dateCreation: string;
|
|
1802
1802
|
dateModified: string;
|
|
1803
1803
|
title: string;
|
|
@@ -1843,8 +1843,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1843
1843
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
1844
1844
|
uniqid: string;
|
|
1845
1845
|
content: {
|
|
1846
|
-
uri?: string | undefined;
|
|
1847
1846
|
limit?: number | boolean | undefined;
|
|
1847
|
+
uri?: string | undefined;
|
|
1848
1848
|
tableColumnsData?: {
|
|
1849
1849
|
name?: string | undefined;
|
|
1850
1850
|
label?: string | undefined;
|
|
@@ -1925,8 +1925,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1925
1925
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
1926
1926
|
uniqid: string;
|
|
1927
1927
|
content: {
|
|
1928
|
-
uri?: string | undefined;
|
|
1929
1928
|
limit?: number | boolean | undefined;
|
|
1929
|
+
uri?: string | undefined;
|
|
1930
1930
|
tableColumnsData?: {
|
|
1931
1931
|
name?: string | undefined;
|
|
1932
1932
|
label?: string | undefined;
|
|
@@ -1989,9 +1989,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1989
1989
|
widgetTitleStyle: Record<string, Record<string, string | number>>;
|
|
1990
1990
|
widgetObject: Record<string, {
|
|
1991
1991
|
type?: string | undefined;
|
|
1992
|
+
uri?: string | undefined;
|
|
1992
1993
|
id?: number | undefined;
|
|
1993
1994
|
mainType?: string | undefined;
|
|
1994
|
-
uri?: string | undefined;
|
|
1995
1995
|
dateCreation?: string | undefined;
|
|
1996
1996
|
dateModified?: string | null | undefined;
|
|
1997
1997
|
title?: string | undefined;
|
|
@@ -2001,9 +2001,9 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
2001
2001
|
widgetChipCount: Record<string, number>;
|
|
2002
2002
|
widgetAuthor: Record<string, {
|
|
2003
2003
|
type?: string | undefined;
|
|
2004
|
+
uri?: string | undefined;
|
|
2004
2005
|
id?: number | undefined;
|
|
2005
2006
|
mainType?: string | undefined;
|
|
2006
|
-
uri?: string | undefined;
|
|
2007
2007
|
dateCreation?: string | undefined;
|
|
2008
2008
|
dateModified?: string | undefined;
|
|
2009
2009
|
title?: string | undefined;
|
|
@@ -2070,14 +2070,14 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2070
2070
|
statics: {
|
|
2071
2071
|
networkPublic?: {
|
|
2072
2072
|
type: string;
|
|
2073
|
-
mainType: string;
|
|
2074
2073
|
uri: string;
|
|
2074
|
+
mainType: string;
|
|
2075
2075
|
title: string;
|
|
2076
2076
|
} | undefined;
|
|
2077
2077
|
networkMe?: {
|
|
2078
2078
|
type: string;
|
|
2079
|
-
mainType: string;
|
|
2080
2079
|
uri: string;
|
|
2080
|
+
mainType: string;
|
|
2081
2081
|
title: string;
|
|
2082
2082
|
} | undefined;
|
|
2083
2083
|
};
|
|
@@ -2149,8 +2149,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2149
2149
|
adminLogs: import("redux").CombinedState<{
|
|
2150
2150
|
logsNavigation: {
|
|
2151
2151
|
data: {
|
|
2152
|
-
dateCreation: string;
|
|
2153
2152
|
url: string;
|
|
2153
|
+
dateCreation: string;
|
|
2154
2154
|
level: number;
|
|
2155
2155
|
pseudo: string;
|
|
2156
2156
|
idUser: number;
|
|
@@ -2188,9 +2188,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2188
2188
|
};
|
|
2189
2189
|
logsObjects: {
|
|
2190
2190
|
data: {
|
|
2191
|
+
url: string;
|
|
2191
2192
|
mainType: string;
|
|
2192
2193
|
dateCreation: string;
|
|
2193
|
-
url: string;
|
|
2194
2194
|
action: string;
|
|
2195
2195
|
idObject: number;
|
|
2196
2196
|
typeObject: string;
|
|
@@ -2299,9 +2299,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2299
2299
|
} & {
|
|
2300
2300
|
categories: ({
|
|
2301
2301
|
type: "faq";
|
|
2302
|
+
uri: string;
|
|
2302
2303
|
id: number;
|
|
2303
2304
|
mainType: string;
|
|
2304
|
-
uri: string;
|
|
2305
2305
|
dateCreation: string;
|
|
2306
2306
|
dateModified: string;
|
|
2307
2307
|
title: string;
|
|
@@ -2319,9 +2319,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2319
2319
|
_right: import("jamespot-user-api").Rights;
|
|
2320
2320
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
2321
2321
|
type: string;
|
|
2322
|
+
uri: string;
|
|
2322
2323
|
id: number;
|
|
2323
2324
|
mainType: string;
|
|
2324
|
-
uri: string;
|
|
2325
2325
|
dateCreation: string;
|
|
2326
2326
|
dateModified: string;
|
|
2327
2327
|
title: string;
|
|
@@ -2330,9 +2330,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2330
2330
|
category: number;
|
|
2331
2331
|
} | {
|
|
2332
2332
|
type: "folder" | "rootFolder";
|
|
2333
|
+
uri: string;
|
|
2333
2334
|
id: number;
|
|
2334
2335
|
mainType: string;
|
|
2335
|
-
uri: string;
|
|
2336
2336
|
title: string;
|
|
2337
2337
|
_url: string;
|
|
2338
2338
|
dateCreation?: string | undefined;
|
|
@@ -2373,8 +2373,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2373
2373
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
2374
2374
|
uniqid: string;
|
|
2375
2375
|
content: {
|
|
2376
|
-
uri?: string | undefined;
|
|
2377
2376
|
limit?: number | boolean | undefined;
|
|
2377
|
+
uri?: string | undefined;
|
|
2378
2378
|
tableColumnsData?: {
|
|
2379
2379
|
name?: string | undefined;
|
|
2380
2380
|
label?: string | undefined;
|
|
@@ -2449,9 +2449,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2449
2449
|
_right: import("jamespot-user-api").Rights;
|
|
2450
2450
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
2451
2451
|
type: string;
|
|
2452
|
+
uri: string;
|
|
2452
2453
|
id: number;
|
|
2453
2454
|
mainType: string;
|
|
2454
|
-
uri: string;
|
|
2455
2455
|
dateCreation: string;
|
|
2456
2456
|
dateModified: string;
|
|
2457
2457
|
title: string;
|
|
@@ -2460,9 +2460,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2460
2460
|
category: number;
|
|
2461
2461
|
} | {
|
|
2462
2462
|
type: "folder" | "rootFolder";
|
|
2463
|
+
uri: string;
|
|
2463
2464
|
id: number;
|
|
2464
2465
|
mainType: string;
|
|
2465
|
-
uri: string;
|
|
2466
2466
|
title: string;
|
|
2467
2467
|
_url: string;
|
|
2468
2468
|
dateCreation?: string | undefined;
|
|
@@ -2502,8 +2502,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2502
2502
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
2503
2503
|
uniqid: string;
|
|
2504
2504
|
content: {
|
|
2505
|
-
uri?: string | undefined;
|
|
2506
2505
|
limit?: number | boolean | undefined;
|
|
2506
|
+
uri?: string | undefined;
|
|
2507
2507
|
tableColumnsData?: {
|
|
2508
2508
|
name?: string | undefined;
|
|
2509
2509
|
label?: string | undefined;
|
|
@@ -2550,9 +2550,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2550
2550
|
}>)>[] | undefined;
|
|
2551
2551
|
} & {
|
|
2552
2552
|
type: string;
|
|
2553
|
+
uri: string;
|
|
2553
2554
|
id: number;
|
|
2554
2555
|
mainType: string;
|
|
2555
|
-
uri: string;
|
|
2556
2556
|
title: string;
|
|
2557
2557
|
_url: string;
|
|
2558
2558
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -2586,9 +2586,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2586
2586
|
description?: string | null | undefined;
|
|
2587
2587
|
tvChannelGroupTarget?: {
|
|
2588
2588
|
type: string;
|
|
2589
|
+
uri: string;
|
|
2589
2590
|
id: number;
|
|
2590
2591
|
mainType: string;
|
|
2591
|
-
uri: string;
|
|
2592
2592
|
dateCreation: string;
|
|
2593
2593
|
dateModified: string;
|
|
2594
2594
|
title: string;
|
|
@@ -2608,9 +2608,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2608
2608
|
_right: import("jamespot-user-api").Rights;
|
|
2609
2609
|
_audience: (import("jamespot-user-api").jUserLittle | {
|
|
2610
2610
|
type: string;
|
|
2611
|
+
uri: string;
|
|
2611
2612
|
id: number;
|
|
2612
2613
|
mainType: string;
|
|
2613
|
-
uri: string;
|
|
2614
2614
|
dateCreation: string;
|
|
2615
2615
|
dateModified: string;
|
|
2616
2616
|
title: string;
|
|
@@ -2619,9 +2619,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2619
2619
|
category: number;
|
|
2620
2620
|
} | {
|
|
2621
2621
|
type: "folder" | "rootFolder";
|
|
2622
|
+
uri: string;
|
|
2622
2623
|
id: number;
|
|
2623
2624
|
mainType: string;
|
|
2624
|
-
uri: string;
|
|
2625
2625
|
title: string;
|
|
2626
2626
|
_url: string;
|
|
2627
2627
|
dateCreation?: string | undefined;
|
|
@@ -2661,8 +2661,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2661
2661
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
2662
2662
|
uniqid: string;
|
|
2663
2663
|
content: {
|
|
2664
|
-
uri?: string | undefined;
|
|
2665
2664
|
limit?: number | boolean | undefined;
|
|
2665
|
+
uri?: string | undefined;
|
|
2666
2666
|
tableColumnsData?: {
|
|
2667
2667
|
name?: string | undefined;
|
|
2668
2668
|
label?: string | undefined;
|
|
@@ -2709,9 +2709,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2709
2709
|
}>)>[] | undefined;
|
|
2710
2710
|
} & {
|
|
2711
2711
|
type: string;
|
|
2712
|
+
uri: string;
|
|
2712
2713
|
id: number;
|
|
2713
2714
|
mainType: string;
|
|
2714
|
-
uri: string;
|
|
2715
2715
|
title: string;
|
|
2716
2716
|
_url: string;
|
|
2717
2717
|
_user: import("jamespot-user-api").jObjectBase & {
|
|
@@ -2745,9 +2745,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2745
2745
|
description?: string | null | undefined;
|
|
2746
2746
|
tvChannelGroupTarget?: {
|
|
2747
2747
|
type: string;
|
|
2748
|
+
uri: string;
|
|
2748
2749
|
id: number;
|
|
2749
2750
|
mainType: string;
|
|
2750
|
-
uri: string;
|
|
2751
2751
|
dateCreation: string;
|
|
2752
2752
|
dateModified: string;
|
|
2753
2753
|
title: string;
|
|
@@ -2793,8 +2793,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2793
2793
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
2794
2794
|
uniqid: string;
|
|
2795
2795
|
content: {
|
|
2796
|
-
uri?: string | undefined;
|
|
2797
2796
|
limit?: number | boolean | undefined;
|
|
2797
|
+
uri?: string | undefined;
|
|
2798
2798
|
tableColumnsData?: {
|
|
2799
2799
|
name?: string | undefined;
|
|
2800
2800
|
label?: string | undefined;
|
|
@@ -2875,8 +2875,8 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2875
2875
|
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
2876
2876
|
uniqid: string;
|
|
2877
2877
|
content: {
|
|
2878
|
-
uri?: string | undefined;
|
|
2879
2878
|
limit?: number | boolean | undefined;
|
|
2879
|
+
uri?: string | undefined;
|
|
2880
2880
|
tableColumnsData?: {
|
|
2881
2881
|
name?: string | undefined;
|
|
2882
2882
|
label?: string | undefined;
|
|
@@ -2939,9 +2939,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2939
2939
|
widgetTitleStyle: Record<string, Record<string, string | number>>;
|
|
2940
2940
|
widgetObject: Record<string, {
|
|
2941
2941
|
type?: string | undefined;
|
|
2942
|
+
uri?: string | undefined;
|
|
2942
2943
|
id?: number | undefined;
|
|
2943
2944
|
mainType?: string | undefined;
|
|
2944
|
-
uri?: string | undefined;
|
|
2945
2945
|
dateCreation?: string | undefined;
|
|
2946
2946
|
dateModified?: string | null | undefined;
|
|
2947
2947
|
title?: string | undefined;
|
|
@@ -2951,9 +2951,9 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2951
2951
|
widgetChipCount: Record<string, number>;
|
|
2952
2952
|
widgetAuthor: Record<string, {
|
|
2953
2953
|
type?: string | undefined;
|
|
2954
|
+
uri?: string | undefined;
|
|
2954
2955
|
id?: number | undefined;
|
|
2955
2956
|
mainType?: string | undefined;
|
|
2956
|
-
uri?: string | undefined;
|
|
2957
2957
|
dateCreation?: string | undefined;
|
|
2958
2958
|
dateModified?: string | undefined;
|
|
2959
2959
|
title?: string | undefined;
|