@mikezimm/fps-library-v2 1.0.203 → 1.0.204

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
@@ -12,6 +12,9 @@ npm install @mikezimm/fps-library-v2@1.0.203
12
12
 
13
13
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
14
14
 
15
+ ## 1.0.204 - 2023-May-26: Restructured atoms/EasyIcons, added EasySystemIcons
16
+ - rename file: src/components/atoms/EasyIcons/SystemIcons/ListTitlesWithNoSpaceUrls.ts to src/components/atoms/EasyIcons/SystemIcons/EasySystemLibraryIcons.ts
17
+
15
18
  ## 1.0.203 - 2023-May-26: Restructured atoms/EasyIcons, added EasySystemIcons
16
19
  - moved code into 3 folders: interfaces, functions, SystemIcons
17
20
  - broke apart some constants and interfaces into smaller files and moved to interfaces folder
@@ -38,7 +41,7 @@ npm install @mikezimm/fps-styles@1.0.29
38
41
 
39
42
  ## 1.0.197 - 2023-May-19: startPerformOp
40
43
  - @mikezimm/fps-styles@1.0.28
41
- - Add PropPane Warning for: src\components\molecules\FullPageBackGround\PropHelp\CSSWarning.tsx
44
+ - Add PropPane Warning for: src/components/molecules/FullPageBackGround/PropHelp/CSSWarning.tsx
42
45
 
43
46
  ## 1.0.196 - 2023-May-19: startPerformOp
44
47
  - change _refreshBGStyles performance from BGStyles to BGStylesRefresh
@@ -75,7 +78,7 @@ npm install @mikezimm/fps-styles@1.0.29
75
78
  - add defaultWPBack to IFPSPageBGWPProps (duplicate of Common props from SlickSections)
76
79
 
77
80
 
78
- ## 1.0.190 - 2023-May-17: src\FPSPinMe.css
81
+ ## 1.0.190 - 2023-May-17: src/FPSPinMe.css
79
82
  add overflow-y: scroll; to pinMeOverRideMxHt100P and pinMeOverRideMxHt560
80
83
 
81
84
  ## 1.0.189 - 2023-May-15: FPSMinMeOverRide
@@ -83,7 +86,7 @@ add overflow-y: scroll; to pinMeOverRideMxHt100P and pinMeOverRideMxHt560
83
86
 
84
87
  ## 1.0.188 - 2023-May-15: RelatedItems and FPSMinMeOverRide
85
88
  - updated RelatedItems errorInfo error
86
- - fix RelatedItems\GetItems.ts fetch... added restFilter so items are actually filtered
89
+ - fix RelatedItems/GetItems.ts fetch... added restFilter so items are actually filtered
87
90
  - created FPSMinMeOverRide to address https://github.com/mikezimm/PageInfo/issues/125
88
91
  - updated FPSPinMe.css in fps-styles
89
92
  - updated FetchBannerX: this._heightOverRide( newSetting, this.state.showSettings ); for PageInfo issue
@@ -99,7 +102,7 @@ add overflow-y: scroll; to pinMeOverRideMxHt100P and pinMeOverRideMxHt560
99
102
  - add Deprecate comments to fetchFpsItemAsXML, fetchFpsPageAsXML
100
103
 
101
104
  ## 1.0.185 - 2023-May-14: add getWebPartHelpElementRelatedProps
102
- - add getWebPartHelpElementRelatedProps in src\components\molecules\RelatedItems\RelatedPropsHelp.tsx
105
+ - add getWebPartHelpElementRelatedProps in src/components/molecules/RelatedItems/RelatedPropsHelp.tsx
103
106
 
104
107
  ## 1.0.184 - 2023-May-14: add _doHeadingStyles
105
108
  - add _doHeadingStyles to class Interface
@@ -1,6 +1,6 @@
1
1
  import { EasyCCSPageIcons } from "./EasyCCSPageIcons";
2
2
  import { EasySystemListIcons } from "./EasySystemListIcons";
