@mchp-mcc/scf-pic8-clc-v1 4.2.0 → 4.2.1
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 +4 -6
- package/Readme.md +4 -6
- package/output/autoCreator.js +31 -9
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +31 -9
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +31 -9
- package/output/creator.js.map +1 -1
- package/output/processor.js +31 -9
- package/output/processor.js.map +1 -1
- package/output/reducer.js +1 -1
- package/output/view.js +1 -1
- package/package.json +3 -3
package/output/autoProcessor.js
CHANGED
|
@@ -4858,7 +4858,9 @@ function getRowData(appModel, rowData) {
|
|
|
4858
4858
|
}
|
|
4859
4859
|
});
|
|
4860
4860
|
} else if (rowData.name === "clcin0") {
|
|
4861
|
-
if (inputSelections.
|
|
4861
|
+
if (inputSelections.some(function (input) {
|
|
4862
|
+
return input.includes("CLCIN0PPS");
|
|
4863
|
+
})) {
|
|
4862
4864
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4863
4865
|
module: moduleName,
|
|
4864
4866
|
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
@@ -4881,7 +4883,9 @@ function getRowData(appModel, rowData) {
|
|
|
4881
4883
|
return undefined; // hide row
|
|
4882
4884
|
}
|
|
4883
4885
|
} else if (rowData.name === "clcin1") {
|
|
4884
|
-
if (inputSelections.
|
|
4886
|
+
if (inputSelections.some(function (input) {
|
|
4887
|
+
return input.includes("CLCIN1PPS");
|
|
4888
|
+
})) {
|
|
4885
4889
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4886
4890
|
module: moduleName,
|
|
4887
4891
|
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
@@ -4904,9 +4908,12 @@ function getRowData(appModel, rowData) {
|
|
|
4904
4908
|
return undefined; // hide row
|
|
4905
4909
|
}
|
|
4906
4910
|
} else if (rowData.name === "clcin2") {
|
|
4907
|
-
if (inputSelections.
|
|
4911
|
+
if (inputSelections.some(function (input) {
|
|
4912
|
+
return input.includes("CLCIN2PPS");
|
|
4913
|
+
})) {
|
|
4908
4914
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4909
4915
|
module: moduleName,
|
|
4916
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4910
4917
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4911
4918
|
module: moduleName
|
|
4912
4919
|
})
|
|
@@ -4915,9 +4922,12 @@ function getRowData(appModel, rowData) {
|
|
|
4915
4922
|
return undefined; // hide row
|
|
4916
4923
|
}
|
|
4917
4924
|
} else if (rowData.name === "clcin3") {
|
|
4918
|
-
if (inputSelections.
|
|
4925
|
+
if (inputSelections.some(function (input) {
|
|
4926
|
+
return input.includes("CLCIN3PPS");
|
|
4927
|
+
})) {
|
|
4919
4928
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4920
4929
|
module: moduleName,
|
|
4930
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4921
4931
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4922
4932
|
module: moduleName
|
|
4923
4933
|
})
|
|
@@ -4926,9 +4936,12 @@ function getRowData(appModel, rowData) {
|
|
|
4926
4936
|
return undefined; // hide row
|
|
4927
4937
|
}
|
|
4928
4938
|
} else if (rowData.name === "clcin4") {
|
|
4929
|
-
if (inputSelections.
|
|
4939
|
+
if (inputSelections.some(function (input) {
|
|
4940
|
+
return input.includes("CLCIN4PPS");
|
|
4941
|
+
})) {
|
|
4930
4942
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4931
4943
|
module: moduleName,
|
|
4944
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4932
4945
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4933
4946
|
module: moduleName
|
|
4934
4947
|
})
|
|
@@ -4937,9 +4950,12 @@ function getRowData(appModel, rowData) {
|
|
|
4937
4950
|
return undefined; // hide row
|
|
4938
4951
|
}
|
|
4939
4952
|
} else if (rowData.name === "clcin5") {
|
|
4940
|
-
if (inputSelections.
|
|
4953
|
+
if (inputSelections.some(function (input) {
|
|
4954
|
+
return input.includes("CLCIN5PPS");
|
|
4955
|
+
})) {
|
|
4941
4956
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4942
4957
|
module: moduleName,
|
|
4958
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4943
4959
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4944
4960
|
module: moduleName
|
|
4945
4961
|
})
|
|
@@ -4948,9 +4964,12 @@ function getRowData(appModel, rowData) {
|
|
|
4948
4964
|
return undefined; // hide row
|
|
4949
4965
|
}
|
|
4950
4966
|
} else if (rowData.name === "clcin6") {
|
|
4951
|
-
if (inputSelections.
|
|
4967
|
+
if (inputSelections.some(function (input) {
|
|
4968
|
+
return input.includes("CLCIN6PPS");
|
|
4969
|
+
})) {
|
|
4952
4970
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4953
4971
|
module: moduleName,
|
|
4972
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4954
4973
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4955
4974
|
module: moduleName
|
|
4956
4975
|
})
|
|
@@ -4959,9 +4978,12 @@ function getRowData(appModel, rowData) {
|
|
|
4959
4978
|
return undefined; // hide row
|
|
4960
4979
|
}
|
|
4961
4980
|
} else if (rowData.name === "clcin7") {
|
|
4962
|
-
if (inputSelections.
|
|
4981
|
+
if (inputSelections.some(function (input) {
|
|
4982
|
+
return input.includes("CLCIN7PPS");
|
|
4983
|
+
})) {
|
|
4963
4984
|
retRowJSONdata = _objectSpread(_objectSpread({}, retRowJSONdata), {}, {
|
|
4964
4985
|
module: moduleName,
|
|
4986
|
+
behaviour: getpinBehaviour(getAPFCONPins, getPPSPins, retRowJSONdata.filter.aliasReEx),
|
|
4965
4987
|
filter: _objectSpread(_objectSpread({}, retRowJSONdata.filter), {}, {
|
|
4966
4988
|
module: moduleName
|
|
4967
4989
|
})
|
|
@@ -5331,7 +5353,7 @@ module.exports = JSON.parse("{\"rows\":[{\"name\":\"clcout\",\"module\":\"CLC1\"
|
|
|
5331
5353
|
|
|
5332
5354
|
__webpack_require__(/*! core-js/es/set/index */"./node_modules/core-js/es/set/index.js");
|
|
5333
5355
|
__webpack_require__(/*! core-js/es/map/index */"./node_modules/core-js/es/map/index.js");
|
|
5334
|
-
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.
|
|
5356
|
+
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.1/generated_module/src/autoProcessor.ts */"./generated_module/src/autoProcessor.ts");
|
|
5335
5357
|
|
|
5336
5358
|
|
|
5337
5359
|
/***/ })
|