Added web part to every sample

This commit is contained in:
Hugo Bernier 2024-04-18 01:51:29 -04:00
parent 8ddb366250
commit 8e6bd1404b
238 changed files with 242 additions and 242 deletions

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-angular-migration", "name": "pnp-sp-dev-spfx-web-parts-angular-migration",
"source": "pnp", "source": "pnp",
"title": "Migrating existing Angular applications to SharePoint Framework sample", "title": "Migrating existing Angular applications to SPFx web parts",
"shortDescription": "This is a sample Angular application before and after it has been migrated to a SharePoint Framework client-side web part.", "shortDescription": "This is a sample Angular application before and after it has been migrated to a SharePoint Framework client-side web part.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-migration", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-migration",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-angular-ngofficeuifabric-file-upload", "name": "pnp-sp-dev-spfx-web-parts-angular-ngofficeuifabric-file-upload",
"source": "pnp", "source": "pnp",
"title": "File Upload using AngularJs", "title": "File Upload web part using AngularJs",
"shortDescription": "File Update/Delete web part using AngularJs and ngOfficeUIFabric with the SharePoint Framework.", "shortDescription": "File Update/Delete web part using AngularJs and ngOfficeUIFabric with the SharePoint Framework.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-ngofficeuifabric-file-upload", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-ngofficeuifabric-file-upload",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-angularelements-helloworld", "name": "pnp-sp-dev-spfx-web-parts-angularelements-helloworld",
"source": "pnp", "source": "pnp",
"title": "Angular Elements in SharePoint Framework", "title": "Angular Elements in SPFx web parts",
"shortDescription": "Set of sample web parts illustrating how to use Angular Elements in the SharePoint Framework.", "shortDescription": "Set of sample web parts illustrating how to use Angular Elements in the SharePoint Framework.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angularelements-helloworld", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angularelements-helloworld",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-bootstrap-slider", "name": "pnp-sp-dev-spfx-web-parts-bootstrap-slider",
"source": "pnp", "source": "pnp",
"title": "Bootstrap Slider Built with jQuery v1.x and Boostrap v3.x", "title": "Bootstrap Slider Web Part Built with jQuery v1.x and Boostrap v3.x",
"shortDescription": "Sample bootstrap slider which pulls the slides from a list inside the SharePoint site. The list is automatically deployed once the app is installed in the SharePoint site.", "shortDescription": "Sample bootstrap slider which pulls the slides from a list inside the SharePoint site. The list is automatically deployed once the app is installed in the SharePoint site.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/bootstrap-slider", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/bootstrap-slider",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-handlebarsjs-webpack-loader", "name": "pnp-sp-dev-spfx-web-parts-handlebarsjs-webpack-loader",
"source": "pnp", "source": "pnp",
"title": "Sample with Handlebars.js", "title": "Web Part with Handlebars.js",
"shortDescription": "This sample demonstrate how to set up SPFX to use Handlebars through webpack loader.", "shortDescription": "This sample demonstrate how to set up SPFX to use Handlebars through webpack loader.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/handlebarsjs-webpack-loader", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/handlebarsjs-webpack-loader",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-jquery-cdn", "name": "pnp-sp-dev-spfx-web-parts-jquery-cdn",
"source": "pnp", "source": "pnp",
"title": "Using jQuery loaded from CDN", "title": "Web Part Using jQuery loaded from CDN",
"shortDescription": "This is a sample web Part that illustrates the use of jQuery and its plugins loaded from CDN for building SharePoint Framework client-side web parts.", "shortDescription": "This is a sample web Part that illustrates the use of jQuery and its plugins loaded from CDN for building SharePoint Framework client-side web parts.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/jquery-cdn", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/jquery-cdn",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-advanced-commenting", "name": "pnp-sp-dev-spfx-web-parts-js-advanced-commenting",
"source": "pnp", "source": "pnp",
"title": "Advanced Comments Box", "title": "Advanced Comments Box Web Part",
"shortDescription": "This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments.", "shortDescription": "This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-advanced-commenting", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-advanced-commenting",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-dynamic-bundling-libraries", "name": "pnp-sp-dev-spfx-web-parts-js-dynamic-bundling-libraries",
"source": "pnp", "source": "pnp",
"title": "Dynamic Bundling \u0026 Loading of SPFx Packages", "title": "Dynamic Bundling Web Parts \u0026 Loading of SPFx Packages",
"shortDescription": "This sample illustrates how SPFx functionality and packages can be bundled in multiple \u0027.js\u0027 files then be dynamically \u0026 asynchronously loaded into the page at execution time, such as with a button click.", "shortDescription": "This sample illustrates how SPFx functionality and packages can be bundled in multiple \u0027.js\u0027 files then be dynamically \u0026 asynchronously loaded into the page at execution time, such as with a button click.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-dynamic-bundling-libraries", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-dynamic-bundling-libraries",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-extend-gulp", "name": "pnp-sp-dev-spfx-web-parts-js-extend-gulp",
"source": "pnp", "source": "pnp",
"title": "Integrating custom gulp tasks to SharePoint Framwork toolchain", "title": "Integrating custom gulp tasks to SharePoint Framework toolchain",
"shortDescription": "SharePoint client-side development tools use gulp as the build process task runner to...", "shortDescription": "SharePoint client-side development tools use gulp as the build process task runner to...",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-extend-gulp", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-extend-gulp",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-gitHubbadge", "name": "pnp-sp-dev-spfx-web-parts-js-gitHubbadge",
"source": "pnp", "source": "pnp",
"title": "GitHub Badge", "title": "GitHub Badge Web Part",
"shortDescription": "", "shortDescription": "",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-gitHubbadge", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-gitHubbadge",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-modern-calendar", "name": "pnp-sp-dev-spfx-web-parts-js-modern-calendar",
"source": "pnp", "source": "pnp",
"title": "Modern Calendar", "title": "Modern Calendar Web Part",
"shortDescription": "This is a modern web part built on the GA version of the SharePoint Framework demonstrating how to build a custom web part with a calendar capabilities in it.", "shortDescription": "This is a modern web part built on the GA version of the SharePoint Framework demonstrating how to build a custom web part with a calendar capabilities in it.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-modern-calendar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-modern-calendar",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-msgraph-thumbnail", "name": "pnp-sp-dev-spfx-web-parts-js-msgraph-thumbnail",
"source": "pnp", "source": "pnp",
"title": "Thumbnail/preview of pages and files", "title": "Thumbnail/preview of pages and files web part",
"shortDescription": "A web part showcasing how to call the Microsoft Graph Thumbnails API to generate a preview image for files and pages in SharePoint. The sample illustrates how to craft the preview URL both from a search result as well as from a SharePoint item object.", "shortDescription": "A web part showcasing how to call the Microsoft Graph Thumbnails API to generate a preview image for files and pages in SharePoint. The sample illustrates how to craft the preview URL both from a search result as well as from a SharePoint item object.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-msgraph-thumbnail", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-msgraph-thumbnail",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-propertycontrols-svg", "name": "pnp-sp-dev-spfx-web-parts-js-propertycontrols-svg",
"source": "pnp", "source": "pnp",
"title": "JS Property Controls SVG", "title": "JS Property Controls SVG Web Part",
"shortDescription": "An SPFx web part that displays a Scalable Vector Graphics (SVG) image using properties to customize how it is rendered. The web part utilizes the PnP SPFx Property Controls package (specifially the SpinButton and ColorPicker) to set these properties.", "shortDescription": "An SPFx web part that displays a Scalable Vector Graphics (SVG) image using properties to customize how it is rendered. The web part utilizes the PnP SPFx Property Controls package (specifially the SpinButton and ColorPicker) to set these properties.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-propertycontrols-svg", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-propertycontrols-svg",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-public-unjoined-teams", "name": "pnp-sp-dev-spfx-web-parts-js-public-unjoined-teams",
"source": "pnp", "source": "pnp",
"title": "Public teams I\u0027m not a member of", "title": "Public teams I\u0027m not a member of Web Part",
"shortDescription": "This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. This web part can also be added to Teams as a tab (built with the 1.7.1 plusbeta/preview version).", "shortDescription": "This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. This web part can also be added to Teams as a tab (built with the 1.7.1 plusbeta/preview version).",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-public-unjoined-teams", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-public-unjoined-teams",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-theme-manager-2019", "name": "pnp-sp-dev-spfx-web-parts-js-theme-manager-2019",
"source": "pnp", "source": "pnp",
"title": "Modern Experience Theme Manager 2019", "title": "Modern Experience Theme Manager 2019 Web Part",
"shortDescription": "This sample web part provides a user interface for applying a Modern Experience theme in SharePoint 2019 on-premises.", "shortDescription": "This sample web part provides a user interface for applying a Modern Experience theme in SharePoint 2019 on-premises.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-theme-manager-2019", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-theme-manager-2019",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-theme-manager", "name": "pnp-sp-dev-spfx-web-parts-js-theme-manager",
"source": "pnp", "source": "pnp",
"title": "Modern Experience Theme Manager", "title": "Modern Experience Theme Manager Web Part",
"shortDescription": "This sample web part provides a user interface for creating, updating, deleting and applying a Modern Experience SharePoint theme in SharePoint Online.", "shortDescription": "This sample web part provides a user interface for creating, updating, deleting and applying a Modern Experience SharePoint theme in SharePoint Online.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-theme-manager", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-theme-manager",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-js-workbench-customizer", "name": "pnp-sp-dev-spfx-web-parts-js-workbench-customizer",
"source": "pnp", "source": "pnp",
"title": "Workbench customizer", "title": "Workbench customizer Web Part",
"shortDescription": "This sample shows how the Workbench page can be customized to display in a way that better mimics a modern SharePoint page.", "shortDescription": "This sample shows how the Workbench page can be customized to display in a way that better mimics a modern SharePoint page.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-workbench-customizer", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-workbench-customizer",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-knockout-sp-pnp-js", "name": "pnp-sp-dev-spfx-web-parts-knockout-sp-pnp-js",
"source": "pnp", "source": "pnp",
"title": "Sample showing the use of @pnp/sp library with Knockoutjs", "title": "Sample web part showing the use of @pnp/sp library with Knockoutjs",
"shortDescription": "This web part demonstrates how to integrate the @pnp/sp library into the SharePoint Framework as well as including mock data and simple list I/O.", "shortDescription": "This web part demonstrates how to integrate the @pnp/sp library into the SharePoint Framework as well as including mock data and simple list I/O.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/knockout-sp-pnp-js", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/knockout-sp-pnp-js",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-3rd-party-api", "name": "pnp-sp-dev-spfx-web-parts-react-3rd-party-api",
"source": "pnp", "source": "pnp",
"title": "Consuming Third Party APIs secured with Azure Active Directory within SharePoint Framework", "title": "Consuming Third Party APIs secured with Azure Active Directory within SharePoint Framework Web Part",
"shortDescription": "This sub folders contains a client-side project that shows how to consume a 3rd party API within SharePoint Framework.", "shortDescription": "This sub folders contains a client-side project that shows how to consume a 3rd party API within SharePoint Framework.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-3rd-party-api", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-3rd-party-api",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-aad-implicitflow", "name": "pnp-sp-dev-spfx-web-parts-react-aad-implicitflow",
"source": "pnp", "source": "pnp",
"title": "Azure Active Directory implicit flow authentication samples", "title": "Azure Active Directory implicit flow authentication sample web parts",
"shortDescription": "Sample SharePoint Framework web parts built using React illustrating different scenarios using implicit OAuth flow with Azure Active Directory.", "shortDescription": "Sample SharePoint Framework web parts built using React illustrating different scenarios using implicit OAuth flow with Azure Active Directory.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-aad-implicitflow", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-aad-implicitflow",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-accordion-section", "name": "pnp-sp-dev-spfx-web-parts-react-accordion-section",
"source": "pnp", "source": "pnp",
"title": "Accordion Section FAQ Builder", "title": "Accordion Section FAQ Builder Web Part",
"shortDescription": "Adds a collapsible accordion section to an Office 365 SharePoint page or Teams Tab. Ideal for creating FAQs.", "shortDescription": "Adds a collapsible accordion section to an Office 365 SharePoint page or Teams Tab. Ideal for creating FAQs.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-section", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-section",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-accordion-with-richtext", "name": "pnp-sp-dev-spfx-web-parts-react-accordion-with-richtext",
"source": "pnp", "source": "pnp",
"title": "Tab Accordion", "title": "Tab Accordion Web Part",
"shortDescription": "This Web Part allows users to create content as Tabbed content using Property Field Collection Data and tinyMCE for Rich Text Editing targeted for SharePoint Online", "shortDescription": "This Web Part allows users to create content as Tabbed content using Property Field Collection Data and tinyMCE for Rich Text Editing targeted for SharePoint Online",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-with-richtext",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-adaptive-card-host-control", "name": "pnp-sp-dev-spfx-web-parts-react-adaptive-card-host-control",
"source": "pnp", "source": "pnp",
"title": "Adaptive Card Host control", "title": "Adaptive Card Host control web part",
"shortDescription": "This web part provides an example of how to use the AdaptiveCardHost component present in the PnP React Controls library.", "shortDescription": "This web part provides an example of how to use the AdaptiveCardHost component present in the PnP React Controls library.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptive-card-host-control", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptive-card-host-control",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptive-card-host-control", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptive-card-host-control",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-adaptivecards-hooks", "name": "pnp-sp-dev-spfx-web-parts-react-adaptivecards-hooks",
"source": "pnp", "source": "pnp",
"title": "Adaptive Cards Viewer using Hooks", "title": "Adaptive Cards Viewer Web Parts using Hooks",
"shortDescription": "A version of react-adaptivecards using React Hooks.", "shortDescription": "A version of react-adaptivecards using React Hooks.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptivecards-hooks", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptivecards-hooks",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-adaptivecards", "name": "pnp-sp-dev-spfx-web-parts-react-adaptivecards",
"source": "pnp", "source": "pnp",
"title": "Adaptive Cards Host", "title": "Adaptive Cards Host Web Part",
"shortDescription": "This sample creates an Adaptive Cards Host web part that you can use to display Adaptive Cards in your SharePoint applications.", "shortDescription": "This sample creates an Adaptive Cards Host web part that you can use to display Adaptive Cards in your SharePoint applications.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptivecards", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-adaptivecards",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-add-formcustomizer-to-list", "name": "pnp-sp-dev-spfx-web-parts-react-add-formcustomizer-to-list",
"source": "pnp", "source": "pnp",
"title": "Add Form Customizer to List", "title": "Add Form Customizer to List Web Part",
"shortDescription": "A React based SPFx utility web part which will help admins/user(s) to associate and remove association of the list form customizer extension to a particular list.", "shortDescription": "A React based SPFx utility web part which will help admins/user(s) to associate and remove association of the list form customizer extension to a particular list.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-formcustomizer-to-list", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-formcustomizer-to-list",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-formcustomizer-to-list", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-formcustomizer-to-list",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-add-js-css-ref", "name": "pnp-sp-dev-spfx-web-parts-react-add-js-css-ref",
"source": "pnp", "source": "pnp",
"title": "Add JS and CSS reference on Modern Pages", "title": "Add JS and CSS reference on Modern Pages Web Part",
"shortDescription": "React-based SPFx web part and extension that allows users to add/modify/delete custom js and css file references using SPFx application customizer extension all modern pages within SP online site.", "shortDescription": "React-based SPFx web part and extension that allows users to add/modify/delete custom js and css file references using SPFx application customizer extension all modern pages within SP online site.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-js-css-ref", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-js-css-ref",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-admin-sc-catalog-pnpjs", "name": "pnp-sp-dev-spfx-web-parts-react-admin-sc-catalog-pnpjs",
"source": "pnp", "source": "pnp",
"title": "Site Collection App Catalogs", "title": "Site Collection App Catalogs Web Part",
"shortDescription": "A SPFx Web Part using @pnp/sp/appcatalog and @pnp/spfx-controls-react. It allows to see in a single view all the SiteCollection catalogs and the Apps installed with some useful metadata. It needs Globlal Administrator or SharePoint Online Administrator permissions in order to access Site collection App Catalogs hidden list and each Site Collection App Catalog.", "shortDescription": "A SPFx Web Part using @pnp/sp/appcatalog and @pnp/spfx-controls-react. It allows to see in a single view all the SiteCollection catalogs and the Apps installed with some useful metadata. It needs Globlal Administrator or SharePoint Online Administrator permissions in order to access Site collection App Catalogs hidden list and each Site Collection App Catalog.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-admin-sc-catalog-pnpjs", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-admin-sc-catalog-pnpjs",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-advanced-page-properties", "name": "pnp-sp-dev-spfx-web-parts-react-advanced-page-properties",
"source": "pnp", "source": "pnp",
"title": "Advanced Page Properties", "title": "Advanced Page Properties Web Part",
"shortDescription": "Replicates the functionality of Page Properties with improvements", "shortDescription": "Replicates the functionality of Page Properties with improvements",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advanced-page-properties", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advanced-page-properties",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-advent-calendar", "name": "pnp-sp-dev-spfx-web-parts-react-advent-calendar",
"source": "pnp", "source": "pnp",
"title": "Advent Calendar", "title": "Advent Calendar Web Part",
"shortDescription": "This project shows how to create an Advent Calendar using SPFx and React.", "shortDescription": "This project shows how to create an Advent Calendar using SPFx and React.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advent-calendar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advent-calendar",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-advent-calendar", "name": "pnp-sp-dev-spfx-web-parts-react-advent-calendar",
"source": "pnp", "source": "pnp",
"title": "Advent Calendar", "title": "Advent Calendar Web Part",
"shortDescription": "This project shows how to create an Advent Calendar using SPFx and React.", "shortDescription": "This project shows how to create an Advent Calendar using SPFx and React.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advent-calendar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advent-calendar",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-apim-tablestorage", "name": "pnp-sp-dev-spfx-web-parts-react-apim-tablestorage",
"source": "pnp", "source": "pnp",
"title": "Accessing Azure table storage data using Azure API Management", "title": "Accessing Azure table storage data using Azure API Management Web Part",
"shortDescription": "Allows you to access securely Azure storage table data using Azure API Management (APIM)", "shortDescription": "Allows you to access securely Azure storage table data using Azure API Management (APIM)",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-apim-tablestorage", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-apim-tablestorage",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-apim-tablestorage", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-apim-tablestorage",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-appinsights-dashboard", "name": "pnp-sp-dev-spfx-web-parts-react-appinsights-dashboard",
"source": "pnp", "source": "pnp",
"title": "React AppInsights Dashboard", "title": "React AppInsights Dashboard Web Part",
"shortDescription": "This web part displays different statistics data captured in the Azure Application Insights in a graphical representation.", "shortDescription": "This web part displays different statistics data captured in the Azure Application Insights in a graphical representation.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-appinsights-dashboard", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-appinsights-dashboard",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-associated-sites-links", "name": "pnp-sp-dev-spfx-web-parts-react-associated-sites-links",
"source": "pnp", "source": "pnp",
"title": "Associated Sites Links", "title": "Associated Sites Links Web Part",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links",
"shortDescription": "Web part that will display links to all associated sites that registered to the current site. Current site should be a hub site.", "shortDescription": "Web part that will display links to all associated sites that registered to the current site. Current site should be a hub site.",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-at-a-glance", "name": "pnp-sp-dev-spfx-web-parts-react-at-a-glance",
"source": "pnp", "source": "pnp",
"title": "At a Glance", "title": "At a Glance Web Part",
"shortDescription": "This sample shows a web part to show the first few sentences of an article in a SharePoint site, so that the article can be looked at a glance.", "shortDescription": "This sample shows a web part to show the first few sentences of an article in a SharePoint site, so that the article can be looked at a glance.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-at-a-glance", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-at-a-glance",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-avatar", "name": "pnp-sp-dev-spfx-web-parts-react-avatar",
"source": "pnp", "source": "pnp",
"title": "SPFx Avatar", "title": "SPFx Avatar Web Part",
"shortDescription": "This is a sample web part that helps user create their avatar and save as profile picture. User can even download their avatar as PNG file. This web part can be useful in Intranet to help user create their avatar and save it as profile picture.", "shortDescription": "This is a sample web part that helps user create their avatar and save as profile picture. User can even download their avatar as PNG file. This web part can be useful in Intranet to help user create their avatar and save it as profile picture.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-avatar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-avatar",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-azure-devops-tasks", "name": "pnp-sp-dev-spfx-web-parts-react-azure-devops-tasks",
"source": "pnp", "source": "pnp",
"title": "Azure DevOps Tasks", "title": "Azure DevOps Tasks Adaptive Card Extension",
"shortDescription": "This Adaptive Card Extension demonstrates displaying the number of assigned tasks of Azure DevOps.", "shortDescription": "This Adaptive Card Extension demonstrates displaying the number of assigned tasks of Azure DevOps.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-devops-tasks", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-devops-tasks",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-devops-tasks", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-devops-tasks",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-api-stream", "name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-api-stream",
"source": "pnp", "source": "pnp",
"title": "Calling Azure OpenAI API in streaming mode", "title": "Calling Azure OpenAI API in streaming mode web part",
"shortDescription": "This web part shows how you can call Azure OpenAI API in Streaming mode", "shortDescription": "This web part shows how you can call Azure OpenAI API in Streaming mode",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-api-stream", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-api-stream",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-api-stream", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-api-stream",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-connector", "name": "pnp-sp-dev-spfx-web-parts-react-azure-openai-connector",
"source": "pnp", "source": "pnp",
"title": "Using Azure OpenAI Connectors API", "title": "Using Azure OpenAI Connectors API web part",
"shortDescription": "Shows how to use the new feature of Azure OpenAI Connectors API in a SharePoint Framework web part.", "shortDescription": "Shows how to use the new feature of Azure OpenAI Connectors API in a SharePoint Framework web part.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-connector", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-connector",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-connector", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-openai-connector",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-bot-framework-secure", "name": "pnp-sp-dev-spfx-web-parts-react-bot-framework-secure",
"source": "pnp", "source": "pnp",
"title": "Secure Bot Framework", "title": "Secure Bot Framework Web Part",
"shortDescription": "This sample shows how to secure your conversation including the use of a Direct Line token instead of secret, for user id, generate it inside client side and detect if the client has changed the user ID and reject the change.", "shortDescription": "This sample shows how to secure your conversation including the use of a Direct Line token instead of secret, for user id, generate it inside client side and detect if the client has changed the user ID and reject the change.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework-secure", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework-secure",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-bot-framework-sso", "name": "pnp-sp-dev-spfx-web-parts-react-bot-framework-sso",
"source": "pnp", "source": "pnp",
"title": "Single-Sign On Bot Framework", "title": "Single-Sign On Bot Framework Web Part",
"shortDescription": "The web parts embeds the login bot by using a webchat. As the user has already login in the SharePoint website, we could use SSO to authorize the bot.", "shortDescription": "The web parts embeds the login bot by using a webchat. As the user has already login in the SharePoint website, we could use SSO to authorize the bot.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework-sso", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework-sso",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-bot-framework", "name": "pnp-sp-dev-spfx-web-parts-react-bot-framework",
"source": "pnp", "source": "pnp",
"title": "Microsoft Bot Framework Web Chat", "title": "Microsoft Bot Framework Web Chat Web Part",
"shortDescription": "A web part that uses the botframework-webchat module to create implement a React component to render the Bot Framework v4 webchat component. This web part is able to render Text and richt attachments (Images, Cards, Adaptive Cards, ...) and has settings for branding purposes.", "shortDescription": "A web part that uses the botframework-webchat module to create implement a React component to render the Bot Framework v4 webchat component. This web part is able to render Text and richt attachments (Images, Cards, Adaptive Cards, ...) and has settings for branding purposes.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-bot-framework",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-calendar", "name": "pnp-sp-dev-spfx-web-parts-react-calendar",
"source": "pnp", "source": "pnp",
"title": "Calendar", "title": "Calendar Web Part",
"shortDescription": "This Web Part allows you to manage events in a calendar. Uses a list of existing calendars on any website. The location and name of the list and the dates of the events to be displayed are defined in the properties of the web part.", "shortDescription": "This Web Part allows you to manage events in a calendar. Uses a list of existing calendars on any website. The location and name of the list and the dates of the events to be displayed are defined in the properties of the web part.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-calendar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-calendar",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-caml2table", "name": "pnp-sp-dev-spfx-web-parts-react-caml2table",
"source": "pnp", "source": "pnp",
"title": "CAML to Table", "title": "CAML to Table Web Part",
"shortDescription": "Let's the user test CAML queries at ease.", "shortDescription": "Let's the user test CAML queries at ease.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-caml2table", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-caml2table",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-caml2table", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-caml2table",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-cascadingdropdowns", "name": "pnp-sp-dev-spfx-web-parts-react-cascadingdropdowns",
"source": "pnp", "source": "pnp",
"title": "Cascading Dropdowns", "title": "Cascading Dropdowns Web Part",
"shortDescription": "Shows how to use Cascading Dropdowns in property panes.", "shortDescription": "Shows how to use Cascading Dropdowns in property panes.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cascadingdropdowns",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-chartcontrol", "name": "pnp-sp-dev-spfx-web-parts-react-chartcontrol",
"source": "pnp", "source": "pnp",
"title": "Chart Control Samples", "title": "Chart Control Sample Web Parts",
"shortDescription": "This sample contains several web parts that demonstrate how to use the ChartControl from @pnp/spfx-controls-react.", "shortDescription": "This sample contains several web parts that demonstrate how to use the ChartControl from @pnp/spfx-controls-react.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chartcontrol", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chartcontrol",
"longDescription": [ "longDescription": [

View File

@ -3,11 +3,11 @@
"name": "pnp-sp-dev-spfx-web-parts-react-chat-gpt", "name": "pnp-sp-dev-spfx-web-parts-react-chat-gpt",
"source": "pnp", "source": "pnp",
"title": "Chat GPT inside SPFx", "title": "Chat GPT inside SPFx",
"shortDescription": "This webpart uses Chat GPT in an SPFx web part. You can ask questions from the web part and you will see the answers, most recent answers first.", "shortDescription": "This web part uses Chat GPT in an SPFx web part. You can ask questions from the web part and you will see the answers, most recent answers first.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chat-gpt", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chat-gpt",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chat-gpt", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chat-gpt",
"longDescription": [ "longDescription": [
"This webpart uses Chat GPT in an SPFx web part. You can ask questions from the web part and you will see the answers, most recent answers first." "This web part uses Chat GPT in an SPFx web part. You can ask questions from the web part and you will see the answers, most recent answers first."
], ],
"creationDateTime": "2023-02-04", "creationDateTime": "2023-02-04",
"updateDateTime": "2023-02-04", "updateDateTime": "2023-02-04",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-chatgpt-app", "name": "pnp-sp-dev-spfx-web-parts-react-chatgpt-app",
"source": "pnp", "source": "pnp",
"title": "Chat GPT App", "title": "Chat GPT App Web Part",
"shortDescription": "This App is a implementation of OpenAI ChatGPT-3. It runs on SharePoint, Teams as Personal or Teams App and Message Extension.", "shortDescription": "This App is a implementation of OpenAI ChatGPT-3. It runs on SharePoint, Teams as Personal or Teams App and Message Extension.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chatgpt-app", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chatgpt-app",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chatgpt-app", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chatgpt-app",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-check-flows", "name": "pnp-sp-dev-spfx-web-parts-react-check-flows",
"source": "pnp", "source": "pnp",
"title": "Check Flows", "title": "Check Flows Web Part",
"shortDescription": "This web part lists all the automated Flows associated with a SharePoint List/ Library. Basic flow information like Flow Name, Flow Trigger, Flow shared Type and Flow URL are displayed.", "shortDescription": "This web part lists all the automated Flows associated with a SharePoint List/ Library. Basic flow information like Flow Name, Flow Trigger, Flow shared Type and Flow URL are displayed.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-check-flows", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-check-flows",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-check-user-group", "name": "pnp-sp-dev-spfx-web-parts-react-check-user-group",
"source": "pnp", "source": "pnp",
"title": "Check User Group", "title": "Check User Group Web Part",
"shortDescription": "This web part finds all the Office 365 or AAD Security groups a user is a member of or all the members present in such a group. It can be used as an admin utility to quickly check the membership of any user or group from within a SharePoint page itself. The retrieved results can also be exported to a CSV file.", "shortDescription": "This web part finds all the Office 365 or AAD Security groups a user is a member of or all the members present in such a group. It can be used as an admin utility to quickly check the membership of any user or group from within a SharePoint page itself. The retrieved results can also be exported to a CSV file.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-check-user-group", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-check-user-group",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-cherry-picked-content", "name": "pnp-sp-dev-spfx-web-parts-react-cherry-picked-content",
"source": "pnp", "source": "pnp",
"title": "Cherry picked content", "title": "Cherry picked content web part",
"shortDescription": "The Cherry-Picked Content Web Part is a modern replacement for the classic Content Editor Web Part, with a twist: code snippets can only be picked from approved document libraries.", "shortDescription": "The Cherry-Picked Content Web Part is a modern replacement for the classic Content Editor Web Part, with a twist: code snippets can only be picked from approved document libraries.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cherry-picked-content", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cherry-picked-content",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cherry-picked-content", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cherry-picked-content",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-company-stories", "name": "pnp-sp-dev-spfx-web-parts-react-company-stories",
"source": "pnp", "source": "pnp",
"title": "Company Stories", "title": "Company Stories Web Part",
"shortDescription": "This web part allows you to add images to a SharePoint List, and renders them with a UX very similar to Instagram Stories (or Twitter Reels, or [Place your Social network here]). It is a way to engage employees, showing relevant content in a well-known visual appearance.", "shortDescription": "This web part allows you to add images to a SharePoint List, and renders them with a UX very similar to Instagram Stories (or Twitter Reels, or [Place your Social network here]). It is a way to engage employees, showing relevant content in a well-known visual appearance.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-company-stories", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-company-stories",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-company-stories", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-company-stories",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-comparer", "name": "pnp-sp-dev-spfx-web-parts-react-comparer",
"source": "pnp", "source": "pnp",
"title": "Comparer with File Picker", "title": "Comparer Web Part with File Picker",
"shortDescription": "Allows users to compare Before and After pictures, with a draggable slider. Implements a custom file picker.", "shortDescription": "Allows users to compare Before and After pictures, with a draggable slider. Implements a custom file picker.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-comparer", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-comparer",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-copy-views", "name": "pnp-sp-dev-spfx-web-parts-react-copy-views",
"source": "pnp", "source": "pnp",
"title": "Copy Views", "title": "Copy Views Web Part",
"shortDescription": "The Copy Views solution enables a user to copy views from one list/library to another across site collections.", "shortDescription": "The Copy Views solution enables a user to copy views from one list/library to another across site collections.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-copy-views", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-copy-views",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-cross-device-data", "name": "pnp-sp-dev-spfx-web-parts-react-cross-device-data",
"source": "pnp", "source": "pnp",
"title": "Cross-Device Data", "title": "Cross-Device Data Web Part",
"shortDescription": "This solution demonstrates how to use the OneDrive special folder Apps in order to save user's preferencies cross-device.", "shortDescription": "This solution demonstrates how to use the OneDrive special folder Apps in order to save user's preferencies cross-device.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cross-device-data", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-cross-device-data",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-custom-links", "name": "pnp-sp-dev-spfx-web-parts-react-custom-links",
"source": "pnp", "source": "pnp",
"title": "Custom Links", "title": "Custom Links Web Part",
"shortDescription": "In this web part you can full customize the background and foreground color, font size, width and height of links.", "shortDescription": "In this web part you can full customize the background and foreground color, font size, width and height of links.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-custom-links", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-custom-links",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-custompropertypanecontrols", "name": "pnp-sp-dev-spfx-web-parts-react-custompropertypanecontrols",
"source": "pnp", "source": "pnp",
"title": "Custom property pane controls", "title": "Custom property pane controls web part",
"shortDescription": "Sample custom property pane controls built in React for use with SharePoint Framework client-side web parts.", "shortDescription": "Sample custom property pane controls built in React for use with SharePoint Framework client-side web parts.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-custompropertypanecontrols", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-custompropertypanecontrols",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-dall-e-image-generation", "name": "pnp-sp-dev-spfx-web-parts-react-dall-e-image-generation",
"source": "pnp", "source": "pnp",
"title": "Image generation using DALL-E API", "title": "Image Generation using DALL-E API Web Part",
"shortDescription": "This web part allows you to generate some images using the recently released API of DALL-E image generation.", "shortDescription": "This web part allows you to generate some images using the recently released API of DALL-E image generation.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dall-e-image-generation", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dall-e-image-generation",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dall-e-image-generation", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dall-e-image-generation",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-dashboards", "name": "pnp-sp-dev-spfx-web-parts-react-dashboards",
"source": "pnp", "source": "pnp",
"title": "Application Insights and Cost Management Dashboards", "title": "Application Insights and Cost Management Dashboards Web Part",
"shortDescription": "Sharing Application Insights and solution's cost information with your stakeholders typically requires either using _Azure Dashboards_ or using _Power BI_. This sample solution allows displaying this dashboards directly in a SharePoint site or a tab in MS Teams, moving it close to the users.", "shortDescription": "Sharing Application Insights and solution's cost information with your stakeholders typically requires either using _Azure Dashboards_ or using _Power BI_. This sample solution allows displaying this dashboards directly in a SharePoint site or a tab in MS Teams, moving it close to the users.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dashboards", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dashboards",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dashboards", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dashboards",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-datatable-using-mui-tables", "name": "pnp-sp-dev-spfx-web-parts-react-datatable-using-mui-tables",
"source": "pnp", "source": "pnp",
"title": "DataTable Using MUI table", "title": "DataTable Web Part Using MUI table",
"shortDescription": "This web part provides mui datatable features for your lists.", "shortDescription": "This web part provides mui datatable features for your lists.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-datatable-using-mui-tables", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-datatable-using-mui-tables",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-datatable", "name": "pnp-sp-dev-spfx-web-parts-react-datatable",
"source": "pnp", "source": "pnp",
"title": "Data Table", "title": "Data Table Web Part",
"shortDescription": "This web part provides easy way to render SharePoint custom list in data table view with all the necessary features.", "shortDescription": "This web part provides easy way to render SharePoint custom list in data table view with all the necessary features.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-datatable", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-datatable",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-daterangepicker", "name": "pnp-sp-dev-spfx-web-parts-react-daterangepicker",
"source": "pnp", "source": "pnp",
"title": "Date range picker in SPFx", "title": "Date range picker in SPFx Web Part",
"shortDescription": "This web part used the date range picker in the SharePoint Framework (SPFx) web part", "shortDescription": "This web part used the date range picker in the SharePoint Framework (SPFx) web part",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-daterangepicker", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-daterangepicker",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-doccard-faq", "name": "pnp-sp-dev-spfx-web-parts-react-doccard-faq",
"source": "pnp", "source": "pnp",
"title": "Document Card FAQ", "title": "Document Card FAQ Web Part",
"shortDescription": "React FAQ Document Card Web Part", "shortDescription": "React FAQ Document Card Web Part",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-doccard-faq", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-doccard-faq",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-document-links-accordion", "name": "pnp-sp-dev-spfx-web-parts-react-document-links-accordion",
"source": "pnp", "source": "pnp",
"title": "Documents Links Accordion", "title": "Documents Links Accordion Web Part",
"shortDescription": "This web part allows user create a accordion with documents links grouped by any column of document library.", "shortDescription": "This web part allows user create a accordion with documents links grouped by any column of document library.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-document-links-accordion", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-document-links-accordion",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-download-multiple-documents", "name": "pnp-sp-dev-spfx-web-parts-react-download-multiple-documents",
"source": "pnp", "source": "pnp",
"title": "Download Multiple Documents", "title": "Download Multiple Documents Web Part",
"shortDescription": "This sample empowers users to effortlessly download multiple documents as a single compressed ZIP file.", "shortDescription": "This sample empowers users to effortlessly download multiple documents as a single compressed ZIP file.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-download-multiple-documents", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-download-multiple-documents",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-download-multiple-documents", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-download-multiple-documents",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-dynamics-crm-api", "name": "pnp-sp-dev-spfx-web-parts-react-dynamics-crm-api",
"source": "pnp", "source": "pnp",
"title": "Using Dynamics CRM API", "title": "Web Part Using Dynamics CRM API",
"shortDescription": "This sample shows how to consume Dynamics CRM API using AadTokenProvider class.", "shortDescription": "This sample shows how to consume Dynamics CRM API using AadTokenProvider class.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dynamics-crm-api", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dynamics-crm-api",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-edit-applicationcustomizer", "name": "pnp-sp-dev-spfx-web-parts-react-edit-applicationcustomizer",
"source": "pnp", "source": "pnp",
"title": "Edit Application Customizers", "title": "Edit Application Customizers Web Part",
"shortDescription": "This web part will allow users to view/update application customizers properties across any web where the current user has access to.", "shortDescription": "This web part will allow users to view/update application customizers properties across any web where the current user has access to.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-edit-applicationcustomizer", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-edit-applicationcustomizer",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-emoji-ratings", "name": "pnp-sp-dev-spfx-web-parts-react-emoji-ratings",
"source": "pnp", "source": "pnp",
"title": "Emoji Ratings", "title": "Emoji Ratings Web Part",
"shortDescription": "Take emoji-based reactions or feedback for a given news/article/post", "shortDescription": "Take emoji-based reactions or feedback for a given news/article/post",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-emoji-ratings", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-emoji-ratings",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-enhanced-list-formatting", "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-list-formatting",
"source": "pnp", "source": "pnp",
"title": "Enhanced List Formatting", "title": "Enhanced List Formatting Web Part",
"shortDescription": "This web part allows you to add custom CSS on a page to enhance list formatting.", "shortDescription": "This web part allows you to add custom CSS on a page to enhance list formatting.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-list-formatting", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-list-formatting",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-enhanced-page-properties", "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-page-properties",
"source": "pnp", "source": "pnp",
"title": "Enhanced Page Properties", "title": "Enhanced Page Properties Web Part",
"shortDescription": "Goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations", "shortDescription": "Goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties",

View File

@ -1,7 +1,7 @@
[ [
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-enhanced-powerapps", "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-powerapps",
"title": "Enhanced Power Apps", "title": "Enhanced Power Apps Web Part",
"source": "pnp", "source": "pnp",
"shortDescription": "Adds dynamic resizing, theme awareness, and dynamic data to embedded Power Apps", "shortDescription": "Adds dynamic resizing, theme awareness, and dynamic data to embedded Power Apps",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-powerapps", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-powerapps",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-environment-settings", "name": "pnp-sp-dev-spfx-web-parts-react-environment-settings",
"source": "pnp", "source": "pnp",
"title": "SPFx environment settings management", "title": "SPFx environment settings management web part",
"shortDescription": "Easily swap between environments when building SPFx solutions", "shortDescription": "Easily swap between environments when building SPFx solutions",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-environment-settings", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-environment-settings",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-environment-settings", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-environment-settings",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-events-dynamicdata", "name": "pnp-sp-dev-spfx-web-parts-react-events-dynamicdata",
"source": "pnp", "source": "pnp",
"title": "Dynamic data", "title": "Dynamic data Web Part",
"shortDescription": "Sample web parts illustrating using the SharePoint Framework Dynamic data capability.", "shortDescription": "Sample web parts illustrating using the SharePoint Framework Dynamic data capability.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-events-dynamicdata", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-events-dynamicdata",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-extension-manager", "name": "pnp-sp-dev-spfx-web-parts-react-extension-manager",
"source": "pnp", "source": "pnp",
"title": "Tenant wide extension manager", "title": "Tenant wide extension manager web part",
"shortDescription": "Manage those tenant wide extensions", "shortDescription": "Manage those tenant wide extensions",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-extension-manager", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-extension-manager",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-extension-manager", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-extension-manager",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-facebook-plugin", "name": "pnp-sp-dev-spfx-web-parts-react-facebook-plugin",
"source": "pnp", "source": "pnp",
"title": "SharePoint Framework Facebook Page Social Plugin web part sample", "title": "SharePoint Framework Facebook Page Social Plugin web part",
"shortDescription": "This sample shows how to implement iFrame-based web parts with a dynamic responsive behavior on the example of Facebook Page Social Plugin.", "shortDescription": "This sample shows how to implement iFrame-based web parts with a dynamic responsive behavior on the example of Facebook Page Social Plugin.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-facebook-plugin", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-facebook-plugin",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-faqapp", "name": "pnp-sp-dev-spfx-web-parts-react-faqapp",
"source": "pnp", "source": "pnp",
"title": "Frequently Asked Questions", "title": "Frequently Asked Questions Web Part",
"shortDescription": "Allows users to create Frequently Asked Questions(Faq App) in modern and classic SharePoint pages.", "shortDescription": "Allows users to create Frequently Asked Questions(Faq App) in modern and classic SharePoint pages.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqapp", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqapp",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-faqs", "name": "pnp-sp-dev-spfx-web-parts-react-faqs",
"source": "pnp", "source": "pnp",
"title": "Frequently Asked Questions", "title": "Frequently Asked Questions Web Part",
"shortDescription": "Allows users to create Frequently Asked Questions using Property Field Collection Data", "shortDescription": "Allows users to create Frequently Asked Questions using Property Field Collection Data",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqs", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqs",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqs", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-faqs",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-feedback-sidebar", "name": "pnp-sp-dev-spfx-web-parts-react-feedback-sidebar",
"source": "pnp", "source": "pnp",
"title": "Feedback Sidebar", "title": "Feedback Sidebar Web Part",
"shortDescription": "This web part displays a sidebar that allows users to provide feedback on various sections of your site.", "shortDescription": "This web part displays a sidebar that allows users to provide feedback on various sections of your site.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-feedback", "name": "pnp-sp-dev-spfx-web-parts-react-feedback",
"source": "pnp", "source": "pnp",
"title": "Feedback", "title": "Feedback Web Part",
"shortDescription": "This is an application that supports Feedback through a web part that can be used directly on a Modern SharePoint Site page. This web part can be added to any site page or article. This allows users to send categorized feedback via email to users in the \u0022Feedback Owners\u0022 group.", "shortDescription": "This is an application that supports Feedback through a web part that can be used directly on a Modern SharePoint Site page. This web part can be added to any site page or article. This allows users to send categorized feedback via email to users in the \u0022Feedback Owners\u0022 group.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback",
"longDescription": [ "longDescription": [

View File

@ -2,12 +2,12 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-find-parker", "name": "pnp-sp-dev-spfx-web-parts-react-find-parker",
"source": "pnp", "source": "pnp",
"title": "Find Parker", "title": "Find Parker Web Part",
"shortDescription": "This webpart is a simple find object game.", "shortDescription": "This web part is a simple find object game.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-find-parker", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-find-parker",
"longDescription": [ "longDescription": [
"Work is not about work 🤨, sometimes a bit of fun is in order 🕹️", "Work is not about work 🤨, sometimes a bit of fun is in order 🕹️",
"This webpart is a simple find object game." "This web part is a simple find object game."
], ],
"creationDateTime": "2021-10-31", "creationDateTime": "2021-10-31",
"updateDateTime": "2021-10-31", "updateDateTime": "2021-10-31",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-flow-button", "name": "pnp-sp-dev-spfx-web-parts-react-flow-button",
"source": "pnp", "source": "pnp",
"title": "Flow Button", "title": "Flow Button Web Part",
"shortDescription": "This web part demonstrates displaying the list of flow button of Power Automate.", "shortDescription": "This web part demonstrates displaying the list of flow button of Power Automate.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-button", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-button",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-flow-dashboard", "name": "pnp-sp-dev-spfx-web-parts-react-flow-dashboard",
"source": "pnp", "source": "pnp",
"title": "Flow Dashboard", "title": "Flow Dashboard Web Part",
"shortDescription": "This web part demonstrates displaying the list of flows in different environments, ability to re-enable flows which are stopped or suspended, and the flow run history of the selected flow.", "shortDescription": "This web part demonstrates displaying the list of flows in different environments, ability to re-enable flows which are stopped or suspended, and the flow run history of the selected flow.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-dashboard", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-dashboard",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-fluentui-theme-variant", "name": "pnp-sp-dev-spfx-web-parts-react-fluentui-theme-variant",
"source": "pnp", "source": "pnp",
"title": "Fluent UI Theme Variant", "title": "Fluent UI Theme Variant Web Part",
"shortDescription": "An example of how to apply a custom theme or a variation of the current SharePoint theme directly to the web part", "shortDescription": "An example of how to apply a custom theme or a variation of the current SharePoint theme directly to the web part",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-fluentui-theme-variant", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-fluentui-theme-variant",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-follow-document", "name": "pnp-sp-dev-spfx-web-parts-react-follow-document",
"source": "pnp", "source": "pnp",
"title": "react-follow-document", "title": "Follow Document Web Part",
"shortDescription": "react-follow-document", "shortDescription": "react-follow-document",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-follow-document", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-follow-document",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-followed-drag-and-drop-grid", "name": "pnp-sp-dev-spfx-web-parts-react-followed-drag-and-drop-grid",
"source": "pnp", "source": "pnp",
"title": "Followed Drag and Drop Grid", "title": "Followed Drag and Drop Grid Web Part",
"shortDescription": "This web part is a good example (starting point) for a solution to implement alternative view for user followed sites (or any kind of links). The web part uses Microsoft Graph so it presents how to define needed web api permissions in package-solution and use MS Graph API endpoints.", "shortDescription": "This web part is a good example (starting point) for a solution to implement alternative view for user followed sites (or any kind of links). The web part uses Microsoft Graph so it presents how to define needed web api permissions in package-solution and use MS Graph API endpoints.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-followed-drag-and-drop-grid", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-followed-drag-and-drop-grid",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-followedsites", "name": "pnp-sp-dev-spfx-web-parts-react-followedsites",
"source": "pnp", "source": "pnp",
"title": "Followed Sites", "title": "Followed Sites Web Part",
"shortDescription": "This web part provides you the ability to display a list of site administrator defined number of sites that a given user is following, with paging as well as inline filtering of sites by keyword or phrase. Currently the list of followed sites includes classic as well as modern communication sites but does not include group enabled (modern) team sites.", "shortDescription": "This web part provides you the ability to display a list of site administrator defined number of sites that a given user is following, with paging as well as inline filtering of sites by keyword or phrase. Currently the list of followed sites includes classic as well as modern communication sites but does not include group enabled (modern) team sites.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-followedsites", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-followedsites",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-functional-component", "name": "pnp-sp-dev-spfx-web-parts-react-functional-component",
"source": "pnp", "source": "pnp",
"title": "React Functional Component web part", "title": "React Functional Component Web Part",
"shortDescription": "This web part is intended to be easier to understand for new developers building their first SPFx web part. It is a refactoring of the HelloWorld web part that is created by the @microsoft/generator-sharepoint Yeoman generator, and introduces React Functional Components.", "shortDescription": "This web part is intended to be easier to understand for new developers building their first SPFx web part. It is a refactoring of the HelloWorld web part that is created by the @microsoft/generator-sharepoint Yeoman generator, and introduces React Functional Components.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-functional-component", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-functional-component",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-github-badge", "name": "pnp-sp-dev-spfx-web-parts-react-github-badge",
"source": "pnp", "source": "pnp",
"title": "GitHub Badge (React)", "title": "GitHub Badge Web Part (React)",
"shortDescription": "Displays information about a GitHub user.", "shortDescription": "Displays information about a GitHub user.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-github-badge", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-github-badge",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-global-news-sp2019", "name": "pnp-sp-dev-spfx-web-parts-react-global-news-sp2019",
"source": "pnp", "source": "pnp",
"title": "Global News", "title": "Global News Web Part (SP2019)",
"shortDescription": "This web part show a world news from various sources, it uses the API available on https://newsapi.org this collect information from news and blog sites around the world.", "shortDescription": "This web part show a world news from various sources, it uses the API available on https://newsapi.org this collect information from news and blog sites around the world.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-global-news-sp2019", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-global-news-sp2019",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-global-news", "name": "pnp-sp-dev-spfx-web-parts-react-global-news",
"source": "pnp", "source": "pnp",
"title": "Global News", "title": "Global News Web Part",
"shortDescription": "This web part show a world news from various sources, it uses the API available on https://newsapi.org this collect information from news and blog sites around the world.", "shortDescription": "This web part show a world news from various sources, it uses the API available on https://newsapi.org this collect information from news and blog sites around the world.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-global-news", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-global-news",
"longDescription": [ "longDescription": [

View File

@ -1,7 +1,7 @@
[{ [{
"name": "pnp-sp-dev-spfx-web-parts-react-governor-sharing", "name": "pnp-sp-dev-spfx-web-parts-react-governor-sharing",
"source": "pnp", "source": "pnp",
"title": "Governor Sharing", "title": "Governor Sharing Web Part",
"shortDescription": "Shows documents which have been (explicitly) shared within a SharePoint site or Team.", "shortDescription": "Shows documents which have been (explicitly) shared within a SharePoint site or Team.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-governor-sharing", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-governor-sharing",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-governor-sharing", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-governor-sharing",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-app-secret-expiration", "name": "pnp-sp-dev-spfx-web-parts-react-graph-app-secret-expiration",
"source": "pnp", "source": "pnp",
"title": "Applications Secrets Expiration", "title": "Applications Secrets Expiration Web Part",
"shortDescription": "This sample web part shows the list of your applications registered in Azure AD along with their associated client secret/certificate expiration date.", "shortDescription": "This sample web part shows the list of your applications registered in Azure AD along with their associated client secret/certificate expiration date.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-app-secret-expiration", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-app-secret-expiration",
"longDescription": [ "longDescription": [

View File

@ -1,7 +1,7 @@
[ [
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-auto-batching", "name": "pnp-sp-dev-spfx-web-parts-react-graph-auto-batching",
"title": "Graph auto batching", "title": "Graph Auto Batching Web Part",
"source": "pnp", "source": "pnp",
"shortDescription": "This sample shows how to abstract batching graph requests", "shortDescription": "This sample shows how to abstract batching graph requests",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-auto-batching", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-auto-batching",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-azureapps", "name": "pnp-sp-dev-spfx-web-parts-react-graph-azureapps",
"source": "pnp", "source": "pnp",
"title": "Azure Apps", "title": "Azure Apps Web Part",
"shortDescription": "This sample web part shows list of Azure apps in your tenant. A new Azure application can also be registered and can be edited using this web part.", "shortDescription": "This sample web part shows list of Azure apps in your tenant. A new Azure application can also be registered and can be edited using this web part.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-azureapps", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-azureapps",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-azureapps", "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-azureapps",

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-cascading-managed-metadata", "name": "pnp-sp-dev-spfx-web-parts-react-graph-cascading-managed-metadata",
"source": "pnp", "source": "pnp",
"title": "Cascading managed metadata using Graph API", "title": "Cascading managed metadata Web Part using Graph API",
"shortDescription": "Shows how to use the Microsoft Graph APIs (beta) for Taxonomy to get the data.", "shortDescription": "Shows how to use the Microsoft Graph APIs (beta) for Taxonomy to get the data.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-cascading-managed-metadata", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-cascading-managed-metadata",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-feedback-form", "name": "pnp-sp-dev-spfx-web-parts-react-graph-feedback-form",
"source": "pnp", "source": "pnp",
"title": "Feedback Form", "title": "Feedback Form Web Part",
"shortDescription": "Sample SPFx React web part which allows sending emails using Microsoft Graph.", "shortDescription": "Sample SPFx React web part which allows sending emails using Microsoft Graph.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-feedback-form", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-feedback-form",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-groupviewer", "name": "pnp-sp-dev-spfx-web-parts-react-graph-groupviewer",
"source": "pnp", "source": "pnp",
"title": "Graph Group Viewer", "title": "Graph Group Viewer Web Part",
"shortDescription": "Search for groups in your tenant and allow you to view the details of the selected group as well as view a list of group members and export the list of members to a CSV file", "shortDescription": "Search for groups in your tenant and allow you to view the details of the selected group as well as view a list of group members and export the list of members to a CSV file",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-groupviewer", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-groupviewer",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-mgt-client", "name": "pnp-sp-dev-spfx-web-parts-react-graph-mgt-client",
"source": "pnp", "source": "pnp",
"title": "Graph MGT Client", "title": "Graph MGT Client Web Part",
"shortDescription": "This is a sample web part developed using React Framework that showcases how to use the latest `microsoft-graph-client` in order to do advanced configuration of the Microsoft Graph client. ", "shortDescription": "This is a sample web part developed using React Framework that showcases how to use the latest `microsoft-graph-client` in order to do advanced configuration of the Microsoft Graph client. ",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-mgt-client", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-mgt-client",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-personalemail", "name": "pnp-sp-dev-spfx-web-parts-react-graph-personalemail",
"source": "pnp", "source": "pnp",
"title": "Personal e-mail", "title": "Personal e-mail Web Part",
"shortDescription": "Sample React web part showing how to retrieve and display personal e-mail retrieved using the Microsoft Graph.", "shortDescription": "Sample React web part showing how to retrieve and display personal e-mail retrieved using the Microsoft Graph.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-personalemail", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-personalemail",
"longDescription": [ "longDescription": [

View File

@ -2,7 +2,7 @@
{ {
"name": "pnp-sp-dev-spfx-web-parts-react-graph-pnpjs", "name": "pnp-sp-dev-spfx-web-parts-react-graph-pnpjs",
"source": "pnp", "source": "pnp",
"title": "Using PnPJS with MS Graph", "title": "Web Part Using PnPJS with MS Graph",
"shortDescription": "This web part demonstrates how to use PnPJS with SharePoint Framework and how to query Microsoft Graph with PnPJS. It requests a list of Azure AD groups at your tenant and shows them using Office UI Fabric React list.", "shortDescription": "This web part demonstrates how to use PnPJS with SharePoint Framework and how to query Microsoft Graph with PnPJS. It requests a list of Azure AD groups at your tenant and shows them using Office UI Fabric React list.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-pnpjs", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-pnpjs",
"longDescription": [ "longDescription": [

Some files were not shown because too many files have changed in this diff Show More