@mikezimm/fps-library-v2 1.0.82 → 1.0.83
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.
|
|
8
|
+
npm install @mikezimm/fps-library-v2@1.0.83
|
|
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.
|
|
14
|
+
## 1.0.83 - 2023-Jan-04: SecureScript IFPSWindow
|
|
15
|
+
- add to IFPSWindow: _spPageContextInfo?: LegacyPageContextCopy_15_2;
|
|
16
|
+
- add to IFPSWindow: _pageContextInfo?: PageContextCopy_15_2;
|
|
17
|
+
|
|
18
|
+
## 1.0.82 - 2023-Jan-04: Banner updates
|
|
15
19
|
- fix Banner Panel default tab to be OOTBHelpPanel
|
|
16
20
|
- add createWhyRow for the Whyme page
|
|
17
21
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { IFPSWindowProps } from "../../../banner/features/FPSDOM/Interfaces";
|
|
2
2
|
import { IFPSUser } from "../../../logic/Users/IUserInterfaces";
|
|
3
|
+
import { LegacyPageContextCopy_15_2 } from "../@msft/1.15.2/WebPartContext";
|
|
4
|
+
import { PageContextCopy_15_2 } from "../@msft/1.15.2/WebPartContext";
|
|
3
5
|
import { IFPSEnviro } from "./IFPSEnviro";
|
|
4
6
|
export interface IFPSWindow {
|
|
5
7
|
FPSUser: IFPSUser;
|
|
6
8
|
FPSOptions: IFPSWindowProps;
|
|
7
9
|
FPSEnviro: IFPSEnviro;
|
|
10
|
+
_spPageContextInfo?: LegacyPageContextCopy_15_2;
|
|
11
|
+
_pageContextInfo?: PageContextCopy_15_2;
|
|
8
12
|
}
|
|
9
13
|
//# sourceMappingURL=Window.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Window.d.ts","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/Window.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,UAAU;IAEzB,OAAO,EAAE,QAAQ,CAAC;IAElB,UAAU,EAAE,eAAe,CAAC;IAE5B,SAAS,EAAE,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"Window.d.ts","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/Window.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,UAAU;IAEzB,OAAO,EAAE,QAAQ,CAAC;IAElB,UAAU,EAAE,eAAe,CAAC;IAE5B,SAAS,EAAE,UAAU,CAAC;IAGtB,kBAAkB,CAAC,EAAE,0BAA0B,CAAC;IAChD,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;CAEzC"}
|