UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

30 lines (28 loc) 1.82 kB
/** * CodeAnalizerComment: Updated 3 imports on 2024-09-22 14:49:52 * Update:: import { IStateSource } to '@mikezimm/fps-core-v7/lib/components/molecules/state-source/IStateSource;' * Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;' * Update:: import { IFPSItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;' */ /** * CodeAnalizerComment: Updated 4 imports on 2024-09-21 23:07:24 * Update:: import { IStateSource } to '@mikezimm/fps-core-v7/lib/components/molecules/state-source/IStateSource;' * Update:: import { IAnySourceItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;' * Update:: import { IFPSItem } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent;' * Update:: import { EmptyFPSItemSearch } to '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IFPSItemSearch;' */ import { IStateSource } from '@mikezimm/fps-core-v7/lib/components/molecules/state-source/IStateSource'; import { IAnySourceItem, IFPSItem } from '@mikezimm/fps-core-v7/lib/components/molecules/AnyContent/IAnyContent'; /** * createErrorFPSTileItem will build an item: IAnySourceItem with the correct FPSItem object which can be used in FPSTileComponent and FPSTileElement * * @param results * @param webPartFPSItem * @param newTitle * @param background // * @param hUnit These should be set right in FPSTileElement and not needed here. // * @param wUnit These should be set right in FPSTileElement and not needed here. * @returns */ export declare function createErrorFPSTileItem(results: IStateSource, webPartFPSItem: IFPSItem, newTitle?: string, background?: string): IAnySourceItem; //# sourceMappingURL=createErrorFPSTileItem.d.ts.map