@mikezimm/fps-library-v2 1.1.48 → 1.1.49
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 +8 -2
- package/lib/common/interfaces/fps/IMyInterfaces.d.ts +10 -5
- package/lib/common/interfaces/fps/IMyInterfaces.d.ts.map +1 -1
- package/lib/common/interfaces/fps/IMyInterfaces.js.map +1 -1
- package/lib/components/atoms/Links/RepoLinks/gitProvisionPal.d.ts +6 -0
- package/lib/components/atoms/Links/RepoLinks/gitProvisionPal.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitProvisionPal.js +8 -0
- package/lib/components/atoms/Links/RepoLinks/gitProvisionPal.js.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitRtfFixer.d.ts +6 -0
- package/lib/components/atoms/Links/RepoLinks/gitRtfFixer.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitRtfFixer.js +8 -0
- package/lib/components/atoms/Links/RepoLinks/gitRtfFixer.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,18 @@ npm run clean
|
|
|
4
4
|
npm run build
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
7
|
+
npm install @mikezimm/fps-library-v2@1.1.49
|
|
8
8
|
|
|
9
9
|
# Changelog
|
|
10
10
|
|
|
11
11
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
## 1.1.49 - 2023-Sep 20: - New repoLinks
|
|
14
|
+
- update IMyProgress due to missed updates from prior version.
|
|
15
|
+
refLabel: string; step: string; verb: string; status: string; checkValue: any; returnField: any; item: any;
|
|
16
|
+
- create new repoLinks for: gitProvisionPal and gitRtfFixer
|
|
17
|
+
|
|
18
|
+
## 1.1.48 - 2023-Sep 20: - fps-pnp2
|
|
13
19
|
- bump npm install @mikezimm/fps-pnp2@1.0.51 - add AlreadyExisted to IFPSResultStatus and FPSResultCommonErrors
|
|
14
20
|
|
|
15
21
|
## 1.1.47 - 2023-Sep 20: - RichText Editor
|
|
@@ -12,22 +12,27 @@ import { IMyProgress, IMyFonts, IMyIcons } from '@mikezimm/npmfunctions/dist/Reu
|
|
|
12
12
|
|
|
13
13
|
*/
|
|
14
14
|
export interface IMyProgress {
|
|
15
|
+
id: string;
|
|
15
16
|
timeMS: number;
|
|
16
17
|
time: string;
|
|
18
|
+
rowLabel: string;
|
|
19
|
+
refLabel: string;
|
|
17
20
|
logLabel: string;
|
|
18
21
|
label: string;
|
|
19
|
-
rowLabel: string;
|
|
20
22
|
description: string;
|
|
21
23
|
current: number;
|
|
22
24
|
ofThese: number;
|
|
25
|
+
array: string;
|
|
23
26
|
percentComplete?: number;
|
|
24
27
|
progressHidden?: boolean;
|
|
25
|
-
array: string;
|
|
26
28
|
icon?: string;
|
|
27
29
|
color?: string;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
step: string;
|
|
31
|
+
verb: string;
|
|
32
|
+
status: string;
|
|
33
|
+
checkValue: any;
|
|
34
|
+
returnField: any;
|
|
35
|
+
item: any;
|
|
31
36
|
}
|
|
32
37
|
/**
|
|
33
38
|
* DEPRECATED... Use IFPSItemFont from IAnyContent
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMyInterfaces.d.ts","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,WAAW;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,
|
|
1
|
+
{"version":3,"file":"IMyInterfaces.d.ts","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,GAAG,CAAC;IAChB,WAAW,EAAE,GAAG,CAAC;IACjB,IAAI,EAAE,GAAG,CAAC;CAEX;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IAEvB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IAEzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB;AAED,wBAAgB,YAAY,eAc3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMyInterfaces.js","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;
|
|
1
|
+
{"version":3,"file":"IMyInterfaces.js","sourceRoot":"","sources":["../../../../src/common/interfaces/fps/IMyInterfaces.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAoED,MAAM,UAAU,YAAY;IAC1B,IAAI,OAAO,GAAe;QACtB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;KACZ,CAAC;IACF,OAAO,OAAO,CAAC;AAEjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitProvisionPal.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitProvisionPal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG7D;;GAEG;AAGH,eAAO,MAAM,eAAe,EAAE,UAAuG,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
/**
|
|
4
|
+
* My repos - For Banner component in Panel
|
|
5
|
+
*/
|
|
6
|
+
// export const baseMyRepos = 'https://github.com/mikezimm/';
|
|
7
|
+
export const gitProvisionPal = createRepoLinks(baseFPSRepos + 'Provision-Pal', '_blank', 'FPS-Provision-Pal', SmallStyle);
|
|
8
|
+
//# sourceMappingURL=gitProvisionPal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitProvisionPal.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitProvisionPal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,eAAe,GAAe,eAAe,CAAC,YAAY,GAAG,eAAe,EAAE,QAAQ,EAAE,mBAAmB,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitRtfFixer.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitRtfFixer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG7D;;GAEG;AAGH,eAAO,MAAM,WAAW,EAAE,UAA+F,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
/**
|
|
4
|
+
* My repos - For Banner component in Panel
|
|
5
|
+
*/
|
|
6
|
+
// export const baseMyRepos = 'https://github.com/mikezimm/';
|
|
7
|
+
export const gitRtfFixer = createRepoLinks(baseFPSRepos + 'Rtf-Fixer', '_blank', 'FPS-Rtf-Fixer', SmallStyle);
|
|
8
|
+
//# sourceMappingURL=gitRtfFixer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitRtfFixer.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitRtfFixer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAe,eAAe,CAAC,YAAY,GAAG,WAAW,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,CAAC,CAAC"}
|