UNPKG

@mikezimm/fps-core-v7

Version:

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

31 lines 1.17 kB
export const EmptyFPSItemSearch = { // export type IAppFormat = 'general' | 'accounts' | 'manual' | 'sups' | 'appLinks' | 'news' | 'help' | 'entities' | 'acronyms' | 'history' | 'forms'; format: null, searchText: '', searchTextLC: '', leftSearch: [], leftSearchLC: [], topSearch: [], topSearchLC: [], sourceSearch: [], sourceSearchLC: [], searchSource: '', searchSourceLC: '', // item.type = item['File_x0020_Type'] ; // eslint-disable-line dot-notation // 2024-09-07: updated 'null' to 'null as any' to pass linting. It should be handled properly downstream. primarySearchType: null, searchTypes: [], allIsAKeys: [], allIsAKeysStr: '', type: '', // 2024-09-07: updated 'null' to 'null as any' to pass linting. It should be handled properly downstream. searchTypeIdx: null, // 2024-09-07: updated 'null' to 'null as any' to pass linting. It should be handled properly downstream. typeIdx: null, searchTitle: '', searchDesc: '', searchHref: '', descIsHTML: null, meta: [], }; //# sourceMappingURL=IFPSItemSearch.js.map