@mikezimm/fps-library-v2 1.0.212 → 1.0.213

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,17 @@ 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.212
8
+ npm install @mikezimm/fps-library-v2@1.0.213
9
9
 
10
10
 
11
11
  # Changelog
12
12
 
13
13
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
14
14
 
15
+ ## 1.0.213 - 2023-May-28: EasyAnalytics
16
+ - fps-styles@1.0.33 - add white-space: pre-wrap to .list-view-rt in reactListView.css (Drilldown)
17
+ - fix buildAnalyticsSummary( lower case things )
18
+
15
19
  ## 1.0.212 - 2023-May-28: EasyAnalytics
16
20
  - create SearchBoxRowAge.tsx: https://github.com/mikezimm/fps-library-v2/issues/64
17
21
  - remove paddingLeft: 30px from pageArrowStyles
@@ -29,12 +29,12 @@ export function buildAnalyticsSummary(AnalyticsSourceProps, stateSource) {
29
29
  // if ( item['Author/Title'] === FPSUser.Title ) { item.searchTextLC += ` || Mine` }
30
30
  // else { item.searchTextLC += ` || Others` }
31
31
  if (item.SiteLink && item.SiteLink.Url.toLowerCase().indexOf(currentSiteLC) > -1) {
32
- item.searchTextLC += ` || thisSite`;
32
+ item.searchTextLC += ` || thissite`;
33
33
  item.searchText += ` || ThisSite`;
34
34
  isThisSite = true;
35
35
  }
36
36
  else {
37
- item.searchTextLC += ` || otherSites`;
37
+ item.searchTextLC += ` || othersites`;
38
38
  item.searchText += ` || OtherSites`;
39
39
  isOtherSite = true;
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.212",
3
+ "version": "1.0.213",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@microsoft/sp-property-pane": "^1.15.2",
43
43
  "@mikezimm/fps-pnp2": "^1.0.46",
44
- "@mikezimm/fps-styles": "^1.0.31",
44
+ "@mikezimm/fps-styles": "^1.0.33",
45
45
  "@pnp/spfx-controls-react": "3.12.0",
46
46
  "@pnp/spfx-property-controls": "^3.6.0",
47
47
  "office-ui-fabric-react": "^7.199.1",