UNPKG

@mikezimm/fps-core-v7

Version:

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

19 lines (17 loc) 1.59 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 02:56:43 * Update:: import { fetchListList } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/functions/fetchListList;' * Update:: import { testValidWebUrl } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/functions/onListItemPropPaneStart;' */ /** * CodeAnalizerComment: Updated 4 imports on 2024-09-21 23:07:24 * Update:: import { IFPSListItemPickerWPProps } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPProps;' * Update:: import { IJSFetchReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/SpHttp/doSpJsFetch;' * Update:: import { IFPSListItemPropPaneDropDownOption } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption;' * Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;' */ import { IFPSListItemPickerIndex } from "../interfaces/IFPSListItemPickerWPProps"; import { IFPSListItemPropPaneDropDownOption } from '../../ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption'; import { IThisFPSWebPartClass } from "../../../../banner/FPSWebPartClass/IThisFPSWebPartClass1152"; export declare function onwebUrlPickerValueChanged(thisWPClass: IThisFPSWebPartClass, propertyPath: string, oldValue: any, newValue: any, approvedWebs: IFPSListItemPropPaneDropDownOption[], BaseTemplate: '101' | '100', idx: IFPSListItemPickerIndex): Promise<void>; //# sourceMappingURL=onWebUrlPickerValueChanged.d.ts.map