@pitcher/canvas-ui 2026.1.19-125904-beta → 2026.1.19-140513-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 +5 -5
- package/canvas-ui.js +297 -331
- 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/stores/api.d.ts +0 -9
- package/lib/apps/browser/stores/upload.d.ts +0 -4
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +8 -8
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +8 -3
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -58
- 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 -1
- package/lib/components/CSwitch/CSwitch.vue.d.ts +2 -4
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +0 -1
- package/locale/de.json +0 -11
- package/locale/el.json +0 -11
- package/locale/en.json +0 -11
- package/locale/es.json +0 -11
- package/locale/fr.json +0 -11
- package/locale/it.json +0 -11
- package/locale/ja.json +0 -3
- package/locale/nl.json +0 -11
- package/locale/pl.json +0 -11
- package/locale/pt-br.json +0 -11
- package/locale/pt.json +0 -11
- package/locale/th.json +0 -11
- package/locale/tr.json +0 -11
- package/locale/zh.json +0 -3
- package/package.json +1 -1
- package/types/openapi/models/FilePermission.d.ts +0 -1
- package/types/openapi/models/FilePermissionRequest.d.ts +0 -1
- package/types/openapi/models/PaginatedAppList.d.ts +2 -2
- package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
- package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
- package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
- package/types/openapi/models/PaginatedEventList.d.ts +2 -2
- package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
- package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
- package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
- package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedUserList.d.ts +2 -2
|
@@ -30,7 +30,6 @@ export declare function provideMoveItemModal(): {
|
|
|
30
30
|
permissions?: {
|
|
31
31
|
can_download?: boolean | undefined;
|
|
32
32
|
can_share?: boolean | undefined;
|
|
33
|
-
can_be_divided?: boolean | undefined;
|
|
34
33
|
} | undefined;
|
|
35
34
|
tags?: Array<string> | undefined;
|
|
36
35
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -55,7 +54,6 @@ export declare function provideMoveItemModal(): {
|
|
|
55
54
|
permissions?: {
|
|
56
55
|
can_download?: boolean | undefined;
|
|
57
56
|
can_share?: boolean | undefined;
|
|
58
|
-
can_be_divided?: boolean | undefined;
|
|
59
57
|
} | undefined;
|
|
60
58
|
tags?: Array<string> | undefined;
|
|
61
59
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -93,7 +91,6 @@ export declare function provideMoveItemModal(): {
|
|
|
93
91
|
permissions?: {
|
|
94
92
|
can_download?: boolean | undefined;
|
|
95
93
|
can_share?: boolean | undefined;
|
|
96
|
-
can_be_divided?: boolean | undefined;
|
|
97
94
|
} | undefined;
|
|
98
95
|
tags?: Array<string> | undefined;
|
|
99
96
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -118,7 +115,6 @@ export declare function provideMoveItemModal(): {
|
|
|
118
115
|
permissions?: {
|
|
119
116
|
can_download?: boolean | undefined;
|
|
120
117
|
can_share?: boolean | undefined;
|
|
121
|
-
can_be_divided?: boolean | undefined;
|
|
122
118
|
} | undefined;
|
|
123
119
|
tags?: Array<string> | undefined;
|
|
124
120
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -152,7 +152,6 @@ declare const _default: () => {
|
|
|
152
152
|
readonly permissions?: {
|
|
153
153
|
readonly can_download?: boolean | undefined;
|
|
154
154
|
readonly can_share?: boolean | undefined;
|
|
155
|
-
readonly can_be_divided?: boolean | undefined;
|
|
156
155
|
} | undefined;
|
|
157
156
|
readonly tags?: readonly string[] | undefined;
|
|
158
157
|
readonly owned_by: {
|
|
@@ -205,7 +204,6 @@ declare const _default: () => {
|
|
|
205
204
|
readonly permissions?: {
|
|
206
205
|
readonly can_download?: boolean | undefined;
|
|
207
206
|
readonly can_share?: boolean | undefined;
|
|
208
|
-
readonly can_be_divided?: boolean | undefined;
|
|
209
207
|
} | undefined;
|
|
210
208
|
readonly pspdfkit_server_url: string | null;
|
|
211
209
|
readonly pspdfkit_document_id: string | null;
|
|
@@ -304,7 +302,6 @@ declare const _default: () => {
|
|
|
304
302
|
readonly permissions?: {
|
|
305
303
|
readonly can_download?: boolean | undefined;
|
|
306
304
|
readonly can_share?: boolean | undefined;
|
|
307
|
-
readonly can_be_divided?: boolean | undefined;
|
|
308
305
|
} | undefined;
|
|
309
306
|
readonly metadata: {
|
|
310
307
|
readonly [x: string]: any;
|
|
@@ -427,7 +424,6 @@ declare const _default: () => {
|
|
|
427
424
|
readonly permissions?: {
|
|
428
425
|
readonly can_download?: boolean | undefined;
|
|
429
426
|
readonly can_share?: boolean | undefined;
|
|
430
|
-
readonly can_be_divided?: boolean | undefined;
|
|
431
427
|
} | undefined;
|
|
432
428
|
readonly metadata: {
|
|
433
429
|
readonly [x: string]: any;
|
|
@@ -471,7 +467,6 @@ declare const _default: () => {
|
|
|
471
467
|
readonly permissions?: {
|
|
472
468
|
readonly can_download?: boolean | undefined;
|
|
473
469
|
readonly can_share?: boolean | undefined;
|
|
474
|
-
readonly can_be_divided?: boolean | undefined;
|
|
475
470
|
} | undefined;
|
|
476
471
|
readonly tags?: readonly string[] | undefined;
|
|
477
472
|
readonly owned_by: {
|
|
@@ -614,7 +609,6 @@ declare const _default: () => {
|
|
|
614
609
|
permissions?: {
|
|
615
610
|
can_download?: boolean | undefined;
|
|
616
611
|
can_share?: boolean | undefined;
|
|
617
|
-
can_be_divided?: boolean | undefined;
|
|
618
612
|
} | undefined;
|
|
619
613
|
tags?: Array<string> | undefined;
|
|
620
614
|
readonly owned_by: {
|
|
@@ -667,7 +661,6 @@ declare const _default: () => {
|
|
|
667
661
|
permissions?: {
|
|
668
662
|
can_download?: boolean | undefined;
|
|
669
663
|
can_share?: boolean | undefined;
|
|
670
|
-
can_be_divided?: boolean | undefined;
|
|
671
664
|
} | undefined;
|
|
672
665
|
readonly pspdfkit_server_url: string | null;
|
|
673
666
|
readonly pspdfkit_document_id: string | null;
|
|
@@ -760,7 +753,6 @@ declare const _default: () => {
|
|
|
760
753
|
permissions?: {
|
|
761
754
|
can_download?: boolean | undefined;
|
|
762
755
|
can_share?: boolean | undefined;
|
|
763
|
-
can_be_divided?: boolean | undefined;
|
|
764
756
|
} | undefined;
|
|
765
757
|
readonly metadata: Record<string, any>;
|
|
766
758
|
readonly created_by: {
|
|
@@ -837,7 +829,6 @@ declare const _default: () => {
|
|
|
837
829
|
permissions?: {
|
|
838
830
|
can_download?: boolean | undefined;
|
|
839
831
|
can_share?: boolean | undefined;
|
|
840
|
-
can_be_divided?: boolean | undefined;
|
|
841
832
|
} | undefined;
|
|
842
833
|
readonly metadata: Record<string, any>;
|
|
843
834
|
readonly created_by: {
|
|
@@ -26,7 +26,6 @@ export default function (): {
|
|
|
26
26
|
permissions?: {
|
|
27
27
|
can_download?: boolean | undefined;
|
|
28
28
|
can_share?: boolean | undefined;
|
|
29
|
-
can_be_divided?: boolean | undefined;
|
|
30
29
|
} | undefined;
|
|
31
30
|
app_metadata?: Record<string, any> | undefined;
|
|
32
31
|
tags?: Array<string> | undefined;
|
|
@@ -70,7 +69,6 @@ export default function (): {
|
|
|
70
69
|
permissions?: {
|
|
71
70
|
can_download?: boolean | undefined;
|
|
72
71
|
can_share?: boolean | undefined;
|
|
73
|
-
can_be_divided?: boolean | undefined;
|
|
74
72
|
} | undefined;
|
|
75
73
|
app_metadata?: Record<string, any> | undefined;
|
|
76
74
|
tags?: Array<string> | undefined;
|
|
@@ -112,7 +110,6 @@ export default function (): {
|
|
|
112
110
|
permissions?: {
|
|
113
111
|
can_download?: boolean | undefined;
|
|
114
112
|
can_share?: boolean | undefined;
|
|
115
|
-
can_be_divided?: boolean | undefined;
|
|
116
113
|
} | undefined;
|
|
117
114
|
app_metadata?: Record<string, any> | undefined;
|
|
118
115
|
tags?: Array<string> | undefined;
|
|
@@ -156,7 +153,6 @@ export default function (): {
|
|
|
156
153
|
permissions?: {
|
|
157
154
|
can_download?: boolean | undefined;
|
|
158
155
|
can_share?: boolean | undefined;
|
|
159
|
-
can_be_divided?: boolean | undefined;
|
|
160
156
|
} | undefined;
|
|
161
157
|
app_metadata?: Record<string, any> | undefined;
|
|
162
158
|
tags?: Array<string> | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CSSProperties } from 'vue';
|
|
2
2
|
import { ComponentNode, ComponentNodePrint, ComponentNodeLinkable, ContentListProps } from '../../../types/canvas';
|
|
3
|
-
import { FileContentTypeEnum } from '../../../../../../types/openapi';
|
|
3
|
+
import { FileContentTypeEnum, CanvasRetrieve } from '../../../../../../types/openapi';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
id: ComponentNode['id'];
|
|
6
6
|
data: ContentListProps;
|
|
@@ -14,16 +14,16 @@ type __VLS_Props = {
|
|
|
14
14
|
autofill?: 'off' | 'ai' | 'matching_metadata' | 'matching_tags' | 'matching_metadata_or_tags';
|
|
15
15
|
linkable?: ComponentNodeLinkable;
|
|
16
16
|
autofill_content_types?: FileContentTypeEnum[] | null;
|
|
17
|
-
when_used_in_section?:
|
|
18
|
-
|
|
19
|
-
is_removable: boolean;
|
|
20
|
-
};
|
|
17
|
+
when_used_in_section?: ComponentNode['when_used_in_section'];
|
|
18
|
+
usedInSectionId?: CanvasRetrieve['id'];
|
|
21
19
|
};
|
|
22
20
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
21
|
style: (s: CSSProperties) => any;
|
|
24
22
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
23
|
onStyle?: ((s: CSSProperties) => any) | undefined;
|
|
26
|
-
}>, {
|
|
24
|
+
}>, {
|
|
25
|
+
usedInSectionId: CanvasRetrieve["id"];
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
27
27
|
contentListRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
28
28
|
id: ComponentNode["id"];
|
|
29
29
|
data: ContentListProps;
|
|
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
39
39
|
}>, {
|
|
40
40
|
toggleSectionSelector: () => void;
|
|
41
41
|
onSectionsSelect: (items: {
|
|
42
|
-
id:
|
|
42
|
+
id: CanvasRetrieve["id"];
|
|
43
43
|
}[], isForcedRecommendations?: boolean) => Promise<void>;
|
|
44
44
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
45
|
justAdded: (id: string) => any;
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
68
68
|
}>, {
|
|
69
69
|
toggleSectionSelector: () => void;
|
|
70
70
|
onSectionsSelect: (items: {
|
|
71
|
-
id:
|
|
71
|
+
id: CanvasRetrieve["id"];
|
|
72
72
|
}[], isForcedRecommendations?: boolean) => Promise<void>;
|
|
73
73
|
}, {}, {}, {}, {}> | null;
|
|
74
74
|
iframeRef: HTMLIFrameElement;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CSSProperties } from 'vue';
|
|
2
2
|
import { SectionListProps, ComponentNode } from '../../../types/canvas';
|
|
3
|
+
import { CanvasRetrieve } from '../../../../../../types/openapi';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
id: ComponentNode['id'];
|
|
5
6
|
data: SectionListProps;
|
|
@@ -8,12 +9,16 @@ type __VLS_Props = {
|
|
|
8
9
|
allow_admins_to_overwrite?: boolean;
|
|
9
10
|
style?: CSSProperties;
|
|
10
11
|
printModeIdx?: number;
|
|
12
|
+
when_used_in_section?: ComponentNode['when_used_in_section'];
|
|
13
|
+
usedInSectionId?: CanvasRetrieve['id'];
|
|
11
14
|
};
|
|
12
15
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
16
|
style: (s: CSSProperties) => any;
|
|
14
17
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
18
|
onStyle?: ((s: CSSProperties) => any) | undefined;
|
|
16
|
-
}>, {
|
|
19
|
+
}>, {
|
|
20
|
+
usedInSectionId: CanvasRetrieve["id"];
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
22
|
sectionListRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
18
23
|
id: ComponentNode["id"];
|
|
19
24
|
data: SectionListProps;
|
|
@@ -29,7 +34,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
29
34
|
}>, {
|
|
30
35
|
toggleSectionSelector: () => void;
|
|
31
36
|
onSectionsSelect: (items: {
|
|
32
|
-
id:
|
|
37
|
+
id: CanvasRetrieve["id"];
|
|
33
38
|
}[], isForcedRecommendations?: boolean) => Promise<void>;
|
|
34
39
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
40
|
justAdded: (id: string) => any;
|
|
@@ -58,7 +63,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
58
63
|
}>, {
|
|
59
64
|
toggleSectionSelector: () => void;
|
|
60
65
|
onSectionsSelect: (items: {
|
|
61
|
-
id:
|
|
66
|
+
id: CanvasRetrieve["id"];
|
|
62
67
|
}[], isForcedRecommendations?: boolean) => Promise<void>;
|
|
63
68
|
}, {}, {}, {}, {}> | null;
|
|
64
69
|
iframeRef: HTMLIFrameElement;
|