@mikezimm/fps-core-v7 1.0.10 → 1.0.12
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/lib/banner/bannerX/checkCert.d.ts +15 -0
- package/lib/banner/bannerX/checkCert.d.ts.map +1 -0
- package/lib/banner/bannerX/checkCert.js +14 -0
- package/lib/banner/bannerX/checkCert.js.map +1 -0
- package/lib/banner/components/Gear/CreateKeySiteProps.d.ts +10 -0
- package/lib/banner/components/Gear/CreateKeySiteProps.d.ts.map +1 -0
- package/lib/banner/components/Gear/CreateKeySiteProps.js +20 -0
- package/lib/banner/components/Gear/CreateKeySiteProps.js.map +1 -0
- package/lib/banner/components/Gear/IKeySiteProps.d.ts +10 -0
- package/lib/banner/components/Gear/IKeySiteProps.d.ts.map +1 -0
- package/lib/banner/components/Gear/IKeySiteProps.js +2 -0
- package/lib/banner/components/Gear/IKeySiteProps.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileList.d.ts +36 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileList.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileList.js +80 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileList.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileListUniqueIds.d.ts +35 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileListUniqueIds.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileListUniqueIds.js +16 -0
- package/lib/banner/components/ItemPicker/functions/fetchFileListUniqueIds.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchListList.d.ts +40 -0
- package/lib/banner/components/ItemPicker/functions/fetchListList.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/fetchListList.js +72 -0
- package/lib/banner/components/ItemPicker/functions/fetchListList.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPickerChanged.d.ts +9 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPickerChanged.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPickerChanged.js +17 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPickerChanged.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPropPaneStart.d.ts +11 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPropPaneStart.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPropPaneStart.js +87 -0
- package/lib/banner/components/ItemPicker/functions/onListItemPropPaneStart.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListPickerChanged.d.ts +8 -0
- package/lib/banner/components/ItemPicker/functions/onListPickerChanged.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onListPickerChanged.js +41 -0
- package/lib/banner/components/ItemPicker/functions/onListPickerChanged.js.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onWebUrlPickerValueChanged.d.ts +10 -0
- package/lib/banner/components/ItemPicker/functions/onWebUrlPickerValueChanged.d.ts.map +1 -0
- package/lib/banner/components/ItemPicker/functions/onWebUrlPickerValueChanged.js +46 -0
- package/lib/banner/components/ItemPicker/functions/onWebUrlPickerValueChanged.js.map +1 -0
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPClass.d.ts +5 -0
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPClass.d.ts.map +1 -1
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPClass.js +3 -1
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPClass.js.map +1 -1
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption.d.ts +5 -0
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption.d.ts.map +1 -1
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption.js +3 -1
- package/lib/banner/components/ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption.js.map +1 -1
- package/lib/banner/components/SpecialBanner/interface.d.ts +19 -0
- package/lib/banner/components/SpecialBanner/interface.d.ts.map +1 -0
- package/lib/banner/components/SpecialBanner/interface.js +20 -0
- package/lib/banner/components/SpecialBanner/interface.js.map +1 -0
- package/lib/banner/components/VisitorPanel/Interfaces.d.ts +5 -0
- package/lib/banner/components/VisitorPanel/Interfaces.d.ts.map +1 -1
- package/lib/banner/components/VisitorPanel/Interfaces.js +3 -1
- package/lib/banner/components/VisitorPanel/Interfaces.js.map +1 -1
- package/lib/banner/features/ImportExport/BuildExportPropsX.d.ts +5 -0
- package/lib/banner/features/ImportExport/BuildExportPropsX.d.ts.map +1 -1
- package/lib/banner/features/ImportExport/BuildExportPropsX.js +6 -1
- package/lib/banner/features/ImportExport/BuildExportPropsX.js.map +1 -1
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.d.ts +5 -0
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.d.ts.map +1 -1
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.js +5 -0
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.js.map +1 -1
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts +155 -0
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts.map +1 -0
- package/lib/banner/mainReact/IWebpartBannerProps.js +8 -0
- package/lib/banner/mainReact/IWebpartBannerProps.js.map +1 -0
- package/lib/banner/mainReact/ReactComponentProps.d.ts +25 -0
- package/lib/banner/mainReact/ReactComponentProps.d.ts.map +1 -0
- package/lib/banner/mainReact/ReactComponentProps.js +7 -0
- package/lib/banner/mainReact/ReactComponentProps.js.map +1 -0
- package/lib/banner/mainReact/ReactComponentState.d.ts +32 -0
- package/lib/banner/mainReact/ReactComponentState.d.ts.map +1 -0
- package/lib/banner/mainReact/ReactComponentState.js +7 -0
- package/lib/banner/mainReact/ReactComponentState.js.map +1 -0
- package/lib/common/Pivots/PivotOptions.d.ts +16 -0
- package/lib/common/Pivots/PivotOptions.d.ts.map +1 -0
- package/lib/common/Pivots/PivotOptions.js +37 -0
- package/lib/common/Pivots/PivotOptions.js.map +1 -0
- package/lib/common/Pivots/Types.d.ts +4 -0
- package/lib/common/Pivots/Types.d.ts.map +1 -0
- package/lib/common/Pivots/Types.js +2 -0
- package/lib/common/Pivots/Types.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions10YearPart.d.ts +4 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions10YearPart.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions10YearPart.js +12 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions10YearPart.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions5YearPart.d.ts +4 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions5YearPart.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions5YearPart.js +13 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions5YearPart.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions7YearPart.d.ts +4 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions7YearPart.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions7YearPart.js +11 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeSliderOptions7YearPart.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeTypes.d.ts +23 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeTypes.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeTypes.js +34 -0
- package/lib/components/atoms/FPSAgeSlider/FPSAgeTypes.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts +3 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js +10 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js.map +1 -0
- package/lib/components/atoms/Icons/IFPSAppIcons.d.ts +27 -0
- package/lib/components/atoms/Icons/IFPSAppIcons.d.ts.map +1 -0
- package/lib/components/atoms/Icons/IFPSAppIcons.js +34 -0
- package/lib/components/atoms/Icons/IFPSAppIcons.js.map +1 -0
- package/lib/components/atoms/Icons/getIconStyles.d.ts +11 -0
- package/lib/components/atoms/Icons/getIconStyles.d.ts.map +1 -0
- package/lib/components/atoms/Icons/getIconStyles.js +38 -0
- package/lib/components/atoms/Icons/getIconStyles.js.map +1 -0
- package/lib/components/atoms/Icons/iconNames.d.ts +71 -0
- package/lib/components/atoms/Icons/iconNames.d.ts.map +1 -0
- package/lib/components/atoms/Icons/iconNames.js +72 -0
- package/lib/components/atoms/Icons/iconNames.js.map +1 -0
- package/lib/components/atoms/Icons/stdECStorage.d.ts +36 -0
- package/lib/components/atoms/Icons/stdECStorage.d.ts.map +1 -0
- package/lib/components/atoms/Icons/stdECStorage.js +119 -0
- package/lib/components/atoms/Icons/stdECStorage.js.map +1 -0
- package/lib/components/atoms/SVGIcons/JiraIcon.d.ts +2 -0
- package/lib/components/atoms/SVGIcons/JiraIcon.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/JiraIcon.js +2 -0
- package/lib/components/atoms/SVGIcons/JiraIcon.js.map +1 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts +2 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.js +2 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.js.map +1 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon.d.ts +16 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon.js +17 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon.js.map +1 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon2.d.ts +16 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon2.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon2.js +17 -0
- package/lib/components/atoms/SVGIcons/defaultHubIcon2.js.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsIcon125.d.ts +16 -0
- package/lib/components/atoms/SVGIcons/fpsIcon125.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsIcon125.js +17 -0
- package/lib/components/atoms/SVGIcons/fpsIcon125.js.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsLogo125.d.ts +16 -0
- package/lib/components/atoms/SVGIcons/fpsLogo125.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsLogo125.js +17 -0
- package/lib/components/atoms/SVGIcons/fpsLogo125.js.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsLogo326.d.ts +16 -0
- package/lib/components/atoms/SVGIcons/fpsLogo326.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/fpsLogo326.js +17 -0
- package/lib/components/atoms/SVGIcons/fpsLogo326.js.map +1 -0
- package/lib/components/atoms/SharedItems/IItemWithSharingInfo.d.ts +112 -0
- package/lib/components/atoms/SharedItems/IItemWithSharingInfo.d.ts.map +1 -0
- package/lib/components/atoms/SharedItems/IItemWithSharingInfo.js +32 -0
- package/lib/components/atoms/SharedItems/IItemWithSharingInfo.js.map +1 -0
- package/lib/components/atoms/SharedItems/IKnownMeta.d.ts +6 -0
- package/lib/components/atoms/SharedItems/IKnownMeta.d.ts.map +1 -0
- package/lib/components/atoms/SharedItems/IKnownMeta.js +6 -0
- package/lib/components/atoms/SharedItems/IKnownMeta.js.map +1 -0
- package/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref.d.ts +2 -0
- package/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref.d.ts.map +1 -0
- package/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref.js +9 -0
- package/lib/components/atoms/SharedItems/openLinkInNewTabUsingDatahref.js.map +1 -0
- package/lib/components/atoms/SharedItems/processSharedItems.d.ts +14 -0
- package/lib/components/atoms/SharedItems/processSharedItems.d.ts.map +1 -0
- package/lib/components/atoms/SharedItems/processSharedItems.js +88 -0
- package/lib/components/atoms/SharedItems/processSharedItems.js.map +1 -0
- package/lib/components/atoms/Suggestions/ISuggestion.d.ts +14 -0
- package/lib/components/atoms/Suggestions/ISuggestion.d.ts.map +1 -0
- package/lib/components/atoms/Suggestions/ISuggestion.js +5 -0
- package/lib/components/atoms/Suggestions/ISuggestion.js.map +1 -0
- package/lib/components/atoms/Suggestions/SuggestionsSample-Labels.d.ts +17 -0
- package/lib/components/atoms/Suggestions/SuggestionsSample-Labels.d.ts.map +1 -0
- package/lib/components/atoms/Suggestions/SuggestionsSample-Labels.js +89 -0
- package/lib/components/atoms/Suggestions/SuggestionsSample-Labels.js.map +1 -0
- package/lib/components/atoms/Suggestions/convertSugsLC.d.ts +10 -0
- package/lib/components/atoms/Suggestions/convertSugsLC.d.ts.map +1 -0
- package/lib/components/atoms/Suggestions/convertSugsLC.js +32 -0
- package/lib/components/atoms/Suggestions/convertSugsLC.js.map +1 -0
- package/lib/components/atoms/Suggestions/excludePrepositions.d.ts +5 -0
- package/lib/components/atoms/Suggestions/excludePrepositions.d.ts.map +1 -0
- package/lib/components/atoms/Suggestions/excludePrepositions.js +39 -0
- package/lib/components/atoms/Suggestions/excludePrepositions.js.map +1 -0
- package/lib/components/atoms/Suggestions/getSuggestionsByKeys.d.ts +10 -0
- package/lib/components/atoms/Suggestions/getSuggestionsByKeys.d.ts.map +1 -0
- package/lib/components/atoms/Suggestions/getSuggestionsByKeys.js +72 -0
- package/lib/components/atoms/Suggestions/getSuggestionsByKeys.js.map +1 -0
- package/lib/components/atoms/TeachBubble/IMinTeachBubble.d.ts +20 -0
- package/lib/components/atoms/TeachBubble/IMinTeachBubble.d.ts.map +1 -0
- package/lib/components/atoms/TeachBubble/IMinTeachBubble.js +13 -0
- package/lib/components/atoms/TeachBubble/IMinTeachBubble.js.map +1 -0
- package/lib/components/atoms/TeachBubble/SampleTeachBubbles.d.ts +4 -0
- package/lib/components/atoms/TeachBubble/SampleTeachBubbles.d.ts.map +1 -0
- package/lib/components/atoms/TeachBubble/SampleTeachBubbles.js +33 -0
- package/lib/components/atoms/TeachBubble/SampleTeachBubbles.js.map +1 -0
- package/lib/components/atoms/TeachBubble/getTeacher.d.ts +15 -0
- package/lib/components/atoms/TeachBubble/getTeacher.d.ts.map +1 -0
- package/lib/components/atoms/TeachBubble/getTeacher.js +28 -0
- package/lib/components/atoms/TeachBubble/getTeacher.js.map +1 -0
- package/lib/components/atoms/WordSummary/IWordSummary.d.ts +35 -0
- package/lib/components/atoms/WordSummary/IWordSummary.d.ts.map +1 -0
- package/lib/components/atoms/WordSummary/IWordSummary.js +8 -0
- package/lib/components/atoms/WordSummary/IWordSummary.js.map +1 -0
- package/lib/components/atoms/WordSummary/buildWordSummary.d.ts +11 -0
- package/lib/components/atoms/WordSummary/buildWordSummary.d.ts.map +1 -0
- package/lib/components/atoms/WordSummary/buildWordSummary.js +90 -0
- package/lib/components/atoms/WordSummary/buildWordSummary.js.map +1 -0
- package/lib/components/webparts/CSSCharts/ICSSCharts.d.ts +83 -0
- package/lib/components/webparts/CSSCharts/ICSSCharts.d.ts.map +1 -0
- package/lib/components/webparts/CSSCharts/ICSSCharts.js +2 -0
- package/lib/components/webparts/CSSCharts/ICSSCharts.js.map +1 -0
- package/lib/components/webparts/CSSCharts/themes.d.ts +6 -0
- package/lib/components/webparts/CSSCharts/themes.d.ts.map +1 -0
- package/lib/components/webparts/CSSCharts/themes.js +13 -0
- package/lib/components/webparts/CSSCharts/themes.js.map +1 -0
- package/lib/components/webparts/CarrotCharts/IFoamTree.d.ts +203 -0
- package/lib/components/webparts/CarrotCharts/IFoamTree.d.ts.map +1 -0
- package/lib/components/webparts/CarrotCharts/IFoamTree.js +21 -0
- package/lib/components/webparts/CarrotCharts/IFoamTree.js.map +1 -0
- package/lib/components/webparts/CarrotCharts/IFoamTreeDefaults.d.ts +223 -0
- package/lib/components/webparts/CarrotCharts/IFoamTreeDefaults.d.ts.map +1 -0
- package/lib/components/webparts/CarrotCharts/IFoamTreeDefaults.js +204 -0
- package/lib/components/webparts/CarrotCharts/IFoamTreeDefaults.js.map +1 -0
- package/lib/components/webparts/Drilldown/IDrillItem.d.ts +46 -0
- package/lib/components/webparts/Drilldown/IDrillItem.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/IDrillItem.js +7 -0
- package/lib/components/webparts/Drilldown/IDrillItem.js.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/ConstantsTMT.d.ts +32 -0
- package/lib/components/webparts/Drilldown/QuickCommands/ConstantsTMT.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/ConstantsTMT.js +31 -0
- package/lib/components/webparts/Drilldown/QuickCommands/ConstantsTMT.js.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IFieldDef.d.ts +12 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IFieldDef.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IFieldDef.js +3 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IFieldDef.js.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands.d.ts +75 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands.js +24 -0
- package/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands.js.map +1 -0
- package/lib/components/webparts/Drilldown/Refiners/IRefiners.d.ts +153 -0
- package/lib/components/webparts/Drilldown/Refiners/IRefiners.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/Refiners/IRefiners.js +35 -0
- package/lib/components/webparts/Drilldown/Refiners/IRefiners.js.map +1 -0
- package/lib/components/webparts/Drilldown/Refiners/functions.d.ts +8 -0
- package/lib/components/webparts/Drilldown/Refiners/functions.d.ts.map +1 -0
- package/lib/components/webparts/Drilldown/Refiners/functions.js +12 -0
- package/lib/components/webparts/Drilldown/Refiners/functions.js.map +1 -0
- package/lib/logic/Links/Navigation.d.ts +9 -0
- package/lib/logic/Links/Navigation.d.ts.map +1 -0
- package/lib/logic/Links/Navigation.js +22 -0
- package/lib/logic/Links/Navigation.js.map +1 -0
- package/lib/logic/Links/UrlFunctions.d.ts +50 -0
- package/lib/logic/Links/UrlFunctions.d.ts.map +1 -0
- package/lib/logic/Links/UrlFunctions.js +148 -0
- package/lib/logic/Links/UrlFunctions.js.map +1 -0
- package/lib/logic/Links/getAllDomainsFromUrls.d.ts +2 -0
- package/lib/logic/Links/getAllDomainsFromUrls.d.ts.map +1 -0
- package/lib/logic/Links/getAllDomainsFromUrls.js +75 -0
- package/lib/logic/Links/getAllDomainsFromUrls.js.map +1 -0
- package/lib/logic/Links/getDomainTypeFromUrl.d.ts +19 -0
- package/lib/logic/Links/getDomainTypeFromUrl.d.ts.map +1 -0
- package/lib/logic/Links/getDomainTypeFromUrl.js +73 -0
- package/lib/logic/Links/getDomainTypeFromUrl.js.map +1 -0
- package/lib/logic/Links/getDomains.d.ts +28 -0
- package/lib/logic/Links/getDomains.d.ts.map +1 -0
- package/lib/logic/Links/getDomains.js +41 -0
- package/lib/logic/Links/getDomains.js.map +1 -0
- package/lib/logic/Links/getSPOUrl.d.ts +39 -0
- package/lib/logic/Links/getSPOUrl.d.ts.map +1 -0
- package/lib/logic/Links/getSPOUrl.js +60 -0
- package/lib/logic/Links/getSPOUrl.js.map +1 -0
- package/lib/logic/Randomize/functions.d.ts +38 -0
- package/lib/logic/Randomize/functions.d.ts.map +1 -0
- package/lib/logic/Randomize/functions.js +70 -0
- package/lib/logic/Randomize/functions.js.map +1 -0
- package/lib/logic/Regex/constants.d.ts +15 -0
- package/lib/logic/Regex/constants.d.ts.map +1 -0
- package/lib/logic/Regex/constants.js +23 -0
- package/lib/logic/Regex/constants.js.map +1 -0
- package/lib/logic/Strings/choiceKeys.d.ts +35 -0
- package/lib/logic/Strings/choiceKeys.d.ts.map +1 -0
- package/lib/logic/Strings/choiceKeys.js +60 -0
- package/lib/logic/Strings/choiceKeys.js.map +1 -0
- package/lib/logic/Strings/decamelize.d.ts +7 -0
- package/lib/logic/Strings/decamelize.d.ts.map +1 -0
- package/lib/logic/Strings/decamelize.js +38 -0
- package/lib/logic/Strings/decamelize.js.map +1 -0
- package/lib/logic/Strings/drillParse/constants.d.ts +2 -0
- package/lib/logic/Strings/drillParse/constants.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/constants.js +2 -0
- package/lib/logic/Strings/drillParse/constants.js.map +1 -0
- package/lib/logic/Strings/drillParse/convertNumbers.d.ts +19 -0
- package/lib/logic/Strings/drillParse/convertNumbers.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/convertNumbers.js +84 -0
- package/lib/logic/Strings/drillParse/convertNumbers.js.map +1 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.d.ts +15 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.js +107 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.js.map +1 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts +31 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.js +352 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.js.map +1 -0
- package/lib/logic/Strings/drillParse/get1stDigitFromString.d.ts +7 -0
- package/lib/logic/Strings/drillParse/get1stDigitFromString.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/get1stDigitFromString.js +10 -0
- package/lib/logic/Strings/drillParse/get1stDigitFromString.js.map +1 -0
- package/lib/logic/Strings/drillParse/getLetterBuckets.d.ts +11 -0
- package/lib/logic/Strings/drillParse/getLetterBuckets.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/getLetterBuckets.js +37 -0
- package/lib/logic/Strings/drillParse/getLetterBuckets.js.map +1 -0
- package/lib/logic/Strings/drillParse/getWords.d.ts +46 -0
- package/lib/logic/Strings/drillParse/getWords.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/getWords.js +106 -0
- package/lib/logic/Strings/drillParse/getWords.js.map +1 -0
- package/lib/logic/Strings/drillParse/trimAfter.d.ts +23 -0
- package/lib/logic/Strings/drillParse/trimAfter.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/trimAfter.js +77 -0
- package/lib/logic/Strings/drillParse/trimAfter.js.map +1 -0
- package/lib/logic/Strings/drillParse/trimB4.d.ts +24 -0
- package/lib/logic/Strings/drillParse/trimB4.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/trimB4.js +64 -0
- package/lib/logic/Strings/drillParse/trimB4.js.map +1 -0
- package/lib/logic/Strings/evalParse/basicParse.d.ts +8 -0
- package/lib/logic/Strings/evalParse/basicParse.d.ts.map +1 -0
- package/lib/logic/Strings/evalParse/basicParse.js +29 -0
- package/lib/logic/Strings/evalParse/basicParse.js.map +1 -0
- package/lib/logic/Strings/evalParse/parseTodayXExpression.d.ts +17 -0
- package/lib/logic/Strings/evalParse/parseTodayXExpression.d.ts.map +1 -0
- package/lib/logic/Strings/evalParse/parseTodayXExpression.js +40 -0
- package/lib/logic/Strings/evalParse/parseTodayXExpression.js.map +1 -0
- package/lib/logic/Strings/filtering.d.ts +7 -0
- package/lib/logic/Strings/filtering.d.ts.map +1 -0
- package/lib/logic/Strings/filtering.js +55 -0
- package/lib/logic/Strings/filtering.js.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByDate.d.ts +15 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByDate.d.ts.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByDate.js +60 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByDate.js.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByNumber.d.ts +12 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByNumber.d.ts.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByNumber.js +169 -0
- package/lib/logic/Strings/getGroupStrings/getGroupByNumber.js.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getRefinerFromField.d.ts +15 -0
- package/lib/logic/Strings/getGroupStrings/getRefinerFromField.d.ts.map +1 -0
- package/lib/logic/Strings/getGroupStrings/getRefinerFromField.js +67 -0
- package/lib/logic/Strings/getGroupStrings/getRefinerFromField.js.map +1 -0
- package/lib/logic/Strings/handleBarsContext.d.ts +1 -0
- package/lib/logic/Strings/handleBarsContext.d.ts.map +1 -0
- package/lib/logic/Strings/handleBarsContext.js +64 -0
- package/lib/logic/Strings/handleBarsContext.js.map +1 -0
- package/lib/logic/Strings/handleBarsHTML.d.ts +41 -0
- package/lib/logic/Strings/handleBarsHTML.d.ts.map +1 -0
- package/lib/logic/Strings/handleBarsHTML.js +76 -0
- package/lib/logic/Strings/handleBarsHTML.js.map +1 -0
- package/lib/logic/Strings/handleBarsSub.d.ts +11 -0
- package/lib/logic/Strings/handleBarsSub.d.ts.map +1 -0
- package/lib/logic/Strings/handleBarsSub.js +37 -0
- package/lib/logic/Strings/handleBarsSub.js.map +1 -0
- package/lib/logic/Strings/html.d.ts +14 -0
- package/lib/logic/Strings/html.d.ts.map +1 -0
- package/lib/logic/Strings/html.js +40 -0
- package/lib/logic/Strings/html.js.map +1 -0
- package/lib/logic/Strings/htmlV2.d.ts +44 -0
- package/lib/logic/Strings/htmlV2.d.ts.map +1 -0
- package/lib/logic/Strings/htmlV2.js +158 -0
- package/lib/logic/Strings/htmlV2.js.map +1 -0
- package/lib/logic/Strings/splitHash.d.ts +12 -0
- package/lib/logic/Strings/splitHash.d.ts.map +1 -0
- package/lib/logic/Strings/splitHash.js +33 -0
- package/lib/logic/Strings/splitHash.js.map +1 -0
- package/lib/logic/Time/IFPSDateLanguageObject.d.ts +5 -0
- package/lib/logic/Time/IFPSDateLanguageObject.d.ts.map +1 -0
- package/lib/logic/Time/IFPSDateLanguageObject.js +2 -0
- package/lib/logic/Time/IFPSDateLanguageObject.js.map +1 -0
- package/lib/logic/Time/IFPSDateLaunguages.d.ts +3 -0
- package/lib/logic/Time/IFPSDateLaunguages.d.ts.map +1 -0
- package/lib/logic/Time/IFPSDateLaunguages.js +4 -0
- package/lib/logic/Time/IFPSDateLaunguages.js.map +1 -0
- package/lib/logic/Time/Interfaces.d.ts +53 -0
- package/lib/logic/Time/Interfaces.d.ts.map +1 -0
- package/lib/logic/Time/Interfaces.js +3 -0
- package/lib/logic/Time/Interfaces.js.map +1 -0
- package/lib/logic/Time/checks.d.ts +2 -0
- package/lib/logic/Time/checks.d.ts.map +1 -0
- package/lib/logic/Time/checks.js +23 -0
- package/lib/logic/Time/checks.js.map +1 -0
- package/lib/logic/Time/dayLabels.d.ts +4 -0
- package/lib/logic/Time/dayLabels.d.ts.map +1 -0
- package/lib/logic/Time/dayLabels.js +22 -0
- package/lib/logic/Time/dayLabels.js.map +1 -0
- package/lib/logic/Time/deltas.d.ts +35 -0
- package/lib/logic/Time/deltas.d.ts.map +1 -0
- package/lib/logic/Time/deltas.js +183 -0
- package/lib/logic/Time/deltas.js.map +1 -0
- package/lib/logic/Time/getFPSPrefNavLang.d.ts +3 -0
- package/lib/logic/Time/getFPSPrefNavLang.d.ts.map +1 -0
- package/lib/logic/Time/getFPSPrefNavLang.js +15 -0
- package/lib/logic/Time/getFPSPrefNavLang.js.map +1 -0
- package/lib/logic/Time/getLabels.d.ts +12 -0
- package/lib/logic/Time/getLabels.d.ts.map +1 -0
- package/lib/logic/Time/getLabels.js +43 -0
- package/lib/logic/Time/getLabels.js.map +1 -0
- package/lib/logic/Time/getMMMDD.d.ts +1 -0
- package/lib/logic/Time/getMMMDD.d.ts.map +1 -0
- package/lib/logic/Time/getMMMDD.js +1 -0
- package/lib/logic/Time/getMMMDD.js.map +1 -0
- package/lib/logic/Time/monthLabels.d.ts +6 -0
- package/lib/logic/Time/monthLabels.d.ts.map +1 -0
- package/lib/logic/Time/monthLabels.js +34 -0
- package/lib/logic/Time/monthLabels.js.map +1 -0
- package/lib/logic/Time/monthStrOldKeys.d.ts +20 -0
- package/lib/logic/Time/monthStrOldKeys.d.ts.map +1 -0
- package/lib/logic/Time/monthStrOldKeys.js +21 -0
- package/lib/logic/Time/monthStrOldKeys.js.map +1 -0
- package/lib/logic/Time/monthStrings.d.ts +9 -0
- package/lib/logic/Time/monthStrings.d.ts.map +1 -0
- package/lib/logic/Time/monthStrings.js +36 -0
- package/lib/logic/Time/monthStrings.js.map +1 -0
- package/lib/logic/Time/personalize.d.ts +9 -0
- package/lib/logic/Time/personalize.d.ts.map +1 -0
- package/lib/logic/Time/personalize.js +74 -0
- package/lib/logic/Time/personalize.js.map +1 -0
- package/lib/logic/Time/smallTimeObject.d.ts +10 -0
- package/lib/logic/Time/smallTimeObject.d.ts.map +1 -0
- package/lib/logic/Time/smallTimeObject.js +50 -0
- package/lib/logic/Time/smallTimeObject.js.map +1 -0
- package/lib/logic/Time/timeObject.d.ts +10 -0
- package/lib/logic/Time/timeObject.d.ts.map +1 -0
- package/lib/logic/Time/timeObject.js +122 -0
- package/lib/logic/Time/timeObject.js.map +1 -0
- package/lib/logic/Time/weeks.d.ts +54 -0
- package/lib/logic/Time/weeks.d.ts.map +1 -0
- package/lib/logic/Time/weeks.js +105 -0
- package/lib/logic/Time/weeks.js.map +1 -0
- package/lib/logic/Time/yearsArray.d.ts +36 -0
- package/lib/logic/Time/yearsArray.d.ts.map +1 -0
- package/lib/logic/Time/yearsArray.js +47 -0
- package/lib/logic/Time/yearsArray.js.map +1 -0
- package/lib/logic/Types/typeServices.d.ts +7 -0
- package/lib/logic/Types/typeServices.d.ts.map +1 -0
- package/lib/logic/Types/typeServices.js +55 -0
- package/lib/logic/Types/typeServices.js.map +1 -0
- package/lib/types/@fluentUI/@7.199.1/Panel.d.ts +86 -0
- package/lib/types/@fluentUI/@7.199.1/Panel.d.ts.map +1 -0
- package/lib/types/@fluentUI/@7.199.1/Panel.js +4 -0
- package/lib/types/@fluentUI/@7.199.1/Panel.js.map +1 -0
- package/lib/types/@msft/1.15.2/sp-property-pane.d.ts +144 -0
- package/lib/types/@msft/1.15.2/sp-property-pane.d.ts.map +1 -1
- package/lib/types/fps-common/AudienceInterfaces.d.ts +22 -0
- package/lib/types/fps-common/AudienceInterfaces.d.ts.map +1 -0
- package/lib/types/fps-common/AudienceInterfaces.js +28 -0
- package/lib/types/fps-common/AudienceInterfaces.js.map +1 -0
- package/lib/types/fps-common/IFPSBasicToggleSetting.d.ts +5 -0
- package/lib/types/fps-common/IFPSBasicToggleSetting.d.ts.map +1 -0
- package/lib/types/fps-common/IFPSBasicToggleSetting.js +2 -0
- package/lib/types/fps-common/IFPSBasicToggleSetting.js.map +1 -0
- package/lib/types/fps-common/IFPSPropPaneField.d.ts +12 -0
- package/lib/types/fps-common/IFPSPropPaneField.d.ts.map +1 -0
- package/lib/types/fps-common/IFPSPropPaneField.js +2 -0
- package/lib/types/fps-common/IFPSPropPaneField.js.map +1 -0
- package/lib/types/fps-common/IMyInterfaces.d.ts +69 -0
- package/lib/types/fps-common/IMyInterfaces.d.ts.map +1 -0
- package/lib/types/fps-common/IMyInterfaces.js +28 -0
- package/lib/types/fps-common/IMyInterfaces.js.map +1 -0
- package/lib/types/fps-common/IzPivots.d.ts +20 -0
- package/lib/types/fps-common/IzPivots.d.ts.map +1 -0
- package/lib/types/fps-common/IzPivots.js +2 -0
- package/lib/types/fps-common/IzPivots.js.map +1 -0
- package/lib/types/fps-common/Picked/IListInterfaces.d.ts +1 -0
- package/lib/types/fps-common/Picked/IListInterfaces.d.ts.map +1 -0
- package/lib/types/fps-common/Picked/IListInterfaces.js +6 -0
- package/lib/types/fps-common/Picked/IListInterfaces.js.map +1 -0
- package/lib/types/fps-common/Picked/IPickedList.d.ts +7 -0
- package/lib/types/fps-common/Picked/IPickedList.d.ts.map +1 -0
- package/lib/types/fps-common/Picked/IPickedList.js +2 -0
- package/lib/types/fps-common/Picked/IPickedList.js.map +1 -0
- package/lib/types/fps-common/Picked/IPickedView.d.ts +6 -0
- package/lib/types/fps-common/Picked/IPickedView.d.ts.map +1 -0
- package/lib/types/fps-common/Picked/IPickedView.js +2 -0
- package/lib/types/fps-common/Picked/IPickedView.js.map +1 -0
- package/lib/types/fps-common/Picked/IPickedWebBasic.d.ts +11 -0
- package/lib/types/fps-common/Picked/IPickedWebBasic.d.ts.map +1 -0
- package/lib/types/fps-common/Picked/IPickedWebBasic.js +8 -0
- package/lib/types/fps-common/Picked/IPickedWebBasic.js.map +1 -0
- package/lib/types/fps-common/Picked/IZBasicItemInfo.d.ts +35 -0
- package/lib/types/fps-common/Picked/IZBasicItemInfo.d.ts.map +1 -0
- package/lib/types/fps-common/Picked/IZBasicItemInfo.js +7 -0
- package/lib/types/fps-common/Picked/IZBasicItemInfo.js.map +1 -0
- package/lib/types/fps-returns/common/IFpsErrorObject.d.ts +8 -2
- package/lib/types/fps-returns/common/IFpsErrorObject.d.ts.map +1 -1
- package/lib/types/fps-returns/common/IItemsError.d.ts.map +1 -1
- package/lib/types/fps-returns/lists/items/Interface.d.ts +3 -7
- package/lib/types/fps-returns/lists/items/Interface.d.ts.map +1 -1
- package/lib/types/fps-returns/lists/lists/IListErrorObj.d.ts +2 -4
- package/lib/types/fps-returns/lists/lists/IListErrorObj.d.ts.map +1 -1
- package/lib/types/fps-returns/perms/IPermissionErrorObj.d.ts +2 -4
- package/lib/types/fps-returns/perms/IPermissionErrorObj.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/ISiteErrorObj.d.ts +2 -4
- package/lib/types/fps-returns/sites/ISiteErrorObj.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/groups/IGroupResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/groups/IGroupsResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/groups/IGroupsResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/update/IFPSItemUpdateResultObj.d.ts +3 -4
- package/lib/types/fps-returns/sites/update/IFPSItemUpdateResultObj.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/IEnsureUserResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/users/IEnsureUserResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/ISiteUserResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/users/ISiteUserResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/ISiteUsersResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/users/ISiteUsersResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/users/IUserPermissionsResults.d.ts +2 -4
- package/lib/types/fps-returns/sites/users/IUserPermissionsResults.d.ts.map +1 -1
- package/lib/types/fps-returns/sites/webs/IWebErrorObj.d.ts +2 -4
- package/lib/types/fps-returns/sites/webs/IWebErrorObj.d.ts.map +1 -1
- package/lib/types/react/IFPSJSX_Element.d.ts +9 -1
- package/lib/types/react/IFPSJSX_Element.d.ts.map +1 -1
- package/lib/types/spfxPropControls/@3.11.0/IPropertyFieldGroupOrPerson.d.ts +23 -1
- package/lib/types/spfxPropControls/@3.11.0/IPropertyFieldGroupOrPerson.d.ts.map +1 -1
- package/lib/types/spfxPropControls/@3.11.0/IPropertyFieldGroupOrPerson.js +4 -1
- package/lib/types/spfxPropControls/@3.11.0/IPropertyFieldGroupOrPerson.js.map +1 -1
- package/package.json +1 -1
|
@@ -95,4 +95,148 @@ export declare enum PropertyPaneDropdownOptionType {
|
|
|
95
95
|
*/
|
|
96
96
|
Header = 2
|
|
97
97
|
}
|
|
98
|
+
/**
|
|
99
|
+
* 2024-09-21: These were copied from fps-library-v2/node_modules/@microsoft/sp-property-pane
|
|
100
|
+
*/
|
|
101
|
+
/**
|
|
102
|
+
* PropertyPane field.
|
|
103
|
+
*
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare interface IPropertyPaneField<TProperties> {
|
|
107
|
+
/**
|
|
108
|
+
* Type of the PropertyPane field.
|
|
109
|
+
*/
|
|
110
|
+
type: PropertyPaneFieldType;
|
|
111
|
+
/**
|
|
112
|
+
* Target property from the web part's property bag.
|
|
113
|
+
*/
|
|
114
|
+
targetProperty: string;
|
|
115
|
+
/**
|
|
116
|
+
* Whether this control should be focused.
|
|
117
|
+
*
|
|
118
|
+
* @remarks
|
|
119
|
+
* The default value is false.
|
|
120
|
+
*/
|
|
121
|
+
shouldFocus?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Strongly typed properties object. Specific to each field type.
|
|
124
|
+
*
|
|
125
|
+
* @remarks
|
|
126
|
+
* Example: Checkbox has ICheckboxProps, TextField has ITextField props.
|
|
127
|
+
*
|
|
128
|
+
* @privateRemarks
|
|
129
|
+
* - These props are from the office-ui-fabric-react.
|
|
130
|
+
* These props may not be extensive as the fabric-react ones. This is intentional.
|
|
131
|
+
* - We are not including any callbacks as part of the props, as this might end up breaking
|
|
132
|
+
* the internal flow and cause unwanted problems.
|
|
133
|
+
* - Currently discussions are going on whether to include styling elements or not. Based on
|
|
134
|
+
* the output of the discussions, changes to the styling related props will take place.
|
|
135
|
+
*
|
|
136
|
+
* We are including only those which are supported by the web part framework.
|
|
137
|
+
*/
|
|
138
|
+
properties: TProperties;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* PropertyPane group. Group is part of the PropertyPanePage.
|
|
142
|
+
*
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export declare interface IPropertyPaneGroup {
|
|
146
|
+
/**
|
|
147
|
+
* Display name for the group.
|
|
148
|
+
*
|
|
149
|
+
* @remarks
|
|
150
|
+
* For performance reasons, it's highly recommended to keep this name unique within the property pane page.
|
|
151
|
+
* If left empty, the group header will not render (not recommended for accordions).
|
|
152
|
+
*/
|
|
153
|
+
groupName?: string;
|
|
154
|
+
/**
|
|
155
|
+
* Indicates whether group name should be hidden.
|
|
156
|
+
*
|
|
157
|
+
* @remarks
|
|
158
|
+
* The default value is false.
|
|
159
|
+
* Use this option to skip the rendering of group name to avoid empty group header being displayed.
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
isGroupNameHidden?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* Indicates whether the PropertyPane group is collapsed or not.
|
|
165
|
+
*
|
|
166
|
+
* @remarks
|
|
167
|
+
* The default value is false.
|
|
168
|
+
*/
|
|
169
|
+
isCollapsed?: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* List of PropertyPane fields.
|
|
172
|
+
*/
|
|
173
|
+
groupFields: IPropertyPaneField<any>[];
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Enum for all the supported PropertyPane field types.
|
|
177
|
+
*
|
|
178
|
+
* Names should be consistent with those in office-ui-fabric-react, be careful to get letter casing correct.
|
|
179
|
+
*
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export declare enum PropertyPaneFieldType {
|
|
183
|
+
/**
|
|
184
|
+
* Custom field.
|
|
185
|
+
*/
|
|
186
|
+
Custom = 1,
|
|
187
|
+
/**
|
|
188
|
+
* Checkbox field.
|
|
189
|
+
*/
|
|
190
|
+
CheckBox = 2,
|
|
191
|
+
/**
|
|
192
|
+
* TextField field.
|
|
193
|
+
*/
|
|
194
|
+
TextField = 3,
|
|
195
|
+
/**
|
|
196
|
+
* Toggle field.
|
|
197
|
+
*/
|
|
198
|
+
Toggle = 5,
|
|
199
|
+
/**
|
|
200
|
+
* Dropdown field.
|
|
201
|
+
*/
|
|
202
|
+
Dropdown = 6,
|
|
203
|
+
/**
|
|
204
|
+
* Label field.
|
|
205
|
+
*/
|
|
206
|
+
Label = 7,
|
|
207
|
+
/**
|
|
208
|
+
* Slider field.
|
|
209
|
+
*/
|
|
210
|
+
Slider = 8,
|
|
211
|
+
/**
|
|
212
|
+
* Heading field.
|
|
213
|
+
*/
|
|
214
|
+
Heading = 9,
|
|
215
|
+
/**
|
|
216
|
+
* Choice Group field.
|
|
217
|
+
*/
|
|
218
|
+
ChoiceGroup = 10,
|
|
219
|
+
/**
|
|
220
|
+
* Button field.
|
|
221
|
+
*/
|
|
222
|
+
Button = 11,
|
|
223
|
+
/**
|
|
224
|
+
* Horizontal Rule field.
|
|
225
|
+
*/
|
|
226
|
+
HorizontalRule = 12,
|
|
227
|
+
/**
|
|
228
|
+
* Link field.
|
|
229
|
+
*/
|
|
230
|
+
Link = 13,
|
|
231
|
+
/**
|
|
232
|
+
* Dynamic data field.
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
DynamicField = 14,
|
|
236
|
+
/**
|
|
237
|
+
* A set of dynamic fields.
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
DynamicFieldSet = 16
|
|
241
|
+
}
|
|
98
242
|
//# sourceMappingURL=sp-property-pane.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sp-property-pane.d.ts","sourceRoot":"","sources":["../../../../src/types/@msft/1.15.2/sp-property-pane.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,iCAAiC;IACxD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;;EAIE;AACF,MAAM,CAAC,OAAO,WAAW,2BAA2B;IAClD;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,8BAA8B,CAAC;CACvC;AAED;;;;EAIE;AACF,MAAM,CAAC,OAAO,WAAW,0BAA0B;IACjD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,iCAAiC,CAAC;CAIlD;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,MAAM,8BAA8B;IAChD;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,MAAM,IAAI;CACX"}
|
|
1
|
+
{"version":3,"file":"sp-property-pane.d.ts","sourceRoot":"","sources":["../../../../src/types/@msft/1.15.2/sp-property-pane.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,iCAAiC;IACxD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;;EAIE;AACF,MAAM,CAAC,OAAO,WAAW,2BAA2B;IAClD;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,8BAA8B,CAAC;CACvC;AAED;;;;EAIE;AACF,MAAM,CAAC,OAAO,WAAW,0BAA0B;IACjD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,iCAAiC,CAAC;CAIlD;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,MAAM,8BAA8B;IAChD;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,MAAM,IAAI;CACX;AAID;;GAEG;AAEH;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC,WAAW;IACrD;;OAEG;IACH,IAAI,EAAE,qBAAqB,CAAC;IAC5B;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;;;;;;;;;;;OAeG;IACH,UAAU,EAAE,WAAW,CAAC;CACzB;AAED;;;;EAIE;AACF,MAAM,CAAC,OAAO,WAAW,kBAAkB;IACzC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,WAAW,EAAE,kBAAkB,CAAC,GAAG,CAAC,EAAE,CAAC;CACxC;AAKD;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,MAAM,qBAAqB;IACvC;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,QAAQ,IAAI;IACZ;;OAEG;IACH,SAAS,IAAI;IACb;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,QAAQ,IAAI;IACZ;;OAEG;IACH,KAAK,IAAI;IACT;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,WAAW,KAAK;IAChB;;OAEG;IACH,MAAM,KAAK;IACX;;OAEG;IACH,cAAc,KAAK;IACnB;;OAEG;IACH,IAAI,KAAK;IACT;;;OAGG;IACH,YAAY,KAAK;IAEjB;;;OAGG;IACH,eAAe,KAAK;CAKrB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface IPropertyPaneDropdownOptionFPS {
|
|
2
|
+
index: number;
|
|
3
|
+
key: string;
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
export type IAdminAudience = 'Site Admins';
|
|
7
|
+
export type IOwnerAudience = 'Site Owners';
|
|
8
|
+
export type IPageEditAudience = 'Page Editors';
|
|
9
|
+
export type IItemEditAudience = 'Item Editors';
|
|
10
|
+
export type IVisitorAudience = 'Everyone';
|
|
11
|
+
export type IFullControlAudience = IAdminAudience | IOwnerAudience;
|
|
12
|
+
export declare const FullControlAudienceChoices: IPropertyPaneDropdownOptionFPS[];
|
|
13
|
+
export type IPageEditorAudience = IAdminAudience | IOwnerAudience | IPageEditAudience;
|
|
14
|
+
export declare const PageEditorAudienceChoices: IPropertyPaneDropdownOptionFPS[];
|
|
15
|
+
export type IItemEditorAudience = IAdminAudience | IOwnerAudience | IPageEditAudience | IItemEditAudience | IVisitorAudience;
|
|
16
|
+
export declare const ItemEditorAudienceChoices: IPropertyPaneDropdownOptionFPS[];
|
|
17
|
+
export type IEditorAudience = IAdminAudience | IOwnerAudience | IPageEditAudience | IItemEditAudience;
|
|
18
|
+
export declare const EditorAudienceChoices: IPropertyPaneDropdownOptionFPS[];
|
|
19
|
+
export type IEveryoneAudience = IAdminAudience | IOwnerAudience | IPageEditAudience | IItemEditAudience | IVisitorAudience;
|
|
20
|
+
export declare const EveryoneAudienceChoices: IPropertyPaneDropdownOptionFPS[];
|
|
21
|
+
export type IAudienceGroupType = 'Admin' | 'Owner' | 'Page' | 'Item' | 'Editor' | 'Everyone';
|
|
22
|
+
//# sourceMappingURL=AudienceInterfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceInterfaces.d.ts","sourceRoot":"","sources":["../../../src/types/fps-common/AudienceInterfaces.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,8BAA8B;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC;AAC3C,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC;AAC3C,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAC/C,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAC/C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;AAE1C,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG,cAAc,CAAC;AAEnE,eAAO,MAAM,0BAA0B,EAAE,8BAA8B,EAGtE,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,cAAc,GAAG,iBAAiB,CAAC;AAEtF,eAAO,MAAM,yBAAyB,EAAE,8BAA8B,EAIrE,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,cAAc,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,gBAAgB,CAAC;AAE7H,eAAO,MAAM,yBAAyB,EAAE,8BAA8B,EAIrE,CAAC;AAGF,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,cAAc,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;AAEtG,eAAO,MAAM,qBAAqB,EAAE,8BAA8B,EAKjE,CAAC;AAGF,MAAM,MAAM,iBAAiB,GAAG,cAAc,GAAG,cAAc,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,gBAAgB,CAAC;AAE3H,eAAO,MAAM,uBAAuB,EAAE,8BAA8B,EAMnE,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const FullControlAudienceChoices = [
|
|
2
|
+
{ index: 0, key: 'Site Admins', text: "Site Admins" },
|
|
3
|
+
{ index: 1, key: 'Site Owners', text: "Site Owners" },
|
|
4
|
+
];
|
|
5
|
+
export const PageEditorAudienceChoices = [
|
|
6
|
+
{ index: 0, key: 'Site Admins', text: "Site Admins" },
|
|
7
|
+
{ index: 1, key: 'Site Owners', text: "Site Owners" },
|
|
8
|
+
{ index: 2, key: 'Page Editors', text: "Page Editors" },
|
|
9
|
+
];
|
|
10
|
+
export const ItemEditorAudienceChoices = [
|
|
11
|
+
{ index: 0, key: 'Site Admins', text: "Site Admins" },
|
|
12
|
+
{ index: 1, key: 'Site Owners', text: "Site Owners" },
|
|
13
|
+
{ index: 3, key: 'Item Editors', text: "Item Editors" },
|
|
14
|
+
];
|
|
15
|
+
export const EditorAudienceChoices = [
|
|
16
|
+
{ index: 0, key: 'Site Admins', text: "Site Admins" },
|
|
17
|
+
{ index: 1, key: 'Site Owners', text: "Site Owners" },
|
|
18
|
+
{ index: 2, key: 'Page Editors', text: "Page Editors" },
|
|
19
|
+
{ index: 3, key: 'Item Editors', text: "Item Editors" },
|
|
20
|
+
];
|
|
21
|
+
export const EveryoneAudienceChoices = [
|
|
22
|
+
{ index: 0, key: 'Site Admins', text: "Site Admins" },
|
|
23
|
+
{ index: 1, key: 'Site Owners', text: "Site Owners" },
|
|
24
|
+
{ index: 2, key: 'Page Editors', text: "Page Editors" },
|
|
25
|
+
{ index: 3, key: 'Item Editors', text: "Item Editors" },
|
|
26
|
+
{ index: 4, key: 'Everyone', text: "Everyone" },
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=AudienceInterfaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceInterfaces.js","sourceRoot":"","sources":["../../../src/types/fps-common/AudienceInterfaces.ts"],"names":[],"mappings":"AAeA,MAAM,CAAC,MAAM,0BAA0B,GAAuE;IAC5G,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;CAC3D,CAAC;AAKF,MAAM,CAAC,MAAM,yBAAyB,GAAuE;IAC3G,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;CAC7D,CAAC;AAKF,MAAM,CAAC,MAAM,yBAAyB,GAAuE;IAC3G,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;CAC7D,CAAC;AAKF,MAAM,CAAC,MAAM,qBAAqB,GAAuE;IACvG,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;IAC5D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;CAC7D,CAAC;AAKF,MAAM,CAAC,MAAM,uBAAuB,GAAuE;IACzG,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAG;IAC1D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;IAC5D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,cAAc,EAAG;IAC5D,EAAI,KAAK,EAAE,CAAC,EAAI,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAG;CACrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IFPSBasicToggleSetting.d.ts","sourceRoot":"","sources":["../../../src/types/fps-common/IFPSBasicToggleSetting.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IFPSBasicToggleSetting.js","sourceRoot":"","sources":["../../../src/types/fps-common/IFPSBasicToggleSetting.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface IFPSPropPaneField {
|
|
2
|
+
label: string;
|
|
3
|
+
desc: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
type?: IFPSPropPaneItemType;
|
|
6
|
+
}
|
|
7
|
+
export type IFPSPropPaneItemType = 'string' | 'number' | 'date' | 'other';
|
|
8
|
+
export interface IFPSPropPaneIconProps {
|
|
9
|
+
iconName: string;
|
|
10
|
+
iconStyle?: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=IFPSPropPaneField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IFPSPropPaneField.d.ts","sourceRoot":"","sources":["../../../src/types/fps-common/IFPSPropPaneField.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAE1E,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IFPSPropPaneField.js","sourceRoot":"","sources":["../../../src/types/fps-common/IFPSPropPaneField.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/***
|
|
2
|
+
* .88b d88. db db d888888b d8b db d888888b d88888b d8888b. d88888b .d8b. .o88b. d88888b .d8888.
|
|
3
|
+
* 88'YbdP`88 `8b d8' `88' 888o 88 `~~88~~' 88' 88 `8D 88' d8' `8b d8P Y8 88' 88' YP
|
|
4
|
+
* 88 88 88 `8bd8' 88 88V8o 88 88 88ooooo 88oobY' 88ooo 88ooo88 8P 88ooooo `8bo.
|
|
5
|
+
* 88 88 88 88 88 88 V8o88 88 88~~~~~ 88`8b 88~~~ 88~~~88 8b 88~~~~~ `Y8b.
|
|
6
|
+
* 88 88 88 88 .88. 88 V888 88 88. 88 `88. 88 88 88 Y8b d8 88. db 8D
|
|
7
|
+
* YP YP YP YP Y888888P VP V8P YP Y88888P 88 YD YP YP YP `Y88P' Y88888P `8888Y'
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
|
|
11
|
+
import { IMyProgress, IMyFonts, IMyIcons } from '@mikezimm/npmfunctions/dist/ReusableInterfaces/IMyInterfaces';
|
|
12
|
+
|
|
13
|
+
*/
|
|
14
|
+
export interface IMyProgress {
|
|
15
|
+
id: string;
|
|
16
|
+
timeMS: number;
|
|
17
|
+
time: string;
|
|
18
|
+
rowLabel: string;
|
|
19
|
+
refLabel: string;
|
|
20
|
+
logLabel: string;
|
|
21
|
+
label: string;
|
|
22
|
+
description: string;
|
|
23
|
+
current: number;
|
|
24
|
+
ofThese: number;
|
|
25
|
+
array: string;
|
|
26
|
+
percentComplete?: number;
|
|
27
|
+
progressHidden?: boolean;
|
|
28
|
+
icon?: string;
|
|
29
|
+
color?: string;
|
|
30
|
+
step: string;
|
|
31
|
+
verb: string;
|
|
32
|
+
status: string;
|
|
33
|
+
checkValue: any;
|
|
34
|
+
returnField: any;
|
|
35
|
+
item: any;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* DEPRECATED... Use IFPSItemFont from IAnyContent
|
|
39
|
+
*/
|
|
40
|
+
export interface IMyFonts {
|
|
41
|
+
size?: string;
|
|
42
|
+
weight?: string;
|
|
43
|
+
style?: string;
|
|
44
|
+
color?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* DEPRECATED... Use IFPSItemIcon from IAnyContent
|
|
48
|
+
*/
|
|
49
|
+
export interface IMyIcons {
|
|
50
|
+
hasIcon: boolean;
|
|
51
|
+
name: string;
|
|
52
|
+
size?: string;
|
|
53
|
+
height?: string;
|
|
54
|
+
width?: string;
|
|
55
|
+
margin?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface IMyHistory {
|
|
58
|
+
count: number;
|
|
59
|
+
errors: IMyProgress[];
|
|
60
|
+
webs: IMyProgress[];
|
|
61
|
+
fields: IMyProgress[];
|
|
62
|
+
views: IMyProgress[];
|
|
63
|
+
items: IMyProgress[];
|
|
64
|
+
features: IMyProgress[];
|
|
65
|
+
groups: IMyProgress[];
|
|
66
|
+
users: IMyProgress[];
|
|
67
|
+
}
|
|
68
|
+
export declare function clearHistory(): IMyHistory;
|
|
69
|
+
//# sourceMappingURL=IMyInterfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMyInterfaces.d.ts","sourceRoot":"","sources":["../../../src/types/fps-common/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,GAAG,CAAC;IAChB,WAAW,EAAE,GAAG,CAAC;IACjB,IAAI,EAAE,GAAG,CAAC;CAEX;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IAEvB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IAEzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB;AAED,wBAAgB,YAAY,eAc3B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/***
|
|
2
|
+
* .88b d88. db db d888888b d8b db d888888b d88888b d8888b. d88888b .d8b. .o88b. d88888b .d8888.
|
|
3
|
+
* 88'YbdP`88 `8b d8' `88' 888o 88 `~~88~~' 88' 88 `8D 88' d8' `8b d8P Y8 88' 88' YP
|
|
4
|
+
* 88 88 88 `8bd8' 88 88V8o 88 88 88ooooo 88oobY' 88ooo 88ooo88 8P 88ooooo `8bo.
|
|
5
|
+
* 88 88 88 88 88 88 V8o88 88 88~~~~~ 88`8b 88~~~ 88~~~88 8b 88~~~~~ `Y8b.
|
|
6
|
+
* 88 88 88 88 .88. 88 V888 88 88. 88 `88. 88 88 88 Y8b d8 88. db 8D
|
|
7
|
+
* YP YP YP YP Y888888P VP V8P YP Y88888P 88 YD YP YP YP `Y88P' Y88888P `8888Y'
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
|
|
11
|
+
import { IMyProgress, IMyFonts, IMyIcons } from '@mikezimm/npmfunctions/dist/ReusableInterfaces/IMyInterfaces';
|
|
12
|
+
|
|
13
|
+
*/
|
|
14
|
+
export function clearHistory() {
|
|
15
|
+
let history = {
|
|
16
|
+
count: 0,
|
|
17
|
+
errors: [],
|
|
18
|
+
webs: [],
|
|
19
|
+
fields: [],
|
|
20
|
+
views: [],
|
|
21
|
+
items: [],
|
|
22
|
+
features: [],
|
|
23
|
+
groups: [],
|
|
24
|
+
users: [],
|
|
25
|
+
};
|
|
26
|
+
return history;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=IMyInterfaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMyInterfaces.js","sourceRoot":"","sources":["../../../src/types/fps-common/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAoED,MAAM,UAAU,YAAY;IAC1B,IAAI,OAAO,GAAe;QACtB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;KACZ,CAAC;IACF,OAAO,OAAO,CAAC;AAEjB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface IMyPivCat {
|
|
2
|
+
title: string;
|
|
3
|
+
desc: any;
|
|
4
|
+
order: number;
|
|
5
|
+
count?: number;
|
|
6
|
+
icon?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IPivot {
|
|
9
|
+
headerText: string;
|
|
10
|
+
itemKey: string;
|
|
11
|
+
filter?: string;
|
|
12
|
+
data?: string;
|
|
13
|
+
lastIndex: number;
|
|
14
|
+
}
|
|
15
|
+
export interface IMyPivots {
|
|
16
|
+
heading1: IPivot[];
|
|
17
|
+
heading2?: IPivot[];
|
|
18
|
+
heading3?: IPivot[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=IzPivots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IzPivots.d.ts","sourceRoot":"","sources":["../../../src/types/fps-common/IzPivots.ts"],"names":[],"mappings":"AACC,MAAM,WAAW,SAAS;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,MAAM;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,SAAS;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IzPivots.js","sourceRoot":"","sources":["../../../src/types/fps-common/IzPivots.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=IListInterfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IListInterfaces.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IListInterfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// import type { IPickedList } from './IPickedList'
|
|
2
|
+
// import type { IPickedView } from './IPickedView'
|
|
3
|
+
// import type { IPickedWebBasic } from './IPickedWebBasic'
|
|
4
|
+
// import type { IZBasicItemInfo } from './IZBasicItemInfo'
|
|
5
|
+
// export { IPickedList, IPickedView, IPickedWebBasic, IZBasicItemInfo };
|
|
6
|
+
//# sourceMappingURL=IListInterfaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IListInterfaces.js","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IListInterfaces.ts"],"names":[],"mappings":"AACA,mDAAmD;AACnD,mDAAmD;AACnD,2DAA2D;AAC3D,2DAA2D;AAE3D,yEAAyE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedList.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedList.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedList.js","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedList.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedView.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedView.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedView.js","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedView.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface IPickedWebBasic {
|
|
2
|
+
title: string;
|
|
3
|
+
ServerRelativeUrl: string;
|
|
4
|
+
guid: string;
|
|
5
|
+
url: string;
|
|
6
|
+
siteIcon: string;
|
|
7
|
+
error?: string;
|
|
8
|
+
HasUniqueRoleAssignments?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const EmptyPickedWebBasic: IPickedWebBasic;
|
|
11
|
+
//# sourceMappingURL=IPickedWebBasic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedWebBasic.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedWebBasic.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,eAAO,MAAM,mBAAmB,EAAE,eAMjC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPickedWebBasic.js","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IPickedWebBasic.ts"],"names":[],"mappings":"AAWA,MAAM,CAAC,MAAM,mBAAmB,GAAoB;IAClD,KAAK,EAAE,EAAE;IACT,iBAAiB,EAAE,EAAE;IACrB,IAAI,EAAE,EAAE;IACR,GAAG,EAAE,EAAE;IACP,QAAQ,EAAE,EAAE;CACb,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
|
|
3
|
+
* Update:: import { IUser } to '@mikezimm/fps-core-v7/lib/logic/Users/IUserInterfaces;'
|
|
4
|
+
|
|
5
|
+
*/
|
|
6
|
+
import { ITheTime } from '../../../logic/Time/Interfaces';
|
|
7
|
+
import { IUser } from '../../../logic/Users/IUserInterfaces';
|
|
8
|
+
/***
|
|
9
|
+
* d888888b d88888D d8888b. .d8b. .d8888. d888888b .o88b. d888888b d888888b d88888b .88b d88. d888888b d8b db d88888b .d88b.
|
|
10
|
+
* `88' YP d8' 88 `8D d8' `8b 88' YP `88' d8P Y8 `88' `~~88~~' 88' 88'YbdP`88 `88' 888o 88 88' .8P Y8.
|
|
11
|
+
* 88 d8' 88oooY' 88ooo88 `8bo. 88 8P 88 88 88ooooo 88 88 88 88 88V8o 88 88ooo 88 88
|
|
12
|
+
* 88 d8' 88~~~b. 88~~~88 `Y8b. 88 8b 88 88 88~~~~~ 88 88 88 88 88 V8o88 88~~~ 88 88
|
|
13
|
+
* .88. d8' db 88 8D 88 88 db 8D .88. Y8b d8 .88. 88 88. 88 88 88 .88. 88 V888 88 `8b d8'
|
|
14
|
+
* Y888888P d88888P Y8888P' YP YP `8888Y' Y888888P `Y88P' Y888888P YP Y88888P YP YP YP Y888888P VP V8P YP `Y88P'
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface IZBasicItemInfo extends Partial<any> {
|
|
19
|
+
sort: string;
|
|
20
|
+
searchString: string;
|
|
21
|
+
meta: string[];
|
|
22
|
+
Created: any;
|
|
23
|
+
Modified: any;
|
|
24
|
+
Author: any;
|
|
25
|
+
Editor: any;
|
|
26
|
+
timeCreated: ITheTime;
|
|
27
|
+
isFile: boolean;
|
|
28
|
+
timeModified: ITheTime;
|
|
29
|
+
bestCreate: string;
|
|
30
|
+
bestMod: string;
|
|
31
|
+
author: IUser;
|
|
32
|
+
editor: IUser;
|
|
33
|
+
Id: any;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=IZBasicItemInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IZBasicItemInfo.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IZBasicItemInfo.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAE7D;;;;;;;;;GASG;AAEH,MAAM,WAAW,eAAgB,SAAQ,OAAO,CAAC,GAAG,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,EAAE,CAAC;IAEf,OAAO,EAAE,GAAG,CAAC;IACb,QAAQ,EAAE,GAAG,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,QAAQ,CAAC;IAKtB,MAAM,EAAE,OAAO,CAAC;IAEhB,YAAY,EAAE,QAAQ,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,EAAE,KAAK,CAAC;IACd,MAAM,EAAE,KAAK,CAAC;IAGd,EAAE,EAAE,GAAG,CAAC;CAET"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IZBasicItemInfo.js","sourceRoot":"","sources":["../../../../src/types/fps-common/Picked/IZBasicItemInfo.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -2,13 +2,19 @@ import { IPerformanceOp } from "../../../components/molecules/Performance/IPerfo
|
|
|
2
2
|
import { IHelpfullInput, IHelpfullOutput } from "../../../logic/Errors/friendly";
|
|
3
3
|
import { IFPSBaseContentType } from "./IFPSBaseContentType";
|
|
4
4
|
import { IFPSResultStatus } from "./IFPSResultStatus";
|
|
5
|
-
export interface
|
|
5
|
+
export interface ICoreResultObject {
|
|
6
6
|
status: IFPSResultStatus;
|
|
7
7
|
statusNo?: number;
|
|
8
8
|
statusText?: string;
|
|
9
9
|
ok: boolean;
|
|
10
10
|
e: any;
|
|
11
11
|
fpsContentType?: IFPSBaseContentType[];
|
|
12
|
+
unifiedPerformanceOps: IUnifiedPerformanceOps;
|
|
13
|
+
}
|
|
14
|
+
export interface IBlankErrorObj extends ICoreResultObject {
|
|
15
|
+
statusNo?: number;
|
|
16
|
+
statusText?: string;
|
|
17
|
+
fpsContentType?: IFPSBaseContentType[];
|
|
12
18
|
}
|
|
13
19
|
export type IUnifiedPerformanceOpsKeys = 'fetch' | 'check' | 'analyze' | 'process' | 'render' | 'save' | 'create';
|
|
14
20
|
/**
|
|
@@ -35,7 +41,7 @@ export interface IFpsErrorObject extends IBlankErrorObj {
|
|
|
35
41
|
renderOp?: IPerformanceOp;
|
|
36
42
|
saveOp?: IPerformanceOp;
|
|
37
43
|
createOp?: IPerformanceOp;
|
|
38
|
-
unifiedPerformanceOps
|
|
44
|
+
unifiedPerformanceOps: IUnifiedPerformanceOps;
|
|
39
45
|
loaded?: boolean;
|
|
40
46
|
refreshId?: string;
|
|
41
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsErrorObject.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFpsErrorObject.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"IFpsErrorObject.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IFpsErrorObject.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,OAAO,CAAC;IACZ,CAAC,EAAE,GAAG,CAAC;IACP,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACvC,qBAAqB,EAAE,sBAAsB,CAAC;CAC/C;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACxC;AAED,MAAM,MAAM,0BAA0B,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AAElH;;;GAGG;AAEH,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;CACzB;AAED,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE3H,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,qBAAqB,EAAE,sBAAsB,CAAC;IAC9C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IItemsError.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IItemsError.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"IItemsError.d.ts","sourceRoot":"","sources":["../../../../src/types/fps-returns/common/IItemsError.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEjE,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,SAAS,EAAE,eAAe,CAAC;CAC5B"}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IItemsErrorObj {
|
|
3
|
-
status: IFPSResultStatus;
|
|
1
|
+
import { ICoreResultObject } from "../../common/IFpsErrorObject";
|
|
2
|
+
export interface IItemsErrorObj extends ICoreResultObject {
|
|
4
3
|
items: any[];
|
|
5
|
-
e: any;
|
|
6
4
|
}
|
|
7
|
-
export interface IItemErrorObj {
|
|
8
|
-
status: IFPSResultStatus;
|
|
5
|
+
export interface IItemErrorObj extends ICoreResultObject {
|
|
9
6
|
item: any;
|
|
10
|
-
e: any;
|
|
11
7
|
}
|
|
12
8
|
export interface IOrderByBoolean {
|
|
13
9
|
prop: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Interface.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/lists/items/Interface.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Interface.d.ts","sourceRoot":"","sources":["../../../../../src/types/fps-returns/lists/items/Interface.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAGjE,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,KAAK,EAAE,GAAG,EAAE,CAAC;CACd;AAED,MAAM,WAAW,aAAc,SAAQ,iBAAiB;IACtD,IAAI,EAAE,GAAG,CAAC;CAEX;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,OAAO,CAAC;CACd;AAED,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAE,GAAG,CAAC;CACxB"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IListInfo } from "../../../@pnp/@2.14.0/sp/lists";
|
|
2
|
-
import {
|
|
3
|
-
export interface IListErrorObj {
|
|
4
|
-
status: IFPSResultStatus;
|
|
2
|
+
import { ICoreResultObject } from "../../common/IFpsErrorObject";
|
|
3
|
+
export interface IListErrorObj extends ICoreResultObject {
|
|
5
4
|
list: IListInfo | null;
|
|
6
|
-
e: any;
|
|
7
5
|
}
|
|
8
6
|
//# sourceMappingURL=IListErrorObj.d.ts.map
|