mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
* c * we * working * work on searchable props * organize * workinng * accept siteUrl as parameter * qw * a * work on display * work on propertyBagDisplay * ZX * qwe * qwd * qdw * qdw * refactoring * qw * qw * qwd * awd * er * git popup on disoplay working * 123 * qw * asd * works * Working! * qweqwwe * asd * linting * tslint * enable edit all properties * edit all props * sort not quite working * sort working * sort working * now really! * fdg * Added MessageDisplay * separete messagedisplay for panel * added PropertyBagEditPanel * Implement fileters site list * new props * Filters working * add addn'l parameters * extracted User Filetrs * added dropdowns to coimmand bar * qw * filters * ads * qwe * sdf * work on user filters * dwq * qw * add global nab menu * filterstate * qwe * qwe * fixed filters on filtered site list * convert params in webparr * work on men us * fix nav webpart. Cleanup Descriptions * clean linting errors * qwe * added comments * fix href in menu * readme * fix render of bolean in list * add images * Update README.md * Update README.md * Update README.md * fix copy-assets.json * cleaned up webpart names and descriptions * fix issue with menu and blank props * fix readme
59 lines
2.2 KiB
JSON
59 lines
2.2 KiB
JSON
{
|
|
"entries": [
|
|
{
|
|
"entry": "./lib/webparts/propertyBagEditor/PropertyBagEditorWebPart.js",
|
|
"manifest": "./src/webparts/propertyBagEditor/PropertyBagEditorWebPart.manifest.json",
|
|
"outputPath": "./dist/property-bag-editor.bundle.js"
|
|
},
|
|
{
|
|
"entry": "./lib/webparts/propertyBagDisplay/PropertyBagDisplayWebPart.js",
|
|
"manifest": "./src/webparts/propertyBagDisplay/PropertyBagDisplayWebPart.manifest.json",
|
|
"outputPath": "./dist/property-bag-display.bundle.js"
|
|
},
|
|
{
|
|
"entry": "./lib/webparts/propertyBagFilteredSiteList/PropertyBagFilteredSiteListWebPart.js",
|
|
"manifest": "./src/webparts/propertyBagFilteredSiteList/PropertyBagFilteredSiteListWebPart.manifest.json",
|
|
"outputPath": "./dist/property-bag-filtered-site-list.bundle.js"
|
|
},
|
|
{
|
|
"entry": "./lib/webparts/propertyBagGlobalNav/PropertyBagGlobalNavWebPart.js",
|
|
"manifest": "./src/webparts/propertyBagGlobalNav/PropertyBagGlobalNavWebPart.manifest.json",
|
|
"outputPath": "./dist/property-bag-global-nav.bundle.js"
|
|
}
|
|
],
|
|
"externals": {
|
|
"sp-pnp-js": "https://cdnjs.cloudflare.com/ajax/libs/sp-pnp-js/2.0.1/pnp.min.js",
|
|
"sp-init": {
|
|
"path": "https://rgove3.sharepoint.com/_layouts/15/init.js",
|
|
"globalName": "$_global_init"
|
|
},
|
|
"microsoft-ajax": {
|
|
"path": "https://rgove3.sharepoint.com/_layouts/15/MicrosoftAjax.js",
|
|
"globalName": "Sys",
|
|
"globalDependencies": [
|
|
"sp-init"
|
|
]
|
|
},
|
|
"sp-runtime": {
|
|
"path": "https://rgove3.sharepoint.com/_layouts/15/SP.Runtime.js",
|
|
"globalName": "SP",
|
|
"globalDependencies": [
|
|
"microsoft-ajax"
|
|
]
|
|
},
|
|
"sharepoint": {
|
|
"path": "https://rgove3.sharepoint.com/_layouts/15/SP.js",
|
|
"globalName": "SP",
|
|
"globalDependencies": [
|
|
"sp-runtime"
|
|
]
|
|
}
|
|
},
|
|
"localizedResources": {
|
|
"propertyBagEditorStrings": "webparts/propertyBagEditor/loc/{locale}.js",
|
|
"propertyBagDisplayStrings": "webparts/propertyBagDisplay/loc/{locale}.js",
|
|
"propertyBagFilteredSiteListStrings": "webparts/propertyBagFilteredSiteList/loc/{locale}.js",
|
|
"propertyBagGlobalNavStrings": "webparts/propertyBagGlobalNav/loc/{locale}.js"
|
|
}
|
|
}
|