inl-ui 0.1.18 → 0.1.21

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.
@@ -1,4 +1,4 @@
1
- @root-entry-name: variable;
2
-
3
- @import './themes/variable.less';
4
- @import './core/index';
1
+ @root-entry-name: variable;
2
+
3
+ @import './themes/variable.less';
4
+ @import './core/index';
@@ -4821,7 +4821,7 @@ const GetDeviceDetailOnce = async (codes, params) => {
4821
4821
  if (instance.thingInstCode === i) {
4822
4822
  for (let n of instance.detailGroupList) {
4823
4823
  for (let m of n.thingPropertyValueVoList) {
4824
- refhCodes[i] = filterDataByEventEnable(instance);
4824
+ refhCodes[i] = instance;
4825
4825
  }
4826
4826
  }
4827
4827
  }
@@ -4878,12 +4878,10 @@ const InjectDeviceCodeGetDetail = async (codes, params) => {
4878
4878
  if (!item) continue;
4879
4879
  for (let n in item.detailGroupList) {
4880
4880
  for (let m in item.detailGroupList[n].thingPropertyValueVoList) {
4881
- if (pcs.includes(item.detailGroupList[n].thingPropertyValueVoList[m].thingPropertyCode)) {
4882
- newResData[i] = {
4883
- pointCode: item.detailGroupList[n].thingPropertyValueVoList[m].pointCode,
4884
- value: item.detailGroupList[n].thingPropertyValueVoList[m].value
4885
- };
4886
- }
4881
+ newResData[i] = {
4882
+ pointCode: item.detailGroupList[n].thingPropertyValueVoList[m].pointCode,
4883
+ value: item.detailGroupList[n].thingPropertyValueVoList[m].value
4884
+ };
4887
4885
  }
4888
4886
  }
4889
4887
  }
@@ -4817,7 +4817,7 @@ const GetDeviceDetailOnce = async (codes, params) => {
4817
4817
  if (instance.thingInstCode === i) {
4818
4818
  for (let n of instance.detailGroupList) {
4819
4819
  for (let m of n.thingPropertyValueVoList) {
4820
- refhCodes[i] = filterDataByEventEnable(instance);
4820
+ refhCodes[i] = instance;
4821
4821
  }
4822
4822
  }
4823
4823
  }
@@ -4874,12 +4874,10 @@ const InjectDeviceCodeGetDetail = async (codes, params) => {
4874
4874
  if (!item) continue;
4875
4875
  for (let n in item.detailGroupList) {
4876
4876
  for (let m in item.detailGroupList[n].thingPropertyValueVoList) {
4877
- if (pcs.includes(item.detailGroupList[n].thingPropertyValueVoList[m].thingPropertyCode)) {
4878
- newResData[i] = {
4879
- pointCode: item.detailGroupList[n].thingPropertyValueVoList[m].pointCode,
4880
- value: item.detailGroupList[n].thingPropertyValueVoList[m].value
4881
- };
4882
- }
4877
+ newResData[i] = {
4878
+ pointCode: item.detailGroupList[n].thingPropertyValueVoList[m].pointCode,
4879
+ value: item.detailGroupList[n].thingPropertyValueVoList[m].value
4880
+ };
4883
4881
  }
4884
4882
  }
4885
4883
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.18",
3
+ "version": "0.1.21",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",