Commit Graph

352 Commits

Author SHA1 Message Date
VesaJuvonen 8194441ffa Resolving merge conflict 2017-09-08 09:32:13 +03:00
Alex Terentiev 352710fa93 Initial release (#304) 2017-09-08 08:55:11 +03:00
Joseph Velliah f82957cc56 initial commit (#303) 2017-09-08 08:53:36 +03:00
Vesa Juvonen 3b7f4c43a2 Upating version marker 2017-09-05 12:14:43 +03:00
Vesa Juvonen 8cd9c0a27a Updated readme with clear support statement in production usage. 2017-09-05 12:10:37 +03:00
Velin Georgiev 8450d7855b Two samples on communication between web parts through broadcasting events utilizing the Publish–subscribe pattern (#290)
* Sample added that shows how we can use the SPFx Event Aggregator to communicate between web parts

* Sample added that shows how we can use the ReactiveX (RxJs) library with the SharePoint Framework to communicate between web parts through broadcasting events utilizing the Publish–subscribe pattern

* Event Emitter sample README.md updated
2017-09-05 12:05:47 +03:00
Simon-Pierre Plante dc136bfeda Added a Site Url property next to the Web Url property
Added a Site Url property next to the Web Url property in order to
narrow down the results that were previously all mixed within the same
dropdown. Also added a recursive promise mecanism that allows the
WebPart to perform multiple search requests until all the results are
returning, bypassing the max rowLimit of 500 items. The site url
property can now fetch unlimited site collections, and the web url
property can also fetch unlimited web urls.
2017-09-01 23:46:44 -04:00
Simon-Pierre Plante 5107f2c5d8 Content Query WebPart : Fixed WebUrls not showing (#296)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.

* Fixed an issue where sites/subsites were missing from the WebUrl dropdown

The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!

* Update README.md
2017-09-01 09:38:02 +03:00
Simon-Pierre Plante 4dea634f15 Fixed an issue where sites/subsites were missing from the WebUrl dropdown
The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!
2017-08-31 19:09:17 -04:00
Simon-Pierre Plante 70fce10f75 React Content Query : Added configurable external scripts and external block helpers (#285)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.
2017-08-14 09:49:21 +03:00
Simon-Pierre Plante 2e9451843d Update the externalScripts image. 2017-08-12 20:16:40 -04:00
Simon-Pierre Plante 1802bc8100 Updated readme.md 2017-08-12 20:14:56 -04:00
Simon-Pierre Plante 8b785b2945 Added the ExternalScripts.png picture to readme.md 2017-08-12 20:12:58 -04:00
Simon-Pierre Plante aabae28045 Fixed the readme.md imaged broke in the previous commit 2017-08-12 20:10:42 -04:00
Simon-Pierre Plante 2227c87265 Added the External Scripts property to the toolpart
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
2017-08-12 20:07:01 -04:00
Simon-Pierre Plante 386fcabb75 Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-08-11 19:55:15 -04:00
Vesa Juvonen 1bc64cf26c Removing old old old todo sample, which has not been updated to GA level 2017-08-11 17:44:33 +03:00
Vesa Juvonen 6993849736 Update README.md
Fixing conflict formatting issue.
2017-08-11 17:39:02 +03:00
Pieter Veenstra c05322f9e0 Fixed typos in sample README files. (#265)
* Fixed typos in sample README files.

* Added missing semicolons
2017-08-11 17:37:53 +03:00
Mikael Svenson a254b685c1 Updated SPFx version and more (#280)
* Updated SPFx from 1.0.0 to 1.1.0

* Added closing div.
Updated logo.

* Include override.css using require instead of sass @import which no longer works in the build chain.

* Updated README with complete building steps

* Updated version to 1.0.0.1

* Updated to pull version from package.json

* Include bundled Office UI Frabework CSS to ensure proper grid.

* Added version info

* Added safeWithCustomScriptDisabled property

* Changed to static linking

* Added explicit reference to office-ui-fabric v2

* Removed test CSS

* Remove commented out code

* Remove empty lines

* Removed non-existant styles

* Externalize Office UI Fabric components and CSS to CDN - keeping CSS in the project for reference.
2017-08-10 23:06:47 +03:00
Vardhaman Deshpande ef0be61fd5 Update README.md (#282) 2017-08-10 23:05:48 +03:00
Simon-Pierre Plante 96f74a3cfe Updated the readme with the solution author (#283) 2017-08-10 21:24:20 +03:00
Simon-Pierre Plante e1e2d83505 Updated the readme with the solution author 2017-08-10 13:12:29 -04:00
Vesa Juvonen 54ea23f63a Fixing URL issue in readme for page contributors web part 2017-08-07 19:27:10 +03:00
Velin Georgiev fc842f9120 Sample that shows appSettings.json similar to Web.config appSettings (#278)
* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects.

* Update README.md

Typos fix
2017-08-07 16:59:08 +03:00
Stéphane Magne (Infeeny) 59a2283d92 Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
Vesa Juvonen 3717fc284c Adding usage tracking image to react-content-by-query-webpart 2017-08-07 16:54:35 +03:00
Simon-Pierre Plante d821b0e8c7 React Content Query WebPart (#271)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme
2017-08-07 16:46:22 +03:00
Simon-Pierre Plante 4f7f464d6c Updated the readme 2017-07-25 16:22:35 -04:00
Simon-Pierre Plante bee98db16e Add 'samples/react-content-query-webpart/' from commit '08f8a5af7111fbefdac7c5de9cc7b89ad9fbe18e'
git-subtree-dir: samples/react-content-query-webpart
git-subtree-mainline: 442f147359
git-subtree-split: 08f8a5af71
2017-07-23 23:05:24 -04:00
Simon-Pierre Plante 442f147359 ... 2017-07-23 23:03:13 -04:00
José Quinto b8405c728a Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252)
* update package versions taxonomypicker

* update package json versions react-async-await-sp-pnp-js

* PnP JS Core with select and expand decorators SPFx sample

* update readme property decorators
2017-07-21 21:00:52 +03:00
Atish Kumar Dipongkor d44be59fbe Angular File Upload bug fix (#268)
* initial fixes

* Update README.md

* Update README.md

* Update README.md

* read me updated

* read me updated

* code clean up
2017-07-21 20:59:47 +03:00
Giuliano De Luca 54c391cecd SPFx Invitation Manager inviting external users through Graph API into the Azure Active Directory (#263)
* first commit

* some corrections

* added textfield to pass the parameters dinamically

* implemented list to display external users

* changing the UI style

* fixed bug on the detail list

* label name modified

* Add files via upload

* Delete upcoming-meetings-preview.png

* Update README.md

* some changes

* added twitter and blog
2017-07-21 20:59:17 +03:00
Ravi Kumar Bomma 5c8f6a644d Added spfx sample for Employee Spotlight webpart (#244)
Added the sample webpart code to display the Employee Spotlight details
from a configured list using javascript and SharePoint framework
2017-07-21 20:58:04 +03:00
Vardhaman Deshpande db3a0653a2 SPFx webpart sample using Redux Async Actions and ImmutableJS (#262)
* added wp base

* started on adding redux

* removed immutable to start with

* initial code working (redux, immutable)

* get lists, basic add new list ready

* basic code using redux and immutable js ready

* comments

* image and readme

* readme update

* updated image

* appease the linter

* added comments

* changed folder name

* updated gif

* typo in layouts path

* link to blog and telemetry
2017-07-21 20:55:53 +03:00
Velin Georgiev 35fff34e69 `js-extend-webpack` sample updated to GA (#257) 2017-07-21 20:54:47 +03:00
Eric Overfield 536468b349 React Todo Basic upgrade to release 1.1.0, replace removed Placeholder component with custom Component (#260) 2017-07-21 20:54:12 +03:00
Elio Struyf 96936add47 Added the MSAL JS sample (#253) 2017-07-21 20:53:19 +03:00
Vardhaman Deshpande b2b9c6ea76 Updated orgchart to use office-ui-fabric-react and uifabric/styling (#269)
* initial checkin

* basic code ready

* use office-ui-fabric-react and @uifabric/styling

* formatting

* package-lock

* updated readme

* removed wip code

* fix react children rendering

* deleted lock file added incorrectly.
2017-07-21 20:51:40 +03:00
Velin Georgiev 5ca1a89c85 New SPFx assets advanced sample and minor readme fix (#243)
* react-provision-assets sample added. provides advanced techniques for provisioning lists, libraries, fields and more.

* README drop icon changed to GA

I updated the drop icon from drop4 to GA so not to cause confusion when someone is looking at the README.

* README file updated
2017-06-18 17:07:24 +02:00
Vesa Juvonen 5859d3417b Cleaning samples - removing scss.ts away from the GitHub repository 2017-06-18 17:53:58 +03:00
Vesa Juvonen 2e74dfc735 Cleaning sample 2017-06-15 21:06:40 +03:00
Sergei Sergeev e911fca415 Fixed issues with webpack 2. (#239)
Updated root .gitignore in order to block nuget packages folder.
2017-06-15 14:34:20 +02:00
Vesa Juvonen ef3f708c9f Fixing broken image 2017-06-13 14:41:34 +03:00
Vesa Juvonen 215572dbae Merge branch 'master' of https://github.com/Danny-Engelman/sp-dev-fx-webparts into danny-engelman-master 2017-06-12 14:05:02 +03:00
Vesa Juvonen 62cbeaecc0 Git cleaning 2017-06-12 14:02:45 +03:00
Gautam Sheth 0ec4881a81 Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
Gautam Sheth 9d17034205 Updated react-officegraph to GA (#229)
* updated react office graph to GA

* uploaded src folder and the package folder

* updated readme

* again updated readme
2017-06-12 12:34:05 +02:00
Gautam Sheth be13d78abe Updated jquery-photopile to GA (#227)
* Updated jquery-photopile to GA

* updated typings
2017-06-12 12:26:00 +02:00
Giuliano De Luca 2172eff640 SPFx Office UI Fabric People Picker + SharePoint Search API (#219) 2017-06-12 12:15:57 +02:00
Alex Terentiev a03afe573e KO Dependent Properties has been updated to GA Release (#218)
* Update to GA

* optimized re-render of custom property pane field
2017-06-12 12:14:25 +02:00
Velin Georgiev d7cf8b9e70 js-display-list sample update from drop3 to GA (#208)
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed.

* small fixes on the html and list checks

* The loader is removed since causing "Cannot read property 'replaceChild' of null" error.

* Return empty array instead of undefined if list not found. The list not found error will be catched.
2017-06-12 12:13:22 +02:00
Eric Overfield f4c100081d React Multipage updated to GA build. Update typings, ChartJS v2 (#211) 2017-06-12 08:58:40 +02:00
Eric Overfield 1aebcd4bc7 React Custom Property Pane Control updated to GA build. refactor custom control and standard dropdown properties with dynamic data. Refactor data services (#212) 2017-06-12 08:56:36 +02:00
Waldek Mastykarz bdad08e5db Replaced let with var in angular-msgraph solving #220 (#226) 2017-06-12 08:53:50 +02:00
Vesa Juvonen 8673df66ac :quit
:quit
2017-06-01 15:14:51 +03:00
José Quinto 0b2a284c09 solve typos (#214) 2017-05-22 08:50:52 +03:00
Waldek Mastykarz dbd7d66ff6 Added sample project with API secured with AAD (#207)
Moved web part to a subdirectory
2017-05-19 16:40:43 +03:00
Danny Engelman e23419ce15 Restructered renderData function to human readable compact version 2017-05-18 13:26:51 +02:00
Alex Terentiev 26f1a63270 Support of both Fabric < 6.0.0 and 6.0.0 (#206) 2017-05-15 10:30:05 +03:00
Alex Terentiev 1d63c62778 React side panel (#205)
* React Side Panel

* README

* README - headers update
2017-05-12 18:08:19 +03:00
José Quinto f0202c5c7b IE11 Compatible. Testing and working with IE11 (#203)
* update react-taxonomypicker styles

* react async await PnP JS Core with Logging first release

* update react

* update license

* Establish SPFx Context

* IE11 compatible
2017-05-10 04:28:50 +03:00
Alex Terentiev f0126843a6 React themes demo (#199)
* Issue: text in web part says primaryColor instead of primaryText

* Screenshot updated
2017-05-09 02:52:03 +03:00
Alex Terentiev 1e456a5a49 React themes update (#198)
* themePrimary variable example added

* web part screenshot updated
2017-05-08 22:59:50 +03:00
Alex Terentiev b322dd8771 Knockout taxonomy update (#197)
* Update to GA

* Bugfix: incorrect hierarchy is built if there are terms with equal names on different levels
2017-05-08 21:32:08 +03:00
Vesa Juvonen 451727954e Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-05-08 08:55:36 +03:00
Vardhaman Deshpande 115b8d9b70 removed duplicate code (#194) 2017-05-07 21:01:16 +03:00
Vesa Juvonen 00a34c82dc Updated tracking image in 2017-05-07 20:08:22 +03:00
Alex Terentiev fe3a209ac0 Initial release (#185)
* Initial release

* Readme update
2017-05-06 18:44:58 +03:00
David Hartman ef0c9f7f7c Initial Commit (#183) 2017-05-06 18:42:34 +03:00
Velin Georgiev d3bf47845b Dev - SPFx Sample, Yammer REST API SPFx react webpart (#182)
* react-yammer-api initial commit. SPFx Yammer search webpart sample. It uses the Yammer JavaScript SDK and the Yammer REST APIs.

* Try catch added to _iframeAuthentication. if Office 365 Identity Enforcement  is not enabled, will promise reject instead of throwing exception.
README updated.

* README texts updated

* README texts updated
2017-05-06 18:40:10 +03:00
Waldek Mastykarz c4e72f1584 Added sample showing how to call custom APIs secured with Azure Active Directory without ADAL JS (#193) 2017-05-06 18:38:09 +03:00
José Quinto ccb54125d6 React sample showing the use of sp-pnp-js with Async functions and Logging enabled (#187)
* update react-taxonomypicker styles

* react async await PnP JS Core with Logging first release

* update react

* update license

* Establish SPFx Context
2017-05-06 14:27:17 +03:00
Vesa Juvonen 04ea81e196 Sample polishing 2017-05-05 09:02:52 +03:00
Vesa Juvonen 000dcfd33b Samples polishing 2017-05-05 09:01:48 +03:00
Sébastien Levert f3669414d9 Adding the riot-list sample webpart (#184)
* Adding the riot-list sample webpart

* Adding the latest Animated Gif file
2017-05-04 21:56:54 +03:00
Vesa Juvonen cf2dd21984 Updating react-todo-basic to GA level 2017-05-04 21:55:19 +03:00
Vesa Juvonen 89092b794b Cleaned old react-todo-samples for GA update 2017-05-04 21:26:56 +03:00
David Hartman 49b1d265b1 Msgraph dev (#180)
* removed old msgraph code

* initial commit
2017-05-02 10:12:37 +03:00
David Hartman 31437b9492 Web api dev (#163)
* initial commit

* removed old files

* initial commit
2017-04-02 11:11:35 +03:00
Sergei Sergeev 4a4fccf69b Upgraded Vue.js sample to GA. (#168) 2017-03-31 01:34:42 +03:00
Vesa Juvonen fb66482027 Sample adjustments 2017-03-28 09:12:14 +03:00
Russell gove 7c272c561c Dev (#141)
* c

* we

* working

* work on searchable props

* organize

* workinng

* accept siteUrl as parameter

* qw

* a

* work on display

* work on propertyBagDisplay

* ZX

* qwe

* qwd

* qdw

* qdw

* refactoring

* qw

* qw

* qwd

* awd

* er

* git popup on disoplay working

* 123

* qw

* asd

* works

* Working!

* qweqwwe

* asd

* linting

* tslint

* enable edit all properties

* edit all props

* sort not quite working

* sort working

* sort working

* now really!

* fdg

* Added MessageDisplay

* separete messagedisplay for panel

* added PropertyBagEditPanel

* Implement fileters site list

* new props

* Filters working

* add addn'l parameters

* extracted User Filetrs

* added dropdowns to coimmand bar

* qw

* filters

* ads

* qwe

* sdf

* work on user filters

* dwq

* qw

* add global nab menu

* filterstate

* qwe

* qwe

* fixed filters on filtered site list

* convert params in webparr

* work on men us

* fix nav webpart. Cleanup Descriptions

* clean linting errors

* qwe

* added comments

* fix href in menu

* readme

* fix render of bolean in list

* add images

* Update README.md

* Update README.md

* Update README.md

* fix copy-assets.json

* cleaned up webpart names and descriptions

* fix issue with menu and blank props

* fix readme
2017-03-28 09:08:45 +03:00
Waldek Mastykarz 17753ee571 Changed size of the ADAL JS iframe solving #150 (#167) 2017-03-28 09:05:56 +03:00
Raul Garita Ch 5e3e995528 Fix to main Input. (#159)
The field was not showing the text on IE because of a padding issue.
2017-03-28 09:05:31 +03:00
José Quinto 80d07452a6 Sample web part for Taxonomy Picker control - Jose Quinto (blog.josequinto.com) (#158) 2017-03-28 09:04:08 +03:00
Waldek Mastykarz fbe9d65a83 Updated react-add-implicitflow sample to SPFx GA (#160) 2017-03-17 14:30:33 +02:00
Vesa Juvonen ebd9504650 Added view tracking image to sample readme 2017-03-13 13:10:49 +02:00
Vesa Juvonen 9286b79349 Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
Jeremy Coleman 6020d00821 New Sample Added, Modern Calendar (#140)
* Initial Commit

* Update README.md

* Updated README
2017-03-13 12:43:31 +02:00
Raul Garita Ch b6fd85de83 React-bot-framework Sample To GA (#137)
* GA Update

* GA Badge updated

* Extra GA Update.

I went also trought the conf folder, and removing uneeded typings
2017-03-13 12:41:34 +02:00
Vesa Juvonen 6fa69075cc Merge branch 'dev' 2017-03-13 12:38:03 +02:00
Joseph Velliah 982ac90fb6 initial commit (#139) 2017-03-13 12:37:32 +02:00
Jeremy Coleman 794c8fd32f React Modern Charts (#154)
* Initial Commit

* Cleaned up unused files
2017-03-13 12:35:20 +02:00
Vardhaman Deshpande 087c35671b Updated react-organisationchart for SPFx 1.0 (#156)
* removed unused imports, changed image urls

* updated to drop 5

* updated webpart for SPFx 1.0

* added images and readme
2017-03-13 12:33:59 +02:00
Waldek Mastykarz 075f84fd70 Replaced the Angular ToDo sample (#152)
The latest version doesn't use ngOfficeUIFabric which collides with Office UI Fabric used by the SharePoint Framework
2017-03-12 16:46:54 +02:00
Vesa Juvonen b1799a3fff Adding view tracking image and note on approval of the web part 2017-03-12 14:29:53 +02:00
Mikael Svenson eab018013b Script editor web part for a modern page (#151)
* Initial commit

* Added one more sample
2017-03-12 14:25:26 +02:00
Waldek Mastykarz e63b781b7b Updated SharePoint CRUD sample to SPFx GA (#147) 2017-03-09 15:03:19 +02:00