@aplus-frontend/ui 0.1.1 → 0.1.2

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.
@@ -1,9 +1,9 @@
1
- import { defineComponent as y, ref as b, unref as r, computed as d, renderSlot as c, openBlock as n, createElementBlock as u, mergeProps as C, toHandlers as v, createBlock as f, createCommentVNode as m, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
1
+ import { defineComponent as y, ref as b, unref as r, computed as d, renderSlot as c, openBlock as t, createElementBlock as u, mergeProps as C, createBlock as f, createCommentVNode as m, isVNode as v, resolveDynamicComponent as B, toDisplayString as A } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
- import I from "ant-design-vue/es/button/LoadingIcon";
3
+ import h from "ant-design-vue/es/button/LoadingIcon";
4
4
  import "../style/item.css";
5
- import { useNamespace as L } from "../../config-provider/hooks/use-namespace.mjs";
6
- const N = { key: 1 }, E = /* @__PURE__ */ y({
5
+ import { useNamespace as I } from "../../config-provider/hooks/use-namespace.mjs";
6
+ const L = { key: 1 }, x = /* @__PURE__ */ y({
7
7
  name: "ApActionItem",
8
8
  __name: "index",
9
9
  props: {
@@ -16,39 +16,39 @@ const N = { key: 1 }, E = /* @__PURE__ */ y({
16
16
  loading: { type: Boolean, default: !1 }
17
17
  },
18
18
  setup(p) {
19
- const o = p, { b: g, m: l } = L("action-item"), a = b(!1);
19
+ const o = p, { b: g, m: l } = I("action-item"), a = b(!1);
20
20
  function s(e) {
21
21
  var i;
22
- r(t) || o.disabled || ((i = o.onClick) == null || i.call(o, e), o.onAction && (a.value = !0, o.onAction(e).finally(() => a.value = !1)));
22
+ r(n) || o.disabled || ((i = o.onClick) == null || i.call(o, e), o.onAction && (a.value = !0, o.onAction(e).finally(() => a.value = !1)));
23
23
  }
24
- const t = d(() => o.loading || r(a)), k = d(() => [
24
+ const n = d(() => o.loading || r(a)), k = d(() => [
25
25
  g(),
26
26
  l(o.color),
27
27
  o.disabled ? l("disabled") : null,
28
- t.value ? l("loading") : null
28
+ n.value ? l("loading") : null
29
29
  ].filter(Boolean));
30
30
  return (e, i) => c(e.$slots, "trigger", {
31
- loading: t.value,
31
+ loading: n.value,
32
32
  disabled: e.disabled,
33
33
  onClick: s
34
34
  }, () => [
35
- e.visible ? (n(), u("span", C({ key: 0 }, v(e.$attrs, !0), {
35
+ e.visible ? (t(), u("span", C({ key: 0 }, e.$attrs, {
36
36
  onClick: s,
37
37
  class: k.value
38
38
  }), [
39
- t.value ? (n(), f(r(I), {
39
+ n.value ? (t(), f(r(h), {
40
40
  key: 0,
41
41
  prefixCls: "btn",
42
42
  existIcon: !1,
43
43
  loading: ""
44
44
  })) : m("", !0),
45
45
  c(e.$slots, "default", {}, () => [
46
- B(e.text) ? (n(), f(A(e.text), { key: 0 })) : (n(), u("span", N, h(e.text || ""), 1))
46
+ v(e.text) ? (t(), f(B(e.text), { key: 0 })) : (t(), u("span", L, A(e.text || ""), 1))
47
47
  ])
48
48
  ], 16)) : m("", !0)
49
49
  ]);
50
50
  }
51
51
  });
52
52
  export {
53
- E as default
53
+ x as default
54
54
  };
@@ -113,6 +113,7 @@
113
113
  font-size: 24px;
114
114
  display: flex;
115
115
  height: 24px;
116
+ color: #999;
116
117
  }
117
118
  .aplus-ap-select-layout-content__header--imgWrap:hover {
118
119
  background: #f5f5f5;
@@ -86,28 +86,28 @@ const e = {
86
86
  }
87
87
  },
88
88
  apUpload: {
89
- update: "上传",
90
- pictureType: "图片类型",
91
- videoType: "视频类型",
92
- audioType: "音频类型",
93
- documentType: "文档类型",
94
- allTypes: "全部类型",
95
- networkAnomaly: "网络异常",
96
- FailedToObtainOssTemporaryPermissions: "获取oss临时权限失败",
97
- pleasePass: "请传入",
98
- supportExtension: "支持扩展名",
99
- uploadFile: "上传文件",
100
- fileInitializationException: "文件初始化个数超过{maxCount}个,后续上传的文件会与数据不同步",
101
- maxUploadFiles: "最多上传{maxCount}个文件",
102
- maxUploadPicture: "最多上传{maxCount}张图片",
103
- maxUploadFileSize: "文件大小不超过{maxSize}MB",
104
- maxWarnUploadFileSize: "文件大小小于{maxSize}MB",
105
- maxUploadPictureSize: "图片大小小于{maxSize}MB",
106
- fileFormatNotSupported: "不支持该格式的文件",
107
- pictureFormatNotSupported: "不支持该格式的图片",
108
- imageParsingFailed: "图片解析失败",
109
- clickOrDragUpload: "点击或将文件拖拽到这里上传",
110
- foldersNotSupported: "不支持上传文件夹"
89
+ update: "Upload",
90
+ pictureType: "Image type",
91
+ videoType: "Video type",
92
+ audioType: "Audio type",
93
+ documentType: "Document type",
94
+ allTypes: "All types",
95
+ networkAnomaly: "Network abnormality",
96
+ FailedToObtainOssTemporaryPermissions: "Failed to obtain temporary OSS permissions",
97
+ pleasePass: "Please pass in",
98
+ supportExtension: "Support extensions",
99
+ uploadFile: "Upload files",
100
+ fileInitializationException: "If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",
101
+ maxUploadFiles: "Upload a maximum of {maxCount} files",
102
+ maxUploadPicture: "Upload a maximum of {maxCount} images",
103
+ maxUploadFileSize: "The file size does not exceed {maxSize}MB",
104
+ maxWarnUploadFileSize: "The file size is smaller than {maxSize}MB",
105
+ maxUploadPictureSize: "The image size is smaller than {maxSize}MB",
106
+ fileFormatNotSupported: "Files in this format are not supported",
107
+ pictureFormatNotSupported: "Images in this format are not supported",
108
+ imageParsingFailed: "Image parsing failed",
109
+ clickOrDragUpload: "Click or drag the file",
110
+ foldersNotSupported: "Do not support uploading folders"
111
111
  },
112
112
  apExportGroup: {
113
113
  exportError: "export error",
@@ -86,28 +86,28 @@ const e = {
86
86
  }
87
87
  },
88
88
  apUpload: {
89
- update: "Upload",
90
- pictureType: "Image type",
91
- videoType: "Video type",
92
- audioType: "Audio type",
93
- documentType: "Document type",
94
- allTypes: "All types",
95
- networkAnomaly: "Network abnormality",
96
- FailedToObtainOssTemporaryPermissions: "Failed to obtain temporary OSS permissions",
97
- pleasePass: "Please pass in",
98
- supportExtension: "Support extensions",
99
- uploadFile: "Upload files",
100
- fileInitializationException: "If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",
101
- maxUploadFiles: "Upload a maximum of {maxCount} files",
102
- maxUploadPicture: "Upload a maximum of {maxCount} images",
103
- maxUploadFileSize: "The file size does not exceed {maxSize}MB",
104
- maxWarnUploadFileSize: "The file size is smaller than {maxSize}MB",
105
- maxUploadPictureSize: "The image size is smaller than {maxSize}MB",
106
- fileFormatNotSupported: "Files in this format are not supported",
107
- pictureFormatNotSupported: "Images in this format are not supported",
108
- imageParsingFailed: "Image parsing failed",
109
- clickOrDragUpload: "Click or drag the file",
110
- foldersNotSupported: "Do not support uploading folders"
89
+ update: "上传",
90
+ pictureType: "图片类型",
91
+ videoType: "视频类型",
92
+ audioType: "音频类型",
93
+ documentType: "文档类型",
94
+ allTypes: "全部类型",
95
+ networkAnomaly: "网络异常",
96
+ FailedToObtainOssTemporaryPermissions: "获取oss临时权限失败",
97
+ pleasePass: "请传入",
98
+ supportExtension: "支持扩展名",
99
+ uploadFile: "上传文件",
100
+ fileInitializationException: "文件初始化个数超过{maxCount}个,后续上传的文件会与数据不同步",
101
+ maxUploadFiles: "最多上传{maxCount}个文件",
102
+ maxUploadPicture: "最多上传{maxCount}张图片",
103
+ maxUploadFileSize: "文件大小不超过{maxSize}MB",
104
+ maxWarnUploadFileSize: "文件大小小于{maxSize}MB",
105
+ maxUploadPictureSize: "图片大小小于{maxSize}MB",
106
+ fileFormatNotSupported: "不支持该格式的文件",
107
+ pictureFormatNotSupported: "不支持该格式的图片",
108
+ imageParsingFailed: "图片解析失败",
109
+ clickOrDragUpload: "点击或将文件拖拽到这里上传",
110
+ foldersNotSupported: "不支持上传文件夹"
111
111
  },
112
112
  apExportGroup: {
113
113
  exportError: "导出失败",
@@ -113,6 +113,7 @@
113
113
  font-size: 24px;
114
114
  display: flex;
115
115
  height: 24px;
116
+ color: #999;
116
117
  }
117
118
  .aplus-ap-select-layout-content__header--imgWrap:hover {
118
119
  background: #f5f5f5;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../config-provider/index.js");const d=require("ant-design-vue/es/button/LoadingIcon");require("../style/item.css");const f=require("../../config-provider/hooks/use-namespace.js"),m={key:1},p=e.defineComponent({name:"ApActionItem",__name:"index",props:{text:{},color:{default:"primary"},disabled:{type:Boolean,default:!1},visible:{type:Boolean,default:!0},onAction:{},onClick:{},loading:{type:Boolean,default:!1}},setup(s){const n=s,{b:u,m:l}=f.useNamespace("action-item"),a=e.ref(!1);function i(o){var r;e.unref(t)||n.disabled||((r=n.onClick)==null||r.call(n,o),n.onAction&&(a.value=!0,n.onAction(o).finally(()=>a.value=!1)))}const t=e.computed(()=>n.loading||e.unref(a)),c=e.computed(()=>[u(),l(n.color),n.disabled?l("disabled"):null,t.value?l("loading"):null].filter(Boolean));return(o,r)=>e.renderSlot(o.$slots,"trigger",{loading:t.value,disabled:o.disabled,onClick:i},()=>[o.visible?(e.openBlock(),e.createElementBlock("span",e.mergeProps({key:0},e.toHandlers(o.$attrs,!0),{onClick:i,class:c.value}),[t.value?(e.openBlock(),e.createBlock(e.unref(d),{key:0,prefixCls:"btn",existIcon:!1,loading:""})):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default",{},()=>[e.isVNode(o.text)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.text),{key:0})):(e.openBlock(),e.createElementBlock("span",m,e.toDisplayString(o.text||""),1))])],16)):e.createCommentVNode("",!0)])}});exports.default=p;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../config-provider/index.js");const d=require("ant-design-vue/es/button/LoadingIcon");require("../style/item.css");const f=require("../../config-provider/hooks/use-namespace.js"),m={key:1},p=e.defineComponent({name:"ApActionItem",__name:"index",props:{text:{},color:{default:"primary"},disabled:{type:Boolean,default:!1},visible:{type:Boolean,default:!0},onAction:{},onClick:{},loading:{type:Boolean,default:!1}},setup(s){const n=s,{b:c,m:l}=f.useNamespace("action-item"),a=e.ref(!1);function r(o){var i;e.unref(t)||n.disabled||((i=n.onClick)==null||i.call(n,o),n.onAction&&(a.value=!0,n.onAction(o).finally(()=>a.value=!1)))}const t=e.computed(()=>n.loading||e.unref(a)),u=e.computed(()=>[c(),l(n.color),n.disabled?l("disabled"):null,t.value?l("loading"):null].filter(Boolean));return(o,i)=>e.renderSlot(o.$slots,"trigger",{loading:t.value,disabled:o.disabled,onClick:r},()=>[o.visible?(e.openBlock(),e.createElementBlock("span",e.mergeProps({key:0},o.$attrs,{onClick:r,class:u.value}),[t.value?(e.openBlock(),e.createBlock(e.unref(d),{key:0,prefixCls:"btn",existIcon:!1,loading:""})):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default",{},()=>[e.isVNode(o.text)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.text),{key:0})):(e.openBlock(),e.createElementBlock("span",m,e.toDisplayString(o.text||""),1))])],16)):e.createCommentVNode("",!0)])}});exports.default=p;
@@ -113,6 +113,7 @@
113
113
  font-size: 24px;
114
114
  display: flex;
115
115
  height: 24px;
116
+ color: #999;
116
117
  }
117
118
  .aplus-ap-select-layout-content__header--imgWrap:hover {
118
119
  background: #f5f5f5;
@@ -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",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}"}},apUpload:{update:"上传",pictureType:"图片类型",videoType:"视频类型",audioType:"音频类型",documentType:"文档类型",allTypes:"全部类型",networkAnomaly:"网络异常",FailedToObtainOssTemporaryPermissions:"获取oss临时权限失败",pleasePass:"请传入",supportExtension:"支持扩展名",uploadFile:"上传文件",fileInitializationException:"文件初始化个数超过{maxCount}个,后续上传的文件会与数据不同步",maxUploadFiles:"最多上传{maxCount}个文件",maxUploadPicture:"最多上传{maxCount}张图片",maxUploadFileSize:"文件大小不超过{maxSize}MB",maxWarnUploadFileSize:"文件大小小于{maxSize}MB",maxUploadPictureSize:"图片大小小于{maxSize}MB",fileFormatNotSupported:"不支持该格式的文件",pictureFormatNotSupported:"不支持该格式的图片",imageParsingFailed:"图片解析失败",clickOrDragUpload:"点击或将文件拖拽到这里上传",foldersNotSupported:"不支持上传文件夹"},apExportGroup:{exportError:"export error",exportSelected:"export selected",exportAll:"export all",export:"export"}}};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}"}},apUpload:{update:"Upload",pictureType:"Image type",videoType:"Video type",audioType:"Audio type",documentType:"Document type",allTypes:"All types",networkAnomaly:"Network abnormality",FailedToObtainOssTemporaryPermissions:"Failed to obtain temporary OSS permissions",pleasePass:"Please pass in",supportExtension:"Support extensions",uploadFile:"Upload files",fileInitializationException:"If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",maxUploadFiles:"Upload a maximum of {maxCount} files",maxUploadPicture:"Upload a maximum of {maxCount} images",maxUploadFileSize:"The file size does not exceed {maxSize}MB",maxWarnUploadFileSize:"The file size is smaller than {maxSize}MB",maxUploadPictureSize:"The image size is smaller than {maxSize}MB",fileFormatNotSupported:"Files in this format are not supported",pictureFormatNotSupported:"Images in this format are not supported",imageParsingFailed:"Image parsing failed",clickOrDragUpload:"Click or drag the file",foldersNotSupported:"Do not support uploading folders"},apExportGroup:{exportError:"export error",exportSelected:"export selected",exportAll:"export all",export:"export"}}};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:"返回",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} 页"}},apUpload:{update:"Upload",pictureType:"Image type",videoType:"Video type",audioType:"Audio type",documentType:"Document type",allTypes:"All types",networkAnomaly:"Network abnormality",FailedToObtainOssTemporaryPermissions:"Failed to obtain temporary OSS permissions",pleasePass:"Please pass in",supportExtension:"Support extensions",uploadFile:"Upload files",fileInitializationException:"If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",maxUploadFiles:"Upload a maximum of {maxCount} files",maxUploadPicture:"Upload a maximum of {maxCount} images",maxUploadFileSize:"The file size does not exceed {maxSize}MB",maxWarnUploadFileSize:"The file size is smaller than {maxSize}MB",maxUploadPictureSize:"The image size is smaller than {maxSize}MB",fileFormatNotSupported:"Files in this format are not supported",pictureFormatNotSupported:"Images in this format are not supported",imageParsingFailed:"Image parsing failed",clickOrDragUpload:"Click or drag the file",foldersNotSupported:"Do not support uploading folders"},apExportGroup:{exportError:"导出失败",exportSelected:"导出所选",exportAll:"导出全部",export:"导出"}}};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} 页"}},apUpload:{update:"上传",pictureType:"图片类型",videoType:"视频类型",audioType:"音频类型",documentType:"文档类型",allTypes:"全部类型",networkAnomaly:"网络异常",FailedToObtainOssTemporaryPermissions:"获取oss临时权限失败",pleasePass:"请传入",supportExtension:"支持扩展名",uploadFile:"上传文件",fileInitializationException:"文件初始化个数超过{maxCount}个,后续上传的文件会与数据不同步",maxUploadFiles:"最多上传{maxCount}个文件",maxUploadPicture:"最多上传{maxCount}张图片",maxUploadFileSize:"文件大小不超过{maxSize}MB",maxWarnUploadFileSize:"文件大小小于{maxSize}MB",maxUploadPictureSize:"图片大小小于{maxSize}MB",fileFormatNotSupported:"不支持该格式的文件",pictureFormatNotSupported:"不支持该格式的图片",imageParsingFailed:"图片解析失败",clickOrDragUpload:"点击或将文件拖拽到这里上传",foldersNotSupported:"不支持上传文件夹"},apExportGroup:{exportError:"导出失败",exportSelected:"导出所选",exportAll:"导出全部",export:"导出"}}};exports.default=e;
@@ -113,6 +113,7 @@
113
113
  font-size: 24px;
114
114
  display: flex;
115
115
  height: 24px;
116
+ color: #999;
116
117
  }
117
118
  .aplus-ap-select-layout-content__header--imgWrap:hover {
118
119
  background: #f5f5f5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "files": [
@@ -60,11 +60,11 @@
60
60
  "mime": "^4.0.3",
61
61
  "scroll-into-view-if-needed": "^3.1.0",
62
62
  "sortablejs": "^1.15.2",
63
- "@aplus-frontend/hooks": "1.0.7",
64
- "@aplus-frontend/utils": "1.0.26"
63
+ "@aplus-frontend/utils": "1.0.26",
64
+ "@aplus-frontend/hooks": "1.0.7"
65
65
  },
66
66
  "peerDependencies": {
67
- "@aplus-frontend/icon": "^1.0.20",
67
+ "@aplus-frontend/icon": "^1.0.21",
68
68
  "@aplus-frontend/oss": "^1.0.20",
69
69
  "ant-design-vue": "^4.2.1",
70
70
  "vue": "^3.4.38"