address-book-shell 0.0.18 → 0.0.20
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/README.md +1 -0
- package/lib/address-book-shell.common.js +633 -655
- package/lib/address-book-shell.umd.js +633 -655
- package/lib/address-book-shell.umd.min.js +1 -1
- package/package.json +1 -1
- package/packages/address-book/src/components/address-content.vue +54 -293
- package/packages/address-book/src/components/address-group-item.vue +1 -2
- package/packages/address-book/src/index.vue +334 -73
- package/src/api/address-list-api.js +12 -0
package/README.md
CHANGED
|
@@ -55,6 +55,7 @@ Vue.use(AddressBookShell, {
|
|
|
55
55
|
| top | 地址本 CSS 中的 margin-topz值 | string | - | 7vh |
|
|
56
56
|
| robotsList | 机器人数据,不传或传[],不会显示机器人模块 | Array | - | [] |
|
|
57
57
|
| loginUserinfo | cas登录返回的用户信息(必传) | Object | - | {} |
|
|
58
|
+
| status | 搜索框权限控制 | String | '1':搜索全部;'2':仅内部;'3':仅合作方 | 长江e家默认'1',web默认'2' |
|
|
58
59
|
|
|
59
60
|
|
|
60
61
|
### 组件事件
|