npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

sp-client-custom-fields-varun

v1.0.0

Published

![release](https://img.shields.io/badge/release-v1.3.7-blue.svg) ![npm](https://img.shields.io/badge/npm-sp--client--custom--fields-red.svg) ![status](https://img.shields.io/badge/status-stable-green.svg) ![mit](https://img.shields.io/badge/license-MIT-ye

Downloads

2

Readme

release npm status mit

This library is a kit of 30+ components to customize SPFx web parts custom fields, to make the optimal experience to edit your Web Parts.

Official Web Site: https://oliviercc.github.io/sp-client-custom-fields

Documentation: https://oliviercc.github.io/sp-client-custom-fields

API: https://oliviercc.github.io/sp-client-custom-fields/docs

How to install & use

To install this library is your project, open a command line and execute this command in your WebPart's folder:

npm i --save sp-client-custom-fields

Open your file 'config/config.json', and add the following lines in the externals and in the localizedResources sections:

"externals": {
   "sp-client-custom-fields": "node_modules/sp-client-custom-fields/dist/sp-client-custom-fields.bundle.js"
}
"localizedResources": {
    "sp-client-custom-fields/strings": "../node_modules/sp-client-custom-fields/lib/loc/{locale}.js"
}

Execute gulp in the command line

gulp

You are now ready to use a custom property field in your web part! It's really easy to add a custom property field in your project, you can read any property documentation to view how to do that. More information

Compilation Process

git clone the repo
npm i
tsd install
gulp serve

Updates Log

Date | Description | Contributors ------------ | ----------- | ----------- 06/29/2017 | 1.3.7 Fix bugs with PropertyFieldRichTextBox | @OlivierC - Thanks to @kmartindale for bugs reports 06/27/2017 | 1.3.6 Fix bugs with PropertyFieldRichTextBox | @OlivierC 06/12/2017 | 1.3.5 Upgrade to latest SPFx version. Fix refreshing web part issues + fix bugs with latest version of Office UI Fabric | @ytasyol @OlivierC 05/03/2017 | 1.3.4 Fix bugs with PropertyFieldSPListQuery | @TravisGilbert 04/12/2017 | 1.3.3 Upgrade to Office UI Fabric 2.6.3 + bugs fix + new TermSetPicker custom field added | @OlivierC 04/09/2017 | 1.3.2 Custom List layout improvements + bugs fix | @OlivierC 04/05/2017 | 1.3.1 AutoComplete fixs + new OfficeVideoPicker custom field added | @OlivierC 04/03/2017 | 1.3.0 SearchPropertiesPicker custom field added | @OlivierC 04/03/2017 | 1.2.9 AutoComplete custom field added | @OlivierC 03/29/2017 | 1.2.8 release - CheckBoxes & RadioButtons styles changed | @OlivierC 03/25/2017 | 1.2.7 release - NumericInput custom field added | @OlivierC 03/25/2017 | 1.2.6 release - Bundle package optimization added | @OlivierC 03/23/2017 | 1.2.5 release - Group Picker custom field added | @OlivierC 03/21/2017 | 1.2.4 release - Web Site Documentation update | @OlivierC 03/19/2017 | 1.2.3 release - Mini Color Picker custom field added | @OlivierC 03/19/2017 | 1.2.2 release - StarRating custom field added | @OlivierC 03/18/2017 | 1.2.1 release - TagPicker custom field added | @OlivierC 03/16/2017 | 1.2.0 release - DropDownTreeView custom field added | @OlivierC 03/15/2017 | 1.1.9 release - TreeView custom field added | @OlivierC 03/13/2017 | 1.1.8 release - SortableList custom field added | @OlivierC 03/04/2017 | 1.1.7 release - bugs fix | @OlivierC 03/03/2017 | 1.1.6 release - bugs fix | @OlivierC 02/26/2017 | 1.1.5 release - upgrade to SPFx GA (v1.0.0.0) | @OlivierC 02/21/2017 | 1.1.4 release - RichTextBox update with ckeditor 4.2 upgrade | @OlivierC 02/13/2017 | 1.1.3 release - DateTimePicker improvements to support seconds + 12-hours time convention | @OlivierC 02/05/2017 | 1.1.2 release - bugs fix | @OlivierC 02/05/2017 | 1.1.1 release - Dimension Picker added + new languages (Thai, Hungarian, Greek, Turkish) | @OlivierC 02/04/2017 | 1.1.0 release - Document + Image pickers improvements (manual edition + management of file extensions) + bugs fix with SPListQuery picker | @OlivierC 02/02/2017 | 1.0.9 release - onGetErrorMessage + deferredValidationTime properties added | @OlivierC 01/28/2017 | 1.0.8 release - disabled property added + bugs fix | @OlivierC 01/23/2017 | 1.0.7 release - Fix PropertyFieldRichTextBox errors | @OlivierC 01/21/2017 | 1.0.6 release - SharePoint Framework RC0 support | @OlivierC & Daniel Zeller (@Crash753) 12/06/2016 | 1.0.5 release - SharePoint Framework Drop 6 support + improve accessibility | @OlivierC 11/13/2016 | 1.0.4 release - SharePoint Framework Drop 5 support + upgrade to Office UI Fabric 0.52 | @OlivierC 10/07/2016 | 1.0.3 release - Slider Range custom field added | @OlivierC 10/07/2016 | 1.0.2 release - Bug fix | @OlivierC 10/07/2016 | 1.0.1 release - 16 localization files included | @OlivierC 10/06/2016 | 1.0.0 release - RichTextBox custom field added | @OlivierC 10/04/2016 | 0.9.9 release - Drop down select custom field added | @OlivierC 10/03/2016 | 0.9.8 npm package release - Align Picker custom field added | @OlivierC 10/02/2016 | 0.9.7 npm package release | @OlivierC 09/29/2016 | List Query custom field added | @OlivierC 09/27/2016 | Update to Drop 4 | @OlivierC 09/22/2016 | Custom List custom field added | @OlivierC 09/19/2016 | Date Time custom field added | @OlivierC 09/18/2016 | Display Mode custom field added | @OlivierC 09/18/2016 | Document Picker field added | @OlivierC 09/17/2016 | Icon Picker field added | @OlivierC

The MIT License (MIT)

Copyright (c) 2016 Olivier Carpentier

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.