persagy-vant 0.0.44 → 0.0.45
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/location-select/LocationSelect.d.ts +19 -1
- package/es/location-select/LocationSelect.mjs +123 -19
- package/es/location-select/index.css +1 -1
- package/es/location-select/index.d.ts +14 -1
- package/es/location-select/index.less +1 -0
- package/es/location-select/style/index.mjs +1 -0
- package/es/location-select/style/less.mjs +1 -0
- package/es/location-select/types.d.ts +2 -0
- package/es/location-select/types.mjs +0 -0
- package/es/material-add/MaterialAdd.d.ts +19 -2
- package/es/material-add/MaterialAdd.mjs +99 -8
- package/es/material-add/index.css +1 -1
- package/es/material-add/index.d.ts +14 -2
- package/es/material-add/index.less +1 -1
- package/es/material-add/style/index.mjs +1 -0
- package/es/material-add/style/less.mjs +1 -0
- package/es/material-add/types.d.ts +7 -6
- package/es/object-select/ObjectSelect.d.ts +19 -2
- package/es/object-select/ObjectSelect.mjs +140 -20
- package/es/object-select/index.css +1 -1
- package/es/object-select/index.d.ts +14 -2
- package/es/object-select/index.less +1 -0
- package/es/object-select/style/index.mjs +1 -0
- package/es/object-select/style/less.mjs +1 -0
- package/es/object-select/types.d.ts +1 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.less +2 -2
- package/lib/location-select/LocationSelect.d.ts +19 -1
- package/lib/location-select/LocationSelect.js +121 -17
- package/lib/location-select/index.css +1 -1
- package/lib/location-select/index.d.ts +14 -1
- package/lib/location-select/index.less +1 -0
- package/lib/location-select/style/index.js +1 -0
- package/lib/location-select/style/less.js +1 -0
- package/lib/location-select/types.d.ts +2 -0
- package/lib/location-select/types.js +15 -0
- package/lib/material-add/MaterialAdd.d.ts +19 -2
- package/lib/material-add/MaterialAdd.js +97 -6
- package/lib/material-add/index.css +1 -1
- package/lib/material-add/index.d.ts +14 -2
- package/lib/material-add/index.less +1 -1
- package/lib/material-add/style/index.js +1 -0
- package/lib/material-add/style/less.js +1 -0
- package/lib/material-add/types.d.ts +7 -6
- package/lib/object-select/ObjectSelect.d.ts +19 -2
- package/lib/object-select/ObjectSelect.js +138 -18
- package/lib/object-select/index.css +1 -1
- package/lib/object-select/index.d.ts +14 -2
- package/lib/object-select/index.less +1 -0
- package/lib/object-select/style/index.js +1 -0
- package/lib/object-select/style/less.js +1 -0
- package/lib/object-select/types.d.ts +1 -0
- package/lib/vant.cjs.js +353 -44
- package/lib/vant.es.js +353 -44
- package/lib/vant.js +353 -44
- package/lib/vant.min.js +1 -1
- package/lib/web-types.json +1 -1
- package/package.json +1 -1
- package/skills/use-persagy-vant/references/business-component-catalog.md +3 -3
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
| --- | --- | --- |
|
|
7
7
|
| 选择一位人员 | `single-person-select` | 人员搜索、部门分组、单选底部面板 |
|
|
8
8
|
| 选择多位人员 | `multi-person-select` | 多选、已选展开、清空和分组检索 |
|
|
9
|
-
| 选择空间或专业对象 | `object-select` | 空间/专业视角切换、树形对象多选;父级需要按需请求子级时使用 `load-children` |
|
|
10
|
-
| 选择楼座/楼层位置 | `location-select` |
|
|
9
|
+
| 选择空间或专业对象 | `object-select` | 空间/专业视角切换、树形对象多选;父级需要按需请求子级时使用 `load-children`,需要服务端检索时使用 `search` |
|
|
10
|
+
| 选择楼座/楼层位置 | `location-select` | 楼座标签、位置树和位置单选;需要服务端检索时使用 `search` |
|
|
11
11
|
| 按楼座和楼层选择空间 | `floor-select` | 全屏楼层导航、空间单元格和楼座更多面板 |
|
|
12
|
-
| 添加物料、工具或备件 | `material-add` | `v-model:show` 控制面板、`v-model` 同步与 `items` 顺序对应的数量数组;以 `categories`
|
|
12
|
+
| 添加物料、工具或备件 | `material-add` | `v-model:show` 控制面板、`v-model` 同步与 `items` 顺序对应的数量数组;以 `categories` 配置物资/工具分组和分类,需要服务端检索时使用 `search` 加载并合并 `items`,使用 `change`/`confirm` 取得数量 |
|
|
13
13
|
| 操作单条物料数量 | `material-action-bar` | 通过 `v-model` 同步数量;`keyword` 高亮检索内容,`selected` 呈现已选样式,`enable-input-dialog` 控制数量输入,`detail` 事件打开详情 |
|
|
14
14
|
| 查看物料的完整介绍 | `material-detail` | 通过 `v-model:show` 打开;传入 `item`、`categories`、`fields` 和 `images`,需要替换基础信息区时使用 `basic-info` 插槽 |
|
|
15
15
|
| 展示物料名称、数量及仓库明细 | `material-display-bar` + `label` | `fields` 复用 Label Mini 字段回显;支持库存不足、左滑删除、标题跳转及 `title`/`quantity`/默认插槽。列表最后一项可设 `divider=false`;视觉调整只使用 `--van-material-detail-*` 公开变量 |
|