@aplus-frontend/ui 0.0.26 → 0.0.28
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/src/ap-action/group/index.vue.mjs +27 -31
- package/es/src/ap-action/item-dropdown/index.vue.mjs +14 -15
- package/es/src/ap-action/style/item-dropdown.css +2 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +21 -21
- package/es/src/ap-form/ap-form-item.vue.mjs +72 -64
- package/es/src/ap-form/ap-form.vue.d.ts +13 -3
- package/es/src/ap-form/ap-form.vue2.mjs +91 -70
- package/es/src/ap-form/constant.d.ts +1 -0
- package/es/src/ap-form/constant.mjs +2 -1
- package/es/src/ap-form/context.d.ts +4 -3
- package/es/src/ap-form/hooks/use-watch.mjs +20 -16
- package/es/src/ap-form/interface.d.ts +35 -4
- package/es/src/ap-form/items/checkbox/index.vue.mjs +11 -10
- package/es/src/ap-form/items/date/index.vue.mjs +14 -13
- package/es/src/ap-form/items/date-range/index.vue.mjs +12 -11
- package/es/src/ap-form/items/number/index.vue.mjs +13 -12
- package/es/src/ap-form/items/radio/index.vue.mjs +4 -3
- package/es/src/ap-form/items/select/index.vue.mjs +3 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +9 -8
- package/es/src/ap-form/items/text/index.vue2.mjs +15 -14
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +7 -6
- package/es/src/ap-form/modal-form/index.vue.d.ts +1 -1
- package/es/src/ap-form/modal-form/index.vue.mjs +3 -3
- package/es/src/ap-table/constants.d.ts +132 -0
- package/es/src/ap-table/style/ap-table.css +11 -8
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -1
- package/es/src/business/expandAlert/ApExpandAlert.vue2.mjs +53 -47
- package/es/src/business/expandAlert/interface.d.ts +4 -0
- package/es/src/business/index.d.ts +38 -7
- package/es/src/business/index.mjs +1 -1
- package/es/src/editable-table/form-item.vue.mjs +72 -74
- package/es/src/editable-table/style/index.css +13 -4
- package/es/src/locale/lang/en.mjs +2 -1
- package/es/src/locale/lang/zh-cn.mjs +2 -1
- package/es/src/theme/ap-action/item-dropdown.css +2 -0
- package/es/src/theme/ap-table/ap-table.css +11 -8
- package/es/src/theme/editable-table/index.css +13 -4
- package/lib/src/ap-action/group/index.vue.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/style/item-dropdown.css +2 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +13 -3
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/constant.d.ts +1 -0
- package/lib/src/ap-form/constant.js +1 -1
- package/lib/src/ap-form/context.d.ts +4 -3
- package/lib/src/ap-form/hooks/use-watch.js +1 -1
- package/lib/src/ap-form/interface.d.ts +35 -4
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +1 -1
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +132 -0
- package/lib/src/ap-table/style/ap-table.css +11 -8
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -1
- package/lib/src/business/expandAlert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/expandAlert/interface.d.ts +4 -0
- package/lib/src/business/index.d.ts +38 -7
- package/lib/src/business/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/style/index.css +13 -4
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/theme/ap-action/item-dropdown.css +2 -0
- package/lib/src/theme/ap-table/ap-table.css +11 -8
- package/lib/src/theme/editable-table/index.css +13 -4
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),S=require("ant-design-vue"),g=require("../ap-form/index.js"),d=require("lodash-unified");require("../config-provider/index.js");const L=require("../ap-form/context.js");require("./style/index.css");const i=require("../utils/index.js"),k=require("./hooks/use-get-columns.js"),_=require("./utils.js"),P=require("../config-provider/hooks/use-namespace.js"),V=require("../config-provider/hooks/use-global-config.js"),j=e.defineComponent({name:"EditableTableInner",__name:"form-item",props:{dropdownPrefixCls:{},pagination:{type:[Boolean,Object],default:!1},loading:{type:[Boolean,Object],default:void 0},size:{default:"middle"},bordered:{type:Boolean,default:!1},locale:{},onChange:{},onResizeColumn:{},rowSelection:{},getPopupContainer:{},scroll:{},sortDirections:{default:()=>["ascend","descend"]},showSorterTooltip:{type:[Boolean,Object],default:!0},prefixCls:{},rowKey:{default:"key"},tableLayout:{default:"fixed"},rowClassName:{},title:{},footer:{},id:{},showHeader:{type:Boolean,default:!0},components:{},customRow:{},customHeaderRow:{},direction:{},expandFixed:{type:[String,Boolean],default:!1},expandColumnWidth:{},expandedRowKeys:{},defaultExpandedRowKeys:{},expandedRowRender:{},expandRowByClick:{type:Boolean,default:!1},expandIcon:{},onExpand:{},onExpandedRowsChange:{},defaultExpandAllRows:{type:Boolean,default:!1},indentSize:{default:15},expandIconColumnIndex:{},showExpandColumn:{type:Boolean,default:!0},expandedRowClassName:{},childrenColumnName:{default:"children"},rowExpandable:{},sticky:{type:[Boolean,Object]},transformCellText:{},columns:{},value:{},defaultValue:{},"onUpdate:value":{},maxLength:{},onFieldChange:{},label:{},name:{},formItem:{default:()=>({})}},setup(h,{expose:x}){var c;const o=h,{internalInstance:l,model:C}=L.useInjectForm(),r=e.ref(((c=e.unref(C))==null?void 0:c[o.name])||[]),b=e.useSlots(),w=g.ApForm.useWatch(o.name);e.watch(()=>w.value,n=>{var t;r.value=n,(t=o.onChange)==null||t.call(o,n)});const{b:f,em:y}=P.useNamespace("editable-table"),D=V.useGlobalConfig("uiMode","aplus"),R=k.default(o);function B(n,t){var u;const a=((u=e.unref(r))==null?void 0:u.length)||0;if(i.isDef(o.maxLength)&&a>=o.maxLength)return;const s=[...e.unref(r)||[]];i.isDef(t)?s.splice(t,0,{...n||{}}):s.push({...n||{}}),l==null||l.setFieldValue(o.name,[...e.unref(r)||[],n||{}])}function q(n,t="suffix"){var p;const a=((p=e.unref(r))==null?void 0:p.length)||0,s=d.isNumber(n)?n:n.length;if(i.isDef(o.maxLength)&&a+s>o.maxLength)return;const u=[...e.unref(r)||[]],m=d.isNumber(n)?new Array(n).fill({}):d.cloneDeep(n);t==="suffix"?u.push(...m):u.unshift(...m),l==null||l.setFieldValue(o.name,u)}function N(n){let t=d.cloneDeep(e.unref(r)||[]);const a=d.isNumber(n)?[n]:n;t=t.filter((s,u)=>!a.includes(u)),l==null||l.setFieldValue(o.name,t)}function v(){return e.unref(r)}function F(n){var t;return(t=e.unref(r))==null?void 0:t[n]}function E(n,t){const a=d.cloneDeep(e.unref(r));a[n]&&(a[n]={...a[n],...t},l==null||l.setFieldValue(o.name,[...a]))}return x({add:B,remove:N,getRowData:F,getRowsData:v,setRowData:E,addMultiple:q}),(n,t)=>(e.openBlock(),e.createBlock(e.unref(g.ApForm).FormItem,e.mergeProps(n.formItem,{name:n.name,label:n.label}),{default:e.withCtx(()=>[e.createVNode(e.unref(S.Table),e.mergeProps(e.unref(d.omit)(o,["name","maxLength"]),{class:[e.unref(f)(),e.unref(D)==="admin"?e.unref(f)("admin"):null],columns:e.unref(R),"data-source":r.value}),e.createSlots({headerCell:e.withCtx(({column:a})=>[e.unref(_.getColumnIsRequired)(a)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(y)("header-cell","required"))},"*",2),e.createElementVNode("span",null,e.toDisplayString(a.title),1)],64)):e.createCommentVNode("",!0)]),_:2},[e.renderList(b,(a,s)=>({name:s,fn:e.withCtx(u=>[e.renderSlot(n.$slots,s,e.normalizeProps(e.guardReactiveProps(u||{})))])}))]),1040,["class","columns","data-source"])]),_:3},16,["name","label"]))}});exports.default=j;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"en",ap:{button:{prefix:"Prefix"},icon:{picker:{placeholder:"Click the select icon",search:"Search icon",copy:"Copy icon successfully!"}},form:{item:{apiSelect:{loadingTip:"Wait for data loading to complete..."}},maxTip:"The number of characters should be less than {count}"},common:{okText:"OK",cancelText:"Cancel",resetText:"Reset",queryText:"Search",expandText:"Unfold",closeText:"Put away",inputText:"Please enter",chooseText:"Please choose",redo:"Refresh",back:"Back"},cropper:{modalTitle:"Avatar upload",okText:"Confirm and upload ",selectImage:"Select Image",rotateLeft:"Counterclockwise rotation",rotateRight:"Clockwise rotation",scaleX:"Flip horizontal",scaleY:"Flip vertical",zoomIn:"Zoom in",zoomOut:"Zoom out",preview:"Preview",imageTooBig:"Image too big",uploadSuccess:"Uploaded success!"},modal:{restore:"Restore",maximize:"Maximize",close:"Close"},countdown:{normalText:"Get SMS code",sendText:"Reacquire in {sec}s"},table:{settingColumn:"Column settings",settingColumnShow:"Column display",settingIndexColumnShow:"Index Column",settingSelectColumnShow:"Selection Column",settingFixedLeft:"Fixed Left",settingFixedRight:"Fixed Right",settingFullScreen:"Full Screen",settingDens:"Density",settingDensDefault:"Default",settingDensMiddle:"Middle",settingDensSmall:"Compact",selectionBarTips:"{count} records selected.",selectionBarEmpty:"No records selected.",selectionBarClear:"Clear",total:"total of {total}",index:"Index"},apForm:{search:{search:"Search",reset:"Reset"}},apTable:{pagination:{totalLeft:"Total {total} items",totalRight:"Page {page}"}}}};exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"en",ap:{button:{prefix:"Prefix"},icon:{picker:{placeholder:"Click the select icon",search:"Search icon",copy:"Copy icon successfully!"}},form:{item:{apiSelect:{loadingTip:"Wait for data loading to complete..."}},maxTip:"The number of characters should be less than {count}"},common:{okText:"OK",cancelText:"Cancel",resetText:"Reset",queryText:"Search",expandText:"Unfold",closeText:"Put away",inputText:"Please enter",chooseText:"Please choose",redo:"Refresh",back:"Back",more:"More"},cropper:{modalTitle:"Avatar upload",okText:"Confirm and upload ",selectImage:"Select Image",rotateLeft:"Counterclockwise rotation",rotateRight:"Clockwise rotation",scaleX:"Flip horizontal",scaleY:"Flip vertical",zoomIn:"Zoom in",zoomOut:"Zoom out",preview:"Preview",imageTooBig:"Image too big",uploadSuccess:"Uploaded success!"},modal:{restore:"Restore",maximize:"Maximize",close:"Close"},countdown:{normalText:"Get SMS code",sendText:"Reacquire in {sec}s"},table:{settingColumn:"Column settings",settingColumnShow:"Column display",settingIndexColumnShow:"Index Column",settingSelectColumnShow:"Selection Column",settingFixedLeft:"Fixed Left",settingFixedRight:"Fixed Right",settingFullScreen:"Full Screen",settingDens:"Density",settingDensDefault:"Default",settingDensMiddle:"Middle",settingDensSmall:"Compact",selectionBarTips:"{count} records selected.",selectionBarEmpty:"No records selected.",selectionBarClear:"Clear",total:"total of {total}",index:"Index"},apForm:{search:{search:"Search",reset:"Reset"}},apTable:{pagination:{totalLeft:"Total {total} items",totalRight:"Page {page}"}}}};exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"zh-cn",ap:{button:{prefix:"前缀"},icon:{picker:{placeholder:"点击选择图标",search:"搜索图标",copy:"复制图标成功!"}},form:{item:{apiSelect:{loadingTip:"请等待数据加载完成..."}},maxTip:"字符数应小于{count}位"},common:{okText:"确认",cancelText:"取消",resetText:"重置",queryText:"查询",expandText:"展开",closeText:"收起",inputText:"请输入",chooseText:"请选择",redo:"刷新",back:"返回"},cropper:{modalTitle:"头像上传",okText:"确认并上传",selectImage:"选择图片",rotateLeft:"逆时针旋转",rotateRight:"顺时针旋转",scaleX:"水平翻转",scaleY:"垂直翻转",zoomIn:"放大",zoomOut:"缩小",preview:"预览",imageTooBig:"图片超限",uploadSuccess:"上传成功"},modal:{restore:"还原",maximize:"最大化",close:"关闭"},countdown:{normalText:"获取验证码",sendText:"{sec}秒后重新获取"},table:{settingColumn:"列设置",settingColumnShow:"列展示",settingIndexColumnShow:"序号列",settingSelectColumnShow:"勾选列",settingFixedLeft:"固定到左侧",settingFixedRight:"固定到右侧",settingFullScreen:"全屏",settingDens:"密度",settingDensDefault:"默认",settingDensMiddle:"中等",settingDensSmall:"紧凑",selectionBarTips:"已选择{count}条记录",selectionBarEmpty:"未选中任何记录",selectionBarClear:"清空",total:"共 {total} 条数据",index:"索引"},apForm:{search:{search:"查询",reset:"重置"}},apTable:{pagination:{totalLeft:"共 {total} 条记录",totalRight:"第 {page} 页"}}}};exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={name:"zh-cn",ap:{button:{prefix:"前缀"},icon:{picker:{placeholder:"点击选择图标",search:"搜索图标",copy:"复制图标成功!"}},form:{item:{apiSelect:{loadingTip:"请等待数据加载完成..."}},maxTip:"字符数应小于{count}位"},common:{okText:"确认",cancelText:"取消",resetText:"重置",queryText:"查询",expandText:"展开",closeText:"收起",inputText:"请输入",chooseText:"请选择",redo:"刷新",back:"返回",more:"更多"},cropper:{modalTitle:"头像上传",okText:"确认并上传",selectImage:"选择图片",rotateLeft:"逆时针旋转",rotateRight:"顺时针旋转",scaleX:"水平翻转",scaleY:"垂直翻转",zoomIn:"放大",zoomOut:"缩小",preview:"预览",imageTooBig:"图片超限",uploadSuccess:"上传成功"},modal:{restore:"还原",maximize:"最大化",close:"关闭"},countdown:{normalText:"获取验证码",sendText:"{sec}秒后重新获取"},table:{settingColumn:"列设置",settingColumnShow:"列展示",settingIndexColumnShow:"序号列",settingSelectColumnShow:"勾选列",settingFixedLeft:"固定到左侧",settingFixedRight:"固定到右侧",settingFullScreen:"全屏",settingDens:"密度",settingDensDefault:"默认",settingDensMiddle:"中等",settingDensSmall:"紧凑",selectionBarTips:"已选择{count}条记录",selectionBarEmpty:"未选中任何记录",selectionBarClear:"清空",total:"共 {total} 条数据",index:"索引"},apForm:{search:{search:"查询",reset:"重置"}},apTable:{pagination:{totalLeft:"共 {total} 条记录",totalRight:"第 {page} 页"}}}};exports.default=e;
|
|
@@ -73,17 +73,20 @@
|
|
|
73
73
|
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
74
|
border-top-color: #E9E9E9;
|
|
75
75
|
}
|
|
76
|
-
.aplus-ap-table .ant-table-middle .ant-table-cell {
|
|
77
|
-
padding: 12px 16px
|
|
76
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
|
+
padding: 12px 16px;
|
|
78
78
|
}
|
|
79
|
-
.aplus-ap-table .ant-table-
|
|
80
|
-
padding:
|
|
79
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
80
|
+
padding: 12px 16px;
|
|
81
81
|
}
|
|
82
|
-
.aplus-ap-table .ant-table-
|
|
83
|
-
padding:
|
|
82
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
83
|
+
padding: 9px 16px;
|
|
84
84
|
}
|
|
85
|
-
.aplus-ap-table .ant-table-small .ant-table-
|
|
86
|
-
padding:
|
|
85
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
86
|
+
padding: 9px 16px;
|
|
87
|
+
}
|
|
88
|
+
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
89
|
+
border-inline-end-width: 0px !important;
|
|
87
90
|
}
|
|
88
91
|
.aplus-ap-table .ant-table-column-sorters {
|
|
89
92
|
justify-content: unset;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aplus-frontend/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"files": [
|
|
@@ -60,12 +60,13 @@
|
|
|
60
60
|
"sortablejs": "^1.15.2",
|
|
61
61
|
"mime": "^4.0.3",
|
|
62
62
|
"@aplus-frontend/hooks": "1.0.7",
|
|
63
|
-
"@aplus-frontend/utils": "1.0.
|
|
63
|
+
"@aplus-frontend/utils": "1.0.25"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"ant-design-vue": "^4.2.1",
|
|
67
67
|
"vue": "^3.4.29",
|
|
68
|
-
"@aplus-frontend/oss": "
|
|
68
|
+
"@aplus-frontend/oss": "1.0.18-beta.0",
|
|
69
|
+
"@aplus-frontend/icon": "^1.0.12"
|
|
69
70
|
},
|
|
70
71
|
"scripts": {
|
|
71
72
|
"pub:cb": "pnpm publish --access public",
|