@pisell/materials 1.0.174 → 1.0.176

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.
@@ -9,7 +9,7 @@ const ItemMeta: ComponentMetadata = {
9
9
  "devMode": "proCode",
10
10
  "npm": {
11
11
  "package": "@pisell/materials",
12
- "version": "1.0.170",
12
+ "version": "1.0.175",
13
13
  "exportName": "Breadcrumb",
14
14
  "main": "src/index.tsx",
15
15
  "destructuring": true,
@@ -1143,6 +1143,10 @@ export default {
1143
1143
  title: "日期范围选择器",
1144
1144
  value: "rangePicker",
1145
1145
  },
1146
+ {
1147
+ title: "树选择",
1148
+ value: "treeSelect",
1149
+ },
1146
1150
  ],
1147
1151
  },
1148
1152
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.174",
3
+ "version": "1.0.176",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -57,8 +57,8 @@
57
57
  "ahooks": "^3.7.6",
58
58
  "react-infinite-scroll-component": "^6.1.0",
59
59
  "@pisell/utils": "1.0.21",
60
- "@pisell/date-picker": "1.0.57",
61
- "@pisell/icon": "0.0.8"
60
+ "@pisell/icon": "0.0.8",
61
+ "@pisell/date-picker": "1.0.57"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^18.0.0",