@pitcher/canvas-ui 2026.2.20-100733 → 2026.2.20-122709
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.js +2 -207
- package/canvas-ui.js.map +1 -1
- package/lib/main.lib.d.ts +0 -3
- package/lib/sdk/api/HighLevelApi.d.ts +0 -4
- package/lib/sdk/api/modules/index.d.ts +0 -1
- package/lib/sdk/main.d.ts +0 -12
- package/lib/types/sfdc.d.ts +0 -1
- package/package.json +1 -1
- package/lib/api/events/events.queries.d.ts +0 -9
- package/lib/rbac/permissions.const.d.ts +0 -172
- package/lib/rbac/system-roles.const.d.ts +0 -45
- package/lib/sdk/api/modules/events.d.ts +0 -6
package/canvas-ui.js
CHANGED
|
@@ -44,7 +44,7 @@ import { useVirtualizer } from '@tanstack/vue-virtual';
|
|
|
44
44
|
import { getPaginationRowModel, getSortedRowModel, getCoreRowModel, createColumnHelper } from '@tanstack/table-core';
|
|
45
45
|
import { useVueTable, FlexRender, createColumnHelper as createColumnHelper$1 } from '@tanstack/vue-table';
|
|
46
46
|
import { vElementHover, vElementVisibility } from '@vueuse/components';
|
|
47
|
-
import { useQuery,
|
|
47
|
+
import { useQuery, useInfiniteQuery } from '@tanstack/vue-query';
|
|
48
48
|
|
|
49
49
|
!(function (n, e) {
|
|
50
50
|
if (typeof window === 'undefined') return
|
|
@@ -87848,19 +87848,6 @@ function getLanguages() {
|
|
|
87848
87848
|
return this.API.request("get_languages");
|
|
87849
87849
|
}
|
|
87850
87850
|
|
|
87851
|
-
function getEvents(payload) {
|
|
87852
|
-
return highLevelApi.API.request("get_events", payload);
|
|
87853
|
-
}
|
|
87854
|
-
function createEvent(payload) {
|
|
87855
|
-
return highLevelApi.API.request("create_event", payload);
|
|
87856
|
-
}
|
|
87857
|
-
function updateEvent(payload) {
|
|
87858
|
-
return highLevelApi.API.request("update_event", payload);
|
|
87859
|
-
}
|
|
87860
|
-
function deleteEvent(payload) {
|
|
87861
|
-
return highLevelApi.API.request("delete_event", payload);
|
|
87862
|
-
}
|
|
87863
|
-
|
|
87864
87851
|
function getCanvases$1(payload) {
|
|
87865
87852
|
return this.API.request("get_canvases", payload);
|
|
87866
87853
|
}
|
|
@@ -88859,7 +88846,6 @@ const modules = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
88859
88846
|
assignCanvasTheme,
|
|
88860
88847
|
close: close$2,
|
|
88861
88848
|
createCanvas: createCanvas$1,
|
|
88862
|
-
createEvent,
|
|
88863
88849
|
createFavorite,
|
|
88864
88850
|
createFile,
|
|
88865
88851
|
createFolder,
|
|
@@ -88876,7 +88862,6 @@ const modules = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
88876
88862
|
crmSmartUpsertObjects,
|
|
88877
88863
|
crmUpsert,
|
|
88878
88864
|
deleteCanvas,
|
|
88879
|
-
deleteEvent,
|
|
88880
88865
|
deleteFavorite,
|
|
88881
88866
|
deleteFile,
|
|
88882
88867
|
deleteFolder,
|
|
@@ -88890,7 +88875,6 @@ const modules = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
88890
88875
|
getCanvases: getCanvases$1,
|
|
88891
88876
|
getCoreFolders,
|
|
88892
88877
|
getEnv: getEnv$3,
|
|
88893
|
-
getEvents,
|
|
88894
88878
|
getFavorites,
|
|
88895
88879
|
getFile: getFile$2,
|
|
88896
88880
|
getFileRevisionData,
|
|
@@ -88927,7 +88911,6 @@ const modules = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
88927
88911
|
unassignCanvasTheme,
|
|
88928
88912
|
updateCanvas: updateCanvas$2,
|
|
88929
88913
|
updateCanvasIndicators,
|
|
88930
|
-
updateEvent,
|
|
88931
88914
|
updateFile,
|
|
88932
88915
|
updateFolder,
|
|
88933
88916
|
updateMyUser
|
|
@@ -184918,194 +184901,6 @@ var CanvasExcludedComponentTypesEnum = /* @__PURE__ */ ((CanvasExcludedComponent
|
|
|
184918
184901
|
return CanvasExcludedComponentTypesEnum2;
|
|
184919
184902
|
})(CanvasExcludedComponentTypesEnum || {});
|
|
184920
184903
|
|
|
184921
|
-
const PERMISSIONS = {
|
|
184922
|
-
"canvas.create": { category: "canvas", scope: "instance" },
|
|
184923
|
-
"canvas.read": { category: "canvas", scope: "instance" },
|
|
184924
|
-
"canvas.update": { category: "canvas", scope: "instance" },
|
|
184925
|
-
"canvas.delete": { category: "canvas", scope: "instance" },
|
|
184926
|
-
"canvas.share": { category: "canvas", scope: "instance" },
|
|
184927
|
-
"canvas.manage_templates": { category: "canvas", scope: "instance" },
|
|
184928
|
-
"canvas.manage_sections": { category: "canvas", scope: "instance" },
|
|
184929
|
-
"canvas.manage_blocks": { category: "canvas", scope: "instance" },
|
|
184930
|
-
"file.create": { category: "file", scope: "instance" },
|
|
184931
|
-
"file.read": { category: "file", scope: "instance" },
|
|
184932
|
-
"file.update": { category: "file", scope: "instance" },
|
|
184933
|
-
"file.delete": { category: "file", scope: "instance" },
|
|
184934
|
-
"file.upload": { category: "file", scope: "instance" },
|
|
184935
|
-
"file.manage_folders": { category: "file", scope: "instance" },
|
|
184936
|
-
"file.manage_distributions": { category: "file", scope: "instance" },
|
|
184937
|
-
"instance.read": { category: "instance", scope: "instance" },
|
|
184938
|
-
"instance.update": { category: "instance", scope: "instance" },
|
|
184939
|
-
"instance.manage": { category: "instance", scope: "instance" },
|
|
184940
|
-
"instance.manage_settings": { category: "instance", scope: "instance" },
|
|
184941
|
-
"instance.manage_members": { category: "instance", scope: "instance" },
|
|
184942
|
-
"instance.manage_apps": { category: "instance", scope: "instance" },
|
|
184943
|
-
"instance.manage_themes": { category: "instance", scope: "instance" },
|
|
184944
|
-
"org.read": { category: "org", scope: "organization" },
|
|
184945
|
-
"org.manage": { category: "org", scope: "organization" },
|
|
184946
|
-
"org.manage_instances": { category: "org", scope: "organization" },
|
|
184947
|
-
"org.manage_users": { category: "org", scope: "organization" },
|
|
184948
|
-
"org.manage_sso": { category: "org", scope: "organization" },
|
|
184949
|
-
"org.manage_integrations": { category: "org", scope: "organization" },
|
|
184950
|
-
"user.read": { category: "user", scope: "instance" },
|
|
184951
|
-
"user.update_self": { category: "user", scope: "instance" },
|
|
184952
|
-
"user.manage": { category: "user", scope: "instance" },
|
|
184953
|
-
"user.invite": { category: "user", scope: "instance" },
|
|
184954
|
-
"app.read": { category: "app", scope: "instance" },
|
|
184955
|
-
"app.install": { category: "app", scope: "instance" },
|
|
184956
|
-
"app.manage": { category: "app", scope: "instance" },
|
|
184957
|
-
"app.develop": { category: "app", scope: "organization" },
|
|
184958
|
-
"analytics.read": { category: "analytics", scope: "instance" },
|
|
184959
|
-
"analytics.export": { category: "analytics", scope: "instance" },
|
|
184960
|
-
"integration.read": { category: "integration", scope: "organization" },
|
|
184961
|
-
"integration.manage": { category: "integration", scope: "organization" }
|
|
184962
|
-
};
|
|
184963
|
-
const PERMISSION_CODES = Object.keys(PERMISSIONS);
|
|
184964
|
-
const getPermissionsByCategory = (category) => PERMISSION_CODES.filter((code) => PERMISSIONS[code].category === category);
|
|
184965
|
-
const getPermissionsByScope = (scope) => PERMISSION_CODES.filter((code) => PERMISSIONS[code].scope === scope);
|
|
184966
|
-
|
|
184967
|
-
const SYSTEM_ROLES = {
|
|
184968
|
-
"org:admin": {
|
|
184969
|
-
name: "Organization Administrator",
|
|
184970
|
-
scope: "organization",
|
|
184971
|
-
permissions: "*"
|
|
184972
|
-
},
|
|
184973
|
-
"org:developer": {
|
|
184974
|
-
name: "Developer",
|
|
184975
|
-
scope: "organization",
|
|
184976
|
-
permissions: [
|
|
184977
|
-
"org.read",
|
|
184978
|
-
"org.manage_instances",
|
|
184979
|
-
"org.manage_integrations",
|
|
184980
|
-
"app.develop",
|
|
184981
|
-
"integration.read",
|
|
184982
|
-
"integration.manage"
|
|
184983
|
-
]
|
|
184984
|
-
},
|
|
184985
|
-
"org:member": {
|
|
184986
|
-
name: "Organization Member",
|
|
184987
|
-
scope: "organization",
|
|
184988
|
-
permissions: ["org.read"]
|
|
184989
|
-
},
|
|
184990
|
-
"instance:admin": {
|
|
184991
|
-
name: "Instance Administrator",
|
|
184992
|
-
scope: "instance",
|
|
184993
|
-
permissions: [
|
|
184994
|
-
"canvas.create",
|
|
184995
|
-
"canvas.read",
|
|
184996
|
-
"canvas.update",
|
|
184997
|
-
"canvas.delete",
|
|
184998
|
-
"canvas.share",
|
|
184999
|
-
"canvas.manage_templates",
|
|
185000
|
-
"canvas.manage_sections",
|
|
185001
|
-
"canvas.manage_blocks",
|
|
185002
|
-
"file.create",
|
|
185003
|
-
"file.read",
|
|
185004
|
-
"file.update",
|
|
185005
|
-
"file.delete",
|
|
185006
|
-
"file.upload",
|
|
185007
|
-
"file.manage_folders",
|
|
185008
|
-
"file.manage_distributions",
|
|
185009
|
-
"instance.read",
|
|
185010
|
-
"instance.update",
|
|
185011
|
-
"instance.manage",
|
|
185012
|
-
"instance.manage_settings",
|
|
185013
|
-
"instance.manage_members",
|
|
185014
|
-
"instance.manage_apps",
|
|
185015
|
-
"instance.manage_themes",
|
|
185016
|
-
"user.read",
|
|
185017
|
-
"user.update_self",
|
|
185018
|
-
"user.manage",
|
|
185019
|
-
"user.invite",
|
|
185020
|
-
"app.read",
|
|
185021
|
-
"app.install",
|
|
185022
|
-
"app.manage",
|
|
185023
|
-
"analytics.read",
|
|
185024
|
-
"analytics.export"
|
|
185025
|
-
]
|
|
185026
|
-
},
|
|
185027
|
-
"instance:editor": {
|
|
185028
|
-
name: "Instance Editor",
|
|
185029
|
-
scope: "instance",
|
|
185030
|
-
permissions: [
|
|
185031
|
-
"canvas.create",
|
|
185032
|
-
"canvas.read",
|
|
185033
|
-
"canvas.update",
|
|
185034
|
-
"canvas.delete",
|
|
185035
|
-
"canvas.share",
|
|
185036
|
-
"canvas.manage_templates",
|
|
185037
|
-
"canvas.manage_sections",
|
|
185038
|
-
"canvas.manage_blocks",
|
|
185039
|
-
"file.create",
|
|
185040
|
-
"file.read",
|
|
185041
|
-
"file.update",
|
|
185042
|
-
"file.delete",
|
|
185043
|
-
"file.upload",
|
|
185044
|
-
"file.manage_folders",
|
|
185045
|
-
"file.manage_distributions",
|
|
185046
|
-
"instance.read",
|
|
185047
|
-
"user.read",
|
|
185048
|
-
"user.update_self",
|
|
185049
|
-
"app.read",
|
|
185050
|
-
"analytics.read"
|
|
185051
|
-
]
|
|
185052
|
-
},
|
|
185053
|
-
"instance:member": {
|
|
185054
|
-
name: "Instance Member",
|
|
185055
|
-
scope: "instance",
|
|
185056
|
-
permissions: [
|
|
185057
|
-
"canvas.read",
|
|
185058
|
-
"file.read",
|
|
185059
|
-
"instance.read",
|
|
185060
|
-
"user.read",
|
|
185061
|
-
"user.update_self",
|
|
185062
|
-
"app.read"
|
|
185063
|
-
]
|
|
185064
|
-
}
|
|
185065
|
-
};
|
|
185066
|
-
const ORG_ROLE_KEY_MAP = {
|
|
185067
|
-
admin: "org:admin",
|
|
185068
|
-
developer: "org:developer",
|
|
185069
|
-
member: "org:member"
|
|
185070
|
-
};
|
|
185071
|
-
const INSTANCE_ROLE_KEY_MAP = {
|
|
185072
|
-
admin: "instance:admin",
|
|
185073
|
-
editor: "instance:editor",
|
|
185074
|
-
member: "instance:member"
|
|
185075
|
-
};
|
|
185076
|
-
|
|
185077
|
-
const useFetchEvents = (params, options) => useQuery(["events"], () => fetchAll(usePitcherApi().getEvents, unref(params)), options);
|
|
185078
|
-
const useCreateEvent = () => {
|
|
185079
|
-
const queryClient = useQueryClient();
|
|
185080
|
-
return useMutation((props) => usePitcherApi().createEvent(props), {
|
|
185081
|
-
onSuccess: (newEvent) => {
|
|
185082
|
-
queryClient.setQueryData(["events"], (events) => [...events ?? [], newEvent]);
|
|
185083
|
-
}
|
|
185084
|
-
});
|
|
185085
|
-
};
|
|
185086
|
-
const useDeleteEvent = () => {
|
|
185087
|
-
const queryClient = useQueryClient();
|
|
185088
|
-
return useMutation((props) => usePitcherApi().deleteEvent(props), {
|
|
185089
|
-
onSuccess: (_, props) => {
|
|
185090
|
-
queryClient.setQueryData(
|
|
185091
|
-
["events"],
|
|
185092
|
-
(events) => events?.filter((event) => event.id !== props.id)
|
|
185093
|
-
);
|
|
185094
|
-
}
|
|
185095
|
-
});
|
|
185096
|
-
};
|
|
185097
|
-
const useUpdateEvent = () => {
|
|
185098
|
-
const queryClient = useQueryClient();
|
|
185099
|
-
return useMutation((props) => usePitcherApi().updateEvent(props), {
|
|
185100
|
-
onSuccess: (newEvent, props) => {
|
|
185101
|
-
queryClient.setQueryData(["events"], (events) => [
|
|
185102
|
-
...events?.filter((event) => event.id !== props.event_id) ?? [],
|
|
185103
|
-
newEvent
|
|
185104
|
-
]);
|
|
185105
|
-
}
|
|
185106
|
-
});
|
|
185107
|
-
};
|
|
185108
|
-
|
|
185109
184904
|
const useFetchUsers = (params, options) => useQuery(["users", unref(params)?.search], () => usePitcherApi().getUsers(unref(params)), {
|
|
185110
184905
|
keepPreviousData: true,
|
|
185111
184906
|
...options
|
|
@@ -185778,5 +185573,5 @@ const localeNames = {
|
|
|
185778
185573
|
};
|
|
185779
185574
|
const localeDropdownOptions = supportedLocales.map((locale) => ({ key: locale, name: localeNames[locale] }));
|
|
185780
185575
|
|
|
185781
|
-
export { ADMIN_API_METHOD_TYPES, ADMIN_API_TYPES, ADMIN_MESSAGE, ADMIN_MESSAGE_TYPES, APPS_DB, AccessTypeEnum, App$3 as AgendaSelectorApp, AppTypeEnum, _sfc_main as AssetsManagerApp, App$1 as Browser, BulkUpdateMetadataOperationEnum, BulkUpdateTagsOperationEnum, CALL_STORAGE_KEY, CANVASES, CANVAS_HOOKS, CANVAS_TYPOGRAPHY_CSS_PROPERTIES, CANVAS_TYPOGRAPHY_PRESETS, CAlgoliaSearch, CAssignedCanvasesManagement, _sfc_main$4p as CAssignedCanvasesManagementToolbar, _sfc_main$6r as CAvatar, _sfc_main$4O as CBlockManagement, CButton, _sfc_main$5f as CCanvasDeleteDialogContent, _sfc_main$5g as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6V as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6U as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6R as CCollapseItem, _sfc_main$6q as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6h as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$68 as CContentError, _sfc_main$65 as CCreateCanvasModal, _sfc_main$64 as CCreateTemplateSectionBlockModal, _sfc_main$5V as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6P as CDivider, _sfc_main$6O as CDrawer, _sfc_main$6N as CDrawerContent, _sfc_main$6M as CDropdown, _sfc_main$6o as CEmpty, _sfc_main$4m as CEntitySelector, _sfc_main$6L as CErrorFullScreen, _sfc_main$6n as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6B as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6I as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3$ as CFilesAccessManage, _sfc_main$3I as CFilesFolderDeleteDialogContent, NForm as CForm, NFormItem as CFormItem, NFormItemCol as CFormItemCol, NFormItemGridItem as CFormItemGi, NFormItemGridItem as CFormItemGridItem, FormItemRow as CFormItemRow, _sfc_main$4h as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5O as CGlobalSearch, GlobalStyle as CGlobalStyle, NGrid as CGrid, NGridItem as CGridItem, CGroupsAccessInfo, NH1 as CH1, NH2 as CH2, NH3 as CH3, NH4 as CH4, NH5 as CH5, NH6 as CH6, _sfc_main$6m as CHelpText, CIcon, _sfc_main$6K as CImage, _sfc_main$4W as CInfoBadge, _sfc_main$6A as CInput, NInputNumber as CInputNumber, _sfc_main$3y as CKnockNotificationsAppWrapper, CLIENT_TYPE, NLayout as CLayout, NLayoutContent as CLayoutContent, LayoutFooter as CLayoutFooter, LayoutHeader as CLayoutHeader, LayoutSider as CLayoutSider, _sfc_main$4X as CList, NMessageProvider as CMessageProvider, _sfc_main$5L as CMetaDataBadge, _sfc_main$6z as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6l as CPillSelect, _sfc_main$6y as CPopover, _sfc_main$6J as CProcessingOverlay, NProgress as CProgress, _sfc_main$5s as CRichTextEditor, _sfc_main$4q as CSavedCanvasesManagement, CSearch, _sfc_main$6w as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4R as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6p as CSpin, _sfc_main$6F as CSwitch, CTable, _sfc_main$5c as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6E as CTag, CTags, CTemplateAccessInfo, _sfc_main$3_ as CTemplateAccessManage, _sfc_main$4G as CTemplateManagement, text as CText, _sfc_main$6u as CThemeEditor, _sfc_main$4B as CThemeManagement, _sfc_main$5l as CToastProvider, CToolbar, _sfc_main$6s as CTooltip, CUpsertFolderModal, _sfc_main$5p as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5m as CVirtualTable, _sfc_main$48 as CWarningAlert, CallState, CanvasActions, _sfc_main$15 as CanvasBuilderApp, CanvasBuilderMode, CanvasExcludedComponentTypesEnum, CanvasHistoryAction, App as CanvasSelector, CanvasStatus, CanvasThemeStatus, CanvasesViewsTypes, CollaborationRoleEnum, CollectionPlayerApp, App$4 as CollectionSelectorApp, ComponentIcon, ComponentTypes, ContactSelectorQuickFilterType, ContentGridLayoutTypes, ContentSelector, CoreFolderEntityType, DATE_TIME_FORMAT, DEFAULT_ADMIN_TABLE_HEIGHT, DEFAULT_ADMIN_TABLE_WITH_PAGINATION_HEIGHT, DEFAULT_GLOBAL_COMPONENT_SPACING, DEFAULT_GLOBAL_COMPONENT_SPACING_INTERVAL, DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PEER_CONNECTIVITY_VERSION, DEFAULT_PITCHER_SETTINGS, DSR_API_METHOD_TYPES, DSR_API_TYPES, DSR_MESSAGE, DSR_MESSAGE_TYPES, DSR_TYPE, DefaultExpiresAtEnum, DownloadTypeEnum, EMBED_TYPE, EventAction, EventExternalObjectContentTypeEnum, EventStatusEnum, FileContentTypeEnum, FileStatusEnum, FileTypeEnum, GlobalSearchResultType, GridLayoutTypes, HIDE_IF_EMPTY_COMPONENT_ID_TAG_PREFIX, HIDE_IF_EMPTY_COMPONENT_TRACKING_ID_TAG_PREFIX, HIDE_TAGS_WITH_PREFIX, HtmlLayoutTypes, IFRAME_ACTION_TYPES, IFRAME_DATA_MESSAGE, INITIAL_CALL_STATE, INSTANCE_ROLE_KEY_MAP, IS_DEV_ORG, IS_LOCALHOST, InstanceMembershipRoleEnum, InstanceMembershipUserStatusEnum, InvitationStatusEnum, LanguageEnum, LinkAlignmentTypes, LinkAnchorTypes, LinkPreviewTypes, MAX_LUMINANCE_FOR_LIGHT_TEXT, MAX_UPLOAD_SIZE, MIN_DIFFERENCE_IN_MINUTES, MetadataTemplateFieldTypeEnum, MultimediaHorizontalAlignmentOptions, NON_MEMBER_ROLES, NotesApp, ORG_ROLE_KEY_MAP, OperatorEnum, PAPER_SIZE_PRESETS, PEER_CONNECTIVITY_EVENT, PEER_CONNECTIVITY_HANDLER_MATCH_ALL, PERMISSIONS, PERMISSION_CODES, PITCHER_EVENT, PITCHER_SETTINGS_KEY, PLATFORM_TYPE, PRINT_SCALE_FACTOR, PeerConnectivityActions, PitcherBroadcastedEventName, PitcherEventName, PitcherExternalEventName, PitcherMessageType, PitcherResponseStatus, PostAction, App$2 as PptConversionSelectorApp, REQUEST_DEFAULT_CANCEL_TIMEOUT, SEARCH_DEBOUNCE_TIME, SUPPORTED_FONT_EXTENSIONS, SUPPORTED_FONT_TYPES, SUPPORTED_IMAGE_EXTENSIONS, SUPPORTED_IMAGE_TYPES, SUPPORTED_UPLOAD_FILE_EXTENSIONS, SUPPORTED_VIDEO_EXTENSIONS, SUPPORTED_VIDEO_TYPES, SYSTEM_ROLES, SfEventColors, SfEventColorsLight, StorageRegionEnum, TRACKING_EVENTS_STORAGE_KEY, UI_API_METHOD_TYPES, UI_MESSAGE, UI_MESSAGE_TYPES, UI_NATIVE_MESSAGE_TYPES, UserRoleEnum, ViewCompactItemType, addCanvasComponent, _export as agendaSelector, appRequiresCrm, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertSoqlToSmartQuery, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, doesNotHaveAnyModuleOrHookSpecified, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, evaluateIsExecutedCondition, evaluateIsExecutedForPascalCaseEvent, executeWithDoublingTime, exitFullscreen, extractFieldNamesFromCondition, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, filterSidebarApps, filterTreeBy, findAllEmbeddableTypesInCanvasContent, findAllEmbeddableTypesInSectionsContent, findEmbeddableInCanvasContent, findEmbeddableInSectionsContent, findMainFromClause, findNodeInTreeByCondition, findNodeInTreeById, findNodeInTreeByType, findParentByNodeId, formatDate, formatDateDetailed, formatDateTime, formatDateTimeAgo, formatDayMonthBasedOnBrowserLang, formatDimensionForGotenberg, generateAIThumbnailUrl, getAllPages, getAppConfigFromAppSource, getAvailableApis, getComponentDescription, getComponentKeywords, getComponentTitle, getContrastTextColor, getDefinedProps, getEventColor, getExcessItemsIndexes, getFontAwesomeIconNameAndType, getImageSize, getLocalOverrideUrl, getLuminance, getNextPageParam, getNodeDisplayNameByComponentType, getNumberWithRegex, getPageQuantity, getPageRange, getPermissionsByCategory, getPermissionsByScope, getPreviewUrl, getRoleIcon, getSectionGlobalComponentSpacing, handleThemeAssetComparison, hasAppTypeDefined, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isCanvasDrawerApp, isCanvasSectionExecution, isEmbeddableWithZeroHeight, isFileViewerReplacement, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isPostcallApp, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, isTheUiItself, isTouchScreen, isValidHex, isWindows, lightThemeOverrides, loadCustomHelpersFromApps, loadRemoteScriptWithCtx, loadScript, loadScriptStyle, loadStyle, localeDropdownOptions, localeNames, locales, minFutureDate, minPastDate, moveNodeTo, msToSeconds, navigateTo, normalizeFilterParams, normalizeNetworkFilterParams, openUsdz, parseCollectionPlayerSlidesToContentSelector, parseContentSelectorToCollectionPlayerSlides, parseFileToCollectionPlayer, parsePdfFileToCollectionPlayer, parsePptxFileToCollectionPlayer, pascalCaseKeys, _export$1 as pptConversionSelector, processCanvasForSectionThemeOverride, regenerateTreeIds, registerCustomHelper, registerCustomHelpers, registerPeerConnectivityHandler, renderTemplate, replaceThemePresetsWithInlineStyles, replaceTranslationMessagesWithOverrides, requestFullscreen, requestStream, scrollCanvasToTop, scrollToComponentById, secondsToHumanReadable, sendPeerConnectivityEvent, setDateTime, shouldDisplayPlaceholderComponent, shouldOpenInCollectionPlayerViewer, shouldShowEmbeddable, shouldShowInSidebar, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, updateFirstCollectionPlayerWithShareboxItems, updateFirstContentGridWithShareboxItems, urlSafeFetchInChunks, useAdmin, useAdminAndDsrState, useApi, useAppsDb, useBindValidation, useBroadcastRouteChange, useCanvasById, useCanvasLocks, useCanvasOverlay, useCanvasVisibility, useCanvasesAsInfinity, useCollectionPlayerOverlay, useCommentTracking, useConfirmation, useCreateEvent, useDeleteEvent, useDsr, useFetchCanvases, useFetchEvents, useFetchUsers, useFileDisplayHelpers, useFolderNameDescription, useGlobalSearch, useInfiniteScroll, useLocation, useMetadataSearch, useMetadataTemplates, useNotesApp, useNotification, useOpenFileStack, usePitcherApi, usePolling, usePresentationHistory, useRecentFiles, useShareCanvas, useSharedCommentsStorage, useSmartStore, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useUpdateEvent, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
|
|
185576
|
+
export { ADMIN_API_METHOD_TYPES, ADMIN_API_TYPES, ADMIN_MESSAGE, ADMIN_MESSAGE_TYPES, APPS_DB, AccessTypeEnum, App$3 as AgendaSelectorApp, AppTypeEnum, _sfc_main as AssetsManagerApp, App$1 as Browser, BulkUpdateMetadataOperationEnum, BulkUpdateTagsOperationEnum, CALL_STORAGE_KEY, CANVASES, CANVAS_HOOKS, CANVAS_TYPOGRAPHY_CSS_PROPERTIES, CANVAS_TYPOGRAPHY_PRESETS, CAlgoliaSearch, CAssignedCanvasesManagement, _sfc_main$4p as CAssignedCanvasesManagementToolbar, _sfc_main$6r as CAvatar, _sfc_main$4O as CBlockManagement, CButton, _sfc_main$5f as CCanvasDeleteDialogContent, _sfc_main$5g as CCanvasMetadataFilters, CCanvasSelector, _sfc_main$6V as CCard, CCarousel, _sfc_main$3G as CCatalogIqSwitcher, _sfc_main$6U as CCheckbox, _sfc_main$3A as CChip, CCollapse, _sfc_main$6R as CCollapseItem, _sfc_main$6q as CCollapseTransition, NColorPicker as CColorPicker, CComponentListItem, CConfigEditor, NConfigProvider as CConfigProvider, _sfc_main$6h as CConfirmationAction, CConfirmationContent, CConfirmationHeader, CConfirmationModal, CContactSelector, CContactSelectorSelected, _sfc_main$68 as CContentError, _sfc_main$65 as CCreateCanvasModal, _sfc_main$64 as CCreateTemplateSectionBlockModal, _sfc_main$5V as CCreateThemeModal, CDP_EVENT_TYPE, CDataTable, NDatePicker as CDatePicker, CDateRangeFilter, CDetailPageSectionButtons, NDialogProvider as CDialogProvider, _sfc_main$6P as CDivider, _sfc_main$6O as CDrawer, _sfc_main$6N as CDrawerContent, _sfc_main$6M as CDropdown, _sfc_main$6o as CEmpty, _sfc_main$4m as CEntitySelector, _sfc_main$6L as CErrorFullScreen, _sfc_main$6n as CFeedback, _sfc_main$3o as CFileAccessManagement, _sfc_main$6B as CFileAttributes, _sfc_main$3p as CFilePanel, _sfc_main$6I as CFileThumbnail, CFileViewer, CFilesAccessInfo, _sfc_main$3$ as CFilesAccessManage, _sfc_main$3I as CFilesFolderDeleteDialogContent, NForm as CForm, NFormItem as CFormItem, NFormItemCol as CFormItemCol, NFormItemGridItem as CFormItemGi, NFormItemGridItem as CFormItemGridItem, FormItemRow as CFormItemRow, _sfc_main$4h as CFullScreenLoader, NGridItem as CGi, CGlobalLoader, _sfc_main$5O as CGlobalSearch, GlobalStyle as CGlobalStyle, NGrid as CGrid, NGridItem as CGridItem, CGroupsAccessInfo, NH1 as CH1, NH2 as CH2, NH3 as CH3, NH4 as CH4, NH5 as CH5, NH6 as CH6, _sfc_main$6m as CHelpText, CIcon, _sfc_main$6K as CImage, _sfc_main$4W as CInfoBadge, _sfc_main$6A as CInput, NInputNumber as CInputNumber, _sfc_main$3y as CKnockNotificationsAppWrapper, CLIENT_TYPE, NLayout as CLayout, NLayoutContent as CLayoutContent, LayoutFooter as CLayoutFooter, LayoutHeader as CLayoutHeader, LayoutSider as CLayoutSider, _sfc_main$4X as CList, NMessageProvider as CMessageProvider, _sfc_main$5L as CMetaDataBadge, _sfc_main$6z as CModal, CMonacoEditor, CMovableWidget, CMultiSelect, NNotificationProvider as CNotificationProvider, NPagination as CPagination, _sfc_main$6l as CPillSelect, _sfc_main$6y as CPopover, _sfc_main$6J as CProcessingOverlay, NProgress as CProgress, _sfc_main$5s as CRichTextEditor, _sfc_main$4q as CSavedCanvasesManagement, CSearch, _sfc_main$6w as CSearchOnClick, CSearchOnClickWithSuggestions, CSecondaryNav, _sfc_main$4R as CSectionManagement, CSelect, CSelectFilter, _sfc_main$3x as CSettingsEditor, CShortcut, CSingleSelect, NSkeleton as CSkeleton, _sfc_main$3C as CSlideViewer, NSpace as CSpace, _sfc_main$6p as CSpin, _sfc_main$6F as CSwitch, CTable, _sfc_main$5c as CTableInput, CTableMore, CTableSelect, CTableTag, _sfc_main$6E as CTag, CTags, CTemplateAccessInfo, _sfc_main$3_ as CTemplateAccessManage, _sfc_main$4G as CTemplateManagement, text as CText, _sfc_main$6u as CThemeEditor, _sfc_main$4B as CThemeManagement, _sfc_main$5l as CToastProvider, CToolbar, _sfc_main$6s as CTooltip, CUpsertFolderModal, _sfc_main$5p as CUserAvatar, CUserMenu, CUsersAccessInfo, CUsersGroupsAccessManage, _sfc_main$5m as CVirtualTable, _sfc_main$48 as CWarningAlert, CallState, CanvasActions, _sfc_main$15 as CanvasBuilderApp, CanvasBuilderMode, CanvasExcludedComponentTypesEnum, CanvasHistoryAction, App as CanvasSelector, CanvasStatus, CanvasThemeStatus, CanvasesViewsTypes, CollaborationRoleEnum, CollectionPlayerApp, App$4 as CollectionSelectorApp, ComponentIcon, ComponentTypes, ContactSelectorQuickFilterType, ContentGridLayoutTypes, ContentSelector, CoreFolderEntityType, DATE_TIME_FORMAT, DEFAULT_ADMIN_TABLE_HEIGHT, DEFAULT_ADMIN_TABLE_WITH_PAGINATION_HEIGHT, DEFAULT_GLOBAL_COMPONENT_SPACING, DEFAULT_GLOBAL_COMPONENT_SPACING_INTERVAL, DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PEER_CONNECTIVITY_VERSION, DEFAULT_PITCHER_SETTINGS, DSR_API_METHOD_TYPES, DSR_API_TYPES, DSR_MESSAGE, DSR_MESSAGE_TYPES, DSR_TYPE, DefaultExpiresAtEnum, DownloadTypeEnum, EMBED_TYPE, EventAction, EventExternalObjectContentTypeEnum, EventStatusEnum, FileContentTypeEnum, FileStatusEnum, FileTypeEnum, GlobalSearchResultType, GridLayoutTypes, HIDE_IF_EMPTY_COMPONENT_ID_TAG_PREFIX, HIDE_IF_EMPTY_COMPONENT_TRACKING_ID_TAG_PREFIX, HIDE_TAGS_WITH_PREFIX, HtmlLayoutTypes, IFRAME_ACTION_TYPES, IFRAME_DATA_MESSAGE, INITIAL_CALL_STATE, IS_DEV_ORG, IS_LOCALHOST, InstanceMembershipRoleEnum, InstanceMembershipUserStatusEnum, InvitationStatusEnum, LanguageEnum, LinkAlignmentTypes, LinkAnchorTypes, LinkPreviewTypes, MAX_LUMINANCE_FOR_LIGHT_TEXT, MAX_UPLOAD_SIZE, MIN_DIFFERENCE_IN_MINUTES, MetadataTemplateFieldTypeEnum, MultimediaHorizontalAlignmentOptions, NON_MEMBER_ROLES, NotesApp, OperatorEnum, PAPER_SIZE_PRESETS, PEER_CONNECTIVITY_EVENT, PEER_CONNECTIVITY_HANDLER_MATCH_ALL, PITCHER_EVENT, PITCHER_SETTINGS_KEY, PLATFORM_TYPE, PRINT_SCALE_FACTOR, PeerConnectivityActions, PitcherBroadcastedEventName, PitcherEventName, PitcherExternalEventName, PitcherMessageType, PitcherResponseStatus, PostAction, App$2 as PptConversionSelectorApp, REQUEST_DEFAULT_CANCEL_TIMEOUT, SEARCH_DEBOUNCE_TIME, SUPPORTED_FONT_EXTENSIONS, SUPPORTED_FONT_TYPES, SUPPORTED_IMAGE_EXTENSIONS, SUPPORTED_IMAGE_TYPES, SUPPORTED_UPLOAD_FILE_EXTENSIONS, SUPPORTED_VIDEO_EXTENSIONS, SUPPORTED_VIDEO_TYPES, SfEventColors, SfEventColorsLight, StorageRegionEnum, TRACKING_EVENTS_STORAGE_KEY, UI_API_METHOD_TYPES, UI_MESSAGE, UI_MESSAGE_TYPES, UI_NATIVE_MESSAGE_TYPES, UserRoleEnum, ViewCompactItemType, addCanvasComponent, _export as agendaSelector, appRequiresCrm, applyCanvasThemeAssetsToNode, applyFont, applyToTreeBy, autofocus as autofocusDirective, camelCaseKeys, canvasUiUnoPreset, clearLocalStorageIfNeeded, ClickOutsideDirective as clickOutsideDirective, collectAllNodesByCondition, _export$3 as collectionPlayer, _export$2 as collectionSelector, componentIconType, computeLocalStorageBytes, convertSecondsToMinutes, convertSoqlToSmartQuery, convertToPixels, convertToSosl, createNodeId, createPitcherSettings, dayjs, deepDiff, deepToRaw, derivePatchRequestFields, determineUserRole, discardSectionComponentOverride, displayBytesWithMUnit, displayIntegerWithMunit, doesLocalOverrideExist, doesNotHaveAnyModuleOrHookSpecified, downloadFile, draggable as draggableDirective, elementMounted as elementMountedDirective, escapeSoqlString, evaluateAccessor, evaluateIsExecutedCondition, evaluateIsExecutedForPascalCaseEvent, executeWithDoublingTime, exitFullscreen, extractFieldNamesFromCondition, fallbackLocale, fetchAll, fetchAllWithOffset, fetchFirstChunkAndRemainingAsync, filterSidebarApps, filterTreeBy, findAllEmbeddableTypesInCanvasContent, findAllEmbeddableTypesInSectionsContent, findEmbeddableInCanvasContent, findEmbeddableInSectionsContent, findMainFromClause, findNodeInTreeByCondition, findNodeInTreeById, findNodeInTreeByType, findParentByNodeId, formatDate, formatDateDetailed, formatDateTime, formatDateTimeAgo, formatDayMonthBasedOnBrowserLang, formatDimensionForGotenberg, generateAIThumbnailUrl, getAllPages, getAppConfigFromAppSource, getAvailableApis, getComponentDescription, getComponentKeywords, getComponentTitle, getContrastTextColor, getDefinedProps, getEventColor, getExcessItemsIndexes, getFontAwesomeIconNameAndType, getImageSize, getLocalOverrideUrl, getLuminance, getNextPageParam, getNodeDisplayNameByComponentType, getNumberWithRegex, getPageQuantity, getPageRange, getPreviewUrl, getRoleIcon, getSectionGlobalComponentSpacing, handleThemeAssetComparison, hasAppTypeDefined, highLevelApi, indirectEval, insertItemSorted, isAfter, isBefore, isBeforeMinDate, isCanvasDrawerApp, isCanvasSectionExecution, isEmbeddableWithZeroHeight, isFileViewerReplacement, isFirefox, isFullscreen, isHeadlessOrNotAvailableApp, isImageAccessible, isIosDevice, isMac, isMobile, isModifierClick, isNonMemberRole, isOriginValid, isPastMaxDate, isPitcherOrIosDevice, isPitcherWkWebView, isPostcallApp, isQueryParamTruthy, isSafari, isSafariOnIosDevice, isSameOrAfter, isSameOrBefore, isTextComponentEmpty, isTheUiItself, isTouchScreen, isValidHex, isWindows, lightThemeOverrides, loadCustomHelpersFromApps, loadRemoteScriptWithCtx, loadScript, loadScriptStyle, loadStyle, localeDropdownOptions, localeNames, locales, minFutureDate, minPastDate, moveNodeTo, msToSeconds, navigateTo, normalizeFilterParams, normalizeNetworkFilterParams, openUsdz, parseCollectionPlayerSlidesToContentSelector, parseContentSelectorToCollectionPlayerSlides, parseFileToCollectionPlayer, parsePdfFileToCollectionPlayer, parsePptxFileToCollectionPlayer, pascalCaseKeys, _export$1 as pptConversionSelector, processCanvasForSectionThemeOverride, regenerateTreeIds, registerCustomHelper, registerCustomHelpers, registerPeerConnectivityHandler, renderTemplate, replaceThemePresetsWithInlineStyles, replaceTranslationMessagesWithOverrides, requestFullscreen, requestStream, scrollCanvasToTop, scrollToComponentById, secondsToHumanReadable, sendPeerConnectivityEvent, setDateTime, shouldDisplayPlaceholderComponent, shouldOpenInCollectionPlayerViewer, shouldShowEmbeddable, shouldShowInSidebar, skipElementsInTree, snakeCaseKeys, someNodeInTree, sortCollectionByString, splitUserName, stringToHslColor, supportedLocales, tapDirective, titleCase, toggleFullscreen, tooltipDirective, transformFilesToCollectionPlayer, transformFilesToContentGrid, updateFirstCollectionPlayerWithShareboxItems, updateFirstContentGridWithShareboxItems, urlSafeFetchInChunks, useAdmin, useAdminAndDsrState, useApi, useAppsDb, useBindValidation, useBroadcastRouteChange, useCanvasById, useCanvasLocks, useCanvasOverlay, useCanvasVisibility, useCanvasesAsInfinity, useCollectionPlayerOverlay, useCommentTracking, useConfirmation, useDsr, useFetchCanvases, useFetchUsers, useFileDisplayHelpers, useFolderNameDescription, useGlobalSearch, useInfiniteScroll, useLocation, useMetadataSearch, useMetadataTemplates, useNotesApp, useNotification, useOpenFileStack, usePitcherApi, usePolling, usePresentationHistory, useRecentFiles, useShareCanvas, useSharedCommentsStorage, useSmartStore, useSuggestedTags, useTheme, useThemeVars, useToast, useUi, useWindowEvents, vueQueryPluginOptions, wait, waitForIframeInitialize, waitForValue };
|
|
185782
185577
|
//# sourceMappingURL=canvas-ui.js.map
|