UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

14 lines 1.23 kB
import { changeSULProps } from "../../../common/PropPaneHelp/preconfig/Interfaces"; import { changesFieldPanel } from "../../../components/molecules/FieldPanel/interfaces/IMinWPFieldPanelProps"; //Common props to Ignore export export const exportIgnorePropsFPS = ['analyticsList', 'analyticsWeb', ...changesFieldPanel, ...changeSULProps, 'replacePanelHTML']; //Common props to block import export const importBlockPropsFPS = ['scenario', 'analyticsList', 'analyticsWeb', 'lastPropDetailChange', 'showBanner', 'showTricks', 'showRepoLinks', 'showExport', 'fpsImportProps', 'fullPanelAudience', 'documentationIsValid', 'requireDocumentation', 'requireContacts', 'supportContacts', 'documentationLinkDesc', 'documentationLinkUrl', 'tenantHelpUrl', 'tenantGetStartedUrl', 'tenanatFirst5', 'tenantPolicies', 'currentWeb', 'loadPerformance', 'webpartHistory', 'pageLayout', 'propsEasyMode', 'enableLockProps', 'lockedByUser', 'lockedTime', 'enableForceOverRide', 'overrideByUser', 'overrideTime', 'overrideProps', 'overrideKeys', ...changeSULProps, 'replacePanelHTML', 'webUrl', 'parentListWeb', 'parentListURL', 'feedbackEmail', 'currentWeb', '_FPSId' ]; //# sourceMappingURL=IgnoreBlockProps.js.map