@titaui/pc 1.12.9-beta.7 → 1.12.9-beta.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.
@@ -157,6 +157,12 @@ function OAvatar(props) {
157
157
  onConfirm: confirmHandler
158
158
  }, /*#__PURE__*/_react["default"].createElement(_userSelector["default"], {
159
159
  multiple: false,
160
+ panes: {
161
+ depart: true,
162
+ group: false,
163
+ subordinate: false
164
+ },
165
+ searchUserOnly: true,
160
166
  selectNodes: {},
161
167
  onSelect: onEditUserHandler,
162
168
  position: "bottomLeft",
@@ -41,6 +41,7 @@ function _default(props) {
41
41
  position: "bottomLeft",
42
42
  selectNodes: 4,
43
43
  onSelect: onSelectHandler,
44
+ searchUserOnly: true,
44
45
  disabledDepartSelect: true,
45
46
  panes: {
46
47
  depart: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.9-beta.7",
3
+ "version": "1.12.9-beta.8",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",