@creopse/vue 0.0.55 → 0.0.57
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/LICENSE +21 -0
- package/dist/index.cjs +6 -18
- package/dist/index.js +6 -18
- package/dist/index.mjs +1969 -4639
- package/package.json +12 -12
- package/types/core/props-manager.d.ts +110 -123
|
@@ -36,6 +36,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
36
36
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
37
37
|
readonly dataSourcePageId?: number | null | undefined;
|
|
38
38
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
39
|
+
readonly linkTitle?: string | null | undefined;
|
|
39
40
|
readonly linkId?: string | null | undefined;
|
|
40
41
|
readonly data?: any;
|
|
41
42
|
readonly settings?: any;
|
|
@@ -52,6 +53,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
52
53
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
53
54
|
readonly dataSourcePageId?: number | null | undefined;
|
|
54
55
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
56
|
+
readonly linkTitle?: string | null | undefined;
|
|
55
57
|
readonly linkId?: string | null | undefined;
|
|
56
58
|
readonly data?: any;
|
|
57
59
|
readonly settings?: any;
|
|
@@ -87,6 +89,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
87
89
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
88
90
|
readonly dataSourcePageId?: number | null | undefined;
|
|
89
91
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
92
|
+
readonly linkTitle?: string | null | undefined;
|
|
90
93
|
readonly linkId?: string | null | undefined;
|
|
91
94
|
readonly data?: any;
|
|
92
95
|
readonly settings?: any;
|
|
@@ -101,6 +104,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
101
104
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
102
105
|
readonly dataSourcePageId?: number | null | undefined;
|
|
103
106
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
107
|
+
readonly linkTitle?: string | null | undefined;
|
|
104
108
|
readonly linkId?: string | null | undefined;
|
|
105
109
|
readonly data?: any;
|
|
106
110
|
readonly settings?: any;
|
|
@@ -161,7 +165,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
161
165
|
readonly name: string;
|
|
162
166
|
readonly displayName: string;
|
|
163
167
|
readonly description: string;
|
|
164
|
-
readonly guardName: import("@creopse/utils
|
|
168
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
165
169
|
readonly createdAt?: string | undefined;
|
|
166
170
|
readonly updatedAt?: string | undefined;
|
|
167
171
|
}[] | undefined;
|
|
@@ -171,13 +175,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
171
175
|
readonly name: string;
|
|
172
176
|
readonly displayName: string;
|
|
173
177
|
readonly description: string;
|
|
174
|
-
readonly guardName: import("@creopse/utils
|
|
178
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
175
179
|
readonly permissions?: readonly {
|
|
176
180
|
readonly id?: number | undefined;
|
|
177
181
|
readonly name: string;
|
|
178
182
|
readonly displayName: string;
|
|
179
183
|
readonly description: string;
|
|
180
|
-
readonly guardName: import("@creopse/utils
|
|
184
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
181
185
|
readonly createdAt?: string | undefined;
|
|
182
186
|
readonly updatedAt?: string | undefined;
|
|
183
187
|
}[] | undefined;
|
|
@@ -270,7 +274,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
270
274
|
readonly name: string;
|
|
271
275
|
readonly displayName: string;
|
|
272
276
|
readonly description: string;
|
|
273
|
-
readonly guardName: import("@creopse/utils
|
|
277
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
274
278
|
readonly createdAt?: string | undefined;
|
|
275
279
|
readonly updatedAt?: string | undefined;
|
|
276
280
|
}[] | undefined;
|
|
@@ -280,13 +284,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
280
284
|
readonly name: string;
|
|
281
285
|
readonly displayName: string;
|
|
282
286
|
readonly description: string;
|
|
283
|
-
readonly guardName: import("@creopse/utils
|
|
287
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
284
288
|
readonly permissions?: readonly {
|
|
285
289
|
readonly id?: number | undefined;
|
|
286
290
|
readonly name: string;
|
|
287
291
|
readonly displayName: string;
|
|
288
292
|
readonly description: string;
|
|
289
|
-
readonly guardName: import("@creopse/utils
|
|
293
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
290
294
|
readonly createdAt?: string | undefined;
|
|
291
295
|
readonly updatedAt?: string | undefined;
|
|
292
296
|
}[] | undefined;
|
|
@@ -424,7 +428,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
424
428
|
readonly name: string;
|
|
425
429
|
readonly displayName: string;
|
|
426
430
|
readonly description: string;
|
|
427
|
-
readonly guardName: import("@creopse/utils
|
|
431
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
428
432
|
readonly createdAt?: string | undefined;
|
|
429
433
|
readonly updatedAt?: string | undefined;
|
|
430
434
|
}[] | undefined;
|
|
@@ -434,13 +438,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
434
438
|
readonly name: string;
|
|
435
439
|
readonly displayName: string;
|
|
436
440
|
readonly description: string;
|
|
437
|
-
readonly guardName: import("@creopse/utils
|
|
441
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
438
442
|
readonly permissions?: readonly {
|
|
439
443
|
readonly id?: number | undefined;
|
|
440
444
|
readonly name: string;
|
|
441
445
|
readonly displayName: string;
|
|
442
446
|
readonly description: string;
|
|
443
|
-
readonly guardName: import("@creopse/utils
|
|
447
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
444
448
|
readonly createdAt?: string | undefined;
|
|
445
449
|
readonly updatedAt?: string | undefined;
|
|
446
450
|
}[] | undefined;
|
|
@@ -558,7 +562,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
558
562
|
readonly name: string;
|
|
559
563
|
readonly displayName: string;
|
|
560
564
|
readonly description: string;
|
|
561
|
-
readonly guardName: import("@creopse/utils
|
|
565
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
562
566
|
readonly createdAt?: string | undefined;
|
|
563
567
|
readonly updatedAt?: string | undefined;
|
|
564
568
|
}[] | undefined;
|
|
@@ -568,13 +572,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
568
572
|
readonly name: string;
|
|
569
573
|
readonly displayName: string;
|
|
570
574
|
readonly description: string;
|
|
571
|
-
readonly guardName: import("@creopse/utils
|
|
575
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
572
576
|
readonly permissions?: readonly {
|
|
573
577
|
readonly id?: number | undefined;
|
|
574
578
|
readonly name: string;
|
|
575
579
|
readonly displayName: string;
|
|
576
580
|
readonly description: string;
|
|
577
|
-
readonly guardName: import("@creopse/utils
|
|
581
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
578
582
|
readonly createdAt?: string | undefined;
|
|
579
583
|
readonly updatedAt?: string | undefined;
|
|
580
584
|
}[] | undefined;
|
|
@@ -667,7 +671,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
667
671
|
readonly name: string;
|
|
668
672
|
readonly displayName: string;
|
|
669
673
|
readonly description: string;
|
|
670
|
-
readonly guardName: import("@creopse/utils
|
|
674
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
671
675
|
readonly createdAt?: string | undefined;
|
|
672
676
|
readonly updatedAt?: string | undefined;
|
|
673
677
|
}[] | undefined;
|
|
@@ -677,13 +681,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
677
681
|
readonly name: string;
|
|
678
682
|
readonly displayName: string;
|
|
679
683
|
readonly description: string;
|
|
680
|
-
readonly guardName: import("@creopse/utils
|
|
684
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
681
685
|
readonly permissions?: readonly {
|
|
682
686
|
readonly id?: number | undefined;
|
|
683
687
|
readonly name: string;
|
|
684
688
|
readonly displayName: string;
|
|
685
689
|
readonly description: string;
|
|
686
|
-
readonly guardName: import("@creopse/utils
|
|
690
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
687
691
|
readonly createdAt?: string | undefined;
|
|
688
692
|
readonly updatedAt?: string | undefined;
|
|
689
693
|
}[] | undefined;
|
|
@@ -821,7 +825,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
821
825
|
readonly name: string;
|
|
822
826
|
readonly displayName: string;
|
|
823
827
|
readonly description: string;
|
|
824
|
-
readonly guardName: import("@creopse/utils
|
|
828
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
825
829
|
readonly createdAt?: string | undefined;
|
|
826
830
|
readonly updatedAt?: string | undefined;
|
|
827
831
|
}[] | undefined;
|
|
@@ -831,13 +835,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
831
835
|
readonly name: string;
|
|
832
836
|
readonly displayName: string;
|
|
833
837
|
readonly description: string;
|
|
834
|
-
readonly guardName: import("@creopse/utils
|
|
838
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
835
839
|
readonly permissions?: readonly {
|
|
836
840
|
readonly id?: number | undefined;
|
|
837
841
|
readonly name: string;
|
|
838
842
|
readonly displayName: string;
|
|
839
843
|
readonly description: string;
|
|
840
|
-
readonly guardName: import("@creopse/utils
|
|
844
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
841
845
|
readonly createdAt?: string | undefined;
|
|
842
846
|
readonly updatedAt?: string | undefined;
|
|
843
847
|
}[] | undefined;
|
|
@@ -990,7 +994,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
990
994
|
readonly name: string;
|
|
991
995
|
readonly displayName: string;
|
|
992
996
|
readonly description: string;
|
|
993
|
-
readonly guardName: import("@creopse/utils
|
|
997
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
994
998
|
readonly createdAt?: string | undefined;
|
|
995
999
|
readonly updatedAt?: string | undefined;
|
|
996
1000
|
}[] | undefined;
|
|
@@ -1000,13 +1004,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1000
1004
|
readonly name: string;
|
|
1001
1005
|
readonly displayName: string;
|
|
1002
1006
|
readonly description: string;
|
|
1003
|
-
readonly guardName: import("@creopse/utils
|
|
1007
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1004
1008
|
readonly permissions?: readonly {
|
|
1005
1009
|
readonly id?: number | undefined;
|
|
1006
1010
|
readonly name: string;
|
|
1007
1011
|
readonly displayName: string;
|
|
1008
1012
|
readonly description: string;
|
|
1009
|
-
readonly guardName: import("@creopse/utils
|
|
1013
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1010
1014
|
readonly createdAt?: string | undefined;
|
|
1011
1015
|
readonly updatedAt?: string | undefined;
|
|
1012
1016
|
}[] | undefined;
|
|
@@ -1099,7 +1103,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1099
1103
|
readonly name: string;
|
|
1100
1104
|
readonly displayName: string;
|
|
1101
1105
|
readonly description: string;
|
|
1102
|
-
readonly guardName: import("@creopse/utils
|
|
1106
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1103
1107
|
readonly createdAt?: string | undefined;
|
|
1104
1108
|
readonly updatedAt?: string | undefined;
|
|
1105
1109
|
}[] | undefined;
|
|
@@ -1109,13 +1113,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1109
1113
|
readonly name: string;
|
|
1110
1114
|
readonly displayName: string;
|
|
1111
1115
|
readonly description: string;
|
|
1112
|
-
readonly guardName: import("@creopse/utils
|
|
1116
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1113
1117
|
readonly permissions?: readonly {
|
|
1114
1118
|
readonly id?: number | undefined;
|
|
1115
1119
|
readonly name: string;
|
|
1116
1120
|
readonly displayName: string;
|
|
1117
1121
|
readonly description: string;
|
|
1118
|
-
readonly guardName: import("@creopse/utils
|
|
1122
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1119
1123
|
readonly createdAt?: string | undefined;
|
|
1120
1124
|
readonly updatedAt?: string | undefined;
|
|
1121
1125
|
}[] | undefined;
|
|
@@ -1236,7 +1240,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1236
1240
|
readonly name: string;
|
|
1237
1241
|
readonly displayName: string;
|
|
1238
1242
|
readonly description: string;
|
|
1239
|
-
readonly guardName: import("@creopse/utils
|
|
1243
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1240
1244
|
readonly createdAt?: string | undefined;
|
|
1241
1245
|
readonly updatedAt?: string | undefined;
|
|
1242
1246
|
}[] | undefined;
|
|
@@ -1246,13 +1250,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1246
1250
|
readonly name: string;
|
|
1247
1251
|
readonly displayName: string;
|
|
1248
1252
|
readonly description: string;
|
|
1249
|
-
readonly guardName: import("@creopse/utils
|
|
1253
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1250
1254
|
readonly permissions?: readonly {
|
|
1251
1255
|
readonly id?: number | undefined;
|
|
1252
1256
|
readonly name: string;
|
|
1253
1257
|
readonly displayName: string;
|
|
1254
1258
|
readonly description: string;
|
|
1255
|
-
readonly guardName: import("@creopse/utils
|
|
1259
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1256
1260
|
readonly createdAt?: string | undefined;
|
|
1257
1261
|
readonly updatedAt?: string | undefined;
|
|
1258
1262
|
}[] | undefined;
|
|
@@ -1381,7 +1385,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1381
1385
|
readonly name: string;
|
|
1382
1386
|
readonly displayName: string;
|
|
1383
1387
|
readonly description: string;
|
|
1384
|
-
readonly guardName: import("@creopse/utils
|
|
1388
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1385
1389
|
readonly createdAt?: string | undefined;
|
|
1386
1390
|
readonly updatedAt?: string | undefined;
|
|
1387
1391
|
}[] | undefined;
|
|
@@ -1391,13 +1395,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1391
1395
|
readonly name: string;
|
|
1392
1396
|
readonly displayName: string;
|
|
1393
1397
|
readonly description: string;
|
|
1394
|
-
readonly guardName: import("@creopse/utils
|
|
1398
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1395
1399
|
readonly permissions?: readonly {
|
|
1396
1400
|
readonly id?: number | undefined;
|
|
1397
1401
|
readonly name: string;
|
|
1398
1402
|
readonly displayName: string;
|
|
1399
1403
|
readonly description: string;
|
|
1400
|
-
readonly guardName: import("@creopse/utils
|
|
1404
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1401
1405
|
readonly createdAt?: string | undefined;
|
|
1402
1406
|
readonly updatedAt?: string | undefined;
|
|
1403
1407
|
}[] | undefined;
|
|
@@ -1490,7 +1494,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1490
1494
|
readonly name: string;
|
|
1491
1495
|
readonly displayName: string;
|
|
1492
1496
|
readonly description: string;
|
|
1493
|
-
readonly guardName: import("@creopse/utils
|
|
1497
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1494
1498
|
readonly createdAt?: string | undefined;
|
|
1495
1499
|
readonly updatedAt?: string | undefined;
|
|
1496
1500
|
}[] | undefined;
|
|
@@ -1500,13 +1504,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1500
1504
|
readonly name: string;
|
|
1501
1505
|
readonly displayName: string;
|
|
1502
1506
|
readonly description: string;
|
|
1503
|
-
readonly guardName: import("@creopse/utils
|
|
1507
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1504
1508
|
readonly permissions?: readonly {
|
|
1505
1509
|
readonly id?: number | undefined;
|
|
1506
1510
|
readonly name: string;
|
|
1507
1511
|
readonly displayName: string;
|
|
1508
1512
|
readonly description: string;
|
|
1509
|
-
readonly guardName: import("@creopse/utils
|
|
1513
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1510
1514
|
readonly createdAt?: string | undefined;
|
|
1511
1515
|
readonly updatedAt?: string | undefined;
|
|
1512
1516
|
}[] | undefined;
|
|
@@ -1632,7 +1636,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1632
1636
|
readonly name: string;
|
|
1633
1637
|
readonly displayName: string;
|
|
1634
1638
|
readonly description: string;
|
|
1635
|
-
readonly guardName: import("@creopse/utils
|
|
1639
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1636
1640
|
readonly createdAt?: string | undefined;
|
|
1637
1641
|
readonly updatedAt?: string | undefined;
|
|
1638
1642
|
}[] | undefined;
|
|
@@ -1642,13 +1646,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1642
1646
|
readonly name: string;
|
|
1643
1647
|
readonly displayName: string;
|
|
1644
1648
|
readonly description: string;
|
|
1645
|
-
readonly guardName: import("@creopse/utils
|
|
1649
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1646
1650
|
readonly permissions?: readonly {
|
|
1647
1651
|
readonly id?: number | undefined;
|
|
1648
1652
|
readonly name: string;
|
|
1649
1653
|
readonly displayName: string;
|
|
1650
1654
|
readonly description: string;
|
|
1651
|
-
readonly guardName: import("@creopse/utils
|
|
1655
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1652
1656
|
readonly createdAt?: string | undefined;
|
|
1653
1657
|
readonly updatedAt?: string | undefined;
|
|
1654
1658
|
}[] | undefined;
|
|
@@ -1767,7 +1771,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1767
1771
|
readonly name: string;
|
|
1768
1772
|
readonly displayName: string;
|
|
1769
1773
|
readonly description: string;
|
|
1770
|
-
readonly guardName: import("@creopse/utils
|
|
1774
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1771
1775
|
readonly createdAt?: string | undefined;
|
|
1772
1776
|
readonly updatedAt?: string | undefined;
|
|
1773
1777
|
}[] | undefined;
|
|
@@ -1777,13 +1781,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1777
1781
|
readonly name: string;
|
|
1778
1782
|
readonly displayName: string;
|
|
1779
1783
|
readonly description: string;
|
|
1780
|
-
readonly guardName: import("@creopse/utils
|
|
1784
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1781
1785
|
readonly permissions?: readonly {
|
|
1782
1786
|
readonly id?: number | undefined;
|
|
1783
1787
|
readonly name: string;
|
|
1784
1788
|
readonly displayName: string;
|
|
1785
1789
|
readonly description: string;
|
|
1786
|
-
readonly guardName: import("@creopse/utils
|
|
1790
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1787
1791
|
readonly createdAt?: string | undefined;
|
|
1788
1792
|
readonly updatedAt?: string | undefined;
|
|
1789
1793
|
}[] | undefined;
|
|
@@ -1876,7 +1880,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1876
1880
|
readonly name: string;
|
|
1877
1881
|
readonly displayName: string;
|
|
1878
1882
|
readonly description: string;
|
|
1879
|
-
readonly guardName: import("@creopse/utils
|
|
1883
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1880
1884
|
readonly createdAt?: string | undefined;
|
|
1881
1885
|
readonly updatedAt?: string | undefined;
|
|
1882
1886
|
}[] | undefined;
|
|
@@ -1886,13 +1890,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
1886
1890
|
readonly name: string;
|
|
1887
1891
|
readonly displayName: string;
|
|
1888
1892
|
readonly description: string;
|
|
1889
|
-
readonly guardName: import("@creopse/utils
|
|
1893
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1890
1894
|
readonly permissions?: readonly {
|
|
1891
1895
|
readonly id?: number | undefined;
|
|
1892
1896
|
readonly name: string;
|
|
1893
1897
|
readonly displayName: string;
|
|
1894
1898
|
readonly description: string;
|
|
1895
|
-
readonly guardName: import("@creopse/utils
|
|
1899
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
1896
1900
|
readonly createdAt?: string | undefined;
|
|
1897
1901
|
readonly updatedAt?: string | undefined;
|
|
1898
1902
|
}[] | undefined;
|
|
@@ -2030,7 +2034,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2030
2034
|
readonly name: string;
|
|
2031
2035
|
readonly displayName: string;
|
|
2032
2036
|
readonly description: string;
|
|
2033
|
-
readonly guardName: import("@creopse/utils
|
|
2037
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2034
2038
|
readonly createdAt?: string | undefined;
|
|
2035
2039
|
readonly updatedAt?: string | undefined;
|
|
2036
2040
|
}[] | undefined;
|
|
@@ -2040,13 +2044,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2040
2044
|
readonly name: string;
|
|
2041
2045
|
readonly displayName: string;
|
|
2042
2046
|
readonly description: string;
|
|
2043
|
-
readonly guardName: import("@creopse/utils
|
|
2047
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2044
2048
|
readonly permissions?: readonly {
|
|
2045
2049
|
readonly id?: number | undefined;
|
|
2046
2050
|
readonly name: string;
|
|
2047
2051
|
readonly displayName: string;
|
|
2048
2052
|
readonly description: string;
|
|
2049
|
-
readonly guardName: import("@creopse/utils
|
|
2053
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2050
2054
|
readonly createdAt?: string | undefined;
|
|
2051
2055
|
readonly updatedAt?: string | undefined;
|
|
2052
2056
|
}[] | undefined;
|
|
@@ -2178,7 +2182,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2178
2182
|
readonly name: string;
|
|
2179
2183
|
readonly displayName: string;
|
|
2180
2184
|
readonly description: string;
|
|
2181
|
-
readonly guardName: import("@creopse/utils
|
|
2185
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2182
2186
|
readonly createdAt?: string | undefined;
|
|
2183
2187
|
readonly updatedAt?: string | undefined;
|
|
2184
2188
|
}[] | undefined;
|
|
@@ -2188,13 +2192,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2188
2192
|
readonly name: string;
|
|
2189
2193
|
readonly displayName: string;
|
|
2190
2194
|
readonly description: string;
|
|
2191
|
-
readonly guardName: import("@creopse/utils
|
|
2195
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2192
2196
|
readonly permissions?: readonly {
|
|
2193
2197
|
readonly id?: number | undefined;
|
|
2194
2198
|
readonly name: string;
|
|
2195
2199
|
readonly displayName: string;
|
|
2196
2200
|
readonly description: string;
|
|
2197
|
-
readonly guardName: import("@creopse/utils
|
|
2201
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2198
2202
|
readonly createdAt?: string | undefined;
|
|
2199
2203
|
readonly updatedAt?: string | undefined;
|
|
2200
2204
|
}[] | undefined;
|
|
@@ -2287,7 +2291,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2287
2291
|
readonly name: string;
|
|
2288
2292
|
readonly displayName: string;
|
|
2289
2293
|
readonly description: string;
|
|
2290
|
-
readonly guardName: import("@creopse/utils
|
|
2294
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2291
2295
|
readonly createdAt?: string | undefined;
|
|
2292
2296
|
readonly updatedAt?: string | undefined;
|
|
2293
2297
|
}[] | undefined;
|
|
@@ -2297,13 +2301,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2297
2301
|
readonly name: string;
|
|
2298
2302
|
readonly displayName: string;
|
|
2299
2303
|
readonly description: string;
|
|
2300
|
-
readonly guardName: import("@creopse/utils
|
|
2304
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2301
2305
|
readonly permissions?: readonly {
|
|
2302
2306
|
readonly id?: number | undefined;
|
|
2303
2307
|
readonly name: string;
|
|
2304
2308
|
readonly displayName: string;
|
|
2305
2309
|
readonly description: string;
|
|
2306
|
-
readonly guardName: import("@creopse/utils
|
|
2310
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2307
2311
|
readonly createdAt?: string | undefined;
|
|
2308
2312
|
readonly updatedAt?: string | undefined;
|
|
2309
2313
|
}[] | undefined;
|
|
@@ -2424,7 +2428,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2424
2428
|
readonly name: string;
|
|
2425
2429
|
readonly displayName: string;
|
|
2426
2430
|
readonly description: string;
|
|
2427
|
-
readonly guardName: import("@creopse/utils
|
|
2431
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2428
2432
|
readonly createdAt?: string | undefined;
|
|
2429
2433
|
readonly updatedAt?: string | undefined;
|
|
2430
2434
|
}[] | undefined;
|
|
@@ -2434,13 +2438,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2434
2438
|
readonly name: string;
|
|
2435
2439
|
readonly displayName: string;
|
|
2436
2440
|
readonly description: string;
|
|
2437
|
-
readonly guardName: import("@creopse/utils
|
|
2441
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2438
2442
|
readonly permissions?: readonly {
|
|
2439
2443
|
readonly id?: number | undefined;
|
|
2440
2444
|
readonly name: string;
|
|
2441
2445
|
readonly displayName: string;
|
|
2442
2446
|
readonly description: string;
|
|
2443
|
-
readonly guardName: import("@creopse/utils
|
|
2447
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2444
2448
|
readonly createdAt?: string | undefined;
|
|
2445
2449
|
readonly updatedAt?: string | undefined;
|
|
2446
2450
|
}[] | undefined;
|
|
@@ -2569,7 +2573,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2569
2573
|
readonly name: string;
|
|
2570
2574
|
readonly displayName: string;
|
|
2571
2575
|
readonly description: string;
|
|
2572
|
-
readonly guardName: import("@creopse/utils
|
|
2576
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2573
2577
|
readonly createdAt?: string | undefined;
|
|
2574
2578
|
readonly updatedAt?: string | undefined;
|
|
2575
2579
|
}[] | undefined;
|
|
@@ -2579,13 +2583,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2579
2583
|
readonly name: string;
|
|
2580
2584
|
readonly displayName: string;
|
|
2581
2585
|
readonly description: string;
|
|
2582
|
-
readonly guardName: import("@creopse/utils
|
|
2586
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2583
2587
|
readonly permissions?: readonly {
|
|
2584
2588
|
readonly id?: number | undefined;
|
|
2585
2589
|
readonly name: string;
|
|
2586
2590
|
readonly displayName: string;
|
|
2587
2591
|
readonly description: string;
|
|
2588
|
-
readonly guardName: import("@creopse/utils
|
|
2592
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2589
2593
|
readonly createdAt?: string | undefined;
|
|
2590
2594
|
readonly updatedAt?: string | undefined;
|
|
2591
2595
|
}[] | undefined;
|
|
@@ -2678,7 +2682,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2678
2682
|
readonly name: string;
|
|
2679
2683
|
readonly displayName: string;
|
|
2680
2684
|
readonly description: string;
|
|
2681
|
-
readonly guardName: import("@creopse/utils
|
|
2685
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2682
2686
|
readonly createdAt?: string | undefined;
|
|
2683
2687
|
readonly updatedAt?: string | undefined;
|
|
2684
2688
|
}[] | undefined;
|
|
@@ -2688,13 +2692,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2688
2692
|
readonly name: string;
|
|
2689
2693
|
readonly displayName: string;
|
|
2690
2694
|
readonly description: string;
|
|
2691
|
-
readonly guardName: import("@creopse/utils
|
|
2695
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2692
2696
|
readonly permissions?: readonly {
|
|
2693
2697
|
readonly id?: number | undefined;
|
|
2694
2698
|
readonly name: string;
|
|
2695
2699
|
readonly displayName: string;
|
|
2696
2700
|
readonly description: string;
|
|
2697
|
-
readonly guardName: import("@creopse/utils
|
|
2701
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2698
2702
|
readonly createdAt?: string | undefined;
|
|
2699
2703
|
readonly updatedAt?: string | undefined;
|
|
2700
2704
|
}[] | undefined;
|
|
@@ -2820,7 +2824,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2820
2824
|
readonly name: string;
|
|
2821
2825
|
readonly displayName: string;
|
|
2822
2826
|
readonly description: string;
|
|
2823
|
-
readonly guardName: import("@creopse/utils
|
|
2827
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2824
2828
|
readonly createdAt?: string | undefined;
|
|
2825
2829
|
readonly updatedAt?: string | undefined;
|
|
2826
2830
|
}[] | undefined;
|
|
@@ -2830,13 +2834,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2830
2834
|
readonly name: string;
|
|
2831
2835
|
readonly displayName: string;
|
|
2832
2836
|
readonly description: string;
|
|
2833
|
-
readonly guardName: import("@creopse/utils
|
|
2837
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2834
2838
|
readonly permissions?: readonly {
|
|
2835
2839
|
readonly id?: number | undefined;
|
|
2836
2840
|
readonly name: string;
|
|
2837
2841
|
readonly displayName: string;
|
|
2838
2842
|
readonly description: string;
|
|
2839
|
-
readonly guardName: import("@creopse/utils
|
|
2843
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2840
2844
|
readonly createdAt?: string | undefined;
|
|
2841
2845
|
readonly updatedAt?: string | undefined;
|
|
2842
2846
|
}[] | undefined;
|
|
@@ -2948,7 +2952,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2948
2952
|
readonly name: string;
|
|
2949
2953
|
readonly displayName: string;
|
|
2950
2954
|
readonly description: string;
|
|
2951
|
-
readonly guardName: import("@creopse/utils
|
|
2955
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2952
2956
|
readonly createdAt?: string | undefined;
|
|
2953
2957
|
readonly updatedAt?: string | undefined;
|
|
2954
2958
|
}[] | undefined;
|
|
@@ -2958,13 +2962,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
2958
2962
|
readonly name: string;
|
|
2959
2963
|
readonly displayName: string;
|
|
2960
2964
|
readonly description: string;
|
|
2961
|
-
readonly guardName: import("@creopse/utils
|
|
2965
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2962
2966
|
readonly permissions?: readonly {
|
|
2963
2967
|
readonly id?: number | undefined;
|
|
2964
2968
|
readonly name: string;
|
|
2965
2969
|
readonly displayName: string;
|
|
2966
2970
|
readonly description: string;
|
|
2967
|
-
readonly guardName: import("@creopse/utils
|
|
2971
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
2968
2972
|
readonly createdAt?: string | undefined;
|
|
2969
2973
|
readonly updatedAt?: string | undefined;
|
|
2970
2974
|
}[] | undefined;
|
|
@@ -3140,7 +3144,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3140
3144
|
readonly name: string;
|
|
3141
3145
|
readonly displayName: string;
|
|
3142
3146
|
readonly description: string;
|
|
3143
|
-
readonly guardName: import("@creopse/utils
|
|
3147
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3144
3148
|
readonly createdAt?: string | undefined;
|
|
3145
3149
|
readonly updatedAt?: string | undefined;
|
|
3146
3150
|
}[] | undefined;
|
|
@@ -3150,13 +3154,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3150
3154
|
readonly name: string;
|
|
3151
3155
|
readonly displayName: string;
|
|
3152
3156
|
readonly description: string;
|
|
3153
|
-
readonly guardName: import("@creopse/utils
|
|
3157
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3154
3158
|
readonly permissions?: readonly {
|
|
3155
3159
|
readonly id?: number | undefined;
|
|
3156
3160
|
readonly name: string;
|
|
3157
3161
|
readonly displayName: string;
|
|
3158
3162
|
readonly description: string;
|
|
3159
|
-
readonly guardName: import("@creopse/utils
|
|
3163
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3160
3164
|
readonly createdAt?: string | undefined;
|
|
3161
3165
|
readonly updatedAt?: string | undefined;
|
|
3162
3166
|
}[] | undefined;
|
|
@@ -3279,6 +3283,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3279
3283
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
3280
3284
|
readonly dataSourcePageId?: number | null | undefined;
|
|
3281
3285
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
3286
|
+
readonly linkTitle?: string | null | undefined;
|
|
3282
3287
|
readonly linkId?: string | null | undefined;
|
|
3283
3288
|
readonly data?: any;
|
|
3284
3289
|
readonly settings?: any;
|
|
@@ -3295,6 +3300,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3295
3300
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
3296
3301
|
readonly dataSourcePageId?: number | null | undefined;
|
|
3297
3302
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
3303
|
+
readonly linkTitle?: string | null | undefined;
|
|
3298
3304
|
readonly linkId?: string | null | undefined;
|
|
3299
3305
|
readonly data?: any;
|
|
3300
3306
|
readonly settings?: any;
|
|
@@ -3330,6 +3336,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3330
3336
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
3331
3337
|
readonly dataSourcePageId?: number | null | undefined;
|
|
3332
3338
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
3339
|
+
readonly linkTitle?: string | null | undefined;
|
|
3333
3340
|
readonly linkId?: string | null | undefined;
|
|
3334
3341
|
readonly data?: any;
|
|
3335
3342
|
readonly settings?: any;
|
|
@@ -3344,6 +3351,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3344
3351
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
3345
3352
|
readonly dataSourcePageId?: number | null | undefined;
|
|
3346
3353
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
3354
|
+
readonly linkTitle?: string | null | undefined;
|
|
3347
3355
|
readonly linkId?: string | null | undefined;
|
|
3348
3356
|
readonly data?: any;
|
|
3349
3357
|
readonly settings?: any;
|
|
@@ -3411,7 +3419,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3411
3419
|
readonly name: string;
|
|
3412
3420
|
readonly displayName: string;
|
|
3413
3421
|
readonly description: string;
|
|
3414
|
-
readonly guardName: import("@creopse/utils
|
|
3422
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3415
3423
|
readonly createdAt?: string | undefined;
|
|
3416
3424
|
readonly updatedAt?: string | undefined;
|
|
3417
3425
|
}[] | undefined;
|
|
@@ -3421,13 +3429,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3421
3429
|
readonly name: string;
|
|
3422
3430
|
readonly displayName: string;
|
|
3423
3431
|
readonly description: string;
|
|
3424
|
-
readonly guardName: import("@creopse/utils
|
|
3432
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3425
3433
|
readonly permissions?: readonly {
|
|
3426
3434
|
readonly id?: number | undefined;
|
|
3427
3435
|
readonly name: string;
|
|
3428
3436
|
readonly displayName: string;
|
|
3429
3437
|
readonly description: string;
|
|
3430
|
-
readonly guardName: import("@creopse/utils
|
|
3438
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3431
3439
|
readonly createdAt?: string | undefined;
|
|
3432
3440
|
readonly updatedAt?: string | undefined;
|
|
3433
3441
|
}[] | undefined;
|
|
@@ -3520,7 +3528,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3520
3528
|
readonly name: string;
|
|
3521
3529
|
readonly displayName: string;
|
|
3522
3530
|
readonly description: string;
|
|
3523
|
-
readonly guardName: import("@creopse/utils
|
|
3531
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3524
3532
|
readonly createdAt?: string | undefined;
|
|
3525
3533
|
readonly updatedAt?: string | undefined;
|
|
3526
3534
|
}[] | undefined;
|
|
@@ -3530,13 +3538,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3530
3538
|
readonly name: string;
|
|
3531
3539
|
readonly displayName: string;
|
|
3532
3540
|
readonly description: string;
|
|
3533
|
-
readonly guardName: import("@creopse/utils
|
|
3541
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3534
3542
|
readonly permissions?: readonly {
|
|
3535
3543
|
readonly id?: number | undefined;
|
|
3536
3544
|
readonly name: string;
|
|
3537
3545
|
readonly displayName: string;
|
|
3538
3546
|
readonly description: string;
|
|
3539
|
-
readonly guardName: import("@creopse/utils
|
|
3547
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3540
3548
|
readonly createdAt?: string | undefined;
|
|
3541
3549
|
readonly updatedAt?: string | undefined;
|
|
3542
3550
|
}[] | undefined;
|
|
@@ -3674,7 +3682,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3674
3682
|
readonly name: string;
|
|
3675
3683
|
readonly displayName: string;
|
|
3676
3684
|
readonly description: string;
|
|
3677
|
-
readonly guardName: import("@creopse/utils
|
|
3685
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3678
3686
|
readonly createdAt?: string | undefined;
|
|
3679
3687
|
readonly updatedAt?: string | undefined;
|
|
3680
3688
|
}[] | undefined;
|
|
@@ -3684,13 +3692,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3684
3692
|
readonly name: string;
|
|
3685
3693
|
readonly displayName: string;
|
|
3686
3694
|
readonly description: string;
|
|
3687
|
-
readonly guardName: import("@creopse/utils
|
|
3695
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3688
3696
|
readonly permissions?: readonly {
|
|
3689
3697
|
readonly id?: number | undefined;
|
|
3690
3698
|
readonly name: string;
|
|
3691
3699
|
readonly displayName: string;
|
|
3692
3700
|
readonly description: string;
|
|
3693
|
-
readonly guardName: import("@creopse/utils
|
|
3701
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3694
3702
|
readonly createdAt?: string | undefined;
|
|
3695
3703
|
readonly updatedAt?: string | undefined;
|
|
3696
3704
|
}[] | undefined;
|
|
@@ -3821,7 +3829,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3821
3829
|
readonly name: string;
|
|
3822
3830
|
readonly displayName: string;
|
|
3823
3831
|
readonly description: string;
|
|
3824
|
-
readonly guardName: import("@creopse/utils
|
|
3832
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3825
3833
|
readonly createdAt?: string | undefined;
|
|
3826
3834
|
readonly updatedAt?: string | undefined;
|
|
3827
3835
|
}[] | undefined;
|
|
@@ -3831,13 +3839,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3831
3839
|
readonly name: string;
|
|
3832
3840
|
readonly displayName: string;
|
|
3833
3841
|
readonly description: string;
|
|
3834
|
-
readonly guardName: import("@creopse/utils
|
|
3842
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3835
3843
|
readonly permissions?: readonly {
|
|
3836
3844
|
readonly id?: number | undefined;
|
|
3837
3845
|
readonly name: string;
|
|
3838
3846
|
readonly displayName: string;
|
|
3839
3847
|
readonly description: string;
|
|
3840
|
-
readonly guardName: import("@creopse/utils
|
|
3848
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3841
3849
|
readonly createdAt?: string | undefined;
|
|
3842
3850
|
readonly updatedAt?: string | undefined;
|
|
3843
3851
|
}[] | undefined;
|
|
@@ -3930,7 +3938,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3930
3938
|
readonly name: string;
|
|
3931
3939
|
readonly displayName: string;
|
|
3932
3940
|
readonly description: string;
|
|
3933
|
-
readonly guardName: import("@creopse/utils
|
|
3941
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3934
3942
|
readonly createdAt?: string | undefined;
|
|
3935
3943
|
readonly updatedAt?: string | undefined;
|
|
3936
3944
|
}[] | undefined;
|
|
@@ -3940,13 +3948,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
3940
3948
|
readonly name: string;
|
|
3941
3949
|
readonly displayName: string;
|
|
3942
3950
|
readonly description: string;
|
|
3943
|
-
readonly guardName: import("@creopse/utils
|
|
3951
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3944
3952
|
readonly permissions?: readonly {
|
|
3945
3953
|
readonly id?: number | undefined;
|
|
3946
3954
|
readonly name: string;
|
|
3947
3955
|
readonly displayName: string;
|
|
3948
3956
|
readonly description: string;
|
|
3949
|
-
readonly guardName: import("@creopse/utils
|
|
3957
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
3950
3958
|
readonly createdAt?: string | undefined;
|
|
3951
3959
|
readonly updatedAt?: string | undefined;
|
|
3952
3960
|
}[] | undefined;
|
|
@@ -4067,7 +4075,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4067
4075
|
readonly name: string;
|
|
4068
4076
|
readonly displayName: string;
|
|
4069
4077
|
readonly description: string;
|
|
4070
|
-
readonly guardName: import("@creopse/utils
|
|
4078
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4071
4079
|
readonly createdAt?: string | undefined;
|
|
4072
4080
|
readonly updatedAt?: string | undefined;
|
|
4073
4081
|
}[] | undefined;
|
|
@@ -4077,13 +4085,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4077
4085
|
readonly name: string;
|
|
4078
4086
|
readonly displayName: string;
|
|
4079
4087
|
readonly description: string;
|
|
4080
|
-
readonly guardName: import("@creopse/utils
|
|
4088
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4081
4089
|
readonly permissions?: readonly {
|
|
4082
4090
|
readonly id?: number | undefined;
|
|
4083
4091
|
readonly name: string;
|
|
4084
4092
|
readonly displayName: string;
|
|
4085
4093
|
readonly description: string;
|
|
4086
|
-
readonly guardName: import("@creopse/utils
|
|
4094
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4087
4095
|
readonly createdAt?: string | undefined;
|
|
4088
4096
|
readonly updatedAt?: string | undefined;
|
|
4089
4097
|
}[] | undefined;
|
|
@@ -4211,7 +4219,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4211
4219
|
readonly name: string;
|
|
4212
4220
|
readonly displayName: string;
|
|
4213
4221
|
readonly description: string;
|
|
4214
|
-
readonly guardName: import("@creopse/utils
|
|
4222
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4215
4223
|
readonly createdAt?: string | undefined;
|
|
4216
4224
|
readonly updatedAt?: string | undefined;
|
|
4217
4225
|
}[] | undefined;
|
|
@@ -4221,13 +4229,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4221
4229
|
readonly name: string;
|
|
4222
4230
|
readonly displayName: string;
|
|
4223
4231
|
readonly description: string;
|
|
4224
|
-
readonly guardName: import("@creopse/utils
|
|
4232
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4225
4233
|
readonly permissions?: readonly {
|
|
4226
4234
|
readonly id?: number | undefined;
|
|
4227
4235
|
readonly name: string;
|
|
4228
4236
|
readonly displayName: string;
|
|
4229
4237
|
readonly description: string;
|
|
4230
|
-
readonly guardName: import("@creopse/utils
|
|
4238
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4231
4239
|
readonly createdAt?: string | undefined;
|
|
4232
4240
|
readonly updatedAt?: string | undefined;
|
|
4233
4241
|
}[] | undefined;
|
|
@@ -4320,7 +4328,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4320
4328
|
readonly name: string;
|
|
4321
4329
|
readonly displayName: string;
|
|
4322
4330
|
readonly description: string;
|
|
4323
|
-
readonly guardName: import("@creopse/utils
|
|
4331
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4324
4332
|
readonly createdAt?: string | undefined;
|
|
4325
4333
|
readonly updatedAt?: string | undefined;
|
|
4326
4334
|
}[] | undefined;
|
|
@@ -4330,13 +4338,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4330
4338
|
readonly name: string;
|
|
4331
4339
|
readonly displayName: string;
|
|
4332
4340
|
readonly description: string;
|
|
4333
|
-
readonly guardName: import("@creopse/utils
|
|
4341
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4334
4342
|
readonly permissions?: readonly {
|
|
4335
4343
|
readonly id?: number | undefined;
|
|
4336
4344
|
readonly name: string;
|
|
4337
4345
|
readonly displayName: string;
|
|
4338
4346
|
readonly description: string;
|
|
4339
|
-
readonly guardName: import("@creopse/utils
|
|
4347
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4340
4348
|
readonly createdAt?: string | undefined;
|
|
4341
4349
|
readonly updatedAt?: string | undefined;
|
|
4342
4350
|
}[] | undefined;
|
|
@@ -4462,7 +4470,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4462
4470
|
readonly name: string;
|
|
4463
4471
|
readonly displayName: string;
|
|
4464
4472
|
readonly description: string;
|
|
4465
|
-
readonly guardName: import("@creopse/utils
|
|
4473
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4466
4474
|
readonly createdAt?: string | undefined;
|
|
4467
4475
|
readonly updatedAt?: string | undefined;
|
|
4468
4476
|
}[] | undefined;
|
|
@@ -4472,13 +4480,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4472
4480
|
readonly name: string;
|
|
4473
4481
|
readonly displayName: string;
|
|
4474
4482
|
readonly description: string;
|
|
4475
|
-
readonly guardName: import("@creopse/utils
|
|
4483
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4476
4484
|
readonly permissions?: readonly {
|
|
4477
4485
|
readonly id?: number | undefined;
|
|
4478
4486
|
readonly name: string;
|
|
4479
4487
|
readonly displayName: string;
|
|
4480
4488
|
readonly description: string;
|
|
4481
|
-
readonly guardName: import("@creopse/utils
|
|
4489
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4482
4490
|
readonly createdAt?: string | undefined;
|
|
4483
4491
|
readonly updatedAt?: string | undefined;
|
|
4484
4492
|
}[] | undefined;
|
|
@@ -4589,7 +4597,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4589
4597
|
readonly name: string;
|
|
4590
4598
|
readonly displayName: string;
|
|
4591
4599
|
readonly description: string;
|
|
4592
|
-
readonly guardName: import("@creopse/utils
|
|
4600
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4593
4601
|
readonly createdAt?: string | undefined;
|
|
4594
4602
|
readonly updatedAt?: string | undefined;
|
|
4595
4603
|
}[] | undefined;
|
|
@@ -4599,13 +4607,13 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4599
4607
|
readonly name: string;
|
|
4600
4608
|
readonly displayName: string;
|
|
4601
4609
|
readonly description: string;
|
|
4602
|
-
readonly guardName: import("@creopse/utils
|
|
4610
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4603
4611
|
readonly permissions?: readonly {
|
|
4604
4612
|
readonly id?: number | undefined;
|
|
4605
4613
|
readonly name: string;
|
|
4606
4614
|
readonly displayName: string;
|
|
4607
4615
|
readonly description: string;
|
|
4608
|
-
readonly guardName: import("@creopse/utils
|
|
4616
|
+
readonly guardName: import("@creopse/utils").AccessGuard;
|
|
4609
4617
|
readonly createdAt?: string | undefined;
|
|
4610
4618
|
readonly updatedAt?: string | undefined;
|
|
4611
4619
|
}[] | undefined;
|
|
@@ -4772,6 +4780,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4772
4780
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
4773
4781
|
readonly dataSourcePageId?: number | null | undefined;
|
|
4774
4782
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
4783
|
+
readonly linkTitle?: string | null | undefined;
|
|
4775
4784
|
readonly linkId?: string | null | undefined;
|
|
4776
4785
|
readonly data?: any;
|
|
4777
4786
|
readonly settings?: any;
|
|
@@ -4788,6 +4797,7 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4788
4797
|
readonly dataSourceLinkId?: string | null | undefined;
|
|
4789
4798
|
readonly dataSourcePageId?: number | null | undefined;
|
|
4790
4799
|
readonly dataSourcePageTitle?: string | null | undefined;
|
|
4800
|
+
readonly linkTitle?: string | null | undefined;
|
|
4791
4801
|
readonly linkId?: string | null | undefined;
|
|
4792
4802
|
readonly data?: any;
|
|
4793
4803
|
readonly settings?: any;
|
|
@@ -4820,34 +4830,11 @@ declare class PropsManager<T extends Props = Props> {
|
|
|
4820
4830
|
readonly clearHistory: boolean;
|
|
4821
4831
|
readonly encryptHistory: boolean;
|
|
4822
4832
|
readonly deferredProps?: {
|
|
4823
|
-
readonly [x: string]: readonly string[];
|
|
4833
|
+
readonly [x: string]: readonly string[] | undefined;
|
|
4824
4834
|
} | undefined;
|
|
4825
4835
|
readonly mergeProps?: readonly string[] | undefined;
|
|
4826
|
-
readonly prependProps?: readonly string[] | undefined;
|
|
4827
4836
|
readonly deepMergeProps?: readonly string[] | undefined;
|
|
4828
4837
|
readonly matchPropsOn?: readonly string[] | undefined;
|
|
4829
|
-
readonly scrollProps?: {
|
|
4830
|
-
readonly [x: string]: {
|
|
4831
|
-
readonly pageName: string;
|
|
4832
|
-
readonly previousPage: number | string | null;
|
|
4833
|
-
readonly nextPage: number | string | null;
|
|
4834
|
-
readonly currentPage: number | string | null;
|
|
4835
|
-
readonly reset: boolean;
|
|
4836
|
-
};
|
|
4837
|
-
readonly [x: number]: {
|
|
4838
|
-
readonly pageName: string;
|
|
4839
|
-
readonly previousPage: number | string | null;
|
|
4840
|
-
readonly nextPage: number | string | null;
|
|
4841
|
-
readonly currentPage: number | string | null;
|
|
4842
|
-
readonly reset: boolean;
|
|
4843
|
-
};
|
|
4844
|
-
} | undefined;
|
|
4845
|
-
readonly onceProps?: {
|
|
4846
|
-
readonly [x: string]: {
|
|
4847
|
-
readonly prop: keyof import("@inertiajs/core").PageProps;
|
|
4848
|
-
readonly expiresAt?: number | null | undefined;
|
|
4849
|
-
};
|
|
4850
|
-
} | undefined;
|
|
4851
4838
|
readonly rememberedState: {
|
|
4852
4839
|
readonly [x: string]: Readonly<unknown>;
|
|
4853
4840
|
};
|