@mikezimm/fps-library-v2 1.0.117 → 1.0.119

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,19 @@ 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.119 - 2023-Feb-09: Compliance, ALVFM
15
+ - migrate ISearchType and ISearchTypes to src\components\molecules\SearchPage\ISearchTypes from ALVFinMan
16
+
17
+ ## 1.0.118 - 2023-Feb-09: PivotTiles
18
+ - add libraryColumnsMeta from libraryColumns but for PivotTiles MetaInfo property
19
+
20
+ ## 1.0.117 - 2023-Feb-09: Compliance / ALVFinMan: ISource Stuff
15
21
  - updated ISourceProps to use generic OthersTab,
16
22
  - added SitePagesSource, ModernSitePagesColumns, ModernSitePagesSearch src/pnpjs/SourceItems/SitePages/SitePagesSource
17
23
 
@@ -0,0 +1,13 @@
1
+ export interface ISearchType {
2
+ key: string;
3
+ title: string;
4
+ icon: string;
5
+ style: string;
6
+ count: number;
7
+ adjust?: number;
8
+ }
9
+ export interface ISearchTypes {
10
+ keys: string[];
11
+ objs: ISearchType[];
12
+ }
13
+ //# sourceMappingURL=ISearchTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISearchTypes.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/SearchPage/ISearchTypes.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,WAAW,EAAE,CAAC;CACrB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ISearchTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISearchTypes.js","sourceRoot":"","sources":["../../../../src/components/molecules/SearchPage/ISearchTypes.ts"],"names":[],"mappings":""}
@@ -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.119",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",