@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
|
@@ -24,7 +24,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
24
24
|
permissions?: {
|
|
25
25
|
can_download?: boolean | undefined;
|
|
26
26
|
can_share?: boolean | undefined;
|
|
27
|
-
can_be_divided?: boolean | undefined;
|
|
28
27
|
} | undefined;
|
|
29
28
|
tags?: Array<string> | undefined;
|
|
30
29
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -49,7 +48,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
49
48
|
permissions?: {
|
|
50
49
|
can_download?: boolean | undefined;
|
|
51
50
|
can_share?: boolean | undefined;
|
|
52
|
-
can_be_divided?: boolean | undefined;
|
|
53
51
|
} | undefined;
|
|
54
52
|
tags?: Array<string> | undefined;
|
|
55
53
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -73,7 +71,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
73
71
|
permissions?: {
|
|
74
72
|
can_download?: boolean | undefined;
|
|
75
73
|
can_share?: boolean | undefined;
|
|
76
|
-
can_be_divided?: boolean | undefined;
|
|
77
74
|
} | undefined;
|
|
78
75
|
tags?: Array<string> | undefined;
|
|
79
76
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -98,7 +95,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
98
95
|
permissions?: {
|
|
99
96
|
can_download?: boolean | undefined;
|
|
100
97
|
can_share?: boolean | undefined;
|
|
101
|
-
can_be_divided?: boolean | undefined;
|
|
102
98
|
} | undefined;
|
|
103
99
|
tags?: Array<string> | undefined;
|
|
104
100
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -24,7 +24,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
24
24
|
permissions?: {
|
|
25
25
|
can_download?: boolean | undefined;
|
|
26
26
|
can_share?: boolean | undefined;
|
|
27
|
-
can_be_divided?: boolean | undefined;
|
|
28
27
|
} | undefined;
|
|
29
28
|
tags?: Array<string> | undefined;
|
|
30
29
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -52,7 +51,6 @@ export declare function provideMoveSlideModal(): {
|
|
|
52
51
|
permissions?: {
|
|
53
52
|
can_download?: boolean | undefined;
|
|
54
53
|
can_share?: boolean | undefined;
|
|
55
|
-
can_be_divided?: boolean | undefined;
|
|
56
54
|
} | undefined;
|
|
57
55
|
tags?: Array<string> | undefined;
|
|
58
56
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -80,7 +80,6 @@ export declare function provideAppStore({ initialCollection, t, confirmation, zI
|
|
|
80
80
|
permissions?: {
|
|
81
81
|
can_download?: boolean | undefined;
|
|
82
82
|
can_share?: boolean | undefined;
|
|
83
|
-
can_be_divided?: boolean | undefined;
|
|
84
83
|
} | undefined;
|
|
85
84
|
tags?: Array<string> | undefined;
|
|
86
85
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -113,7 +112,6 @@ export declare function provideAppStore({ initialCollection, t, confirmation, zI
|
|
|
113
112
|
permissions?: {
|
|
114
113
|
can_download?: boolean | undefined;
|
|
115
114
|
can_share?: boolean | undefined;
|
|
116
|
-
can_be_divided?: boolean | undefined;
|
|
117
115
|
} | undefined;
|
|
118
116
|
tags?: Array<string> | undefined;
|
|
119
117
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2,7 +2,7 @@ type __VLS_Props = {
|
|
|
2
2
|
checked?: boolean;
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
themeOverrides?: Record<string, any>;
|
|
5
|
-
size?:
|
|
5
|
+
size?: string;
|
|
6
6
|
};
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
8
|
attrs: Partial<{}>;
|
|
@@ -17,9 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
18
|
onChange?: ((value: boolean) => any) | undefined;
|
|
19
19
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
size: "medium" | "small" | "large";
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type LaunchDarklyBooleanFlagKey = 'ai_code_generation_model' | 'ai_text_generation_model' | 'ai_image_generation_model' | 'ai_video_generation_model' | 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_content_grid_autofill' | 'allow_canvas_duplication' | 'allow_canvases_tables_columns_settings' | 'allow_table_column_resizing' | 'allow_creating_canvas_with_no_template' | 'allow_dynamic_data_table_for_scribble_component' | 'allow_html_for_scribble_component' | 'allow_embeddable_for_scribble_component' | 'allow_embeddable_hiding' | 'allow_multimedia_for_scribble_component' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'allow_rep_file_distributions' | 'allow_rep_file_rating' | 'allow_rep_file_upload' | 'allow_saving_annotations_in_personal_layer' | 'allow_user_to_edit_font_size_and_color_in_canvas_tokens' | 'are_sections_system_controlled' | 'enable_canvas_core_distributions' | 'enable_file_core_distributions' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_canvas_edit_for_reps' | 'disable_custom_tooltips' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'disable_download_canvas' | 'enable_ai_generated_thumbnails' | 'enable_analytics' | 'enable_app_developer_role' | 'enable_algolia_search' | 'enable_background_image_theme_options' | 'enable_better_canvas_builder_control_bars_on_zoom' | 'enable_bulk_update_file_attributes' | 'enable_canvas_as_home' | 'enable_canvas_blocks' | 'enable_canvas_node_debugging' | 'enable_canvas_locks' | 'enable_canvas_template_edit_in_impact' | 'enable_canvas_tokens' | 'enable_collaborations' | 'enable_collection_player_data_accessor' | 'enable_content_grid_data_accessor' | 'enable_content_type_change_in_content_selector' | 'enable_cross_tab_instance_reload_for_ld_sync' | 'enable_create_section_from_section_template' | 'enable_custom_display_overrides' | 'enable_default_crm_shape' | 'enable_detailed_date_format' | 'enable_dsr_readonly_annotations' | 'enable_dynamic_data_table_component' | 'enable_custom_data_tables' | 'enable_embedded_video_autoplay' | 'enable_embedded_video' | 'enable_enhanced_canvas_drawer_app' | 'enable_enhanced_indicators' | 'enable_enhanced_section_execution_states' | 'enable_experimental_canvas_builder_dnd' | 'enable_extra_file_data' | 'enable_file_pages_metadata' | 'enable_file_revisions' | '
|
|
1
|
+
export type LaunchDarklyBooleanFlagKey = 'ai_code_generation_model' | 'ai_text_generation_model' | 'ai_image_generation_model' | 'ai_video_generation_model' | 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_content_grid_autofill' | 'allow_canvas_duplication' | 'allow_canvases_tables_columns_settings' | 'allow_table_column_resizing' | 'allow_creating_canvas_with_no_template' | 'allow_dynamic_data_table_for_scribble_component' | 'allow_html_for_scribble_component' | 'allow_embeddable_for_scribble_component' | 'allow_embeddable_hiding' | 'allow_multimedia_for_scribble_component' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'allow_rep_file_distributions' | 'allow_rep_file_rating' | 'allow_rep_file_upload' | 'allow_saving_annotations_in_personal_layer' | 'allow_user_to_edit_font_size_and_color_in_canvas_tokens' | 'are_sections_system_controlled' | 'enable_canvas_core_distributions' | 'enable_file_core_distributions' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_canvas_edit_for_reps' | 'disable_custom_tooltips' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'disable_download_canvas' | 'enable_ai_generated_thumbnails' | 'enable_analytics' | 'enable_app_developer_role' | 'enable_algolia_search' | 'enable_background_image_theme_options' | 'enable_better_canvas_builder_control_bars_on_zoom' | 'enable_bulk_update_file_attributes' | 'enable_canvas_as_home' | 'enable_canvas_blocks' | 'enable_canvas_node_debugging' | 'enable_canvas_locks' | 'enable_canvas_template_edit_in_impact' | 'enable_canvas_tokens' | 'enable_collaborations' | 'enable_collection_player_data_accessor' | 'enable_content_grid_data_accessor' | 'enable_content_type_change_in_content_selector' | 'enable_cross_tab_instance_reload_for_ld_sync' | 'enable_create_section_from_section_template' | 'enable_custom_display_overrides' | 'enable_default_crm_shape' | 'enable_detailed_date_format' | 'enable_dsr_readonly_annotations' | 'enable_dynamic_data_table_component' | 'enable_custom_data_tables' | 'enable_embedded_video_autoplay' | 'enable_embedded_video' | 'enable_enhanced_canvas_drawer_app' | 'enable_enhanced_indicators' | 'enable_enhanced_section_execution_states' | 'enable_experimental_canvas_builder_dnd' | 'enable_extra_file_data' | 'enable_file_pages_metadata' | 'enable_file_revisions' | 'enable_folder_details_edit' | 'enable_handlebar_template_support' | 'enable_height_in_component_theming' | 'enable_hotspot_visibility' | 'enable_improved_canvas_node_updating' | 'enable_individual_users_in_file_distribution' | 'enable_insearch_in_section_selector' | 'enable_instance_cloner' | 'enable_advanced_cloner' | 'enable_instance_editor_role' | 'enable_instance_navigation_from_management' | 'enable_knock_notifications' | 'enable_maintain_section_theme_control' | 'enable_metadata_in_file_uploads_with_default_values' | 'enable_more_intuitive_component_spacing' | 'enable_multimedia_component_ai_images' | 'enable_new_meeting_bar' | 'enable_original_pdf_link' | 'enable_scale_content' | 'enable_sorting_in_tiptap_table' | 'enable_theme_assets' | 'enable_toc_enhancements_to_support_same_section_in_section_list' | 'enable_pia_assistant' | 'enable_pipe_character_multi_search' | 'enable_popup_apps' | 'enable_reorder_search' | 'enable_reorder_scribble_isolation' | 'enable_reorder_component_options_menu' | 'enable_resizable_multimedia_component' | 'enable_responsive_scribble_component' | 'enable_saved_canvases_filters' | 'enable_short_tag_column_in_tables' | 'enable_scribble_component' | 'enable_scribble_content_as_background' | 'enable_search_and_filters_in_multimedia_component' | 'enable_section_context_in_dsr' | 'enable_selectors_dnd' | 'enable_section_selector_edit_section' | 'enable_smart_folders' | 'enable_smart_folders_for_sections' | 'enable_smart_folders_in_section_selector' | 'enable_smart_folders_in_files' | 'enable_sorting_in_sections' | 'enable_suggested_tags' | 'enable_template_component_permissions' | 'enable_template_folders' | 'enable_theme_options_border_radius' | 'enable_themes' | 'hide_asset_uploader' | 'include_files_content_in_print' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'prefer_online_handlers' | 'restrict_owned_files_from_admins' | 'show_asset_manager_for_multimedia' | 'show_clear_all_annotations_button' | 'show_content_selector_list_view' | 'show_metadata_filters_in_all_canvas_things' | 'show_only_preview_mode_for_html_component' | 'show_popularity_icons' | 'use_core_endpoint_for_analytics' | 'convert_pptx_to_section_with_scribble_pdfjs' | 'use_short_url_for_shared_link' | 'use_zoho_instead_of_ms_wopi' | 'enable_new_section_list' | 'enable_sharebox_apps' | 'enable_sharebox_bulk_filtering' | 'enable_back_to_previous_location_in_canvas' | 'enable_crm_shape_for_external_links' | 'enable_adaptive_popup_apps' | 'enable_file_version_polling' | 'skip_pspdfkit_wait_for_high_res_thumbs' | 'enable_reactive_scribble_component_toolbar' | 'enable_embeddable_full_screen_mode' | 'enable_enhanced_user_management' | 'keep_static_pptx_editable' | 'enable_canvas_pdf_dimensions' | 'enable_editable_pptx_of_canvas' | 'enable_canvas_control_bars_collapse' | 'enable_rep_app_visibility_order';
|
|
2
2
|
export type LaunchDarklyNumberFlagKey = 'canvas_section_selector_page_size' | 'canvas_section_selector_selected_items_with_thumbnail_size';
|
|
3
3
|
type LaunchDarklyObjectFlags = {
|
|
4
4
|
canvas_manager_table_columns: CanvasManagerTableColumns;
|
package/locale/de.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": null
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Teilbar"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": null
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": null,
|
|
2710
2707
|
"multipleTemplates": null,
|
|
2711
2708
|
"notShareable": null,
|
|
2712
|
-
"notDivisible": "Nicht teilbar",
|
|
2713
|
-
"notDivisibleExpanded": "Datei ist nicht teilbar. Sie können keine einzelne(n) Seite(n) auswählen",
|
|
2714
2709
|
"preparing": null,
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": null
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Erlaubt",
|
|
2724
|
-
"disabled": "Deaktiviert"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": null,
|
|
2728
2717
|
"singleCanvas": null,
|
|
2729
2718
|
"singleFile": null,
|
package/locale/el.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Κοινοποίηση"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Διαιρετό"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Ετικέτες"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} ενότητες",
|
|
2710
2707
|
"multipleTemplates": "{count} πρότυπα",
|
|
2711
2708
|
"notShareable": "Μη κοινοποιήσιμο",
|
|
2712
|
-
"notDivisible": "Μη διαιρετό",
|
|
2713
|
-
"notDivisibleExpanded": "Το αρχείο δεν μπορεί να διαιρεθεί. Δεν μπορείτε να επιλέξετε μεμονωμένες σελίδες",
|
|
2714
2709
|
"preparing": "Προετοιμασία...",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Απενεργοποιημένη"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Επιτρέπεται",
|
|
2724
|
-
"disabled": "Απενεργοποιημένο"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 μπλοκ",
|
|
2728
2717
|
"singleCanvas": "1 καμβάς",
|
|
2729
2718
|
"singleFile": "1 αρχείο",
|
package/locale/en.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Sharing"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisible"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Tags"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"notShareable": "Not shareable",
|
|
2712
|
-
"notDivisible": "Not divisible",
|
|
2713
|
-
"notDivisibleExpanded": "File not dividable. You cannot select individual page(s)",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Disabled"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Allowed",
|
|
2724
|
-
"disabled": "Disabled"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 block",
|
|
2728
2717
|
"singleCanvas": "1 canvas",
|
|
2729
2718
|
"singleFile": "1 file",
|
package/locale/es.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Compartir"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisible"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Etiquetas"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} secciones",
|
|
2710
2707
|
"multipleTemplates": "{count} plantillas",
|
|
2711
2708
|
"notShareable": "No compartible",
|
|
2712
|
-
"notDivisible": "No divisible",
|
|
2713
|
-
"notDivisibleExpanded": "El archivo no se puede dividir. No puede seleccionar página(s) individual(es)",
|
|
2714
2709
|
"preparing": "Preparando",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Deshabilitado"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Permitido",
|
|
2724
|
-
"disabled": "Deshabilitado"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 bloque",
|
|
2728
2717
|
"singleCanvas": "1 lienzo",
|
|
2729
2718
|
"singleFile": "1 archivo",
|
package/locale/fr.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Partage"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisible"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Tags"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"notShareable": "Non partageable",
|
|
2712
|
-
"notDivisible": "Non divisible",
|
|
2713
|
-
"notDivisibleExpanded": "Fichier non divisible. Vous ne pouvez pas sélectionner de page(s) individuelle(s)",
|
|
2714
2709
|
"preparing": "Préparation",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Désactivé"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Autorisé",
|
|
2724
|
-
"disabled": "Désactivé"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 bloc",
|
|
2728
2717
|
"singleCanvas": "1 canevas",
|
|
2729
2718
|
"singleFile": "1 fichier",
|
package/locale/it.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Sharing"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisibile"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Tags"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"notShareable": "Not shareable",
|
|
2712
|
-
"notDivisible": "Non divisibile",
|
|
2713
|
-
"notDivisibleExpanded": "File non divisibile. Non è possibile selezionare singole pagine",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Disabled"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Consentito",
|
|
2724
|
-
"disabled": "Disabilitato"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 block",
|
|
2728
2717
|
"singleCanvas": "1 canvas",
|
|
2729
2718
|
"singleFile": "1 file",
|
package/locale/ja.json
CHANGED
package/locale/nl.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Sharing"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Deelbaar"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Tags"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"notShareable": "Not shareable",
|
|
2712
|
-
"notDivisible": "Niet deelbaar",
|
|
2713
|
-
"notDivisibleExpanded": "Bestand niet deelbaar. U kunt geen individuele pagina('s) selecteren",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Disabled"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Toegestaan",
|
|
2724
|
-
"disabled": "Uitgeschakeld"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 block",
|
|
2728
2717
|
"singleCanvas": "1 canvas",
|
|
2729
2718
|
"singleFile": "1 file",
|
package/locale/pl.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": null
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Podzielny"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": null
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": null,
|
|
2710
2707
|
"multipleTemplates": null,
|
|
2711
2708
|
"notShareable": null,
|
|
2712
|
-
"notDivisible": "Niepodzielny",
|
|
2713
|
-
"notDivisibleExpanded": "Plik niepodzielny. Nie można wybrać pojedynczej strony (stron)",
|
|
2714
2709
|
"preparing": null,
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": null
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Dozwolone",
|
|
2724
|
-
"disabled": "Wyłączone"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": null,
|
|
2728
2717
|
"singleCanvas": null,
|
|
2729
2718
|
"singleFile": null,
|
package/locale/pt-br.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Compartilhamento"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisível"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Etiquetas"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"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)",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Desabilitado"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Permitido",
|
|
2724
|
-
"disabled": "Desabilitado"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 block",
|
|
2728
2717
|
"singleCanvas": "1 canvas",
|
|
2729
2718
|
"singleFile": "1 file",
|
package/locale/pt.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "Sharing"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Divisível"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "Tags"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"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)",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "Disabled"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "Permitido",
|
|
2724
|
-
"disabled": "Desabilitado"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 block",
|
|
2728
2717
|
"singleCanvas": "1 canvas",
|
|
2729
2718
|
"singleFile": "1 file",
|
package/locale/th.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": "การแชร์"
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "แบ่งได้"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": "แท็ก"
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": "{count} sections",
|
|
2710
2707
|
"multipleTemplates": "{count} templates",
|
|
2711
2708
|
"notShareable": "ไม่t shareable",
|
|
2712
|
-
"notDivisible": "ไม่สามารถแบ่งได้",
|
|
2713
|
-
"notDivisibleExpanded": "ไฟล์ไม่สามารถแบ่งได้ คุณไม่สามารถเลือกหน้าแต่ละหน้าได้",
|
|
2714
2709
|
"preparing": "Preparing",
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": "ปิดใช้งาน"
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "อนุญาต",
|
|
2724
|
-
"disabled": "ปิดใช้งาน"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": "1 บล็อก",
|
|
2728
2717
|
"singleCanvas": "1 แคนวาส",
|
|
2729
2718
|
"singleFile": "1 ไฟล์",
|
package/locale/tr.json
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
"sharing": {
|
|
328
328
|
"label": null
|
|
329
329
|
},
|
|
330
|
-
"divisible": {
|
|
331
|
-
"label": "Bölünebilir"
|
|
332
|
-
},
|
|
333
330
|
"tags": {
|
|
334
331
|
"label": null
|
|
335
332
|
},
|
|
@@ -2709,8 +2706,6 @@
|
|
|
2709
2706
|
"multipleSections": null,
|
|
2710
2707
|
"multipleTemplates": null,
|
|
2711
2708
|
"notShareable": null,
|
|
2712
|
-
"notDivisible": "Bölünemez",
|
|
2713
|
-
"notDivisibleExpanded": "Dosya bölünemiyor. Tek tek sayfa seçemezsiniz",
|
|
2714
2709
|
"preparing": null,
|
|
2715
2710
|
"sharing": {
|
|
2716
2711
|
"options": {
|
|
@@ -2718,12 +2713,6 @@
|
|
|
2718
2713
|
"disabled": null
|
|
2719
2714
|
}
|
|
2720
2715
|
},
|
|
2721
|
-
"divisible": {
|
|
2722
|
-
"options": {
|
|
2723
|
-
"allowed": "İzin verildi",
|
|
2724
|
-
"disabled": "Devre dışı"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
2716
|
"singleBlock": null,
|
|
2728
2717
|
"singleCanvas": null,
|
|
2729
2718
|
"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
|
};
|