sp-dev-fx-webparts/samples/react-directory
dependabot[bot] 3ccaaf5a1a
Bump @babel/traverse from 7.22.5 to 7.23.2 in /samples/react-directory
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 00:51:37 +00:00
..
assets updated yo-rc and sample.json 2023-06-20 22:49:46 +02:00
config Upgrade to 1.17.1 and linter changes 2023-06-20 13:51:35 +02:00
src eslint version and rules form other 1.17.3 2023-06-20 22:32:05 +02:00
teams Update React-Directory new features and fix issue #931 (#937) 2019-08-13 11:07:43 +03:00
tools Update React-Directory new features and fix issue #931 (#937) 2019-08-13 11:07:43 +03:00
.editorconfig Update React-Directory new features and fix issue #931 (#937) 2019-08-13 11:07:43 +03:00
.eslintrc.js eslint version and rules form other 1.17.3 2023-06-20 22:32:05 +02:00
.gitignore Upgrade to 1.17.1 and linter changes 2023-06-20 13:51:35 +02:00
.npmignore Upgrade to 1.17.1 and linter changes 2023-06-20 13:51:35 +02:00
.prettierrc Update React-Directory new image rendering 2019-08-24 19:03:05 +01:00
.yo-rc.json updated yo-rc and sample.json 2023-06-20 22:49:46 +02:00
README.md eslint version and rules form other 1.17.3 2023-06-20 22:32:05 +02:00
azure-pipelines.yml Update React-Directory new features and fix issue #931 (#937) 2019-08-13 11:07:43 +03:00
gulpfile.js Upgrade to 1.17.1 and linter changes 2023-06-20 13:51:35 +02:00
package-lock.json Bump @babel/traverse from 7.22.5 to 7.23.2 in /samples/react-directory 2023-10-26 00:51:37 +00:00
package.json eslint version and rules form other 1.17.3 2023-06-20 22:32:05 +02:00
tsconfig.json Upgrade to 1.17.1 and linter changes 2023-06-20 13:51:35 +02:00

README.md

Organization Directory

Summary

Search People from Organization Directory and show live persona card on hover.

directory

directory

directory

directory

directory

directory

directory

directory

directory

directory

directory

directory

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.17.3 Node.js v16 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Teams Incompatible Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Web Part Properties

Property Type Required comments
Title Text No Web Part Title
searchFirstName boolean No Lastname or Firstname search query
Properties to search text No By default FirstName,LastName,WorkEmail,Department are used for search. You can add custom properties separated by comma.
Properties to sent as clear text text No By default if the search key has empty spaces, its replaced with + before sending it to the search query. The search properties mentioned here will be sent without the empty space replacemnt.
Results per page number Yes Number of people result to be displayed per page. Max of 20 is allowed, default of 10 is set.

Contributors

Version history

Version Date Comments
1.0.0 July 29, 2019 Initial release
1.0.1 July 19, 2020 Bugfix and mock-service for workbench (LivePersonaCard not supported in workbench)
2.0.0 Sep 18 2020 React hooks, paging, dynamic search props, result alignment using office ui fabric stack.
3.0.0 Oct 17 2020 Minor fixes and add the additional web part property.
3.0.1 March 4 2021 Bugfix 'Sort People by'
3.0.2 Oct 3 2022 Minor styling fixes and people container position
3.0.3 Oct 4 2022 Fix for LivePersonaCard
3.0.4 Jun 20 2023 Upgrade to SPFx 1.17.3

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-directory, located under samples)
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.