ct-component-plus 0.0.30 → 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ct-component-plus",
3
3
  "private": false,
4
- "version": "0.0.30",
4
+ "version": "0.0.32",
5
5
  "type": "module",
6
6
  "main": "packages/components/index.js",
7
7
  "files": [
@@ -15,7 +15,7 @@
15
15
  "docs:build": "vuepress build docs"
16
16
  },
17
17
  "dependencies": {
18
- "cingta-icon": "^2.0.0",
18
+ "cingta-icon": "^2.0.2",
19
19
  "element-plus": "^2.3.4",
20
20
  "vue": "^3.2.47"
21
21
  },
@@ -33,4 +33,4 @@
33
33
  "vuepress": "^2.0.0-beta.63",
34
34
  "vuepress-plugin-demo-container": "^0.2.0"
35
35
  }
36
- }
36
+ }
@@ -118,7 +118,6 @@ const handleBuriedParams = (params) => {
118
118
  };
119
119
  const getComponentProps = (item) => {
120
120
  const bpKey = toFirstUpperCase(buriedParamsKey);
121
- console.log(item);
122
121
  const attrObj = {
123
122
  ...item,
124
123
  };
@@ -12,7 +12,6 @@
12
12
  :suffix-icon="suffixIcon"
13
13
  :fit-input-width="fitInputWidth"
14
14
  :select-text="selectText"
15
- :data-va="rawAttr.clearable"
16
15
  :popper-class="ns.e('popper')"
17
16
  @focus="showSearchPrefix"
18
17
  @blur="hideSearchPrefix">