@pitcher/canvas-ui 2026.1.20-125834-beta → 2026.1.20-135322
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 +4 -4
- package/canvas-ui.js +243 -167
- package/canvas-ui.js.map +1 -1
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +4 -0
- package/lib/apps/browser/stores/api.d.ts +9 -0
- package/lib/apps/browser/stores/upload.d.ts +4 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +74 -0
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +4 -0
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +2 -0
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +2 -0
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +1 -0
- package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +4 -0
- package/locale/de.json +11 -0
- package/locale/el.json +11 -0
- package/locale/en.json +11 -0
- package/locale/es.json +11 -0
- package/locale/fr.json +11 -0
- package/locale/it.json +11 -0
- package/locale/ja.json +3 -0
- package/locale/nl.json +11 -0
- package/locale/pl.json +11 -0
- package/locale/pt-br.json +11 -0
- package/locale/pt.json +11 -0
- package/locale/th.json +11 -0
- package/locale/tr.json +11 -0
- package/locale/zh.json +3 -0
- package/package.json +1 -1
- package/types/openapi/models/FilePermission.d.ts +1 -0
- package/types/openapi/models/FilePermissionRequest.d.ts +1 -0
- 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
package/locale/pt-br.json
CHANGED
|
@@ -327,6 +327,9 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Compartilhamento"
|
|
329
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisível"
|
|
332
|
+
},
|
|
330
333
|
"tags": {
|
|
331
334
|
"label": "Etiquetas"
|
|
332
335
|
},
|
|
@@ -2706,6 +2709,8 @@
|
|
|
2706
2709
|
"multipleSections": "{count} sections",
|
|
2707
2710
|
"multipleTemplates": "{count} templates",
|
|
2708
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Não divisível",
|
|
2713
|
+
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2709
2714
|
"preparing": "Preparing",
|
|
2710
2715
|
"sharing": {
|
|
2711
2716
|
"options": {
|
|
@@ -2713,6 +2718,12 @@
|
|
|
2713
2718
|
"disabled": "Desabilitado"
|
|
2714
2719
|
}
|
|
2715
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Permitido",
|
|
2724
|
+
"disabled": "Desabilitado"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2716
2727
|
"singleBlock": "1 block",
|
|
2717
2728
|
"singleCanvas": "1 canvas",
|
|
2718
2729
|
"singleFile": "1 file",
|
package/locale/pt.json
CHANGED
|
@@ -327,6 +327,9 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Sharing"
|
|
329
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Divisível"
|
|
332
|
+
},
|
|
330
333
|
"tags": {
|
|
331
334
|
"label": "Tags"
|
|
332
335
|
},
|
|
@@ -2706,6 +2709,8 @@
|
|
|
2706
2709
|
"multipleSections": "{count} sections",
|
|
2707
2710
|
"multipleTemplates": "{count} templates",
|
|
2708
2711
|
"notShareable": "Not shareable",
|
|
2712
|
+
"notDivisible": "Não divisível",
|
|
2713
|
+
"notDivisibleExpanded": "Arquivo não divisível. Você não pode selecionar página(s) individual(is)",
|
|
2709
2714
|
"preparing": "Preparing",
|
|
2710
2715
|
"sharing": {
|
|
2711
2716
|
"options": {
|
|
@@ -2713,6 +2718,12 @@
|
|
|
2713
2718
|
"disabled": "Disabled"
|
|
2714
2719
|
}
|
|
2715
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "Permitido",
|
|
2724
|
+
"disabled": "Desabilitado"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2716
2727
|
"singleBlock": "1 block",
|
|
2717
2728
|
"singleCanvas": "1 canvas",
|
|
2718
2729
|
"singleFile": "1 file",
|
package/locale/th.json
CHANGED
|
@@ -327,6 +327,9 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "การแชร์"
|
|
329
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "แบ่งได้"
|
|
332
|
+
},
|
|
330
333
|
"tags": {
|
|
331
334
|
"label": "แท็ก"
|
|
332
335
|
},
|
|
@@ -2706,6 +2709,8 @@
|
|
|
2706
2709
|
"multipleSections": "{count} sections",
|
|
2707
2710
|
"multipleTemplates": "{count} templates",
|
|
2708
2711
|
"notShareable": "ไม่t shareable",
|
|
2712
|
+
"notDivisible": "ไม่สามารถแบ่งได้",
|
|
2713
|
+
"notDivisibleExpanded": "ไฟล์ไม่สามารถแบ่งได้ คุณไม่สามารถเลือกหน้าแต่ละหน้าได้",
|
|
2709
2714
|
"preparing": "Preparing",
|
|
2710
2715
|
"sharing": {
|
|
2711
2716
|
"options": {
|
|
@@ -2713,6 +2718,12 @@
|
|
|
2713
2718
|
"disabled": "ปิดใช้งาน"
|
|
2714
2719
|
}
|
|
2715
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "อนุญาต",
|
|
2724
|
+
"disabled": "ปิดใช้งาน"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2716
2727
|
"singleBlock": "1 บล็อก",
|
|
2717
2728
|
"singleCanvas": "1 แคนวาส",
|
|
2718
2729
|
"singleFile": "1 ไฟล์",
|
package/locale/tr.json
CHANGED
|
@@ -327,6 +327,9 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": null
|
|
329
329
|
},
|
|
330
|
+
"divisible": {
|
|
331
|
+
"label": "Bölünebilir"
|
|
332
|
+
},
|
|
330
333
|
"tags": {
|
|
331
334
|
"label": null
|
|
332
335
|
},
|
|
@@ -2706,6 +2709,8 @@
|
|
|
2706
2709
|
"multipleSections": null,
|
|
2707
2710
|
"multipleTemplates": null,
|
|
2708
2711
|
"notShareable": null,
|
|
2712
|
+
"notDivisible": "Bölünemez",
|
|
2713
|
+
"notDivisibleExpanded": "Dosya bölünemiyor. Tek tek sayfa seçemezsiniz",
|
|
2709
2714
|
"preparing": null,
|
|
2710
2715
|
"sharing": {
|
|
2711
2716
|
"options": {
|
|
@@ -2713,6 +2718,12 @@
|
|
|
2713
2718
|
"disabled": null
|
|
2714
2719
|
}
|
|
2715
2720
|
},
|
|
2721
|
+
"divisible": {
|
|
2722
|
+
"options": {
|
|
2723
|
+
"allowed": "İzin verildi",
|
|
2724
|
+
"disabled": "Devre dışı"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2716
2727
|
"singleBlock": null,
|
|
2717
2728
|
"singleCanvas": null,
|
|
2718
2729
|
"singleFile": null,
|
package/locale/zh.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentDistributionGroup } from './ContentDistributionGroup';
|
|
2
2
|
export type PaginatedContentDistributionGroupList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<ContentDistributionGroup>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentDistributionGroupMembership } from './ContentDistributionGroupMembership';
|
|
2
2
|
export type PaginatedContentDistributionGroupMembershipList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<ContentDistributionGroupMembership>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InstanceAssignmentGroup } from './InstanceAssignmentGroup';
|
|
2
2
|
export type PaginatedInstanceAssignmentGroupList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<InstanceAssignmentGroup>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InstanceAssignmentGroupMembership } from './InstanceAssignmentGroupMembership';
|
|
2
2
|
export type PaginatedInstanceAssignmentGroupMembershipList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<InstanceAssignmentGroupMembership>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InstanceMembership } from './InstanceMembership';
|
|
2
2
|
export type PaginatedInstanceMembershipList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<InstanceMembership>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MetadataTemplate } from './MetadataTemplate';
|
|
2
2
|
export type PaginatedMetadataTemplateList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<MetadataTemplate>;
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OfflineSyncFolder } from './OfflineSyncFolder';
|
|
2
2
|
export type PaginatedOfflineSyncFolderList = {
|
|
3
|
-
count
|
|
3
|
+
count: number;
|
|
4
4
|
next?: string | null;
|
|
5
5
|
previous?: string | null;
|
|
6
|
-
results
|
|
6
|
+
results: Array<OfflineSyncFolder>;
|
|
7
7
|
};
|