8.0.0 • Published 1 year ago

gl-sp-frontend v8.0.0

Weekly downloads
26
License
ISC
Repository
github
Last release
1 year ago

gl-sp-frontend

version downloads downloads

What is this repository for?

This package (glaucioleonardo-sharepoint-frontend) is a common code for SharePoint 2013/2016 using among web front-end development such as ES6+ and TypeScript.

This package contains the types for using with Typescript.

How do I get set up?

The easiest way to install this library is via npm using the following commands:

  • Latest version npm install gl-sp-frontend --save;
  • Available versions npm install gl-sp-frontend@version --save;
  • If you need to support old browsers (tested in IE10+), just install those packages polyfills and import as the following sequence:

This is how you should include in your code and voila \o/:

import * as promise from 'es6-promise';
import 'whatwg-fetch';

class MyBeautifulClass {
    constructor() {
        promise.polyfill();
    }
}

If you are using Angular 2+, just import these packages inside polyfill.js and in the section: /** IE10 and IE11 requires the following for external source of SVG when using <use> tag */ include promise.polyfill(); and everything should work fine!

If you are using only browser version:

  • For ES5 version importing via
<!DOCTYPE html>
 <html lang="en">
 <head>
    <meta charset="UTF-8">
    <title>gl-sp-frontend</title>
    ...
 </head>
 <body>
    ...
    <!-- Include here -->
    <script src="https://github.com/glaucioleonardo/gl-sp-frontend/tree/master/lib/bundle.js"></script>
    <!-- or just download this repo and refer to the bundle.js like this -->
    <script src="js/bundle.js"></script>
 </body>
 </html>
  • In case you are using ES+, just use the bundle.js inside lib/es6

Macro features

  • Core: Setup
  • Retrieve list items
  • User permissions

Other features is going to be included frequently.

Other packages used

I'm really thankful for those packages creators!

7.3.0

1 year ago

7.6.0

1 year ago

7.4.0

1 year ago

7.5.0

1 year ago

8.0.0

1 year ago

7.2.0

1 year ago

7.1.0

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

4.0.0

1 year ago

5.0.0

1 year ago

3.0.0

1 year ago

2.4.7

1 year ago

2.4.6

3 years ago

2.4.5

4 years ago

2.4.4

4 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.9

4 years ago

2.3.8

4 years ago

2.3.7

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha18

5 years ago

1.0.0-alpha17

5 years ago

1.0.0-alpha16

5 years ago

1.0.0-alpha15

5 years ago

1.0.0-alpha14

5 years ago

1.0.0-alpha13

5 years ago

1.0.0-alpha6

5 years ago

1.0.0-alpha7

5 years ago

1.0.0-alpha8

5 years ago

1.0.0-alpha9

5 years ago

1.0.0-alpha11

5 years ago

1.0.0-alpha10

5 years ago

1.0.0-alpha5

5 years ago

1.0.0-alpha4

5 years ago

1.0.0-alpha3

5 years ago

1.0.0-alpha2

5 years ago

1.0.0-alpha

5 years ago