@pitcher/canvas-ui 2026.1.19-125708 → 2026.1.19-125904-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.
Files changed (57) hide show
  1. package/canvas-ui.css +4 -4
  2. package/canvas-ui.js +238 -172
  3. package/canvas-ui.js.map +1 -1
  4. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +4 -0
  5. package/lib/apps/browser/stores/api.d.ts +9 -0
  6. package/lib/apps/browser/stores/upload.d.ts +4 -0
  7. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +54 -20
  8. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +12 -0
  9. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +12 -0
  10. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +2 -0
  11. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
  12. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +4 -0
  13. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +2 -0
  14. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +2 -0
  15. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +1 -0
  16. package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
  17. package/lib/types/launchDarkly.types.d.ts +1 -1
  18. package/lib/types/organizationSettings.types.d.ts +0 -4
  19. package/locale/de.json +11 -0
  20. package/locale/el.json +11 -0
  21. package/locale/en.json +11 -0
  22. package/locale/es.json +11 -0
  23. package/locale/fr.json +11 -0
  24. package/locale/it.json +11 -0
  25. package/locale/ja.json +3 -0
  26. package/locale/nl.json +11 -0
  27. package/locale/pl.json +11 -0
  28. package/locale/pt-br.json +11 -0
  29. package/locale/pt.json +11 -0
  30. package/locale/th.json +11 -0
  31. package/locale/tr.json +11 -0
  32. package/locale/zh.json +3 -0
  33. package/package.json +1 -1
  34. package/types/openapi/models/FilePermission.d.ts +1 -0
  35. package/types/openapi/models/FilePermissionRequest.d.ts +1 -0
  36. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  37. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  38. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  39. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  40. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  41. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  42. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  43. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  44. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  45. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  46. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  47. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  48. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  49. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  50. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  51. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  52. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  53. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  54. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  55. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  56. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  57. 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
@@ -327,6 +327,9 @@
327
327
  "sharing": {
328
328
  "label": "Sharing"
329
329
  },
330
+ "divisible": {
331
+ "label": "可分割"
332
+ },
330
333
  "tags": {
331
334
  "label": "Tags"
332
335
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2026.1.19-125708",
3
+ "version": "2026.1.19-125904-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,4 +1,5 @@
1
1
  export type FilePermission = {
2
2
  can_download?: boolean;
3
3
  can_share?: boolean;
4
+ can_be_divided?: boolean;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  export type FilePermissionRequest = {
2
2
  can_download?: boolean;
3
3
  can_share?: boolean;
4
+ can_be_divided?: boolean;
4
5
  };
@@ -1,7 +1,7 @@
1
1
  import { App } from './App';
2
2
  export type PaginatedAppList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<App>;
6
+ results: Array<App>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { AuthToken } from './AuthToken';
2
2
  export type PaginatedAuthTokenList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<AuthToken>;
6
+ results: Array<AuthToken>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Canvas } from './Canvas';
2
2
  export type PaginatedCanvasList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Canvas>;
6
+ results: Array<Canvas>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Collaboration } from './Collaboration';
2
2
  export type PaginatedCollaborationList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Collaboration>;
6
+ results: Array<Collaboration>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { ContentDistributionGroup } from './ContentDistributionGroup';
2
2
  export type PaginatedContentDistributionGroupList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<ContentDistributionGroup>;
6
+ results: Array<ContentDistributionGroup>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { ContentDistributionGroupMembership } from './ContentDistributionGroupMembership';
2
2
  export type PaginatedContentDistributionGroupMembershipList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<ContentDistributionGroupMembership>;
6
+ results: Array<ContentDistributionGroupMembership>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Environment } from './Environment';
2
2
  export type PaginatedEnvironmentList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Environment>;
6
+ results: Array<Environment>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Event } from './Event';
2
2
  export type PaginatedEventList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Event>;
6
+ results: Array<Event>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Favorite } from './Favorite';
2
2
  export type PaginatedFavoriteList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Favorite>;
6
+ results: Array<Favorite>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { File } from './File';
2
2
  export type PaginatedFileList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<File>;
6
+ results: Array<File>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { FileRevision } from './FileRevision';
2
2
  export type PaginatedFileRevisionList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<FileRevision>;
6
+ results: Array<FileRevision>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Folder } from './Folder';
2
2
  export type PaginatedFolderList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Folder>;
6
+ results: Array<Folder>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { InstanceAssignmentGroup } from './InstanceAssignmentGroup';
2
2
  export type PaginatedInstanceAssignmentGroupList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<InstanceAssignmentGroup>;
6
+ results: Array<InstanceAssignmentGroup>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { InstanceAssignmentGroupMembership } from './InstanceAssignmentGroupMembership';
2
2
  export type PaginatedInstanceAssignmentGroupMembershipList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<InstanceAssignmentGroupMembership>;
6
+ results: Array<InstanceAssignmentGroupMembership>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Instance } from './Instance';
2
2
  export type PaginatedInstanceList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Instance>;
6
+ results: Array<Instance>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { InstanceMembership } from './InstanceMembership';
2
2
  export type PaginatedInstanceMembershipList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<InstanceMembership>;
6
+ results: Array<InstanceMembership>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Invitation } from './Invitation';
2
2
  export type PaginatedInvitationList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Invitation>;
6
+ results: Array<Invitation>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { MetadataTemplate } from './MetadataTemplate';
2
2
  export type PaginatedMetadataTemplateList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<MetadataTemplate>;
6
+ results: Array<MetadataTemplate>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { OfflineSyncFolder } from './OfflineSyncFolder';
2
2
  export type PaginatedOfflineSyncFolderList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<OfflineSyncFolder>;
6
+ results: Array<OfflineSyncFolder>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Region } from './Region';
2
2
  export type PaginatedRegionList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Region>;
6
+ results: Array<Region>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { Revision } from './Revision';
2
2
  export type PaginatedRevisionList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<Revision>;
6
+ results: Array<Revision>;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { User } from './User';
2
2
  export type PaginatedUserList = {
3
- count?: number;
3
+ count: number;
4
4
  next?: string | null;
5
5
  previous?: string | null;
6
- results?: Array<User>;
6
+ results: Array<User>;
7
7
  };