@mikezimm/fps-library-v2 1.0.117 → 1.0.118

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,13 +5,16 @@ 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.117
8
+ npm install @mikezimm/fps-library-v2@1.0.118
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.117 - 2023-Feb-08: Compliance / ALVFinMan: ISource Stuff
14
+ ## 1.0.118 - 2023-Feb-09: PivotTiles
15
+ - add libraryColumnsMeta from libraryColumns but for PivotTiles MetaInfo property
16
+
17
+ ## 1.0.117 - 2023-Feb-09: Compliance / ALVFinMan: ISource Stuff
15
18
  - updated ISourceProps to use generic OthersTab,
16
19
  - added SitePagesSource, ModernSitePagesColumns, ModernSitePagesSearch src/pnpjs/SourceItems/SitePages/SitePagesSource
17
20
 
@@ -1,2 +1,3 @@
1
1
  export declare const libraryColumns: string[];
2
+ export declare const libraryColumnsMeta: string[];
2
3
  //# sourceMappingURL=FileInterface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileInterface.d.ts","sourceRoot":"","sources":["../../../src/pnpjs/SourceItems/FileInterface.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,EAAE,MAAM,EAAgV,CAAC"}
1
+ {"version":3,"file":"FileInterface.d.ts","sourceRoot":"","sources":["../../../src/pnpjs/SourceItems/FileInterface.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,EAAE,MAAM,EAAiW,CAAC;AAGrY,eAAO,MAAM,kBAAkB,EAAE,MAAM,EAA+D,CAAA"}
@@ -1,2 +1,6 @@
1
- export const libraryColumns = ['ID', 'FileRef', 'FileLeafRef', 'ServerRedirectedEmbedUrl', 'Author/Title', 'Editor/Title', 'Author/Name', 'Editor/Name', 'Modified', 'Created', 'CheckoutUserId', 'HasUniqueRoleAssignments', 'Title', 'FileSystemObjectType', 'FileSizeDisplay', 'File_x0020_Type', 'FileLeafRef', 'LinkFilename', 'OData__UIVersion', 'OData__UIVersionString', 'DocIcon'];
1
+ // export const libraryColumns: string[] = [ 'ID','FileRef','FileLeafRef','ServerRedirectedEmbedUrl','Author/Title','Editor/Title','Author/Name','Editor/Name','Modified','Created','CheckoutUserId','HasUniqueRoleAssignments','Title','FileSystemObjectType','FileSizeDisplay','File_x0020_Type','FileLeafRef','LinkFilename','OData__UIVersion','OData__UIVersionString','DocIcon'];
2
+ // Added ,'CheckoutUserId' from Pivot Tiles to commonize it.
3
+ export const libraryColumns = ['ID', 'FileRef', 'FileLeafRef', 'ServerRedirectedEmbedUrl', 'Author/Title', 'Editor/Title', 'Author/Name', 'CheckoutUserId', 'Editor/Name', 'Modified', 'Created', 'CheckoutUserId', 'HasUniqueRoleAssignments', 'Title', 'FileSystemObjectType', 'FileSizeDisplay', 'File_x0020_Type', 'FileLeafRef', 'LinkFilename', 'OData__UIVersion', 'OData__UIVersionString', 'DocIcon'];
4
+ // same as libraryColumns but adding MetaInfo from Pivot Tiles
5
+ export const libraryColumnsMeta = [...libraryColumns, ...['FieldValuesAsText/MetaInfo']];
2
6
  //# sourceMappingURL=FileInterface.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileInterface.js","sourceRoot":"","sources":["../../../src/pnpjs/SourceItems/FileInterface.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,cAAc,GAAa,CAAE,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,0BAA0B,EAAC,cAAc,EAAC,cAAc,EAAC,aAAa,EAAC,aAAa,EAAC,UAAU,EAAC,SAAS,EAAC,gBAAgB,EAAC,0BAA0B,EAAC,OAAO,EAAC,sBAAsB,EAAC,iBAAiB,EAAC,iBAAiB,EAAC,aAAa,EAAC,cAAc,EAAC,kBAAkB,EAAC,wBAAwB,EAAC,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"FileInterface.js","sourceRoot":"","sources":["../../../src/pnpjs/SourceItems/FileInterface.ts"],"names":[],"mappings":"AACA,uXAAuX;AAEvX,4DAA4D;AAC5D,MAAM,CAAC,MAAM,cAAc,GAAa,CAAE,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,0BAA0B,EAAC,cAAc,EAAC,cAAc,EAAC,aAAa,EAAC,gBAAgB,EAAC,aAAa,EAAC,UAAU,EAAC,SAAS,EAAC,gBAAgB,EAAC,0BAA0B,EAAC,OAAO,EAAC,sBAAsB,EAAC,iBAAiB,EAAC,iBAAiB,EAAC,aAAa,EAAC,cAAc,EAAC,kBAAkB,EAAC,wBAAwB,EAAC,SAAS,CAAC,CAAC;AAErY,8DAA8D;AAC9D,MAAM,CAAC,MAAM,kBAAkB,GAAa,CAAE,GAAG,cAAc,EAAE,GAAG,CAAE,4BAA4B,CAAE,CAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",