Merge pull request #2942 from juliemturner/main
Update react-pnp-js-sample
This commit is contained in:
commit
678d265ec8
|
@ -0,0 +1,5 @@
|
||||||
|
require('@rushstack/eslint-config/patch/modern-module-resolution');
|
||||||
|
module.exports = {
|
||||||
|
extends: ['@microsoft/eslint-config-spfx/lib/profiles/react'],
|
||||||
|
parserOptions: { tsconfigRootDir: __dirname }
|
||||||
|
};
|
|
@ -13,6 +13,7 @@ release
|
||||||
solution
|
solution
|
||||||
temp
|
temp
|
||||||
*.sppkg
|
*.sppkg
|
||||||
|
.heft
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"plusBeta": true,
|
"plusBeta": true,
|
||||||
"isCreatingSolution": true,
|
"isCreatingSolution": true,
|
||||||
"environment": "spo",
|
"environment": "spo",
|
||||||
"version": "1.14.0",
|
"version": "1.15.2",
|
||||||
"libraryName": "spfx-pnp-js-example",
|
"libraryName": "spfx-pnp-js-example",
|
||||||
"libraryId": "d20ceaf6-094b-4086-b7a0-85761bc8be23",
|
"libraryId": "d20ceaf6-094b-4086-b7a0-85761bc8be23",
|
||||||
"packageManager": "npm",
|
"packageManager": "npm",
|
||||||
|
|
|
@ -48,6 +48,7 @@ react-spfx-pnp-js-sample | Julie Turner ([@jfj1997](https://twitter.com/jfj1997)
|
||||||
|
|
||||||
Version|Date|Comments
|
Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
|
1.1|Aug 29, 2022|Bug fix & dependency updates
|
||||||
1.0|Jan 13, 2022|Initial release
|
1.0|Jan 13, 2022|Initial release
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "spfx-pnp-js-example-client-side-solution",
|
"name": "spfx-pnp-js-example-client-side-solution",
|
||||||
"id": "d20ceaf6-094b-4086-b7a0-85761bc8be23",
|
"id": "d20ceaf6-094b-4086-b7a0-85761bc8be23",
|
||||||
"version": "1.0.0.0",
|
"version": "1.1.0.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
|
@ -37,4 +37,4 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"zippedPackage": "solution/spfx-pnp-js-example.sppkg"
|
"zippedPackage": "solution/spfx-pnp-js-example.sppkg"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -12,7 +12,5 @@ build.rig.getTasks = function () {
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
// disable tslint
|
|
||||||
build.tslintCmd.enabled = false;
|
|
||||||
|
|
||||||
build.initialize(require('gulp'));
|
build.initialize(require('gulp'));
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "spfx-pnp-js-example",
|
"name": "spfx-pnp-js-example",
|
||||||
"version": "0.0.1",
|
"version": "1.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,26 +9,30 @@
|
||||||
"test": "gulp test"
|
"test": "gulp test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/sp-core-library": "1.14.0",
|
"@microsoft/sp-core-library": "1.15.2",
|
||||||
"@microsoft/sp-lodash-subset": "1.14.0",
|
"@microsoft/sp-lodash-subset": "1.15.2",
|
||||||
"@microsoft/sp-office-ui-fabric-core": "1.14.0",
|
"@microsoft/sp-office-ui-fabric-core": "1.15.2",
|
||||||
"@microsoft/sp-property-pane": "1.14.0",
|
"@microsoft/sp-property-pane": "1.15.2",
|
||||||
"@microsoft/sp-webpart-base": "1.14.0",
|
"@microsoft/sp-webpart-base": "1.15.2",
|
||||||
"@pnp/logging": "^3.0.2",
|
"@pnp/logging": "^3.6.0",
|
||||||
"@pnp/sp": "^3.0.2",
|
"@pnp/sp": "^3.6.0",
|
||||||
"office-ui-fabric-react": "7.174.1",
|
|
||||||
"react": "16.13.1",
|
"react": "16.13.1",
|
||||||
"react-dom": "16.13.1"
|
"react-dom": "16.13.1",
|
||||||
|
"tslib": "2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/rush-stack-compiler-4.2": "^0.1.1",
|
"@microsoft/rush-stack-compiler-4.5": "^0.2.2",
|
||||||
"@microsoft/sp-build-web": "1.14.0",
|
"@microsoft/sp-build-web": "1.15.2",
|
||||||
"@microsoft/sp-module-interfaces": "1.14.0",
|
"@microsoft/sp-module-interfaces": "1.15.2",
|
||||||
"@microsoft/sp-tslint-rules": "1.14.0",
|
|
||||||
"@types/react": "16.9.51",
|
"@types/react": "16.9.51",
|
||||||
"@types/react-dom": "16.9.8",
|
"@types/react-dom": "16.9.8",
|
||||||
"@types/webpack-env": "1.13.1",
|
"@types/webpack-env": "1.15.2",
|
||||||
"ajv": "~5.2.2",
|
"ajv": "6.12.5",
|
||||||
"gulp": "~4.0.2"
|
"gulp": "~4.0.2",
|
||||||
|
"@rushstack/eslint-config": "2.5.1",
|
||||||
|
"@microsoft/eslint-plugin-spfx": "1.15.2",
|
||||||
|
"@microsoft/eslint-config-spfx": "1.15.2",
|
||||||
|
"eslint": "8.7.0",
|
||||||
|
"eslint-plugin-react-hooks": "4.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -20,8 +20,8 @@ export interface IPnPjsExampleWebPartProps {
|
||||||
|
|
||||||
export default class PnPjsExampleWebPart extends BaseClientSideWebPart<IPnPjsExampleWebPartProps> {
|
export default class PnPjsExampleWebPart extends BaseClientSideWebPart<IPnPjsExampleWebPartProps> {
|
||||||
|
|
||||||
private _isDarkTheme: boolean = false;
|
private _isDarkTheme = false;
|
||||||
private _environmentMessage: string = '';
|
private _environmentMessage = '';
|
||||||
|
|
||||||
protected async onInit(): Promise<void> {
|
protected async onInit(): Promise<void> {
|
||||||
this._environmentMessage = this._getEnvironmentMessage();
|
this._environmentMessage = this._getEnvironmentMessage();
|
||||||
|
@ -49,7 +49,7 @@ export default class PnPjsExampleWebPart extends BaseClientSideWebPart<IPnPjsExa
|
||||||
}
|
}
|
||||||
|
|
||||||
private _getEnvironmentMessage(): string {
|
private _getEnvironmentMessage(): string {
|
||||||
if (!!this.context.sdks.microsoftTeams) { // running in Teams
|
if (!this.context.sdks.microsoftTeams) { // running in Teams
|
||||||
return this.context.isServedFromLocalhost ? strings.AppLocalEnvironmentTeams : strings.AppTeamsTabEnvironment;
|
return this.context.isServedFromLocalhost ? strings.AppLocalEnvironmentTeams : strings.AppTeamsTabEnvironment;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ export default class PnPjsExample extends React.Component<IPnPjsExampleProps, II
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td>&nbps;</td>
|
||||||
<td><strong>Total:</strong></td>
|
<td><strong>Total:</strong></td>
|
||||||
<td><strong>{(totalDocs / 1024).toFixed(2)}</strong></td>
|
<td><strong>{(totalDocs / 1024).toFixed(2)}</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -128,7 +128,7 @@ export default class PnPjsExample extends React.Component<IPnPjsExampleProps, II
|
||||||
//Clone items from the state
|
//Clone items from the state
|
||||||
const items = JSON.parse(JSON.stringify(this.state.items));
|
const items = JSON.parse(JSON.stringify(this.state.items));
|
||||||
|
|
||||||
let res: IItemUpdateResult[] = [];
|
const res: IItemUpdateResult[] = [];
|
||||||
|
|
||||||
for (let i = 0; i < items.length; i++) {
|
for (let i = 0; i < items.length; i++) {
|
||||||
// you need to use .then syntax here as otherwise the application will stop and await the result
|
// you need to use .then syntax here as otherwise the application will stop and await the result
|
||||||
|
|
|
@ -8,10 +8,11 @@ import "@pnp/sp/lists";
|
||||||
import "@pnp/sp/items";
|
import "@pnp/sp/items";
|
||||||
import "@pnp/sp/batching";
|
import "@pnp/sp/batching";
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-var
|
||||||
var _sp: SPFI = null;
|
var _sp: SPFI = null;
|
||||||
|
|
||||||
export const getSP = (context?: WebPartContext): SPFI => {
|
export const getSP = (context?: WebPartContext): SPFI => {
|
||||||
if (_sp === null && context != null) {
|
if (context != null) {
|
||||||
//You must add the @pnp/logging package to include the PnPLogging behavior it is no longer a peer dependency
|
//You must add the @pnp/logging package to include the PnPLogging behavior it is no longer a peer dependency
|
||||||
// The LogLevel set's at what level a message will be written to the console
|
// The LogLevel set's at what level a message will be written to the console
|
||||||
_sp = spfi().using(SPFx(context)).using(PnPLogging(LogLevel.Warning));
|
_sp = spfi().using(SPFx(context)).using(PnPLogging(LogLevel.Warning));
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "./node_modules/@microsoft/rush-stack-compiler-4.2/includes/tsconfig-web.json",
|
"extends": "./node_modules/@microsoft/rush-stack-compiler-4.5/includes/tsconfig-web.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
@ -32,4 +32,4 @@
|
||||||
"src/**/*.ts",
|
"src/**/*.ts",
|
||||||
"src/**/*.tsx"
|
"src/**/*.tsx"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "./node_modules/@microsoft/sp-tslint-rules/base-tslint.json",
|
|
||||||
"rules": {
|
|
||||||
"class-name": false,
|
|
||||||
"export-name": false,
|
|
||||||
"forin": false,
|
|
||||||
"label-position": false,
|
|
||||||
"member-access": true,
|
|
||||||
"no-arg": false,
|
|
||||||
"no-console": false,
|
|
||||||
"no-construct": false,
|
|
||||||
"no-duplicate-variable": true,
|
|
||||||
"no-eval": false,
|
|
||||||
"no-function-expression": true,
|
|
||||||
"no-internal-module": true,
|
|
||||||
"no-shadowed-variable": true,
|
|
||||||
"no-switch-case-fall-through": true,
|
|
||||||
"no-unnecessary-semicolons": true,
|
|
||||||
"no-unused-expression": true,
|
|
||||||
"no-with-statement": true,
|
|
||||||
"semicolon": true,
|
|
||||||
"trailing-comma": false,
|
|
||||||
"typedef": false,
|
|
||||||
"typedef-whitespace": false,
|
|
||||||
"use-named-parameter": true,
|
|
||||||
"variable-name": false,
|
|
||||||
"whitespace": false
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue