mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* Added the react-search-refiners folder * Updated pagination + format date for DateTime filters * Added grouped list in the filter panel + fixed some bugs * Added custom scrollbar style * Added a placeholder when the Web Part is not configured * Cleaned code * Miscellaneous fixes before PR. * Added Web Part sample images * Updated images * Adde the link to the associated blog post. * Replaced toggle by checkbox + added query template parameter. * react-search-refiners: CSS fixes * Quick fix * Updated the panel position to the left + added an overlay between each search operation to notify the user * [react-search-refiners] Updated the screenshots + npm packages * Synced the remote branch from the upstream to merge things correctly * [react-search-refiners] Removed useless files generated by the upstream merge * [react-search-refiners] Removed remaining useless files * [react-search-refiners] Added a search box and a result source Id + enable query rules parameters * [react-search-refiners] Added field descriptions * [react-search-refiners] Updated the README file + solution demo animation
29 lines
908 B
JSON
29 lines
908 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"search-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/searchResults/SearchResultsWebPart.js",
|
|
"manifest": "./src/webparts/searchResults/SearchResultsWebPart.manifest.json"
|
|
}
|
|
]
|
|
},
|
|
"search-box-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/searchBox/SearchBoxWebPart.js",
|
|
"manifest": "./src/webparts/searchBox/SearchBoxWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"SearchWebPartStrings": "lib/webparts/searchResults/loc/{locale}.js",
|
|
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
|
|
"SearchBoxWebPartStrings": "lib/webparts/searchBox/loc/{locale}.js"
|
|
}
|
|
}
|