@mikezimm/fps-library-v2 1.0.161 → 1.0.163

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,18 +5,28 @@ 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.161
8
+ npm install @mikezimm/fps-library-v2@1.0.163
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.163 - 2023-Apr-05: add performance to functions in pnpjs
15
+ - add performance to getWebLists, getFilteredSubs, getSubSites, getFilteredSubSites, getWebInfoIncludingUniqueMin, getWebInfoIncludingUniqueAll
16
+
17
+ ## 1.0.163 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
18
+ - make IExtendedWordObject params optional, make array of items
19
+ - add performanceR to IExtendedWordSummary
20
+
21
+ ## 1.0.162 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
22
+ - add interface IExtendedWordObject and IExtendedWordSummary for Compliance so add related items to word objects
23
+
14
24
  ## 1.0.161 - 2023-Apr-05: modifiedAge, createdAge, publishedAge
15
25
  - add modifiedAge, createdAge, publishedAge to IAnySourceItem in src\components\molecules\SourceList\IAnyContent.ts
16
26
  - modify addSearchMeta1 > addDateTimeFileInfoSearch to include modifiedAge, createdAge, publishedAge
17
27
 
18
28
  ## 1.0.160 - 2023-Apr-05: FPSAgeHook new Optional prop: alternateOptions
19
- - added FPSAgeHook new Optional prop: alternateOptions - can pass in FPSAgeSliderOptions5Years, FPSAgeSliderOptions10Years, FPSAgeSliderOptions10Years
29
+ - added FPSAgeHook new Optional prop: alternateOptions - can pass in FPSAgeSliderOptions5Years, FPSAgeSliderOptions7Years, FPSAgeSliderOptions10Years
20
30
 
21
31
  ## 1.0.160 - 2023-Apr-03: add viewProps and editProps to standard sources
22
32
  - update DefaultLibrarySource : add standard viewProps and editProps;
@@ -1,4 +1,5 @@
1
1
  import { IPerformanceOp } from "../../molecules/Performance/IPerformance";
2
+ import { IAnySourceItem } from "../../molecules/SourceList/IAnyContent";
2
3
  export interface IWordSummary {
3
4
  words: string[];
4
5
  searchTextLC: string[];
@@ -16,4 +17,12 @@ export interface IWordObject {
16
17
  avg?: number;
17
18
  originalIndex?: number;
18
19
  }
20
+ export interface IExtendedWordSummary extends IWordSummary {
21
+ wordObjs: IExtendedWordObject[];
22
+ }
23
+ export interface IExtendedWordObject extends IWordObject {
24
+ related1: IAnySourceItem;
25
+ related2: IAnySourceItem;
26
+ related3: IAnySourceItem;
27
+ }
19
28
  //# sourceMappingURL=IWordSummary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IWordSummary.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/WordSummary/IWordSummary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,WAAW,EAAE,cAAc,CAAC;IAC5B,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"IWordSummary.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/WordSummary/IWordSummary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAExE,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,WAAW,EAAE,cAAc,CAAC;IAC5B,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,QAAQ,EAAE,mBAAmB,EAAE,CAAC;CACjC;AAGD,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,EAAE,cAAc,CAAC;CAC1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.161",
3
+ "version": "1.0.163",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",