@mikezimm/fps-library-v2 2.0.129 → 2.0.131

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.
Files changed (22) hide show
  1. package/lib/PackageVersion.js +3 -3
  2. package/lib/components/atoms/Links/RepoLinks/gitADMemberMap.d.ts +8 -0
  3. package/lib/components/atoms/Links/RepoLinks/gitADMemberMap.d.ts.map +1 -0
  4. package/lib/components/atoms/Links/RepoLinks/gitADMemberMap.js +10 -0
  5. package/lib/components/atoms/Links/RepoLinks/gitADMemberMap.js.map +1 -0
  6. package/lib/components/atoms/Links/RepoLinks/gitFoamCharts.d.ts +8 -0
  7. package/lib/components/atoms/Links/RepoLinks/gitFoamCharts.d.ts.map +1 -0
  8. package/lib/components/atoms/Links/RepoLinks/gitFoamCharts.js +10 -0
  9. package/lib/components/atoms/Links/RepoLinks/gitFoamCharts.js.map +1 -0
  10. package/lib/components/atoms/Links/RepoLinks/gitGridCharts.d.ts +8 -0
  11. package/lib/components/atoms/Links/RepoLinks/gitGridCharts.d.ts.map +1 -0
  12. package/lib/components/atoms/Links/RepoLinks/gitGridCharts.js +10 -0
  13. package/lib/components/atoms/Links/RepoLinks/gitGridCharts.js.map +1 -0
  14. package/lib/components/atoms/Links/RepoLinks/gitPbiSpotlight.d.ts +8 -0
  15. package/lib/components/atoms/Links/RepoLinks/gitPbiSpotlight.d.ts.map +1 -0
  16. package/lib/components/atoms/Links/RepoLinks/gitPbiSpotlight.js +10 -0
  17. package/lib/components/atoms/Links/RepoLinks/gitPbiSpotlight.js.map +1 -0
  18. package/lib/components/atoms/Links/RepoLinks/gitTrackMyTime.d.ts +8 -0
  19. package/lib/components/atoms/Links/RepoLinks/gitTrackMyTime.d.ts.map +1 -0
  20. package/lib/components/atoms/Links/RepoLinks/gitTrackMyTime.js +10 -0
  21. package/lib/components/atoms/Links/RepoLinks/gitTrackMyTime.js.map +1 -0
  22. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  export const PackageNameFpsLv2 = 'fps-library-v2';
2
- export const PackageVersionFpsLv2 = '2.0.129';
3
- export const PackageVersionLabelFpsLv2 = 'fps-library-v2@2.0.129';
4
- export const PackageVersionTimeFpsLv2 = '3/12/2025, 5:07:20 PM EDT';
2
+ export const PackageVersionFpsLv2 = '2.0.131';
3
+ export const PackageVersionLabelFpsLv2 = 'fps-library-v2@2.0.131';
4
+ export const PackageVersionTimeFpsLv2 = '3/13/2025, 7:14:47 PM EDT';
5
5
  //# sourceMappingURL=PackageVersion.js.map
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
7
+ export declare const gitADMemberMap: IRepoLinks;
8
+ //# sourceMappingURL=gitADMemberMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitADMemberMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitADMemberMap.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAKzF,eAAO,MAAM,cAAc,EAAE,UAAkH,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { createRepoLinks } from '../CreateLinks';
7
+ import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
8
+ import { SmallStyle } from './LinksCommon';
9
+ export const gitADMemberMap = createRepoLinks(baseMyRepos + 'AD-Member-Map', '_blank', 'AD-Member-Map', SmallStyle, 'ADMemberMap');
10
+ //# sourceMappingURL=gitADMemberMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitADMemberMap.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitADMemberMap.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,WAAW,EAAE,MAAM,gEAAgE,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,CAAC,MAAM,cAAc,GAAe,eAAe,CAAC,WAAW,GAAG,eAAe,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,aAAa,CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
7
+ export declare const gitCarrotCharts: IRepoLinks;
8
+ //# sourceMappingURL=gitFoamCharts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitFoamCharts.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitFoamCharts.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAKzF,eAAO,MAAM,eAAe,EAAE,UAAiH,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { createRepoLinks } from '../CreateLinks';
7
+ import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
8
+ import { SmallStyle } from './LinksCommon';
9
+ export const gitCarrotCharts = createRepoLinks(baseMyRepos + 'CarrotCharts', '_blank', 'CarrotCharts', SmallStyle, 'CarrotCharts');
10
+ //# sourceMappingURL=gitFoamCharts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitFoamCharts.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitFoamCharts.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,WAAW,EAAE,MAAM,gEAAgE,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,CAAC,MAAM,eAAe,GAAe,eAAe,CAAC,WAAW,GAAG,cAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,EAAE,cAAc,CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
7
+ export declare const gitGridcharts: IRepoLinks;
8
+ //# sourceMappingURL=gitGridCharts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitGridCharts.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGridCharts.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAKzF,eAAO,MAAM,aAAa,EAAE,UAA2G,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { createRepoLinks } from '../CreateLinks';
7
+ import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
8
+ import { SmallStyle } from './LinksCommon';
9
+ export const gitGridcharts = createRepoLinks(baseMyRepos + 'Gridcharts', '_blank', 'Gridcharts', SmallStyle, 'GridCharts');
10
+ //# sourceMappingURL=gitGridCharts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitGridCharts.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGridCharts.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,WAAW,EAAE,MAAM,gEAAgE,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,CAAC,MAAM,aAAa,GAAe,eAAe,CAAC,WAAW,GAAG,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
7
+ export declare const gitPbiSpotlight: IRepoLinks;
8
+ //# sourceMappingURL=gitPbiSpotlight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitPbiSpotlight.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPbiSpotlight.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAKzF,eAAO,MAAM,eAAe,EAAE,UAAoH,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { createRepoLinks } from '../CreateLinks';
7
+ import { baseFPSRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
8
+ import { SmallStyle } from './LinksCommon';
9
+ export const gitPbiSpotlight = createRepoLinks(baseFPSRepos + 'PBI-Spotlight', '_blank', 'PBI-Spotlight', SmallStyle, 'PbiSpotlight');
10
+ //# sourceMappingURL=gitPbiSpotlight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitPbiSpotlight.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPbiSpotlight.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,gEAAgE,CAAC;AAC9F,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,CAAC,MAAM,eAAe,GAAe,eAAe,CAAC,YAAY,GAAG,eAAe,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,cAAc,CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { IRepoLinks } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks';
7
+ export declare const gitTrackMyTime: IRepoLinks;
8
+ //# sourceMappingURL=gitTrackMyTime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitTrackMyTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitTrackMyTime.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAKzF,eAAO,MAAM,cAAc,EAAE,UAAoH,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
3
+ * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
4
+
5
+ */
6
+ import { createRepoLinks } from '../CreateLinks';
7
+ import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls';
8
+ import { SmallStyle } from './LinksCommon';
9
+ export const gitTrackMyTime = createRepoLinks(baseMyRepos + 'TrackMyTime7v2021', '_blank', 'TrackMyTime', SmallStyle, 'TrackMyTime');
10
+ //# sourceMappingURL=gitTrackMyTime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitTrackMyTime.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitTrackMyTime.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,WAAW,EAAE,MAAM,gEAAgE,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,CAAC,MAAM,cAAc,GAAe,eAAe,CAAC,WAAW,GAAG,mBAAmB,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,CAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "2.0.129",
3
+ "version": "2.0.131",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",