inl-ui 0.0.7 → 0.0.8

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
@@ -7,7 +7,7 @@ import { SearchOutlined, PlusOutlined, CloudUploadOutlined, CloudDownloadOutline
7
7
  import mitt from 'mitt';
8
8
  import dayjs from 'dayjs';
9
9
 
10
- var version = "0.0.6";
10
+ var version = "0.0.8";
11
11
 
12
12
  const config = {
13
13
  prefix: "inl"
@@ -7831,8 +7831,7 @@ const UserManager = defineComponent({
7831
7831
  marginBottom: "16px"
7832
7832
  }
7833
7833
  }, [createVNode(resolveComponent("a-form"), {
7834
- "modelValue": formState.value,
7835
- "onUpdate:modelValue": $event => formState.value = $event,
7834
+ "model": formState.value,
7836
7835
  "name": "basic",
7837
7836
  "layout": "inline",
7838
7837
  "class": "searchLine",
@@ -8353,8 +8352,7 @@ const RoleManager = defineComponent({
8353
8352
  }, [createVNode("div", {
8354
8353
  "class": "table-search"
8355
8354
  }, [createVNode(resolveComponent("a-form"), {
8356
- "modelValue": filter.value,
8357
- "onUpdate:modelValue": $event => filter.value = $event,
8355
+ "model": filter.value,
8358
8356
  "name": "basic",
8359
8357
  "layout": "inline",
8360
8358
  "class": "searchLine",