3
- import { EasySystemLibraryIcons } from "./ListTitlesWithNoSpaceUrls";
3
+ import { EasySystemLibraryIcons } from "./EasySystemLibraryIcons";
4
4
  export const AllEasySystemIcons = [
5
5
  ...EasySystemLibraryIcons,
6
6
  ...EasySystemListIcons,
@@ -1 +1 @@
1
- {"version":3,"file":"AllSystemEasyIcons.js","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/AllSystemEasyIcons.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,MAAM,CAAC,MAAM,kBAAkB,GAAsB;IACnD,GAAG,sBAAsB;IACzB,GAAG,mBAAmB;IACtB,GAAG,gBAAgB;CACpB,CAAC"}
1
+ {"version":3,"file":"AllSystemEasyIcons.js","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/AllSystemEasyIcons.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,MAAM,CAAC,MAAM,kBAAkB,GAAsB;IACnD,GAAG,sBAAsB;IACzB,GAAG,mBAAmB;IACtB,GAAG,gBAAgB;CACpB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { ISystemEasyIcon } from "./ISystemEasyIcon";
2
2
  export declare const LibraryTitlesWithNoSpaceUrls: string[];
3
3
  export declare const EasySystemLibraryIcons: ISystemEasyIcon[];
4
- //# sourceMappingURL=ListTitlesWithNoSpaceUrls.d.ts.map
4
+ //# sourceMappingURL=EasySystemLibraryIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EasySystemLibraryIcons.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/EasySystemLibraryIcons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,4BAA4B,EAAE,MAAM,EAKhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,EAiBnD,CAAC"}
@@ -23,4 +23,4 @@ export const EasySystemLibraryIcons = [
23
23
  imageUrl: `${BrandingSharePointFolder}Style Library.png`,
24
24
  },
25
25
  ];
26
- //# sourceMappingURL=ListTitlesWithNoSpaceUrls.js.map
26
+ //# sourceMappingURL=EasySystemLibraryIcons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EasySystemLibraryIcons.js","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/EasySystemLibraryIcons.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,CAAC,MAAM,4BAA4B,GAAa;IACpD,aAAa,EAAE,YAAY,EAAE,OAAO;IACpC,WAAW;IACX,2BAA2B,EAAE,wBAAwB;IACrD,gBAAgB,EAAE,kBAAkB;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAsB;IACvD,GAAG,4BAA4B,CAAC,GAAG,CAAC,CAAC,KAAa,EAAE,EAAE;QACpD,OAAO,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,IAAI,KAAK,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,wBAAwB,GAAG,KAAK,MAAM,EAAE,CAAC;IACpJ,CAAC,CAAC;IACF;QACE,MAAM,EAAE,CAAC,+BAA+B,CAAC,WAAW,EAAE,CAAC;QACvD,IAAI,EAAE,CAAC,iBAAiB,CAAC;QACzB,QAAQ,EAAE,GAAG,wBAAwB,mCAAmC;KACzE,EAAE;QACD,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;QAChC,IAAI,EAAE,CAAC,sBAAsB,CAAC;QAC9B,QAAQ,EAAE,GAAG,wBAAwB,QAAQ;KAC9C,EAAE;QACD,MAAM,EAAE,CAAC,eAAe,CAAC,WAAW,EAAE,CAAC;QACvC,IAAI,EAAE,CAAC,kBAAkB,CAAC;QAC1B,QAAQ,EAAE,GAAG,wBAAwB,mBAAmB;KACzD;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListTitlesWithNoSpaceUrls.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/ListTitlesWithNoSpaceUrls.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,4BAA4B,EAAE,MAAM,EAKhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,EAiBnD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListTitlesWithNoSpaceUrls.js","sourceRoot":"","sources":["../../../../../src/components/atoms/EasyIcons/SystemIcons/ListTitlesWithNoSpaceUrls.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,CAAC,MAAM,4BAA4B,GAAa;IACpD,aAAa,EAAE,YAAY,EAAE,OAAO;IACpC,WAAW;IACX,2BAA2B,EAAE,wBAAwB;IACrD,gBAAgB,EAAE,kBAAkB;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAsB;IACvD,GAAG,4BAA4B,CAAC,GAAG,CAAC,CAAC,KAAa,EAAE,EAAE;QACpD,OAAO,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,IAAI,KAAK,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,wBAAwB,GAAG,KAAK,MAAM,EAAE,CAAC;IACpJ,CAAC,CAAC;IACF;QACE,MAAM,EAAE,CAAC,+BAA+B,CAAC,WAAW,EAAE,CAAC;QACvD,IAAI,EAAE,CAAC,iBAAiB,CAAC;QACzB,QAAQ,EAAE,GAAG,wBAAwB,mCAAmC;KACzE,EAAE;QACD,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;QAChC,IAAI,EAAE,CAAC,sBAAsB,CAAC;QAC9B,QAAQ,EAAE,GAAG,wBAAwB,QAAQ;KAC9C,EAAE;QACD,MAAM,EAAE,CAAC,eAAe,CAAC,WAAW,EAAE,CAAC;QACvC,IAAI,EAAE,CAAC,kBAAkB,CAAC;QAC1B,QAAQ,EAAE,GAAG,wBAAwB,mBAAmB;KACzD;CACF,CAAC"}