@mikezimm/fps-library-v2 1.1.74 → 1.1.75
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,11 +12,14 @@ npm run clean
|
|
|
12
12
|
npm run build
|
|
13
13
|
npm version major/minor/patch
|
|
14
14
|
npm publish --access=public
|
|
15
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
15
|
+
npm install @mikezimm/fps-library-v2@1.1.75
|
|
16
16
|
|
|
17
17
|
# Changelog
|
|
18
18
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
19
19
|
|
|
20
|
+
## 1.1.75 - 2023-Oct XX: -
|
|
21
|
+
- fix StringFunctions flex-wrap css and order
|
|
22
|
+
|
|
20
23
|
## 1.1.74 - 2023-Oct 16: - Drilldown
|
|
21
24
|
- fix StringFunctions flex arrays and ListPerformance link to Odata Operators
|
|
22
25
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StringFunctions.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":";AAYA,wBAAgB,sBAAsB,IAAO,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"StringFunctions.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":";AAYA,wBAAgB,sBAAsB,IAAO,GAAG,CAAC,OAAO,CAsEvD"}
|
|
@@ -23,31 +23,31 @@ export function getHelpStringFunctions() {
|
|
|
23
23
|
React.createElement("b", null,
|
|
24
24
|
"Editor/Title",
|
|
25
25
|
React.createElement("span", { style: { color: 'green' } }, "/Initials"))),
|
|
26
|
-
React.createElement("div", { style: { display: 'flex' } },
|
|
26
|
+
React.createElement("div", { style: { display: 'flex', flexWrap: 'wrap' } },
|
|
27
27
|
React.createElement("div", { style: padRight40 },
|
|
28
28
|
React.createElement("div", { className: 'fps-pph-topic' }, "Split before character"),
|
|
29
29
|
React.createElement("ul", null, DoNotExpandTrimB4.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
30
30
|
React.createElement("div", { style: padRight40 },
|
|
31
31
|
React.createElement("div", { className: 'fps-pph-topic' }, "Split after character"),
|
|
32
32
|
React.createElement("ul", null, DoNotExpandTrimAfter.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
33
|
-
React.createElement("div", { style: padRight40 },
|
|
34
|
-
React.createElement("div", { className: 'fps-pph-topic' }, "Words"),
|
|
35
|
-
React.createElement("ul", null, DoNotExpandTrimWords.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
36
|
-
React.createElement("div", { style: padRight40 },
|
|
37
|
-
React.createElement("div", { className: 'fps-pph-topic' }, "Initials"),
|
|
38
|
-
React.createElement("ul", null, DoNotExpandTrimSpecial.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
39
33
|
React.createElement("div", { style: padRight40 },
|
|
40
34
|
React.createElement("div", { className: 'fps-pph-topic' }, "Link columns"),
|
|
41
35
|
React.createElement("ul", null, DoNotExpandLinkColumns.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
42
|
-
React.createElement("div", { style: padRight40 },
|
|
43
|
-
React.createElement("div", { className: 'fps-pph-topic', title: "These automatically convert to your Local Time" }, "Time columns - LOCAL"),
|
|
44
|
-
React.createElement("ul", null, DoNotExpandTrimTimes.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
45
36
|
React.createElement("div", { style: padRight40 },
|
|
46
37
|
React.createElement("div", { className: 'fps-pph-topic', title: "These will convert to numbers" }, "Number columns - LOCAL"),
|
|
47
38
|
React.createElement("ul", null, DoNotExpandTrimNumbers.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
48
39
|
React.createElement("div", { style: padRight40 },
|
|
49
40
|
React.createElement("div", { className: 'fps-pph-topic', title: "Special Labels, do NOT add to your column names" }, "Special labels"),
|
|
50
|
-
React.createElement("ul", null, DoNotFetchSpecial.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule))))
|
|
41
|
+
React.createElement("ul", null, DoNotFetchSpecial.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
42
|
+
React.createElement("div", { style: padRight40 },
|
|
43
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Words"),
|
|
44
|
+
React.createElement("ul", null, DoNotExpandTrimWords.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
45
|
+
React.createElement("div", { style: padRight40 },
|
|
46
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Initials"),
|
|
47
|
+
React.createElement("ul", null, DoNotExpandTrimSpecial.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
48
|
+
React.createElement("div", { style: padRight40 },
|
|
49
|
+
React.createElement("div", { className: 'fps-pph-topic', title: "These automatically convert to your Local Time" }, "Time columns - LOCAL"),
|
|
50
|
+
React.createElement("ul", null, DoNotExpandTrimTimes.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule))))),
|
|
51
51
|
React.createElement("div", { className: 'fps-pph-topic' }, "Notes: "),
|
|
52
52
|
React.createElement("div", null,
|
|
53
53
|
"Words ending in ",
|
|
@@ -63,8 +63,7 @@ export function getHelpStringFunctions() {
|
|
|
63
63
|
React.createElement("b", null, "MM-DD"),
|
|
64
64
|
": ???? version will only show year if it is not current year. 'MM-DD' version will never show year - USE AT OWN RISK"),
|
|
65
65
|
React.createElement("div", null,
|
|
66
|
-
"For ",
|
|
67
|
-
React.createElement("b", null, "numbers like /Billions"),
|
|
66
|
+
React.createElement("b", null, "For numbers like /Billions"),
|
|
68
67
|
", ",
|
|
69
68
|
React.createElement("b", null, "1D"),
|
|
70
69
|
" variant will show value using 1 decimal place. Otherwise will show no decimal places."),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StringFunctions.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAC/O,OAAO,EAAE,kBAAkB,EAAE,MAAM,uDAAuD,CAAC;AAE3F,MAAM,UAAU,GAAwB,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC;AAEjE,MAAM,UAAU,sBAAsB;IAEpC,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,kBAAkB;QACrE,6BAAK,SAAS,EAAG,iBAAiB;YAC9B,6BAAK,SAAS,EAAG,eAAe,qEAAuE;YACvG;;gBAAuE,0CAAe;;gBAAK,uCAAY;oBAAO;YAC9G,gJAAuH;YACvH,mHAA0F;YAC1F;;gBAA6C,8CAAmB,CAAM;YACtE;;gBAAwC;;oBAAe,8BAAM,KAAK,EAAE,EAAC,KAAK,EAAE,OAAO,EAAC,gBAAkB,CAAI,CAAM;YAEhH,6BAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;
|
|
1
|
+
{"version":3,"file":"StringFunctions.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":"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"}
|