- 重构扫码页面结构,采用标签页形式组织功能模块 - 新增分卷录入功能组件(apart.vue)和基础录入功能组件(typing.vue) - 新增物料选择组件(klp-product-select)和标签页组件(klp-tabs) - 新增WMS相关API接口(product.js, warehouse.js等) - 更新uni-data-select组件支持多选和插槽功能 - 更新uni-icons和uni-load-more组件版本及功能 - 移除冗余样式和代码,优化现有组件结构 refactor(组件): 优化acidity.vue组件使用新的标签页组件 style: 移除冗余CSS样式代码 chore: 更新多个uni_modules组件的package.json版本号
106 lines
2.1 KiB
JSON
106 lines
2.1 KiB
JSON
{
|
|
"id": "uni-data-select",
|
|
"displayName": "uni-data-select 下拉框选择器",
|
|
"version": "1.1.0",
|
|
"description": "通过数据驱动的下拉框选择器",
|
|
"keywords": [
|
|
"uni-ui",
|
|
"select",
|
|
"uni-data-select",
|
|
"下拉框",
|
|
"下拉选"
|
|
],
|
|
"repository": "https://github.com/dcloudio/uni-ui",
|
|
"engines": {
|
|
"HBuilderX": "^3.1.1",
|
|
"uni-app": "^4.45",
|
|
"uni-app-x": ""
|
|
},
|
|
"directories": {
|
|
"example": "../../temps/example_temps"
|
|
},
|
|
"dcloudext": {
|
|
"sale": {
|
|
"regular": {
|
|
"price": "0.00"
|
|
},
|
|
"sourcecode": {
|
|
"price": "0.00"
|
|
}
|
|
},
|
|
"contact": {
|
|
"qq": ""
|
|
},
|
|
"declaration": {
|
|
"ads": "无",
|
|
"data": "无",
|
|
"permissions": "无"
|
|
},
|
|
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
|
|
"type": "component-vue",
|
|
"darkmode": "x",
|
|
"i18n": "x",
|
|
"widescreen": "x"
|
|
},
|
|
"uni_modules": {
|
|
"dependencies": [
|
|
"uni-load-more"
|
|
],
|
|
"encrypt": [],
|
|
"platforms": {
|
|
"cloud": {
|
|
"tcb": "√",
|
|
"aliyun": "√",
|
|
"alipay": "√"
|
|
},
|
|
"client": {
|
|
"uni-app": {
|
|
"vue": {
|
|
"vue2": "√",
|
|
"vue3": "√"
|
|
},
|
|
"web": {
|
|
"safari": "√",
|
|
"chrome": "√"
|
|
},
|
|
"app": {
|
|
"vue": "√",
|
|
"nvue": "-",
|
|
"android": "√",
|
|
"ios": "√",
|
|
"harmony": "√"
|
|
},
|
|
"mp": {
|
|
"weixin": "√",
|
|
"alipay": "√",
|
|
"toutiao": "√",
|
|
"baidu": "-",
|
|
"kuaishou": "-",
|
|
"jd": "-",
|
|
"harmony": "-",
|
|
"qq": "-",
|
|
"lark": "-"
|
|
},
|
|
"quickapp": {
|
|
"huawei": "-",
|
|
"union": "-"
|
|
}
|
|
},
|
|
"uni-app-x": {
|
|
"web": {
|
|
"safari": "-",
|
|
"chrome": "-"
|
|
},
|
|
"app": {
|
|
"android": "-",
|
|
"ios": "-",
|
|
"harmony": "-"
|
|
},
|
|
"mp": {
|
|
"weixin": "-"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |