@mikezimm/fps-library-v2 1.0.111 → 1.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,15 @@ npm run build
|
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
7
|
|
|
8
|
-
npm install @mikezimm/fps-library-v2@1.0.
|
|
8
|
+
npm install @mikezimm/fps-library-v2@1.0.112
|
|
9
9
|
|
|
10
10
|
# Changelog
|
|
11
11
|
|
|
12
12
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
13
13
|
|
|
14
|
+
## 1.0.112 - 2023-Feb-03: Pivot Tiles Various
|
|
15
|
+
- fix IMinFetchListProps export in getWebLists?
|
|
16
|
+
|
|
14
17
|
## 1.0.111 - 2023-Feb-03: Pivot Tiles Various
|
|
15
18
|
- remove BannerImageUrl.Url from ModernSitePagesColumnsPivotTiles
|
|
16
19
|
- standardize RequireCheckout >> ForceCheckout in iconNames to be consistant with EasyContents icon
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IMinFetchListProps } from "@mikezimm/fps-pnp2/lib/services/sp/fetch/lists/fetchListProps";
|
|
2
2
|
import { IListInfo } from "@pnp/sp/lists/types";
|
|
3
3
|
import { IFpsErrorObject } from '../../Common/IFpsErrorObject';
|
|
4
|
-
export { IMinFetchListProps }
|
|
4
|
+
export { IMinFetchListProps };
|
|
5
5
|
/**
|
|
6
6
|
* getSourceList calls the Pnp function to get the results which returns the raw error.
|
|
7
7
|
* This function then will convert the error into the helpful error and return the standard IItemsError object.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebLists.d.ts","sourceRoot":"","sources":["../../../../src/pnpjs/Lists/getList/getWebLists.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/D,OAAO,EAAE,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"getWebLists.d.ts","sourceRoot":"","sources":["../../../../src/pnpjs/Lists/getList/getWebLists.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/D,OAAO,EAAE,kBAAkB,EAAE,CAAE;AAC/B;;;;;;;;GAQG;AAEH,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAED,wBAAsB,WAAW,CAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,GAAK,OAAO,CAAC,oBAAoB,CAAC,CAQxK"}
|