@mikezimm/fps-library-v2 1.1.134 → 1.1.136
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 +7 -2
- package/lib/common/PropPaneHelp/pages/Drilldown.js +2 -2
- package/lib/common/PropPaneHelp/pages/Drilldown.js.map +1 -1
- package/lib/common/PropPaneHelp/pages/listview/Refiners.d.ts +1 -1
- package/lib/common/PropPaneHelp/pages/listview/Refiners.d.ts.map +1 -1
- package/lib/common/PropPaneHelp/pages/listview/Refiners.js +1 -1
- package/lib/common/PropPaneHelp/pages/listview/Refiners.js.map +1 -1
- package/lib/components/atoms/Links/RepoLinks/gitLinkUp.d.ts +3 -0
- package/lib/components/atoms/Links/RepoLinks/gitLinkUp.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitLinkUp.js +4 -0
- package/lib/components/atoms/Links/RepoLinks/gitLinkUp.js.map +1 -0
- package/lib/components/molecules/FPSTiles/functions/packageWPPropsExtras.d.ts +15 -0
- package/lib/components/molecules/FPSTiles/functions/packageWPPropsExtras.d.ts.map +1 -0
- package/lib/components/molecules/FPSTiles/functions/packageWPPropsExtras.js +29 -0
- package/lib/components/molecules/FPSTiles/functions/packageWPPropsExtras.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -27,11 +27,17 @@ npm run clean
|
|
|
27
27
|
npm run build ; npm publish --access=public
|
|
28
28
|
npm version major/minor/patch
|
|
29
29
|
npm publish --access=public
|
|
30
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
30
|
+
npm install @mikezimm/fps-library-v2@1.1.136
|
|
31
31
|
|
|
32
32
|
# Changelog
|
|
33
33
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
34
34
|
|
|
35
|
+
## 1.1.136 - 2024-Feb 10: gitLinkUp
|
|
36
|
+
- create buildFPSTileEleWPProps and buildFPSTileEleWPExtras for FPSTile set up in MainWP Render
|
|
37
|
+
|
|
38
|
+
## 1.1.135 - 2024-Feb 10: gitLinkUp
|
|
39
|
+
- create gitLinkUp
|
|
40
|
+
|
|
35
41
|
## 1.1.134 - 2024-Feb 10: FPSTile updates
|
|
36
42
|
- add isCollapsed to: FPSTileWPGroup( isCollapsed: boolean = false )
|
|
37
43
|
- update README - FPSTile.md
|
|
@@ -47,7 +53,6 @@ NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
|
47
53
|
- add return typing to getAppropriateViewFields and getAppropriateViewGroups functions
|
|
48
54
|
- add src\logic\Strings\handleBarsHTML.tsx from Drilldown: replaceHTMLHandleBars, getHandleBarPropsFromString
|
|
49
55
|
|
|
50
|
-
|
|
51
56
|
## 1.1.134 - 2024-Jan 29: simulateUser,
|
|
52
57
|
- add isSiteOwner: boolean; to IFPSUser
|
|
53
58
|
- add simulateUser to FPSUser
|
|
@@ -3,12 +3,12 @@ import { getHelpStringFunctions } from "./listview/StringFunctions";
|
|
|
3
3
|
import { getHelpStats } from "./listview/Stats";
|
|
4
4
|
import { getHelpCommands } from "./listview/Commands";
|
|
5
5
|
import { getHelpUsers } from "./listview/Users";
|
|
6
|
-
import {
|
|
6
|
+
import { getHelpRefiner } from "./listview/Refiners";
|
|
7
7
|
import { getHelpViews } from "./listview/Views";
|
|
8
8
|
export function DrilldownHelp(bannerProps) {
|
|
9
9
|
const pages = [
|
|
10
10
|
getHelpListPerformance(),
|
|
11
|
-
|
|
11
|
+
getHelpRefiner(),
|
|
12
12
|
getHelpStringFunctions(),
|
|
13
13
|
getHelpViews(bannerProps),
|
|
14
14
|
getHelpStats(bannerProps),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drilldown.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/pages/Drilldown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Drilldown.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/pages/Drilldown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,UAAU,aAAa,CAAE,WAAgC;IAE7D,MAAM,KAAK,GAAkB;QAC3B,sBAAsB,EAAK;QAC3B,cAAc,EAAK;QACnB,sBAAsB,EAAK;QAC3B,YAAY,CAAG,WAAW,CAAE;QAC5B,YAAY,CAAG,WAAW,CAAE;QAC5B,eAAe,CAAG,WAAW,CAAE;QAC/B,YAAY,EAAI;KACjB,CAAA;IAED,OAAO,KAAK,CAAC;AAEf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Refiners.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Refiners.tsx"],"names":[],"mappings":";AAQA,wBAAgB,
|
|
1
|
+
{"version":3,"file":"Refiners.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Refiners.tsx"],"names":[],"mappings":";AAQA,wBAAgB,cAAc,IAAO,GAAG,CAAC,OAAO,CAqB/C"}
|
|
@@ -4,7 +4,7 @@ import { Pivot, PivotItem, PivotLinkFormat, PivotLinkSize } from '@fluentui/reac
|
|
|
4
4
|
import { getHelpRefinerColumns } from './RefinerColumns';
|
|
5
5
|
import { getHelpRefinerRules } from './RefinerRules';
|
|
6
6
|
import { getHelpStringFunctions } from './StringFunctions';
|
|
7
|
-
export function
|
|
7
|
+
export function getHelpRefiner() {
|
|
8
8
|
//headerText={ 'Performance' }
|
|
9
9
|
const pages = [
|
|
10
10
|
getHelpRefinerColumns(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Refiners.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Refiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,wDAAwD;AAExD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC7F,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"Refiners.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Refiners.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,wDAAwD;AAExD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC7F,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,UAAU,cAAc;IAC5B,8BAA8B;IAC9B,MAAM,KAAK,GAAkB;QAC3B,qBAAqB,EAAK;QAC1B,mBAAmB,EAAK;QACxB,sBAAsB,EAAK;KAC5B,CAAA;IAED,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,UAAU;QAC3D,6BAAK,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE;YACjC,oBAAC,KAAK,IACF,UAAU,EAAE,eAAe,CAAC,IAAI,EAChC,QAAQ,EAAE,aAAa,CAAC,MAAM,IAE9B,KAAK,CACD,CACJ,CACI,CAAC;IAEb,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitLinkUp.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitLinkUp.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,SAAS,EAAE,UAAqF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitLinkUp.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitLinkUp.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGzD,MAAM,CAAC,MAAM,SAAS,GAAe,eAAe,CAAC,YAAY,GAAG,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IFPSTileElementExtras, IFPSTileElementProps } from "../components/FPSTile/IFPSTileElementProps";
|
|
2
|
+
import { IFpsTileComponentWPProps } from "../webPart/IFpsTileComponentWPProps";
|
|
3
|
+
/**
|
|
4
|
+
* Use this in the MainWebPart Render to build eleProps object
|
|
5
|
+
* @param wpProps
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare function buildFPSTileEleWPProps(wpProps: IFpsTileComponentWPProps): IFPSTileElementProps;
|
|
9
|
+
/**
|
|
10
|
+
* Use this in the MainWebPart Render to build eleExtras object
|
|
11
|
+
* @param wpProps
|
|
12
|
+
* @returns
|
|
13
|
+
*/
|
|
14
|
+
export declare function buildFPSTileEleWPExtras(wpProps: IFpsTileComponentWPProps): IFPSTileElementExtras;
|
|
15
|
+
//# sourceMappingURL=packageWPPropsExtras.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageWPPropsExtras.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/functions/packageWPPropsExtras.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAA;AACxG,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AAE9E;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAE,OAAO,EAAE,wBAAwB,GAAK,oBAAoB,CAUjG;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAE,OAAO,EAAE,wBAAwB,GAAK,qBAAqB,CAUnG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Use this in the MainWebPart Render to build eleProps object
|
|
3
|
+
* @param wpProps
|
|
4
|
+
* @returns
|
|
5
|
+
*/
|
|
6
|
+
export function buildFPSTileEleWPProps(wpProps) {
|
|
7
|
+
const result = {
|
|
8
|
+
// Only updating width because it is needed to auto-refresh the tile width on props change
|
|
9
|
+
Image: { src: ``, css: { width: `${wpProps.tileImgWidth}px` } },
|
|
10
|
+
Link: { href: '' },
|
|
11
|
+
Icon: { name: '' },
|
|
12
|
+
};
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Use this in the MainWebPart Render to build eleExtras object
|
|
17
|
+
* @param wpProps
|
|
18
|
+
* @returns
|
|
19
|
+
*/
|
|
20
|
+
export function buildFPSTileEleWPExtras(wpProps) {
|
|
21
|
+
const result = {
|
|
22
|
+
titleWrap: wpProps.tileTitleWrap,
|
|
23
|
+
tileHighlightColor: wpProps.tileHighlightColor,
|
|
24
|
+
tileLayout: wpProps.tileLayout,
|
|
25
|
+
tileFileImagePriority: wpProps.tileFileImagePriority,
|
|
26
|
+
};
|
|
27
|
+
return result;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=packageWPPropsExtras.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageWPPropsExtras.js","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/functions/packageWPPropsExtras.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,UAAU,sBAAsB,CAAE,OAAiC;IAEvE,MAAM,MAAM,GAA0B;QACpC,0FAA0F;QAC1F,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC,YAAY,IAAI,EAAE,EAAC;QAC9D,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;QAClB,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;KACnB,CAAA;IAED,OAAO,MAAM,CAAC;AAChB,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAE,OAAiC;IAExE,MAAM,MAAM,GAA2B;QACrC,SAAS,EAAE,OAAO,CAAC,aAAa;QAChC,kBAAkB,EAAE,OAAO,CAAC,kBAAkB;QAC9C,UAAU,EAAE,OAAO,CAAC,UAAU;QAC9B,qBAAqB,EAAE,OAAO,CAAC,qBAAqB;KACrD,CAAA;IAED,OAAO,MAAM,CAAC;AAChB,CAAC"}
|