@mikezimm/fps-library-v2 1.1.21 → 1.1.22
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/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.d.ts +15 -0
- package/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.d.ts.map +1 -1
- package/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.js +24 -1
- package/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
import { IImageFit, IImageCover } from '../../../../common/Images/imgFit';
|
|
2
|
+
export declare const changesFpsTileComp: string[];
|
|
3
|
+
/**
|
|
4
|
+
* Sample usage of PreConfigProps
|
|
5
|
+
*
|
|
6
|
+
export const WPPresetEverywhere : IPreConfigSettings = {
|
|
7
|
+
source: 'WPPresetEverywhere',
|
|
8
|
+
location: '*',
|
|
9
|
+
props: { ...PreConfigFpsTileCompProps, ...{
|
|
10
|
+
bannerTitle: "FPS Hub Connections",
|
|
11
|
+
defPinState: 'disabled',
|
|
12
|
+
}},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
*/
|
|
16
|
+
export declare const PreConfigFpsTileCompProps: IFpsTileComponentWPProps;
|
|
2
17
|
export interface IFpsTileComponentWPProps {
|
|
3
18
|
tileImgWidth: number;
|
|
4
19
|
tileImgHeight: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsTileComponentWPProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAG,MAAM,kCAAkC,CAAC;AAE3E,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,WAAW,CAAC;IAC1B,UAAU,EAAE,SAAS,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
|
|
1
|
+
{"version":3,"file":"IFpsTileComponentWPProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAG,MAAM,kCAAkC,CAAC;AAE3E,eAAO,MAAM,kBAAkB,EAAG,MAAM,EACqC,CAAC;AAE9E;;;;;;;;;;;;EAYE;AACF,eAAO,MAAM,yBAAyB,EAAE,wBAQvC,CAAA;AAGD,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,WAAW,CAAC;IAC1B,UAAU,EAAE,SAAS,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const changesFpsTileComp = ['tileImgWidth', 'tileImgHeight', 'tileImgCover',
|
|
2
|
+
'tileImgFit', 'tileImgBackground', 'tileTitleWrap', 'tileHighlightColor'];
|
|
3
|
+
/**
|
|
4
|
+
* Sample usage of PreConfigProps
|
|
5
|
+
*
|
|
6
|
+
export const WPPresetEverywhere : IPreConfigSettings = {
|
|
7
|
+
source: 'WPPresetEverywhere',
|
|
8
|
+
location: '*',
|
|
9
|
+
props: { ...PreConfigFpsTileCompProps, ...{
|
|
10
|
+
bannerTitle: "FPS Hub Connections",
|
|
11
|
+
defPinState: 'disabled',
|
|
12
|
+
}},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
*/
|
|
16
|
+
export const PreConfigFpsTileCompProps = {
|
|
17
|
+
tileImgWidth: 200,
|
|
18
|
+
tileImgHeight: 125,
|
|
19
|
+
tileImgCover: 'landscape',
|
|
20
|
+
tileImgFit: 'centerContain',
|
|
21
|
+
tileImgBackground: "lightgray",
|
|
22
|
+
tileTitleWrap: false,
|
|
23
|
+
tileHighlightColor: "yellow"
|
|
24
|
+
};
|
|
2
25
|
//# sourceMappingURL=IFpsTileComponentWPProps.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFpsTileComponentWPProps.js","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IFpsTileComponentWPProps.js","sourceRoot":"","sources":["../../../../../src/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAc,CAAE,cAAc,EAAE,eAAe,EAAG,cAAc;IAC7F,YAAY,EAAG,mBAAmB,EAAE,eAAe,EAAE,oBAAoB,CAAE,CAAC;AAE9E;;;;;;;;;;;;EAYE;AACF,MAAM,CAAC,MAAM,yBAAyB,GAA6B;IACjE,YAAY,EAAE,GAAG;IACjB,aAAa,EAAE,GAAG;IAClB,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,eAAe;IAC3B,iBAAiB,EAAE,WAAW;IAC9B,aAAa,EAAE,KAAK;IACpB,kBAAkB,EAAE,QAAQ;CAC7B,CAAA"}
|