inl-ui 0.0.41 → 0.0.42

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.41";
21
+ var version = "0.0.42";
22
22
 
23
23
  const config$1 = {
24
24
  prefix: "inl"
@@ -49681,7 +49681,7 @@ const FactoryManage = defineComponent({
49681
49681
  return () => createVNode("div", {
49682
49682
  "class": "manufactorManager flex"
49683
49683
  }, [createVNode("div", {
49684
- "class": "tree_data tree_data"
49684
+ "class": "tree_data flex"
49685
49685
  }, [createVNode(resolveComponent("a-input-search"), {
49686
49686
  "allowClear": true,
49687
49687
  "value": searchValue.value,
@@ -51753,7 +51753,10 @@ var cardDetail = defineComponent({
51753
51753
  }
51754
51754
  return createVNode(resolveComponent("inl-card-box"), mergeProps({
51755
51755
  "componentName": cardInfo.value?.name,
51756
- "titleName": cardInfo.value?.cname
51756
+ "titleName": cardInfo.value?.cname,
51757
+ "params": {
51758
+ isInterval: false
51759
+ }
51757
51760
  }, parameter), null);
51758
51761
  };
51759
51762
  watch(() => _props.formData, e => {