inl-ui 0.0.31 → 0.0.32

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/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
18
18
  import 'vue-color-kit/dist/vue-color-kit.css';
19
19
  import 'inl-card/dist/style.css';
20
20
 
21
- var version = "0.0.30";
21
+ var version = "0.0.32";
22
22
 
23
23
  const config$1 = {
24
24
  prefix: "inl"
@@ -45270,9 +45270,9 @@ const com$c = defineComponent({
45270
45270
  toRouter(decodeURI(JSON.stringify({
45271
45271
  ...record,
45272
45272
  id: record.ID,
45273
- thingCode: record.THING_CODE,
45274
45273
  thingInst: {
45275
- name: record.NAME
45274
+ name: record.NAME,
45275
+ thingCode: record.THING_CODE
45276
45276
  }
45277
45277
  })));
45278
45278
  }