@pitcher/canvas-ui 2026.1.22-163808-beta → 2026.1.22-164323-beta
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/canvas-ui.css +21 -21
- package/canvas-ui.js +60 -232
- package/canvas-ui.js.map +1 -1
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +0 -4
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +0 -1
- package/lib/apps/browser/stores/api.d.ts +0 -9
- package/lib/apps/browser/stores/upload.d.ts +0 -4
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -54
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +0 -12
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -12
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -2
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +0 -2
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +0 -4
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +0 -2
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -7
- package/lib/sdk/api/HighLevelApi.d.ts +2 -0
- package/lib/sdk/api/modules/query.d.ts +44 -1
- package/lib/sdk/main.d.ts +6 -0
- package/lib/sdk/payload.types.d.ts +55 -0
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/locale/de.json +0 -4
- package/locale/el.json +0 -4
- package/locale/en.json +0 -4
- package/locale/es.json +0 -4
- package/locale/fr.json +0 -4
- package/locale/it.json +0 -4
- package/locale/ja.json +0 -4
- package/locale/nl.json +0 -4
- package/locale/pl.json +0 -4
- package/locale/pt-br.json +0 -4
- package/locale/pt.json +0 -4
- package/locale/th.json +0 -4
- package/locale/tr.json +0 -4
- package/locale/zh.json +0 -4
- package/package.json +1 -1
- package/types/openapi/models/FilePermission.d.ts +0 -1
- package/types/openapi/models/FilePermissionRequest.d.ts +0 -1
|
@@ -31,7 +31,6 @@ export declare function provideMoveItemModal(): {
|
|
|
31
31
|
can_download?: boolean | undefined;
|
|
32
32
|
can_share?: boolean | undefined;
|
|
33
33
|
can_be_divided?: boolean | undefined;
|
|
34
|
-
can_print?: boolean | undefined;
|
|
35
34
|
} | undefined;
|
|
36
35
|
tags?: Array<string> | undefined;
|
|
37
36
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -57,7 +56,6 @@ export declare function provideMoveItemModal(): {
|
|
|
57
56
|
can_download?: boolean | undefined;
|
|
58
57
|
can_share?: boolean | undefined;
|
|
59
58
|
can_be_divided?: boolean | undefined;
|
|
60
|
-
can_print?: boolean | undefined;
|
|
61
59
|
} | undefined;
|
|
62
60
|
tags?: Array<string> | undefined;
|
|
63
61
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -96,7 +94,6 @@ export declare function provideMoveItemModal(): {
|
|
|
96
94
|
can_download?: boolean | undefined;
|
|
97
95
|
can_share?: boolean | undefined;
|
|
98
96
|
can_be_divided?: boolean | undefined;
|
|
99
|
-
can_print?: boolean | undefined;
|
|
100
97
|
} | undefined;
|
|
101
98
|
tags?: Array<string> | undefined;
|
|
102
99
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -122,7 +119,6 @@ export declare function provideMoveItemModal(): {
|
|
|
122
119
|
can_download?: boolean | undefined;
|
|
123
120
|
can_share?: boolean | undefined;
|
|
124
121
|
can_be_divided?: boolean | undefined;
|
|
125
|
-
can_print?: boolean | undefined;
|
|
126
122
|
} | undefined;
|
|
127
123
|
tags?: Array<string> | undefined;
|
|
128
124
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -19,7 +19,6 @@ export interface Form {
|
|
|
19
19
|
expiresAtOption: FileExpiration;
|
|
20
20
|
accessType: PFile['access_type'];
|
|
21
21
|
collaborations: UserCollaboration[];
|
|
22
|
-
metadata?: PFile['metadata'];
|
|
23
22
|
}
|
|
24
23
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
25
24
|
configEditorRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
@@ -153,7 +153,6 @@ declare const _default: () => {
|
|
|
153
153
|
readonly can_download?: boolean | undefined;
|
|
154
154
|
readonly can_share?: boolean | undefined;
|
|
155
155
|
readonly can_be_divided?: boolean | undefined;
|
|
156
|
-
readonly can_print?: boolean | undefined;
|
|
157
156
|
} | undefined;
|
|
158
157
|
readonly tags?: readonly string[] | undefined;
|
|
159
158
|
readonly owned_by: {
|
|
@@ -207,7 +206,6 @@ declare const _default: () => {
|
|
|
207
206
|
readonly can_download?: boolean | undefined;
|
|
208
207
|
readonly can_share?: boolean | undefined;
|
|
209
208
|
readonly can_be_divided?: boolean | undefined;
|
|
210
|
-
readonly can_print?: boolean | undefined;
|
|
211
209
|
} | undefined;
|
|
212
210
|
readonly pspdfkit_server_url: string | null;
|
|
213
211
|
readonly pspdfkit_document_id: string | null;
|
|
@@ -307,7 +305,6 @@ declare const _default: () => {
|
|
|
307
305
|
readonly can_download?: boolean | undefined;
|
|
308
306
|
readonly can_share?: boolean | undefined;
|
|
309
307
|
readonly can_be_divided?: boolean | undefined;
|
|
310
|
-
readonly can_print?: boolean | undefined;
|
|
311
308
|
} | undefined;
|
|
312
309
|
readonly metadata: {
|
|
313
310
|
readonly [x: string]: any;
|
|
@@ -431,7 +428,6 @@ declare const _default: () => {
|
|
|
431
428
|
readonly can_download?: boolean | undefined;
|
|
432
429
|
readonly can_share?: boolean | undefined;
|
|
433
430
|
readonly can_be_divided?: boolean | undefined;
|
|
434
|
-
readonly can_print?: boolean | undefined;
|
|
435
431
|
} | undefined;
|
|
436
432
|
readonly metadata: {
|
|
437
433
|
readonly [x: string]: any;
|
|
@@ -476,7 +472,6 @@ declare const _default: () => {
|
|
|
476
472
|
readonly can_download?: boolean | undefined;
|
|
477
473
|
readonly can_share?: boolean | undefined;
|
|
478
474
|
readonly can_be_divided?: boolean | undefined;
|
|
479
|
-
readonly can_print?: boolean | undefined;
|
|
480
475
|
} | undefined;
|
|
481
476
|
readonly tags?: readonly string[] | undefined;
|
|
482
477
|
readonly owned_by: {
|
|
@@ -620,7 +615,6 @@ declare const _default: () => {
|
|
|
620
615
|
can_download?: boolean | undefined;
|
|
621
616
|
can_share?: boolean | undefined;
|
|
622
617
|
can_be_divided?: boolean | undefined;
|
|
623
|
-
can_print?: boolean | undefined;
|
|
624
618
|
} | undefined;
|
|
625
619
|
tags?: Array<string> | undefined;
|
|
626
620
|
readonly owned_by: {
|
|
@@ -674,7 +668,6 @@ declare const _default: () => {
|
|
|
674
668
|
can_download?: boolean | undefined;
|
|
675
669
|
can_share?: boolean | undefined;
|
|
676
670
|
can_be_divided?: boolean | undefined;
|
|
677
|
-
can_print?: boolean | undefined;
|
|
678
671
|
} | undefined;
|
|
679
672
|
readonly pspdfkit_server_url: string | null;
|
|
680
673
|
readonly pspdfkit_document_id: string | null;
|
|
@@ -768,7 +761,6 @@ declare const _default: () => {
|
|
|
768
761
|
can_download?: boolean | undefined;
|
|
769
762
|
can_share?: boolean | undefined;
|
|
770
763
|
can_be_divided?: boolean | undefined;
|
|
771
|
-
can_print?: boolean | undefined;
|
|
772
764
|
} | undefined;
|
|
773
765
|
readonly metadata: Record<string, any>;
|
|
774
766
|
readonly created_by: {
|
|
@@ -846,7 +838,6 @@ declare const _default: () => {
|
|
|
846
838
|
can_download?: boolean | undefined;
|
|
847
839
|
can_share?: boolean | undefined;
|
|
848
840
|
can_be_divided?: boolean | undefined;
|
|
849
|
-
can_print?: boolean | undefined;
|
|
850
841
|
} | undefined;
|
|
851
842
|
readonly metadata: Record<string, any>;
|
|
852
843
|
readonly created_by: {
|
|
@@ -27,7 +27,6 @@ export default function (): {
|
|
|
27
27
|
can_download?: boolean | undefined;
|
|
28
28
|
can_share?: boolean | undefined;
|
|
29
29
|
can_be_divided?: boolean | undefined;
|
|
30
|
-
can_print?: boolean | undefined;
|
|
31
30
|
} | undefined;
|
|
32
31
|
app_metadata?: Record<string, any> | undefined;
|
|
33
32
|
tags?: Array<string> | undefined;
|
|
@@ -72,7 +71,6 @@ export default function (): {
|
|
|
72
71
|
can_download?: boolean | undefined;
|
|
73
72
|
can_share?: boolean | undefined;
|
|
74
73
|
can_be_divided?: boolean | undefined;
|
|
75
|
-
can_print?: boolean | undefined;
|
|
76
74
|
} | undefined;
|
|
77
75
|
app_metadata?: Record<string, any> | undefined;
|
|
78
76
|
tags?: Array<string> | undefined;
|
|
@@ -115,7 +113,6 @@ export default function (): {
|
|
|
115
113
|
can_download?: boolean | undefined;
|
|
116
114
|
can_share?: boolean | undefined;
|
|
117
115
|
can_be_divided?: boolean | undefined;
|
|
118
|
-
can_print?: boolean | undefined;
|
|
119
116
|
} | undefined;
|
|
120
117
|
app_metadata?: Record<string, any> | undefined;
|
|
121
118
|
tags?: Array<string> | undefined;
|
|
@@ -160,7 +157,6 @@ export default function (): {
|
|
|
160
157
|
can_download?: boolean | undefined;
|
|
161
158
|
can_share?: boolean | undefined;
|
|
162
159
|
can_be_divided?: boolean | undefined;
|
|
163
|
-
can_print?: boolean | undefined;
|
|
164
160
|
} | undefined;
|
|
165
161
|
app_metadata?: Record<string, any> | undefined;
|
|
166
162
|
tags?: Array<string> | undefined;
|
|
@@ -51,7 +51,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
51
51
|
readonly can_download?: boolean | undefined;
|
|
52
52
|
readonly can_share?: boolean | undefined;
|
|
53
53
|
readonly can_be_divided?: boolean | undefined;
|
|
54
|
-
readonly can_print?: boolean | undefined;
|
|
55
54
|
} | undefined;
|
|
56
55
|
readonly tags?: readonly string[] | undefined;
|
|
57
56
|
readonly pspdfkit_auth_payload: {
|
|
@@ -81,7 +80,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
81
80
|
readonly can_download?: boolean | undefined;
|
|
82
81
|
readonly can_share?: boolean | undefined;
|
|
83
82
|
readonly can_be_divided?: boolean | undefined;
|
|
84
|
-
readonly can_print?: boolean | undefined;
|
|
85
83
|
} | undefined;
|
|
86
84
|
readonly tags?: readonly string[] | undefined;
|
|
87
85
|
readonly pspdfkit_auth_payload: {
|
|
@@ -186,7 +184,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
186
184
|
readonly can_download?: boolean | undefined;
|
|
187
185
|
readonly can_share?: boolean | undefined;
|
|
188
186
|
readonly can_be_divided?: boolean | undefined;
|
|
189
|
-
readonly can_print?: boolean | undefined;
|
|
190
187
|
} | undefined;
|
|
191
188
|
readonly tags?: readonly string[] | undefined;
|
|
192
189
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -215,7 +212,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
215
212
|
readonly can_download?: boolean | undefined;
|
|
216
213
|
readonly can_share?: boolean | undefined;
|
|
217
214
|
readonly can_be_divided?: boolean | undefined;
|
|
218
|
-
readonly can_print?: boolean | undefined;
|
|
219
215
|
} | undefined;
|
|
220
216
|
readonly tags?: readonly string[] | undefined;
|
|
221
217
|
};
|
|
@@ -238,7 +234,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
238
234
|
readonly can_download?: boolean | undefined;
|
|
239
235
|
readonly can_share?: boolean | undefined;
|
|
240
236
|
readonly can_be_divided?: boolean | undefined;
|
|
241
|
-
readonly can_print?: boolean | undefined;
|
|
242
237
|
} | undefined;
|
|
243
238
|
readonly tags?: readonly string[] | undefined;
|
|
244
239
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -317,7 +312,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
317
312
|
readonly can_download?: boolean | undefined;
|
|
318
313
|
readonly can_share?: boolean | undefined;
|
|
319
314
|
readonly can_be_divided?: boolean | undefined;
|
|
320
|
-
readonly can_print?: boolean | undefined;
|
|
321
315
|
} | undefined;
|
|
322
316
|
readonly metadata?: {
|
|
323
317
|
readonly [x: string]: any;
|
|
@@ -537,7 +531,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
537
531
|
readonly can_download?: boolean | undefined;
|
|
538
532
|
readonly can_share?: boolean | undefined;
|
|
539
533
|
readonly can_be_divided?: boolean | undefined;
|
|
540
|
-
readonly can_print?: boolean | undefined;
|
|
541
534
|
} | undefined;
|
|
542
535
|
readonly tags?: readonly string[] | undefined;
|
|
543
536
|
readonly pspdfkit_auth_payload: {
|
|
@@ -567,7 +560,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
567
560
|
readonly can_download?: boolean | undefined;
|
|
568
561
|
readonly can_share?: boolean | undefined;
|
|
569
562
|
readonly can_be_divided?: boolean | undefined;
|
|
570
|
-
readonly can_print?: boolean | undefined;
|
|
571
563
|
} | undefined;
|
|
572
564
|
readonly tags?: readonly string[] | undefined;
|
|
573
565
|
readonly pspdfkit_auth_payload: {
|
|
@@ -672,7 +664,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
672
664
|
readonly can_download?: boolean | undefined;
|
|
673
665
|
readonly can_share?: boolean | undefined;
|
|
674
666
|
readonly can_be_divided?: boolean | undefined;
|
|
675
|
-
readonly can_print?: boolean | undefined;
|
|
676
667
|
} | undefined;
|
|
677
668
|
readonly tags?: readonly string[] | undefined;
|
|
678
669
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -701,7 +692,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
701
692
|
readonly can_download?: boolean | undefined;
|
|
702
693
|
readonly can_share?: boolean | undefined;
|
|
703
694
|
readonly can_be_divided?: boolean | undefined;
|
|
704
|
-
readonly can_print?: boolean | undefined;
|
|
705
695
|
} | undefined;
|
|
706
696
|
readonly tags?: readonly string[] | undefined;
|
|
707
697
|
};
|
|
@@ -724,7 +714,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
724
714
|
readonly can_download?: boolean | undefined;
|
|
725
715
|
readonly can_share?: boolean | undefined;
|
|
726
716
|
readonly can_be_divided?: boolean | undefined;
|
|
727
|
-
readonly can_print?: boolean | undefined;
|
|
728
717
|
} | undefined;
|
|
729
718
|
readonly tags?: readonly string[] | undefined;
|
|
730
719
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -803,7 +792,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
803
792
|
readonly can_download?: boolean | undefined;
|
|
804
793
|
readonly can_share?: boolean | undefined;
|
|
805
794
|
readonly can_be_divided?: boolean | undefined;
|
|
806
|
-
readonly can_print?: boolean | undefined;
|
|
807
795
|
} | undefined;
|
|
808
796
|
readonly metadata?: {
|
|
809
797
|
readonly [x: string]: any;
|
|
@@ -1175,7 +1163,6 @@ export default function useCanvas(): {
|
|
|
1175
1163
|
readonly can_download?: boolean | undefined;
|
|
1176
1164
|
readonly can_share?: boolean | undefined;
|
|
1177
1165
|
readonly can_be_divided?: boolean | undefined;
|
|
1178
|
-
readonly can_print?: boolean | undefined;
|
|
1179
1166
|
} | undefined;
|
|
1180
1167
|
readonly tags?: readonly string[] | undefined;
|
|
1181
1168
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1205,7 +1192,6 @@ export default function useCanvas(): {
|
|
|
1205
1192
|
readonly can_download?: boolean | undefined;
|
|
1206
1193
|
readonly can_share?: boolean | undefined;
|
|
1207
1194
|
readonly can_be_divided?: boolean | undefined;
|
|
1208
|
-
readonly can_print?: boolean | undefined;
|
|
1209
1195
|
} | undefined;
|
|
1210
1196
|
readonly tags?: readonly string[] | undefined;
|
|
1211
1197
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1310,7 +1296,6 @@ export default function useCanvas(): {
|
|
|
1310
1296
|
readonly can_download?: boolean | undefined;
|
|
1311
1297
|
readonly can_share?: boolean | undefined;
|
|
1312
1298
|
readonly can_be_divided?: boolean | undefined;
|
|
1313
|
-
readonly can_print?: boolean | undefined;
|
|
1314
1299
|
} | undefined;
|
|
1315
1300
|
readonly tags?: readonly string[] | undefined;
|
|
1316
1301
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1339,7 +1324,6 @@ export default function useCanvas(): {
|
|
|
1339
1324
|
readonly can_download?: boolean | undefined;
|
|
1340
1325
|
readonly can_share?: boolean | undefined;
|
|
1341
1326
|
readonly can_be_divided?: boolean | undefined;
|
|
1342
|
-
readonly can_print?: boolean | undefined;
|
|
1343
1327
|
} | undefined;
|
|
1344
1328
|
readonly tags?: readonly string[] | undefined;
|
|
1345
1329
|
};
|
|
@@ -1362,7 +1346,6 @@ export default function useCanvas(): {
|
|
|
1362
1346
|
readonly can_download?: boolean | undefined;
|
|
1363
1347
|
readonly can_share?: boolean | undefined;
|
|
1364
1348
|
readonly can_be_divided?: boolean | undefined;
|
|
1365
|
-
readonly can_print?: boolean | undefined;
|
|
1366
1349
|
} | undefined;
|
|
1367
1350
|
readonly tags?: readonly string[] | undefined;
|
|
1368
1351
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1441,7 +1424,6 @@ export default function useCanvas(): {
|
|
|
1441
1424
|
readonly can_download?: boolean | undefined;
|
|
1442
1425
|
readonly can_share?: boolean | undefined;
|
|
1443
1426
|
readonly can_be_divided?: boolean | undefined;
|
|
1444
|
-
readonly can_print?: boolean | undefined;
|
|
1445
1427
|
} | undefined;
|
|
1446
1428
|
readonly metadata?: {
|
|
1447
1429
|
readonly [x: string]: any;
|
|
@@ -1673,7 +1655,6 @@ export default function useCanvas(): {
|
|
|
1673
1655
|
readonly can_download?: boolean | undefined;
|
|
1674
1656
|
readonly can_share?: boolean | undefined;
|
|
1675
1657
|
readonly can_be_divided?: boolean | undefined;
|
|
1676
|
-
readonly can_print?: boolean | undefined;
|
|
1677
1658
|
} | undefined;
|
|
1678
1659
|
readonly tags?: readonly string[] | undefined;
|
|
1679
1660
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1703,7 +1684,6 @@ export default function useCanvas(): {
|
|
|
1703
1684
|
readonly can_download?: boolean | undefined;
|
|
1704
1685
|
readonly can_share?: boolean | undefined;
|
|
1705
1686
|
readonly can_be_divided?: boolean | undefined;
|
|
1706
|
-
readonly can_print?: boolean | undefined;
|
|
1707
1687
|
} | undefined;
|
|
1708
1688
|
readonly tags?: readonly string[] | undefined;
|
|
1709
1689
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1808,7 +1788,6 @@ export default function useCanvas(): {
|
|
|
1808
1788
|
readonly can_download?: boolean | undefined;
|
|
1809
1789
|
readonly can_share?: boolean | undefined;
|
|
1810
1790
|
readonly can_be_divided?: boolean | undefined;
|
|
1811
|
-
readonly can_print?: boolean | undefined;
|
|
1812
1791
|
} | undefined;
|
|
1813
1792
|
readonly tags?: readonly string[] | undefined;
|
|
1814
1793
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1837,7 +1816,6 @@ export default function useCanvas(): {
|
|
|
1837
1816
|
readonly can_download?: boolean | undefined;
|
|
1838
1817
|
readonly can_share?: boolean | undefined;
|
|
1839
1818
|
readonly can_be_divided?: boolean | undefined;
|
|
1840
|
-
readonly can_print?: boolean | undefined;
|
|
1841
1819
|
} | undefined;
|
|
1842
1820
|
readonly tags?: readonly string[] | undefined;
|
|
1843
1821
|
};
|
|
@@ -1860,7 +1838,6 @@ export default function useCanvas(): {
|
|
|
1860
1838
|
readonly can_download?: boolean | undefined;
|
|
1861
1839
|
readonly can_share?: boolean | undefined;
|
|
1862
1840
|
readonly can_be_divided?: boolean | undefined;
|
|
1863
|
-
readonly can_print?: boolean | undefined;
|
|
1864
1841
|
} | undefined;
|
|
1865
1842
|
readonly tags?: readonly string[] | undefined;
|
|
1866
1843
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1939,7 +1916,6 @@ export default function useCanvas(): {
|
|
|
1939
1916
|
readonly can_download?: boolean | undefined;
|
|
1940
1917
|
readonly can_share?: boolean | undefined;
|
|
1941
1918
|
readonly can_be_divided?: boolean | undefined;
|
|
1942
|
-
readonly can_print?: boolean | undefined;
|
|
1943
1919
|
} | undefined;
|
|
1944
1920
|
readonly metadata?: {
|
|
1945
1921
|
readonly [x: string]: any;
|
|
@@ -2169,7 +2145,6 @@ export default function useCanvas(): {
|
|
|
2169
2145
|
can_download?: boolean | undefined;
|
|
2170
2146
|
can_share?: boolean | undefined;
|
|
2171
2147
|
can_be_divided?: boolean | undefined;
|
|
2172
|
-
can_print?: boolean | undefined;
|
|
2173
2148
|
} | undefined;
|
|
2174
2149
|
tags?: Array<string> | undefined;
|
|
2175
2150
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2195,7 +2170,6 @@ export default function useCanvas(): {
|
|
|
2195
2170
|
can_download?: boolean | undefined;
|
|
2196
2171
|
can_share?: boolean | undefined;
|
|
2197
2172
|
can_be_divided?: boolean | undefined;
|
|
2198
|
-
can_print?: boolean | undefined;
|
|
2199
2173
|
} | undefined;
|
|
2200
2174
|
tags?: Array<string> | undefined;
|
|
2201
2175
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2292,7 +2266,6 @@ export default function useCanvas(): {
|
|
|
2292
2266
|
can_download?: boolean | undefined;
|
|
2293
2267
|
can_share?: boolean | undefined;
|
|
2294
2268
|
can_be_divided?: boolean | undefined;
|
|
2295
|
-
can_print?: boolean | undefined;
|
|
2296
2269
|
} | undefined;
|
|
2297
2270
|
tags?: string[] | undefined;
|
|
2298
2271
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2317,7 +2290,6 @@ export default function useCanvas(): {
|
|
|
2317
2290
|
can_download?: boolean | undefined;
|
|
2318
2291
|
can_share?: boolean | undefined;
|
|
2319
2292
|
can_be_divided?: boolean | undefined;
|
|
2320
|
-
can_print?: boolean | undefined;
|
|
2321
2293
|
} | undefined;
|
|
2322
2294
|
tags?: string[] | undefined;
|
|
2323
2295
|
};
|
|
@@ -2340,7 +2312,6 @@ export default function useCanvas(): {
|
|
|
2340
2312
|
can_download?: boolean | undefined;
|
|
2341
2313
|
can_share?: boolean | undefined;
|
|
2342
2314
|
can_be_divided?: boolean | undefined;
|
|
2343
|
-
can_print?: boolean | undefined;
|
|
2344
2315
|
} | undefined;
|
|
2345
2316
|
tags?: string[] | undefined;
|
|
2346
2317
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2415,7 +2386,6 @@ export default function useCanvas(): {
|
|
|
2415
2386
|
can_download?: boolean | undefined;
|
|
2416
2387
|
can_share?: boolean | undefined;
|
|
2417
2388
|
can_be_divided?: boolean | undefined;
|
|
2418
|
-
can_print?: boolean | undefined;
|
|
2419
2389
|
} | undefined;
|
|
2420
2390
|
metadata?: Record<string, any> | undefined;
|
|
2421
2391
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -2610,7 +2580,6 @@ export default function useCanvas(): {
|
|
|
2610
2580
|
can_download?: boolean | undefined;
|
|
2611
2581
|
can_share?: boolean | undefined;
|
|
2612
2582
|
can_be_divided?: boolean | undefined;
|
|
2613
|
-
can_print?: boolean | undefined;
|
|
2614
2583
|
} | undefined;
|
|
2615
2584
|
tags?: Array<string> | undefined;
|
|
2616
2585
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2636,7 +2605,6 @@ export default function useCanvas(): {
|
|
|
2636
2605
|
can_download?: boolean | undefined;
|
|
2637
2606
|
can_share?: boolean | undefined;
|
|
2638
2607
|
can_be_divided?: boolean | undefined;
|
|
2639
|
-
can_print?: boolean | undefined;
|
|
2640
2608
|
} | undefined;
|
|
2641
2609
|
tags?: Array<string> | undefined;
|
|
2642
2610
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2733,7 +2701,6 @@ export default function useCanvas(): {
|
|
|
2733
2701
|
can_download?: boolean | undefined;
|
|
2734
2702
|
can_share?: boolean | undefined;
|
|
2735
2703
|
can_be_divided?: boolean | undefined;
|
|
2736
|
-
can_print?: boolean | undefined;
|
|
2737
2704
|
} | undefined;
|
|
2738
2705
|
tags?: string[] | undefined;
|
|
2739
2706
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2758,7 +2725,6 @@ export default function useCanvas(): {
|
|
|
2758
2725
|
can_download?: boolean | undefined;
|
|
2759
2726
|
can_share?: boolean | undefined;
|
|
2760
2727
|
can_be_divided?: boolean | undefined;
|
|
2761
|
-
can_print?: boolean | undefined;
|
|
2762
2728
|
} | undefined;
|
|
2763
2729
|
tags?: string[] | undefined;
|
|
2764
2730
|
};
|
|
@@ -2781,7 +2747,6 @@ export default function useCanvas(): {
|
|
|
2781
2747
|
can_download?: boolean | undefined;
|
|
2782
2748
|
can_share?: boolean | undefined;
|
|
2783
2749
|
can_be_divided?: boolean | undefined;
|
|
2784
|
-
can_print?: boolean | undefined;
|
|
2785
2750
|
} | undefined;
|
|
2786
2751
|
tags?: string[] | undefined;
|
|
2787
2752
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2856,7 +2821,6 @@ export default function useCanvas(): {
|
|
|
2856
2821
|
can_download?: boolean | undefined;
|
|
2857
2822
|
can_share?: boolean | undefined;
|
|
2858
2823
|
can_be_divided?: boolean | undefined;
|
|
2859
|
-
can_print?: boolean | undefined;
|
|
2860
2824
|
} | undefined;
|
|
2861
2825
|
metadata?: Record<string, any> | undefined;
|
|
2862
2826
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -3091,7 +3055,6 @@ export default function useCanvas(): {
|
|
|
3091
3055
|
readonly can_download?: boolean | undefined;
|
|
3092
3056
|
readonly can_share?: boolean | undefined;
|
|
3093
3057
|
readonly can_be_divided?: boolean | undefined;
|
|
3094
|
-
readonly can_print?: boolean | undefined;
|
|
3095
3058
|
} | undefined;
|
|
3096
3059
|
readonly tags?: readonly string[] | undefined;
|
|
3097
3060
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3121,7 +3084,6 @@ export default function useCanvas(): {
|
|
|
3121
3084
|
readonly can_download?: boolean | undefined;
|
|
3122
3085
|
readonly can_share?: boolean | undefined;
|
|
3123
3086
|
readonly can_be_divided?: boolean | undefined;
|
|
3124
|
-
readonly can_print?: boolean | undefined;
|
|
3125
3087
|
} | undefined;
|
|
3126
3088
|
readonly tags?: readonly string[] | undefined;
|
|
3127
3089
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3226,7 +3188,6 @@ export default function useCanvas(): {
|
|
|
3226
3188
|
readonly can_download?: boolean | undefined;
|
|
3227
3189
|
readonly can_share?: boolean | undefined;
|
|
3228
3190
|
readonly can_be_divided?: boolean | undefined;
|
|
3229
|
-
readonly can_print?: boolean | undefined;
|
|
3230
3191
|
} | undefined;
|
|
3231
3192
|
readonly tags?: readonly string[] | undefined;
|
|
3232
3193
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3255,7 +3216,6 @@ export default function useCanvas(): {
|
|
|
3255
3216
|
readonly can_download?: boolean | undefined;
|
|
3256
3217
|
readonly can_share?: boolean | undefined;
|
|
3257
3218
|
readonly can_be_divided?: boolean | undefined;
|
|
3258
|
-
readonly can_print?: boolean | undefined;
|
|
3259
3219
|
} | undefined;
|
|
3260
3220
|
readonly tags?: readonly string[] | undefined;
|
|
3261
3221
|
};
|
|
@@ -3278,7 +3238,6 @@ export default function useCanvas(): {
|
|
|
3278
3238
|
readonly can_download?: boolean | undefined;
|
|
3279
3239
|
readonly can_share?: boolean | undefined;
|
|
3280
3240
|
readonly can_be_divided?: boolean | undefined;
|
|
3281
|
-
readonly can_print?: boolean | undefined;
|
|
3282
3241
|
} | undefined;
|
|
3283
3242
|
readonly tags?: readonly string[] | undefined;
|
|
3284
3243
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3357,7 +3316,6 @@ export default function useCanvas(): {
|
|
|
3357
3316
|
readonly can_download?: boolean | undefined;
|
|
3358
3317
|
readonly can_share?: boolean | undefined;
|
|
3359
3318
|
readonly can_be_divided?: boolean | undefined;
|
|
3360
|
-
readonly can_print?: boolean | undefined;
|
|
3361
3319
|
} | undefined;
|
|
3362
3320
|
readonly metadata?: {
|
|
3363
3321
|
readonly [x: string]: any;
|
|
@@ -3754,7 +3712,6 @@ export default function useCanvas(): {
|
|
|
3754
3712
|
readonly can_download?: boolean | undefined;
|
|
3755
3713
|
readonly can_share?: boolean | undefined;
|
|
3756
3714
|
readonly can_be_divided?: boolean | undefined;
|
|
3757
|
-
readonly can_print?: boolean | undefined;
|
|
3758
3715
|
} | undefined;
|
|
3759
3716
|
readonly tags?: readonly string[] | undefined;
|
|
3760
3717
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3784,7 +3741,6 @@ export default function useCanvas(): {
|
|
|
3784
3741
|
readonly can_download?: boolean | undefined;
|
|
3785
3742
|
readonly can_share?: boolean | undefined;
|
|
3786
3743
|
readonly can_be_divided?: boolean | undefined;
|
|
3787
|
-
readonly can_print?: boolean | undefined;
|
|
3788
3744
|
} | undefined;
|
|
3789
3745
|
readonly tags?: readonly string[] | undefined;
|
|
3790
3746
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3889,7 +3845,6 @@ export default function useCanvas(): {
|
|
|
3889
3845
|
readonly can_download?: boolean | undefined;
|
|
3890
3846
|
readonly can_share?: boolean | undefined;
|
|
3891
3847
|
readonly can_be_divided?: boolean | undefined;
|
|
3892
|
-
readonly can_print?: boolean | undefined;
|
|
3893
3848
|
} | undefined;
|
|
3894
3849
|
readonly tags?: readonly string[] | undefined;
|
|
3895
3850
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3918,7 +3873,6 @@ export default function useCanvas(): {
|
|
|
3918
3873
|
readonly can_download?: boolean | undefined;
|
|
3919
3874
|
readonly can_share?: boolean | undefined;
|
|
3920
3875
|
readonly can_be_divided?: boolean | undefined;
|
|
3921
|
-
readonly can_print?: boolean | undefined;
|
|
3922
3876
|
} | undefined;
|
|
3923
3877
|
readonly tags?: readonly string[] | undefined;
|
|
3924
3878
|
};
|
|
@@ -3941,7 +3895,6 @@ export default function useCanvas(): {
|
|
|
3941
3895
|
readonly can_download?: boolean | undefined;
|
|
3942
3896
|
readonly can_share?: boolean | undefined;
|
|
3943
3897
|
readonly can_be_divided?: boolean | undefined;
|
|
3944
|
-
readonly can_print?: boolean | undefined;
|
|
3945
3898
|
} | undefined;
|
|
3946
3899
|
readonly tags?: readonly string[] | undefined;
|
|
3947
3900
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4020,7 +3973,6 @@ export default function useCanvas(): {
|
|
|
4020
3973
|
readonly can_download?: boolean | undefined;
|
|
4021
3974
|
readonly can_share?: boolean | undefined;
|
|
4022
3975
|
readonly can_be_divided?: boolean | undefined;
|
|
4023
|
-
readonly can_print?: boolean | undefined;
|
|
4024
3976
|
} | undefined;
|
|
4025
3977
|
readonly metadata?: {
|
|
4026
3978
|
readonly [x: string]: any;
|
|
@@ -4240,7 +4192,6 @@ export default function useCanvas(): {
|
|
|
4240
4192
|
can_download?: boolean | undefined;
|
|
4241
4193
|
can_share?: boolean | undefined;
|
|
4242
4194
|
can_be_divided?: boolean | undefined;
|
|
4243
|
-
can_print?: boolean | undefined;
|
|
4244
4195
|
} | undefined;
|
|
4245
4196
|
tags?: Array<string> | undefined;
|
|
4246
4197
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -4266,7 +4217,6 @@ export default function useCanvas(): {
|
|
|
4266
4217
|
can_download?: boolean | undefined;
|
|
4267
4218
|
can_share?: boolean | undefined;
|
|
4268
4219
|
can_be_divided?: boolean | undefined;
|
|
4269
|
-
can_print?: boolean | undefined;
|
|
4270
4220
|
} | undefined;
|
|
4271
4221
|
tags?: Array<string> | undefined;
|
|
4272
4222
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -4363,7 +4313,6 @@ export default function useCanvas(): {
|
|
|
4363
4313
|
can_download?: boolean | undefined;
|
|
4364
4314
|
can_share?: boolean | undefined;
|
|
4365
4315
|
can_be_divided?: boolean | undefined;
|
|
4366
|
-
can_print?: boolean | undefined;
|
|
4367
4316
|
} | undefined;
|
|
4368
4317
|
tags?: string[] | undefined;
|
|
4369
4318
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4388,7 +4337,6 @@ export default function useCanvas(): {
|
|
|
4388
4337
|
can_download?: boolean | undefined;
|
|
4389
4338
|
can_share?: boolean | undefined;
|
|
4390
4339
|
can_be_divided?: boolean | undefined;
|
|
4391
|
-
can_print?: boolean | undefined;
|
|
4392
4340
|
} | undefined;
|
|
4393
4341
|
tags?: string[] | undefined;
|
|
4394
4342
|
};
|
|
@@ -4411,7 +4359,6 @@ export default function useCanvas(): {
|
|
|
4411
4359
|
can_download?: boolean | undefined;
|
|
4412
4360
|
can_share?: boolean | undefined;
|
|
4413
4361
|
can_be_divided?: boolean | undefined;
|
|
4414
|
-
can_print?: boolean | undefined;
|
|
4415
4362
|
} | undefined;
|
|
4416
4363
|
tags?: string[] | undefined;
|
|
4417
4364
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4486,7 +4433,6 @@ export default function useCanvas(): {
|
|
|
4486
4433
|
can_download?: boolean | undefined;
|
|
4487
4434
|
can_share?: boolean | undefined;
|
|
4488
4435
|
can_be_divided?: boolean | undefined;
|
|
4489
|
-
can_print?: boolean | undefined;
|
|
4490
4436
|
} | undefined;
|
|
4491
4437
|
metadata?: Record<string, any> | undefined;
|
|
4492
4438
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -199,7 +199,6 @@ export default function useCanvasBlocks(): {
|
|
|
199
199
|
readonly can_download?: boolean | undefined;
|
|
200
200
|
readonly can_share?: boolean | undefined;
|
|
201
201
|
readonly can_be_divided?: boolean | undefined;
|
|
202
|
-
readonly can_print?: boolean | undefined;
|
|
203
202
|
} | undefined;
|
|
204
203
|
readonly tags?: readonly string[] | undefined;
|
|
205
204
|
readonly pspdfkit_auth_payload: {
|
|
@@ -229,7 +228,6 @@ export default function useCanvasBlocks(): {
|
|
|
229
228
|
readonly can_download?: boolean | undefined;
|
|
230
229
|
readonly can_share?: boolean | undefined;
|
|
231
230
|
readonly can_be_divided?: boolean | undefined;
|
|
232
|
-
readonly can_print?: boolean | undefined;
|
|
233
231
|
} | undefined;
|
|
234
232
|
readonly tags?: readonly string[] | undefined;
|
|
235
233
|
readonly pspdfkit_auth_payload: {
|
|
@@ -334,7 +332,6 @@ export default function useCanvasBlocks(): {
|
|
|
334
332
|
readonly can_download?: boolean | undefined;
|
|
335
333
|
readonly can_share?: boolean | undefined;
|
|
336
334
|
readonly can_be_divided?: boolean | undefined;
|
|
337
|
-
readonly can_print?: boolean | undefined;
|
|
338
335
|
} | undefined;
|
|
339
336
|
readonly tags?: readonly string[] | undefined;
|
|
340
337
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -363,7 +360,6 @@ export default function useCanvasBlocks(): {
|
|
|
363
360
|
readonly can_download?: boolean | undefined;
|
|
364
361
|
readonly can_share?: boolean | undefined;
|
|
365
362
|
readonly can_be_divided?: boolean | undefined;
|
|
366
|
-
readonly can_print?: boolean | undefined;
|
|
367
363
|
} | undefined;
|
|
368
364
|
readonly tags?: readonly string[] | undefined;
|
|
369
365
|
};
|
|
@@ -386,7 +382,6 @@ export default function useCanvasBlocks(): {
|
|
|
386
382
|
readonly can_download?: boolean | undefined;
|
|
387
383
|
readonly can_share?: boolean | undefined;
|
|
388
384
|
readonly can_be_divided?: boolean | undefined;
|
|
389
|
-
readonly can_print?: boolean | undefined;
|
|
390
385
|
} | undefined;
|
|
391
386
|
readonly tags?: readonly string[] | undefined;
|
|
392
387
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -465,7 +460,6 @@ export default function useCanvasBlocks(): {
|
|
|
465
460
|
readonly can_download?: boolean | undefined;
|
|
466
461
|
readonly can_share?: boolean | undefined;
|
|
467
462
|
readonly can_be_divided?: boolean | undefined;
|
|
468
|
-
readonly can_print?: boolean | undefined;
|
|
469
463
|
} | undefined;
|
|
470
464
|
readonly metadata?: {
|
|
471
465
|
readonly [x: string]: any;
|
|
@@ -682,7 +676,6 @@ export default function useCanvasBlocks(): {
|
|
|
682
676
|
readonly can_download?: boolean | undefined;
|
|
683
677
|
readonly can_share?: boolean | undefined;
|
|
684
678
|
readonly can_be_divided?: boolean | undefined;
|
|
685
|
-
readonly can_print?: boolean | undefined;
|
|
686
679
|
} | undefined;
|
|
687
680
|
readonly tags?: readonly string[] | undefined;
|
|
688
681
|
readonly pspdfkit_auth_payload: {
|
|
@@ -712,7 +705,6 @@ export default function useCanvasBlocks(): {
|
|
|
712
705
|
readonly can_download?: boolean | undefined;
|
|
713
706
|
readonly can_share?: boolean | undefined;
|
|
714
707
|
readonly can_be_divided?: boolean | undefined;
|
|
715
|
-
readonly can_print?: boolean | undefined;
|
|
716
708
|
} | undefined;
|
|
717
709
|
readonly tags?: readonly string[] | undefined;
|
|
718
710
|
readonly pspdfkit_auth_payload: {
|
|
@@ -817,7 +809,6 @@ export default function useCanvasBlocks(): {
|
|
|
817
809
|
readonly can_download?: boolean | undefined;
|
|
818
810
|
readonly can_share?: boolean | undefined;
|
|
819
811
|
readonly can_be_divided?: boolean | undefined;
|
|
820
|
-
readonly can_print?: boolean | undefined;
|
|
821
812
|
} | undefined;
|
|
822
813
|
readonly tags?: readonly string[] | undefined;
|
|
823
814
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -846,7 +837,6 @@ export default function useCanvasBlocks(): {
|
|
|
846
837
|
readonly can_download?: boolean | undefined;
|
|
847
838
|
readonly can_share?: boolean | undefined;
|
|
848
839
|
readonly can_be_divided?: boolean | undefined;
|
|
849
|
-
readonly can_print?: boolean | undefined;
|
|
850
840
|
} | undefined;
|
|
851
841
|
readonly tags?: readonly string[] | undefined;
|
|
852
842
|
};
|
|
@@ -869,7 +859,6 @@ export default function useCanvasBlocks(): {
|
|
|
869
859
|
readonly can_download?: boolean | undefined;
|
|
870
860
|
readonly can_share?: boolean | undefined;
|
|
871
861
|
readonly can_be_divided?: boolean | undefined;
|
|
872
|
-
readonly can_print?: boolean | undefined;
|
|
873
862
|
} | undefined;
|
|
874
863
|
readonly tags?: readonly string[] | undefined;
|
|
875
864
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -948,7 +937,6 @@ export default function useCanvasBlocks(): {
|
|
|
948
937
|
readonly can_download?: boolean | undefined;
|
|
949
938
|
readonly can_share?: boolean | undefined;
|
|
950
939
|
readonly can_be_divided?: boolean | undefined;
|
|
951
|
-
readonly can_print?: boolean | undefined;
|
|
952
940
|
} | undefined;
|
|
953
941
|
readonly metadata?: {
|
|
954
942
|
readonly [x: string]: any;
|